#s-7c4a47b0-53b6-4a21-8e44-4f9c9835382d {
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px){#s-7c4a47b0-53b6-4a21-8e44-4f9c9835382d {
  display: none;
}
#s-7c4a47b0-53b6-4a21-8e44-4f9c9835382d, #wrap-s-7c4a47b0-53b6-4a21-8e44-4f9c9835382d { display: none !important; }}
.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-7f5ae0b3-752e-445c-ae59-bcbbe4a6f5ce {
  background-repeat: no-repeat;
background-size: cover;
min-height: 20px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-7f5ae0b3-752e-445c-ae59-bcbbe4a6f5ce {
  display: none;
}
#s-7f5ae0b3-752e-445c-ae59-bcbbe4a6f5ce, #wrap-s-7f5ae0b3-752e-445c-ae59-bcbbe4a6f5ce { display: none !important; }}@media (max-width: 767px){#s-7f5ae0b3-752e-445c-ae59-bcbbe4a6f5ce {
  display: none;
}
#s-7f5ae0b3-752e-445c-ae59-bcbbe4a6f5ce, #wrap-s-7f5ae0b3-752e-445c-ae59-bcbbe4a6f5ce { display: none !important; }}
#s-7f5ae0b3-752e-445c-ae59-bcbbe4a6f5ce {
  background-image: url(https://i.shgcdn.com/62079a31-cdf4-4b96-aae8-0f6c1a350c53/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-7f5ae0b3-752e-445c-ae59-bcbbe4a6f5ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7f5ae0b3-752e-445c-ae59-bcbbe4a6f5ce.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-4681fc44-15b1-4921-98cd-8fe183a77cb3 {
  margin-top: -5px;
aspect-ratio: 3356/1200;
text-align: center;
}
@media (max-width: 767px){#s-4681fc44-15b1-4921-98cd-8fe183a77cb3 {
  
}
}




  #s-4681fc44-15b1-4921-98cd-8fe183a77cb3 img.shogun-image,
  #s-4681fc44-15b1-4921-98cd-8fe183a77cb3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4681fc44-15b1-4921-98cd-8fe183a77cb3 {
    width: 100%;
    height: auto;
  }



  #s-4681fc44-15b1-4921-98cd-8fe183a77cb3 img.shogun-image {
    

    
    
    
  }


#s-4681fc44-15b1-4921-98cd-8fe183a77cb3 .shogun-image-content {
  
    align-items: center;
  
}

#s-89345d32-836c-4563-9c06-64d351d701b4 {
  background-size: cover;
margin-top: 8%;
margin-left: 18%;
margin-bottom: 8%;
margin-right: 18%;
padding-top: 4%;
padding-bottom: 4%;
min-height: 40px;
background-color: rgba(255, 255, 255, 1);
background-position: center center;
}








#s-89345d32-836c-4563-9c06-64d351d701b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-89345d32-836c-4563-9c06-64d351d701b4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-278728fb-5f8a-4327-80f5-839b5a8f46a3 {
  padding-top: 2px;
padding-bottom: 2px;
}

#s-38a7dedf-92cb-4889-87c0-045ffa7cae21 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 4px;
padding-bottom: 12px;
}

.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-a28a5130-f1d6-44ab-908c-1669586f988c {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 38, 38, 1);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-a28a5130-f1d6-44ab-908c-1669586f988c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-a28a5130-f1d6-44ab-908c-1669586f988c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a28a5130-f1d6-44ab-908c-1669586f988c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a28a5130-f1d6-44ab-908c-1669586f988c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a28a5130-f1d6-44ab-908c-1669586f988c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a28a5130-f1d6-44ab-908c-1669586f988c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a28a5130-f1d6-44ab-908c-1669586f988c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a28a5130-f1d6-44ab-908c-1669586f988c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a28a5130-f1d6-44ab-908c-1669586f988c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a28a5130-f1d6-44ab-908c-1669586f988c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-c458107f-5b7c-4637-a41c-c686a796affb {
  padding-top: 5px;
padding-left: 12%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(165, 165, 165, 1);
border-style: solid;
}








#s-c458107f-5b7c-4637-a41c-c686a796affb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c458107f-5b7c-4637-a41c-c686a796affb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-45318d58-876b-4984-bbef-b9f3d06b8433 {
  margin-top: 0px;
margin-bottom: 25px;
padding-right: 5px;
}

#s-5bb69680-bd61-48ce-8375-d03e2fcdecb3 {
  margin-top: 0px;
margin-bottom: 25px;
padding-right: 5px;
}

#s-b4d0b3e6-bc44-404c-9f3f-ab308ca03549 {
  margin-top: 0px;
margin-bottom: 25px;
padding-right: 5px;
}

#s-17bf62a6-082c-469a-a3d1-20db35119f8b {
  margin-top: 0px;
margin-bottom: 5px;
padding-right: 5px;
}

#s-2b547b04-ad66-4b5b-aeb2-ba62ef6fd335 {
  margin-left: 9%;
padding-top: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(212, 212, 212, 1);
border-style: solid;
}








#s-2b547b04-ad66-4b5b-aeb2-ba62ef6fd335 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b547b04-ad66-4b5b-aeb2-ba62ef6fd335.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-97b98a61-bcf6-4464-83ef-55df4a174f96 {
  margin-top: 0px;
margin-bottom: 25px;
padding-right: 5px;
}

#s-ffc15323-68d6-4154-afe0-e2cd202e329b {
  margin-top: 0px;
margin-bottom: 25px;
}

#s-1fff3b6c-b306-4bfe-a1c0-e713e90d487c {
  margin-top: 0px;
margin-bottom: 25px;
}

#s-84bf14af-20ed-4a33-a5bf-6ac6874314f1 {
  margin-top: 0px;
margin-bottom: 25px;
}

#s-5a15449e-72dd-47d4-ba51-cc2bcf5380d2 {
  text-align: left;
}
@media (min-width: 1200px){#s-5a15449e-72dd-47d4-ba51-cc2bcf5380d2 {
  display: none;
}
#s-5a15449e-72dd-47d4-ba51-cc2bcf5380d2, #wrap-s-5a15449e-72dd-47d4-ba51-cc2bcf5380d2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5a15449e-72dd-47d4-ba51-cc2bcf5380d2 {
  display: none;
}
#s-5a15449e-72dd-47d4-ba51-cc2bcf5380d2, #wrap-s-5a15449e-72dd-47d4-ba51-cc2bcf5380d2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5a15449e-72dd-47d4-ba51-cc2bcf5380d2 {
  display: none;
}
#s-5a15449e-72dd-47d4-ba51-cc2bcf5380d2, #wrap-s-5a15449e-72dd-47d4-ba51-cc2bcf5380d2 { display: none !important; }}
#s-dc817769-9ecb-4f59-8670-2b107a6f3dd8 {
  margin-bottom: 2%;
min-height: 50px;
}
@media (min-width: 1200px){#s-dc817769-9ecb-4f59-8670-2b107a6f3dd8 {
  display: none;
}
#s-dc817769-9ecb-4f59-8670-2b107a6f3dd8, #wrap-s-dc817769-9ecb-4f59-8670-2b107a6f3dd8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dc817769-9ecb-4f59-8670-2b107a6f3dd8 {
  display: none;
}
#s-dc817769-9ecb-4f59-8670-2b107a6f3dd8, #wrap-s-dc817769-9ecb-4f59-8670-2b107a6f3dd8 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-dc817769-9ecb-4f59-8670-2b107a6f3dd8 {
  
}
}@media (max-width: 767px){#s-dc817769-9ecb-4f59-8670-2b107a6f3dd8 {
  
}
}







#s-dc817769-9ecb-4f59-8670-2b107a6f3dd8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dc817769-9ecb-4f59-8670-2b107a6f3dd8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-36def146-29e0-477e-a97f-1c2c05a4b924 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-36def146-29e0-477e-a97f-1c2c05a4b924 {
  
}
}@media (max-width: 767px){#s-36def146-29e0-477e-a97f-1c2c05a4b924 {
  display: none;
}
#s-36def146-29e0-477e-a97f-1c2c05a4b924, #wrap-s-36def146-29e0-477e-a97f-1c2c05a4b924 { display: none !important; }}







#s-36def146-29e0-477e-a97f-1c2c05a4b924 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-36def146-29e0-477e-a97f-1c2c05a4b924.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1cfcf47f-5f75-4465-91b9-bdf786cce14e {
  margin-top: -2px;
text-align: left;
}
@media (min-width: 1200px){#s-1cfcf47f-5f75-4465-91b9-bdf786cce14e {
  display: none;
}
#s-1cfcf47f-5f75-4465-91b9-bdf786cce14e, #wrap-s-1cfcf47f-5f75-4465-91b9-bdf786cce14e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1cfcf47f-5f75-4465-91b9-bdf786cce14e {
  display: none;
}
#s-1cfcf47f-5f75-4465-91b9-bdf786cce14e, #wrap-s-1cfcf47f-5f75-4465-91b9-bdf786cce14e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1cfcf47f-5f75-4465-91b9-bdf786cce14e {
  
}
}
#s-0137216d-2562-4d3e-9c24-64dfee32266c {
  text-align: center;
}








#s-0137216d-2562-4d3e-9c24-64dfee32266c .shogun-image-content {
  
    align-items: center;
  
}

#s-df3299eb-3a90-463a-bd50-94bb6aec09f0 {
  margin-top: 20px;
margin-left: 16%;
margin-bottom: 20px;
margin-right: 16%;
padding-top: 5%;
padding-bottom: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-df3299eb-3a90-463a-bd50-94bb6aec09f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-df3299eb-3a90-463a-bd50-94bb6aec09f0.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-9e1bbef5-53ed-47ed-8ca5-a603d4242dea {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-f7d117a5-ab1f-4a25-9032-974ea6be9cf0 {
  margin-bottom: 5px;
}
@media (min-width: 1200px){#s-f7d117a5-ab1f-4a25-9032-974ea6be9cf0 {
  display: none;
}
#s-f7d117a5-ab1f-4a25-9032-974ea6be9cf0, #wrap-s-f7d117a5-ab1f-4a25-9032-974ea6be9cf0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f7d117a5-ab1f-4a25-9032-974ea6be9cf0 {
  display: none;
}
#s-f7d117a5-ab1f-4a25-9032-974ea6be9cf0, #wrap-s-f7d117a5-ab1f-4a25-9032-974ea6be9cf0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f7d117a5-ab1f-4a25-9032-974ea6be9cf0 {
  
}
}
#s-a024c98e-1888-4218-acfc-dade69934314 {
  margin-bottom: 2%;
min-height: 50px;
}
@media (min-width: 1200px){#s-a024c98e-1888-4218-acfc-dade69934314 {
  display: none;
}
#s-a024c98e-1888-4218-acfc-dade69934314, #wrap-s-a024c98e-1888-4218-acfc-dade69934314 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a024c98e-1888-4218-acfc-dade69934314 {
  display: none;
}
#s-a024c98e-1888-4218-acfc-dade69934314, #wrap-s-a024c98e-1888-4218-acfc-dade69934314 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a024c98e-1888-4218-acfc-dade69934314 {
  
}
}@media (max-width: 767px){#s-a024c98e-1888-4218-acfc-dade69934314 {
  
}
}







#s-a024c98e-1888-4218-acfc-dade69934314 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a024c98e-1888-4218-acfc-dade69934314.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-61f292aa-9df2-4aa8-aa83-bcbe625e405d {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-61f292aa-9df2-4aa8-aa83-bcbe625e405d {
  
}
}@media (max-width: 767px){#s-61f292aa-9df2-4aa8-aa83-bcbe625e405d {
  display: none;
}
#s-61f292aa-9df2-4aa8-aa83-bcbe625e405d, #wrap-s-61f292aa-9df2-4aa8-aa83-bcbe625e405d { display: none !important; }}







#s-61f292aa-9df2-4aa8-aa83-bcbe625e405d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-61f292aa-9df2-4aa8-aa83-bcbe625e405d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1d454d37-2eb6-4702-a55f-2ce627520aa4 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-1d454d37-2eb6-4702-a55f-2ce627520aa4 {
  display: none;
}
#s-1d454d37-2eb6-4702-a55f-2ce627520aa4, #wrap-s-1d454d37-2eb6-4702-a55f-2ce627520aa4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1d454d37-2eb6-4702-a55f-2ce627520aa4 {
  display: none;
}
#s-1d454d37-2eb6-4702-a55f-2ce627520aa4, #wrap-s-1d454d37-2eb6-4702-a55f-2ce627520aa4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1d454d37-2eb6-4702-a55f-2ce627520aa4 {
  display: none;
}
#s-1d454d37-2eb6-4702-a55f-2ce627520aa4, #wrap-s-1d454d37-2eb6-4702-a55f-2ce627520aa4 { display: none !important; }}







#s-1d454d37-2eb6-4702-a55f-2ce627520aa4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1d454d37-2eb6-4702-a55f-2ce627520aa4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5ad50906-e23f-4099-ab93-aec94635086f {
  margin-left: 10px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-5ad50906-e23f-4099-ab93-aec94635086f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-5ad50906-e23f-4099-ab93-aec94635086f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5ad50906-e23f-4099-ab93-aec94635086f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5ad50906-e23f-4099-ab93-aec94635086f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

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

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

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

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

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

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

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

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

#s-9b34fce1-4eae-4e95-b7b6-0026fa4b01f2 {
  border-style: solid;
margin-bottom: 0px;
padding-top: 15px;
padding-left: 10%;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-9b34fce1-4eae-4e95-b7b6-0026fa4b01f2:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-9b34fce1-4eae-4e95-b7b6-0026fa4b01f2:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-9b34fce1-4eae-4e95-b7b6-0026fa4b01f2-root {
    text-align: left;
  }


#s-9b34fce1-4eae-4e95-b7b6-0026fa4b01f2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 1em;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-9b34fce1-4eae-4e95-b7b6-0026fa4b01f2-root {
    text-align: left;
  }


#s-9b34fce1-4eae-4e95-b7b6-0026fa4b01f2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 1em;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9b34fce1-4eae-4e95-b7b6-0026fa4b01f2-root {
    text-align: left;
  }


#s-9b34fce1-4eae-4e95-b7b6-0026fa4b01f2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 1em;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9b34fce1-4eae-4e95-b7b6-0026fa4b01f2-root {
    text-align: left;
  }


#s-9b34fce1-4eae-4e95-b7b6-0026fa4b01f2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 1em;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-9b34fce1-4eae-4e95-b7b6-0026fa4b01f2-root {
    text-align: left;
  }


#s-9b34fce1-4eae-4e95-b7b6-0026fa4b01f2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 1em;
  
  
  
  display:  block ;
}
}
#s-e56e25a8-ead5-4088-b8a3-b9a91d9c357d {
  border-style: solid;
padding-top: 15px;
padding-left: 10%;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-e56e25a8-ead5-4088-b8a3-b9a91d9c357d:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-e56e25a8-ead5-4088-b8a3-b9a91d9c357d:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-e56e25a8-ead5-4088-b8a3-b9a91d9c357d-root {
    text-align: left;
  }


#s-e56e25a8-ead5-4088-b8a3-b9a91d9c357d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 1em;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-e56e25a8-ead5-4088-b8a3-b9a91d9c357d-root {
    text-align: left;
  }


#s-e56e25a8-ead5-4088-b8a3-b9a91d9c357d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 1em;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e56e25a8-ead5-4088-b8a3-b9a91d9c357d-root {
    text-align: left;
  }


#s-e56e25a8-ead5-4088-b8a3-b9a91d9c357d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 1em;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e56e25a8-ead5-4088-b8a3-b9a91d9c357d-root {
    text-align: left;
  }


#s-e56e25a8-ead5-4088-b8a3-b9a91d9c357d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 1em;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-e56e25a8-ead5-4088-b8a3-b9a91d9c357d-root {
    text-align: left;
  }


#s-e56e25a8-ead5-4088-b8a3-b9a91d9c357d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 1em;
  
  
  
  display:  block ;
}
}
#s-fcff3361-4fff-4381-9f7b-b4761dea6b75 {
  border-style: solid;
padding-top: 15px;
padding-left: 10%;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-fcff3361-4fff-4381-9f7b-b4761dea6b75:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-fcff3361-4fff-4381-9f7b-b4761dea6b75:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-fcff3361-4fff-4381-9f7b-b4761dea6b75-root {
    text-align: left;
  }


#s-fcff3361-4fff-4381-9f7b-b4761dea6b75.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 1em;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-fcff3361-4fff-4381-9f7b-b4761dea6b75-root {
    text-align: left;
  }


#s-fcff3361-4fff-4381-9f7b-b4761dea6b75.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 1em;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fcff3361-4fff-4381-9f7b-b4761dea6b75-root {
    text-align: left;
  }


#s-fcff3361-4fff-4381-9f7b-b4761dea6b75.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 1em;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fcff3361-4fff-4381-9f7b-b4761dea6b75-root {
    text-align: left;
  }


#s-fcff3361-4fff-4381-9f7b-b4761dea6b75.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 1em;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-fcff3361-4fff-4381-9f7b-b4761dea6b75-root {
    text-align: left;
  }


#s-fcff3361-4fff-4381-9f7b-b4761dea6b75.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 1em;
  
  
  
  display:  block ;
}
}
#s-6fc1a7cc-3849-4fb5-9104-b6647221767c {
  border-style: solid;
padding-top: 15px;
padding-left: 10%;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: #000;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-6fc1a7cc-3849-4fb5-9104-b6647221767c:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-6fc1a7cc-3849-4fb5-9104-b6647221767c:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-6fc1a7cc-3849-4fb5-9104-b6647221767c-root {
    text-align: left;
  }


#s-6fc1a7cc-3849-4fb5-9104-b6647221767c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 1em;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-6fc1a7cc-3849-4fb5-9104-b6647221767c-root {
    text-align: left;
  }


#s-6fc1a7cc-3849-4fb5-9104-b6647221767c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 1em;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6fc1a7cc-3849-4fb5-9104-b6647221767c-root {
    text-align: left;
  }


#s-6fc1a7cc-3849-4fb5-9104-b6647221767c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 1em;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6fc1a7cc-3849-4fb5-9104-b6647221767c-root {
    text-align: left;
  }


#s-6fc1a7cc-3849-4fb5-9104-b6647221767c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 1em;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-6fc1a7cc-3849-4fb5-9104-b6647221767c-root {
    text-align: left;
  }


#s-6fc1a7cc-3849-4fb5-9104-b6647221767c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 1em;
  
  
  
  display:  block ;
}
}
#s-77b004ca-ecbb-4b21-b300-a5634f830a64 {
  border-style: solid;
margin-left: -11px;
padding-top: 15px;
padding-left: 10%;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: #000;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-77b004ca-ecbb-4b21-b300-a5634f830a64:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-77b004ca-ecbb-4b21-b300-a5634f830a64:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-77b004ca-ecbb-4b21-b300-a5634f830a64-root {
    text-align: left;
  }


#s-77b004ca-ecbb-4b21-b300-a5634f830a64.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 1em;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-77b004ca-ecbb-4b21-b300-a5634f830a64-root {
    text-align: left;
  }


#s-77b004ca-ecbb-4b21-b300-a5634f830a64.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 1em;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-77b004ca-ecbb-4b21-b300-a5634f830a64-root {
    text-align: left;
  }


#s-77b004ca-ecbb-4b21-b300-a5634f830a64.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 1em;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-77b004ca-ecbb-4b21-b300-a5634f830a64-root {
    text-align: left;
  }


#s-77b004ca-ecbb-4b21-b300-a5634f830a64.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 1em;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-77b004ca-ecbb-4b21-b300-a5634f830a64-root {
    text-align: left;
  }


#s-77b004ca-ecbb-4b21-b300-a5634f830a64.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 1em;
  
  
  
  display:  block ;
}
}
#s-474e9c20-d852-4fb0-a9ea-2ea5fcf6637d {
  border-style: solid;
margin-left: -11px;
padding-top: 15px;
padding-left: 10%;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: #000;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-474e9c20-d852-4fb0-a9ea-2ea5fcf6637d:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-474e9c20-d852-4fb0-a9ea-2ea5fcf6637d:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-474e9c20-d852-4fb0-a9ea-2ea5fcf6637d-root {
    text-align: left;
  }


#s-474e9c20-d852-4fb0-a9ea-2ea5fcf6637d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 1em;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-474e9c20-d852-4fb0-a9ea-2ea5fcf6637d-root {
    text-align: left;
  }


#s-474e9c20-d852-4fb0-a9ea-2ea5fcf6637d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 1em;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-474e9c20-d852-4fb0-a9ea-2ea5fcf6637d-root {
    text-align: left;
  }


#s-474e9c20-d852-4fb0-a9ea-2ea5fcf6637d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 1em;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-474e9c20-d852-4fb0-a9ea-2ea5fcf6637d-root {
    text-align: left;
  }


#s-474e9c20-d852-4fb0-a9ea-2ea5fcf6637d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 1em;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-474e9c20-d852-4fb0-a9ea-2ea5fcf6637d-root {
    text-align: left;
  }


#s-474e9c20-d852-4fb0-a9ea-2ea5fcf6637d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 1em;
  
  
  
  display:  block ;
}
}
#s-e2b067d1-6ae0-46a9-968b-397f0e513741 {
  border-style: solid;
margin-left: -11px;
padding-top: 15px;
padding-left: 10%;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: #000;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-e2b067d1-6ae0-46a9-968b-397f0e513741:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-e2b067d1-6ae0-46a9-968b-397f0e513741:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-e2b067d1-6ae0-46a9-968b-397f0e513741-root {
    text-align: left;
  }


#s-e2b067d1-6ae0-46a9-968b-397f0e513741.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 1em;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-e2b067d1-6ae0-46a9-968b-397f0e513741-root {
    text-align: left;
  }


#s-e2b067d1-6ae0-46a9-968b-397f0e513741.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 1em;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e2b067d1-6ae0-46a9-968b-397f0e513741-root {
    text-align: left;
  }


#s-e2b067d1-6ae0-46a9-968b-397f0e513741.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 1em;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e2b067d1-6ae0-46a9-968b-397f0e513741-root {
    text-align: left;
  }


#s-e2b067d1-6ae0-46a9-968b-397f0e513741.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 1em;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-e2b067d1-6ae0-46a9-968b-397f0e513741-root {
    text-align: left;
  }


#s-e2b067d1-6ae0-46a9-968b-397f0e513741.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 1em;
  
  
  
  display:  block ;
}
}
#s-790edb0d-a9ff-462d-a096-40b836f2981d {
  border-style: solid;
margin-left: -11px;
padding-top: 15px;
padding-left: 10%;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-790edb0d-a9ff-462d-a096-40b836f2981d:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-790edb0d-a9ff-462d-a096-40b836f2981d:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-790edb0d-a9ff-462d-a096-40b836f2981d-root {
    text-align: left;
  }


#s-790edb0d-a9ff-462d-a096-40b836f2981d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 1em;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-790edb0d-a9ff-462d-a096-40b836f2981d-root {
    text-align: left;
  }


#s-790edb0d-a9ff-462d-a096-40b836f2981d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 1em;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-790edb0d-a9ff-462d-a096-40b836f2981d-root {
    text-align: left;
  }


#s-790edb0d-a9ff-462d-a096-40b836f2981d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 1em;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-790edb0d-a9ff-462d-a096-40b836f2981d-root {
    text-align: left;
  }


#s-790edb0d-a9ff-462d-a096-40b836f2981d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 1em;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-790edb0d-a9ff-462d-a096-40b836f2981d-root {
    text-align: left;
  }


#s-790edb0d-a9ff-462d-a096-40b836f2981d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 1em;
  
  
  
  display:  block ;
}
}
#s-bae0ff83-82f1-4bc0-a415-4282130d9f43 {
  margin-left: auto;
margin-right: auto;
min-height: 30px;
}
@media (min-width: 1200px){#s-bae0ff83-82f1-4bc0-a415-4282130d9f43 {
  display: none;
}
#s-bae0ff83-82f1-4bc0-a415-4282130d9f43, #wrap-s-bae0ff83-82f1-4bc0-a415-4282130d9f43 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bae0ff83-82f1-4bc0-a415-4282130d9f43 {
  display: none;
}
#s-bae0ff83-82f1-4bc0-a415-4282130d9f43, #wrap-s-bae0ff83-82f1-4bc0-a415-4282130d9f43 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bae0ff83-82f1-4bc0-a415-4282130d9f43 {
  
}
}@media (max-width: 767px){#s-bae0ff83-82f1-4bc0-a415-4282130d9f43 {
  
}
}







#s-bae0ff83-82f1-4bc0-a415-4282130d9f43 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bae0ff83-82f1-4bc0-a415-4282130d9f43.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fd090a7c-7c3a-42bd-bcf2-99b40eded2c3 {
  margin-left: auto;
margin-right: auto;
min-height: 20px;
}
@media (min-width: 1200px){#s-fd090a7c-7c3a-42bd-bcf2-99b40eded2c3 {
  display: none;
}
#s-fd090a7c-7c3a-42bd-bcf2-99b40eded2c3, #wrap-s-fd090a7c-7c3a-42bd-bcf2-99b40eded2c3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fd090a7c-7c3a-42bd-bcf2-99b40eded2c3 {
  display: none;
}
#s-fd090a7c-7c3a-42bd-bcf2-99b40eded2c3, #wrap-s-fd090a7c-7c3a-42bd-bcf2-99b40eded2c3 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fd090a7c-7c3a-42bd-bcf2-99b40eded2c3 {
  display: none;
}
#s-fd090a7c-7c3a-42bd-bcf2-99b40eded2c3, #wrap-s-fd090a7c-7c3a-42bd-bcf2-99b40eded2c3 { display: none !important; }}@media (max-width: 767px){#s-fd090a7c-7c3a-42bd-bcf2-99b40eded2c3 {
  
}
}







#s-fd090a7c-7c3a-42bd-bcf2-99b40eded2c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fd090a7c-7c3a-42bd-bcf2-99b40eded2c3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9b17c7e3-0127-432d-8abe-0a8e3810e52e {
  margin-left: auto;
margin-right: auto;
min-height: 0px;
max-width: 748px;
aspect-ratio: 748/294;
text-align: center;
}
@media (min-width: 1200px){#s-9b17c7e3-0127-432d-8abe-0a8e3810e52e {
  display: none;
}
#s-9b17c7e3-0127-432d-8abe-0a8e3810e52e, #wrap-s-9b17c7e3-0127-432d-8abe-0a8e3810e52e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9b17c7e3-0127-432d-8abe-0a8e3810e52e {
  display: none;
}
#s-9b17c7e3-0127-432d-8abe-0a8e3810e52e, #wrap-s-9b17c7e3-0127-432d-8abe-0a8e3810e52e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9b17c7e3-0127-432d-8abe-0a8e3810e52e {
  display: none;
}
#s-9b17c7e3-0127-432d-8abe-0a8e3810e52e, #wrap-s-9b17c7e3-0127-432d-8abe-0a8e3810e52e { display: none !important; }}@media (max-width: 767px){#s-9b17c7e3-0127-432d-8abe-0a8e3810e52e {
  
}
}




  #s-9b17c7e3-0127-432d-8abe-0a8e3810e52e img.shogun-image,
  #s-9b17c7e3-0127-432d-8abe-0a8e3810e52e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9b17c7e3-0127-432d-8abe-0a8e3810e52e {
    width: 100%;
    height: auto;
  }



  #s-9b17c7e3-0127-432d-8abe-0a8e3810e52e img.shogun-image {
    

    
    
    
  }


#s-9b17c7e3-0127-432d-8abe-0a8e3810e52e .shogun-image-content {
  
    align-items: center;
  
}

#s-a4c6d4a6-69a1-4274-a2f5-39ecfb076a49 {
  margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 3px;
}

#s-ecccb0b6-598b-441a-956b-027edd571507 {
  margin-top: 5px;
margin-left: 0px;
margin-right: 0px;
}

#s-2686bec0-0d2d-419f-9056-2e9350d3f9de {
  margin-left: auto;
margin-right: auto;
min-height: 30px;
}
@media (min-width: 1200px){#s-2686bec0-0d2d-419f-9056-2e9350d3f9de {
  display: none;
}
#s-2686bec0-0d2d-419f-9056-2e9350d3f9de, #wrap-s-2686bec0-0d2d-419f-9056-2e9350d3f9de { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2686bec0-0d2d-419f-9056-2e9350d3f9de {
  display: none;
}
#s-2686bec0-0d2d-419f-9056-2e9350d3f9de, #wrap-s-2686bec0-0d2d-419f-9056-2e9350d3f9de { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2686bec0-0d2d-419f-9056-2e9350d3f9de {
  display: none;
}
#s-2686bec0-0d2d-419f-9056-2e9350d3f9de, #wrap-s-2686bec0-0d2d-419f-9056-2e9350d3f9de { display: none !important; }}@media (max-width: 767px){#s-2686bec0-0d2d-419f-9056-2e9350d3f9de {
  
}
}







#s-2686bec0-0d2d-419f-9056-2e9350d3f9de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2686bec0-0d2d-419f-9056-2e9350d3f9de.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-06fdc34f-825f-4907-bdf7-3902560bd47e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-06fdc34f-825f-4907-bdf7-3902560bd47e {
  display: none;
}
#s-06fdc34f-825f-4907-bdf7-3902560bd47e, #wrap-s-06fdc34f-825f-4907-bdf7-3902560bd47e { display: none !important; }}







#s-06fdc34f-825f-4907-bdf7-3902560bd47e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-06fdc34f-825f-4907-bdf7-3902560bd47e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8150fec0-a3cf-429d-a0ba-6f7049cc5de6 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 164px;
background-position: center center;
}
@media (max-width: 767px){#s-8150fec0-a3cf-429d-a0ba-6f7049cc5de6 {
  display: none;
}
#s-8150fec0-a3cf-429d-a0ba-6f7049cc5de6, #wrap-s-8150fec0-a3cf-429d-a0ba-6f7049cc5de6 { display: none !important; }}
#s-8150fec0-a3cf-429d-a0ba-6f7049cc5de6 {
  background-image: url(https://i.shgcdn.com/0fe90a47-a398-4129-92a1-94e9451cf35b/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-8150fec0-a3cf-429d-a0ba-6f7049cc5de6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8150fec0-a3cf-429d-a0ba-6f7049cc5de6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c4f6b755-9aa0-4d2e-a461-7f1fdcb9d6a3 {
  margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 5px;
}

#s-ea819a3f-ec62-48ab-bd95-02a647b54da9 {
  margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 6px;
}

#s-e98fac15-a1fe-4ba8-a68f-f8957fbead30 {
  margin-top: 5px;
margin-left: 0px;
margin-right: 0px;
}

#s-fd3b07f4-fe1b-4daf-9cac-b6037d3445a0 {
  min-height: 50px;
}
@media (max-width: 767px){#s-fd3b07f4-fe1b-4daf-9cac-b6037d3445a0 {
  display: none;
}
#s-fd3b07f4-fe1b-4daf-9cac-b6037d3445a0, #wrap-s-fd3b07f4-fe1b-4daf-9cac-b6037d3445a0 { display: none !important; }}







#s-fd3b07f4-fe1b-4daf-9cac-b6037d3445a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fd3b07f4-fe1b-4daf-9cac-b6037d3445a0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-99296842-e6a5-4fa3-acd5-94a7a35473d0 {
  margin-left: auto;
margin-right: auto;
min-height: 30px;
}
@media (min-width: 1200px){#s-99296842-e6a5-4fa3-acd5-94a7a35473d0 {
  display: none;
}
#s-99296842-e6a5-4fa3-acd5-94a7a35473d0, #wrap-s-99296842-e6a5-4fa3-acd5-94a7a35473d0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-99296842-e6a5-4fa3-acd5-94a7a35473d0 {
  display: none;
}
#s-99296842-e6a5-4fa3-acd5-94a7a35473d0, #wrap-s-99296842-e6a5-4fa3-acd5-94a7a35473d0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-99296842-e6a5-4fa3-acd5-94a7a35473d0 {
  display: none;
}
#s-99296842-e6a5-4fa3-acd5-94a7a35473d0, #wrap-s-99296842-e6a5-4fa3-acd5-94a7a35473d0 { display: none !important; }}@media (max-width: 767px){#s-99296842-e6a5-4fa3-acd5-94a7a35473d0 {
  
}
}







#s-99296842-e6a5-4fa3-acd5-94a7a35473d0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-99296842-e6a5-4fa3-acd5-94a7a35473d0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-358b5ad1-0ea7-4d68-86bb-bf8da5b51e08 {
  margin-top: 0px;
margin-left: 2%;
margin-bottom: 12px;
margin-right: 2%;
padding-bottom: 5px;
}
@media (min-width: 1200px){#s-358b5ad1-0ea7-4d68-86bb-bf8da5b51e08 {
  display: none;
}
#s-358b5ad1-0ea7-4d68-86bb-bf8da5b51e08, #wrap-s-358b5ad1-0ea7-4d68-86bb-bf8da5b51e08 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-358b5ad1-0ea7-4d68-86bb-bf8da5b51e08 {
  display: none;
}
#s-358b5ad1-0ea7-4d68-86bb-bf8da5b51e08, #wrap-s-358b5ad1-0ea7-4d68-86bb-bf8da5b51e08 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-358b5ad1-0ea7-4d68-86bb-bf8da5b51e08 {
  display: none;
}
#s-358b5ad1-0ea7-4d68-86bb-bf8da5b51e08, #wrap-s-358b5ad1-0ea7-4d68-86bb-bf8da5b51e08 { display: none !important; }}
.shg-align-container {
  box-sizing: border-box;
}

.shg-image-content-wrapper {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-4c5c4f41-b2a5-4a93-8e3f-93cff93e9bfa {
  margin-bottom: 10px;
max-width: 1270px;
text-align: center;
}
@media (max-width: 767px){#s-4c5c4f41-b2a5-4a93-8e3f-93cff93e9bfa {
  display: none;
}
#s-4c5c4f41-b2a5-4a93-8e3f-93cff93e9bfa, #wrap-s-4c5c4f41-b2a5-4a93-8e3f-93cff93e9bfa { display: none !important; }}






  img.s-4c5c4f41-b2a5-4a93-8e3f-93cff93e9bfa.shogun-image {
    
    
  }


.s-4c5c4f41-b2a5-4a93-8e3f-93cff93e9bfa .shogun-image-content {
  
    align-items: center;
  
}

.s-4c5c4f41-b2a5-4a93-8e3f-93cff93e9bfa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c5c4f41-b2a5-4a93-8e3f-93cff93e9bfa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c5c4f41-b2a5-4a93-8e3f-93cff93e9bfa.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-4c5c4f41-b2a5-4a93-8e3f-93cff93e9bfa.shogun-image {
    
    
  }


.s-4c5c4f41-b2a5-4a93-8e3f-93cff93e9bfa .shogun-image-content {
  
    align-items: center;
  
}

.s-4c5c4f41-b2a5-4a93-8e3f-93cff93e9bfa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c5c4f41-b2a5-4a93-8e3f-93cff93e9bfa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c5c4f41-b2a5-4a93-8e3f-93cff93e9bfa.shogun-image {
  box-sizing: border-box;
}


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





  img.s-4c5c4f41-b2a5-4a93-8e3f-93cff93e9bfa.shogun-image {
    
    
  }


.s-4c5c4f41-b2a5-4a93-8e3f-93cff93e9bfa .shogun-image-content {
  
    align-items: center;
  
}

.s-4c5c4f41-b2a5-4a93-8e3f-93cff93e9bfa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c5c4f41-b2a5-4a93-8e3f-93cff93e9bfa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c5c4f41-b2a5-4a93-8e3f-93cff93e9bfa.shogun-image {
  box-sizing: border-box;
}


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





  img.s-4c5c4f41-b2a5-4a93-8e3f-93cff93e9bfa.shogun-image {
    
    
  }


.s-4c5c4f41-b2a5-4a93-8e3f-93cff93e9bfa .shogun-image-content {
  
    align-items: center;
  
}

.s-4c5c4f41-b2a5-4a93-8e3f-93cff93e9bfa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c5c4f41-b2a5-4a93-8e3f-93cff93e9bfa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c5c4f41-b2a5-4a93-8e3f-93cff93e9bfa.shogun-image {
  box-sizing: border-box;
}


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





  img.s-4c5c4f41-b2a5-4a93-8e3f-93cff93e9bfa.shogun-image {
    
    
  }


.s-4c5c4f41-b2a5-4a93-8e3f-93cff93e9bfa .shogun-image-content {
  
    align-items: center;
  
}

.s-4c5c4f41-b2a5-4a93-8e3f-93cff93e9bfa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c5c4f41-b2a5-4a93-8e3f-93cff93e9bfa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c5c4f41-b2a5-4a93-8e3f-93cff93e9bfa.shogun-image {
  box-sizing: border-box;
}


}
#s-0b8ba366-368e-4872-9c14-2ebb6f43a326 {
  min-height: 50px;
}
@media (max-width: 767px){#s-0b8ba366-368e-4872-9c14-2ebb6f43a326 {
  
}
}







#s-0b8ba366-368e-4872-9c14-2ebb6f43a326 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0b8ba366-368e-4872-9c14-2ebb6f43a326.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4f977a95-1244-4233-9767-0f761d68d5a0 {
  margin-left: auto;
margin-right: auto;
min-height: 30px;
}
@media (min-width: 1200px){#s-4f977a95-1244-4233-9767-0f761d68d5a0 {
  display: none;
}
#s-4f977a95-1244-4233-9767-0f761d68d5a0, #wrap-s-4f977a95-1244-4233-9767-0f761d68d5a0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4f977a95-1244-4233-9767-0f761d68d5a0 {
  display: none;
}
#s-4f977a95-1244-4233-9767-0f761d68d5a0, #wrap-s-4f977a95-1244-4233-9767-0f761d68d5a0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4f977a95-1244-4233-9767-0f761d68d5a0 {
  display: none;
}
#s-4f977a95-1244-4233-9767-0f761d68d5a0, #wrap-s-4f977a95-1244-4233-9767-0f761d68d5a0 { display: none !important; }}@media (max-width: 767px){#s-4f977a95-1244-4233-9767-0f761d68d5a0 {
  
}
}







#s-4f977a95-1244-4233-9767-0f761d68d5a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4f977a95-1244-4233-9767-0f761d68d5a0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5d25d38d-5a82-43ff-9051-e7b7b48dfb1a {
  padding-left: 10%;
padding-right: 10%;
}

@media (min-width: 0px) {
[id="s-5d25d38d-5a82-43ff-9051-e7b7b48dfb1a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-5d25d38d-5a82-43ff-9051-e7b7b48dfb1a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5d25d38d-5a82-43ff-9051-e7b7b48dfb1a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5d25d38d-5a82-43ff-9051-e7b7b48dfb1a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-73546661-6b65-409a-a7e8-8e66a9485223 {
  min-height: 50px;
}








#s-73546661-6b65-409a-a7e8-8e66a9485223 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-73546661-6b65-409a-a7e8-8e66a9485223.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-936ed5af-71d4-4f35-b9f6-9ae431bc8c0a {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
max-width: 644px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-936ed5af-71d4-4f35-b9f6-9ae431bc8c0a img.shogun-image,
  #s-936ed5af-71d4-4f35-b9f6-9ae431bc8c0a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-936ed5af-71d4-4f35-b9f6-9ae431bc8c0a {
    width: 100%;
    height: auto;
  }



  #s-936ed5af-71d4-4f35-b9f6-9ae431bc8c0a img.shogun-image {
    

    
    
    
  }


#s-936ed5af-71d4-4f35-b9f6-9ae431bc8c0a .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-1f9d44d1-dc6e-489e-82b8-24a354469d5f {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

#s-b58ff484-a613-4a5b-a975-051e10e968e7 {
  margin-left: auto;
margin-right: auto;
min-height: 20px;
max-width: 1680px;
}
@media (min-width: 1200px){#s-b58ff484-a613-4a5b-a975-051e10e968e7 {
  display: none;
}
#s-b58ff484-a613-4a5b-a975-051e10e968e7, #wrap-s-b58ff484-a613-4a5b-a975-051e10e968e7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b58ff484-a613-4a5b-a975-051e10e968e7 {
  display: none;
}
#s-b58ff484-a613-4a5b-a975-051e10e968e7, #wrap-s-b58ff484-a613-4a5b-a975-051e10e968e7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b58ff484-a613-4a5b-a975-051e10e968e7 {
  display: none;
}
#s-b58ff484-a613-4a5b-a975-051e10e968e7, #wrap-s-b58ff484-a613-4a5b-a975-051e10e968e7 { display: none !important; }}







#s-b58ff484-a613-4a5b-a975-051e10e968e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b58ff484-a613-4a5b-a975-051e10e968e7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-436d0ec9-5df9-442f-b992-28b84b1266ea {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 160px;
text-align: center;
}
@media (min-width: 1200px){#s-436d0ec9-5df9-442f-b992-28b84b1266ea {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-436d0ec9-5df9-442f-b992-28b84b1266ea {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-436d0ec9-5df9-442f-b992-28b84b1266ea {
  
}
}@media (max-width: 767px){#s-436d0ec9-5df9-442f-b992-28b84b1266ea {
  display: none;
}
#s-436d0ec9-5df9-442f-b992-28b84b1266ea, #wrap-s-436d0ec9-5df9-442f-b992-28b84b1266ea { display: none !important; }}






  #s-436d0ec9-5df9-442f-b992-28b84b1266ea img.shogun-image {
    

    
    
    
  }


#s-436d0ec9-5df9-442f-b992-28b84b1266ea .shogun-image-content {
  
    align-items: center;
  
}

#s-b1a11e33-98e5-41ed-b819-faf976595834 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(140, 140, 140, 1);
border-style: solid;
min-height: 50px;
}








#s-b1a11e33-98e5-41ed-b819-faf976595834 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b1a11e33-98e5-41ed-b819-faf976595834 {
  cursor: pointer;
}#s-b1a11e33-98e5-41ed-b819-faf976595834.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-333b46d2-008c-474e-a670-c9947730827b {
  margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 5px;
}

#s-030c8c3a-1f93-451a-b9c3-98b32beb75a5 {
  margin-top: 5px;
margin-left: 0px;
margin-right: 0px;
}

#s-1607a0e5-666d-43df-a0da-fbb910de3b87 {
  margin-left: auto;
margin-right: auto;
min-height: 20px;
max-width: 1680px;
}
@media (min-width: 1200px){#s-1607a0e5-666d-43df-a0da-fbb910de3b87 {
  display: none;
}
#s-1607a0e5-666d-43df-a0da-fbb910de3b87, #wrap-s-1607a0e5-666d-43df-a0da-fbb910de3b87 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1607a0e5-666d-43df-a0da-fbb910de3b87 {
  display: none;
}
#s-1607a0e5-666d-43df-a0da-fbb910de3b87, #wrap-s-1607a0e5-666d-43df-a0da-fbb910de3b87 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1607a0e5-666d-43df-a0da-fbb910de3b87 {
  display: none;
}
#s-1607a0e5-666d-43df-a0da-fbb910de3b87, #wrap-s-1607a0e5-666d-43df-a0da-fbb910de3b87 { display: none !important; }}@media (max-width: 767px){#s-1607a0e5-666d-43df-a0da-fbb910de3b87 {
  display: none;
}
#s-1607a0e5-666d-43df-a0da-fbb910de3b87, #wrap-s-1607a0e5-666d-43df-a0da-fbb910de3b87 { display: none !important; }}







#s-1607a0e5-666d-43df-a0da-fbb910de3b87 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1607a0e5-666d-43df-a0da-fbb910de3b87.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-28e5fabf-8ced-41b0-b520-6e9da5d6a78d {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 160px;
text-align: center;
}
@media (min-width: 1200px){#s-28e5fabf-8ced-41b0-b520-6e9da5d6a78d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-28e5fabf-8ced-41b0-b520-6e9da5d6a78d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-28e5fabf-8ced-41b0-b520-6e9da5d6a78d {
  
}
}@media (max-width: 767px){#s-28e5fabf-8ced-41b0-b520-6e9da5d6a78d {
  display: none;
}
#s-28e5fabf-8ced-41b0-b520-6e9da5d6a78d, #wrap-s-28e5fabf-8ced-41b0-b520-6e9da5d6a78d { display: none !important; }}






  #s-28e5fabf-8ced-41b0-b520-6e9da5d6a78d img.shogun-image {
    

    
    
    
  }


#s-28e5fabf-8ced-41b0-b520-6e9da5d6a78d .shogun-image-content {
  
    align-items: center;
  
}

#s-bebd8d82-d1fa-4d85-b5ce-8ea9841174da {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(140, 140, 140, 1);
border-style: solid;
min-height: 50px;
}








#s-bebd8d82-d1fa-4d85-b5ce-8ea9841174da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bebd8d82-d1fa-4d85-b5ce-8ea9841174da {
  cursor: pointer;
}#s-bebd8d82-d1fa-4d85-b5ce-8ea9841174da.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-50a85ff0-fae9-46a6-aebb-fb78e9701125 {
  margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 5px;
}

#s-cf54e7fa-f599-434e-8e13-e57d0f56f64c {
  margin-top: 5px;
margin-left: 0px;
margin-right: 0px;
}

#s-513e233b-ab1c-41e0-aa85-14375ccb9aff {
  min-height: 50px;
}








#s-513e233b-ab1c-41e0-aa85-14375ccb9aff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-513e233b-ab1c-41e0-aa85-14375ccb9aff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c44dc2b5-3c83-4764-b159-2420f3022b66 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
max-width: 644px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-c44dc2b5-3c83-4764-b159-2420f3022b66 img.shogun-image,
  #s-c44dc2b5-3c83-4764-b159-2420f3022b66 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c44dc2b5-3c83-4764-b159-2420f3022b66 {
    width: 100%;
    height: auto;
  }



  #s-c44dc2b5-3c83-4764-b159-2420f3022b66 img.shogun-image {
    

    
    
    
  }


#s-c44dc2b5-3c83-4764-b159-2420f3022b66 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-9846c386-d46a-4d14-8c44-72acf0423764 {
  margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

#s-48afb750-d04e-40a4-889c-1120d1bdc681 {
  margin-left: auto;
margin-right: auto;
min-height: 20px;
max-width: 1680px;
}
@media (min-width: 1200px){#s-48afb750-d04e-40a4-889c-1120d1bdc681 {
  display: none;
}
#s-48afb750-d04e-40a4-889c-1120d1bdc681, #wrap-s-48afb750-d04e-40a4-889c-1120d1bdc681 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-48afb750-d04e-40a4-889c-1120d1bdc681 {
  display: none;
}
#s-48afb750-d04e-40a4-889c-1120d1bdc681, #wrap-s-48afb750-d04e-40a4-889c-1120d1bdc681 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-48afb750-d04e-40a4-889c-1120d1bdc681 {
  display: none;
}
#s-48afb750-d04e-40a4-889c-1120d1bdc681, #wrap-s-48afb750-d04e-40a4-889c-1120d1bdc681 { display: none !important; }}







#s-48afb750-d04e-40a4-889c-1120d1bdc681 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-48afb750-d04e-40a4-889c-1120d1bdc681.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-36d6c2d5-11bd-4024-92a2-a41fd7081e3f {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 160px;
text-align: center;
}
@media (min-width: 1200px){#s-36d6c2d5-11bd-4024-92a2-a41fd7081e3f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-36d6c2d5-11bd-4024-92a2-a41fd7081e3f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-36d6c2d5-11bd-4024-92a2-a41fd7081e3f {
  
}
}@media (max-width: 767px){#s-36d6c2d5-11bd-4024-92a2-a41fd7081e3f {
  display: none;
}
#s-36d6c2d5-11bd-4024-92a2-a41fd7081e3f, #wrap-s-36d6c2d5-11bd-4024-92a2-a41fd7081e3f { display: none !important; }}






  #s-36d6c2d5-11bd-4024-92a2-a41fd7081e3f img.shogun-image {
    

    
    
    
  }


#s-36d6c2d5-11bd-4024-92a2-a41fd7081e3f .shogun-image-content {
  
    align-items: center;
  
}

#s-ce43d4f9-8245-4b2a-bfc9-cbeb7663b774 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(140, 140, 140, 1);
border-style: solid;
min-height: 50px;
}








#s-ce43d4f9-8245-4b2a-bfc9-cbeb7663b774 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ce43d4f9-8245-4b2a-bfc9-cbeb7663b774 {
  cursor: pointer;
}#s-ce43d4f9-8245-4b2a-bfc9-cbeb7663b774.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ab4d06e1-94bf-493a-b106-6c3eade659ba {
  margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 5px;
}

#s-bcd242f7-c6cd-4a2d-bd87-85b0f39fd798 {
  margin-top: 5px;
margin-left: 0px;
margin-right: 0px;
}

#s-c4167a13-5524-4540-a4f6-3ca4294aba76 {
  min-height: 50px;
}








#s-c4167a13-5524-4540-a4f6-3ca4294aba76 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c4167a13-5524-4540-a4f6-3ca4294aba76.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9b03518a-6879-4b6a-92c2-3568ca5cd820 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
max-width: 418px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-9b03518a-6879-4b6a-92c2-3568ca5cd820 img.shogun-image,
  #s-9b03518a-6879-4b6a-92c2-3568ca5cd820 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9b03518a-6879-4b6a-92c2-3568ca5cd820 {
    width: 100%;
    height: auto;
  }



  #s-9b03518a-6879-4b6a-92c2-3568ca5cd820 img.shogun-image {
    

    
    
    
  }


#s-9b03518a-6879-4b6a-92c2-3568ca5cd820 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-2608791a-de31-46e3-9cef-9f567f0ba52f {
  margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

#s-6c7e21f9-8dbe-467f-8075-71e089c58fff {
  margin-left: auto;
margin-right: auto;
min-height: 20px;
max-width: 1680px;
}
@media (min-width: 1200px){#s-6c7e21f9-8dbe-467f-8075-71e089c58fff {
  display: none;
}
#s-6c7e21f9-8dbe-467f-8075-71e089c58fff, #wrap-s-6c7e21f9-8dbe-467f-8075-71e089c58fff { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6c7e21f9-8dbe-467f-8075-71e089c58fff {
  display: none;
}
#s-6c7e21f9-8dbe-467f-8075-71e089c58fff, #wrap-s-6c7e21f9-8dbe-467f-8075-71e089c58fff { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6c7e21f9-8dbe-467f-8075-71e089c58fff {
  display: none;
}
#s-6c7e21f9-8dbe-467f-8075-71e089c58fff, #wrap-s-6c7e21f9-8dbe-467f-8075-71e089c58fff { display: none !important; }}







#s-6c7e21f9-8dbe-467f-8075-71e089c58fff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6c7e21f9-8dbe-467f-8075-71e089c58fff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8371c586-f999-4662-a796-f705ad09c4b0 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 160px;
text-align: center;
}
@media (min-width: 1200px){#s-8371c586-f999-4662-a796-f705ad09c4b0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8371c586-f999-4662-a796-f705ad09c4b0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8371c586-f999-4662-a796-f705ad09c4b0 {
  
}
}@media (max-width: 767px){#s-8371c586-f999-4662-a796-f705ad09c4b0 {
  display: none;
}
#s-8371c586-f999-4662-a796-f705ad09c4b0, #wrap-s-8371c586-f999-4662-a796-f705ad09c4b0 { display: none !important; }}






  #s-8371c586-f999-4662-a796-f705ad09c4b0 img.shogun-image {
    

    
    
    
  }


#s-8371c586-f999-4662-a796-f705ad09c4b0 .shogun-image-content {
  
    align-items: center;
  
}

#s-30d6fad5-0da1-4d75-901c-427d1d2df7f8 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(140, 140, 140, 1);
border-style: solid;
min-height: 50px;
}








#s-30d6fad5-0da1-4d75-901c-427d1d2df7f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-30d6fad5-0da1-4d75-901c-427d1d2df7f8 {
  cursor: pointer;
}#s-30d6fad5-0da1-4d75-901c-427d1d2df7f8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-18deee7b-9b22-459b-871c-e24ab759e5c8 {
  margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 5px;
}

#s-d746dda4-e524-4b53-97ad-3eeec6075090 {
  margin-top: 5px;
margin-left: 0px;
margin-right: 0px;
}

#s-86e35cb1-21e5-4c07-8b9e-9f54a8e9e580 {
  min-height: 50px;
}








#s-86e35cb1-21e5-4c07-8b9e-9f54a8e9e580 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-86e35cb1-21e5-4c07-8b9e-9f54a8e9e580.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-78d123ac-ceb3-4cec-bea9-39ecd1d55184 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
max-width: 418px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-78d123ac-ceb3-4cec-bea9-39ecd1d55184 img.shogun-image,
  #s-78d123ac-ceb3-4cec-bea9-39ecd1d55184 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-78d123ac-ceb3-4cec-bea9-39ecd1d55184 {
    width: 100%;
    height: auto;
  }



  #s-78d123ac-ceb3-4cec-bea9-39ecd1d55184 img.shogun-image {
    

    
    
    
  }


#s-78d123ac-ceb3-4cec-bea9-39ecd1d55184 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-29bed10f-5512-41cc-8338-1c5d3fa56454 {
  margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

#s-a5392a28-87f6-49df-8635-2ddf310b8f91 {
  margin-left: auto;
margin-right: auto;
min-height: 20px;
max-width: 1680px;
}
@media (min-width: 1200px){#s-a5392a28-87f6-49df-8635-2ddf310b8f91 {
  display: none;
}
#s-a5392a28-87f6-49df-8635-2ddf310b8f91, #wrap-s-a5392a28-87f6-49df-8635-2ddf310b8f91 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a5392a28-87f6-49df-8635-2ddf310b8f91 {
  display: none;
}
#s-a5392a28-87f6-49df-8635-2ddf310b8f91, #wrap-s-a5392a28-87f6-49df-8635-2ddf310b8f91 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a5392a28-87f6-49df-8635-2ddf310b8f91 {
  display: none;
}
#s-a5392a28-87f6-49df-8635-2ddf310b8f91, #wrap-s-a5392a28-87f6-49df-8635-2ddf310b8f91 { display: none !important; }}







#s-a5392a28-87f6-49df-8635-2ddf310b8f91 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a5392a28-87f6-49df-8635-2ddf310b8f91.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-19f8c0a1-dd0d-4259-8abf-fcd0df0615c7 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 160px;
text-align: center;
}
@media (min-width: 1200px){#s-19f8c0a1-dd0d-4259-8abf-fcd0df0615c7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-19f8c0a1-dd0d-4259-8abf-fcd0df0615c7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-19f8c0a1-dd0d-4259-8abf-fcd0df0615c7 {
  
}
}@media (max-width: 767px){#s-19f8c0a1-dd0d-4259-8abf-fcd0df0615c7 {
  display: none;
}
#s-19f8c0a1-dd0d-4259-8abf-fcd0df0615c7, #wrap-s-19f8c0a1-dd0d-4259-8abf-fcd0df0615c7 { display: none !important; }}






  #s-19f8c0a1-dd0d-4259-8abf-fcd0df0615c7 img.shogun-image {
    

    
    
    
  }


#s-19f8c0a1-dd0d-4259-8abf-fcd0df0615c7 .shogun-image-content {
  
    align-items: center;
  
}

#s-7b4f5ec7-4827-438e-8fe9-f9c359352d6f {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: rgba(140, 140, 140, 1);
border-style: solid;
min-height: 50px;
}








#s-7b4f5ec7-4827-438e-8fe9-f9c359352d6f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7b4f5ec7-4827-438e-8fe9-f9c359352d6f {
  cursor: pointer;
}#s-7b4f5ec7-4827-438e-8fe9-f9c359352d6f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9dd0e4c7-5a62-4fed-ab62-87544f56b9c7 {
  margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 5px;
}

#s-ac1da843-403b-4062-93bf-bd2a09ea91e9 {
  margin-top: 5px;
margin-left: 0px;
margin-right: 0px;
}

#s-c21f315f-ffc7-4cea-8a40-dc099fb23ad0 {
  min-height: 50px;
}








#s-c21f315f-ffc7-4cea-8a40-dc099fb23ad0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c21f315f-ffc7-4cea-8a40-dc099fb23ad0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-da55231d-bc84-43f6-b9ad-faa1eb7902c7 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
max-width: 418px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-da55231d-bc84-43f6-b9ad-faa1eb7902c7 img.shogun-image,
  #s-da55231d-bc84-43f6-b9ad-faa1eb7902c7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-da55231d-bc84-43f6-b9ad-faa1eb7902c7 {
    width: 100%;
    height: auto;
  }



  #s-da55231d-bc84-43f6-b9ad-faa1eb7902c7 img.shogun-image {
    

    
    
    
  }


#s-da55231d-bc84-43f6-b9ad-faa1eb7902c7 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-f0f8ae3e-c339-4c3a-85b5-963865cf3ed5 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

#s-cfccff6e-c66a-481e-97b5-ef9047008cfa {
  min-height: 50px;
}








#s-cfccff6e-c66a-481e-97b5-ef9047008cfa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cfccff6e-c66a-481e-97b5-ef9047008cfa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-035a6473-5c0e-4219-af01-91c412d6589d {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
max-width: 418px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-035a6473-5c0e-4219-af01-91c412d6589d img.shogun-image,
  #s-035a6473-5c0e-4219-af01-91c412d6589d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-035a6473-5c0e-4219-af01-91c412d6589d {
    width: 100%;
    height: auto;
  }



  #s-035a6473-5c0e-4219-af01-91c412d6589d img.shogun-image {
    

    
    
    
  }


#s-035a6473-5c0e-4219-af01-91c412d6589d .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-80327c38-4afc-4511-8a09-31f7537816ec {
  margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

#s-a893edc4-6ab1-4003-adad-c0e8af74bb3d {
  min-height: 50px;
}
@media (max-width: 767px){#s-a893edc4-6ab1-4003-adad-c0e8af74bb3d {
  
}
}







#s-a893edc4-6ab1-4003-adad-c0e8af74bb3d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a893edc4-6ab1-4003-adad-c0e8af74bb3d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b1950c20-7bf1-43f4-9edf-e224977391f4 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1340px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b1950c20-7bf1-43f4-9edf-e224977391f4 {
  
}
}@media (max-width: 767px){#s-b1950c20-7bf1-43f4-9edf-e224977391f4 {
  display: none;
}
#s-b1950c20-7bf1-43f4-9edf-e224977391f4, #wrap-s-b1950c20-7bf1-43f4-9edf-e224977391f4 { display: none !important; }}







#s-b1950c20-7bf1-43f4-9edf-e224977391f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b1950c20-7bf1-43f4-9edf-e224977391f4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f9fef64e-3727-41f9-a0cb-cda2a7b37f52 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-b708de2c-81bb-48cd-b92e-d2927449ebc0 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 4px;
padding-bottom: 4px;
}

#s-a5a349ab-3f32-49a2-8630-906d18d84e55 {
  margin-top: 1%;
margin-bottom: 0%;
}

@media (min-width: 0px) {
[id="s-a5a349ab-3f32-49a2-8630-906d18d84e55"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a5a349ab-3f32-49a2-8630-906d18d84e55"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a5a349ab-3f32-49a2-8630-906d18d84e55"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a5a349ab-3f32-49a2-8630-906d18d84e55"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-0bc8e1a0-e43d-4c49-b12b-1bda4309cb2c {
  margin-top: 10px;
min-height: 50px;
}








#s-0bc8e1a0-e43d-4c49-b12b-1bda4309cb2c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0bc8e1a0-e43d-4c49-b12b-1bda4309cb2c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9a8ca3a6-7414-4c5e-b661-dca8dd40c0f0 {
  margin-bottom: 12px;
max-width: 920px;
aspect-ratio: 920/1144;
text-align: center;
}





  #s-9a8ca3a6-7414-4c5e-b661-dca8dd40c0f0 img.shogun-image,
  #s-9a8ca3a6-7414-4c5e-b661-dca8dd40c0f0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9a8ca3a6-7414-4c5e-b661-dca8dd40c0f0 {
    width: 100%;
    height: auto;
  }



  #s-9a8ca3a6-7414-4c5e-b661-dca8dd40c0f0 img.shogun-image {
    

    
    
    
  }


#s-9a8ca3a6-7414-4c5e-b661-dca8dd40c0f0 .shogun-image-content {
  
    align-items: center;
  
}

#s-36927874-c52e-433d-98fd-11dc896bb5b6 {
  margin-top: 0px;
margin-bottom: 5px;
}

#s-460fa5ba-dfbb-49a1-af4c-1243af144fec {
  margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

#s-e32b27b3-c4e7-4a83-ba1a-fa73bfb85fe1 {
  margin-top: 10px;
min-height: 50px;
}








#s-e32b27b3-c4e7-4a83-ba1a-fa73bfb85fe1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e32b27b3-c4e7-4a83-ba1a-fa73bfb85fe1.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-66a2b847-130f-4acf-9cbf-d101ba0bc2c1 {
  margin-bottom: 12px;
max-width: 921px;
aspect-ratio: 921/1144;
text-align: center;
}





  #s-66a2b847-130f-4acf-9cbf-d101ba0bc2c1 img.shogun-image,
  #s-66a2b847-130f-4acf-9cbf-d101ba0bc2c1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-66a2b847-130f-4acf-9cbf-d101ba0bc2c1 {
    width: 100%;
    height: auto;
  }



  #s-66a2b847-130f-4acf-9cbf-d101ba0bc2c1 img.shogun-image {
    

    
    
    
  }


#s-66a2b847-130f-4acf-9cbf-d101ba0bc2c1 .shogun-image-content {
  
    align-items: center;
  
}

#s-bb2faa78-e514-4bdb-8ca1-15141d7f2fbf {
  margin-top: 0px;
margin-bottom: 5px;
}

#s-47d9cf09-7a58-49f9-a5ee-3206b98157d5 {
  margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

#s-44ae23a5-e961-466e-b44d-ddd7b104c700 {
  margin-top: 10px;
min-height: 50px;
}








#s-44ae23a5-e961-466e-b44d-ddd7b104c700 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-44ae23a5-e961-466e-b44d-ddd7b104c700.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-7b7bdb46-7700-48f0-9e07-a97ab90749f5 {
  margin-bottom: 12px;
max-width: 922px;
aspect-ratio: 922/1144;
text-align: center;
}





  #s-7b7bdb46-7700-48f0-9e07-a97ab90749f5 img.shogun-image,
  #s-7b7bdb46-7700-48f0-9e07-a97ab90749f5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7b7bdb46-7700-48f0-9e07-a97ab90749f5 {
    width: 100%;
    height: auto;
  }



  #s-7b7bdb46-7700-48f0-9e07-a97ab90749f5 img.shogun-image {
    

    
    
    
  }


#s-7b7bdb46-7700-48f0-9e07-a97ab90749f5 .shogun-image-content {
  
    align-items: center;
  
}

#s-1196d011-0d6c-421a-8c29-5f1d75918a1c {
  margin-top: 0px;
margin-bottom: 5px;
}

#s-a61d568a-364d-4fe1-8ddd-046983fde2a2 {
  margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

#s-67362095-48da-42c1-a4ae-265aef572dd5 {
  min-height: 50px;
}








#s-67362095-48da-42c1-a4ae-265aef572dd5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-67362095-48da-42c1-a4ae-265aef572dd5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-622514e7-94e7-48e1-aeb6-6844356c4d0e {
  margin-left: auto;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
min-height: 50px;
max-width: 1340px;
}
@media (min-width: 1200px){#s-622514e7-94e7-48e1-aeb6-6844356c4d0e {
  display: none;
}
#s-622514e7-94e7-48e1-aeb6-6844356c4d0e, #wrap-s-622514e7-94e7-48e1-aeb6-6844356c4d0e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-622514e7-94e7-48e1-aeb6-6844356c4d0e {
  display: none;
}
#s-622514e7-94e7-48e1-aeb6-6844356c4d0e, #wrap-s-622514e7-94e7-48e1-aeb6-6844356c4d0e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-622514e7-94e7-48e1-aeb6-6844356c4d0e {
  display: none;
}
#s-622514e7-94e7-48e1-aeb6-6844356c4d0e, #wrap-s-622514e7-94e7-48e1-aeb6-6844356c4d0e { display: none !important; }}







#s-622514e7-94e7-48e1-aeb6-6844356c4d0e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-622514e7-94e7-48e1-aeb6-6844356c4d0e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3ac1658a-4125-4605-a003-a822a2dadd1e {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-7fe0271d-28a3-4ebc-b431-d72951114a09 {
  margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 5px;
}

#s-4bd30e95-5f69-4027-b52b-1ab96e8f6304 {
  margin-top: 12px;
margin-bottom: 12px;
max-width: 920px;
aspect-ratio: 920/1144;
text-align: center;
}





  #s-4bd30e95-5f69-4027-b52b-1ab96e8f6304 img.shogun-image,
  #s-4bd30e95-5f69-4027-b52b-1ab96e8f6304 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4bd30e95-5f69-4027-b52b-1ab96e8f6304 {
    width: 100%;
    height: auto;
  }



  #s-4bd30e95-5f69-4027-b52b-1ab96e8f6304 img.shogun-image {
    

    
    
    
  }


#s-4bd30e95-5f69-4027-b52b-1ab96e8f6304 .shogun-image-content {
  
    align-items: center;
  
}

#s-557b8fcf-be7e-4485-aa7f-84a166407d92 {
  margin-top: 0px;
margin-bottom: 5px;
}

#s-df2e6920-8336-4291-86f5-76c939d28c25 {
  margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
}

#s-80d547d1-86e9-4bc4-89d1-85c190fa94b1 {
  margin-top: 1%;
margin-bottom: 0%;
}

@media (min-width: 0px) {
[id="s-80d547d1-86e9-4bc4-89d1-85c190fa94b1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 1.0px);
}

}

@media (min-width: 768px) {
[id="s-80d547d1-86e9-4bc4-89d1-85c190fa94b1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-80d547d1-86e9-4bc4-89d1-85c190fa94b1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-80d547d1-86e9-4bc4-89d1-85c190fa94b1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.0px);
}

}

#s-ff967c58-894e-4516-bb8e-1fcabb61aa40 {
  max-width: 921px;
aspect-ratio: 921/1144;
text-align: center;
}





  #s-ff967c58-894e-4516-bb8e-1fcabb61aa40 img.shogun-image,
  #s-ff967c58-894e-4516-bb8e-1fcabb61aa40 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ff967c58-894e-4516-bb8e-1fcabb61aa40 {
    width: 100%;
    height: auto;
  }



  #s-ff967c58-894e-4516-bb8e-1fcabb61aa40 img.shogun-image {
    

    
    
    
  }


#s-ff967c58-894e-4516-bb8e-1fcabb61aa40 .shogun-image-content {
  
    align-items: center;
  
}

#s-5132f97c-89dd-411e-a1ba-e42a1e42d5ad {
  margin-top: 0px;
margin-bottom: 5px;
}

#s-c3b9410c-a551-41c5-9984-f3761d49ca38 {
  margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

#s-3c0f011d-b6cb-437f-a19b-8a8aedfd856a {
  margin-bottom: 6px;
max-width: 922px;
aspect-ratio: 922/1144;
text-align: center;
}





  #s-3c0f011d-b6cb-437f-a19b-8a8aedfd856a img.shogun-image,
  #s-3c0f011d-b6cb-437f-a19b-8a8aedfd856a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3c0f011d-b6cb-437f-a19b-8a8aedfd856a {
    width: 100%;
    height: auto;
  }



  #s-3c0f011d-b6cb-437f-a19b-8a8aedfd856a img.shogun-image {
    

    
    
    
  }


#s-3c0f011d-b6cb-437f-a19b-8a8aedfd856a .shogun-image-content {
  
    align-items: center;
  
}

#s-422ca1ca-bb5f-470d-ab7b-22b2db6235ad {
  margin-top: 0px;
margin-bottom: 5px;
}

#s-0ee25f92-753f-46e4-a935-23c531b401b3 {
  margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

#s-dc8f3438-e055-4657-879c-67e5e9e6a2dc {
  margin-bottom: 0%;
min-height: 30px;
}
@media (min-width: 1200px){#s-dc8f3438-e055-4657-879c-67e5e9e6a2dc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dc8f3438-e055-4657-879c-67e5e9e6a2dc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-dc8f3438-e055-4657-879c-67e5e9e6a2dc {
  
}
}@media (max-width: 767px){#s-dc8f3438-e055-4657-879c-67e5e9e6a2dc {
  
}
}







#s-dc8f3438-e055-4657-879c-67e5e9e6a2dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dc8f3438-e055-4657-879c-67e5e9e6a2dc.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a0006158-2cd1-4f83-ad00-84dd51457b55 {
  min-height: 50px;
}
@media (max-width: 767px){#s-a0006158-2cd1-4f83-ad00-84dd51457b55 {
  display: none;
}
#s-a0006158-2cd1-4f83-ad00-84dd51457b55, #wrap-s-a0006158-2cd1-4f83-ad00-84dd51457b55 { display: none !important; }}







#s-a0006158-2cd1-4f83-ad00-84dd51457b55 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a0006158-2cd1-4f83-ad00-84dd51457b55.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-42680037-e2fa-481a-8ef8-61aa34ed8be6 {
  margin-right: auto;
text-align: center;
}
@media (max-width: 767px){#s-42680037-e2fa-481a-8ef8-61aa34ed8be6 {
  display: none;
}
#s-42680037-e2fa-481a-8ef8-61aa34ed8be6, #wrap-s-42680037-e2fa-481a-8ef8-61aa34ed8be6 { display: none !important; }}






  #s-42680037-e2fa-481a-8ef8-61aa34ed8be6 img.shogun-image {
    

    
    
    
  }


#s-42680037-e2fa-481a-8ef8-61aa34ed8be6 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-0decec07-ee6b-44ef-908e-1b5d3f4523ad {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-0decec07-ee6b-44ef-908e-1b5d3f4523ad"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0decec07-ee6b-44ef-908e-1b5d3f4523ad"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0decec07-ee6b-44ef-908e-1b5d3f4523ad"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0decec07-ee6b-44ef-908e-1b5d3f4523ad"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0decec07-ee6b-44ef-908e-1b5d3f4523ad"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0decec07-ee6b-44ef-908e-1b5d3f4523ad"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0decec07-ee6b-44ef-908e-1b5d3f4523ad"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-09413ca0-7705-4d0a-a346-d91709113279 {
  background-attachment: fixed;
margin-top: 12%;
margin-left: auto;
padding-left: 8%;
padding-bottom: 12%;
padding-right: 6%;
min-height: 50px;
max-width: 1340%;
background-color: rgba(255, 255, 255, 0);
}








#s-09413ca0-7705-4d0a-a346-d91709113279 > .shg-box-overlay {
  background-color: rgba(197, 76, 76, 0);
  opacity: 0;
}#s-09413ca0-7705-4d0a-a346-d91709113279.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1391b735-0328-461c-8d70-37ac1d3f3d79 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-446b216c-07f8-40ce-af00-db393dac5896 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 4px;
padding-bottom: 4px;
}

#s-a5de4166-ba49-458b-817a-9563103e4a34 {
  min-height: 50px;
}
@media (max-width: 767px){#s-a5de4166-ba49-458b-817a-9563103e4a34 {
  display: none;
}
#s-a5de4166-ba49-458b-817a-9563103e4a34, #wrap-s-a5de4166-ba49-458b-817a-9563103e4a34 { display: none !important; }}







#s-a5de4166-ba49-458b-817a-9563103e4a34 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a5de4166-ba49-458b-817a-9563103e4a34.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-79356f6a-8be1-4737-9814-0df11b0f9c31 {
  margin-bottom: 0%;
min-height: 30px;
}
@media (min-width: 1200px){#s-79356f6a-8be1-4737-9814-0df11b0f9c31 {
  display: none;
}
#s-79356f6a-8be1-4737-9814-0df11b0f9c31, #wrap-s-79356f6a-8be1-4737-9814-0df11b0f9c31 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-79356f6a-8be1-4737-9814-0df11b0f9c31 {
  display: none;
}
#s-79356f6a-8be1-4737-9814-0df11b0f9c31, #wrap-s-79356f6a-8be1-4737-9814-0df11b0f9c31 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-79356f6a-8be1-4737-9814-0df11b0f9c31 {
  display: none;
}
#s-79356f6a-8be1-4737-9814-0df11b0f9c31, #wrap-s-79356f6a-8be1-4737-9814-0df11b0f9c31 { display: none !important; }}@media (max-width: 767px){#s-79356f6a-8be1-4737-9814-0df11b0f9c31 {
  
}
}







#s-79356f6a-8be1-4737-9814-0df11b0f9c31 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-79356f6a-8be1-4737-9814-0df11b0f9c31.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a2441e9f-9d74-4d34-8640-0bf9a4bf1414 {
  max-width: 748px;
aspect-ratio: 748/940;
}
@media (min-width: 1200px){#s-a2441e9f-9d74-4d34-8640-0bf9a4bf1414 {
  display: none;
}
#s-a2441e9f-9d74-4d34-8640-0bf9a4bf1414, #wrap-s-a2441e9f-9d74-4d34-8640-0bf9a4bf1414 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a2441e9f-9d74-4d34-8640-0bf9a4bf1414 {
  display: none;
}
#s-a2441e9f-9d74-4d34-8640-0bf9a4bf1414, #wrap-s-a2441e9f-9d74-4d34-8640-0bf9a4bf1414 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a2441e9f-9d74-4d34-8640-0bf9a4bf1414 {
  display: none;
}
#s-a2441e9f-9d74-4d34-8640-0bf9a4bf1414, #wrap-s-a2441e9f-9d74-4d34-8640-0bf9a4bf1414 { display: none !important; }}




  #s-a2441e9f-9d74-4d34-8640-0bf9a4bf1414 img.shogun-image,
  #s-a2441e9f-9d74-4d34-8640-0bf9a4bf1414 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a2441e9f-9d74-4d34-8640-0bf9a4bf1414 {
    width: 100%;
    height: auto;
  }



  #s-a2441e9f-9d74-4d34-8640-0bf9a4bf1414 img.shogun-image {
    

    
    
    
  }


#s-a2441e9f-9d74-4d34-8640-0bf9a4bf1414 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-04de285e-c66c-46f0-9c7e-032f6f472b12 {
  padding-top: 8%;
padding-bottom: 8%;
min-height: 50px;
}

#s-04de285e-c66c-46f0-9c7e-032f6f472b12 {
  background-image: url();
}








#s-04de285e-c66c-46f0-9c7e-032f6f472b12 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-04de285e-c66c-46f0-9c7e-032f6f472b12.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-abc267f2-395d-429b-aa89-ea78ceb63395 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-71c23f8d-a096-4032-947b-f3d83a20e906 {
  margin-bottom: 5px;
}

#s-72df59ab-4ae7-431b-81df-f100ca9b740a {
  margin-top: 5px;
margin-left: 0px;
margin-right: 0px;
}

#s-7253576c-6122-4ecf-9876-2b2493994288 {
  margin-bottom: 0%;
min-height: 30px;
}
@media (min-width: 1200px){#s-7253576c-6122-4ecf-9876-2b2493994288 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7253576c-6122-4ecf-9876-2b2493994288 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7253576c-6122-4ecf-9876-2b2493994288 {
  
}
}@media (max-width: 767px){#s-7253576c-6122-4ecf-9876-2b2493994288 {
  
}
}







#s-7253576c-6122-4ecf-9876-2b2493994288 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7253576c-6122-4ecf-9876-2b2493994288.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e13f7adc-fa34-4c20-9870-e5bfbe4de3e3 {
  min-height: 50px;
}
@media (max-width: 767px){#s-e13f7adc-fa34-4c20-9870-e5bfbe4de3e3 {
  
}
}







#s-e13f7adc-fa34-4c20-9870-e5bfbe4de3e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e13f7adc-fa34-4c20-9870-e5bfbe4de3e3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-05dd2841-ac69-4959-a2ba-09fb02e1c142 {
  text-align: left;
}

#s-eccd279e-c9de-4124-9be9-4a1a813f50d7 {
  min-height: 50px;
}
@media (max-width: 767px){#s-eccd279e-c9de-4124-9be9-4a1a813f50d7 {
  display: none;
}
#s-eccd279e-c9de-4124-9be9-4a1a813f50d7, #wrap-s-eccd279e-c9de-4124-9be9-4a1a813f50d7 { display: none !important; }}







#s-eccd279e-c9de-4124-9be9-4a1a813f50d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eccd279e-c9de-4124-9be9-4a1a813f50d7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-feca4dc2-bdbe-4149-9938-468dc82d8177 {
  min-height: 50px;
}
@media (max-width: 767px){#s-feca4dc2-bdbe-4149-9938-468dc82d8177 {
  display: none;
}
#s-feca4dc2-bdbe-4149-9938-468dc82d8177, #wrap-s-feca4dc2-bdbe-4149-9938-468dc82d8177 { display: none !important; }}







#s-feca4dc2-bdbe-4149-9938-468dc82d8177 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-feca4dc2-bdbe-4149-9938-468dc82d8177.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c4895f35-ce34-46a8-b4e6-93094b7a0d52 {
  margin-right: auto;
text-align: center;
}
@media (max-width: 767px){#s-c4895f35-ce34-46a8-b4e6-93094b7a0d52 {
  display: none;
}
#s-c4895f35-ce34-46a8-b4e6-93094b7a0d52, #wrap-s-c4895f35-ce34-46a8-b4e6-93094b7a0d52 { display: none !important; }}






  #s-c4895f35-ce34-46a8-b4e6-93094b7a0d52 img.shogun-image {
    

    
    
    
  }


#s-c4895f35-ce34-46a8-b4e6-93094b7a0d52 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-426896fc-e4e4-4c38-adf9-a6bb723714f9 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-426896fc-e4e4-4c38-adf9-a6bb723714f9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-426896fc-e4e4-4c38-adf9-a6bb723714f9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-426896fc-e4e4-4c38-adf9-a6bb723714f9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-426896fc-e4e4-4c38-adf9-a6bb723714f9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-426896fc-e4e4-4c38-adf9-a6bb723714f9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-426896fc-e4e4-4c38-adf9-a6bb723714f9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-426896fc-e4e4-4c38-adf9-a6bb723714f9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-8ddcba66-841c-4990-993b-8cc642212667 {
  background-attachment: fixed;
margin-top: 12%;
margin-left: auto;
padding-left: 8%;
padding-bottom: 12%;
padding-right: 6%;
min-height: 50px;
max-width: 1340%;
background-color: rgba(255, 255, 255, 0);
}








#s-8ddcba66-841c-4990-993b-8cc642212667 > .shg-box-overlay {
  background-color: rgba(197, 76, 76, 0);
  opacity: 0;
}#s-8ddcba66-841c-4990-993b-8cc642212667.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-7e35f69f-7980-42bf-9d1b-969489a4c513 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-2821ef65-2bd7-4808-8851-46c4c12815c6 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 4px;
padding-bottom: 4px;
}

#s-4dd367ca-47ba-478a-b31d-1edb25c56d99 {
  min-height: 50px;
}
@media (max-width: 767px){#s-4dd367ca-47ba-478a-b31d-1edb25c56d99 {
  display: none;
}
#s-4dd367ca-47ba-478a-b31d-1edb25c56d99, #wrap-s-4dd367ca-47ba-478a-b31d-1edb25c56d99 { display: none !important; }}







#s-4dd367ca-47ba-478a-b31d-1edb25c56d99 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4dd367ca-47ba-478a-b31d-1edb25c56d99.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-038518db-7111-4d30-b640-4f62d9a3ca13 {
  margin-right: auto;
text-align: center;
}
@media (max-width: 767px){#s-038518db-7111-4d30-b640-4f62d9a3ca13 {
  display: none;
}
#s-038518db-7111-4d30-b640-4f62d9a3ca13, #wrap-s-038518db-7111-4d30-b640-4f62d9a3ca13 { display: none !important; }}






  #s-038518db-7111-4d30-b640-4f62d9a3ca13 img.shogun-image {
    

    
    
    
  }


#s-038518db-7111-4d30-b640-4f62d9a3ca13 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-c70662c9-bab1-4c3b-b11a-f6cf6921968a {
  background-attachment: fixed;
margin-top: 20px;
margin-left: auto;
padding-top: 4%;
padding-bottom: 0%;
min-height: 50px;
max-width: 1340%;
background-color: rgba(255, 255, 255, 0);
}








#s-c70662c9-bab1-4c3b-b11a-f6cf6921968a > .shg-box-overlay {
  background-color: rgba(197, 76, 76, 0);
  opacity: 0;
}#s-c70662c9-bab1-4c3b-b11a-f6cf6921968a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1a7b643f-b785-4078-a2b8-11c9503793ac {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-6c730133-0cc2-4078-92ff-437ea4cd73b1 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 4px;
padding-bottom: 4px;
}

#s-0eac887a-b649-47a6-9812-71bb3db415de {
  min-height: 50px;
}
@media (max-width: 767px){#s-0eac887a-b649-47a6-9812-71bb3db415de {
  display: none;
}
#s-0eac887a-b649-47a6-9812-71bb3db415de, #wrap-s-0eac887a-b649-47a6-9812-71bb3db415de { display: none !important; }}







#s-0eac887a-b649-47a6-9812-71bb3db415de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0eac887a-b649-47a6-9812-71bb3db415de.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e8b004fb-ce7e-4c99-ae30-8317c3b8e4fa {
  margin-bottom: 0%;
min-height: 30px;
}
@media (min-width: 1200px){#s-e8b004fb-ce7e-4c99-ae30-8317c3b8e4fa {
  display: none;
}
#s-e8b004fb-ce7e-4c99-ae30-8317c3b8e4fa, #wrap-s-e8b004fb-ce7e-4c99-ae30-8317c3b8e4fa { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e8b004fb-ce7e-4c99-ae30-8317c3b8e4fa {
  display: none;
}
#s-e8b004fb-ce7e-4c99-ae30-8317c3b8e4fa, #wrap-s-e8b004fb-ce7e-4c99-ae30-8317c3b8e4fa { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e8b004fb-ce7e-4c99-ae30-8317c3b8e4fa {
  display: none;
}
#s-e8b004fb-ce7e-4c99-ae30-8317c3b8e4fa, #wrap-s-e8b004fb-ce7e-4c99-ae30-8317c3b8e4fa { display: none !important; }}@media (max-width: 767px){#s-e8b004fb-ce7e-4c99-ae30-8317c3b8e4fa {
  
}
}







#s-e8b004fb-ce7e-4c99-ae30-8317c3b8e4fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e8b004fb-ce7e-4c99-ae30-8317c3b8e4fa.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-5588c09c-c65e-413d-a268-edc1561520d3 {
  max-width: 750px;
aspect-ratio: 750/890;
}
@media (min-width: 1200px){#s-5588c09c-c65e-413d-a268-edc1561520d3 {
  display: none;
}
#s-5588c09c-c65e-413d-a268-edc1561520d3, #wrap-s-5588c09c-c65e-413d-a268-edc1561520d3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5588c09c-c65e-413d-a268-edc1561520d3 {
  display: none;
}
#s-5588c09c-c65e-413d-a268-edc1561520d3, #wrap-s-5588c09c-c65e-413d-a268-edc1561520d3 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5588c09c-c65e-413d-a268-edc1561520d3 {
  display: none;
}
#s-5588c09c-c65e-413d-a268-edc1561520d3, #wrap-s-5588c09c-c65e-413d-a268-edc1561520d3 { display: none !important; }}




  #s-5588c09c-c65e-413d-a268-edc1561520d3 img.shogun-image,
  #s-5588c09c-c65e-413d-a268-edc1561520d3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5588c09c-c65e-413d-a268-edc1561520d3 {
    width: 100%;
    height: auto;
  }



  #s-5588c09c-c65e-413d-a268-edc1561520d3 img.shogun-image {
    

    
    
    
  }


#s-5588c09c-c65e-413d-a268-edc1561520d3 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-d50651ff-1637-4f66-8e06-757cd3ca0e8e {
  padding-top: 8%;
padding-bottom: 8%;
min-height: 50px;
}

#s-d50651ff-1637-4f66-8e06-757cd3ca0e8e {
  background-image: url();
}








#s-d50651ff-1637-4f66-8e06-757cd3ca0e8e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d50651ff-1637-4f66-8e06-757cd3ca0e8e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ba67b48d-e9a7-464b-80ab-f5cfb2a3dbd7 {
  margin-bottom: 5px;
}

#s-e867f1b0-0f36-42da-94ab-fc3279b99f4b {
  margin-top: 5px;
margin-left: 0px;
margin-right: 0px;
}

#s-baf5a9c4-5785-4eee-aee9-f19e8277c065 {
  margin-bottom: 0%;
min-height: 30px;
}
@media (min-width: 1200px){#s-baf5a9c4-5785-4eee-aee9-f19e8277c065 {
  display: none;
}
#s-baf5a9c4-5785-4eee-aee9-f19e8277c065, #wrap-s-baf5a9c4-5785-4eee-aee9-f19e8277c065 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-baf5a9c4-5785-4eee-aee9-f19e8277c065 {
  display: none;
}
#s-baf5a9c4-5785-4eee-aee9-f19e8277c065, #wrap-s-baf5a9c4-5785-4eee-aee9-f19e8277c065 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-baf5a9c4-5785-4eee-aee9-f19e8277c065 {
  display: none;
}
#s-baf5a9c4-5785-4eee-aee9-f19e8277c065, #wrap-s-baf5a9c4-5785-4eee-aee9-f19e8277c065 { display: none !important; }}@media (max-width: 767px){#s-baf5a9c4-5785-4eee-aee9-f19e8277c065 {
  
}
}







#s-baf5a9c4-5785-4eee-aee9-f19e8277c065 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-baf5a9c4-5785-4eee-aee9-f19e8277c065.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a0c50e56-e3e8-4d5c-ac9b-e833200b3c03 {
  margin-bottom: 0%;
min-height: 30px;
}
@media (min-width: 1200px){#s-a0c50e56-e3e8-4d5c-ac9b-e833200b3c03 {
  display: none;
}
#s-a0c50e56-e3e8-4d5c-ac9b-e833200b3c03, #wrap-s-a0c50e56-e3e8-4d5c-ac9b-e833200b3c03 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a0c50e56-e3e8-4d5c-ac9b-e833200b3c03 {
  display: none;
}
#s-a0c50e56-e3e8-4d5c-ac9b-e833200b3c03, #wrap-s-a0c50e56-e3e8-4d5c-ac9b-e833200b3c03 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a0c50e56-e3e8-4d5c-ac9b-e833200b3c03 {
  display: none;
}
#s-a0c50e56-e3e8-4d5c-ac9b-e833200b3c03, #wrap-s-a0c50e56-e3e8-4d5c-ac9b-e833200b3c03 { display: none !important; }}@media (max-width: 767px){#s-a0c50e56-e3e8-4d5c-ac9b-e833200b3c03 {
  
}
}







#s-a0c50e56-e3e8-4d5c-ac9b-e833200b3c03 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a0c50e56-e3e8-4d5c-ac9b-e833200b3c03.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-9ad6a933-34ab-466e-932d-994fdd81f97f {
  margin-bottom: 0%;
min-height: 30px;
}
@media (min-width: 1200px){#s-9ad6a933-34ab-466e-932d-994fdd81f97f {
  display: none;
}
#s-9ad6a933-34ab-466e-932d-994fdd81f97f, #wrap-s-9ad6a933-34ab-466e-932d-994fdd81f97f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9ad6a933-34ab-466e-932d-994fdd81f97f {
  display: none;
}
#s-9ad6a933-34ab-466e-932d-994fdd81f97f, #wrap-s-9ad6a933-34ab-466e-932d-994fdd81f97f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9ad6a933-34ab-466e-932d-994fdd81f97f {
  display: none;
}
#s-9ad6a933-34ab-466e-932d-994fdd81f97f, #wrap-s-9ad6a933-34ab-466e-932d-994fdd81f97f { display: none !important; }}@media (max-width: 767px){#s-9ad6a933-34ab-466e-932d-994fdd81f97f {
  
}
}







#s-9ad6a933-34ab-466e-932d-994fdd81f97f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9ad6a933-34ab-466e-932d-994fdd81f97f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a7606fa2-90d2-4c01-a585-3e4efea0dc61 {
  margin-top: 0%;
max-width: 750px;
aspect-ratio: 750/890;
text-align: center;
}
@media (min-width: 1200px){#s-a7606fa2-90d2-4c01-a585-3e4efea0dc61 {
  display: none;
}
#s-a7606fa2-90d2-4c01-a585-3e4efea0dc61, #wrap-s-a7606fa2-90d2-4c01-a585-3e4efea0dc61 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a7606fa2-90d2-4c01-a585-3e4efea0dc61 {
  display: none;
}
#s-a7606fa2-90d2-4c01-a585-3e4efea0dc61, #wrap-s-a7606fa2-90d2-4c01-a585-3e4efea0dc61 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a7606fa2-90d2-4c01-a585-3e4efea0dc61 {
  display: none;
}
#s-a7606fa2-90d2-4c01-a585-3e4efea0dc61, #wrap-s-a7606fa2-90d2-4c01-a585-3e4efea0dc61 { display: none !important; }}




  #s-a7606fa2-90d2-4c01-a585-3e4efea0dc61 img.shogun-image,
  #s-a7606fa2-90d2-4c01-a585-3e4efea0dc61 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a7606fa2-90d2-4c01-a585-3e4efea0dc61 {
    width: 100%;
    height: auto;
  }



  #s-a7606fa2-90d2-4c01-a585-3e4efea0dc61 img.shogun-image {
    

    
    
    
  }


#s-a7606fa2-90d2-4c01-a585-3e4efea0dc61 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-6407cc5c-d216-41ea-83e6-74a4949e55ec {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 0);
margin-top: 6%;
margin-left: 12%;
margin-bottom: 0px;
margin-right: 12%;
padding-top: 20px;
padding-bottom: 24px;
padding-right: 0%;
min-height: 50px;
background-color: rgba(250, 250, 250, 0);
}








#s-6407cc5c-d216-41ea-83e6-74a4949e55ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6407cc5c-d216-41ea-83e6-74a4949e55ec.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-314f1415-4edd-4545-bcb4-adf245323409 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-7924cd40-6cf7-4c75-bffd-a9b86e039487 {
  margin-bottom: 0px;
}

#s-a5e004ef-cd0f-4e6a-a368-9f2d22ff9eb1 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-bottom: 10px;
}

#s-3e76ed68-466b-4953-8f98-1d80b72e27cb {
  margin-bottom: 0%;
min-height: 30px;
}
@media (min-width: 1200px){#s-3e76ed68-466b-4953-8f98-1d80b72e27cb {
  display: none;
}
#s-3e76ed68-466b-4953-8f98-1d80b72e27cb, #wrap-s-3e76ed68-466b-4953-8f98-1d80b72e27cb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3e76ed68-466b-4953-8f98-1d80b72e27cb {
  display: none;
}
#s-3e76ed68-466b-4953-8f98-1d80b72e27cb, #wrap-s-3e76ed68-466b-4953-8f98-1d80b72e27cb { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3e76ed68-466b-4953-8f98-1d80b72e27cb {
  display: none;
}
#s-3e76ed68-466b-4953-8f98-1d80b72e27cb, #wrap-s-3e76ed68-466b-4953-8f98-1d80b72e27cb { display: none !important; }}@media (max-width: 767px){#s-3e76ed68-466b-4953-8f98-1d80b72e27cb {
  
}
}







#s-3e76ed68-466b-4953-8f98-1d80b72e27cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3e76ed68-466b-4953-8f98-1d80b72e27cb.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-02bf805d-321c-484f-a55d-547bcc2a3d8c {
  margin-bottom: 0px;
min-height: 50px;
background-color: rgba(237, 231, 217, 0);
}
@media (min-width: 1200px){#s-02bf805d-321c-484f-a55d-547bcc2a3d8c {
  display: none;
}
#s-02bf805d-321c-484f-a55d-547bcc2a3d8c, #wrap-s-02bf805d-321c-484f-a55d-547bcc2a3d8c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-02bf805d-321c-484f-a55d-547bcc2a3d8c {
  display: none;
}
#s-02bf805d-321c-484f-a55d-547bcc2a3d8c, #wrap-s-02bf805d-321c-484f-a55d-547bcc2a3d8c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-02bf805d-321c-484f-a55d-547bcc2a3d8c {
  display: none;
}
#s-02bf805d-321c-484f-a55d-547bcc2a3d8c, #wrap-s-02bf805d-321c-484f-a55d-547bcc2a3d8c { display: none !important; }}







#s-02bf805d-321c-484f-a55d-547bcc2a3d8c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-02bf805d-321c-484f-a55d-547bcc2a3d8c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-db329981-5fdd-41f7-a6d2-97ae94eb95aa {
  margin-bottom: -5px;
padding-left: 10px;
padding-right: 10px;
}

.shg-hr-wrapper {
  padding: 30px 0;
}

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

#s-e015b3bd-4890-4cd8-ae91-11f86a02f3ac hr {
  border-top: 1px solid rgba(195, 194, 194, 1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-d97cc812-2bbe-41ac-852c-e16644c435d8 {
  padding-left: 10px;
padding-bottom: 0px;
padding-right: 10px;
}
@media (min-width: 1200px){#s-d97cc812-2bbe-41ac-852c-e16644c435d8 {
  display: none;
}
#s-d97cc812-2bbe-41ac-852c-e16644c435d8, #wrap-s-d97cc812-2bbe-41ac-852c-e16644c435d8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d97cc812-2bbe-41ac-852c-e16644c435d8 {
  display: none;
}
#s-d97cc812-2bbe-41ac-852c-e16644c435d8, #wrap-s-d97cc812-2bbe-41ac-852c-e16644c435d8 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d97cc812-2bbe-41ac-852c-e16644c435d8 {
  display: none;
}
#s-d97cc812-2bbe-41ac-852c-e16644c435d8, #wrap-s-d97cc812-2bbe-41ac-852c-e16644c435d8 { display: none !important; }}@media (max-width: 767px){#s-d97cc812-2bbe-41ac-852c-e16644c435d8 {
  
}
}
#s-d97cc812-2bbe-41ac-852c-e16644c435d8 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-d97cc812-2bbe-41ac-852c-e16644c435d8 .shg-sld-nav-button.shg-sld-left,
#s-d97cc812-2bbe-41ac-852c-e16644c435d8 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-57ef5a2c-6d77-49d2-a94a-a2d168e6856f {
  margin-bottom: 20px;
padding-left: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-57ef5a2c-6d77-49d2-a94a-a2d168e6856f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-57ef5a2c-6d77-49d2-a94a-a2d168e6856f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-57ef5a2c-6d77-49d2-a94a-a2d168e6856f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-57ef5a2c-6d77-49d2-a94a-a2d168e6856f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-f54e4585-e44a-4ccf-b991-725bf7e6a600 {
  min-height: 50px;
}








#s-f54e4585-e44a-4ccf-b991-725bf7e6a600 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f54e4585-e44a-4ccf-b991-725bf7e6a600.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a791b9d8-0a07-41ba-ab74-4803e02020fd {
  max-width: 718px;
aspect-ratio: 718/890;
text-align: center;
}





  #s-a791b9d8-0a07-41ba-ab74-4803e02020fd img.shogun-image,
  #s-a791b9d8-0a07-41ba-ab74-4803e02020fd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a791b9d8-0a07-41ba-ab74-4803e02020fd {
    width: 100%;
    height: auto;
  }



  #s-a791b9d8-0a07-41ba-ab74-4803e02020fd img.shogun-image {
    

    
    
    
  }


#s-a791b9d8-0a07-41ba-ab74-4803e02020fd .shogun-image-content {
  
    align-items: center;
  
}

#s-3a5f3926-5643-48ef-bf62-daaca29e1e48 {
  margin-top: 10px;
min-height: 50px;
}








#s-3a5f3926-5643-48ef-bf62-daaca29e1e48 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3a5f3926-5643-48ef-bf62-daaca29e1e48.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2a5512fe-39e3-4536-8ca5-38b5f25b67d2 {
  margin-top: 0px;
margin-bottom: 5px;
}

#s-532eb2f5-24b6-4ed2-8709-165514d6e978 {
  margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

#s-21b2b1a5-6819-4171-810c-6db19ababeb6 {
  min-height: 50px;
}








#s-21b2b1a5-6819-4171-810c-6db19ababeb6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-21b2b1a5-6819-4171-810c-6db19ababeb6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8239255c-1528-4067-aae8-3de7f998739d {
  max-width: 718px;
aspect-ratio: 718/890;
text-align: center;
}





  #s-8239255c-1528-4067-aae8-3de7f998739d img.shogun-image,
  #s-8239255c-1528-4067-aae8-3de7f998739d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8239255c-1528-4067-aae8-3de7f998739d {
    width: 100%;
    height: auto;
  }



  #s-8239255c-1528-4067-aae8-3de7f998739d img.shogun-image {
    

    
    
    
  }


#s-8239255c-1528-4067-aae8-3de7f998739d .shogun-image-content {
  
    align-items: center;
  
}

#s-235b6aa6-7bad-43e6-b5a2-b85b4bfdbfa0 {
  margin-top: 10px;
min-height: 50px;
}








#s-235b6aa6-7bad-43e6-b5a2-b85b4bfdbfa0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-235b6aa6-7bad-43e6-b5a2-b85b4bfdbfa0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-01683b38-72ca-434d-837a-e38abe07b4a9 {
  margin-top: 0px;
margin-bottom: 5px;
}

#s-ca8ccfe5-e86f-4c85-90d3-f177e3e928ba {
  margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

#s-46a77568-ca4f-4622-995e-63c5baeec831 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-46a77568-ca4f-4622-995e-63c5baeec831"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-46a77568-ca4f-4622-995e-63c5baeec831"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-46a77568-ca4f-4622-995e-63c5baeec831"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-46a77568-ca4f-4622-995e-63c5baeec831"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-4800f10f-8ff5-491b-8dc1-bdb802e699f8 {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-4800f10f-8ff5-491b-8dc1-bdb802e699f8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-4800f10f-8ff5-491b-8dc1-bdb802e699f8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-4800f10f-8ff5-491b-8dc1-bdb802e699f8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-4800f10f-8ff5-491b-8dc1-bdb802e699f8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-e3ee0ac0-29fa-41ce-a7b2-b0aecc4bd62c {
  min-height: 50px;
}








#s-e3ee0ac0-29fa-41ce-a7b2-b0aecc4bd62c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e3ee0ac0-29fa-41ce-a7b2-b0aecc4bd62c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a1661a2d-75b2-4169-8c32-fbf0584b8487 {
  text-align: center;
}







  #s-a1661a2d-75b2-4169-8c32-fbf0584b8487 img.shogun-image {
    

    
    
    
  }


#s-a1661a2d-75b2-4169-8c32-fbf0584b8487 .shogun-image-content {
  
    align-items: center;
  
}

#s-0703bd11-ee5c-45d0-8f2c-49fa9beca0e3 {
  margin-top: 10px;
min-height: 50px;
}








#s-0703bd11-ee5c-45d0-8f2c-49fa9beca0e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0703bd11-ee5c-45d0-8f2c-49fa9beca0e3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-528b61c1-657d-42c4-b9de-39308d7b0a97 {
  margin-top: 0px;
margin-bottom: 5px;
}

#s-8558ab79-4ab9-4ad7-a8a0-9d7cbb5aae2a {
  margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

#s-6b744e31-dba7-4c49-8f46-da566529d346 {
  min-height: 50px;
}








#s-6b744e31-dba7-4c49-8f46-da566529d346 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6b744e31-dba7-4c49-8f46-da566529d346.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1a6340a9-9d12-43ef-b6a5-6e6c7e006109 {
  max-width: 718px;
aspect-ratio: 718/890;
text-align: center;
}





  #s-1a6340a9-9d12-43ef-b6a5-6e6c7e006109 img.shogun-image,
  #s-1a6340a9-9d12-43ef-b6a5-6e6c7e006109 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1a6340a9-9d12-43ef-b6a5-6e6c7e006109 {
    width: 100%;
    height: auto;
  }



  #s-1a6340a9-9d12-43ef-b6a5-6e6c7e006109 img.shogun-image {
    

    
    
    
  }


#s-1a6340a9-9d12-43ef-b6a5-6e6c7e006109 .shogun-image-content {
  
    align-items: center;
  
}

#s-b62d1afb-1f5b-4459-89a4-039aa8694506 {
  margin-top: 10px;
min-height: 50px;
}








#s-b62d1afb-1f5b-4459-89a4-039aa8694506 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b62d1afb-1f5b-4459-89a4-039aa8694506.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2de4c8b0-41e1-4460-91fa-f8fd91588527 {
  margin-top: 0px;
margin-bottom: 5px;
}

#s-7d3e368f-b8c6-46e3-80ab-a6479e1b8e87 {
  margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

#s-26ca8e9d-1bea-4635-aec0-3607ae6e0d42 {
  min-height: 50px;
}








#s-26ca8e9d-1bea-4635-aec0-3607ae6e0d42 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-26ca8e9d-1bea-4635-aec0-3607ae6e0d42.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a7389ccb-9662-485c-b9d2-2a4960011a7e {
  margin-top: -5px;
margin-left: auto;
margin-right: auto;
}








#s-a7389ccb-9662-485c-b9d2-2a4960011a7e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a7389ccb-9662-485c-b9d2-2a4960011a7e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8b90788d-c559-49b8-b2b7-e9ecdf08f971 {
  padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-8b90788d-c559-49b8-b2b7-e9ecdf08f971 {
  display: none;
}
#s-8b90788d-c559-49b8-b2b7-e9ecdf08f971, #wrap-s-8b90788d-c559-49b8-b2b7-e9ecdf08f971 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8b90788d-c559-49b8-b2b7-e9ecdf08f971 {
  display: none;
}
#s-8b90788d-c559-49b8-b2b7-e9ecdf08f971, #wrap-s-8b90788d-c559-49b8-b2b7-e9ecdf08f971 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8b90788d-c559-49b8-b2b7-e9ecdf08f971 {
  display: none;
}
#s-8b90788d-c559-49b8-b2b7-e9ecdf08f971, #wrap-s-8b90788d-c559-49b8-b2b7-e9ecdf08f971 { display: none !important; }}@media (max-width: 767px){#s-8b90788d-c559-49b8-b2b7-e9ecdf08f971 {
  display: none;
}
#s-8b90788d-c559-49b8-b2b7-e9ecdf08f971, #wrap-s-8b90788d-c559-49b8-b2b7-e9ecdf08f971 { display: none !important; }}







#s-8b90788d-c559-49b8-b2b7-e9ecdf08f971 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b90788d-c559-49b8-b2b7-e9ecdf08f971.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b245b9ba-ec4c-4770-87cf-f567a89fb49e {
  margin-left: auto;
margin-right: auto;
padding-left: 2%;
padding-right: 2%;
min-height: 50px;
max-width: 1340px;
}
@media (max-width: 767px){#s-b245b9ba-ec4c-4770-87cf-f567a89fb49e {
  display: none;
}
#s-b245b9ba-ec4c-4770-87cf-f567a89fb49e, #wrap-s-b245b9ba-ec4c-4770-87cf-f567a89fb49e { display: none !important; }}







#s-b245b9ba-ec4c-4770-87cf-f567a89fb49e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b245b9ba-ec4c-4770-87cf-f567a89fb49e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-17088386-9514-4a90-94f5-5b2e1365deea {
  margin-bottom: -5px;
}

#s-00a0fc2c-f1fb-41e4-b679-fd0c2e870eaf hr {
  border-top: 1px solid rgba(195, 194, 194, 1);
}

#s-5f327606-a727-43ff-b1fe-22bcf7d6dec2 {
  margin-left: auto;
margin-right: auto;
min-height: 30px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5f327606-a727-43ff-b1fe-22bcf7d6dec2 {
  
}
}@media (max-width: 767px){#s-5f327606-a727-43ff-b1fe-22bcf7d6dec2 {
  display: none;
}
#s-5f327606-a727-43ff-b1fe-22bcf7d6dec2, #wrap-s-5f327606-a727-43ff-b1fe-22bcf7d6dec2 { display: none !important; }}







#s-5f327606-a727-43ff-b1fe-22bcf7d6dec2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5f327606-a727-43ff-b1fe-22bcf7d6dec2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1bcc1bf8-d51d-414d-aa61-8e725d4d3547 {
  padding-bottom: 10px;
}
@media (min-width: 1200px){#s-1bcc1bf8-d51d-414d-aa61-8e725d4d3547 {
  
}
}@media (max-width: 767px){#s-1bcc1bf8-d51d-414d-aa61-8e725d4d3547 {
  display: none;
}
#s-1bcc1bf8-d51d-414d-aa61-8e725d4d3547, #wrap-s-1bcc1bf8-d51d-414d-aa61-8e725d4d3547 { display: none !important; }}
#s-1bcc1bf8-d51d-414d-aa61-8e725d4d3547 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-1bcc1bf8-d51d-414d-aa61-8e725d4d3547 .shg-sld-nav-button.shg-sld-left,
#s-1bcc1bf8-d51d-414d-aa61-8e725d4d3547 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (max-width: 767px){#s-249e652e-ed08-4442-998c-f88d011bc1ea {
  display: none;
}
#s-249e652e-ed08-4442-998c-f88d011bc1ea, #wrap-s-249e652e-ed08-4442-998c-f88d011bc1ea { display: none !important; }}
@media (min-width: 0px) {
[id="s-249e652e-ed08-4442-998c-f88d011bc1ea"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-249e652e-ed08-4442-998c-f88d011bc1ea"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-249e652e-ed08-4442-998c-f88d011bc1ea"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-249e652e-ed08-4442-998c-f88d011bc1ea"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-c48f3766-a6cc-4c56-868d-129f44226597 {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-c48f3766-a6cc-4c56-868d-129f44226597"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-c48f3766-a6cc-4c56-868d-129f44226597"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-c48f3766-a6cc-4c56-868d-129f44226597"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-c48f3766-a6cc-4c56-868d-129f44226597"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-5ca9a2e4-17e0-429b-b913-26a73c68d338 {
  min-height: 50px;
}








#s-5ca9a2e4-17e0-429b-b913-26a73c68d338 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ca9a2e4-17e0-429b-b913-26a73c68d338.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2f36c4f5-0671-45c4-aec4-92086c212c8f {
  max-width: 718px;
aspect-ratio: 718/890;
text-align: center;
}





  #s-2f36c4f5-0671-45c4-aec4-92086c212c8f img.shogun-image,
  #s-2f36c4f5-0671-45c4-aec4-92086c212c8f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2f36c4f5-0671-45c4-aec4-92086c212c8f {
    width: 100%;
    height: auto;
  }



  #s-2f36c4f5-0671-45c4-aec4-92086c212c8f img.shogun-image {
    

    
    
    
  }


#s-2f36c4f5-0671-45c4-aec4-92086c212c8f .shogun-image-content {
  
    align-items: center;
  
}

#s-718a7f0b-be80-45fd-ae1d-7ef8118b6c04 {
  margin-top: 10px;
min-height: 50px;
}








#s-718a7f0b-be80-45fd-ae1d-7ef8118b6c04 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-718a7f0b-be80-45fd-ae1d-7ef8118b6c04.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6e6bfa2a-2395-40fb-9406-4d439392770c {
  margin-top: 0px;
margin-bottom: 5px;
}

#s-38501b6c-b58a-49dc-810a-334a5eadfb4e {
  margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

#s-16a49bb1-815b-40ba-bf92-1d7fc8beecbe {
  max-width: 718px;
aspect-ratio: 718/890;
text-align: center;
}





  #s-16a49bb1-815b-40ba-bf92-1d7fc8beecbe img.shogun-image,
  #s-16a49bb1-815b-40ba-bf92-1d7fc8beecbe .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-16a49bb1-815b-40ba-bf92-1d7fc8beecbe {
    width: 100%;
    height: auto;
  }



  #s-16a49bb1-815b-40ba-bf92-1d7fc8beecbe img.shogun-image {
    

    
    
    
  }


#s-16a49bb1-815b-40ba-bf92-1d7fc8beecbe .shogun-image-content {
  
    align-items: center;
  
}

#s-946e46a2-0dcc-4182-a2b1-46797c71455f {
  margin-top: 10px;
min-height: 50px;
}








#s-946e46a2-0dcc-4182-a2b1-46797c71455f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-946e46a2-0dcc-4182-a2b1-46797c71455f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-476c6bb5-c14a-4c12-9ff1-9268bfdc4cb0 {
  margin-top: 0px;
margin-bottom: 5px;
}

#s-579ebeba-9129-409c-8686-662d4f4fb61e {
  margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

#s-cb467d70-3b27-4e5d-b227-2c1375659515 {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-cb467d70-3b27-4e5d-b227-2c1375659515"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-cb467d70-3b27-4e5d-b227-2c1375659515"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-cb467d70-3b27-4e5d-b227-2c1375659515"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-cb467d70-3b27-4e5d-b227-2c1375659515"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-96b19f9d-5614-4db6-b99f-8f9785f83f67 {
  min-height: 50px;
}








#s-96b19f9d-5614-4db6-b99f-8f9785f83f67 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-96b19f9d-5614-4db6-b99f-8f9785f83f67.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9551580e-9a7a-46e2-b733-2a2f0479043f {
  max-width: 718px;
aspect-ratio: 718/890;
text-align: center;
}





  #s-9551580e-9a7a-46e2-b733-2a2f0479043f img.shogun-image,
  #s-9551580e-9a7a-46e2-b733-2a2f0479043f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9551580e-9a7a-46e2-b733-2a2f0479043f {
    width: 100%;
    height: auto;
  }



  #s-9551580e-9a7a-46e2-b733-2a2f0479043f img.shogun-image {
    

    
    
    
  }


#s-9551580e-9a7a-46e2-b733-2a2f0479043f .shogun-image-content {
  
    align-items: center;
  
}

#s-8fde338f-41d2-41f0-a414-85cf5fce131f {
  margin-top: 10px;
min-height: 50px;
}








#s-8fde338f-41d2-41f0-a414-85cf5fce131f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8fde338f-41d2-41f0-a414-85cf5fce131f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4eb5ac9a-ad25-4fcf-a62a-becc1aeaedec {
  margin-top: 0px;
margin-bottom: 5px;
}

#s-49d6e09e-4902-4888-88c6-81a2232eeac1 {
  margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

#s-1b00c003-757b-4daf-9b69-b27de90a827e {
  min-height: 50px;
}








#s-1b00c003-757b-4daf-9b69-b27de90a827e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1b00c003-757b-4daf-9b69-b27de90a827e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ad1e2250-7992-403b-901a-b873c9c2b67f {
  max-width: 718px;
aspect-ratio: 718/890;
text-align: center;
}





  #s-ad1e2250-7992-403b-901a-b873c9c2b67f img.shogun-image,
  #s-ad1e2250-7992-403b-901a-b873c9c2b67f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ad1e2250-7992-403b-901a-b873c9c2b67f {
    width: 100%;
    height: auto;
  }



  #s-ad1e2250-7992-403b-901a-b873c9c2b67f img.shogun-image {
    

    
    
    
  }


#s-ad1e2250-7992-403b-901a-b873c9c2b67f .shogun-image-content {
  
    align-items: center;
  
}

#s-62b71f2c-b76e-451e-8cde-075405008f5a {
  margin-top: 10px;
min-height: 50px;
}








#s-62b71f2c-b76e-451e-8cde-075405008f5a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-62b71f2c-b76e-451e-8cde-075405008f5a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-09ddcc18-68c9-42ad-954d-7edede0787a6 {
  margin-top: 0px;
margin-bottom: 5px;
}

#s-a08e2987-6b59-467a-82ae-b096ede01f41 {
  margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

#s-49a28e63-114b-44ad-a89e-a8c23aa1e0de {
  min-height: 50px;
}
@media (max-width: 767px){#s-49a28e63-114b-44ad-a89e-a8c23aa1e0de {
  display: none;
}
#s-49a28e63-114b-44ad-a89e-a8c23aa1e0de, #wrap-s-49a28e63-114b-44ad-a89e-a8c23aa1e0de { display: none !important; }}







#s-49a28e63-114b-44ad-a89e-a8c23aa1e0de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-49a28e63-114b-44ad-a89e-a8c23aa1e0de.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7df5d03a-0a94-40dc-bfe4-348cc6cd30ca {
  min-height: 30px;
}
@media (min-width: 1200px){#s-7df5d03a-0a94-40dc-bfe4-348cc6cd30ca {
  display: none;
}
#s-7df5d03a-0a94-40dc-bfe4-348cc6cd30ca, #wrap-s-7df5d03a-0a94-40dc-bfe4-348cc6cd30ca { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7df5d03a-0a94-40dc-bfe4-348cc6cd30ca {
  display: none;
}
#s-7df5d03a-0a94-40dc-bfe4-348cc6cd30ca, #wrap-s-7df5d03a-0a94-40dc-bfe4-348cc6cd30ca { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7df5d03a-0a94-40dc-bfe4-348cc6cd30ca {
  display: none;
}
#s-7df5d03a-0a94-40dc-bfe4-348cc6cd30ca, #wrap-s-7df5d03a-0a94-40dc-bfe4-348cc6cd30ca { display: none !important; }}







#s-7df5d03a-0a94-40dc-bfe4-348cc6cd30ca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7df5d03a-0a94-40dc-bfe4-348cc6cd30ca.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-857180c2-515c-463a-9a9b-611f883e0a89 {
  margin-left: auto;
margin-right: auto;
min-height: 70px;
max-width: 1680px;
background-color: rgba(238, 238, 238, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-857180c2-515c-463a-9a9b-611f883e0a89 {
  
}
}@media (max-width: 767px){#s-857180c2-515c-463a-9a9b-611f883e0a89 {
  
}
}







#s-857180c2-515c-463a-9a9b-611f883e0a89 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-857180c2-515c-463a-9a9b-611f883e0a89.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-515a4971-1a67-4dd3-bf00-9fee5afa2d81 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-515a4971-1a67-4dd3-bf00-9fee5afa2d81 {
  display: none;
}
#s-515a4971-1a67-4dd3-bf00-9fee5afa2d81, #wrap-s-515a4971-1a67-4dd3-bf00-9fee5afa2d81 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-515a4971-1a67-4dd3-bf00-9fee5afa2d81 {
  display: none;
}
#s-515a4971-1a67-4dd3-bf00-9fee5afa2d81, #wrap-s-515a4971-1a67-4dd3-bf00-9fee5afa2d81 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-515a4971-1a67-4dd3-bf00-9fee5afa2d81 {
  display: none;
}
#s-515a4971-1a67-4dd3-bf00-9fee5afa2d81, #wrap-s-515a4971-1a67-4dd3-bf00-9fee5afa2d81 { display: none !important; }}







#s-515a4971-1a67-4dd3-bf00-9fee5afa2d81 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-515a4971-1a67-4dd3-bf00-9fee5afa2d81.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4e3f08a4-c591-4abe-87af-61013bb31b88 {
  margin-bottom: -20px;
}

#s-4e3f08a4-c591-4abe-87af-61013bb31b88 hr {
  border-top: 1px solid #ddd;
}

#s-20a5bd46-17af-4c0d-b03d-de412988ce0d {
  min-height: 50px;
}








#s-20a5bd46-17af-4c0d-b03d-de412988ce0d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-20a5bd46-17af-4c0d-b03d-de412988ce0d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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