.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-269d5916-9020-43a8-bd4e-4f9fa6c01619 {
  margin-top: -20px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-269d5916-9020-43a8-bd4e-4f9fa6c01619 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-269d5916-9020-43a8-bd4e-4f9fa6c01619.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-7bd05054-2e06-43b9-b307-737f287d891d {
  border-style: solid;
margin-top: 40px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 4px;
border-right-width: 0px;
border-color: #000;
}

.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-2d2cd801-e057-4f83-990a-74ab0b6224cb {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 30px;
margin-right: 0px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-2d2cd801-e057-4f83-990a-74ab0b6224cb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2d2cd801-e057-4f83-990a-74ab0b6224cb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2d2cd801-e057-4f83-990a-74ab0b6224cb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2d2cd801-e057-4f83-990a-74ab0b6224cb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2d2cd801-e057-4f83-990a-74ab0b6224cb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2d2cd801-e057-4f83-990a-74ab0b6224cb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2d2cd801-e057-4f83-990a-74ab0b6224cb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

}

#s-4a8d5969-5560-433c-8472-4587e7bc87d8 {
  min-height: 50px;
}
@media (max-width: 767px){#s-4a8d5969-5560-433c-8472-4587e7bc87d8 {
  display: none;
}
#s-4a8d5969-5560-433c-8472-4587e7bc87d8, #wrap-s-4a8d5969-5560-433c-8472-4587e7bc87d8 { display: none !important; }}







#s-4a8d5969-5560-433c-8472-4587e7bc87d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4a8d5969-5560-433c-8472-4587e7bc87d8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3bf90b99-1022-4fcb-856d-eac6cbc7d020 {
  margin-bottom: 40px;
margin-right: 40px;
min-height: 50px;
}
@media (min-width: 1200px){#s-3bf90b99-1022-4fcb-856d-eac6cbc7d020 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3bf90b99-1022-4fcb-856d-eac6cbc7d020 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3bf90b99-1022-4fcb-856d-eac6cbc7d020 {
  
}
}@media (max-width: 767px){#s-3bf90b99-1022-4fcb-856d-eac6cbc7d020 {
  display: none;
}
#s-3bf90b99-1022-4fcb-856d-eac6cbc7d020, #wrap-s-3bf90b99-1022-4fcb-856d-eac6cbc7d020 { display: none !important; }}







#s-3bf90b99-1022-4fcb-856d-eac6cbc7d020 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3bf90b99-1022-4fcb-856d-eac6cbc7d020.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6edc2677-2350-4a6e-a68b-1d0440ddc268 {
  margin-top: 15px;
}

#s-bb059eae-dcc4-4509-8d9a-169c56b4ba00 {
  margin-top: 15px;
}

#s-7d01a587-2e80-4186-b51c-52bdb1641fc4 {
  margin-top: 0px;
}
@media (max-width: 767px){#s-7d01a587-2e80-4186-b51c-52bdb1641fc4 {
  
}
}







#s-7d01a587-2e80-4186-b51c-52bdb1641fc4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7d01a587-2e80-4186-b51c-52bdb1641fc4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-80c6acca-f32e-4a78-9c03-106c3ba2e1e4 {
  margin-bottom: 20px;
min-height: 50px;
}








#s-80c6acca-f32e-4a78-9c03-106c3ba2e1e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-80c6acca-f32e-4a78-9c03-106c3ba2e1e4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9cb44f28-7af8-4331-b43d-bfe36f76533a {
  background-repeat: no-repeat;
background-size: cover;
margin-top: -1px;
min-height: 150px;
background-position: center center;
}
@media (max-width: 767px){#s-9cb44f28-7af8-4331-b43d-bfe36f76533a {
  display: none;
}
#s-9cb44f28-7af8-4331-b43d-bfe36f76533a, #wrap-s-9cb44f28-7af8-4331-b43d-bfe36f76533a { display: none !important; }}
#s-9cb44f28-7af8-4331-b43d-bfe36f76533a {
  background-image: url(https://i.shgcdn.com/0674d38f-f975-4b86-9cfd-a8bbfb8cea33/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-9cb44f28-7af8-4331-b43d-bfe36f76533a {
  background-image: url(https://i.shgcdn.com/0674d38f-f975-4b86-9cfd-a8bbfb8cea33/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-9cb44f28-7af8-4331-b43d-bfe36f76533a {
  background-image: url(https://i.shgcdn.com/0674d38f-f975-4b86-9cfd-a8bbfb8cea33/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-9cb44f28-7af8-4331-b43d-bfe36f76533a {
  background-image: url(https://i.shgcdn.com/0674d38f-f975-4b86-9cfd-a8bbfb8cea33/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-9cb44f28-7af8-4331-b43d-bfe36f76533a {
  background-image: url(https://i.shgcdn.com/0674d38f-f975-4b86-9cfd-a8bbfb8cea33/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-9cb44f28-7af8-4331-b43d-bfe36f76533a {
  background-image: url(https://i.shgcdn.com/0674d38f-f975-4b86-9cfd-a8bbfb8cea33/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-9cb44f28-7af8-4331-b43d-bfe36f76533a {
  background-image: url(https://i.shgcdn.com/0674d38f-f975-4b86-9cfd-a8bbfb8cea33/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-9cb44f28-7af8-4331-b43d-bfe36f76533a {
  background-image: url(https://i.shgcdn.com/0674d38f-f975-4b86-9cfd-a8bbfb8cea33/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-9cb44f28-7af8-4331-b43d-bfe36f76533a {
  background-image: url(https://i.shgcdn.com/0674d38f-f975-4b86-9cfd-a8bbfb8cea33/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-9cb44f28-7af8-4331-b43d-bfe36f76533a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9cb44f28-7af8-4331-b43d-bfe36f76533a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4b2f4938-8cb1-4862-930b-4b83402da6c7 {
  background-repeat: no-repeat;
background-size: contain;
margin-top: -1px;
min-height: 200px;
background-position: center center;
}
@media (min-width: 1200px){#s-4b2f4938-8cb1-4862-930b-4b83402da6c7 {
  display: none;
}
#s-4b2f4938-8cb1-4862-930b-4b83402da6c7, #wrap-s-4b2f4938-8cb1-4862-930b-4b83402da6c7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4b2f4938-8cb1-4862-930b-4b83402da6c7 {
  display: none;
}
#s-4b2f4938-8cb1-4862-930b-4b83402da6c7, #wrap-s-4b2f4938-8cb1-4862-930b-4b83402da6c7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4b2f4938-8cb1-4862-930b-4b83402da6c7 {
  display: none;
}
#s-4b2f4938-8cb1-4862-930b-4b83402da6c7, #wrap-s-4b2f4938-8cb1-4862-930b-4b83402da6c7 { display: none !important; }}
#s-4b2f4938-8cb1-4862-930b-4b83402da6c7 {
  background-image: url(https://i.shgcdn.com/85631e65-1092-4d21-b606-34802720880a/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-4b2f4938-8cb1-4862-930b-4b83402da6c7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4b2f4938-8cb1-4862-930b-4b83402da6c7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-5f193b2e-7fe7-4f4a-9aab-064a9b2fae19 {
  display: none;
}
#s-5f193b2e-7fe7-4f4a-9aab-064a9b2fae19, #wrap-s-5f193b2e-7fe7-4f4a-9aab-064a9b2fae19 { display: none !important; }}







#s-5f193b2e-7fe7-4f4a-9aab-064a9b2fae19 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5f193b2e-7fe7-4f4a-9aab-064a9b2fae19.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.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-91800b5c-e1ea-4ce6-9d21-d18f724499d6 {
  max-width: 1798px;
aspect-ratio: 1798/1298;
text-align: center;
}
@media (max-width: 767px){#s-91800b5c-e1ea-4ce6-9d21-d18f724499d6 {
  display: none;
}
#s-91800b5c-e1ea-4ce6-9d21-d18f724499d6, #wrap-s-91800b5c-e1ea-4ce6-9d21-d18f724499d6 { display: none !important; }}




  #s-91800b5c-e1ea-4ce6-9d21-d18f724499d6 img.shogun-image,
  #s-91800b5c-e1ea-4ce6-9d21-d18f724499d6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-91800b5c-e1ea-4ce6-9d21-d18f724499d6 {
    width: 100%;
    height: auto;
  }



  #s-91800b5c-e1ea-4ce6-9d21-d18f724499d6 img.shogun-image {
    

    
    
    
  }


#s-91800b5c-e1ea-4ce6-9d21-d18f724499d6 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-8d525140-6f56-4571-96c1-744d81b384be {
  margin-top: 6px;
}

@media (min-width: 0px) {
[id="s-8d525140-6f56-4571-96c1-744d81b384be"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8d525140-6f56-4571-96c1-744d81b384be"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8d525140-6f56-4571-96c1-744d81b384be"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8d525140-6f56-4571-96c1-744d81b384be"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-fd686f4c-a099-4f70-98ff-9febade24d31 {
  margin-top: 5%;
margin-left: 0%;
min-height: 50px;
}








#s-fd686f4c-a099-4f70-98ff-9febade24d31 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fd686f4c-a099-4f70-98ff-9febade24d31.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c7afe8b7-b665-4d5e-ad21-6f9d0e9fbb85 {
  margin-bottom: 4px;
}

#s-62427b63-6143-4bac-970a-b0208d88f199 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-62427b63-6143-4bac-970a-b0208d88f199 {
  display: none;
}
#s-62427b63-6143-4bac-970a-b0208d88f199, #wrap-s-62427b63-6143-4bac-970a-b0208d88f199 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-62427b63-6143-4bac-970a-b0208d88f199 {
  display: none;
}
#s-62427b63-6143-4bac-970a-b0208d88f199, #wrap-s-62427b63-6143-4bac-970a-b0208d88f199 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-62427b63-6143-4bac-970a-b0208d88f199 {
  display: none;
}
#s-62427b63-6143-4bac-970a-b0208d88f199, #wrap-s-62427b63-6143-4bac-970a-b0208d88f199 { display: none !important; }}@media (max-width: 767px){#s-62427b63-6143-4bac-970a-b0208d88f199 {
  
}
}







#s-62427b63-6143-4bac-970a-b0208d88f199 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-62427b63-6143-4bac-970a-b0208d88f199.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-61b8f7e5-9ac4-4cdc-a86f-ae6274dd1f64 {
  max-width: 750px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-61b8f7e5-9ac4-4cdc-a86f-ae6274dd1f64 img.shogun-image,
  #s-61b8f7e5-9ac4-4cdc-a86f-ae6274dd1f64 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-61b8f7e5-9ac4-4cdc-a86f-ae6274dd1f64 {
    width: 100%;
    height: auto;
  }



  #s-61b8f7e5-9ac4-4cdc-a86f-ae6274dd1f64 img.shogun-image {
    

    
    
    
  }


#s-61b8f7e5-9ac4-4cdc-a86f-ae6274dd1f64 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-bdb4ec14-5daf-4372-9fcf-b2e89e82ea05 {
  margin-top: 4%;
min-height: 50px;
}








#s-bdb4ec14-5daf-4372-9fcf-b2e89e82ea05 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bdb4ec14-5daf-4372-9fcf-b2e89e82ea05.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c4de315e-282c-4383-a017-7459024324f6 {
  margin-top: 40px;
min-height: 50px;
}








#s-c4de315e-282c-4383-a017-7459024324f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c4de315e-282c-4383-a017-7459024324f6.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b5d8c9e8-95c3-4d47-89f2-060611d22068 {
  margin-bottom: 10px;
}
@media (max-width: 767px){#s-b5d8c9e8-95c3-4d47-89f2-060611d22068 {
  display: none;
}
#s-b5d8c9e8-95c3-4d47-89f2-060611d22068, #wrap-s-b5d8c9e8-95c3-4d47-89f2-060611d22068 { display: none !important; }}
#s-c80b030f-8557-4ed5-8964-79eecca3f179 {
  margin-bottom: 10px;
}
@media (min-width: 1200px){#s-c80b030f-8557-4ed5-8964-79eecca3f179 {
  display: none;
}
#s-c80b030f-8557-4ed5-8964-79eecca3f179, #wrap-s-c80b030f-8557-4ed5-8964-79eecca3f179 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c80b030f-8557-4ed5-8964-79eecca3f179 {
  display: none;
}
#s-c80b030f-8557-4ed5-8964-79eecca3f179, #wrap-s-c80b030f-8557-4ed5-8964-79eecca3f179 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c80b030f-8557-4ed5-8964-79eecca3f179 {
  display: none;
}
#s-c80b030f-8557-4ed5-8964-79eecca3f179, #wrap-s-c80b030f-8557-4ed5-8964-79eecca3f179 { display: none !important; }}
.shg-hr-wrapper {
  padding: 30px 0;
}

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

#s-b80cfff2-8ff1-4418-9803-007c5787b7fc {
  margin-top: -35px;
}
@media (max-width: 767px){#s-b80cfff2-8ff1-4418-9803-007c5787b7fc {
  display: none;
}
#s-b80cfff2-8ff1-4418-9803-007c5787b7fc, #wrap-s-b80cfff2-8ff1-4418-9803-007c5787b7fc { display: none !important; }}
#s-b80cfff2-8ff1-4418-9803-007c5787b7fc hr {
  border-top: 1px solid rgba(207, 207, 207, 1);
}

#s-0b8f8aad-8df3-4eb7-b145-5138b1390466 {
  margin-top: -35px;
padding-left: 2px;
padding-right: 2px;
}
@media (min-width: 1200px){#s-0b8f8aad-8df3-4eb7-b145-5138b1390466 {
  display: none;
}
#s-0b8f8aad-8df3-4eb7-b145-5138b1390466, #wrap-s-0b8f8aad-8df3-4eb7-b145-5138b1390466 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0b8f8aad-8df3-4eb7-b145-5138b1390466 {
  display: none;
}
#s-0b8f8aad-8df3-4eb7-b145-5138b1390466, #wrap-s-0b8f8aad-8df3-4eb7-b145-5138b1390466 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0b8f8aad-8df3-4eb7-b145-5138b1390466 {
  display: none;
}
#s-0b8f8aad-8df3-4eb7-b145-5138b1390466, #wrap-s-0b8f8aad-8df3-4eb7-b145-5138b1390466 { display: none !important; }}
#s-0b8f8aad-8df3-4eb7-b145-5138b1390466 hr {
  border-top: 1px solid rgba(207, 207, 207, 1);
}

#s-696dbd3d-70f5-407d-b412-fc8a63e8efc7 {
  margin-top: 0px;
}

@media (min-width: 0px) {
[id="s-696dbd3d-70f5-407d-b412-fc8a63e8efc7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-696dbd3d-70f5-407d-b412-fc8a63e8efc7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-696dbd3d-70f5-407d-b412-fc8a63e8efc7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-696dbd3d-70f5-407d-b412-fc8a63e8efc7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-fd684fda-e277-4ba9-ac44-6f9322ffeaa7 {
  min-height: 50px;
}








#s-fd684fda-e277-4ba9-ac44-6f9322ffeaa7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fd684fda-e277-4ba9-ac44-6f9322ffeaa7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2731be10-973b-401e-b238-c7eeeac3dadf {
  text-align: center;
}







  #s-2731be10-973b-401e-b238-c7eeeac3dadf img.shogun-image {
    

    
    
    
  }


#s-2731be10-973b-401e-b238-c7eeeac3dadf .shogun-image-content {
  
    align-items: center;
  
}

#s-954f3205-8feb-4323-b5e9-d0fc3b517bde {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-14e2b55a-8a52-496c-90b6-1098ed971c32 {
  min-height: 50px;
}








#s-14e2b55a-8a52-496c-90b6-1098ed971c32 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-14e2b55a-8a52-496c-90b6-1098ed971c32.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3b26c7e0-0087-4b16-ad9b-7f171b41c244 {
  text-align: center;
}







  #s-3b26c7e0-0087-4b16-ad9b-7f171b41c244 img.shogun-image {
    

    
    
    
  }


#s-3b26c7e0-0087-4b16-ad9b-7f171b41c244 .shogun-image-content {
  
    align-items: center;
  
}

#s-4158e1ba-c5a8-4ea4-89c4-7856752c881f {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-79909165-7198-4b11-bca0-d3d165e253c5 {
  min-height: 50px;
}








#s-79909165-7198-4b11-bca0-d3d165e253c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-79909165-7198-4b11-bca0-d3d165e253c5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-690b3939-3cf1-44ff-9e9c-02e633d0034d {
  text-align: center;
}







  #s-690b3939-3cf1-44ff-9e9c-02e633d0034d img.shogun-image {
    

    
    
    
  }


#s-690b3939-3cf1-44ff-9e9c-02e633d0034d .shogun-image-content {
  
    align-items: center;
  
}

#s-15db3a1b-1c8a-400b-b4c6-ecc8ee4a7a76 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-65c94f15-039e-48b0-9731-289cf3554e33 {
  min-height: 50px;
}








#s-65c94f15-039e-48b0-9731-289cf3554e33 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-65c94f15-039e-48b0-9731-289cf3554e33.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2a02654c-41a5-48e6-a9b6-793e5a63c159 {
  text-align: center;
}







  #s-2a02654c-41a5-48e6-a9b6-793e5a63c159 img.shogun-image {
    

    
    
    
  }


#s-2a02654c-41a5-48e6-a9b6-793e5a63c159 .shogun-image-content {
  
    align-items: center;
  
}

#s-b494bea4-abf2-414e-a982-e6fed3fa5933 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-73d5776b-72aa-44b8-aff9-3869590aa870 {
  min-height: 50px;
}
@media (max-width: 767px){#s-73d5776b-72aa-44b8-aff9-3869590aa870 {
  display: none;
}
#s-73d5776b-72aa-44b8-aff9-3869590aa870, #wrap-s-73d5776b-72aa-44b8-aff9-3869590aa870 { display: none !important; }}







#s-73d5776b-72aa-44b8-aff9-3869590aa870 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-73d5776b-72aa-44b8-aff9-3869590aa870.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-de7c684a-1ad2-4e01-ba1f-4580940e7bd6 {
  margin-bottom: 6%;
min-height: 50px;
}
@media (max-width: 767px){#s-de7c684a-1ad2-4e01-ba1f-4580940e7bd6 {
  
}
}







#s-de7c684a-1ad2-4e01-ba1f-4580940e7bd6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-de7c684a-1ad2-4e01-ba1f-4580940e7bd6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-824f1478-a7bc-49be-b7a8-06404df49459 {
  text-align: center;
}







  #s-824f1478-a7bc-49be-b7a8-06404df49459 img.shogun-image {
    

    
    
    
  }


#s-824f1478-a7bc-49be-b7a8-06404df49459 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-61bc0bea-c8c8-431a-a3ab-1bca122c8bdc {
  margin-top: 4%;
margin-left: 4%;
}

@media (min-width: 0px) {
[id="s-61bc0bea-c8c8-431a-a3ab-1bca122c8bdc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-61bc0bea-c8c8-431a-a3ab-1bca122c8bdc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-61bc0bea-c8c8-431a-a3ab-1bca122c8bdc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-61bc0bea-c8c8-431a-a3ab-1bca122c8bdc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-61bc0bea-c8c8-431a-a3ab-1bca122c8bdc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-61bc0bea-c8c8-431a-a3ab-1bca122c8bdc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-61bc0bea-c8c8-431a-a3ab-1bca122c8bdc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-7825b8b1-c309-424b-830d-1ae7ebd2d06b {
  margin-left: 0%;
min-height: 50px;
}








#s-7825b8b1-c309-424b-830d-1ae7ebd2d06b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7825b8b1-c309-424b-830d-1ae7ebd2d06b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e8ac7a63-8fff-49a9-b773-2dd9efca63e8 {
  margin-bottom: 5px;
}

#s-bd7deefb-38fc-4f38-a716-6e44f87a57b7 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-bd7deefb-38fc-4f38-a716-6e44f87a57b7 {
  display: none;
}
#s-bd7deefb-38fc-4f38-a716-6e44f87a57b7, #wrap-s-bd7deefb-38fc-4f38-a716-6e44f87a57b7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bd7deefb-38fc-4f38-a716-6e44f87a57b7 {
  display: none;
}
#s-bd7deefb-38fc-4f38-a716-6e44f87a57b7, #wrap-s-bd7deefb-38fc-4f38-a716-6e44f87a57b7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bd7deefb-38fc-4f38-a716-6e44f87a57b7 {
  display: none;
}
#s-bd7deefb-38fc-4f38-a716-6e44f87a57b7, #wrap-s-bd7deefb-38fc-4f38-a716-6e44f87a57b7 { display: none !important; }}







#s-bd7deefb-38fc-4f38-a716-6e44f87a57b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bd7deefb-38fc-4f38-a716-6e44f87a57b7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3aa99218-2e8e-42c6-a1f7-0161a9b09ecf {
  margin-bottom: 10%;
min-height: 50px;
}
@media (max-width: 767px){#s-3aa99218-2e8e-42c6-a1f7-0161a9b09ecf {
  
}
}







#s-3aa99218-2e8e-42c6-a1f7-0161a9b09ecf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3aa99218-2e8e-42c6-a1f7-0161a9b09ecf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-26e27a37-f793-48bb-9981-1fb5be967efe {
  text-align: center;
}







  #s-26e27a37-f793-48bb-9981-1fb5be967efe img.shogun-image {
    

    
    
    
  }


#s-26e27a37-f793-48bb-9981-1fb5be967efe .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-bad8a5c7-3596-4607-9645-e15100c0f051 {
  margin-top: 5%;
min-height: 50px;
}








#s-bad8a5c7-3596-4607-9645-e15100c0f051 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bad8a5c7-3596-4607-9645-e15100c0f051.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-60c618ac-b59f-4b78-8c60-741951e1c190 {
  margin-bottom: 5px;
}

#s-680bbdf7-42b6-4ceb-841f-b01b61c8442b {
  min-height: 50px;
}








#s-680bbdf7-42b6-4ceb-841f-b01b61c8442b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-680bbdf7-42b6-4ceb-841f-b01b61c8442b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-18b53f6d-3430-4baa-aa4e-997e6602892e {
  text-align: center;
}







  #s-18b53f6d-3430-4baa-aa4e-997e6602892e img.shogun-image {
    

    
    
    
  }


#s-18b53f6d-3430-4baa-aa4e-997e6602892e .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-549f1091-9796-4fad-9f57-c775b6442dec {
  margin-top: 5%;
min-height: 50px;
}








#s-549f1091-9796-4fad-9f57-c775b6442dec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-549f1091-9796-4fad-9f57-c775b6442dec {
  cursor: pointer;
}#s-549f1091-9796-4fad-9f57-c775b6442dec.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fa79ea21-e16d-441a-bbdf-9f4c0a8a3e94 {
  margin-bottom: 5px;
}

#s-16816e8e-a1e7-42dc-8425-f80bf1fdaab1 {
  margin-top: 20px;
}

@media (min-width: 0px) {
[id="s-16816e8e-a1e7-42dc-8425-f80bf1fdaab1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-16816e8e-a1e7-42dc-8425-f80bf1fdaab1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-16816e8e-a1e7-42dc-8425-f80bf1fdaab1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-16816e8e-a1e7-42dc-8425-f80bf1fdaab1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-95970faf-953d-4f56-b372-37848eb45388 {
  min-height: 50px;
}








#s-95970faf-953d-4f56-b372-37848eb45388 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-95970faf-953d-4f56-b372-37848eb45388 {
  cursor: pointer;
}#s-95970faf-953d-4f56-b372-37848eb45388.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-111ee17f-bebf-411d-9613-935b2546b25b {
  text-align: center;
}







  #s-111ee17f-bebf-411d-9613-935b2546b25b img.shogun-image {
    

    
    
    
  }


#s-111ee17f-bebf-411d-9613-935b2546b25b .shogun-image-content {
  
    align-items: center;
  
}

#s-2c7135f5-5367-42da-a320-09fd25056877 {
  margin-top: -1px;
margin-bottom: 8%;
margin-right: 3%;
min-height: 50px;
}








#s-2c7135f5-5367-42da-a320-09fd25056877 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2c7135f5-5367-42da-a320-09fd25056877.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eb881ad6-3a92-46d4-ba82-a62adb32ae6f {
  margin-bottom: 10px;
}

#s-a021347f-cbfc-4adc-83d4-80114188308f {
  margin-bottom: 15px;
}

#s-277ed48c-e955-4062-8174-e68e6dddcdf9 {
  margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
min-height: 50px;
max-width: 1024px;
}
@media (max-width: 767px){#s-277ed48c-e955-4062-8174-e68e6dddcdf9 {
  display: none;
}
#s-277ed48c-e955-4062-8174-e68e6dddcdf9, #wrap-s-277ed48c-e955-4062-8174-e68e6dddcdf9 { display: none !important; }}







#s-277ed48c-e955-4062-8174-e68e6dddcdf9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-277ed48c-e955-4062-8174-e68e6dddcdf9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-11108f76-6ceb-49a7-9bc1-f2e02673efd3 {
  margin-top: 0px;
}

@media (min-width: 0px) {
[id="s-11108f76-6ceb-49a7-9bc1-f2e02673efd3"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-11108f76-6ceb-49a7-9bc1-f2e02673efd3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-11108f76-6ceb-49a7-9bc1-f2e02673efd3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-11108f76-6ceb-49a7-9bc1-f2e02673efd3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-11108f76-6ceb-49a7-9bc1-f2e02673efd3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-11108f76-6ceb-49a7-9bc1-f2e02673efd3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-11108f76-6ceb-49a7-9bc1-f2e02673efd3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-757ab59e-2bbe-499f-9c4c-f2a9e6bb6e7b {
  min-height: 50px;
}








#s-757ab59e-2bbe-499f-9c4c-f2a9e6bb6e7b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-757ab59e-2bbe-499f-9c4c-f2a9e6bb6e7b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d8ec4a92-3c23-4c5c-b9df-92fe818b3b2e {
  text-align: center;
}







  #s-d8ec4a92-3c23-4c5c-b9df-92fe818b3b2e img.shogun-image {
    

    
    
    
  }


#s-d8ec4a92-3c23-4c5c-b9df-92fe818b3b2e .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-b6edadd7-1192-4120-bab0-b0b31985aa40 {
  margin-top: 5%;
margin-left: 8%;
margin-bottom: 4%;
margin-right: 0%;
min-height: 50px;
}








#s-b6edadd7-1192-4120-bab0-b0b31985aa40 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b6edadd7-1192-4120-bab0-b0b31985aa40.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f1f71867-c9ee-40d7-9e99-a52806f5ecb5 {
  margin-bottom: 5px;
}

#s-22e73db3-1577-4f1a-8023-91ba7230ec4b {
  min-height: 50px;
}








#s-22e73db3-1577-4f1a-8023-91ba7230ec4b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-22e73db3-1577-4f1a-8023-91ba7230ec4b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7aedbfb2-0c20-469f-9727-4bc5dfe506ee {
  text-align: center;
}







  #s-7aedbfb2-0c20-469f-9727-4bc5dfe506ee img.shogun-image {
    

    
    
    
  }


#s-7aedbfb2-0c20-469f-9727-4bc5dfe506ee .shogun-image-content {
  
    align-items: center;
  
}

#s-b8fc3305-406a-465d-832e-6aceea656aa2 {
  margin-top: 4%;
margin-bottom: 8%;
min-height: 50px;
}








#s-b8fc3305-406a-465d-832e-6aceea656aa2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b8fc3305-406a-465d-832e-6aceea656aa2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-26b857cf-b3d3-45fe-8974-46181a1cf1f6 {
  margin-bottom: 5px;
}

#s-c54a97e6-665e-4847-aebf-1c22e323e67b {
  margin-bottom: 15px;
}

#s-9f0db6fe-17a0-46a5-9b3a-9d1cbddc540e {
  margin-top: 40px;
min-height: 50px;
max-width: 1200px;
}
@media (max-width: 767px){#s-9f0db6fe-17a0-46a5-9b3a-9d1cbddc540e {
  
}
}







#s-9f0db6fe-17a0-46a5-9b3a-9d1cbddc540e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9f0db6fe-17a0-46a5-9b3a-9d1cbddc540e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-9722ceb2-d0c9-41d5-b981-9cf555d98f64 {
  margin-top: -40px;
}
@media (max-width: 767px){#s-9722ceb2-d0c9-41d5-b981-9cf555d98f64 {
  display: none;
}
#s-9722ceb2-d0c9-41d5-b981-9cf555d98f64, #wrap-s-9722ceb2-d0c9-41d5-b981-9cf555d98f64 { display: none !important; }}
#s-9722ceb2-d0c9-41d5-b981-9cf555d98f64 hr {
  border-top: 1px solid rgba(207, 207, 207, 1);
}

#s-762e128b-6926-4c58-a258-55287769d914 {
  margin-left: 10px;
margin-right: 10px;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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