.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-35fa2b2b-96bc-4adb-8937-f1ceffdc4534 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
min-height: 175px;
background-position: center center;
}
@media (min-width: 1200px){#s-35fa2b2b-96bc-4adb-8937-f1ceffdc4534 {
  display: none;
}
#s-35fa2b2b-96bc-4adb-8937-f1ceffdc4534, #wrap-s-35fa2b2b-96bc-4adb-8937-f1ceffdc4534 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-35fa2b2b-96bc-4adb-8937-f1ceffdc4534 {
  display: none;
}
#s-35fa2b2b-96bc-4adb-8937-f1ceffdc4534, #wrap-s-35fa2b2b-96bc-4adb-8937-f1ceffdc4534 { display:none !important; }}
#s-35fa2b2b-96bc-4adb-8937-f1ceffdc4534 {
  background-image: url(https://i.shgcdn.com/893d88b0-3b70-4e14-854c-fc57cb7dc390/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-35fa2b2b-96bc-4adb-8937-f1ceffdc4534 {
  background-image: url(https://i.shgcdn.com/893d88b0-3b70-4e14-854c-fc57cb7dc390/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-35fa2b2b-96bc-4adb-8937-f1ceffdc4534 {
  background-image: url(https://i.shgcdn.com/893d88b0-3b70-4e14-854c-fc57cb7dc390/-/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-35fa2b2b-96bc-4adb-8937-f1ceffdc4534 {
  background-image: url(https://i.shgcdn.com/893d88b0-3b70-4e14-854c-fc57cb7dc390/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-35fa2b2b-96bc-4adb-8937-f1ceffdc4534 {
  background-image: url(https://i.shgcdn.com/893d88b0-3b70-4e14-854c-fc57cb7dc390/-/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-35fa2b2b-96bc-4adb-8937-f1ceffdc4534 {
  background-image: url(https://i.shgcdn.com/893d88b0-3b70-4e14-854c-fc57cb7dc390/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-35fa2b2b-96bc-4adb-8937-f1ceffdc4534 {
  background-image: url(https://i.shgcdn.com/893d88b0-3b70-4e14-854c-fc57cb7dc390/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-35fa2b2b-96bc-4adb-8937-f1ceffdc4534 {
  background-image: url(https://i.shgcdn.com/893d88b0-3b70-4e14-854c-fc57cb7dc390/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-35fa2b2b-96bc-4adb-8937-f1ceffdc4534 {
  background-image: url(https://i.shgcdn.com/893d88b0-3b70-4e14-854c-fc57cb7dc390/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-35fa2b2b-96bc-4adb-8937-f1ceffdc4534 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-35fa2b2b-96bc-4adb-8937-f1ceffdc4534 {
  cursor: pointer;
}#s-35fa2b2b-96bc-4adb-8937-f1ceffdc4534.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-ce11533f-f778-4c84-83fa-3c9e9825e608 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}

#s-9efffee3-54f4-47ef-94fc-d1f0d049affc {
  margin-top: -20px;
margin-left: 2%;
padding-bottom: 0px;
}

#s-cb3bc073-7c76-4a1a-bf6e-875fccd2b1e4 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
min-height: 200px;
max-width: 1900px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-cb3bc073-7c76-4a1a-bf6e-875fccd2b1e4 {
  display: none;
}
#s-cb3bc073-7c76-4a1a-bf6e-875fccd2b1e4, #wrap-s-cb3bc073-7c76-4a1a-bf6e-875fccd2b1e4 { display:none !important; }}@media (max-width: 767px){#s-cb3bc073-7c76-4a1a-bf6e-875fccd2b1e4 {
  display: none;
}
#s-cb3bc073-7c76-4a1a-bf6e-875fccd2b1e4, #wrap-s-cb3bc073-7c76-4a1a-bf6e-875fccd2b1e4 { display:none !important; }}
#s-cb3bc073-7c76-4a1a-bf6e-875fccd2b1e4 {
  background-image: url(https://i.shgcdn.com/dcdd67d2-2e8e-4678-8220-181e7e2f5735/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-cb3bc073-7c76-4a1a-bf6e-875fccd2b1e4 {
  background-image: url(https://i.shgcdn.com/dcdd67d2-2e8e-4678-8220-181e7e2f5735/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-cb3bc073-7c76-4a1a-bf6e-875fccd2b1e4 {
  background-image: url(https://i.shgcdn.com/dcdd67d2-2e8e-4678-8220-181e7e2f5735/-/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-cb3bc073-7c76-4a1a-bf6e-875fccd2b1e4 {
  background-image: url(https://i.shgcdn.com/dcdd67d2-2e8e-4678-8220-181e7e2f5735/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-cb3bc073-7c76-4a1a-bf6e-875fccd2b1e4 {
  background-image: url(https://i.shgcdn.com/dcdd67d2-2e8e-4678-8220-181e7e2f5735/-/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-cb3bc073-7c76-4a1a-bf6e-875fccd2b1e4 {
  background-image: url(https://i.shgcdn.com/dcdd67d2-2e8e-4678-8220-181e7e2f5735/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-cb3bc073-7c76-4a1a-bf6e-875fccd2b1e4 {
  background-image: url(https://i.shgcdn.com/dcdd67d2-2e8e-4678-8220-181e7e2f5735/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-cb3bc073-7c76-4a1a-bf6e-875fccd2b1e4 {
  background-image: url(https://i.shgcdn.com/dcdd67d2-2e8e-4678-8220-181e7e2f5735/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-cb3bc073-7c76-4a1a-bf6e-875fccd2b1e4 {
  background-image: url(https://i.shgcdn.com/dcdd67d2-2e8e-4678-8220-181e7e2f5735/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-cb3bc073-7c76-4a1a-bf6e-875fccd2b1e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cb3bc073-7c76-4a1a-bf6e-875fccd2b1e4 {
  cursor: pointer;
}#s-cb3bc073-7c76-4a1a-bf6e-875fccd2b1e4.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;
}

@media (min-width: 0px) {
[id="s-a9ba7051-f00f-413e-a16f-ff49f907fa7e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a9ba7051-f00f-413e-a16f-ff49f907fa7e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a9ba7051-f00f-413e-a16f-ff49f907fa7e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a9ba7051-f00f-413e-a16f-ff49f907fa7e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-688317dc-d691-4e76-90de-6d81923a84fc {
  min-height: 190px;
}








#s-688317dc-d691-4e76-90de-6d81923a84fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-688317dc-d691-4e76-90de-6d81923a84fc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-acdfac53-87e1-4b7a-b2d4-5bfc0a2eefa5 {
  margin-top: 5px;
margin-left: 2%;
margin-bottom: -25px;
}

#s-04b25e33-bf6b-461b-9a3d-0f559a97a27a {
  margin-left: 2%;
padding-bottom: 35px;
}

#s-f6078971-7912-4a5e-a4dd-b1e281946879 {
  margin-top: 10px;
border-top-width: 0px;
border-left-width: 2px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 175px;
}








#s-f6078971-7912-4a5e-a4dd-b1e281946879 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f6078971-7912-4a5e-a4dd-b1e281946879.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-62a1b036-3dde-4ff6-8391-ccd2d613ebad {
  margin-left: 7%;
padding-top: 35px;
}

#s-1b3de3c7-ecf3-4157-a21d-3c857e211fce {
  margin-left: 7%;
}

#s-312fdd39-b354-4afa-a705-35058b3caa37 {
  margin-left: 7%;
}

#s-32d063cb-cb13-427d-b5fb-b375c88c020e {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 20px;
min-height: 650px;
max-width: 1750px;
}
@media (min-width: 768px) and (max-width: 991px){#s-32d063cb-cb13-427d-b5fb-b375c88c020e {
  display: none;
}
#s-32d063cb-cb13-427d-b5fb-b375c88c020e, #wrap-s-32d063cb-cb13-427d-b5fb-b375c88c020e { display:none !important; }}@media (max-width: 767px){#s-32d063cb-cb13-427d-b5fb-b375c88c020e {
  display: none;
}
#s-32d063cb-cb13-427d-b5fb-b375c88c020e, #wrap-s-32d063cb-cb13-427d-b5fb-b375c88c020e { display:none !important; }}







#s-32d063cb-cb13-427d-b5fb-b375c88c020e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-32d063cb-cb13-427d-b5fb-b375c88c020e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-674b35c1-4dd4-4b5c-a6f1-eb6a9142b2fd {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-674b35c1-4dd4-4b5c-a6f1-eb6a9142b2fd .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-674b35c1-4dd4-4b5c-a6f1-eb6a9142b2fd .shg-sld-nav-button.shg-sld-left,
#s-674b35c1-4dd4-4b5c-a6f1-eb6a9142b2fd .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-498b7405-5195-46ed-b560-12bf88125c93"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-498b7405-5195-46ed-b560-12bf88125c93"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-498b7405-5195-46ed-b560-12bf88125c93"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-498b7405-5195-46ed-b560-12bf88125c93"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

#s-410a71d9-e8bc-438c-b434-023b026cb3f5 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 385px;
background-position: center bottom;
}

#s-410a71d9-e8bc-438c-b434-023b026cb3f5 {
  background-image: url(https://i.shgcdn.com/9b663569-6135-4c47-96ab-ecba2fbd264f/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-410a71d9-e8bc-438c-b434-023b026cb3f5 {
  background-image: url(https://i.shgcdn.com/9b663569-6135-4c47-96ab-ecba2fbd264f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-410a71d9-e8bc-438c-b434-023b026cb3f5 {
  background-image: url(https://i.shgcdn.com/9b663569-6135-4c47-96ab-ecba2fbd264f/-/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-410a71d9-e8bc-438c-b434-023b026cb3f5 {
  background-image: url(https://i.shgcdn.com/9b663569-6135-4c47-96ab-ecba2fbd264f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-410a71d9-e8bc-438c-b434-023b026cb3f5 {
  background-image: url(https://i.shgcdn.com/9b663569-6135-4c47-96ab-ecba2fbd264f/-/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-410a71d9-e8bc-438c-b434-023b026cb3f5 {
  background-image: url(https://i.shgcdn.com/9b663569-6135-4c47-96ab-ecba2fbd264f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-410a71d9-e8bc-438c-b434-023b026cb3f5 {
  background-image: url(https://i.shgcdn.com/9b663569-6135-4c47-96ab-ecba2fbd264f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-410a71d9-e8bc-438c-b434-023b026cb3f5 {
  background-image: url(https://i.shgcdn.com/9b663569-6135-4c47-96ab-ecba2fbd264f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-410a71d9-e8bc-438c-b434-023b026cb3f5 {
  background-image: url(https://i.shgcdn.com/9b663569-6135-4c47-96ab-ecba2fbd264f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-410a71d9-e8bc-438c-b434-023b026cb3f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-410a71d9-e8bc-438c-b434-023b026cb3f5 {
  cursor: pointer;
}#s-410a71d9-e8bc-438c-b434-023b026cb3f5.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-0eeb1f50-b4ef-4465-b61f-aefc6bd8c75a {
  margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-0eeb1f50-b4ef-4465-b61f-aefc6bd8c75a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0eeb1f50-b4ef-4465-b61f-aefc6bd8c75a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-0eeb1f50-b4ef-4465-b61f-aefc6bd8c75a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-0eeb1f50-b4ef-4465-b61f-aefc6bd8c75a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-ffbb77ca-ea39-41b0-b295-2d53cacc3b15 {
  padding-top: 10px;
min-height: 29px;
background-color: rgba(207, 22, 1, 0.8);
}








#s-ffbb77ca-ea39-41b0-b295-2d53cacc3b15 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ffbb77ca-ea39-41b0-b295-2d53cacc3b15.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-33f4ab7b-0cb7-4038-8f40-163113918239 {
  padding-top: 5px;
}

#s-d046bbd3-aa1a-4172-aad1-e8cd50d95f5b {
  background-repeat: no-repeat;
background-size: cover;
min-height: 385px;
background-position: center center;
}

#s-d046bbd3-aa1a-4172-aad1-e8cd50d95f5b {
  background-image: url(https://i.shgcdn.com/42cd0c29-4726-434e-bc9b-b1241285b54a/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-d046bbd3-aa1a-4172-aad1-e8cd50d95f5b {
  background-image: url(https://i.shgcdn.com/42cd0c29-4726-434e-bc9b-b1241285b54a/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-d046bbd3-aa1a-4172-aad1-e8cd50d95f5b {
  background-image: url(https://i.shgcdn.com/42cd0c29-4726-434e-bc9b-b1241285b54a/-/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-d046bbd3-aa1a-4172-aad1-e8cd50d95f5b {
  background-image: url(https://i.shgcdn.com/42cd0c29-4726-434e-bc9b-b1241285b54a/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-d046bbd3-aa1a-4172-aad1-e8cd50d95f5b {
  background-image: url(https://i.shgcdn.com/42cd0c29-4726-434e-bc9b-b1241285b54a/-/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-d046bbd3-aa1a-4172-aad1-e8cd50d95f5b {
  background-image: url(https://i.shgcdn.com/42cd0c29-4726-434e-bc9b-b1241285b54a/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-d046bbd3-aa1a-4172-aad1-e8cd50d95f5b {
  background-image: url(https://i.shgcdn.com/42cd0c29-4726-434e-bc9b-b1241285b54a/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-d046bbd3-aa1a-4172-aad1-e8cd50d95f5b {
  background-image: url(https://i.shgcdn.com/42cd0c29-4726-434e-bc9b-b1241285b54a/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-d046bbd3-aa1a-4172-aad1-e8cd50d95f5b {
  background-image: url(https://i.shgcdn.com/42cd0c29-4726-434e-bc9b-b1241285b54a/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-d046bbd3-aa1a-4172-aad1-e8cd50d95f5b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d046bbd3-aa1a-4172-aad1-e8cd50d95f5b {
  cursor: pointer;
}#s-d046bbd3-aa1a-4172-aad1-e8cd50d95f5b.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-c6bed957-0b8c-481e-b957-a5d58af9c96b {
  margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-c6bed957-0b8c-481e-b957-a5d58af9c96b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c6bed957-0b8c-481e-b957-a5d58af9c96b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-c6bed957-0b8c-481e-b957-a5d58af9c96b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-c6bed957-0b8c-481e-b957-a5d58af9c96b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-2bad111c-ca55-45a2-bac0-299941022113 {
  padding-top: 10px;
min-height: 29px;
background-color: rgba(207, 22, 1, 0.8);
}








#s-2bad111c-ca55-45a2-bac0-299941022113 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2bad111c-ca55-45a2-bac0-299941022113.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a01c3e28-2996-4ecc-86d3-21eec5a497fc {
  padding-top: 5px;
}

#s-5f973d36-d006-4177-aae4-9d49cc58597f {
  background-repeat: no-repeat;
background-size: cover;
min-height: 385px;
background-position: center center;
}

#s-5f973d36-d006-4177-aae4-9d49cc58597f {
  background-image: url(https://i.shgcdn.com/11beaa7a-c9dc-4dab-945c-73095dda3ddf/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-5f973d36-d006-4177-aae4-9d49cc58597f {
  background-image: url(https://i.shgcdn.com/11beaa7a-c9dc-4dab-945c-73095dda3ddf/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-5f973d36-d006-4177-aae4-9d49cc58597f {
  background-image: url(https://i.shgcdn.com/11beaa7a-c9dc-4dab-945c-73095dda3ddf/-/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-5f973d36-d006-4177-aae4-9d49cc58597f {
  background-image: url(https://i.shgcdn.com/11beaa7a-c9dc-4dab-945c-73095dda3ddf/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-5f973d36-d006-4177-aae4-9d49cc58597f {
  background-image: url(https://i.shgcdn.com/11beaa7a-c9dc-4dab-945c-73095dda3ddf/-/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-5f973d36-d006-4177-aae4-9d49cc58597f {
  background-image: url(https://i.shgcdn.com/11beaa7a-c9dc-4dab-945c-73095dda3ddf/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-5f973d36-d006-4177-aae4-9d49cc58597f {
  background-image: url(https://i.shgcdn.com/11beaa7a-c9dc-4dab-945c-73095dda3ddf/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-5f973d36-d006-4177-aae4-9d49cc58597f {
  background-image: url(https://i.shgcdn.com/11beaa7a-c9dc-4dab-945c-73095dda3ddf/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-5f973d36-d006-4177-aae4-9d49cc58597f {
  background-image: url(https://i.shgcdn.com/11beaa7a-c9dc-4dab-945c-73095dda3ddf/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-5f973d36-d006-4177-aae4-9d49cc58597f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5f973d36-d006-4177-aae4-9d49cc58597f {
  cursor: pointer;
}#s-5f973d36-d006-4177-aae4-9d49cc58597f.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-ea794034-427f-4021-99b3-7c0f7319a122 {
  margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-ea794034-427f-4021-99b3-7c0f7319a122"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ea794034-427f-4021-99b3-7c0f7319a122"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-ea794034-427f-4021-99b3-7c0f7319a122"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-ea794034-427f-4021-99b3-7c0f7319a122"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-fd717eb4-09b7-4622-aff0-01bd18a1d22f {
  padding-top: 10px;
min-height: 29px;
background-color: rgba(207, 22, 1, 0.8);
}








#s-fd717eb4-09b7-4622-aff0-01bd18a1d22f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fd717eb4-09b7-4622-aff0-01bd18a1d22f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fed4c081-75ad-4791-b007-3b2f8b086bb9 {
  padding-top: 5px;
}

@media (min-width: 0px) {
[id="s-0188c2e6-3b93-405d-926c-4011b2100a6f"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-0188c2e6-3b93-405d-926c-4011b2100a6f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-0188c2e6-3b93-405d-926c-4011b2100a6f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-0188c2e6-3b93-405d-926c-4011b2100a6f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

#s-e5579be3-1b13-437d-972d-3d70ca06db8d {
  background-repeat: no-repeat;
background-size: cover;
min-height: 385px;
background-position: center center;
}

#s-e5579be3-1b13-437d-972d-3d70ca06db8d {
  background-image: url(https://i.shgcdn.com/a1115d78-a610-47ac-80d9-4d8322cd9dbf/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-e5579be3-1b13-437d-972d-3d70ca06db8d {
  background-image: url(https://i.shgcdn.com/a1115d78-a610-47ac-80d9-4d8322cd9dbf/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-e5579be3-1b13-437d-972d-3d70ca06db8d {
  background-image: url(https://i.shgcdn.com/a1115d78-a610-47ac-80d9-4d8322cd9dbf/-/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-e5579be3-1b13-437d-972d-3d70ca06db8d {
  background-image: url(https://i.shgcdn.com/a1115d78-a610-47ac-80d9-4d8322cd9dbf/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-e5579be3-1b13-437d-972d-3d70ca06db8d {
  background-image: url(https://i.shgcdn.com/a1115d78-a610-47ac-80d9-4d8322cd9dbf/-/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-e5579be3-1b13-437d-972d-3d70ca06db8d {
  background-image: url(https://i.shgcdn.com/a1115d78-a610-47ac-80d9-4d8322cd9dbf/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-e5579be3-1b13-437d-972d-3d70ca06db8d {
  background-image: url(https://i.shgcdn.com/a1115d78-a610-47ac-80d9-4d8322cd9dbf/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-e5579be3-1b13-437d-972d-3d70ca06db8d {
  background-image: url(https://i.shgcdn.com/a1115d78-a610-47ac-80d9-4d8322cd9dbf/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-e5579be3-1b13-437d-972d-3d70ca06db8d {
  background-image: url(https://i.shgcdn.com/a1115d78-a610-47ac-80d9-4d8322cd9dbf/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-e5579be3-1b13-437d-972d-3d70ca06db8d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e5579be3-1b13-437d-972d-3d70ca06db8d {
  cursor: pointer;
}#s-e5579be3-1b13-437d-972d-3d70ca06db8d.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-d962320c-5ad5-4aa8-a52d-065b6fd0b669 {
  margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-d962320c-5ad5-4aa8-a52d-065b6fd0b669"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d962320c-5ad5-4aa8-a52d-065b6fd0b669"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-d962320c-5ad5-4aa8-a52d-065b6fd0b669"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-d962320c-5ad5-4aa8-a52d-065b6fd0b669"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-fa32717b-705b-4b59-9b18-8dba8ef50c85 {
  padding-top: 10px;
min-height: 29px;
background-color: rgba(207, 22, 1, 0.8);
}








#s-fa32717b-705b-4b59-9b18-8dba8ef50c85 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fa32717b-705b-4b59-9b18-8dba8ef50c85.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7e90b5d5-1d4f-438d-b64d-517272163d86 {
  padding-top: 5px;
}

#s-c26abf16-8502-46dd-9609-f67657dd0f52 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 385px;
background-position: center bottom;
}

#s-c26abf16-8502-46dd-9609-f67657dd0f52 {
  background-image: url(https://i.shgcdn.com/9b663569-6135-4c47-96ab-ecba2fbd264f/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-c26abf16-8502-46dd-9609-f67657dd0f52 {
  background-image: url(https://i.shgcdn.com/9b663569-6135-4c47-96ab-ecba2fbd264f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-c26abf16-8502-46dd-9609-f67657dd0f52 {
  background-image: url(https://i.shgcdn.com/9b663569-6135-4c47-96ab-ecba2fbd264f/-/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-c26abf16-8502-46dd-9609-f67657dd0f52 {
  background-image: url(https://i.shgcdn.com/9b663569-6135-4c47-96ab-ecba2fbd264f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-c26abf16-8502-46dd-9609-f67657dd0f52 {
  background-image: url(https://i.shgcdn.com/9b663569-6135-4c47-96ab-ecba2fbd264f/-/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-c26abf16-8502-46dd-9609-f67657dd0f52 {
  background-image: url(https://i.shgcdn.com/9b663569-6135-4c47-96ab-ecba2fbd264f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-c26abf16-8502-46dd-9609-f67657dd0f52 {
  background-image: url(https://i.shgcdn.com/9b663569-6135-4c47-96ab-ecba2fbd264f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-c26abf16-8502-46dd-9609-f67657dd0f52 {
  background-image: url(https://i.shgcdn.com/9b663569-6135-4c47-96ab-ecba2fbd264f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-c26abf16-8502-46dd-9609-f67657dd0f52 {
  background-image: url(https://i.shgcdn.com/9b663569-6135-4c47-96ab-ecba2fbd264f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-c26abf16-8502-46dd-9609-f67657dd0f52 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c26abf16-8502-46dd-9609-f67657dd0f52 {
  cursor: pointer;
}#s-c26abf16-8502-46dd-9609-f67657dd0f52.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-3728e245-d249-43d2-849b-872f50955078 {
  margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-3728e245-d249-43d2-849b-872f50955078"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3728e245-d249-43d2-849b-872f50955078"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-3728e245-d249-43d2-849b-872f50955078"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-3728e245-d249-43d2-849b-872f50955078"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-ed2868de-0fc5-4ce0-b365-61bdb8739483 {
  padding-top: 10px;
min-height: 29px;
background-color: rgba(207, 22, 1, 0.8);
}








#s-ed2868de-0fc5-4ce0-b365-61bdb8739483 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ed2868de-0fc5-4ce0-b365-61bdb8739483.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1e2dc229-bcc7-4d2a-aa1a-ea3d76e836ae {
  padding-top: 5px;
}

#s-37f6599e-27e7-4bba-87b3-3708a420eefb {
  background-repeat: no-repeat;
background-size: cover;
min-height: 385px;
background-position: center center;
}

#s-37f6599e-27e7-4bba-87b3-3708a420eefb {
  background-image: url(https://i.shgcdn.com/42cd0c29-4726-434e-bc9b-b1241285b54a/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-37f6599e-27e7-4bba-87b3-3708a420eefb {
  background-image: url(https://i.shgcdn.com/42cd0c29-4726-434e-bc9b-b1241285b54a/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-37f6599e-27e7-4bba-87b3-3708a420eefb {
  background-image: url(https://i.shgcdn.com/42cd0c29-4726-434e-bc9b-b1241285b54a/-/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-37f6599e-27e7-4bba-87b3-3708a420eefb {
  background-image: url(https://i.shgcdn.com/42cd0c29-4726-434e-bc9b-b1241285b54a/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-37f6599e-27e7-4bba-87b3-3708a420eefb {
  background-image: url(https://i.shgcdn.com/42cd0c29-4726-434e-bc9b-b1241285b54a/-/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-37f6599e-27e7-4bba-87b3-3708a420eefb {
  background-image: url(https://i.shgcdn.com/42cd0c29-4726-434e-bc9b-b1241285b54a/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-37f6599e-27e7-4bba-87b3-3708a420eefb {
  background-image: url(https://i.shgcdn.com/42cd0c29-4726-434e-bc9b-b1241285b54a/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-37f6599e-27e7-4bba-87b3-3708a420eefb {
  background-image: url(https://i.shgcdn.com/42cd0c29-4726-434e-bc9b-b1241285b54a/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-37f6599e-27e7-4bba-87b3-3708a420eefb {
  background-image: url(https://i.shgcdn.com/42cd0c29-4726-434e-bc9b-b1241285b54a/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-37f6599e-27e7-4bba-87b3-3708a420eefb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-37f6599e-27e7-4bba-87b3-3708a420eefb {
  cursor: pointer;
}#s-37f6599e-27e7-4bba-87b3-3708a420eefb.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-35b91f53-3938-463e-b7fe-f4437d0e5301 {
  margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-35b91f53-3938-463e-b7fe-f4437d0e5301"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-35b91f53-3938-463e-b7fe-f4437d0e5301"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-35b91f53-3938-463e-b7fe-f4437d0e5301"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-35b91f53-3938-463e-b7fe-f4437d0e5301"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-5f27ca3e-28a8-4782-ba6f-926eafa4360a {
  padding-top: 10px;
min-height: 29px;
background-color: rgba(207, 22, 1, 0.8);
}








#s-5f27ca3e-28a8-4782-ba6f-926eafa4360a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5f27ca3e-28a8-4782-ba6f-926eafa4360a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b13223f1-2388-4b14-bd0c-56826be7355e {
  padding-top: 5px;
}

@media (min-width: 0px) {
[id="s-d6502bbf-1674-4e84-ae42-4355827052bd"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-d6502bbf-1674-4e84-ae42-4355827052bd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-d6502bbf-1674-4e84-ae42-4355827052bd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-d6502bbf-1674-4e84-ae42-4355827052bd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

#s-9477c5b5-f1c2-4bff-9cca-fe199222e148 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 385px;
background-position: center center;
}

#s-9477c5b5-f1c2-4bff-9cca-fe199222e148 {
  background-image: url(https://i.shgcdn.com/31c167ec-fa30-4ce2-a8e7-649f4e7eb129/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-9477c5b5-f1c2-4bff-9cca-fe199222e148 {
  background-image: url(https://i.shgcdn.com/31c167ec-fa30-4ce2-a8e7-649f4e7eb129/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-9477c5b5-f1c2-4bff-9cca-fe199222e148 {
  background-image: url(https://i.shgcdn.com/31c167ec-fa30-4ce2-a8e7-649f4e7eb129/-/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-9477c5b5-f1c2-4bff-9cca-fe199222e148 {
  background-image: url(https://i.shgcdn.com/31c167ec-fa30-4ce2-a8e7-649f4e7eb129/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-9477c5b5-f1c2-4bff-9cca-fe199222e148 {
  background-image: url(https://i.shgcdn.com/31c167ec-fa30-4ce2-a8e7-649f4e7eb129/-/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-9477c5b5-f1c2-4bff-9cca-fe199222e148 {
  background-image: url(https://i.shgcdn.com/31c167ec-fa30-4ce2-a8e7-649f4e7eb129/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-9477c5b5-f1c2-4bff-9cca-fe199222e148 {
  background-image: url(https://i.shgcdn.com/31c167ec-fa30-4ce2-a8e7-649f4e7eb129/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-9477c5b5-f1c2-4bff-9cca-fe199222e148 {
  background-image: url(https://i.shgcdn.com/31c167ec-fa30-4ce2-a8e7-649f4e7eb129/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-9477c5b5-f1c2-4bff-9cca-fe199222e148 {
  background-image: url(https://i.shgcdn.com/31c167ec-fa30-4ce2-a8e7-649f4e7eb129/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-9477c5b5-f1c2-4bff-9cca-fe199222e148 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9477c5b5-f1c2-4bff-9cca-fe199222e148 {
  cursor: pointer;
}#s-9477c5b5-f1c2-4bff-9cca-fe199222e148.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-00da04ed-4711-4070-aaaa-f0fc6cf2d0eb {
  margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-00da04ed-4711-4070-aaaa-f0fc6cf2d0eb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-00da04ed-4711-4070-aaaa-f0fc6cf2d0eb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-00da04ed-4711-4070-aaaa-f0fc6cf2d0eb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-00da04ed-4711-4070-aaaa-f0fc6cf2d0eb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-439b2afd-0987-4f85-92a4-9729bec169de {
  padding-top: 10px;
min-height: 29px;
background-color: rgba(207, 22, 1, 0.8);
}








#s-439b2afd-0987-4f85-92a4-9729bec169de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-439b2afd-0987-4f85-92a4-9729bec169de.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dc42f3d6-5caf-4b3e-b713-1010c53620a8 {
  padding-top: 5px;
}

#s-ea05c48b-5295-4c7a-80d7-c9c6b2f675d1 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 385px;
background-position: center center;
}

#s-ea05c48b-5295-4c7a-80d7-c9c6b2f675d1 {
  background-image: url(https://i.shgcdn.com/a1115d78-a610-47ac-80d9-4d8322cd9dbf/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-ea05c48b-5295-4c7a-80d7-c9c6b2f675d1 {
  background-image: url(https://i.shgcdn.com/a1115d78-a610-47ac-80d9-4d8322cd9dbf/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-ea05c48b-5295-4c7a-80d7-c9c6b2f675d1 {
  background-image: url(https://i.shgcdn.com/a1115d78-a610-47ac-80d9-4d8322cd9dbf/-/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-ea05c48b-5295-4c7a-80d7-c9c6b2f675d1 {
  background-image: url(https://i.shgcdn.com/a1115d78-a610-47ac-80d9-4d8322cd9dbf/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-ea05c48b-5295-4c7a-80d7-c9c6b2f675d1 {
  background-image: url(https://i.shgcdn.com/a1115d78-a610-47ac-80d9-4d8322cd9dbf/-/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-ea05c48b-5295-4c7a-80d7-c9c6b2f675d1 {
  background-image: url(https://i.shgcdn.com/a1115d78-a610-47ac-80d9-4d8322cd9dbf/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-ea05c48b-5295-4c7a-80d7-c9c6b2f675d1 {
  background-image: url(https://i.shgcdn.com/a1115d78-a610-47ac-80d9-4d8322cd9dbf/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-ea05c48b-5295-4c7a-80d7-c9c6b2f675d1 {
  background-image: url(https://i.shgcdn.com/a1115d78-a610-47ac-80d9-4d8322cd9dbf/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-ea05c48b-5295-4c7a-80d7-c9c6b2f675d1 {
  background-image: url(https://i.shgcdn.com/a1115d78-a610-47ac-80d9-4d8322cd9dbf/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-ea05c48b-5295-4c7a-80d7-c9c6b2f675d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ea05c48b-5295-4c7a-80d7-c9c6b2f675d1 {
  cursor: pointer;
}#s-ea05c48b-5295-4c7a-80d7-c9c6b2f675d1.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-390fa00d-c7d8-4328-842c-d731fc6de187 {
  margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-390fa00d-c7d8-4328-842c-d731fc6de187"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-390fa00d-c7d8-4328-842c-d731fc6de187"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-390fa00d-c7d8-4328-842c-d731fc6de187"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-390fa00d-c7d8-4328-842c-d731fc6de187"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-064ed0a3-b55f-4bc1-a55f-b7c227b9675a {
  padding-top: 10px;
min-height: 29px;
background-color: rgba(207, 22, 1, 0.8);
}








#s-064ed0a3-b55f-4bc1-a55f-b7c227b9675a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-064ed0a3-b55f-4bc1-a55f-b7c227b9675a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8c089390-0c8a-4417-a867-3ba090b92343 {
  padding-top: 5px;
}

#s-cfd53414-1a87-4e45-b327-5261c148ac4c {
  background-repeat: no-repeat;
background-size: cover;
min-height: 385px;
background-position: center bottom;
}

#s-cfd53414-1a87-4e45-b327-5261c148ac4c {
  background-image: url(https://i.shgcdn.com/9b663569-6135-4c47-96ab-ecba2fbd264f/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-cfd53414-1a87-4e45-b327-5261c148ac4c {
  background-image: url(https://i.shgcdn.com/9b663569-6135-4c47-96ab-ecba2fbd264f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-cfd53414-1a87-4e45-b327-5261c148ac4c {
  background-image: url(https://i.shgcdn.com/9b663569-6135-4c47-96ab-ecba2fbd264f/-/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-cfd53414-1a87-4e45-b327-5261c148ac4c {
  background-image: url(https://i.shgcdn.com/9b663569-6135-4c47-96ab-ecba2fbd264f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-cfd53414-1a87-4e45-b327-5261c148ac4c {
  background-image: url(https://i.shgcdn.com/9b663569-6135-4c47-96ab-ecba2fbd264f/-/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-cfd53414-1a87-4e45-b327-5261c148ac4c {
  background-image: url(https://i.shgcdn.com/9b663569-6135-4c47-96ab-ecba2fbd264f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-cfd53414-1a87-4e45-b327-5261c148ac4c {
  background-image: url(https://i.shgcdn.com/9b663569-6135-4c47-96ab-ecba2fbd264f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-cfd53414-1a87-4e45-b327-5261c148ac4c {
  background-image: url(https://i.shgcdn.com/9b663569-6135-4c47-96ab-ecba2fbd264f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-cfd53414-1a87-4e45-b327-5261c148ac4c {
  background-image: url(https://i.shgcdn.com/9b663569-6135-4c47-96ab-ecba2fbd264f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-cfd53414-1a87-4e45-b327-5261c148ac4c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cfd53414-1a87-4e45-b327-5261c148ac4c {
  cursor: pointer;
}#s-cfd53414-1a87-4e45-b327-5261c148ac4c.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-827a8984-3903-4f20-a131-2ba5f6e9a50e {
  margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-827a8984-3903-4f20-a131-2ba5f6e9a50e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-827a8984-3903-4f20-a131-2ba5f6e9a50e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-827a8984-3903-4f20-a131-2ba5f6e9a50e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-827a8984-3903-4f20-a131-2ba5f6e9a50e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-b1db63d7-93c1-4621-9522-74177d7411f6 {
  padding-top: 10px;
min-height: 29px;
background-color: rgba(207, 22, 1, 0.8);
}








#s-b1db63d7-93c1-4621-9522-74177d7411f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b1db63d7-93c1-4621-9522-74177d7411f6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8e7f93a7-53cf-4c20-82b7-54dc65bc1bb8 {
  padding-top: 5px;
}

#s-004850c3-d202-470b-b304-f16673451a04 {
  margin-top: -1px;
padding-top: 15px;
}

@media (min-width: 0px) {
[id="s-004850c3-d202-470b-b304-f16673451a04"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-004850c3-d202-470b-b304-f16673451a04"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-004850c3-d202-470b-b304-f16673451a04"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-004850c3-d202-470b-b304-f16673451a04"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

#s-22e94a6c-2aeb-4c8d-a8dc-f43380a01e49 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 385px;
background-position: center center;
}

#s-22e94a6c-2aeb-4c8d-a8dc-f43380a01e49 {
  background-image: url(https://i.shgcdn.com/7226221e-8f82-4585-9e10-21bfedfa5016/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-22e94a6c-2aeb-4c8d-a8dc-f43380a01e49 {
  background-image: url(https://i.shgcdn.com/7226221e-8f82-4585-9e10-21bfedfa5016/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-22e94a6c-2aeb-4c8d-a8dc-f43380a01e49 {
  background-image: url(https://i.shgcdn.com/7226221e-8f82-4585-9e10-21bfedfa5016/-/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-22e94a6c-2aeb-4c8d-a8dc-f43380a01e49 {
  background-image: url(https://i.shgcdn.com/7226221e-8f82-4585-9e10-21bfedfa5016/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-22e94a6c-2aeb-4c8d-a8dc-f43380a01e49 {
  background-image: url(https://i.shgcdn.com/7226221e-8f82-4585-9e10-21bfedfa5016/-/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-22e94a6c-2aeb-4c8d-a8dc-f43380a01e49 {
  background-image: url(https://i.shgcdn.com/7226221e-8f82-4585-9e10-21bfedfa5016/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-22e94a6c-2aeb-4c8d-a8dc-f43380a01e49 {
  background-image: url(https://i.shgcdn.com/7226221e-8f82-4585-9e10-21bfedfa5016/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-22e94a6c-2aeb-4c8d-a8dc-f43380a01e49 {
  background-image: url(https://i.shgcdn.com/7226221e-8f82-4585-9e10-21bfedfa5016/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-22e94a6c-2aeb-4c8d-a8dc-f43380a01e49 {
  background-image: url(https://i.shgcdn.com/7226221e-8f82-4585-9e10-21bfedfa5016/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-22e94a6c-2aeb-4c8d-a8dc-f43380a01e49 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-22e94a6c-2aeb-4c8d-a8dc-f43380a01e49 {
  cursor: pointer;
}#s-22e94a6c-2aeb-4c8d-a8dc-f43380a01e49.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-8ea8df4c-c799-4f50-8fdf-fd1f0bf312b0 {
  margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-8ea8df4c-c799-4f50-8fdf-fd1f0bf312b0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8ea8df4c-c799-4f50-8fdf-fd1f0bf312b0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-8ea8df4c-c799-4f50-8fdf-fd1f0bf312b0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-8ea8df4c-c799-4f50-8fdf-fd1f0bf312b0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-0004613c-dd25-4d89-abea-d98015c8c088 {
  padding-top: 10px;
min-height: 29px;
background-color: rgba(207, 22, 1, 0.8);
}








#s-0004613c-dd25-4d89-abea-d98015c8c088 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0004613c-dd25-4d89-abea-d98015c8c088.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-007d2365-2424-488d-b32c-57006a722616 {
  padding-top: 5px;
}

#s-d38fd354-07b3-4006-a2e4-1aa7d7a1b29b {
  background-repeat: no-repeat;
background-size: cover;
min-height: 385px;
background-position: center center;
}

#s-d38fd354-07b3-4006-a2e4-1aa7d7a1b29b {
  background-image: url(https://i.shgcdn.com/f2af8001-f7ad-4ed3-a9c1-34ab819e13ff/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-d38fd354-07b3-4006-a2e4-1aa7d7a1b29b {
  background-image: url(https://i.shgcdn.com/f2af8001-f7ad-4ed3-a9c1-34ab819e13ff/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-d38fd354-07b3-4006-a2e4-1aa7d7a1b29b {
  background-image: url(https://i.shgcdn.com/f2af8001-f7ad-4ed3-a9c1-34ab819e13ff/-/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-d38fd354-07b3-4006-a2e4-1aa7d7a1b29b {
  background-image: url(https://i.shgcdn.com/f2af8001-f7ad-4ed3-a9c1-34ab819e13ff/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-d38fd354-07b3-4006-a2e4-1aa7d7a1b29b {
  background-image: url(https://i.shgcdn.com/f2af8001-f7ad-4ed3-a9c1-34ab819e13ff/-/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-d38fd354-07b3-4006-a2e4-1aa7d7a1b29b {
  background-image: url(https://i.shgcdn.com/f2af8001-f7ad-4ed3-a9c1-34ab819e13ff/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-d38fd354-07b3-4006-a2e4-1aa7d7a1b29b {
  background-image: url(https://i.shgcdn.com/f2af8001-f7ad-4ed3-a9c1-34ab819e13ff/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-d38fd354-07b3-4006-a2e4-1aa7d7a1b29b {
  background-image: url(https://i.shgcdn.com/f2af8001-f7ad-4ed3-a9c1-34ab819e13ff/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-d38fd354-07b3-4006-a2e4-1aa7d7a1b29b {
  background-image: url(https://i.shgcdn.com/f2af8001-f7ad-4ed3-a9c1-34ab819e13ff/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-d38fd354-07b3-4006-a2e4-1aa7d7a1b29b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d38fd354-07b3-4006-a2e4-1aa7d7a1b29b {
  cursor: pointer;
}#s-d38fd354-07b3-4006-a2e4-1aa7d7a1b29b.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-faceedd3-b927-45ae-91b6-83c40fdf490c {
  margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-faceedd3-b927-45ae-91b6-83c40fdf490c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-faceedd3-b927-45ae-91b6-83c40fdf490c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-faceedd3-b927-45ae-91b6-83c40fdf490c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-faceedd3-b927-45ae-91b6-83c40fdf490c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-5a71f665-fc63-4070-9538-e1ece46e45b1 {
  padding-top: 10px;
min-height: 29px;
background-color: rgba(207, 22, 1, 0.8);
}








#s-5a71f665-fc63-4070-9538-e1ece46e45b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5a71f665-fc63-4070-9538-e1ece46e45b1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4f9e2438-a682-4ceb-a67f-8c4fb37c913e {
  padding-top: 5px;
}

#s-56fdbabe-74e8-419d-9c3b-cf054acf412d {
  background-repeat: no-repeat;
background-size: cover;
min-height: 385px;
background-position: center center;
}

#s-56fdbabe-74e8-419d-9c3b-cf054acf412d {
  background-image: url(https://i.shgcdn.com/b6285db4-7e50-462a-9fbc-f96d58392710/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-56fdbabe-74e8-419d-9c3b-cf054acf412d {
  background-image: url(https://i.shgcdn.com/b6285db4-7e50-462a-9fbc-f96d58392710/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-56fdbabe-74e8-419d-9c3b-cf054acf412d {
  background-image: url(https://i.shgcdn.com/b6285db4-7e50-462a-9fbc-f96d58392710/-/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-56fdbabe-74e8-419d-9c3b-cf054acf412d {
  background-image: url(https://i.shgcdn.com/b6285db4-7e50-462a-9fbc-f96d58392710/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-56fdbabe-74e8-419d-9c3b-cf054acf412d {
  background-image: url(https://i.shgcdn.com/b6285db4-7e50-462a-9fbc-f96d58392710/-/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-56fdbabe-74e8-419d-9c3b-cf054acf412d {
  background-image: url(https://i.shgcdn.com/b6285db4-7e50-462a-9fbc-f96d58392710/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-56fdbabe-74e8-419d-9c3b-cf054acf412d {
  background-image: url(https://i.shgcdn.com/b6285db4-7e50-462a-9fbc-f96d58392710/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-56fdbabe-74e8-419d-9c3b-cf054acf412d {
  background-image: url(https://i.shgcdn.com/b6285db4-7e50-462a-9fbc-f96d58392710/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-56fdbabe-74e8-419d-9c3b-cf054acf412d {
  background-image: url(https://i.shgcdn.com/b6285db4-7e50-462a-9fbc-f96d58392710/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-56fdbabe-74e8-419d-9c3b-cf054acf412d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-56fdbabe-74e8-419d-9c3b-cf054acf412d {
  cursor: pointer;
}#s-56fdbabe-74e8-419d-9c3b-cf054acf412d.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-ebeb5bb5-ff5c-4a37-a611-f9e6ea3d3842 {
  margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-ebeb5bb5-ff5c-4a37-a611-f9e6ea3d3842"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ebeb5bb5-ff5c-4a37-a611-f9e6ea3d3842"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-ebeb5bb5-ff5c-4a37-a611-f9e6ea3d3842"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-ebeb5bb5-ff5c-4a37-a611-f9e6ea3d3842"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-ff849c65-298d-4675-ba9f-19a21dec286c {
  padding-top: 10px;
min-height: 29px;
background-color: rgba(207, 22, 1, 0.8);
}








#s-ff849c65-298d-4675-ba9f-19a21dec286c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ff849c65-298d-4675-ba9f-19a21dec286c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d616514e-2328-42b2-8fb5-6e32840422bd {
  padding-top: 5px;
}

#s-5f79d4f1-bd41-468b-bc10-7704fc9fc2a2 {
  margin-top: -1px;
padding-top: 15px;
}

@media (min-width: 0px) {
[id="s-5f79d4f1-bd41-468b-bc10-7704fc9fc2a2"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-5f79d4f1-bd41-468b-bc10-7704fc9fc2a2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-5f79d4f1-bd41-468b-bc10-7704fc9fc2a2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-5f79d4f1-bd41-468b-bc10-7704fc9fc2a2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

#s-4cafa658-4471-4876-9f1d-1236bb25b5f8 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 385px;
background-position: center center;
}

#s-4cafa658-4471-4876-9f1d-1236bb25b5f8 {
  background-image: url(https://i.shgcdn.com/80651204-e23a-4eef-ad4d-82cc6e5600bc/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-4cafa658-4471-4876-9f1d-1236bb25b5f8 {
  background-image: url(https://i.shgcdn.com/80651204-e23a-4eef-ad4d-82cc6e5600bc/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-4cafa658-4471-4876-9f1d-1236bb25b5f8 {
  background-image: url(https://i.shgcdn.com/80651204-e23a-4eef-ad4d-82cc6e5600bc/-/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-4cafa658-4471-4876-9f1d-1236bb25b5f8 {
  background-image: url(https://i.shgcdn.com/80651204-e23a-4eef-ad4d-82cc6e5600bc/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-4cafa658-4471-4876-9f1d-1236bb25b5f8 {
  background-image: url(https://i.shgcdn.com/80651204-e23a-4eef-ad4d-82cc6e5600bc/-/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-4cafa658-4471-4876-9f1d-1236bb25b5f8 {
  background-image: url(https://i.shgcdn.com/80651204-e23a-4eef-ad4d-82cc6e5600bc/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-4cafa658-4471-4876-9f1d-1236bb25b5f8 {
  background-image: url(https://i.shgcdn.com/80651204-e23a-4eef-ad4d-82cc6e5600bc/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-4cafa658-4471-4876-9f1d-1236bb25b5f8 {
  background-image: url(https://i.shgcdn.com/80651204-e23a-4eef-ad4d-82cc6e5600bc/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-4cafa658-4471-4876-9f1d-1236bb25b5f8 {
  background-image: url(https://i.shgcdn.com/80651204-e23a-4eef-ad4d-82cc6e5600bc/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-4cafa658-4471-4876-9f1d-1236bb25b5f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4cafa658-4471-4876-9f1d-1236bb25b5f8 {
  cursor: pointer;
}#s-4cafa658-4471-4876-9f1d-1236bb25b5f8.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-df523f24-9484-440f-8392-85f8028146bf {
  margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-df523f24-9484-440f-8392-85f8028146bf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-df523f24-9484-440f-8392-85f8028146bf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-df523f24-9484-440f-8392-85f8028146bf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-df523f24-9484-440f-8392-85f8028146bf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-34208578-334b-450a-ad47-6a850dd78b0d {
  padding-top: 10px;
min-height: 29px;
background-color: rgba(207, 22, 1, 0.8);
}








#s-34208578-334b-450a-ad47-6a850dd78b0d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-34208578-334b-450a-ad47-6a850dd78b0d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-75906656-8533-4a8d-9d6a-dbaa49755961 {
  padding-top: 5px;
}

#s-136fafb6-ce61-4785-b092-34b68a6d653b {
  background-repeat: no-repeat;
background-size: cover;
min-height: 385px;
background-position: center center;
}

#s-136fafb6-ce61-4785-b092-34b68a6d653b {
  background-image: url(https://i.shgcdn.com/7226221e-8f82-4585-9e10-21bfedfa5016/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-136fafb6-ce61-4785-b092-34b68a6d653b {
  background-image: url(https://i.shgcdn.com/7226221e-8f82-4585-9e10-21bfedfa5016/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-136fafb6-ce61-4785-b092-34b68a6d653b {
  background-image: url(https://i.shgcdn.com/7226221e-8f82-4585-9e10-21bfedfa5016/-/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-136fafb6-ce61-4785-b092-34b68a6d653b {
  background-image: url(https://i.shgcdn.com/7226221e-8f82-4585-9e10-21bfedfa5016/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-136fafb6-ce61-4785-b092-34b68a6d653b {
  background-image: url(https://i.shgcdn.com/7226221e-8f82-4585-9e10-21bfedfa5016/-/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-136fafb6-ce61-4785-b092-34b68a6d653b {
  background-image: url(https://i.shgcdn.com/7226221e-8f82-4585-9e10-21bfedfa5016/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-136fafb6-ce61-4785-b092-34b68a6d653b {
  background-image: url(https://i.shgcdn.com/7226221e-8f82-4585-9e10-21bfedfa5016/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-136fafb6-ce61-4785-b092-34b68a6d653b {
  background-image: url(https://i.shgcdn.com/7226221e-8f82-4585-9e10-21bfedfa5016/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-136fafb6-ce61-4785-b092-34b68a6d653b {
  background-image: url(https://i.shgcdn.com/7226221e-8f82-4585-9e10-21bfedfa5016/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-136fafb6-ce61-4785-b092-34b68a6d653b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-136fafb6-ce61-4785-b092-34b68a6d653b {
  cursor: pointer;
}#s-136fafb6-ce61-4785-b092-34b68a6d653b.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-30217e2c-3967-4ee5-9534-4e4fe4415721 {
  margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-30217e2c-3967-4ee5-9534-4e4fe4415721"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-30217e2c-3967-4ee5-9534-4e4fe4415721"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-30217e2c-3967-4ee5-9534-4e4fe4415721"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-30217e2c-3967-4ee5-9534-4e4fe4415721"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-2140e5b4-9e0a-4602-9de5-bf5d96f39380 {
  padding-top: 10px;
min-height: 29px;
background-color: rgba(207, 22, 1, 0.8);
}








#s-2140e5b4-9e0a-4602-9de5-bf5d96f39380 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2140e5b4-9e0a-4602-9de5-bf5d96f39380.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1a0c1806-2247-4502-9dd6-d8ff8568405c {
  padding-top: 5px;
}

#s-7827d057-a192-4685-a13a-dcca2630a8f9 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 385px;
background-position: center center;
}

#s-7827d057-a192-4685-a13a-dcca2630a8f9 {
  background-image: url(https://i.shgcdn.com/f2af8001-f7ad-4ed3-a9c1-34ab819e13ff/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-7827d057-a192-4685-a13a-dcca2630a8f9 {
  background-image: url(https://i.shgcdn.com/f2af8001-f7ad-4ed3-a9c1-34ab819e13ff/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-7827d057-a192-4685-a13a-dcca2630a8f9 {
  background-image: url(https://i.shgcdn.com/f2af8001-f7ad-4ed3-a9c1-34ab819e13ff/-/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-7827d057-a192-4685-a13a-dcca2630a8f9 {
  background-image: url(https://i.shgcdn.com/f2af8001-f7ad-4ed3-a9c1-34ab819e13ff/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-7827d057-a192-4685-a13a-dcca2630a8f9 {
  background-image: url(https://i.shgcdn.com/f2af8001-f7ad-4ed3-a9c1-34ab819e13ff/-/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-7827d057-a192-4685-a13a-dcca2630a8f9 {
  background-image: url(https://i.shgcdn.com/f2af8001-f7ad-4ed3-a9c1-34ab819e13ff/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-7827d057-a192-4685-a13a-dcca2630a8f9 {
  background-image: url(https://i.shgcdn.com/f2af8001-f7ad-4ed3-a9c1-34ab819e13ff/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-7827d057-a192-4685-a13a-dcca2630a8f9 {
  background-image: url(https://i.shgcdn.com/f2af8001-f7ad-4ed3-a9c1-34ab819e13ff/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-7827d057-a192-4685-a13a-dcca2630a8f9 {
  background-image: url(https://i.shgcdn.com/f2af8001-f7ad-4ed3-a9c1-34ab819e13ff/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-7827d057-a192-4685-a13a-dcca2630a8f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7827d057-a192-4685-a13a-dcca2630a8f9 {
  cursor: pointer;
}#s-7827d057-a192-4685-a13a-dcca2630a8f9.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-25539f4a-951a-4a37-ad0b-b94eb50691e2 {
  margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-25539f4a-951a-4a37-ad0b-b94eb50691e2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-25539f4a-951a-4a37-ad0b-b94eb50691e2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-25539f4a-951a-4a37-ad0b-b94eb50691e2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-25539f4a-951a-4a37-ad0b-b94eb50691e2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-882f475b-733b-455c-999c-2cd379d0f4c8 {
  padding-top: 10px;
min-height: 29px;
background-color: rgba(207, 22, 1, 0.8);
}








#s-882f475b-733b-455c-999c-2cd379d0f4c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-882f475b-733b-455c-999c-2cd379d0f4c8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f8862ef5-e1a2-488f-9107-9c4817b32dd2 {
  padding-top: 5px;
}

#s-336f1697-787a-4724-9140-94f0121eb798 {
  margin-top: -1px;
padding-top: 15px;
}

@media (min-width: 0px) {
[id="s-336f1697-787a-4724-9140-94f0121eb798"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-336f1697-787a-4724-9140-94f0121eb798"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-336f1697-787a-4724-9140-94f0121eb798"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-336f1697-787a-4724-9140-94f0121eb798"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

#s-5b810f23-0d2d-4201-b9d5-bb69dc84c160 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 385px;
background-position: center center;
}

#s-5b810f23-0d2d-4201-b9d5-bb69dc84c160 {
  background-image: url(https://i.shgcdn.com/d7667303-c3a4-4843-818b-bdc5515abbb9/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-5b810f23-0d2d-4201-b9d5-bb69dc84c160 {
  background-image: url(https://i.shgcdn.com/d7667303-c3a4-4843-818b-bdc5515abbb9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-5b810f23-0d2d-4201-b9d5-bb69dc84c160 {
  background-image: url(https://i.shgcdn.com/d7667303-c3a4-4843-818b-bdc5515abbb9/-/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-5b810f23-0d2d-4201-b9d5-bb69dc84c160 {
  background-image: url(https://i.shgcdn.com/d7667303-c3a4-4843-818b-bdc5515abbb9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-5b810f23-0d2d-4201-b9d5-bb69dc84c160 {
  background-image: url(https://i.shgcdn.com/d7667303-c3a4-4843-818b-bdc5515abbb9/-/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-5b810f23-0d2d-4201-b9d5-bb69dc84c160 {
  background-image: url(https://i.shgcdn.com/d7667303-c3a4-4843-818b-bdc5515abbb9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-5b810f23-0d2d-4201-b9d5-bb69dc84c160 {
  background-image: url(https://i.shgcdn.com/d7667303-c3a4-4843-818b-bdc5515abbb9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-5b810f23-0d2d-4201-b9d5-bb69dc84c160 {
  background-image: url(https://i.shgcdn.com/d7667303-c3a4-4843-818b-bdc5515abbb9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-5b810f23-0d2d-4201-b9d5-bb69dc84c160 {
  background-image: url(https://i.shgcdn.com/d7667303-c3a4-4843-818b-bdc5515abbb9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-5b810f23-0d2d-4201-b9d5-bb69dc84c160 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5b810f23-0d2d-4201-b9d5-bb69dc84c160 {
  cursor: pointer;
}#s-5b810f23-0d2d-4201-b9d5-bb69dc84c160.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-19ffb3d0-ab31-497e-ba81-1d6d8824b207 {
  margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-19ffb3d0-ab31-497e-ba81-1d6d8824b207"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-19ffb3d0-ab31-497e-ba81-1d6d8824b207"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-19ffb3d0-ab31-497e-ba81-1d6d8824b207"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-19ffb3d0-ab31-497e-ba81-1d6d8824b207"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-6015847a-4846-4b6f-b4b9-3d3d04e4f5ae {
  padding-top: 10px;
min-height: 29px;
background-color: rgba(207, 22, 1, 0.8);
}








#s-6015847a-4846-4b6f-b4b9-3d3d04e4f5ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6015847a-4846-4b6f-b4b9-3d3d04e4f5ae.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6d302e6c-6aa3-4103-a47f-f7202e0af110 {
  padding-top: 5px;
}

#s-4664068a-f006-44e5-9b7a-3910b59fdbdd {
  background-repeat: no-repeat;
background-size: cover;
min-height: 385px;
background-position: center center;
}

#s-4664068a-f006-44e5-9b7a-3910b59fdbdd {
  background-image: url(https://i.shgcdn.com/80651204-e23a-4eef-ad4d-82cc6e5600bc/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-4664068a-f006-44e5-9b7a-3910b59fdbdd {
  background-image: url(https://i.shgcdn.com/80651204-e23a-4eef-ad4d-82cc6e5600bc/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-4664068a-f006-44e5-9b7a-3910b59fdbdd {
  background-image: url(https://i.shgcdn.com/80651204-e23a-4eef-ad4d-82cc6e5600bc/-/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-4664068a-f006-44e5-9b7a-3910b59fdbdd {
  background-image: url(https://i.shgcdn.com/80651204-e23a-4eef-ad4d-82cc6e5600bc/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-4664068a-f006-44e5-9b7a-3910b59fdbdd {
  background-image: url(https://i.shgcdn.com/80651204-e23a-4eef-ad4d-82cc6e5600bc/-/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-4664068a-f006-44e5-9b7a-3910b59fdbdd {
  background-image: url(https://i.shgcdn.com/80651204-e23a-4eef-ad4d-82cc6e5600bc/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-4664068a-f006-44e5-9b7a-3910b59fdbdd {
  background-image: url(https://i.shgcdn.com/80651204-e23a-4eef-ad4d-82cc6e5600bc/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-4664068a-f006-44e5-9b7a-3910b59fdbdd {
  background-image: url(https://i.shgcdn.com/80651204-e23a-4eef-ad4d-82cc6e5600bc/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-4664068a-f006-44e5-9b7a-3910b59fdbdd {
  background-image: url(https://i.shgcdn.com/80651204-e23a-4eef-ad4d-82cc6e5600bc/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-4664068a-f006-44e5-9b7a-3910b59fdbdd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4664068a-f006-44e5-9b7a-3910b59fdbdd {
  cursor: pointer;
}#s-4664068a-f006-44e5-9b7a-3910b59fdbdd.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-7749ca4b-984f-48b7-996b-9aad9cbdefce {
  margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-7749ca4b-984f-48b7-996b-9aad9cbdefce"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7749ca4b-984f-48b7-996b-9aad9cbdefce"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-7749ca4b-984f-48b7-996b-9aad9cbdefce"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-7749ca4b-984f-48b7-996b-9aad9cbdefce"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-2abe4d78-c19c-4a71-a15f-df6a6d1c11e7 {
  padding-top: 10px;
min-height: 29px;
background-color: rgba(207, 22, 1, 0.8);
}








#s-2abe4d78-c19c-4a71-a15f-df6a6d1c11e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2abe4d78-c19c-4a71-a15f-df6a6d1c11e7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-01084163-119d-461a-8270-011056819223 {
  padding-top: 5px;
}

#s-ae13158a-7ee6-49ab-9488-d9d3580bfebe {
  background-repeat: no-repeat;
background-size: cover;
min-height: 385px;
background-position: center center;
}

#s-ae13158a-7ee6-49ab-9488-d9d3580bfebe {
  background-image: url(https://i.shgcdn.com/7226221e-8f82-4585-9e10-21bfedfa5016/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-ae13158a-7ee6-49ab-9488-d9d3580bfebe {
  background-image: url(https://i.shgcdn.com/7226221e-8f82-4585-9e10-21bfedfa5016/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-ae13158a-7ee6-49ab-9488-d9d3580bfebe {
  background-image: url(https://i.shgcdn.com/7226221e-8f82-4585-9e10-21bfedfa5016/-/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-ae13158a-7ee6-49ab-9488-d9d3580bfebe {
  background-image: url(https://i.shgcdn.com/7226221e-8f82-4585-9e10-21bfedfa5016/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-ae13158a-7ee6-49ab-9488-d9d3580bfebe {
  background-image: url(https://i.shgcdn.com/7226221e-8f82-4585-9e10-21bfedfa5016/-/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-ae13158a-7ee6-49ab-9488-d9d3580bfebe {
  background-image: url(https://i.shgcdn.com/7226221e-8f82-4585-9e10-21bfedfa5016/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-ae13158a-7ee6-49ab-9488-d9d3580bfebe {
  background-image: url(https://i.shgcdn.com/7226221e-8f82-4585-9e10-21bfedfa5016/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-ae13158a-7ee6-49ab-9488-d9d3580bfebe {
  background-image: url(https://i.shgcdn.com/7226221e-8f82-4585-9e10-21bfedfa5016/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-ae13158a-7ee6-49ab-9488-d9d3580bfebe {
  background-image: url(https://i.shgcdn.com/7226221e-8f82-4585-9e10-21bfedfa5016/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-ae13158a-7ee6-49ab-9488-d9d3580bfebe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ae13158a-7ee6-49ab-9488-d9d3580bfebe {
  cursor: pointer;
}#s-ae13158a-7ee6-49ab-9488-d9d3580bfebe.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-2e62ad57-7226-4941-b1a6-d16524a695a1 {
  margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-2e62ad57-7226-4941-b1a6-d16524a695a1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2e62ad57-7226-4941-b1a6-d16524a695a1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-2e62ad57-7226-4941-b1a6-d16524a695a1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-2e62ad57-7226-4941-b1a6-d16524a695a1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-645468d0-379f-49ca-a4b2-a3f23ab650c2 {
  padding-top: 10px;
min-height: 29px;
background-color: rgba(207, 22, 1, 0.8);
}








#s-645468d0-379f-49ca-a4b2-a3f23ab650c2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-645468d0-379f-49ca-a4b2-a3f23ab650c2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6b43f875-4bdd-4060-a0bc-04880dcf4ad4 {
  padding-top: 5px;
}

#s-d0df743c-918c-43cd-85a8-96da3665d3fb {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 20px;
max-width: 1750px;
}
@media (min-width: 1200px){#s-d0df743c-918c-43cd-85a8-96da3665d3fb {
  display: none;
}
#s-d0df743c-918c-43cd-85a8-96da3665d3fb, #wrap-s-d0df743c-918c-43cd-85a8-96da3665d3fb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d0df743c-918c-43cd-85a8-96da3665d3fb {
  display: none;
}
#s-d0df743c-918c-43cd-85a8-96da3665d3fb, #wrap-s-d0df743c-918c-43cd-85a8-96da3665d3fb { display:none !important; }}







#s-d0df743c-918c-43cd-85a8-96da3665d3fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d0df743c-918c-43cd-85a8-96da3665d3fb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-583240c4-f083-4b4c-abb9-61b8cdfaf336 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-583240c4-f083-4b4c-abb9-61b8cdfaf336 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-583240c4-f083-4b4c-abb9-61b8cdfaf336 .shg-sld-nav-button.shg-sld-left,
#s-583240c4-f083-4b4c-abb9-61b8cdfaf336 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-8006f762-d03f-4cff-9322-7f3e687cdb3b {
  margin-top: -1px;
}

@media (min-width: 0px) {
[id="s-8006f762-d03f-4cff-9322-7f3e687cdb3b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-8006f762-d03f-4cff-9322-7f3e687cdb3b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-8006f762-d03f-4cff-9322-7f3e687cdb3b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-8006f762-d03f-4cff-9322-7f3e687cdb3b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-50014b85-ae23-4b23-9a17-56af5ebac65f {
  background-repeat: no-repeat;
background-size: cover;
min-height: 200px;
background-position: center center;
}

#s-50014b85-ae23-4b23-9a17-56af5ebac65f {
  background-image: url(https://i.shgcdn.com/7226221e-8f82-4585-9e10-21bfedfa5016/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-50014b85-ae23-4b23-9a17-56af5ebac65f {
  background-image: url(https://i.shgcdn.com/7226221e-8f82-4585-9e10-21bfedfa5016/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-50014b85-ae23-4b23-9a17-56af5ebac65f {
  background-image: url(https://i.shgcdn.com/7226221e-8f82-4585-9e10-21bfedfa5016/-/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-50014b85-ae23-4b23-9a17-56af5ebac65f {
  background-image: url(https://i.shgcdn.com/7226221e-8f82-4585-9e10-21bfedfa5016/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-50014b85-ae23-4b23-9a17-56af5ebac65f {
  background-image: url(https://i.shgcdn.com/7226221e-8f82-4585-9e10-21bfedfa5016/-/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-50014b85-ae23-4b23-9a17-56af5ebac65f {
  background-image: url(https://i.shgcdn.com/7226221e-8f82-4585-9e10-21bfedfa5016/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-50014b85-ae23-4b23-9a17-56af5ebac65f {
  background-image: url(https://i.shgcdn.com/7226221e-8f82-4585-9e10-21bfedfa5016/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-50014b85-ae23-4b23-9a17-56af5ebac65f {
  background-image: url(https://i.shgcdn.com/7226221e-8f82-4585-9e10-21bfedfa5016/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-50014b85-ae23-4b23-9a17-56af5ebac65f {
  background-image: url(https://i.shgcdn.com/7226221e-8f82-4585-9e10-21bfedfa5016/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-50014b85-ae23-4b23-9a17-56af5ebac65f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-50014b85-ae23-4b23-9a17-56af5ebac65f {
  cursor: pointer;
}#s-50014b85-ae23-4b23-9a17-56af5ebac65f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-161072a4-5907-41d7-9c8f-9312ea54c352 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 200px;
background-position: center center;
}

#s-161072a4-5907-41d7-9c8f-9312ea54c352 {
  background-image: url(https://i.shgcdn.com/b6285db4-7e50-462a-9fbc-f96d58392710/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-161072a4-5907-41d7-9c8f-9312ea54c352 {
  background-image: url(https://i.shgcdn.com/b6285db4-7e50-462a-9fbc-f96d58392710/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-161072a4-5907-41d7-9c8f-9312ea54c352 {
  background-image: url(https://i.shgcdn.com/b6285db4-7e50-462a-9fbc-f96d58392710/-/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-161072a4-5907-41d7-9c8f-9312ea54c352 {
  background-image: url(https://i.shgcdn.com/b6285db4-7e50-462a-9fbc-f96d58392710/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-161072a4-5907-41d7-9c8f-9312ea54c352 {
  background-image: url(https://i.shgcdn.com/b6285db4-7e50-462a-9fbc-f96d58392710/-/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-161072a4-5907-41d7-9c8f-9312ea54c352 {
  background-image: url(https://i.shgcdn.com/b6285db4-7e50-462a-9fbc-f96d58392710/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-161072a4-5907-41d7-9c8f-9312ea54c352 {
  background-image: url(https://i.shgcdn.com/b6285db4-7e50-462a-9fbc-f96d58392710/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-161072a4-5907-41d7-9c8f-9312ea54c352 {
  background-image: url(https://i.shgcdn.com/b6285db4-7e50-462a-9fbc-f96d58392710/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-161072a4-5907-41d7-9c8f-9312ea54c352 {
  background-image: url(https://i.shgcdn.com/b6285db4-7e50-462a-9fbc-f96d58392710/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-161072a4-5907-41d7-9c8f-9312ea54c352 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-161072a4-5907-41d7-9c8f-9312ea54c352 {
  cursor: pointer;
}#s-161072a4-5907-41d7-9c8f-9312ea54c352.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-91e6f6ca-3a7e-4be8-a2c2-3a978272d5db {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-91e6f6ca-3a7e-4be8-a2c2-3a978272d5db"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-91e6f6ca-3a7e-4be8-a2c2-3a978272d5db"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-91e6f6ca-3a7e-4be8-a2c2-3a978272d5db"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-91e6f6ca-3a7e-4be8-a2c2-3a978272d5db"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-fc4e92e4-a0c9-4436-84d8-cf93ba2ee89f {
  background-repeat: no-repeat;
background-size: cover;
min-height: 200px;
background-position: center center;
}

#s-fc4e92e4-a0c9-4436-84d8-cf93ba2ee89f {
  background-image: url(https://i.shgcdn.com/80651204-e23a-4eef-ad4d-82cc6e5600bc/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-fc4e92e4-a0c9-4436-84d8-cf93ba2ee89f {
  background-image: url(https://i.shgcdn.com/80651204-e23a-4eef-ad4d-82cc6e5600bc/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-fc4e92e4-a0c9-4436-84d8-cf93ba2ee89f {
  background-image: url(https://i.shgcdn.com/80651204-e23a-4eef-ad4d-82cc6e5600bc/-/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-fc4e92e4-a0c9-4436-84d8-cf93ba2ee89f {
  background-image: url(https://i.shgcdn.com/80651204-e23a-4eef-ad4d-82cc6e5600bc/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-fc4e92e4-a0c9-4436-84d8-cf93ba2ee89f {
  background-image: url(https://i.shgcdn.com/80651204-e23a-4eef-ad4d-82cc6e5600bc/-/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-fc4e92e4-a0c9-4436-84d8-cf93ba2ee89f {
  background-image: url(https://i.shgcdn.com/80651204-e23a-4eef-ad4d-82cc6e5600bc/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-fc4e92e4-a0c9-4436-84d8-cf93ba2ee89f {
  background-image: url(https://i.shgcdn.com/80651204-e23a-4eef-ad4d-82cc6e5600bc/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-fc4e92e4-a0c9-4436-84d8-cf93ba2ee89f {
  background-image: url(https://i.shgcdn.com/80651204-e23a-4eef-ad4d-82cc6e5600bc/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-fc4e92e4-a0c9-4436-84d8-cf93ba2ee89f {
  background-image: url(https://i.shgcdn.com/80651204-e23a-4eef-ad4d-82cc6e5600bc/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-fc4e92e4-a0c9-4436-84d8-cf93ba2ee89f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fc4e92e4-a0c9-4436-84d8-cf93ba2ee89f {
  cursor: pointer;
}#s-fc4e92e4-a0c9-4436-84d8-cf93ba2ee89f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3e94c704-c69b-48c9-a108-6c22ee06918d {
  background-repeat: no-repeat;
background-size: cover;
min-height: 200px;
background-position: center center;
}

#s-3e94c704-c69b-48c9-a108-6c22ee06918d {
  background-image: url(https://i.shgcdn.com/f2af8001-f7ad-4ed3-a9c1-34ab819e13ff/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-3e94c704-c69b-48c9-a108-6c22ee06918d {
  background-image: url(https://i.shgcdn.com/f2af8001-f7ad-4ed3-a9c1-34ab819e13ff/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-3e94c704-c69b-48c9-a108-6c22ee06918d {
  background-image: url(https://i.shgcdn.com/f2af8001-f7ad-4ed3-a9c1-34ab819e13ff/-/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-3e94c704-c69b-48c9-a108-6c22ee06918d {
  background-image: url(https://i.shgcdn.com/f2af8001-f7ad-4ed3-a9c1-34ab819e13ff/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-3e94c704-c69b-48c9-a108-6c22ee06918d {
  background-image: url(https://i.shgcdn.com/f2af8001-f7ad-4ed3-a9c1-34ab819e13ff/-/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-3e94c704-c69b-48c9-a108-6c22ee06918d {
  background-image: url(https://i.shgcdn.com/f2af8001-f7ad-4ed3-a9c1-34ab819e13ff/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-3e94c704-c69b-48c9-a108-6c22ee06918d {
  background-image: url(https://i.shgcdn.com/f2af8001-f7ad-4ed3-a9c1-34ab819e13ff/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-3e94c704-c69b-48c9-a108-6c22ee06918d {
  background-image: url(https://i.shgcdn.com/f2af8001-f7ad-4ed3-a9c1-34ab819e13ff/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-3e94c704-c69b-48c9-a108-6c22ee06918d {
  background-image: url(https://i.shgcdn.com/f2af8001-f7ad-4ed3-a9c1-34ab819e13ff/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-3e94c704-c69b-48c9-a108-6c22ee06918d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3e94c704-c69b-48c9-a108-6c22ee06918d {
  cursor: pointer;
}#s-3e94c704-c69b-48c9-a108-6c22ee06918d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-bebbb072-0816-41a6-9d62-c5b40e9012d7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-bebbb072-0816-41a6-9d62-c5b40e9012d7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-bebbb072-0816-41a6-9d62-c5b40e9012d7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-bebbb072-0816-41a6-9d62-c5b40e9012d7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-807e25dc-e2e2-4a29-96a9-3999498e748c {
  background-repeat: no-repeat;
background-size: cover;
min-height: 200px;
background-position: center center;
}

#s-807e25dc-e2e2-4a29-96a9-3999498e748c {
  background-image: url(https://i.shgcdn.com/d7667303-c3a4-4843-818b-bdc5515abbb9/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-807e25dc-e2e2-4a29-96a9-3999498e748c {
  background-image: url(https://i.shgcdn.com/d7667303-c3a4-4843-818b-bdc5515abbb9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-807e25dc-e2e2-4a29-96a9-3999498e748c {
  background-image: url(https://i.shgcdn.com/d7667303-c3a4-4843-818b-bdc5515abbb9/-/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-807e25dc-e2e2-4a29-96a9-3999498e748c {
  background-image: url(https://i.shgcdn.com/d7667303-c3a4-4843-818b-bdc5515abbb9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-807e25dc-e2e2-4a29-96a9-3999498e748c {
  background-image: url(https://i.shgcdn.com/d7667303-c3a4-4843-818b-bdc5515abbb9/-/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-807e25dc-e2e2-4a29-96a9-3999498e748c {
  background-image: url(https://i.shgcdn.com/d7667303-c3a4-4843-818b-bdc5515abbb9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-807e25dc-e2e2-4a29-96a9-3999498e748c {
  background-image: url(https://i.shgcdn.com/d7667303-c3a4-4843-818b-bdc5515abbb9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-807e25dc-e2e2-4a29-96a9-3999498e748c {
  background-image: url(https://i.shgcdn.com/d7667303-c3a4-4843-818b-bdc5515abbb9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-807e25dc-e2e2-4a29-96a9-3999498e748c {
  background-image: url(https://i.shgcdn.com/d7667303-c3a4-4843-818b-bdc5515abbb9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-807e25dc-e2e2-4a29-96a9-3999498e748c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-807e25dc-e2e2-4a29-96a9-3999498e748c {
  cursor: pointer;
}#s-807e25dc-e2e2-4a29-96a9-3999498e748c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6b2474ed-1dd1-4bab-8368-48b136ff04f0 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 200px;
background-position: center center;
}

#s-6b2474ed-1dd1-4bab-8368-48b136ff04f0 {
  background-image: url(https://i.shgcdn.com/11beaa7a-c9dc-4dab-945c-73095dda3ddf/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-6b2474ed-1dd1-4bab-8368-48b136ff04f0 {
  background-image: url(https://i.shgcdn.com/11beaa7a-c9dc-4dab-945c-73095dda3ddf/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-6b2474ed-1dd1-4bab-8368-48b136ff04f0 {
  background-image: url(https://i.shgcdn.com/11beaa7a-c9dc-4dab-945c-73095dda3ddf/-/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-6b2474ed-1dd1-4bab-8368-48b136ff04f0 {
  background-image: url(https://i.shgcdn.com/11beaa7a-c9dc-4dab-945c-73095dda3ddf/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-6b2474ed-1dd1-4bab-8368-48b136ff04f0 {
  background-image: url(https://i.shgcdn.com/11beaa7a-c9dc-4dab-945c-73095dda3ddf/-/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-6b2474ed-1dd1-4bab-8368-48b136ff04f0 {
  background-image: url(https://i.shgcdn.com/11beaa7a-c9dc-4dab-945c-73095dda3ddf/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-6b2474ed-1dd1-4bab-8368-48b136ff04f0 {
  background-image: url(https://i.shgcdn.com/11beaa7a-c9dc-4dab-945c-73095dda3ddf/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-6b2474ed-1dd1-4bab-8368-48b136ff04f0 {
  background-image: url(https://i.shgcdn.com/11beaa7a-c9dc-4dab-945c-73095dda3ddf/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-6b2474ed-1dd1-4bab-8368-48b136ff04f0 {
  background-image: url(https://i.shgcdn.com/11beaa7a-c9dc-4dab-945c-73095dda3ddf/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-6b2474ed-1dd1-4bab-8368-48b136ff04f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6b2474ed-1dd1-4bab-8368-48b136ff04f0 {
  cursor: pointer;
}#s-6b2474ed-1dd1-4bab-8368-48b136ff04f0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-962d5449-161e-44c7-8c98-30e2ce239bc4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-962d5449-161e-44c7-8c98-30e2ce239bc4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-962d5449-161e-44c7-8c98-30e2ce239bc4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-962d5449-161e-44c7-8c98-30e2ce239bc4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-5269e5e3-b5e6-47e1-86b5-325ac9b325bc {
  background-repeat: no-repeat;
background-size: cover;
min-height: 200px;
background-position: center bottom;
}

#s-5269e5e3-b5e6-47e1-86b5-325ac9b325bc {
  background-image: url(https://i.shgcdn.com/9b663569-6135-4c47-96ab-ecba2fbd264f/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-5269e5e3-b5e6-47e1-86b5-325ac9b325bc {
  background-image: url(https://i.shgcdn.com/9b663569-6135-4c47-96ab-ecba2fbd264f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-5269e5e3-b5e6-47e1-86b5-325ac9b325bc {
  background-image: url(https://i.shgcdn.com/9b663569-6135-4c47-96ab-ecba2fbd264f/-/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-5269e5e3-b5e6-47e1-86b5-325ac9b325bc {
  background-image: url(https://i.shgcdn.com/9b663569-6135-4c47-96ab-ecba2fbd264f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-5269e5e3-b5e6-47e1-86b5-325ac9b325bc {
  background-image: url(https://i.shgcdn.com/9b663569-6135-4c47-96ab-ecba2fbd264f/-/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-5269e5e3-b5e6-47e1-86b5-325ac9b325bc {
  background-image: url(https://i.shgcdn.com/9b663569-6135-4c47-96ab-ecba2fbd264f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-5269e5e3-b5e6-47e1-86b5-325ac9b325bc {
  background-image: url(https://i.shgcdn.com/9b663569-6135-4c47-96ab-ecba2fbd264f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-5269e5e3-b5e6-47e1-86b5-325ac9b325bc {
  background-image: url(https://i.shgcdn.com/9b663569-6135-4c47-96ab-ecba2fbd264f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-5269e5e3-b5e6-47e1-86b5-325ac9b325bc {
  background-image: url(https://i.shgcdn.com/9b663569-6135-4c47-96ab-ecba2fbd264f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-5269e5e3-b5e6-47e1-86b5-325ac9b325bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5269e5e3-b5e6-47e1-86b5-325ac9b325bc {
  cursor: pointer;
}#s-5269e5e3-b5e6-47e1-86b5-325ac9b325bc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f55a8514-fa08-4782-ad28-0761c6199948 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 200px;
background-position: center center;
}

#s-f55a8514-fa08-4782-ad28-0761c6199948 {
  background-image: url(https://i.shgcdn.com/42cd0c29-4726-434e-bc9b-b1241285b54a/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-f55a8514-fa08-4782-ad28-0761c6199948 {
  background-image: url(https://i.shgcdn.com/42cd0c29-4726-434e-bc9b-b1241285b54a/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-f55a8514-fa08-4782-ad28-0761c6199948 {
  background-image: url(https://i.shgcdn.com/42cd0c29-4726-434e-bc9b-b1241285b54a/-/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-f55a8514-fa08-4782-ad28-0761c6199948 {
  background-image: url(https://i.shgcdn.com/42cd0c29-4726-434e-bc9b-b1241285b54a/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-f55a8514-fa08-4782-ad28-0761c6199948 {
  background-image: url(https://i.shgcdn.com/42cd0c29-4726-434e-bc9b-b1241285b54a/-/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-f55a8514-fa08-4782-ad28-0761c6199948 {
  background-image: url(https://i.shgcdn.com/42cd0c29-4726-434e-bc9b-b1241285b54a/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-f55a8514-fa08-4782-ad28-0761c6199948 {
  background-image: url(https://i.shgcdn.com/42cd0c29-4726-434e-bc9b-b1241285b54a/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-f55a8514-fa08-4782-ad28-0761c6199948 {
  background-image: url(https://i.shgcdn.com/42cd0c29-4726-434e-bc9b-b1241285b54a/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-f55a8514-fa08-4782-ad28-0761c6199948 {
  background-image: url(https://i.shgcdn.com/42cd0c29-4726-434e-bc9b-b1241285b54a/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-f55a8514-fa08-4782-ad28-0761c6199948 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f55a8514-fa08-4782-ad28-0761c6199948 {
  cursor: pointer;
}#s-f55a8514-fa08-4782-ad28-0761c6199948.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-b23c9798-22bd-425f-a3d4-2f83e86225f6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-b23c9798-22bd-425f-a3d4-2f83e86225f6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-b23c9798-22bd-425f-a3d4-2f83e86225f6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-b23c9798-22bd-425f-a3d4-2f83e86225f6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-d2108b18-ea72-45e7-b051-8222c2e5892a {
  background-repeat: no-repeat;
background-size: cover;
min-height: 200px;
background-position: center center;
}

#s-d2108b18-ea72-45e7-b051-8222c2e5892a {
  background-image: url(https://i.shgcdn.com/31c167ec-fa30-4ce2-a8e7-649f4e7eb129/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-d2108b18-ea72-45e7-b051-8222c2e5892a {
  background-image: url(https://i.shgcdn.com/31c167ec-fa30-4ce2-a8e7-649f4e7eb129/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-d2108b18-ea72-45e7-b051-8222c2e5892a {
  background-image: url(https://i.shgcdn.com/31c167ec-fa30-4ce2-a8e7-649f4e7eb129/-/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-d2108b18-ea72-45e7-b051-8222c2e5892a {
  background-image: url(https://i.shgcdn.com/31c167ec-fa30-4ce2-a8e7-649f4e7eb129/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-d2108b18-ea72-45e7-b051-8222c2e5892a {
  background-image: url(https://i.shgcdn.com/31c167ec-fa30-4ce2-a8e7-649f4e7eb129/-/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-d2108b18-ea72-45e7-b051-8222c2e5892a {
  background-image: url(https://i.shgcdn.com/31c167ec-fa30-4ce2-a8e7-649f4e7eb129/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-d2108b18-ea72-45e7-b051-8222c2e5892a {
  background-image: url(https://i.shgcdn.com/31c167ec-fa30-4ce2-a8e7-649f4e7eb129/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-d2108b18-ea72-45e7-b051-8222c2e5892a {
  background-image: url(https://i.shgcdn.com/31c167ec-fa30-4ce2-a8e7-649f4e7eb129/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-d2108b18-ea72-45e7-b051-8222c2e5892a {
  background-image: url(https://i.shgcdn.com/31c167ec-fa30-4ce2-a8e7-649f4e7eb129/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-d2108b18-ea72-45e7-b051-8222c2e5892a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d2108b18-ea72-45e7-b051-8222c2e5892a {
  cursor: pointer;
}#s-d2108b18-ea72-45e7-b051-8222c2e5892a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-34b9a7a9-a63b-494c-999e-377578f4bd0d {
  background-repeat: no-repeat;
background-size: cover;
min-height: 200px;
background-position: center center;
}

#s-34b9a7a9-a63b-494c-999e-377578f4bd0d {
  background-image: url(https://i.shgcdn.com/a1115d78-a610-47ac-80d9-4d8322cd9dbf/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-34b9a7a9-a63b-494c-999e-377578f4bd0d {
  background-image: url(https://i.shgcdn.com/a1115d78-a610-47ac-80d9-4d8322cd9dbf/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-34b9a7a9-a63b-494c-999e-377578f4bd0d {
  background-image: url(https://i.shgcdn.com/a1115d78-a610-47ac-80d9-4d8322cd9dbf/-/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-34b9a7a9-a63b-494c-999e-377578f4bd0d {
  background-image: url(https://i.shgcdn.com/a1115d78-a610-47ac-80d9-4d8322cd9dbf/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-34b9a7a9-a63b-494c-999e-377578f4bd0d {
  background-image: url(https://i.shgcdn.com/a1115d78-a610-47ac-80d9-4d8322cd9dbf/-/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-34b9a7a9-a63b-494c-999e-377578f4bd0d {
  background-image: url(https://i.shgcdn.com/a1115d78-a610-47ac-80d9-4d8322cd9dbf/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-34b9a7a9-a63b-494c-999e-377578f4bd0d {
  background-image: url(https://i.shgcdn.com/a1115d78-a610-47ac-80d9-4d8322cd9dbf/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-34b9a7a9-a63b-494c-999e-377578f4bd0d {
  background-image: url(https://i.shgcdn.com/a1115d78-a610-47ac-80d9-4d8322cd9dbf/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-34b9a7a9-a63b-494c-999e-377578f4bd0d {
  background-image: url(https://i.shgcdn.com/a1115d78-a610-47ac-80d9-4d8322cd9dbf/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-34b9a7a9-a63b-494c-999e-377578f4bd0d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-34b9a7a9-a63b-494c-999e-377578f4bd0d {
  cursor: pointer;
}#s-34b9a7a9-a63b-494c-999e-377578f4bd0d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0133a0dd-8fd1-4532-8ce6-40b627455e42 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-0133a0dd-8fd1-4532-8ce6-40b627455e42 {
  display: none;
}
#s-0133a0dd-8fd1-4532-8ce6-40b627455e42, #wrap-s-0133a0dd-8fd1-4532-8ce6-40b627455e42 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0133a0dd-8fd1-4532-8ce6-40b627455e42 {
  display: none;
}
#s-0133a0dd-8fd1-4532-8ce6-40b627455e42, #wrap-s-0133a0dd-8fd1-4532-8ce6-40b627455e42 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0133a0dd-8fd1-4532-8ce6-40b627455e42 {
  display: none;
}
#s-0133a0dd-8fd1-4532-8ce6-40b627455e42, #wrap-s-0133a0dd-8fd1-4532-8ce6-40b627455e42 { display:none !important; }}







#s-0133a0dd-8fd1-4532-8ce6-40b627455e42 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0133a0dd-8fd1-4532-8ce6-40b627455e42.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-76841137-3860-4e86-a801-14dd73533597"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-76841137-3860-4e86-a801-14dd73533597"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-76841137-3860-4e86-a801-14dd73533597"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-76841137-3860-4e86-a801-14dd73533597"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-1b2c6b32-37c7-4005-b633-8039398c6c1a {
  background-repeat: no-repeat;
background-size: contain;
min-height: 200px;
background-position: center center;
}

#s-1b2c6b32-37c7-4005-b633-8039398c6c1a {
  background-image: url(https://i.shgcdn.com/17aa1b42-c616-4e71-b549-c8219f253786/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-1b2c6b32-37c7-4005-b633-8039398c6c1a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1b2c6b32-37c7-4005-b633-8039398c6c1a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dc630765-0870-4ebe-9a72-c3cbb2593fb7 {
  min-height: 200px;
}








#s-dc630765-0870-4ebe-9a72-c3cbb2593fb7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dc630765-0870-4ebe-9a72-c3cbb2593fb7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5853feac-b170-494b-80ee-a1187e6ea20f {
  margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 5px;
}
@media (max-width: 767px){#s-5853feac-b170-494b-80ee-a1187e6ea20f {
  padding-left: 10px;
padding-right: 10px;
}
}
#s-6fcf5c65-7990-48af-8648-b69c81c892ad {
  margin-top: -15px;
margin-bottom: 0px;
padding-bottom: 20px;
}
@media (max-width: 767px){#s-6fcf5c65-7990-48af-8648-b69c81c892ad {
  padding-left: 10px;
padding-right: 10px;
}
}
#s-d4c95872-da92-4e8d-a49d-e4d4165426de {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 60px;
min-height: 50px;
}
@media (max-width: 767px){#s-d4c95872-da92-4e8d-a49d-e4d4165426de {
  padding-bottom: 30px;
}
}







#s-d4c95872-da92-4e8d-a49d-e4d4165426de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d4c95872-da92-4e8d-a49d-e4d4165426de {
  cursor: pointer;
}#s-d4c95872-da92-4e8d-a49d-e4d4165426de.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-align-container {
  box-sizing: border-box;
}

.shg-image-content-wrapper {
  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;
  height: inherit;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shg-imageV2-content {
  text-align: initial;
}

.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;
  z-index: 0;
}

.shogun-image.hover ~ * {
  z-index: 1;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-a4e9cdcc-e1b6-4779-99bc-9e9bf889cd4c {
  max-width: 2917px;
aspect-ratio: 2917/729;
text-align: center;
}
@media (max-width: 767px){#s-a4e9cdcc-e1b6-4779-99bc-9e9bf889cd4c {
  display: none;
}
#s-a4e9cdcc-e1b6-4779-99bc-9e9bf889cd4c, #wrap-s-a4e9cdcc-e1b6-4779-99bc-9e9bf889cd4c { display:none !important; }}




  #s-a4e9cdcc-e1b6-4779-99bc-9e9bf889cd4c img.shogun-image,
  #s-a4e9cdcc-e1b6-4779-99bc-9e9bf889cd4c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a4e9cdcc-e1b6-4779-99bc-9e9bf889cd4c {
    width: 100%;
    height: auto;
  }

  #s-a4e9cdcc-e1b6-4779-99bc-9e9bf889cd4c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a4e9cdcc-e1b6-4779-99bc-9e9bf889cd4c.shogun-image {
    
    
  }


.s-a4e9cdcc-e1b6-4779-99bc-9e9bf889cd4c .shogun-image-content {
  
    align-items: center;
  
}

.s-a4e9cdcc-e1b6-4779-99bc-9e9bf889cd4c.shg-align-container {
  text-align: center
}

.s-a4e9cdcc-e1b6-4779-99bc-9e9bf889cd4c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4e9cdcc-e1b6-4779-99bc-9e9bf889cd4c.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-a4e9cdcc-e1b6-4779-99bc-9e9bf889cd4c img.shogun-image,
  #s-a4e9cdcc-e1b6-4779-99bc-9e9bf889cd4c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a4e9cdcc-e1b6-4779-99bc-9e9bf889cd4c {
    width: 100%;
    height: auto;
  }

  #s-a4e9cdcc-e1b6-4779-99bc-9e9bf889cd4c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a4e9cdcc-e1b6-4779-99bc-9e9bf889cd4c.shogun-image {
    
    
  }


.s-a4e9cdcc-e1b6-4779-99bc-9e9bf889cd4c .shogun-image-content {
  
    align-items: center;
  
}

.s-a4e9cdcc-e1b6-4779-99bc-9e9bf889cd4c.shg-align-container {
  text-align: center
}

.s-a4e9cdcc-e1b6-4779-99bc-9e9bf889cd4c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4e9cdcc-e1b6-4779-99bc-9e9bf889cd4c.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){



  #s-a4e9cdcc-e1b6-4779-99bc-9e9bf889cd4c img.shogun-image,
  #s-a4e9cdcc-e1b6-4779-99bc-9e9bf889cd4c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a4e9cdcc-e1b6-4779-99bc-9e9bf889cd4c {
    width: 100%;
    height: auto;
  }

  #s-a4e9cdcc-e1b6-4779-99bc-9e9bf889cd4c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a4e9cdcc-e1b6-4779-99bc-9e9bf889cd4c.shogun-image {
    
    
  }


.s-a4e9cdcc-e1b6-4779-99bc-9e9bf889cd4c .shogun-image-content {
  
    align-items: center;
  
}

.s-a4e9cdcc-e1b6-4779-99bc-9e9bf889cd4c.shg-align-container {
  text-align: center
}

.s-a4e9cdcc-e1b6-4779-99bc-9e9bf889cd4c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4e9cdcc-e1b6-4779-99bc-9e9bf889cd4c.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){



  #s-a4e9cdcc-e1b6-4779-99bc-9e9bf889cd4c img.shogun-image,
  #s-a4e9cdcc-e1b6-4779-99bc-9e9bf889cd4c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a4e9cdcc-e1b6-4779-99bc-9e9bf889cd4c {
    width: 100%;
    height: auto;
  }

  #s-a4e9cdcc-e1b6-4779-99bc-9e9bf889cd4c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a4e9cdcc-e1b6-4779-99bc-9e9bf889cd4c.shogun-image {
    
    
  }


.s-a4e9cdcc-e1b6-4779-99bc-9e9bf889cd4c .shogun-image-content {
  
    align-items: center;
  
}

.s-a4e9cdcc-e1b6-4779-99bc-9e9bf889cd4c.shg-align-container {
  text-align: center
}

.s-a4e9cdcc-e1b6-4779-99bc-9e9bf889cd4c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4e9cdcc-e1b6-4779-99bc-9e9bf889cd4c.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){



  #s-a4e9cdcc-e1b6-4779-99bc-9e9bf889cd4c img.shogun-image,
  #s-a4e9cdcc-e1b6-4779-99bc-9e9bf889cd4c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a4e9cdcc-e1b6-4779-99bc-9e9bf889cd4c {
    width: 100%;
    height: auto;
  }

  #s-a4e9cdcc-e1b6-4779-99bc-9e9bf889cd4c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a4e9cdcc-e1b6-4779-99bc-9e9bf889cd4c.shogun-image {
    
    
  }


.s-a4e9cdcc-e1b6-4779-99bc-9e9bf889cd4c .shogun-image-content {
  
    align-items: center;
  
}

.s-a4e9cdcc-e1b6-4779-99bc-9e9bf889cd4c.shg-align-container {
  text-align: center
}

.s-a4e9cdcc-e1b6-4779-99bc-9e9bf889cd4c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4e9cdcc-e1b6-4779-99bc-9e9bf889cd4c.shogun-image {
  box-sizing: border-box;
}


}
#s-17aeb498-144f-4000-b86f-41383ea66527 {
  max-width: 1598px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-17aeb498-144f-4000-b86f-41383ea66527 {
  display: none;
}
#s-17aeb498-144f-4000-b86f-41383ea66527, #wrap-s-17aeb498-144f-4000-b86f-41383ea66527 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-17aeb498-144f-4000-b86f-41383ea66527 {
  display: none;
}
#s-17aeb498-144f-4000-b86f-41383ea66527, #wrap-s-17aeb498-144f-4000-b86f-41383ea66527 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-17aeb498-144f-4000-b86f-41383ea66527 {
  display: none;
}
#s-17aeb498-144f-4000-b86f-41383ea66527, #wrap-s-17aeb498-144f-4000-b86f-41383ea66527 { display:none !important; }}




  #s-17aeb498-144f-4000-b86f-41383ea66527 img.shogun-image,
  #s-17aeb498-144f-4000-b86f-41383ea66527 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-17aeb498-144f-4000-b86f-41383ea66527 {
    width: 100%;
    height: auto;
  }

  #s-17aeb498-144f-4000-b86f-41383ea66527 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-17aeb498-144f-4000-b86f-41383ea66527.shogun-image {
    
    
  }


.s-17aeb498-144f-4000-b86f-41383ea66527 .shogun-image-content {
  
    align-items: center;
  
}

.s-17aeb498-144f-4000-b86f-41383ea66527.shg-align-container {
  text-align: center
}

.s-17aeb498-144f-4000-b86f-41383ea66527.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-17aeb498-144f-4000-b86f-41383ea66527.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-17aeb498-144f-4000-b86f-41383ea66527 img.shogun-image,
  #s-17aeb498-144f-4000-b86f-41383ea66527 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-17aeb498-144f-4000-b86f-41383ea66527 {
    width: 100%;
    height: auto;
  }

  #s-17aeb498-144f-4000-b86f-41383ea66527 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-17aeb498-144f-4000-b86f-41383ea66527.shogun-image {
    
    
  }


.s-17aeb498-144f-4000-b86f-41383ea66527 .shogun-image-content {
  
    align-items: center;
  
}

.s-17aeb498-144f-4000-b86f-41383ea66527.shg-align-container {
  text-align: center
}

.s-17aeb498-144f-4000-b86f-41383ea66527.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-17aeb498-144f-4000-b86f-41383ea66527.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){



  #s-17aeb498-144f-4000-b86f-41383ea66527 img.shogun-image,
  #s-17aeb498-144f-4000-b86f-41383ea66527 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-17aeb498-144f-4000-b86f-41383ea66527 {
    width: 100%;
    height: auto;
  }

  #s-17aeb498-144f-4000-b86f-41383ea66527 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-17aeb498-144f-4000-b86f-41383ea66527.shogun-image {
    
    
  }


.s-17aeb498-144f-4000-b86f-41383ea66527 .shogun-image-content {
  
    align-items: center;
  
}

.s-17aeb498-144f-4000-b86f-41383ea66527.shg-align-container {
  text-align: center
}

.s-17aeb498-144f-4000-b86f-41383ea66527.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-17aeb498-144f-4000-b86f-41383ea66527.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){



  #s-17aeb498-144f-4000-b86f-41383ea66527 img.shogun-image,
  #s-17aeb498-144f-4000-b86f-41383ea66527 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-17aeb498-144f-4000-b86f-41383ea66527 {
    width: 100%;
    height: auto;
  }

  #s-17aeb498-144f-4000-b86f-41383ea66527 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-17aeb498-144f-4000-b86f-41383ea66527.shogun-image {
    
    
  }


.s-17aeb498-144f-4000-b86f-41383ea66527 .shogun-image-content {
  
    align-items: center;
  
}

.s-17aeb498-144f-4000-b86f-41383ea66527.shg-align-container {
  text-align: center
}

.s-17aeb498-144f-4000-b86f-41383ea66527.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-17aeb498-144f-4000-b86f-41383ea66527.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){



  #s-17aeb498-144f-4000-b86f-41383ea66527 img.shogun-image,
  #s-17aeb498-144f-4000-b86f-41383ea66527 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-17aeb498-144f-4000-b86f-41383ea66527 {
    width: 100%;
    height: auto;
  }

  #s-17aeb498-144f-4000-b86f-41383ea66527 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-17aeb498-144f-4000-b86f-41383ea66527.shogun-image {
    
    
  }


.s-17aeb498-144f-4000-b86f-41383ea66527 .shogun-image-content {
  
    align-items: center;
  
}

.s-17aeb498-144f-4000-b86f-41383ea66527.shg-align-container {
  text-align: center
}

.s-17aeb498-144f-4000-b86f-41383ea66527.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-17aeb498-144f-4000-b86f-41383ea66527.shogun-image {
  box-sizing: border-box;
}


}
#s-be652cf2-bfb3-4171-8d01-cbdc9392333e {
  background-repeat: repeat;
background-size: cover;
margin-top: 30px;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 560px;
background-position: center center;
}
@media (min-width: 1200px){#s-be652cf2-bfb3-4171-8d01-cbdc9392333e {
  display: none;
}
#s-be652cf2-bfb3-4171-8d01-cbdc9392333e, #wrap-s-be652cf2-bfb3-4171-8d01-cbdc9392333e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-be652cf2-bfb3-4171-8d01-cbdc9392333e {
  display: none;
}
#s-be652cf2-bfb3-4171-8d01-cbdc9392333e, #wrap-s-be652cf2-bfb3-4171-8d01-cbdc9392333e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-be652cf2-bfb3-4171-8d01-cbdc9392333e {
  min-height: 750px;
}
}@media (max-width: 767px){#s-be652cf2-bfb3-4171-8d01-cbdc9392333e {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-be652cf2-bfb3-4171-8d01-cbdc9392333e {
  background-image: url(https://i.shgcdn.com/7b676008-9c07-47de-8f89-662d2dfecfe3/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-be652cf2-bfb3-4171-8d01-cbdc9392333e > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-be652cf2-bfb3-4171-8d01-cbdc9392333e {
  cursor: pointer;
}#s-be652cf2-bfb3-4171-8d01-cbdc9392333e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f471559d-1b16-4152-921d-3b867e74096c {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-bottom: 30px;
min-height: 700px;
max-width: 1900px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f471559d-1b16-4152-921d-3b867e74096c {
  display: none;
}
#s-f471559d-1b16-4152-921d-3b867e74096c, #wrap-s-f471559d-1b16-4152-921d-3b867e74096c { display:none !important; }}@media (max-width: 767px){#s-f471559d-1b16-4152-921d-3b867e74096c {
  display: none;
}
#s-f471559d-1b16-4152-921d-3b867e74096c, #wrap-s-f471559d-1b16-4152-921d-3b867e74096c { display:none !important; }}







#s-f471559d-1b16-4152-921d-3b867e74096c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f471559d-1b16-4152-921d-3b867e74096c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-3e33cccd-061f-493f-964d-75a03f1adf00"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3e33cccd-061f-493f-964d-75a03f1adf00"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-3e33cccd-061f-493f-964d-75a03f1adf00"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-3e33cccd-061f-493f-964d-75a03f1adf00"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-8c0322b7-0964-4ddf-ac4a-70c85f44b9bb {
  background-repeat: no-repeat;
background-size: cover;
min-height: 680px;
background-position: center center;
}

#s-8c0322b7-0964-4ddf-ac4a-70c85f44b9bb {
  background-image: url(https://i.shgcdn.com/2beb7938-f595-4977-af1a-968a469f62c9/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-8c0322b7-0964-4ddf-ac4a-70c85f44b9bb {
  background-image: url(https://i.shgcdn.com/2beb7938-f595-4977-af1a-968a469f62c9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-8c0322b7-0964-4ddf-ac4a-70c85f44b9bb {
  background-image: url(https://i.shgcdn.com/2beb7938-f595-4977-af1a-968a469f62c9/-/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-8c0322b7-0964-4ddf-ac4a-70c85f44b9bb {
  background-image: url(https://i.shgcdn.com/2beb7938-f595-4977-af1a-968a469f62c9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-8c0322b7-0964-4ddf-ac4a-70c85f44b9bb {
  background-image: url(https://i.shgcdn.com/2beb7938-f595-4977-af1a-968a469f62c9/-/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-8c0322b7-0964-4ddf-ac4a-70c85f44b9bb {
  background-image: url(https://i.shgcdn.com/2beb7938-f595-4977-af1a-968a469f62c9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-8c0322b7-0964-4ddf-ac4a-70c85f44b9bb {
  background-image: url(https://i.shgcdn.com/2beb7938-f595-4977-af1a-968a469f62c9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-8c0322b7-0964-4ddf-ac4a-70c85f44b9bb {
  background-image: url(https://i.shgcdn.com/2beb7938-f595-4977-af1a-968a469f62c9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-8c0322b7-0964-4ddf-ac4a-70c85f44b9bb {
  background-image: url(https://i.shgcdn.com/2beb7938-f595-4977-af1a-968a469f62c9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-8c0322b7-0964-4ddf-ac4a-70c85f44b9bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8c0322b7-0964-4ddf-ac4a-70c85f44b9bb {
  cursor: pointer;
}#s-8c0322b7-0964-4ddf-ac4a-70c85f44b9bb.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-4389b813-bc16-4ecf-94a8-d07676a73d1f {
  margin-right: 2%;
}

#s-ab4f7e55-df85-4e4f-9aee-f0e7d3c5b8f1 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 260px;
background-position: center center;
}

#s-ab4f7e55-df85-4e4f-9aee-f0e7d3c5b8f1 {
  background-image: url(https://i.shgcdn.com/956c04e9-1d81-4ca1-9691-0c9d7c4d2741/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-ab4f7e55-df85-4e4f-9aee-f0e7d3c5b8f1 {
  background-image: url(https://i.shgcdn.com/956c04e9-1d81-4ca1-9691-0c9d7c4d2741/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-ab4f7e55-df85-4e4f-9aee-f0e7d3c5b8f1 {
  background-image: url(https://i.shgcdn.com/956c04e9-1d81-4ca1-9691-0c9d7c4d2741/-/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-ab4f7e55-df85-4e4f-9aee-f0e7d3c5b8f1 {
  background-image: url(https://i.shgcdn.com/956c04e9-1d81-4ca1-9691-0c9d7c4d2741/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-ab4f7e55-df85-4e4f-9aee-f0e7d3c5b8f1 {
  background-image: url(https://i.shgcdn.com/956c04e9-1d81-4ca1-9691-0c9d7c4d2741/-/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-ab4f7e55-df85-4e4f-9aee-f0e7d3c5b8f1 {
  background-image: url(https://i.shgcdn.com/956c04e9-1d81-4ca1-9691-0c9d7c4d2741/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-ab4f7e55-df85-4e4f-9aee-f0e7d3c5b8f1 {
  background-image: url(https://i.shgcdn.com/956c04e9-1d81-4ca1-9691-0c9d7c4d2741/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-ab4f7e55-df85-4e4f-9aee-f0e7d3c5b8f1 {
  background-image: url(https://i.shgcdn.com/956c04e9-1d81-4ca1-9691-0c9d7c4d2741/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-ab4f7e55-df85-4e4f-9aee-f0e7d3c5b8f1 {
  background-image: url(https://i.shgcdn.com/956c04e9-1d81-4ca1-9691-0c9d7c4d2741/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-ab4f7e55-df85-4e4f-9aee-f0e7d3c5b8f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ab4f7e55-df85-4e4f-9aee-f0e7d3c5b8f1 {
  cursor: pointer;
}#s-ab4f7e55-df85-4e4f-9aee-f0e7d3c5b8f1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8b7fb685-7ec7-4920-99e6-6de35547a560 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 10px;
min-height: 410px;
background-position: center center;
}

#s-8b7fb685-7ec7-4920-99e6-6de35547a560 {
  background-image: url(https://i.shgcdn.com/f4e3b029-8c77-47cb-b0f1-35f5ef759826/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-8b7fb685-7ec7-4920-99e6-6de35547a560 {
  background-image: url(https://i.shgcdn.com/f4e3b029-8c77-47cb-b0f1-35f5ef759826/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-8b7fb685-7ec7-4920-99e6-6de35547a560 {
  background-image: url(https://i.shgcdn.com/f4e3b029-8c77-47cb-b0f1-35f5ef759826/-/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-8b7fb685-7ec7-4920-99e6-6de35547a560 {
  background-image: url(https://i.shgcdn.com/f4e3b029-8c77-47cb-b0f1-35f5ef759826/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-8b7fb685-7ec7-4920-99e6-6de35547a560 {
  background-image: url(https://i.shgcdn.com/f4e3b029-8c77-47cb-b0f1-35f5ef759826/-/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-8b7fb685-7ec7-4920-99e6-6de35547a560 {
  background-image: url(https://i.shgcdn.com/f4e3b029-8c77-47cb-b0f1-35f5ef759826/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-8b7fb685-7ec7-4920-99e6-6de35547a560 {
  background-image: url(https://i.shgcdn.com/f4e3b029-8c77-47cb-b0f1-35f5ef759826/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-8b7fb685-7ec7-4920-99e6-6de35547a560 {
  background-image: url(https://i.shgcdn.com/f4e3b029-8c77-47cb-b0f1-35f5ef759826/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-8b7fb685-7ec7-4920-99e6-6de35547a560 {
  background-image: url(https://i.shgcdn.com/f4e3b029-8c77-47cb-b0f1-35f5ef759826/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-8b7fb685-7ec7-4920-99e6-6de35547a560 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b7fb685-7ec7-4920-99e6-6de35547a560 {
  cursor: pointer;
}#s-8b7fb685-7ec7-4920-99e6-6de35547a560.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-2d929dd6-717e-46b0-9c6e-544ce7331d84 {
  margin-right: 2%;
}

#s-9949bd2c-e90f-4243-90b8-12542f280b5c {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9949bd2c-e90f-4243-90b8-12542f280b5c {
  display: none;
}
#s-9949bd2c-e90f-4243-90b8-12542f280b5c, #wrap-s-9949bd2c-e90f-4243-90b8-12542f280b5c { display:none !important; }}@media (max-width: 767px){#s-9949bd2c-e90f-4243-90b8-12542f280b5c {
  display: none;
}
#s-9949bd2c-e90f-4243-90b8-12542f280b5c, #wrap-s-9949bd2c-e90f-4243-90b8-12542f280b5c { display:none !important; }}
#s-f8fdde3d-b598-47fa-9fb2-f0b18ef702e0 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 2%;
padding-bottom: 10px;
padding-right: 2%;
}
@media (min-width: 1200px){#s-f8fdde3d-b598-47fa-9fb2-f0b18ef702e0 {
  display: none;
}
#s-f8fdde3d-b598-47fa-9fb2-f0b18ef702e0, #wrap-s-f8fdde3d-b598-47fa-9fb2-f0b18ef702e0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f8fdde3d-b598-47fa-9fb2-f0b18ef702e0 {
  display: none;
}
#s-f8fdde3d-b598-47fa-9fb2-f0b18ef702e0, #wrap-s-f8fdde3d-b598-47fa-9fb2-f0b18ef702e0 { display:none !important; }}
#s-6df0c58a-7ddd-4048-9087-9efd61a64291 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 30px;
max-width: 1500px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6df0c58a-7ddd-4048-9087-9efd61a64291 {
  
}
}@media (max-width: 767px){#s-6df0c58a-7ddd-4048-9087-9efd61a64291 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
}
}







#s-6df0c58a-7ddd-4048-9087-9efd61a64291 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6df0c58a-7ddd-4048-9087-9efd61a64291.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-457bf921-9b57-4041-9a11-cc10bed87abb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-457bf921-9b57-4041-9a11-cc10bed87abb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-457bf921-9b57-4041-9a11-cc10bed87abb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-457bf921-9b57-4041-9a11-cc10bed87abb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-b173d2fd-f0f9-489c-9b84-7829895502fc {
  background-repeat: no-repeat;
background-size: cover;
min-height: 550px;
background-position: center center;
}
@media (max-width: 767px){#s-b173d2fd-f0f9-489c-9b84-7829895502fc {
  min-height: 375px;
}
}







#s-b173d2fd-f0f9-489c-9b84-7829895502fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b173d2fd-f0f9-489c-9b84-7829895502fc {
  cursor: pointer;
}#s-b173d2fd-f0f9-489c-9b84-7829895502fc.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-197a0686-b374-475f-b349-58e0cd24ed52 {
  padding-right: 2%;
}
@media (max-width: 767px){#s-197a0686-b374-475f-b349-58e0cd24ed52 {
  display: none;
}
#s-197a0686-b374-475f-b349-58e0cd24ed52, #wrap-s-197a0686-b374-475f-b349-58e0cd24ed52 { display:none !important; }}
#s-3d96dd02-9ccf-4c66-8859-9d49f0386706 {
  padding-left: 0px;
padding-right: 1%;
}
@media (min-width: 1200px){#s-3d96dd02-9ccf-4c66-8859-9d49f0386706 {
  display: none;
}
#s-3d96dd02-9ccf-4c66-8859-9d49f0386706, #wrap-s-3d96dd02-9ccf-4c66-8859-9d49f0386706 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3d96dd02-9ccf-4c66-8859-9d49f0386706 {
  display: none;
}
#s-3d96dd02-9ccf-4c66-8859-9d49f0386706, #wrap-s-3d96dd02-9ccf-4c66-8859-9d49f0386706 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3d96dd02-9ccf-4c66-8859-9d49f0386706 {
  display: none;
}
#s-3d96dd02-9ccf-4c66-8859-9d49f0386706, #wrap-s-3d96dd02-9ccf-4c66-8859-9d49f0386706 { display:none !important; }}
#s-0915ccec-bb9f-4fb8-9fd5-b787b422a2c6 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 550px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-0915ccec-bb9f-4fb8-9fd5-b787b422a2c6 {
  margin-top: 15px;
}
}@media (max-width: 767px){#s-0915ccec-bb9f-4fb8-9fd5-b787b422a2c6 {
  margin-top: 15px;
min-height: 200px;
}
}







#s-0915ccec-bb9f-4fb8-9fd5-b787b422a2c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0915ccec-bb9f-4fb8-9fd5-b787b422a2c6 {
  cursor: pointer;
}#s-0915ccec-bb9f-4fb8-9fd5-b787b422a2c6.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-4e1bd24b-111f-4e45-948c-653523490933 {
  padding-left: 0px;
padding-right: 1%;
}
@media (min-width: 1200px){#s-4e1bd24b-111f-4e45-948c-653523490933 {
  display: none;
}
#s-4e1bd24b-111f-4e45-948c-653523490933, #wrap-s-4e1bd24b-111f-4e45-948c-653523490933 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4e1bd24b-111f-4e45-948c-653523490933 {
  display: none;
}
#s-4e1bd24b-111f-4e45-948c-653523490933, #wrap-s-4e1bd24b-111f-4e45-948c-653523490933 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4e1bd24b-111f-4e45-948c-653523490933 {
  display: none;
}
#s-4e1bd24b-111f-4e45-948c-653523490933, #wrap-s-4e1bd24b-111f-4e45-948c-653523490933 { display:none !important; }}
#s-b085ab59-9e18-485e-9d47-e906b5aee034 {
  padding-right: 2%;
}
@media (max-width: 767px){#s-b085ab59-9e18-485e-9d47-e906b5aee034 {
  display: none;
}
#s-b085ab59-9e18-485e-9d47-e906b5aee034, #wrap-s-b085ab59-9e18-485e-9d47-e906b5aee034 { display:none !important; }}
#s-11c56cb4-3c7a-461a-8754-af20b3814c05 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
max-width: 1500px;
}
@media (min-width: 768px) and (max-width: 991px){#s-11c56cb4-3c7a-461a-8754-af20b3814c05 {
  
}
}@media (max-width: 767px){#s-11c56cb4-3c7a-461a-8754-af20b3814c05 {
  padding-top: 15px;
}
}







#s-11c56cb4-3c7a-461a-8754-af20b3814c05 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-11c56cb4-3c7a-461a-8754-af20b3814c05.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-516a2384-fdca-496a-baf5-a04d167102fb {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 0px;
max-width: 1500px;
}

#s-d06c8329-2eca-481f-bf00-d0386941d386 {
  margin-top: auto;
margin-bottom: 20px;
margin-right: auto;
padding-bottom: 0px;
max-width: 1500px;
}
@media (min-width: 1200px){#s-d06c8329-2eca-481f-bf00-d0386941d386 {
  padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-d06c8329-2eca-481f-bf00-d0386941d386"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-d06c8329-2eca-481f-bf00-d0386941d386"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-d06c8329-2eca-481f-bf00-d0386941d386"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-d06c8329-2eca-481f-bf00-d0386941d386"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

.shogun-image-container {
  position: relative;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  object-fit: contain;
  width: 100%;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked,
.shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked > div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content > div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-7694cda9-d085-4623-b7a1-6f69db008353 {
  max-width: 500px;
aspect-ratio: 500/666;
text-align: center;
}





  #s-7694cda9-d085-4623-b7a1-6f69db008353 img.shogun-image,
  #s-7694cda9-d085-4623-b7a1-6f69db008353 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7694cda9-d085-4623-b7a1-6f69db008353 {
    width: 100%;
    height: auto;
  }



  #s-7694cda9-d085-4623-b7a1-6f69db008353 img.shogun-image {
    

    
    
    
  }


#s-7694cda9-d085-4623-b7a1-6f69db008353 .shogun-image-content {
  
    align-items: center;
  
}

#s-04e31d49-117a-4468-b6f6-969236679afc {
  text-align: center;
}







  #s-04e31d49-117a-4468-b6f6-969236679afc img.shogun-image {
    

    
    
    
  }


#s-04e31d49-117a-4468-b6f6-969236679afc .shogun-image-content {
  
    align-items: center;
  
}

#s-7650ed2e-9bb6-4494-9ea8-581efc500f15 {
  max-width: 500px;
aspect-ratio: 500/666;
text-align: center;
}





  #s-7650ed2e-9bb6-4494-9ea8-581efc500f15 img.shogun-image,
  #s-7650ed2e-9bb6-4494-9ea8-581efc500f15 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7650ed2e-9bb6-4494-9ea8-581efc500f15 {
    width: 100%;
    height: auto;
  }



  #s-7650ed2e-9bb6-4494-9ea8-581efc500f15 img.shogun-image {
    

    
    
    
  }


#s-7650ed2e-9bb6-4494-9ea8-581efc500f15 .shogun-image-content {
  
    align-items: center;
  
}

#s-e4f26c21-85cb-43e5-9f3d-987f0510d9a5 {
  text-align: center;
}







  #s-e4f26c21-85cb-43e5-9f3d-987f0510d9a5 img.shogun-image {
    

    
    
    
  }


#s-e4f26c21-85cb-43e5-9f3d-987f0510d9a5 .shogun-image-content {
  
    align-items: center;
  
}

#s-0b88bbaa-9b33-4c08-a840-a4553f706169 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
max-width: 1800px;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-0b88bbaa-9b33-4c08-a840-a4553f706169 {
  display: none;
}
#s-0b88bbaa-9b33-4c08-a840-a4553f706169, #wrap-s-0b88bbaa-9b33-4c08-a840-a4553f706169 { display:none !important; }}@media (max-width: 767px){#s-0b88bbaa-9b33-4c08-a840-a4553f706169 {
  display: none;
}
#s-0b88bbaa-9b33-4c08-a840-a4553f706169, #wrap-s-0b88bbaa-9b33-4c08-a840-a4553f706169 { display:none !important; }}







#s-0b88bbaa-9b33-4c08-a840-a4553f706169 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0b88bbaa-9b33-4c08-a840-a4553f706169 {
  cursor: pointer;
}#s-0b88bbaa-9b33-4c08-a840-a4553f706169.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-77f32d11-db6d-4932-a5bd-4e0b3fb24b11"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-77f32d11-db6d-4932-a5bd-4e0b3fb24b11"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-77f32d11-db6d-4932-a5bd-4e0b3fb24b11"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-77f32d11-db6d-4932-a5bd-4e0b3fb24b11"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-77f32d11-db6d-4932-a5bd-4e0b3fb24b11"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-77f32d11-db6d-4932-a5bd-4e0b3fb24b11"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-77f32d11-db6d-4932-a5bd-4e0b3fb24b11"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-19c4a1d0-7d38-4413-8ad8-2f95b24782a4 {
  background-repeat: no-repeat;
background-size: contain;
margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 0px;
min-height: 390px;
background-position: center center;
}








#s-19c4a1d0-7d38-4413-8ad8-2f95b24782a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-19c4a1d0-7d38-4413-8ad8-2f95b24782a4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8a11402a-c085-45b7-a249-aa26aa2b2d6e {
  min-height: 300px;
}








#s-8a11402a-c085-45b7-a249-aa26aa2b2d6e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8a11402a-c085-45b7-a249-aa26aa2b2d6e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1ec0063e-b221-4a3e-bc67-523d20af0a63 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-bottom: 20px;
}
@media (max-width: 767px){#s-1ec0063e-b221-4a3e-bc67-523d20af0a63 {
  padding-left: 10px;
padding-right: 10px;
}
}
#s-743b5d93-a4f5-43d9-a28b-96a9b3479c0e {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 10px;
}

@media (min-width: 0px) {
[id="s-743b5d93-a4f5-43d9-a28b-96a9b3479c0e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-743b5d93-a4f5-43d9-a28b-96a9b3479c0e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-743b5d93-a4f5-43d9-a28b-96a9b3479c0e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-743b5d93-a4f5-43d9-a28b-96a9b3479c0e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-67421040-6559-4cd1-b1e6-42a66b0adaeb {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 2px;
border-color: #000;
min-height: 275px;
}








#s-67421040-6559-4cd1-b1e6-42a66b0adaeb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-67421040-6559-4cd1-b1e6-42a66b0adaeb {
  cursor: pointer;
}#s-67421040-6559-4cd1-b1e6-42a66b0adaeb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3b820d92-3420-4a23-8b7e-98548d090ae8 {
  margin-bottom: -10px;
}

#s-8664579e-7c2a-4c53-930d-a2f332d9e290 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 2px;
border-color: #000;
min-height: 275px;
}








#s-8664579e-7c2a-4c53-930d-a2f332d9e290 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8664579e-7c2a-4c53-930d-a2f332d9e290 {
  cursor: pointer;
}#s-8664579e-7c2a-4c53-930d-a2f332d9e290.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f5783e10-220f-4585-96c3-bb5c5d019a9c {
  margin-bottom: -10px;
}

#s-104435ee-f911-4a2f-9b1b-67d932e8c7de {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
min-height: 275px;
}








#s-104435ee-f911-4a2f-9b1b-67d932e8c7de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-104435ee-f911-4a2f-9b1b-67d932e8c7de {
  cursor: pointer;
}#s-104435ee-f911-4a2f-9b1b-67d932e8c7de.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e39b73b3-00e4-47c8-98ca-bced40de393d {
  margin-bottom: -10px;
}

#s-292c1a13-8941-47d0-9f7c-140c94ee7881 {
  margin-top: -10px;
padding-left: 2%;
padding-right: 2%;
}

#s-17890eaf-71a9-469f-b778-94a39c6a7e02 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
}
@media (max-width: 767px){#s-17890eaf-71a9-469f-b778-94a39c6a7e02 {
  display: none;
}
#s-17890eaf-71a9-469f-b778-94a39c6a7e02, #wrap-s-17890eaf-71a9-469f-b778-94a39c6a7e02 { display:none !important; }}







#s-17890eaf-71a9-469f-b778-94a39c6a7e02 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-17890eaf-71a9-469f-b778-94a39c6a7e02.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b7bed54e-a121-4971-89e3-2b87debc087f {
  background-repeat: no-repeat;
background-size: cover;
margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
max-width: 1800px;
background-position: center center;
}
@media (max-width: 767px){#s-b7bed54e-a121-4971-89e3-2b87debc087f {
  padding-top: 20px;
padding-bottom: 20px;
display: none;
}
#s-b7bed54e-a121-4971-89e3-2b87debc087f, #wrap-s-b7bed54e-a121-4971-89e3-2b87debc087f { display:none !important; }}







#s-b7bed54e-a121-4971-89e3-2b87debc087f > .shg-box-overlay {
  background-color: rgba(0, 36, 55, 1);
  opacity: 0;
}#s-b7bed54e-a121-4971-89e3-2b87debc087f {
  cursor: pointer;
}#s-b7bed54e-a121-4971-89e3-2b87debc087f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a42747e7-c155-4336-8ec0-69f5eaab1abe {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 400px;
text-align: center;
}







  #s-a42747e7-c155-4336-8ec0-69f5eaab1abe img.shogun-image {
    

    
    
    
  }


#s-a42747e7-c155-4336-8ec0-69f5eaab1abe .shogun-image-content {
  
    align-items: center;
  
}

#s-9e3da241-0ffb-4687-921b-ea8f844e3a48 {
  margin-top: -15px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}
@media (max-width: 767px){#s-9e3da241-0ffb-4687-921b-ea8f844e3a48 {
  display: none;
}
#s-9e3da241-0ffb-4687-921b-ea8f844e3a48, #wrap-s-9e3da241-0ffb-4687-921b-ea8f844e3a48 { display:none !important; }}
#s-e3e619e2-437c-49dc-b8c9-820a6508d37c {
  margin-top: -15px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
}
@media (min-width: 1200px){#s-e3e619e2-437c-49dc-b8c9-820a6508d37c {
  display: none;
}
#s-e3e619e2-437c-49dc-b8c9-820a6508d37c, #wrap-s-e3e619e2-437c-49dc-b8c9-820a6508d37c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e3e619e2-437c-49dc-b8c9-820a6508d37c {
  display: none;
}
#s-e3e619e2-437c-49dc-b8c9-820a6508d37c, #wrap-s-e3e619e2-437c-49dc-b8c9-820a6508d37c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e3e619e2-437c-49dc-b8c9-820a6508d37c {
  display: none;
}
#s-e3e619e2-437c-49dc-b8c9-820a6508d37c, #wrap-s-e3e619e2-437c-49dc-b8c9-820a6508d37c { display:none !important; }}
#s-4f9716dd-1d6e-48ed-9119-5c8b2b1f36e0 {
  min-height: 50px;
}








#s-4f9716dd-1d6e-48ed-9119-5c8b2b1f36e0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4f9716dd-1d6e-48ed-9119-5c8b2b1f36e0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-93e74a94-9724-43f1-98b3-c8fe4797720b {
  border-style: solid;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(255, 255, 255, 1);
border-radius: 4px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-93e74a94-9724-43f1-98b3-c8fe4797720b:hover {border-style: solid !important;
border-top-width: 4px !important;
border-left-width: 4px !important;
border-bottom-width: 4px !important;
border-right-width: 4px !important;
border-color: rgba(194, 194, 194, 1) !important;
border-radius: 4px !important;
background-color: rgba(194, 194, 194, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-93e74a94-9724-43f1-98b3-c8fe4797720b:active {border-style: solid !important;
border-top-width: 4px !important;
border-left-width: 4px !important;
border-bottom-width: 4px !important;
border-right-width: 4px !important;
border-color: #2C2A34 !important;
border-radius: 4px !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-93e74a94-9724-43f1-98b3-c8fe4797720b-root {
    text-align: center;
  }


#s-93e74a94-9724-43f1-98b3-c8fe4797720b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-93e74a94-9724-43f1-98b3-c8fe4797720b-root {
    text-align: center;
  }


#s-93e74a94-9724-43f1-98b3-c8fe4797720b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-93e74a94-9724-43f1-98b3-c8fe4797720b-root {
    text-align: center;
  }


#s-93e74a94-9724-43f1-98b3-c8fe4797720b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-93e74a94-9724-43f1-98b3-c8fe4797720b-root {
    text-align: center;
  }


#s-93e74a94-9724-43f1-98b3-c8fe4797720b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-93e74a94-9724-43f1-98b3-c8fe4797720b-root {
    text-align: center;
  }


#s-93e74a94-9724-43f1-98b3-c8fe4797720b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-d25aa9dc-dadb-474f-8f15-3b9c4a53c285 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
max-width: 1800px;
background-position: center center;
}
@media (min-width: 1200px){#s-d25aa9dc-dadb-474f-8f15-3b9c4a53c285 {
  display: none;
}
#s-d25aa9dc-dadb-474f-8f15-3b9c4a53c285, #wrap-s-d25aa9dc-dadb-474f-8f15-3b9c4a53c285 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d25aa9dc-dadb-474f-8f15-3b9c4a53c285 {
  display: none;
}
#s-d25aa9dc-dadb-474f-8f15-3b9c4a53c285, #wrap-s-d25aa9dc-dadb-474f-8f15-3b9c4a53c285 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d25aa9dc-dadb-474f-8f15-3b9c4a53c285 {
  display: none;
}
#s-d25aa9dc-dadb-474f-8f15-3b9c4a53c285, #wrap-s-d25aa9dc-dadb-474f-8f15-3b9c4a53c285 { display:none !important; }}@media (max-width: 767px){#s-d25aa9dc-dadb-474f-8f15-3b9c4a53c285 {
  padding-top: 20px;
padding-bottom: 20px;
}
}







#s-d25aa9dc-dadb-474f-8f15-3b9c4a53c285 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-d25aa9dc-dadb-474f-8f15-3b9c4a53c285 {
  cursor: pointer;
}#s-d25aa9dc-dadb-474f-8f15-3b9c4a53c285.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-29de0f37-e24d-4856-9882-0a754a38fa14 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 400px;
text-align: center;
}







  #s-29de0f37-e24d-4856-9882-0a754a38fa14 img.shogun-image {
    

    
    
    
  }


#s-29de0f37-e24d-4856-9882-0a754a38fa14 .shogun-image-content {
  
    align-items: center;
  
}

#s-80e8dd67-d3eb-48df-a729-7386ff396eab {
  margin-top: -15px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}
@media (max-width: 767px){#s-80e8dd67-d3eb-48df-a729-7386ff396eab {
  display: none;
}
#s-80e8dd67-d3eb-48df-a729-7386ff396eab, #wrap-s-80e8dd67-d3eb-48df-a729-7386ff396eab { display:none !important; }}
#s-c61fd9f6-0a94-4878-8ef2-52fff908976f {
  margin-top: -15px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
}
@media (min-width: 1200px){#s-c61fd9f6-0a94-4878-8ef2-52fff908976f {
  display: none;
}
#s-c61fd9f6-0a94-4878-8ef2-52fff908976f, #wrap-s-c61fd9f6-0a94-4878-8ef2-52fff908976f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c61fd9f6-0a94-4878-8ef2-52fff908976f {
  display: none;
}
#s-c61fd9f6-0a94-4878-8ef2-52fff908976f, #wrap-s-c61fd9f6-0a94-4878-8ef2-52fff908976f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c61fd9f6-0a94-4878-8ef2-52fff908976f {
  display: none;
}
#s-c61fd9f6-0a94-4878-8ef2-52fff908976f, #wrap-s-c61fd9f6-0a94-4878-8ef2-52fff908976f { display:none !important; }}
#s-8d63941b-00cf-4ec0-974d-e955c44978f5 {
  min-height: 50px;
}








#s-8d63941b-00cf-4ec0-974d-e955c44978f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8d63941b-00cf-4ec0-974d-e955c44978f5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d88d9673-5712-4fb5-9356-89514a8a9695 {
  border-style: solid;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(255, 255, 255, 1);
border-radius: 4px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-d88d9673-5712-4fb5-9356-89514a8a9695:hover {border-style: solid !important;
border-top-width: 4px !important;
border-left-width: 4px !important;
border-bottom-width: 4px !important;
border-right-width: 4px !important;
border-color: rgba(194, 194, 194, 1) !important;
border-radius: 4px !important;
background-color: rgba(194, 194, 194, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-d88d9673-5712-4fb5-9356-89514a8a9695:active {border-style: solid !important;
border-top-width: 4px !important;
border-left-width: 4px !important;
border-bottom-width: 4px !important;
border-right-width: 4px !important;
border-color: #2C2A34 !important;
border-radius: 4px !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-d88d9673-5712-4fb5-9356-89514a8a9695-root {
    text-align: center;
  }


#s-d88d9673-5712-4fb5-9356-89514a8a9695.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d88d9673-5712-4fb5-9356-89514a8a9695-root {
    text-align: center;
  }


#s-d88d9673-5712-4fb5-9356-89514a8a9695.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d88d9673-5712-4fb5-9356-89514a8a9695-root {
    text-align: center;
  }


#s-d88d9673-5712-4fb5-9356-89514a8a9695.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d88d9673-5712-4fb5-9356-89514a8a9695-root {
    text-align: center;
  }


#s-d88d9673-5712-4fb5-9356-89514a8a9695.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d88d9673-5712-4fb5-9356-89514a8a9695-root {
    text-align: center;
  }


#s-d88d9673-5712-4fb5-9356-89514a8a9695.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-bfcaf3a5-75b1-4474-ace9-c617ae070d1f {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 95%;
}
@media (min-width: 1200px){#s-bfcaf3a5-75b1-4474-ace9-c617ae070d1f {
  display: none;
}
#s-bfcaf3a5-75b1-4474-ace9-c617ae070d1f, #wrap-s-bfcaf3a5-75b1-4474-ace9-c617ae070d1f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bfcaf3a5-75b1-4474-ace9-c617ae070d1f {
  display: none;
}
#s-bfcaf3a5-75b1-4474-ace9-c617ae070d1f, #wrap-s-bfcaf3a5-75b1-4474-ace9-c617ae070d1f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bfcaf3a5-75b1-4474-ace9-c617ae070d1f {
  display: none;
}
#s-bfcaf3a5-75b1-4474-ace9-c617ae070d1f, #wrap-s-bfcaf3a5-75b1-4474-ace9-c617ae070d1f { display:none !important; }}@media (max-width: 767px){#s-bfcaf3a5-75b1-4474-ace9-c617ae070d1f {
  display: none;
}
#s-bfcaf3a5-75b1-4474-ace9-c617ae070d1f, #wrap-s-bfcaf3a5-75b1-4474-ace9-c617ae070d1f { display:none !important; }}







#s-bfcaf3a5-75b1-4474-ace9-c617ae070d1f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bfcaf3a5-75b1-4474-ace9-c617ae070d1f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7371a4f6-162a-46da-9cb7-71aedb57f59e {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 14px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-7371a4f6-162a-46da-9cb7-71aedb57f59e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7371a4f6-162a-46da-9cb7-71aedb57f59e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-7371a4f6-162a-46da-9cb7-71aedb57f59e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-7371a4f6-162a-46da-9cb7-71aedb57f59e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-7371a4f6-162a-46da-9cb7-71aedb57f59e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-7371a4f6-162a-46da-9cb7-71aedb57f59e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-7371a4f6-162a-46da-9cb7-71aedb57f59e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

}

#s-1f5598b9-670e-4dcf-8753-1cc6663b3abb {
  text-align: center;
}







  #s-1f5598b9-670e-4dcf-8753-1cc6663b3abb img.shogun-image {
    

    
    
    
  }


#s-1f5598b9-670e-4dcf-8753-1cc6663b3abb .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-871c9057-48b3-4bc6-a356-5488d812eaae {
  padding-left: 10px;
padding-right: 10px;
}

#s-54cf8e35-d52d-4d6c-809a-19b90bfe0e33 {
  padding-top: 17px;
text-align: center;
}







  #s-54cf8e35-d52d-4d6c-809a-19b90bfe0e33 img.shogun-image {
    

    
    
    
  }


#s-54cf8e35-d52d-4d6c-809a-19b90bfe0e33 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-c6712ee3-e4f0-48c3-879d-c5db9ed3d163 {
  padding-left: 10px;
padding-right: 10px;
}

#s-68f817c7-cfeb-4d5e-9af7-bb840fc2f9ac {
  text-align: center;
}







  #s-68f817c7-cfeb-4d5e-9af7-bb840fc2f9ac img.shogun-image {
    

    
    
    
  }


#s-68f817c7-cfeb-4d5e-9af7-bb840fc2f9ac .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-9f35a0bb-0b81-4754-9984-e8f359866c66 {
  padding-left: 10px;
padding-right: 10px;
}

#s-9db30b32-4422-4804-8161-e526ce7bd696 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-bottom: 5px;
min-height: 50px;
max-width: 1600px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9db30b32-4422-4804-8161-e526ce7bd696 {
  padding-top: 30px;
}
}@media (max-width: 767px){#s-9db30b32-4422-4804-8161-e526ce7bd696 {
  margin-left: 3%;
margin-right: 3%;
}
}







#s-9db30b32-4422-4804-8161-e526ce7bd696 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9db30b32-4422-4804-8161-e526ce7bd696.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ac80da9b-6b5e-4364-b299-34d98481ce08 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 1452px;
}
@media (max-width: 767px){#s-ac80da9b-6b5e-4364-b299-34d98481ce08 {
  margin-top: 25px;
}
}
@media (min-width: 0px) {
[id="s-ac80da9b-6b5e-4364-b299-34d98481ce08"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-ac80da9b-6b5e-4364-b299-34d98481ce08"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-ac80da9b-6b5e-4364-b299-34d98481ce08"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-ac80da9b-6b5e-4364-b299-34d98481ce08"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-d18d5f46-53a4-4f7b-8614-d41677540bb2 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 0px;
padding-bottom: 15px;
min-height: 275px;
background-position: center center;
}
@media (max-width: 767px){#s-d18d5f46-53a4-4f7b-8614-d41677540bb2 {
  margin-bottom: 15px;
min-height: 150px;
}
}







#s-d18d5f46-53a4-4f7b-8614-d41677540bb2 > .shg-box-overlay {
  background-color: rgba(177, 14, 35, 1);
  opacity: 0.8999999999999999;
}#s-d18d5f46-53a4-4f7b-8614-d41677540bb2 {
  cursor: pointer;
}#s-d18d5f46-53a4-4f7b-8614-d41677540bb2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-d67ae9fc-cc76-42c8-b9f5-5b6be5b74be2 {
  display: none;
}
#s-d67ae9fc-cc76-42c8-b9f5-5b6be5b74be2, #wrap-s-d67ae9fc-cc76-42c8-b9f5-5b6be5b74be2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d67ae9fc-cc76-42c8-b9f5-5b6be5b74be2 {
  display: none;
}
#s-d67ae9fc-cc76-42c8-b9f5-5b6be5b74be2, #wrap-s-d67ae9fc-cc76-42c8-b9f5-5b6be5b74be2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d67ae9fc-cc76-42c8-b9f5-5b6be5b74be2 {
  display: none;
}
#s-d67ae9fc-cc76-42c8-b9f5-5b6be5b74be2, #wrap-s-d67ae9fc-cc76-42c8-b9f5-5b6be5b74be2 { display:none !important; }}@media (max-width: 767px){#s-d67ae9fc-cc76-42c8-b9f5-5b6be5b74be2 {
  
}
}
@media (min-width: 1200px){#s-bf1d3b6e-717f-45f7-b2e5-cd95c21e4e7f {
  display: none;
}
#s-bf1d3b6e-717f-45f7-b2e5-cd95c21e4e7f, #wrap-s-bf1d3b6e-717f-45f7-b2e5-cd95c21e4e7f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bf1d3b6e-717f-45f7-b2e5-cd95c21e4e7f {
  display: none;
}
#s-bf1d3b6e-717f-45f7-b2e5-cd95c21e4e7f, #wrap-s-bf1d3b6e-717f-45f7-b2e5-cd95c21e4e7f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bf1d3b6e-717f-45f7-b2e5-cd95c21e4e7f {
  display: none;
}
#s-bf1d3b6e-717f-45f7-b2e5-cd95c21e4e7f, #wrap-s-bf1d3b6e-717f-45f7-b2e5-cd95c21e4e7f { display:none !important; }}@media (max-width: 767px){#s-bf1d3b6e-717f-45f7-b2e5-cd95c21e4e7f {
  
}
}
@media (min-width: 1200px){#s-8189fc27-6588-4fce-b7b7-ca2f6b8c95b3 {
  display: none;
}
#s-8189fc27-6588-4fce-b7b7-ca2f6b8c95b3, #wrap-s-8189fc27-6588-4fce-b7b7-ca2f6b8c95b3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8189fc27-6588-4fce-b7b7-ca2f6b8c95b3 {
  display: none;
}
#s-8189fc27-6588-4fce-b7b7-ca2f6b8c95b3, #wrap-s-8189fc27-6588-4fce-b7b7-ca2f6b8c95b3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8189fc27-6588-4fce-b7b7-ca2f6b8c95b3 {
  
}
}@media (max-width: 767px){#s-8189fc27-6588-4fce-b7b7-ca2f6b8c95b3 {
  display: none;
}
#s-8189fc27-6588-4fce-b7b7-ca2f6b8c95b3, #wrap-s-8189fc27-6588-4fce-b7b7-ca2f6b8c95b3 { display:none !important; }}
@media (min-width: 1200px){#s-e05fe194-65d8-45a7-abc9-88264a9a0661 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e05fe194-65d8-45a7-abc9-88264a9a0661 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e05fe194-65d8-45a7-abc9-88264a9a0661 {
  display: none;
}
#s-e05fe194-65d8-45a7-abc9-88264a9a0661, #wrap-s-e05fe194-65d8-45a7-abc9-88264a9a0661 { display:none !important; }}@media (max-width: 767px){#s-e05fe194-65d8-45a7-abc9-88264a9a0661 {
  display: none;
}
#s-e05fe194-65d8-45a7-abc9-88264a9a0661, #wrap-s-e05fe194-65d8-45a7-abc9-88264a9a0661 { display:none !important; }}
@media (min-width: 1200px){#s-68798ad8-742a-4d3b-8b49-a9a4cd8ec08c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-68798ad8-742a-4d3b-8b49-a9a4cd8ec08c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-68798ad8-742a-4d3b-8b49-a9a4cd8ec08c {
  display: none;
}
#s-68798ad8-742a-4d3b-8b49-a9a4cd8ec08c, #wrap-s-68798ad8-742a-4d3b-8b49-a9a4cd8ec08c { display:none !important; }}@media (max-width: 767px){#s-68798ad8-742a-4d3b-8b49-a9a4cd8ec08c {
  display: none;
}
#s-68798ad8-742a-4d3b-8b49-a9a4cd8ec08c, #wrap-s-68798ad8-742a-4d3b-8b49-a9a4cd8ec08c { display:none !important; }}
#s-6e36ba3a-d84a-4550-9db2-e5de144fc3f8 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 0px;
padding-bottom: 15px;
min-height: 275px;
background-position: center center;
}
@media (max-width: 767px){#s-6e36ba3a-d84a-4550-9db2-e5de144fc3f8 {
  margin-bottom: 15px;
min-height: 150px;
}
}







#s-6e36ba3a-d84a-4550-9db2-e5de144fc3f8 > .shg-box-overlay {
  background-color: rgba(177, 14, 35, 1);
  opacity: 0.8999999999999999;
}#s-6e36ba3a-d84a-4550-9db2-e5de144fc3f8 {
  cursor: pointer;
}#s-6e36ba3a-d84a-4550-9db2-e5de144fc3f8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-7b26446d-d21d-4b5a-b112-95af45c0a888 {
  display: none;
}
#s-7b26446d-d21d-4b5a-b112-95af45c0a888, #wrap-s-7b26446d-d21d-4b5a-b112-95af45c0a888 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7b26446d-d21d-4b5a-b112-95af45c0a888 {
  display: none;
}
#s-7b26446d-d21d-4b5a-b112-95af45c0a888, #wrap-s-7b26446d-d21d-4b5a-b112-95af45c0a888 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7b26446d-d21d-4b5a-b112-95af45c0a888 {
  display: none;
}
#s-7b26446d-d21d-4b5a-b112-95af45c0a888, #wrap-s-7b26446d-d21d-4b5a-b112-95af45c0a888 { display:none !important; }}@media (max-width: 767px){#s-7b26446d-d21d-4b5a-b112-95af45c0a888 {
  
}
}
@media (min-width: 1200px){#s-0cb61a06-8124-4332-9b72-54db311fd28d {
  display: none;
}
#s-0cb61a06-8124-4332-9b72-54db311fd28d, #wrap-s-0cb61a06-8124-4332-9b72-54db311fd28d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0cb61a06-8124-4332-9b72-54db311fd28d {
  display: none;
}
#s-0cb61a06-8124-4332-9b72-54db311fd28d, #wrap-s-0cb61a06-8124-4332-9b72-54db311fd28d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0cb61a06-8124-4332-9b72-54db311fd28d {
  
}
}@media (max-width: 767px){#s-0cb61a06-8124-4332-9b72-54db311fd28d {
  display: none;
}
#s-0cb61a06-8124-4332-9b72-54db311fd28d, #wrap-s-0cb61a06-8124-4332-9b72-54db311fd28d { display:none !important; }}
@media (min-width: 1200px){#s-ffa35eb9-69b5-4e8a-b003-6f7ff919b7df {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ffa35eb9-69b5-4e8a-b003-6f7ff919b7df {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ffa35eb9-69b5-4e8a-b003-6f7ff919b7df {
  display: none;
}
#s-ffa35eb9-69b5-4e8a-b003-6f7ff919b7df, #wrap-s-ffa35eb9-69b5-4e8a-b003-6f7ff919b7df { display:none !important; }}@media (max-width: 767px){#s-ffa35eb9-69b5-4e8a-b003-6f7ff919b7df {
  display: none;
}
#s-ffa35eb9-69b5-4e8a-b003-6f7ff919b7df, #wrap-s-ffa35eb9-69b5-4e8a-b003-6f7ff919b7df { display:none !important; }}
@media (min-width: 1200px){#s-8bd29feb-03bf-4192-80d8-fa7827b3212e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8bd29feb-03bf-4192-80d8-fa7827b3212e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8bd29feb-03bf-4192-80d8-fa7827b3212e {
  display: none;
}
#s-8bd29feb-03bf-4192-80d8-fa7827b3212e, #wrap-s-8bd29feb-03bf-4192-80d8-fa7827b3212e { display:none !important; }}@media (max-width: 767px){#s-8bd29feb-03bf-4192-80d8-fa7827b3212e {
  display: none;
}
#s-8bd29feb-03bf-4192-80d8-fa7827b3212e, #wrap-s-8bd29feb-03bf-4192-80d8-fa7827b3212e { display:none !important; }}
@media (min-width: 1200px){#s-a5977579-70a1-40a5-99bd-2d9dafd0ddb3 {
  display: none;
}
#s-a5977579-70a1-40a5-99bd-2d9dafd0ddb3, #wrap-s-a5977579-70a1-40a5-99bd-2d9dafd0ddb3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a5977579-70a1-40a5-99bd-2d9dafd0ddb3 {
  display: none;
}
#s-a5977579-70a1-40a5-99bd-2d9dafd0ddb3, #wrap-s-a5977579-70a1-40a5-99bd-2d9dafd0ddb3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a5977579-70a1-40a5-99bd-2d9dafd0ddb3 {
  display: none;
}
#s-a5977579-70a1-40a5-99bd-2d9dafd0ddb3, #wrap-s-a5977579-70a1-40a5-99bd-2d9dafd0ddb3 { display:none !important; }}@media (max-width: 767px){#s-a5977579-70a1-40a5-99bd-2d9dafd0ddb3 {
  
}
}
#s-b4a4f870-ac80-43e2-883c-b721d8604bac {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 15px;
padding-bottom: 40px;
min-height: 50px;
}
@media (max-width: 767px){#s-b4a4f870-ac80-43e2-883c-b721d8604bac {
  padding-top: 0px;
padding-bottom: 20px;
}
}







#s-b4a4f870-ac80-43e2-883c-b721d8604bac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b4a4f870-ac80-43e2-883c-b721d8604bac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5afc508f-4f87-4ee9-98fe-be158e070090 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 1452px;
}

@media (min-width: 0px) {
[id="s-5afc508f-4f87-4ee9-98fe-be158e070090"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-5afc508f-4f87-4ee9-98fe-be158e070090"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-5afc508f-4f87-4ee9-98fe-be158e070090"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-5afc508f-4f87-4ee9-98fe-be158e070090"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-80b4cdcc-b289-4fe5-a7bc-ee7b5a02cbdb {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 0px;
padding-bottom: 15px;
min-height: 275px;
background-position: center center;
}
@media (max-width: 767px){#s-80b4cdcc-b289-4fe5-a7bc-ee7b5a02cbdb {
  margin-bottom: 15px;
min-height: 150px;
}
}







#s-80b4cdcc-b289-4fe5-a7bc-ee7b5a02cbdb > .shg-box-overlay {
  background-color: rgba(177, 14, 35, 1);
  opacity: 0.8999999999999999;
}#s-80b4cdcc-b289-4fe5-a7bc-ee7b5a02cbdb {
  cursor: pointer;
}#s-80b4cdcc-b289-4fe5-a7bc-ee7b5a02cbdb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-7099acd9-6b5e-4fa8-b391-680b55daeb6f {
  display: none;
}
#s-7099acd9-6b5e-4fa8-b391-680b55daeb6f, #wrap-s-7099acd9-6b5e-4fa8-b391-680b55daeb6f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7099acd9-6b5e-4fa8-b391-680b55daeb6f {
  display: none;
}
#s-7099acd9-6b5e-4fa8-b391-680b55daeb6f, #wrap-s-7099acd9-6b5e-4fa8-b391-680b55daeb6f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7099acd9-6b5e-4fa8-b391-680b55daeb6f {
  display: none;
}
#s-7099acd9-6b5e-4fa8-b391-680b55daeb6f, #wrap-s-7099acd9-6b5e-4fa8-b391-680b55daeb6f { display:none !important; }}@media (max-width: 767px){#s-7099acd9-6b5e-4fa8-b391-680b55daeb6f {
  
}
}
@media (min-width: 1200px){#s-ef374cc9-f42b-4fb1-9dee-c5a2e911f03c {
  display: none;
}
#s-ef374cc9-f42b-4fb1-9dee-c5a2e911f03c, #wrap-s-ef374cc9-f42b-4fb1-9dee-c5a2e911f03c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ef374cc9-f42b-4fb1-9dee-c5a2e911f03c {
  display: none;
}
#s-ef374cc9-f42b-4fb1-9dee-c5a2e911f03c, #wrap-s-ef374cc9-f42b-4fb1-9dee-c5a2e911f03c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ef374cc9-f42b-4fb1-9dee-c5a2e911f03c {
  
}
}@media (max-width: 767px){#s-ef374cc9-f42b-4fb1-9dee-c5a2e911f03c {
  display: none;
}
#s-ef374cc9-f42b-4fb1-9dee-c5a2e911f03c, #wrap-s-ef374cc9-f42b-4fb1-9dee-c5a2e911f03c { display:none !important; }}
@media (min-width: 1200px){#s-67e03030-2a58-462b-8e78-57085c299626 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-67e03030-2a58-462b-8e78-57085c299626 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-67e03030-2a58-462b-8e78-57085c299626 {
  display: none;
}
#s-67e03030-2a58-462b-8e78-57085c299626, #wrap-s-67e03030-2a58-462b-8e78-57085c299626 { display:none !important; }}@media (max-width: 767px){#s-67e03030-2a58-462b-8e78-57085c299626 {
  display: none;
}
#s-67e03030-2a58-462b-8e78-57085c299626, #wrap-s-67e03030-2a58-462b-8e78-57085c299626 { display:none !important; }}
@media (min-width: 1200px){#s-db4efc4b-4364-491e-983f-edb0d69af20e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-db4efc4b-4364-491e-983f-edb0d69af20e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-db4efc4b-4364-491e-983f-edb0d69af20e {
  display: none;
}
#s-db4efc4b-4364-491e-983f-edb0d69af20e, #wrap-s-db4efc4b-4364-491e-983f-edb0d69af20e { display:none !important; }}@media (max-width: 767px){#s-db4efc4b-4364-491e-983f-edb0d69af20e {
  display: none;
}
#s-db4efc4b-4364-491e-983f-edb0d69af20e, #wrap-s-db4efc4b-4364-491e-983f-edb0d69af20e { display:none !important; }}
@media (min-width: 1200px){#s-40fa789c-7fcb-43a1-80dd-23eab792f71f {
  display: none;
}
#s-40fa789c-7fcb-43a1-80dd-23eab792f71f, #wrap-s-40fa789c-7fcb-43a1-80dd-23eab792f71f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-40fa789c-7fcb-43a1-80dd-23eab792f71f {
  display: none;
}
#s-40fa789c-7fcb-43a1-80dd-23eab792f71f, #wrap-s-40fa789c-7fcb-43a1-80dd-23eab792f71f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-40fa789c-7fcb-43a1-80dd-23eab792f71f {
  display: none;
}
#s-40fa789c-7fcb-43a1-80dd-23eab792f71f, #wrap-s-40fa789c-7fcb-43a1-80dd-23eab792f71f { display:none !important; }}@media (max-width: 767px){#s-40fa789c-7fcb-43a1-80dd-23eab792f71f {
  
}
}
#s-0f785278-fc25-4a3b-8b51-c46cf60f2665 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 0px;
padding-bottom: 15px;
min-height: 275px;
background-position: center center;
}
@media (max-width: 767px){#s-0f785278-fc25-4a3b-8b51-c46cf60f2665 {
  margin-bottom: 15px;
min-height: 150px;
}
}







#s-0f785278-fc25-4a3b-8b51-c46cf60f2665 > .shg-box-overlay {
  background-color: rgba(177, 14, 35, 1);
  opacity: 0.8999999999999999;
}#s-0f785278-fc25-4a3b-8b51-c46cf60f2665 {
  cursor: pointer;
}#s-0f785278-fc25-4a3b-8b51-c46cf60f2665.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-97bfaa13-f359-404b-a553-f4b1a72475c5 {
  display: none;
}
#s-97bfaa13-f359-404b-a553-f4b1a72475c5, #wrap-s-97bfaa13-f359-404b-a553-f4b1a72475c5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-97bfaa13-f359-404b-a553-f4b1a72475c5 {
  display: none;
}
#s-97bfaa13-f359-404b-a553-f4b1a72475c5, #wrap-s-97bfaa13-f359-404b-a553-f4b1a72475c5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-97bfaa13-f359-404b-a553-f4b1a72475c5 {
  display: none;
}
#s-97bfaa13-f359-404b-a553-f4b1a72475c5, #wrap-s-97bfaa13-f359-404b-a553-f4b1a72475c5 { display:none !important; }}@media (max-width: 767px){#s-97bfaa13-f359-404b-a553-f4b1a72475c5 {
  
}
}
@media (min-width: 1200px){#s-cc47436c-c5a4-48a0-9690-42956f60c7ce {
  display: none;
}
#s-cc47436c-c5a4-48a0-9690-42956f60c7ce, #wrap-s-cc47436c-c5a4-48a0-9690-42956f60c7ce { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cc47436c-c5a4-48a0-9690-42956f60c7ce {
  display: none;
}
#s-cc47436c-c5a4-48a0-9690-42956f60c7ce, #wrap-s-cc47436c-c5a4-48a0-9690-42956f60c7ce { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cc47436c-c5a4-48a0-9690-42956f60c7ce {
  
}
}@media (max-width: 767px){#s-cc47436c-c5a4-48a0-9690-42956f60c7ce {
  display: none;
}
#s-cc47436c-c5a4-48a0-9690-42956f60c7ce, #wrap-s-cc47436c-c5a4-48a0-9690-42956f60c7ce { display:none !important; }}
@media (min-width: 1200px){#s-f9826268-be28-4b8c-b9b2-d2ee4e89a32b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f9826268-be28-4b8c-b9b2-d2ee4e89a32b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f9826268-be28-4b8c-b9b2-d2ee4e89a32b {
  display: none;
}
#s-f9826268-be28-4b8c-b9b2-d2ee4e89a32b, #wrap-s-f9826268-be28-4b8c-b9b2-d2ee4e89a32b { display:none !important; }}@media (max-width: 767px){#s-f9826268-be28-4b8c-b9b2-d2ee4e89a32b {
  display: none;
}
#s-f9826268-be28-4b8c-b9b2-d2ee4e89a32b, #wrap-s-f9826268-be28-4b8c-b9b2-d2ee4e89a32b { display:none !important; }}
@media (min-width: 1200px){#s-a7aa51aa-66f7-43bc-abbc-11e698a35ec9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a7aa51aa-66f7-43bc-abbc-11e698a35ec9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a7aa51aa-66f7-43bc-abbc-11e698a35ec9 {
  display: none;
}
#s-a7aa51aa-66f7-43bc-abbc-11e698a35ec9, #wrap-s-a7aa51aa-66f7-43bc-abbc-11e698a35ec9 { display:none !important; }}@media (max-width: 767px){#s-a7aa51aa-66f7-43bc-abbc-11e698a35ec9 {
  display: none;
}
#s-a7aa51aa-66f7-43bc-abbc-11e698a35ec9, #wrap-s-a7aa51aa-66f7-43bc-abbc-11e698a35ec9 { display:none !important; }}
@media (min-width: 1200px){#s-79d8e7f2-2e01-4ee5-898b-0d55b95b72bb {
  display: none;
}
#s-79d8e7f2-2e01-4ee5-898b-0d55b95b72bb, #wrap-s-79d8e7f2-2e01-4ee5-898b-0d55b95b72bb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-79d8e7f2-2e01-4ee5-898b-0d55b95b72bb {
  display: none;
}
#s-79d8e7f2-2e01-4ee5-898b-0d55b95b72bb, #wrap-s-79d8e7f2-2e01-4ee5-898b-0d55b95b72bb { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-79d8e7f2-2e01-4ee5-898b-0d55b95b72bb {
  display: none;
}
#s-79d8e7f2-2e01-4ee5-898b-0d55b95b72bb, #wrap-s-79d8e7f2-2e01-4ee5-898b-0d55b95b72bb { display:none !important; }}@media (max-width: 767px){#s-79d8e7f2-2e01-4ee5-898b-0d55b95b72bb {
  
}
}
#s-0df53369-599c-4d0e-a30d-3032f97cca7e {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(192, 192, 192, 1);
border-style: solid;
max-width: 1600px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-0df53369-599c-4d0e-a30d-3032f97cca7e {
  margin-left: 5%;
margin-right: 5%;
}
}







#s-0df53369-599c-4d0e-a30d-3032f97cca7e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0df53369-599c-4d0e-a30d-3032f97cca7e {
  cursor: pointer;
}#s-0df53369-599c-4d0e-a30d-3032f97cca7e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c482072f-db0c-445b-a98a-0383d3b2348d {
  margin-top: 1%;
margin-left: 2%;
margin-bottom: 1%;
margin-right: 2%;
}
@media (min-width: 768px) and (max-width: 991px){#s-c482072f-db0c-445b-a98a-0383d3b2348d {
  display: none;
}
#s-c482072f-db0c-445b-a98a-0383d3b2348d, #wrap-s-c482072f-db0c-445b-a98a-0383d3b2348d { display:none !important; }}@media (max-width: 767px){#s-c482072f-db0c-445b-a98a-0383d3b2348d {
  display: none;
}
#s-c482072f-db0c-445b-a98a-0383d3b2348d, #wrap-s-c482072f-db0c-445b-a98a-0383d3b2348d { display:none !important; }}
@media (min-width: 0px) {
[id="s-c482072f-db0c-445b-a98a-0383d3b2348d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c482072f-db0c-445b-a98a-0383d3b2348d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-c482072f-db0c-445b-a98a-0383d3b2348d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-c482072f-db0c-445b-a98a-0383d3b2348d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-c482072f-db0c-445b-a98a-0383d3b2348d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-c482072f-db0c-445b-a98a-0383d3b2348d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-c482072f-db0c-445b-a98a-0383d3b2348d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

}

#s-0df84879-55a2-4aeb-9273-d8681e5f3c0e {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
}








#s-0df84879-55a2-4aeb-9273-d8681e5f3c0e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0df84879-55a2-4aeb-9273-d8681e5f3c0e {
  cursor: pointer;
}#s-0df84879-55a2-4aeb-9273-d8681e5f3c0e.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-76b70de7-b331-48e7-85a3-eb194265c758 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 225px;
background-position: center center;
}








#s-76b70de7-b331-48e7-85a3-eb194265c758 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-76b70de7-b331-48e7-85a3-eb194265c758 {
  cursor: pointer;
}#s-76b70de7-b331-48e7-85a3-eb194265c758.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-26c00b05-86e1-413e-a6f2-5932622a9f5b {
  margin-top: 10px;
min-height: 200px;
}








#s-26c00b05-86e1-413e-a6f2-5932622a9f5b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-26c00b05-86e1-413e-a6f2-5932622a9f5b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a0e7cb5a-2f65-44fa-ad55-4650018133f5 {
  margin-top: -10px;
}

#s-ffae2c1f-6398-45f6-9d23-52df45be5416 {
  padding-top: 15px;
padding-bottom: 15px;
min-height: 50px;
}








#s-ffae2c1f-6398-45f6-9d23-52df45be5416 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ffae2c1f-6398-45f6-9d23-52df45be5416.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-45d3fbad-e3ee-40c4-b40e-aedcfed3f8e8 {
  border-style: solid;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(255, 255, 255, 0);
border-radius: 4px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
background-position: center undefined;
}
#s-45d3fbad-e3ee-40c4-b40e-aedcfed3f8e8:hover {border-style: solid !important;
border-top-width: 4px !important;
border-left-width: 4px !important;
border-bottom-width: 4px !important;
border-right-width: 4px !important;
border-color: rgba(194, 194, 194, 1) !important;
border-radius: 4px !important;
background-color: rgba(194, 194, 194, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-45d3fbad-e3ee-40c4-b40e-aedcfed3f8e8:active {border-style: solid !important;
border-top-width: 4px !important;
border-left-width: 4px !important;
border-bottom-width: 4px !important;
border-right-width: 4px !important;
border-color: #2C2A34 !important;
border-radius: 4px !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}@media (max-width: 767px){#s-45d3fbad-e3ee-40c4-b40e-aedcfed3f8e8 {
  display: none;
}
#s-45d3fbad-e3ee-40c4-b40e-aedcfed3f8e8, #wrap-s-45d3fbad-e3ee-40c4-b40e-aedcfed3f8e8 { display:none !important; }}

  #s-45d3fbad-e3ee-40c4-b40e-aedcfed3f8e8-root {
    text-align: center;
  }


#s-45d3fbad-e3ee-40c4-b40e-aedcfed3f8e8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-45d3fbad-e3ee-40c4-b40e-aedcfed3f8e8-root {
    text-align: center;
  }


#s-45d3fbad-e3ee-40c4-b40e-aedcfed3f8e8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-45d3fbad-e3ee-40c4-b40e-aedcfed3f8e8-root {
    text-align: center;
  }


#s-45d3fbad-e3ee-40c4-b40e-aedcfed3f8e8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-45d3fbad-e3ee-40c4-b40e-aedcfed3f8e8-root {
    text-align: center;
  }


#s-45d3fbad-e3ee-40c4-b40e-aedcfed3f8e8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-45d3fbad-e3ee-40c4-b40e-aedcfed3f8e8-root {
    text-align: center;
  }


#s-45d3fbad-e3ee-40c4-b40e-aedcfed3f8e8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-b2a63cf3-3dd8-46c0-bd9b-3e16ca3da6c8 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 14%;
margin-right: 14%;
min-height: 300px;
background-position: center center;
}
@media (min-width: 1200px){#s-b2a63cf3-3dd8-46c0-bd9b-3e16ca3da6c8 {
  display: none;
}
#s-b2a63cf3-3dd8-46c0-bd9b-3e16ca3da6c8, #wrap-s-b2a63cf3-3dd8-46c0-bd9b-3e16ca3da6c8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b2a63cf3-3dd8-46c0-bd9b-3e16ca3da6c8 {
  display: none;
}
#s-b2a63cf3-3dd8-46c0-bd9b-3e16ca3da6c8, #wrap-s-b2a63cf3-3dd8-46c0-bd9b-3e16ca3da6c8 { display:none !important; }}@media (max-width: 767px){#s-b2a63cf3-3dd8-46c0-bd9b-3e16ca3da6c8 {
  min-height: 200px;
}
}







#s-b2a63cf3-3dd8-46c0-bd9b-3e16ca3da6c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b2a63cf3-3dd8-46c0-bd9b-3e16ca3da6c8 {
  cursor: pointer;
}#s-b2a63cf3-3dd8-46c0-bd9b-3e16ca3da6c8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6218802c-2d54-4297-b0b5-d951081d2fe1 {
  margin-top: 10px;
min-height: 200px;
}
@media (min-width: 1200px){#s-6218802c-2d54-4297-b0b5-d951081d2fe1 {
  display: none;
}
#s-6218802c-2d54-4297-b0b5-d951081d2fe1, #wrap-s-6218802c-2d54-4297-b0b5-d951081d2fe1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6218802c-2d54-4297-b0b5-d951081d2fe1 {
  display: none;
}
#s-6218802c-2d54-4297-b0b5-d951081d2fe1, #wrap-s-6218802c-2d54-4297-b0b5-d951081d2fe1 { display:none !important; }}







#s-6218802c-2d54-4297-b0b5-d951081d2fe1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6218802c-2d54-4297-b0b5-d951081d2fe1.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ed5fba0f-fdc9-4b0b-8200-d8d41f125a63 {
  margin-top: -10px;
}

#s-48f4914a-5cdf-4423-8ca6-52b8f03c9488 {
  padding-top: 15px;
padding-bottom: 15px;
min-height: 50px;
}








#s-48f4914a-5cdf-4423-8ca6-52b8f03c9488 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-48f4914a-5cdf-4423-8ca6-52b8f03c9488.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cc4100ea-789b-43d7-a26b-c5bb452b01c4 {
  border-style: solid;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(255, 255, 255, 0);
border-radius: 4px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
background-position: center undefined;
}
#s-cc4100ea-789b-43d7-a26b-c5bb452b01c4:hover {border-style: solid !important;
border-top-width: 4px !important;
border-left-width: 4px !important;
border-bottom-width: 4px !important;
border-right-width: 4px !important;
border-color: rgba(194, 194, 194, 1) !important;
border-radius: 4px !important;
background-color: rgba(194, 194, 194, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-cc4100ea-789b-43d7-a26b-c5bb452b01c4:active {border-style: solid !important;
border-top-width: 4px !important;
border-left-width: 4px !important;
border-bottom-width: 4px !important;
border-right-width: 4px !important;
border-color: #2C2A34 !important;
border-radius: 4px !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}@media (max-width: 767px){#s-cc4100ea-789b-43d7-a26b-c5bb452b01c4 {
  
}
}

  #s-cc4100ea-789b-43d7-a26b-c5bb452b01c4-root {
    text-align: center;
  }


#s-cc4100ea-789b-43d7-a26b-c5bb452b01c4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cc4100ea-789b-43d7-a26b-c5bb452b01c4-root {
    text-align: center;
  }


#s-cc4100ea-789b-43d7-a26b-c5bb452b01c4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cc4100ea-789b-43d7-a26b-c5bb452b01c4-root {
    text-align: center;
  }


#s-cc4100ea-789b-43d7-a26b-c5bb452b01c4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cc4100ea-789b-43d7-a26b-c5bb452b01c4-root {
    text-align: center;
  }


#s-cc4100ea-789b-43d7-a26b-c5bb452b01c4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cc4100ea-789b-43d7-a26b-c5bb452b01c4-root {
    text-align: center;
  }


#s-cc4100ea-789b-43d7-a26b-c5bb452b01c4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-61d38f34-eeec-4041-8d34-0055cbf28cd8 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
min-height: 20px;
max-width: 1600px;
}
@media (max-width: 767px){#s-61d38f34-eeec-4041-8d34-0055cbf28cd8 {
  padding-top: 20px;
padding-bottom: 0px;
}
}







#s-61d38f34-eeec-4041-8d34-0055cbf28cd8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-61d38f34-eeec-4041-8d34-0055cbf28cd8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a911beec-c9af-40ef-86f4-ff2bb44be3a4 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 0px;
max-width: 1500px;
}

#s-866de620-e7b8-4a36-9524-5ddd14f74bf0 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-866de620-e7b8-4a36-9524-5ddd14f74bf0 {
  display: none;
}
#s-866de620-e7b8-4a36-9524-5ddd14f74bf0, #wrap-s-866de620-e7b8-4a36-9524-5ddd14f74bf0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-866de620-e7b8-4a36-9524-5ddd14f74bf0 {
  display: none;
}
#s-866de620-e7b8-4a36-9524-5ddd14f74bf0, #wrap-s-866de620-e7b8-4a36-9524-5ddd14f74bf0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-866de620-e7b8-4a36-9524-5ddd14f74bf0 {
  display: none;
}
#s-866de620-e7b8-4a36-9524-5ddd14f74bf0, #wrap-s-866de620-e7b8-4a36-9524-5ddd14f74bf0 { display:none !important; }}
#s-866de620-e7b8-4a36-9524-5ddd14f74bf0 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-866de620-e7b8-4a36-9524-5ddd14f74bf0 .shg-sld-nav-button.shg-sld-left,
#s-866de620-e7b8-4a36-9524-5ddd14f74bf0 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 1200px){#s-546f6973-0d1c-4d96-98cb-ebebf64e21e4 {
  display: none;
}
#s-546f6973-0d1c-4d96-98cb-ebebf64e21e4, #wrap-s-546f6973-0d1c-4d96-98cb-ebebf64e21e4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-546f6973-0d1c-4d96-98cb-ebebf64e21e4 {
  display: none;
}
#s-546f6973-0d1c-4d96-98cb-ebebf64e21e4, #wrap-s-546f6973-0d1c-4d96-98cb-ebebf64e21e4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-546f6973-0d1c-4d96-98cb-ebebf64e21e4 {
  display: none;
}
#s-546f6973-0d1c-4d96-98cb-ebebf64e21e4, #wrap-s-546f6973-0d1c-4d96-98cb-ebebf64e21e4 { display:none !important; }}
@media (min-width: 0px) {
[id="s-546f6973-0d1c-4d96-98cb-ebebf64e21e4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-546f6973-0d1c-4d96-98cb-ebebf64e21e4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-546f6973-0d1c-4d96-98cb-ebebf64e21e4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-546f6973-0d1c-4d96-98cb-ebebf64e21e4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-a9fe0f2a-2972-43c2-aa2c-d27d573c230a {
  text-align: center;
}







  img.s-a9fe0f2a-2972-43c2-aa2c-d27d573c230a.shogun-image {
    
    
  }


.s-a9fe0f2a-2972-43c2-aa2c-d27d573c230a .shogun-image-content {
  
    align-items: center;
  
}

.s-a9fe0f2a-2972-43c2-aa2c-d27d573c230a.shg-align-container {
  text-align: center
}

.s-a9fe0f2a-2972-43c2-aa2c-d27d573c230a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9fe0f2a-2972-43c2-aa2c-d27d573c230a.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-a9fe0f2a-2972-43c2-aa2c-d27d573c230a.shogun-image {
    
    
  }


.s-a9fe0f2a-2972-43c2-aa2c-d27d573c230a .shogun-image-content {
  
    align-items: center;
  
}

.s-a9fe0f2a-2972-43c2-aa2c-d27d573c230a.shg-align-container {
  text-align: center
}

.s-a9fe0f2a-2972-43c2-aa2c-d27d573c230a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9fe0f2a-2972-43c2-aa2c-d27d573c230a.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-a9fe0f2a-2972-43c2-aa2c-d27d573c230a.shogun-image {
    
    
  }


.s-a9fe0f2a-2972-43c2-aa2c-d27d573c230a .shogun-image-content {
  
    align-items: center;
  
}

.s-a9fe0f2a-2972-43c2-aa2c-d27d573c230a.shg-align-container {
  text-align: center
}

.s-a9fe0f2a-2972-43c2-aa2c-d27d573c230a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9fe0f2a-2972-43c2-aa2c-d27d573c230a.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-a9fe0f2a-2972-43c2-aa2c-d27d573c230a.shogun-image {
    
    
  }


.s-a9fe0f2a-2972-43c2-aa2c-d27d573c230a .shogun-image-content {
  
    align-items: center;
  
}

.s-a9fe0f2a-2972-43c2-aa2c-d27d573c230a.shg-align-container {
  text-align: center
}

.s-a9fe0f2a-2972-43c2-aa2c-d27d573c230a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9fe0f2a-2972-43c2-aa2c-d27d573c230a.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-a9fe0f2a-2972-43c2-aa2c-d27d573c230a.shogun-image {
    
    
  }


.s-a9fe0f2a-2972-43c2-aa2c-d27d573c230a .shogun-image-content {
  
    align-items: center;
  
}

.s-a9fe0f2a-2972-43c2-aa2c-d27d573c230a.shg-align-container {
  text-align: center
}

.s-a9fe0f2a-2972-43c2-aa2c-d27d573c230a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9fe0f2a-2972-43c2-aa2c-d27d573c230a.shogun-image {
  box-sizing: border-box;
}


}
#s-a6346c45-302f-498d-99c1-c30a12ec6624 {
  text-align: center;
}







  img.s-a6346c45-302f-498d-99c1-c30a12ec6624.shogun-image {
    
    
  }


.s-a6346c45-302f-498d-99c1-c30a12ec6624 .shogun-image-content {
  
    align-items: center;
  
}

.s-a6346c45-302f-498d-99c1-c30a12ec6624.shg-align-container {
  text-align: center
}

.s-a6346c45-302f-498d-99c1-c30a12ec6624.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6346c45-302f-498d-99c1-c30a12ec6624.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-a6346c45-302f-498d-99c1-c30a12ec6624.shogun-image {
    
    
  }


.s-a6346c45-302f-498d-99c1-c30a12ec6624 .shogun-image-content {
  
    align-items: center;
  
}

.s-a6346c45-302f-498d-99c1-c30a12ec6624.shg-align-container {
  text-align: center
}

.s-a6346c45-302f-498d-99c1-c30a12ec6624.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6346c45-302f-498d-99c1-c30a12ec6624.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-a6346c45-302f-498d-99c1-c30a12ec6624.shogun-image {
    
    
  }


.s-a6346c45-302f-498d-99c1-c30a12ec6624 .shogun-image-content {
  
    align-items: center;
  
}

.s-a6346c45-302f-498d-99c1-c30a12ec6624.shg-align-container {
  text-align: center
}

.s-a6346c45-302f-498d-99c1-c30a12ec6624.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6346c45-302f-498d-99c1-c30a12ec6624.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-a6346c45-302f-498d-99c1-c30a12ec6624.shogun-image {
    
    
  }


.s-a6346c45-302f-498d-99c1-c30a12ec6624 .shogun-image-content {
  
    align-items: center;
  
}

.s-a6346c45-302f-498d-99c1-c30a12ec6624.shg-align-container {
  text-align: center
}

.s-a6346c45-302f-498d-99c1-c30a12ec6624.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6346c45-302f-498d-99c1-c30a12ec6624.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-a6346c45-302f-498d-99c1-c30a12ec6624.shogun-image {
    
    
  }


.s-a6346c45-302f-498d-99c1-c30a12ec6624 .shogun-image-content {
  
    align-items: center;
  
}

.s-a6346c45-302f-498d-99c1-c30a12ec6624.shg-align-container {
  text-align: center
}

.s-a6346c45-302f-498d-99c1-c30a12ec6624.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6346c45-302f-498d-99c1-c30a12ec6624.shogun-image {
  box-sizing: border-box;
}


}
@media (min-width: 0px) {
[id="s-f04a2e7a-e6ee-472a-a390-61092110df29"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-f04a2e7a-e6ee-472a-a390-61092110df29"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-f04a2e7a-e6ee-472a-a390-61092110df29"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-f04a2e7a-e6ee-472a-a390-61092110df29"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-fd39c39d-4571-486c-bad8-a1a0fa054ebb {
  text-align: center;
}







  img.s-fd39c39d-4571-486c-bad8-a1a0fa054ebb.shogun-image {
    
    
  }


.s-fd39c39d-4571-486c-bad8-a1a0fa054ebb .shogun-image-content {
  
    align-items: center;
  
}

.s-fd39c39d-4571-486c-bad8-a1a0fa054ebb.shg-align-container {
  text-align: center
}

.s-fd39c39d-4571-486c-bad8-a1a0fa054ebb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd39c39d-4571-486c-bad8-a1a0fa054ebb.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-fd39c39d-4571-486c-bad8-a1a0fa054ebb.shogun-image {
    
    
  }


.s-fd39c39d-4571-486c-bad8-a1a0fa054ebb .shogun-image-content {
  
    align-items: center;
  
}

.s-fd39c39d-4571-486c-bad8-a1a0fa054ebb.shg-align-container {
  text-align: center
}

.s-fd39c39d-4571-486c-bad8-a1a0fa054ebb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd39c39d-4571-486c-bad8-a1a0fa054ebb.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-fd39c39d-4571-486c-bad8-a1a0fa054ebb.shogun-image {
    
    
  }


.s-fd39c39d-4571-486c-bad8-a1a0fa054ebb .shogun-image-content {
  
    align-items: center;
  
}

.s-fd39c39d-4571-486c-bad8-a1a0fa054ebb.shg-align-container {
  text-align: center
}

.s-fd39c39d-4571-486c-bad8-a1a0fa054ebb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd39c39d-4571-486c-bad8-a1a0fa054ebb.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-fd39c39d-4571-486c-bad8-a1a0fa054ebb.shogun-image {
    
    
  }


.s-fd39c39d-4571-486c-bad8-a1a0fa054ebb .shogun-image-content {
  
    align-items: center;
  
}

.s-fd39c39d-4571-486c-bad8-a1a0fa054ebb.shg-align-container {
  text-align: center
}

.s-fd39c39d-4571-486c-bad8-a1a0fa054ebb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd39c39d-4571-486c-bad8-a1a0fa054ebb.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-fd39c39d-4571-486c-bad8-a1a0fa054ebb.shogun-image {
    
    
  }


.s-fd39c39d-4571-486c-bad8-a1a0fa054ebb .shogun-image-content {
  
    align-items: center;
  
}

.s-fd39c39d-4571-486c-bad8-a1a0fa054ebb.shg-align-container {
  text-align: center
}

.s-fd39c39d-4571-486c-bad8-a1a0fa054ebb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd39c39d-4571-486c-bad8-a1a0fa054ebb.shogun-image {
  box-sizing: border-box;
}


}
#s-8153b68b-a18d-42e3-a1b6-4da17f786a19 {
  text-align: center;
}







  img.s-8153b68b-a18d-42e3-a1b6-4da17f786a19.shogun-image {
    
    
  }


.s-8153b68b-a18d-42e3-a1b6-4da17f786a19 .shogun-image-content {
  
    align-items: center;
  
}

.s-8153b68b-a18d-42e3-a1b6-4da17f786a19.shg-align-container {
  text-align: center
}

.s-8153b68b-a18d-42e3-a1b6-4da17f786a19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8153b68b-a18d-42e3-a1b6-4da17f786a19.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-8153b68b-a18d-42e3-a1b6-4da17f786a19.shogun-image {
    
    
  }


.s-8153b68b-a18d-42e3-a1b6-4da17f786a19 .shogun-image-content {
  
    align-items: center;
  
}

.s-8153b68b-a18d-42e3-a1b6-4da17f786a19.shg-align-container {
  text-align: center
}

.s-8153b68b-a18d-42e3-a1b6-4da17f786a19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8153b68b-a18d-42e3-a1b6-4da17f786a19.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-8153b68b-a18d-42e3-a1b6-4da17f786a19.shogun-image {
    
    
  }


.s-8153b68b-a18d-42e3-a1b6-4da17f786a19 .shogun-image-content {
  
    align-items: center;
  
}

.s-8153b68b-a18d-42e3-a1b6-4da17f786a19.shg-align-container {
  text-align: center
}

.s-8153b68b-a18d-42e3-a1b6-4da17f786a19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8153b68b-a18d-42e3-a1b6-4da17f786a19.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-8153b68b-a18d-42e3-a1b6-4da17f786a19.shogun-image {
    
    
  }


.s-8153b68b-a18d-42e3-a1b6-4da17f786a19 .shogun-image-content {
  
    align-items: center;
  
}

.s-8153b68b-a18d-42e3-a1b6-4da17f786a19.shg-align-container {
  text-align: center
}

.s-8153b68b-a18d-42e3-a1b6-4da17f786a19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8153b68b-a18d-42e3-a1b6-4da17f786a19.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-8153b68b-a18d-42e3-a1b6-4da17f786a19.shogun-image {
    
    
  }


.s-8153b68b-a18d-42e3-a1b6-4da17f786a19 .shogun-image-content {
  
    align-items: center;
  
}

.s-8153b68b-a18d-42e3-a1b6-4da17f786a19.shg-align-container {
  text-align: center
}

.s-8153b68b-a18d-42e3-a1b6-4da17f786a19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8153b68b-a18d-42e3-a1b6-4da17f786a19.shogun-image {
  box-sizing: border-box;
}


}
@media (max-width: 767px){#s-e3eea2e6-529d-404a-9d5d-dfeeb437ba24 {
  display: none;
}
#s-e3eea2e6-529d-404a-9d5d-dfeeb437ba24, #wrap-s-e3eea2e6-529d-404a-9d5d-dfeeb437ba24 { display:none !important; }}
@media (min-width: 0px) {
[id="s-e3eea2e6-529d-404a-9d5d-dfeeb437ba24"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-e3eea2e6-529d-404a-9d5d-dfeeb437ba24"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 12.0px);
}

}

@media (min-width: 992px) {
[id="s-e3eea2e6-529d-404a-9d5d-dfeeb437ba24"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 12.0px);
}

}

@media (min-width: 1200px) {
[id="s-e3eea2e6-529d-404a-9d5d-dfeeb437ba24"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 12.0px);
}

}

#s-b4a5b5c1-b197-49b0-9664-31996173013a {
  text-align: center;
}







  img.s-b4a5b5c1-b197-49b0-9664-31996173013a.shogun-image {
    
    
  }


.s-b4a5b5c1-b197-49b0-9664-31996173013a .shogun-image-content {
  
    align-items: center;
  
}

.s-b4a5b5c1-b197-49b0-9664-31996173013a.shg-align-container {
  text-align: center
}

.s-b4a5b5c1-b197-49b0-9664-31996173013a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4a5b5c1-b197-49b0-9664-31996173013a.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-b4a5b5c1-b197-49b0-9664-31996173013a.shogun-image {
    
    
  }


.s-b4a5b5c1-b197-49b0-9664-31996173013a .shogun-image-content {
  
    align-items: center;
  
}

.s-b4a5b5c1-b197-49b0-9664-31996173013a.shg-align-container {
  text-align: center
}

.s-b4a5b5c1-b197-49b0-9664-31996173013a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4a5b5c1-b197-49b0-9664-31996173013a.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-b4a5b5c1-b197-49b0-9664-31996173013a.shogun-image {
    
    
  }


.s-b4a5b5c1-b197-49b0-9664-31996173013a .shogun-image-content {
  
    align-items: center;
  
}

.s-b4a5b5c1-b197-49b0-9664-31996173013a.shg-align-container {
  text-align: center
}

.s-b4a5b5c1-b197-49b0-9664-31996173013a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4a5b5c1-b197-49b0-9664-31996173013a.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-b4a5b5c1-b197-49b0-9664-31996173013a.shogun-image {
    
    
  }


.s-b4a5b5c1-b197-49b0-9664-31996173013a .shogun-image-content {
  
    align-items: center;
  
}

.s-b4a5b5c1-b197-49b0-9664-31996173013a.shg-align-container {
  text-align: center
}

.s-b4a5b5c1-b197-49b0-9664-31996173013a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4a5b5c1-b197-49b0-9664-31996173013a.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-b4a5b5c1-b197-49b0-9664-31996173013a.shogun-image {
    
    
  }


.s-b4a5b5c1-b197-49b0-9664-31996173013a .shogun-image-content {
  
    align-items: center;
  
}

.s-b4a5b5c1-b197-49b0-9664-31996173013a.shg-align-container {
  text-align: center
}

.s-b4a5b5c1-b197-49b0-9664-31996173013a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4a5b5c1-b197-49b0-9664-31996173013a.shogun-image {
  box-sizing: border-box;
}


}
#s-6594b8c2-fb96-41d3-b5f8-3324a88c9a42 {
  text-align: center;
}







  img.s-6594b8c2-fb96-41d3-b5f8-3324a88c9a42.shogun-image {
    
    
  }


.s-6594b8c2-fb96-41d3-b5f8-3324a88c9a42 .shogun-image-content {
  
    align-items: center;
  
}

.s-6594b8c2-fb96-41d3-b5f8-3324a88c9a42.shg-align-container {
  text-align: center
}

.s-6594b8c2-fb96-41d3-b5f8-3324a88c9a42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6594b8c2-fb96-41d3-b5f8-3324a88c9a42.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-6594b8c2-fb96-41d3-b5f8-3324a88c9a42.shogun-image {
    
    
  }


.s-6594b8c2-fb96-41d3-b5f8-3324a88c9a42 .shogun-image-content {
  
    align-items: center;
  
}

.s-6594b8c2-fb96-41d3-b5f8-3324a88c9a42.shg-align-container {
  text-align: center
}

.s-6594b8c2-fb96-41d3-b5f8-3324a88c9a42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6594b8c2-fb96-41d3-b5f8-3324a88c9a42.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-6594b8c2-fb96-41d3-b5f8-3324a88c9a42.shogun-image {
    
    
  }


.s-6594b8c2-fb96-41d3-b5f8-3324a88c9a42 .shogun-image-content {
  
    align-items: center;
  
}

.s-6594b8c2-fb96-41d3-b5f8-3324a88c9a42.shg-align-container {
  text-align: center
}

.s-6594b8c2-fb96-41d3-b5f8-3324a88c9a42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6594b8c2-fb96-41d3-b5f8-3324a88c9a42.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-6594b8c2-fb96-41d3-b5f8-3324a88c9a42.shogun-image {
    
    
  }


.s-6594b8c2-fb96-41d3-b5f8-3324a88c9a42 .shogun-image-content {
  
    align-items: center;
  
}

.s-6594b8c2-fb96-41d3-b5f8-3324a88c9a42.shg-align-container {
  text-align: center
}

.s-6594b8c2-fb96-41d3-b5f8-3324a88c9a42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6594b8c2-fb96-41d3-b5f8-3324a88c9a42.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-6594b8c2-fb96-41d3-b5f8-3324a88c9a42.shogun-image {
    
    
  }


.s-6594b8c2-fb96-41d3-b5f8-3324a88c9a42 .shogun-image-content {
  
    align-items: center;
  
}

.s-6594b8c2-fb96-41d3-b5f8-3324a88c9a42.shg-align-container {
  text-align: center
}

.s-6594b8c2-fb96-41d3-b5f8-3324a88c9a42.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6594b8c2-fb96-41d3-b5f8-3324a88c9a42.shogun-image {
  box-sizing: border-box;
}


}
#s-32a61c3e-0dac-4abc-bdf3-91249595234d {
  text-align: center;
}







  img.s-32a61c3e-0dac-4abc-bdf3-91249595234d.shogun-image {
    
    
  }


.s-32a61c3e-0dac-4abc-bdf3-91249595234d .shogun-image-content {
  
    align-items: center;
  
}

.s-32a61c3e-0dac-4abc-bdf3-91249595234d.shg-align-container {
  text-align: center
}

.s-32a61c3e-0dac-4abc-bdf3-91249595234d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32a61c3e-0dac-4abc-bdf3-91249595234d.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-32a61c3e-0dac-4abc-bdf3-91249595234d.shogun-image {
    
    
  }


.s-32a61c3e-0dac-4abc-bdf3-91249595234d .shogun-image-content {
  
    align-items: center;
  
}

.s-32a61c3e-0dac-4abc-bdf3-91249595234d.shg-align-container {
  text-align: center
}

.s-32a61c3e-0dac-4abc-bdf3-91249595234d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32a61c3e-0dac-4abc-bdf3-91249595234d.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-32a61c3e-0dac-4abc-bdf3-91249595234d.shogun-image {
    
    
  }


.s-32a61c3e-0dac-4abc-bdf3-91249595234d .shogun-image-content {
  
    align-items: center;
  
}

.s-32a61c3e-0dac-4abc-bdf3-91249595234d.shg-align-container {
  text-align: center
}

.s-32a61c3e-0dac-4abc-bdf3-91249595234d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32a61c3e-0dac-4abc-bdf3-91249595234d.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-32a61c3e-0dac-4abc-bdf3-91249595234d.shogun-image {
    
    
  }


.s-32a61c3e-0dac-4abc-bdf3-91249595234d .shogun-image-content {
  
    align-items: center;
  
}

.s-32a61c3e-0dac-4abc-bdf3-91249595234d.shg-align-container {
  text-align: center
}

.s-32a61c3e-0dac-4abc-bdf3-91249595234d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32a61c3e-0dac-4abc-bdf3-91249595234d.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-32a61c3e-0dac-4abc-bdf3-91249595234d.shogun-image {
    
    
  }


.s-32a61c3e-0dac-4abc-bdf3-91249595234d .shogun-image-content {
  
    align-items: center;
  
}

.s-32a61c3e-0dac-4abc-bdf3-91249595234d.shg-align-container {
  text-align: center
}

.s-32a61c3e-0dac-4abc-bdf3-91249595234d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32a61c3e-0dac-4abc-bdf3-91249595234d.shogun-image {
  box-sizing: border-box;
}


}
#s-744e2f8a-72d6-4665-8da9-c1fb2c0c0222 {
  text-align: center;
}







  img.s-744e2f8a-72d6-4665-8da9-c1fb2c0c0222.shogun-image {
    
    
  }


.s-744e2f8a-72d6-4665-8da9-c1fb2c0c0222 .shogun-image-content {
  
    align-items: center;
  
}

.s-744e2f8a-72d6-4665-8da9-c1fb2c0c0222.shg-align-container {
  text-align: center
}

.s-744e2f8a-72d6-4665-8da9-c1fb2c0c0222.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-744e2f8a-72d6-4665-8da9-c1fb2c0c0222.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-744e2f8a-72d6-4665-8da9-c1fb2c0c0222.shogun-image {
    
    
  }


.s-744e2f8a-72d6-4665-8da9-c1fb2c0c0222 .shogun-image-content {
  
    align-items: center;
  
}

.s-744e2f8a-72d6-4665-8da9-c1fb2c0c0222.shg-align-container {
  text-align: center
}

.s-744e2f8a-72d6-4665-8da9-c1fb2c0c0222.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-744e2f8a-72d6-4665-8da9-c1fb2c0c0222.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-744e2f8a-72d6-4665-8da9-c1fb2c0c0222.shogun-image {
    
    
  }


.s-744e2f8a-72d6-4665-8da9-c1fb2c0c0222 .shogun-image-content {
  
    align-items: center;
  
}

.s-744e2f8a-72d6-4665-8da9-c1fb2c0c0222.shg-align-container {
  text-align: center
}

.s-744e2f8a-72d6-4665-8da9-c1fb2c0c0222.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-744e2f8a-72d6-4665-8da9-c1fb2c0c0222.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-744e2f8a-72d6-4665-8da9-c1fb2c0c0222.shogun-image {
    
    
  }


.s-744e2f8a-72d6-4665-8da9-c1fb2c0c0222 .shogun-image-content {
  
    align-items: center;
  
}

.s-744e2f8a-72d6-4665-8da9-c1fb2c0c0222.shg-align-container {
  text-align: center
}

.s-744e2f8a-72d6-4665-8da9-c1fb2c0c0222.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-744e2f8a-72d6-4665-8da9-c1fb2c0c0222.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-744e2f8a-72d6-4665-8da9-c1fb2c0c0222.shogun-image {
    
    
  }


.s-744e2f8a-72d6-4665-8da9-c1fb2c0c0222 .shogun-image-content {
  
    align-items: center;
  
}

.s-744e2f8a-72d6-4665-8da9-c1fb2c0c0222.shg-align-container {
  text-align: center
}

.s-744e2f8a-72d6-4665-8da9-c1fb2c0c0222.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-744e2f8a-72d6-4665-8da9-c1fb2c0c0222.shogun-image {
  box-sizing: border-box;
}


}
#s-9a8dba38-0f06-4c53-814b-3e8552d2aae4 {
  text-align: center;
}







  img.s-9a8dba38-0f06-4c53-814b-3e8552d2aae4.shogun-image {
    
    
  }


.s-9a8dba38-0f06-4c53-814b-3e8552d2aae4 .shogun-image-content {
  
    align-items: center;
  
}

.s-9a8dba38-0f06-4c53-814b-3e8552d2aae4.shg-align-container {
  text-align: center
}

.s-9a8dba38-0f06-4c53-814b-3e8552d2aae4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a8dba38-0f06-4c53-814b-3e8552d2aae4.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-9a8dba38-0f06-4c53-814b-3e8552d2aae4.shogun-image {
    
    
  }


.s-9a8dba38-0f06-4c53-814b-3e8552d2aae4 .shogun-image-content {
  
    align-items: center;
  
}

.s-9a8dba38-0f06-4c53-814b-3e8552d2aae4.shg-align-container {
  text-align: center
}

.s-9a8dba38-0f06-4c53-814b-3e8552d2aae4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a8dba38-0f06-4c53-814b-3e8552d2aae4.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-9a8dba38-0f06-4c53-814b-3e8552d2aae4.shogun-image {
    
    
  }


.s-9a8dba38-0f06-4c53-814b-3e8552d2aae4 .shogun-image-content {
  
    align-items: center;
  
}

.s-9a8dba38-0f06-4c53-814b-3e8552d2aae4.shg-align-container {
  text-align: center
}

.s-9a8dba38-0f06-4c53-814b-3e8552d2aae4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a8dba38-0f06-4c53-814b-3e8552d2aae4.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-9a8dba38-0f06-4c53-814b-3e8552d2aae4.shogun-image {
    
    
  }


.s-9a8dba38-0f06-4c53-814b-3e8552d2aae4 .shogun-image-content {
  
    align-items: center;
  
}

.s-9a8dba38-0f06-4c53-814b-3e8552d2aae4.shg-align-container {
  text-align: center
}

.s-9a8dba38-0f06-4c53-814b-3e8552d2aae4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a8dba38-0f06-4c53-814b-3e8552d2aae4.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-9a8dba38-0f06-4c53-814b-3e8552d2aae4.shogun-image {
    
    
  }


.s-9a8dba38-0f06-4c53-814b-3e8552d2aae4 .shogun-image-content {
  
    align-items: center;
  
}

.s-9a8dba38-0f06-4c53-814b-3e8552d2aae4.shg-align-container {
  text-align: center
}

.s-9a8dba38-0f06-4c53-814b-3e8552d2aae4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a8dba38-0f06-4c53-814b-3e8552d2aae4.shogun-image {
  box-sizing: border-box;
}


}
@media (min-width: 0px) {
[id="s-31b1e987-02fc-4a24-bfac-98f66a31e57c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-31b1e987-02fc-4a24-bfac-98f66a31e57c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-31b1e987-02fc-4a24-bfac-98f66a31e57c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-31b1e987-02fc-4a24-bfac-98f66a31e57c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-59124604-1a71-4fda-ac2d-293304619d39 {
  text-align: center;
}







  img.s-59124604-1a71-4fda-ac2d-293304619d39.shogun-image {
    
    
  }


.s-59124604-1a71-4fda-ac2d-293304619d39 .shogun-image-content {
  
    align-items: center;
  
}

.s-59124604-1a71-4fda-ac2d-293304619d39.shg-align-container {
  text-align: center
}

.s-59124604-1a71-4fda-ac2d-293304619d39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59124604-1a71-4fda-ac2d-293304619d39.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-59124604-1a71-4fda-ac2d-293304619d39.shogun-image {
    
    
  }


.s-59124604-1a71-4fda-ac2d-293304619d39 .shogun-image-content {
  
    align-items: center;
  
}

.s-59124604-1a71-4fda-ac2d-293304619d39.shg-align-container {
  text-align: center
}

.s-59124604-1a71-4fda-ac2d-293304619d39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59124604-1a71-4fda-ac2d-293304619d39.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-59124604-1a71-4fda-ac2d-293304619d39.shogun-image {
    
    
  }


.s-59124604-1a71-4fda-ac2d-293304619d39 .shogun-image-content {
  
    align-items: center;
  
}

.s-59124604-1a71-4fda-ac2d-293304619d39.shg-align-container {
  text-align: center
}

.s-59124604-1a71-4fda-ac2d-293304619d39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59124604-1a71-4fda-ac2d-293304619d39.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-59124604-1a71-4fda-ac2d-293304619d39.shogun-image {
    
    
  }


.s-59124604-1a71-4fda-ac2d-293304619d39 .shogun-image-content {
  
    align-items: center;
  
}

.s-59124604-1a71-4fda-ac2d-293304619d39.shg-align-container {
  text-align: center
}

.s-59124604-1a71-4fda-ac2d-293304619d39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59124604-1a71-4fda-ac2d-293304619d39.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-59124604-1a71-4fda-ac2d-293304619d39.shogun-image {
    
    
  }


.s-59124604-1a71-4fda-ac2d-293304619d39 .shogun-image-content {
  
    align-items: center;
  
}

.s-59124604-1a71-4fda-ac2d-293304619d39.shg-align-container {
  text-align: center
}

.s-59124604-1a71-4fda-ac2d-293304619d39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59124604-1a71-4fda-ac2d-293304619d39.shogun-image {
  box-sizing: border-box;
}


}
#s-d977e578-ce6b-4375-babf-3bcddb5c808d {
  text-align: center;
}







  img.s-d977e578-ce6b-4375-babf-3bcddb5c808d.shogun-image {
    
    
  }


.s-d977e578-ce6b-4375-babf-3bcddb5c808d .shogun-image-content {
  
    align-items: center;
  
}

.s-d977e578-ce6b-4375-babf-3bcddb5c808d.shg-align-container {
  text-align: center
}

.s-d977e578-ce6b-4375-babf-3bcddb5c808d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d977e578-ce6b-4375-babf-3bcddb5c808d.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-d977e578-ce6b-4375-babf-3bcddb5c808d.shogun-image {
    
    
  }


.s-d977e578-ce6b-4375-babf-3bcddb5c808d .shogun-image-content {
  
    align-items: center;
  
}

.s-d977e578-ce6b-4375-babf-3bcddb5c808d.shg-align-container {
  text-align: center
}

.s-d977e578-ce6b-4375-babf-3bcddb5c808d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d977e578-ce6b-4375-babf-3bcddb5c808d.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-d977e578-ce6b-4375-babf-3bcddb5c808d.shogun-image {
    
    
  }


.s-d977e578-ce6b-4375-babf-3bcddb5c808d .shogun-image-content {
  
    align-items: center;
  
}

.s-d977e578-ce6b-4375-babf-3bcddb5c808d.shg-align-container {
  text-align: center
}

.s-d977e578-ce6b-4375-babf-3bcddb5c808d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d977e578-ce6b-4375-babf-3bcddb5c808d.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-d977e578-ce6b-4375-babf-3bcddb5c808d.shogun-image {
    
    
  }


.s-d977e578-ce6b-4375-babf-3bcddb5c808d .shogun-image-content {
  
    align-items: center;
  
}

.s-d977e578-ce6b-4375-babf-3bcddb5c808d.shg-align-container {
  text-align: center
}

.s-d977e578-ce6b-4375-babf-3bcddb5c808d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d977e578-ce6b-4375-babf-3bcddb5c808d.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-d977e578-ce6b-4375-babf-3bcddb5c808d.shogun-image {
    
    
  }


.s-d977e578-ce6b-4375-babf-3bcddb5c808d .shogun-image-content {
  
    align-items: center;
  
}

.s-d977e578-ce6b-4375-babf-3bcddb5c808d.shg-align-container {
  text-align: center
}

.s-d977e578-ce6b-4375-babf-3bcddb5c808d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d977e578-ce6b-4375-babf-3bcddb5c808d.shogun-image {
  box-sizing: border-box;
}


}
@media (min-width: 0px) {
[id="s-57de8ae1-3d2b-4b3b-bde2-5166ff5e37d2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-57de8ae1-3d2b-4b3b-bde2-5166ff5e37d2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-57de8ae1-3d2b-4b3b-bde2-5166ff5e37d2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-57de8ae1-3d2b-4b3b-bde2-5166ff5e37d2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 12.5px);
}

}

#s-6ee8177f-af03-49f2-a631-fe1529c3ca45 {
  text-align: center;
}







  img.s-6ee8177f-af03-49f2-a631-fe1529c3ca45.shogun-image {
    
    
  }


.s-6ee8177f-af03-49f2-a631-fe1529c3ca45 .shogun-image-content {
  
    align-items: center;
  
}

.s-6ee8177f-af03-49f2-a631-fe1529c3ca45.shg-align-container {
  text-align: center
}

.s-6ee8177f-af03-49f2-a631-fe1529c3ca45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ee8177f-af03-49f2-a631-fe1529c3ca45.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-6ee8177f-af03-49f2-a631-fe1529c3ca45.shogun-image {
    
    
  }


.s-6ee8177f-af03-49f2-a631-fe1529c3ca45 .shogun-image-content {
  
    align-items: center;
  
}

.s-6ee8177f-af03-49f2-a631-fe1529c3ca45.shg-align-container {
  text-align: center
}

.s-6ee8177f-af03-49f2-a631-fe1529c3ca45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ee8177f-af03-49f2-a631-fe1529c3ca45.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-6ee8177f-af03-49f2-a631-fe1529c3ca45.shogun-image {
    
    
  }


.s-6ee8177f-af03-49f2-a631-fe1529c3ca45 .shogun-image-content {
  
    align-items: center;
  
}

.s-6ee8177f-af03-49f2-a631-fe1529c3ca45.shg-align-container {
  text-align: center
}

.s-6ee8177f-af03-49f2-a631-fe1529c3ca45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ee8177f-af03-49f2-a631-fe1529c3ca45.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-6ee8177f-af03-49f2-a631-fe1529c3ca45.shogun-image {
    
    
  }


.s-6ee8177f-af03-49f2-a631-fe1529c3ca45 .shogun-image-content {
  
    align-items: center;
  
}

.s-6ee8177f-af03-49f2-a631-fe1529c3ca45.shg-align-container {
  text-align: center
}

.s-6ee8177f-af03-49f2-a631-fe1529c3ca45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ee8177f-af03-49f2-a631-fe1529c3ca45.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-6ee8177f-af03-49f2-a631-fe1529c3ca45.shogun-image {
    
    
  }


.s-6ee8177f-af03-49f2-a631-fe1529c3ca45 .shogun-image-content {
  
    align-items: center;
  
}

.s-6ee8177f-af03-49f2-a631-fe1529c3ca45.shg-align-container {
  text-align: center
}

.s-6ee8177f-af03-49f2-a631-fe1529c3ca45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ee8177f-af03-49f2-a631-fe1529c3ca45.shogun-image {
  box-sizing: border-box;
}


}
#s-0ea8bbd9-e3e6-4d6d-a819-2f4c2cbd0799 {
  text-align: center;
}







  img.s-0ea8bbd9-e3e6-4d6d-a819-2f4c2cbd0799.shogun-image {
    
    
  }


.s-0ea8bbd9-e3e6-4d6d-a819-2f4c2cbd0799 .shogun-image-content {
  
    align-items: center;
  
}

.s-0ea8bbd9-e3e6-4d6d-a819-2f4c2cbd0799.shg-align-container {
  text-align: center
}

.s-0ea8bbd9-e3e6-4d6d-a819-2f4c2cbd0799.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ea8bbd9-e3e6-4d6d-a819-2f4c2cbd0799.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-0ea8bbd9-e3e6-4d6d-a819-2f4c2cbd0799.shogun-image {
    
    
  }


.s-0ea8bbd9-e3e6-4d6d-a819-2f4c2cbd0799 .shogun-image-content {
  
    align-items: center;
  
}

.s-0ea8bbd9-e3e6-4d6d-a819-2f4c2cbd0799.shg-align-container {
  text-align: center
}

.s-0ea8bbd9-e3e6-4d6d-a819-2f4c2cbd0799.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ea8bbd9-e3e6-4d6d-a819-2f4c2cbd0799.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-0ea8bbd9-e3e6-4d6d-a819-2f4c2cbd0799.shogun-image {
    
    
  }


.s-0ea8bbd9-e3e6-4d6d-a819-2f4c2cbd0799 .shogun-image-content {
  
    align-items: center;
  
}

.s-0ea8bbd9-e3e6-4d6d-a819-2f4c2cbd0799.shg-align-container {
  text-align: center
}

.s-0ea8bbd9-e3e6-4d6d-a819-2f4c2cbd0799.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ea8bbd9-e3e6-4d6d-a819-2f4c2cbd0799.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-0ea8bbd9-e3e6-4d6d-a819-2f4c2cbd0799.shogun-image {
    
    
  }


.s-0ea8bbd9-e3e6-4d6d-a819-2f4c2cbd0799 .shogun-image-content {
  
    align-items: center;
  
}

.s-0ea8bbd9-e3e6-4d6d-a819-2f4c2cbd0799.shg-align-container {
  text-align: center
}

.s-0ea8bbd9-e3e6-4d6d-a819-2f4c2cbd0799.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ea8bbd9-e3e6-4d6d-a819-2f4c2cbd0799.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-0ea8bbd9-e3e6-4d6d-a819-2f4c2cbd0799.shogun-image {
    
    
  }


.s-0ea8bbd9-e3e6-4d6d-a819-2f4c2cbd0799 .shogun-image-content {
  
    align-items: center;
  
}

.s-0ea8bbd9-e3e6-4d6d-a819-2f4c2cbd0799.shg-align-container {
  text-align: center
}

.s-0ea8bbd9-e3e6-4d6d-a819-2f4c2cbd0799.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ea8bbd9-e3e6-4d6d-a819-2f4c2cbd0799.shogun-image {
  box-sizing: border-box;
}


}
#s-bfdea0c8-3776-49d0-84c9-52b995febe37 {
  text-align: center;
}







  img.s-bfdea0c8-3776-49d0-84c9-52b995febe37.shogun-image {
    
    
  }


.s-bfdea0c8-3776-49d0-84c9-52b995febe37 .shogun-image-content {
  
    align-items: center;
  
}

.s-bfdea0c8-3776-49d0-84c9-52b995febe37.shg-align-container {
  text-align: center
}

.s-bfdea0c8-3776-49d0-84c9-52b995febe37.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bfdea0c8-3776-49d0-84c9-52b995febe37.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-bfdea0c8-3776-49d0-84c9-52b995febe37.shogun-image {
    
    
  }


.s-bfdea0c8-3776-49d0-84c9-52b995febe37 .shogun-image-content {
  
    align-items: center;
  
}

.s-bfdea0c8-3776-49d0-84c9-52b995febe37.shg-align-container {
  text-align: center
}

.s-bfdea0c8-3776-49d0-84c9-52b995febe37.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bfdea0c8-3776-49d0-84c9-52b995febe37.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-bfdea0c8-3776-49d0-84c9-52b995febe37.shogun-image {
    
    
  }


.s-bfdea0c8-3776-49d0-84c9-52b995febe37 .shogun-image-content {
  
    align-items: center;
  
}

.s-bfdea0c8-3776-49d0-84c9-52b995febe37.shg-align-container {
  text-align: center
}

.s-bfdea0c8-3776-49d0-84c9-52b995febe37.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bfdea0c8-3776-49d0-84c9-52b995febe37.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-bfdea0c8-3776-49d0-84c9-52b995febe37.shogun-image {
    
    
  }


.s-bfdea0c8-3776-49d0-84c9-52b995febe37 .shogun-image-content {
  
    align-items: center;
  
}

.s-bfdea0c8-3776-49d0-84c9-52b995febe37.shg-align-container {
  text-align: center
}

.s-bfdea0c8-3776-49d0-84c9-52b995febe37.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bfdea0c8-3776-49d0-84c9-52b995febe37.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-bfdea0c8-3776-49d0-84c9-52b995febe37.shogun-image {
    
    
  }


.s-bfdea0c8-3776-49d0-84c9-52b995febe37 .shogun-image-content {
  
    align-items: center;
  
}

.s-bfdea0c8-3776-49d0-84c9-52b995febe37.shg-align-container {
  text-align: center
}

.s-bfdea0c8-3776-49d0-84c9-52b995febe37.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bfdea0c8-3776-49d0-84c9-52b995febe37.shogun-image {
  box-sizing: border-box;
}


}
#s-88691fce-225d-4c62-8595-2d693fe01a10 {
  text-align: center;
}







  img.s-88691fce-225d-4c62-8595-2d693fe01a10.shogun-image {
    
    
  }


.s-88691fce-225d-4c62-8595-2d693fe01a10 .shogun-image-content {
  
    align-items: center;
  
}

.s-88691fce-225d-4c62-8595-2d693fe01a10.shg-align-container {
  text-align: center
}

.s-88691fce-225d-4c62-8595-2d693fe01a10.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88691fce-225d-4c62-8595-2d693fe01a10.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-88691fce-225d-4c62-8595-2d693fe01a10.shogun-image {
    
    
  }


.s-88691fce-225d-4c62-8595-2d693fe01a10 .shogun-image-content {
  
    align-items: center;
  
}

.s-88691fce-225d-4c62-8595-2d693fe01a10.shg-align-container {
  text-align: center
}

.s-88691fce-225d-4c62-8595-2d693fe01a10.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88691fce-225d-4c62-8595-2d693fe01a10.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-88691fce-225d-4c62-8595-2d693fe01a10.shogun-image {
    
    
  }


.s-88691fce-225d-4c62-8595-2d693fe01a10 .shogun-image-content {
  
    align-items: center;
  
}

.s-88691fce-225d-4c62-8595-2d693fe01a10.shg-align-container {
  text-align: center
}

.s-88691fce-225d-4c62-8595-2d693fe01a10.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88691fce-225d-4c62-8595-2d693fe01a10.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-88691fce-225d-4c62-8595-2d693fe01a10.shogun-image {
    
    
  }


.s-88691fce-225d-4c62-8595-2d693fe01a10 .shogun-image-content {
  
    align-items: center;
  
}

.s-88691fce-225d-4c62-8595-2d693fe01a10.shg-align-container {
  text-align: center
}

.s-88691fce-225d-4c62-8595-2d693fe01a10.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88691fce-225d-4c62-8595-2d693fe01a10.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-88691fce-225d-4c62-8595-2d693fe01a10.shogun-image {
    
    
  }


.s-88691fce-225d-4c62-8595-2d693fe01a10 .shogun-image-content {
  
    align-items: center;
  
}

.s-88691fce-225d-4c62-8595-2d693fe01a10.shg-align-container {
  text-align: center
}

.s-88691fce-225d-4c62-8595-2d693fe01a10.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88691fce-225d-4c62-8595-2d693fe01a10.shogun-image {
  box-sizing: border-box;
}


}
#s-ff005f8d-2d08-40b7-bda1-4ed0d7d5e3be {
  text-align: center;
}







  img.s-ff005f8d-2d08-40b7-bda1-4ed0d7d5e3be.shogun-image {
    
    
  }


.s-ff005f8d-2d08-40b7-bda1-4ed0d7d5e3be .shogun-image-content {
  
    align-items: center;
  
}

.s-ff005f8d-2d08-40b7-bda1-4ed0d7d5e3be.shg-align-container {
  text-align: center
}

.s-ff005f8d-2d08-40b7-bda1-4ed0d7d5e3be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff005f8d-2d08-40b7-bda1-4ed0d7d5e3be.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-ff005f8d-2d08-40b7-bda1-4ed0d7d5e3be.shogun-image {
    
    
  }


.s-ff005f8d-2d08-40b7-bda1-4ed0d7d5e3be .shogun-image-content {
  
    align-items: center;
  
}

.s-ff005f8d-2d08-40b7-bda1-4ed0d7d5e3be.shg-align-container {
  text-align: center
}

.s-ff005f8d-2d08-40b7-bda1-4ed0d7d5e3be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff005f8d-2d08-40b7-bda1-4ed0d7d5e3be.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-ff005f8d-2d08-40b7-bda1-4ed0d7d5e3be.shogun-image {
    
    
  }


.s-ff005f8d-2d08-40b7-bda1-4ed0d7d5e3be .shogun-image-content {
  
    align-items: center;
  
}

.s-ff005f8d-2d08-40b7-bda1-4ed0d7d5e3be.shg-align-container {
  text-align: center
}

.s-ff005f8d-2d08-40b7-bda1-4ed0d7d5e3be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff005f8d-2d08-40b7-bda1-4ed0d7d5e3be.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-ff005f8d-2d08-40b7-bda1-4ed0d7d5e3be.shogun-image {
    
    
  }


.s-ff005f8d-2d08-40b7-bda1-4ed0d7d5e3be .shogun-image-content {
  
    align-items: center;
  
}

.s-ff005f8d-2d08-40b7-bda1-4ed0d7d5e3be.shg-align-container {
  text-align: center
}

.s-ff005f8d-2d08-40b7-bda1-4ed0d7d5e3be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff005f8d-2d08-40b7-bda1-4ed0d7d5e3be.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-ff005f8d-2d08-40b7-bda1-4ed0d7d5e3be.shogun-image {
    
    
  }


.s-ff005f8d-2d08-40b7-bda1-4ed0d7d5e3be .shogun-image-content {
  
    align-items: center;
  
}

.s-ff005f8d-2d08-40b7-bda1-4ed0d7d5e3be.shg-align-container {
  text-align: center
}

.s-ff005f8d-2d08-40b7-bda1-4ed0d7d5e3be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff005f8d-2d08-40b7-bda1-4ed0d7d5e3be.shogun-image {
  box-sizing: border-box;
}


}
#s-4c31b7e4-131f-43d6-8661-9e1188608d1d {
  text-align: center;
}







  img.s-4c31b7e4-131f-43d6-8661-9e1188608d1d.shogun-image {
    
    
  }


.s-4c31b7e4-131f-43d6-8661-9e1188608d1d .shogun-image-content {
  
    align-items: center;
  
}

.s-4c31b7e4-131f-43d6-8661-9e1188608d1d.shg-align-container {
  text-align: center
}

.s-4c31b7e4-131f-43d6-8661-9e1188608d1d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c31b7e4-131f-43d6-8661-9e1188608d1d.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-4c31b7e4-131f-43d6-8661-9e1188608d1d.shogun-image {
    
    
  }


.s-4c31b7e4-131f-43d6-8661-9e1188608d1d .shogun-image-content {
  
    align-items: center;
  
}

.s-4c31b7e4-131f-43d6-8661-9e1188608d1d.shg-align-container {
  text-align: center
}

.s-4c31b7e4-131f-43d6-8661-9e1188608d1d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c31b7e4-131f-43d6-8661-9e1188608d1d.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-4c31b7e4-131f-43d6-8661-9e1188608d1d.shogun-image {
    
    
  }


.s-4c31b7e4-131f-43d6-8661-9e1188608d1d .shogun-image-content {
  
    align-items: center;
  
}

.s-4c31b7e4-131f-43d6-8661-9e1188608d1d.shg-align-container {
  text-align: center
}

.s-4c31b7e4-131f-43d6-8661-9e1188608d1d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c31b7e4-131f-43d6-8661-9e1188608d1d.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-4c31b7e4-131f-43d6-8661-9e1188608d1d.shogun-image {
    
    
  }


.s-4c31b7e4-131f-43d6-8661-9e1188608d1d .shogun-image-content {
  
    align-items: center;
  
}

.s-4c31b7e4-131f-43d6-8661-9e1188608d1d.shg-align-container {
  text-align: center
}

.s-4c31b7e4-131f-43d6-8661-9e1188608d1d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c31b7e4-131f-43d6-8661-9e1188608d1d.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-4c31b7e4-131f-43d6-8661-9e1188608d1d.shogun-image {
    
    
  }


.s-4c31b7e4-131f-43d6-8661-9e1188608d1d .shogun-image-content {
  
    align-items: center;
  
}

.s-4c31b7e4-131f-43d6-8661-9e1188608d1d.shg-align-container {
  text-align: center
}

.s-4c31b7e4-131f-43d6-8661-9e1188608d1d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c31b7e4-131f-43d6-8661-9e1188608d1d.shogun-image {
  box-sizing: border-box;
}


}
@media (min-width: 0px) {
[id="s-2e376d59-a14f-422b-8294-5b5f7a16366b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-2e376d59-a14f-422b-8294-5b5f7a16366b"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 12.0px);
}

}

@media (min-width: 992px) {
[id="s-2e376d59-a14f-422b-8294-5b5f7a16366b"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 12.0px);
}

}

@media (min-width: 1200px) {
[id="s-2e376d59-a14f-422b-8294-5b5f7a16366b"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 12.0px);
}

}

#s-9530495e-1314-4060-8b9d-76946b1f6f9c {
  text-align: center;
}







  img.s-9530495e-1314-4060-8b9d-76946b1f6f9c.shogun-image {
    
    
  }


.s-9530495e-1314-4060-8b9d-76946b1f6f9c .shogun-image-content {
  
    align-items: center;
  
}

.s-9530495e-1314-4060-8b9d-76946b1f6f9c.shg-align-container {
  text-align: center
}

.s-9530495e-1314-4060-8b9d-76946b1f6f9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9530495e-1314-4060-8b9d-76946b1f6f9c.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-9530495e-1314-4060-8b9d-76946b1f6f9c.shogun-image {
    
    
  }


.s-9530495e-1314-4060-8b9d-76946b1f6f9c .shogun-image-content {
  
    align-items: center;
  
}

.s-9530495e-1314-4060-8b9d-76946b1f6f9c.shg-align-container {
  text-align: center
}

.s-9530495e-1314-4060-8b9d-76946b1f6f9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9530495e-1314-4060-8b9d-76946b1f6f9c.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-9530495e-1314-4060-8b9d-76946b1f6f9c.shogun-image {
    
    
  }


.s-9530495e-1314-4060-8b9d-76946b1f6f9c .shogun-image-content {
  
    align-items: center;
  
}

.s-9530495e-1314-4060-8b9d-76946b1f6f9c.shg-align-container {
  text-align: center
}

.s-9530495e-1314-4060-8b9d-76946b1f6f9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9530495e-1314-4060-8b9d-76946b1f6f9c.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-9530495e-1314-4060-8b9d-76946b1f6f9c.shogun-image {
    
    
  }


.s-9530495e-1314-4060-8b9d-76946b1f6f9c .shogun-image-content {
  
    align-items: center;
  
}

.s-9530495e-1314-4060-8b9d-76946b1f6f9c.shg-align-container {
  text-align: center
}

.s-9530495e-1314-4060-8b9d-76946b1f6f9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9530495e-1314-4060-8b9d-76946b1f6f9c.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-9530495e-1314-4060-8b9d-76946b1f6f9c.shogun-image {
    
    
  }


.s-9530495e-1314-4060-8b9d-76946b1f6f9c .shogun-image-content {
  
    align-items: center;
  
}

.s-9530495e-1314-4060-8b9d-76946b1f6f9c.shg-align-container {
  text-align: center
}

.s-9530495e-1314-4060-8b9d-76946b1f6f9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9530495e-1314-4060-8b9d-76946b1f6f9c.shogun-image {
  box-sizing: border-box;
}


}
#s-7305bb3e-1652-40a6-ba93-8b5644244b7d {
  text-align: center;
}







  img.s-7305bb3e-1652-40a6-ba93-8b5644244b7d.shogun-image {
    
    
  }


.s-7305bb3e-1652-40a6-ba93-8b5644244b7d .shogun-image-content {
  
    align-items: center;
  
}

.s-7305bb3e-1652-40a6-ba93-8b5644244b7d.shg-align-container {
  text-align: center
}

.s-7305bb3e-1652-40a6-ba93-8b5644244b7d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7305bb3e-1652-40a6-ba93-8b5644244b7d.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-7305bb3e-1652-40a6-ba93-8b5644244b7d.shogun-image {
    
    
  }


.s-7305bb3e-1652-40a6-ba93-8b5644244b7d .shogun-image-content {
  
    align-items: center;
  
}

.s-7305bb3e-1652-40a6-ba93-8b5644244b7d.shg-align-container {
  text-align: center
}

.s-7305bb3e-1652-40a6-ba93-8b5644244b7d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7305bb3e-1652-40a6-ba93-8b5644244b7d.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-7305bb3e-1652-40a6-ba93-8b5644244b7d.shogun-image {
    
    
  }


.s-7305bb3e-1652-40a6-ba93-8b5644244b7d .shogun-image-content {
  
    align-items: center;
  
}

.s-7305bb3e-1652-40a6-ba93-8b5644244b7d.shg-align-container {
  text-align: center
}

.s-7305bb3e-1652-40a6-ba93-8b5644244b7d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7305bb3e-1652-40a6-ba93-8b5644244b7d.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-7305bb3e-1652-40a6-ba93-8b5644244b7d.shogun-image {
    
    
  }


.s-7305bb3e-1652-40a6-ba93-8b5644244b7d .shogun-image-content {
  
    align-items: center;
  
}

.s-7305bb3e-1652-40a6-ba93-8b5644244b7d.shg-align-container {
  text-align: center
}

.s-7305bb3e-1652-40a6-ba93-8b5644244b7d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7305bb3e-1652-40a6-ba93-8b5644244b7d.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-7305bb3e-1652-40a6-ba93-8b5644244b7d.shogun-image {
    
    
  }


.s-7305bb3e-1652-40a6-ba93-8b5644244b7d .shogun-image-content {
  
    align-items: center;
  
}

.s-7305bb3e-1652-40a6-ba93-8b5644244b7d.shg-align-container {
  text-align: center
}

.s-7305bb3e-1652-40a6-ba93-8b5644244b7d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7305bb3e-1652-40a6-ba93-8b5644244b7d.shogun-image {
  box-sizing: border-box;
}


}
#s-eb84f2ae-3949-4d8c-bfa9-81ea9fdacbaf {
  text-align: center;
}







  img.s-eb84f2ae-3949-4d8c-bfa9-81ea9fdacbaf.shogun-image {
    
    
  }


.s-eb84f2ae-3949-4d8c-bfa9-81ea9fdacbaf .shogun-image-content {
  
    align-items: center;
  
}

.s-eb84f2ae-3949-4d8c-bfa9-81ea9fdacbaf.shg-align-container {
  text-align: center
}

.s-eb84f2ae-3949-4d8c-bfa9-81ea9fdacbaf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb84f2ae-3949-4d8c-bfa9-81ea9fdacbaf.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-eb84f2ae-3949-4d8c-bfa9-81ea9fdacbaf.shogun-image {
    
    
  }


.s-eb84f2ae-3949-4d8c-bfa9-81ea9fdacbaf .shogun-image-content {
  
    align-items: center;
  
}

.s-eb84f2ae-3949-4d8c-bfa9-81ea9fdacbaf.shg-align-container {
  text-align: center
}

.s-eb84f2ae-3949-4d8c-bfa9-81ea9fdacbaf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb84f2ae-3949-4d8c-bfa9-81ea9fdacbaf.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-eb84f2ae-3949-4d8c-bfa9-81ea9fdacbaf.shogun-image {
    
    
  }


.s-eb84f2ae-3949-4d8c-bfa9-81ea9fdacbaf .shogun-image-content {
  
    align-items: center;
  
}

.s-eb84f2ae-3949-4d8c-bfa9-81ea9fdacbaf.shg-align-container {
  text-align: center
}

.s-eb84f2ae-3949-4d8c-bfa9-81ea9fdacbaf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb84f2ae-3949-4d8c-bfa9-81ea9fdacbaf.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-eb84f2ae-3949-4d8c-bfa9-81ea9fdacbaf.shogun-image {
    
    
  }


.s-eb84f2ae-3949-4d8c-bfa9-81ea9fdacbaf .shogun-image-content {
  
    align-items: center;
  
}

.s-eb84f2ae-3949-4d8c-bfa9-81ea9fdacbaf.shg-align-container {
  text-align: center
}

.s-eb84f2ae-3949-4d8c-bfa9-81ea9fdacbaf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb84f2ae-3949-4d8c-bfa9-81ea9fdacbaf.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-eb84f2ae-3949-4d8c-bfa9-81ea9fdacbaf.shogun-image {
    
    
  }


.s-eb84f2ae-3949-4d8c-bfa9-81ea9fdacbaf .shogun-image-content {
  
    align-items: center;
  
}

.s-eb84f2ae-3949-4d8c-bfa9-81ea9fdacbaf.shg-align-container {
  text-align: center
}

.s-eb84f2ae-3949-4d8c-bfa9-81ea9fdacbaf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb84f2ae-3949-4d8c-bfa9-81ea9fdacbaf.shogun-image {
  box-sizing: border-box;
}


}
#s-4f7cde5d-75b7-4494-bc6c-86955daad42c {
  text-align: center;
}







  img.s-4f7cde5d-75b7-4494-bc6c-86955daad42c.shogun-image {
    
    
  }


.s-4f7cde5d-75b7-4494-bc6c-86955daad42c .shogun-image-content {
  
    align-items: center;
  
}

.s-4f7cde5d-75b7-4494-bc6c-86955daad42c.shg-align-container {
  text-align: center
}

.s-4f7cde5d-75b7-4494-bc6c-86955daad42c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f7cde5d-75b7-4494-bc6c-86955daad42c.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-4f7cde5d-75b7-4494-bc6c-86955daad42c.shogun-image {
    
    
  }


.s-4f7cde5d-75b7-4494-bc6c-86955daad42c .shogun-image-content {
  
    align-items: center;
  
}

.s-4f7cde5d-75b7-4494-bc6c-86955daad42c.shg-align-container {
  text-align: center
}

.s-4f7cde5d-75b7-4494-bc6c-86955daad42c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f7cde5d-75b7-4494-bc6c-86955daad42c.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-4f7cde5d-75b7-4494-bc6c-86955daad42c.shogun-image {
    
    
  }


.s-4f7cde5d-75b7-4494-bc6c-86955daad42c .shogun-image-content {
  
    align-items: center;
  
}

.s-4f7cde5d-75b7-4494-bc6c-86955daad42c.shg-align-container {
  text-align: center
}

.s-4f7cde5d-75b7-4494-bc6c-86955daad42c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f7cde5d-75b7-4494-bc6c-86955daad42c.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-4f7cde5d-75b7-4494-bc6c-86955daad42c.shogun-image {
    
    
  }


.s-4f7cde5d-75b7-4494-bc6c-86955daad42c .shogun-image-content {
  
    align-items: center;
  
}

.s-4f7cde5d-75b7-4494-bc6c-86955daad42c.shg-align-container {
  text-align: center
}

.s-4f7cde5d-75b7-4494-bc6c-86955daad42c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f7cde5d-75b7-4494-bc6c-86955daad42c.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-4f7cde5d-75b7-4494-bc6c-86955daad42c.shogun-image {
    
    
  }


.s-4f7cde5d-75b7-4494-bc6c-86955daad42c .shogun-image-content {
  
    align-items: center;
  
}

.s-4f7cde5d-75b7-4494-bc6c-86955daad42c.shg-align-container {
  text-align: center
}

.s-4f7cde5d-75b7-4494-bc6c-86955daad42c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f7cde5d-75b7-4494-bc6c-86955daad42c.shogun-image {
  box-sizing: border-box;
}


}
#s-e65812b3-95c1-47ba-b4e4-2012eeda29ee {
  text-align: center;
}







  img.s-e65812b3-95c1-47ba-b4e4-2012eeda29ee.shogun-image {
    
    
  }


.s-e65812b3-95c1-47ba-b4e4-2012eeda29ee .shogun-image-content {
  
    align-items: center;
  
}

.s-e65812b3-95c1-47ba-b4e4-2012eeda29ee.shg-align-container {
  text-align: center
}

.s-e65812b3-95c1-47ba-b4e4-2012eeda29ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e65812b3-95c1-47ba-b4e4-2012eeda29ee.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-e65812b3-95c1-47ba-b4e4-2012eeda29ee.shogun-image {
    
    
  }


.s-e65812b3-95c1-47ba-b4e4-2012eeda29ee .shogun-image-content {
  
    align-items: center;
  
}

.s-e65812b3-95c1-47ba-b4e4-2012eeda29ee.shg-align-container {
  text-align: center
}

.s-e65812b3-95c1-47ba-b4e4-2012eeda29ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e65812b3-95c1-47ba-b4e4-2012eeda29ee.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-e65812b3-95c1-47ba-b4e4-2012eeda29ee.shogun-image {
    
    
  }


.s-e65812b3-95c1-47ba-b4e4-2012eeda29ee .shogun-image-content {
  
    align-items: center;
  
}

.s-e65812b3-95c1-47ba-b4e4-2012eeda29ee.shg-align-container {
  text-align: center
}

.s-e65812b3-95c1-47ba-b4e4-2012eeda29ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e65812b3-95c1-47ba-b4e4-2012eeda29ee.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-e65812b3-95c1-47ba-b4e4-2012eeda29ee.shogun-image {
    
    
  }


.s-e65812b3-95c1-47ba-b4e4-2012eeda29ee .shogun-image-content {
  
    align-items: center;
  
}

.s-e65812b3-95c1-47ba-b4e4-2012eeda29ee.shg-align-container {
  text-align: center
}

.s-e65812b3-95c1-47ba-b4e4-2012eeda29ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e65812b3-95c1-47ba-b4e4-2012eeda29ee.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-e65812b3-95c1-47ba-b4e4-2012eeda29ee.shogun-image {
    
    
  }


.s-e65812b3-95c1-47ba-b4e4-2012eeda29ee .shogun-image-content {
  
    align-items: center;
  
}

.s-e65812b3-95c1-47ba-b4e4-2012eeda29ee.shg-align-container {
  text-align: center
}

.s-e65812b3-95c1-47ba-b4e4-2012eeda29ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e65812b3-95c1-47ba-b4e4-2012eeda29ee.shogun-image {
  box-sizing: border-box;
}


}
@media (min-width: 1200px){#s-4ab9e25f-1888-45a5-a74a-6f963d6bc35d {
  display: none;
}
#s-4ab9e25f-1888-45a5-a74a-6f963d6bc35d, #wrap-s-4ab9e25f-1888-45a5-a74a-6f963d6bc35d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4ab9e25f-1888-45a5-a74a-6f963d6bc35d {
  display: none;
}
#s-4ab9e25f-1888-45a5-a74a-6f963d6bc35d, #wrap-s-4ab9e25f-1888-45a5-a74a-6f963d6bc35d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4ab9e25f-1888-45a5-a74a-6f963d6bc35d {
  display: none;
}
#s-4ab9e25f-1888-45a5-a74a-6f963d6bc35d, #wrap-s-4ab9e25f-1888-45a5-a74a-6f963d6bc35d { display:none !important; }}
@media (min-width: 0px) {
[id="s-4ab9e25f-1888-45a5-a74a-6f963d6bc35d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-4ab9e25f-1888-45a5-a74a-6f963d6bc35d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-4ab9e25f-1888-45a5-a74a-6f963d6bc35d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-4ab9e25f-1888-45a5-a74a-6f963d6bc35d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-d614aa6a-c5b1-433d-9b6e-f5d7f007ffc1 {
  text-align: center;
}







  img.s-d614aa6a-c5b1-433d-9b6e-f5d7f007ffc1.shogun-image {
    
    
  }


.s-d614aa6a-c5b1-433d-9b6e-f5d7f007ffc1 .shogun-image-content {
  
    align-items: center;
  
}

.s-d614aa6a-c5b1-433d-9b6e-f5d7f007ffc1.shg-align-container {
  text-align: center
}

.s-d614aa6a-c5b1-433d-9b6e-f5d7f007ffc1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d614aa6a-c5b1-433d-9b6e-f5d7f007ffc1.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-d614aa6a-c5b1-433d-9b6e-f5d7f007ffc1.shogun-image {
    
    
  }


.s-d614aa6a-c5b1-433d-9b6e-f5d7f007ffc1 .shogun-image-content {
  
    align-items: center;
  
}

.s-d614aa6a-c5b1-433d-9b6e-f5d7f007ffc1.shg-align-container {
  text-align: center
}

.s-d614aa6a-c5b1-433d-9b6e-f5d7f007ffc1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d614aa6a-c5b1-433d-9b6e-f5d7f007ffc1.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-d614aa6a-c5b1-433d-9b6e-f5d7f007ffc1.shogun-image {
    
    
  }


.s-d614aa6a-c5b1-433d-9b6e-f5d7f007ffc1 .shogun-image-content {
  
    align-items: center;
  
}

.s-d614aa6a-c5b1-433d-9b6e-f5d7f007ffc1.shg-align-container {
  text-align: center
}

.s-d614aa6a-c5b1-433d-9b6e-f5d7f007ffc1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d614aa6a-c5b1-433d-9b6e-f5d7f007ffc1.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-d614aa6a-c5b1-433d-9b6e-f5d7f007ffc1.shogun-image {
    
    
  }


.s-d614aa6a-c5b1-433d-9b6e-f5d7f007ffc1 .shogun-image-content {
  
    align-items: center;
  
}

.s-d614aa6a-c5b1-433d-9b6e-f5d7f007ffc1.shg-align-container {
  text-align: center
}

.s-d614aa6a-c5b1-433d-9b6e-f5d7f007ffc1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d614aa6a-c5b1-433d-9b6e-f5d7f007ffc1.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-d614aa6a-c5b1-433d-9b6e-f5d7f007ffc1.shogun-image {
    
    
  }


.s-d614aa6a-c5b1-433d-9b6e-f5d7f007ffc1 .shogun-image-content {
  
    align-items: center;
  
}

.s-d614aa6a-c5b1-433d-9b6e-f5d7f007ffc1.shg-align-container {
  text-align: center
}

.s-d614aa6a-c5b1-433d-9b6e-f5d7f007ffc1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d614aa6a-c5b1-433d-9b6e-f5d7f007ffc1.shogun-image {
  box-sizing: border-box;
}


}
#s-b3a951ef-0635-4f0c-bb8c-e995c958ce30 {
  text-align: center;
}







  img.s-b3a951ef-0635-4f0c-bb8c-e995c958ce30.shogun-image {
    
    
  }


.s-b3a951ef-0635-4f0c-bb8c-e995c958ce30 .shogun-image-content {
  
    align-items: center;
  
}

.s-b3a951ef-0635-4f0c-bb8c-e995c958ce30.shg-align-container {
  text-align: center
}

.s-b3a951ef-0635-4f0c-bb8c-e995c958ce30.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b3a951ef-0635-4f0c-bb8c-e995c958ce30.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-b3a951ef-0635-4f0c-bb8c-e995c958ce30.shogun-image {
    
    
  }


.s-b3a951ef-0635-4f0c-bb8c-e995c958ce30 .shogun-image-content {
  
    align-items: center;
  
}

.s-b3a951ef-0635-4f0c-bb8c-e995c958ce30.shg-align-container {
  text-align: center
}

.s-b3a951ef-0635-4f0c-bb8c-e995c958ce30.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b3a951ef-0635-4f0c-bb8c-e995c958ce30.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-b3a951ef-0635-4f0c-bb8c-e995c958ce30.shogun-image {
    
    
  }


.s-b3a951ef-0635-4f0c-bb8c-e995c958ce30 .shogun-image-content {
  
    align-items: center;
  
}

.s-b3a951ef-0635-4f0c-bb8c-e995c958ce30.shg-align-container {
  text-align: center
}

.s-b3a951ef-0635-4f0c-bb8c-e995c958ce30.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b3a951ef-0635-4f0c-bb8c-e995c958ce30.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-b3a951ef-0635-4f0c-bb8c-e995c958ce30.shogun-image {
    
    
  }


.s-b3a951ef-0635-4f0c-bb8c-e995c958ce30 .shogun-image-content {
  
    align-items: center;
  
}

.s-b3a951ef-0635-4f0c-bb8c-e995c958ce30.shg-align-container {
  text-align: center
}

.s-b3a951ef-0635-4f0c-bb8c-e995c958ce30.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b3a951ef-0635-4f0c-bb8c-e995c958ce30.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-b3a951ef-0635-4f0c-bb8c-e995c958ce30.shogun-image {
    
    
  }


.s-b3a951ef-0635-4f0c-bb8c-e995c958ce30 .shogun-image-content {
  
    align-items: center;
  
}

.s-b3a951ef-0635-4f0c-bb8c-e995c958ce30.shg-align-container {
  text-align: center
}

.s-b3a951ef-0635-4f0c-bb8c-e995c958ce30.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b3a951ef-0635-4f0c-bb8c-e995c958ce30.shogun-image {
  box-sizing: border-box;
}


}
#s-b88185a1-b9be-4f03-a224-5782eacff371 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-b88185a1-b9be-4f03-a224-5782eacff371 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b88185a1-b9be-4f03-a224-5782eacff371 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b88185a1-b9be-4f03-a224-5782eacff371 {
  
}
}@media (max-width: 767px){#s-b88185a1-b9be-4f03-a224-5782eacff371 {
  display: none;
}
#s-b88185a1-b9be-4f03-a224-5782eacff371, #wrap-s-b88185a1-b9be-4f03-a224-5782eacff371 { display:none !important; }}
#s-b88185a1-b9be-4f03-a224-5782eacff371 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-b88185a1-b9be-4f03-a224-5782eacff371 .shg-sld-nav-button.shg-sld-left,
#s-b88185a1-b9be-4f03-a224-5782eacff371 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (max-width: 767px){#s-a16455f3-cf6e-4082-b889-9eed6b6c4736 {
  display: none;
}
#s-a16455f3-cf6e-4082-b889-9eed6b6c4736, #wrap-s-a16455f3-cf6e-4082-b889-9eed6b6c4736 { display:none !important; }}
@media (min-width: 0px) {
[id="s-a16455f3-cf6e-4082-b889-9eed6b6c4736"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-a16455f3-cf6e-4082-b889-9eed6b6c4736"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 12.0px);
}

}

@media (min-width: 992px) {
[id="s-a16455f3-cf6e-4082-b889-9eed6b6c4736"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 12.0px);
}

}

@media (min-width: 1200px) {
[id="s-a16455f3-cf6e-4082-b889-9eed6b6c4736"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 12.0px);
}

}

#s-a9298b87-e9a5-4bc3-b3ab-4eb9c9aa5698 {
  text-align: center;
}







  img.s-a9298b87-e9a5-4bc3-b3ab-4eb9c9aa5698.shogun-image {
    
    
  }


.s-a9298b87-e9a5-4bc3-b3ab-4eb9c9aa5698 .shogun-image-content {
  
    align-items: center;
  
}

.s-a9298b87-e9a5-4bc3-b3ab-4eb9c9aa5698.shg-align-container {
  text-align: center
}

.s-a9298b87-e9a5-4bc3-b3ab-4eb9c9aa5698.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9298b87-e9a5-4bc3-b3ab-4eb9c9aa5698.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-a9298b87-e9a5-4bc3-b3ab-4eb9c9aa5698.shogun-image {
    
    
  }


.s-a9298b87-e9a5-4bc3-b3ab-4eb9c9aa5698 .shogun-image-content {
  
    align-items: center;
  
}

.s-a9298b87-e9a5-4bc3-b3ab-4eb9c9aa5698.shg-align-container {
  text-align: center
}

.s-a9298b87-e9a5-4bc3-b3ab-4eb9c9aa5698.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9298b87-e9a5-4bc3-b3ab-4eb9c9aa5698.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-a9298b87-e9a5-4bc3-b3ab-4eb9c9aa5698.shogun-image {
    
    
  }


.s-a9298b87-e9a5-4bc3-b3ab-4eb9c9aa5698 .shogun-image-content {
  
    align-items: center;
  
}

.s-a9298b87-e9a5-4bc3-b3ab-4eb9c9aa5698.shg-align-container {
  text-align: center
}

.s-a9298b87-e9a5-4bc3-b3ab-4eb9c9aa5698.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9298b87-e9a5-4bc3-b3ab-4eb9c9aa5698.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-a9298b87-e9a5-4bc3-b3ab-4eb9c9aa5698.shogun-image {
    
    
  }


.s-a9298b87-e9a5-4bc3-b3ab-4eb9c9aa5698 .shogun-image-content {
  
    align-items: center;
  
}

.s-a9298b87-e9a5-4bc3-b3ab-4eb9c9aa5698.shg-align-container {
  text-align: center
}

.s-a9298b87-e9a5-4bc3-b3ab-4eb9c9aa5698.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9298b87-e9a5-4bc3-b3ab-4eb9c9aa5698.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-a9298b87-e9a5-4bc3-b3ab-4eb9c9aa5698.shogun-image {
    
    
  }


.s-a9298b87-e9a5-4bc3-b3ab-4eb9c9aa5698 .shogun-image-content {
  
    align-items: center;
  
}

.s-a9298b87-e9a5-4bc3-b3ab-4eb9c9aa5698.shg-align-container {
  text-align: center
}

.s-a9298b87-e9a5-4bc3-b3ab-4eb9c9aa5698.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9298b87-e9a5-4bc3-b3ab-4eb9c9aa5698.shogun-image {
  box-sizing: border-box;
}


}
#s-a66f8241-bad2-4b32-b35c-6b326e5a9bd2 {
  text-align: center;
}







  img.s-a66f8241-bad2-4b32-b35c-6b326e5a9bd2.shogun-image {
    
    
  }


.s-a66f8241-bad2-4b32-b35c-6b326e5a9bd2 .shogun-image-content {
  
    align-items: center;
  
}

.s-a66f8241-bad2-4b32-b35c-6b326e5a9bd2.shg-align-container {
  text-align: center
}

.s-a66f8241-bad2-4b32-b35c-6b326e5a9bd2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a66f8241-bad2-4b32-b35c-6b326e5a9bd2.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-a66f8241-bad2-4b32-b35c-6b326e5a9bd2.shogun-image {
    
    
  }


.s-a66f8241-bad2-4b32-b35c-6b326e5a9bd2 .shogun-image-content {
  
    align-items: center;
  
}

.s-a66f8241-bad2-4b32-b35c-6b326e5a9bd2.shg-align-container {
  text-align: center
}

.s-a66f8241-bad2-4b32-b35c-6b326e5a9bd2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a66f8241-bad2-4b32-b35c-6b326e5a9bd2.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-a66f8241-bad2-4b32-b35c-6b326e5a9bd2.shogun-image {
    
    
  }


.s-a66f8241-bad2-4b32-b35c-6b326e5a9bd2 .shogun-image-content {
  
    align-items: center;
  
}

.s-a66f8241-bad2-4b32-b35c-6b326e5a9bd2.shg-align-container {
  text-align: center
}

.s-a66f8241-bad2-4b32-b35c-6b326e5a9bd2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a66f8241-bad2-4b32-b35c-6b326e5a9bd2.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-a66f8241-bad2-4b32-b35c-6b326e5a9bd2.shogun-image {
    
    
  }


.s-a66f8241-bad2-4b32-b35c-6b326e5a9bd2 .shogun-image-content {
  
    align-items: center;
  
}

.s-a66f8241-bad2-4b32-b35c-6b326e5a9bd2.shg-align-container {
  text-align: center
}

.s-a66f8241-bad2-4b32-b35c-6b326e5a9bd2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a66f8241-bad2-4b32-b35c-6b326e5a9bd2.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-a66f8241-bad2-4b32-b35c-6b326e5a9bd2.shogun-image {
    
    
  }


.s-a66f8241-bad2-4b32-b35c-6b326e5a9bd2 .shogun-image-content {
  
    align-items: center;
  
}

.s-a66f8241-bad2-4b32-b35c-6b326e5a9bd2.shg-align-container {
  text-align: center
}

.s-a66f8241-bad2-4b32-b35c-6b326e5a9bd2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a66f8241-bad2-4b32-b35c-6b326e5a9bd2.shogun-image {
  box-sizing: border-box;
}


}
#s-9ffa6833-fc6a-411c-9bba-ff866352d48c {
  text-align: center;
}







  img.s-9ffa6833-fc6a-411c-9bba-ff866352d48c.shogun-image {
    
    
  }


.s-9ffa6833-fc6a-411c-9bba-ff866352d48c .shogun-image-content {
  
    align-items: center;
  
}

.s-9ffa6833-fc6a-411c-9bba-ff866352d48c.shg-align-container {
  text-align: center
}

.s-9ffa6833-fc6a-411c-9bba-ff866352d48c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ffa6833-fc6a-411c-9bba-ff866352d48c.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-9ffa6833-fc6a-411c-9bba-ff866352d48c.shogun-image {
    
    
  }


.s-9ffa6833-fc6a-411c-9bba-ff866352d48c .shogun-image-content {
  
    align-items: center;
  
}

.s-9ffa6833-fc6a-411c-9bba-ff866352d48c.shg-align-container {
  text-align: center
}

.s-9ffa6833-fc6a-411c-9bba-ff866352d48c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ffa6833-fc6a-411c-9bba-ff866352d48c.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-9ffa6833-fc6a-411c-9bba-ff866352d48c.shogun-image {
    
    
  }


.s-9ffa6833-fc6a-411c-9bba-ff866352d48c .shogun-image-content {
  
    align-items: center;
  
}

.s-9ffa6833-fc6a-411c-9bba-ff866352d48c.shg-align-container {
  text-align: center
}

.s-9ffa6833-fc6a-411c-9bba-ff866352d48c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ffa6833-fc6a-411c-9bba-ff866352d48c.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-9ffa6833-fc6a-411c-9bba-ff866352d48c.shogun-image {
    
    
  }


.s-9ffa6833-fc6a-411c-9bba-ff866352d48c .shogun-image-content {
  
    align-items: center;
  
}

.s-9ffa6833-fc6a-411c-9bba-ff866352d48c.shg-align-container {
  text-align: center
}

.s-9ffa6833-fc6a-411c-9bba-ff866352d48c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ffa6833-fc6a-411c-9bba-ff866352d48c.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-9ffa6833-fc6a-411c-9bba-ff866352d48c.shogun-image {
    
    
  }


.s-9ffa6833-fc6a-411c-9bba-ff866352d48c .shogun-image-content {
  
    align-items: center;
  
}

.s-9ffa6833-fc6a-411c-9bba-ff866352d48c.shg-align-container {
  text-align: center
}

.s-9ffa6833-fc6a-411c-9bba-ff866352d48c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ffa6833-fc6a-411c-9bba-ff866352d48c.shogun-image {
  box-sizing: border-box;
}


}
#s-dbdd63c6-fd40-4070-861b-8cccc8bcdd82 {
  text-align: center;
}







  img.s-dbdd63c6-fd40-4070-861b-8cccc8bcdd82.shogun-image {
    
    
  }


.s-dbdd63c6-fd40-4070-861b-8cccc8bcdd82 .shogun-image-content {
  
    align-items: center;
  
}

.s-dbdd63c6-fd40-4070-861b-8cccc8bcdd82.shg-align-container {
  text-align: center
}

.s-dbdd63c6-fd40-4070-861b-8cccc8bcdd82.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbdd63c6-fd40-4070-861b-8cccc8bcdd82.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-dbdd63c6-fd40-4070-861b-8cccc8bcdd82.shogun-image {
    
    
  }


.s-dbdd63c6-fd40-4070-861b-8cccc8bcdd82 .shogun-image-content {
  
    align-items: center;
  
}

.s-dbdd63c6-fd40-4070-861b-8cccc8bcdd82.shg-align-container {
  text-align: center
}

.s-dbdd63c6-fd40-4070-861b-8cccc8bcdd82.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbdd63c6-fd40-4070-861b-8cccc8bcdd82.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-dbdd63c6-fd40-4070-861b-8cccc8bcdd82.shogun-image {
    
    
  }


.s-dbdd63c6-fd40-4070-861b-8cccc8bcdd82 .shogun-image-content {
  
    align-items: center;
  
}

.s-dbdd63c6-fd40-4070-861b-8cccc8bcdd82.shg-align-container {
  text-align: center
}

.s-dbdd63c6-fd40-4070-861b-8cccc8bcdd82.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbdd63c6-fd40-4070-861b-8cccc8bcdd82.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-dbdd63c6-fd40-4070-861b-8cccc8bcdd82.shogun-image {
    
    
  }


.s-dbdd63c6-fd40-4070-861b-8cccc8bcdd82 .shogun-image-content {
  
    align-items: center;
  
}

.s-dbdd63c6-fd40-4070-861b-8cccc8bcdd82.shg-align-container {
  text-align: center
}

.s-dbdd63c6-fd40-4070-861b-8cccc8bcdd82.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbdd63c6-fd40-4070-861b-8cccc8bcdd82.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-dbdd63c6-fd40-4070-861b-8cccc8bcdd82.shogun-image {
    
    
  }


.s-dbdd63c6-fd40-4070-861b-8cccc8bcdd82 .shogun-image-content {
  
    align-items: center;
  
}

.s-dbdd63c6-fd40-4070-861b-8cccc8bcdd82.shg-align-container {
  text-align: center
}

.s-dbdd63c6-fd40-4070-861b-8cccc8bcdd82.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbdd63c6-fd40-4070-861b-8cccc8bcdd82.shogun-image {
  box-sizing: border-box;
}


}
#s-c4f102e0-5079-45b3-8a84-c763782cdb61 {
  text-align: center;
}







  img.s-c4f102e0-5079-45b3-8a84-c763782cdb61.shogun-image {
    
    
  }


.s-c4f102e0-5079-45b3-8a84-c763782cdb61 .shogun-image-content {
  
    align-items: center;
  
}

.s-c4f102e0-5079-45b3-8a84-c763782cdb61.shg-align-container {
  text-align: center
}

.s-c4f102e0-5079-45b3-8a84-c763782cdb61.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4f102e0-5079-45b3-8a84-c763782cdb61.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-c4f102e0-5079-45b3-8a84-c763782cdb61.shogun-image {
    
    
  }


.s-c4f102e0-5079-45b3-8a84-c763782cdb61 .shogun-image-content {
  
    align-items: center;
  
}

.s-c4f102e0-5079-45b3-8a84-c763782cdb61.shg-align-container {
  text-align: center
}

.s-c4f102e0-5079-45b3-8a84-c763782cdb61.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4f102e0-5079-45b3-8a84-c763782cdb61.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-c4f102e0-5079-45b3-8a84-c763782cdb61.shogun-image {
    
    
  }


.s-c4f102e0-5079-45b3-8a84-c763782cdb61 .shogun-image-content {
  
    align-items: center;
  
}

.s-c4f102e0-5079-45b3-8a84-c763782cdb61.shg-align-container {
  text-align: center
}

.s-c4f102e0-5079-45b3-8a84-c763782cdb61.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4f102e0-5079-45b3-8a84-c763782cdb61.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-c4f102e0-5079-45b3-8a84-c763782cdb61.shogun-image {
    
    
  }


.s-c4f102e0-5079-45b3-8a84-c763782cdb61 .shogun-image-content {
  
    align-items: center;
  
}

.s-c4f102e0-5079-45b3-8a84-c763782cdb61.shg-align-container {
  text-align: center
}

.s-c4f102e0-5079-45b3-8a84-c763782cdb61.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4f102e0-5079-45b3-8a84-c763782cdb61.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-c4f102e0-5079-45b3-8a84-c763782cdb61.shogun-image {
    
    
  }


.s-c4f102e0-5079-45b3-8a84-c763782cdb61 .shogun-image-content {
  
    align-items: center;
  
}

.s-c4f102e0-5079-45b3-8a84-c763782cdb61.shg-align-container {
  text-align: center
}

.s-c4f102e0-5079-45b3-8a84-c763782cdb61.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4f102e0-5079-45b3-8a84-c763782cdb61.shogun-image {
  box-sizing: border-box;
}


}
@media (min-width: 0px) {
[id="s-90cb4d6c-ee82-45b0-89a4-1708cd95ba58"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-90cb4d6c-ee82-45b0-89a4-1708cd95ba58"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 12.0px);
}

}

@media (min-width: 992px) {
[id="s-90cb4d6c-ee82-45b0-89a4-1708cd95ba58"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 12.0px);
}

}

@media (min-width: 1200px) {
[id="s-90cb4d6c-ee82-45b0-89a4-1708cd95ba58"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 12.0px);
}

}

#s-d3b8cc12-e8c0-4d0a-9e8c-134337e3d1b2 {
  text-align: center;
}







  img.s-d3b8cc12-e8c0-4d0a-9e8c-134337e3d1b2.shogun-image {
    
    
  }


.s-d3b8cc12-e8c0-4d0a-9e8c-134337e3d1b2 .shogun-image-content {
  
    align-items: center;
  
}

.s-d3b8cc12-e8c0-4d0a-9e8c-134337e3d1b2.shg-align-container {
  text-align: center
}

.s-d3b8cc12-e8c0-4d0a-9e8c-134337e3d1b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3b8cc12-e8c0-4d0a-9e8c-134337e3d1b2.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-d3b8cc12-e8c0-4d0a-9e8c-134337e3d1b2.shogun-image {
    
    
  }


.s-d3b8cc12-e8c0-4d0a-9e8c-134337e3d1b2 .shogun-image-content {
  
    align-items: center;
  
}

.s-d3b8cc12-e8c0-4d0a-9e8c-134337e3d1b2.shg-align-container {
  text-align: center
}

.s-d3b8cc12-e8c0-4d0a-9e8c-134337e3d1b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3b8cc12-e8c0-4d0a-9e8c-134337e3d1b2.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-d3b8cc12-e8c0-4d0a-9e8c-134337e3d1b2.shogun-image {
    
    
  }


.s-d3b8cc12-e8c0-4d0a-9e8c-134337e3d1b2 .shogun-image-content {
  
    align-items: center;
  
}

.s-d3b8cc12-e8c0-4d0a-9e8c-134337e3d1b2.shg-align-container {
  text-align: center
}

.s-d3b8cc12-e8c0-4d0a-9e8c-134337e3d1b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3b8cc12-e8c0-4d0a-9e8c-134337e3d1b2.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-d3b8cc12-e8c0-4d0a-9e8c-134337e3d1b2.shogun-image {
    
    
  }


.s-d3b8cc12-e8c0-4d0a-9e8c-134337e3d1b2 .shogun-image-content {
  
    align-items: center;
  
}

.s-d3b8cc12-e8c0-4d0a-9e8c-134337e3d1b2.shg-align-container {
  text-align: center
}

.s-d3b8cc12-e8c0-4d0a-9e8c-134337e3d1b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3b8cc12-e8c0-4d0a-9e8c-134337e3d1b2.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-d3b8cc12-e8c0-4d0a-9e8c-134337e3d1b2.shogun-image {
    
    
  }


.s-d3b8cc12-e8c0-4d0a-9e8c-134337e3d1b2 .shogun-image-content {
  
    align-items: center;
  
}

.s-d3b8cc12-e8c0-4d0a-9e8c-134337e3d1b2.shg-align-container {
  text-align: center
}

.s-d3b8cc12-e8c0-4d0a-9e8c-134337e3d1b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3b8cc12-e8c0-4d0a-9e8c-134337e3d1b2.shogun-image {
  box-sizing: border-box;
}


}
#s-70b04d5e-01fa-4d0e-8d09-15e14a07ae1b {
  text-align: center;
}







  img.s-70b04d5e-01fa-4d0e-8d09-15e14a07ae1b.shogun-image {
    
    
  }


.s-70b04d5e-01fa-4d0e-8d09-15e14a07ae1b .shogun-image-content {
  
    align-items: center;
  
}

.s-70b04d5e-01fa-4d0e-8d09-15e14a07ae1b.shg-align-container {
  text-align: center
}

.s-70b04d5e-01fa-4d0e-8d09-15e14a07ae1b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70b04d5e-01fa-4d0e-8d09-15e14a07ae1b.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-70b04d5e-01fa-4d0e-8d09-15e14a07ae1b.shogun-image {
    
    
  }


.s-70b04d5e-01fa-4d0e-8d09-15e14a07ae1b .shogun-image-content {
  
    align-items: center;
  
}

.s-70b04d5e-01fa-4d0e-8d09-15e14a07ae1b.shg-align-container {
  text-align: center
}

.s-70b04d5e-01fa-4d0e-8d09-15e14a07ae1b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70b04d5e-01fa-4d0e-8d09-15e14a07ae1b.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-70b04d5e-01fa-4d0e-8d09-15e14a07ae1b.shogun-image {
    
    
  }


.s-70b04d5e-01fa-4d0e-8d09-15e14a07ae1b .shogun-image-content {
  
    align-items: center;
  
}

.s-70b04d5e-01fa-4d0e-8d09-15e14a07ae1b.shg-align-container {
  text-align: center
}

.s-70b04d5e-01fa-4d0e-8d09-15e14a07ae1b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70b04d5e-01fa-4d0e-8d09-15e14a07ae1b.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-70b04d5e-01fa-4d0e-8d09-15e14a07ae1b.shogun-image {
    
    
  }


.s-70b04d5e-01fa-4d0e-8d09-15e14a07ae1b .shogun-image-content {
  
    align-items: center;
  
}

.s-70b04d5e-01fa-4d0e-8d09-15e14a07ae1b.shg-align-container {
  text-align: center
}

.s-70b04d5e-01fa-4d0e-8d09-15e14a07ae1b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70b04d5e-01fa-4d0e-8d09-15e14a07ae1b.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-70b04d5e-01fa-4d0e-8d09-15e14a07ae1b.shogun-image {
    
    
  }


.s-70b04d5e-01fa-4d0e-8d09-15e14a07ae1b .shogun-image-content {
  
    align-items: center;
  
}

.s-70b04d5e-01fa-4d0e-8d09-15e14a07ae1b.shg-align-container {
  text-align: center
}

.s-70b04d5e-01fa-4d0e-8d09-15e14a07ae1b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70b04d5e-01fa-4d0e-8d09-15e14a07ae1b.shogun-image {
  box-sizing: border-box;
}


}
#s-0c741ae3-cb30-44cb-8d9f-98ed2878210e {
  text-align: center;
}







  img.s-0c741ae3-cb30-44cb-8d9f-98ed2878210e.shogun-image {
    
    
  }


.s-0c741ae3-cb30-44cb-8d9f-98ed2878210e .shogun-image-content {
  
    align-items: center;
  
}

.s-0c741ae3-cb30-44cb-8d9f-98ed2878210e.shg-align-container {
  text-align: center
}

.s-0c741ae3-cb30-44cb-8d9f-98ed2878210e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c741ae3-cb30-44cb-8d9f-98ed2878210e.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-0c741ae3-cb30-44cb-8d9f-98ed2878210e.shogun-image {
    
    
  }


.s-0c741ae3-cb30-44cb-8d9f-98ed2878210e .shogun-image-content {
  
    align-items: center;
  
}

.s-0c741ae3-cb30-44cb-8d9f-98ed2878210e.shg-align-container {
  text-align: center
}

.s-0c741ae3-cb30-44cb-8d9f-98ed2878210e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c741ae3-cb30-44cb-8d9f-98ed2878210e.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-0c741ae3-cb30-44cb-8d9f-98ed2878210e.shogun-image {
    
    
  }


.s-0c741ae3-cb30-44cb-8d9f-98ed2878210e .shogun-image-content {
  
    align-items: center;
  
}

.s-0c741ae3-cb30-44cb-8d9f-98ed2878210e.shg-align-container {
  text-align: center
}

.s-0c741ae3-cb30-44cb-8d9f-98ed2878210e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c741ae3-cb30-44cb-8d9f-98ed2878210e.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-0c741ae3-cb30-44cb-8d9f-98ed2878210e.shogun-image {
    
    
  }


.s-0c741ae3-cb30-44cb-8d9f-98ed2878210e .shogun-image-content {
  
    align-items: center;
  
}

.s-0c741ae3-cb30-44cb-8d9f-98ed2878210e.shg-align-container {
  text-align: center
}

.s-0c741ae3-cb30-44cb-8d9f-98ed2878210e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c741ae3-cb30-44cb-8d9f-98ed2878210e.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-0c741ae3-cb30-44cb-8d9f-98ed2878210e.shogun-image {
    
    
  }


.s-0c741ae3-cb30-44cb-8d9f-98ed2878210e .shogun-image-content {
  
    align-items: center;
  
}

.s-0c741ae3-cb30-44cb-8d9f-98ed2878210e.shg-align-container {
  text-align: center
}

.s-0c741ae3-cb30-44cb-8d9f-98ed2878210e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c741ae3-cb30-44cb-8d9f-98ed2878210e.shogun-image {
  box-sizing: border-box;
}


}
#s-db546f51-b175-49fd-a346-394442450be2 {
  text-align: center;
}







  img.s-db546f51-b175-49fd-a346-394442450be2.shogun-image {
    
    
  }


.s-db546f51-b175-49fd-a346-394442450be2 .shogun-image-content {
  
    align-items: center;
  
}

.s-db546f51-b175-49fd-a346-394442450be2.shg-align-container {
  text-align: center
}

.s-db546f51-b175-49fd-a346-394442450be2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db546f51-b175-49fd-a346-394442450be2.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-db546f51-b175-49fd-a346-394442450be2.shogun-image {
    
    
  }


.s-db546f51-b175-49fd-a346-394442450be2 .shogun-image-content {
  
    align-items: center;
  
}

.s-db546f51-b175-49fd-a346-394442450be2.shg-align-container {
  text-align: center
}

.s-db546f51-b175-49fd-a346-394442450be2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db546f51-b175-49fd-a346-394442450be2.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-db546f51-b175-49fd-a346-394442450be2.shogun-image {
    
    
  }


.s-db546f51-b175-49fd-a346-394442450be2 .shogun-image-content {
  
    align-items: center;
  
}

.s-db546f51-b175-49fd-a346-394442450be2.shg-align-container {
  text-align: center
}

.s-db546f51-b175-49fd-a346-394442450be2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db546f51-b175-49fd-a346-394442450be2.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-db546f51-b175-49fd-a346-394442450be2.shogun-image {
    
    
  }


.s-db546f51-b175-49fd-a346-394442450be2 .shogun-image-content {
  
    align-items: center;
  
}

.s-db546f51-b175-49fd-a346-394442450be2.shg-align-container {
  text-align: center
}

.s-db546f51-b175-49fd-a346-394442450be2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db546f51-b175-49fd-a346-394442450be2.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-db546f51-b175-49fd-a346-394442450be2.shogun-image {
    
    
  }


.s-db546f51-b175-49fd-a346-394442450be2 .shogun-image-content {
  
    align-items: center;
  
}

.s-db546f51-b175-49fd-a346-394442450be2.shg-align-container {
  text-align: center
}

.s-db546f51-b175-49fd-a346-394442450be2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db546f51-b175-49fd-a346-394442450be2.shogun-image {
  box-sizing: border-box;
}


}
#s-7583ead4-51f0-47a0-9f53-7813052cd89e {
  text-align: center;
}







  img.s-7583ead4-51f0-47a0-9f53-7813052cd89e.shogun-image {
    
    
  }


.s-7583ead4-51f0-47a0-9f53-7813052cd89e .shogun-image-content {
  
    align-items: center;
  
}

.s-7583ead4-51f0-47a0-9f53-7813052cd89e.shg-align-container {
  text-align: center
}

.s-7583ead4-51f0-47a0-9f53-7813052cd89e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7583ead4-51f0-47a0-9f53-7813052cd89e.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-7583ead4-51f0-47a0-9f53-7813052cd89e.shogun-image {
    
    
  }


.s-7583ead4-51f0-47a0-9f53-7813052cd89e .shogun-image-content {
  
    align-items: center;
  
}

.s-7583ead4-51f0-47a0-9f53-7813052cd89e.shg-align-container {
  text-align: center
}

.s-7583ead4-51f0-47a0-9f53-7813052cd89e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7583ead4-51f0-47a0-9f53-7813052cd89e.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-7583ead4-51f0-47a0-9f53-7813052cd89e.shogun-image {
    
    
  }


.s-7583ead4-51f0-47a0-9f53-7813052cd89e .shogun-image-content {
  
    align-items: center;
  
}

.s-7583ead4-51f0-47a0-9f53-7813052cd89e.shg-align-container {
  text-align: center
}

.s-7583ead4-51f0-47a0-9f53-7813052cd89e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7583ead4-51f0-47a0-9f53-7813052cd89e.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-7583ead4-51f0-47a0-9f53-7813052cd89e.shogun-image {
    
    
  }


.s-7583ead4-51f0-47a0-9f53-7813052cd89e .shogun-image-content {
  
    align-items: center;
  
}

.s-7583ead4-51f0-47a0-9f53-7813052cd89e.shg-align-container {
  text-align: center
}

.s-7583ead4-51f0-47a0-9f53-7813052cd89e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7583ead4-51f0-47a0-9f53-7813052cd89e.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-7583ead4-51f0-47a0-9f53-7813052cd89e.shogun-image {
    
    
  }


.s-7583ead4-51f0-47a0-9f53-7813052cd89e .shogun-image-content {
  
    align-items: center;
  
}

.s-7583ead4-51f0-47a0-9f53-7813052cd89e.shg-align-container {
  text-align: center
}

.s-7583ead4-51f0-47a0-9f53-7813052cd89e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7583ead4-51f0-47a0-9f53-7813052cd89e.shogun-image {
  box-sizing: border-box;
}


}
@media (min-width: 0px) {
[id="s-59620fdd-5c29-4a7f-b72d-b0f0ea15ea84"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-59620fdd-5c29-4a7f-b72d-b0f0ea15ea84"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-59620fdd-5c29-4a7f-b72d-b0f0ea15ea84"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-59620fdd-5c29-4a7f-b72d-b0f0ea15ea84"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 12.5px);
}

}

#s-f6d51b3e-f167-4458-85b0-efa7e0c321fd {
  text-align: center;
}







  img.s-f6d51b3e-f167-4458-85b0-efa7e0c321fd.shogun-image {
    
    
  }


.s-f6d51b3e-f167-4458-85b0-efa7e0c321fd .shogun-image-content {
  
    align-items: center;
  
}

.s-f6d51b3e-f167-4458-85b0-efa7e0c321fd.shg-align-container {
  text-align: center
}

.s-f6d51b3e-f167-4458-85b0-efa7e0c321fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6d51b3e-f167-4458-85b0-efa7e0c321fd.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-f6d51b3e-f167-4458-85b0-efa7e0c321fd.shogun-image {
    
    
  }


.s-f6d51b3e-f167-4458-85b0-efa7e0c321fd .shogun-image-content {
  
    align-items: center;
  
}

.s-f6d51b3e-f167-4458-85b0-efa7e0c321fd.shg-align-container {
  text-align: center
}

.s-f6d51b3e-f167-4458-85b0-efa7e0c321fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6d51b3e-f167-4458-85b0-efa7e0c321fd.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-f6d51b3e-f167-4458-85b0-efa7e0c321fd.shogun-image {
    
    
  }


.s-f6d51b3e-f167-4458-85b0-efa7e0c321fd .shogun-image-content {
  
    align-items: center;
  
}

.s-f6d51b3e-f167-4458-85b0-efa7e0c321fd.shg-align-container {
  text-align: center
}

.s-f6d51b3e-f167-4458-85b0-efa7e0c321fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6d51b3e-f167-4458-85b0-efa7e0c321fd.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-f6d51b3e-f167-4458-85b0-efa7e0c321fd.shogun-image {
    
    
  }


.s-f6d51b3e-f167-4458-85b0-efa7e0c321fd .shogun-image-content {
  
    align-items: center;
  
}

.s-f6d51b3e-f167-4458-85b0-efa7e0c321fd.shg-align-container {
  text-align: center
}

.s-f6d51b3e-f167-4458-85b0-efa7e0c321fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6d51b3e-f167-4458-85b0-efa7e0c321fd.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-f6d51b3e-f167-4458-85b0-efa7e0c321fd.shogun-image {
    
    
  }


.s-f6d51b3e-f167-4458-85b0-efa7e0c321fd .shogun-image-content {
  
    align-items: center;
  
}

.s-f6d51b3e-f167-4458-85b0-efa7e0c321fd.shg-align-container {
  text-align: center
}

.s-f6d51b3e-f167-4458-85b0-efa7e0c321fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6d51b3e-f167-4458-85b0-efa7e0c321fd.shogun-image {
  box-sizing: border-box;
}


}
#s-10cfdcb4-17c5-49ca-b0e8-5b67ec43e0ce {
  text-align: center;
}







  img.s-10cfdcb4-17c5-49ca-b0e8-5b67ec43e0ce.shogun-image {
    
    
  }


.s-10cfdcb4-17c5-49ca-b0e8-5b67ec43e0ce .shogun-image-content {
  
    align-items: center;
  
}

.s-10cfdcb4-17c5-49ca-b0e8-5b67ec43e0ce.shg-align-container {
  text-align: center
}

.s-10cfdcb4-17c5-49ca-b0e8-5b67ec43e0ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10cfdcb4-17c5-49ca-b0e8-5b67ec43e0ce.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-10cfdcb4-17c5-49ca-b0e8-5b67ec43e0ce.shogun-image {
    
    
  }


.s-10cfdcb4-17c5-49ca-b0e8-5b67ec43e0ce .shogun-image-content {
  
    align-items: center;
  
}

.s-10cfdcb4-17c5-49ca-b0e8-5b67ec43e0ce.shg-align-container {
  text-align: center
}

.s-10cfdcb4-17c5-49ca-b0e8-5b67ec43e0ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10cfdcb4-17c5-49ca-b0e8-5b67ec43e0ce.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-10cfdcb4-17c5-49ca-b0e8-5b67ec43e0ce.shogun-image {
    
    
  }


.s-10cfdcb4-17c5-49ca-b0e8-5b67ec43e0ce .shogun-image-content {
  
    align-items: center;
  
}

.s-10cfdcb4-17c5-49ca-b0e8-5b67ec43e0ce.shg-align-container {
  text-align: center
}

.s-10cfdcb4-17c5-49ca-b0e8-5b67ec43e0ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10cfdcb4-17c5-49ca-b0e8-5b67ec43e0ce.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-10cfdcb4-17c5-49ca-b0e8-5b67ec43e0ce.shogun-image {
    
    
  }


.s-10cfdcb4-17c5-49ca-b0e8-5b67ec43e0ce .shogun-image-content {
  
    align-items: center;
  
}

.s-10cfdcb4-17c5-49ca-b0e8-5b67ec43e0ce.shg-align-container {
  text-align: center
}

.s-10cfdcb4-17c5-49ca-b0e8-5b67ec43e0ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10cfdcb4-17c5-49ca-b0e8-5b67ec43e0ce.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-10cfdcb4-17c5-49ca-b0e8-5b67ec43e0ce.shogun-image {
    
    
  }


.s-10cfdcb4-17c5-49ca-b0e8-5b67ec43e0ce .shogun-image-content {
  
    align-items: center;
  
}

.s-10cfdcb4-17c5-49ca-b0e8-5b67ec43e0ce.shg-align-container {
  text-align: center
}

.s-10cfdcb4-17c5-49ca-b0e8-5b67ec43e0ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10cfdcb4-17c5-49ca-b0e8-5b67ec43e0ce.shogun-image {
  box-sizing: border-box;
}


}
#s-1f14173d-a0c1-49e6-9e9b-79e2640004f4 {
  text-align: center;
}







  img.s-1f14173d-a0c1-49e6-9e9b-79e2640004f4.shogun-image {
    
    
  }


.s-1f14173d-a0c1-49e6-9e9b-79e2640004f4 .shogun-image-content {
  
    align-items: center;
  
}

.s-1f14173d-a0c1-49e6-9e9b-79e2640004f4.shg-align-container {
  text-align: center
}

.s-1f14173d-a0c1-49e6-9e9b-79e2640004f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f14173d-a0c1-49e6-9e9b-79e2640004f4.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-1f14173d-a0c1-49e6-9e9b-79e2640004f4.shogun-image {
    
    
  }


.s-1f14173d-a0c1-49e6-9e9b-79e2640004f4 .shogun-image-content {
  
    align-items: center;
  
}

.s-1f14173d-a0c1-49e6-9e9b-79e2640004f4.shg-align-container {
  text-align: center
}

.s-1f14173d-a0c1-49e6-9e9b-79e2640004f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f14173d-a0c1-49e6-9e9b-79e2640004f4.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-1f14173d-a0c1-49e6-9e9b-79e2640004f4.shogun-image {
    
    
  }


.s-1f14173d-a0c1-49e6-9e9b-79e2640004f4 .shogun-image-content {
  
    align-items: center;
  
}

.s-1f14173d-a0c1-49e6-9e9b-79e2640004f4.shg-align-container {
  text-align: center
}

.s-1f14173d-a0c1-49e6-9e9b-79e2640004f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f14173d-a0c1-49e6-9e9b-79e2640004f4.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-1f14173d-a0c1-49e6-9e9b-79e2640004f4.shogun-image {
    
    
  }


.s-1f14173d-a0c1-49e6-9e9b-79e2640004f4 .shogun-image-content {
  
    align-items: center;
  
}

.s-1f14173d-a0c1-49e6-9e9b-79e2640004f4.shg-align-container {
  text-align: center
}

.s-1f14173d-a0c1-49e6-9e9b-79e2640004f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f14173d-a0c1-49e6-9e9b-79e2640004f4.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-1f14173d-a0c1-49e6-9e9b-79e2640004f4.shogun-image {
    
    
  }


.s-1f14173d-a0c1-49e6-9e9b-79e2640004f4 .shogun-image-content {
  
    align-items: center;
  
}

.s-1f14173d-a0c1-49e6-9e9b-79e2640004f4.shg-align-container {
  text-align: center
}

.s-1f14173d-a0c1-49e6-9e9b-79e2640004f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f14173d-a0c1-49e6-9e9b-79e2640004f4.shogun-image {
  box-sizing: border-box;
}


}
#s-68b03492-9b5e-42ad-b054-7669778be2e4 {
  text-align: center;
}







  img.s-68b03492-9b5e-42ad-b054-7669778be2e4.shogun-image {
    
    
  }


.s-68b03492-9b5e-42ad-b054-7669778be2e4 .shogun-image-content {
  
    align-items: center;
  
}

.s-68b03492-9b5e-42ad-b054-7669778be2e4.shg-align-container {
  text-align: center
}

.s-68b03492-9b5e-42ad-b054-7669778be2e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68b03492-9b5e-42ad-b054-7669778be2e4.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-68b03492-9b5e-42ad-b054-7669778be2e4.shogun-image {
    
    
  }


.s-68b03492-9b5e-42ad-b054-7669778be2e4 .shogun-image-content {
  
    align-items: center;
  
}

.s-68b03492-9b5e-42ad-b054-7669778be2e4.shg-align-container {
  text-align: center
}

.s-68b03492-9b5e-42ad-b054-7669778be2e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68b03492-9b5e-42ad-b054-7669778be2e4.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-68b03492-9b5e-42ad-b054-7669778be2e4.shogun-image {
    
    
  }


.s-68b03492-9b5e-42ad-b054-7669778be2e4 .shogun-image-content {
  
    align-items: center;
  
}

.s-68b03492-9b5e-42ad-b054-7669778be2e4.shg-align-container {
  text-align: center
}

.s-68b03492-9b5e-42ad-b054-7669778be2e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68b03492-9b5e-42ad-b054-7669778be2e4.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-68b03492-9b5e-42ad-b054-7669778be2e4.shogun-image {
    
    
  }


.s-68b03492-9b5e-42ad-b054-7669778be2e4 .shogun-image-content {
  
    align-items: center;
  
}

.s-68b03492-9b5e-42ad-b054-7669778be2e4.shg-align-container {
  text-align: center
}

.s-68b03492-9b5e-42ad-b054-7669778be2e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68b03492-9b5e-42ad-b054-7669778be2e4.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-68b03492-9b5e-42ad-b054-7669778be2e4.shogun-image {
    
    
  }


.s-68b03492-9b5e-42ad-b054-7669778be2e4 .shogun-image-content {
  
    align-items: center;
  
}

.s-68b03492-9b5e-42ad-b054-7669778be2e4.shg-align-container {
  text-align: center
}

.s-68b03492-9b5e-42ad-b054-7669778be2e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68b03492-9b5e-42ad-b054-7669778be2e4.shogun-image {
  box-sizing: border-box;
}


}
#s-c2d20048-9714-4eba-93d3-9b65a2b588ed {
  text-align: center;
}







  img.s-c2d20048-9714-4eba-93d3-9b65a2b588ed.shogun-image {
    
    
  }


.s-c2d20048-9714-4eba-93d3-9b65a2b588ed .shogun-image-content {
  
    align-items: center;
  
}

.s-c2d20048-9714-4eba-93d3-9b65a2b588ed.shg-align-container {
  text-align: center
}

.s-c2d20048-9714-4eba-93d3-9b65a2b588ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2d20048-9714-4eba-93d3-9b65a2b588ed.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-c2d20048-9714-4eba-93d3-9b65a2b588ed.shogun-image {
    
    
  }


.s-c2d20048-9714-4eba-93d3-9b65a2b588ed .shogun-image-content {
  
    align-items: center;
  
}

.s-c2d20048-9714-4eba-93d3-9b65a2b588ed.shg-align-container {
  text-align: center
}

.s-c2d20048-9714-4eba-93d3-9b65a2b588ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2d20048-9714-4eba-93d3-9b65a2b588ed.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-c2d20048-9714-4eba-93d3-9b65a2b588ed.shogun-image {
    
    
  }


.s-c2d20048-9714-4eba-93d3-9b65a2b588ed .shogun-image-content {
  
    align-items: center;
  
}

.s-c2d20048-9714-4eba-93d3-9b65a2b588ed.shg-align-container {
  text-align: center
}

.s-c2d20048-9714-4eba-93d3-9b65a2b588ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2d20048-9714-4eba-93d3-9b65a2b588ed.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-c2d20048-9714-4eba-93d3-9b65a2b588ed.shogun-image {
    
    
  }


.s-c2d20048-9714-4eba-93d3-9b65a2b588ed .shogun-image-content {
  
    align-items: center;
  
}

.s-c2d20048-9714-4eba-93d3-9b65a2b588ed.shg-align-container {
  text-align: center
}

.s-c2d20048-9714-4eba-93d3-9b65a2b588ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2d20048-9714-4eba-93d3-9b65a2b588ed.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-c2d20048-9714-4eba-93d3-9b65a2b588ed.shogun-image {
    
    
  }


.s-c2d20048-9714-4eba-93d3-9b65a2b588ed .shogun-image-content {
  
    align-items: center;
  
}

.s-c2d20048-9714-4eba-93d3-9b65a2b588ed.shg-align-container {
  text-align: center
}

.s-c2d20048-9714-4eba-93d3-9b65a2b588ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2d20048-9714-4eba-93d3-9b65a2b588ed.shogun-image {
  box-sizing: border-box;
}


}
#s-5d650e39-e296-46fe-a7c7-19e99e7ddb92 {
  text-align: center;
}







  img.s-5d650e39-e296-46fe-a7c7-19e99e7ddb92.shogun-image {
    
    
  }


.s-5d650e39-e296-46fe-a7c7-19e99e7ddb92 .shogun-image-content {
  
    align-items: center;
  
}

.s-5d650e39-e296-46fe-a7c7-19e99e7ddb92.shg-align-container {
  text-align: center
}

.s-5d650e39-e296-46fe-a7c7-19e99e7ddb92.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d650e39-e296-46fe-a7c7-19e99e7ddb92.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-5d650e39-e296-46fe-a7c7-19e99e7ddb92.shogun-image {
    
    
  }


.s-5d650e39-e296-46fe-a7c7-19e99e7ddb92 .shogun-image-content {
  
    align-items: center;
  
}

.s-5d650e39-e296-46fe-a7c7-19e99e7ddb92.shg-align-container {
  text-align: center
}

.s-5d650e39-e296-46fe-a7c7-19e99e7ddb92.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d650e39-e296-46fe-a7c7-19e99e7ddb92.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-5d650e39-e296-46fe-a7c7-19e99e7ddb92.shogun-image {
    
    
  }


.s-5d650e39-e296-46fe-a7c7-19e99e7ddb92 .shogun-image-content {
  
    align-items: center;
  
}

.s-5d650e39-e296-46fe-a7c7-19e99e7ddb92.shg-align-container {
  text-align: center
}

.s-5d650e39-e296-46fe-a7c7-19e99e7ddb92.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d650e39-e296-46fe-a7c7-19e99e7ddb92.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-5d650e39-e296-46fe-a7c7-19e99e7ddb92.shogun-image {
    
    
  }


.s-5d650e39-e296-46fe-a7c7-19e99e7ddb92 .shogun-image-content {
  
    align-items: center;
  
}

.s-5d650e39-e296-46fe-a7c7-19e99e7ddb92.shg-align-container {
  text-align: center
}

.s-5d650e39-e296-46fe-a7c7-19e99e7ddb92.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d650e39-e296-46fe-a7c7-19e99e7ddb92.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-5d650e39-e296-46fe-a7c7-19e99e7ddb92.shogun-image {
    
    
  }


.s-5d650e39-e296-46fe-a7c7-19e99e7ddb92 .shogun-image-content {
  
    align-items: center;
  
}

.s-5d650e39-e296-46fe-a7c7-19e99e7ddb92.shg-align-container {
  text-align: center
}

.s-5d650e39-e296-46fe-a7c7-19e99e7ddb92.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d650e39-e296-46fe-a7c7-19e99e7ddb92.shogun-image {
  box-sizing: border-box;
}


}
@media (min-width: 0px) {
[id="s-d54a19d7-602a-459b-9866-0ee441ab2073"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-d54a19d7-602a-459b-9866-0ee441ab2073"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 12.0px);
}

}

@media (min-width: 992px) {
[id="s-d54a19d7-602a-459b-9866-0ee441ab2073"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 12.0px);
}

}

@media (min-width: 1200px) {
[id="s-d54a19d7-602a-459b-9866-0ee441ab2073"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 12.0px);
}

}

#s-0a5eb0bf-0ca9-435c-b708-71d84337be32 {
  text-align: center;
}







  img.s-0a5eb0bf-0ca9-435c-b708-71d84337be32.shogun-image {
    
    
  }


.s-0a5eb0bf-0ca9-435c-b708-71d84337be32 .shogun-image-content {
  
    align-items: center;
  
}

.s-0a5eb0bf-0ca9-435c-b708-71d84337be32.shg-align-container {
  text-align: center
}

.s-0a5eb0bf-0ca9-435c-b708-71d84337be32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a5eb0bf-0ca9-435c-b708-71d84337be32.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-0a5eb0bf-0ca9-435c-b708-71d84337be32.shogun-image {
    
    
  }


.s-0a5eb0bf-0ca9-435c-b708-71d84337be32 .shogun-image-content {
  
    align-items: center;
  
}

.s-0a5eb0bf-0ca9-435c-b708-71d84337be32.shg-align-container {
  text-align: center
}

.s-0a5eb0bf-0ca9-435c-b708-71d84337be32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a5eb0bf-0ca9-435c-b708-71d84337be32.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-0a5eb0bf-0ca9-435c-b708-71d84337be32.shogun-image {
    
    
  }


.s-0a5eb0bf-0ca9-435c-b708-71d84337be32 .shogun-image-content {
  
    align-items: center;
  
}

.s-0a5eb0bf-0ca9-435c-b708-71d84337be32.shg-align-container {
  text-align: center
}

.s-0a5eb0bf-0ca9-435c-b708-71d84337be32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a5eb0bf-0ca9-435c-b708-71d84337be32.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-0a5eb0bf-0ca9-435c-b708-71d84337be32.shogun-image {
    
    
  }


.s-0a5eb0bf-0ca9-435c-b708-71d84337be32 .shogun-image-content {
  
    align-items: center;
  
}

.s-0a5eb0bf-0ca9-435c-b708-71d84337be32.shg-align-container {
  text-align: center
}

.s-0a5eb0bf-0ca9-435c-b708-71d84337be32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a5eb0bf-0ca9-435c-b708-71d84337be32.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-0a5eb0bf-0ca9-435c-b708-71d84337be32.shogun-image {
    
    
  }


.s-0a5eb0bf-0ca9-435c-b708-71d84337be32 .shogun-image-content {
  
    align-items: center;
  
}

.s-0a5eb0bf-0ca9-435c-b708-71d84337be32.shg-align-container {
  text-align: center
}

.s-0a5eb0bf-0ca9-435c-b708-71d84337be32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a5eb0bf-0ca9-435c-b708-71d84337be32.shogun-image {
  box-sizing: border-box;
}


}
#s-34ed61f5-fc8e-427f-9c2d-a0344dca2a13 {
  text-align: center;
}







  img.s-34ed61f5-fc8e-427f-9c2d-a0344dca2a13.shogun-image {
    
    
  }


.s-34ed61f5-fc8e-427f-9c2d-a0344dca2a13 .shogun-image-content {
  
    align-items: center;
  
}

.s-34ed61f5-fc8e-427f-9c2d-a0344dca2a13.shg-align-container {
  text-align: center
}

.s-34ed61f5-fc8e-427f-9c2d-a0344dca2a13.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34ed61f5-fc8e-427f-9c2d-a0344dca2a13.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-34ed61f5-fc8e-427f-9c2d-a0344dca2a13.shogun-image {
    
    
  }


.s-34ed61f5-fc8e-427f-9c2d-a0344dca2a13 .shogun-image-content {
  
    align-items: center;
  
}

.s-34ed61f5-fc8e-427f-9c2d-a0344dca2a13.shg-align-container {
  text-align: center
}

.s-34ed61f5-fc8e-427f-9c2d-a0344dca2a13.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34ed61f5-fc8e-427f-9c2d-a0344dca2a13.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-34ed61f5-fc8e-427f-9c2d-a0344dca2a13.shogun-image {
    
    
  }


.s-34ed61f5-fc8e-427f-9c2d-a0344dca2a13 .shogun-image-content {
  
    align-items: center;
  
}

.s-34ed61f5-fc8e-427f-9c2d-a0344dca2a13.shg-align-container {
  text-align: center
}

.s-34ed61f5-fc8e-427f-9c2d-a0344dca2a13.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34ed61f5-fc8e-427f-9c2d-a0344dca2a13.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-34ed61f5-fc8e-427f-9c2d-a0344dca2a13.shogun-image {
    
    
  }


.s-34ed61f5-fc8e-427f-9c2d-a0344dca2a13 .shogun-image-content {
  
    align-items: center;
  
}

.s-34ed61f5-fc8e-427f-9c2d-a0344dca2a13.shg-align-container {
  text-align: center
}

.s-34ed61f5-fc8e-427f-9c2d-a0344dca2a13.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34ed61f5-fc8e-427f-9c2d-a0344dca2a13.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-34ed61f5-fc8e-427f-9c2d-a0344dca2a13.shogun-image {
    
    
  }


.s-34ed61f5-fc8e-427f-9c2d-a0344dca2a13 .shogun-image-content {
  
    align-items: center;
  
}

.s-34ed61f5-fc8e-427f-9c2d-a0344dca2a13.shg-align-container {
  text-align: center
}

.s-34ed61f5-fc8e-427f-9c2d-a0344dca2a13.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34ed61f5-fc8e-427f-9c2d-a0344dca2a13.shogun-image {
  box-sizing: border-box;
}


}
#s-b44714c3-7cd6-4734-8646-78eb174f61a4 {
  text-align: center;
}







  img.s-b44714c3-7cd6-4734-8646-78eb174f61a4.shogun-image {
    
    
  }


.s-b44714c3-7cd6-4734-8646-78eb174f61a4 .shogun-image-content {
  
    align-items: center;
  
}

.s-b44714c3-7cd6-4734-8646-78eb174f61a4.shg-align-container {
  text-align: center
}

.s-b44714c3-7cd6-4734-8646-78eb174f61a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b44714c3-7cd6-4734-8646-78eb174f61a4.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-b44714c3-7cd6-4734-8646-78eb174f61a4.shogun-image {
    
    
  }


.s-b44714c3-7cd6-4734-8646-78eb174f61a4 .shogun-image-content {
  
    align-items: center;
  
}

.s-b44714c3-7cd6-4734-8646-78eb174f61a4.shg-align-container {
  text-align: center
}

.s-b44714c3-7cd6-4734-8646-78eb174f61a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b44714c3-7cd6-4734-8646-78eb174f61a4.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-b44714c3-7cd6-4734-8646-78eb174f61a4.shogun-image {
    
    
  }


.s-b44714c3-7cd6-4734-8646-78eb174f61a4 .shogun-image-content {
  
    align-items: center;
  
}

.s-b44714c3-7cd6-4734-8646-78eb174f61a4.shg-align-container {
  text-align: center
}

.s-b44714c3-7cd6-4734-8646-78eb174f61a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b44714c3-7cd6-4734-8646-78eb174f61a4.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-b44714c3-7cd6-4734-8646-78eb174f61a4.shogun-image {
    
    
  }


.s-b44714c3-7cd6-4734-8646-78eb174f61a4 .shogun-image-content {
  
    align-items: center;
  
}

.s-b44714c3-7cd6-4734-8646-78eb174f61a4.shg-align-container {
  text-align: center
}

.s-b44714c3-7cd6-4734-8646-78eb174f61a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b44714c3-7cd6-4734-8646-78eb174f61a4.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-b44714c3-7cd6-4734-8646-78eb174f61a4.shogun-image {
    
    
  }


.s-b44714c3-7cd6-4734-8646-78eb174f61a4 .shogun-image-content {
  
    align-items: center;
  
}

.s-b44714c3-7cd6-4734-8646-78eb174f61a4.shg-align-container {
  text-align: center
}

.s-b44714c3-7cd6-4734-8646-78eb174f61a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b44714c3-7cd6-4734-8646-78eb174f61a4.shogun-image {
  box-sizing: border-box;
}


}
#s-dc8e0013-421f-4a56-9778-138a6eb468c1 {
  text-align: center;
}







  img.s-dc8e0013-421f-4a56-9778-138a6eb468c1.shogun-image {
    
    
  }


.s-dc8e0013-421f-4a56-9778-138a6eb468c1 .shogun-image-content {
  
    align-items: center;
  
}

.s-dc8e0013-421f-4a56-9778-138a6eb468c1.shg-align-container {
  text-align: center
}

.s-dc8e0013-421f-4a56-9778-138a6eb468c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc8e0013-421f-4a56-9778-138a6eb468c1.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-dc8e0013-421f-4a56-9778-138a6eb468c1.shogun-image {
    
    
  }


.s-dc8e0013-421f-4a56-9778-138a6eb468c1 .shogun-image-content {
  
    align-items: center;
  
}

.s-dc8e0013-421f-4a56-9778-138a6eb468c1.shg-align-container {
  text-align: center
}

.s-dc8e0013-421f-4a56-9778-138a6eb468c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc8e0013-421f-4a56-9778-138a6eb468c1.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-dc8e0013-421f-4a56-9778-138a6eb468c1.shogun-image {
    
    
  }


.s-dc8e0013-421f-4a56-9778-138a6eb468c1 .shogun-image-content {
  
    align-items: center;
  
}

.s-dc8e0013-421f-4a56-9778-138a6eb468c1.shg-align-container {
  text-align: center
}

.s-dc8e0013-421f-4a56-9778-138a6eb468c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc8e0013-421f-4a56-9778-138a6eb468c1.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-dc8e0013-421f-4a56-9778-138a6eb468c1.shogun-image {
    
    
  }


.s-dc8e0013-421f-4a56-9778-138a6eb468c1 .shogun-image-content {
  
    align-items: center;
  
}

.s-dc8e0013-421f-4a56-9778-138a6eb468c1.shg-align-container {
  text-align: center
}

.s-dc8e0013-421f-4a56-9778-138a6eb468c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc8e0013-421f-4a56-9778-138a6eb468c1.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-dc8e0013-421f-4a56-9778-138a6eb468c1.shogun-image {
    
    
  }


.s-dc8e0013-421f-4a56-9778-138a6eb468c1 .shogun-image-content {
  
    align-items: center;
  
}

.s-dc8e0013-421f-4a56-9778-138a6eb468c1.shg-align-container {
  text-align: center
}

.s-dc8e0013-421f-4a56-9778-138a6eb468c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc8e0013-421f-4a56-9778-138a6eb468c1.shogun-image {
  box-sizing: border-box;
}


}
#s-05ce0d81-b4b8-421a-a3d0-b3715ec02035 {
  text-align: center;
}







  img.s-05ce0d81-b4b8-421a-a3d0-b3715ec02035.shogun-image {
    
    
  }


.s-05ce0d81-b4b8-421a-a3d0-b3715ec02035 .shogun-image-content {
  
    align-items: center;
  
}

.s-05ce0d81-b4b8-421a-a3d0-b3715ec02035.shg-align-container {
  text-align: center
}

.s-05ce0d81-b4b8-421a-a3d0-b3715ec02035.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05ce0d81-b4b8-421a-a3d0-b3715ec02035.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-05ce0d81-b4b8-421a-a3d0-b3715ec02035.shogun-image {
    
    
  }


.s-05ce0d81-b4b8-421a-a3d0-b3715ec02035 .shogun-image-content {
  
    align-items: center;
  
}

.s-05ce0d81-b4b8-421a-a3d0-b3715ec02035.shg-align-container {
  text-align: center
}

.s-05ce0d81-b4b8-421a-a3d0-b3715ec02035.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05ce0d81-b4b8-421a-a3d0-b3715ec02035.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-05ce0d81-b4b8-421a-a3d0-b3715ec02035.shogun-image {
    
    
  }


.s-05ce0d81-b4b8-421a-a3d0-b3715ec02035 .shogun-image-content {
  
    align-items: center;
  
}

.s-05ce0d81-b4b8-421a-a3d0-b3715ec02035.shg-align-container {
  text-align: center
}

.s-05ce0d81-b4b8-421a-a3d0-b3715ec02035.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05ce0d81-b4b8-421a-a3d0-b3715ec02035.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-05ce0d81-b4b8-421a-a3d0-b3715ec02035.shogun-image {
    
    
  }


.s-05ce0d81-b4b8-421a-a3d0-b3715ec02035 .shogun-image-content {
  
    align-items: center;
  
}

.s-05ce0d81-b4b8-421a-a3d0-b3715ec02035.shg-align-container {
  text-align: center
}

.s-05ce0d81-b4b8-421a-a3d0-b3715ec02035.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05ce0d81-b4b8-421a-a3d0-b3715ec02035.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-05ce0d81-b4b8-421a-a3d0-b3715ec02035.shogun-image {
    
    
  }


.s-05ce0d81-b4b8-421a-a3d0-b3715ec02035 .shogun-image-content {
  
    align-items: center;
  
}

.s-05ce0d81-b4b8-421a-a3d0-b3715ec02035.shg-align-container {
  text-align: center
}

.s-05ce0d81-b4b8-421a-a3d0-b3715ec02035.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05ce0d81-b4b8-421a-a3d0-b3715ec02035.shogun-image {
  box-sizing: border-box;
}


}
@media (min-width: 1200px){#s-378e7abc-8aba-4911-8ac8-16bfd2189221 {
  display: none;
}
#s-378e7abc-8aba-4911-8ac8-16bfd2189221, #wrap-s-378e7abc-8aba-4911-8ac8-16bfd2189221 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-378e7abc-8aba-4911-8ac8-16bfd2189221 {
  display: none;
}
#s-378e7abc-8aba-4911-8ac8-16bfd2189221, #wrap-s-378e7abc-8aba-4911-8ac8-16bfd2189221 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-378e7abc-8aba-4911-8ac8-16bfd2189221 {
  display: none;
}
#s-378e7abc-8aba-4911-8ac8-16bfd2189221, #wrap-s-378e7abc-8aba-4911-8ac8-16bfd2189221 { display:none !important; }}
@media (min-width: 0px) {
[id="s-378e7abc-8aba-4911-8ac8-16bfd2189221"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-378e7abc-8aba-4911-8ac8-16bfd2189221"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 12.0px);
}

}

@media (min-width: 992px) {
[id="s-378e7abc-8aba-4911-8ac8-16bfd2189221"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 12.0px);
}

}

@media (min-width: 1200px) {
[id="s-378e7abc-8aba-4911-8ac8-16bfd2189221"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 12.0px);
}

}

#s-9655c6e1-eb22-4dd3-9a00-d2d60074c567 {
  text-align: center;
}







  img.s-9655c6e1-eb22-4dd3-9a00-d2d60074c567.shogun-image {
    
    
  }


.s-9655c6e1-eb22-4dd3-9a00-d2d60074c567 .shogun-image-content {
  
    align-items: center;
  
}

.s-9655c6e1-eb22-4dd3-9a00-d2d60074c567.shg-align-container {
  text-align: center
}

.s-9655c6e1-eb22-4dd3-9a00-d2d60074c567.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9655c6e1-eb22-4dd3-9a00-d2d60074c567.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-9655c6e1-eb22-4dd3-9a00-d2d60074c567.shogun-image {
    
    
  }


.s-9655c6e1-eb22-4dd3-9a00-d2d60074c567 .shogun-image-content {
  
    align-items: center;
  
}

.s-9655c6e1-eb22-4dd3-9a00-d2d60074c567.shg-align-container {
  text-align: center
}

.s-9655c6e1-eb22-4dd3-9a00-d2d60074c567.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9655c6e1-eb22-4dd3-9a00-d2d60074c567.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-9655c6e1-eb22-4dd3-9a00-d2d60074c567.shogun-image {
    
    
  }


.s-9655c6e1-eb22-4dd3-9a00-d2d60074c567 .shogun-image-content {
  
    align-items: center;
  
}

.s-9655c6e1-eb22-4dd3-9a00-d2d60074c567.shg-align-container {
  text-align: center
}

.s-9655c6e1-eb22-4dd3-9a00-d2d60074c567.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9655c6e1-eb22-4dd3-9a00-d2d60074c567.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-9655c6e1-eb22-4dd3-9a00-d2d60074c567.shogun-image {
    
    
  }


.s-9655c6e1-eb22-4dd3-9a00-d2d60074c567 .shogun-image-content {
  
    align-items: center;
  
}

.s-9655c6e1-eb22-4dd3-9a00-d2d60074c567.shg-align-container {
  text-align: center
}

.s-9655c6e1-eb22-4dd3-9a00-d2d60074c567.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9655c6e1-eb22-4dd3-9a00-d2d60074c567.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-9655c6e1-eb22-4dd3-9a00-d2d60074c567.shogun-image {
    
    
  }


.s-9655c6e1-eb22-4dd3-9a00-d2d60074c567 .shogun-image-content {
  
    align-items: center;
  
}

.s-9655c6e1-eb22-4dd3-9a00-d2d60074c567.shg-align-container {
  text-align: center
}

.s-9655c6e1-eb22-4dd3-9a00-d2d60074c567.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9655c6e1-eb22-4dd3-9a00-d2d60074c567.shogun-image {
  box-sizing: border-box;
}


}
#s-25f14296-b4ec-462a-be87-fe18c53b1403 {
  text-align: center;
}







  img.s-25f14296-b4ec-462a-be87-fe18c53b1403.shogun-image {
    
    
  }


.s-25f14296-b4ec-462a-be87-fe18c53b1403 .shogun-image-content {
  
    align-items: center;
  
}

.s-25f14296-b4ec-462a-be87-fe18c53b1403.shg-align-container {
  text-align: center
}

.s-25f14296-b4ec-462a-be87-fe18c53b1403.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25f14296-b4ec-462a-be87-fe18c53b1403.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-25f14296-b4ec-462a-be87-fe18c53b1403.shogun-image {
    
    
  }


.s-25f14296-b4ec-462a-be87-fe18c53b1403 .shogun-image-content {
  
    align-items: center;
  
}

.s-25f14296-b4ec-462a-be87-fe18c53b1403.shg-align-container {
  text-align: center
}

.s-25f14296-b4ec-462a-be87-fe18c53b1403.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25f14296-b4ec-462a-be87-fe18c53b1403.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-25f14296-b4ec-462a-be87-fe18c53b1403.shogun-image {
    
    
  }


.s-25f14296-b4ec-462a-be87-fe18c53b1403 .shogun-image-content {
  
    align-items: center;
  
}

.s-25f14296-b4ec-462a-be87-fe18c53b1403.shg-align-container {
  text-align: center
}

.s-25f14296-b4ec-462a-be87-fe18c53b1403.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25f14296-b4ec-462a-be87-fe18c53b1403.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-25f14296-b4ec-462a-be87-fe18c53b1403.shogun-image {
    
    
  }


.s-25f14296-b4ec-462a-be87-fe18c53b1403 .shogun-image-content {
  
    align-items: center;
  
}

.s-25f14296-b4ec-462a-be87-fe18c53b1403.shg-align-container {
  text-align: center
}

.s-25f14296-b4ec-462a-be87-fe18c53b1403.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25f14296-b4ec-462a-be87-fe18c53b1403.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-25f14296-b4ec-462a-be87-fe18c53b1403.shogun-image {
    
    
  }


.s-25f14296-b4ec-462a-be87-fe18c53b1403 .shogun-image-content {
  
    align-items: center;
  
}

.s-25f14296-b4ec-462a-be87-fe18c53b1403.shg-align-container {
  text-align: center
}

.s-25f14296-b4ec-462a-be87-fe18c53b1403.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25f14296-b4ec-462a-be87-fe18c53b1403.shogun-image {
  box-sizing: border-box;
}


}
#s-f796bf4d-6e49-497a-afaf-e6576d26754b {
  text-align: center;
}







  img.s-f796bf4d-6e49-497a-afaf-e6576d26754b.shogun-image {
    
    
  }


.s-f796bf4d-6e49-497a-afaf-e6576d26754b .shogun-image-content {
  
    align-items: center;
  
}

.s-f796bf4d-6e49-497a-afaf-e6576d26754b.shg-align-container {
  text-align: center
}

.s-f796bf4d-6e49-497a-afaf-e6576d26754b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f796bf4d-6e49-497a-afaf-e6576d26754b.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-f796bf4d-6e49-497a-afaf-e6576d26754b.shogun-image {
    
    
  }


.s-f796bf4d-6e49-497a-afaf-e6576d26754b .shogun-image-content {
  
    align-items: center;
  
}

.s-f796bf4d-6e49-497a-afaf-e6576d26754b.shg-align-container {
  text-align: center
}

.s-f796bf4d-6e49-497a-afaf-e6576d26754b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f796bf4d-6e49-497a-afaf-e6576d26754b.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-f796bf4d-6e49-497a-afaf-e6576d26754b.shogun-image {
    
    
  }


.s-f796bf4d-6e49-497a-afaf-e6576d26754b .shogun-image-content {
  
    align-items: center;
  
}

.s-f796bf4d-6e49-497a-afaf-e6576d26754b.shg-align-container {
  text-align: center
}

.s-f796bf4d-6e49-497a-afaf-e6576d26754b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f796bf4d-6e49-497a-afaf-e6576d26754b.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-f796bf4d-6e49-497a-afaf-e6576d26754b.shogun-image {
    
    
  }


.s-f796bf4d-6e49-497a-afaf-e6576d26754b .shogun-image-content {
  
    align-items: center;
  
}

.s-f796bf4d-6e49-497a-afaf-e6576d26754b.shg-align-container {
  text-align: center
}

.s-f796bf4d-6e49-497a-afaf-e6576d26754b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f796bf4d-6e49-497a-afaf-e6576d26754b.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-f796bf4d-6e49-497a-afaf-e6576d26754b.shogun-image {
    
    
  }


.s-f796bf4d-6e49-497a-afaf-e6576d26754b .shogun-image-content {
  
    align-items: center;
  
}

.s-f796bf4d-6e49-497a-afaf-e6576d26754b.shg-align-container {
  text-align: center
}

.s-f796bf4d-6e49-497a-afaf-e6576d26754b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f796bf4d-6e49-497a-afaf-e6576d26754b.shogun-image {
  box-sizing: border-box;
}


}
#s-c5422759-6112-477d-9698-ee0d482cf4f1 {
  text-align: center;
}







  img.s-c5422759-6112-477d-9698-ee0d482cf4f1.shogun-image {
    
    
  }


.s-c5422759-6112-477d-9698-ee0d482cf4f1 .shogun-image-content {
  
    align-items: center;
  
}

.s-c5422759-6112-477d-9698-ee0d482cf4f1.shg-align-container {
  text-align: center
}

.s-c5422759-6112-477d-9698-ee0d482cf4f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5422759-6112-477d-9698-ee0d482cf4f1.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-c5422759-6112-477d-9698-ee0d482cf4f1.shogun-image {
    
    
  }


.s-c5422759-6112-477d-9698-ee0d482cf4f1 .shogun-image-content {
  
    align-items: center;
  
}

.s-c5422759-6112-477d-9698-ee0d482cf4f1.shg-align-container {
  text-align: center
}

.s-c5422759-6112-477d-9698-ee0d482cf4f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5422759-6112-477d-9698-ee0d482cf4f1.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-c5422759-6112-477d-9698-ee0d482cf4f1.shogun-image {
    
    
  }


.s-c5422759-6112-477d-9698-ee0d482cf4f1 .shogun-image-content {
  
    align-items: center;
  
}

.s-c5422759-6112-477d-9698-ee0d482cf4f1.shg-align-container {
  text-align: center
}

.s-c5422759-6112-477d-9698-ee0d482cf4f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5422759-6112-477d-9698-ee0d482cf4f1.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-c5422759-6112-477d-9698-ee0d482cf4f1.shogun-image {
    
    
  }


.s-c5422759-6112-477d-9698-ee0d482cf4f1 .shogun-image-content {
  
    align-items: center;
  
}

.s-c5422759-6112-477d-9698-ee0d482cf4f1.shg-align-container {
  text-align: center
}

.s-c5422759-6112-477d-9698-ee0d482cf4f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5422759-6112-477d-9698-ee0d482cf4f1.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-c5422759-6112-477d-9698-ee0d482cf4f1.shogun-image {
    
    
  }


.s-c5422759-6112-477d-9698-ee0d482cf4f1 .shogun-image-content {
  
    align-items: center;
  
}

.s-c5422759-6112-477d-9698-ee0d482cf4f1.shg-align-container {
  text-align: center
}

.s-c5422759-6112-477d-9698-ee0d482cf4f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5422759-6112-477d-9698-ee0d482cf4f1.shogun-image {
  box-sizing: border-box;
}


}
#s-4d8413c0-018e-4310-87cf-6441e37df7c2 {
  text-align: center;
}







  img.s-4d8413c0-018e-4310-87cf-6441e37df7c2.shogun-image {
    
    
  }


.s-4d8413c0-018e-4310-87cf-6441e37df7c2 .shogun-image-content {
  
    align-items: center;
  
}

.s-4d8413c0-018e-4310-87cf-6441e37df7c2.shg-align-container {
  text-align: center
}

.s-4d8413c0-018e-4310-87cf-6441e37df7c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d8413c0-018e-4310-87cf-6441e37df7c2.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-4d8413c0-018e-4310-87cf-6441e37df7c2.shogun-image {
    
    
  }


.s-4d8413c0-018e-4310-87cf-6441e37df7c2 .shogun-image-content {
  
    align-items: center;
  
}

.s-4d8413c0-018e-4310-87cf-6441e37df7c2.shg-align-container {
  text-align: center
}

.s-4d8413c0-018e-4310-87cf-6441e37df7c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d8413c0-018e-4310-87cf-6441e37df7c2.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-4d8413c0-018e-4310-87cf-6441e37df7c2.shogun-image {
    
    
  }


.s-4d8413c0-018e-4310-87cf-6441e37df7c2 .shogun-image-content {
  
    align-items: center;
  
}

.s-4d8413c0-018e-4310-87cf-6441e37df7c2.shg-align-container {
  text-align: center
}

.s-4d8413c0-018e-4310-87cf-6441e37df7c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d8413c0-018e-4310-87cf-6441e37df7c2.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-4d8413c0-018e-4310-87cf-6441e37df7c2.shogun-image {
    
    
  }


.s-4d8413c0-018e-4310-87cf-6441e37df7c2 .shogun-image-content {
  
    align-items: center;
  
}

.s-4d8413c0-018e-4310-87cf-6441e37df7c2.shg-align-container {
  text-align: center
}

.s-4d8413c0-018e-4310-87cf-6441e37df7c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d8413c0-018e-4310-87cf-6441e37df7c2.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-4d8413c0-018e-4310-87cf-6441e37df7c2.shogun-image {
    
    
  }


.s-4d8413c0-018e-4310-87cf-6441e37df7c2 .shogun-image-content {
  
    align-items: center;
  
}

.s-4d8413c0-018e-4310-87cf-6441e37df7c2.shg-align-container {
  text-align: center
}

.s-4d8413c0-018e-4310-87cf-6441e37df7c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d8413c0-018e-4310-87cf-6441e37df7c2.shogun-image {
  box-sizing: border-box;
}


}
#s-d51060b5-c01d-46c4-80fc-57f9815bfeaf {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 1951px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d51060b5-c01d-46c4-80fc-57f9815bfeaf {
  
}
}@media (max-width: 767px){#s-d51060b5-c01d-46c4-80fc-57f9815bfeaf {
  
}
}







#s-d51060b5-c01d-46c4-80fc-57f9815bfeaf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d51060b5-c01d-46c4-80fc-57f9815bfeaf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-807db191-0815-4e15-95cf-368f42d036e8 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 2%;
padding-bottom: 10px;
padding-right: 2%;
}
@media (min-width: 1200px){#s-807db191-0815-4e15-95cf-368f42d036e8 {
  display: none;
}
#s-807db191-0815-4e15-95cf-368f42d036e8, #wrap-s-807db191-0815-4e15-95cf-368f42d036e8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-807db191-0815-4e15-95cf-368f42d036e8 {
  display: none;
}
#s-807db191-0815-4e15-95cf-368f42d036e8, #wrap-s-807db191-0815-4e15-95cf-368f42d036e8 { display:none !important; }}
#s-e68ae657-b592-4156-91ae-c1954dbd8136 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-e68ae657-b592-4156-91ae-c1954dbd8136 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e68ae657-b592-4156-91ae-c1954dbd8136.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-491d1432-2999-4159-a0ef-12de55daa210 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-bottom: 0px;
max-width: 1500px;
}
@media (min-width: 768px) and (max-width: 991px){#s-491d1432-2999-4159-a0ef-12de55daa210 {
  
}
}@media (max-width: 767px){#s-491d1432-2999-4159-a0ef-12de55daa210 {
  margin-left: 5%;
margin-right: 5%;
}
}







#s-491d1432-2999-4159-a0ef-12de55daa210 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-491d1432-2999-4159-a0ef-12de55daa210.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fe984e57-3a7b-47b7-bf2b-5437fa0921b6 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-fe984e57-3a7b-47b7-bf2b-5437fa0921b6 {
  display: none;
}
#s-fe984e57-3a7b-47b7-bf2b-5437fa0921b6, #wrap-s-fe984e57-3a7b-47b7-bf2b-5437fa0921b6 { display:none !important; }}@media (max-width: 767px){#s-fe984e57-3a7b-47b7-bf2b-5437fa0921b6 {
  display: none;
}
#s-fe984e57-3a7b-47b7-bf2b-5437fa0921b6, #wrap-s-fe984e57-3a7b-47b7-bf2b-5437fa0921b6 { display:none !important; }}
@media (min-width: 0px) {
[id="s-9a096d1b-62d9-4b4f-a4f9-f033d723ce07"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-9a096d1b-62d9-4b4f-a4f9-f033d723ce07"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-9a096d1b-62d9-4b4f-a4f9-f033d723ce07"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-9a096d1b-62d9-4b4f-a4f9-f033d723ce07"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-343e1dbb-d3f3-45d2-a8fc-c2c1860e0192 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 550px;
background-position: center top;
}
@media (max-width: 767px){#s-343e1dbb-d3f3-45d2-a8fc-c2c1860e0192 {
  min-height: 200px;
}
}







#s-343e1dbb-d3f3-45d2-a8fc-c2c1860e0192 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-343e1dbb-d3f3-45d2-a8fc-c2c1860e0192 {
  cursor: pointer;
}#s-343e1dbb-d3f3-45d2-a8fc-c2c1860e0192.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-57f2f507-6eab-42fa-a17a-a7d05ff86467 {
  padding-left: 10px;
padding-right: 10px;
}
@media (max-width: 767px){#s-57f2f507-6eab-42fa-a17a-a7d05ff86467 {
  display: none;
}
#s-57f2f507-6eab-42fa-a17a-a7d05ff86467, #wrap-s-57f2f507-6eab-42fa-a17a-a7d05ff86467 { display:none !important; }}
#s-f64e3288-40ab-4c50-a796-900cbdf96ed2 {
  padding-left: 0px;
padding-right: 1%;
}
@media (min-width: 1200px){#s-f64e3288-40ab-4c50-a796-900cbdf96ed2 {
  display: none;
}
#s-f64e3288-40ab-4c50-a796-900cbdf96ed2, #wrap-s-f64e3288-40ab-4c50-a796-900cbdf96ed2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f64e3288-40ab-4c50-a796-900cbdf96ed2 {
  display: none;
}
#s-f64e3288-40ab-4c50-a796-900cbdf96ed2, #wrap-s-f64e3288-40ab-4c50-a796-900cbdf96ed2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f64e3288-40ab-4c50-a796-900cbdf96ed2 {
  display: none;
}
#s-f64e3288-40ab-4c50-a796-900cbdf96ed2, #wrap-s-f64e3288-40ab-4c50-a796-900cbdf96ed2 { display:none !important; }}
#s-55ce6211-60f9-4827-a75c-ae98a02ab38b {
  background-repeat: no-repeat;
background-size: cover;
min-height: 550px;
background-position: center center;
}
@media (max-width: 767px){#s-55ce6211-60f9-4827-a75c-ae98a02ab38b {
  min-height: 200px;
}
}







#s-55ce6211-60f9-4827-a75c-ae98a02ab38b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-55ce6211-60f9-4827-a75c-ae98a02ab38b {
  cursor: pointer;
}#s-55ce6211-60f9-4827-a75c-ae98a02ab38b.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-941e8e48-eb0d-4fe9-9f93-def0214e52fe {
  padding-left: 0px;
padding-right: 1%;
}
@media (min-width: 1200px){#s-941e8e48-eb0d-4fe9-9f93-def0214e52fe {
  display: none;
}
#s-941e8e48-eb0d-4fe9-9f93-def0214e52fe, #wrap-s-941e8e48-eb0d-4fe9-9f93-def0214e52fe { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-941e8e48-eb0d-4fe9-9f93-def0214e52fe {
  display: none;
}
#s-941e8e48-eb0d-4fe9-9f93-def0214e52fe, #wrap-s-941e8e48-eb0d-4fe9-9f93-def0214e52fe { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-941e8e48-eb0d-4fe9-9f93-def0214e52fe {
  display: none;
}
#s-941e8e48-eb0d-4fe9-9f93-def0214e52fe, #wrap-s-941e8e48-eb0d-4fe9-9f93-def0214e52fe { display:none !important; }}
#s-daa30506-d5ba-4e90-8397-a91af8761242 {
  padding-left: 10px;
padding-right: 10px;
}
@media (max-width: 767px){#s-daa30506-d5ba-4e90-8397-a91af8761242 {
  display: none;
}
#s-daa30506-d5ba-4e90-8397-a91af8761242, #wrap-s-daa30506-d5ba-4e90-8397-a91af8761242 { display:none !important; }}
#s-9e19473e-68ad-4935-9cbb-4509541800b0 {
  margin-top: 15px;
margin-bottom: 35px;
min-height: 200px;
background-color: rgba(2, 53, 23, 1);
}








#s-9e19473e-68ad-4935-9cbb-4509541800b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9e19473e-68ad-4935-9cbb-4509541800b0 {
  cursor: pointer;
}#s-9e19473e-68ad-4935-9cbb-4509541800b0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f5002c2b-6c5a-448d-b469-4c15e497a672 {
  padding-top: 15px;
}
@media (max-width: 767px){#s-f5002c2b-6c5a-448d-b469-4c15e497a672 {
  display: none;
}
#s-f5002c2b-6c5a-448d-b469-4c15e497a672, #wrap-s-f5002c2b-6c5a-448d-b469-4c15e497a672 { display:none !important; }}
#s-9d69fd37-ae9b-4c02-a3c2-71d7bed84111 {
  padding-top: 15px;
}
@media (min-width: 1200px){#s-9d69fd37-ae9b-4c02-a3c2-71d7bed84111 {
  display: none;
}
#s-9d69fd37-ae9b-4c02-a3c2-71d7bed84111, #wrap-s-9d69fd37-ae9b-4c02-a3c2-71d7bed84111 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9d69fd37-ae9b-4c02-a3c2-71d7bed84111 {
  display: none;
}
#s-9d69fd37-ae9b-4c02-a3c2-71d7bed84111, #wrap-s-9d69fd37-ae9b-4c02-a3c2-71d7bed84111 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9d69fd37-ae9b-4c02-a3c2-71d7bed84111 {
  display: none;
}
#s-9d69fd37-ae9b-4c02-a3c2-71d7bed84111, #wrap-s-9d69fd37-ae9b-4c02-a3c2-71d7bed84111 { display:none !important; }}@media (max-width: 767px){#s-9d69fd37-ae9b-4c02-a3c2-71d7bed84111 {
  
}
}
@media (max-width: 767px){#s-ffee9039-198c-4a2e-94b0-7d3a60eaf581 {
  display: none;
}
#s-ffee9039-198c-4a2e-94b0-7d3a60eaf581, #wrap-s-ffee9039-198c-4a2e-94b0-7d3a60eaf581 { display:none !important; }}
@media (min-width: 1200px){#s-33b1ffbf-ce93-42cf-8aa9-5c13a38d8d0e {
  display: none;
}
#s-33b1ffbf-ce93-42cf-8aa9-5c13a38d8d0e, #wrap-s-33b1ffbf-ce93-42cf-8aa9-5c13a38d8d0e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-33b1ffbf-ce93-42cf-8aa9-5c13a38d8d0e {
  display: none;
}
#s-33b1ffbf-ce93-42cf-8aa9-5c13a38d8d0e, #wrap-s-33b1ffbf-ce93-42cf-8aa9-5c13a38d8d0e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-33b1ffbf-ce93-42cf-8aa9-5c13a38d8d0e {
  display: none;
}
#s-33b1ffbf-ce93-42cf-8aa9-5c13a38d8d0e, #wrap-s-33b1ffbf-ce93-42cf-8aa9-5c13a38d8d0e { display:none !important; }}@media (max-width: 767px){#s-33b1ffbf-ce93-42cf-8aa9-5c13a38d8d0e {
  
}
}
#s-202d5206-bf89-4963-8288-8285b4e22f62 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
}








#s-202d5206-bf89-4963-8288-8285b4e22f62 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-202d5206-bf89-4963-8288-8285b4e22f62.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2f3d5560-2380-4053-b386-61468f457ce5 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-style: solid;
border-radius: 4px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-2f3d5560-2380-4053-b386-61468f457ce5:hover {border-style: solid !important;
border-top-width: 4px !important;
border-left-width: 4px !important;
border-bottom-width: 4px !important;
border-right-width: 4px !important;
border-color: rgba(194, 194, 194, 1) !important;
border-radius: 4px !important;
background-color: rgba(194, 194, 194, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-2f3d5560-2380-4053-b386-61468f457ce5:active {border-style: solid !important;
border-top-width: 4px !important;
border-left-width: 4px !important;
border-bottom-width: 4px !important;
border-right-width: 4px !important;
border-color: #2C2A34 !important;
border-radius: 4px !important;
background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-2f3d5560-2380-4053-b386-61468f457ce5-root {
    text-align: center;
  }


#s-2f3d5560-2380-4053-b386-61468f457ce5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2f3d5560-2380-4053-b386-61468f457ce5-root {
    text-align: center;
  }


#s-2f3d5560-2380-4053-b386-61468f457ce5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2f3d5560-2380-4053-b386-61468f457ce5-root {
    text-align: center;
  }


#s-2f3d5560-2380-4053-b386-61468f457ce5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2f3d5560-2380-4053-b386-61468f457ce5-root {
    text-align: center;
  }


#s-2f3d5560-2380-4053-b386-61468f457ce5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2f3d5560-2380-4053-b386-61468f457ce5-root {
    text-align: center;
  }


#s-2f3d5560-2380-4053-b386-61468f457ce5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-4839fbbc-f3ee-416e-8d6d-effd0a91a28d {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
max-width: 1500px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4839fbbc-f3ee-416e-8d6d-effd0a91a28d {
  
}
}@media (max-width: 767px){#s-4839fbbc-f3ee-416e-8d6d-effd0a91a28d {
  padding-top: 15px;
}
}







#s-4839fbbc-f3ee-416e-8d6d-effd0a91a28d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4839fbbc-f3ee-416e-8d6d-effd0a91a28d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c23b11c2-4b0c-47c1-85f3-d6d6bd43e5fd {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 0px;
max-width: 1500px;
}

#s-b40fb30a-c232-4946-88b1-b4c393b7b74b {
  margin-top: auto;
margin-bottom: 20px;
margin-right: auto;
padding-bottom: 0px;
max-width: 1500px;
}
@media (min-width: 1200px){#s-b40fb30a-c232-4946-88b1-b4c393b7b74b {
  padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-b40fb30a-c232-4946-88b1-b4c393b7b74b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b40fb30a-c232-4946-88b1-b4c393b7b74b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b40fb30a-c232-4946-88b1-b4c393b7b74b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b40fb30a-c232-4946-88b1-b4c393b7b74b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-730f05a8-4219-4ee9-9f1f-1674b81ac101 {
  max-width: 2135px;
aspect-ratio: 4/3;
text-align: center;
}





  #s-730f05a8-4219-4ee9-9f1f-1674b81ac101 img.shogun-image,
  #s-730f05a8-4219-4ee9-9f1f-1674b81ac101 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-730f05a8-4219-4ee9-9f1f-1674b81ac101 {
    width: 100%;
    height: auto;
  }



  #s-730f05a8-4219-4ee9-9f1f-1674b81ac101 img.shogun-image {
    

    
    
    
  }


#s-730f05a8-4219-4ee9-9f1f-1674b81ac101 .shogun-image-content {
  
    align-items: center;
  
}

#s-9979346a-ad70-4029-bab5-216f27593ebb {
  aspect-ratio: 4/3;
text-align: center;
}





  #s-9979346a-ad70-4029-bab5-216f27593ebb img.shogun-image,
  #s-9979346a-ad70-4029-bab5-216f27593ebb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9979346a-ad70-4029-bab5-216f27593ebb {
    width: 100%;
    height: auto;
  }



  #s-9979346a-ad70-4029-bab5-216f27593ebb img.shogun-image {
    

    
    
    
  }


#s-9979346a-ad70-4029-bab5-216f27593ebb .shogun-image-content {
  
    align-items: center;
  
}

#s-7ac54e3f-c4a0-456a-be24-66d0aab9ce03 {
  max-width: 2133px;
aspect-ratio: 4/3;
text-align: center;
}





  #s-7ac54e3f-c4a0-456a-be24-66d0aab9ce03 img.shogun-image,
  #s-7ac54e3f-c4a0-456a-be24-66d0aab9ce03 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7ac54e3f-c4a0-456a-be24-66d0aab9ce03 {
    width: 100%;
    height: auto;
  }



  #s-7ac54e3f-c4a0-456a-be24-66d0aab9ce03 img.shogun-image {
    

    
    
    
  }


#s-7ac54e3f-c4a0-456a-be24-66d0aab9ce03 .shogun-image-content {
  
    align-items: center;
  
}

#s-e93c5b54-38ed-4a20-9c41-fec613f91c84 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 95%;
}
@media (min-width: 1200px){#s-e93c5b54-38ed-4a20-9c41-fec613f91c84 {
  display: none;
}
#s-e93c5b54-38ed-4a20-9c41-fec613f91c84, #wrap-s-e93c5b54-38ed-4a20-9c41-fec613f91c84 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e93c5b54-38ed-4a20-9c41-fec613f91c84 {
  display: none;
}
#s-e93c5b54-38ed-4a20-9c41-fec613f91c84, #wrap-s-e93c5b54-38ed-4a20-9c41-fec613f91c84 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e93c5b54-38ed-4a20-9c41-fec613f91c84 {
  display: none;
}
#s-e93c5b54-38ed-4a20-9c41-fec613f91c84, #wrap-s-e93c5b54-38ed-4a20-9c41-fec613f91c84 { display:none !important; }}@media (max-width: 767px){#s-e93c5b54-38ed-4a20-9c41-fec613f91c84 {
  display: none;
}
#s-e93c5b54-38ed-4a20-9c41-fec613f91c84, #wrap-s-e93c5b54-38ed-4a20-9c41-fec613f91c84 { display:none !important; }}







#s-e93c5b54-38ed-4a20-9c41-fec613f91c84 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e93c5b54-38ed-4a20-9c41-fec613f91c84.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-245f1a50-b806-4dec-b2f3-40b4cf671718 {
  padding-top: 25px;
padding-bottom: 5px;
}

@media (min-width: 0px) {
[id="s-245f1a50-b806-4dec-b2f3-40b4cf671718"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-245f1a50-b806-4dec-b2f3-40b4cf671718"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-245f1a50-b806-4dec-b2f3-40b4cf671718"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-245f1a50-b806-4dec-b2f3-40b4cf671718"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-450b1b83-b2ff-4a92-b740-eedc78ac0eda {
  text-align: center;
}







  #s-450b1b83-b2ff-4a92-b740-eedc78ac0eda img.shogun-image {
    

    
    
    
  }


#s-450b1b83-b2ff-4a92-b740-eedc78ac0eda .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-3789abbb-b608-47d3-9b47-fa1037ecd31a {
  padding-left: 10px;
padding-right: 10px;
}

#s-1c520ae5-566e-4d3b-af64-eecbd7d435ca {
  text-align: center;
}







  #s-1c520ae5-566e-4d3b-af64-eecbd7d435ca img.shogun-image {
    

    
    
    
  }


#s-1c520ae5-566e-4d3b-af64-eecbd7d435ca .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-df2aa676-b7d5-4eb4-ae70-867c85d35035 {
  padding-left: 10px;
padding-right: 10px;
}

#s-086b3c6d-2fb6-4521-876f-91e0e6051acb {
  padding-top: 20px;
padding-bottom: 0px;
}

#s-7ee8829f-3806-458f-96af-3d78db7b79cd {
  padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-7ee8829f-3806-458f-96af-3d78db7b79cd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-7ee8829f-3806-458f-96af-3d78db7b79cd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-7ee8829f-3806-458f-96af-3d78db7b79cd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-7ee8829f-3806-458f-96af-3d78db7b79cd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-577efffb-0a60-4c61-9045-2a8233d8170b {
  text-align: center;
}







  #s-577efffb-0a60-4c61-9045-2a8233d8170b img.shogun-image {
    

    
    
    
  }


#s-577efffb-0a60-4c61-9045-2a8233d8170b .shogun-image-content {
  
    align-items: center;
  
}

#s-6d19f871-690b-4fae-843f-158bc3fce3dd {
  text-align: center;
}







  #s-6d19f871-690b-4fae-843f-158bc3fce3dd img.shogun-image {
    

    
    
    
  }


#s-6d19f871-690b-4fae-843f-158bc3fce3dd .shogun-image-content {
  
    align-items: center;
  
}

#s-b548b605-f1f2-4f1d-8b8a-524f1eb09066 {
  text-align: center;
}







  #s-b548b605-f1f2-4f1d-8b8a-524f1eb09066 img.shogun-image {
    

    
    
    
  }


#s-b548b605-f1f2-4f1d-8b8a-524f1eb09066 .shogun-image-content {
  
    align-items: center;
  
}

#s-b0be6f1d-8d5d-4410-946d-77213834770b {
  text-align: center;
}







  #s-b0be6f1d-8d5d-4410-946d-77213834770b img.shogun-image {
    

    
    
    
  }


#s-b0be6f1d-8d5d-4410-946d-77213834770b .shogun-image-content {
  
    align-items: center;
  
}

#s-c30da3bc-a045-4e75-bf25-9d6d5d48c5ea {
  min-height: 50px;
}
@media (min-width: 1200px){#s-c30da3bc-a045-4e75-bf25-9d6d5d48c5ea {
  display: none;
}
#s-c30da3bc-a045-4e75-bf25-9d6d5d48c5ea, #wrap-s-c30da3bc-a045-4e75-bf25-9d6d5d48c5ea { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c30da3bc-a045-4e75-bf25-9d6d5d48c5ea {
  display: none;
}
#s-c30da3bc-a045-4e75-bf25-9d6d5d48c5ea, #wrap-s-c30da3bc-a045-4e75-bf25-9d6d5d48c5ea { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c30da3bc-a045-4e75-bf25-9d6d5d48c5ea {
  display: none;
}
#s-c30da3bc-a045-4e75-bf25-9d6d5d48c5ea, #wrap-s-c30da3bc-a045-4e75-bf25-9d6d5d48c5ea { display:none !important; }}







#s-c30da3bc-a045-4e75-bf25-9d6d5d48c5ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c30da3bc-a045-4e75-bf25-9d6d5d48c5ea.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-289d9652-f335-4dc3-b5f0-78ed2a05126e {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
min-height: 20px;
max-width: 1500px;
}
@media (max-width: 767px){#s-289d9652-f335-4dc3-b5f0-78ed2a05126e {
  
}
}







#s-289d9652-f335-4dc3-b5f0-78ed2a05126e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-289d9652-f335-4dc3-b5f0-78ed2a05126e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-564c58da-bc12-4323-aba3-5efdaa1cda60 {
  min-height: 50px;
}








#s-564c58da-bc12-4323-aba3-5efdaa1cda60 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-564c58da-bc12-4323-aba3-5efdaa1cda60.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-hr-wrapper {
  padding: 30px 0;
}

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

#s-fcd42268-da69-4a8c-8bb8-d13ff4848779 hr {
  border-top: 2px solid #000;
}

#s-14ec6fd5-acd7-4c77-923b-7bed1e2a51b0 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 45px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
min-height: 50px;
}
@media (min-width: 1200px){#s-14ec6fd5-acd7-4c77-923b-7bed1e2a51b0 {
  padding-bottom: 20px;
}
}







#s-14ec6fd5-acd7-4c77-923b-7bed1e2a51b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-14ec6fd5-acd7-4c77-923b-7bed1e2a51b0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-7c0c9894-2bbd-4613-9731-b1ef16c35829"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7c0c9894-2bbd-4613-9731-b1ef16c35829"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7c0c9894-2bbd-4613-9731-b1ef16c35829"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7c0c9894-2bbd-4613-9731-b1ef16c35829"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-7c92a1e7-ee9f-47cd-a2de-8442b65ca441 {
  text-align: left;
}

#s-e9bc529b-21bf-47aa-9e77-d077553821b2 {
  text-align: left;
}

#s-e9d2daeb-0203-4bb0-a27b-78dbee95acf7 {
  min-height: 50px;
}








#s-e9d2daeb-0203-4bb0-a27b-78dbee95acf7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e9d2daeb-0203-4bb0-a27b-78dbee95acf7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8a5bd02f-771b-447f-bb3e-0a8a07f703ac hr {
  border-top: 1.2px solid #ddd;
}

#s-562da094-c484-4ab2-a79b-b42f0858020f {
  margin-top: 7px;
min-height: 70px;
}








#s-562da094-c484-4ab2-a79b-b42f0858020f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-562da094-c484-4ab2-a79b-b42f0858020f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-88cecb06-c9cb-455f-a8d9-59d8c509e276 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-88cecb06-c9cb-455f-a8d9-59d8c509e276"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 768px) {
[id="s-88cecb06-c9cb-455f-a8d9-59d8c509e276"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 992px) {
[id="s-88cecb06-c9cb-455f-a8d9-59d8c509e276"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 1200px) {
[id="s-88cecb06-c9cb-455f-a8d9-59d8c509e276"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 11.25px);
}

}

#s-41e0eb3a-8a69-4ffe-87fa-432c09b12a0b {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 60px;
text-align: center;
}







  #s-41e0eb3a-8a69-4ffe-87fa-432c09b12a0b img.shogun-image {
    

    
    
    
  }


#s-41e0eb3a-8a69-4ffe-87fa-432c09b12a0b .shogun-image-content {
  
    align-items: center;
  
}

#s-72526bf8-1ef3-444f-b75a-28e6e036be2f {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
}

#s-2b4359cb-5a66-4e86-8e7e-097e82715724 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 60px;
text-align: center;
}







  #s-2b4359cb-5a66-4e86-8e7e-097e82715724 img.shogun-image {
    

    
    
    
  }


#s-2b4359cb-5a66-4e86-8e7e-097e82715724 .shogun-image-content {
  
    align-items: center;
  
}

#s-3da146e7-2125-4ae2-a9cd-fa221f9614aa {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
}

#s-715e9e5a-5b33-4b76-9bab-80060a6beb31 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 60px;
text-align: center;
}







  #s-715e9e5a-5b33-4b76-9bab-80060a6beb31 img.shogun-image {
    

    
    
    
  }


#s-715e9e5a-5b33-4b76-9bab-80060a6beb31 .shogun-image-content {
  
    align-items: center;
  
}

#s-c52812cf-3faf-4497-80a3-3344143298fc {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
}

#s-3b4284b8-7986-459c-a017-e6d75cf0fbf6 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 60px;
text-align: center;
}







  #s-3b4284b8-7986-459c-a017-e6d75cf0fbf6 img.shogun-image {
    

    
    
    
  }


#s-3b4284b8-7986-459c-a017-e6d75cf0fbf6 .shogun-image-content {
  
    align-items: center;
  
}

#s-b9473f97-c725-449e-bc53-98e599c68565 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
}

#s-f080d1a3-2c57-4f5c-89b9-b94a9243a575 {
  min-height: 50px;
}








#s-f080d1a3-2c57-4f5c-89b9-b94a9243a575 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f080d1a3-2c57-4f5c-89b9-b94a9243a575.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f2e70ee7-4e57-4450-94b7-0693ec2ecdea hr {
  border-top: 1.2px solid #ddd;
}

#s-af34f8ee-9e02-4dcb-a9f7-c11858c38359 {
  text-align: left;
}

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