.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-554a4edd-b26a-426f-9724-27f34ce763ea {
  margin-top: -10px;
margin-bottom: 0px;
min-height: 150px;
background-color: rgba(255, 255, 255, 1);
}








#s-554a4edd-b26a-426f-9724-27f34ce763ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-554a4edd-b26a-426f-9724-27f34ce763ea.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-82b2da47-5fc2-423b-8835-6910399a3609 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: right center;
}
@media (max-width: 767px){#s-82b2da47-5fc2-423b-8835-6910399a3609 {
  display: none;
}
#s-82b2da47-5fc2-423b-8835-6910399a3609, #wrap-s-82b2da47-5fc2-423b-8835-6910399a3609 { display:none !important; }}
#s-82b2da47-5fc2-423b-8835-6910399a3609 {
  background-image: url(https://i.shgcdn.com/e8c908d7-79df-402b-adf6-a59e9a208a6a/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-82b2da47-5fc2-423b-8835-6910399a3609 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-82b2da47-5fc2-423b-8835-6910399a3609.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-04cabd15-39c6-45de-8552-def436796eb3 {
  margin-left: auto;
margin-right: auto;
padding-left: 12px;
padding-bottom: 36px;
padding-right: 12px;
min-height: 325px;
max-width: 1175px;
background-color: rgba(255, 255, 255, 0);
}
@media (max-width: 767px){#s-04cabd15-39c6-45de-8552-def436796eb3 {
  min-height: 0px;
display: none;
}
#s-04cabd15-39c6-45de-8552-def436796eb3, #wrap-s-04cabd15-39c6-45de-8552-def436796eb3 { display:none !important; }}







#s-04cabd15-39c6-45de-8552-def436796eb3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-04cabd15-39c6-45de-8552-def436796eb3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

#s-c184fcce-1daa-4a52-8ecc-4122c06575d5 {
  margin-top: 24px;
margin-bottom: 24px;
}
@media (max-width: 767px){#s-c184fcce-1daa-4a52-8ecc-4122c06575d5 {
  display: none;
}
#s-c184fcce-1daa-4a52-8ecc-4122c06575d5, #wrap-s-c184fcce-1daa-4a52-8ecc-4122c06575d5 { display:none !important; }}
@media (min-width: 0px) {
[id="s-c184fcce-1daa-4a52-8ecc-4122c06575d5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c184fcce-1daa-4a52-8ecc-4122c06575d5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.0px);
}

}

@media (min-width: 992px) {
[id="s-c184fcce-1daa-4a52-8ecc-4122c06575d5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.0px);
}

}

@media (min-width: 1200px) {
[id="s-c184fcce-1daa-4a52-8ecc-4122c06575d5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.0px);
}

}

#s-de122484-aff3-4a15-9266-95c2f342e31f {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-de122484-aff3-4a15-9266-95c2f342e31f {
  margin-top: 12px;
margin-bottom: 12px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-de122484-aff3-4a15-9266-95c2f342e31f {
  margin-top: 12px;
margin-bottom: 12px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-de122484-aff3-4a15-9266-95c2f342e31f {
  margin-top: 12px;
margin-bottom: 12px;
}
}@media (max-width: 767px){#s-de122484-aff3-4a15-9266-95c2f342e31f {
  margin-top: 8px;
margin-bottom: 8px;
}
}







#s-de122484-aff3-4a15-9266-95c2f342e31f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-de122484-aff3-4a15-9266-95c2f342e31f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-1ebea99f-0609-48b3-957d-2b475e720bf1 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
text-align: center;
}







  #s-1ebea99f-0609-48b3-957d-2b475e720bf1 img.shogun-image {
    

    
    
    
  }


#s-1ebea99f-0609-48b3-957d-2b475e720bf1 .shogun-image-content {
  
    align-items: 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-3e78819b-b3ac-4af5-939a-9436821b6dd7 {
  margin-top: 0px;
margin-bottom: -3px;
margin-right: 12px;
}

#s-de6ad9bc-04ce-43bb-b2fb-529b48332499 {
  margin-top: 24px;
margin-bottom: 2px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 0.8);
}
@media (min-width: 1200px){#s-de6ad9bc-04ce-43bb-b2fb-529b48332499 {
  display: none;
}
#s-de6ad9bc-04ce-43bb-b2fb-529b48332499, #wrap-s-de6ad9bc-04ce-43bb-b2fb-529b48332499 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-de6ad9bc-04ce-43bb-b2fb-529b48332499 {
  display: none;
}
#s-de6ad9bc-04ce-43bb-b2fb-529b48332499, #wrap-s-de6ad9bc-04ce-43bb-b2fb-529b48332499 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-de6ad9bc-04ce-43bb-b2fb-529b48332499 {
  display: none;
}
#s-de6ad9bc-04ce-43bb-b2fb-529b48332499, #wrap-s-de6ad9bc-04ce-43bb-b2fb-529b48332499 { display:none !important; }}







#s-de6ad9bc-04ce-43bb-b2fb-529b48332499 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-de6ad9bc-04ce-43bb-b2fb-529b48332499.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c3e65971-cf74-4f7f-a1fc-c4555a230e83 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
text-align: center;
}







  #s-c3e65971-cf74-4f7f-a1fc-c4555a230e83 img.shogun-image {
    

    
    
    
  }


#s-c3e65971-cf74-4f7f-a1fc-c4555a230e83 .shogun-image-content {
  
    align-items: center;
  
}

#s-0135c187-483a-4715-9db1-7921e6301288 {
  margin-top: 0px;
margin-bottom: -3px;
margin-right: 12px;
}

#s-282a0d33-2ad2-4834-8108-44558738d1b9 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-282a0d33-2ad2-4834-8108-44558738d1b9 {
  display: none;
}
#s-282a0d33-2ad2-4834-8108-44558738d1b9, #wrap-s-282a0d33-2ad2-4834-8108-44558738d1b9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-282a0d33-2ad2-4834-8108-44558738d1b9 {
  display: none;
}
#s-282a0d33-2ad2-4834-8108-44558738d1b9, #wrap-s-282a0d33-2ad2-4834-8108-44558738d1b9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-282a0d33-2ad2-4834-8108-44558738d1b9 {
  display: none;
}
#s-282a0d33-2ad2-4834-8108-44558738d1b9, #wrap-s-282a0d33-2ad2-4834-8108-44558738d1b9 { display:none !important; }}







#s-282a0d33-2ad2-4834-8108-44558738d1b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-282a0d33-2ad2-4834-8108-44558738d1b9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a65ef8c2-6d4b-441c-a56c-4b1b91285093 {
  margin-left: auto;
margin-right: auto;
padding-left: 12px;
padding-bottom: 36px;
padding-right: 12px;
min-height: 325px;
max-width: 1175px;
}
@media (max-width: 767px){#s-a65ef8c2-6d4b-441c-a56c-4b1b91285093 {
  min-height: 0px;
}
}







#s-a65ef8c2-6d4b-441c-a56c-4b1b91285093 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a65ef8c2-6d4b-441c-a56c-4b1b91285093.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6ec3fadc-61b4-4657-85ff-8f1623a66b7e {
  margin-top: 24px;
margin-bottom: 24px;
}
@media (max-width: 767px){#s-6ec3fadc-61b4-4657-85ff-8f1623a66b7e {
  
}
}
@media (min-width: 0px) {
[id="s-6ec3fadc-61b4-4657-85ff-8f1623a66b7e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6ec3fadc-61b4-4657-85ff-8f1623a66b7e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 12.0px);
}

}

@media (min-width: 992px) {
[id="s-6ec3fadc-61b4-4657-85ff-8f1623a66b7e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 12.0px);
}

}

@media (min-width: 1200px) {
[id="s-6ec3fadc-61b4-4657-85ff-8f1623a66b7e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 12.0px);
}

}

#s-1ba5d7d0-f670-4e50-b368-82e3a411c305 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 225px;
background-position: center center;
}

#s-1ba5d7d0-f670-4e50-b368-82e3a411c305 {
  background-image: url(https://i.shgcdn.com/e8c908d7-79df-402b-adf6-a59e9a208a6a/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-1ba5d7d0-f670-4e50-b368-82e3a411c305 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1ba5d7d0-f670-4e50-b368-82e3a411c305.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b14cfed3-11fa-4bf5-aea1-fefe47eb7a8f {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-b14cfed3-11fa-4bf5-aea1-fefe47eb7a8f {
  margin-top: 12px;
margin-bottom: 12px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b14cfed3-11fa-4bf5-aea1-fefe47eb7a8f {
  margin-top: 12px;
margin-bottom: 12px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b14cfed3-11fa-4bf5-aea1-fefe47eb7a8f {
  margin-top: 12px;
margin-bottom: 12px;
}
}@media (max-width: 767px){#s-b14cfed3-11fa-4bf5-aea1-fefe47eb7a8f {
  margin-top: 8px;
margin-bottom: 8px;
}
}







#s-b14cfed3-11fa-4bf5-aea1-fefe47eb7a8f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b14cfed3-11fa-4bf5-aea1-fefe47eb7a8f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-3812f721-f3ac-426b-a60a-52f9b67be5e7 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
text-align: center;
}







  #s-3812f721-f3ac-426b-a60a-52f9b67be5e7 img.shogun-image {
    

    
    
    
  }


#s-3812f721-f3ac-426b-a60a-52f9b67be5e7 .shogun-image-content {
  
    align-items: center;
  
}

#s-b78d3566-b4c7-41a6-b2ac-dac31cfac877 {
  margin-top: 0px;
margin-bottom: -3px;
margin-right: 12px;
}

#s-17d3d3ff-dd54-4172-aa51-764dcdf689bc {
  margin-top: -10px;
min-height: 150px;
background-color: rgba(239, 239, 239, 1);
}








#s-17d3d3ff-dd54-4172-aa51-764dcdf689bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-17d3d3ff-dd54-4172-aa51-764dcdf689bc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dc615cec-5baa-4627-8287-4d3619f6e5b4 {
  margin-left: auto;
margin-right: auto;
padding-left: 12px;
padding-bottom: 24px;
padding-right: 12px;
min-height: 50px;
max-width: 1175px;
}

#s-dc615cec-5baa-4627-8287-4d3619f6e5b4 {
  background-image: url();
}








#s-dc615cec-5baa-4627-8287-4d3619f6e5b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dc615cec-5baa-4627-8287-4d3619f6e5b4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ab508397-f94f-4d04-bf8c-857c1599aa81 {
  margin-top: 24px;
margin-left: auto;
margin-bottom: 24px;
margin-right: auto;
padding-left: 12px;
padding-right: 12px;
max-width: 1175px;
}








#s-ab508397-f94f-4d04-bf8c-857c1599aa81 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ab508397-f94f-4d04-bf8c-857c1599aa81.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-e069ff6f-0bd5-4b18-b099-1f52ada715a4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e069ff6f-0bd5-4b18-b099-1f52ada715a4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.0px);
}

}

@media (min-width: 992px) {
[id="s-e069ff6f-0bd5-4b18-b099-1f52ada715a4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.0px);
}

}

@media (min-width: 1200px) {
[id="s-e069ff6f-0bd5-4b18-b099-1f52ada715a4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.0px);
}

}

#s-655ec6bc-749d-4dbb-8573-a79426fc81a5 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-655ec6bc-749d-4dbb-8573-a79426fc81a5 {
  margin-top: 12px;
margin-bottom: 12px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-655ec6bc-749d-4dbb-8573-a79426fc81a5 {
  margin-top: 12px;
margin-bottom: 12px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-655ec6bc-749d-4dbb-8573-a79426fc81a5 {
  margin-top: 12px;
margin-bottom: 12px;
}
}@media (max-width: 767px){#s-655ec6bc-749d-4dbb-8573-a79426fc81a5 {
  margin-top: 8px;
margin-bottom: 8px;
}
}







#s-655ec6bc-749d-4dbb-8573-a79426fc81a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-655ec6bc-749d-4dbb-8573-a79426fc81a5.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-1f4f0aba-d04d-4fae-ab93-754dfd9c4a68 {
  margin-bottom: 12px;
padding-top: 16px;
padding-left: 24px;
padding-bottom: 16px;
padding-right: 24px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 12px;
min-height: 35px;
text-align: center;
background-color: rgba(132, 45, 76, 1);
text-decoration: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-1f4f0aba-d04d-4fae-ab93-754dfd9c4a68:hover {background-color: rgba(132, 45, 76, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1f4f0aba-d04d-4fae-ab93-754dfd9c4a68:active {background-color: rgba(132, 45, 76, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-1f4f0aba-d04d-4fae-ab93-754dfd9c4a68-root {
    text-align: center;
  }


#s-1f4f0aba-d04d-4fae-ab93-754dfd9c4a68.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-1f4f0aba-d04d-4fae-ab93-754dfd9c4a68-root {
    text-align: center;
  }


#s-1f4f0aba-d04d-4fae-ab93-754dfd9c4a68.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1f4f0aba-d04d-4fae-ab93-754dfd9c4a68-root {
    text-align: center;
  }


#s-1f4f0aba-d04d-4fae-ab93-754dfd9c4a68.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1f4f0aba-d04d-4fae-ab93-754dfd9c4a68-root {
    text-align: center;
  }


#s-1f4f0aba-d04d-4fae-ab93-754dfd9c4a68.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-1f4f0aba-d04d-4fae-ab93-754dfd9c4a68-root {
    text-align: center;
  }


#s-1f4f0aba-d04d-4fae-ab93-754dfd9c4a68.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  block ;
}
}
#s-857af0b9-ff40-40f2-9dc0-4e7af1f084c6 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-857af0b9-ff40-40f2-9dc0-4e7af1f084c6 {
  margin-top: 12px;
margin-bottom: 12px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-857af0b9-ff40-40f2-9dc0-4e7af1f084c6 {
  margin-top: 12px;
margin-bottom: 12px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-857af0b9-ff40-40f2-9dc0-4e7af1f084c6 {
  margin-top: 12px;
margin-bottom: 12px;
}
}@media (max-width: 767px){#s-857af0b9-ff40-40f2-9dc0-4e7af1f084c6 {
  margin-top: 8px;
margin-bottom: 8px;
}
}







#s-857af0b9-ff40-40f2-9dc0-4e7af1f084c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-857af0b9-ff40-40f2-9dc0-4e7af1f084c6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-939090c0-c7e7-4181-af62-bb37f0711dec {
  margin-bottom: 12px;
padding-top: 14px;
padding-left: 24px;
padding-bottom: 14px;
padding-right: 24px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-style: solid;
border-radius: 12px;
min-height: 35px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-939090c0-c7e7-4181-af62-bb37f0711dec:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-939090c0-c7e7-4181-af62-bb37f0711dec:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-939090c0-c7e7-4181-af62-bb37f0711dec-root {
    text-align: center;
  }


#s-939090c0-c7e7-4181-af62-bb37f0711dec.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-939090c0-c7e7-4181-af62-bb37f0711dec-root {
    text-align: center;
  }


#s-939090c0-c7e7-4181-af62-bb37f0711dec.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-939090c0-c7e7-4181-af62-bb37f0711dec-root {
    text-align: center;
  }


#s-939090c0-c7e7-4181-af62-bb37f0711dec.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-939090c0-c7e7-4181-af62-bb37f0711dec-root {
    text-align: center;
  }


#s-939090c0-c7e7-4181-af62-bb37f0711dec.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-939090c0-c7e7-4181-af62-bb37f0711dec-root {
    text-align: center;
  }


#s-939090c0-c7e7-4181-af62-bb37f0711dec.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  block ;
}
}
#s-3fede387-67db-4077-95e0-b9570404185f {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-3fede387-67db-4077-95e0-b9570404185f {
  margin-top: 12px;
margin-bottom: 12px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3fede387-67db-4077-95e0-b9570404185f {
  margin-top: 12px;
margin-bottom: 12px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3fede387-67db-4077-95e0-b9570404185f {
  margin-top: 12px;
margin-bottom: 12px;
}
}@media (max-width: 767px){#s-3fede387-67db-4077-95e0-b9570404185f {
  margin-top: 8px;
margin-bottom: 8px;
}
}







#s-3fede387-67db-4077-95e0-b9570404185f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3fede387-67db-4077-95e0-b9570404185f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0c0767b7-8234-4960-bfe6-1e388ea20050 {
  margin-bottom: 12px;
padding-top: 14px;
padding-left: 24px;
padding-bottom: 14px;
padding-right: 24px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-style: solid;
border-radius: 12px;
min-height: 35px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-0c0767b7-8234-4960-bfe6-1e388ea20050:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-0c0767b7-8234-4960-bfe6-1e388ea20050:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-0c0767b7-8234-4960-bfe6-1e388ea20050-root {
    text-align: center;
  }


#s-0c0767b7-8234-4960-bfe6-1e388ea20050.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  block ;
}
@media (min-width: 1200px){
  #s-0c0767b7-8234-4960-bfe6-1e388ea20050-root {
    text-align: center;
  }


#s-0c0767b7-8234-4960-bfe6-1e388ea20050.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0c0767b7-8234-4960-bfe6-1e388ea20050-root {
    text-align: center;
  }


#s-0c0767b7-8234-4960-bfe6-1e388ea20050.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0c0767b7-8234-4960-bfe6-1e388ea20050-root {
    text-align: center;
  }


#s-0c0767b7-8234-4960-bfe6-1e388ea20050.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  block ;
}
}@media (max-width: 767px){
  #s-0c0767b7-8234-4960-bfe6-1e388ea20050-root {
    text-align: center;
  }


#s-0c0767b7-8234-4960-bfe6-1e388ea20050.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Barlow;
  display:  block ;
}
}
#s-361a8ca2-6660-453d-af33-2dd9fcbd0736 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-361a8ca2-6660-453d-af33-2dd9fcbd0736 {
  margin-top: 12px;
margin-bottom: 12px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-361a8ca2-6660-453d-af33-2dd9fcbd0736 {
  margin-top: 12px;
margin-bottom: 12px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-361a8ca2-6660-453d-af33-2dd9fcbd0736 {
  margin-top: 12px;
margin-bottom: 12px;
}
}@media (max-width: 767px){#s-361a8ca2-6660-453d-af33-2dd9fcbd0736 {
  margin-top: 8px;
margin-bottom: 8px;
}
}







#s-361a8ca2-6660-453d-af33-2dd9fcbd0736 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-361a8ca2-6660-453d-af33-2dd9fcbd0736.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-20730a08-9d70-41d0-a9a3-45fb9fff2ae4 {
  margin-top: 0px;
margin-bottom: -3px;
margin-right: 12px;
}

#s-220fdb53-c20f-428f-9b79-dbccc0b6faf5 {
  margin-top: 12px;
margin-bottom: 12px;
}

@media (min-width: 0px) {
[id="s-220fdb53-c20f-428f-9b79-dbccc0b6faf5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-220fdb53-c20f-428f-9b79-dbccc0b6faf5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-220fdb53-c20f-428f-9b79-dbccc0b6faf5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-220fdb53-c20f-428f-9b79-dbccc0b6faf5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-220fdb53-c20f-428f-9b79-dbccc0b6faf5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-220fdb53-c20f-428f-9b79-dbccc0b6faf5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-220fdb53-c20f-428f-9b79-dbccc0b6faf5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-f1b5b1dc-c4a2-42cb-8a16-1d535849ea51 {
  margin-top: -5px;
margin-right: 12px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-f1b5b1dc-c4a2-42cb-8a16-1d535849ea51 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(159, 159, 159, 1);
border-style: solid;
}
}
#s-1e45c9ff-95cb-4765-909f-2b49cc91fb86 {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(190, 190, 190, 1);
border-style: solid;
min-height: 150px;
}








#s-1e45c9ff-95cb-4765-909f-2b49cc91fb86 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1e45c9ff-95cb-4765-909f-2b49cc91fb86.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;
}

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;
}

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

#s-ba4298a8-518d-4465-a6cb-56aeca05c436 {
  margin-top: 0px;
margin-bottom: 12px;
max-width: 711px;
aspect-ratio: 711/357;
text-align: center;
}





  #s-ba4298a8-518d-4465-a6cb-56aeca05c436 img.shogun-image,
  #s-ba4298a8-518d-4465-a6cb-56aeca05c436 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ba4298a8-518d-4465-a6cb-56aeca05c436 {
    width: 100%;
    height: auto;
  }



  img.s-ba4298a8-518d-4465-a6cb-56aeca05c436.shogun-image {
    
    
  }


.s-ba4298a8-518d-4465-a6cb-56aeca05c436 .shogun-image-content {
  
    align-items: center;
  
}

.s-ba4298a8-518d-4465-a6cb-56aeca05c436.shg-align-container {
  text-align: center
}

.s-ba4298a8-518d-4465-a6cb-56aeca05c436.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba4298a8-518d-4465-a6cb-56aeca05c436.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-ba4298a8-518d-4465-a6cb-56aeca05c436 img.shogun-image,
  #s-ba4298a8-518d-4465-a6cb-56aeca05c436 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ba4298a8-518d-4465-a6cb-56aeca05c436 {
    width: 100%;
    height: auto;
  }



  img.s-ba4298a8-518d-4465-a6cb-56aeca05c436.shogun-image {
    
    
  }


.s-ba4298a8-518d-4465-a6cb-56aeca05c436 .shogun-image-content {
  
    align-items: center;
  
}

.s-ba4298a8-518d-4465-a6cb-56aeca05c436.shg-align-container {
  text-align: center
}

.s-ba4298a8-518d-4465-a6cb-56aeca05c436.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba4298a8-518d-4465-a6cb-56aeca05c436.shogun-image {
  box-sizing: border-box;
}


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



  #s-ba4298a8-518d-4465-a6cb-56aeca05c436 img.shogun-image,
  #s-ba4298a8-518d-4465-a6cb-56aeca05c436 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ba4298a8-518d-4465-a6cb-56aeca05c436 {
    width: 100%;
    height: auto;
  }



  img.s-ba4298a8-518d-4465-a6cb-56aeca05c436.shogun-image {
    
    
  }


.s-ba4298a8-518d-4465-a6cb-56aeca05c436 .shogun-image-content {
  
    align-items: center;
  
}

.s-ba4298a8-518d-4465-a6cb-56aeca05c436.shg-align-container {
  text-align: center
}

.s-ba4298a8-518d-4465-a6cb-56aeca05c436.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba4298a8-518d-4465-a6cb-56aeca05c436.shogun-image {
  box-sizing: border-box;
}


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



  #s-ba4298a8-518d-4465-a6cb-56aeca05c436 img.shogun-image,
  #s-ba4298a8-518d-4465-a6cb-56aeca05c436 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ba4298a8-518d-4465-a6cb-56aeca05c436 {
    width: 100%;
    height: auto;
  }



  img.s-ba4298a8-518d-4465-a6cb-56aeca05c436.shogun-image {
    
    
  }


.s-ba4298a8-518d-4465-a6cb-56aeca05c436 .shogun-image-content {
  
    align-items: center;
  
}

.s-ba4298a8-518d-4465-a6cb-56aeca05c436.shg-align-container {
  text-align: center
}

.s-ba4298a8-518d-4465-a6cb-56aeca05c436.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba4298a8-518d-4465-a6cb-56aeca05c436.shogun-image {
  box-sizing: border-box;
}


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



  #s-ba4298a8-518d-4465-a6cb-56aeca05c436 img.shogun-image,
  #s-ba4298a8-518d-4465-a6cb-56aeca05c436 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ba4298a8-518d-4465-a6cb-56aeca05c436 {
    width: 100%;
    height: auto;
  }



  img.s-ba4298a8-518d-4465-a6cb-56aeca05c436.shogun-image {
    
    
  }


.s-ba4298a8-518d-4465-a6cb-56aeca05c436 .shogun-image-content {
  
    align-items: center;
  
}

.s-ba4298a8-518d-4465-a6cb-56aeca05c436.shg-align-container {
  text-align: center
}

.s-ba4298a8-518d-4465-a6cb-56aeca05c436.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba4298a8-518d-4465-a6cb-56aeca05c436.shogun-image {
  box-sizing: border-box;
}


}
#s-6eec2945-a5fa-4da7-a14d-16efc28e87eb {
  padding-top: 12px;
padding-bottom: 12px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(159, 159, 159, 1);
border-style: solid;
min-height: 50px;
}








#s-6eec2945-a5fa-4da7-a14d-16efc28e87eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6eec2945-a5fa-4da7-a14d-16efc28e87eb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-422e656d-dbba-4ada-9b1b-6e3012283e20 {
  margin-top: 0px;
margin-bottom: 16px;
margin-right: 12px;
}

@media (min-width: 0px) {
[id="s-834c920b-01b0-4f10-8cb3-e30577d85347"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-834c920b-01b0-4f10-8cb3-e30577d85347"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.0px);
}

}

@media (min-width: 992px) {
[id="s-834c920b-01b0-4f10-8cb3-e30577d85347"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.0px);
}

}

@media (min-width: 1200px) {
[id="s-834c920b-01b0-4f10-8cb3-e30577d85347"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.0px);
}

}

#s-c0cf0038-186c-4c50-aaaf-832f9fd9d2ee {
  margin-bottom: 24px;
}

@media (min-width: 0px) {
[id="s-c0cf0038-186c-4c50-aaaf-832f9fd9d2ee"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 8.0px);
}

}

@media (min-width: 768px) {
[id="s-c0cf0038-186c-4c50-aaaf-832f9fd9d2ee"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 8.0px);
}

[id="s-c0cf0038-186c-4c50-aaaf-832f9fd9d2ee"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 8.0px);
}

}

@media (min-width: 992px) {
[id="s-c0cf0038-186c-4c50-aaaf-832f9fd9d2ee"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 8.0px);
}

[id="s-c0cf0038-186c-4c50-aaaf-832f9fd9d2ee"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 8.0px);
}

}

@media (min-width: 1200px) {
[id="s-c0cf0038-186c-4c50-aaaf-832f9fd9d2ee"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 8.0px);
}

[id="s-c0cf0038-186c-4c50-aaaf-832f9fd9d2ee"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 8.0px);
}

}

#s-a1cc345b-f8a7-47eb-bd05-6d41f9a756ee {
  margin-left: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 8px;
text-align: center;
}
@media (max-width: 767px){#s-a1cc345b-f8a7-47eb-bd05-6d41f9a756ee {
  margin-left: -24px;
max-width: 85px;
}
}






  img.s-a1cc345b-f8a7-47eb-bd05-6d41f9a756ee.shogun-image {
    
    
  }


.s-a1cc345b-f8a7-47eb-bd05-6d41f9a756ee .shogun-image-content {
  
    align-items: center;
  
}

.s-a1cc345b-f8a7-47eb-bd05-6d41f9a756ee.shg-align-container {
  text-align: center
}

.s-a1cc345b-f8a7-47eb-bd05-6d41f9a756ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1cc345b-f8a7-47eb-bd05-6d41f9a756ee.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-a1cc345b-f8a7-47eb-bd05-6d41f9a756ee.shogun-image {
    
    
  }


.s-a1cc345b-f8a7-47eb-bd05-6d41f9a756ee .shogun-image-content {
  
    align-items: center;
  
}

.s-a1cc345b-f8a7-47eb-bd05-6d41f9a756ee.shg-align-container {
  text-align: center
}

.s-a1cc345b-f8a7-47eb-bd05-6d41f9a756ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1cc345b-f8a7-47eb-bd05-6d41f9a756ee.shogun-image {
  box-sizing: border-box;
}


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





  img.s-a1cc345b-f8a7-47eb-bd05-6d41f9a756ee.shogun-image {
    
    
  }


.s-a1cc345b-f8a7-47eb-bd05-6d41f9a756ee .shogun-image-content {
  
    align-items: center;
  
}

.s-a1cc345b-f8a7-47eb-bd05-6d41f9a756ee.shg-align-container {
  text-align: center
}

.s-a1cc345b-f8a7-47eb-bd05-6d41f9a756ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1cc345b-f8a7-47eb-bd05-6d41f9a756ee.shogun-image {
  box-sizing: border-box;
}


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





  img.s-a1cc345b-f8a7-47eb-bd05-6d41f9a756ee.shogun-image {
    
    
  }


.s-a1cc345b-f8a7-47eb-bd05-6d41f9a756ee .shogun-image-content {
  
    align-items: center;
  
}

.s-a1cc345b-f8a7-47eb-bd05-6d41f9a756ee.shg-align-container {
  text-align: center
}

.s-a1cc345b-f8a7-47eb-bd05-6d41f9a756ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1cc345b-f8a7-47eb-bd05-6d41f9a756ee.shogun-image {
  box-sizing: border-box;
}


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





  img.s-a1cc345b-f8a7-47eb-bd05-6d41f9a756ee.shogun-image {
    
    
  }


.s-a1cc345b-f8a7-47eb-bd05-6d41f9a756ee .shogun-image-content {
  
    align-items: center;
  
}

.s-a1cc345b-f8a7-47eb-bd05-6d41f9a756ee.shg-align-container {
  text-align: center
}

.s-a1cc345b-f8a7-47eb-bd05-6d41f9a756ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1cc345b-f8a7-47eb-bd05-6d41f9a756ee.shogun-image {
  box-sizing: border-box;
}


}
#s-a27b6730-9204-49fa-b2c0-962ceee9a32d {
  margin-top: 12px;
margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(190, 190, 190, 1);
border-style: solid;
}
@media (max-width: 767px){#s-a27b6730-9204-49fa-b2c0-962ceee9a32d {
  margin-left: -65px;
}
}







#s-a27b6730-9204-49fa-b2c0-962ceee9a32d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a27b6730-9204-49fa-b2c0-962ceee9a32d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1284ba38-d936-44a1-bab6-957ea06322e5 {
  margin-bottom: 24px;
}

@media (min-width: 0px) {
[id="s-1284ba38-d936-44a1-bab6-957ea06322e5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 8.0px);
}

}

@media (min-width: 768px) {
[id="s-1284ba38-d936-44a1-bab6-957ea06322e5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 8.0px);
}

[id="s-1284ba38-d936-44a1-bab6-957ea06322e5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 8.0px);
}

}

@media (min-width: 992px) {
[id="s-1284ba38-d936-44a1-bab6-957ea06322e5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 8.0px);
}

[id="s-1284ba38-d936-44a1-bab6-957ea06322e5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 8.0px);
}

}

@media (min-width: 1200px) {
[id="s-1284ba38-d936-44a1-bab6-957ea06322e5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 8.0px);
}

[id="s-1284ba38-d936-44a1-bab6-957ea06322e5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 8.0px);
}

}

#s-34364881-feba-4044-a157-8c7897d29481 {
  margin-left: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 8px;
text-align: center;
}
@media (max-width: 767px){#s-34364881-feba-4044-a157-8c7897d29481 {
  margin-left: -24px;
max-width: 85px;
}
}






  img.s-34364881-feba-4044-a157-8c7897d29481.shogun-image {
    
    
  }


.s-34364881-feba-4044-a157-8c7897d29481 .shogun-image-content {
  
    align-items: center;
  
}

.s-34364881-feba-4044-a157-8c7897d29481.shg-align-container {
  text-align: center
}

.s-34364881-feba-4044-a157-8c7897d29481.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34364881-feba-4044-a157-8c7897d29481.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-34364881-feba-4044-a157-8c7897d29481.shogun-image {
    
    
  }


.s-34364881-feba-4044-a157-8c7897d29481 .shogun-image-content {
  
    align-items: center;
  
}

.s-34364881-feba-4044-a157-8c7897d29481.shg-align-container {
  text-align: center
}

.s-34364881-feba-4044-a157-8c7897d29481.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34364881-feba-4044-a157-8c7897d29481.shogun-image {
  box-sizing: border-box;
}


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





  img.s-34364881-feba-4044-a157-8c7897d29481.shogun-image {
    
    
  }


.s-34364881-feba-4044-a157-8c7897d29481 .shogun-image-content {
  
    align-items: center;
  
}

.s-34364881-feba-4044-a157-8c7897d29481.shg-align-container {
  text-align: center
}

.s-34364881-feba-4044-a157-8c7897d29481.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34364881-feba-4044-a157-8c7897d29481.shogun-image {
  box-sizing: border-box;
}


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





  img.s-34364881-feba-4044-a157-8c7897d29481.shogun-image {
    
    
  }


.s-34364881-feba-4044-a157-8c7897d29481 .shogun-image-content {
  
    align-items: center;
  
}

.s-34364881-feba-4044-a157-8c7897d29481.shg-align-container {
  text-align: center
}

.s-34364881-feba-4044-a157-8c7897d29481.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34364881-feba-4044-a157-8c7897d29481.shogun-image {
  box-sizing: border-box;
}


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





  img.s-34364881-feba-4044-a157-8c7897d29481.shogun-image {
    
    
  }


.s-34364881-feba-4044-a157-8c7897d29481 .shogun-image-content {
  
    align-items: center;
  
}

.s-34364881-feba-4044-a157-8c7897d29481.shg-align-container {
  text-align: center
}

.s-34364881-feba-4044-a157-8c7897d29481.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34364881-feba-4044-a157-8c7897d29481.shogun-image {
  box-sizing: border-box;
}


}
#s-e3d96663-3a7f-4231-a95a-66674cd16fc2 {
  margin-top: 12px;
margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(190, 190, 190, 1);
border-style: solid;
}
@media (max-width: 767px){#s-e3d96663-3a7f-4231-a95a-66674cd16fc2 {
  margin-left: -65px;
}
}







#s-e3d96663-3a7f-4231-a95a-66674cd16fc2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e3d96663-3a7f-4231-a95a-66674cd16fc2.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-71cdb968-fdcb-4bb1-966d-a28fb5487039 {
  margin-bottom: 24px;
}

@media (min-width: 0px) {
[id="s-71cdb968-fdcb-4bb1-966d-a28fb5487039"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 8.0px);
}

}

@media (min-width: 768px) {
[id="s-71cdb968-fdcb-4bb1-966d-a28fb5487039"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 8.0px);
}

[id="s-71cdb968-fdcb-4bb1-966d-a28fb5487039"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 8.0px);
}

}

@media (min-width: 992px) {
[id="s-71cdb968-fdcb-4bb1-966d-a28fb5487039"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 8.0px);
}

[id="s-71cdb968-fdcb-4bb1-966d-a28fb5487039"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 8.0px);
}

}

@media (min-width: 1200px) {
[id="s-71cdb968-fdcb-4bb1-966d-a28fb5487039"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 8.0px);
}

[id="s-71cdb968-fdcb-4bb1-966d-a28fb5487039"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 8.0px);
}

}

#s-1c3e5488-f172-4e5a-b9c9-4ea28c3e06dd {
  margin-left: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 8px;
text-align: center;
}
@media (max-width: 767px){#s-1c3e5488-f172-4e5a-b9c9-4ea28c3e06dd {
  margin-left: -24px;
max-width: 85px;
}
}






  img.s-1c3e5488-f172-4e5a-b9c9-4ea28c3e06dd.shogun-image {
    
    
  }


.s-1c3e5488-f172-4e5a-b9c9-4ea28c3e06dd .shogun-image-content {
  
    align-items: center;
  
}

.s-1c3e5488-f172-4e5a-b9c9-4ea28c3e06dd.shg-align-container {
  text-align: center
}

.s-1c3e5488-f172-4e5a-b9c9-4ea28c3e06dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c3e5488-f172-4e5a-b9c9-4ea28c3e06dd.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-1c3e5488-f172-4e5a-b9c9-4ea28c3e06dd.shogun-image {
    
    
  }


.s-1c3e5488-f172-4e5a-b9c9-4ea28c3e06dd .shogun-image-content {
  
    align-items: center;
  
}

.s-1c3e5488-f172-4e5a-b9c9-4ea28c3e06dd.shg-align-container {
  text-align: center
}

.s-1c3e5488-f172-4e5a-b9c9-4ea28c3e06dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c3e5488-f172-4e5a-b9c9-4ea28c3e06dd.shogun-image {
  box-sizing: border-box;
}


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





  img.s-1c3e5488-f172-4e5a-b9c9-4ea28c3e06dd.shogun-image {
    
    
  }


.s-1c3e5488-f172-4e5a-b9c9-4ea28c3e06dd .shogun-image-content {
  
    align-items: center;
  
}

.s-1c3e5488-f172-4e5a-b9c9-4ea28c3e06dd.shg-align-container {
  text-align: center
}

.s-1c3e5488-f172-4e5a-b9c9-4ea28c3e06dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c3e5488-f172-4e5a-b9c9-4ea28c3e06dd.shogun-image {
  box-sizing: border-box;
}


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





  img.s-1c3e5488-f172-4e5a-b9c9-4ea28c3e06dd.shogun-image {
    
    
  }


.s-1c3e5488-f172-4e5a-b9c9-4ea28c3e06dd .shogun-image-content {
  
    align-items: center;
  
}

.s-1c3e5488-f172-4e5a-b9c9-4ea28c3e06dd.shg-align-container {
  text-align: center
}

.s-1c3e5488-f172-4e5a-b9c9-4ea28c3e06dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c3e5488-f172-4e5a-b9c9-4ea28c3e06dd.shogun-image {
  box-sizing: border-box;
}


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





  img.s-1c3e5488-f172-4e5a-b9c9-4ea28c3e06dd.shogun-image {
    
    
  }


.s-1c3e5488-f172-4e5a-b9c9-4ea28c3e06dd .shogun-image-content {
  
    align-items: center;
  
}

.s-1c3e5488-f172-4e5a-b9c9-4ea28c3e06dd.shg-align-container {
  text-align: center
}

.s-1c3e5488-f172-4e5a-b9c9-4ea28c3e06dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c3e5488-f172-4e5a-b9c9-4ea28c3e06dd.shogun-image {
  box-sizing: border-box;
}


}
#s-d59e5326-cbdc-44c6-b5e1-1c75b5e49d5a {
  margin-top: 12px;
margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(190, 190, 190, 1);
border-style: solid;
}
@media (max-width: 767px){#s-d59e5326-cbdc-44c6-b5e1-1c75b5e49d5a {
  margin-left: -65px;
}
}







#s-d59e5326-cbdc-44c6-b5e1-1c75b5e49d5a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d59e5326-cbdc-44c6-b5e1-1c75b5e49d5a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-8cbc97a4-d834-449e-a801-24df85c9c6b4 {
  min-height: 200px;
}








#s-8cbc97a4-d834-449e-a801-24df85c9c6b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8cbc97a4-d834-449e-a801-24df85c9c6b4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-38454022-c77e-498a-ab79-d6e894f60849 {
  margin-top: 24px;
margin-left: auto;
margin-right: auto;
padding-left: 12px;
padding-right: 12px;
min-height: 50px;
max-width: 1175px;
}

#s-38454022-c77e-498a-ab79-d6e894f60849 {
  background-image: url();
}








#s-38454022-c77e-498a-ab79-d6e894f60849 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-38454022-c77e-498a-ab79-d6e894f60849.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c8be66f6-714a-464e-bc94-4bf4887533f7 {
  margin-bottom: 12px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
min-height: 105px;
background-color: rgba(255, 255, 255, 1);
}








#s-c8be66f6-714a-464e-bc94-4bf4887533f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c8be66f6-714a-464e-bc94-4bf4887533f7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1ed3e817-66eb-406d-bccc-29698b6ef5d7 {
  margin-top: 8px;
margin-bottom: -3px;
margin-right: 12px;
}

#s-78d5e735-805f-4bc5-8851-7d0629ced390 {
  margin-top: -5px;
margin-right: 12px;
}

#s-2d5054dc-8553-4e49-a7e9-918540777562 {
  margin-left: auto;
margin-bottom: 24px;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-2d5054dc-8553-4e49-a7e9-918540777562"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 18.0px);
}

}

@media (min-width: 768px) {
[id="s-2d5054dc-8553-4e49-a7e9-918540777562"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 27.0px);
}

}

@media (min-width: 992px) {
[id="s-2d5054dc-8553-4e49-a7e9-918540777562"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 27.0px);
}

}

@media (min-width: 1200px) {
[id="s-2d5054dc-8553-4e49-a7e9-918540777562"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 27.0px);
}

}

#s-a2de8c49-730d-491a-9de4-450e5ca32fad {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(190, 190, 190, 1);
border-style: solid;
min-height: 150px;
}








#s-a2de8c49-730d-491a-9de4-450e5ca32fad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a2de8c49-730d-491a-9de4-450e5ca32fad.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f0d23dc5-24c2-4e52-a053-4f388b557e7a {
  margin-top: 0px;
margin-bottom: 12px;
max-width: 268px;
aspect-ratio: 268/100;
text-align: center;
}





  #s-f0d23dc5-24c2-4e52-a053-4f388b557e7a img.shogun-image,
  #s-f0d23dc5-24c2-4e52-a053-4f388b557e7a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f0d23dc5-24c2-4e52-a053-4f388b557e7a {
    width: 100%;
    height: auto;
  }



  img.s-f0d23dc5-24c2-4e52-a053-4f388b557e7a.shogun-image {
    
    
  }


.s-f0d23dc5-24c2-4e52-a053-4f388b557e7a .shogun-image-content {
  
    align-items: center;
  
}

.s-f0d23dc5-24c2-4e52-a053-4f388b557e7a.shg-align-container {
  text-align: center
}

.s-f0d23dc5-24c2-4e52-a053-4f388b557e7a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0d23dc5-24c2-4e52-a053-4f388b557e7a.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-f0d23dc5-24c2-4e52-a053-4f388b557e7a img.shogun-image,
  #s-f0d23dc5-24c2-4e52-a053-4f388b557e7a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f0d23dc5-24c2-4e52-a053-4f388b557e7a {
    width: 100%;
    height: auto;
  }



  img.s-f0d23dc5-24c2-4e52-a053-4f388b557e7a.shogun-image {
    
    
  }


.s-f0d23dc5-24c2-4e52-a053-4f388b557e7a .shogun-image-content {
  
    align-items: center;
  
}

.s-f0d23dc5-24c2-4e52-a053-4f388b557e7a.shg-align-container {
  text-align: center
}

.s-f0d23dc5-24c2-4e52-a053-4f388b557e7a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0d23dc5-24c2-4e52-a053-4f388b557e7a.shogun-image {
  box-sizing: border-box;
}


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



  #s-f0d23dc5-24c2-4e52-a053-4f388b557e7a img.shogun-image,
  #s-f0d23dc5-24c2-4e52-a053-4f388b557e7a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f0d23dc5-24c2-4e52-a053-4f388b557e7a {
    width: 100%;
    height: auto;
  }



  img.s-f0d23dc5-24c2-4e52-a053-4f388b557e7a.shogun-image {
    
    
  }


.s-f0d23dc5-24c2-4e52-a053-4f388b557e7a .shogun-image-content {
  
    align-items: center;
  
}

.s-f0d23dc5-24c2-4e52-a053-4f388b557e7a.shg-align-container {
  text-align: center
}

.s-f0d23dc5-24c2-4e52-a053-4f388b557e7a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0d23dc5-24c2-4e52-a053-4f388b557e7a.shogun-image {
  box-sizing: border-box;
}


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



  #s-f0d23dc5-24c2-4e52-a053-4f388b557e7a img.shogun-image,
  #s-f0d23dc5-24c2-4e52-a053-4f388b557e7a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f0d23dc5-24c2-4e52-a053-4f388b557e7a {
    width: 100%;
    height: auto;
  }



  img.s-f0d23dc5-24c2-4e52-a053-4f388b557e7a.shogun-image {
    
    
  }


.s-f0d23dc5-24c2-4e52-a053-4f388b557e7a .shogun-image-content {
  
    align-items: center;
  
}

.s-f0d23dc5-24c2-4e52-a053-4f388b557e7a.shg-align-container {
  text-align: center
}

.s-f0d23dc5-24c2-4e52-a053-4f388b557e7a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0d23dc5-24c2-4e52-a053-4f388b557e7a.shogun-image {
  box-sizing: border-box;
}


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



  #s-f0d23dc5-24c2-4e52-a053-4f388b557e7a img.shogun-image,
  #s-f0d23dc5-24c2-4e52-a053-4f388b557e7a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f0d23dc5-24c2-4e52-a053-4f388b557e7a {
    width: 100%;
    height: auto;
  }



  img.s-f0d23dc5-24c2-4e52-a053-4f388b557e7a.shogun-image {
    
    
  }


.s-f0d23dc5-24c2-4e52-a053-4f388b557e7a .shogun-image-content {
  
    align-items: center;
  
}

.s-f0d23dc5-24c2-4e52-a053-4f388b557e7a.shg-align-container {
  text-align: center
}

.s-f0d23dc5-24c2-4e52-a053-4f388b557e7a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0d23dc5-24c2-4e52-a053-4f388b557e7a.shogun-image {
  box-sizing: border-box;
}


}
#s-a710da34-f5ee-4178-889c-1a12859601ac {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(190, 190, 190, 1);
border-style: solid;
min-height: 150px;
}








#s-a710da34-f5ee-4178-889c-1a12859601ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a710da34-f5ee-4178-889c-1a12859601ac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8c0f4195-3ed8-4a03-aef8-8b79003419b6 {
  margin-top: 0px;
margin-bottom: 12px;
max-width: 268px;
aspect-ratio: 268/100;
text-align: center;
}





  #s-8c0f4195-3ed8-4a03-aef8-8b79003419b6 img.shogun-image,
  #s-8c0f4195-3ed8-4a03-aef8-8b79003419b6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8c0f4195-3ed8-4a03-aef8-8b79003419b6 {
    width: 100%;
    height: auto;
  }



  img.s-8c0f4195-3ed8-4a03-aef8-8b79003419b6.shogun-image {
    
    
  }


.s-8c0f4195-3ed8-4a03-aef8-8b79003419b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-8c0f4195-3ed8-4a03-aef8-8b79003419b6.shg-align-container {
  text-align: center
}

.s-8c0f4195-3ed8-4a03-aef8-8b79003419b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c0f4195-3ed8-4a03-aef8-8b79003419b6.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-8c0f4195-3ed8-4a03-aef8-8b79003419b6 img.shogun-image,
  #s-8c0f4195-3ed8-4a03-aef8-8b79003419b6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8c0f4195-3ed8-4a03-aef8-8b79003419b6 {
    width: 100%;
    height: auto;
  }



  img.s-8c0f4195-3ed8-4a03-aef8-8b79003419b6.shogun-image {
    
    
  }


.s-8c0f4195-3ed8-4a03-aef8-8b79003419b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-8c0f4195-3ed8-4a03-aef8-8b79003419b6.shg-align-container {
  text-align: center
}

.s-8c0f4195-3ed8-4a03-aef8-8b79003419b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c0f4195-3ed8-4a03-aef8-8b79003419b6.shogun-image {
  box-sizing: border-box;
}


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



  #s-8c0f4195-3ed8-4a03-aef8-8b79003419b6 img.shogun-image,
  #s-8c0f4195-3ed8-4a03-aef8-8b79003419b6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8c0f4195-3ed8-4a03-aef8-8b79003419b6 {
    width: 100%;
    height: auto;
  }



  img.s-8c0f4195-3ed8-4a03-aef8-8b79003419b6.shogun-image {
    
    
  }


.s-8c0f4195-3ed8-4a03-aef8-8b79003419b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-8c0f4195-3ed8-4a03-aef8-8b79003419b6.shg-align-container {
  text-align: center
}

.s-8c0f4195-3ed8-4a03-aef8-8b79003419b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c0f4195-3ed8-4a03-aef8-8b79003419b6.shogun-image {
  box-sizing: border-box;
}


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



  #s-8c0f4195-3ed8-4a03-aef8-8b79003419b6 img.shogun-image,
  #s-8c0f4195-3ed8-4a03-aef8-8b79003419b6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8c0f4195-3ed8-4a03-aef8-8b79003419b6 {
    width: 100%;
    height: auto;
  }



  img.s-8c0f4195-3ed8-4a03-aef8-8b79003419b6.shogun-image {
    
    
  }


.s-8c0f4195-3ed8-4a03-aef8-8b79003419b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-8c0f4195-3ed8-4a03-aef8-8b79003419b6.shg-align-container {
  text-align: center
}

.s-8c0f4195-3ed8-4a03-aef8-8b79003419b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c0f4195-3ed8-4a03-aef8-8b79003419b6.shogun-image {
  box-sizing: border-box;
}


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



  #s-8c0f4195-3ed8-4a03-aef8-8b79003419b6 img.shogun-image,
  #s-8c0f4195-3ed8-4a03-aef8-8b79003419b6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8c0f4195-3ed8-4a03-aef8-8b79003419b6 {
    width: 100%;
    height: auto;
  }



  img.s-8c0f4195-3ed8-4a03-aef8-8b79003419b6.shogun-image {
    
    
  }


.s-8c0f4195-3ed8-4a03-aef8-8b79003419b6 .shogun-image-content {
  
    align-items: center;
  
}

.s-8c0f4195-3ed8-4a03-aef8-8b79003419b6.shg-align-container {
  text-align: center
}

.s-8c0f4195-3ed8-4a03-aef8-8b79003419b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c0f4195-3ed8-4a03-aef8-8b79003419b6.shogun-image {
  box-sizing: border-box;
}


}
#s-404ba4f3-74b0-43e3-9112-2c8245c932b7 {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(190, 190, 190, 1);
border-style: solid;
min-height: 150px;
}








#s-404ba4f3-74b0-43e3-9112-2c8245c932b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-404ba4f3-74b0-43e3-9112-2c8245c932b7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-840ca043-1713-489a-b9c6-327e1b4e057d {
  margin-top: 0px;
margin-bottom: 12px;
max-width: 268px;
aspect-ratio: 268/100;
text-align: center;
}





  #s-840ca043-1713-489a-b9c6-327e1b4e057d img.shogun-image,
  #s-840ca043-1713-489a-b9c6-327e1b4e057d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-840ca043-1713-489a-b9c6-327e1b4e057d {
    width: 100%;
    height: auto;
  }



  img.s-840ca043-1713-489a-b9c6-327e1b4e057d.shogun-image {
    
    
  }


.s-840ca043-1713-489a-b9c6-327e1b4e057d .shogun-image-content {
  
    align-items: center;
  
}

.s-840ca043-1713-489a-b9c6-327e1b4e057d.shg-align-container {
  text-align: center
}

.s-840ca043-1713-489a-b9c6-327e1b4e057d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-840ca043-1713-489a-b9c6-327e1b4e057d.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-840ca043-1713-489a-b9c6-327e1b4e057d img.shogun-image,
  #s-840ca043-1713-489a-b9c6-327e1b4e057d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-840ca043-1713-489a-b9c6-327e1b4e057d {
    width: 100%;
    height: auto;
  }



  img.s-840ca043-1713-489a-b9c6-327e1b4e057d.shogun-image {
    
    
  }


.s-840ca043-1713-489a-b9c6-327e1b4e057d .shogun-image-content {
  
    align-items: center;
  
}

.s-840ca043-1713-489a-b9c6-327e1b4e057d.shg-align-container {
  text-align: center
}

.s-840ca043-1713-489a-b9c6-327e1b4e057d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-840ca043-1713-489a-b9c6-327e1b4e057d.shogun-image {
  box-sizing: border-box;
}


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



  #s-840ca043-1713-489a-b9c6-327e1b4e057d img.shogun-image,
  #s-840ca043-1713-489a-b9c6-327e1b4e057d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-840ca043-1713-489a-b9c6-327e1b4e057d {
    width: 100%;
    height: auto;
  }



  img.s-840ca043-1713-489a-b9c6-327e1b4e057d.shogun-image {
    
    
  }


.s-840ca043-1713-489a-b9c6-327e1b4e057d .shogun-image-content {
  
    align-items: center;
  
}

.s-840ca043-1713-489a-b9c6-327e1b4e057d.shg-align-container {
  text-align: center
}

.s-840ca043-1713-489a-b9c6-327e1b4e057d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-840ca043-1713-489a-b9c6-327e1b4e057d.shogun-image {
  box-sizing: border-box;
}


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



  #s-840ca043-1713-489a-b9c6-327e1b4e057d img.shogun-image,
  #s-840ca043-1713-489a-b9c6-327e1b4e057d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-840ca043-1713-489a-b9c6-327e1b4e057d {
    width: 100%;
    height: auto;
  }



  img.s-840ca043-1713-489a-b9c6-327e1b4e057d.shogun-image {
    
    
  }


.s-840ca043-1713-489a-b9c6-327e1b4e057d .shogun-image-content {
  
    align-items: center;
  
}

.s-840ca043-1713-489a-b9c6-327e1b4e057d.shg-align-container {
  text-align: center
}

.s-840ca043-1713-489a-b9c6-327e1b4e057d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-840ca043-1713-489a-b9c6-327e1b4e057d.shogun-image {
  box-sizing: border-box;
}


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



  #s-840ca043-1713-489a-b9c6-327e1b4e057d img.shogun-image,
  #s-840ca043-1713-489a-b9c6-327e1b4e057d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-840ca043-1713-489a-b9c6-327e1b4e057d {
    width: 100%;
    height: auto;
  }



  img.s-840ca043-1713-489a-b9c6-327e1b4e057d.shogun-image {
    
    
  }


.s-840ca043-1713-489a-b9c6-327e1b4e057d .shogun-image-content {
  
    align-items: center;
  
}

.s-840ca043-1713-489a-b9c6-327e1b4e057d.shg-align-container {
  text-align: center
}

.s-840ca043-1713-489a-b9c6-327e1b4e057d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-840ca043-1713-489a-b9c6-327e1b4e057d.shogun-image {
  box-sizing: border-box;
}


}
#s-7e952627-3edf-437a-94bb-1a0c51ec8cce {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(190, 190, 190, 1);
border-style: solid;
min-height: 150px;
}








#s-7e952627-3edf-437a-94bb-1a0c51ec8cce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7e952627-3edf-437a-94bb-1a0c51ec8cce.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-afe90ac3-7c51-424d-a834-bb7081d62270 {
  margin-top: 0px;
margin-bottom: 12px;
margin-right: auto;
max-width: 200px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-afe90ac3-7c51-424d-a834-bb7081d62270 img.shogun-image,
  #s-afe90ac3-7c51-424d-a834-bb7081d62270 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-afe90ac3-7c51-424d-a834-bb7081d62270 {
    width: 100%;
    height: auto;
  }



  img.s-afe90ac3-7c51-424d-a834-bb7081d62270.shogun-image {
    
    
  }


.s-afe90ac3-7c51-424d-a834-bb7081d62270 .shogun-image-content {
  
    align-items: center;
  
}

.s-afe90ac3-7c51-424d-a834-bb7081d62270.shg-align-container {
  text-align: center
}

.s-afe90ac3-7c51-424d-a834-bb7081d62270.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-afe90ac3-7c51-424d-a834-bb7081d62270.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-afe90ac3-7c51-424d-a834-bb7081d62270 img.shogun-image,
  #s-afe90ac3-7c51-424d-a834-bb7081d62270 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-afe90ac3-7c51-424d-a834-bb7081d62270 {
    width: 100%;
    height: auto;
  }



  img.s-afe90ac3-7c51-424d-a834-bb7081d62270.shogun-image {
    
    
  }


.s-afe90ac3-7c51-424d-a834-bb7081d62270 .shogun-image-content {
  
    align-items: center;
  
}

.s-afe90ac3-7c51-424d-a834-bb7081d62270.shg-align-container {
  text-align: center
}

.s-afe90ac3-7c51-424d-a834-bb7081d62270.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-afe90ac3-7c51-424d-a834-bb7081d62270.shogun-image {
  box-sizing: border-box;
}


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



  #s-afe90ac3-7c51-424d-a834-bb7081d62270 img.shogun-image,
  #s-afe90ac3-7c51-424d-a834-bb7081d62270 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-afe90ac3-7c51-424d-a834-bb7081d62270 {
    width: 100%;
    height: auto;
  }



  img.s-afe90ac3-7c51-424d-a834-bb7081d62270.shogun-image {
    
    
  }


.s-afe90ac3-7c51-424d-a834-bb7081d62270 .shogun-image-content {
  
    align-items: center;
  
}

.s-afe90ac3-7c51-424d-a834-bb7081d62270.shg-align-container {
  text-align: center
}

.s-afe90ac3-7c51-424d-a834-bb7081d62270.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-afe90ac3-7c51-424d-a834-bb7081d62270.shogun-image {
  box-sizing: border-box;
}


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



  #s-afe90ac3-7c51-424d-a834-bb7081d62270 img.shogun-image,
  #s-afe90ac3-7c51-424d-a834-bb7081d62270 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-afe90ac3-7c51-424d-a834-bb7081d62270 {
    width: 100%;
    height: auto;
  }



  img.s-afe90ac3-7c51-424d-a834-bb7081d62270.shogun-image {
    
    
  }


.s-afe90ac3-7c51-424d-a834-bb7081d62270 .shogun-image-content {
  
    align-items: center;
  
}

.s-afe90ac3-7c51-424d-a834-bb7081d62270.shg-align-container {
  text-align: center
}

.s-afe90ac3-7c51-424d-a834-bb7081d62270.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-afe90ac3-7c51-424d-a834-bb7081d62270.shogun-image {
  box-sizing: border-box;
}


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



  #s-afe90ac3-7c51-424d-a834-bb7081d62270 img.shogun-image,
  #s-afe90ac3-7c51-424d-a834-bb7081d62270 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-afe90ac3-7c51-424d-a834-bb7081d62270 {
    width: 100%;
    height: auto;
  }



  img.s-afe90ac3-7c51-424d-a834-bb7081d62270.shogun-image {
    
    
  }


.s-afe90ac3-7c51-424d-a834-bb7081d62270 .shogun-image-content {
  
    align-items: center;
  
}

.s-afe90ac3-7c51-424d-a834-bb7081d62270.shg-align-container {
  text-align: center
}

.s-afe90ac3-7c51-424d-a834-bb7081d62270.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-afe90ac3-7c51-424d-a834-bb7081d62270.shogun-image {
  box-sizing: border-box;
}


}
#s-7cdf73f2-dcf0-4cdb-b527-36cdfc0d46f6 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 24px;
min-height: 400px;
background-color: rgba(239, 239, 239, 1);
}








#s-7cdf73f2-dcf0-4cdb-b527-36cdfc0d46f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7cdf73f2-dcf0-4cdb-b527-36cdfc0d46f6.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b21c4d5a-509c-403d-81c1-0ec432ccbb8e {
  margin-top: -10px;
margin-left: auto;
margin-right: auto;
padding-left: 12px;
padding-right: 12px;
min-height: 50px;
max-width: 1175px;
}

#s-b21c4d5a-509c-403d-81c1-0ec432ccbb8e {
  background-image: url();
}








#s-b21c4d5a-509c-403d-81c1-0ec432ccbb8e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b21c4d5a-509c-403d-81c1-0ec432ccbb8e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d70226cc-c1e6-4edf-a5ef-0cda53756629 {
  margin-top: 24px;
margin-bottom: 24px;
}

@media (min-width: 0px) {
[id="s-d70226cc-c1e6-4edf-a5ef-0cda53756629"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d70226cc-c1e6-4edf-a5ef-0cda53756629"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d70226cc-c1e6-4edf-a5ef-0cda53756629"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d70226cc-c1e6-4edf-a5ef-0cda53756629"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d70226cc-c1e6-4edf-a5ef-0cda53756629"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d70226cc-c1e6-4edf-a5ef-0cda53756629"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d70226cc-c1e6-4edf-a5ef-0cda53756629"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-f71c46a1-7bfb-4548-ac45-f3958778c542 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 75%;
}

#s-ff7c122b-e5b5-4b49-81ad-a1765ce4c2ce {
  margin-top: 8px;
margin-bottom: 12px;
}

#s-b2bcaa19-91fb-4737-a2c0-03c4a118f676 {
  margin-top: 0px;
margin-bottom: 12px;
max-width: 1425px;
aspect-ratio: 1425/768;
text-align: center;
}





  #s-b2bcaa19-91fb-4737-a2c0-03c4a118f676 img.shogun-image,
  #s-b2bcaa19-91fb-4737-a2c0-03c4a118f676 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b2bcaa19-91fb-4737-a2c0-03c4a118f676 {
    width: 100%;
    height: auto;
  }



  img.s-b2bcaa19-91fb-4737-a2c0-03c4a118f676.shogun-image {
    
    
  }


.s-b2bcaa19-91fb-4737-a2c0-03c4a118f676 .shogun-image-content {
  
    align-items: center;
  
}

.s-b2bcaa19-91fb-4737-a2c0-03c4a118f676.shg-align-container {
  text-align: center
}

.s-b2bcaa19-91fb-4737-a2c0-03c4a118f676.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2bcaa19-91fb-4737-a2c0-03c4a118f676.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-b2bcaa19-91fb-4737-a2c0-03c4a118f676 img.shogun-image,
  #s-b2bcaa19-91fb-4737-a2c0-03c4a118f676 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b2bcaa19-91fb-4737-a2c0-03c4a118f676 {
    width: 100%;
    height: auto;
  }



  img.s-b2bcaa19-91fb-4737-a2c0-03c4a118f676.shogun-image {
    
    
  }


.s-b2bcaa19-91fb-4737-a2c0-03c4a118f676 .shogun-image-content {
  
    align-items: center;
  
}

.s-b2bcaa19-91fb-4737-a2c0-03c4a118f676.shg-align-container {
  text-align: center
}

.s-b2bcaa19-91fb-4737-a2c0-03c4a118f676.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2bcaa19-91fb-4737-a2c0-03c4a118f676.shogun-image {
  box-sizing: border-box;
}


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



  #s-b2bcaa19-91fb-4737-a2c0-03c4a118f676 img.shogun-image,
  #s-b2bcaa19-91fb-4737-a2c0-03c4a118f676 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b2bcaa19-91fb-4737-a2c0-03c4a118f676 {
    width: 100%;
    height: auto;
  }



  img.s-b2bcaa19-91fb-4737-a2c0-03c4a118f676.shogun-image {
    
    
  }


.s-b2bcaa19-91fb-4737-a2c0-03c4a118f676 .shogun-image-content {
  
    align-items: center;
  
}

.s-b2bcaa19-91fb-4737-a2c0-03c4a118f676.shg-align-container {
  text-align: center
}

.s-b2bcaa19-91fb-4737-a2c0-03c4a118f676.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2bcaa19-91fb-4737-a2c0-03c4a118f676.shogun-image {
  box-sizing: border-box;
}


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



  #s-b2bcaa19-91fb-4737-a2c0-03c4a118f676 img.shogun-image,
  #s-b2bcaa19-91fb-4737-a2c0-03c4a118f676 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b2bcaa19-91fb-4737-a2c0-03c4a118f676 {
    width: 100%;
    height: auto;
  }



  img.s-b2bcaa19-91fb-4737-a2c0-03c4a118f676.shogun-image {
    
    
  }


.s-b2bcaa19-91fb-4737-a2c0-03c4a118f676 .shogun-image-content {
  
    align-items: center;
  
}

.s-b2bcaa19-91fb-4737-a2c0-03c4a118f676.shg-align-container {
  text-align: center
}

.s-b2bcaa19-91fb-4737-a2c0-03c4a118f676.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2bcaa19-91fb-4737-a2c0-03c4a118f676.shogun-image {
  box-sizing: border-box;
}


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



  #s-b2bcaa19-91fb-4737-a2c0-03c4a118f676 img.shogun-image,
  #s-b2bcaa19-91fb-4737-a2c0-03c4a118f676 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b2bcaa19-91fb-4737-a2c0-03c4a118f676 {
    width: 100%;
    height: auto;
  }



  img.s-b2bcaa19-91fb-4737-a2c0-03c4a118f676.shogun-image {
    
    
  }


.s-b2bcaa19-91fb-4737-a2c0-03c4a118f676 .shogun-image-content {
  
    align-items: center;
  
}

.s-b2bcaa19-91fb-4737-a2c0-03c4a118f676.shg-align-container {
  text-align: center
}

.s-b2bcaa19-91fb-4737-a2c0-03c4a118f676.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2bcaa19-91fb-4737-a2c0-03c4a118f676.shogun-image {
  box-sizing: border-box;
}


}
#s-8456d0c3-ca03-4a16-b0e4-227c6dbe1033 {
  margin-bottom: 12px;
}

@media (min-width: 0px) {
[id="s-8456d0c3-ca03-4a16-b0e4-227c6dbe1033"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8456d0c3-ca03-4a16-b0e4-227c6dbe1033"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 12.0px);
}

[id="s-8456d0c3-ca03-4a16-b0e4-227c6dbe1033"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 12.0px);
}

}

@media (min-width: 992px) {
[id="s-8456d0c3-ca03-4a16-b0e4-227c6dbe1033"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 12.0px);
}

[id="s-8456d0c3-ca03-4a16-b0e4-227c6dbe1033"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 12.0px);
}

}

@media (min-width: 1200px) {
[id="s-8456d0c3-ca03-4a16-b0e4-227c6dbe1033"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 12.0px);
}

[id="s-8456d0c3-ca03-4a16-b0e4-227c6dbe1033"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 12.0px);
}

}

#s-0dd1e641-a3b4-4354-85e0-108883f3bf07 {
  margin-top: 0px;
margin-bottom: 12px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-0dd1e641-a3b4-4354-85e0-108883f3bf07"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-0dd1e641-a3b4-4354-85e0-108883f3bf07"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0dd1e641-a3b4-4354-85e0-108883f3bf07"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0dd1e641-a3b4-4354-85e0-108883f3bf07"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0dd1e641-a3b4-4354-85e0-108883f3bf07"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0dd1e641-a3b4-4354-85e0-108883f3bf07"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0dd1e641-a3b4-4354-85e0-108883f3bf07"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-e08d8103-7c9c-4318-bf00-1c422de62d86 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 300px;
background-position: center center;
}








#s-e08d8103-7c9c-4318-bf00-1c422de62d86 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e08d8103-7c9c-4318-bf00-1c422de62d86 {
  cursor: pointer;
}#s-e08d8103-7c9c-4318-bf00-1c422de62d86.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-494d85af-b7d4-4a84-9fea-2b000f09f336 {
  padding-left: 4px;
padding-right: 4px;
min-height: 250px;
}








#s-494d85af-b7d4-4a84-9fea-2b000f09f336 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-494d85af-b7d4-4a84-9fea-2b000f09f336 {
  cursor: pointer;
}#s-494d85af-b7d4-4a84-9fea-2b000f09f336.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f897bce5-6c3c-4545-842a-b75074c70bb4 {
  margin-top: 12px;
margin-left: 12px;
margin-bottom: -3px;
margin-right: 12px;
}

#s-c6c54751-af95-4ea7-acf5-fcad909fbc2d {
  margin-top: 0px;
margin-left: 12px;
margin-right: 12px;
}

#s-dfaf8097-afa9-4900-9386-5bf082b3adcc {
  margin-bottom: 12px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
min-height: 248px;
background-color: rgba(255, 255, 255, 1);
}








#s-dfaf8097-afa9-4900-9386-5bf082b3adcc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dfaf8097-afa9-4900-9386-5bf082b3adcc {
  cursor: pointer;
}#s-dfaf8097-afa9-4900-9386-5bf082b3adcc.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b05de4aa-d601-4d21-bccd-75c5910281ad {
  background-repeat: no-repeat;
background-size: cover;
min-height: 185px;
background-position: center center;
}








#s-b05de4aa-d601-4d21-bccd-75c5910281ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b05de4aa-d601-4d21-bccd-75c5910281ad.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5ad148ba-3d01-41ca-b88e-a45564353d35 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
min-height: 100px;
background-color: rgba(255, 255, 255, 1);
}








#s-5ad148ba-3d01-41ca-b88e-a45564353d35 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ad148ba-3d01-41ca-b88e-a45564353d35.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-82adf3eb-fdf5-4282-b860-2e8ec94bb44b {
  margin-top: 8px;
margin-left: 12px;
margin-bottom: -3px;
margin-right: 12px;
}

#s-e4f458b6-6b0d-4e21-a208-9aee3d622858 {
  margin-top: -5px;
margin-left: 12px;
margin-right: 12px;
}

#s-e72abd9a-a49f-439d-aa6d-47ce4da701ee {
  margin-bottom: 12px;
}

@media (min-width: 0px) {
[id="s-e72abd9a-a49f-439d-aa6d-47ce4da701ee"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e72abd9a-a49f-439d-aa6d-47ce4da701ee"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.0px);
}

}

@media (min-width: 992px) {
[id="s-e72abd9a-a49f-439d-aa6d-47ce4da701ee"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.0px);
}

}

@media (min-width: 1200px) {
[id="s-e72abd9a-a49f-439d-aa6d-47ce4da701ee"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.0px);
}

}

#s-21f32946-7aaa-4aa1-a590-0ffe5dfa42b6 {
  margin-bottom: 12px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
min-height: 248px;
background-color: rgba(255, 255, 255, 1);
}








#s-21f32946-7aaa-4aa1-a590-0ffe5dfa42b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-21f32946-7aaa-4aa1-a590-0ffe5dfa42b6 {
  cursor: pointer;
}#s-21f32946-7aaa-4aa1-a590-0ffe5dfa42b6.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b72f3183-47da-4a5e-95b8-f1e8dab07b6b {
  background-repeat: no-repeat;
background-size: cover;
min-height: 170px;
background-position: center center;
}








#s-b72f3183-47da-4a5e-95b8-f1e8dab07b6b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b72f3183-47da-4a5e-95b8-f1e8dab07b6b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ade0c336-2fc4-4aab-965d-fa5cc6014274 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
min-height: 100px;
background-color: rgba(255, 255, 255, 1);
}








#s-ade0c336-2fc4-4aab-965d-fa5cc6014274 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ade0c336-2fc4-4aab-965d-fa5cc6014274.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1c7ca8f9-51f3-4f32-b3a6-4c3ac73f7cb3 {
  margin-top: 8px;
margin-left: 12px;
margin-bottom: -3px;
margin-right: 12px;
}

#s-515dc32e-1023-4a7c-86c6-71165aff39d4 {
  margin-top: -5px;
margin-left: 12px;
margin-right: 12px;
}

#s-243a2343-1c9f-4ba8-9035-3b32ce88faf6 {
  margin-bottom: 12px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
min-height: 248px;
background-color: rgba(255, 255, 255, 1);
}








#s-243a2343-1c9f-4ba8-9035-3b32ce88faf6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-243a2343-1c9f-4ba8-9035-3b32ce88faf6 {
  cursor: pointer;
}#s-243a2343-1c9f-4ba8-9035-3b32ce88faf6.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-620475fe-8313-4b39-a602-393a6ecdbf92 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 170px;
background-position: center center;
}








#s-620475fe-8313-4b39-a602-393a6ecdbf92 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-620475fe-8313-4b39-a602-393a6ecdbf92.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-59c46a0b-29b8-4916-9e37-f9d69826047a {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
min-height: 100px;
background-color: rgba(255, 255, 255, 1);
}








#s-59c46a0b-29b8-4916-9e37-f9d69826047a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-59c46a0b-29b8-4916-9e37-f9d69826047a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3fee398e-b4e4-42ac-9a89-84fad296c477 {
  margin-top: 8px;
margin-left: 12px;
margin-bottom: -3px;
margin-right: 12px;
}

#s-0a11e78f-0f02-4ed6-8560-540702f7562f {
  margin-top: -5px;
margin-left: 12px;
margin-right: 12px;
}

#s-f393a817-426f-4d61-9e51-17c407caea68 {
  margin-bottom: 12px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
min-height: 248px;
background-color: rgba(255, 255, 255, 1);
}








#s-f393a817-426f-4d61-9e51-17c407caea68 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f393a817-426f-4d61-9e51-17c407caea68 {
  cursor: pointer;
}#s-f393a817-426f-4d61-9e51-17c407caea68.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-657fb39a-62b6-4f06-a80d-453fc3be8556 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 170px;
background-position: center center;
}








#s-657fb39a-62b6-4f06-a80d-453fc3be8556 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-657fb39a-62b6-4f06-a80d-453fc3be8556.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4a332eff-94f3-47a8-bd7d-82276214fed4 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
min-height: 100px;
background-color: rgba(255, 255, 255, 1);
}








#s-4a332eff-94f3-47a8-bd7d-82276214fed4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4a332eff-94f3-47a8-bd7d-82276214fed4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9f5d38e7-ccf8-4ac4-9676-a0db8312ce4c {
  margin-top: 8px;
margin-left: 12px;
margin-bottom: -3px;
margin-right: 12px;
}

#s-8add7d9a-7a9c-47cb-8c13-d5c9e0f1d358 {
  margin-top: -5px;
margin-left: 12px;
margin-right: 12px;
}

#s-7558a86b-6e5a-4438-89e6-5d7edea0a507 {
  margin-top: -15px;
margin-bottom: 0px;
padding-bottom: 36px;
min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}








#s-7558a86b-6e5a-4438-89e6-5d7edea0a507 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7558a86b-6e5a-4438-89e6-5d7edea0a507.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-252c95bf-4a1e-449d-a68e-47704888acc7 {
  margin-left: auto;
margin-right: auto;
padding-left: 12px;
padding-right: 12px;
min-height: 50px;
max-width: 1175px;
}

#s-252c95bf-4a1e-449d-a68e-47704888acc7 {
  background-image: url();
}








#s-252c95bf-4a1e-449d-a68e-47704888acc7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-252c95bf-4a1e-449d-a68e-47704888acc7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-56e05304-5707-4934-8433-803a86ae4bd1 {
  margin-top: 24px;
margin-bottom: 24px;
}

@media (min-width: 0px) {
[id="s-56e05304-5707-4934-8433-803a86ae4bd1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-56e05304-5707-4934-8433-803a86ae4bd1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-56e05304-5707-4934-8433-803a86ae4bd1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-56e05304-5707-4934-8433-803a86ae4bd1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-56e05304-5707-4934-8433-803a86ae4bd1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-56e05304-5707-4934-8433-803a86ae4bd1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-56e05304-5707-4934-8433-803a86ae4bd1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-632cd9b7-2116-4bd1-bb98-0e13450813ab {
  margin-top: 0px;
margin-bottom: -15px;
max-width: 75%;
}

#s-1205156c-db24-4300-99fb-f69753861272 {
  margin-top: 8px;
margin-bottom: 12px;
}

#s-b2a8447c-c509-4041-8672-d3765269569d {
  margin-top: 0px;
margin-bottom: 12px;
max-width: 1425px;
aspect-ratio: 1425/768;
text-align: center;
}





  #s-b2a8447c-c509-4041-8672-d3765269569d img.shogun-image,
  #s-b2a8447c-c509-4041-8672-d3765269569d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b2a8447c-c509-4041-8672-d3765269569d {
    width: 100%;
    height: auto;
  }



  img.s-b2a8447c-c509-4041-8672-d3765269569d.shogun-image {
    
    
  }


.s-b2a8447c-c509-4041-8672-d3765269569d .shogun-image-content {
  
    align-items: center;
  
}

.s-b2a8447c-c509-4041-8672-d3765269569d.shg-align-container {
  text-align: center
}

.s-b2a8447c-c509-4041-8672-d3765269569d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2a8447c-c509-4041-8672-d3765269569d.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-b2a8447c-c509-4041-8672-d3765269569d img.shogun-image,
  #s-b2a8447c-c509-4041-8672-d3765269569d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b2a8447c-c509-4041-8672-d3765269569d {
    width: 100%;
    height: auto;
  }



  img.s-b2a8447c-c509-4041-8672-d3765269569d.shogun-image {
    
    
  }


.s-b2a8447c-c509-4041-8672-d3765269569d .shogun-image-content {
  
    align-items: center;
  
}

.s-b2a8447c-c509-4041-8672-d3765269569d.shg-align-container {
  text-align: center
}

.s-b2a8447c-c509-4041-8672-d3765269569d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2a8447c-c509-4041-8672-d3765269569d.shogun-image {
  box-sizing: border-box;
}


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



  #s-b2a8447c-c509-4041-8672-d3765269569d img.shogun-image,
  #s-b2a8447c-c509-4041-8672-d3765269569d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b2a8447c-c509-4041-8672-d3765269569d {
    width: 100%;
    height: auto;
  }



  img.s-b2a8447c-c509-4041-8672-d3765269569d.shogun-image {
    
    
  }


.s-b2a8447c-c509-4041-8672-d3765269569d .shogun-image-content {
  
    align-items: center;
  
}

.s-b2a8447c-c509-4041-8672-d3765269569d.shg-align-container {
  text-align: center
}

.s-b2a8447c-c509-4041-8672-d3765269569d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2a8447c-c509-4041-8672-d3765269569d.shogun-image {
  box-sizing: border-box;
}


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



  #s-b2a8447c-c509-4041-8672-d3765269569d img.shogun-image,
  #s-b2a8447c-c509-4041-8672-d3765269569d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b2a8447c-c509-4041-8672-d3765269569d {
    width: 100%;
    height: auto;
  }



  img.s-b2a8447c-c509-4041-8672-d3765269569d.shogun-image {
    
    
  }


.s-b2a8447c-c509-4041-8672-d3765269569d .shogun-image-content {
  
    align-items: center;
  
}

.s-b2a8447c-c509-4041-8672-d3765269569d.shg-align-container {
  text-align: center
}

.s-b2a8447c-c509-4041-8672-d3765269569d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2a8447c-c509-4041-8672-d3765269569d.shogun-image {
  box-sizing: border-box;
}


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



  #s-b2a8447c-c509-4041-8672-d3765269569d img.shogun-image,
  #s-b2a8447c-c509-4041-8672-d3765269569d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b2a8447c-c509-4041-8672-d3765269569d {
    width: 100%;
    height: auto;
  }



  img.s-b2a8447c-c509-4041-8672-d3765269569d.shogun-image {
    
    
  }


.s-b2a8447c-c509-4041-8672-d3765269569d .shogun-image-content {
  
    align-items: center;
  
}

.s-b2a8447c-c509-4041-8672-d3765269569d.shg-align-container {
  text-align: center
}

.s-b2a8447c-c509-4041-8672-d3765269569d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2a8447c-c509-4041-8672-d3765269569d.shogun-image {
  box-sizing: border-box;
}


}
#s-aaf3fe25-5ff4-4933-9452-0c74dcb15c15 {
  margin-bottom: 12px;
}

@media (min-width: 0px) {
[id="s-aaf3fe25-5ff4-4933-9452-0c74dcb15c15"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aaf3fe25-5ff4-4933-9452-0c74dcb15c15"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 12.0px);
}

[id="s-aaf3fe25-5ff4-4933-9452-0c74dcb15c15"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 12.0px);
}

}

@media (min-width: 992px) {
[id="s-aaf3fe25-5ff4-4933-9452-0c74dcb15c15"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 12.0px);
}

[id="s-aaf3fe25-5ff4-4933-9452-0c74dcb15c15"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 12.0px);
}

}

@media (min-width: 1200px) {
[id="s-aaf3fe25-5ff4-4933-9452-0c74dcb15c15"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 12.0px);
}

[id="s-aaf3fe25-5ff4-4933-9452-0c74dcb15c15"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 12.0px);
}

}

#s-a535bc62-0c7e-4928-b83c-25f55f2d14d4 {
  margin-top: 0px;
margin-bottom: 12px;
background-color: rgba(239, 239, 239, 1);
}

@media (min-width: 0px) {
[id="s-a535bc62-0c7e-4928-b83c-25f55f2d14d4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-a535bc62-0c7e-4928-b83c-25f55f2d14d4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a535bc62-0c7e-4928-b83c-25f55f2d14d4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a535bc62-0c7e-4928-b83c-25f55f2d14d4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a535bc62-0c7e-4928-b83c-25f55f2d14d4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a535bc62-0c7e-4928-b83c-25f55f2d14d4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a535bc62-0c7e-4928-b83c-25f55f2d14d4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-b4705e15-89cd-494b-a52a-740012b10274 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 300px;
background-position: center center;
}








#s-b4705e15-89cd-494b-a52a-740012b10274 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b4705e15-89cd-494b-a52a-740012b10274 {
  cursor: pointer;
}#s-b4705e15-89cd-494b-a52a-740012b10274.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ff27b4ff-c90e-473c-b0b8-2556c1b6b6a7 {
  padding-left: 4px;
padding-right: 4px;
min-height: 250px;
}








#s-ff27b4ff-c90e-473c-b0b8-2556c1b6b6a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ff27b4ff-c90e-473c-b0b8-2556c1b6b6a7.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-4aaa5e87-766a-446f-a2b2-33b430570b27 {
  margin-top: 12px;
margin-left: 12px;
margin-bottom: -3px;
margin-right: 12px;
}

#s-3f2de3b5-0d38-41e3-9d3c-57ca0bdbffca {
  margin-top: 0px;
margin-left: 12px;
margin-right: 12px;
}

#s-352c4e6f-e6cc-4dbb-8916-facf8c4ab673 {
  margin-bottom: 12px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
min-height: 248px;
background-color: rgba(239, 239, 239, 1);
}








#s-352c4e6f-e6cc-4dbb-8916-facf8c4ab673 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-352c4e6f-e6cc-4dbb-8916-facf8c4ab673 {
  cursor: pointer;
}#s-352c4e6f-e6cc-4dbb-8916-facf8c4ab673.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-85c90d68-6e81-4e19-97e5-3ae086cf82a3 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 185px;
background-position: center center;
}








#s-85c90d68-6e81-4e19-97e5-3ae086cf82a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-85c90d68-6e81-4e19-97e5-3ae086cf82a3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0f2a5f37-1a76-4733-ad4d-6d00ab952506 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
min-height: 100px;
background-color: rgba(239, 239, 239, 1);
}








#s-0f2a5f37-1a76-4733-ad4d-6d00ab952506 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0f2a5f37-1a76-4733-ad4d-6d00ab952506.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ea9ae519-0826-4432-b01a-961cc4a21be7 {
  margin-top: 8px;
margin-left: 12px;
margin-bottom: -3px;
margin-right: 12px;
}

#s-a0fd5ad3-d657-489a-803d-296305738cee {
  margin-top: -5px;
margin-left: 12px;
margin-right: 12px;
}

#s-7a05b690-d6d6-4291-935f-7e8e8b80583c {
  margin-bottom: 12px;
}

@media (min-width: 0px) {
[id="s-7a05b690-d6d6-4291-935f-7e8e8b80583c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7a05b690-d6d6-4291-935f-7e8e8b80583c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.0px);
}

}

@media (min-width: 992px) {
[id="s-7a05b690-d6d6-4291-935f-7e8e8b80583c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.0px);
}

}

@media (min-width: 1200px) {
[id="s-7a05b690-d6d6-4291-935f-7e8e8b80583c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.0px);
}

}

#s-f038ef30-e839-4ce1-b213-001f55a6a46b {
  margin-bottom: 12px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
min-height: 248px;
background-color: rgba(255, 255, 255, 1);
}








#s-f038ef30-e839-4ce1-b213-001f55a6a46b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f038ef30-e839-4ce1-b213-001f55a6a46b {
  cursor: pointer;
}#s-f038ef30-e839-4ce1-b213-001f55a6a46b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e1c6b4a6-c2d9-4aaa-9986-7f211fb4a337 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 170px;
background-position: center center;
}








#s-e1c6b4a6-c2d9-4aaa-9986-7f211fb4a337 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e1c6b4a6-c2d9-4aaa-9986-7f211fb4a337.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8242cf87-31b5-4a4e-8bce-0268be371200 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
min-height: 100px;
background-color: rgba(239, 239, 239, 1);
}








#s-8242cf87-31b5-4a4e-8bce-0268be371200 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8242cf87-31b5-4a4e-8bce-0268be371200.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7fe003fa-e2e6-40f2-a19f-3c8beb1be91b {
  margin-top: 8px;
margin-left: 12px;
margin-bottom: -3px;
margin-right: 12px;
}

#s-a47912a8-32dc-4317-90ff-27580be10935 {
  margin-top: -5px;
margin-left: 12px;
margin-right: 12px;
}

#s-0fa600bb-f149-4749-9dc4-6b8a92aa2682 {
  margin-bottom: 12px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
min-height: 248px;
background-color: rgba(255, 255, 255, 1);
}








#s-0fa600bb-f149-4749-9dc4-6b8a92aa2682 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0fa600bb-f149-4749-9dc4-6b8a92aa2682 {
  cursor: pointer;
}#s-0fa600bb-f149-4749-9dc4-6b8a92aa2682.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ecd466ae-1679-4997-84f4-156b6d5cb197 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 170px;
background-position: center center;
}








#s-ecd466ae-1679-4997-84f4-156b6d5cb197 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ecd466ae-1679-4997-84f4-156b6d5cb197.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5f5ff7ce-9868-44c1-8de0-ad8de5c34262 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
min-height: 100px;
background-color: rgba(239, 239, 239, 1);
}








#s-5f5ff7ce-9868-44c1-8de0-ad8de5c34262 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5f5ff7ce-9868-44c1-8de0-ad8de5c34262.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-601309e5-5f4c-4a20-8017-08f5617ee8bf {
  margin-top: 8px;
margin-left: 12px;
margin-bottom: -3px;
margin-right: 12px;
}

#s-a6a5fb8e-c4ec-40ef-b417-4fe7b1639c5f {
  margin-top: -5px;
margin-left: 12px;
margin-right: 12px;
}

#s-0c040371-f75c-4855-869a-76e75a4a2a91 {
  margin-bottom: 12px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
min-height: 248px;
background-color: rgba(169, 201, 197, 1);
}








#s-0c040371-f75c-4855-869a-76e75a4a2a91 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0c040371-f75c-4855-869a-76e75a4a2a91 {
  cursor: pointer;
}#s-0c040371-f75c-4855-869a-76e75a4a2a91.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-9c09b717-ab29-43ca-a561-36780c32747f {
  background-repeat: no-repeat;
background-size: cover;
min-height: 170px;
background-position: center center;
}








#s-9c09b717-ab29-43ca-a561-36780c32747f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9c09b717-ab29-43ca-a561-36780c32747f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9ea8662d-7a24-4d73-b94b-bd161ae2df1e {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
min-height: 100px;
background-color: rgba(239, 239, 239, 1);
}








#s-9ea8662d-7a24-4d73-b94b-bd161ae2df1e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9ea8662d-7a24-4d73-b94b-bd161ae2df1e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0e1feb14-41a6-4ad6-af6c-6b20e5ce7fa1 {
  margin-top: 8px;
margin-left: 12px;
margin-bottom: -3px;
margin-right: 12px;
}

#s-1fad2da6-1e7b-4842-a90f-9675deb046a8 {
  margin-top: -5px;
margin-left: 12px;
margin-right: 12px;
}

#s-6168d480-00a0-45de-954a-df15835ee713 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 24px;
min-height: 400px;
background-color: rgba(239, 239, 239, 1);
}








#s-6168d480-00a0-45de-954a-df15835ee713 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6168d480-00a0-45de-954a-df15835ee713.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-317a568d-27d7-4a6a-a7ca-9295d6c7f0a5 {
  margin-top: -10px;
margin-left: auto;
margin-right: auto;
padding-left: 12px;
padding-right: 12px;
min-height: 50px;
max-width: 1175px;
}

#s-317a568d-27d7-4a6a-a7ca-9295d6c7f0a5 {
  background-image: url();
}








#s-317a568d-27d7-4a6a-a7ca-9295d6c7f0a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-317a568d-27d7-4a6a-a7ca-9295d6c7f0a5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b4fb3077-2eb9-41a2-8be6-6cd37e4d8f6e {
  margin-top: 24px;
margin-bottom: 24px;
}

@media (min-width: 0px) {
[id="s-b4fb3077-2eb9-41a2-8be6-6cd37e4d8f6e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b4fb3077-2eb9-41a2-8be6-6cd37e4d8f6e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b4fb3077-2eb9-41a2-8be6-6cd37e4d8f6e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b4fb3077-2eb9-41a2-8be6-6cd37e4d8f6e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b4fb3077-2eb9-41a2-8be6-6cd37e4d8f6e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b4fb3077-2eb9-41a2-8be6-6cd37e4d8f6e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b4fb3077-2eb9-41a2-8be6-6cd37e4d8f6e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-e5170b0c-6d21-4e95-bf33-7abadd6339a3 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 75%;
}

#s-8467ec6d-ec5e-4879-9e9a-d8caa6bc995a {
  margin-top: 8px;
margin-bottom: 12px;
}

#s-4ee16ea3-8882-4ab2-aa3f-6c7edd1603a6 {
  margin-top: 0px;
margin-bottom: 12px;
text-align: center;
}







  img.s-4ee16ea3-8882-4ab2-aa3f-6c7edd1603a6.shogun-image {
    
    
  }


.s-4ee16ea3-8882-4ab2-aa3f-6c7edd1603a6 .shogun-image-content {
  
    align-items: center;
  
}

.s-4ee16ea3-8882-4ab2-aa3f-6c7edd1603a6.shg-align-container {
  text-align: center
}

.s-4ee16ea3-8882-4ab2-aa3f-6c7edd1603a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ee16ea3-8882-4ab2-aa3f-6c7edd1603a6.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-4ee16ea3-8882-4ab2-aa3f-6c7edd1603a6.shogun-image {
    
    
  }


.s-4ee16ea3-8882-4ab2-aa3f-6c7edd1603a6 .shogun-image-content {
  
    align-items: center;
  
}

.s-4ee16ea3-8882-4ab2-aa3f-6c7edd1603a6.shg-align-container {
  text-align: center
}

.s-4ee16ea3-8882-4ab2-aa3f-6c7edd1603a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ee16ea3-8882-4ab2-aa3f-6c7edd1603a6.shogun-image {
  box-sizing: border-box;
}


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





  img.s-4ee16ea3-8882-4ab2-aa3f-6c7edd1603a6.shogun-image {
    
    
  }


.s-4ee16ea3-8882-4ab2-aa3f-6c7edd1603a6 .shogun-image-content {
  
    align-items: center;
  
}

.s-4ee16ea3-8882-4ab2-aa3f-6c7edd1603a6.shg-align-container {
  text-align: center
}

.s-4ee16ea3-8882-4ab2-aa3f-6c7edd1603a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ee16ea3-8882-4ab2-aa3f-6c7edd1603a6.shogun-image {
  box-sizing: border-box;
}


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





  img.s-4ee16ea3-8882-4ab2-aa3f-6c7edd1603a6.shogun-image {
    
    
  }


.s-4ee16ea3-8882-4ab2-aa3f-6c7edd1603a6 .shogun-image-content {
  
    align-items: center;
  
}

.s-4ee16ea3-8882-4ab2-aa3f-6c7edd1603a6.shg-align-container {
  text-align: center
}

.s-4ee16ea3-8882-4ab2-aa3f-6c7edd1603a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ee16ea3-8882-4ab2-aa3f-6c7edd1603a6.shogun-image {
  box-sizing: border-box;
}


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





  img.s-4ee16ea3-8882-4ab2-aa3f-6c7edd1603a6.shogun-image {
    
    
  }


.s-4ee16ea3-8882-4ab2-aa3f-6c7edd1603a6 .shogun-image-content {
  
    align-items: center;
  
}

.s-4ee16ea3-8882-4ab2-aa3f-6c7edd1603a6.shg-align-container {
  text-align: center
}

.s-4ee16ea3-8882-4ab2-aa3f-6c7edd1603a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ee16ea3-8882-4ab2-aa3f-6c7edd1603a6.shogun-image {
  box-sizing: border-box;
}


}
#s-9a89f8ad-e4f4-4931-abd4-2c706121e819 {
  margin-bottom: 12px;
}

@media (min-width: 0px) {
[id="s-9a89f8ad-e4f4-4931-abd4-2c706121e819"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9a89f8ad-e4f4-4931-abd4-2c706121e819"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 12.0px);
}

[id="s-9a89f8ad-e4f4-4931-abd4-2c706121e819"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 12.0px);
}

}

@media (min-width: 992px) {
[id="s-9a89f8ad-e4f4-4931-abd4-2c706121e819"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 12.0px);
}

[id="s-9a89f8ad-e4f4-4931-abd4-2c706121e819"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 12.0px);
}

}

@media (min-width: 1200px) {
[id="s-9a89f8ad-e4f4-4931-abd4-2c706121e819"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 12.0px);
}

[id="s-9a89f8ad-e4f4-4931-abd4-2c706121e819"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 12.0px);
}

}

#s-4fcb0627-61f4-498c-9d7d-4badd94371fd {
  margin-top: 0px;
margin-bottom: 12px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-4fcb0627-61f4-498c-9d7d-4badd94371fd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-4fcb0627-61f4-498c-9d7d-4badd94371fd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4fcb0627-61f4-498c-9d7d-4badd94371fd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4fcb0627-61f4-498c-9d7d-4badd94371fd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4fcb0627-61f4-498c-9d7d-4badd94371fd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4fcb0627-61f4-498c-9d7d-4badd94371fd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4fcb0627-61f4-498c-9d7d-4badd94371fd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-c634ff7d-e427-4dfd-9964-25b44de896e7 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 300px;
background-position: center center;
}








#s-c634ff7d-e427-4dfd-9964-25b44de896e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c634ff7d-e427-4dfd-9964-25b44de896e7 {
  cursor: pointer;
}#s-c634ff7d-e427-4dfd-9964-25b44de896e7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7655f5ab-7201-48d4-aa4d-d9f788430c72 {
  padding-left: 4px;
padding-right: 4px;
min-height: 250px;
}








#s-7655f5ab-7201-48d4-aa4d-d9f788430c72 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7655f5ab-7201-48d4-aa4d-d9f788430c72 {
  cursor: pointer;
}#s-7655f5ab-7201-48d4-aa4d-d9f788430c72.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-564b8a8f-6a3f-4eda-8b8c-fe968c218c69 {
  margin-top: 12px;
margin-left: 12px;
margin-bottom: -3px;
margin-right: 12px;
}

#s-0d8034aa-3c9c-4538-b456-14d068e16991 {
  margin-top: 0px;
margin-left: 12px;
margin-right: 12px;
}

#s-7023a2bd-4899-4213-9101-81b8a91f9ab8 {
  margin-bottom: 12px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
min-height: 248px;
background-color: rgba(255, 255, 255, 1);
}








#s-7023a2bd-4899-4213-9101-81b8a91f9ab8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7023a2bd-4899-4213-9101-81b8a91f9ab8 {
  cursor: pointer;
}#s-7023a2bd-4899-4213-9101-81b8a91f9ab8.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-62b53e38-63c7-4640-9f68-90e29cf23bf6 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 185px;
background-position: center center;
}








#s-62b53e38-63c7-4640-9f68-90e29cf23bf6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-62b53e38-63c7-4640-9f68-90e29cf23bf6.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-df109cfa-c816-4906-92d8-10e742dcc647 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
min-height: 100px;
background-color: rgba(255, 255, 255, 1);
}








#s-df109cfa-c816-4906-92d8-10e742dcc647 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-df109cfa-c816-4906-92d8-10e742dcc647.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4e28592c-003c-41c3-ab87-ac9677c775fa {
  margin-top: 8px;
margin-left: 12px;
margin-bottom: -3px;
margin-right: 12px;
}

#s-34b25415-8420-4f4d-8ecf-97ae8d609894 {
  margin-top: -5px;
margin-left: 12px;
margin-right: 12px;
}

#s-3ad6ee6d-a087-4f70-adf8-31c3893c14bf {
  margin-bottom: 12px;
}

@media (min-width: 0px) {
[id="s-3ad6ee6d-a087-4f70-adf8-31c3893c14bf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3ad6ee6d-a087-4f70-adf8-31c3893c14bf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.0px);
}

}

@media (min-width: 992px) {
[id="s-3ad6ee6d-a087-4f70-adf8-31c3893c14bf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.0px);
}

}

@media (min-width: 1200px) {
[id="s-3ad6ee6d-a087-4f70-adf8-31c3893c14bf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.0px);
}

}

#s-7ff716e9-3dbe-4a05-b510-ca8243bb2aeb {
  margin-bottom: 12px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
min-height: 248px;
background-color: rgba(255, 255, 255, 1);
}








#s-7ff716e9-3dbe-4a05-b510-ca8243bb2aeb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7ff716e9-3dbe-4a05-b510-ca8243bb2aeb {
  cursor: pointer;
}#s-7ff716e9-3dbe-4a05-b510-ca8243bb2aeb.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b094da5d-8c2e-4e78-ab6d-71b2256c9459 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 170px;
background-position: center center;
}








#s-b094da5d-8c2e-4e78-ab6d-71b2256c9459 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b094da5d-8c2e-4e78-ab6d-71b2256c9459.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bbec4730-0b13-44b5-b223-6327d2a8fc52 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
min-height: 100px;
background-color: rgba(255, 255, 255, 1);
}








#s-bbec4730-0b13-44b5-b223-6327d2a8fc52 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bbec4730-0b13-44b5-b223-6327d2a8fc52.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f3495778-a72d-41ba-b04a-41ebd5104de2 {
  margin-top: 8px;
margin-left: 12px;
margin-bottom: -3px;
margin-right: 12px;
}

#s-7e7a77ea-bf21-4ed4-bfbb-79a199ac0539 {
  margin-top: -5px;
margin-left: 12px;
margin-right: 12px;
}

#s-4aacf612-20f9-4948-a824-49b48487a8ce {
  margin-bottom: 12px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
min-height: 248px;
background-color: rgba(255, 255, 255, 1);
}








#s-4aacf612-20f9-4948-a824-49b48487a8ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4aacf612-20f9-4948-a824-49b48487a8ce {
  cursor: pointer;
}#s-4aacf612-20f9-4948-a824-49b48487a8ce.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-358ef12e-dce3-425c-90ed-715d17039a95 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 170px;
background-position: center center;
}








#s-358ef12e-dce3-425c-90ed-715d17039a95 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-358ef12e-dce3-425c-90ed-715d17039a95.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ebec13d4-f961-4b52-8c5f-0e960a63761a {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
min-height: 100px;
background-color: rgba(255, 255, 255, 1);
}








#s-ebec13d4-f961-4b52-8c5f-0e960a63761a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ebec13d4-f961-4b52-8c5f-0e960a63761a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-500d45de-c1d7-4cce-b0b0-c8a20169a461 {
  margin-top: 8px;
margin-left: 12px;
margin-bottom: -3px;
margin-right: 12px;
}

#s-49dcacf7-81f2-4561-b539-89260167ed52 {
  margin-top: -5px;
margin-left: 12px;
margin-right: 12px;
}

#s-d1b843e9-fc41-406d-bd86-5bda8a841106 {
  margin-bottom: 12px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
min-height: 248px;
background-color: rgba(255, 255, 255, 1);
}








#s-d1b843e9-fc41-406d-bd86-5bda8a841106 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d1b843e9-fc41-406d-bd86-5bda8a841106 {
  cursor: pointer;
}#s-d1b843e9-fc41-406d-bd86-5bda8a841106.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-5f7bada5-6931-4677-b525-18b83e977c26 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 170px;
background-position: center center;
}








#s-5f7bada5-6931-4677-b525-18b83e977c26 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5f7bada5-6931-4677-b525-18b83e977c26.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-072ff86d-6a17-4580-b4e3-82614614babc {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
min-height: 100px;
background-color: rgba(255, 255, 255, 1);
}








#s-072ff86d-6a17-4580-b4e3-82614614babc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-072ff86d-6a17-4580-b4e3-82614614babc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5609dbaa-b98c-4583-8808-86f80e7e177e {
  margin-top: 8px;
margin-left: 12px;
margin-bottom: -3px;
margin-right: 12px;
}

#s-94eb7b30-89c2-494e-ba17-5fdb75a9196b {
  margin-top: -5px;
margin-left: 12px;
margin-right: 12px;
}

#s-75db387c-58d7-459b-ae77-6c56d337fc46 {
  margin-top: 24px;
margin-bottom: 24px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(239, 239, 239, 1);
border-style: solid;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-75db387c-58d7-459b-ae77-6c56d337fc46"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-75db387c-58d7-459b-ae77-6c56d337fc46"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-75db387c-58d7-459b-ae77-6c56d337fc46"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-75db387c-58d7-459b-ae77-6c56d337fc46"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-75db387c-58d7-459b-ae77-6c56d337fc46"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-75db387c-58d7-459b-ae77-6c56d337fc46"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-75db387c-58d7-459b-ae77-6c56d337fc46"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-bf2c40b0-3e20-44b4-91df-437e94bee170 {
  box-shadow:3px 3px 9px 0px rgba(255, 255, 255, 0);
margin-top: 12px;
margin-left: 36px;
margin-bottom: 12px;
margin-right: 36px;
padding-top: 24px;
padding-left: 24px;
padding-bottom: 24px;
padding-right: 24px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(159, 159, 159, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 0);
}








#s-bf2c40b0-3e20-44b4-91df-437e94bee170 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bf2c40b0-3e20-44b4-91df-437e94bee170.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bdbd2624-1342-45c0-a9ea-1801b2d18c80 {
  margin-top: -18px;
margin-left: 12px;
margin-bottom: -10px;
padding-left: 24px;
padding-right: 0px;
}
@media (max-width: 767px){#s-bdbd2624-1342-45c0-a9ea-1801b2d18c80 {
  padding-top: 0px;
padding-bottom: 0px;
}
}
#s-f5398860-fdaa-428b-aea8-5c36f6abd56d {
  margin-top: -140px;
margin-bottom: -140px;
text-align: left;
}

#s-89c9f066-bbb2-4ab8-961b-003e2d22da78 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
min-height: 250px;
background-position: center center;
opacity: 1;
}
@media (max-width: 767px){#s-89c9f066-bbb2-4ab8-961b-003e2d22da78 {
  
}
}







#s-89c9f066-bbb2-4ab8-961b-003e2d22da78 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.2;
}#s-89c9f066-bbb2-4ab8-961b-003e2d22da78.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7a891dbf-2b97-494f-b6ed-80f0f2154850 {
  margin-left: auto;
margin-right: auto;
max-width: 1150px;
}

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