#s-9fc0319f-b2d0-4795-a0ed-e81a6fc4e127 {
  text-align: left;
}

.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-4becba14-9631-40f9-9d55-958bed27b195 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 300px;
background-position: center center;
background-attachment: scroll;
}

#s-4becba14-9631-40f9-9d55-958bed27b195 {
  background-image: url(../../i.shgcdn.com/284b22b7-0748-402c-8475-342b5b2d52f6/-/format/auto/-/preview/3000x3000/-/quality/lighter/lighter.jpeg);
}








#s-4becba14-9631-40f9-9d55-958bed27b195 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.15;
}#s-4becba14-9631-40f9-9d55-958bed27b195.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.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-95a7346b-7d46-46df-8ac1-5951d5eca6ba {
  margin-left: auto;
margin-right: auto;
max-width: 860px;
}

#s-a0d80747-77a1-4249-b648-6c517d957a21 {
  margin-top: -30px;
margin-bottom: -30px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-05345b16-eadc-46e1-a27a-200ee95792a2 {
  margin-left: auto;
margin-right: auto;
padding-top: 60px;
padding-bottom: 50px;
min-height: 50px;
max-width: 900px;
}








#s-05345b16-eadc-46e1-a27a-200ee95792a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-05345b16-eadc-46e1-a27a-200ee95792a2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-de1e65e7-9dfc-4bbf-bad1-ddb1d8275464 {
  margin-left: auto;
margin-right: auto;
max-width: 860px;
}

#s-a922ded1-ebd8-48a9-9c06-0deed3806f54 {
  margin-top: -35px;
margin-left: auto;
margin-bottom: -35px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 600px;
}

.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-d1241ea1-fea1-436e-bff9-b30c0141b06d {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d1241ea1-fea1-436e-bff9-b30c0141b06d {
  
}
}
@media (min-width: 0px) {
[id="s-d1241ea1-fea1-436e-bff9-b30c0141b06d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d1241ea1-fea1-436e-bff9-b30c0141b06d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d1241ea1-fea1-436e-bff9-b30c0141b06d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d1241ea1-fea1-436e-bff9-b30c0141b06d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-955ce8cc-c0d6-4788-b5c5-0126579e3f8d {
  margin-top: 0px;
margin-bottom: 30px;
text-align: center;
}







  #s-955ce8cc-c0d6-4788-b5c5-0126579e3f8d img.shogun-image {
    

    
    
    
  }


#s-955ce8cc-c0d6-4788-b5c5-0126579e3f8d .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-29953318-ef67-4c7b-8ddc-c1403edcc3b5 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-29953318-ef67-4c7b-8ddc-c1403edcc3b5 {
  
}
}@media (max-width: 767px){#s-29953318-ef67-4c7b-8ddc-c1403edcc3b5 {
  display: none;
}
#s-29953318-ef67-4c7b-8ddc-c1403edcc3b5, #wrap-s-29953318-ef67-4c7b-8ddc-c1403edcc3b5 { display:none !important; }}






  img.s-29953318-ef67-4c7b-8ddc-c1403edcc3b5.shogun-image {
    
    
  }


.s-29953318-ef67-4c7b-8ddc-c1403edcc3b5 .shogun-image-content {
  
    align-items: center;
  
}

.s-29953318-ef67-4c7b-8ddc-c1403edcc3b5.shg-align-container {
  text-align: center
}

.s-29953318-ef67-4c7b-8ddc-c1403edcc3b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29953318-ef67-4c7b-8ddc-c1403edcc3b5.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-29953318-ef67-4c7b-8ddc-c1403edcc3b5.shogun-image {
    
    
  }


.s-29953318-ef67-4c7b-8ddc-c1403edcc3b5 .shogun-image-content {
  
    align-items: center;
  
}

.s-29953318-ef67-4c7b-8ddc-c1403edcc3b5.shg-align-container {
  text-align: center
}

.s-29953318-ef67-4c7b-8ddc-c1403edcc3b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29953318-ef67-4c7b-8ddc-c1403edcc3b5.shogun-image {
  box-sizing: border-box;
}


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





  img.s-29953318-ef67-4c7b-8ddc-c1403edcc3b5.shogun-image {
    
    
  }


.s-29953318-ef67-4c7b-8ddc-c1403edcc3b5 .shogun-image-content {
  
    align-items: center;
  
}

.s-29953318-ef67-4c7b-8ddc-c1403edcc3b5.shg-align-container {
  text-align: center
}

.s-29953318-ef67-4c7b-8ddc-c1403edcc3b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29953318-ef67-4c7b-8ddc-c1403edcc3b5.shogun-image {
  box-sizing: border-box;
}


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





  img.s-29953318-ef67-4c7b-8ddc-c1403edcc3b5.shogun-image {
    
    
  }


.s-29953318-ef67-4c7b-8ddc-c1403edcc3b5 .shogun-image-content {
  
    align-items: center;
  
}

.s-29953318-ef67-4c7b-8ddc-c1403edcc3b5.shg-align-container {
  text-align: center
}

.s-29953318-ef67-4c7b-8ddc-c1403edcc3b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29953318-ef67-4c7b-8ddc-c1403edcc3b5.shogun-image {
  box-sizing: border-box;
}


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





  img.s-29953318-ef67-4c7b-8ddc-c1403edcc3b5.shogun-image {
    
    
  }


.s-29953318-ef67-4c7b-8ddc-c1403edcc3b5 .shogun-image-content {
  
    align-items: center;
  
}

.s-29953318-ef67-4c7b-8ddc-c1403edcc3b5.shg-align-container {
  text-align: center
}

.s-29953318-ef67-4c7b-8ddc-c1403edcc3b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29953318-ef67-4c7b-8ddc-c1403edcc3b5.shogun-image {
  box-sizing: border-box;
}


}
#s-e715ed33-c592-4ada-891a-c07f6b600f34 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 0px;
min-height: 50px;
max-width: 875px;
}








#s-e715ed33-c592-4ada-891a-c07f6b600f34 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e715ed33-c592-4ada-891a-c07f6b600f34.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

#s-14424c7e-ca5e-412f-bc1c-9c8e0c5cd669 {
  margin-top: 3px;
margin-bottom: 3px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-14424c7e-ca5e-412f-bc1c-9c8e0c5cd669:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-14424c7e-ca5e-412f-bc1c-9c8e0c5cd669:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-14424c7e-ca5e-412f-bc1c-9c8e0c5cd669-root {
    text-align: center;
  }


#s-14424c7e-ca5e-412f-bc1c-9c8e0c5cd669.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-14424c7e-ca5e-412f-bc1c-9c8e0c5cd669-root {
    text-align: center;
  }


#s-14424c7e-ca5e-412f-bc1c-9c8e0c5cd669.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-14424c7e-ca5e-412f-bc1c-9c8e0c5cd669-root {
    text-align: center;
  }


#s-14424c7e-ca5e-412f-bc1c-9c8e0c5cd669.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-14424c7e-ca5e-412f-bc1c-9c8e0c5cd669-root {
    text-align: center;
  }


#s-14424c7e-ca5e-412f-bc1c-9c8e0c5cd669.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-14424c7e-ca5e-412f-bc1c-9c8e0c5cd669-root {
    text-align: center;
  }


#s-14424c7e-ca5e-412f-bc1c-9c8e0c5cd669.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-b49a0601-573e-42ae-a003-dd7fa63f71af {
  margin-top: -10px;
margin-bottom: -10px;
}

#s-9cd0dbfb-3ed8-444c-b8e7-815087c3e6aa {
  margin-top: -14px;
margin-bottom: -14px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-9cd0dbfb-3ed8-444c-b8e7-815087c3e6aa {
  display: none;
}
#s-9cd0dbfb-3ed8-444c-b8e7-815087c3e6aa, #wrap-s-9cd0dbfb-3ed8-444c-b8e7-815087c3e6aa { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9cd0dbfb-3ed8-444c-b8e7-815087c3e6aa {
  display: none;
}
#s-9cd0dbfb-3ed8-444c-b8e7-815087c3e6aa, #wrap-s-9cd0dbfb-3ed8-444c-b8e7-815087c3e6aa { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9cd0dbfb-3ed8-444c-b8e7-815087c3e6aa {
  display: none;
}
#s-9cd0dbfb-3ed8-444c-b8e7-815087c3e6aa, #wrap-s-9cd0dbfb-3ed8-444c-b8e7-815087c3e6aa { display:none !important; }}@media (max-width: 767px){#s-9cd0dbfb-3ed8-444c-b8e7-815087c3e6aa {
  
}
}







#s-9cd0dbfb-3ed8-444c-b8e7-815087c3e6aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9cd0dbfb-3ed8-444c-b8e7-815087c3e6aa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5ed196e2-32d4-4662-ab55-8fef73e23561 {
  margin-left: 0%;
margin-right: 0%;
max-width: 1500px;
}

.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-cf9c82f5-c317-46e1-bd05-8e7d7c8b1dc6 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 100px;
max-width: 400px;
}
@media (min-width: 1200px){#s-cf9c82f5-c317-46e1-bd05-8e7d7c8b1dc6 {
  display: none;
}
#s-cf9c82f5-c317-46e1-bd05-8e7d7c8b1dc6, #wrap-s-cf9c82f5-c317-46e1-bd05-8e7d7c8b1dc6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cf9c82f5-c317-46e1-bd05-8e7d7c8b1dc6 {
  display: none;
}
#s-cf9c82f5-c317-46e1-bd05-8e7d7c8b1dc6, #wrap-s-cf9c82f5-c317-46e1-bd05-8e7d7c8b1dc6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cf9c82f5-c317-46e1-bd05-8e7d7c8b1dc6 {
  display: none;
}
#s-cf9c82f5-c317-46e1-bd05-8e7d7c8b1dc6, #wrap-s-cf9c82f5-c317-46e1-bd05-8e7d7c8b1dc6 { display:none !important; }}
#s-cf9c82f5-c317-46e1-bd05-8e7d7c8b1dc6 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-cf9c82f5-c317-46e1-bd05-8e7d7c8b1dc6 .shg-sld-nav-button.shg-sld-left,
#s-cf9c82f5-c317-46e1-bd05-8e7d7c8b1dc6 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-9429ab91-390a-404c-a11e-38d3a94052d4 {
  text-align: center;
}







  img.s-9429ab91-390a-404c-a11e-38d3a94052d4.shogun-image {
    
    
  }


.s-9429ab91-390a-404c-a11e-38d3a94052d4 .shogun-image-content {
  
    align-items: center;
  
}

.s-9429ab91-390a-404c-a11e-38d3a94052d4.shg-align-container {
  text-align: center
}

.s-9429ab91-390a-404c-a11e-38d3a94052d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9429ab91-390a-404c-a11e-38d3a94052d4.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-9429ab91-390a-404c-a11e-38d3a94052d4.shogun-image {
    
    
  }


.s-9429ab91-390a-404c-a11e-38d3a94052d4 .shogun-image-content {
  
    align-items: center;
  
}

.s-9429ab91-390a-404c-a11e-38d3a94052d4.shg-align-container {
  text-align: center
}

.s-9429ab91-390a-404c-a11e-38d3a94052d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9429ab91-390a-404c-a11e-38d3a94052d4.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9429ab91-390a-404c-a11e-38d3a94052d4.shogun-image {
    
    
  }


.s-9429ab91-390a-404c-a11e-38d3a94052d4 .shogun-image-content {
  
    align-items: center;
  
}

.s-9429ab91-390a-404c-a11e-38d3a94052d4.shg-align-container {
  text-align: center
}

.s-9429ab91-390a-404c-a11e-38d3a94052d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9429ab91-390a-404c-a11e-38d3a94052d4.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9429ab91-390a-404c-a11e-38d3a94052d4.shogun-image {
    
    
  }


.s-9429ab91-390a-404c-a11e-38d3a94052d4 .shogun-image-content {
  
    align-items: center;
  
}

.s-9429ab91-390a-404c-a11e-38d3a94052d4.shg-align-container {
  text-align: center
}

.s-9429ab91-390a-404c-a11e-38d3a94052d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9429ab91-390a-404c-a11e-38d3a94052d4.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9429ab91-390a-404c-a11e-38d3a94052d4.shogun-image {
    
    
  }


.s-9429ab91-390a-404c-a11e-38d3a94052d4 .shogun-image-content {
  
    align-items: center;
  
}

.s-9429ab91-390a-404c-a11e-38d3a94052d4.shg-align-container {
  text-align: center
}

.s-9429ab91-390a-404c-a11e-38d3a94052d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9429ab91-390a-404c-a11e-38d3a94052d4.shogun-image {
  box-sizing: border-box;
}


}
#s-8cdb97ca-b51b-42c3-851c-a497a71c46aa {
  text-align: center;
}







  img.s-8cdb97ca-b51b-42c3-851c-a497a71c46aa.shogun-image {
    
    
  }


.s-8cdb97ca-b51b-42c3-851c-a497a71c46aa .shogun-image-content {
  
    align-items: center;
  
}

.s-8cdb97ca-b51b-42c3-851c-a497a71c46aa.shg-align-container {
  text-align: center
}

.s-8cdb97ca-b51b-42c3-851c-a497a71c46aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8cdb97ca-b51b-42c3-851c-a497a71c46aa.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-8cdb97ca-b51b-42c3-851c-a497a71c46aa.shogun-image {
    
    
  }


.s-8cdb97ca-b51b-42c3-851c-a497a71c46aa .shogun-image-content {
  
    align-items: center;
  
}

.s-8cdb97ca-b51b-42c3-851c-a497a71c46aa.shg-align-container {
  text-align: center
}

.s-8cdb97ca-b51b-42c3-851c-a497a71c46aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8cdb97ca-b51b-42c3-851c-a497a71c46aa.shogun-image {
  box-sizing: border-box;
}


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





  img.s-8cdb97ca-b51b-42c3-851c-a497a71c46aa.shogun-image {
    
    
  }


.s-8cdb97ca-b51b-42c3-851c-a497a71c46aa .shogun-image-content {
  
    align-items: center;
  
}

.s-8cdb97ca-b51b-42c3-851c-a497a71c46aa.shg-align-container {
  text-align: center
}

.s-8cdb97ca-b51b-42c3-851c-a497a71c46aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8cdb97ca-b51b-42c3-851c-a497a71c46aa.shogun-image {
  box-sizing: border-box;
}


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





  img.s-8cdb97ca-b51b-42c3-851c-a497a71c46aa.shogun-image {
    
    
  }


.s-8cdb97ca-b51b-42c3-851c-a497a71c46aa .shogun-image-content {
  
    align-items: center;
  
}

.s-8cdb97ca-b51b-42c3-851c-a497a71c46aa.shg-align-container {
  text-align: center
}

.s-8cdb97ca-b51b-42c3-851c-a497a71c46aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8cdb97ca-b51b-42c3-851c-a497a71c46aa.shogun-image {
  box-sizing: border-box;
}


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





  img.s-8cdb97ca-b51b-42c3-851c-a497a71c46aa.shogun-image {
    
    
  }


.s-8cdb97ca-b51b-42c3-851c-a497a71c46aa .shogun-image-content {
  
    align-items: center;
  
}

.s-8cdb97ca-b51b-42c3-851c-a497a71c46aa.shg-align-container {
  text-align: center
}

.s-8cdb97ca-b51b-42c3-851c-a497a71c46aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8cdb97ca-b51b-42c3-851c-a497a71c46aa.shogun-image {
  box-sizing: border-box;
}


}
#s-25e8311f-77c6-4448-ae73-9f5e486a5238 {
  text-align: center;
}







  img.s-25e8311f-77c6-4448-ae73-9f5e486a5238.shogun-image {
    
    
  }


.s-25e8311f-77c6-4448-ae73-9f5e486a5238 .shogun-image-content {
  
    align-items: center;
  
}

.s-25e8311f-77c6-4448-ae73-9f5e486a5238.shg-align-container {
  text-align: center
}

.s-25e8311f-77c6-4448-ae73-9f5e486a5238.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25e8311f-77c6-4448-ae73-9f5e486a5238.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-25e8311f-77c6-4448-ae73-9f5e486a5238.shogun-image {
    
    
  }


.s-25e8311f-77c6-4448-ae73-9f5e486a5238 .shogun-image-content {
  
    align-items: center;
  
}

.s-25e8311f-77c6-4448-ae73-9f5e486a5238.shg-align-container {
  text-align: center
}

.s-25e8311f-77c6-4448-ae73-9f5e486a5238.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25e8311f-77c6-4448-ae73-9f5e486a5238.shogun-image {
  box-sizing: border-box;
}


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





  img.s-25e8311f-77c6-4448-ae73-9f5e486a5238.shogun-image {
    
    
  }


.s-25e8311f-77c6-4448-ae73-9f5e486a5238 .shogun-image-content {
  
    align-items: center;
  
}

.s-25e8311f-77c6-4448-ae73-9f5e486a5238.shg-align-container {
  text-align: center
}

.s-25e8311f-77c6-4448-ae73-9f5e486a5238.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25e8311f-77c6-4448-ae73-9f5e486a5238.shogun-image {
  box-sizing: border-box;
}


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





  img.s-25e8311f-77c6-4448-ae73-9f5e486a5238.shogun-image {
    
    
  }


.s-25e8311f-77c6-4448-ae73-9f5e486a5238 .shogun-image-content {
  
    align-items: center;
  
}

.s-25e8311f-77c6-4448-ae73-9f5e486a5238.shg-align-container {
  text-align: center
}

.s-25e8311f-77c6-4448-ae73-9f5e486a5238.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25e8311f-77c6-4448-ae73-9f5e486a5238.shogun-image {
  box-sizing: border-box;
}


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





  img.s-25e8311f-77c6-4448-ae73-9f5e486a5238.shogun-image {
    
    
  }


.s-25e8311f-77c6-4448-ae73-9f5e486a5238 .shogun-image-content {
  
    align-items: center;
  
}

.s-25e8311f-77c6-4448-ae73-9f5e486a5238.shg-align-container {
  text-align: center
}

.s-25e8311f-77c6-4448-ae73-9f5e486a5238.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25e8311f-77c6-4448-ae73-9f5e486a5238.shogun-image {
  box-sizing: border-box;
}


}
#s-eb7f4087-b5e0-492b-94ba-f4149ad76569 {
  text-align: center;
}







  img.s-eb7f4087-b5e0-492b-94ba-f4149ad76569.shogun-image {
    
    
  }


.s-eb7f4087-b5e0-492b-94ba-f4149ad76569 .shogun-image-content {
  
    align-items: center;
  
}

.s-eb7f4087-b5e0-492b-94ba-f4149ad76569.shg-align-container {
  text-align: center
}

.s-eb7f4087-b5e0-492b-94ba-f4149ad76569.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb7f4087-b5e0-492b-94ba-f4149ad76569.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-eb7f4087-b5e0-492b-94ba-f4149ad76569.shogun-image {
    
    
  }


.s-eb7f4087-b5e0-492b-94ba-f4149ad76569 .shogun-image-content {
  
    align-items: center;
  
}

.s-eb7f4087-b5e0-492b-94ba-f4149ad76569.shg-align-container {
  text-align: center
}

.s-eb7f4087-b5e0-492b-94ba-f4149ad76569.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb7f4087-b5e0-492b-94ba-f4149ad76569.shogun-image {
  box-sizing: border-box;
}


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





  img.s-eb7f4087-b5e0-492b-94ba-f4149ad76569.shogun-image {
    
    
  }


.s-eb7f4087-b5e0-492b-94ba-f4149ad76569 .shogun-image-content {
  
    align-items: center;
  
}

.s-eb7f4087-b5e0-492b-94ba-f4149ad76569.shg-align-container {
  text-align: center
}

.s-eb7f4087-b5e0-492b-94ba-f4149ad76569.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb7f4087-b5e0-492b-94ba-f4149ad76569.shogun-image {
  box-sizing: border-box;
}


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





  img.s-eb7f4087-b5e0-492b-94ba-f4149ad76569.shogun-image {
    
    
  }


.s-eb7f4087-b5e0-492b-94ba-f4149ad76569 .shogun-image-content {
  
    align-items: center;
  
}

.s-eb7f4087-b5e0-492b-94ba-f4149ad76569.shg-align-container {
  text-align: center
}

.s-eb7f4087-b5e0-492b-94ba-f4149ad76569.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb7f4087-b5e0-492b-94ba-f4149ad76569.shogun-image {
  box-sizing: border-box;
}


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





  img.s-eb7f4087-b5e0-492b-94ba-f4149ad76569.shogun-image {
    
    
  }


.s-eb7f4087-b5e0-492b-94ba-f4149ad76569 .shogun-image-content {
  
    align-items: center;
  
}

.s-eb7f4087-b5e0-492b-94ba-f4149ad76569.shg-align-container {
  text-align: center
}

.s-eb7f4087-b5e0-492b-94ba-f4149ad76569.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb7f4087-b5e0-492b-94ba-f4149ad76569.shogun-image {
  box-sizing: border-box;
}


}
#s-57b6bdc1-be71-465d-a8f1-9b15bdcbd4ea {
  text-align: center;
}







  img.s-57b6bdc1-be71-465d-a8f1-9b15bdcbd4ea.shogun-image {
    
    
  }


.s-57b6bdc1-be71-465d-a8f1-9b15bdcbd4ea .shogun-image-content {
  
    align-items: center;
  
}

.s-57b6bdc1-be71-465d-a8f1-9b15bdcbd4ea.shg-align-container {
  text-align: center
}

.s-57b6bdc1-be71-465d-a8f1-9b15bdcbd4ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57b6bdc1-be71-465d-a8f1-9b15bdcbd4ea.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-57b6bdc1-be71-465d-a8f1-9b15bdcbd4ea.shogun-image {
    
    
  }


.s-57b6bdc1-be71-465d-a8f1-9b15bdcbd4ea .shogun-image-content {
  
    align-items: center;
  
}

.s-57b6bdc1-be71-465d-a8f1-9b15bdcbd4ea.shg-align-container {
  text-align: center
}

.s-57b6bdc1-be71-465d-a8f1-9b15bdcbd4ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57b6bdc1-be71-465d-a8f1-9b15bdcbd4ea.shogun-image {
  box-sizing: border-box;
}


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





  img.s-57b6bdc1-be71-465d-a8f1-9b15bdcbd4ea.shogun-image {
    
    
  }


.s-57b6bdc1-be71-465d-a8f1-9b15bdcbd4ea .shogun-image-content {
  
    align-items: center;
  
}

.s-57b6bdc1-be71-465d-a8f1-9b15bdcbd4ea.shg-align-container {
  text-align: center
}

.s-57b6bdc1-be71-465d-a8f1-9b15bdcbd4ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57b6bdc1-be71-465d-a8f1-9b15bdcbd4ea.shogun-image {
  box-sizing: border-box;
}


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





  img.s-57b6bdc1-be71-465d-a8f1-9b15bdcbd4ea.shogun-image {
    
    
  }


.s-57b6bdc1-be71-465d-a8f1-9b15bdcbd4ea .shogun-image-content {
  
    align-items: center;
  
}

.s-57b6bdc1-be71-465d-a8f1-9b15bdcbd4ea.shg-align-container {
  text-align: center
}

.s-57b6bdc1-be71-465d-a8f1-9b15bdcbd4ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57b6bdc1-be71-465d-a8f1-9b15bdcbd4ea.shogun-image {
  box-sizing: border-box;
}


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





  img.s-57b6bdc1-be71-465d-a8f1-9b15bdcbd4ea.shogun-image {
    
    
  }


.s-57b6bdc1-be71-465d-a8f1-9b15bdcbd4ea .shogun-image-content {
  
    align-items: center;
  
}

.s-57b6bdc1-be71-465d-a8f1-9b15bdcbd4ea.shg-align-container {
  text-align: center
}

.s-57b6bdc1-be71-465d-a8f1-9b15bdcbd4ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57b6bdc1-be71-465d-a8f1-9b15bdcbd4ea.shogun-image {
  box-sizing: border-box;
}


}
#s-f0a225e7-a91e-4e85-824f-9e30cf4c441c {
  text-align: center;
}








.s-f0a225e7-a91e-4e85-824f-9e30cf4c441c .shogun-image-content {
  
    align-items: center;
  
}

.s-f0a225e7-a91e-4e85-824f-9e30cf4c441c.shg-align-container {
  text-align: center
}

.s-f0a225e7-a91e-4e85-824f-9e30cf4c441c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0a225e7-a91e-4e85-824f-9e30cf4c441c.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){






.s-f0a225e7-a91e-4e85-824f-9e30cf4c441c .shogun-image-content {
  
    align-items: center;
  
}

.s-f0a225e7-a91e-4e85-824f-9e30cf4c441c.shg-align-container {
  text-align: center
}

.s-f0a225e7-a91e-4e85-824f-9e30cf4c441c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0a225e7-a91e-4e85-824f-9e30cf4c441c.shogun-image {
  box-sizing: border-box;
}


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






.s-f0a225e7-a91e-4e85-824f-9e30cf4c441c .shogun-image-content {
  
    align-items: center;
  
}

.s-f0a225e7-a91e-4e85-824f-9e30cf4c441c.shg-align-container {
  text-align: center
}

.s-f0a225e7-a91e-4e85-824f-9e30cf4c441c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0a225e7-a91e-4e85-824f-9e30cf4c441c.shogun-image {
  box-sizing: border-box;
}


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






.s-f0a225e7-a91e-4e85-824f-9e30cf4c441c .shogun-image-content {
  
    align-items: center;
  
}

.s-f0a225e7-a91e-4e85-824f-9e30cf4c441c.shg-align-container {
  text-align: center
}

.s-f0a225e7-a91e-4e85-824f-9e30cf4c441c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0a225e7-a91e-4e85-824f-9e30cf4c441c.shogun-image {
  box-sizing: border-box;
}


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






.s-f0a225e7-a91e-4e85-824f-9e30cf4c441c .shogun-image-content {
  
    align-items: center;
  
}

.s-f0a225e7-a91e-4e85-824f-9e30cf4c441c.shg-align-container {
  text-align: center
}

.s-f0a225e7-a91e-4e85-824f-9e30cf4c441c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0a225e7-a91e-4e85-824f-9e30cf4c441c.shogun-image {
  box-sizing: border-box;
}


}
#s-f51f27bb-1ba0-4c71-9a1d-46655c584b12 {
  text-align: center;
}








.s-f51f27bb-1ba0-4c71-9a1d-46655c584b12 .shogun-image-content {
  
    align-items: center;
  
}

.s-f51f27bb-1ba0-4c71-9a1d-46655c584b12.shg-align-container {
  text-align: center
}

.s-f51f27bb-1ba0-4c71-9a1d-46655c584b12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f51f27bb-1ba0-4c71-9a1d-46655c584b12.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){






.s-f51f27bb-1ba0-4c71-9a1d-46655c584b12 .shogun-image-content {
  
    align-items: center;
  
}

.s-f51f27bb-1ba0-4c71-9a1d-46655c584b12.shg-align-container {
  text-align: center
}

.s-f51f27bb-1ba0-4c71-9a1d-46655c584b12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f51f27bb-1ba0-4c71-9a1d-46655c584b12.shogun-image {
  box-sizing: border-box;
}


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






.s-f51f27bb-1ba0-4c71-9a1d-46655c584b12 .shogun-image-content {
  
    align-items: center;
  
}

.s-f51f27bb-1ba0-4c71-9a1d-46655c584b12.shg-align-container {
  text-align: center
}

.s-f51f27bb-1ba0-4c71-9a1d-46655c584b12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f51f27bb-1ba0-4c71-9a1d-46655c584b12.shogun-image {
  box-sizing: border-box;
}


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






.s-f51f27bb-1ba0-4c71-9a1d-46655c584b12 .shogun-image-content {
  
    align-items: center;
  
}

.s-f51f27bb-1ba0-4c71-9a1d-46655c584b12.shg-align-container {
  text-align: center
}

.s-f51f27bb-1ba0-4c71-9a1d-46655c584b12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f51f27bb-1ba0-4c71-9a1d-46655c584b12.shogun-image {
  box-sizing: border-box;
}


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






.s-f51f27bb-1ba0-4c71-9a1d-46655c584b12 .shogun-image-content {
  
    align-items: center;
  
}

.s-f51f27bb-1ba0-4c71-9a1d-46655c584b12.shg-align-container {
  text-align: center
}

.s-f51f27bb-1ba0-4c71-9a1d-46655c584b12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f51f27bb-1ba0-4c71-9a1d-46655c584b12.shogun-image {
  box-sizing: border-box;
}


}
#s-5a36389b-a5fd-49a8-adee-d3b53f8dadbd {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 100px;
max-width: 800px;
}
@media (min-width: 1200px){#s-5a36389b-a5fd-49a8-adee-d3b53f8dadbd {
  display: none;
}
#s-5a36389b-a5fd-49a8-adee-d3b53f8dadbd, #wrap-s-5a36389b-a5fd-49a8-adee-d3b53f8dadbd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5a36389b-a5fd-49a8-adee-d3b53f8dadbd {
  display: none;
}
#s-5a36389b-a5fd-49a8-adee-d3b53f8dadbd, #wrap-s-5a36389b-a5fd-49a8-adee-d3b53f8dadbd { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5a36389b-a5fd-49a8-adee-d3b53f8dadbd {
  
}
}@media (max-width: 767px){#s-5a36389b-a5fd-49a8-adee-d3b53f8dadbd {
  display: none;
}
#s-5a36389b-a5fd-49a8-adee-d3b53f8dadbd, #wrap-s-5a36389b-a5fd-49a8-adee-d3b53f8dadbd { display:none !important; }}
#s-5a36389b-a5fd-49a8-adee-d3b53f8dadbd .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-5a36389b-a5fd-49a8-adee-d3b53f8dadbd .shg-sld-nav-button.shg-sld-left,
#s-5a36389b-a5fd-49a8-adee-d3b53f8dadbd .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-983a2b2a-5368-4ee3-b5fb-4a2cb1e71f69 {
  text-align: center;
}







  img.s-983a2b2a-5368-4ee3-b5fb-4a2cb1e71f69.shogun-image {
    
    
  }


.s-983a2b2a-5368-4ee3-b5fb-4a2cb1e71f69 .shogun-image-content {
  
    align-items: center;
  
}

.s-983a2b2a-5368-4ee3-b5fb-4a2cb1e71f69.shg-align-container {
  text-align: center
}

.s-983a2b2a-5368-4ee3-b5fb-4a2cb1e71f69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-983a2b2a-5368-4ee3-b5fb-4a2cb1e71f69.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-983a2b2a-5368-4ee3-b5fb-4a2cb1e71f69.shogun-image {
    
    
  }


.s-983a2b2a-5368-4ee3-b5fb-4a2cb1e71f69 .shogun-image-content {
  
    align-items: center;
  
}

.s-983a2b2a-5368-4ee3-b5fb-4a2cb1e71f69.shg-align-container {
  text-align: center
}

.s-983a2b2a-5368-4ee3-b5fb-4a2cb1e71f69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-983a2b2a-5368-4ee3-b5fb-4a2cb1e71f69.shogun-image {
  box-sizing: border-box;
}


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





  img.s-983a2b2a-5368-4ee3-b5fb-4a2cb1e71f69.shogun-image {
    
    
  }


.s-983a2b2a-5368-4ee3-b5fb-4a2cb1e71f69 .shogun-image-content {
  
    align-items: center;
  
}

.s-983a2b2a-5368-4ee3-b5fb-4a2cb1e71f69.shg-align-container {
  text-align: center
}

.s-983a2b2a-5368-4ee3-b5fb-4a2cb1e71f69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-983a2b2a-5368-4ee3-b5fb-4a2cb1e71f69.shogun-image {
  box-sizing: border-box;
}


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





  img.s-983a2b2a-5368-4ee3-b5fb-4a2cb1e71f69.shogun-image {
    
    
  }


.s-983a2b2a-5368-4ee3-b5fb-4a2cb1e71f69 .shogun-image-content {
  
    align-items: center;
  
}

.s-983a2b2a-5368-4ee3-b5fb-4a2cb1e71f69.shg-align-container {
  text-align: center
}

.s-983a2b2a-5368-4ee3-b5fb-4a2cb1e71f69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-983a2b2a-5368-4ee3-b5fb-4a2cb1e71f69.shogun-image {
  box-sizing: border-box;
}


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





  img.s-983a2b2a-5368-4ee3-b5fb-4a2cb1e71f69.shogun-image {
    
    
  }


.s-983a2b2a-5368-4ee3-b5fb-4a2cb1e71f69 .shogun-image-content {
  
    align-items: center;
  
}

.s-983a2b2a-5368-4ee3-b5fb-4a2cb1e71f69.shg-align-container {
  text-align: center
}

.s-983a2b2a-5368-4ee3-b5fb-4a2cb1e71f69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-983a2b2a-5368-4ee3-b5fb-4a2cb1e71f69.shogun-image {
  box-sizing: border-box;
}


}
#s-05a85e5f-9a44-484d-84d0-cc8e88ee5496 {
  text-align: center;
}







  img.s-05a85e5f-9a44-484d-84d0-cc8e88ee5496.shogun-image {
    
    
  }


.s-05a85e5f-9a44-484d-84d0-cc8e88ee5496 .shogun-image-content {
  
    align-items: center;
  
}

.s-05a85e5f-9a44-484d-84d0-cc8e88ee5496.shg-align-container {
  text-align: center
}

.s-05a85e5f-9a44-484d-84d0-cc8e88ee5496.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05a85e5f-9a44-484d-84d0-cc8e88ee5496.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-05a85e5f-9a44-484d-84d0-cc8e88ee5496.shogun-image {
    
    
  }


.s-05a85e5f-9a44-484d-84d0-cc8e88ee5496 .shogun-image-content {
  
    align-items: center;
  
}

.s-05a85e5f-9a44-484d-84d0-cc8e88ee5496.shg-align-container {
  text-align: center
}

.s-05a85e5f-9a44-484d-84d0-cc8e88ee5496.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05a85e5f-9a44-484d-84d0-cc8e88ee5496.shogun-image {
  box-sizing: border-box;
}


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





  img.s-05a85e5f-9a44-484d-84d0-cc8e88ee5496.shogun-image {
    
    
  }


.s-05a85e5f-9a44-484d-84d0-cc8e88ee5496 .shogun-image-content {
  
    align-items: center;
  
}

.s-05a85e5f-9a44-484d-84d0-cc8e88ee5496.shg-align-container {
  text-align: center
}

.s-05a85e5f-9a44-484d-84d0-cc8e88ee5496.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05a85e5f-9a44-484d-84d0-cc8e88ee5496.shogun-image {
  box-sizing: border-box;
}


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





  img.s-05a85e5f-9a44-484d-84d0-cc8e88ee5496.shogun-image {
    
    
  }


.s-05a85e5f-9a44-484d-84d0-cc8e88ee5496 .shogun-image-content {
  
    align-items: center;
  
}

.s-05a85e5f-9a44-484d-84d0-cc8e88ee5496.shg-align-container {
  text-align: center
}

.s-05a85e5f-9a44-484d-84d0-cc8e88ee5496.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05a85e5f-9a44-484d-84d0-cc8e88ee5496.shogun-image {
  box-sizing: border-box;
}


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





  img.s-05a85e5f-9a44-484d-84d0-cc8e88ee5496.shogun-image {
    
    
  }


.s-05a85e5f-9a44-484d-84d0-cc8e88ee5496 .shogun-image-content {
  
    align-items: center;
  
}

.s-05a85e5f-9a44-484d-84d0-cc8e88ee5496.shg-align-container {
  text-align: center
}

.s-05a85e5f-9a44-484d-84d0-cc8e88ee5496.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05a85e5f-9a44-484d-84d0-cc8e88ee5496.shogun-image {
  box-sizing: border-box;
}


}
#s-c8b56be8-a63c-4dde-9742-82f6895fad0a {
  text-align: center;
}







  img.s-c8b56be8-a63c-4dde-9742-82f6895fad0a.shogun-image {
    
    
  }


.s-c8b56be8-a63c-4dde-9742-82f6895fad0a .shogun-image-content {
  
    align-items: center;
  
}

.s-c8b56be8-a63c-4dde-9742-82f6895fad0a.shg-align-container {
  text-align: center
}

.s-c8b56be8-a63c-4dde-9742-82f6895fad0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8b56be8-a63c-4dde-9742-82f6895fad0a.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-c8b56be8-a63c-4dde-9742-82f6895fad0a.shogun-image {
    
    
  }


.s-c8b56be8-a63c-4dde-9742-82f6895fad0a .shogun-image-content {
  
    align-items: center;
  
}

.s-c8b56be8-a63c-4dde-9742-82f6895fad0a.shg-align-container {
  text-align: center
}

.s-c8b56be8-a63c-4dde-9742-82f6895fad0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8b56be8-a63c-4dde-9742-82f6895fad0a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c8b56be8-a63c-4dde-9742-82f6895fad0a.shogun-image {
    
    
  }


.s-c8b56be8-a63c-4dde-9742-82f6895fad0a .shogun-image-content {
  
    align-items: center;
  
}

.s-c8b56be8-a63c-4dde-9742-82f6895fad0a.shg-align-container {
  text-align: center
}

.s-c8b56be8-a63c-4dde-9742-82f6895fad0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8b56be8-a63c-4dde-9742-82f6895fad0a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c8b56be8-a63c-4dde-9742-82f6895fad0a.shogun-image {
    
    
  }


.s-c8b56be8-a63c-4dde-9742-82f6895fad0a .shogun-image-content {
  
    align-items: center;
  
}

.s-c8b56be8-a63c-4dde-9742-82f6895fad0a.shg-align-container {
  text-align: center
}

.s-c8b56be8-a63c-4dde-9742-82f6895fad0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8b56be8-a63c-4dde-9742-82f6895fad0a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c8b56be8-a63c-4dde-9742-82f6895fad0a.shogun-image {
    
    
  }


.s-c8b56be8-a63c-4dde-9742-82f6895fad0a .shogun-image-content {
  
    align-items: center;
  
}

.s-c8b56be8-a63c-4dde-9742-82f6895fad0a.shg-align-container {
  text-align: center
}

.s-c8b56be8-a63c-4dde-9742-82f6895fad0a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8b56be8-a63c-4dde-9742-82f6895fad0a.shogun-image {
  box-sizing: border-box;
}


}
#s-89837c2c-a4e7-47bb-aa19-026a4214e559 {
  text-align: center;
}







  img.s-89837c2c-a4e7-47bb-aa19-026a4214e559.shogun-image {
    
    
  }


.s-89837c2c-a4e7-47bb-aa19-026a4214e559 .shogun-image-content {
  
    align-items: center;
  
}

.s-89837c2c-a4e7-47bb-aa19-026a4214e559.shg-align-container {
  text-align: center
}

.s-89837c2c-a4e7-47bb-aa19-026a4214e559.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89837c2c-a4e7-47bb-aa19-026a4214e559.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-89837c2c-a4e7-47bb-aa19-026a4214e559.shogun-image {
    
    
  }


.s-89837c2c-a4e7-47bb-aa19-026a4214e559 .shogun-image-content {
  
    align-items: center;
  
}

.s-89837c2c-a4e7-47bb-aa19-026a4214e559.shg-align-container {
  text-align: center
}

.s-89837c2c-a4e7-47bb-aa19-026a4214e559.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89837c2c-a4e7-47bb-aa19-026a4214e559.shogun-image {
  box-sizing: border-box;
}


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





  img.s-89837c2c-a4e7-47bb-aa19-026a4214e559.shogun-image {
    
    
  }


.s-89837c2c-a4e7-47bb-aa19-026a4214e559 .shogun-image-content {
  
    align-items: center;
  
}

.s-89837c2c-a4e7-47bb-aa19-026a4214e559.shg-align-container {
  text-align: center
}

.s-89837c2c-a4e7-47bb-aa19-026a4214e559.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89837c2c-a4e7-47bb-aa19-026a4214e559.shogun-image {
  box-sizing: border-box;
}


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





  img.s-89837c2c-a4e7-47bb-aa19-026a4214e559.shogun-image {
    
    
  }


.s-89837c2c-a4e7-47bb-aa19-026a4214e559 .shogun-image-content {
  
    align-items: center;
  
}

.s-89837c2c-a4e7-47bb-aa19-026a4214e559.shg-align-container {
  text-align: center
}

.s-89837c2c-a4e7-47bb-aa19-026a4214e559.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89837c2c-a4e7-47bb-aa19-026a4214e559.shogun-image {
  box-sizing: border-box;
}


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





  img.s-89837c2c-a4e7-47bb-aa19-026a4214e559.shogun-image {
    
    
  }


.s-89837c2c-a4e7-47bb-aa19-026a4214e559 .shogun-image-content {
  
    align-items: center;
  
}

.s-89837c2c-a4e7-47bb-aa19-026a4214e559.shg-align-container {
  text-align: center
}

.s-89837c2c-a4e7-47bb-aa19-026a4214e559.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89837c2c-a4e7-47bb-aa19-026a4214e559.shogun-image {
  box-sizing: border-box;
}


}
#s-897506d1-430b-4e93-99cc-df5e2ecbd45e {
  text-align: center;
}







  img.s-897506d1-430b-4e93-99cc-df5e2ecbd45e.shogun-image {
    
    
  }


.s-897506d1-430b-4e93-99cc-df5e2ecbd45e .shogun-image-content {
  
    align-items: center;
  
}

.s-897506d1-430b-4e93-99cc-df5e2ecbd45e.shg-align-container {
  text-align: center
}

.s-897506d1-430b-4e93-99cc-df5e2ecbd45e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-897506d1-430b-4e93-99cc-df5e2ecbd45e.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-897506d1-430b-4e93-99cc-df5e2ecbd45e.shogun-image {
    
    
  }


.s-897506d1-430b-4e93-99cc-df5e2ecbd45e .shogun-image-content {
  
    align-items: center;
  
}

.s-897506d1-430b-4e93-99cc-df5e2ecbd45e.shg-align-container {
  text-align: center
}

.s-897506d1-430b-4e93-99cc-df5e2ecbd45e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-897506d1-430b-4e93-99cc-df5e2ecbd45e.shogun-image {
  box-sizing: border-box;
}


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





  img.s-897506d1-430b-4e93-99cc-df5e2ecbd45e.shogun-image {
    
    
  }


.s-897506d1-430b-4e93-99cc-df5e2ecbd45e .shogun-image-content {
  
    align-items: center;
  
}

.s-897506d1-430b-4e93-99cc-df5e2ecbd45e.shg-align-container {
  text-align: center
}

.s-897506d1-430b-4e93-99cc-df5e2ecbd45e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-897506d1-430b-4e93-99cc-df5e2ecbd45e.shogun-image {
  box-sizing: border-box;
}


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





  img.s-897506d1-430b-4e93-99cc-df5e2ecbd45e.shogun-image {
    
    
  }


.s-897506d1-430b-4e93-99cc-df5e2ecbd45e .shogun-image-content {
  
    align-items: center;
  
}

.s-897506d1-430b-4e93-99cc-df5e2ecbd45e.shg-align-container {
  text-align: center
}

.s-897506d1-430b-4e93-99cc-df5e2ecbd45e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-897506d1-430b-4e93-99cc-df5e2ecbd45e.shogun-image {
  box-sizing: border-box;
}


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





  img.s-897506d1-430b-4e93-99cc-df5e2ecbd45e.shogun-image {
    
    
  }


.s-897506d1-430b-4e93-99cc-df5e2ecbd45e .shogun-image-content {
  
    align-items: center;
  
}

.s-897506d1-430b-4e93-99cc-df5e2ecbd45e.shg-align-container {
  text-align: center
}

.s-897506d1-430b-4e93-99cc-df5e2ecbd45e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-897506d1-430b-4e93-99cc-df5e2ecbd45e.shogun-image {
  box-sizing: border-box;
}


}
#s-3eeeb6a8-41b3-4ef9-8ba6-6be141d3bc02 {
  text-align: center;
}








.s-3eeeb6a8-41b3-4ef9-8ba6-6be141d3bc02 .shogun-image-content {
  
    align-items: center;
  
}

.s-3eeeb6a8-41b3-4ef9-8ba6-6be141d3bc02.shg-align-container {
  text-align: center
}

.s-3eeeb6a8-41b3-4ef9-8ba6-6be141d3bc02.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3eeeb6a8-41b3-4ef9-8ba6-6be141d3bc02.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){






.s-3eeeb6a8-41b3-4ef9-8ba6-6be141d3bc02 .shogun-image-content {
  
    align-items: center;
  
}

.s-3eeeb6a8-41b3-4ef9-8ba6-6be141d3bc02.shg-align-container {
  text-align: center
}

.s-3eeeb6a8-41b3-4ef9-8ba6-6be141d3bc02.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3eeeb6a8-41b3-4ef9-8ba6-6be141d3bc02.shogun-image {
  box-sizing: border-box;
}


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






.s-3eeeb6a8-41b3-4ef9-8ba6-6be141d3bc02 .shogun-image-content {
  
    align-items: center;
  
}

.s-3eeeb6a8-41b3-4ef9-8ba6-6be141d3bc02.shg-align-container {
  text-align: center
}

.s-3eeeb6a8-41b3-4ef9-8ba6-6be141d3bc02.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3eeeb6a8-41b3-4ef9-8ba6-6be141d3bc02.shogun-image {
  box-sizing: border-box;
}


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






.s-3eeeb6a8-41b3-4ef9-8ba6-6be141d3bc02 .shogun-image-content {
  
    align-items: center;
  
}

.s-3eeeb6a8-41b3-4ef9-8ba6-6be141d3bc02.shg-align-container {
  text-align: center
}

.s-3eeeb6a8-41b3-4ef9-8ba6-6be141d3bc02.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3eeeb6a8-41b3-4ef9-8ba6-6be141d3bc02.shogun-image {
  box-sizing: border-box;
}


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






.s-3eeeb6a8-41b3-4ef9-8ba6-6be141d3bc02 .shogun-image-content {
  
    align-items: center;
  
}

.s-3eeeb6a8-41b3-4ef9-8ba6-6be141d3bc02.shg-align-container {
  text-align: center
}

.s-3eeeb6a8-41b3-4ef9-8ba6-6be141d3bc02.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3eeeb6a8-41b3-4ef9-8ba6-6be141d3bc02.shogun-image {
  box-sizing: border-box;
}


}
#s-30cc5409-9b6b-4dcb-b015-82b5402dadff {
  text-align: center;
}








.s-30cc5409-9b6b-4dcb-b015-82b5402dadff .shogun-image-content {
  
    align-items: center;
  
}

.s-30cc5409-9b6b-4dcb-b015-82b5402dadff.shg-align-container {
  text-align: center
}

.s-30cc5409-9b6b-4dcb-b015-82b5402dadff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30cc5409-9b6b-4dcb-b015-82b5402dadff.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){






.s-30cc5409-9b6b-4dcb-b015-82b5402dadff .shogun-image-content {
  
    align-items: center;
  
}

.s-30cc5409-9b6b-4dcb-b015-82b5402dadff.shg-align-container {
  text-align: center
}

.s-30cc5409-9b6b-4dcb-b015-82b5402dadff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30cc5409-9b6b-4dcb-b015-82b5402dadff.shogun-image {
  box-sizing: border-box;
}


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






.s-30cc5409-9b6b-4dcb-b015-82b5402dadff .shogun-image-content {
  
    align-items: center;
  
}

.s-30cc5409-9b6b-4dcb-b015-82b5402dadff.shg-align-container {
  text-align: center
}

.s-30cc5409-9b6b-4dcb-b015-82b5402dadff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30cc5409-9b6b-4dcb-b015-82b5402dadff.shogun-image {
  box-sizing: border-box;
}


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






.s-30cc5409-9b6b-4dcb-b015-82b5402dadff .shogun-image-content {
  
    align-items: center;
  
}

.s-30cc5409-9b6b-4dcb-b015-82b5402dadff.shg-align-container {
  text-align: center
}

.s-30cc5409-9b6b-4dcb-b015-82b5402dadff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30cc5409-9b6b-4dcb-b015-82b5402dadff.shogun-image {
  box-sizing: border-box;
}


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






.s-30cc5409-9b6b-4dcb-b015-82b5402dadff .shogun-image-content {
  
    align-items: center;
  
}

.s-30cc5409-9b6b-4dcb-b015-82b5402dadff.shg-align-container {
  text-align: center
}

.s-30cc5409-9b6b-4dcb-b015-82b5402dadff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30cc5409-9b6b-4dcb-b015-82b5402dadff.shogun-image {
  box-sizing: border-box;
}


}
#s-0372f013-6ae0-4a61-a778-ba4259ed4e56 {
  min-height: 50px;
}
@media (max-width: 767px){#s-0372f013-6ae0-4a61-a778-ba4259ed4e56 {
  display: none;
}
#s-0372f013-6ae0-4a61-a778-ba4259ed4e56, #wrap-s-0372f013-6ae0-4a61-a778-ba4259ed4e56 { display:none !important; }}







#s-0372f013-6ae0-4a61-a778-ba4259ed4e56 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0372f013-6ae0-4a61-a778-ba4259ed4e56.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-82b284fe-610b-44a8-8714-242e5155dde8 {
  margin-left: -20%;
margin-right: -20%;
}
@media (min-width: 768px) and (max-width: 991px){#s-82b284fe-610b-44a8-8714-242e5155dde8 {
  display: none;
}
#s-82b284fe-610b-44a8-8714-242e5155dde8, #wrap-s-82b284fe-610b-44a8-8714-242e5155dde8 { display:none !important; }}@media (max-width: 767px){#s-82b284fe-610b-44a8-8714-242e5155dde8 {
  display: none;
}
#s-82b284fe-610b-44a8-8714-242e5155dde8, #wrap-s-82b284fe-610b-44a8-8714-242e5155dde8 { display:none !important; }}
@media (min-width: 0px) {
[id="s-82b284fe-610b-44a8-8714-242e5155dde8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 12.0px);
}

}

@media (min-width: 768px) {
[id="s-82b284fe-610b-44a8-8714-242e5155dde8"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 19.2px);
}

}

@media (min-width: 992px) {
[id="s-82b284fe-610b-44a8-8714-242e5155dde8"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 19.2px);
}

}

@media (min-width: 1200px) {
[id="s-82b284fe-610b-44a8-8714-242e5155dde8"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 19.2px);
}

}

#s-dafd8b7c-8f62-4433-90a9-367540fd1419 {
  min-height: 400px;
max-width: 3456px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-dafd8b7c-8f62-4433-90a9-367540fd1419 img.shogun-image,
  #s-dafd8b7c-8f62-4433-90a9-367540fd1419 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dafd8b7c-8f62-4433-90a9-367540fd1419 {
    width: 100%;
    height: auto;
  }



  img.s-dafd8b7c-8f62-4433-90a9-367540fd1419.shogun-image {
    
    
  }


.s-dafd8b7c-8f62-4433-90a9-367540fd1419 .shogun-image-content {
  
    align-items: center;
  
}

.s-dafd8b7c-8f62-4433-90a9-367540fd1419.shg-align-container {
  text-align: center
}

.s-dafd8b7c-8f62-4433-90a9-367540fd1419.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dafd8b7c-8f62-4433-90a9-367540fd1419.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-dafd8b7c-8f62-4433-90a9-367540fd1419 img.shogun-image,
  #s-dafd8b7c-8f62-4433-90a9-367540fd1419 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dafd8b7c-8f62-4433-90a9-367540fd1419 {
    width: 100%;
    height: auto;
  }



  img.s-dafd8b7c-8f62-4433-90a9-367540fd1419.shogun-image {
    
    
  }


.s-dafd8b7c-8f62-4433-90a9-367540fd1419 .shogun-image-content {
  
    align-items: center;
  
}

.s-dafd8b7c-8f62-4433-90a9-367540fd1419.shg-align-container {
  text-align: center
}

.s-dafd8b7c-8f62-4433-90a9-367540fd1419.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dafd8b7c-8f62-4433-90a9-367540fd1419.shogun-image {
  box-sizing: border-box;
}


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



  #s-dafd8b7c-8f62-4433-90a9-367540fd1419 img.shogun-image,
  #s-dafd8b7c-8f62-4433-90a9-367540fd1419 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dafd8b7c-8f62-4433-90a9-367540fd1419 {
    width: 100%;
    height: auto;
  }



  img.s-dafd8b7c-8f62-4433-90a9-367540fd1419.shogun-image {
    
    
  }


.s-dafd8b7c-8f62-4433-90a9-367540fd1419 .shogun-image-content {
  
    align-items: center;
  
}

.s-dafd8b7c-8f62-4433-90a9-367540fd1419.shg-align-container {
  text-align: center
}

.s-dafd8b7c-8f62-4433-90a9-367540fd1419.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dafd8b7c-8f62-4433-90a9-367540fd1419.shogun-image {
  box-sizing: border-box;
}


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



  #s-dafd8b7c-8f62-4433-90a9-367540fd1419 img.shogun-image,
  #s-dafd8b7c-8f62-4433-90a9-367540fd1419 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dafd8b7c-8f62-4433-90a9-367540fd1419 {
    width: 100%;
    height: auto;
  }



  img.s-dafd8b7c-8f62-4433-90a9-367540fd1419.shogun-image {
    
    
  }


.s-dafd8b7c-8f62-4433-90a9-367540fd1419 .shogun-image-content {
  
    align-items: center;
  
}

.s-dafd8b7c-8f62-4433-90a9-367540fd1419.shg-align-container {
  text-align: center
}

.s-dafd8b7c-8f62-4433-90a9-367540fd1419.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dafd8b7c-8f62-4433-90a9-367540fd1419.shogun-image {
  box-sizing: border-box;
}


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



  #s-dafd8b7c-8f62-4433-90a9-367540fd1419 img.shogun-image,
  #s-dafd8b7c-8f62-4433-90a9-367540fd1419 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dafd8b7c-8f62-4433-90a9-367540fd1419 {
    width: 100%;
    height: auto;
  }



  img.s-dafd8b7c-8f62-4433-90a9-367540fd1419.shogun-image {
    
    
  }


.s-dafd8b7c-8f62-4433-90a9-367540fd1419 .shogun-image-content {
  
    align-items: center;
  
}

.s-dafd8b7c-8f62-4433-90a9-367540fd1419.shg-align-container {
  text-align: center
}

.s-dafd8b7c-8f62-4433-90a9-367540fd1419.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dafd8b7c-8f62-4433-90a9-367540fd1419.shogun-image {
  box-sizing: border-box;
}


}
#s-c2178a25-0429-40a8-86db-e30613603b76 {
  min-height: 400px;
max-width: 2002px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-c2178a25-0429-40a8-86db-e30613603b76 img.shogun-image,
  #s-c2178a25-0429-40a8-86db-e30613603b76 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c2178a25-0429-40a8-86db-e30613603b76 {
    width: 100%;
    height: auto;
  }



  img.s-c2178a25-0429-40a8-86db-e30613603b76.shogun-image {
    
    
  }


.s-c2178a25-0429-40a8-86db-e30613603b76 .shogun-image-content {
  
    align-items: center;
  
}

.s-c2178a25-0429-40a8-86db-e30613603b76.shg-align-container {
  text-align: center
}

.s-c2178a25-0429-40a8-86db-e30613603b76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2178a25-0429-40a8-86db-e30613603b76.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-c2178a25-0429-40a8-86db-e30613603b76 img.shogun-image,
  #s-c2178a25-0429-40a8-86db-e30613603b76 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c2178a25-0429-40a8-86db-e30613603b76 {
    width: 100%;
    height: auto;
  }



  img.s-c2178a25-0429-40a8-86db-e30613603b76.shogun-image {
    
    
  }


.s-c2178a25-0429-40a8-86db-e30613603b76 .shogun-image-content {
  
    align-items: center;
  
}

.s-c2178a25-0429-40a8-86db-e30613603b76.shg-align-container {
  text-align: center
}

.s-c2178a25-0429-40a8-86db-e30613603b76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2178a25-0429-40a8-86db-e30613603b76.shogun-image {
  box-sizing: border-box;
}


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



  #s-c2178a25-0429-40a8-86db-e30613603b76 img.shogun-image,
  #s-c2178a25-0429-40a8-86db-e30613603b76 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c2178a25-0429-40a8-86db-e30613603b76 {
    width: 100%;
    height: auto;
  }



  img.s-c2178a25-0429-40a8-86db-e30613603b76.shogun-image {
    
    
  }


.s-c2178a25-0429-40a8-86db-e30613603b76 .shogun-image-content {
  
    align-items: center;
  
}

.s-c2178a25-0429-40a8-86db-e30613603b76.shg-align-container {
  text-align: center
}

.s-c2178a25-0429-40a8-86db-e30613603b76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2178a25-0429-40a8-86db-e30613603b76.shogun-image {
  box-sizing: border-box;
}


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



  #s-c2178a25-0429-40a8-86db-e30613603b76 img.shogun-image,
  #s-c2178a25-0429-40a8-86db-e30613603b76 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c2178a25-0429-40a8-86db-e30613603b76 {
    width: 100%;
    height: auto;
  }



  img.s-c2178a25-0429-40a8-86db-e30613603b76.shogun-image {
    
    
  }


.s-c2178a25-0429-40a8-86db-e30613603b76 .shogun-image-content {
  
    align-items: center;
  
}

.s-c2178a25-0429-40a8-86db-e30613603b76.shg-align-container {
  text-align: center
}

.s-c2178a25-0429-40a8-86db-e30613603b76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2178a25-0429-40a8-86db-e30613603b76.shogun-image {
  box-sizing: border-box;
}


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



  #s-c2178a25-0429-40a8-86db-e30613603b76 img.shogun-image,
  #s-c2178a25-0429-40a8-86db-e30613603b76 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c2178a25-0429-40a8-86db-e30613603b76 {
    width: 100%;
    height: auto;
  }



  img.s-c2178a25-0429-40a8-86db-e30613603b76.shogun-image {
    
    
  }


.s-c2178a25-0429-40a8-86db-e30613603b76 .shogun-image-content {
  
    align-items: center;
  
}

.s-c2178a25-0429-40a8-86db-e30613603b76.shg-align-container {
  text-align: center
}

.s-c2178a25-0429-40a8-86db-e30613603b76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2178a25-0429-40a8-86db-e30613603b76.shogun-image {
  box-sizing: border-box;
}


}
#s-98dcb148-d6c2-4a89-a3fa-e94566d8a555 {
  min-height: 400px;
max-width: 3456px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-98dcb148-d6c2-4a89-a3fa-e94566d8a555 img.shogun-image,
  #s-98dcb148-d6c2-4a89-a3fa-e94566d8a555 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-98dcb148-d6c2-4a89-a3fa-e94566d8a555 {
    width: 100%;
    height: auto;
  }



  img.s-98dcb148-d6c2-4a89-a3fa-e94566d8a555.shogun-image {
    
    
  }


.s-98dcb148-d6c2-4a89-a3fa-e94566d8a555 .shogun-image-content {
  
    align-items: center;
  
}

.s-98dcb148-d6c2-4a89-a3fa-e94566d8a555.shg-align-container {
  text-align: center
}

.s-98dcb148-d6c2-4a89-a3fa-e94566d8a555.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98dcb148-d6c2-4a89-a3fa-e94566d8a555.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-98dcb148-d6c2-4a89-a3fa-e94566d8a555 img.shogun-image,
  #s-98dcb148-d6c2-4a89-a3fa-e94566d8a555 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-98dcb148-d6c2-4a89-a3fa-e94566d8a555 {
    width: 100%;
    height: auto;
  }



  img.s-98dcb148-d6c2-4a89-a3fa-e94566d8a555.shogun-image {
    
    
  }


.s-98dcb148-d6c2-4a89-a3fa-e94566d8a555 .shogun-image-content {
  
    align-items: center;
  
}

.s-98dcb148-d6c2-4a89-a3fa-e94566d8a555.shg-align-container {
  text-align: center
}

.s-98dcb148-d6c2-4a89-a3fa-e94566d8a555.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98dcb148-d6c2-4a89-a3fa-e94566d8a555.shogun-image {
  box-sizing: border-box;
}


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



  #s-98dcb148-d6c2-4a89-a3fa-e94566d8a555 img.shogun-image,
  #s-98dcb148-d6c2-4a89-a3fa-e94566d8a555 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-98dcb148-d6c2-4a89-a3fa-e94566d8a555 {
    width: 100%;
    height: auto;
  }



  img.s-98dcb148-d6c2-4a89-a3fa-e94566d8a555.shogun-image {
    
    
  }


.s-98dcb148-d6c2-4a89-a3fa-e94566d8a555 .shogun-image-content {
  
    align-items: center;
  
}

.s-98dcb148-d6c2-4a89-a3fa-e94566d8a555.shg-align-container {
  text-align: center
}

.s-98dcb148-d6c2-4a89-a3fa-e94566d8a555.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98dcb148-d6c2-4a89-a3fa-e94566d8a555.shogun-image {
  box-sizing: border-box;
}


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



  #s-98dcb148-d6c2-4a89-a3fa-e94566d8a555 img.shogun-image,
  #s-98dcb148-d6c2-4a89-a3fa-e94566d8a555 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-98dcb148-d6c2-4a89-a3fa-e94566d8a555 {
    width: 100%;
    height: auto;
  }



  img.s-98dcb148-d6c2-4a89-a3fa-e94566d8a555.shogun-image {
    
    
  }


.s-98dcb148-d6c2-4a89-a3fa-e94566d8a555 .shogun-image-content {
  
    align-items: center;
  
}

.s-98dcb148-d6c2-4a89-a3fa-e94566d8a555.shg-align-container {
  text-align: center
}

.s-98dcb148-d6c2-4a89-a3fa-e94566d8a555.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98dcb148-d6c2-4a89-a3fa-e94566d8a555.shogun-image {
  box-sizing: border-box;
}


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



  #s-98dcb148-d6c2-4a89-a3fa-e94566d8a555 img.shogun-image,
  #s-98dcb148-d6c2-4a89-a3fa-e94566d8a555 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-98dcb148-d6c2-4a89-a3fa-e94566d8a555 {
    width: 100%;
    height: auto;
  }



  img.s-98dcb148-d6c2-4a89-a3fa-e94566d8a555.shogun-image {
    
    
  }


.s-98dcb148-d6c2-4a89-a3fa-e94566d8a555 .shogun-image-content {
  
    align-items: center;
  
}

.s-98dcb148-d6c2-4a89-a3fa-e94566d8a555.shg-align-container {
  text-align: center
}

.s-98dcb148-d6c2-4a89-a3fa-e94566d8a555.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98dcb148-d6c2-4a89-a3fa-e94566d8a555.shogun-image {
  box-sizing: border-box;
}


}
#s-030bb456-a344-42ed-b6aa-0eee766c5788 {
  min-height: 400px;
max-width: 694px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-030bb456-a344-42ed-b6aa-0eee766c5788 img.shogun-image,
  #s-030bb456-a344-42ed-b6aa-0eee766c5788 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-030bb456-a344-42ed-b6aa-0eee766c5788 {
    width: 100%;
    height: auto;
  }



  img.s-030bb456-a344-42ed-b6aa-0eee766c5788.shogun-image {
    
    
  }


.s-030bb456-a344-42ed-b6aa-0eee766c5788 .shogun-image-content {
  
    align-items: center;
  
}

.s-030bb456-a344-42ed-b6aa-0eee766c5788.shg-align-container {
  text-align: center
}

.s-030bb456-a344-42ed-b6aa-0eee766c5788.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-030bb456-a344-42ed-b6aa-0eee766c5788.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-030bb456-a344-42ed-b6aa-0eee766c5788 img.shogun-image,
  #s-030bb456-a344-42ed-b6aa-0eee766c5788 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-030bb456-a344-42ed-b6aa-0eee766c5788 {
    width: 100%;
    height: auto;
  }



  img.s-030bb456-a344-42ed-b6aa-0eee766c5788.shogun-image {
    
    
  }


.s-030bb456-a344-42ed-b6aa-0eee766c5788 .shogun-image-content {
  
    align-items: center;
  
}

.s-030bb456-a344-42ed-b6aa-0eee766c5788.shg-align-container {
  text-align: center
}

.s-030bb456-a344-42ed-b6aa-0eee766c5788.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-030bb456-a344-42ed-b6aa-0eee766c5788.shogun-image {
  box-sizing: border-box;
}


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



  #s-030bb456-a344-42ed-b6aa-0eee766c5788 img.shogun-image,
  #s-030bb456-a344-42ed-b6aa-0eee766c5788 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-030bb456-a344-42ed-b6aa-0eee766c5788 {
    width: 100%;
    height: auto;
  }



  img.s-030bb456-a344-42ed-b6aa-0eee766c5788.shogun-image {
    
    
  }


.s-030bb456-a344-42ed-b6aa-0eee766c5788 .shogun-image-content {
  
    align-items: center;
  
}

.s-030bb456-a344-42ed-b6aa-0eee766c5788.shg-align-container {
  text-align: center
}

.s-030bb456-a344-42ed-b6aa-0eee766c5788.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-030bb456-a344-42ed-b6aa-0eee766c5788.shogun-image {
  box-sizing: border-box;
}


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



  #s-030bb456-a344-42ed-b6aa-0eee766c5788 img.shogun-image,
  #s-030bb456-a344-42ed-b6aa-0eee766c5788 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-030bb456-a344-42ed-b6aa-0eee766c5788 {
    width: 100%;
    height: auto;
  }



  img.s-030bb456-a344-42ed-b6aa-0eee766c5788.shogun-image {
    
    
  }


.s-030bb456-a344-42ed-b6aa-0eee766c5788 .shogun-image-content {
  
    align-items: center;
  
}

.s-030bb456-a344-42ed-b6aa-0eee766c5788.shg-align-container {
  text-align: center
}

.s-030bb456-a344-42ed-b6aa-0eee766c5788.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-030bb456-a344-42ed-b6aa-0eee766c5788.shogun-image {
  box-sizing: border-box;
}


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



  #s-030bb456-a344-42ed-b6aa-0eee766c5788 img.shogun-image,
  #s-030bb456-a344-42ed-b6aa-0eee766c5788 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-030bb456-a344-42ed-b6aa-0eee766c5788 {
    width: 100%;
    height: auto;
  }



  img.s-030bb456-a344-42ed-b6aa-0eee766c5788.shogun-image {
    
    
  }


.s-030bb456-a344-42ed-b6aa-0eee766c5788 .shogun-image-content {
  
    align-items: center;
  
}

.s-030bb456-a344-42ed-b6aa-0eee766c5788.shg-align-container {
  text-align: center
}

.s-030bb456-a344-42ed-b6aa-0eee766c5788.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-030bb456-a344-42ed-b6aa-0eee766c5788.shogun-image {
  box-sizing: border-box;
}


}
#s-023a68d2-c971-4941-960a-262a13e6dc64 {
  min-height: 400px;
max-width: 1802px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-023a68d2-c971-4941-960a-262a13e6dc64 img.shogun-image,
  #s-023a68d2-c971-4941-960a-262a13e6dc64 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-023a68d2-c971-4941-960a-262a13e6dc64 {
    width: 100%;
    height: auto;
  }



  img.s-023a68d2-c971-4941-960a-262a13e6dc64.shogun-image {
    
    
  }


.s-023a68d2-c971-4941-960a-262a13e6dc64 .shogun-image-content {
  
    align-items: center;
  
}

.s-023a68d2-c971-4941-960a-262a13e6dc64.shg-align-container {
  text-align: center
}

.s-023a68d2-c971-4941-960a-262a13e6dc64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-023a68d2-c971-4941-960a-262a13e6dc64.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-023a68d2-c971-4941-960a-262a13e6dc64 img.shogun-image,
  #s-023a68d2-c971-4941-960a-262a13e6dc64 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-023a68d2-c971-4941-960a-262a13e6dc64 {
    width: 100%;
    height: auto;
  }



  img.s-023a68d2-c971-4941-960a-262a13e6dc64.shogun-image {
    
    
  }


.s-023a68d2-c971-4941-960a-262a13e6dc64 .shogun-image-content {
  
    align-items: center;
  
}

.s-023a68d2-c971-4941-960a-262a13e6dc64.shg-align-container {
  text-align: center
}

.s-023a68d2-c971-4941-960a-262a13e6dc64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-023a68d2-c971-4941-960a-262a13e6dc64.shogun-image {
  box-sizing: border-box;
}


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



  #s-023a68d2-c971-4941-960a-262a13e6dc64 img.shogun-image,
  #s-023a68d2-c971-4941-960a-262a13e6dc64 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-023a68d2-c971-4941-960a-262a13e6dc64 {
    width: 100%;
    height: auto;
  }



  img.s-023a68d2-c971-4941-960a-262a13e6dc64.shogun-image {
    
    
  }


.s-023a68d2-c971-4941-960a-262a13e6dc64 .shogun-image-content {
  
    align-items: center;
  
}

.s-023a68d2-c971-4941-960a-262a13e6dc64.shg-align-container {
  text-align: center
}

.s-023a68d2-c971-4941-960a-262a13e6dc64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-023a68d2-c971-4941-960a-262a13e6dc64.shogun-image {
  box-sizing: border-box;
}


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



  #s-023a68d2-c971-4941-960a-262a13e6dc64 img.shogun-image,
  #s-023a68d2-c971-4941-960a-262a13e6dc64 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-023a68d2-c971-4941-960a-262a13e6dc64 {
    width: 100%;
    height: auto;
  }



  img.s-023a68d2-c971-4941-960a-262a13e6dc64.shogun-image {
    
    
  }


.s-023a68d2-c971-4941-960a-262a13e6dc64 .shogun-image-content {
  
    align-items: center;
  
}

.s-023a68d2-c971-4941-960a-262a13e6dc64.shg-align-container {
  text-align: center
}

.s-023a68d2-c971-4941-960a-262a13e6dc64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-023a68d2-c971-4941-960a-262a13e6dc64.shogun-image {
  box-sizing: border-box;
}


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



  #s-023a68d2-c971-4941-960a-262a13e6dc64 img.shogun-image,
  #s-023a68d2-c971-4941-960a-262a13e6dc64 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-023a68d2-c971-4941-960a-262a13e6dc64 {
    width: 100%;
    height: auto;
  }



  img.s-023a68d2-c971-4941-960a-262a13e6dc64.shogun-image {
    
    
  }


.s-023a68d2-c971-4941-960a-262a13e6dc64 .shogun-image-content {
  
    align-items: center;
  
}

.s-023a68d2-c971-4941-960a-262a13e6dc64.shg-align-container {
  text-align: center
}

.s-023a68d2-c971-4941-960a-262a13e6dc64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-023a68d2-c971-4941-960a-262a13e6dc64.shogun-image {
  box-sizing: border-box;
}


}
#s-f39ad61e-fed9-4132-8984-9fe69d39f904 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 0px;
min-height: 50px;
max-width: 760px;
}








#s-f39ad61e-fed9-4132-8984-9fe69d39f904 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f39ad61e-fed9-4132-8984-9fe69d39f904.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a722dc0b-afd3-4dec-9dd3-8cb4250a191d {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-bottom: 0px;
min-height: 50px;
max-width: 760px;
}








#s-a722dc0b-afd3-4dec-9dd3-8cb4250a191d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a722dc0b-afd3-4dec-9dd3-8cb4250a191d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d6164fcf-f1ae-49bf-96e6-20af90a37463 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-d6164fcf-f1ae-49bf-96e6-20af90a37463:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d6164fcf-f1ae-49bf-96e6-20af90a37463:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d6164fcf-f1ae-49bf-96e6-20af90a37463-root {
    text-align: center;
  }


#s-d6164fcf-f1ae-49bf-96e6-20af90a37463.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d6164fcf-f1ae-49bf-96e6-20af90a37463-root {
    text-align: center;
  }


#s-d6164fcf-f1ae-49bf-96e6-20af90a37463.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d6164fcf-f1ae-49bf-96e6-20af90a37463-root {
    text-align: center;
  }


#s-d6164fcf-f1ae-49bf-96e6-20af90a37463.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d6164fcf-f1ae-49bf-96e6-20af90a37463-root {
    text-align: center;
  }


#s-d6164fcf-f1ae-49bf-96e6-20af90a37463.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d6164fcf-f1ae-49bf-96e6-20af90a37463-root {
    text-align: center;
  }


#s-d6164fcf-f1ae-49bf-96e6-20af90a37463.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-cffa1691-4255-450a-9ce0-7067a79b029c {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-cffa1691-4255-450a-9ce0-7067a79b029c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cffa1691-4255-450a-9ce0-7067a79b029c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-cffa1691-4255-450a-9ce0-7067a79b029c-root {
    text-align: center;
  }


#s-cffa1691-4255-450a-9ce0-7067a79b029c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cffa1691-4255-450a-9ce0-7067a79b029c-root {
    text-align: center;
  }


#s-cffa1691-4255-450a-9ce0-7067a79b029c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cffa1691-4255-450a-9ce0-7067a79b029c-root {
    text-align: center;
  }


#s-cffa1691-4255-450a-9ce0-7067a79b029c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cffa1691-4255-450a-9ce0-7067a79b029c-root {
    text-align: center;
  }


#s-cffa1691-4255-450a-9ce0-7067a79b029c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cffa1691-4255-450a-9ce0-7067a79b029c-root {
    text-align: center;
  }


#s-cffa1691-4255-450a-9ce0-7067a79b029c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-11287616-e380-47da-bded-a672b5a16199 {
  margin-left: -20%;
margin-right: -20%;
}
@media (min-width: 768px) and (max-width: 991px){#s-11287616-e380-47da-bded-a672b5a16199 {
  display: none;
}
#s-11287616-e380-47da-bded-a672b5a16199, #wrap-s-11287616-e380-47da-bded-a672b5a16199 { display:none !important; }}@media (max-width: 767px){#s-11287616-e380-47da-bded-a672b5a16199 {
  display: none;
}
#s-11287616-e380-47da-bded-a672b5a16199, #wrap-s-11287616-e380-47da-bded-a672b5a16199 { display:none !important; }}
@media (min-width: 0px) {
[id="s-11287616-e380-47da-bded-a672b5a16199"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 12.0px);
}

}

@media (min-width: 768px) {
[id="s-11287616-e380-47da-bded-a672b5a16199"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 19.2px);
}

}

@media (min-width: 992px) {
[id="s-11287616-e380-47da-bded-a672b5a16199"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 19.2px);
}

}

@media (min-width: 1200px) {
[id="s-11287616-e380-47da-bded-a672b5a16199"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 19.2px);
}

}

#s-91b36178-8763-453e-87e9-c01f888de666 {
  min-height: 400px;
max-width: 3456px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-91b36178-8763-453e-87e9-c01f888de666 img.shogun-image,
  #s-91b36178-8763-453e-87e9-c01f888de666 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-91b36178-8763-453e-87e9-c01f888de666 {
    width: 100%;
    height: auto;
  }



  img.s-91b36178-8763-453e-87e9-c01f888de666.shogun-image {
    
    
  }


.s-91b36178-8763-453e-87e9-c01f888de666 .shogun-image-content {
  
    align-items: center;
  
}

.s-91b36178-8763-453e-87e9-c01f888de666.shg-align-container {
  text-align: center
}

.s-91b36178-8763-453e-87e9-c01f888de666.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91b36178-8763-453e-87e9-c01f888de666.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-91b36178-8763-453e-87e9-c01f888de666 img.shogun-image,
  #s-91b36178-8763-453e-87e9-c01f888de666 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-91b36178-8763-453e-87e9-c01f888de666 {
    width: 100%;
    height: auto;
  }



  img.s-91b36178-8763-453e-87e9-c01f888de666.shogun-image {
    
    
  }


.s-91b36178-8763-453e-87e9-c01f888de666 .shogun-image-content {
  
    align-items: center;
  
}

.s-91b36178-8763-453e-87e9-c01f888de666.shg-align-container {
  text-align: center
}

.s-91b36178-8763-453e-87e9-c01f888de666.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91b36178-8763-453e-87e9-c01f888de666.shogun-image {
  box-sizing: border-box;
}


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



  #s-91b36178-8763-453e-87e9-c01f888de666 img.shogun-image,
  #s-91b36178-8763-453e-87e9-c01f888de666 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-91b36178-8763-453e-87e9-c01f888de666 {
    width: 100%;
    height: auto;
  }



  img.s-91b36178-8763-453e-87e9-c01f888de666.shogun-image {
    
    
  }


.s-91b36178-8763-453e-87e9-c01f888de666 .shogun-image-content {
  
    align-items: center;
  
}

.s-91b36178-8763-453e-87e9-c01f888de666.shg-align-container {
  text-align: center
}

.s-91b36178-8763-453e-87e9-c01f888de666.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91b36178-8763-453e-87e9-c01f888de666.shogun-image {
  box-sizing: border-box;
}


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



  #s-91b36178-8763-453e-87e9-c01f888de666 img.shogun-image,
  #s-91b36178-8763-453e-87e9-c01f888de666 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-91b36178-8763-453e-87e9-c01f888de666 {
    width: 100%;
    height: auto;
  }



  img.s-91b36178-8763-453e-87e9-c01f888de666.shogun-image {
    
    
  }


.s-91b36178-8763-453e-87e9-c01f888de666 .shogun-image-content {
  
    align-items: center;
  
}

.s-91b36178-8763-453e-87e9-c01f888de666.shg-align-container {
  text-align: center
}

.s-91b36178-8763-453e-87e9-c01f888de666.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91b36178-8763-453e-87e9-c01f888de666.shogun-image {
  box-sizing: border-box;
}


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



  #s-91b36178-8763-453e-87e9-c01f888de666 img.shogun-image,
  #s-91b36178-8763-453e-87e9-c01f888de666 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-91b36178-8763-453e-87e9-c01f888de666 {
    width: 100%;
    height: auto;
  }



  img.s-91b36178-8763-453e-87e9-c01f888de666.shogun-image {
    
    
  }


.s-91b36178-8763-453e-87e9-c01f888de666 .shogun-image-content {
  
    align-items: center;
  
}

.s-91b36178-8763-453e-87e9-c01f888de666.shg-align-container {
  text-align: center
}

.s-91b36178-8763-453e-87e9-c01f888de666.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91b36178-8763-453e-87e9-c01f888de666.shogun-image {
  box-sizing: border-box;
}


}
#s-3b2698f9-d141-4595-be64-73c5897fc866 {
  min-height: 400px;
max-width: 2002px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-3b2698f9-d141-4595-be64-73c5897fc866 img.shogun-image,
  #s-3b2698f9-d141-4595-be64-73c5897fc866 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3b2698f9-d141-4595-be64-73c5897fc866 {
    width: 100%;
    height: auto;
  }



  img.s-3b2698f9-d141-4595-be64-73c5897fc866.shogun-image {
    
    
  }


.s-3b2698f9-d141-4595-be64-73c5897fc866 .shogun-image-content {
  
    align-items: center;
  
}

.s-3b2698f9-d141-4595-be64-73c5897fc866.shg-align-container {
  text-align: center
}

.s-3b2698f9-d141-4595-be64-73c5897fc866.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b2698f9-d141-4595-be64-73c5897fc866.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-3b2698f9-d141-4595-be64-73c5897fc866 img.shogun-image,
  #s-3b2698f9-d141-4595-be64-73c5897fc866 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3b2698f9-d141-4595-be64-73c5897fc866 {
    width: 100%;
    height: auto;
  }



  img.s-3b2698f9-d141-4595-be64-73c5897fc866.shogun-image {
    
    
  }


.s-3b2698f9-d141-4595-be64-73c5897fc866 .shogun-image-content {
  
    align-items: center;
  
}

.s-3b2698f9-d141-4595-be64-73c5897fc866.shg-align-container {
  text-align: center
}

.s-3b2698f9-d141-4595-be64-73c5897fc866.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b2698f9-d141-4595-be64-73c5897fc866.shogun-image {
  box-sizing: border-box;
}


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



  #s-3b2698f9-d141-4595-be64-73c5897fc866 img.shogun-image,
  #s-3b2698f9-d141-4595-be64-73c5897fc866 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3b2698f9-d141-4595-be64-73c5897fc866 {
    width: 100%;
    height: auto;
  }



  img.s-3b2698f9-d141-4595-be64-73c5897fc866.shogun-image {
    
    
  }


.s-3b2698f9-d141-4595-be64-73c5897fc866 .shogun-image-content {
  
    align-items: center;
  
}

.s-3b2698f9-d141-4595-be64-73c5897fc866.shg-align-container {
  text-align: center
}

.s-3b2698f9-d141-4595-be64-73c5897fc866.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b2698f9-d141-4595-be64-73c5897fc866.shogun-image {
  box-sizing: border-box;
}


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



  #s-3b2698f9-d141-4595-be64-73c5897fc866 img.shogun-image,
  #s-3b2698f9-d141-4595-be64-73c5897fc866 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3b2698f9-d141-4595-be64-73c5897fc866 {
    width: 100%;
    height: auto;
  }



  img.s-3b2698f9-d141-4595-be64-73c5897fc866.shogun-image {
    
    
  }


.s-3b2698f9-d141-4595-be64-73c5897fc866 .shogun-image-content {
  
    align-items: center;
  
}

.s-3b2698f9-d141-4595-be64-73c5897fc866.shg-align-container {
  text-align: center
}

.s-3b2698f9-d141-4595-be64-73c5897fc866.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b2698f9-d141-4595-be64-73c5897fc866.shogun-image {
  box-sizing: border-box;
}


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



  #s-3b2698f9-d141-4595-be64-73c5897fc866 img.shogun-image,
  #s-3b2698f9-d141-4595-be64-73c5897fc866 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3b2698f9-d141-4595-be64-73c5897fc866 {
    width: 100%;
    height: auto;
  }



  img.s-3b2698f9-d141-4595-be64-73c5897fc866.shogun-image {
    
    
  }


.s-3b2698f9-d141-4595-be64-73c5897fc866 .shogun-image-content {
  
    align-items: center;
  
}

.s-3b2698f9-d141-4595-be64-73c5897fc866.shg-align-container {
  text-align: center
}

.s-3b2698f9-d141-4595-be64-73c5897fc866.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b2698f9-d141-4595-be64-73c5897fc866.shogun-image {
  box-sizing: border-box;
}


}
#s-b94c34a7-cb17-4862-b733-4c39eed4ff16 {
  min-height: 400px;
max-width: 3456px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-b94c34a7-cb17-4862-b733-4c39eed4ff16 img.shogun-image,
  #s-b94c34a7-cb17-4862-b733-4c39eed4ff16 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b94c34a7-cb17-4862-b733-4c39eed4ff16 {
    width: 100%;
    height: auto;
  }



  img.s-b94c34a7-cb17-4862-b733-4c39eed4ff16.shogun-image {
    
    
  }


.s-b94c34a7-cb17-4862-b733-4c39eed4ff16 .shogun-image-content {
  
    align-items: center;
  
}

.s-b94c34a7-cb17-4862-b733-4c39eed4ff16.shg-align-container {
  text-align: center
}

.s-b94c34a7-cb17-4862-b733-4c39eed4ff16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b94c34a7-cb17-4862-b733-4c39eed4ff16.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-b94c34a7-cb17-4862-b733-4c39eed4ff16 img.shogun-image,
  #s-b94c34a7-cb17-4862-b733-4c39eed4ff16 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b94c34a7-cb17-4862-b733-4c39eed4ff16 {
    width: 100%;
    height: auto;
  }



  img.s-b94c34a7-cb17-4862-b733-4c39eed4ff16.shogun-image {
    
    
  }


.s-b94c34a7-cb17-4862-b733-4c39eed4ff16 .shogun-image-content {
  
    align-items: center;
  
}

.s-b94c34a7-cb17-4862-b733-4c39eed4ff16.shg-align-container {
  text-align: center
}

.s-b94c34a7-cb17-4862-b733-4c39eed4ff16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b94c34a7-cb17-4862-b733-4c39eed4ff16.shogun-image {
  box-sizing: border-box;
}


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



  #s-b94c34a7-cb17-4862-b733-4c39eed4ff16 img.shogun-image,
  #s-b94c34a7-cb17-4862-b733-4c39eed4ff16 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b94c34a7-cb17-4862-b733-4c39eed4ff16 {
    width: 100%;
    height: auto;
  }



  img.s-b94c34a7-cb17-4862-b733-4c39eed4ff16.shogun-image {
    
    
  }


.s-b94c34a7-cb17-4862-b733-4c39eed4ff16 .shogun-image-content {
  
    align-items: center;
  
}

.s-b94c34a7-cb17-4862-b733-4c39eed4ff16.shg-align-container {
  text-align: center
}

.s-b94c34a7-cb17-4862-b733-4c39eed4ff16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b94c34a7-cb17-4862-b733-4c39eed4ff16.shogun-image {
  box-sizing: border-box;
}


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



  #s-b94c34a7-cb17-4862-b733-4c39eed4ff16 img.shogun-image,
  #s-b94c34a7-cb17-4862-b733-4c39eed4ff16 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b94c34a7-cb17-4862-b733-4c39eed4ff16 {
    width: 100%;
    height: auto;
  }



  img.s-b94c34a7-cb17-4862-b733-4c39eed4ff16.shogun-image {
    
    
  }


.s-b94c34a7-cb17-4862-b733-4c39eed4ff16 .shogun-image-content {
  
    align-items: center;
  
}

.s-b94c34a7-cb17-4862-b733-4c39eed4ff16.shg-align-container {
  text-align: center
}

.s-b94c34a7-cb17-4862-b733-4c39eed4ff16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b94c34a7-cb17-4862-b733-4c39eed4ff16.shogun-image {
  box-sizing: border-box;
}


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



  #s-b94c34a7-cb17-4862-b733-4c39eed4ff16 img.shogun-image,
  #s-b94c34a7-cb17-4862-b733-4c39eed4ff16 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b94c34a7-cb17-4862-b733-4c39eed4ff16 {
    width: 100%;
    height: auto;
  }



  img.s-b94c34a7-cb17-4862-b733-4c39eed4ff16.shogun-image {
    
    
  }


.s-b94c34a7-cb17-4862-b733-4c39eed4ff16 .shogun-image-content {
  
    align-items: center;
  
}

.s-b94c34a7-cb17-4862-b733-4c39eed4ff16.shg-align-container {
  text-align: center
}

.s-b94c34a7-cb17-4862-b733-4c39eed4ff16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b94c34a7-cb17-4862-b733-4c39eed4ff16.shogun-image {
  box-sizing: border-box;
}


}
#s-819d6178-b6ea-448b-8581-e4883a511094 {
  min-height: 400px;
max-width: 694px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-819d6178-b6ea-448b-8581-e4883a511094 img.shogun-image,
  #s-819d6178-b6ea-448b-8581-e4883a511094 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-819d6178-b6ea-448b-8581-e4883a511094 {
    width: 100%;
    height: auto;
  }



  img.s-819d6178-b6ea-448b-8581-e4883a511094.shogun-image {
    
    
  }


.s-819d6178-b6ea-448b-8581-e4883a511094 .shogun-image-content {
  
    align-items: center;
  
}

.s-819d6178-b6ea-448b-8581-e4883a511094.shg-align-container {
  text-align: center
}

.s-819d6178-b6ea-448b-8581-e4883a511094.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-819d6178-b6ea-448b-8581-e4883a511094.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-819d6178-b6ea-448b-8581-e4883a511094 img.shogun-image,
  #s-819d6178-b6ea-448b-8581-e4883a511094 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-819d6178-b6ea-448b-8581-e4883a511094 {
    width: 100%;
    height: auto;
  }



  img.s-819d6178-b6ea-448b-8581-e4883a511094.shogun-image {
    
    
  }


.s-819d6178-b6ea-448b-8581-e4883a511094 .shogun-image-content {
  
    align-items: center;
  
}

.s-819d6178-b6ea-448b-8581-e4883a511094.shg-align-container {
  text-align: center
}

.s-819d6178-b6ea-448b-8581-e4883a511094.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-819d6178-b6ea-448b-8581-e4883a511094.shogun-image {
  box-sizing: border-box;
}


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



  #s-819d6178-b6ea-448b-8581-e4883a511094 img.shogun-image,
  #s-819d6178-b6ea-448b-8581-e4883a511094 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-819d6178-b6ea-448b-8581-e4883a511094 {
    width: 100%;
    height: auto;
  }



  img.s-819d6178-b6ea-448b-8581-e4883a511094.shogun-image {
    
    
  }


.s-819d6178-b6ea-448b-8581-e4883a511094 .shogun-image-content {
  
    align-items: center;
  
}

.s-819d6178-b6ea-448b-8581-e4883a511094.shg-align-container {
  text-align: center
}

.s-819d6178-b6ea-448b-8581-e4883a511094.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-819d6178-b6ea-448b-8581-e4883a511094.shogun-image {
  box-sizing: border-box;
}


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



  #s-819d6178-b6ea-448b-8581-e4883a511094 img.shogun-image,
  #s-819d6178-b6ea-448b-8581-e4883a511094 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-819d6178-b6ea-448b-8581-e4883a511094 {
    width: 100%;
    height: auto;
  }



  img.s-819d6178-b6ea-448b-8581-e4883a511094.shogun-image {
    
    
  }


.s-819d6178-b6ea-448b-8581-e4883a511094 .shogun-image-content {
  
    align-items: center;
  
}

.s-819d6178-b6ea-448b-8581-e4883a511094.shg-align-container {
  text-align: center
}

.s-819d6178-b6ea-448b-8581-e4883a511094.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-819d6178-b6ea-448b-8581-e4883a511094.shogun-image {
  box-sizing: border-box;
}


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



  #s-819d6178-b6ea-448b-8581-e4883a511094 img.shogun-image,
  #s-819d6178-b6ea-448b-8581-e4883a511094 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-819d6178-b6ea-448b-8581-e4883a511094 {
    width: 100%;
    height: auto;
  }



  img.s-819d6178-b6ea-448b-8581-e4883a511094.shogun-image {
    
    
  }


.s-819d6178-b6ea-448b-8581-e4883a511094 .shogun-image-content {
  
    align-items: center;
  
}

.s-819d6178-b6ea-448b-8581-e4883a511094.shg-align-container {
  text-align: center
}

.s-819d6178-b6ea-448b-8581-e4883a511094.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-819d6178-b6ea-448b-8581-e4883a511094.shogun-image {
  box-sizing: border-box;
}


}
#s-9e532766-9a58-4a1d-8ef7-3dd9983000ce {
  min-height: 400px;
max-width: 1802px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-9e532766-9a58-4a1d-8ef7-3dd9983000ce img.shogun-image,
  #s-9e532766-9a58-4a1d-8ef7-3dd9983000ce .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9e532766-9a58-4a1d-8ef7-3dd9983000ce {
    width: 100%;
    height: auto;
  }



  img.s-9e532766-9a58-4a1d-8ef7-3dd9983000ce.shogun-image {
    
    
  }


.s-9e532766-9a58-4a1d-8ef7-3dd9983000ce .shogun-image-content {
  
    align-items: center;
  
}

.s-9e532766-9a58-4a1d-8ef7-3dd9983000ce.shg-align-container {
  text-align: center
}

.s-9e532766-9a58-4a1d-8ef7-3dd9983000ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e532766-9a58-4a1d-8ef7-3dd9983000ce.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-9e532766-9a58-4a1d-8ef7-3dd9983000ce img.shogun-image,
  #s-9e532766-9a58-4a1d-8ef7-3dd9983000ce .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9e532766-9a58-4a1d-8ef7-3dd9983000ce {
    width: 100%;
    height: auto;
  }



  img.s-9e532766-9a58-4a1d-8ef7-3dd9983000ce.shogun-image {
    
    
  }


.s-9e532766-9a58-4a1d-8ef7-3dd9983000ce .shogun-image-content {
  
    align-items: center;
  
}

.s-9e532766-9a58-4a1d-8ef7-3dd9983000ce.shg-align-container {
  text-align: center
}

.s-9e532766-9a58-4a1d-8ef7-3dd9983000ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e532766-9a58-4a1d-8ef7-3dd9983000ce.shogun-image {
  box-sizing: border-box;
}


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



  #s-9e532766-9a58-4a1d-8ef7-3dd9983000ce img.shogun-image,
  #s-9e532766-9a58-4a1d-8ef7-3dd9983000ce .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9e532766-9a58-4a1d-8ef7-3dd9983000ce {
    width: 100%;
    height: auto;
  }



  img.s-9e532766-9a58-4a1d-8ef7-3dd9983000ce.shogun-image {
    
    
  }


.s-9e532766-9a58-4a1d-8ef7-3dd9983000ce .shogun-image-content {
  
    align-items: center;
  
}

.s-9e532766-9a58-4a1d-8ef7-3dd9983000ce.shg-align-container {
  text-align: center
}

.s-9e532766-9a58-4a1d-8ef7-3dd9983000ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e532766-9a58-4a1d-8ef7-3dd9983000ce.shogun-image {
  box-sizing: border-box;
}


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



  #s-9e532766-9a58-4a1d-8ef7-3dd9983000ce img.shogun-image,
  #s-9e532766-9a58-4a1d-8ef7-3dd9983000ce .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9e532766-9a58-4a1d-8ef7-3dd9983000ce {
    width: 100%;
    height: auto;
  }



  img.s-9e532766-9a58-4a1d-8ef7-3dd9983000ce.shogun-image {
    
    
  }


.s-9e532766-9a58-4a1d-8ef7-3dd9983000ce .shogun-image-content {
  
    align-items: center;
  
}

.s-9e532766-9a58-4a1d-8ef7-3dd9983000ce.shg-align-container {
  text-align: center
}

.s-9e532766-9a58-4a1d-8ef7-3dd9983000ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e532766-9a58-4a1d-8ef7-3dd9983000ce.shogun-image {
  box-sizing: border-box;
}


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



  #s-9e532766-9a58-4a1d-8ef7-3dd9983000ce img.shogun-image,
  #s-9e532766-9a58-4a1d-8ef7-3dd9983000ce .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9e532766-9a58-4a1d-8ef7-3dd9983000ce {
    width: 100%;
    height: auto;
  }



  img.s-9e532766-9a58-4a1d-8ef7-3dd9983000ce.shogun-image {
    
    
  }


.s-9e532766-9a58-4a1d-8ef7-3dd9983000ce .shogun-image-content {
  
    align-items: center;
  
}

.s-9e532766-9a58-4a1d-8ef7-3dd9983000ce.shg-align-container {
  text-align: center
}

.s-9e532766-9a58-4a1d-8ef7-3dd9983000ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e532766-9a58-4a1d-8ef7-3dd9983000ce.shogun-image {
  box-sizing: border-box;
}


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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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