.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-2e46ee15-cb1d-458b-bb73-91fc18e977e5 {
  min-height: 50px;
background-color: rgba(249, 249, 249, 1);
}








#s-2e46ee15-cb1d-458b-bb73-91fc18e977e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e46ee15-cb1d-458b-bb73-91fc18e977e5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-68eea6d5-a995-46a8-8985-30fb09290a00 {
  padding-top: 5px;
}
@media (max-width: 767px){#s-68eea6d5-a995-46a8-8985-30fb09290a00 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
}
}
#s-7b76ed5f-1329-4c40-9306-5c036d8bc2ef {
  background-repeat: no-repeat;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 508px;
background-position: center center;
}
@media (min-width: 1200px){#s-7b76ed5f-1329-4c40-9306-5c036d8bc2ef {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7b76ed5f-1329-4c40-9306-5c036d8bc2ef {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7b76ed5f-1329-4c40-9306-5c036d8bc2ef {
  
}
}@media (max-width: 767px){#s-7b76ed5f-1329-4c40-9306-5c036d8bc2ef {
  margin-left: 0px;
margin-right: 0px;
padding-left: 20px;
padding-right: 20px;
}
}
#s-7b76ed5f-1329-4c40-9306-5c036d8bc2ef {
  background-image: url(https://i.shgcdn.com/bbc8f325-7057-4fc4-8d1b-b6e4650a3685/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-7b76ed5f-1329-4c40-9306-5c036d8bc2ef > .shg-box-overlay {
  background-color: rgba(242, 208, 208, 1);
  opacity: 0.6;
}#s-7b76ed5f-1329-4c40-9306-5c036d8bc2ef.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

#s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81 {
  padding-left: 5%;
padding-right: 5%;
}
@media (min-width: 1200px){#s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81 {
  
}
}@media (max-width: 767px){#s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81 {
  
}
}
@media (min-width: 0px) {
[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 16.5px);
}

}

@media (min-width: 992px) {
[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 16.5px);
}

}

@media (min-width: 1200px) {
[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 16.5px);
}

}

.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-bfa5694b-fa26-466e-9d3b-2a2a8f4c3f30 {
  margin-top: 20px;
margin-bottom: 20px;
text-align: left;
background-color: rgba(255, 255, 255, 0);
}

#s-bfa5694b-fa26-466e-9d3b-2a2a8f4c3f30 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 41px;
  
  
  text-align: left;
}



#s-669cf8f5-a9e3-4f54-a912-d55e0c8a2191 {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
text-align: left;
background-color: rgba(255, 255, 255, 0);
}

#s-669cf8f5-a9e3-4f54-a912-d55e0c8a2191 .shogun-heading-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.5em;
  
  text-align: left;
}



@media (min-width: 0px) {
[id="s-ef49e0fb-b730-4d05-9eab-7f1ae8ffd64d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ef49e0fb-b730-4d05-9eab-7f1ae8ffd64d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ef49e0fb-b730-4d05-9eab-7f1ae8ffd64d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ef49e0fb-b730-4d05-9eab-7f1ae8ffd64d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn-text {
  font-weight: ;
  font-family: ;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-f3c8dee4-0a27-43a7-9c98-f75cf7a23326 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: right;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-f3c8dee4-0a27-43a7-9c98-f75cf7a23326:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-f3c8dee4-0a27-43a7-9c98-f75cf7a23326:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}@media (max-width: 767px){#s-f3c8dee4-0a27-43a7-9c98-f75cf7a23326 {
  text-align: center;
}
}

  #s-f3c8dee4-0a27-43a7-9c98-f75cf7a23326-root {
    text-align: right;
  }


#s-f3c8dee4-0a27-43a7-9c98-f75cf7a23326.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f3c8dee4-0a27-43a7-9c98-f75cf7a23326-root {
    text-align: right;
  }


#s-f3c8dee4-0a27-43a7-9c98-f75cf7a23326.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f3c8dee4-0a27-43a7-9c98-f75cf7a23326-root {
    text-align: right;
  }


#s-f3c8dee4-0a27-43a7-9c98-f75cf7a23326.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f3c8dee4-0a27-43a7-9c98-f75cf7a23326-root {
    text-align: right;
  }


#s-f3c8dee4-0a27-43a7-9c98-f75cf7a23326.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f3c8dee4-0a27-43a7-9c98-f75cf7a23326-root {
    text-align: center;
  }


#s-f3c8dee4-0a27-43a7-9c98-f75cf7a23326.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}
#s-ba325cf1-e4b9-4ed5-8e6e-abd811cd9779 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-ba325cf1-e4b9-4ed5-8e6e-abd811cd9779:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-ba325cf1-e4b9-4ed5-8e6e-abd811cd9779:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}@media (max-width: 767px){#s-ba325cf1-e4b9-4ed5-8e6e-abd811cd9779 {
  text-align: center;
}
}

  #s-ba325cf1-e4b9-4ed5-8e6e-abd811cd9779-root {
    text-align: left;
  }


#s-ba325cf1-e4b9-4ed5-8e6e-abd811cd9779.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ba325cf1-e4b9-4ed5-8e6e-abd811cd9779-root {
    text-align: left;
  }


#s-ba325cf1-e4b9-4ed5-8e6e-abd811cd9779.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ba325cf1-e4b9-4ed5-8e6e-abd811cd9779-root {
    text-align: left;
  }


#s-ba325cf1-e4b9-4ed5-8e6e-abd811cd9779.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ba325cf1-e4b9-4ed5-8e6e-abd811cd9779-root {
    text-align: left;
  }


#s-ba325cf1-e4b9-4ed5-8e6e-abd811cd9779.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ba325cf1-e4b9-4ed5-8e6e-abd811cd9779-root {
    text-align: center;
  }


#s-ba325cf1-e4b9-4ed5-8e6e-abd811cd9779.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}
#s-042102a7-0d38-4113-8b9f-657bf5d14a9b {
  min-height: 50px;
background-color: rgba(255, 255, 255, 0);
background-attachment: scroll;
}
@media (min-width: 1200px){#s-042102a7-0d38-4113-8b9f-657bf5d14a9b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-042102a7-0d38-4113-8b9f-657bf5d14a9b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-042102a7-0d38-4113-8b9f-657bf5d14a9b {
  
}
}@media (max-width: 767px){#s-042102a7-0d38-4113-8b9f-657bf5d14a9b {
  
}
}







#s-042102a7-0d38-4113-8b9f-657bf5d14a9b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-042102a7-0d38-4113-8b9f-657bf5d14a9b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-5409ba10-f673-4a49-ac45-7ba20e582366 {
  text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-5409ba10-f673-4a49-ac45-7ba20e582366 {
  margin-top: 200px;
margin-bottom: 200px;
}
}@media (max-width: 767px){#s-5409ba10-f673-4a49-ac45-7ba20e582366 {
  margin-top: 20px;
margin-bottom: 20px;
}
}
#s-695289e4-a790-4786-b702-e06c79438d8b {
  min-height: 50px;
}








#s-695289e4-a790-4786-b702-e06c79438d8b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-695289e4-a790-4786-b702-e06c79438d8b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f148c47d-28e6-4cf0-a0bc-30a70f90f72c {
  min-height: 50px;
}








#s-f148c47d-28e6-4cf0-a0bc-30a70f90f72c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f148c47d-28e6-4cf0-a0bc-30a70f90f72c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-22d6570d-c27c-486b-bbd3-3f98c022df89 {
  padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
min-height: 100px;
background-color: rgba(244, 244, 244, 1);
}

@media (min-width: 0px) {
[id="s-22d6570d-c27c-486b-bbd3-3f98c022df89"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-22d6570d-c27c-486b-bbd3-3f98c022df89"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-22d6570d-c27c-486b-bbd3-3f98c022df89"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-22d6570d-c27c-486b-bbd3-3f98c022df89"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.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-aa807286-b45a-4bbd-9a72-ee026bd1557d {
  text-align: center;
}







  #s-aa807286-b45a-4bbd-9a72-ee026bd1557d img.shogun-image {
    

    
    
    
  }


#s-aa807286-b45a-4bbd-9a72-ee026bd1557d .shogun-image-content {
  
    align-items: center;
  
}

#s-00458ed2-cbcf-4d75-9027-98b219228958 {
  text-align: center;
}







  #s-00458ed2-cbcf-4d75-9027-98b219228958 img.shogun-image {
    

    
    
    
  }


#s-00458ed2-cbcf-4d75-9027-98b219228958 .shogun-image-content {
  
    align-items: center;
  
}

#s-0161c312-82dc-445c-aecb-70ee83cece9e {
  text-align: center;
}







  #s-0161c312-82dc-445c-aecb-70ee83cece9e img.shogun-image {
    

    
    
    
  }


#s-0161c312-82dc-445c-aecb-70ee83cece9e .shogun-image-content {
  
    align-items: center;
  
}

#s-276f2dd2-b09b-4d0b-a56d-b6d93fc3b186 {
  text-align: center;
}







  #s-276f2dd2-b09b-4d0b-a56d-b6d93fc3b186 img.shogun-image {
    

    
    
    
  }


#s-276f2dd2-b09b-4d0b-a56d-b6d93fc3b186 .shogun-image-content {
  
    align-items: center;
  
}

#s-81ff48f5-1441-40e6-a271-7922465abfdc {
  text-align: center;
}







  #s-81ff48f5-1441-40e6-a271-7922465abfdc img.shogun-image {
    

    
    
    
  }


#s-81ff48f5-1441-40e6-a271-7922465abfdc .shogun-image-content {
  
    align-items: center;
  
}

#s-a15276dd-0f28-47b5-86fa-8a29e56319c3 {
  text-align: center;
}







  #s-a15276dd-0f28-47b5-86fa-8a29e56319c3 img.shogun-image {
    

    
    
    
  }


#s-a15276dd-0f28-47b5-86fa-8a29e56319c3 .shogun-image-content {
  
    align-items: center;
  
}

#s-8da933a9-ddc0-4917-9680-8ff49c18f9fc {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 60px;
padding-left: 10%;
padding-bottom: 60px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-8da933a9-ddc0-4917-9680-8ff49c18f9fc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8da933a9-ddc0-4917-9680-8ff49c18f9fc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8da933a9-ddc0-4917-9680-8ff49c18f9fc {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-8da933a9-ddc0-4917-9680-8ff49c18f9fc {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-8da933a9-ddc0-4917-9680-8ff49c18f9fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8da933a9-ddc0-4917-9680-8ff49c18f9fc.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c3807254-3979-4ec9-9531-b56e6b0f983e {
  padding-bottom: 40px;
}

@media (min-width: 0px) {
[id="s-3c9ffa79-3452-4420-ac24-24d88069fdb2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3c9ffa79-3452-4420-ac24-24d88069fdb2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3c9ffa79-3452-4420-ac24-24d88069fdb2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3c9ffa79-3452-4420-ac24-24d88069fdb2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-1dbbca1d-db68-4d9c-b264-3f21e3261f9d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1dbbca1d-db68-4d9c-b264-3f21e3261f9d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1dbbca1d-db68-4d9c-b264-3f21e3261f9d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1dbbca1d-db68-4d9c-b264-3f21e3261f9d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-36b86bda-11b1-4f57-ad7b-048200c84e5f {
  padding-left: 0px;
padding-right: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-36b86bda-11b1-4f57-ad7b-048200c84e5f {
  margin-bottom: 40px;
}
}







#s-36b86bda-11b1-4f57-ad7b-048200c84e5f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-36b86bda-11b1-4f57-ad7b-048200c84e5f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6d0e5d43-da85-4123-b4b9-22f813588656 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 100px;
max-width: 100px;
text-align: center;
}







  #s-6d0e5d43-da85-4123-b4b9-22f813588656 img.shogun-image {
    

    
    
    
  }


#s-6d0e5d43-da85-4123-b4b9-22f813588656 .shogun-image-content {
  
    align-items: center;
  
}

#s-003f005f-2fcc-405c-a66c-635c33ee530d {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-003f005f-2fcc-405c-a66c-635c33ee530d .shogun-heading-component h6 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-9fbad004-d2a0-4462-8736-5c822326e915 {
  margin-top: 10px;
}

#s-7b4aab32-1c5c-4a19-bc7a-e91d1c56af72 {
  min-height: 50px;
}
@media (max-width: 767px){#s-7b4aab32-1c5c-4a19-bc7a-e91d1c56af72 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
}
}







#s-7b4aab32-1c5c-4a19-bc7a-e91d1c56af72 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7b4aab32-1c5c-4a19-bc7a-e91d1c56af72.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b3d42eee-fcac-4f84-bf04-5fe364e758b2 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 100px;
max-width: 100px;
text-align: center;
}







  #s-b3d42eee-fcac-4f84-bf04-5fe364e758b2 img.shogun-image {
    

    
    
    
  }


#s-b3d42eee-fcac-4f84-bf04-5fe364e758b2 .shogun-image-content {
  
    align-items: center;
  
}

#s-1b60061b-fc00-4b53-a8c3-45a0ad81714d {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-1b60061b-fc00-4b53-a8c3-45a0ad81714d .shogun-heading-component h6 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-65309c33-624f-4331-b686-35c54246d536 {
  margin-top: 10px;
}

@media (min-width: 0px) {
[id="s-e59a5c1c-d781-4d24-a4ad-0999755fe6fd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e59a5c1c-d781-4d24-a4ad-0999755fe6fd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e59a5c1c-d781-4d24-a4ad-0999755fe6fd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e59a5c1c-d781-4d24-a4ad-0999755fe6fd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c7e3ff99-4b2a-45a2-bc7e-15df8bd5e473 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-c7e3ff99-4b2a-45a2-bc7e-15df8bd5e473 {
  margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
}
}







#s-c7e3ff99-4b2a-45a2-bc7e-15df8bd5e473 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c7e3ff99-4b2a-45a2-bc7e-15df8bd5e473.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-18ba0ca9-0fce-41c2-a4a6-d0ad7ed2e635 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 100px;
max-width: 100px;
text-align: center;
}







  #s-18ba0ca9-0fce-41c2-a4a6-d0ad7ed2e635 img.shogun-image {
    

    
    
    
  }


#s-18ba0ca9-0fce-41c2-a4a6-d0ad7ed2e635 .shogun-image-content {
  
    align-items: center;
  
}

#s-f4b8ede5-f3cd-41fe-830a-4dcf75f8dcc9 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-f4b8ede5-f3cd-41fe-830a-4dcf75f8dcc9 .shogun-heading-component h6 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-43757720-be18-4c6f-934e-20f09aa1644c {
  margin-top: 10px;
}

#s-b05592d0-136f-45f7-a6f9-2349fe9cbe16 {
  min-height: 50px;
}
@media (max-width: 767px){#s-b05592d0-136f-45f7-a6f9-2349fe9cbe16 {
  margin-left: 20px;
margin-right: 20px;
}
}







#s-b05592d0-136f-45f7-a6f9-2349fe9cbe16 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b05592d0-136f-45f7-a6f9-2349fe9cbe16.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-336df74f-6f92-4e07-96db-adf773077c95 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 100px;
max-width: 100px;
text-align: center;
}







  #s-336df74f-6f92-4e07-96db-adf773077c95 img.shogun-image {
    

    
    
    
  }


#s-336df74f-6f92-4e07-96db-adf773077c95 .shogun-image-content {
  
    align-items: center;
  
}

#s-c85d8bbe-d77d-452a-9d31-b5f84ad81cb5 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-c85d8bbe-d77d-452a-9d31-b5f84ad81cb5 .shogun-heading-component h6 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-8fc68945-34de-48ef-99b6-a94cb341f7a0 {
  margin-top: 10px;
}

@media (min-width: 0px) {
[id="s-0421fd88-1cb6-4531-8094-b1ac7e497e12"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0421fd88-1cb6-4531-8094-b1ac7e497e12"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0421fd88-1cb6-4531-8094-b1ac7e497e12"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0421fd88-1cb6-4531-8094-b1ac7e497e12"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-253e1b36-ed74-4952-a267-efc0f106176f {
  margin-top: 40px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(204, 31, 31, 1);
text-align: right;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-253e1b36-ed74-4952-a267-efc0f106176f:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-253e1b36-ed74-4952-a267-efc0f106176f:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}@media (max-width: 767px){#s-253e1b36-ed74-4952-a267-efc0f106176f {
  text-align: center;
}
}

  #s-253e1b36-ed74-4952-a267-efc0f106176f-root {
    text-align: right;
  }


#s-253e1b36-ed74-4952-a267-efc0f106176f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-253e1b36-ed74-4952-a267-efc0f106176f-root {
    text-align: right;
  }


#s-253e1b36-ed74-4952-a267-efc0f106176f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-253e1b36-ed74-4952-a267-efc0f106176f-root {
    text-align: right;
  }


#s-253e1b36-ed74-4952-a267-efc0f106176f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-253e1b36-ed74-4952-a267-efc0f106176f-root {
    text-align: right;
  }


#s-253e1b36-ed74-4952-a267-efc0f106176f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-253e1b36-ed74-4952-a267-efc0f106176f-root {
    text-align: center;
  }


#s-253e1b36-ed74-4952-a267-efc0f106176f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}
#s-8c8d9fa2-9233-4db5-b980-6e116b04136d {
  margin-top: 40px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(204, 31, 31, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-8c8d9fa2-9233-4db5-b980-6e116b04136d:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8c8d9fa2-9233-4db5-b980-6e116b04136d:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}@media (max-width: 767px){#s-8c8d9fa2-9233-4db5-b980-6e116b04136d {
  text-align: center;
}
}

  #s-8c8d9fa2-9233-4db5-b980-6e116b04136d-root {
    text-align: left;
  }


#s-8c8d9fa2-9233-4db5-b980-6e116b04136d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8c8d9fa2-9233-4db5-b980-6e116b04136d-root {
    text-align: left;
  }


#s-8c8d9fa2-9233-4db5-b980-6e116b04136d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8c8d9fa2-9233-4db5-b980-6e116b04136d-root {
    text-align: left;
  }


#s-8c8d9fa2-9233-4db5-b980-6e116b04136d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8c8d9fa2-9233-4db5-b980-6e116b04136d-root {
    text-align: left;
  }


#s-8c8d9fa2-9233-4db5-b980-6e116b04136d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8c8d9fa2-9233-4db5-b980-6e116b04136d-root {
    text-align: center;
  }


#s-8c8d9fa2-9233-4db5-b980-6e116b04136d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}
#s-bb85bb26-2fd4-4b13-944e-38696c59754c {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 60px;
padding-left: 10%;
padding-bottom: 60px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-bb85bb26-2fd4-4b13-944e-38696c59754c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bb85bb26-2fd4-4b13-944e-38696c59754c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bb85bb26-2fd4-4b13-944e-38696c59754c {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-bb85bb26-2fd4-4b13-944e-38696c59754c {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-bb85bb26-2fd4-4b13-944e-38696c59754c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bb85bb26-2fd4-4b13-944e-38696c59754c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-0a345b6d-4a46-4871-997e-0888f64a8b9a {
  margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-0a345b6d-4a46-4871-997e-0888f64a8b9a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0a345b6d-4a46-4871-997e-0888f64a8b9a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0a345b6d-4a46-4871-997e-0888f64a8b9a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0a345b6d-4a46-4871-997e-0888f64a8b9a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-d46744fc-eb3d-4162-8019-cea9609b0a6a {
  text-align: center;
}







  #s-d46744fc-eb3d-4162-8019-cea9609b0a6a img.shogun-image {
    

    
    
    
  }


#s-d46744fc-eb3d-4162-8019-cea9609b0a6a .shogun-image-content {
  
    align-items: center;
  
}

#s-2f26e542-e5c4-40e5-9b41-befbcf710cc4 {
  text-align: center;
}







  #s-2f26e542-e5c4-40e5-9b41-befbcf710cc4 img.shogun-image {
    

    
    
    
  }


#s-2f26e542-e5c4-40e5-9b41-befbcf710cc4 .shogun-image-content {
  
    align-items: center;
  
}

#s-09e8e6d7-e16d-4d1f-a89d-56b80b95c438 {
  text-align: center;
}







  #s-09e8e6d7-e16d-4d1f-a89d-56b80b95c438 img.shogun-image {
    

    
    
    
  }


#s-09e8e6d7-e16d-4d1f-a89d-56b80b95c438 .shogun-image-content {
  
    align-items: center;
  
}

#s-a7d2c4c7-a36d-44ef-aba3-07888d14da3f {
  margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-a7d2c4c7-a36d-44ef-aba3-07888d14da3f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a7d2c4c7-a36d-44ef-aba3-07888d14da3f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a7d2c4c7-a36d-44ef-aba3-07888d14da3f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a7d2c4c7-a36d-44ef-aba3-07888d14da3f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-eaa2b20e-c9b1-4214-9784-370d470ea232 {
  text-align: center;
}







  #s-eaa2b20e-c9b1-4214-9784-370d470ea232 img.shogun-image {
    

    
    
    
  }


#s-eaa2b20e-c9b1-4214-9784-370d470ea232 .shogun-image-content {
  
    align-items: center;
  
}

#s-b7210bcb-10f6-47b1-ac4d-dfeb32b4b6ef {
  text-align: center;
}







  #s-b7210bcb-10f6-47b1-ac4d-dfeb32b4b6ef img.shogun-image {
    

    
    
    
  }


#s-b7210bcb-10f6-47b1-ac4d-dfeb32b4b6ef .shogun-image-content {
  
    align-items: center;
  
}

#s-0a03c00a-e89f-417d-a4ac-7022cd436012 {
  text-align: center;
}







  #s-0a03c00a-e89f-417d-a4ac-7022cd436012 img.shogun-image {
    

    
    
    
  }


#s-0a03c00a-e89f-417d-a4ac-7022cd436012 .shogun-image-content {
  
    align-items: center;
  
}

#s-63b66e10-186b-4f7c-941a-99c7cdd1b6a8 {
  margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-63b66e10-186b-4f7c-941a-99c7cdd1b6a8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-63b66e10-186b-4f7c-941a-99c7cdd1b6a8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-63b66e10-186b-4f7c-941a-99c7cdd1b6a8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-63b66e10-186b-4f7c-941a-99c7cdd1b6a8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-eacb46cc-944a-4d43-af7e-33613c81d788 {
  text-align: center;
}
@media (max-width: 767px){#s-eacb46cc-944a-4d43-af7e-33613c81d788 {
  margin-bottom: 20px;
}
}






  #s-eacb46cc-944a-4d43-af7e-33613c81d788 img.shogun-image {
    

    
    
    
  }


#s-eacb46cc-944a-4d43-af7e-33613c81d788 .shogun-image-content {
  
    align-items: center;
  
}

#s-b8f77186-6952-4236-893c-4d2aba13278a {
  text-align: center;
}







  #s-b8f77186-6952-4236-893c-4d2aba13278a img.shogun-image {
    

    
    
    
  }


#s-b8f77186-6952-4236-893c-4d2aba13278a .shogun-image-content {
  
    align-items: center;
  
}

#s-ba697def-21cc-4292-95cb-6eee18692b49 {
  text-align: center;
}







  #s-ba697def-21cc-4292-95cb-6eee18692b49 img.shogun-image {
    

    
    
    
  }


#s-ba697def-21cc-4292-95cb-6eee18692b49 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-2c8fc7ea-166a-451b-8b33-f1cab21289cc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2c8fc7ea-166a-451b-8b33-f1cab21289cc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2c8fc7ea-166a-451b-8b33-f1cab21289cc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2c8fc7ea-166a-451b-8b33-f1cab21289cc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-0a8f18e6-9954-46ea-899f-ae7f9efda7bd {
  margin-bottom: 14px;
text-align: center;
}







  #s-0a8f18e6-9954-46ea-899f-ae7f9efda7bd img.shogun-image {
    

    
    
    
  }


#s-0a8f18e6-9954-46ea-899f-ae7f9efda7bd .shogun-image-content {
  
    align-items: center;
  
}

#s-d10e1e58-8624-4a0a-aed2-afcfb66df190 {
  text-align: center;
}







  #s-d10e1e58-8624-4a0a-aed2-afcfb66df190 img.shogun-image {
    

    
    
    
  }


#s-d10e1e58-8624-4a0a-aed2-afcfb66df190 .shogun-image-content {
  
    align-items: center;
  
}

#s-6e3a0af3-a414-4be9-bf76-12965fbe84e5 {
  text-align: center;
}







  #s-6e3a0af3-a414-4be9-bf76-12965fbe84e5 img.shogun-image {
    

    
    
    
  }


#s-6e3a0af3-a414-4be9-bf76-12965fbe84e5 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-9c0d197e-c440-481a-87bb-6ff6f63541fb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9c0d197e-c440-481a-87bb-6ff6f63541fb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9c0d197e-c440-481a-87bb-6ff6f63541fb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9c0d197e-c440-481a-87bb-6ff6f63541fb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-0376410b-d90d-4a07-bde0-54c56030dc20 {
  margin-top: 40px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(204, 31, 31, 1);
text-align: right;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-0376410b-d90d-4a07-bde0-54c56030dc20:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0376410b-d90d-4a07-bde0-54c56030dc20:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}@media (max-width: 767px){#s-0376410b-d90d-4a07-bde0-54c56030dc20 {
  text-align: center;
}
}

  #s-0376410b-d90d-4a07-bde0-54c56030dc20-root {
    text-align: right;
  }


#s-0376410b-d90d-4a07-bde0-54c56030dc20.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0376410b-d90d-4a07-bde0-54c56030dc20-root {
    text-align: right;
  }


#s-0376410b-d90d-4a07-bde0-54c56030dc20.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0376410b-d90d-4a07-bde0-54c56030dc20-root {
    text-align: right;
  }


#s-0376410b-d90d-4a07-bde0-54c56030dc20.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0376410b-d90d-4a07-bde0-54c56030dc20-root {
    text-align: right;
  }


#s-0376410b-d90d-4a07-bde0-54c56030dc20.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0376410b-d90d-4a07-bde0-54c56030dc20-root {
    text-align: center;
  }


#s-0376410b-d90d-4a07-bde0-54c56030dc20.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}
#s-a042228c-09ab-485d-bc47-e575888407aa {
  margin-top: 40px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(204, 31, 31, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-a042228c-09ab-485d-bc47-e575888407aa:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a042228c-09ab-485d-bc47-e575888407aa:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}@media (max-width: 767px){#s-a042228c-09ab-485d-bc47-e575888407aa {
  text-align: center;
}
}

  #s-a042228c-09ab-485d-bc47-e575888407aa-root {
    text-align: left;
  }


#s-a042228c-09ab-485d-bc47-e575888407aa.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a042228c-09ab-485d-bc47-e575888407aa-root {
    text-align: left;
  }


#s-a042228c-09ab-485d-bc47-e575888407aa.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a042228c-09ab-485d-bc47-e575888407aa-root {
    text-align: left;
  }


#s-a042228c-09ab-485d-bc47-e575888407aa.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a042228c-09ab-485d-bc47-e575888407aa-root {
    text-align: left;
  }


#s-a042228c-09ab-485d-bc47-e575888407aa.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a042228c-09ab-485d-bc47-e575888407aa-root {
    text-align: center;
  }


#s-a042228c-09ab-485d-bc47-e575888407aa.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}
#s-20368b3e-ca2c-46a7-9fc2-08bcd354bcb5 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 60px;
padding-left: 10%;
padding-bottom: 60px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-20368b3e-ca2c-46a7-9fc2-08bcd354bcb5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-20368b3e-ca2c-46a7-9fc2-08bcd354bcb5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-20368b3e-ca2c-46a7-9fc2-08bcd354bcb5 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-20368b3e-ca2c-46a7-9fc2-08bcd354bcb5 {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-20368b3e-ca2c-46a7-9fc2-08bcd354bcb5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-20368b3e-ca2c-46a7-9fc2-08bcd354bcb5.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-357c9205-d03b-431c-9286-fb6b8e9578ad"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-357c9205-d03b-431c-9286-fb6b8e9578ad"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-357c9205-d03b-431c-9286-fb6b8e9578ad"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-357c9205-d03b-431c-9286-fb6b8e9578ad"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-4dd3b5eb-06fc-494f-a211-64f22a135b3e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4dd3b5eb-06fc-494f-a211-64f22a135b3e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4dd3b5eb-06fc-494f-a211-64f22a135b3e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4dd3b5eb-06fc-494f-a211-64f22a135b3e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-8c0c9698-44c7-4a5f-941c-c7b45d131ce3 {
  padding-left: 0px;
padding-right: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-8c0c9698-44c7-4a5f-941c-c7b45d131ce3 {
  margin-bottom: 40px;
}
}







#s-8c0c9698-44c7-4a5f-941c-c7b45d131ce3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8c0c9698-44c7-4a5f-941c-c7b45d131ce3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cbcfa26a-901d-41ad-b801-ba67d1afdcc1 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 100px;
max-width: 100px;
text-align: center;
}







  #s-cbcfa26a-901d-41ad-b801-ba67d1afdcc1 img.shogun-image {
    

    
    
    
  }


#s-cbcfa26a-901d-41ad-b801-ba67d1afdcc1 .shogun-image-content {
  
    align-items: center;
  
}

#s-7ee822d4-e742-45ea-829f-2aa0e18c8bad {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-7ee822d4-e742-45ea-829f-2aa0e18c8bad .shogun-heading-component h6 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-1b60fa3c-6390-4044-b3cd-5e793a7446eb {
  margin-top: 10px;
}

#s-e2591030-5cd4-44ca-8dae-f2dc8cba5db3 {
  min-height: 50px;
}
@media (max-width: 767px){#s-e2591030-5cd4-44ca-8dae-f2dc8cba5db3 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
}
}







#s-e2591030-5cd4-44ca-8dae-f2dc8cba5db3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e2591030-5cd4-44ca-8dae-f2dc8cba5db3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c4dc20cd-0ccb-4d37-8101-bc8ab4da6f2c {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 100px;
max-width: 100px;
text-align: center;
}







  #s-c4dc20cd-0ccb-4d37-8101-bc8ab4da6f2c img.shogun-image {
    

    
    
    
  }


#s-c4dc20cd-0ccb-4d37-8101-bc8ab4da6f2c .shogun-image-content {
  
    align-items: center;
  
}

#s-2eb82959-185c-4895-87d7-e6feea323c03 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-2eb82959-185c-4895-87d7-e6feea323c03 .shogun-heading-component h6 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-b89e976a-0deb-4202-ae6e-e33f1a853514 {
  margin-top: 10px;
}

@media (min-width: 0px) {
[id="s-1d036ad6-c3b5-4110-bf22-5e671878e3b1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1d036ad6-c3b5-4110-bf22-5e671878e3b1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1d036ad6-c3b5-4110-bf22-5e671878e3b1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1d036ad6-c3b5-4110-bf22-5e671878e3b1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-21c927c2-cc05-43a8-864e-2a07a1d9c925 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-21c927c2-cc05-43a8-864e-2a07a1d9c925 {
  margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
}
}







#s-21c927c2-cc05-43a8-864e-2a07a1d9c925 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-21c927c2-cc05-43a8-864e-2a07a1d9c925.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-572d4aca-25c8-419b-a015-c3fd29905a85 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 100px;
max-width: 100px;
text-align: center;
}







  #s-572d4aca-25c8-419b-a015-c3fd29905a85 img.shogun-image {
    

    
    
    
  }


#s-572d4aca-25c8-419b-a015-c3fd29905a85 .shogun-image-content {
  
    align-items: center;
  
}

#s-e2075cc3-dc8f-407a-8ddc-593ddd8a05f4 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-e2075cc3-dc8f-407a-8ddc-593ddd8a05f4 .shogun-heading-component h6 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-5052d442-d35b-4fcb-acac-8f4b762a002e {
  margin-top: 10px;
}

#s-3fe64044-99d7-48d4-834f-15938e579e50 {
  min-height: 50px;
}
@media (max-width: 767px){#s-3fe64044-99d7-48d4-834f-15938e579e50 {
  margin-left: 20px;
margin-right: 20px;
}
}







#s-3fe64044-99d7-48d4-834f-15938e579e50 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3fe64044-99d7-48d4-834f-15938e579e50.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6bec8789-4dce-454e-ac25-2f490439e343 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 100px;
max-width: 100px;
text-align: center;
}







  #s-6bec8789-4dce-454e-ac25-2f490439e343 img.shogun-image {
    

    
    
    
  }


#s-6bec8789-4dce-454e-ac25-2f490439e343 .shogun-image-content {
  
    align-items: center;
  
}

#s-d73fe6b8-e8bc-489f-9ad1-b461f5b11e4e {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-d73fe6b8-e8bc-489f-9ad1-b461f5b11e4e .shogun-heading-component h6 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-5fb1c40e-09b8-4230-a646-d9c6337a409f {
  margin-top: 10px;
}

@media (min-width: 0px) {
[id="s-03fd3f4b-6e48-4752-9462-a2f74e3b7395"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-03fd3f4b-6e48-4752-9462-a2f74e3b7395"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-03fd3f4b-6e48-4752-9462-a2f74e3b7395"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-03fd3f4b-6e48-4752-9462-a2f74e3b7395"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4f18c9eb-713c-4630-8fe7-1e358cec6363 {
  margin-top: 40px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(204, 31, 31, 1);
text-align: right;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-4f18c9eb-713c-4630-8fe7-1e358cec6363:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4f18c9eb-713c-4630-8fe7-1e358cec6363:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}@media (max-width: 767px){#s-4f18c9eb-713c-4630-8fe7-1e358cec6363 {
  text-align: center;
}
}

  #s-4f18c9eb-713c-4630-8fe7-1e358cec6363-root {
    text-align: right;
  }


#s-4f18c9eb-713c-4630-8fe7-1e358cec6363.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4f18c9eb-713c-4630-8fe7-1e358cec6363-root {
    text-align: right;
  }


#s-4f18c9eb-713c-4630-8fe7-1e358cec6363.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4f18c9eb-713c-4630-8fe7-1e358cec6363-root {
    text-align: right;
  }


#s-4f18c9eb-713c-4630-8fe7-1e358cec6363.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4f18c9eb-713c-4630-8fe7-1e358cec6363-root {
    text-align: right;
  }


#s-4f18c9eb-713c-4630-8fe7-1e358cec6363.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4f18c9eb-713c-4630-8fe7-1e358cec6363-root {
    text-align: center;
  }


#s-4f18c9eb-713c-4630-8fe7-1e358cec6363.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}
#s-34717e93-f930-446b-9200-47f13e14c608 {
  margin-top: 40px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(204, 31, 31, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-34717e93-f930-446b-9200-47f13e14c608:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-34717e93-f930-446b-9200-47f13e14c608:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}@media (max-width: 767px){#s-34717e93-f930-446b-9200-47f13e14c608 {
  text-align: center;
}
}

  #s-34717e93-f930-446b-9200-47f13e14c608-root {
    text-align: left;
  }


#s-34717e93-f930-446b-9200-47f13e14c608.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-34717e93-f930-446b-9200-47f13e14c608-root {
    text-align: left;
  }


#s-34717e93-f930-446b-9200-47f13e14c608.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-34717e93-f930-446b-9200-47f13e14c608-root {
    text-align: left;
  }


#s-34717e93-f930-446b-9200-47f13e14c608.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-34717e93-f930-446b-9200-47f13e14c608-root {
    text-align: left;
  }


#s-34717e93-f930-446b-9200-47f13e14c608.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-34717e93-f930-446b-9200-47f13e14c608-root {
    text-align: center;
  }


#s-34717e93-f930-446b-9200-47f13e14c608.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}
#s-ac927e87-be62-43c1-abd6-33b6a87b49d1 {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
background-color: rgba(247, 247, 247, 1);
}








#s-ac927e87-be62-43c1-abd6-33b6a87b49d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ac927e87-be62-43c1-abd6-33b6a87b49d1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-631a385a-8483-49be-9159-f2ba2558a7fa {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
text-align: center;
}







  #s-631a385a-8483-49be-9159-f2ba2558a7fa img.shogun-image {
    

    
    
    
  }


#s-631a385a-8483-49be-9159-f2ba2558a7fa .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-99241c6f-e3f5-4e34-829f-304e13943474"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-99241c6f-e3f5-4e34-829f-304e13943474"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-99241c6f-e3f5-4e34-829f-304e13943474"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-99241c6f-e3f5-4e34-829f-304e13943474"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-80b66b34-660c-4782-938d-f380ebb8a2aa {
  margin-top: 40px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(204, 31, 31, 1);
text-align: right;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-80b66b34-660c-4782-938d-f380ebb8a2aa:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-80b66b34-660c-4782-938d-f380ebb8a2aa:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}@media (max-width: 767px){#s-80b66b34-660c-4782-938d-f380ebb8a2aa {
  text-align: center;
}
}

  #s-80b66b34-660c-4782-938d-f380ebb8a2aa-root {
    text-align: right;
  }


#s-80b66b34-660c-4782-938d-f380ebb8a2aa.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-80b66b34-660c-4782-938d-f380ebb8a2aa-root {
    text-align: right;
  }


#s-80b66b34-660c-4782-938d-f380ebb8a2aa.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-80b66b34-660c-4782-938d-f380ebb8a2aa-root {
    text-align: right;
  }


#s-80b66b34-660c-4782-938d-f380ebb8a2aa.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-80b66b34-660c-4782-938d-f380ebb8a2aa-root {
    text-align: right;
  }


#s-80b66b34-660c-4782-938d-f380ebb8a2aa.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-80b66b34-660c-4782-938d-f380ebb8a2aa-root {
    text-align: center;
  }


#s-80b66b34-660c-4782-938d-f380ebb8a2aa.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}
#s-54fa46e7-3045-4d5f-a4f8-7d250cfa4c9a {
  margin-top: 40px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(204, 31, 31, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-54fa46e7-3045-4d5f-a4f8-7d250cfa4c9a:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-54fa46e7-3045-4d5f-a4f8-7d250cfa4c9a:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}@media (max-width: 767px){#s-54fa46e7-3045-4d5f-a4f8-7d250cfa4c9a {
  text-align: center;
}
}

  #s-54fa46e7-3045-4d5f-a4f8-7d250cfa4c9a-root {
    text-align: left;
  }


#s-54fa46e7-3045-4d5f-a4f8-7d250cfa4c9a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-54fa46e7-3045-4d5f-a4f8-7d250cfa4c9a-root {
    text-align: left;
  }


#s-54fa46e7-3045-4d5f-a4f8-7d250cfa4c9a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-54fa46e7-3045-4d5f-a4f8-7d250cfa4c9a-root {
    text-align: left;
  }


#s-54fa46e7-3045-4d5f-a4f8-7d250cfa4c9a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-54fa46e7-3045-4d5f-a4f8-7d250cfa4c9a-root {
    text-align: left;
  }


#s-54fa46e7-3045-4d5f-a4f8-7d250cfa4c9a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-54fa46e7-3045-4d5f-a4f8-7d250cfa4c9a-root {
    text-align: center;
  }


#s-54fa46e7-3045-4d5f-a4f8-7d250cfa4c9a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}
#s-1e3f2938-b702-4490-80be-d49eaac16890 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 60px;
padding-left: 10%;
padding-bottom: 60px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-1e3f2938-b702-4490-80be-d49eaac16890 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1e3f2938-b702-4490-80be-d49eaac16890 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1e3f2938-b702-4490-80be-d49eaac16890 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-1e3f2938-b702-4490-80be-d49eaac16890 {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-1e3f2938-b702-4490-80be-d49eaac16890 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1e3f2938-b702-4490-80be-d49eaac16890.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-37067724-b782-4550-9141-c31ad74727e5 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 40px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-37067724-b782-4550-9141-c31ad74727e5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-37067724-b782-4550-9141-c31ad74727e5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-37067724-b782-4550-9141-c31ad74727e5 {
  
}
}@media (max-width: 767px){#s-37067724-b782-4550-9141-c31ad74727e5 {
  
}
}
#s-37067724-b782-4550-9141-c31ad74727e5 .shogun-heading-component h4 {
  color: #000;
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 2px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-37067724-b782-4550-9141-c31ad74727e5 .shogun-heading-component h4 {
  color: #000;
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 2px;
  
}


}@media (max-width: 767px){#s-37067724-b782-4550-9141-c31ad74727e5 .shogun-heading-component h4 {
  color: #000;
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 2px;
  
}


}
@media (min-width: 0px) {
[id="s-e637181f-c32f-412c-b7e5-5c73da17d410"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e637181f-c32f-412c-b7e5-5c73da17d410"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e637181f-c32f-412c-b7e5-5c73da17d410"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e637181f-c32f-412c-b7e5-5c73da17d410"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e637181f-c32f-412c-b7e5-5c73da17d410"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e637181f-c32f-412c-b7e5-5c73da17d410"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e637181f-c32f-412c-b7e5-5c73da17d410"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-575cccdf-fb1d-4342-ad54-5bf0eff2be58 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-575cccdf-fb1d-4342-ad54-5bf0eff2be58 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-575cccdf-fb1d-4342-ad54-5bf0eff2be58 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-575cccdf-fb1d-4342-ad54-5bf0eff2be58 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-575cccdf-fb1d-4342-ad54-5bf0eff2be58 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-575cccdf-fb1d-4342-ad54-5bf0eff2be58 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-3dd10d4b-8100-417f-a702-469f081bf435 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-e73e3477-95ea-46f2-885c-2cb17593d2f5 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-9668cd59-7cb1-4a43-a5ee-07084ead91e9 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-e1486f6a-10e5-4eac-b8c5-376e281f22a3 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 60px;
padding-left: 10%;
padding-bottom: 60px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-e1486f6a-10e5-4eac-b8c5-376e281f22a3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e1486f6a-10e5-4eac-b8c5-376e281f22a3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e1486f6a-10e5-4eac-b8c5-376e281f22a3 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-e1486f6a-10e5-4eac-b8c5-376e281f22a3 {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-e1486f6a-10e5-4eac-b8c5-376e281f22a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e1486f6a-10e5-4eac-b8c5-376e281f22a3.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ff685442-10e2-42f9-9814-b9bdba9d5118 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 40px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-ff685442-10e2-42f9-9814-b9bdba9d5118 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ff685442-10e2-42f9-9814-b9bdba9d5118 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ff685442-10e2-42f9-9814-b9bdba9d5118 {
  
}
}@media (max-width: 767px){#s-ff685442-10e2-42f9-9814-b9bdba9d5118 {
  
}
}
#s-ff685442-10e2-42f9-9814-b9bdba9d5118 .shogun-heading-component h4 {
  color: #000;
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 2px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-ff685442-10e2-42f9-9814-b9bdba9d5118 .shogun-heading-component h4 {
  color: #000;
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 2px;
  
}


}@media (max-width: 767px){#s-ff685442-10e2-42f9-9814-b9bdba9d5118 .shogun-heading-component h4 {
  color: #000;
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 2px;
  
}


}
@media (min-width: 0px) {
[id="s-c5110908-8041-4a9a-bb6c-3d760117f209"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c5110908-8041-4a9a-bb6c-3d760117f209"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c5110908-8041-4a9a-bb6c-3d760117f209"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c5110908-8041-4a9a-bb6c-3d760117f209"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c5110908-8041-4a9a-bb6c-3d760117f209"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c5110908-8041-4a9a-bb6c-3d760117f209"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c5110908-8041-4a9a-bb6c-3d760117f209"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-eca936db-0266-4cf3-89c6-983d82236f1d {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-eca936db-0266-4cf3-89c6-983d82236f1d .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-eca936db-0266-4cf3-89c6-983d82236f1d .shg-sld-nav-button.shg-sld-left,
#s-eca936db-0266-4cf3-89c6-983d82236f1d .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-707b96a5-a844-421b-baee-edc0c1e0163b {
  padding-top: 40px;
padding-left: 80px;
padding-bottom: 40px;
padding-right: 80px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 2px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-707b96a5-a844-421b-baee-edc0c1e0163b {
  padding-left: 40px;
padding-right: 40px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-707b96a5-a844-421b-baee-edc0c1e0163b {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-707b96a5-a844-421b-baee-edc0c1e0163b {
  padding-left: 40px;
padding-right: 40px;
}
}







#s-707b96a5-a844-421b-baee-edc0c1e0163b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-707b96a5-a844-421b-baee-edc0c1e0163b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1c6e46b2-1164-480c-8a0e-b62b165d6c03 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-1c6e46b2-1164-480c-8a0e-b62b165d6c03 .shogun-heading-component h5 {
  color: rgba(84, 86, 90, 1);
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.5em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-1c6e46b2-1164-480c-8a0e-b62b165d6c03 .shogun-heading-component h5 {
  color: rgba(84, 86, 90, 1);
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.5em;
  
  
}


}@media (max-width: 767px){#s-1c6e46b2-1164-480c-8a0e-b62b165d6c03 .shogun-heading-component h5 {
  color: rgba(84, 86, 90, 1);
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  
  
}


}
#s-d8e7dfdb-c628-46b9-aa0d-67628d3ed53f {
  margin-top: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-d8e7dfdb-c628-46b9-aa0d-67628d3ed53f .shogun-heading-component h6 {
  color: #000;
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-6e9cddc2-ccf4-4512-a9f9-c2469a9e99a7 {
  padding-top: 40px;
padding-left: 80px;
padding-bottom: 40px;
padding-right: 80px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 2px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-6e9cddc2-ccf4-4512-a9f9-c2469a9e99a7 {
  padding-left: 40px;
padding-right: 40px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6e9cddc2-ccf4-4512-a9f9-c2469a9e99a7 {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-6e9cddc2-ccf4-4512-a9f9-c2469a9e99a7 {
  padding-left: 40px;
padding-right: 40px;
}
}







#s-6e9cddc2-ccf4-4512-a9f9-c2469a9e99a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6e9cddc2-ccf4-4512-a9f9-c2469a9e99a7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4d96f6c5-fc8c-469a-9998-20ee4c47e697 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-4d96f6c5-fc8c-469a-9998-20ee4c47e697 .shogun-heading-component h5 {
  color: rgba(84, 86, 90, 1);
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.5em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-4d96f6c5-fc8c-469a-9998-20ee4c47e697 .shogun-heading-component h5 {
  color: rgba(84, 86, 90, 1);
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.5em;
  
  
}


}@media (max-width: 767px){#s-4d96f6c5-fc8c-469a-9998-20ee4c47e697 .shogun-heading-component h5 {
  color: rgba(84, 86, 90, 1);
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  
  
}


}
#s-4843b5b2-4d4c-4121-adbf-3001d0f33c56 {
  margin-top: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-4843b5b2-4d4c-4121-adbf-3001d0f33c56 .shogun-heading-component h6 {
  color: #000;
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-677f19d0-2167-443b-96db-638906f34224 {
  padding-top: 40px;
padding-left: 80px;
padding-bottom: 40px;
padding-right: 80px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 2px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-677f19d0-2167-443b-96db-638906f34224 {
  padding-left: 40px;
padding-right: 40px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-677f19d0-2167-443b-96db-638906f34224 {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-677f19d0-2167-443b-96db-638906f34224 {
  padding-left: 40px;
padding-right: 40px;
}
}







#s-677f19d0-2167-443b-96db-638906f34224 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-677f19d0-2167-443b-96db-638906f34224.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e9c4e520-166e-40c7-8e3f-dcfeb40f1fd7 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-e9c4e520-166e-40c7-8e3f-dcfeb40f1fd7 .shogun-heading-component h5 {
  color: rgba(84, 86, 90, 1);
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.5em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-e9c4e520-166e-40c7-8e3f-dcfeb40f1fd7 .shogun-heading-component h5 {
  color: rgba(84, 86, 90, 1);
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.5em;
  
  
}


}@media (max-width: 767px){#s-e9c4e520-166e-40c7-8e3f-dcfeb40f1fd7 .shogun-heading-component h5 {
  color: rgba(84, 86, 90, 1);
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  
  
}


}
#s-3234856f-ca67-4def-9963-cff0e82e486e {
  margin-top: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-3234856f-ca67-4def-9963-cff0e82e486e .shogun-heading-component h6 {
  color: #000;
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-fee51938-aba7-4946-bdb5-63fee9adaaf4 {
  padding-top: 40px;
padding-left: 80px;
padding-bottom: 40px;
padding-right: 80px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 2px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-fee51938-aba7-4946-bdb5-63fee9adaaf4 {
  padding-left: 40px;
padding-right: 40px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-fee51938-aba7-4946-bdb5-63fee9adaaf4 {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-fee51938-aba7-4946-bdb5-63fee9adaaf4 {
  padding-left: 40px;
padding-right: 40px;
}
}







#s-fee51938-aba7-4946-bdb5-63fee9adaaf4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fee51938-aba7-4946-bdb5-63fee9adaaf4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6d1bf2a2-9d23-43bf-ba5f-6444e1b92ef6 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-6d1bf2a2-9d23-43bf-ba5f-6444e1b92ef6 .shogun-heading-component h5 {
  color: rgba(84, 86, 90, 1);
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.5em;
  
  
}



#s-5b500d7d-52e9-4be8-8a98-f72f197e77d1 {
  margin-top: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-5b500d7d-52e9-4be8-8a98-f72f197e77d1 .shogun-heading-component h6 {
  color: #000;
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-be1529d1-4cfb-4663-a57a-7ba6e84454cf {
  padding-top: 60px;
padding-left: 10%;
padding-bottom: 60px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-be1529d1-4cfb-4663-a57a-7ba6e84454cf {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-be1529d1-4cfb-4663-a57a-7ba6e84454cf {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-be1529d1-4cfb-4663-a57a-7ba6e84454cf {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-be1529d1-4cfb-4663-a57a-7ba6e84454cf {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-be1529d1-4cfb-4663-a57a-7ba6e84454cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be1529d1-4cfb-4663-a57a-7ba6e84454cf.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-a4a36e2f-d5e9-4188-9031-77162e73e6e9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a4a36e2f-d5e9-4188-9031-77162e73e6e9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a4a36e2f-d5e9-4188-9031-77162e73e6e9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a4a36e2f-d5e9-4188-9031-77162e73e6e9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-3ebf6357-fda3-4035-80f7-96ccc481ed5c {
  margin-top: 40px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(204, 31, 31, 1);
text-align: right;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-3ebf6357-fda3-4035-80f7-96ccc481ed5c:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-3ebf6357-fda3-4035-80f7-96ccc481ed5c:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}@media (max-width: 767px){#s-3ebf6357-fda3-4035-80f7-96ccc481ed5c {
  text-align: center;
}
}

  #s-3ebf6357-fda3-4035-80f7-96ccc481ed5c-root {
    text-align: right;
  }


#s-3ebf6357-fda3-4035-80f7-96ccc481ed5c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3ebf6357-fda3-4035-80f7-96ccc481ed5c-root {
    text-align: right;
  }


#s-3ebf6357-fda3-4035-80f7-96ccc481ed5c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3ebf6357-fda3-4035-80f7-96ccc481ed5c-root {
    text-align: right;
  }


#s-3ebf6357-fda3-4035-80f7-96ccc481ed5c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3ebf6357-fda3-4035-80f7-96ccc481ed5c-root {
    text-align: right;
  }


#s-3ebf6357-fda3-4035-80f7-96ccc481ed5c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3ebf6357-fda3-4035-80f7-96ccc481ed5c-root {
    text-align: center;
  }


#s-3ebf6357-fda3-4035-80f7-96ccc481ed5c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}
#s-2c8c542d-c487-4f46-9c7d-e44949929798 {
  margin-top: 40px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(204, 31, 31, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-2c8c542d-c487-4f46-9c7d-e44949929798:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2c8c542d-c487-4f46-9c7d-e44949929798:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}@media (max-width: 767px){#s-2c8c542d-c487-4f46-9c7d-e44949929798 {
  text-align: center;
}
}

  #s-2c8c542d-c487-4f46-9c7d-e44949929798-root {
    text-align: left;
  }


#s-2c8c542d-c487-4f46-9c7d-e44949929798.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2c8c542d-c487-4f46-9c7d-e44949929798-root {
    text-align: left;
  }


#s-2c8c542d-c487-4f46-9c7d-e44949929798.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2c8c542d-c487-4f46-9c7d-e44949929798-root {
    text-align: left;
  }


#s-2c8c542d-c487-4f46-9c7d-e44949929798.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2c8c542d-c487-4f46-9c7d-e44949929798-root {
    text-align: left;
  }


#s-2c8c542d-c487-4f46-9c7d-e44949929798.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2c8c542d-c487-4f46-9c7d-e44949929798-root {
    text-align: center;
  }


#s-2c8c542d-c487-4f46-9c7d-e44949929798.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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