.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-f04d7d8d-3b81-42bb-84b2-ebefafa002df {
  background-repeat: repeat;
background-size: contain;
min-height: 50px;
background-position: center center;
}

#s-f04d7d8d-3b81-42bb-84b2-ebefafa002df {
  background-image: url(https://i.shgcdn.com/6cd5b1a5-95fa-4f72-80ee-446dc1447403/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-f04d7d8d-3b81-42bb-84b2-ebefafa002df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f04d7d8d-3b81-42bb-84b2-ebefafa002df.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-5c7b4ce2-c475-4af2-b255-47e4e5129726 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5c7b4ce2-c475-4af2-b255-47e4e5129726 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



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

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

#s-d472d8a0-338f-474e-ba8a-b6f571653bf0 {
  margin-top: 30px;
margin-bottom: 30px;
opacity: 0;
}

#s-d472d8a0-338f-474e-ba8a-b6f571653bf0 hr {
  border-top: 2px solid #ddd;
}

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

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

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

@media (min-width: 0px) {
[id="s-59eac991-792d-4cba-ae23-2803b36c0112"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-59eac991-792d-4cba-ae23-2803b36c0112"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-59eac991-792d-4cba-ae23-2803b36c0112"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-59eac991-792d-4cba-ae23-2803b36c0112"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-59eac991-792d-4cba-ae23-2803b36c0112"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-59eac991-792d-4cba-ae23-2803b36c0112"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-59eac991-792d-4cba-ae23-2803b36c0112"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-a06835ae-b65e-46e9-82ed-e2340b049017 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 0.4);
}








#s-a06835ae-b65e-46e9-82ed-e2340b049017 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a06835ae-b65e-46e9-82ed-e2340b049017.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-60f6d451-7a8f-4498-ae9a-624d43b89553 {
  background-repeat: repeat;
background-size: contain;
min-height: 50px;
background-position: center center;
}

#s-60f6d451-7a8f-4498-ae9a-624d43b89553 {
  background-image: url(https://i.shgcdn.com/62cdfcf3-be2a-4a92-996e-37dec7aa7753/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-60f6d451-7a8f-4498-ae9a-624d43b89553 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.3;
}#s-60f6d451-7a8f-4498-ae9a-624d43b89553.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-5d1482c4-b0bf-4edc-9a03-16af125d9e48 {
  margin-top: 30px;
margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
}
@media (max-width: 767px){#s-5d1482c4-b0bf-4edc-9a03-16af125d9e48 {
  margin-top: 20px;
margin-bottom: 20px;
}
}
.shg-align-container {
  box-sizing: border-box;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-4d2bef6d-887b-4743-8941-d838dc8aafc6 {
  border-style: solid;
margin-left: 20%;
margin-right: 20%;
padding-left: 10%;
padding-right: 10%;
border-color: rgba(44, 42, 52, 0);
border-radius: 30px;
text-align: center;
opacity: 1;
}
@media (max-width: 767px){#s-4d2bef6d-887b-4743-8941-d838dc8aafc6 {
  margin-left: 5%;
margin-right: 5%;
}
}






  img.s-4d2bef6d-887b-4743-8941-d838dc8aafc6.shogun-image {
    
    
  }


.s-4d2bef6d-887b-4743-8941-d838dc8aafc6 .shogun-image-content {
  
    align-items: center;
  
}

.s-4d2bef6d-887b-4743-8941-d838dc8aafc6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d2bef6d-887b-4743-8941-d838dc8aafc6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d2bef6d-887b-4743-8941-d838dc8aafc6.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-4d2bef6d-887b-4743-8941-d838dc8aafc6.shogun-image {
    
    
  }


.s-4d2bef6d-887b-4743-8941-d838dc8aafc6 .shogun-image-content {
  
    align-items: center;
  
}

.s-4d2bef6d-887b-4743-8941-d838dc8aafc6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d2bef6d-887b-4743-8941-d838dc8aafc6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d2bef6d-887b-4743-8941-d838dc8aafc6.shogun-image {
  box-sizing: border-box;
}



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





  img.s-4d2bef6d-887b-4743-8941-d838dc8aafc6.shogun-image {
    
    
  }


.s-4d2bef6d-887b-4743-8941-d838dc8aafc6 .shogun-image-content {
  
    align-items: center;
  
}

.s-4d2bef6d-887b-4743-8941-d838dc8aafc6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d2bef6d-887b-4743-8941-d838dc8aafc6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d2bef6d-887b-4743-8941-d838dc8aafc6.shogun-image {
  box-sizing: border-box;
}



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





  img.s-4d2bef6d-887b-4743-8941-d838dc8aafc6.shogun-image {
    
    
  }


.s-4d2bef6d-887b-4743-8941-d838dc8aafc6 .shogun-image-content {
  
    align-items: center;
  
}

.s-4d2bef6d-887b-4743-8941-d838dc8aafc6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d2bef6d-887b-4743-8941-d838dc8aafc6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d2bef6d-887b-4743-8941-d838dc8aafc6.shogun-image {
  box-sizing: border-box;
}



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





  img.s-4d2bef6d-887b-4743-8941-d838dc8aafc6.shogun-image {
    
    
  }


.s-4d2bef6d-887b-4743-8941-d838dc8aafc6 .shogun-image-content {
  
    align-items: center;
  
}

.s-4d2bef6d-887b-4743-8941-d838dc8aafc6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d2bef6d-887b-4743-8941-d838dc8aafc6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d2bef6d-887b-4743-8941-d838dc8aafc6.shogun-image {
  box-sizing: border-box;
}



}
#s-c1e3dcee-c4f4-446c-b748-924a7c5e2ead {
  margin-top: 30px;
margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
}
@media (max-width: 767px){#s-c1e3dcee-c4f4-446c-b748-924a7c5e2ead {
  margin-top: 20px;
margin-bottom: 20px;
}
}
#s-9bd2aa1d-089b-4174-8fc5-3fde30144f15 {
  margin-top: 30px;
margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
}
@media (max-width: 767px){#s-9bd2aa1d-089b-4174-8fc5-3fde30144f15 {
  margin-top: 20px;
margin-bottom: 20px;
}
}
#s-03af8cbd-04f9-4045-b7b9-410c8ad6f3f0 {
  margin-top: 30px;
margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
}
@media (max-width: 767px){#s-03af8cbd-04f9-4045-b7b9-410c8ad6f3f0 {
  margin-top: 20px;
margin-bottom: 20px;
}
}
#s-661d14fa-433f-4c6e-b100-57d20f085985 {
  margin-top: 30px;
margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
}
@media (max-width: 767px){#s-661d14fa-433f-4c6e-b100-57d20f085985 {
  margin-top: 20px;
margin-bottom: 20px;
}
}
#s-94866af7-3b29-43c1-b30a-483c5adc9987 {
  margin-top: 30px;
margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
}
@media (max-width: 767px){#s-94866af7-3b29-43c1-b30a-483c5adc9987 {
  margin-top: 20px;
margin-bottom: 20px;
}
}
#s-212707b5-4093-48e3-aa53-ce3737cb542c hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-4a1a5637-cd4a-446c-91f4-faeb40494bb8 hr {
  border-top: 2px solid #ddd;
}

#s-74e6ee20-a9cc-466e-9c35-bc905d3aa375 {
  background-repeat: repeat;
background-size: contain;
min-height: 50px;
background-position: center center;
}

#s-74e6ee20-a9cc-466e-9c35-bc905d3aa375 {
  background-image: url(https://i.shgcdn.com/0294d101-70eb-422c-8de9-723658802403/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-74e6ee20-a9cc-466e-9c35-bc905d3aa375 {
  background-image: url(https://i.shgcdn.com/0294d101-70eb-422c-8de9-723658802403/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-74e6ee20-a9cc-466e-9c35-bc905d3aa375 {
  background-image: url(https://i.shgcdn.com/0294d101-70eb-422c-8de9-723658802403/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-74e6ee20-a9cc-466e-9c35-bc905d3aa375 {
  background-image: url(https://i.shgcdn.com/0294d101-70eb-422c-8de9-723658802403/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-74e6ee20-a9cc-466e-9c35-bc905d3aa375 {
  background-image: url(https://i.shgcdn.com/0294d101-70eb-422c-8de9-723658802403/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-74e6ee20-a9cc-466e-9c35-bc905d3aa375 {
  background-image: url(https://i.shgcdn.com/0294d101-70eb-422c-8de9-723658802403/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-74e6ee20-a9cc-466e-9c35-bc905d3aa375 {
  background-image: url(https://i.shgcdn.com/0294d101-70eb-422c-8de9-723658802403/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-74e6ee20-a9cc-466e-9c35-bc905d3aa375 {
  background-image: url(https://i.shgcdn.com/0294d101-70eb-422c-8de9-723658802403/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-74e6ee20-a9cc-466e-9c35-bc905d3aa375 {
  background-image: url(https://i.shgcdn.com/0294d101-70eb-422c-8de9-723658802403/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-74e6ee20-a9cc-466e-9c35-bc905d3aa375 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.3;
}#s-74e6ee20-a9cc-466e-9c35-bc905d3aa375.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-503b3d79-1578-4b36-a96f-7826ee2b08b6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-503b3d79-1578-4b36-a96f-7826ee2b08b6 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-028cfbcc-181e-4664-96cd-44ef648b65ef {
  margin-top: 12px;
margin-left: 20px;
margin-bottom: 12px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-028cfbcc-181e-4664-96cd-44ef648b65ef {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-028cfbcc-181e-4664-96cd-44ef648b65ef {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-028cfbcc-181e-4664-96cd-44ef648b65ef {
  
}
}@media (max-width: 767px){#s-028cfbcc-181e-4664-96cd-44ef648b65ef {
  
}
}
#s-43a98c8c-8ae3-4c24-ae13-b79ad60de846 {
  margin-left: 3%;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-43a98c8c-8ae3-4c24-ae13-b79ad60de846"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-43a98c8c-8ae3-4c24-ae13-b79ad60de846"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-43a98c8c-8ae3-4c24-ae13-b79ad60de846"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-43a98c8c-8ae3-4c24-ae13-b79ad60de846"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-0ba56aa4-fe64-4839-87b0-be804364efc8 {
  min-height: 50px;
}








#s-0ba56aa4-fe64-4839-87b0-be804364efc8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0ba56aa4-fe64-4839-87b0-be804364efc8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-4687420d-4d7d-44e1-89da-e50d9808c04d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-4687420d-4d7d-44e1-89da-e50d9808c04d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-4687420d-4d7d-44e1-89da-e50d9808c04d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-4687420d-4d7d-44e1-89da-e50d9808c04d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-fd7eddd6-456e-47f4-835c-2de840069a39 {
  min-height: 50px;
}








#s-fd7eddd6-456e-47f4-835c-2de840069a39 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fd7eddd6-456e-47f4-835c-2de840069a39.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d0c2bb22-57c1-44da-b35c-b530ef803adc {
  min-height: 50px;
}








#s-d0c2bb22-57c1-44da-b35c-b530ef803adc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d0c2bb22-57c1-44da-b35c-b530ef803adc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-aff47e1f-fb5c-4f23-9c99-23466599ff68 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-aff47e1f-fb5c-4f23-9c99-23466599ff68 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-aff47e1f-fb5c-4f23-9c99-23466599ff68 .shg-sld-nav-button.shg-sld-left,
#s-aff47e1f-fb5c-4f23-9c99-23466599ff68 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-fa62d1b0-6154-493e-adb2-ccd55e149707 {
  max-width: 1620px;
aspect-ratio: 1620/1080;
text-align: center;
}





  #s-fa62d1b0-6154-493e-adb2-ccd55e149707 img.shogun-image,
  #s-fa62d1b0-6154-493e-adb2-ccd55e149707 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fa62d1b0-6154-493e-adb2-ccd55e149707 {
    width: 100%;
    height: auto;
  }

  #s-fa62d1b0-6154-493e-adb2-ccd55e149707 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fa62d1b0-6154-493e-adb2-ccd55e149707.shogun-image {
    
    
  }


.s-fa62d1b0-6154-493e-adb2-ccd55e149707 .shogun-image-content {
  
    align-items: center;
  
}

.s-fa62d1b0-6154-493e-adb2-ccd55e149707.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa62d1b0-6154-493e-adb2-ccd55e149707.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa62d1b0-6154-493e-adb2-ccd55e149707.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fa62d1b0-6154-493e-adb2-ccd55e149707 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-fa62d1b0-6154-493e-adb2-ccd55e149707.shogun-image-container {
      position: relative;
    }

    .s-fa62d1b0-6154-493e-adb2-ccd55e149707.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fa62d1b0-6154-493e-adb2-ccd55e149707.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fa62d1b0-6154-493e-adb2-ccd55e149707 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-fa62d1b0-6154-493e-adb2-ccd55e149707 img.shogun-image,
  #s-fa62d1b0-6154-493e-adb2-ccd55e149707 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fa62d1b0-6154-493e-adb2-ccd55e149707 {
    width: 100%;
    height: auto;
  }

  #s-fa62d1b0-6154-493e-adb2-ccd55e149707 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fa62d1b0-6154-493e-adb2-ccd55e149707.shogun-image {
    
    
  }


.s-fa62d1b0-6154-493e-adb2-ccd55e149707 .shogun-image-content {
  
    align-items: center;
  
}

.s-fa62d1b0-6154-493e-adb2-ccd55e149707.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa62d1b0-6154-493e-adb2-ccd55e149707.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa62d1b0-6154-493e-adb2-ccd55e149707.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fa62d1b0-6154-493e-adb2-ccd55e149707 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-fa62d1b0-6154-493e-adb2-ccd55e149707.shogun-image-container {
      position: relative;
    }

    .s-fa62d1b0-6154-493e-adb2-ccd55e149707.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fa62d1b0-6154-493e-adb2-ccd55e149707.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fa62d1b0-6154-493e-adb2-ccd55e149707 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-fa62d1b0-6154-493e-adb2-ccd55e149707 img.shogun-image,
  #s-fa62d1b0-6154-493e-adb2-ccd55e149707 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fa62d1b0-6154-493e-adb2-ccd55e149707 {
    width: 100%;
    height: auto;
  }

  #s-fa62d1b0-6154-493e-adb2-ccd55e149707 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fa62d1b0-6154-493e-adb2-ccd55e149707.shogun-image {
    
    
  }


.s-fa62d1b0-6154-493e-adb2-ccd55e149707 .shogun-image-content {
  
    align-items: center;
  
}

.s-fa62d1b0-6154-493e-adb2-ccd55e149707.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa62d1b0-6154-493e-adb2-ccd55e149707.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa62d1b0-6154-493e-adb2-ccd55e149707.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fa62d1b0-6154-493e-adb2-ccd55e149707 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-fa62d1b0-6154-493e-adb2-ccd55e149707.shogun-image-container {
      position: relative;
    }

    .s-fa62d1b0-6154-493e-adb2-ccd55e149707.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fa62d1b0-6154-493e-adb2-ccd55e149707.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fa62d1b0-6154-493e-adb2-ccd55e149707 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-fa62d1b0-6154-493e-adb2-ccd55e149707 img.shogun-image,
  #s-fa62d1b0-6154-493e-adb2-ccd55e149707 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fa62d1b0-6154-493e-adb2-ccd55e149707 {
    width: 100%;
    height: auto;
  }

  #s-fa62d1b0-6154-493e-adb2-ccd55e149707 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fa62d1b0-6154-493e-adb2-ccd55e149707.shogun-image {
    
    
  }


.s-fa62d1b0-6154-493e-adb2-ccd55e149707 .shogun-image-content {
  
    align-items: center;
  
}

.s-fa62d1b0-6154-493e-adb2-ccd55e149707.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa62d1b0-6154-493e-adb2-ccd55e149707.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa62d1b0-6154-493e-adb2-ccd55e149707.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fa62d1b0-6154-493e-adb2-ccd55e149707 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-fa62d1b0-6154-493e-adb2-ccd55e149707.shogun-image-container {
      position: relative;
    }

    .s-fa62d1b0-6154-493e-adb2-ccd55e149707.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fa62d1b0-6154-493e-adb2-ccd55e149707.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fa62d1b0-6154-493e-adb2-ccd55e149707 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-fa62d1b0-6154-493e-adb2-ccd55e149707 img.shogun-image,
  #s-fa62d1b0-6154-493e-adb2-ccd55e149707 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fa62d1b0-6154-493e-adb2-ccd55e149707 {
    width: 100%;
    height: auto;
  }

  #s-fa62d1b0-6154-493e-adb2-ccd55e149707 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fa62d1b0-6154-493e-adb2-ccd55e149707.shogun-image {
    
    
  }


.s-fa62d1b0-6154-493e-adb2-ccd55e149707 .shogun-image-content {
  
    align-items: center;
  
}

.s-fa62d1b0-6154-493e-adb2-ccd55e149707.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa62d1b0-6154-493e-adb2-ccd55e149707.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa62d1b0-6154-493e-adb2-ccd55e149707.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fa62d1b0-6154-493e-adb2-ccd55e149707 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-fa62d1b0-6154-493e-adb2-ccd55e149707.shogun-image-container {
      position: relative;
    }

    .s-fa62d1b0-6154-493e-adb2-ccd55e149707.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fa62d1b0-6154-493e-adb2-ccd55e149707.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fa62d1b0-6154-493e-adb2-ccd55e149707 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-37ea71cb-ca44-4751-a4db-d8cceee4291c {
  max-width: 1620px;
aspect-ratio: 1620/1080;
text-align: center;
}





  #s-37ea71cb-ca44-4751-a4db-d8cceee4291c img.shogun-image,
  #s-37ea71cb-ca44-4751-a4db-d8cceee4291c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-37ea71cb-ca44-4751-a4db-d8cceee4291c {
    width: 100%;
    height: auto;
  }

  #s-37ea71cb-ca44-4751-a4db-d8cceee4291c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-37ea71cb-ca44-4751-a4db-d8cceee4291c.shogun-image {
    
    
  }


.s-37ea71cb-ca44-4751-a4db-d8cceee4291c .shogun-image-content {
  
    align-items: center;
  
}

.s-37ea71cb-ca44-4751-a4db-d8cceee4291c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37ea71cb-ca44-4751-a4db-d8cceee4291c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37ea71cb-ca44-4751-a4db-d8cceee4291c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-37ea71cb-ca44-4751-a4db-d8cceee4291c {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-37ea71cb-ca44-4751-a4db-d8cceee4291c.shogun-image-container {
      position: relative;
    }

    .s-37ea71cb-ca44-4751-a4db-d8cceee4291c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-37ea71cb-ca44-4751-a4db-d8cceee4291c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-37ea71cb-ca44-4751-a4db-d8cceee4291c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-37ea71cb-ca44-4751-a4db-d8cceee4291c img.shogun-image,
  #s-37ea71cb-ca44-4751-a4db-d8cceee4291c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-37ea71cb-ca44-4751-a4db-d8cceee4291c {
    width: 100%;
    height: auto;
  }

  #s-37ea71cb-ca44-4751-a4db-d8cceee4291c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-37ea71cb-ca44-4751-a4db-d8cceee4291c.shogun-image {
    
    
  }


.s-37ea71cb-ca44-4751-a4db-d8cceee4291c .shogun-image-content {
  
    align-items: center;
  
}

.s-37ea71cb-ca44-4751-a4db-d8cceee4291c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37ea71cb-ca44-4751-a4db-d8cceee4291c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37ea71cb-ca44-4751-a4db-d8cceee4291c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-37ea71cb-ca44-4751-a4db-d8cceee4291c {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-37ea71cb-ca44-4751-a4db-d8cceee4291c.shogun-image-container {
      position: relative;
    }

    .s-37ea71cb-ca44-4751-a4db-d8cceee4291c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-37ea71cb-ca44-4751-a4db-d8cceee4291c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-37ea71cb-ca44-4751-a4db-d8cceee4291c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-37ea71cb-ca44-4751-a4db-d8cceee4291c img.shogun-image,
  #s-37ea71cb-ca44-4751-a4db-d8cceee4291c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-37ea71cb-ca44-4751-a4db-d8cceee4291c {
    width: 100%;
    height: auto;
  }

  #s-37ea71cb-ca44-4751-a4db-d8cceee4291c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-37ea71cb-ca44-4751-a4db-d8cceee4291c.shogun-image {
    
    
  }


.s-37ea71cb-ca44-4751-a4db-d8cceee4291c .shogun-image-content {
  
    align-items: center;
  
}

.s-37ea71cb-ca44-4751-a4db-d8cceee4291c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37ea71cb-ca44-4751-a4db-d8cceee4291c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37ea71cb-ca44-4751-a4db-d8cceee4291c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-37ea71cb-ca44-4751-a4db-d8cceee4291c {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-37ea71cb-ca44-4751-a4db-d8cceee4291c.shogun-image-container {
      position: relative;
    }

    .s-37ea71cb-ca44-4751-a4db-d8cceee4291c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-37ea71cb-ca44-4751-a4db-d8cceee4291c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-37ea71cb-ca44-4751-a4db-d8cceee4291c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-37ea71cb-ca44-4751-a4db-d8cceee4291c img.shogun-image,
  #s-37ea71cb-ca44-4751-a4db-d8cceee4291c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-37ea71cb-ca44-4751-a4db-d8cceee4291c {
    width: 100%;
    height: auto;
  }

  #s-37ea71cb-ca44-4751-a4db-d8cceee4291c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-37ea71cb-ca44-4751-a4db-d8cceee4291c.shogun-image {
    
    
  }


.s-37ea71cb-ca44-4751-a4db-d8cceee4291c .shogun-image-content {
  
    align-items: center;
  
}

.s-37ea71cb-ca44-4751-a4db-d8cceee4291c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37ea71cb-ca44-4751-a4db-d8cceee4291c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37ea71cb-ca44-4751-a4db-d8cceee4291c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-37ea71cb-ca44-4751-a4db-d8cceee4291c {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-37ea71cb-ca44-4751-a4db-d8cceee4291c.shogun-image-container {
      position: relative;
    }

    .s-37ea71cb-ca44-4751-a4db-d8cceee4291c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-37ea71cb-ca44-4751-a4db-d8cceee4291c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-37ea71cb-ca44-4751-a4db-d8cceee4291c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-37ea71cb-ca44-4751-a4db-d8cceee4291c img.shogun-image,
  #s-37ea71cb-ca44-4751-a4db-d8cceee4291c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-37ea71cb-ca44-4751-a4db-d8cceee4291c {
    width: 100%;
    height: auto;
  }

  #s-37ea71cb-ca44-4751-a4db-d8cceee4291c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-37ea71cb-ca44-4751-a4db-d8cceee4291c.shogun-image {
    
    
  }


.s-37ea71cb-ca44-4751-a4db-d8cceee4291c .shogun-image-content {
  
    align-items: center;
  
}

.s-37ea71cb-ca44-4751-a4db-d8cceee4291c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37ea71cb-ca44-4751-a4db-d8cceee4291c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37ea71cb-ca44-4751-a4db-d8cceee4291c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-37ea71cb-ca44-4751-a4db-d8cceee4291c {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-37ea71cb-ca44-4751-a4db-d8cceee4291c.shogun-image-container {
      position: relative;
    }

    .s-37ea71cb-ca44-4751-a4db-d8cceee4291c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-37ea71cb-ca44-4751-a4db-d8cceee4291c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-37ea71cb-ca44-4751-a4db-d8cceee4291c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-8344368f-4730-40a4-a018-a583e6fee8bb {
  max-width: 1620px;
aspect-ratio: 1620/1080;
text-align: center;
}





  #s-8344368f-4730-40a4-a018-a583e6fee8bb img.shogun-image,
  #s-8344368f-4730-40a4-a018-a583e6fee8bb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8344368f-4730-40a4-a018-a583e6fee8bb {
    width: 100%;
    height: auto;
  }

  #s-8344368f-4730-40a4-a018-a583e6fee8bb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8344368f-4730-40a4-a018-a583e6fee8bb.shogun-image {
    
    
  }


.s-8344368f-4730-40a4-a018-a583e6fee8bb .shogun-image-content {
  
    align-items: center;
  
}

.s-8344368f-4730-40a4-a018-a583e6fee8bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8344368f-4730-40a4-a018-a583e6fee8bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8344368f-4730-40a4-a018-a583e6fee8bb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8344368f-4730-40a4-a018-a583e6fee8bb {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-8344368f-4730-40a4-a018-a583e6fee8bb.shogun-image-container {
      position: relative;
    }

    .s-8344368f-4730-40a4-a018-a583e6fee8bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8344368f-4730-40a4-a018-a583e6fee8bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8344368f-4730-40a4-a018-a583e6fee8bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-8344368f-4730-40a4-a018-a583e6fee8bb img.shogun-image,
  #s-8344368f-4730-40a4-a018-a583e6fee8bb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8344368f-4730-40a4-a018-a583e6fee8bb {
    width: 100%;
    height: auto;
  }

  #s-8344368f-4730-40a4-a018-a583e6fee8bb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8344368f-4730-40a4-a018-a583e6fee8bb.shogun-image {
    
    
  }


.s-8344368f-4730-40a4-a018-a583e6fee8bb .shogun-image-content {
  
    align-items: center;
  
}

.s-8344368f-4730-40a4-a018-a583e6fee8bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8344368f-4730-40a4-a018-a583e6fee8bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8344368f-4730-40a4-a018-a583e6fee8bb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8344368f-4730-40a4-a018-a583e6fee8bb {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-8344368f-4730-40a4-a018-a583e6fee8bb.shogun-image-container {
      position: relative;
    }

    .s-8344368f-4730-40a4-a018-a583e6fee8bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8344368f-4730-40a4-a018-a583e6fee8bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8344368f-4730-40a4-a018-a583e6fee8bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-8344368f-4730-40a4-a018-a583e6fee8bb img.shogun-image,
  #s-8344368f-4730-40a4-a018-a583e6fee8bb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8344368f-4730-40a4-a018-a583e6fee8bb {
    width: 100%;
    height: auto;
  }

  #s-8344368f-4730-40a4-a018-a583e6fee8bb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8344368f-4730-40a4-a018-a583e6fee8bb.shogun-image {
    
    
  }


.s-8344368f-4730-40a4-a018-a583e6fee8bb .shogun-image-content {
  
    align-items: center;
  
}

.s-8344368f-4730-40a4-a018-a583e6fee8bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8344368f-4730-40a4-a018-a583e6fee8bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8344368f-4730-40a4-a018-a583e6fee8bb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8344368f-4730-40a4-a018-a583e6fee8bb {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-8344368f-4730-40a4-a018-a583e6fee8bb.shogun-image-container {
      position: relative;
    }

    .s-8344368f-4730-40a4-a018-a583e6fee8bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8344368f-4730-40a4-a018-a583e6fee8bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8344368f-4730-40a4-a018-a583e6fee8bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-8344368f-4730-40a4-a018-a583e6fee8bb img.shogun-image,
  #s-8344368f-4730-40a4-a018-a583e6fee8bb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8344368f-4730-40a4-a018-a583e6fee8bb {
    width: 100%;
    height: auto;
  }

  #s-8344368f-4730-40a4-a018-a583e6fee8bb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8344368f-4730-40a4-a018-a583e6fee8bb.shogun-image {
    
    
  }


.s-8344368f-4730-40a4-a018-a583e6fee8bb .shogun-image-content {
  
    align-items: center;
  
}

.s-8344368f-4730-40a4-a018-a583e6fee8bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8344368f-4730-40a4-a018-a583e6fee8bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8344368f-4730-40a4-a018-a583e6fee8bb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8344368f-4730-40a4-a018-a583e6fee8bb {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-8344368f-4730-40a4-a018-a583e6fee8bb.shogun-image-container {
      position: relative;
    }

    .s-8344368f-4730-40a4-a018-a583e6fee8bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8344368f-4730-40a4-a018-a583e6fee8bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8344368f-4730-40a4-a018-a583e6fee8bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-8344368f-4730-40a4-a018-a583e6fee8bb img.shogun-image,
  #s-8344368f-4730-40a4-a018-a583e6fee8bb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8344368f-4730-40a4-a018-a583e6fee8bb {
    width: 100%;
    height: auto;
  }

  #s-8344368f-4730-40a4-a018-a583e6fee8bb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8344368f-4730-40a4-a018-a583e6fee8bb.shogun-image {
    
    
  }


.s-8344368f-4730-40a4-a018-a583e6fee8bb .shogun-image-content {
  
    align-items: center;
  
}

.s-8344368f-4730-40a4-a018-a583e6fee8bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8344368f-4730-40a4-a018-a583e6fee8bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8344368f-4730-40a4-a018-a583e6fee8bb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8344368f-4730-40a4-a018-a583e6fee8bb {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-8344368f-4730-40a4-a018-a583e6fee8bb.shogun-image-container {
      position: relative;
    }

    .s-8344368f-4730-40a4-a018-a583e6fee8bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8344368f-4730-40a4-a018-a583e6fee8bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8344368f-4730-40a4-a018-a583e6fee8bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-82e141f1-0159-4069-a8af-6c1744188b2d {
  max-width: 1620px;
aspect-ratio: 1620/1080;
text-align: center;
}





  #s-82e141f1-0159-4069-a8af-6c1744188b2d img.shogun-image,
  #s-82e141f1-0159-4069-a8af-6c1744188b2d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-82e141f1-0159-4069-a8af-6c1744188b2d {
    width: 100%;
    height: auto;
  }

  #s-82e141f1-0159-4069-a8af-6c1744188b2d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-82e141f1-0159-4069-a8af-6c1744188b2d.shogun-image {
    
    
  }


.s-82e141f1-0159-4069-a8af-6c1744188b2d .shogun-image-content {
  
    align-items: center;
  
}

.s-82e141f1-0159-4069-a8af-6c1744188b2d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-82e141f1-0159-4069-a8af-6c1744188b2d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82e141f1-0159-4069-a8af-6c1744188b2d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-82e141f1-0159-4069-a8af-6c1744188b2d {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-82e141f1-0159-4069-a8af-6c1744188b2d.shogun-image-container {
      position: relative;
    }

    .s-82e141f1-0159-4069-a8af-6c1744188b2d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-82e141f1-0159-4069-a8af-6c1744188b2d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-82e141f1-0159-4069-a8af-6c1744188b2d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-82e141f1-0159-4069-a8af-6c1744188b2d img.shogun-image,
  #s-82e141f1-0159-4069-a8af-6c1744188b2d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-82e141f1-0159-4069-a8af-6c1744188b2d {
    width: 100%;
    height: auto;
  }

  #s-82e141f1-0159-4069-a8af-6c1744188b2d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-82e141f1-0159-4069-a8af-6c1744188b2d.shogun-image {
    
    
  }


.s-82e141f1-0159-4069-a8af-6c1744188b2d .shogun-image-content {
  
    align-items: center;
  
}

.s-82e141f1-0159-4069-a8af-6c1744188b2d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-82e141f1-0159-4069-a8af-6c1744188b2d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82e141f1-0159-4069-a8af-6c1744188b2d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-82e141f1-0159-4069-a8af-6c1744188b2d {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-82e141f1-0159-4069-a8af-6c1744188b2d.shogun-image-container {
      position: relative;
    }

    .s-82e141f1-0159-4069-a8af-6c1744188b2d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-82e141f1-0159-4069-a8af-6c1744188b2d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-82e141f1-0159-4069-a8af-6c1744188b2d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-82e141f1-0159-4069-a8af-6c1744188b2d img.shogun-image,
  #s-82e141f1-0159-4069-a8af-6c1744188b2d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-82e141f1-0159-4069-a8af-6c1744188b2d {
    width: 100%;
    height: auto;
  }

  #s-82e141f1-0159-4069-a8af-6c1744188b2d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-82e141f1-0159-4069-a8af-6c1744188b2d.shogun-image {
    
    
  }


.s-82e141f1-0159-4069-a8af-6c1744188b2d .shogun-image-content {
  
    align-items: center;
  
}

.s-82e141f1-0159-4069-a8af-6c1744188b2d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-82e141f1-0159-4069-a8af-6c1744188b2d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82e141f1-0159-4069-a8af-6c1744188b2d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-82e141f1-0159-4069-a8af-6c1744188b2d {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-82e141f1-0159-4069-a8af-6c1744188b2d.shogun-image-container {
      position: relative;
    }

    .s-82e141f1-0159-4069-a8af-6c1744188b2d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-82e141f1-0159-4069-a8af-6c1744188b2d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-82e141f1-0159-4069-a8af-6c1744188b2d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-82e141f1-0159-4069-a8af-6c1744188b2d img.shogun-image,
  #s-82e141f1-0159-4069-a8af-6c1744188b2d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-82e141f1-0159-4069-a8af-6c1744188b2d {
    width: 100%;
    height: auto;
  }

  #s-82e141f1-0159-4069-a8af-6c1744188b2d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-82e141f1-0159-4069-a8af-6c1744188b2d.shogun-image {
    
    
  }


.s-82e141f1-0159-4069-a8af-6c1744188b2d .shogun-image-content {
  
    align-items: center;
  
}

.s-82e141f1-0159-4069-a8af-6c1744188b2d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-82e141f1-0159-4069-a8af-6c1744188b2d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82e141f1-0159-4069-a8af-6c1744188b2d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-82e141f1-0159-4069-a8af-6c1744188b2d {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-82e141f1-0159-4069-a8af-6c1744188b2d.shogun-image-container {
      position: relative;
    }

    .s-82e141f1-0159-4069-a8af-6c1744188b2d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-82e141f1-0159-4069-a8af-6c1744188b2d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-82e141f1-0159-4069-a8af-6c1744188b2d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-82e141f1-0159-4069-a8af-6c1744188b2d img.shogun-image,
  #s-82e141f1-0159-4069-a8af-6c1744188b2d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-82e141f1-0159-4069-a8af-6c1744188b2d {
    width: 100%;
    height: auto;
  }

  #s-82e141f1-0159-4069-a8af-6c1744188b2d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-82e141f1-0159-4069-a8af-6c1744188b2d.shogun-image {
    
    
  }


.s-82e141f1-0159-4069-a8af-6c1744188b2d .shogun-image-content {
  
    align-items: center;
  
}

.s-82e141f1-0159-4069-a8af-6c1744188b2d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-82e141f1-0159-4069-a8af-6c1744188b2d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82e141f1-0159-4069-a8af-6c1744188b2d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-82e141f1-0159-4069-a8af-6c1744188b2d {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-82e141f1-0159-4069-a8af-6c1744188b2d.shogun-image-container {
      position: relative;
    }

    .s-82e141f1-0159-4069-a8af-6c1744188b2d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-82e141f1-0159-4069-a8af-6c1744188b2d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-82e141f1-0159-4069-a8af-6c1744188b2d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-35ad2010-6d5d-4b88-860d-434e55547f69 {
  max-width: 1620px;
aspect-ratio: 1620/1080;
text-align: center;
}





  #s-35ad2010-6d5d-4b88-860d-434e55547f69 img.shogun-image,
  #s-35ad2010-6d5d-4b88-860d-434e55547f69 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-35ad2010-6d5d-4b88-860d-434e55547f69 {
    width: 100%;
    height: auto;
  }

  #s-35ad2010-6d5d-4b88-860d-434e55547f69 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-35ad2010-6d5d-4b88-860d-434e55547f69.shogun-image {
    
    
  }


.s-35ad2010-6d5d-4b88-860d-434e55547f69 .shogun-image-content {
  
    align-items: center;
  
}

.s-35ad2010-6d5d-4b88-860d-434e55547f69.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35ad2010-6d5d-4b88-860d-434e55547f69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35ad2010-6d5d-4b88-860d-434e55547f69.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-35ad2010-6d5d-4b88-860d-434e55547f69 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-35ad2010-6d5d-4b88-860d-434e55547f69.shogun-image-container {
      position: relative;
    }

    .s-35ad2010-6d5d-4b88-860d-434e55547f69.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-35ad2010-6d5d-4b88-860d-434e55547f69.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-35ad2010-6d5d-4b88-860d-434e55547f69 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-35ad2010-6d5d-4b88-860d-434e55547f69 img.shogun-image,
  #s-35ad2010-6d5d-4b88-860d-434e55547f69 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-35ad2010-6d5d-4b88-860d-434e55547f69 {
    width: 100%;
    height: auto;
  }

  #s-35ad2010-6d5d-4b88-860d-434e55547f69 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-35ad2010-6d5d-4b88-860d-434e55547f69.shogun-image {
    
    
  }


.s-35ad2010-6d5d-4b88-860d-434e55547f69 .shogun-image-content {
  
    align-items: center;
  
}

.s-35ad2010-6d5d-4b88-860d-434e55547f69.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35ad2010-6d5d-4b88-860d-434e55547f69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35ad2010-6d5d-4b88-860d-434e55547f69.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-35ad2010-6d5d-4b88-860d-434e55547f69 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-35ad2010-6d5d-4b88-860d-434e55547f69.shogun-image-container {
      position: relative;
    }

    .s-35ad2010-6d5d-4b88-860d-434e55547f69.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-35ad2010-6d5d-4b88-860d-434e55547f69.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-35ad2010-6d5d-4b88-860d-434e55547f69 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-35ad2010-6d5d-4b88-860d-434e55547f69 img.shogun-image,
  #s-35ad2010-6d5d-4b88-860d-434e55547f69 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-35ad2010-6d5d-4b88-860d-434e55547f69 {
    width: 100%;
    height: auto;
  }

  #s-35ad2010-6d5d-4b88-860d-434e55547f69 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-35ad2010-6d5d-4b88-860d-434e55547f69.shogun-image {
    
    
  }


.s-35ad2010-6d5d-4b88-860d-434e55547f69 .shogun-image-content {
  
    align-items: center;
  
}

.s-35ad2010-6d5d-4b88-860d-434e55547f69.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35ad2010-6d5d-4b88-860d-434e55547f69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35ad2010-6d5d-4b88-860d-434e55547f69.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-35ad2010-6d5d-4b88-860d-434e55547f69 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-35ad2010-6d5d-4b88-860d-434e55547f69.shogun-image-container {
      position: relative;
    }

    .s-35ad2010-6d5d-4b88-860d-434e55547f69.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-35ad2010-6d5d-4b88-860d-434e55547f69.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-35ad2010-6d5d-4b88-860d-434e55547f69 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-35ad2010-6d5d-4b88-860d-434e55547f69 img.shogun-image,
  #s-35ad2010-6d5d-4b88-860d-434e55547f69 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-35ad2010-6d5d-4b88-860d-434e55547f69 {
    width: 100%;
    height: auto;
  }

  #s-35ad2010-6d5d-4b88-860d-434e55547f69 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-35ad2010-6d5d-4b88-860d-434e55547f69.shogun-image {
    
    
  }


.s-35ad2010-6d5d-4b88-860d-434e55547f69 .shogun-image-content {
  
    align-items: center;
  
}

.s-35ad2010-6d5d-4b88-860d-434e55547f69.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35ad2010-6d5d-4b88-860d-434e55547f69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35ad2010-6d5d-4b88-860d-434e55547f69.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-35ad2010-6d5d-4b88-860d-434e55547f69 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-35ad2010-6d5d-4b88-860d-434e55547f69.shogun-image-container {
      position: relative;
    }

    .s-35ad2010-6d5d-4b88-860d-434e55547f69.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-35ad2010-6d5d-4b88-860d-434e55547f69.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-35ad2010-6d5d-4b88-860d-434e55547f69 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-35ad2010-6d5d-4b88-860d-434e55547f69 img.shogun-image,
  #s-35ad2010-6d5d-4b88-860d-434e55547f69 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-35ad2010-6d5d-4b88-860d-434e55547f69 {
    width: 100%;
    height: auto;
  }

  #s-35ad2010-6d5d-4b88-860d-434e55547f69 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-35ad2010-6d5d-4b88-860d-434e55547f69.shogun-image {
    
    
  }


.s-35ad2010-6d5d-4b88-860d-434e55547f69 .shogun-image-content {
  
    align-items: center;
  
}

.s-35ad2010-6d5d-4b88-860d-434e55547f69.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35ad2010-6d5d-4b88-860d-434e55547f69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35ad2010-6d5d-4b88-860d-434e55547f69.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-35ad2010-6d5d-4b88-860d-434e55547f69 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-35ad2010-6d5d-4b88-860d-434e55547f69.shogun-image-container {
      position: relative;
    }

    .s-35ad2010-6d5d-4b88-860d-434e55547f69.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-35ad2010-6d5d-4b88-860d-434e55547f69.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-35ad2010-6d5d-4b88-860d-434e55547f69 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-b423dfc7-80ba-4a9c-b2c1-ae187c2cd72c {
  margin-top: 12px;
margin-left: 20px;
margin-bottom: 12px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-b423dfc7-80ba-4a9c-b2c1-ae187c2cd72c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b423dfc7-80ba-4a9c-b2c1-ae187c2cd72c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b423dfc7-80ba-4a9c-b2c1-ae187c2cd72c {
  
}
}@media (max-width: 767px){#s-b423dfc7-80ba-4a9c-b2c1-ae187c2cd72c {
  
}
}
#s-4ffef70a-5660-473e-83cb-41a7c48875cf {
  min-height: 50px;
}








#s-4ffef70a-5660-473e-83cb-41a7c48875cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4ffef70a-5660-473e-83cb-41a7c48875cf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-21e3d782-9133-4dba-8750-1618d637d9ed {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-21e3d782-9133-4dba-8750-1618d637d9ed .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-21e3d782-9133-4dba-8750-1618d637d9ed .shg-sld-nav-button.shg-sld-left,
#s-21e3d782-9133-4dba-8750-1618d637d9ed .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-eb45d06c-d4a9-4959-a9d6-daf5666ce8d0 {
  max-width: 1620px;
aspect-ratio: 1620/1080;
text-align: center;
}





  #s-eb45d06c-d4a9-4959-a9d6-daf5666ce8d0 img.shogun-image,
  #s-eb45d06c-d4a9-4959-a9d6-daf5666ce8d0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-eb45d06c-d4a9-4959-a9d6-daf5666ce8d0 {
    width: 100%;
    height: auto;
  }

  #s-eb45d06c-d4a9-4959-a9d6-daf5666ce8d0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-eb45d06c-d4a9-4959-a9d6-daf5666ce8d0.shogun-image {
    
    
  }


.s-eb45d06c-d4a9-4959-a9d6-daf5666ce8d0 .shogun-image-content {
  
    align-items: center;
  
}

.s-eb45d06c-d4a9-4959-a9d6-daf5666ce8d0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb45d06c-d4a9-4959-a9d6-daf5666ce8d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb45d06c-d4a9-4959-a9d6-daf5666ce8d0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eb45d06c-d4a9-4959-a9d6-daf5666ce8d0 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-eb45d06c-d4a9-4959-a9d6-daf5666ce8d0.shogun-image-container {
      position: relative;
    }

    .s-eb45d06c-d4a9-4959-a9d6-daf5666ce8d0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eb45d06c-d4a9-4959-a9d6-daf5666ce8d0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eb45d06c-d4a9-4959-a9d6-daf5666ce8d0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-eb45d06c-d4a9-4959-a9d6-daf5666ce8d0 img.shogun-image,
  #s-eb45d06c-d4a9-4959-a9d6-daf5666ce8d0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-eb45d06c-d4a9-4959-a9d6-daf5666ce8d0 {
    width: 100%;
    height: auto;
  }

  #s-eb45d06c-d4a9-4959-a9d6-daf5666ce8d0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-eb45d06c-d4a9-4959-a9d6-daf5666ce8d0.shogun-image {
    
    
  }


.s-eb45d06c-d4a9-4959-a9d6-daf5666ce8d0 .shogun-image-content {
  
    align-items: center;
  
}

.s-eb45d06c-d4a9-4959-a9d6-daf5666ce8d0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb45d06c-d4a9-4959-a9d6-daf5666ce8d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb45d06c-d4a9-4959-a9d6-daf5666ce8d0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eb45d06c-d4a9-4959-a9d6-daf5666ce8d0 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-eb45d06c-d4a9-4959-a9d6-daf5666ce8d0.shogun-image-container {
      position: relative;
    }

    .s-eb45d06c-d4a9-4959-a9d6-daf5666ce8d0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eb45d06c-d4a9-4959-a9d6-daf5666ce8d0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eb45d06c-d4a9-4959-a9d6-daf5666ce8d0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-eb45d06c-d4a9-4959-a9d6-daf5666ce8d0 img.shogun-image,
  #s-eb45d06c-d4a9-4959-a9d6-daf5666ce8d0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-eb45d06c-d4a9-4959-a9d6-daf5666ce8d0 {
    width: 100%;
    height: auto;
  }

  #s-eb45d06c-d4a9-4959-a9d6-daf5666ce8d0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-eb45d06c-d4a9-4959-a9d6-daf5666ce8d0.shogun-image {
    
    
  }


.s-eb45d06c-d4a9-4959-a9d6-daf5666ce8d0 .shogun-image-content {
  
    align-items: center;
  
}

.s-eb45d06c-d4a9-4959-a9d6-daf5666ce8d0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb45d06c-d4a9-4959-a9d6-daf5666ce8d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb45d06c-d4a9-4959-a9d6-daf5666ce8d0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eb45d06c-d4a9-4959-a9d6-daf5666ce8d0 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-eb45d06c-d4a9-4959-a9d6-daf5666ce8d0.shogun-image-container {
      position: relative;
    }

    .s-eb45d06c-d4a9-4959-a9d6-daf5666ce8d0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eb45d06c-d4a9-4959-a9d6-daf5666ce8d0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eb45d06c-d4a9-4959-a9d6-daf5666ce8d0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-eb45d06c-d4a9-4959-a9d6-daf5666ce8d0 img.shogun-image,
  #s-eb45d06c-d4a9-4959-a9d6-daf5666ce8d0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-eb45d06c-d4a9-4959-a9d6-daf5666ce8d0 {
    width: 100%;
    height: auto;
  }

  #s-eb45d06c-d4a9-4959-a9d6-daf5666ce8d0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-eb45d06c-d4a9-4959-a9d6-daf5666ce8d0.shogun-image {
    
    
  }


.s-eb45d06c-d4a9-4959-a9d6-daf5666ce8d0 .shogun-image-content {
  
    align-items: center;
  
}

.s-eb45d06c-d4a9-4959-a9d6-daf5666ce8d0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb45d06c-d4a9-4959-a9d6-daf5666ce8d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb45d06c-d4a9-4959-a9d6-daf5666ce8d0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eb45d06c-d4a9-4959-a9d6-daf5666ce8d0 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-eb45d06c-d4a9-4959-a9d6-daf5666ce8d0.shogun-image-container {
      position: relative;
    }

    .s-eb45d06c-d4a9-4959-a9d6-daf5666ce8d0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eb45d06c-d4a9-4959-a9d6-daf5666ce8d0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eb45d06c-d4a9-4959-a9d6-daf5666ce8d0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-eb45d06c-d4a9-4959-a9d6-daf5666ce8d0 img.shogun-image,
  #s-eb45d06c-d4a9-4959-a9d6-daf5666ce8d0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-eb45d06c-d4a9-4959-a9d6-daf5666ce8d0 {
    width: 100%;
    height: auto;
  }

  #s-eb45d06c-d4a9-4959-a9d6-daf5666ce8d0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-eb45d06c-d4a9-4959-a9d6-daf5666ce8d0.shogun-image {
    
    
  }


.s-eb45d06c-d4a9-4959-a9d6-daf5666ce8d0 .shogun-image-content {
  
    align-items: center;
  
}

.s-eb45d06c-d4a9-4959-a9d6-daf5666ce8d0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb45d06c-d4a9-4959-a9d6-daf5666ce8d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb45d06c-d4a9-4959-a9d6-daf5666ce8d0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eb45d06c-d4a9-4959-a9d6-daf5666ce8d0 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-eb45d06c-d4a9-4959-a9d6-daf5666ce8d0.shogun-image-container {
      position: relative;
    }

    .s-eb45d06c-d4a9-4959-a9d6-daf5666ce8d0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eb45d06c-d4a9-4959-a9d6-daf5666ce8d0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eb45d06c-d4a9-4959-a9d6-daf5666ce8d0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-45b88836-ad81-4ccb-b03b-886bd994d439 {
  max-width: 1620px;
aspect-ratio: 1620/1080;
text-align: center;
}





  #s-45b88836-ad81-4ccb-b03b-886bd994d439 img.shogun-image,
  #s-45b88836-ad81-4ccb-b03b-886bd994d439 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-45b88836-ad81-4ccb-b03b-886bd994d439 {
    width: 100%;
    height: auto;
  }

  #s-45b88836-ad81-4ccb-b03b-886bd994d439 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-45b88836-ad81-4ccb-b03b-886bd994d439.shogun-image {
    
    
  }


.s-45b88836-ad81-4ccb-b03b-886bd994d439 .shogun-image-content {
  
    align-items: center;
  
}

.s-45b88836-ad81-4ccb-b03b-886bd994d439.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45b88836-ad81-4ccb-b03b-886bd994d439.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45b88836-ad81-4ccb-b03b-886bd994d439.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-45b88836-ad81-4ccb-b03b-886bd994d439 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-45b88836-ad81-4ccb-b03b-886bd994d439.shogun-image-container {
      position: relative;
    }

    .s-45b88836-ad81-4ccb-b03b-886bd994d439.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-45b88836-ad81-4ccb-b03b-886bd994d439.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-45b88836-ad81-4ccb-b03b-886bd994d439 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-45b88836-ad81-4ccb-b03b-886bd994d439 img.shogun-image,
  #s-45b88836-ad81-4ccb-b03b-886bd994d439 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-45b88836-ad81-4ccb-b03b-886bd994d439 {
    width: 100%;
    height: auto;
  }

  #s-45b88836-ad81-4ccb-b03b-886bd994d439 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-45b88836-ad81-4ccb-b03b-886bd994d439.shogun-image {
    
    
  }


.s-45b88836-ad81-4ccb-b03b-886bd994d439 .shogun-image-content {
  
    align-items: center;
  
}

.s-45b88836-ad81-4ccb-b03b-886bd994d439.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45b88836-ad81-4ccb-b03b-886bd994d439.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45b88836-ad81-4ccb-b03b-886bd994d439.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-45b88836-ad81-4ccb-b03b-886bd994d439 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-45b88836-ad81-4ccb-b03b-886bd994d439.shogun-image-container {
      position: relative;
    }

    .s-45b88836-ad81-4ccb-b03b-886bd994d439.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-45b88836-ad81-4ccb-b03b-886bd994d439.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-45b88836-ad81-4ccb-b03b-886bd994d439 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-45b88836-ad81-4ccb-b03b-886bd994d439 img.shogun-image,
  #s-45b88836-ad81-4ccb-b03b-886bd994d439 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-45b88836-ad81-4ccb-b03b-886bd994d439 {
    width: 100%;
    height: auto;
  }

  #s-45b88836-ad81-4ccb-b03b-886bd994d439 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-45b88836-ad81-4ccb-b03b-886bd994d439.shogun-image {
    
    
  }


.s-45b88836-ad81-4ccb-b03b-886bd994d439 .shogun-image-content {
  
    align-items: center;
  
}

.s-45b88836-ad81-4ccb-b03b-886bd994d439.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45b88836-ad81-4ccb-b03b-886bd994d439.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45b88836-ad81-4ccb-b03b-886bd994d439.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-45b88836-ad81-4ccb-b03b-886bd994d439 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-45b88836-ad81-4ccb-b03b-886bd994d439.shogun-image-container {
      position: relative;
    }

    .s-45b88836-ad81-4ccb-b03b-886bd994d439.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-45b88836-ad81-4ccb-b03b-886bd994d439.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-45b88836-ad81-4ccb-b03b-886bd994d439 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-45b88836-ad81-4ccb-b03b-886bd994d439 img.shogun-image,
  #s-45b88836-ad81-4ccb-b03b-886bd994d439 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-45b88836-ad81-4ccb-b03b-886bd994d439 {
    width: 100%;
    height: auto;
  }

  #s-45b88836-ad81-4ccb-b03b-886bd994d439 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-45b88836-ad81-4ccb-b03b-886bd994d439.shogun-image {
    
    
  }


.s-45b88836-ad81-4ccb-b03b-886bd994d439 .shogun-image-content {
  
    align-items: center;
  
}

.s-45b88836-ad81-4ccb-b03b-886bd994d439.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45b88836-ad81-4ccb-b03b-886bd994d439.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45b88836-ad81-4ccb-b03b-886bd994d439.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-45b88836-ad81-4ccb-b03b-886bd994d439 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-45b88836-ad81-4ccb-b03b-886bd994d439.shogun-image-container {
      position: relative;
    }

    .s-45b88836-ad81-4ccb-b03b-886bd994d439.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-45b88836-ad81-4ccb-b03b-886bd994d439.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-45b88836-ad81-4ccb-b03b-886bd994d439 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-45b88836-ad81-4ccb-b03b-886bd994d439 img.shogun-image,
  #s-45b88836-ad81-4ccb-b03b-886bd994d439 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-45b88836-ad81-4ccb-b03b-886bd994d439 {
    width: 100%;
    height: auto;
  }

  #s-45b88836-ad81-4ccb-b03b-886bd994d439 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-45b88836-ad81-4ccb-b03b-886bd994d439.shogun-image {
    
    
  }


.s-45b88836-ad81-4ccb-b03b-886bd994d439 .shogun-image-content {
  
    align-items: center;
  
}

.s-45b88836-ad81-4ccb-b03b-886bd994d439.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45b88836-ad81-4ccb-b03b-886bd994d439.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45b88836-ad81-4ccb-b03b-886bd994d439.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-45b88836-ad81-4ccb-b03b-886bd994d439 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-45b88836-ad81-4ccb-b03b-886bd994d439.shogun-image-container {
      position: relative;
    }

    .s-45b88836-ad81-4ccb-b03b-886bd994d439.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-45b88836-ad81-4ccb-b03b-886bd994d439.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-45b88836-ad81-4ccb-b03b-886bd994d439 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-60c3254c-6c81-494e-852e-8b0c8f4bc2d3 {
  text-align: center;
}







  img.s-60c3254c-6c81-494e-852e-8b0c8f4bc2d3.shogun-image {
    
    
  }


.s-60c3254c-6c81-494e-852e-8b0c8f4bc2d3 .shogun-image-content {
  
    align-items: center;
  
}

.s-60c3254c-6c81-494e-852e-8b0c8f4bc2d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-60c3254c-6c81-494e-852e-8b0c8f4bc2d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-60c3254c-6c81-494e-852e-8b0c8f4bc2d3.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-60c3254c-6c81-494e-852e-8b0c8f4bc2d3.shogun-image {
    
    
  }


.s-60c3254c-6c81-494e-852e-8b0c8f4bc2d3 .shogun-image-content {
  
    align-items: center;
  
}

.s-60c3254c-6c81-494e-852e-8b0c8f4bc2d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-60c3254c-6c81-494e-852e-8b0c8f4bc2d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-60c3254c-6c81-494e-852e-8b0c8f4bc2d3.shogun-image {
  box-sizing: border-box;
}



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





  img.s-60c3254c-6c81-494e-852e-8b0c8f4bc2d3.shogun-image {
    
    
  }


.s-60c3254c-6c81-494e-852e-8b0c8f4bc2d3 .shogun-image-content {
  
    align-items: center;
  
}

.s-60c3254c-6c81-494e-852e-8b0c8f4bc2d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-60c3254c-6c81-494e-852e-8b0c8f4bc2d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-60c3254c-6c81-494e-852e-8b0c8f4bc2d3.shogun-image {
  box-sizing: border-box;
}



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





  img.s-60c3254c-6c81-494e-852e-8b0c8f4bc2d3.shogun-image {
    
    
  }


.s-60c3254c-6c81-494e-852e-8b0c8f4bc2d3 .shogun-image-content {
  
    align-items: center;
  
}

.s-60c3254c-6c81-494e-852e-8b0c8f4bc2d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-60c3254c-6c81-494e-852e-8b0c8f4bc2d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-60c3254c-6c81-494e-852e-8b0c8f4bc2d3.shogun-image {
  box-sizing: border-box;
}



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





  img.s-60c3254c-6c81-494e-852e-8b0c8f4bc2d3.shogun-image {
    
    
  }


.s-60c3254c-6c81-494e-852e-8b0c8f4bc2d3 .shogun-image-content {
  
    align-items: center;
  
}

.s-60c3254c-6c81-494e-852e-8b0c8f4bc2d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-60c3254c-6c81-494e-852e-8b0c8f4bc2d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-60c3254c-6c81-494e-852e-8b0c8f4bc2d3.shogun-image {
  box-sizing: border-box;
}



}
#s-791ac347-b581-4b4f-a990-86e85a0cae68 {
  margin-top: 12px;
margin-left: 20px;
margin-bottom: 12px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-791ac347-b581-4b4f-a990-86e85a0cae68 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-791ac347-b581-4b4f-a990-86e85a0cae68 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-791ac347-b581-4b4f-a990-86e85a0cae68 {
  
}
}@media (max-width: 767px){#s-791ac347-b581-4b4f-a990-86e85a0cae68 {
  
}
}
@media (min-width: 0px) {
[id="s-6658f329-956e-499a-8c9f-fe6ace94c346"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-6658f329-956e-499a-8c9f-fe6ace94c346"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-6658f329-956e-499a-8c9f-fe6ace94c346"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-6658f329-956e-499a-8c9f-fe6ace94c346"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-1daac672-d304-4d59-9275-241e3d058693 {
  min-height: 50px;
}








#s-1daac672-d304-4d59-9275-241e3d058693 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1daac672-d304-4d59-9275-241e3d058693.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-890d5303-6257-4690-8287-fee7bbd7dabd {
  min-height: 50px;
}








#s-890d5303-6257-4690-8287-fee7bbd7dabd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-890d5303-6257-4690-8287-fee7bbd7dabd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ae1e446d-0161-4ecf-9d94-e6edad51d3d8 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-ae1e446d-0161-4ecf-9d94-e6edad51d3d8 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-ae1e446d-0161-4ecf-9d94-e6edad51d3d8 .shg-sld-nav-button.shg-sld-left,
#s-ae1e446d-0161-4ecf-9d94-e6edad51d3d8 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-a7ed25b5-51f4-48c8-bacf-f9c9a9caf14f {
  max-width: 1620px;
aspect-ratio: 1620/1080;
text-align: center;
}





  #s-a7ed25b5-51f4-48c8-bacf-f9c9a9caf14f img.shogun-image,
  #s-a7ed25b5-51f4-48c8-bacf-f9c9a9caf14f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a7ed25b5-51f4-48c8-bacf-f9c9a9caf14f {
    width: 100%;
    height: auto;
  }

  #s-a7ed25b5-51f4-48c8-bacf-f9c9a9caf14f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a7ed25b5-51f4-48c8-bacf-f9c9a9caf14f.shogun-image {
    
    
  }


.s-a7ed25b5-51f4-48c8-bacf-f9c9a9caf14f .shogun-image-content {
  
    align-items: center;
  
}

.s-a7ed25b5-51f4-48c8-bacf-f9c9a9caf14f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a7ed25b5-51f4-48c8-bacf-f9c9a9caf14f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7ed25b5-51f4-48c8-bacf-f9c9a9caf14f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a7ed25b5-51f4-48c8-bacf-f9c9a9caf14f {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-a7ed25b5-51f4-48c8-bacf-f9c9a9caf14f.shogun-image-container {
      position: relative;
    }

    .s-a7ed25b5-51f4-48c8-bacf-f9c9a9caf14f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a7ed25b5-51f4-48c8-bacf-f9c9a9caf14f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a7ed25b5-51f4-48c8-bacf-f9c9a9caf14f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-a7ed25b5-51f4-48c8-bacf-f9c9a9caf14f img.shogun-image,
  #s-a7ed25b5-51f4-48c8-bacf-f9c9a9caf14f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a7ed25b5-51f4-48c8-bacf-f9c9a9caf14f {
    width: 100%;
    height: auto;
  }

  #s-a7ed25b5-51f4-48c8-bacf-f9c9a9caf14f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a7ed25b5-51f4-48c8-bacf-f9c9a9caf14f.shogun-image {
    
    
  }


.s-a7ed25b5-51f4-48c8-bacf-f9c9a9caf14f .shogun-image-content {
  
    align-items: center;
  
}

.s-a7ed25b5-51f4-48c8-bacf-f9c9a9caf14f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a7ed25b5-51f4-48c8-bacf-f9c9a9caf14f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7ed25b5-51f4-48c8-bacf-f9c9a9caf14f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a7ed25b5-51f4-48c8-bacf-f9c9a9caf14f {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-a7ed25b5-51f4-48c8-bacf-f9c9a9caf14f.shogun-image-container {
      position: relative;
    }

    .s-a7ed25b5-51f4-48c8-bacf-f9c9a9caf14f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a7ed25b5-51f4-48c8-bacf-f9c9a9caf14f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a7ed25b5-51f4-48c8-bacf-f9c9a9caf14f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-a7ed25b5-51f4-48c8-bacf-f9c9a9caf14f img.shogun-image,
  #s-a7ed25b5-51f4-48c8-bacf-f9c9a9caf14f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a7ed25b5-51f4-48c8-bacf-f9c9a9caf14f {
    width: 100%;
    height: auto;
  }

  #s-a7ed25b5-51f4-48c8-bacf-f9c9a9caf14f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a7ed25b5-51f4-48c8-bacf-f9c9a9caf14f.shogun-image {
    
    
  }


.s-a7ed25b5-51f4-48c8-bacf-f9c9a9caf14f .shogun-image-content {
  
    align-items: center;
  
}

.s-a7ed25b5-51f4-48c8-bacf-f9c9a9caf14f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a7ed25b5-51f4-48c8-bacf-f9c9a9caf14f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7ed25b5-51f4-48c8-bacf-f9c9a9caf14f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a7ed25b5-51f4-48c8-bacf-f9c9a9caf14f {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-a7ed25b5-51f4-48c8-bacf-f9c9a9caf14f.shogun-image-container {
      position: relative;
    }

    .s-a7ed25b5-51f4-48c8-bacf-f9c9a9caf14f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a7ed25b5-51f4-48c8-bacf-f9c9a9caf14f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a7ed25b5-51f4-48c8-bacf-f9c9a9caf14f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-a7ed25b5-51f4-48c8-bacf-f9c9a9caf14f img.shogun-image,
  #s-a7ed25b5-51f4-48c8-bacf-f9c9a9caf14f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a7ed25b5-51f4-48c8-bacf-f9c9a9caf14f {
    width: 100%;
    height: auto;
  }

  #s-a7ed25b5-51f4-48c8-bacf-f9c9a9caf14f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a7ed25b5-51f4-48c8-bacf-f9c9a9caf14f.shogun-image {
    
    
  }


.s-a7ed25b5-51f4-48c8-bacf-f9c9a9caf14f .shogun-image-content {
  
    align-items: center;
  
}

.s-a7ed25b5-51f4-48c8-bacf-f9c9a9caf14f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a7ed25b5-51f4-48c8-bacf-f9c9a9caf14f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7ed25b5-51f4-48c8-bacf-f9c9a9caf14f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a7ed25b5-51f4-48c8-bacf-f9c9a9caf14f {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-a7ed25b5-51f4-48c8-bacf-f9c9a9caf14f.shogun-image-container {
      position: relative;
    }

    .s-a7ed25b5-51f4-48c8-bacf-f9c9a9caf14f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a7ed25b5-51f4-48c8-bacf-f9c9a9caf14f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a7ed25b5-51f4-48c8-bacf-f9c9a9caf14f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-a7ed25b5-51f4-48c8-bacf-f9c9a9caf14f img.shogun-image,
  #s-a7ed25b5-51f4-48c8-bacf-f9c9a9caf14f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a7ed25b5-51f4-48c8-bacf-f9c9a9caf14f {
    width: 100%;
    height: auto;
  }

  #s-a7ed25b5-51f4-48c8-bacf-f9c9a9caf14f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a7ed25b5-51f4-48c8-bacf-f9c9a9caf14f.shogun-image {
    
    
  }


.s-a7ed25b5-51f4-48c8-bacf-f9c9a9caf14f .shogun-image-content {
  
    align-items: center;
  
}

.s-a7ed25b5-51f4-48c8-bacf-f9c9a9caf14f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a7ed25b5-51f4-48c8-bacf-f9c9a9caf14f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7ed25b5-51f4-48c8-bacf-f9c9a9caf14f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a7ed25b5-51f4-48c8-bacf-f9c9a9caf14f {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-a7ed25b5-51f4-48c8-bacf-f9c9a9caf14f.shogun-image-container {
      position: relative;
    }

    .s-a7ed25b5-51f4-48c8-bacf-f9c9a9caf14f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a7ed25b5-51f4-48c8-bacf-f9c9a9caf14f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a7ed25b5-51f4-48c8-bacf-f9c9a9caf14f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-d2a7ca85-398a-4634-8f6d-dd66db5c9532 {
  max-width: 1620px;
aspect-ratio: 1620/1080;
text-align: center;
}





  #s-d2a7ca85-398a-4634-8f6d-dd66db5c9532 img.shogun-image,
  #s-d2a7ca85-398a-4634-8f6d-dd66db5c9532 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d2a7ca85-398a-4634-8f6d-dd66db5c9532 {
    width: 100%;
    height: auto;
  }

  #s-d2a7ca85-398a-4634-8f6d-dd66db5c9532 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d2a7ca85-398a-4634-8f6d-dd66db5c9532.shogun-image {
    
    
  }


.s-d2a7ca85-398a-4634-8f6d-dd66db5c9532 .shogun-image-content {
  
    align-items: center;
  
}

.s-d2a7ca85-398a-4634-8f6d-dd66db5c9532.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2a7ca85-398a-4634-8f6d-dd66db5c9532.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2a7ca85-398a-4634-8f6d-dd66db5c9532.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d2a7ca85-398a-4634-8f6d-dd66db5c9532 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-d2a7ca85-398a-4634-8f6d-dd66db5c9532.shogun-image-container {
      position: relative;
    }

    .s-d2a7ca85-398a-4634-8f6d-dd66db5c9532.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d2a7ca85-398a-4634-8f6d-dd66db5c9532.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d2a7ca85-398a-4634-8f6d-dd66db5c9532 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-d2a7ca85-398a-4634-8f6d-dd66db5c9532 img.shogun-image,
  #s-d2a7ca85-398a-4634-8f6d-dd66db5c9532 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d2a7ca85-398a-4634-8f6d-dd66db5c9532 {
    width: 100%;
    height: auto;
  }

  #s-d2a7ca85-398a-4634-8f6d-dd66db5c9532 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d2a7ca85-398a-4634-8f6d-dd66db5c9532.shogun-image {
    
    
  }


.s-d2a7ca85-398a-4634-8f6d-dd66db5c9532 .shogun-image-content {
  
    align-items: center;
  
}

.s-d2a7ca85-398a-4634-8f6d-dd66db5c9532.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2a7ca85-398a-4634-8f6d-dd66db5c9532.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2a7ca85-398a-4634-8f6d-dd66db5c9532.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d2a7ca85-398a-4634-8f6d-dd66db5c9532 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-d2a7ca85-398a-4634-8f6d-dd66db5c9532.shogun-image-container {
      position: relative;
    }

    .s-d2a7ca85-398a-4634-8f6d-dd66db5c9532.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d2a7ca85-398a-4634-8f6d-dd66db5c9532.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d2a7ca85-398a-4634-8f6d-dd66db5c9532 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-d2a7ca85-398a-4634-8f6d-dd66db5c9532 img.shogun-image,
  #s-d2a7ca85-398a-4634-8f6d-dd66db5c9532 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d2a7ca85-398a-4634-8f6d-dd66db5c9532 {
    width: 100%;
    height: auto;
  }

  #s-d2a7ca85-398a-4634-8f6d-dd66db5c9532 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d2a7ca85-398a-4634-8f6d-dd66db5c9532.shogun-image {
    
    
  }


.s-d2a7ca85-398a-4634-8f6d-dd66db5c9532 .shogun-image-content {
  
    align-items: center;
  
}

.s-d2a7ca85-398a-4634-8f6d-dd66db5c9532.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2a7ca85-398a-4634-8f6d-dd66db5c9532.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2a7ca85-398a-4634-8f6d-dd66db5c9532.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d2a7ca85-398a-4634-8f6d-dd66db5c9532 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-d2a7ca85-398a-4634-8f6d-dd66db5c9532.shogun-image-container {
      position: relative;
    }

    .s-d2a7ca85-398a-4634-8f6d-dd66db5c9532.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d2a7ca85-398a-4634-8f6d-dd66db5c9532.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d2a7ca85-398a-4634-8f6d-dd66db5c9532 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-d2a7ca85-398a-4634-8f6d-dd66db5c9532 img.shogun-image,
  #s-d2a7ca85-398a-4634-8f6d-dd66db5c9532 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d2a7ca85-398a-4634-8f6d-dd66db5c9532 {
    width: 100%;
    height: auto;
  }

  #s-d2a7ca85-398a-4634-8f6d-dd66db5c9532 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d2a7ca85-398a-4634-8f6d-dd66db5c9532.shogun-image {
    
    
  }


.s-d2a7ca85-398a-4634-8f6d-dd66db5c9532 .shogun-image-content {
  
    align-items: center;
  
}

.s-d2a7ca85-398a-4634-8f6d-dd66db5c9532.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2a7ca85-398a-4634-8f6d-dd66db5c9532.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2a7ca85-398a-4634-8f6d-dd66db5c9532.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d2a7ca85-398a-4634-8f6d-dd66db5c9532 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-d2a7ca85-398a-4634-8f6d-dd66db5c9532.shogun-image-container {
      position: relative;
    }

    .s-d2a7ca85-398a-4634-8f6d-dd66db5c9532.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d2a7ca85-398a-4634-8f6d-dd66db5c9532.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d2a7ca85-398a-4634-8f6d-dd66db5c9532 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-d2a7ca85-398a-4634-8f6d-dd66db5c9532 img.shogun-image,
  #s-d2a7ca85-398a-4634-8f6d-dd66db5c9532 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d2a7ca85-398a-4634-8f6d-dd66db5c9532 {
    width: 100%;
    height: auto;
  }

  #s-d2a7ca85-398a-4634-8f6d-dd66db5c9532 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d2a7ca85-398a-4634-8f6d-dd66db5c9532.shogun-image {
    
    
  }


.s-d2a7ca85-398a-4634-8f6d-dd66db5c9532 .shogun-image-content {
  
    align-items: center;
  
}

.s-d2a7ca85-398a-4634-8f6d-dd66db5c9532.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2a7ca85-398a-4634-8f6d-dd66db5c9532.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2a7ca85-398a-4634-8f6d-dd66db5c9532.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d2a7ca85-398a-4634-8f6d-dd66db5c9532 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-d2a7ca85-398a-4634-8f6d-dd66db5c9532.shogun-image-container {
      position: relative;
    }

    .s-d2a7ca85-398a-4634-8f6d-dd66db5c9532.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d2a7ca85-398a-4634-8f6d-dd66db5c9532.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d2a7ca85-398a-4634-8f6d-dd66db5c9532 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-5a63faf4-5105-4294-84ac-5866a3319f64 {
  max-width: 1620px;
aspect-ratio: 1620/1080;
text-align: center;
}





  #s-5a63faf4-5105-4294-84ac-5866a3319f64 img.shogun-image,
  #s-5a63faf4-5105-4294-84ac-5866a3319f64 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5a63faf4-5105-4294-84ac-5866a3319f64 {
    width: 100%;
    height: auto;
  }

  #s-5a63faf4-5105-4294-84ac-5866a3319f64 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5a63faf4-5105-4294-84ac-5866a3319f64.shogun-image {
    
    
  }


.s-5a63faf4-5105-4294-84ac-5866a3319f64 .shogun-image-content {
  
    align-items: center;
  
}

.s-5a63faf4-5105-4294-84ac-5866a3319f64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a63faf4-5105-4294-84ac-5866a3319f64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a63faf4-5105-4294-84ac-5866a3319f64.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5a63faf4-5105-4294-84ac-5866a3319f64 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-5a63faf4-5105-4294-84ac-5866a3319f64.shogun-image-container {
      position: relative;
    }

    .s-5a63faf4-5105-4294-84ac-5866a3319f64.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5a63faf4-5105-4294-84ac-5866a3319f64.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5a63faf4-5105-4294-84ac-5866a3319f64 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-5a63faf4-5105-4294-84ac-5866a3319f64 img.shogun-image,
  #s-5a63faf4-5105-4294-84ac-5866a3319f64 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5a63faf4-5105-4294-84ac-5866a3319f64 {
    width: 100%;
    height: auto;
  }

  #s-5a63faf4-5105-4294-84ac-5866a3319f64 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5a63faf4-5105-4294-84ac-5866a3319f64.shogun-image {
    
    
  }


.s-5a63faf4-5105-4294-84ac-5866a3319f64 .shogun-image-content {
  
    align-items: center;
  
}

.s-5a63faf4-5105-4294-84ac-5866a3319f64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a63faf4-5105-4294-84ac-5866a3319f64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a63faf4-5105-4294-84ac-5866a3319f64.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5a63faf4-5105-4294-84ac-5866a3319f64 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-5a63faf4-5105-4294-84ac-5866a3319f64.shogun-image-container {
      position: relative;
    }

    .s-5a63faf4-5105-4294-84ac-5866a3319f64.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5a63faf4-5105-4294-84ac-5866a3319f64.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5a63faf4-5105-4294-84ac-5866a3319f64 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-5a63faf4-5105-4294-84ac-5866a3319f64 img.shogun-image,
  #s-5a63faf4-5105-4294-84ac-5866a3319f64 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5a63faf4-5105-4294-84ac-5866a3319f64 {
    width: 100%;
    height: auto;
  }

  #s-5a63faf4-5105-4294-84ac-5866a3319f64 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5a63faf4-5105-4294-84ac-5866a3319f64.shogun-image {
    
    
  }


.s-5a63faf4-5105-4294-84ac-5866a3319f64 .shogun-image-content {
  
    align-items: center;
  
}

.s-5a63faf4-5105-4294-84ac-5866a3319f64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a63faf4-5105-4294-84ac-5866a3319f64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a63faf4-5105-4294-84ac-5866a3319f64.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5a63faf4-5105-4294-84ac-5866a3319f64 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-5a63faf4-5105-4294-84ac-5866a3319f64.shogun-image-container {
      position: relative;
    }

    .s-5a63faf4-5105-4294-84ac-5866a3319f64.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5a63faf4-5105-4294-84ac-5866a3319f64.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5a63faf4-5105-4294-84ac-5866a3319f64 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-5a63faf4-5105-4294-84ac-5866a3319f64 img.shogun-image,
  #s-5a63faf4-5105-4294-84ac-5866a3319f64 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5a63faf4-5105-4294-84ac-5866a3319f64 {
    width: 100%;
    height: auto;
  }

  #s-5a63faf4-5105-4294-84ac-5866a3319f64 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5a63faf4-5105-4294-84ac-5866a3319f64.shogun-image {
    
    
  }


.s-5a63faf4-5105-4294-84ac-5866a3319f64 .shogun-image-content {
  
    align-items: center;
  
}

.s-5a63faf4-5105-4294-84ac-5866a3319f64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a63faf4-5105-4294-84ac-5866a3319f64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a63faf4-5105-4294-84ac-5866a3319f64.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5a63faf4-5105-4294-84ac-5866a3319f64 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-5a63faf4-5105-4294-84ac-5866a3319f64.shogun-image-container {
      position: relative;
    }

    .s-5a63faf4-5105-4294-84ac-5866a3319f64.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5a63faf4-5105-4294-84ac-5866a3319f64.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5a63faf4-5105-4294-84ac-5866a3319f64 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-5a63faf4-5105-4294-84ac-5866a3319f64 img.shogun-image,
  #s-5a63faf4-5105-4294-84ac-5866a3319f64 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5a63faf4-5105-4294-84ac-5866a3319f64 {
    width: 100%;
    height: auto;
  }

  #s-5a63faf4-5105-4294-84ac-5866a3319f64 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5a63faf4-5105-4294-84ac-5866a3319f64.shogun-image {
    
    
  }


.s-5a63faf4-5105-4294-84ac-5866a3319f64 .shogun-image-content {
  
    align-items: center;
  
}

.s-5a63faf4-5105-4294-84ac-5866a3319f64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a63faf4-5105-4294-84ac-5866a3319f64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a63faf4-5105-4294-84ac-5866a3319f64.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5a63faf4-5105-4294-84ac-5866a3319f64 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-5a63faf4-5105-4294-84ac-5866a3319f64.shogun-image-container {
      position: relative;
    }

    .s-5a63faf4-5105-4294-84ac-5866a3319f64.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5a63faf4-5105-4294-84ac-5866a3319f64.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5a63faf4-5105-4294-84ac-5866a3319f64 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-3f50bbe3-5a14-4309-a3ce-b925ad0ce6dd {
  margin-top: 12px;
margin-left: 20px;
margin-bottom: 12px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-3f50bbe3-5a14-4309-a3ce-b925ad0ce6dd {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3f50bbe3-5a14-4309-a3ce-b925ad0ce6dd {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3f50bbe3-5a14-4309-a3ce-b925ad0ce6dd {
  
}
}@media (max-width: 767px){#s-3f50bbe3-5a14-4309-a3ce-b925ad0ce6dd {
  
}
}
#s-db51ef06-1edc-4a96-b514-16c7a434ed72 {
  min-height: 50px;
}








#s-db51ef06-1edc-4a96-b514-16c7a434ed72 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-db51ef06-1edc-4a96-b514-16c7a434ed72.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-63b6311b-b38f-4e7b-8b46-d85ef0f0e567 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-63b6311b-b38f-4e7b-8b46-d85ef0f0e567 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-63b6311b-b38f-4e7b-8b46-d85ef0f0e567 .shg-sld-nav-button.shg-sld-left,
#s-63b6311b-b38f-4e7b-8b46-d85ef0f0e567 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-4c3b7a8c-0ed1-41e7-a597-475b6fe6becf {
  max-width: 1620px;
aspect-ratio: 1620/1080;
text-align: center;
}





  #s-4c3b7a8c-0ed1-41e7-a597-475b6fe6becf img.shogun-image,
  #s-4c3b7a8c-0ed1-41e7-a597-475b6fe6becf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4c3b7a8c-0ed1-41e7-a597-475b6fe6becf {
    width: 100%;
    height: auto;
  }

  #s-4c3b7a8c-0ed1-41e7-a597-475b6fe6becf img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4c3b7a8c-0ed1-41e7-a597-475b6fe6becf.shogun-image {
    
    
  }


.s-4c3b7a8c-0ed1-41e7-a597-475b6fe6becf .shogun-image-content {
  
    align-items: center;
  
}

.s-4c3b7a8c-0ed1-41e7-a597-475b6fe6becf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c3b7a8c-0ed1-41e7-a597-475b6fe6becf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c3b7a8c-0ed1-41e7-a597-475b6fe6becf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4c3b7a8c-0ed1-41e7-a597-475b6fe6becf {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-4c3b7a8c-0ed1-41e7-a597-475b6fe6becf.shogun-image-container {
      position: relative;
    }

    .s-4c3b7a8c-0ed1-41e7-a597-475b6fe6becf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4c3b7a8c-0ed1-41e7-a597-475b6fe6becf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4c3b7a8c-0ed1-41e7-a597-475b6fe6becf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-4c3b7a8c-0ed1-41e7-a597-475b6fe6becf img.shogun-image,
  #s-4c3b7a8c-0ed1-41e7-a597-475b6fe6becf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4c3b7a8c-0ed1-41e7-a597-475b6fe6becf {
    width: 100%;
    height: auto;
  }

  #s-4c3b7a8c-0ed1-41e7-a597-475b6fe6becf img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4c3b7a8c-0ed1-41e7-a597-475b6fe6becf.shogun-image {
    
    
  }


.s-4c3b7a8c-0ed1-41e7-a597-475b6fe6becf .shogun-image-content {
  
    align-items: center;
  
}

.s-4c3b7a8c-0ed1-41e7-a597-475b6fe6becf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c3b7a8c-0ed1-41e7-a597-475b6fe6becf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c3b7a8c-0ed1-41e7-a597-475b6fe6becf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4c3b7a8c-0ed1-41e7-a597-475b6fe6becf {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-4c3b7a8c-0ed1-41e7-a597-475b6fe6becf.shogun-image-container {
      position: relative;
    }

    .s-4c3b7a8c-0ed1-41e7-a597-475b6fe6becf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4c3b7a8c-0ed1-41e7-a597-475b6fe6becf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4c3b7a8c-0ed1-41e7-a597-475b6fe6becf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-4c3b7a8c-0ed1-41e7-a597-475b6fe6becf img.shogun-image,
  #s-4c3b7a8c-0ed1-41e7-a597-475b6fe6becf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4c3b7a8c-0ed1-41e7-a597-475b6fe6becf {
    width: 100%;
    height: auto;
  }

  #s-4c3b7a8c-0ed1-41e7-a597-475b6fe6becf img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4c3b7a8c-0ed1-41e7-a597-475b6fe6becf.shogun-image {
    
    
  }


.s-4c3b7a8c-0ed1-41e7-a597-475b6fe6becf .shogun-image-content {
  
    align-items: center;
  
}

.s-4c3b7a8c-0ed1-41e7-a597-475b6fe6becf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c3b7a8c-0ed1-41e7-a597-475b6fe6becf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c3b7a8c-0ed1-41e7-a597-475b6fe6becf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4c3b7a8c-0ed1-41e7-a597-475b6fe6becf {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-4c3b7a8c-0ed1-41e7-a597-475b6fe6becf.shogun-image-container {
      position: relative;
    }

    .s-4c3b7a8c-0ed1-41e7-a597-475b6fe6becf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4c3b7a8c-0ed1-41e7-a597-475b6fe6becf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4c3b7a8c-0ed1-41e7-a597-475b6fe6becf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-4c3b7a8c-0ed1-41e7-a597-475b6fe6becf img.shogun-image,
  #s-4c3b7a8c-0ed1-41e7-a597-475b6fe6becf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4c3b7a8c-0ed1-41e7-a597-475b6fe6becf {
    width: 100%;
    height: auto;
  }

  #s-4c3b7a8c-0ed1-41e7-a597-475b6fe6becf img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4c3b7a8c-0ed1-41e7-a597-475b6fe6becf.shogun-image {
    
    
  }


.s-4c3b7a8c-0ed1-41e7-a597-475b6fe6becf .shogun-image-content {
  
    align-items: center;
  
}

.s-4c3b7a8c-0ed1-41e7-a597-475b6fe6becf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c3b7a8c-0ed1-41e7-a597-475b6fe6becf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c3b7a8c-0ed1-41e7-a597-475b6fe6becf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4c3b7a8c-0ed1-41e7-a597-475b6fe6becf {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-4c3b7a8c-0ed1-41e7-a597-475b6fe6becf.shogun-image-container {
      position: relative;
    }

    .s-4c3b7a8c-0ed1-41e7-a597-475b6fe6becf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4c3b7a8c-0ed1-41e7-a597-475b6fe6becf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4c3b7a8c-0ed1-41e7-a597-475b6fe6becf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-4c3b7a8c-0ed1-41e7-a597-475b6fe6becf img.shogun-image,
  #s-4c3b7a8c-0ed1-41e7-a597-475b6fe6becf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4c3b7a8c-0ed1-41e7-a597-475b6fe6becf {
    width: 100%;
    height: auto;
  }

  #s-4c3b7a8c-0ed1-41e7-a597-475b6fe6becf img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4c3b7a8c-0ed1-41e7-a597-475b6fe6becf.shogun-image {
    
    
  }


.s-4c3b7a8c-0ed1-41e7-a597-475b6fe6becf .shogun-image-content {
  
    align-items: center;
  
}

.s-4c3b7a8c-0ed1-41e7-a597-475b6fe6becf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c3b7a8c-0ed1-41e7-a597-475b6fe6becf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c3b7a8c-0ed1-41e7-a597-475b6fe6becf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4c3b7a8c-0ed1-41e7-a597-475b6fe6becf {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-4c3b7a8c-0ed1-41e7-a597-475b6fe6becf.shogun-image-container {
      position: relative;
    }

    .s-4c3b7a8c-0ed1-41e7-a597-475b6fe6becf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4c3b7a8c-0ed1-41e7-a597-475b6fe6becf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4c3b7a8c-0ed1-41e7-a597-475b6fe6becf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-ffbab078-1c8f-4f18-9daf-e31c2a13079e {
  max-width: 1620px;
aspect-ratio: 1620/1080;
text-align: center;
}





  #s-ffbab078-1c8f-4f18-9daf-e31c2a13079e img.shogun-image,
  #s-ffbab078-1c8f-4f18-9daf-e31c2a13079e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ffbab078-1c8f-4f18-9daf-e31c2a13079e {
    width: 100%;
    height: auto;
  }

  #s-ffbab078-1c8f-4f18-9daf-e31c2a13079e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ffbab078-1c8f-4f18-9daf-e31c2a13079e.shogun-image {
    
    
  }


.s-ffbab078-1c8f-4f18-9daf-e31c2a13079e .shogun-image-content {
  
    align-items: center;
  
}

.s-ffbab078-1c8f-4f18-9daf-e31c2a13079e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ffbab078-1c8f-4f18-9daf-e31c2a13079e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ffbab078-1c8f-4f18-9daf-e31c2a13079e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ffbab078-1c8f-4f18-9daf-e31c2a13079e {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-ffbab078-1c8f-4f18-9daf-e31c2a13079e.shogun-image-container {
      position: relative;
    }

    .s-ffbab078-1c8f-4f18-9daf-e31c2a13079e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ffbab078-1c8f-4f18-9daf-e31c2a13079e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ffbab078-1c8f-4f18-9daf-e31c2a13079e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-ffbab078-1c8f-4f18-9daf-e31c2a13079e img.shogun-image,
  #s-ffbab078-1c8f-4f18-9daf-e31c2a13079e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ffbab078-1c8f-4f18-9daf-e31c2a13079e {
    width: 100%;
    height: auto;
  }

  #s-ffbab078-1c8f-4f18-9daf-e31c2a13079e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ffbab078-1c8f-4f18-9daf-e31c2a13079e.shogun-image {
    
    
  }


.s-ffbab078-1c8f-4f18-9daf-e31c2a13079e .shogun-image-content {
  
    align-items: center;
  
}

.s-ffbab078-1c8f-4f18-9daf-e31c2a13079e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ffbab078-1c8f-4f18-9daf-e31c2a13079e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ffbab078-1c8f-4f18-9daf-e31c2a13079e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ffbab078-1c8f-4f18-9daf-e31c2a13079e {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-ffbab078-1c8f-4f18-9daf-e31c2a13079e.shogun-image-container {
      position: relative;
    }

    .s-ffbab078-1c8f-4f18-9daf-e31c2a13079e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ffbab078-1c8f-4f18-9daf-e31c2a13079e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ffbab078-1c8f-4f18-9daf-e31c2a13079e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-ffbab078-1c8f-4f18-9daf-e31c2a13079e img.shogun-image,
  #s-ffbab078-1c8f-4f18-9daf-e31c2a13079e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ffbab078-1c8f-4f18-9daf-e31c2a13079e {
    width: 100%;
    height: auto;
  }

  #s-ffbab078-1c8f-4f18-9daf-e31c2a13079e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ffbab078-1c8f-4f18-9daf-e31c2a13079e.shogun-image {
    
    
  }


.s-ffbab078-1c8f-4f18-9daf-e31c2a13079e .shogun-image-content {
  
    align-items: center;
  
}

.s-ffbab078-1c8f-4f18-9daf-e31c2a13079e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ffbab078-1c8f-4f18-9daf-e31c2a13079e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ffbab078-1c8f-4f18-9daf-e31c2a13079e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ffbab078-1c8f-4f18-9daf-e31c2a13079e {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-ffbab078-1c8f-4f18-9daf-e31c2a13079e.shogun-image-container {
      position: relative;
    }

    .s-ffbab078-1c8f-4f18-9daf-e31c2a13079e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ffbab078-1c8f-4f18-9daf-e31c2a13079e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ffbab078-1c8f-4f18-9daf-e31c2a13079e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-ffbab078-1c8f-4f18-9daf-e31c2a13079e img.shogun-image,
  #s-ffbab078-1c8f-4f18-9daf-e31c2a13079e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ffbab078-1c8f-4f18-9daf-e31c2a13079e {
    width: 100%;
    height: auto;
  }

  #s-ffbab078-1c8f-4f18-9daf-e31c2a13079e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ffbab078-1c8f-4f18-9daf-e31c2a13079e.shogun-image {
    
    
  }


.s-ffbab078-1c8f-4f18-9daf-e31c2a13079e .shogun-image-content {
  
    align-items: center;
  
}

.s-ffbab078-1c8f-4f18-9daf-e31c2a13079e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ffbab078-1c8f-4f18-9daf-e31c2a13079e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ffbab078-1c8f-4f18-9daf-e31c2a13079e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ffbab078-1c8f-4f18-9daf-e31c2a13079e {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-ffbab078-1c8f-4f18-9daf-e31c2a13079e.shogun-image-container {
      position: relative;
    }

    .s-ffbab078-1c8f-4f18-9daf-e31c2a13079e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ffbab078-1c8f-4f18-9daf-e31c2a13079e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ffbab078-1c8f-4f18-9daf-e31c2a13079e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-ffbab078-1c8f-4f18-9daf-e31c2a13079e img.shogun-image,
  #s-ffbab078-1c8f-4f18-9daf-e31c2a13079e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ffbab078-1c8f-4f18-9daf-e31c2a13079e {
    width: 100%;
    height: auto;
  }

  #s-ffbab078-1c8f-4f18-9daf-e31c2a13079e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ffbab078-1c8f-4f18-9daf-e31c2a13079e.shogun-image {
    
    
  }


.s-ffbab078-1c8f-4f18-9daf-e31c2a13079e .shogun-image-content {
  
    align-items: center;
  
}

.s-ffbab078-1c8f-4f18-9daf-e31c2a13079e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ffbab078-1c8f-4f18-9daf-e31c2a13079e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ffbab078-1c8f-4f18-9daf-e31c2a13079e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ffbab078-1c8f-4f18-9daf-e31c2a13079e {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-ffbab078-1c8f-4f18-9daf-e31c2a13079e.shogun-image-container {
      position: relative;
    }

    .s-ffbab078-1c8f-4f18-9daf-e31c2a13079e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ffbab078-1c8f-4f18-9daf-e31c2a13079e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ffbab078-1c8f-4f18-9daf-e31c2a13079e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-4e7a88e2-b8d6-49d5-b00a-16a353472aab {
  max-width: 1620px;
aspect-ratio: 1620/1080;
text-align: center;
}





  #s-4e7a88e2-b8d6-49d5-b00a-16a353472aab img.shogun-image,
  #s-4e7a88e2-b8d6-49d5-b00a-16a353472aab .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4e7a88e2-b8d6-49d5-b00a-16a353472aab {
    width: 100%;
    height: auto;
  }

  #s-4e7a88e2-b8d6-49d5-b00a-16a353472aab img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4e7a88e2-b8d6-49d5-b00a-16a353472aab.shogun-image {
    
    
  }


.s-4e7a88e2-b8d6-49d5-b00a-16a353472aab .shogun-image-content {
  
    align-items: center;
  
}

.s-4e7a88e2-b8d6-49d5-b00a-16a353472aab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e7a88e2-b8d6-49d5-b00a-16a353472aab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e7a88e2-b8d6-49d5-b00a-16a353472aab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4e7a88e2-b8d6-49d5-b00a-16a353472aab {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-4e7a88e2-b8d6-49d5-b00a-16a353472aab.shogun-image-container {
      position: relative;
    }

    .s-4e7a88e2-b8d6-49d5-b00a-16a353472aab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4e7a88e2-b8d6-49d5-b00a-16a353472aab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4e7a88e2-b8d6-49d5-b00a-16a353472aab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-4e7a88e2-b8d6-49d5-b00a-16a353472aab img.shogun-image,
  #s-4e7a88e2-b8d6-49d5-b00a-16a353472aab .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4e7a88e2-b8d6-49d5-b00a-16a353472aab {
    width: 100%;
    height: auto;
  }

  #s-4e7a88e2-b8d6-49d5-b00a-16a353472aab img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4e7a88e2-b8d6-49d5-b00a-16a353472aab.shogun-image {
    
    
  }


.s-4e7a88e2-b8d6-49d5-b00a-16a353472aab .shogun-image-content {
  
    align-items: center;
  
}

.s-4e7a88e2-b8d6-49d5-b00a-16a353472aab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e7a88e2-b8d6-49d5-b00a-16a353472aab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e7a88e2-b8d6-49d5-b00a-16a353472aab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4e7a88e2-b8d6-49d5-b00a-16a353472aab {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-4e7a88e2-b8d6-49d5-b00a-16a353472aab.shogun-image-container {
      position: relative;
    }

    .s-4e7a88e2-b8d6-49d5-b00a-16a353472aab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4e7a88e2-b8d6-49d5-b00a-16a353472aab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4e7a88e2-b8d6-49d5-b00a-16a353472aab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-4e7a88e2-b8d6-49d5-b00a-16a353472aab img.shogun-image,
  #s-4e7a88e2-b8d6-49d5-b00a-16a353472aab .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4e7a88e2-b8d6-49d5-b00a-16a353472aab {
    width: 100%;
    height: auto;
  }

  #s-4e7a88e2-b8d6-49d5-b00a-16a353472aab img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4e7a88e2-b8d6-49d5-b00a-16a353472aab.shogun-image {
    
    
  }


.s-4e7a88e2-b8d6-49d5-b00a-16a353472aab .shogun-image-content {
  
    align-items: center;
  
}

.s-4e7a88e2-b8d6-49d5-b00a-16a353472aab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e7a88e2-b8d6-49d5-b00a-16a353472aab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e7a88e2-b8d6-49d5-b00a-16a353472aab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4e7a88e2-b8d6-49d5-b00a-16a353472aab {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-4e7a88e2-b8d6-49d5-b00a-16a353472aab.shogun-image-container {
      position: relative;
    }

    .s-4e7a88e2-b8d6-49d5-b00a-16a353472aab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4e7a88e2-b8d6-49d5-b00a-16a353472aab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4e7a88e2-b8d6-49d5-b00a-16a353472aab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-4e7a88e2-b8d6-49d5-b00a-16a353472aab img.shogun-image,
  #s-4e7a88e2-b8d6-49d5-b00a-16a353472aab .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4e7a88e2-b8d6-49d5-b00a-16a353472aab {
    width: 100%;
    height: auto;
  }

  #s-4e7a88e2-b8d6-49d5-b00a-16a353472aab img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4e7a88e2-b8d6-49d5-b00a-16a353472aab.shogun-image {
    
    
  }


.s-4e7a88e2-b8d6-49d5-b00a-16a353472aab .shogun-image-content {
  
    align-items: center;
  
}

.s-4e7a88e2-b8d6-49d5-b00a-16a353472aab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e7a88e2-b8d6-49d5-b00a-16a353472aab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e7a88e2-b8d6-49d5-b00a-16a353472aab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4e7a88e2-b8d6-49d5-b00a-16a353472aab {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-4e7a88e2-b8d6-49d5-b00a-16a353472aab.shogun-image-container {
      position: relative;
    }

    .s-4e7a88e2-b8d6-49d5-b00a-16a353472aab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4e7a88e2-b8d6-49d5-b00a-16a353472aab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4e7a88e2-b8d6-49d5-b00a-16a353472aab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-4e7a88e2-b8d6-49d5-b00a-16a353472aab img.shogun-image,
  #s-4e7a88e2-b8d6-49d5-b00a-16a353472aab .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4e7a88e2-b8d6-49d5-b00a-16a353472aab {
    width: 100%;
    height: auto;
  }

  #s-4e7a88e2-b8d6-49d5-b00a-16a353472aab img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4e7a88e2-b8d6-49d5-b00a-16a353472aab.shogun-image {
    
    
  }


.s-4e7a88e2-b8d6-49d5-b00a-16a353472aab .shogun-image-content {
  
    align-items: center;
  
}

.s-4e7a88e2-b8d6-49d5-b00a-16a353472aab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e7a88e2-b8d6-49d5-b00a-16a353472aab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e7a88e2-b8d6-49d5-b00a-16a353472aab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4e7a88e2-b8d6-49d5-b00a-16a353472aab {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-4e7a88e2-b8d6-49d5-b00a-16a353472aab.shogun-image-container {
      position: relative;
    }

    .s-4e7a88e2-b8d6-49d5-b00a-16a353472aab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4e7a88e2-b8d6-49d5-b00a-16a353472aab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4e7a88e2-b8d6-49d5-b00a-16a353472aab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-0873e711-04c0-41a5-bc73-4aef33b2d18d {
  max-width: 1620px;
aspect-ratio: 1620/1080;
text-align: center;
}





  #s-0873e711-04c0-41a5-bc73-4aef33b2d18d img.shogun-image,
  #s-0873e711-04c0-41a5-bc73-4aef33b2d18d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0873e711-04c0-41a5-bc73-4aef33b2d18d {
    width: 100%;
    height: auto;
  }

  #s-0873e711-04c0-41a5-bc73-4aef33b2d18d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0873e711-04c0-41a5-bc73-4aef33b2d18d.shogun-image {
    
    
  }


.s-0873e711-04c0-41a5-bc73-4aef33b2d18d .shogun-image-content {
  
    align-items: center;
  
}

.s-0873e711-04c0-41a5-bc73-4aef33b2d18d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0873e711-04c0-41a5-bc73-4aef33b2d18d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0873e711-04c0-41a5-bc73-4aef33b2d18d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0873e711-04c0-41a5-bc73-4aef33b2d18d {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-0873e711-04c0-41a5-bc73-4aef33b2d18d.shogun-image-container {
      position: relative;
    }

    .s-0873e711-04c0-41a5-bc73-4aef33b2d18d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0873e711-04c0-41a5-bc73-4aef33b2d18d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0873e711-04c0-41a5-bc73-4aef33b2d18d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-0873e711-04c0-41a5-bc73-4aef33b2d18d img.shogun-image,
  #s-0873e711-04c0-41a5-bc73-4aef33b2d18d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0873e711-04c0-41a5-bc73-4aef33b2d18d {
    width: 100%;
    height: auto;
  }

  #s-0873e711-04c0-41a5-bc73-4aef33b2d18d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0873e711-04c0-41a5-bc73-4aef33b2d18d.shogun-image {
    
    
  }


.s-0873e711-04c0-41a5-bc73-4aef33b2d18d .shogun-image-content {
  
    align-items: center;
  
}

.s-0873e711-04c0-41a5-bc73-4aef33b2d18d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0873e711-04c0-41a5-bc73-4aef33b2d18d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0873e711-04c0-41a5-bc73-4aef33b2d18d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0873e711-04c0-41a5-bc73-4aef33b2d18d {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-0873e711-04c0-41a5-bc73-4aef33b2d18d.shogun-image-container {
      position: relative;
    }

    .s-0873e711-04c0-41a5-bc73-4aef33b2d18d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0873e711-04c0-41a5-bc73-4aef33b2d18d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0873e711-04c0-41a5-bc73-4aef33b2d18d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-0873e711-04c0-41a5-bc73-4aef33b2d18d img.shogun-image,
  #s-0873e711-04c0-41a5-bc73-4aef33b2d18d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0873e711-04c0-41a5-bc73-4aef33b2d18d {
    width: 100%;
    height: auto;
  }

  #s-0873e711-04c0-41a5-bc73-4aef33b2d18d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0873e711-04c0-41a5-bc73-4aef33b2d18d.shogun-image {
    
    
  }


.s-0873e711-04c0-41a5-bc73-4aef33b2d18d .shogun-image-content {
  
    align-items: center;
  
}

.s-0873e711-04c0-41a5-bc73-4aef33b2d18d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0873e711-04c0-41a5-bc73-4aef33b2d18d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0873e711-04c0-41a5-bc73-4aef33b2d18d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0873e711-04c0-41a5-bc73-4aef33b2d18d {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-0873e711-04c0-41a5-bc73-4aef33b2d18d.shogun-image-container {
      position: relative;
    }

    .s-0873e711-04c0-41a5-bc73-4aef33b2d18d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0873e711-04c0-41a5-bc73-4aef33b2d18d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0873e711-04c0-41a5-bc73-4aef33b2d18d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-0873e711-04c0-41a5-bc73-4aef33b2d18d img.shogun-image,
  #s-0873e711-04c0-41a5-bc73-4aef33b2d18d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0873e711-04c0-41a5-bc73-4aef33b2d18d {
    width: 100%;
    height: auto;
  }

  #s-0873e711-04c0-41a5-bc73-4aef33b2d18d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0873e711-04c0-41a5-bc73-4aef33b2d18d.shogun-image {
    
    
  }


.s-0873e711-04c0-41a5-bc73-4aef33b2d18d .shogun-image-content {
  
    align-items: center;
  
}

.s-0873e711-04c0-41a5-bc73-4aef33b2d18d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0873e711-04c0-41a5-bc73-4aef33b2d18d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0873e711-04c0-41a5-bc73-4aef33b2d18d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0873e711-04c0-41a5-bc73-4aef33b2d18d {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-0873e711-04c0-41a5-bc73-4aef33b2d18d.shogun-image-container {
      position: relative;
    }

    .s-0873e711-04c0-41a5-bc73-4aef33b2d18d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0873e711-04c0-41a5-bc73-4aef33b2d18d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0873e711-04c0-41a5-bc73-4aef33b2d18d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-0873e711-04c0-41a5-bc73-4aef33b2d18d img.shogun-image,
  #s-0873e711-04c0-41a5-bc73-4aef33b2d18d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0873e711-04c0-41a5-bc73-4aef33b2d18d {
    width: 100%;
    height: auto;
  }

  #s-0873e711-04c0-41a5-bc73-4aef33b2d18d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0873e711-04c0-41a5-bc73-4aef33b2d18d.shogun-image {
    
    
  }


.s-0873e711-04c0-41a5-bc73-4aef33b2d18d .shogun-image-content {
  
    align-items: center;
  
}

.s-0873e711-04c0-41a5-bc73-4aef33b2d18d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0873e711-04c0-41a5-bc73-4aef33b2d18d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0873e711-04c0-41a5-bc73-4aef33b2d18d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0873e711-04c0-41a5-bc73-4aef33b2d18d {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-0873e711-04c0-41a5-bc73-4aef33b2d18d.shogun-image-container {
      position: relative;
    }

    .s-0873e711-04c0-41a5-bc73-4aef33b2d18d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0873e711-04c0-41a5-bc73-4aef33b2d18d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0873e711-04c0-41a5-bc73-4aef33b2d18d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-3e984d65-3d53-4ac2-8e11-8ab76b000b2b {
  max-width: 1620px;
aspect-ratio: 1620/1080;
text-align: center;
}





  #s-3e984d65-3d53-4ac2-8e11-8ab76b000b2b img.shogun-image,
  #s-3e984d65-3d53-4ac2-8e11-8ab76b000b2b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3e984d65-3d53-4ac2-8e11-8ab76b000b2b {
    width: 100%;
    height: auto;
  }

  #s-3e984d65-3d53-4ac2-8e11-8ab76b000b2b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3e984d65-3d53-4ac2-8e11-8ab76b000b2b.shogun-image {
    
    
  }


.s-3e984d65-3d53-4ac2-8e11-8ab76b000b2b .shogun-image-content {
  
    align-items: center;
  
}

.s-3e984d65-3d53-4ac2-8e11-8ab76b000b2b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e984d65-3d53-4ac2-8e11-8ab76b000b2b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e984d65-3d53-4ac2-8e11-8ab76b000b2b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3e984d65-3d53-4ac2-8e11-8ab76b000b2b {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-3e984d65-3d53-4ac2-8e11-8ab76b000b2b.shogun-image-container {
      position: relative;
    }

    .s-3e984d65-3d53-4ac2-8e11-8ab76b000b2b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3e984d65-3d53-4ac2-8e11-8ab76b000b2b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3e984d65-3d53-4ac2-8e11-8ab76b000b2b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-3e984d65-3d53-4ac2-8e11-8ab76b000b2b img.shogun-image,
  #s-3e984d65-3d53-4ac2-8e11-8ab76b000b2b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3e984d65-3d53-4ac2-8e11-8ab76b000b2b {
    width: 100%;
    height: auto;
  }

  #s-3e984d65-3d53-4ac2-8e11-8ab76b000b2b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3e984d65-3d53-4ac2-8e11-8ab76b000b2b.shogun-image {
    
    
  }


.s-3e984d65-3d53-4ac2-8e11-8ab76b000b2b .shogun-image-content {
  
    align-items: center;
  
}

.s-3e984d65-3d53-4ac2-8e11-8ab76b000b2b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e984d65-3d53-4ac2-8e11-8ab76b000b2b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e984d65-3d53-4ac2-8e11-8ab76b000b2b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3e984d65-3d53-4ac2-8e11-8ab76b000b2b {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-3e984d65-3d53-4ac2-8e11-8ab76b000b2b.shogun-image-container {
      position: relative;
    }

    .s-3e984d65-3d53-4ac2-8e11-8ab76b000b2b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3e984d65-3d53-4ac2-8e11-8ab76b000b2b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3e984d65-3d53-4ac2-8e11-8ab76b000b2b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-3e984d65-3d53-4ac2-8e11-8ab76b000b2b img.shogun-image,
  #s-3e984d65-3d53-4ac2-8e11-8ab76b000b2b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3e984d65-3d53-4ac2-8e11-8ab76b000b2b {
    width: 100%;
    height: auto;
  }

  #s-3e984d65-3d53-4ac2-8e11-8ab76b000b2b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3e984d65-3d53-4ac2-8e11-8ab76b000b2b.shogun-image {
    
    
  }


.s-3e984d65-3d53-4ac2-8e11-8ab76b000b2b .shogun-image-content {
  
    align-items: center;
  
}

.s-3e984d65-3d53-4ac2-8e11-8ab76b000b2b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e984d65-3d53-4ac2-8e11-8ab76b000b2b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e984d65-3d53-4ac2-8e11-8ab76b000b2b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3e984d65-3d53-4ac2-8e11-8ab76b000b2b {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-3e984d65-3d53-4ac2-8e11-8ab76b000b2b.shogun-image-container {
      position: relative;
    }

    .s-3e984d65-3d53-4ac2-8e11-8ab76b000b2b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3e984d65-3d53-4ac2-8e11-8ab76b000b2b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3e984d65-3d53-4ac2-8e11-8ab76b000b2b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-3e984d65-3d53-4ac2-8e11-8ab76b000b2b img.shogun-image,
  #s-3e984d65-3d53-4ac2-8e11-8ab76b000b2b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3e984d65-3d53-4ac2-8e11-8ab76b000b2b {
    width: 100%;
    height: auto;
  }

  #s-3e984d65-3d53-4ac2-8e11-8ab76b000b2b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3e984d65-3d53-4ac2-8e11-8ab76b000b2b.shogun-image {
    
    
  }


.s-3e984d65-3d53-4ac2-8e11-8ab76b000b2b .shogun-image-content {
  
    align-items: center;
  
}

.s-3e984d65-3d53-4ac2-8e11-8ab76b000b2b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e984d65-3d53-4ac2-8e11-8ab76b000b2b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e984d65-3d53-4ac2-8e11-8ab76b000b2b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3e984d65-3d53-4ac2-8e11-8ab76b000b2b {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-3e984d65-3d53-4ac2-8e11-8ab76b000b2b.shogun-image-container {
      position: relative;
    }

    .s-3e984d65-3d53-4ac2-8e11-8ab76b000b2b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3e984d65-3d53-4ac2-8e11-8ab76b000b2b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3e984d65-3d53-4ac2-8e11-8ab76b000b2b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-3e984d65-3d53-4ac2-8e11-8ab76b000b2b img.shogun-image,
  #s-3e984d65-3d53-4ac2-8e11-8ab76b000b2b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3e984d65-3d53-4ac2-8e11-8ab76b000b2b {
    width: 100%;
    height: auto;
  }

  #s-3e984d65-3d53-4ac2-8e11-8ab76b000b2b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3e984d65-3d53-4ac2-8e11-8ab76b000b2b.shogun-image {
    
    
  }


.s-3e984d65-3d53-4ac2-8e11-8ab76b000b2b .shogun-image-content {
  
    align-items: center;
  
}

.s-3e984d65-3d53-4ac2-8e11-8ab76b000b2b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e984d65-3d53-4ac2-8e11-8ab76b000b2b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e984d65-3d53-4ac2-8e11-8ab76b000b2b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3e984d65-3d53-4ac2-8e11-8ab76b000b2b {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-3e984d65-3d53-4ac2-8e11-8ab76b000b2b.shogun-image-container {
      position: relative;
    }

    .s-3e984d65-3d53-4ac2-8e11-8ab76b000b2b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3e984d65-3d53-4ac2-8e11-8ab76b000b2b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3e984d65-3d53-4ac2-8e11-8ab76b000b2b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-9d7fb5b5-55e4-4812-927d-391fc908cb08 {
  max-width: 1620px;
aspect-ratio: 1620/1080;
text-align: center;
}





  #s-9d7fb5b5-55e4-4812-927d-391fc908cb08 img.shogun-image,
  #s-9d7fb5b5-55e4-4812-927d-391fc908cb08 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9d7fb5b5-55e4-4812-927d-391fc908cb08 {
    width: 100%;
    height: auto;
  }

  #s-9d7fb5b5-55e4-4812-927d-391fc908cb08 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9d7fb5b5-55e4-4812-927d-391fc908cb08.shogun-image {
    
    
  }


.s-9d7fb5b5-55e4-4812-927d-391fc908cb08 .shogun-image-content {
  
    align-items: center;
  
}

.s-9d7fb5b5-55e4-4812-927d-391fc908cb08.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d7fb5b5-55e4-4812-927d-391fc908cb08.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d7fb5b5-55e4-4812-927d-391fc908cb08.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9d7fb5b5-55e4-4812-927d-391fc908cb08 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-9d7fb5b5-55e4-4812-927d-391fc908cb08.shogun-image-container {
      position: relative;
    }

    .s-9d7fb5b5-55e4-4812-927d-391fc908cb08.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d7fb5b5-55e4-4812-927d-391fc908cb08.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d7fb5b5-55e4-4812-927d-391fc908cb08 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-9d7fb5b5-55e4-4812-927d-391fc908cb08 img.shogun-image,
  #s-9d7fb5b5-55e4-4812-927d-391fc908cb08 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9d7fb5b5-55e4-4812-927d-391fc908cb08 {
    width: 100%;
    height: auto;
  }

  #s-9d7fb5b5-55e4-4812-927d-391fc908cb08 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9d7fb5b5-55e4-4812-927d-391fc908cb08.shogun-image {
    
    
  }


.s-9d7fb5b5-55e4-4812-927d-391fc908cb08 .shogun-image-content {
  
    align-items: center;
  
}

.s-9d7fb5b5-55e4-4812-927d-391fc908cb08.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d7fb5b5-55e4-4812-927d-391fc908cb08.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d7fb5b5-55e4-4812-927d-391fc908cb08.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9d7fb5b5-55e4-4812-927d-391fc908cb08 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-9d7fb5b5-55e4-4812-927d-391fc908cb08.shogun-image-container {
      position: relative;
    }

    .s-9d7fb5b5-55e4-4812-927d-391fc908cb08.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d7fb5b5-55e4-4812-927d-391fc908cb08.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d7fb5b5-55e4-4812-927d-391fc908cb08 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-9d7fb5b5-55e4-4812-927d-391fc908cb08 img.shogun-image,
  #s-9d7fb5b5-55e4-4812-927d-391fc908cb08 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9d7fb5b5-55e4-4812-927d-391fc908cb08 {
    width: 100%;
    height: auto;
  }

  #s-9d7fb5b5-55e4-4812-927d-391fc908cb08 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9d7fb5b5-55e4-4812-927d-391fc908cb08.shogun-image {
    
    
  }


.s-9d7fb5b5-55e4-4812-927d-391fc908cb08 .shogun-image-content {
  
    align-items: center;
  
}

.s-9d7fb5b5-55e4-4812-927d-391fc908cb08.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d7fb5b5-55e4-4812-927d-391fc908cb08.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d7fb5b5-55e4-4812-927d-391fc908cb08.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9d7fb5b5-55e4-4812-927d-391fc908cb08 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-9d7fb5b5-55e4-4812-927d-391fc908cb08.shogun-image-container {
      position: relative;
    }

    .s-9d7fb5b5-55e4-4812-927d-391fc908cb08.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d7fb5b5-55e4-4812-927d-391fc908cb08.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d7fb5b5-55e4-4812-927d-391fc908cb08 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-9d7fb5b5-55e4-4812-927d-391fc908cb08 img.shogun-image,
  #s-9d7fb5b5-55e4-4812-927d-391fc908cb08 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9d7fb5b5-55e4-4812-927d-391fc908cb08 {
    width: 100%;
    height: auto;
  }

  #s-9d7fb5b5-55e4-4812-927d-391fc908cb08 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9d7fb5b5-55e4-4812-927d-391fc908cb08.shogun-image {
    
    
  }


.s-9d7fb5b5-55e4-4812-927d-391fc908cb08 .shogun-image-content {
  
    align-items: center;
  
}

.s-9d7fb5b5-55e4-4812-927d-391fc908cb08.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d7fb5b5-55e4-4812-927d-391fc908cb08.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d7fb5b5-55e4-4812-927d-391fc908cb08.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9d7fb5b5-55e4-4812-927d-391fc908cb08 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-9d7fb5b5-55e4-4812-927d-391fc908cb08.shogun-image-container {
      position: relative;
    }

    .s-9d7fb5b5-55e4-4812-927d-391fc908cb08.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d7fb5b5-55e4-4812-927d-391fc908cb08.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d7fb5b5-55e4-4812-927d-391fc908cb08 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-9d7fb5b5-55e4-4812-927d-391fc908cb08 img.shogun-image,
  #s-9d7fb5b5-55e4-4812-927d-391fc908cb08 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9d7fb5b5-55e4-4812-927d-391fc908cb08 {
    width: 100%;
    height: auto;
  }

  #s-9d7fb5b5-55e4-4812-927d-391fc908cb08 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9d7fb5b5-55e4-4812-927d-391fc908cb08.shogun-image {
    
    
  }


.s-9d7fb5b5-55e4-4812-927d-391fc908cb08 .shogun-image-content {
  
    align-items: center;
  
}

.s-9d7fb5b5-55e4-4812-927d-391fc908cb08.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d7fb5b5-55e4-4812-927d-391fc908cb08.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d7fb5b5-55e4-4812-927d-391fc908cb08.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9d7fb5b5-55e4-4812-927d-391fc908cb08 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-9d7fb5b5-55e4-4812-927d-391fc908cb08.shogun-image-container {
      position: relative;
    }

    .s-9d7fb5b5-55e4-4812-927d-391fc908cb08.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d7fb5b5-55e4-4812-927d-391fc908cb08.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d7fb5b5-55e4-4812-927d-391fc908cb08 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-46d69679-05d5-41a1-9532-e952f2abe6c6 {
  margin-top: 12px;
margin-left: 20px;
margin-bottom: 12px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-46d69679-05d5-41a1-9532-e952f2abe6c6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-46d69679-05d5-41a1-9532-e952f2abe6c6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-46d69679-05d5-41a1-9532-e952f2abe6c6 {
  
}
}@media (max-width: 767px){#s-46d69679-05d5-41a1-9532-e952f2abe6c6 {
  
}
}
#s-e7974249-41ec-4f70-94e6-acb8e9cdcb9b {
  margin-left: 3%;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-e7974249-41ec-4f70-94e6-acb8e9cdcb9b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e7974249-41ec-4f70-94e6-acb8e9cdcb9b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-e7974249-41ec-4f70-94e6-acb8e9cdcb9b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-e7974249-41ec-4f70-94e6-acb8e9cdcb9b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-a987e1e6-5946-4f7f-b7b4-25a465d133f7 {
  min-height: 50px;
}








#s-a987e1e6-5946-4f7f-b7b4-25a465d133f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a987e1e6-5946-4f7f-b7b4-25a465d133f7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-8d284ae2-3c4d-47e4-b768-031c20213fbe"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-8d284ae2-3c4d-47e4-b768-031c20213fbe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-8d284ae2-3c4d-47e4-b768-031c20213fbe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-8d284ae2-3c4d-47e4-b768-031c20213fbe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-433eb03a-ea62-4a08-88a1-59d3e34185be {
  min-height: 50px;
}








#s-433eb03a-ea62-4a08-88a1-59d3e34185be > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-433eb03a-ea62-4a08-88a1-59d3e34185be.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a70b32fa-c0df-4006-b850-f5fe1c5e97a5 {
  min-height: 50px;
}








#s-a70b32fa-c0df-4006-b850-f5fe1c5e97a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a70b32fa-c0df-4006-b850-f5fe1c5e97a5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-00a46700-0ad2-4a31-b6ec-e63831739be1 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-00a46700-0ad2-4a31-b6ec-e63831739be1 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-00a46700-0ad2-4a31-b6ec-e63831739be1 .shg-sld-nav-button.shg-sld-left,
#s-00a46700-0ad2-4a31-b6ec-e63831739be1 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-ec1a1e1e-26d4-4863-b2d9-8d3209b756ec {
  max-width: 1620px;
aspect-ratio: 1620/1080;
text-align: center;
}





  #s-ec1a1e1e-26d4-4863-b2d9-8d3209b756ec img.shogun-image,
  #s-ec1a1e1e-26d4-4863-b2d9-8d3209b756ec .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ec1a1e1e-26d4-4863-b2d9-8d3209b756ec {
    width: 100%;
    height: auto;
  }

  #s-ec1a1e1e-26d4-4863-b2d9-8d3209b756ec img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ec1a1e1e-26d4-4863-b2d9-8d3209b756ec.shogun-image {
    
    
  }


.s-ec1a1e1e-26d4-4863-b2d9-8d3209b756ec .shogun-image-content {
  
    align-items: center;
  
}

.s-ec1a1e1e-26d4-4863-b2d9-8d3209b756ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec1a1e1e-26d4-4863-b2d9-8d3209b756ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec1a1e1e-26d4-4863-b2d9-8d3209b756ec.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ec1a1e1e-26d4-4863-b2d9-8d3209b756ec {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-ec1a1e1e-26d4-4863-b2d9-8d3209b756ec.shogun-image-container {
      position: relative;
    }

    .s-ec1a1e1e-26d4-4863-b2d9-8d3209b756ec.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ec1a1e1e-26d4-4863-b2d9-8d3209b756ec.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ec1a1e1e-26d4-4863-b2d9-8d3209b756ec img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-ec1a1e1e-26d4-4863-b2d9-8d3209b756ec img.shogun-image,
  #s-ec1a1e1e-26d4-4863-b2d9-8d3209b756ec .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ec1a1e1e-26d4-4863-b2d9-8d3209b756ec {
    width: 100%;
    height: auto;
  }

  #s-ec1a1e1e-26d4-4863-b2d9-8d3209b756ec img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ec1a1e1e-26d4-4863-b2d9-8d3209b756ec.shogun-image {
    
    
  }


.s-ec1a1e1e-26d4-4863-b2d9-8d3209b756ec .shogun-image-content {
  
    align-items: center;
  
}

.s-ec1a1e1e-26d4-4863-b2d9-8d3209b756ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec1a1e1e-26d4-4863-b2d9-8d3209b756ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec1a1e1e-26d4-4863-b2d9-8d3209b756ec.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ec1a1e1e-26d4-4863-b2d9-8d3209b756ec {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-ec1a1e1e-26d4-4863-b2d9-8d3209b756ec.shogun-image-container {
      position: relative;
    }

    .s-ec1a1e1e-26d4-4863-b2d9-8d3209b756ec.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ec1a1e1e-26d4-4863-b2d9-8d3209b756ec.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ec1a1e1e-26d4-4863-b2d9-8d3209b756ec img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-ec1a1e1e-26d4-4863-b2d9-8d3209b756ec img.shogun-image,
  #s-ec1a1e1e-26d4-4863-b2d9-8d3209b756ec .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ec1a1e1e-26d4-4863-b2d9-8d3209b756ec {
    width: 100%;
    height: auto;
  }

  #s-ec1a1e1e-26d4-4863-b2d9-8d3209b756ec img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ec1a1e1e-26d4-4863-b2d9-8d3209b756ec.shogun-image {
    
    
  }


.s-ec1a1e1e-26d4-4863-b2d9-8d3209b756ec .shogun-image-content {
  
    align-items: center;
  
}

.s-ec1a1e1e-26d4-4863-b2d9-8d3209b756ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec1a1e1e-26d4-4863-b2d9-8d3209b756ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec1a1e1e-26d4-4863-b2d9-8d3209b756ec.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ec1a1e1e-26d4-4863-b2d9-8d3209b756ec {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-ec1a1e1e-26d4-4863-b2d9-8d3209b756ec.shogun-image-container {
      position: relative;
    }

    .s-ec1a1e1e-26d4-4863-b2d9-8d3209b756ec.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ec1a1e1e-26d4-4863-b2d9-8d3209b756ec.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ec1a1e1e-26d4-4863-b2d9-8d3209b756ec img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-ec1a1e1e-26d4-4863-b2d9-8d3209b756ec img.shogun-image,
  #s-ec1a1e1e-26d4-4863-b2d9-8d3209b756ec .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ec1a1e1e-26d4-4863-b2d9-8d3209b756ec {
    width: 100%;
    height: auto;
  }

  #s-ec1a1e1e-26d4-4863-b2d9-8d3209b756ec img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ec1a1e1e-26d4-4863-b2d9-8d3209b756ec.shogun-image {
    
    
  }


.s-ec1a1e1e-26d4-4863-b2d9-8d3209b756ec .shogun-image-content {
  
    align-items: center;
  
}

.s-ec1a1e1e-26d4-4863-b2d9-8d3209b756ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec1a1e1e-26d4-4863-b2d9-8d3209b756ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec1a1e1e-26d4-4863-b2d9-8d3209b756ec.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ec1a1e1e-26d4-4863-b2d9-8d3209b756ec {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-ec1a1e1e-26d4-4863-b2d9-8d3209b756ec.shogun-image-container {
      position: relative;
    }

    .s-ec1a1e1e-26d4-4863-b2d9-8d3209b756ec.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ec1a1e1e-26d4-4863-b2d9-8d3209b756ec.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ec1a1e1e-26d4-4863-b2d9-8d3209b756ec img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-ec1a1e1e-26d4-4863-b2d9-8d3209b756ec img.shogun-image,
  #s-ec1a1e1e-26d4-4863-b2d9-8d3209b756ec .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ec1a1e1e-26d4-4863-b2d9-8d3209b756ec {
    width: 100%;
    height: auto;
  }

  #s-ec1a1e1e-26d4-4863-b2d9-8d3209b756ec img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ec1a1e1e-26d4-4863-b2d9-8d3209b756ec.shogun-image {
    
    
  }


.s-ec1a1e1e-26d4-4863-b2d9-8d3209b756ec .shogun-image-content {
  
    align-items: center;
  
}

.s-ec1a1e1e-26d4-4863-b2d9-8d3209b756ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec1a1e1e-26d4-4863-b2d9-8d3209b756ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec1a1e1e-26d4-4863-b2d9-8d3209b756ec.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ec1a1e1e-26d4-4863-b2d9-8d3209b756ec {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-ec1a1e1e-26d4-4863-b2d9-8d3209b756ec.shogun-image-container {
      position: relative;
    }

    .s-ec1a1e1e-26d4-4863-b2d9-8d3209b756ec.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ec1a1e1e-26d4-4863-b2d9-8d3209b756ec.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ec1a1e1e-26d4-4863-b2d9-8d3209b756ec img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-e8b90a69-b429-417b-b0f3-cd942cbcc47d {
  max-width: 1620px;
aspect-ratio: 1620/1080;
text-align: center;
}





  #s-e8b90a69-b429-417b-b0f3-cd942cbcc47d img.shogun-image,
  #s-e8b90a69-b429-417b-b0f3-cd942cbcc47d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e8b90a69-b429-417b-b0f3-cd942cbcc47d {
    width: 100%;
    height: auto;
  }

  #s-e8b90a69-b429-417b-b0f3-cd942cbcc47d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e8b90a69-b429-417b-b0f3-cd942cbcc47d.shogun-image {
    
    
  }


.s-e8b90a69-b429-417b-b0f3-cd942cbcc47d .shogun-image-content {
  
    align-items: center;
  
}

.s-e8b90a69-b429-417b-b0f3-cd942cbcc47d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8b90a69-b429-417b-b0f3-cd942cbcc47d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8b90a69-b429-417b-b0f3-cd942cbcc47d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e8b90a69-b429-417b-b0f3-cd942cbcc47d {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-e8b90a69-b429-417b-b0f3-cd942cbcc47d.shogun-image-container {
      position: relative;
    }

    .s-e8b90a69-b429-417b-b0f3-cd942cbcc47d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e8b90a69-b429-417b-b0f3-cd942cbcc47d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e8b90a69-b429-417b-b0f3-cd942cbcc47d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-e8b90a69-b429-417b-b0f3-cd942cbcc47d img.shogun-image,
  #s-e8b90a69-b429-417b-b0f3-cd942cbcc47d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e8b90a69-b429-417b-b0f3-cd942cbcc47d {
    width: 100%;
    height: auto;
  }

  #s-e8b90a69-b429-417b-b0f3-cd942cbcc47d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e8b90a69-b429-417b-b0f3-cd942cbcc47d.shogun-image {
    
    
  }


.s-e8b90a69-b429-417b-b0f3-cd942cbcc47d .shogun-image-content {
  
    align-items: center;
  
}

.s-e8b90a69-b429-417b-b0f3-cd942cbcc47d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8b90a69-b429-417b-b0f3-cd942cbcc47d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8b90a69-b429-417b-b0f3-cd942cbcc47d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e8b90a69-b429-417b-b0f3-cd942cbcc47d {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-e8b90a69-b429-417b-b0f3-cd942cbcc47d.shogun-image-container {
      position: relative;
    }

    .s-e8b90a69-b429-417b-b0f3-cd942cbcc47d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e8b90a69-b429-417b-b0f3-cd942cbcc47d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e8b90a69-b429-417b-b0f3-cd942cbcc47d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-e8b90a69-b429-417b-b0f3-cd942cbcc47d img.shogun-image,
  #s-e8b90a69-b429-417b-b0f3-cd942cbcc47d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e8b90a69-b429-417b-b0f3-cd942cbcc47d {
    width: 100%;
    height: auto;
  }

  #s-e8b90a69-b429-417b-b0f3-cd942cbcc47d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e8b90a69-b429-417b-b0f3-cd942cbcc47d.shogun-image {
    
    
  }


.s-e8b90a69-b429-417b-b0f3-cd942cbcc47d .shogun-image-content {
  
    align-items: center;
  
}

.s-e8b90a69-b429-417b-b0f3-cd942cbcc47d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8b90a69-b429-417b-b0f3-cd942cbcc47d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8b90a69-b429-417b-b0f3-cd942cbcc47d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e8b90a69-b429-417b-b0f3-cd942cbcc47d {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-e8b90a69-b429-417b-b0f3-cd942cbcc47d.shogun-image-container {
      position: relative;
    }

    .s-e8b90a69-b429-417b-b0f3-cd942cbcc47d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e8b90a69-b429-417b-b0f3-cd942cbcc47d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e8b90a69-b429-417b-b0f3-cd942cbcc47d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-e8b90a69-b429-417b-b0f3-cd942cbcc47d img.shogun-image,
  #s-e8b90a69-b429-417b-b0f3-cd942cbcc47d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e8b90a69-b429-417b-b0f3-cd942cbcc47d {
    width: 100%;
    height: auto;
  }

  #s-e8b90a69-b429-417b-b0f3-cd942cbcc47d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e8b90a69-b429-417b-b0f3-cd942cbcc47d.shogun-image {
    
    
  }


.s-e8b90a69-b429-417b-b0f3-cd942cbcc47d .shogun-image-content {
  
    align-items: center;
  
}

.s-e8b90a69-b429-417b-b0f3-cd942cbcc47d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8b90a69-b429-417b-b0f3-cd942cbcc47d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8b90a69-b429-417b-b0f3-cd942cbcc47d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e8b90a69-b429-417b-b0f3-cd942cbcc47d {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-e8b90a69-b429-417b-b0f3-cd942cbcc47d.shogun-image-container {
      position: relative;
    }

    .s-e8b90a69-b429-417b-b0f3-cd942cbcc47d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e8b90a69-b429-417b-b0f3-cd942cbcc47d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e8b90a69-b429-417b-b0f3-cd942cbcc47d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-e8b90a69-b429-417b-b0f3-cd942cbcc47d img.shogun-image,
  #s-e8b90a69-b429-417b-b0f3-cd942cbcc47d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e8b90a69-b429-417b-b0f3-cd942cbcc47d {
    width: 100%;
    height: auto;
  }

  #s-e8b90a69-b429-417b-b0f3-cd942cbcc47d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e8b90a69-b429-417b-b0f3-cd942cbcc47d.shogun-image {
    
    
  }


.s-e8b90a69-b429-417b-b0f3-cd942cbcc47d .shogun-image-content {
  
    align-items: center;
  
}

.s-e8b90a69-b429-417b-b0f3-cd942cbcc47d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8b90a69-b429-417b-b0f3-cd942cbcc47d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8b90a69-b429-417b-b0f3-cd942cbcc47d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e8b90a69-b429-417b-b0f3-cd942cbcc47d {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-e8b90a69-b429-417b-b0f3-cd942cbcc47d.shogun-image-container {
      position: relative;
    }

    .s-e8b90a69-b429-417b-b0f3-cd942cbcc47d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e8b90a69-b429-417b-b0f3-cd942cbcc47d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e8b90a69-b429-417b-b0f3-cd942cbcc47d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-97af632e-d99a-4f87-b97e-0f8295a616fc {
  max-width: 1620px;
aspect-ratio: 1620/1080;
text-align: center;
}





  #s-97af632e-d99a-4f87-b97e-0f8295a616fc img.shogun-image,
  #s-97af632e-d99a-4f87-b97e-0f8295a616fc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-97af632e-d99a-4f87-b97e-0f8295a616fc {
    width: 100%;
    height: auto;
  }

  #s-97af632e-d99a-4f87-b97e-0f8295a616fc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-97af632e-d99a-4f87-b97e-0f8295a616fc.shogun-image {
    
    
  }


.s-97af632e-d99a-4f87-b97e-0f8295a616fc .shogun-image-content {
  
    align-items: center;
  
}

.s-97af632e-d99a-4f87-b97e-0f8295a616fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97af632e-d99a-4f87-b97e-0f8295a616fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97af632e-d99a-4f87-b97e-0f8295a616fc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-97af632e-d99a-4f87-b97e-0f8295a616fc {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-97af632e-d99a-4f87-b97e-0f8295a616fc.shogun-image-container {
      position: relative;
    }

    .s-97af632e-d99a-4f87-b97e-0f8295a616fc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-97af632e-d99a-4f87-b97e-0f8295a616fc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-97af632e-d99a-4f87-b97e-0f8295a616fc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-97af632e-d99a-4f87-b97e-0f8295a616fc img.shogun-image,
  #s-97af632e-d99a-4f87-b97e-0f8295a616fc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-97af632e-d99a-4f87-b97e-0f8295a616fc {
    width: 100%;
    height: auto;
  }

  #s-97af632e-d99a-4f87-b97e-0f8295a616fc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-97af632e-d99a-4f87-b97e-0f8295a616fc.shogun-image {
    
    
  }


.s-97af632e-d99a-4f87-b97e-0f8295a616fc .shogun-image-content {
  
    align-items: center;
  
}

.s-97af632e-d99a-4f87-b97e-0f8295a616fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97af632e-d99a-4f87-b97e-0f8295a616fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97af632e-d99a-4f87-b97e-0f8295a616fc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-97af632e-d99a-4f87-b97e-0f8295a616fc {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-97af632e-d99a-4f87-b97e-0f8295a616fc.shogun-image-container {
      position: relative;
    }

    .s-97af632e-d99a-4f87-b97e-0f8295a616fc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-97af632e-d99a-4f87-b97e-0f8295a616fc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-97af632e-d99a-4f87-b97e-0f8295a616fc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-97af632e-d99a-4f87-b97e-0f8295a616fc img.shogun-image,
  #s-97af632e-d99a-4f87-b97e-0f8295a616fc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-97af632e-d99a-4f87-b97e-0f8295a616fc {
    width: 100%;
    height: auto;
  }

  #s-97af632e-d99a-4f87-b97e-0f8295a616fc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-97af632e-d99a-4f87-b97e-0f8295a616fc.shogun-image {
    
    
  }


.s-97af632e-d99a-4f87-b97e-0f8295a616fc .shogun-image-content {
  
    align-items: center;
  
}

.s-97af632e-d99a-4f87-b97e-0f8295a616fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97af632e-d99a-4f87-b97e-0f8295a616fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97af632e-d99a-4f87-b97e-0f8295a616fc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-97af632e-d99a-4f87-b97e-0f8295a616fc {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-97af632e-d99a-4f87-b97e-0f8295a616fc.shogun-image-container {
      position: relative;
    }

    .s-97af632e-d99a-4f87-b97e-0f8295a616fc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-97af632e-d99a-4f87-b97e-0f8295a616fc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-97af632e-d99a-4f87-b97e-0f8295a616fc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-97af632e-d99a-4f87-b97e-0f8295a616fc img.shogun-image,
  #s-97af632e-d99a-4f87-b97e-0f8295a616fc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-97af632e-d99a-4f87-b97e-0f8295a616fc {
    width: 100%;
    height: auto;
  }

  #s-97af632e-d99a-4f87-b97e-0f8295a616fc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-97af632e-d99a-4f87-b97e-0f8295a616fc.shogun-image {
    
    
  }


.s-97af632e-d99a-4f87-b97e-0f8295a616fc .shogun-image-content {
  
    align-items: center;
  
}

.s-97af632e-d99a-4f87-b97e-0f8295a616fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97af632e-d99a-4f87-b97e-0f8295a616fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97af632e-d99a-4f87-b97e-0f8295a616fc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-97af632e-d99a-4f87-b97e-0f8295a616fc {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-97af632e-d99a-4f87-b97e-0f8295a616fc.shogun-image-container {
      position: relative;
    }

    .s-97af632e-d99a-4f87-b97e-0f8295a616fc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-97af632e-d99a-4f87-b97e-0f8295a616fc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-97af632e-d99a-4f87-b97e-0f8295a616fc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-97af632e-d99a-4f87-b97e-0f8295a616fc img.shogun-image,
  #s-97af632e-d99a-4f87-b97e-0f8295a616fc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-97af632e-d99a-4f87-b97e-0f8295a616fc {
    width: 100%;
    height: auto;
  }

  #s-97af632e-d99a-4f87-b97e-0f8295a616fc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-97af632e-d99a-4f87-b97e-0f8295a616fc.shogun-image {
    
    
  }


.s-97af632e-d99a-4f87-b97e-0f8295a616fc .shogun-image-content {
  
    align-items: center;
  
}

.s-97af632e-d99a-4f87-b97e-0f8295a616fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97af632e-d99a-4f87-b97e-0f8295a616fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97af632e-d99a-4f87-b97e-0f8295a616fc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-97af632e-d99a-4f87-b97e-0f8295a616fc {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-97af632e-d99a-4f87-b97e-0f8295a616fc.shogun-image-container {
      position: relative;
    }

    .s-97af632e-d99a-4f87-b97e-0f8295a616fc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-97af632e-d99a-4f87-b97e-0f8295a616fc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-97af632e-d99a-4f87-b97e-0f8295a616fc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-b6c40bb9-2508-4211-8a6d-76f6cd8a79ae {
  max-width: 1620px;
aspect-ratio: 1620/1080;
text-align: center;
}





  #s-b6c40bb9-2508-4211-8a6d-76f6cd8a79ae img.shogun-image,
  #s-b6c40bb9-2508-4211-8a6d-76f6cd8a79ae .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b6c40bb9-2508-4211-8a6d-76f6cd8a79ae {
    width: 100%;
    height: auto;
  }

  #s-b6c40bb9-2508-4211-8a6d-76f6cd8a79ae img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b6c40bb9-2508-4211-8a6d-76f6cd8a79ae.shogun-image {
    
    
  }


.s-b6c40bb9-2508-4211-8a6d-76f6cd8a79ae .shogun-image-content {
  
    align-items: center;
  
}

.s-b6c40bb9-2508-4211-8a6d-76f6cd8a79ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6c40bb9-2508-4211-8a6d-76f6cd8a79ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6c40bb9-2508-4211-8a6d-76f6cd8a79ae.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b6c40bb9-2508-4211-8a6d-76f6cd8a79ae {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-b6c40bb9-2508-4211-8a6d-76f6cd8a79ae.shogun-image-container {
      position: relative;
    }

    .s-b6c40bb9-2508-4211-8a6d-76f6cd8a79ae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b6c40bb9-2508-4211-8a6d-76f6cd8a79ae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b6c40bb9-2508-4211-8a6d-76f6cd8a79ae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-b6c40bb9-2508-4211-8a6d-76f6cd8a79ae img.shogun-image,
  #s-b6c40bb9-2508-4211-8a6d-76f6cd8a79ae .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b6c40bb9-2508-4211-8a6d-76f6cd8a79ae {
    width: 100%;
    height: auto;
  }

  #s-b6c40bb9-2508-4211-8a6d-76f6cd8a79ae img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b6c40bb9-2508-4211-8a6d-76f6cd8a79ae.shogun-image {
    
    
  }


.s-b6c40bb9-2508-4211-8a6d-76f6cd8a79ae .shogun-image-content {
  
    align-items: center;
  
}

.s-b6c40bb9-2508-4211-8a6d-76f6cd8a79ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6c40bb9-2508-4211-8a6d-76f6cd8a79ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6c40bb9-2508-4211-8a6d-76f6cd8a79ae.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b6c40bb9-2508-4211-8a6d-76f6cd8a79ae {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-b6c40bb9-2508-4211-8a6d-76f6cd8a79ae.shogun-image-container {
      position: relative;
    }

    .s-b6c40bb9-2508-4211-8a6d-76f6cd8a79ae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b6c40bb9-2508-4211-8a6d-76f6cd8a79ae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b6c40bb9-2508-4211-8a6d-76f6cd8a79ae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-b6c40bb9-2508-4211-8a6d-76f6cd8a79ae img.shogun-image,
  #s-b6c40bb9-2508-4211-8a6d-76f6cd8a79ae .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b6c40bb9-2508-4211-8a6d-76f6cd8a79ae {
    width: 100%;
    height: auto;
  }

  #s-b6c40bb9-2508-4211-8a6d-76f6cd8a79ae img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b6c40bb9-2508-4211-8a6d-76f6cd8a79ae.shogun-image {
    
    
  }


.s-b6c40bb9-2508-4211-8a6d-76f6cd8a79ae .shogun-image-content {
  
    align-items: center;
  
}

.s-b6c40bb9-2508-4211-8a6d-76f6cd8a79ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6c40bb9-2508-4211-8a6d-76f6cd8a79ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6c40bb9-2508-4211-8a6d-76f6cd8a79ae.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b6c40bb9-2508-4211-8a6d-76f6cd8a79ae {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-b6c40bb9-2508-4211-8a6d-76f6cd8a79ae.shogun-image-container {
      position: relative;
    }

    .s-b6c40bb9-2508-4211-8a6d-76f6cd8a79ae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b6c40bb9-2508-4211-8a6d-76f6cd8a79ae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b6c40bb9-2508-4211-8a6d-76f6cd8a79ae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-b6c40bb9-2508-4211-8a6d-76f6cd8a79ae img.shogun-image,
  #s-b6c40bb9-2508-4211-8a6d-76f6cd8a79ae .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b6c40bb9-2508-4211-8a6d-76f6cd8a79ae {
    width: 100%;
    height: auto;
  }

  #s-b6c40bb9-2508-4211-8a6d-76f6cd8a79ae img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b6c40bb9-2508-4211-8a6d-76f6cd8a79ae.shogun-image {
    
    
  }


.s-b6c40bb9-2508-4211-8a6d-76f6cd8a79ae .shogun-image-content {
  
    align-items: center;
  
}

.s-b6c40bb9-2508-4211-8a6d-76f6cd8a79ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6c40bb9-2508-4211-8a6d-76f6cd8a79ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6c40bb9-2508-4211-8a6d-76f6cd8a79ae.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b6c40bb9-2508-4211-8a6d-76f6cd8a79ae {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-b6c40bb9-2508-4211-8a6d-76f6cd8a79ae.shogun-image-container {
      position: relative;
    }

    .s-b6c40bb9-2508-4211-8a6d-76f6cd8a79ae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b6c40bb9-2508-4211-8a6d-76f6cd8a79ae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b6c40bb9-2508-4211-8a6d-76f6cd8a79ae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-b6c40bb9-2508-4211-8a6d-76f6cd8a79ae img.shogun-image,
  #s-b6c40bb9-2508-4211-8a6d-76f6cd8a79ae .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b6c40bb9-2508-4211-8a6d-76f6cd8a79ae {
    width: 100%;
    height: auto;
  }

  #s-b6c40bb9-2508-4211-8a6d-76f6cd8a79ae img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b6c40bb9-2508-4211-8a6d-76f6cd8a79ae.shogun-image {
    
    
  }


.s-b6c40bb9-2508-4211-8a6d-76f6cd8a79ae .shogun-image-content {
  
    align-items: center;
  
}

.s-b6c40bb9-2508-4211-8a6d-76f6cd8a79ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6c40bb9-2508-4211-8a6d-76f6cd8a79ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6c40bb9-2508-4211-8a6d-76f6cd8a79ae.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b6c40bb9-2508-4211-8a6d-76f6cd8a79ae {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-b6c40bb9-2508-4211-8a6d-76f6cd8a79ae.shogun-image-container {
      position: relative;
    }

    .s-b6c40bb9-2508-4211-8a6d-76f6cd8a79ae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b6c40bb9-2508-4211-8a6d-76f6cd8a79ae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b6c40bb9-2508-4211-8a6d-76f6cd8a79ae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-652a0aa0-35b6-4f54-8fe5-d443df2ef231 {
  max-width: 1620px;
aspect-ratio: 1620/1080;
text-align: center;
}





  #s-652a0aa0-35b6-4f54-8fe5-d443df2ef231 img.shogun-image,
  #s-652a0aa0-35b6-4f54-8fe5-d443df2ef231 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-652a0aa0-35b6-4f54-8fe5-d443df2ef231 {
    width: 100%;
    height: auto;
  }

  #s-652a0aa0-35b6-4f54-8fe5-d443df2ef231 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-652a0aa0-35b6-4f54-8fe5-d443df2ef231.shogun-image {
    
    
  }


.s-652a0aa0-35b6-4f54-8fe5-d443df2ef231 .shogun-image-content {
  
    align-items: center;
  
}

.s-652a0aa0-35b6-4f54-8fe5-d443df2ef231.shg-align-container {
  display: flex;
  justify-content: center
}

.s-652a0aa0-35b6-4f54-8fe5-d443df2ef231.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-652a0aa0-35b6-4f54-8fe5-d443df2ef231.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-652a0aa0-35b6-4f54-8fe5-d443df2ef231 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-652a0aa0-35b6-4f54-8fe5-d443df2ef231.shogun-image-container {
      position: relative;
    }

    .s-652a0aa0-35b6-4f54-8fe5-d443df2ef231.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-652a0aa0-35b6-4f54-8fe5-d443df2ef231.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-652a0aa0-35b6-4f54-8fe5-d443df2ef231 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-652a0aa0-35b6-4f54-8fe5-d443df2ef231 img.shogun-image,
  #s-652a0aa0-35b6-4f54-8fe5-d443df2ef231 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-652a0aa0-35b6-4f54-8fe5-d443df2ef231 {
    width: 100%;
    height: auto;
  }

  #s-652a0aa0-35b6-4f54-8fe5-d443df2ef231 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-652a0aa0-35b6-4f54-8fe5-d443df2ef231.shogun-image {
    
    
  }


.s-652a0aa0-35b6-4f54-8fe5-d443df2ef231 .shogun-image-content {
  
    align-items: center;
  
}

.s-652a0aa0-35b6-4f54-8fe5-d443df2ef231.shg-align-container {
  display: flex;
  justify-content: center
}

.s-652a0aa0-35b6-4f54-8fe5-d443df2ef231.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-652a0aa0-35b6-4f54-8fe5-d443df2ef231.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-652a0aa0-35b6-4f54-8fe5-d443df2ef231 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-652a0aa0-35b6-4f54-8fe5-d443df2ef231.shogun-image-container {
      position: relative;
    }

    .s-652a0aa0-35b6-4f54-8fe5-d443df2ef231.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-652a0aa0-35b6-4f54-8fe5-d443df2ef231.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-652a0aa0-35b6-4f54-8fe5-d443df2ef231 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-652a0aa0-35b6-4f54-8fe5-d443df2ef231 img.shogun-image,
  #s-652a0aa0-35b6-4f54-8fe5-d443df2ef231 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-652a0aa0-35b6-4f54-8fe5-d443df2ef231 {
    width: 100%;
    height: auto;
  }

  #s-652a0aa0-35b6-4f54-8fe5-d443df2ef231 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-652a0aa0-35b6-4f54-8fe5-d443df2ef231.shogun-image {
    
    
  }


.s-652a0aa0-35b6-4f54-8fe5-d443df2ef231 .shogun-image-content {
  
    align-items: center;
  
}

.s-652a0aa0-35b6-4f54-8fe5-d443df2ef231.shg-align-container {
  display: flex;
  justify-content: center
}

.s-652a0aa0-35b6-4f54-8fe5-d443df2ef231.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-652a0aa0-35b6-4f54-8fe5-d443df2ef231.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-652a0aa0-35b6-4f54-8fe5-d443df2ef231 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-652a0aa0-35b6-4f54-8fe5-d443df2ef231.shogun-image-container {
      position: relative;
    }

    .s-652a0aa0-35b6-4f54-8fe5-d443df2ef231.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-652a0aa0-35b6-4f54-8fe5-d443df2ef231.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-652a0aa0-35b6-4f54-8fe5-d443df2ef231 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-652a0aa0-35b6-4f54-8fe5-d443df2ef231 img.shogun-image,
  #s-652a0aa0-35b6-4f54-8fe5-d443df2ef231 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-652a0aa0-35b6-4f54-8fe5-d443df2ef231 {
    width: 100%;
    height: auto;
  }

  #s-652a0aa0-35b6-4f54-8fe5-d443df2ef231 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-652a0aa0-35b6-4f54-8fe5-d443df2ef231.shogun-image {
    
    
  }


.s-652a0aa0-35b6-4f54-8fe5-d443df2ef231 .shogun-image-content {
  
    align-items: center;
  
}

.s-652a0aa0-35b6-4f54-8fe5-d443df2ef231.shg-align-container {
  display: flex;
  justify-content: center
}

.s-652a0aa0-35b6-4f54-8fe5-d443df2ef231.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-652a0aa0-35b6-4f54-8fe5-d443df2ef231.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-652a0aa0-35b6-4f54-8fe5-d443df2ef231 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-652a0aa0-35b6-4f54-8fe5-d443df2ef231.shogun-image-container {
      position: relative;
    }

    .s-652a0aa0-35b6-4f54-8fe5-d443df2ef231.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-652a0aa0-35b6-4f54-8fe5-d443df2ef231.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-652a0aa0-35b6-4f54-8fe5-d443df2ef231 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-652a0aa0-35b6-4f54-8fe5-d443df2ef231 img.shogun-image,
  #s-652a0aa0-35b6-4f54-8fe5-d443df2ef231 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-652a0aa0-35b6-4f54-8fe5-d443df2ef231 {
    width: 100%;
    height: auto;
  }

  #s-652a0aa0-35b6-4f54-8fe5-d443df2ef231 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-652a0aa0-35b6-4f54-8fe5-d443df2ef231.shogun-image {
    
    
  }


.s-652a0aa0-35b6-4f54-8fe5-d443df2ef231 .shogun-image-content {
  
    align-items: center;
  
}

.s-652a0aa0-35b6-4f54-8fe5-d443df2ef231.shg-align-container {
  display: flex;
  justify-content: center
}

.s-652a0aa0-35b6-4f54-8fe5-d443df2ef231.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-652a0aa0-35b6-4f54-8fe5-d443df2ef231.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-652a0aa0-35b6-4f54-8fe5-d443df2ef231 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-652a0aa0-35b6-4f54-8fe5-d443df2ef231.shogun-image-container {
      position: relative;
    }

    .s-652a0aa0-35b6-4f54-8fe5-d443df2ef231.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-652a0aa0-35b6-4f54-8fe5-d443df2ef231.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-652a0aa0-35b6-4f54-8fe5-d443df2ef231 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-9caffe38-1b4f-4e9f-8432-7a5d00fff78a {
  max-width: 1620px;
aspect-ratio: 1620/1080;
text-align: center;
}





  #s-9caffe38-1b4f-4e9f-8432-7a5d00fff78a img.shogun-image,
  #s-9caffe38-1b4f-4e9f-8432-7a5d00fff78a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9caffe38-1b4f-4e9f-8432-7a5d00fff78a {
    width: 100%;
    height: auto;
  }

  #s-9caffe38-1b4f-4e9f-8432-7a5d00fff78a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9caffe38-1b4f-4e9f-8432-7a5d00fff78a.shogun-image {
    
    
  }


.s-9caffe38-1b4f-4e9f-8432-7a5d00fff78a .shogun-image-content {
  
    align-items: center;
  
}

.s-9caffe38-1b4f-4e9f-8432-7a5d00fff78a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9caffe38-1b4f-4e9f-8432-7a5d00fff78a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9caffe38-1b4f-4e9f-8432-7a5d00fff78a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9caffe38-1b4f-4e9f-8432-7a5d00fff78a {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-9caffe38-1b4f-4e9f-8432-7a5d00fff78a.shogun-image-container {
      position: relative;
    }

    .s-9caffe38-1b4f-4e9f-8432-7a5d00fff78a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9caffe38-1b4f-4e9f-8432-7a5d00fff78a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9caffe38-1b4f-4e9f-8432-7a5d00fff78a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-9caffe38-1b4f-4e9f-8432-7a5d00fff78a img.shogun-image,
  #s-9caffe38-1b4f-4e9f-8432-7a5d00fff78a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9caffe38-1b4f-4e9f-8432-7a5d00fff78a {
    width: 100%;
    height: auto;
  }

  #s-9caffe38-1b4f-4e9f-8432-7a5d00fff78a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9caffe38-1b4f-4e9f-8432-7a5d00fff78a.shogun-image {
    
    
  }


.s-9caffe38-1b4f-4e9f-8432-7a5d00fff78a .shogun-image-content {
  
    align-items: center;
  
}

.s-9caffe38-1b4f-4e9f-8432-7a5d00fff78a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9caffe38-1b4f-4e9f-8432-7a5d00fff78a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9caffe38-1b4f-4e9f-8432-7a5d00fff78a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9caffe38-1b4f-4e9f-8432-7a5d00fff78a {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-9caffe38-1b4f-4e9f-8432-7a5d00fff78a.shogun-image-container {
      position: relative;
    }

    .s-9caffe38-1b4f-4e9f-8432-7a5d00fff78a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9caffe38-1b4f-4e9f-8432-7a5d00fff78a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9caffe38-1b4f-4e9f-8432-7a5d00fff78a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-9caffe38-1b4f-4e9f-8432-7a5d00fff78a img.shogun-image,
  #s-9caffe38-1b4f-4e9f-8432-7a5d00fff78a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9caffe38-1b4f-4e9f-8432-7a5d00fff78a {
    width: 100%;
    height: auto;
  }

  #s-9caffe38-1b4f-4e9f-8432-7a5d00fff78a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9caffe38-1b4f-4e9f-8432-7a5d00fff78a.shogun-image {
    
    
  }


.s-9caffe38-1b4f-4e9f-8432-7a5d00fff78a .shogun-image-content {
  
    align-items: center;
  
}

.s-9caffe38-1b4f-4e9f-8432-7a5d00fff78a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9caffe38-1b4f-4e9f-8432-7a5d00fff78a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9caffe38-1b4f-4e9f-8432-7a5d00fff78a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9caffe38-1b4f-4e9f-8432-7a5d00fff78a {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-9caffe38-1b4f-4e9f-8432-7a5d00fff78a.shogun-image-container {
      position: relative;
    }

    .s-9caffe38-1b4f-4e9f-8432-7a5d00fff78a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9caffe38-1b4f-4e9f-8432-7a5d00fff78a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9caffe38-1b4f-4e9f-8432-7a5d00fff78a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-9caffe38-1b4f-4e9f-8432-7a5d00fff78a img.shogun-image,
  #s-9caffe38-1b4f-4e9f-8432-7a5d00fff78a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9caffe38-1b4f-4e9f-8432-7a5d00fff78a {
    width: 100%;
    height: auto;
  }

  #s-9caffe38-1b4f-4e9f-8432-7a5d00fff78a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9caffe38-1b4f-4e9f-8432-7a5d00fff78a.shogun-image {
    
    
  }


.s-9caffe38-1b4f-4e9f-8432-7a5d00fff78a .shogun-image-content {
  
    align-items: center;
  
}

.s-9caffe38-1b4f-4e9f-8432-7a5d00fff78a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9caffe38-1b4f-4e9f-8432-7a5d00fff78a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9caffe38-1b4f-4e9f-8432-7a5d00fff78a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9caffe38-1b4f-4e9f-8432-7a5d00fff78a {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-9caffe38-1b4f-4e9f-8432-7a5d00fff78a.shogun-image-container {
      position: relative;
    }

    .s-9caffe38-1b4f-4e9f-8432-7a5d00fff78a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9caffe38-1b4f-4e9f-8432-7a5d00fff78a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9caffe38-1b4f-4e9f-8432-7a5d00fff78a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-9caffe38-1b4f-4e9f-8432-7a5d00fff78a img.shogun-image,
  #s-9caffe38-1b4f-4e9f-8432-7a5d00fff78a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9caffe38-1b4f-4e9f-8432-7a5d00fff78a {
    width: 100%;
    height: auto;
  }

  #s-9caffe38-1b4f-4e9f-8432-7a5d00fff78a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9caffe38-1b4f-4e9f-8432-7a5d00fff78a.shogun-image {
    
    
  }


.s-9caffe38-1b4f-4e9f-8432-7a5d00fff78a .shogun-image-content {
  
    align-items: center;
  
}

.s-9caffe38-1b4f-4e9f-8432-7a5d00fff78a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9caffe38-1b4f-4e9f-8432-7a5d00fff78a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9caffe38-1b4f-4e9f-8432-7a5d00fff78a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9caffe38-1b4f-4e9f-8432-7a5d00fff78a {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-9caffe38-1b4f-4e9f-8432-7a5d00fff78a.shogun-image-container {
      position: relative;
    }

    .s-9caffe38-1b4f-4e9f-8432-7a5d00fff78a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9caffe38-1b4f-4e9f-8432-7a5d00fff78a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9caffe38-1b4f-4e9f-8432-7a5d00fff78a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-e976c343-a6d5-4345-9b8e-7bb5a298c3b9 {
  margin-top: 12px;
margin-left: 20px;
margin-bottom: 12px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-e976c343-a6d5-4345-9b8e-7bb5a298c3b9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e976c343-a6d5-4345-9b8e-7bb5a298c3b9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e976c343-a6d5-4345-9b8e-7bb5a298c3b9 {
  
}
}@media (max-width: 767px){#s-e976c343-a6d5-4345-9b8e-7bb5a298c3b9 {
  
}
}
#s-546424da-5f93-4b69-a5cd-602b5690a16e {
  min-height: 50px;
}








#s-546424da-5f93-4b69-a5cd-602b5690a16e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-546424da-5f93-4b69-a5cd-602b5690a16e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2ab1f722-cc4f-4ae7-828e-d446bad7c171 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-2ab1f722-cc4f-4ae7-828e-d446bad7c171 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-2ab1f722-cc4f-4ae7-828e-d446bad7c171 .shg-sld-nav-button.shg-sld-left,
#s-2ab1f722-cc4f-4ae7-828e-d446bad7c171 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-db1915cf-e05a-4299-a959-1fcc9779a118 {
  max-width: 1620px;
aspect-ratio: 1620/1080;
text-align: center;
}





  #s-db1915cf-e05a-4299-a959-1fcc9779a118 img.shogun-image,
  #s-db1915cf-e05a-4299-a959-1fcc9779a118 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-db1915cf-e05a-4299-a959-1fcc9779a118 {
    width: 100%;
    height: auto;
  }

  #s-db1915cf-e05a-4299-a959-1fcc9779a118 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-db1915cf-e05a-4299-a959-1fcc9779a118.shogun-image {
    
    
  }


.s-db1915cf-e05a-4299-a959-1fcc9779a118 .shogun-image-content {
  
    align-items: center;
  
}

.s-db1915cf-e05a-4299-a959-1fcc9779a118.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db1915cf-e05a-4299-a959-1fcc9779a118.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db1915cf-e05a-4299-a959-1fcc9779a118.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-db1915cf-e05a-4299-a959-1fcc9779a118 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-db1915cf-e05a-4299-a959-1fcc9779a118.shogun-image-container {
      position: relative;
    }

    .s-db1915cf-e05a-4299-a959-1fcc9779a118.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db1915cf-e05a-4299-a959-1fcc9779a118.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db1915cf-e05a-4299-a959-1fcc9779a118 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-db1915cf-e05a-4299-a959-1fcc9779a118 img.shogun-image,
  #s-db1915cf-e05a-4299-a959-1fcc9779a118 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-db1915cf-e05a-4299-a959-1fcc9779a118 {
    width: 100%;
    height: auto;
  }

  #s-db1915cf-e05a-4299-a959-1fcc9779a118 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-db1915cf-e05a-4299-a959-1fcc9779a118.shogun-image {
    
    
  }


.s-db1915cf-e05a-4299-a959-1fcc9779a118 .shogun-image-content {
  
    align-items: center;
  
}

.s-db1915cf-e05a-4299-a959-1fcc9779a118.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db1915cf-e05a-4299-a959-1fcc9779a118.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db1915cf-e05a-4299-a959-1fcc9779a118.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-db1915cf-e05a-4299-a959-1fcc9779a118 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-db1915cf-e05a-4299-a959-1fcc9779a118.shogun-image-container {
      position: relative;
    }

    .s-db1915cf-e05a-4299-a959-1fcc9779a118.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db1915cf-e05a-4299-a959-1fcc9779a118.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db1915cf-e05a-4299-a959-1fcc9779a118 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-db1915cf-e05a-4299-a959-1fcc9779a118 img.shogun-image,
  #s-db1915cf-e05a-4299-a959-1fcc9779a118 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-db1915cf-e05a-4299-a959-1fcc9779a118 {
    width: 100%;
    height: auto;
  }

  #s-db1915cf-e05a-4299-a959-1fcc9779a118 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-db1915cf-e05a-4299-a959-1fcc9779a118.shogun-image {
    
    
  }


.s-db1915cf-e05a-4299-a959-1fcc9779a118 .shogun-image-content {
  
    align-items: center;
  
}

.s-db1915cf-e05a-4299-a959-1fcc9779a118.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db1915cf-e05a-4299-a959-1fcc9779a118.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db1915cf-e05a-4299-a959-1fcc9779a118.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-db1915cf-e05a-4299-a959-1fcc9779a118 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-db1915cf-e05a-4299-a959-1fcc9779a118.shogun-image-container {
      position: relative;
    }

    .s-db1915cf-e05a-4299-a959-1fcc9779a118.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db1915cf-e05a-4299-a959-1fcc9779a118.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db1915cf-e05a-4299-a959-1fcc9779a118 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-db1915cf-e05a-4299-a959-1fcc9779a118 img.shogun-image,
  #s-db1915cf-e05a-4299-a959-1fcc9779a118 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-db1915cf-e05a-4299-a959-1fcc9779a118 {
    width: 100%;
    height: auto;
  }

  #s-db1915cf-e05a-4299-a959-1fcc9779a118 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-db1915cf-e05a-4299-a959-1fcc9779a118.shogun-image {
    
    
  }


.s-db1915cf-e05a-4299-a959-1fcc9779a118 .shogun-image-content {
  
    align-items: center;
  
}

.s-db1915cf-e05a-4299-a959-1fcc9779a118.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db1915cf-e05a-4299-a959-1fcc9779a118.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db1915cf-e05a-4299-a959-1fcc9779a118.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-db1915cf-e05a-4299-a959-1fcc9779a118 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-db1915cf-e05a-4299-a959-1fcc9779a118.shogun-image-container {
      position: relative;
    }

    .s-db1915cf-e05a-4299-a959-1fcc9779a118.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db1915cf-e05a-4299-a959-1fcc9779a118.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db1915cf-e05a-4299-a959-1fcc9779a118 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-db1915cf-e05a-4299-a959-1fcc9779a118 img.shogun-image,
  #s-db1915cf-e05a-4299-a959-1fcc9779a118 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-db1915cf-e05a-4299-a959-1fcc9779a118 {
    width: 100%;
    height: auto;
  }

  #s-db1915cf-e05a-4299-a959-1fcc9779a118 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-db1915cf-e05a-4299-a959-1fcc9779a118.shogun-image {
    
    
  }


.s-db1915cf-e05a-4299-a959-1fcc9779a118 .shogun-image-content {
  
    align-items: center;
  
}

.s-db1915cf-e05a-4299-a959-1fcc9779a118.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db1915cf-e05a-4299-a959-1fcc9779a118.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db1915cf-e05a-4299-a959-1fcc9779a118.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-db1915cf-e05a-4299-a959-1fcc9779a118 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-db1915cf-e05a-4299-a959-1fcc9779a118.shogun-image-container {
      position: relative;
    }

    .s-db1915cf-e05a-4299-a959-1fcc9779a118.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db1915cf-e05a-4299-a959-1fcc9779a118.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db1915cf-e05a-4299-a959-1fcc9779a118 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-4d41731e-c836-43cd-9fd7-8dd5e6effb64 {
  max-width: 1620px;
aspect-ratio: 1620/1080;
text-align: center;
}





  #s-4d41731e-c836-43cd-9fd7-8dd5e6effb64 img.shogun-image,
  #s-4d41731e-c836-43cd-9fd7-8dd5e6effb64 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4d41731e-c836-43cd-9fd7-8dd5e6effb64 {
    width: 100%;
    height: auto;
  }

  #s-4d41731e-c836-43cd-9fd7-8dd5e6effb64 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4d41731e-c836-43cd-9fd7-8dd5e6effb64.shogun-image {
    
    
  }


.s-4d41731e-c836-43cd-9fd7-8dd5e6effb64 .shogun-image-content {
  
    align-items: center;
  
}

.s-4d41731e-c836-43cd-9fd7-8dd5e6effb64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d41731e-c836-43cd-9fd7-8dd5e6effb64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d41731e-c836-43cd-9fd7-8dd5e6effb64.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4d41731e-c836-43cd-9fd7-8dd5e6effb64 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-4d41731e-c836-43cd-9fd7-8dd5e6effb64.shogun-image-container {
      position: relative;
    }

    .s-4d41731e-c836-43cd-9fd7-8dd5e6effb64.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4d41731e-c836-43cd-9fd7-8dd5e6effb64.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4d41731e-c836-43cd-9fd7-8dd5e6effb64 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-4d41731e-c836-43cd-9fd7-8dd5e6effb64 img.shogun-image,
  #s-4d41731e-c836-43cd-9fd7-8dd5e6effb64 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4d41731e-c836-43cd-9fd7-8dd5e6effb64 {
    width: 100%;
    height: auto;
  }

  #s-4d41731e-c836-43cd-9fd7-8dd5e6effb64 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4d41731e-c836-43cd-9fd7-8dd5e6effb64.shogun-image {
    
    
  }


.s-4d41731e-c836-43cd-9fd7-8dd5e6effb64 .shogun-image-content {
  
    align-items: center;
  
}

.s-4d41731e-c836-43cd-9fd7-8dd5e6effb64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d41731e-c836-43cd-9fd7-8dd5e6effb64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d41731e-c836-43cd-9fd7-8dd5e6effb64.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4d41731e-c836-43cd-9fd7-8dd5e6effb64 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-4d41731e-c836-43cd-9fd7-8dd5e6effb64.shogun-image-container {
      position: relative;
    }

    .s-4d41731e-c836-43cd-9fd7-8dd5e6effb64.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4d41731e-c836-43cd-9fd7-8dd5e6effb64.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4d41731e-c836-43cd-9fd7-8dd5e6effb64 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-4d41731e-c836-43cd-9fd7-8dd5e6effb64 img.shogun-image,
  #s-4d41731e-c836-43cd-9fd7-8dd5e6effb64 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4d41731e-c836-43cd-9fd7-8dd5e6effb64 {
    width: 100%;
    height: auto;
  }

  #s-4d41731e-c836-43cd-9fd7-8dd5e6effb64 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4d41731e-c836-43cd-9fd7-8dd5e6effb64.shogun-image {
    
    
  }


.s-4d41731e-c836-43cd-9fd7-8dd5e6effb64 .shogun-image-content {
  
    align-items: center;
  
}

.s-4d41731e-c836-43cd-9fd7-8dd5e6effb64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d41731e-c836-43cd-9fd7-8dd5e6effb64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d41731e-c836-43cd-9fd7-8dd5e6effb64.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4d41731e-c836-43cd-9fd7-8dd5e6effb64 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-4d41731e-c836-43cd-9fd7-8dd5e6effb64.shogun-image-container {
      position: relative;
    }

    .s-4d41731e-c836-43cd-9fd7-8dd5e6effb64.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4d41731e-c836-43cd-9fd7-8dd5e6effb64.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4d41731e-c836-43cd-9fd7-8dd5e6effb64 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-4d41731e-c836-43cd-9fd7-8dd5e6effb64 img.shogun-image,
  #s-4d41731e-c836-43cd-9fd7-8dd5e6effb64 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4d41731e-c836-43cd-9fd7-8dd5e6effb64 {
    width: 100%;
    height: auto;
  }

  #s-4d41731e-c836-43cd-9fd7-8dd5e6effb64 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4d41731e-c836-43cd-9fd7-8dd5e6effb64.shogun-image {
    
    
  }


.s-4d41731e-c836-43cd-9fd7-8dd5e6effb64 .shogun-image-content {
  
    align-items: center;
  
}

.s-4d41731e-c836-43cd-9fd7-8dd5e6effb64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d41731e-c836-43cd-9fd7-8dd5e6effb64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d41731e-c836-43cd-9fd7-8dd5e6effb64.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4d41731e-c836-43cd-9fd7-8dd5e6effb64 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-4d41731e-c836-43cd-9fd7-8dd5e6effb64.shogun-image-container {
      position: relative;
    }

    .s-4d41731e-c836-43cd-9fd7-8dd5e6effb64.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4d41731e-c836-43cd-9fd7-8dd5e6effb64.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4d41731e-c836-43cd-9fd7-8dd5e6effb64 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-4d41731e-c836-43cd-9fd7-8dd5e6effb64 img.shogun-image,
  #s-4d41731e-c836-43cd-9fd7-8dd5e6effb64 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4d41731e-c836-43cd-9fd7-8dd5e6effb64 {
    width: 100%;
    height: auto;
  }

  #s-4d41731e-c836-43cd-9fd7-8dd5e6effb64 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4d41731e-c836-43cd-9fd7-8dd5e6effb64.shogun-image {
    
    
  }


.s-4d41731e-c836-43cd-9fd7-8dd5e6effb64 .shogun-image-content {
  
    align-items: center;
  
}

.s-4d41731e-c836-43cd-9fd7-8dd5e6effb64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d41731e-c836-43cd-9fd7-8dd5e6effb64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d41731e-c836-43cd-9fd7-8dd5e6effb64.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4d41731e-c836-43cd-9fd7-8dd5e6effb64 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-4d41731e-c836-43cd-9fd7-8dd5e6effb64.shogun-image-container {
      position: relative;
    }

    .s-4d41731e-c836-43cd-9fd7-8dd5e6effb64.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4d41731e-c836-43cd-9fd7-8dd5e6effb64.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4d41731e-c836-43cd-9fd7-8dd5e6effb64 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-04138679-bd93-456d-aca4-bfe73dc6955d {
  max-width: 1620px;
aspect-ratio: 1620/1080;
text-align: center;
}





  #s-04138679-bd93-456d-aca4-bfe73dc6955d img.shogun-image,
  #s-04138679-bd93-456d-aca4-bfe73dc6955d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-04138679-bd93-456d-aca4-bfe73dc6955d {
    width: 100%;
    height: auto;
  }

  #s-04138679-bd93-456d-aca4-bfe73dc6955d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-04138679-bd93-456d-aca4-bfe73dc6955d.shogun-image {
    
    
  }


.s-04138679-bd93-456d-aca4-bfe73dc6955d .shogun-image-content {
  
    align-items: center;
  
}

.s-04138679-bd93-456d-aca4-bfe73dc6955d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04138679-bd93-456d-aca4-bfe73dc6955d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04138679-bd93-456d-aca4-bfe73dc6955d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-04138679-bd93-456d-aca4-bfe73dc6955d {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-04138679-bd93-456d-aca4-bfe73dc6955d.shogun-image-container {
      position: relative;
    }

    .s-04138679-bd93-456d-aca4-bfe73dc6955d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-04138679-bd93-456d-aca4-bfe73dc6955d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-04138679-bd93-456d-aca4-bfe73dc6955d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-04138679-bd93-456d-aca4-bfe73dc6955d img.shogun-image,
  #s-04138679-bd93-456d-aca4-bfe73dc6955d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-04138679-bd93-456d-aca4-bfe73dc6955d {
    width: 100%;
    height: auto;
  }

  #s-04138679-bd93-456d-aca4-bfe73dc6955d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-04138679-bd93-456d-aca4-bfe73dc6955d.shogun-image {
    
    
  }


.s-04138679-bd93-456d-aca4-bfe73dc6955d .shogun-image-content {
  
    align-items: center;
  
}

.s-04138679-bd93-456d-aca4-bfe73dc6955d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04138679-bd93-456d-aca4-bfe73dc6955d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04138679-bd93-456d-aca4-bfe73dc6955d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-04138679-bd93-456d-aca4-bfe73dc6955d {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-04138679-bd93-456d-aca4-bfe73dc6955d.shogun-image-container {
      position: relative;
    }

    .s-04138679-bd93-456d-aca4-bfe73dc6955d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-04138679-bd93-456d-aca4-bfe73dc6955d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-04138679-bd93-456d-aca4-bfe73dc6955d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-04138679-bd93-456d-aca4-bfe73dc6955d img.shogun-image,
  #s-04138679-bd93-456d-aca4-bfe73dc6955d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-04138679-bd93-456d-aca4-bfe73dc6955d {
    width: 100%;
    height: auto;
  }

  #s-04138679-bd93-456d-aca4-bfe73dc6955d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-04138679-bd93-456d-aca4-bfe73dc6955d.shogun-image {
    
    
  }


.s-04138679-bd93-456d-aca4-bfe73dc6955d .shogun-image-content {
  
    align-items: center;
  
}

.s-04138679-bd93-456d-aca4-bfe73dc6955d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04138679-bd93-456d-aca4-bfe73dc6955d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04138679-bd93-456d-aca4-bfe73dc6955d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-04138679-bd93-456d-aca4-bfe73dc6955d {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-04138679-bd93-456d-aca4-bfe73dc6955d.shogun-image-container {
      position: relative;
    }

    .s-04138679-bd93-456d-aca4-bfe73dc6955d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-04138679-bd93-456d-aca4-bfe73dc6955d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-04138679-bd93-456d-aca4-bfe73dc6955d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-04138679-bd93-456d-aca4-bfe73dc6955d img.shogun-image,
  #s-04138679-bd93-456d-aca4-bfe73dc6955d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-04138679-bd93-456d-aca4-bfe73dc6955d {
    width: 100%;
    height: auto;
  }

  #s-04138679-bd93-456d-aca4-bfe73dc6955d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-04138679-bd93-456d-aca4-bfe73dc6955d.shogun-image {
    
    
  }


.s-04138679-bd93-456d-aca4-bfe73dc6955d .shogun-image-content {
  
    align-items: center;
  
}

.s-04138679-bd93-456d-aca4-bfe73dc6955d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04138679-bd93-456d-aca4-bfe73dc6955d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04138679-bd93-456d-aca4-bfe73dc6955d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-04138679-bd93-456d-aca4-bfe73dc6955d {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-04138679-bd93-456d-aca4-bfe73dc6955d.shogun-image-container {
      position: relative;
    }

    .s-04138679-bd93-456d-aca4-bfe73dc6955d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-04138679-bd93-456d-aca4-bfe73dc6955d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-04138679-bd93-456d-aca4-bfe73dc6955d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-04138679-bd93-456d-aca4-bfe73dc6955d img.shogun-image,
  #s-04138679-bd93-456d-aca4-bfe73dc6955d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-04138679-bd93-456d-aca4-bfe73dc6955d {
    width: 100%;
    height: auto;
  }

  #s-04138679-bd93-456d-aca4-bfe73dc6955d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-04138679-bd93-456d-aca4-bfe73dc6955d.shogun-image {
    
    
  }


.s-04138679-bd93-456d-aca4-bfe73dc6955d .shogun-image-content {
  
    align-items: center;
  
}

.s-04138679-bd93-456d-aca4-bfe73dc6955d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04138679-bd93-456d-aca4-bfe73dc6955d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04138679-bd93-456d-aca4-bfe73dc6955d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-04138679-bd93-456d-aca4-bfe73dc6955d {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-04138679-bd93-456d-aca4-bfe73dc6955d.shogun-image-container {
      position: relative;
    }

    .s-04138679-bd93-456d-aca4-bfe73dc6955d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-04138679-bd93-456d-aca4-bfe73dc6955d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-04138679-bd93-456d-aca4-bfe73dc6955d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-46e546b0-b86a-4fef-9a90-319792351821 {
  max-width: 1620px;
aspect-ratio: 1620/1080;
text-align: center;
}





  #s-46e546b0-b86a-4fef-9a90-319792351821 img.shogun-image,
  #s-46e546b0-b86a-4fef-9a90-319792351821 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-46e546b0-b86a-4fef-9a90-319792351821 {
    width: 100%;
    height: auto;
  }

  #s-46e546b0-b86a-4fef-9a90-319792351821 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-46e546b0-b86a-4fef-9a90-319792351821.shogun-image {
    
    
  }


.s-46e546b0-b86a-4fef-9a90-319792351821 .shogun-image-content {
  
    align-items: center;
  
}

.s-46e546b0-b86a-4fef-9a90-319792351821.shg-align-container {
  display: flex;
  justify-content: center
}

.s-46e546b0-b86a-4fef-9a90-319792351821.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46e546b0-b86a-4fef-9a90-319792351821.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-46e546b0-b86a-4fef-9a90-319792351821 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-46e546b0-b86a-4fef-9a90-319792351821.shogun-image-container {
      position: relative;
    }

    .s-46e546b0-b86a-4fef-9a90-319792351821.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-46e546b0-b86a-4fef-9a90-319792351821.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-46e546b0-b86a-4fef-9a90-319792351821 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-46e546b0-b86a-4fef-9a90-319792351821 img.shogun-image,
  #s-46e546b0-b86a-4fef-9a90-319792351821 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-46e546b0-b86a-4fef-9a90-319792351821 {
    width: 100%;
    height: auto;
  }

  #s-46e546b0-b86a-4fef-9a90-319792351821 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-46e546b0-b86a-4fef-9a90-319792351821.shogun-image {
    
    
  }


.s-46e546b0-b86a-4fef-9a90-319792351821 .shogun-image-content {
  
    align-items: center;
  
}

.s-46e546b0-b86a-4fef-9a90-319792351821.shg-align-container {
  display: flex;
  justify-content: center
}

.s-46e546b0-b86a-4fef-9a90-319792351821.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46e546b0-b86a-4fef-9a90-319792351821.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-46e546b0-b86a-4fef-9a90-319792351821 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-46e546b0-b86a-4fef-9a90-319792351821.shogun-image-container {
      position: relative;
    }

    .s-46e546b0-b86a-4fef-9a90-319792351821.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-46e546b0-b86a-4fef-9a90-319792351821.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-46e546b0-b86a-4fef-9a90-319792351821 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-46e546b0-b86a-4fef-9a90-319792351821 img.shogun-image,
  #s-46e546b0-b86a-4fef-9a90-319792351821 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-46e546b0-b86a-4fef-9a90-319792351821 {
    width: 100%;
    height: auto;
  }

  #s-46e546b0-b86a-4fef-9a90-319792351821 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-46e546b0-b86a-4fef-9a90-319792351821.shogun-image {
    
    
  }


.s-46e546b0-b86a-4fef-9a90-319792351821 .shogun-image-content {
  
    align-items: center;
  
}

.s-46e546b0-b86a-4fef-9a90-319792351821.shg-align-container {
  display: flex;
  justify-content: center
}

.s-46e546b0-b86a-4fef-9a90-319792351821.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46e546b0-b86a-4fef-9a90-319792351821.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-46e546b0-b86a-4fef-9a90-319792351821 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-46e546b0-b86a-4fef-9a90-319792351821.shogun-image-container {
      position: relative;
    }

    .s-46e546b0-b86a-4fef-9a90-319792351821.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-46e546b0-b86a-4fef-9a90-319792351821.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-46e546b0-b86a-4fef-9a90-319792351821 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-46e546b0-b86a-4fef-9a90-319792351821 img.shogun-image,
  #s-46e546b0-b86a-4fef-9a90-319792351821 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-46e546b0-b86a-4fef-9a90-319792351821 {
    width: 100%;
    height: auto;
  }

  #s-46e546b0-b86a-4fef-9a90-319792351821 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-46e546b0-b86a-4fef-9a90-319792351821.shogun-image {
    
    
  }


.s-46e546b0-b86a-4fef-9a90-319792351821 .shogun-image-content {
  
    align-items: center;
  
}

.s-46e546b0-b86a-4fef-9a90-319792351821.shg-align-container {
  display: flex;
  justify-content: center
}

.s-46e546b0-b86a-4fef-9a90-319792351821.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46e546b0-b86a-4fef-9a90-319792351821.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-46e546b0-b86a-4fef-9a90-319792351821 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-46e546b0-b86a-4fef-9a90-319792351821.shogun-image-container {
      position: relative;
    }

    .s-46e546b0-b86a-4fef-9a90-319792351821.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-46e546b0-b86a-4fef-9a90-319792351821.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-46e546b0-b86a-4fef-9a90-319792351821 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-46e546b0-b86a-4fef-9a90-319792351821 img.shogun-image,
  #s-46e546b0-b86a-4fef-9a90-319792351821 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-46e546b0-b86a-4fef-9a90-319792351821 {
    width: 100%;
    height: auto;
  }

  #s-46e546b0-b86a-4fef-9a90-319792351821 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-46e546b0-b86a-4fef-9a90-319792351821.shogun-image {
    
    
  }


.s-46e546b0-b86a-4fef-9a90-319792351821 .shogun-image-content {
  
    align-items: center;
  
}

.s-46e546b0-b86a-4fef-9a90-319792351821.shg-align-container {
  display: flex;
  justify-content: center
}

.s-46e546b0-b86a-4fef-9a90-319792351821.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46e546b0-b86a-4fef-9a90-319792351821.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-46e546b0-b86a-4fef-9a90-319792351821 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-46e546b0-b86a-4fef-9a90-319792351821.shogun-image-container {
      position: relative;
    }

    .s-46e546b0-b86a-4fef-9a90-319792351821.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-46e546b0-b86a-4fef-9a90-319792351821.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-46e546b0-b86a-4fef-9a90-319792351821 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-c1b41d3c-4c56-498c-a789-68287d2ecede {
  max-width: 1620px;
aspect-ratio: 1620/1080;
text-align: center;
}





  #s-c1b41d3c-4c56-498c-a789-68287d2ecede img.shogun-image,
  #s-c1b41d3c-4c56-498c-a789-68287d2ecede .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c1b41d3c-4c56-498c-a789-68287d2ecede {
    width: 100%;
    height: auto;
  }

  #s-c1b41d3c-4c56-498c-a789-68287d2ecede img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c1b41d3c-4c56-498c-a789-68287d2ecede.shogun-image {
    
    
  }


.s-c1b41d3c-4c56-498c-a789-68287d2ecede .shogun-image-content {
  
    align-items: center;
  
}

.s-c1b41d3c-4c56-498c-a789-68287d2ecede.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1b41d3c-4c56-498c-a789-68287d2ecede.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1b41d3c-4c56-498c-a789-68287d2ecede.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c1b41d3c-4c56-498c-a789-68287d2ecede {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-c1b41d3c-4c56-498c-a789-68287d2ecede.shogun-image-container {
      position: relative;
    }

    .s-c1b41d3c-4c56-498c-a789-68287d2ecede.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c1b41d3c-4c56-498c-a789-68287d2ecede.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c1b41d3c-4c56-498c-a789-68287d2ecede img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-c1b41d3c-4c56-498c-a789-68287d2ecede img.shogun-image,
  #s-c1b41d3c-4c56-498c-a789-68287d2ecede .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c1b41d3c-4c56-498c-a789-68287d2ecede {
    width: 100%;
    height: auto;
  }

  #s-c1b41d3c-4c56-498c-a789-68287d2ecede img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c1b41d3c-4c56-498c-a789-68287d2ecede.shogun-image {
    
    
  }


.s-c1b41d3c-4c56-498c-a789-68287d2ecede .shogun-image-content {
  
    align-items: center;
  
}

.s-c1b41d3c-4c56-498c-a789-68287d2ecede.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1b41d3c-4c56-498c-a789-68287d2ecede.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1b41d3c-4c56-498c-a789-68287d2ecede.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c1b41d3c-4c56-498c-a789-68287d2ecede {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-c1b41d3c-4c56-498c-a789-68287d2ecede.shogun-image-container {
      position: relative;
    }

    .s-c1b41d3c-4c56-498c-a789-68287d2ecede.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c1b41d3c-4c56-498c-a789-68287d2ecede.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c1b41d3c-4c56-498c-a789-68287d2ecede img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-c1b41d3c-4c56-498c-a789-68287d2ecede img.shogun-image,
  #s-c1b41d3c-4c56-498c-a789-68287d2ecede .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c1b41d3c-4c56-498c-a789-68287d2ecede {
    width: 100%;
    height: auto;
  }

  #s-c1b41d3c-4c56-498c-a789-68287d2ecede img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c1b41d3c-4c56-498c-a789-68287d2ecede.shogun-image {
    
    
  }


.s-c1b41d3c-4c56-498c-a789-68287d2ecede .shogun-image-content {
  
    align-items: center;
  
}

.s-c1b41d3c-4c56-498c-a789-68287d2ecede.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1b41d3c-4c56-498c-a789-68287d2ecede.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1b41d3c-4c56-498c-a789-68287d2ecede.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c1b41d3c-4c56-498c-a789-68287d2ecede {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-c1b41d3c-4c56-498c-a789-68287d2ecede.shogun-image-container {
      position: relative;
    }

    .s-c1b41d3c-4c56-498c-a789-68287d2ecede.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c1b41d3c-4c56-498c-a789-68287d2ecede.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c1b41d3c-4c56-498c-a789-68287d2ecede img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-c1b41d3c-4c56-498c-a789-68287d2ecede img.shogun-image,
  #s-c1b41d3c-4c56-498c-a789-68287d2ecede .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c1b41d3c-4c56-498c-a789-68287d2ecede {
    width: 100%;
    height: auto;
  }

  #s-c1b41d3c-4c56-498c-a789-68287d2ecede img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c1b41d3c-4c56-498c-a789-68287d2ecede.shogun-image {
    
    
  }


.s-c1b41d3c-4c56-498c-a789-68287d2ecede .shogun-image-content {
  
    align-items: center;
  
}

.s-c1b41d3c-4c56-498c-a789-68287d2ecede.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1b41d3c-4c56-498c-a789-68287d2ecede.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1b41d3c-4c56-498c-a789-68287d2ecede.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c1b41d3c-4c56-498c-a789-68287d2ecede {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-c1b41d3c-4c56-498c-a789-68287d2ecede.shogun-image-container {
      position: relative;
    }

    .s-c1b41d3c-4c56-498c-a789-68287d2ecede.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c1b41d3c-4c56-498c-a789-68287d2ecede.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c1b41d3c-4c56-498c-a789-68287d2ecede img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-c1b41d3c-4c56-498c-a789-68287d2ecede img.shogun-image,
  #s-c1b41d3c-4c56-498c-a789-68287d2ecede .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c1b41d3c-4c56-498c-a789-68287d2ecede {
    width: 100%;
    height: auto;
  }

  #s-c1b41d3c-4c56-498c-a789-68287d2ecede img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c1b41d3c-4c56-498c-a789-68287d2ecede.shogun-image {
    
    
  }


.s-c1b41d3c-4c56-498c-a789-68287d2ecede .shogun-image-content {
  
    align-items: center;
  
}

.s-c1b41d3c-4c56-498c-a789-68287d2ecede.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1b41d3c-4c56-498c-a789-68287d2ecede.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1b41d3c-4c56-498c-a789-68287d2ecede.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c1b41d3c-4c56-498c-a789-68287d2ecede {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-c1b41d3c-4c56-498c-a789-68287d2ecede.shogun-image-container {
      position: relative;
    }

    .s-c1b41d3c-4c56-498c-a789-68287d2ecede.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c1b41d3c-4c56-498c-a789-68287d2ecede.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c1b41d3c-4c56-498c-a789-68287d2ecede img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-19cd0011-f700-4655-8967-0b0d42c07a95 {
  max-width: 1620px;
aspect-ratio: 1620/1080;
text-align: center;
}





  #s-19cd0011-f700-4655-8967-0b0d42c07a95 img.shogun-image,
  #s-19cd0011-f700-4655-8967-0b0d42c07a95 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-19cd0011-f700-4655-8967-0b0d42c07a95 {
    width: 100%;
    height: auto;
  }

  #s-19cd0011-f700-4655-8967-0b0d42c07a95 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-19cd0011-f700-4655-8967-0b0d42c07a95.shogun-image {
    
    
  }


.s-19cd0011-f700-4655-8967-0b0d42c07a95 .shogun-image-content {
  
    align-items: center;
  
}

.s-19cd0011-f700-4655-8967-0b0d42c07a95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19cd0011-f700-4655-8967-0b0d42c07a95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19cd0011-f700-4655-8967-0b0d42c07a95.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-19cd0011-f700-4655-8967-0b0d42c07a95 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-19cd0011-f700-4655-8967-0b0d42c07a95.shogun-image-container {
      position: relative;
    }

    .s-19cd0011-f700-4655-8967-0b0d42c07a95.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-19cd0011-f700-4655-8967-0b0d42c07a95.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-19cd0011-f700-4655-8967-0b0d42c07a95 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-19cd0011-f700-4655-8967-0b0d42c07a95 img.shogun-image,
  #s-19cd0011-f700-4655-8967-0b0d42c07a95 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-19cd0011-f700-4655-8967-0b0d42c07a95 {
    width: 100%;
    height: auto;
  }

  #s-19cd0011-f700-4655-8967-0b0d42c07a95 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-19cd0011-f700-4655-8967-0b0d42c07a95.shogun-image {
    
    
  }


.s-19cd0011-f700-4655-8967-0b0d42c07a95 .shogun-image-content {
  
    align-items: center;
  
}

.s-19cd0011-f700-4655-8967-0b0d42c07a95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19cd0011-f700-4655-8967-0b0d42c07a95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19cd0011-f700-4655-8967-0b0d42c07a95.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-19cd0011-f700-4655-8967-0b0d42c07a95 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-19cd0011-f700-4655-8967-0b0d42c07a95.shogun-image-container {
      position: relative;
    }

    .s-19cd0011-f700-4655-8967-0b0d42c07a95.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-19cd0011-f700-4655-8967-0b0d42c07a95.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-19cd0011-f700-4655-8967-0b0d42c07a95 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-19cd0011-f700-4655-8967-0b0d42c07a95 img.shogun-image,
  #s-19cd0011-f700-4655-8967-0b0d42c07a95 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-19cd0011-f700-4655-8967-0b0d42c07a95 {
    width: 100%;
    height: auto;
  }

  #s-19cd0011-f700-4655-8967-0b0d42c07a95 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-19cd0011-f700-4655-8967-0b0d42c07a95.shogun-image {
    
    
  }


.s-19cd0011-f700-4655-8967-0b0d42c07a95 .shogun-image-content {
  
    align-items: center;
  
}

.s-19cd0011-f700-4655-8967-0b0d42c07a95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19cd0011-f700-4655-8967-0b0d42c07a95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19cd0011-f700-4655-8967-0b0d42c07a95.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-19cd0011-f700-4655-8967-0b0d42c07a95 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-19cd0011-f700-4655-8967-0b0d42c07a95.shogun-image-container {
      position: relative;
    }

    .s-19cd0011-f700-4655-8967-0b0d42c07a95.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-19cd0011-f700-4655-8967-0b0d42c07a95.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-19cd0011-f700-4655-8967-0b0d42c07a95 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-19cd0011-f700-4655-8967-0b0d42c07a95 img.shogun-image,
  #s-19cd0011-f700-4655-8967-0b0d42c07a95 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-19cd0011-f700-4655-8967-0b0d42c07a95 {
    width: 100%;
    height: auto;
  }

  #s-19cd0011-f700-4655-8967-0b0d42c07a95 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-19cd0011-f700-4655-8967-0b0d42c07a95.shogun-image {
    
    
  }


.s-19cd0011-f700-4655-8967-0b0d42c07a95 .shogun-image-content {
  
    align-items: center;
  
}

.s-19cd0011-f700-4655-8967-0b0d42c07a95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19cd0011-f700-4655-8967-0b0d42c07a95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19cd0011-f700-4655-8967-0b0d42c07a95.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-19cd0011-f700-4655-8967-0b0d42c07a95 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-19cd0011-f700-4655-8967-0b0d42c07a95.shogun-image-container {
      position: relative;
    }

    .s-19cd0011-f700-4655-8967-0b0d42c07a95.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-19cd0011-f700-4655-8967-0b0d42c07a95.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-19cd0011-f700-4655-8967-0b0d42c07a95 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-19cd0011-f700-4655-8967-0b0d42c07a95 img.shogun-image,
  #s-19cd0011-f700-4655-8967-0b0d42c07a95 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-19cd0011-f700-4655-8967-0b0d42c07a95 {
    width: 100%;
    height: auto;
  }

  #s-19cd0011-f700-4655-8967-0b0d42c07a95 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-19cd0011-f700-4655-8967-0b0d42c07a95.shogun-image {
    
    
  }


.s-19cd0011-f700-4655-8967-0b0d42c07a95 .shogun-image-content {
  
    align-items: center;
  
}

.s-19cd0011-f700-4655-8967-0b0d42c07a95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-19cd0011-f700-4655-8967-0b0d42c07a95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-19cd0011-f700-4655-8967-0b0d42c07a95.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-19cd0011-f700-4655-8967-0b0d42c07a95 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-19cd0011-f700-4655-8967-0b0d42c07a95.shogun-image-container {
      position: relative;
    }

    .s-19cd0011-f700-4655-8967-0b0d42c07a95.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-19cd0011-f700-4655-8967-0b0d42c07a95.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-19cd0011-f700-4655-8967-0b0d42c07a95 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-5a788283-7034-454b-b1b6-22686ab3bb87 {
  margin-top: 12px;
margin-left: 20px;
margin-bottom: 12px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-5a788283-7034-454b-b1b6-22686ab3bb87 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5a788283-7034-454b-b1b6-22686ab3bb87 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5a788283-7034-454b-b1b6-22686ab3bb87 {
  
}
}@media (max-width: 767px){#s-5a788283-7034-454b-b1b6-22686ab3bb87 {
  
}
}
@media (min-width: 0px) {
[id="s-28d4772e-5df2-495a-abad-3538c3f35a23"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-28d4772e-5df2-495a-abad-3538c3f35a23"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-28d4772e-5df2-495a-abad-3538c3f35a23"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-28d4772e-5df2-495a-abad-3538c3f35a23"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-66b2b67d-a276-41d4-84a2-9301d168d9e7 {
  min-height: 50px;
}








#s-66b2b67d-a276-41d4-84a2-9301d168d9e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-66b2b67d-a276-41d4-84a2-9301d168d9e7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-525f6e0d-c758-480c-b831-afff1f32b3c5 {
  min-height: 50px;
}








#s-525f6e0d-c758-480c-b831-afff1f32b3c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-525f6e0d-c758-480c-b831-afff1f32b3c5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5a5302a3-3068-4510-960d-96b51c977011 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-5a5302a3-3068-4510-960d-96b51c977011 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-5a5302a3-3068-4510-960d-96b51c977011 .shg-sld-nav-button.shg-sld-left,
#s-5a5302a3-3068-4510-960d-96b51c977011 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-96bbb91d-2dc5-4572-b1fa-a8b1694a440a {
  max-width: 1620px;
aspect-ratio: 1620/1080;
text-align: center;
}





  #s-96bbb91d-2dc5-4572-b1fa-a8b1694a440a img.shogun-image,
  #s-96bbb91d-2dc5-4572-b1fa-a8b1694a440a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-96bbb91d-2dc5-4572-b1fa-a8b1694a440a {
    width: 100%;
    height: auto;
  }

  #s-96bbb91d-2dc5-4572-b1fa-a8b1694a440a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-96bbb91d-2dc5-4572-b1fa-a8b1694a440a.shogun-image {
    
    
  }


.s-96bbb91d-2dc5-4572-b1fa-a8b1694a440a .shogun-image-content {
  
    align-items: center;
  
}

.s-96bbb91d-2dc5-4572-b1fa-a8b1694a440a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96bbb91d-2dc5-4572-b1fa-a8b1694a440a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96bbb91d-2dc5-4572-b1fa-a8b1694a440a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-96bbb91d-2dc5-4572-b1fa-a8b1694a440a {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-96bbb91d-2dc5-4572-b1fa-a8b1694a440a.shogun-image-container {
      position: relative;
    }

    .s-96bbb91d-2dc5-4572-b1fa-a8b1694a440a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-96bbb91d-2dc5-4572-b1fa-a8b1694a440a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-96bbb91d-2dc5-4572-b1fa-a8b1694a440a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-96bbb91d-2dc5-4572-b1fa-a8b1694a440a img.shogun-image,
  #s-96bbb91d-2dc5-4572-b1fa-a8b1694a440a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-96bbb91d-2dc5-4572-b1fa-a8b1694a440a {
    width: 100%;
    height: auto;
  }

  #s-96bbb91d-2dc5-4572-b1fa-a8b1694a440a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-96bbb91d-2dc5-4572-b1fa-a8b1694a440a.shogun-image {
    
    
  }


.s-96bbb91d-2dc5-4572-b1fa-a8b1694a440a .shogun-image-content {
  
    align-items: center;
  
}

.s-96bbb91d-2dc5-4572-b1fa-a8b1694a440a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96bbb91d-2dc5-4572-b1fa-a8b1694a440a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96bbb91d-2dc5-4572-b1fa-a8b1694a440a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-96bbb91d-2dc5-4572-b1fa-a8b1694a440a {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-96bbb91d-2dc5-4572-b1fa-a8b1694a440a.shogun-image-container {
      position: relative;
    }

    .s-96bbb91d-2dc5-4572-b1fa-a8b1694a440a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-96bbb91d-2dc5-4572-b1fa-a8b1694a440a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-96bbb91d-2dc5-4572-b1fa-a8b1694a440a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-96bbb91d-2dc5-4572-b1fa-a8b1694a440a img.shogun-image,
  #s-96bbb91d-2dc5-4572-b1fa-a8b1694a440a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-96bbb91d-2dc5-4572-b1fa-a8b1694a440a {
    width: 100%;
    height: auto;
  }

  #s-96bbb91d-2dc5-4572-b1fa-a8b1694a440a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-96bbb91d-2dc5-4572-b1fa-a8b1694a440a.shogun-image {
    
    
  }


.s-96bbb91d-2dc5-4572-b1fa-a8b1694a440a .shogun-image-content {
  
    align-items: center;
  
}

.s-96bbb91d-2dc5-4572-b1fa-a8b1694a440a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96bbb91d-2dc5-4572-b1fa-a8b1694a440a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96bbb91d-2dc5-4572-b1fa-a8b1694a440a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-96bbb91d-2dc5-4572-b1fa-a8b1694a440a {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-96bbb91d-2dc5-4572-b1fa-a8b1694a440a.shogun-image-container {
      position: relative;
    }

    .s-96bbb91d-2dc5-4572-b1fa-a8b1694a440a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-96bbb91d-2dc5-4572-b1fa-a8b1694a440a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-96bbb91d-2dc5-4572-b1fa-a8b1694a440a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-96bbb91d-2dc5-4572-b1fa-a8b1694a440a img.shogun-image,
  #s-96bbb91d-2dc5-4572-b1fa-a8b1694a440a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-96bbb91d-2dc5-4572-b1fa-a8b1694a440a {
    width: 100%;
    height: auto;
  }

  #s-96bbb91d-2dc5-4572-b1fa-a8b1694a440a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-96bbb91d-2dc5-4572-b1fa-a8b1694a440a.shogun-image {
    
    
  }


.s-96bbb91d-2dc5-4572-b1fa-a8b1694a440a .shogun-image-content {
  
    align-items: center;
  
}

.s-96bbb91d-2dc5-4572-b1fa-a8b1694a440a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96bbb91d-2dc5-4572-b1fa-a8b1694a440a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96bbb91d-2dc5-4572-b1fa-a8b1694a440a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-96bbb91d-2dc5-4572-b1fa-a8b1694a440a {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-96bbb91d-2dc5-4572-b1fa-a8b1694a440a.shogun-image-container {
      position: relative;
    }

    .s-96bbb91d-2dc5-4572-b1fa-a8b1694a440a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-96bbb91d-2dc5-4572-b1fa-a8b1694a440a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-96bbb91d-2dc5-4572-b1fa-a8b1694a440a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-96bbb91d-2dc5-4572-b1fa-a8b1694a440a img.shogun-image,
  #s-96bbb91d-2dc5-4572-b1fa-a8b1694a440a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-96bbb91d-2dc5-4572-b1fa-a8b1694a440a {
    width: 100%;
    height: auto;
  }

  #s-96bbb91d-2dc5-4572-b1fa-a8b1694a440a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-96bbb91d-2dc5-4572-b1fa-a8b1694a440a.shogun-image {
    
    
  }


.s-96bbb91d-2dc5-4572-b1fa-a8b1694a440a .shogun-image-content {
  
    align-items: center;
  
}

.s-96bbb91d-2dc5-4572-b1fa-a8b1694a440a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96bbb91d-2dc5-4572-b1fa-a8b1694a440a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96bbb91d-2dc5-4572-b1fa-a8b1694a440a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-96bbb91d-2dc5-4572-b1fa-a8b1694a440a {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-96bbb91d-2dc5-4572-b1fa-a8b1694a440a.shogun-image-container {
      position: relative;
    }

    .s-96bbb91d-2dc5-4572-b1fa-a8b1694a440a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-96bbb91d-2dc5-4572-b1fa-a8b1694a440a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-96bbb91d-2dc5-4572-b1fa-a8b1694a440a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-4bc407ff-2f21-469e-835b-c65361f329ef {
  max-width: 1620px;
aspect-ratio: 1620/1080;
text-align: center;
}





  #s-4bc407ff-2f21-469e-835b-c65361f329ef img.shogun-image,
  #s-4bc407ff-2f21-469e-835b-c65361f329ef .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4bc407ff-2f21-469e-835b-c65361f329ef {
    width: 100%;
    height: auto;
  }

  #s-4bc407ff-2f21-469e-835b-c65361f329ef img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4bc407ff-2f21-469e-835b-c65361f329ef.shogun-image {
    
    
  }


.s-4bc407ff-2f21-469e-835b-c65361f329ef .shogun-image-content {
  
    align-items: center;
  
}

.s-4bc407ff-2f21-469e-835b-c65361f329ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4bc407ff-2f21-469e-835b-c65361f329ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4bc407ff-2f21-469e-835b-c65361f329ef.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4bc407ff-2f21-469e-835b-c65361f329ef {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-4bc407ff-2f21-469e-835b-c65361f329ef.shogun-image-container {
      position: relative;
    }

    .s-4bc407ff-2f21-469e-835b-c65361f329ef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4bc407ff-2f21-469e-835b-c65361f329ef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4bc407ff-2f21-469e-835b-c65361f329ef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-4bc407ff-2f21-469e-835b-c65361f329ef img.shogun-image,
  #s-4bc407ff-2f21-469e-835b-c65361f329ef .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4bc407ff-2f21-469e-835b-c65361f329ef {
    width: 100%;
    height: auto;
  }

  #s-4bc407ff-2f21-469e-835b-c65361f329ef img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4bc407ff-2f21-469e-835b-c65361f329ef.shogun-image {
    
    
  }


.s-4bc407ff-2f21-469e-835b-c65361f329ef .shogun-image-content {
  
    align-items: center;
  
}

.s-4bc407ff-2f21-469e-835b-c65361f329ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4bc407ff-2f21-469e-835b-c65361f329ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4bc407ff-2f21-469e-835b-c65361f329ef.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4bc407ff-2f21-469e-835b-c65361f329ef {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-4bc407ff-2f21-469e-835b-c65361f329ef.shogun-image-container {
      position: relative;
    }

    .s-4bc407ff-2f21-469e-835b-c65361f329ef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4bc407ff-2f21-469e-835b-c65361f329ef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4bc407ff-2f21-469e-835b-c65361f329ef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-4bc407ff-2f21-469e-835b-c65361f329ef img.shogun-image,
  #s-4bc407ff-2f21-469e-835b-c65361f329ef .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4bc407ff-2f21-469e-835b-c65361f329ef {
    width: 100%;
    height: auto;
  }

  #s-4bc407ff-2f21-469e-835b-c65361f329ef img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4bc407ff-2f21-469e-835b-c65361f329ef.shogun-image {
    
    
  }


.s-4bc407ff-2f21-469e-835b-c65361f329ef .shogun-image-content {
  
    align-items: center;
  
}

.s-4bc407ff-2f21-469e-835b-c65361f329ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4bc407ff-2f21-469e-835b-c65361f329ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4bc407ff-2f21-469e-835b-c65361f329ef.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4bc407ff-2f21-469e-835b-c65361f329ef {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-4bc407ff-2f21-469e-835b-c65361f329ef.shogun-image-container {
      position: relative;
    }

    .s-4bc407ff-2f21-469e-835b-c65361f329ef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4bc407ff-2f21-469e-835b-c65361f329ef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4bc407ff-2f21-469e-835b-c65361f329ef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-4bc407ff-2f21-469e-835b-c65361f329ef img.shogun-image,
  #s-4bc407ff-2f21-469e-835b-c65361f329ef .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4bc407ff-2f21-469e-835b-c65361f329ef {
    width: 100%;
    height: auto;
  }

  #s-4bc407ff-2f21-469e-835b-c65361f329ef img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4bc407ff-2f21-469e-835b-c65361f329ef.shogun-image {
    
    
  }


.s-4bc407ff-2f21-469e-835b-c65361f329ef .shogun-image-content {
  
    align-items: center;
  
}

.s-4bc407ff-2f21-469e-835b-c65361f329ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4bc407ff-2f21-469e-835b-c65361f329ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4bc407ff-2f21-469e-835b-c65361f329ef.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4bc407ff-2f21-469e-835b-c65361f329ef {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-4bc407ff-2f21-469e-835b-c65361f329ef.shogun-image-container {
      position: relative;
    }

    .s-4bc407ff-2f21-469e-835b-c65361f329ef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4bc407ff-2f21-469e-835b-c65361f329ef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4bc407ff-2f21-469e-835b-c65361f329ef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-4bc407ff-2f21-469e-835b-c65361f329ef img.shogun-image,
  #s-4bc407ff-2f21-469e-835b-c65361f329ef .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4bc407ff-2f21-469e-835b-c65361f329ef {
    width: 100%;
    height: auto;
  }

  #s-4bc407ff-2f21-469e-835b-c65361f329ef img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4bc407ff-2f21-469e-835b-c65361f329ef.shogun-image {
    
    
  }


.s-4bc407ff-2f21-469e-835b-c65361f329ef .shogun-image-content {
  
    align-items: center;
  
}

.s-4bc407ff-2f21-469e-835b-c65361f329ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4bc407ff-2f21-469e-835b-c65361f329ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4bc407ff-2f21-469e-835b-c65361f329ef.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4bc407ff-2f21-469e-835b-c65361f329ef {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-4bc407ff-2f21-469e-835b-c65361f329ef.shogun-image-container {
      position: relative;
    }

    .s-4bc407ff-2f21-469e-835b-c65361f329ef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4bc407ff-2f21-469e-835b-c65361f329ef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4bc407ff-2f21-469e-835b-c65361f329ef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-46be6dd2-ec92-458f-83ab-c9023528e32f {
  max-width: 1620px;
aspect-ratio: 1620/1080;
text-align: center;
}





  #s-46be6dd2-ec92-458f-83ab-c9023528e32f img.shogun-image,
  #s-46be6dd2-ec92-458f-83ab-c9023528e32f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-46be6dd2-ec92-458f-83ab-c9023528e32f {
    width: 100%;
    height: auto;
  }

  #s-46be6dd2-ec92-458f-83ab-c9023528e32f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-46be6dd2-ec92-458f-83ab-c9023528e32f.shogun-image {
    
    
  }


.s-46be6dd2-ec92-458f-83ab-c9023528e32f .shogun-image-content {
  
    align-items: center;
  
}

.s-46be6dd2-ec92-458f-83ab-c9023528e32f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-46be6dd2-ec92-458f-83ab-c9023528e32f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46be6dd2-ec92-458f-83ab-c9023528e32f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-46be6dd2-ec92-458f-83ab-c9023528e32f {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-46be6dd2-ec92-458f-83ab-c9023528e32f.shogun-image-container {
      position: relative;
    }

    .s-46be6dd2-ec92-458f-83ab-c9023528e32f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-46be6dd2-ec92-458f-83ab-c9023528e32f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-46be6dd2-ec92-458f-83ab-c9023528e32f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-46be6dd2-ec92-458f-83ab-c9023528e32f img.shogun-image,
  #s-46be6dd2-ec92-458f-83ab-c9023528e32f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-46be6dd2-ec92-458f-83ab-c9023528e32f {
    width: 100%;
    height: auto;
  }

  #s-46be6dd2-ec92-458f-83ab-c9023528e32f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-46be6dd2-ec92-458f-83ab-c9023528e32f.shogun-image {
    
    
  }


.s-46be6dd2-ec92-458f-83ab-c9023528e32f .shogun-image-content {
  
    align-items: center;
  
}

.s-46be6dd2-ec92-458f-83ab-c9023528e32f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-46be6dd2-ec92-458f-83ab-c9023528e32f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46be6dd2-ec92-458f-83ab-c9023528e32f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-46be6dd2-ec92-458f-83ab-c9023528e32f {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-46be6dd2-ec92-458f-83ab-c9023528e32f.shogun-image-container {
      position: relative;
    }

    .s-46be6dd2-ec92-458f-83ab-c9023528e32f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-46be6dd2-ec92-458f-83ab-c9023528e32f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-46be6dd2-ec92-458f-83ab-c9023528e32f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-46be6dd2-ec92-458f-83ab-c9023528e32f img.shogun-image,
  #s-46be6dd2-ec92-458f-83ab-c9023528e32f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-46be6dd2-ec92-458f-83ab-c9023528e32f {
    width: 100%;
    height: auto;
  }

  #s-46be6dd2-ec92-458f-83ab-c9023528e32f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-46be6dd2-ec92-458f-83ab-c9023528e32f.shogun-image {
    
    
  }


.s-46be6dd2-ec92-458f-83ab-c9023528e32f .shogun-image-content {
  
    align-items: center;
  
}

.s-46be6dd2-ec92-458f-83ab-c9023528e32f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-46be6dd2-ec92-458f-83ab-c9023528e32f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46be6dd2-ec92-458f-83ab-c9023528e32f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-46be6dd2-ec92-458f-83ab-c9023528e32f {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-46be6dd2-ec92-458f-83ab-c9023528e32f.shogun-image-container {
      position: relative;
    }

    .s-46be6dd2-ec92-458f-83ab-c9023528e32f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-46be6dd2-ec92-458f-83ab-c9023528e32f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-46be6dd2-ec92-458f-83ab-c9023528e32f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-46be6dd2-ec92-458f-83ab-c9023528e32f img.shogun-image,
  #s-46be6dd2-ec92-458f-83ab-c9023528e32f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-46be6dd2-ec92-458f-83ab-c9023528e32f {
    width: 100%;
    height: auto;
  }

  #s-46be6dd2-ec92-458f-83ab-c9023528e32f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-46be6dd2-ec92-458f-83ab-c9023528e32f.shogun-image {
    
    
  }


.s-46be6dd2-ec92-458f-83ab-c9023528e32f .shogun-image-content {
  
    align-items: center;
  
}

.s-46be6dd2-ec92-458f-83ab-c9023528e32f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-46be6dd2-ec92-458f-83ab-c9023528e32f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46be6dd2-ec92-458f-83ab-c9023528e32f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-46be6dd2-ec92-458f-83ab-c9023528e32f {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-46be6dd2-ec92-458f-83ab-c9023528e32f.shogun-image-container {
      position: relative;
    }

    .s-46be6dd2-ec92-458f-83ab-c9023528e32f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-46be6dd2-ec92-458f-83ab-c9023528e32f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-46be6dd2-ec92-458f-83ab-c9023528e32f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-46be6dd2-ec92-458f-83ab-c9023528e32f img.shogun-image,
  #s-46be6dd2-ec92-458f-83ab-c9023528e32f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-46be6dd2-ec92-458f-83ab-c9023528e32f {
    width: 100%;
    height: auto;
  }

  #s-46be6dd2-ec92-458f-83ab-c9023528e32f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-46be6dd2-ec92-458f-83ab-c9023528e32f.shogun-image {
    
    
  }


.s-46be6dd2-ec92-458f-83ab-c9023528e32f .shogun-image-content {
  
    align-items: center;
  
}

.s-46be6dd2-ec92-458f-83ab-c9023528e32f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-46be6dd2-ec92-458f-83ab-c9023528e32f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-46be6dd2-ec92-458f-83ab-c9023528e32f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-46be6dd2-ec92-458f-83ab-c9023528e32f {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-46be6dd2-ec92-458f-83ab-c9023528e32f.shogun-image-container {
      position: relative;
    }

    .s-46be6dd2-ec92-458f-83ab-c9023528e32f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-46be6dd2-ec92-458f-83ab-c9023528e32f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-46be6dd2-ec92-458f-83ab-c9023528e32f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-baa1ea98-6f57-415f-b2c9-aeebe160d972 {
  margin-top: 12px;
margin-left: 20px;
margin-bottom: 12px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-baa1ea98-6f57-415f-b2c9-aeebe160d972 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-baa1ea98-6f57-415f-b2c9-aeebe160d972 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-baa1ea98-6f57-415f-b2c9-aeebe160d972 {
  
}
}@media (max-width: 767px){#s-baa1ea98-6f57-415f-b2c9-aeebe160d972 {
  
}
}
#s-aceba4cd-1a5f-474b-ab4d-f0e96679df68 {
  min-height: 50px;
}








#s-aceba4cd-1a5f-474b-ab4d-f0e96679df68 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aceba4cd-1a5f-474b-ab4d-f0e96679df68.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-06a8f036-c484-4e61-bdd3-aca005c68170 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-06a8f036-c484-4e61-bdd3-aca005c68170 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-06a8f036-c484-4e61-bdd3-aca005c68170 .shg-sld-nav-button.shg-sld-left,
#s-06a8f036-c484-4e61-bdd3-aca005c68170 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-0a1b53d4-9542-495c-8634-2f8df557a231 {
  max-width: 1620px;
aspect-ratio: 1620/1080;
text-align: center;
}





  #s-0a1b53d4-9542-495c-8634-2f8df557a231 img.shogun-image,
  #s-0a1b53d4-9542-495c-8634-2f8df557a231 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0a1b53d4-9542-495c-8634-2f8df557a231 {
    width: 100%;
    height: auto;
  }

  #s-0a1b53d4-9542-495c-8634-2f8df557a231 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0a1b53d4-9542-495c-8634-2f8df557a231.shogun-image {
    
    
  }


.s-0a1b53d4-9542-495c-8634-2f8df557a231 .shogun-image-content {
  
    align-items: center;
  
}

.s-0a1b53d4-9542-495c-8634-2f8df557a231.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a1b53d4-9542-495c-8634-2f8df557a231.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a1b53d4-9542-495c-8634-2f8df557a231.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0a1b53d4-9542-495c-8634-2f8df557a231 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-0a1b53d4-9542-495c-8634-2f8df557a231.shogun-image-container {
      position: relative;
    }

    .s-0a1b53d4-9542-495c-8634-2f8df557a231.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0a1b53d4-9542-495c-8634-2f8df557a231.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0a1b53d4-9542-495c-8634-2f8df557a231 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-0a1b53d4-9542-495c-8634-2f8df557a231 img.shogun-image,
  #s-0a1b53d4-9542-495c-8634-2f8df557a231 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0a1b53d4-9542-495c-8634-2f8df557a231 {
    width: 100%;
    height: auto;
  }

  #s-0a1b53d4-9542-495c-8634-2f8df557a231 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0a1b53d4-9542-495c-8634-2f8df557a231.shogun-image {
    
    
  }


.s-0a1b53d4-9542-495c-8634-2f8df557a231 .shogun-image-content {
  
    align-items: center;
  
}

.s-0a1b53d4-9542-495c-8634-2f8df557a231.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a1b53d4-9542-495c-8634-2f8df557a231.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a1b53d4-9542-495c-8634-2f8df557a231.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0a1b53d4-9542-495c-8634-2f8df557a231 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-0a1b53d4-9542-495c-8634-2f8df557a231.shogun-image-container {
      position: relative;
    }

    .s-0a1b53d4-9542-495c-8634-2f8df557a231.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0a1b53d4-9542-495c-8634-2f8df557a231.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0a1b53d4-9542-495c-8634-2f8df557a231 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-0a1b53d4-9542-495c-8634-2f8df557a231 img.shogun-image,
  #s-0a1b53d4-9542-495c-8634-2f8df557a231 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0a1b53d4-9542-495c-8634-2f8df557a231 {
    width: 100%;
    height: auto;
  }

  #s-0a1b53d4-9542-495c-8634-2f8df557a231 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0a1b53d4-9542-495c-8634-2f8df557a231.shogun-image {
    
    
  }


.s-0a1b53d4-9542-495c-8634-2f8df557a231 .shogun-image-content {
  
    align-items: center;
  
}

.s-0a1b53d4-9542-495c-8634-2f8df557a231.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a1b53d4-9542-495c-8634-2f8df557a231.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a1b53d4-9542-495c-8634-2f8df557a231.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0a1b53d4-9542-495c-8634-2f8df557a231 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-0a1b53d4-9542-495c-8634-2f8df557a231.shogun-image-container {
      position: relative;
    }

    .s-0a1b53d4-9542-495c-8634-2f8df557a231.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0a1b53d4-9542-495c-8634-2f8df557a231.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0a1b53d4-9542-495c-8634-2f8df557a231 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-0a1b53d4-9542-495c-8634-2f8df557a231 img.shogun-image,
  #s-0a1b53d4-9542-495c-8634-2f8df557a231 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0a1b53d4-9542-495c-8634-2f8df557a231 {
    width: 100%;
    height: auto;
  }

  #s-0a1b53d4-9542-495c-8634-2f8df557a231 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0a1b53d4-9542-495c-8634-2f8df557a231.shogun-image {
    
    
  }


.s-0a1b53d4-9542-495c-8634-2f8df557a231 .shogun-image-content {
  
    align-items: center;
  
}

.s-0a1b53d4-9542-495c-8634-2f8df557a231.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a1b53d4-9542-495c-8634-2f8df557a231.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a1b53d4-9542-495c-8634-2f8df557a231.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0a1b53d4-9542-495c-8634-2f8df557a231 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-0a1b53d4-9542-495c-8634-2f8df557a231.shogun-image-container {
      position: relative;
    }

    .s-0a1b53d4-9542-495c-8634-2f8df557a231.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0a1b53d4-9542-495c-8634-2f8df557a231.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0a1b53d4-9542-495c-8634-2f8df557a231 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-0a1b53d4-9542-495c-8634-2f8df557a231 img.shogun-image,
  #s-0a1b53d4-9542-495c-8634-2f8df557a231 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0a1b53d4-9542-495c-8634-2f8df557a231 {
    width: 100%;
    height: auto;
  }

  #s-0a1b53d4-9542-495c-8634-2f8df557a231 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0a1b53d4-9542-495c-8634-2f8df557a231.shogun-image {
    
    
  }


.s-0a1b53d4-9542-495c-8634-2f8df557a231 .shogun-image-content {
  
    align-items: center;
  
}

.s-0a1b53d4-9542-495c-8634-2f8df557a231.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a1b53d4-9542-495c-8634-2f8df557a231.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a1b53d4-9542-495c-8634-2f8df557a231.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0a1b53d4-9542-495c-8634-2f8df557a231 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-0a1b53d4-9542-495c-8634-2f8df557a231.shogun-image-container {
      position: relative;
    }

    .s-0a1b53d4-9542-495c-8634-2f8df557a231.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0a1b53d4-9542-495c-8634-2f8df557a231.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0a1b53d4-9542-495c-8634-2f8df557a231 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-e017ebb1-07ca-4a61-a00b-b2650f80c6a7 {
  max-width: 1620px;
aspect-ratio: 1620/1080;
text-align: center;
}





  #s-e017ebb1-07ca-4a61-a00b-b2650f80c6a7 img.shogun-image,
  #s-e017ebb1-07ca-4a61-a00b-b2650f80c6a7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e017ebb1-07ca-4a61-a00b-b2650f80c6a7 {
    width: 100%;
    height: auto;
  }

  #s-e017ebb1-07ca-4a61-a00b-b2650f80c6a7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e017ebb1-07ca-4a61-a00b-b2650f80c6a7.shogun-image {
    
    
  }


.s-e017ebb1-07ca-4a61-a00b-b2650f80c6a7 .shogun-image-content {
  
    align-items: center;
  
}

.s-e017ebb1-07ca-4a61-a00b-b2650f80c6a7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e017ebb1-07ca-4a61-a00b-b2650f80c6a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e017ebb1-07ca-4a61-a00b-b2650f80c6a7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e017ebb1-07ca-4a61-a00b-b2650f80c6a7 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-e017ebb1-07ca-4a61-a00b-b2650f80c6a7.shogun-image-container {
      position: relative;
    }

    .s-e017ebb1-07ca-4a61-a00b-b2650f80c6a7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e017ebb1-07ca-4a61-a00b-b2650f80c6a7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e017ebb1-07ca-4a61-a00b-b2650f80c6a7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-e017ebb1-07ca-4a61-a00b-b2650f80c6a7 img.shogun-image,
  #s-e017ebb1-07ca-4a61-a00b-b2650f80c6a7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e017ebb1-07ca-4a61-a00b-b2650f80c6a7 {
    width: 100%;
    height: auto;
  }

  #s-e017ebb1-07ca-4a61-a00b-b2650f80c6a7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e017ebb1-07ca-4a61-a00b-b2650f80c6a7.shogun-image {
    
    
  }


.s-e017ebb1-07ca-4a61-a00b-b2650f80c6a7 .shogun-image-content {
  
    align-items: center;
  
}

.s-e017ebb1-07ca-4a61-a00b-b2650f80c6a7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e017ebb1-07ca-4a61-a00b-b2650f80c6a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e017ebb1-07ca-4a61-a00b-b2650f80c6a7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e017ebb1-07ca-4a61-a00b-b2650f80c6a7 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-e017ebb1-07ca-4a61-a00b-b2650f80c6a7.shogun-image-container {
      position: relative;
    }

    .s-e017ebb1-07ca-4a61-a00b-b2650f80c6a7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e017ebb1-07ca-4a61-a00b-b2650f80c6a7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e017ebb1-07ca-4a61-a00b-b2650f80c6a7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-e017ebb1-07ca-4a61-a00b-b2650f80c6a7 img.shogun-image,
  #s-e017ebb1-07ca-4a61-a00b-b2650f80c6a7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e017ebb1-07ca-4a61-a00b-b2650f80c6a7 {
    width: 100%;
    height: auto;
  }

  #s-e017ebb1-07ca-4a61-a00b-b2650f80c6a7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e017ebb1-07ca-4a61-a00b-b2650f80c6a7.shogun-image {
    
    
  }


.s-e017ebb1-07ca-4a61-a00b-b2650f80c6a7 .shogun-image-content {
  
    align-items: center;
  
}

.s-e017ebb1-07ca-4a61-a00b-b2650f80c6a7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e017ebb1-07ca-4a61-a00b-b2650f80c6a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e017ebb1-07ca-4a61-a00b-b2650f80c6a7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e017ebb1-07ca-4a61-a00b-b2650f80c6a7 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-e017ebb1-07ca-4a61-a00b-b2650f80c6a7.shogun-image-container {
      position: relative;
    }

    .s-e017ebb1-07ca-4a61-a00b-b2650f80c6a7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e017ebb1-07ca-4a61-a00b-b2650f80c6a7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e017ebb1-07ca-4a61-a00b-b2650f80c6a7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-e017ebb1-07ca-4a61-a00b-b2650f80c6a7 img.shogun-image,
  #s-e017ebb1-07ca-4a61-a00b-b2650f80c6a7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e017ebb1-07ca-4a61-a00b-b2650f80c6a7 {
    width: 100%;
    height: auto;
  }

  #s-e017ebb1-07ca-4a61-a00b-b2650f80c6a7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e017ebb1-07ca-4a61-a00b-b2650f80c6a7.shogun-image {
    
    
  }


.s-e017ebb1-07ca-4a61-a00b-b2650f80c6a7 .shogun-image-content {
  
    align-items: center;
  
}

.s-e017ebb1-07ca-4a61-a00b-b2650f80c6a7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e017ebb1-07ca-4a61-a00b-b2650f80c6a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e017ebb1-07ca-4a61-a00b-b2650f80c6a7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e017ebb1-07ca-4a61-a00b-b2650f80c6a7 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-e017ebb1-07ca-4a61-a00b-b2650f80c6a7.shogun-image-container {
      position: relative;
    }

    .s-e017ebb1-07ca-4a61-a00b-b2650f80c6a7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e017ebb1-07ca-4a61-a00b-b2650f80c6a7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e017ebb1-07ca-4a61-a00b-b2650f80c6a7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-e017ebb1-07ca-4a61-a00b-b2650f80c6a7 img.shogun-image,
  #s-e017ebb1-07ca-4a61-a00b-b2650f80c6a7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e017ebb1-07ca-4a61-a00b-b2650f80c6a7 {
    width: 100%;
    height: auto;
  }

  #s-e017ebb1-07ca-4a61-a00b-b2650f80c6a7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e017ebb1-07ca-4a61-a00b-b2650f80c6a7.shogun-image {
    
    
  }


.s-e017ebb1-07ca-4a61-a00b-b2650f80c6a7 .shogun-image-content {
  
    align-items: center;
  
}

.s-e017ebb1-07ca-4a61-a00b-b2650f80c6a7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e017ebb1-07ca-4a61-a00b-b2650f80c6a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e017ebb1-07ca-4a61-a00b-b2650f80c6a7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e017ebb1-07ca-4a61-a00b-b2650f80c6a7 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-e017ebb1-07ca-4a61-a00b-b2650f80c6a7.shogun-image-container {
      position: relative;
    }

    .s-e017ebb1-07ca-4a61-a00b-b2650f80c6a7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e017ebb1-07ca-4a61-a00b-b2650f80c6a7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e017ebb1-07ca-4a61-a00b-b2650f80c6a7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-adf2fa5c-8eb7-4d6d-ab86-917f55415b8e {
  max-width: 1620px;
aspect-ratio: 1620/1080;
text-align: center;
}





  #s-adf2fa5c-8eb7-4d6d-ab86-917f55415b8e img.shogun-image,
  #s-adf2fa5c-8eb7-4d6d-ab86-917f55415b8e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-adf2fa5c-8eb7-4d6d-ab86-917f55415b8e {
    width: 100%;
    height: auto;
  }

  #s-adf2fa5c-8eb7-4d6d-ab86-917f55415b8e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-adf2fa5c-8eb7-4d6d-ab86-917f55415b8e.shogun-image {
    
    
  }


.s-adf2fa5c-8eb7-4d6d-ab86-917f55415b8e .shogun-image-content {
  
    align-items: center;
  
}

.s-adf2fa5c-8eb7-4d6d-ab86-917f55415b8e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-adf2fa5c-8eb7-4d6d-ab86-917f55415b8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-adf2fa5c-8eb7-4d6d-ab86-917f55415b8e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-adf2fa5c-8eb7-4d6d-ab86-917f55415b8e {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-adf2fa5c-8eb7-4d6d-ab86-917f55415b8e.shogun-image-container {
      position: relative;
    }

    .s-adf2fa5c-8eb7-4d6d-ab86-917f55415b8e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-adf2fa5c-8eb7-4d6d-ab86-917f55415b8e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-adf2fa5c-8eb7-4d6d-ab86-917f55415b8e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-adf2fa5c-8eb7-4d6d-ab86-917f55415b8e img.shogun-image,
  #s-adf2fa5c-8eb7-4d6d-ab86-917f55415b8e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-adf2fa5c-8eb7-4d6d-ab86-917f55415b8e {
    width: 100%;
    height: auto;
  }

  #s-adf2fa5c-8eb7-4d6d-ab86-917f55415b8e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-adf2fa5c-8eb7-4d6d-ab86-917f55415b8e.shogun-image {
    
    
  }


.s-adf2fa5c-8eb7-4d6d-ab86-917f55415b8e .shogun-image-content {
  
    align-items: center;
  
}

.s-adf2fa5c-8eb7-4d6d-ab86-917f55415b8e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-adf2fa5c-8eb7-4d6d-ab86-917f55415b8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-adf2fa5c-8eb7-4d6d-ab86-917f55415b8e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-adf2fa5c-8eb7-4d6d-ab86-917f55415b8e {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-adf2fa5c-8eb7-4d6d-ab86-917f55415b8e.shogun-image-container {
      position: relative;
    }

    .s-adf2fa5c-8eb7-4d6d-ab86-917f55415b8e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-adf2fa5c-8eb7-4d6d-ab86-917f55415b8e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-adf2fa5c-8eb7-4d6d-ab86-917f55415b8e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-adf2fa5c-8eb7-4d6d-ab86-917f55415b8e img.shogun-image,
  #s-adf2fa5c-8eb7-4d6d-ab86-917f55415b8e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-adf2fa5c-8eb7-4d6d-ab86-917f55415b8e {
    width: 100%;
    height: auto;
  }

  #s-adf2fa5c-8eb7-4d6d-ab86-917f55415b8e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-adf2fa5c-8eb7-4d6d-ab86-917f55415b8e.shogun-image {
    
    
  }


.s-adf2fa5c-8eb7-4d6d-ab86-917f55415b8e .shogun-image-content {
  
    align-items: center;
  
}

.s-adf2fa5c-8eb7-4d6d-ab86-917f55415b8e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-adf2fa5c-8eb7-4d6d-ab86-917f55415b8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-adf2fa5c-8eb7-4d6d-ab86-917f55415b8e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-adf2fa5c-8eb7-4d6d-ab86-917f55415b8e {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-adf2fa5c-8eb7-4d6d-ab86-917f55415b8e.shogun-image-container {
      position: relative;
    }

    .s-adf2fa5c-8eb7-4d6d-ab86-917f55415b8e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-adf2fa5c-8eb7-4d6d-ab86-917f55415b8e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-adf2fa5c-8eb7-4d6d-ab86-917f55415b8e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-adf2fa5c-8eb7-4d6d-ab86-917f55415b8e img.shogun-image,
  #s-adf2fa5c-8eb7-4d6d-ab86-917f55415b8e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-adf2fa5c-8eb7-4d6d-ab86-917f55415b8e {
    width: 100%;
    height: auto;
  }

  #s-adf2fa5c-8eb7-4d6d-ab86-917f55415b8e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-adf2fa5c-8eb7-4d6d-ab86-917f55415b8e.shogun-image {
    
    
  }


.s-adf2fa5c-8eb7-4d6d-ab86-917f55415b8e .shogun-image-content {
  
    align-items: center;
  
}

.s-adf2fa5c-8eb7-4d6d-ab86-917f55415b8e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-adf2fa5c-8eb7-4d6d-ab86-917f55415b8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-adf2fa5c-8eb7-4d6d-ab86-917f55415b8e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-adf2fa5c-8eb7-4d6d-ab86-917f55415b8e {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-adf2fa5c-8eb7-4d6d-ab86-917f55415b8e.shogun-image-container {
      position: relative;
    }

    .s-adf2fa5c-8eb7-4d6d-ab86-917f55415b8e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-adf2fa5c-8eb7-4d6d-ab86-917f55415b8e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-adf2fa5c-8eb7-4d6d-ab86-917f55415b8e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-adf2fa5c-8eb7-4d6d-ab86-917f55415b8e img.shogun-image,
  #s-adf2fa5c-8eb7-4d6d-ab86-917f55415b8e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-adf2fa5c-8eb7-4d6d-ab86-917f55415b8e {
    width: 100%;
    height: auto;
  }

  #s-adf2fa5c-8eb7-4d6d-ab86-917f55415b8e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-adf2fa5c-8eb7-4d6d-ab86-917f55415b8e.shogun-image {
    
    
  }


.s-adf2fa5c-8eb7-4d6d-ab86-917f55415b8e .shogun-image-content {
  
    align-items: center;
  
}

.s-adf2fa5c-8eb7-4d6d-ab86-917f55415b8e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-adf2fa5c-8eb7-4d6d-ab86-917f55415b8e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-adf2fa5c-8eb7-4d6d-ab86-917f55415b8e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-adf2fa5c-8eb7-4d6d-ab86-917f55415b8e {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-adf2fa5c-8eb7-4d6d-ab86-917f55415b8e.shogun-image-container {
      position: relative;
    }

    .s-adf2fa5c-8eb7-4d6d-ab86-917f55415b8e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-adf2fa5c-8eb7-4d6d-ab86-917f55415b8e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-adf2fa5c-8eb7-4d6d-ab86-917f55415b8e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-41cc4496-d0ff-4349-b4bb-aff4b820025d {
  margin-top: 12px;
margin-left: 20px;
margin-bottom: 12px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-41cc4496-d0ff-4349-b4bb-aff4b820025d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-41cc4496-d0ff-4349-b4bb-aff4b820025d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-41cc4496-d0ff-4349-b4bb-aff4b820025d {
  
}
}@media (max-width: 767px){#s-41cc4496-d0ff-4349-b4bb-aff4b820025d {
  
}
}
#s-f56f7371-8c6e-4080-ba0e-ce7a994963e2 {
  margin-left: 3%;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-f56f7371-8c6e-4080-ba0e-ce7a994963e2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f56f7371-8c6e-4080-ba0e-ce7a994963e2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-f56f7371-8c6e-4080-ba0e-ce7a994963e2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-f56f7371-8c6e-4080-ba0e-ce7a994963e2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-51f5cba6-a133-4603-a426-3717547554c2 {
  min-height: 50px;
}








#s-51f5cba6-a133-4603-a426-3717547554c2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-51f5cba6-a133-4603-a426-3717547554c2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-8e18f17e-aa7e-45d8-a40a-706d6d6a536a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-8e18f17e-aa7e-45d8-a40a-706d6d6a536a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-8e18f17e-aa7e-45d8-a40a-706d6d6a536a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-8e18f17e-aa7e-45d8-a40a-706d6d6a536a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-ae6ca385-c1b6-4f77-9eca-d832c9aa2f62 {
  min-height: 50px;
}








#s-ae6ca385-c1b6-4f77-9eca-d832c9aa2f62 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ae6ca385-c1b6-4f77-9eca-d832c9aa2f62.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d969aac2-d9c1-4ac4-b800-2cdf9cae27d0 {
  min-height: 50px;
}








#s-d969aac2-d9c1-4ac4-b800-2cdf9cae27d0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d969aac2-d9c1-4ac4-b800-2cdf9cae27d0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c0d82c46-c3e9-4c72-8d66-024e950bcf49 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-c0d82c46-c3e9-4c72-8d66-024e950bcf49 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-c0d82c46-c3e9-4c72-8d66-024e950bcf49 .shg-sld-nav-button.shg-sld-left,
#s-c0d82c46-c3e9-4c72-8d66-024e950bcf49 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-b66d70f8-9664-410e-8d86-cd4dba266143 {
  max-width: 1620px;
aspect-ratio: 1620/1080;
text-align: center;
}





  #s-b66d70f8-9664-410e-8d86-cd4dba266143 img.shogun-image,
  #s-b66d70f8-9664-410e-8d86-cd4dba266143 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b66d70f8-9664-410e-8d86-cd4dba266143 {
    width: 100%;
    height: auto;
  }

  #s-b66d70f8-9664-410e-8d86-cd4dba266143 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b66d70f8-9664-410e-8d86-cd4dba266143.shogun-image {
    
    
  }


.s-b66d70f8-9664-410e-8d86-cd4dba266143 .shogun-image-content {
  
    align-items: center;
  
}

.s-b66d70f8-9664-410e-8d86-cd4dba266143.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b66d70f8-9664-410e-8d86-cd4dba266143.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b66d70f8-9664-410e-8d86-cd4dba266143.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b66d70f8-9664-410e-8d86-cd4dba266143 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-b66d70f8-9664-410e-8d86-cd4dba266143.shogun-image-container {
      position: relative;
    }

    .s-b66d70f8-9664-410e-8d86-cd4dba266143.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b66d70f8-9664-410e-8d86-cd4dba266143.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b66d70f8-9664-410e-8d86-cd4dba266143 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-b66d70f8-9664-410e-8d86-cd4dba266143 img.shogun-image,
  #s-b66d70f8-9664-410e-8d86-cd4dba266143 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b66d70f8-9664-410e-8d86-cd4dba266143 {
    width: 100%;
    height: auto;
  }

  #s-b66d70f8-9664-410e-8d86-cd4dba266143 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b66d70f8-9664-410e-8d86-cd4dba266143.shogun-image {
    
    
  }


.s-b66d70f8-9664-410e-8d86-cd4dba266143 .shogun-image-content {
  
    align-items: center;
  
}

.s-b66d70f8-9664-410e-8d86-cd4dba266143.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b66d70f8-9664-410e-8d86-cd4dba266143.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b66d70f8-9664-410e-8d86-cd4dba266143.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b66d70f8-9664-410e-8d86-cd4dba266143 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-b66d70f8-9664-410e-8d86-cd4dba266143.shogun-image-container {
      position: relative;
    }

    .s-b66d70f8-9664-410e-8d86-cd4dba266143.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b66d70f8-9664-410e-8d86-cd4dba266143.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b66d70f8-9664-410e-8d86-cd4dba266143 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-b66d70f8-9664-410e-8d86-cd4dba266143 img.shogun-image,
  #s-b66d70f8-9664-410e-8d86-cd4dba266143 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b66d70f8-9664-410e-8d86-cd4dba266143 {
    width: 100%;
    height: auto;
  }

  #s-b66d70f8-9664-410e-8d86-cd4dba266143 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b66d70f8-9664-410e-8d86-cd4dba266143.shogun-image {
    
    
  }


.s-b66d70f8-9664-410e-8d86-cd4dba266143 .shogun-image-content {
  
    align-items: center;
  
}

.s-b66d70f8-9664-410e-8d86-cd4dba266143.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b66d70f8-9664-410e-8d86-cd4dba266143.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b66d70f8-9664-410e-8d86-cd4dba266143.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b66d70f8-9664-410e-8d86-cd4dba266143 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-b66d70f8-9664-410e-8d86-cd4dba266143.shogun-image-container {
      position: relative;
    }

    .s-b66d70f8-9664-410e-8d86-cd4dba266143.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b66d70f8-9664-410e-8d86-cd4dba266143.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b66d70f8-9664-410e-8d86-cd4dba266143 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-b66d70f8-9664-410e-8d86-cd4dba266143 img.shogun-image,
  #s-b66d70f8-9664-410e-8d86-cd4dba266143 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b66d70f8-9664-410e-8d86-cd4dba266143 {
    width: 100%;
    height: auto;
  }

  #s-b66d70f8-9664-410e-8d86-cd4dba266143 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b66d70f8-9664-410e-8d86-cd4dba266143.shogun-image {
    
    
  }


.s-b66d70f8-9664-410e-8d86-cd4dba266143 .shogun-image-content {
  
    align-items: center;
  
}

.s-b66d70f8-9664-410e-8d86-cd4dba266143.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b66d70f8-9664-410e-8d86-cd4dba266143.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b66d70f8-9664-410e-8d86-cd4dba266143.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b66d70f8-9664-410e-8d86-cd4dba266143 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-b66d70f8-9664-410e-8d86-cd4dba266143.shogun-image-container {
      position: relative;
    }

    .s-b66d70f8-9664-410e-8d86-cd4dba266143.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b66d70f8-9664-410e-8d86-cd4dba266143.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b66d70f8-9664-410e-8d86-cd4dba266143 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-b66d70f8-9664-410e-8d86-cd4dba266143 img.shogun-image,
  #s-b66d70f8-9664-410e-8d86-cd4dba266143 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b66d70f8-9664-410e-8d86-cd4dba266143 {
    width: 100%;
    height: auto;
  }

  #s-b66d70f8-9664-410e-8d86-cd4dba266143 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b66d70f8-9664-410e-8d86-cd4dba266143.shogun-image {
    
    
  }


.s-b66d70f8-9664-410e-8d86-cd4dba266143 .shogun-image-content {
  
    align-items: center;
  
}

.s-b66d70f8-9664-410e-8d86-cd4dba266143.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b66d70f8-9664-410e-8d86-cd4dba266143.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b66d70f8-9664-410e-8d86-cd4dba266143.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b66d70f8-9664-410e-8d86-cd4dba266143 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-b66d70f8-9664-410e-8d86-cd4dba266143.shogun-image-container {
      position: relative;
    }

    .s-b66d70f8-9664-410e-8d86-cd4dba266143.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b66d70f8-9664-410e-8d86-cd4dba266143.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b66d70f8-9664-410e-8d86-cd4dba266143 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-089344bc-2794-42fe-86fe-732790700a0f {
  max-width: 1621px;
aspect-ratio: 1621/1080;
text-align: center;
}





  #s-089344bc-2794-42fe-86fe-732790700a0f img.shogun-image,
  #s-089344bc-2794-42fe-86fe-732790700a0f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-089344bc-2794-42fe-86fe-732790700a0f {
    width: 100%;
    height: auto;
  }

  #s-089344bc-2794-42fe-86fe-732790700a0f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-089344bc-2794-42fe-86fe-732790700a0f.shogun-image {
    
    
  }


.s-089344bc-2794-42fe-86fe-732790700a0f .shogun-image-content {
  
    align-items: center;
  
}

.s-089344bc-2794-42fe-86fe-732790700a0f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-089344bc-2794-42fe-86fe-732790700a0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-089344bc-2794-42fe-86fe-732790700a0f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-089344bc-2794-42fe-86fe-732790700a0f {
      --shg-aspect-ratio: calc(1621/1080); 
    }

    .s-089344bc-2794-42fe-86fe-732790700a0f.shogun-image-container {
      position: relative;
    }

    .s-089344bc-2794-42fe-86fe-732790700a0f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-089344bc-2794-42fe-86fe-732790700a0f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-089344bc-2794-42fe-86fe-732790700a0f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-089344bc-2794-42fe-86fe-732790700a0f img.shogun-image,
  #s-089344bc-2794-42fe-86fe-732790700a0f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-089344bc-2794-42fe-86fe-732790700a0f {
    width: 100%;
    height: auto;
  }

  #s-089344bc-2794-42fe-86fe-732790700a0f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-089344bc-2794-42fe-86fe-732790700a0f.shogun-image {
    
    
  }


.s-089344bc-2794-42fe-86fe-732790700a0f .shogun-image-content {
  
    align-items: center;
  
}

.s-089344bc-2794-42fe-86fe-732790700a0f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-089344bc-2794-42fe-86fe-732790700a0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-089344bc-2794-42fe-86fe-732790700a0f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-089344bc-2794-42fe-86fe-732790700a0f {
      --shg-aspect-ratio: calc(1621/1080); 
    }

    .s-089344bc-2794-42fe-86fe-732790700a0f.shogun-image-container {
      position: relative;
    }

    .s-089344bc-2794-42fe-86fe-732790700a0f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-089344bc-2794-42fe-86fe-732790700a0f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-089344bc-2794-42fe-86fe-732790700a0f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-089344bc-2794-42fe-86fe-732790700a0f img.shogun-image,
  #s-089344bc-2794-42fe-86fe-732790700a0f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-089344bc-2794-42fe-86fe-732790700a0f {
    width: 100%;
    height: auto;
  }

  #s-089344bc-2794-42fe-86fe-732790700a0f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-089344bc-2794-42fe-86fe-732790700a0f.shogun-image {
    
    
  }


.s-089344bc-2794-42fe-86fe-732790700a0f .shogun-image-content {
  
    align-items: center;
  
}

.s-089344bc-2794-42fe-86fe-732790700a0f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-089344bc-2794-42fe-86fe-732790700a0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-089344bc-2794-42fe-86fe-732790700a0f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-089344bc-2794-42fe-86fe-732790700a0f {
      --shg-aspect-ratio: calc(1621/1080); 
    }

    .s-089344bc-2794-42fe-86fe-732790700a0f.shogun-image-container {
      position: relative;
    }

    .s-089344bc-2794-42fe-86fe-732790700a0f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-089344bc-2794-42fe-86fe-732790700a0f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-089344bc-2794-42fe-86fe-732790700a0f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-089344bc-2794-42fe-86fe-732790700a0f img.shogun-image,
  #s-089344bc-2794-42fe-86fe-732790700a0f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-089344bc-2794-42fe-86fe-732790700a0f {
    width: 100%;
    height: auto;
  }

  #s-089344bc-2794-42fe-86fe-732790700a0f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-089344bc-2794-42fe-86fe-732790700a0f.shogun-image {
    
    
  }


.s-089344bc-2794-42fe-86fe-732790700a0f .shogun-image-content {
  
    align-items: center;
  
}

.s-089344bc-2794-42fe-86fe-732790700a0f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-089344bc-2794-42fe-86fe-732790700a0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-089344bc-2794-42fe-86fe-732790700a0f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-089344bc-2794-42fe-86fe-732790700a0f {
      --shg-aspect-ratio: calc(1621/1080); 
    }

    .s-089344bc-2794-42fe-86fe-732790700a0f.shogun-image-container {
      position: relative;
    }

    .s-089344bc-2794-42fe-86fe-732790700a0f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-089344bc-2794-42fe-86fe-732790700a0f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-089344bc-2794-42fe-86fe-732790700a0f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-089344bc-2794-42fe-86fe-732790700a0f img.shogun-image,
  #s-089344bc-2794-42fe-86fe-732790700a0f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-089344bc-2794-42fe-86fe-732790700a0f {
    width: 100%;
    height: auto;
  }

  #s-089344bc-2794-42fe-86fe-732790700a0f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-089344bc-2794-42fe-86fe-732790700a0f.shogun-image {
    
    
  }


.s-089344bc-2794-42fe-86fe-732790700a0f .shogun-image-content {
  
    align-items: center;
  
}

.s-089344bc-2794-42fe-86fe-732790700a0f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-089344bc-2794-42fe-86fe-732790700a0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-089344bc-2794-42fe-86fe-732790700a0f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-089344bc-2794-42fe-86fe-732790700a0f {
      --shg-aspect-ratio: calc(1621/1080); 
    }

    .s-089344bc-2794-42fe-86fe-732790700a0f.shogun-image-container {
      position: relative;
    }

    .s-089344bc-2794-42fe-86fe-732790700a0f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-089344bc-2794-42fe-86fe-732790700a0f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-089344bc-2794-42fe-86fe-732790700a0f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-3871e3fa-d526-4c01-bb33-2b53548aabaa {
  max-width: 1620px;
aspect-ratio: 1620/1080;
text-align: center;
}





  #s-3871e3fa-d526-4c01-bb33-2b53548aabaa img.shogun-image,
  #s-3871e3fa-d526-4c01-bb33-2b53548aabaa .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3871e3fa-d526-4c01-bb33-2b53548aabaa {
    width: 100%;
    height: auto;
  }

  #s-3871e3fa-d526-4c01-bb33-2b53548aabaa img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3871e3fa-d526-4c01-bb33-2b53548aabaa.shogun-image {
    
    
  }


.s-3871e3fa-d526-4c01-bb33-2b53548aabaa .shogun-image-content {
  
    align-items: center;
  
}

.s-3871e3fa-d526-4c01-bb33-2b53548aabaa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3871e3fa-d526-4c01-bb33-2b53548aabaa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3871e3fa-d526-4c01-bb33-2b53548aabaa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3871e3fa-d526-4c01-bb33-2b53548aabaa {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-3871e3fa-d526-4c01-bb33-2b53548aabaa.shogun-image-container {
      position: relative;
    }

    .s-3871e3fa-d526-4c01-bb33-2b53548aabaa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3871e3fa-d526-4c01-bb33-2b53548aabaa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3871e3fa-d526-4c01-bb33-2b53548aabaa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-3871e3fa-d526-4c01-bb33-2b53548aabaa img.shogun-image,
  #s-3871e3fa-d526-4c01-bb33-2b53548aabaa .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3871e3fa-d526-4c01-bb33-2b53548aabaa {
    width: 100%;
    height: auto;
  }

  #s-3871e3fa-d526-4c01-bb33-2b53548aabaa img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3871e3fa-d526-4c01-bb33-2b53548aabaa.shogun-image {
    
    
  }


.s-3871e3fa-d526-4c01-bb33-2b53548aabaa .shogun-image-content {
  
    align-items: center;
  
}

.s-3871e3fa-d526-4c01-bb33-2b53548aabaa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3871e3fa-d526-4c01-bb33-2b53548aabaa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3871e3fa-d526-4c01-bb33-2b53548aabaa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3871e3fa-d526-4c01-bb33-2b53548aabaa {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-3871e3fa-d526-4c01-bb33-2b53548aabaa.shogun-image-container {
      position: relative;
    }

    .s-3871e3fa-d526-4c01-bb33-2b53548aabaa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3871e3fa-d526-4c01-bb33-2b53548aabaa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3871e3fa-d526-4c01-bb33-2b53548aabaa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-3871e3fa-d526-4c01-bb33-2b53548aabaa img.shogun-image,
  #s-3871e3fa-d526-4c01-bb33-2b53548aabaa .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3871e3fa-d526-4c01-bb33-2b53548aabaa {
    width: 100%;
    height: auto;
  }

  #s-3871e3fa-d526-4c01-bb33-2b53548aabaa img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3871e3fa-d526-4c01-bb33-2b53548aabaa.shogun-image {
    
    
  }


.s-3871e3fa-d526-4c01-bb33-2b53548aabaa .shogun-image-content {
  
    align-items: center;
  
}

.s-3871e3fa-d526-4c01-bb33-2b53548aabaa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3871e3fa-d526-4c01-bb33-2b53548aabaa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3871e3fa-d526-4c01-bb33-2b53548aabaa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3871e3fa-d526-4c01-bb33-2b53548aabaa {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-3871e3fa-d526-4c01-bb33-2b53548aabaa.shogun-image-container {
      position: relative;
    }

    .s-3871e3fa-d526-4c01-bb33-2b53548aabaa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3871e3fa-d526-4c01-bb33-2b53548aabaa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3871e3fa-d526-4c01-bb33-2b53548aabaa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-3871e3fa-d526-4c01-bb33-2b53548aabaa img.shogun-image,
  #s-3871e3fa-d526-4c01-bb33-2b53548aabaa .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3871e3fa-d526-4c01-bb33-2b53548aabaa {
    width: 100%;
    height: auto;
  }

  #s-3871e3fa-d526-4c01-bb33-2b53548aabaa img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3871e3fa-d526-4c01-bb33-2b53548aabaa.shogun-image {
    
    
  }


.s-3871e3fa-d526-4c01-bb33-2b53548aabaa .shogun-image-content {
  
    align-items: center;
  
}

.s-3871e3fa-d526-4c01-bb33-2b53548aabaa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3871e3fa-d526-4c01-bb33-2b53548aabaa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3871e3fa-d526-4c01-bb33-2b53548aabaa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3871e3fa-d526-4c01-bb33-2b53548aabaa {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-3871e3fa-d526-4c01-bb33-2b53548aabaa.shogun-image-container {
      position: relative;
    }

    .s-3871e3fa-d526-4c01-bb33-2b53548aabaa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3871e3fa-d526-4c01-bb33-2b53548aabaa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3871e3fa-d526-4c01-bb33-2b53548aabaa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-3871e3fa-d526-4c01-bb33-2b53548aabaa img.shogun-image,
  #s-3871e3fa-d526-4c01-bb33-2b53548aabaa .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3871e3fa-d526-4c01-bb33-2b53548aabaa {
    width: 100%;
    height: auto;
  }

  #s-3871e3fa-d526-4c01-bb33-2b53548aabaa img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3871e3fa-d526-4c01-bb33-2b53548aabaa.shogun-image {
    
    
  }


.s-3871e3fa-d526-4c01-bb33-2b53548aabaa .shogun-image-content {
  
    align-items: center;
  
}

.s-3871e3fa-d526-4c01-bb33-2b53548aabaa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3871e3fa-d526-4c01-bb33-2b53548aabaa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3871e3fa-d526-4c01-bb33-2b53548aabaa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3871e3fa-d526-4c01-bb33-2b53548aabaa {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-3871e3fa-d526-4c01-bb33-2b53548aabaa.shogun-image-container {
      position: relative;
    }

    .s-3871e3fa-d526-4c01-bb33-2b53548aabaa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3871e3fa-d526-4c01-bb33-2b53548aabaa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3871e3fa-d526-4c01-bb33-2b53548aabaa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-a37a4933-4d37-4f6d-b631-b0ab993ae4a3 {
  margin-top: 12px;
margin-left: 20px;
margin-bottom: 12px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-a37a4933-4d37-4f6d-b631-b0ab993ae4a3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a37a4933-4d37-4f6d-b631-b0ab993ae4a3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a37a4933-4d37-4f6d-b631-b0ab993ae4a3 {
  
}
}@media (max-width: 767px){#s-a37a4933-4d37-4f6d-b631-b0ab993ae4a3 {
  
}
}
#s-2a55f1ff-d38e-44e1-81c5-50e182ffbd1a {
  min-height: 50px;
}








#s-2a55f1ff-d38e-44e1-81c5-50e182ffbd1a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2a55f1ff-d38e-44e1-81c5-50e182ffbd1a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-63941157-e37c-4a12-9857-e6bd335d3e64 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-63941157-e37c-4a12-9857-e6bd335d3e64 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-63941157-e37c-4a12-9857-e6bd335d3e64 .shg-sld-nav-button.shg-sld-left,
#s-63941157-e37c-4a12-9857-e6bd335d3e64 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-e061592f-d8a2-461b-800d-3fd3944b66d2 {
  max-width: 1620px;
aspect-ratio: 1620/1080;
text-align: center;
}





  #s-e061592f-d8a2-461b-800d-3fd3944b66d2 img.shogun-image,
  #s-e061592f-d8a2-461b-800d-3fd3944b66d2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e061592f-d8a2-461b-800d-3fd3944b66d2 {
    width: 100%;
    height: auto;
  }

  #s-e061592f-d8a2-461b-800d-3fd3944b66d2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e061592f-d8a2-461b-800d-3fd3944b66d2.shogun-image {
    
    
  }


.s-e061592f-d8a2-461b-800d-3fd3944b66d2 .shogun-image-content {
  
    align-items: center;
  
}

.s-e061592f-d8a2-461b-800d-3fd3944b66d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e061592f-d8a2-461b-800d-3fd3944b66d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e061592f-d8a2-461b-800d-3fd3944b66d2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e061592f-d8a2-461b-800d-3fd3944b66d2 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-e061592f-d8a2-461b-800d-3fd3944b66d2.shogun-image-container {
      position: relative;
    }

    .s-e061592f-d8a2-461b-800d-3fd3944b66d2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e061592f-d8a2-461b-800d-3fd3944b66d2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e061592f-d8a2-461b-800d-3fd3944b66d2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-e061592f-d8a2-461b-800d-3fd3944b66d2 img.shogun-image,
  #s-e061592f-d8a2-461b-800d-3fd3944b66d2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e061592f-d8a2-461b-800d-3fd3944b66d2 {
    width: 100%;
    height: auto;
  }

  #s-e061592f-d8a2-461b-800d-3fd3944b66d2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e061592f-d8a2-461b-800d-3fd3944b66d2.shogun-image {
    
    
  }


.s-e061592f-d8a2-461b-800d-3fd3944b66d2 .shogun-image-content {
  
    align-items: center;
  
}

.s-e061592f-d8a2-461b-800d-3fd3944b66d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e061592f-d8a2-461b-800d-3fd3944b66d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e061592f-d8a2-461b-800d-3fd3944b66d2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e061592f-d8a2-461b-800d-3fd3944b66d2 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-e061592f-d8a2-461b-800d-3fd3944b66d2.shogun-image-container {
      position: relative;
    }

    .s-e061592f-d8a2-461b-800d-3fd3944b66d2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e061592f-d8a2-461b-800d-3fd3944b66d2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e061592f-d8a2-461b-800d-3fd3944b66d2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-e061592f-d8a2-461b-800d-3fd3944b66d2 img.shogun-image,
  #s-e061592f-d8a2-461b-800d-3fd3944b66d2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e061592f-d8a2-461b-800d-3fd3944b66d2 {
    width: 100%;
    height: auto;
  }

  #s-e061592f-d8a2-461b-800d-3fd3944b66d2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e061592f-d8a2-461b-800d-3fd3944b66d2.shogun-image {
    
    
  }


.s-e061592f-d8a2-461b-800d-3fd3944b66d2 .shogun-image-content {
  
    align-items: center;
  
}

.s-e061592f-d8a2-461b-800d-3fd3944b66d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e061592f-d8a2-461b-800d-3fd3944b66d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e061592f-d8a2-461b-800d-3fd3944b66d2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e061592f-d8a2-461b-800d-3fd3944b66d2 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-e061592f-d8a2-461b-800d-3fd3944b66d2.shogun-image-container {
      position: relative;
    }

    .s-e061592f-d8a2-461b-800d-3fd3944b66d2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e061592f-d8a2-461b-800d-3fd3944b66d2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e061592f-d8a2-461b-800d-3fd3944b66d2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-e061592f-d8a2-461b-800d-3fd3944b66d2 img.shogun-image,
  #s-e061592f-d8a2-461b-800d-3fd3944b66d2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e061592f-d8a2-461b-800d-3fd3944b66d2 {
    width: 100%;
    height: auto;
  }

  #s-e061592f-d8a2-461b-800d-3fd3944b66d2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e061592f-d8a2-461b-800d-3fd3944b66d2.shogun-image {
    
    
  }


.s-e061592f-d8a2-461b-800d-3fd3944b66d2 .shogun-image-content {
  
    align-items: center;
  
}

.s-e061592f-d8a2-461b-800d-3fd3944b66d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e061592f-d8a2-461b-800d-3fd3944b66d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e061592f-d8a2-461b-800d-3fd3944b66d2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e061592f-d8a2-461b-800d-3fd3944b66d2 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-e061592f-d8a2-461b-800d-3fd3944b66d2.shogun-image-container {
      position: relative;
    }

    .s-e061592f-d8a2-461b-800d-3fd3944b66d2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e061592f-d8a2-461b-800d-3fd3944b66d2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e061592f-d8a2-461b-800d-3fd3944b66d2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-e061592f-d8a2-461b-800d-3fd3944b66d2 img.shogun-image,
  #s-e061592f-d8a2-461b-800d-3fd3944b66d2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e061592f-d8a2-461b-800d-3fd3944b66d2 {
    width: 100%;
    height: auto;
  }

  #s-e061592f-d8a2-461b-800d-3fd3944b66d2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e061592f-d8a2-461b-800d-3fd3944b66d2.shogun-image {
    
    
  }


.s-e061592f-d8a2-461b-800d-3fd3944b66d2 .shogun-image-content {
  
    align-items: center;
  
}

.s-e061592f-d8a2-461b-800d-3fd3944b66d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e061592f-d8a2-461b-800d-3fd3944b66d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e061592f-d8a2-461b-800d-3fd3944b66d2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e061592f-d8a2-461b-800d-3fd3944b66d2 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-e061592f-d8a2-461b-800d-3fd3944b66d2.shogun-image-container {
      position: relative;
    }

    .s-e061592f-d8a2-461b-800d-3fd3944b66d2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e061592f-d8a2-461b-800d-3fd3944b66d2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e061592f-d8a2-461b-800d-3fd3944b66d2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-3f990625-759c-432c-9d9e-7f2446cb5e35 {
  max-width: 1620px;
aspect-ratio: 1620/1080;
text-align: center;
}





  #s-3f990625-759c-432c-9d9e-7f2446cb5e35 img.shogun-image,
  #s-3f990625-759c-432c-9d9e-7f2446cb5e35 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3f990625-759c-432c-9d9e-7f2446cb5e35 {
    width: 100%;
    height: auto;
  }

  #s-3f990625-759c-432c-9d9e-7f2446cb5e35 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3f990625-759c-432c-9d9e-7f2446cb5e35.shogun-image {
    
    
  }


.s-3f990625-759c-432c-9d9e-7f2446cb5e35 .shogun-image-content {
  
    align-items: center;
  
}

.s-3f990625-759c-432c-9d9e-7f2446cb5e35.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f990625-759c-432c-9d9e-7f2446cb5e35.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f990625-759c-432c-9d9e-7f2446cb5e35.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3f990625-759c-432c-9d9e-7f2446cb5e35 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-3f990625-759c-432c-9d9e-7f2446cb5e35.shogun-image-container {
      position: relative;
    }

    .s-3f990625-759c-432c-9d9e-7f2446cb5e35.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f990625-759c-432c-9d9e-7f2446cb5e35.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f990625-759c-432c-9d9e-7f2446cb5e35 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-3f990625-759c-432c-9d9e-7f2446cb5e35 img.shogun-image,
  #s-3f990625-759c-432c-9d9e-7f2446cb5e35 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3f990625-759c-432c-9d9e-7f2446cb5e35 {
    width: 100%;
    height: auto;
  }

  #s-3f990625-759c-432c-9d9e-7f2446cb5e35 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3f990625-759c-432c-9d9e-7f2446cb5e35.shogun-image {
    
    
  }


.s-3f990625-759c-432c-9d9e-7f2446cb5e35 .shogun-image-content {
  
    align-items: center;
  
}

.s-3f990625-759c-432c-9d9e-7f2446cb5e35.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f990625-759c-432c-9d9e-7f2446cb5e35.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f990625-759c-432c-9d9e-7f2446cb5e35.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3f990625-759c-432c-9d9e-7f2446cb5e35 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-3f990625-759c-432c-9d9e-7f2446cb5e35.shogun-image-container {
      position: relative;
    }

    .s-3f990625-759c-432c-9d9e-7f2446cb5e35.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f990625-759c-432c-9d9e-7f2446cb5e35.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f990625-759c-432c-9d9e-7f2446cb5e35 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-3f990625-759c-432c-9d9e-7f2446cb5e35 img.shogun-image,
  #s-3f990625-759c-432c-9d9e-7f2446cb5e35 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3f990625-759c-432c-9d9e-7f2446cb5e35 {
    width: 100%;
    height: auto;
  }

  #s-3f990625-759c-432c-9d9e-7f2446cb5e35 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3f990625-759c-432c-9d9e-7f2446cb5e35.shogun-image {
    
    
  }


.s-3f990625-759c-432c-9d9e-7f2446cb5e35 .shogun-image-content {
  
    align-items: center;
  
}

.s-3f990625-759c-432c-9d9e-7f2446cb5e35.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f990625-759c-432c-9d9e-7f2446cb5e35.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f990625-759c-432c-9d9e-7f2446cb5e35.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3f990625-759c-432c-9d9e-7f2446cb5e35 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-3f990625-759c-432c-9d9e-7f2446cb5e35.shogun-image-container {
      position: relative;
    }

    .s-3f990625-759c-432c-9d9e-7f2446cb5e35.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f990625-759c-432c-9d9e-7f2446cb5e35.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f990625-759c-432c-9d9e-7f2446cb5e35 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-3f990625-759c-432c-9d9e-7f2446cb5e35 img.shogun-image,
  #s-3f990625-759c-432c-9d9e-7f2446cb5e35 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3f990625-759c-432c-9d9e-7f2446cb5e35 {
    width: 100%;
    height: auto;
  }

  #s-3f990625-759c-432c-9d9e-7f2446cb5e35 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3f990625-759c-432c-9d9e-7f2446cb5e35.shogun-image {
    
    
  }


.s-3f990625-759c-432c-9d9e-7f2446cb5e35 .shogun-image-content {
  
    align-items: center;
  
}

.s-3f990625-759c-432c-9d9e-7f2446cb5e35.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f990625-759c-432c-9d9e-7f2446cb5e35.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f990625-759c-432c-9d9e-7f2446cb5e35.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3f990625-759c-432c-9d9e-7f2446cb5e35 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-3f990625-759c-432c-9d9e-7f2446cb5e35.shogun-image-container {
      position: relative;
    }

    .s-3f990625-759c-432c-9d9e-7f2446cb5e35.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f990625-759c-432c-9d9e-7f2446cb5e35.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f990625-759c-432c-9d9e-7f2446cb5e35 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-3f990625-759c-432c-9d9e-7f2446cb5e35 img.shogun-image,
  #s-3f990625-759c-432c-9d9e-7f2446cb5e35 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3f990625-759c-432c-9d9e-7f2446cb5e35 {
    width: 100%;
    height: auto;
  }

  #s-3f990625-759c-432c-9d9e-7f2446cb5e35 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3f990625-759c-432c-9d9e-7f2446cb5e35.shogun-image {
    
    
  }


.s-3f990625-759c-432c-9d9e-7f2446cb5e35 .shogun-image-content {
  
    align-items: center;
  
}

.s-3f990625-759c-432c-9d9e-7f2446cb5e35.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f990625-759c-432c-9d9e-7f2446cb5e35.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f990625-759c-432c-9d9e-7f2446cb5e35.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3f990625-759c-432c-9d9e-7f2446cb5e35 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-3f990625-759c-432c-9d9e-7f2446cb5e35.shogun-image-container {
      position: relative;
    }

    .s-3f990625-759c-432c-9d9e-7f2446cb5e35.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f990625-759c-432c-9d9e-7f2446cb5e35.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f990625-759c-432c-9d9e-7f2446cb5e35 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-912154ad-4ebd-4211-a7a6-6ff4a59f14ad {
  max-width: 1620px;
aspect-ratio: 1620/1080;
text-align: center;
}





  #s-912154ad-4ebd-4211-a7a6-6ff4a59f14ad img.shogun-image,
  #s-912154ad-4ebd-4211-a7a6-6ff4a59f14ad .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-912154ad-4ebd-4211-a7a6-6ff4a59f14ad {
    width: 100%;
    height: auto;
  }

  #s-912154ad-4ebd-4211-a7a6-6ff4a59f14ad img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-912154ad-4ebd-4211-a7a6-6ff4a59f14ad.shogun-image {
    
    
  }


.s-912154ad-4ebd-4211-a7a6-6ff4a59f14ad .shogun-image-content {
  
    align-items: center;
  
}

.s-912154ad-4ebd-4211-a7a6-6ff4a59f14ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-912154ad-4ebd-4211-a7a6-6ff4a59f14ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-912154ad-4ebd-4211-a7a6-6ff4a59f14ad.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-912154ad-4ebd-4211-a7a6-6ff4a59f14ad {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-912154ad-4ebd-4211-a7a6-6ff4a59f14ad.shogun-image-container {
      position: relative;
    }

    .s-912154ad-4ebd-4211-a7a6-6ff4a59f14ad.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-912154ad-4ebd-4211-a7a6-6ff4a59f14ad.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-912154ad-4ebd-4211-a7a6-6ff4a59f14ad img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-912154ad-4ebd-4211-a7a6-6ff4a59f14ad img.shogun-image,
  #s-912154ad-4ebd-4211-a7a6-6ff4a59f14ad .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-912154ad-4ebd-4211-a7a6-6ff4a59f14ad {
    width: 100%;
    height: auto;
  }

  #s-912154ad-4ebd-4211-a7a6-6ff4a59f14ad img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-912154ad-4ebd-4211-a7a6-6ff4a59f14ad.shogun-image {
    
    
  }


.s-912154ad-4ebd-4211-a7a6-6ff4a59f14ad .shogun-image-content {
  
    align-items: center;
  
}

.s-912154ad-4ebd-4211-a7a6-6ff4a59f14ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-912154ad-4ebd-4211-a7a6-6ff4a59f14ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-912154ad-4ebd-4211-a7a6-6ff4a59f14ad.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-912154ad-4ebd-4211-a7a6-6ff4a59f14ad {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-912154ad-4ebd-4211-a7a6-6ff4a59f14ad.shogun-image-container {
      position: relative;
    }

    .s-912154ad-4ebd-4211-a7a6-6ff4a59f14ad.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-912154ad-4ebd-4211-a7a6-6ff4a59f14ad.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-912154ad-4ebd-4211-a7a6-6ff4a59f14ad img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-912154ad-4ebd-4211-a7a6-6ff4a59f14ad img.shogun-image,
  #s-912154ad-4ebd-4211-a7a6-6ff4a59f14ad .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-912154ad-4ebd-4211-a7a6-6ff4a59f14ad {
    width: 100%;
    height: auto;
  }

  #s-912154ad-4ebd-4211-a7a6-6ff4a59f14ad img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-912154ad-4ebd-4211-a7a6-6ff4a59f14ad.shogun-image {
    
    
  }


.s-912154ad-4ebd-4211-a7a6-6ff4a59f14ad .shogun-image-content {
  
    align-items: center;
  
}

.s-912154ad-4ebd-4211-a7a6-6ff4a59f14ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-912154ad-4ebd-4211-a7a6-6ff4a59f14ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-912154ad-4ebd-4211-a7a6-6ff4a59f14ad.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-912154ad-4ebd-4211-a7a6-6ff4a59f14ad {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-912154ad-4ebd-4211-a7a6-6ff4a59f14ad.shogun-image-container {
      position: relative;
    }

    .s-912154ad-4ebd-4211-a7a6-6ff4a59f14ad.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-912154ad-4ebd-4211-a7a6-6ff4a59f14ad.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-912154ad-4ebd-4211-a7a6-6ff4a59f14ad img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-912154ad-4ebd-4211-a7a6-6ff4a59f14ad img.shogun-image,
  #s-912154ad-4ebd-4211-a7a6-6ff4a59f14ad .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-912154ad-4ebd-4211-a7a6-6ff4a59f14ad {
    width: 100%;
    height: auto;
  }

  #s-912154ad-4ebd-4211-a7a6-6ff4a59f14ad img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-912154ad-4ebd-4211-a7a6-6ff4a59f14ad.shogun-image {
    
    
  }


.s-912154ad-4ebd-4211-a7a6-6ff4a59f14ad .shogun-image-content {
  
    align-items: center;
  
}

.s-912154ad-4ebd-4211-a7a6-6ff4a59f14ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-912154ad-4ebd-4211-a7a6-6ff4a59f14ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-912154ad-4ebd-4211-a7a6-6ff4a59f14ad.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-912154ad-4ebd-4211-a7a6-6ff4a59f14ad {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-912154ad-4ebd-4211-a7a6-6ff4a59f14ad.shogun-image-container {
      position: relative;
    }

    .s-912154ad-4ebd-4211-a7a6-6ff4a59f14ad.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-912154ad-4ebd-4211-a7a6-6ff4a59f14ad.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-912154ad-4ebd-4211-a7a6-6ff4a59f14ad img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-912154ad-4ebd-4211-a7a6-6ff4a59f14ad img.shogun-image,
  #s-912154ad-4ebd-4211-a7a6-6ff4a59f14ad .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-912154ad-4ebd-4211-a7a6-6ff4a59f14ad {
    width: 100%;
    height: auto;
  }

  #s-912154ad-4ebd-4211-a7a6-6ff4a59f14ad img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-912154ad-4ebd-4211-a7a6-6ff4a59f14ad.shogun-image {
    
    
  }


.s-912154ad-4ebd-4211-a7a6-6ff4a59f14ad .shogun-image-content {
  
    align-items: center;
  
}

.s-912154ad-4ebd-4211-a7a6-6ff4a59f14ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-912154ad-4ebd-4211-a7a6-6ff4a59f14ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-912154ad-4ebd-4211-a7a6-6ff4a59f14ad.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-912154ad-4ebd-4211-a7a6-6ff4a59f14ad {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-912154ad-4ebd-4211-a7a6-6ff4a59f14ad.shogun-image-container {
      position: relative;
    }

    .s-912154ad-4ebd-4211-a7a6-6ff4a59f14ad.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-912154ad-4ebd-4211-a7a6-6ff4a59f14ad.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-912154ad-4ebd-4211-a7a6-6ff4a59f14ad img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-6c9cbc13-2604-4651-855d-6f843cf8be33 {
  margin-top: 12px;
margin-left: 20px;
margin-bottom: 12px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-6c9cbc13-2604-4651-855d-6f843cf8be33 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6c9cbc13-2604-4651-855d-6f843cf8be33 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6c9cbc13-2604-4651-855d-6f843cf8be33 {
  
}
}@media (max-width: 767px){#s-6c9cbc13-2604-4651-855d-6f843cf8be33 {
  
}
}
@media (min-width: 0px) {
[id="s-3a3d343e-875d-44fe-8ff7-7bd859436927"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-3a3d343e-875d-44fe-8ff7-7bd859436927"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-3a3d343e-875d-44fe-8ff7-7bd859436927"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-3a3d343e-875d-44fe-8ff7-7bd859436927"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-ff7ec750-b1b0-4278-bc6c-813a05526ade {
  min-height: 50px;
}








#s-ff7ec750-b1b0-4278-bc6c-813a05526ade > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ff7ec750-b1b0-4278-bc6c-813a05526ade.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b8acfa62-76b6-4922-9742-34f92a524ab6 {
  min-height: 50px;
}








#s-b8acfa62-76b6-4922-9742-34f92a524ab6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b8acfa62-76b6-4922-9742-34f92a524ab6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eabe72e5-021d-4019-8304-68d15da2513f {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-eabe72e5-021d-4019-8304-68d15da2513f .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-eabe72e5-021d-4019-8304-68d15da2513f .shg-sld-nav-button.shg-sld-left,
#s-eabe72e5-021d-4019-8304-68d15da2513f .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-5c96ecce-c530-41a5-8779-5fc14c8a92e0 {
  max-width: 1620px;
aspect-ratio: 1620/1080;
text-align: center;
}





  #s-5c96ecce-c530-41a5-8779-5fc14c8a92e0 img.shogun-image,
  #s-5c96ecce-c530-41a5-8779-5fc14c8a92e0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5c96ecce-c530-41a5-8779-5fc14c8a92e0 {
    width: 100%;
    height: auto;
  }

  #s-5c96ecce-c530-41a5-8779-5fc14c8a92e0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5c96ecce-c530-41a5-8779-5fc14c8a92e0.shogun-image {
    
    
  }


.s-5c96ecce-c530-41a5-8779-5fc14c8a92e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-5c96ecce-c530-41a5-8779-5fc14c8a92e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c96ecce-c530-41a5-8779-5fc14c8a92e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c96ecce-c530-41a5-8779-5fc14c8a92e0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5c96ecce-c530-41a5-8779-5fc14c8a92e0 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-5c96ecce-c530-41a5-8779-5fc14c8a92e0.shogun-image-container {
      position: relative;
    }

    .s-5c96ecce-c530-41a5-8779-5fc14c8a92e0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5c96ecce-c530-41a5-8779-5fc14c8a92e0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5c96ecce-c530-41a5-8779-5fc14c8a92e0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-5c96ecce-c530-41a5-8779-5fc14c8a92e0 img.shogun-image,
  #s-5c96ecce-c530-41a5-8779-5fc14c8a92e0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5c96ecce-c530-41a5-8779-5fc14c8a92e0 {
    width: 100%;
    height: auto;
  }

  #s-5c96ecce-c530-41a5-8779-5fc14c8a92e0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5c96ecce-c530-41a5-8779-5fc14c8a92e0.shogun-image {
    
    
  }


.s-5c96ecce-c530-41a5-8779-5fc14c8a92e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-5c96ecce-c530-41a5-8779-5fc14c8a92e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c96ecce-c530-41a5-8779-5fc14c8a92e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c96ecce-c530-41a5-8779-5fc14c8a92e0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5c96ecce-c530-41a5-8779-5fc14c8a92e0 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-5c96ecce-c530-41a5-8779-5fc14c8a92e0.shogun-image-container {
      position: relative;
    }

    .s-5c96ecce-c530-41a5-8779-5fc14c8a92e0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5c96ecce-c530-41a5-8779-5fc14c8a92e0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5c96ecce-c530-41a5-8779-5fc14c8a92e0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-5c96ecce-c530-41a5-8779-5fc14c8a92e0 img.shogun-image,
  #s-5c96ecce-c530-41a5-8779-5fc14c8a92e0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5c96ecce-c530-41a5-8779-5fc14c8a92e0 {
    width: 100%;
    height: auto;
  }

  #s-5c96ecce-c530-41a5-8779-5fc14c8a92e0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5c96ecce-c530-41a5-8779-5fc14c8a92e0.shogun-image {
    
    
  }


.s-5c96ecce-c530-41a5-8779-5fc14c8a92e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-5c96ecce-c530-41a5-8779-5fc14c8a92e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c96ecce-c530-41a5-8779-5fc14c8a92e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c96ecce-c530-41a5-8779-5fc14c8a92e0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5c96ecce-c530-41a5-8779-5fc14c8a92e0 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-5c96ecce-c530-41a5-8779-5fc14c8a92e0.shogun-image-container {
      position: relative;
    }

    .s-5c96ecce-c530-41a5-8779-5fc14c8a92e0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5c96ecce-c530-41a5-8779-5fc14c8a92e0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5c96ecce-c530-41a5-8779-5fc14c8a92e0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-5c96ecce-c530-41a5-8779-5fc14c8a92e0 img.shogun-image,
  #s-5c96ecce-c530-41a5-8779-5fc14c8a92e0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5c96ecce-c530-41a5-8779-5fc14c8a92e0 {
    width: 100%;
    height: auto;
  }

  #s-5c96ecce-c530-41a5-8779-5fc14c8a92e0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5c96ecce-c530-41a5-8779-5fc14c8a92e0.shogun-image {
    
    
  }


.s-5c96ecce-c530-41a5-8779-5fc14c8a92e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-5c96ecce-c530-41a5-8779-5fc14c8a92e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c96ecce-c530-41a5-8779-5fc14c8a92e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c96ecce-c530-41a5-8779-5fc14c8a92e0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5c96ecce-c530-41a5-8779-5fc14c8a92e0 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-5c96ecce-c530-41a5-8779-5fc14c8a92e0.shogun-image-container {
      position: relative;
    }

    .s-5c96ecce-c530-41a5-8779-5fc14c8a92e0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5c96ecce-c530-41a5-8779-5fc14c8a92e0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5c96ecce-c530-41a5-8779-5fc14c8a92e0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-5c96ecce-c530-41a5-8779-5fc14c8a92e0 img.shogun-image,
  #s-5c96ecce-c530-41a5-8779-5fc14c8a92e0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5c96ecce-c530-41a5-8779-5fc14c8a92e0 {
    width: 100%;
    height: auto;
  }

  #s-5c96ecce-c530-41a5-8779-5fc14c8a92e0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5c96ecce-c530-41a5-8779-5fc14c8a92e0.shogun-image {
    
    
  }


.s-5c96ecce-c530-41a5-8779-5fc14c8a92e0 .shogun-image-content {
  
    align-items: center;
  
}

.s-5c96ecce-c530-41a5-8779-5fc14c8a92e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c96ecce-c530-41a5-8779-5fc14c8a92e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c96ecce-c530-41a5-8779-5fc14c8a92e0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5c96ecce-c530-41a5-8779-5fc14c8a92e0 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-5c96ecce-c530-41a5-8779-5fc14c8a92e0.shogun-image-container {
      position: relative;
    }

    .s-5c96ecce-c530-41a5-8779-5fc14c8a92e0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5c96ecce-c530-41a5-8779-5fc14c8a92e0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5c96ecce-c530-41a5-8779-5fc14c8a92e0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-a64f3af0-2741-4f47-8a46-05c4f82a8087 {
  max-width: 1620px;
aspect-ratio: 1620/1080;
text-align: center;
}





  #s-a64f3af0-2741-4f47-8a46-05c4f82a8087 img.shogun-image,
  #s-a64f3af0-2741-4f47-8a46-05c4f82a8087 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a64f3af0-2741-4f47-8a46-05c4f82a8087 {
    width: 100%;
    height: auto;
  }

  #s-a64f3af0-2741-4f47-8a46-05c4f82a8087 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a64f3af0-2741-4f47-8a46-05c4f82a8087.shogun-image {
    
    
  }


.s-a64f3af0-2741-4f47-8a46-05c4f82a8087 .shogun-image-content {
  
    align-items: center;
  
}

.s-a64f3af0-2741-4f47-8a46-05c4f82a8087.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a64f3af0-2741-4f47-8a46-05c4f82a8087.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a64f3af0-2741-4f47-8a46-05c4f82a8087.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a64f3af0-2741-4f47-8a46-05c4f82a8087 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-a64f3af0-2741-4f47-8a46-05c4f82a8087.shogun-image-container {
      position: relative;
    }

    .s-a64f3af0-2741-4f47-8a46-05c4f82a8087.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a64f3af0-2741-4f47-8a46-05c4f82a8087.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a64f3af0-2741-4f47-8a46-05c4f82a8087 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-a64f3af0-2741-4f47-8a46-05c4f82a8087 img.shogun-image,
  #s-a64f3af0-2741-4f47-8a46-05c4f82a8087 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a64f3af0-2741-4f47-8a46-05c4f82a8087 {
    width: 100%;
    height: auto;
  }

  #s-a64f3af0-2741-4f47-8a46-05c4f82a8087 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a64f3af0-2741-4f47-8a46-05c4f82a8087.shogun-image {
    
    
  }


.s-a64f3af0-2741-4f47-8a46-05c4f82a8087 .shogun-image-content {
  
    align-items: center;
  
}

.s-a64f3af0-2741-4f47-8a46-05c4f82a8087.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a64f3af0-2741-4f47-8a46-05c4f82a8087.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a64f3af0-2741-4f47-8a46-05c4f82a8087.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a64f3af0-2741-4f47-8a46-05c4f82a8087 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-a64f3af0-2741-4f47-8a46-05c4f82a8087.shogun-image-container {
      position: relative;
    }

    .s-a64f3af0-2741-4f47-8a46-05c4f82a8087.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a64f3af0-2741-4f47-8a46-05c4f82a8087.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a64f3af0-2741-4f47-8a46-05c4f82a8087 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-a64f3af0-2741-4f47-8a46-05c4f82a8087 img.shogun-image,
  #s-a64f3af0-2741-4f47-8a46-05c4f82a8087 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a64f3af0-2741-4f47-8a46-05c4f82a8087 {
    width: 100%;
    height: auto;
  }

  #s-a64f3af0-2741-4f47-8a46-05c4f82a8087 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a64f3af0-2741-4f47-8a46-05c4f82a8087.shogun-image {
    
    
  }


.s-a64f3af0-2741-4f47-8a46-05c4f82a8087 .shogun-image-content {
  
    align-items: center;
  
}

.s-a64f3af0-2741-4f47-8a46-05c4f82a8087.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a64f3af0-2741-4f47-8a46-05c4f82a8087.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a64f3af0-2741-4f47-8a46-05c4f82a8087.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a64f3af0-2741-4f47-8a46-05c4f82a8087 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-a64f3af0-2741-4f47-8a46-05c4f82a8087.shogun-image-container {
      position: relative;
    }

    .s-a64f3af0-2741-4f47-8a46-05c4f82a8087.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a64f3af0-2741-4f47-8a46-05c4f82a8087.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a64f3af0-2741-4f47-8a46-05c4f82a8087 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-a64f3af0-2741-4f47-8a46-05c4f82a8087 img.shogun-image,
  #s-a64f3af0-2741-4f47-8a46-05c4f82a8087 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a64f3af0-2741-4f47-8a46-05c4f82a8087 {
    width: 100%;
    height: auto;
  }

  #s-a64f3af0-2741-4f47-8a46-05c4f82a8087 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a64f3af0-2741-4f47-8a46-05c4f82a8087.shogun-image {
    
    
  }


.s-a64f3af0-2741-4f47-8a46-05c4f82a8087 .shogun-image-content {
  
    align-items: center;
  
}

.s-a64f3af0-2741-4f47-8a46-05c4f82a8087.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a64f3af0-2741-4f47-8a46-05c4f82a8087.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a64f3af0-2741-4f47-8a46-05c4f82a8087.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a64f3af0-2741-4f47-8a46-05c4f82a8087 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-a64f3af0-2741-4f47-8a46-05c4f82a8087.shogun-image-container {
      position: relative;
    }

    .s-a64f3af0-2741-4f47-8a46-05c4f82a8087.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a64f3af0-2741-4f47-8a46-05c4f82a8087.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a64f3af0-2741-4f47-8a46-05c4f82a8087 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-a64f3af0-2741-4f47-8a46-05c4f82a8087 img.shogun-image,
  #s-a64f3af0-2741-4f47-8a46-05c4f82a8087 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a64f3af0-2741-4f47-8a46-05c4f82a8087 {
    width: 100%;
    height: auto;
  }

  #s-a64f3af0-2741-4f47-8a46-05c4f82a8087 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a64f3af0-2741-4f47-8a46-05c4f82a8087.shogun-image {
    
    
  }


.s-a64f3af0-2741-4f47-8a46-05c4f82a8087 .shogun-image-content {
  
    align-items: center;
  
}

.s-a64f3af0-2741-4f47-8a46-05c4f82a8087.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a64f3af0-2741-4f47-8a46-05c4f82a8087.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a64f3af0-2741-4f47-8a46-05c4f82a8087.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a64f3af0-2741-4f47-8a46-05c4f82a8087 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-a64f3af0-2741-4f47-8a46-05c4f82a8087.shogun-image-container {
      position: relative;
    }

    .s-a64f3af0-2741-4f47-8a46-05c4f82a8087.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a64f3af0-2741-4f47-8a46-05c4f82a8087.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a64f3af0-2741-4f47-8a46-05c4f82a8087 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-654c436a-e0cc-4e74-bc78-264fef7252fa {
  max-width: 1620px;
aspect-ratio: 1620/1080;
text-align: center;
}





  #s-654c436a-e0cc-4e74-bc78-264fef7252fa img.shogun-image,
  #s-654c436a-e0cc-4e74-bc78-264fef7252fa .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-654c436a-e0cc-4e74-bc78-264fef7252fa {
    width: 100%;
    height: auto;
  }

  #s-654c436a-e0cc-4e74-bc78-264fef7252fa img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-654c436a-e0cc-4e74-bc78-264fef7252fa.shogun-image {
    
    
  }


.s-654c436a-e0cc-4e74-bc78-264fef7252fa .shogun-image-content {
  
    align-items: center;
  
}

.s-654c436a-e0cc-4e74-bc78-264fef7252fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-654c436a-e0cc-4e74-bc78-264fef7252fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-654c436a-e0cc-4e74-bc78-264fef7252fa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-654c436a-e0cc-4e74-bc78-264fef7252fa {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-654c436a-e0cc-4e74-bc78-264fef7252fa.shogun-image-container {
      position: relative;
    }

    .s-654c436a-e0cc-4e74-bc78-264fef7252fa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-654c436a-e0cc-4e74-bc78-264fef7252fa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-654c436a-e0cc-4e74-bc78-264fef7252fa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-654c436a-e0cc-4e74-bc78-264fef7252fa img.shogun-image,
  #s-654c436a-e0cc-4e74-bc78-264fef7252fa .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-654c436a-e0cc-4e74-bc78-264fef7252fa {
    width: 100%;
    height: auto;
  }

  #s-654c436a-e0cc-4e74-bc78-264fef7252fa img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-654c436a-e0cc-4e74-bc78-264fef7252fa.shogun-image {
    
    
  }


.s-654c436a-e0cc-4e74-bc78-264fef7252fa .shogun-image-content {
  
    align-items: center;
  
}

.s-654c436a-e0cc-4e74-bc78-264fef7252fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-654c436a-e0cc-4e74-bc78-264fef7252fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-654c436a-e0cc-4e74-bc78-264fef7252fa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-654c436a-e0cc-4e74-bc78-264fef7252fa {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-654c436a-e0cc-4e74-bc78-264fef7252fa.shogun-image-container {
      position: relative;
    }

    .s-654c436a-e0cc-4e74-bc78-264fef7252fa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-654c436a-e0cc-4e74-bc78-264fef7252fa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-654c436a-e0cc-4e74-bc78-264fef7252fa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-654c436a-e0cc-4e74-bc78-264fef7252fa img.shogun-image,
  #s-654c436a-e0cc-4e74-bc78-264fef7252fa .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-654c436a-e0cc-4e74-bc78-264fef7252fa {
    width: 100%;
    height: auto;
  }

  #s-654c436a-e0cc-4e74-bc78-264fef7252fa img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-654c436a-e0cc-4e74-bc78-264fef7252fa.shogun-image {
    
    
  }


.s-654c436a-e0cc-4e74-bc78-264fef7252fa .shogun-image-content {
  
    align-items: center;
  
}

.s-654c436a-e0cc-4e74-bc78-264fef7252fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-654c436a-e0cc-4e74-bc78-264fef7252fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-654c436a-e0cc-4e74-bc78-264fef7252fa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-654c436a-e0cc-4e74-bc78-264fef7252fa {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-654c436a-e0cc-4e74-bc78-264fef7252fa.shogun-image-container {
      position: relative;
    }

    .s-654c436a-e0cc-4e74-bc78-264fef7252fa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-654c436a-e0cc-4e74-bc78-264fef7252fa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-654c436a-e0cc-4e74-bc78-264fef7252fa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-654c436a-e0cc-4e74-bc78-264fef7252fa img.shogun-image,
  #s-654c436a-e0cc-4e74-bc78-264fef7252fa .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-654c436a-e0cc-4e74-bc78-264fef7252fa {
    width: 100%;
    height: auto;
  }

  #s-654c436a-e0cc-4e74-bc78-264fef7252fa img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-654c436a-e0cc-4e74-bc78-264fef7252fa.shogun-image {
    
    
  }


.s-654c436a-e0cc-4e74-bc78-264fef7252fa .shogun-image-content {
  
    align-items: center;
  
}

.s-654c436a-e0cc-4e74-bc78-264fef7252fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-654c436a-e0cc-4e74-bc78-264fef7252fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-654c436a-e0cc-4e74-bc78-264fef7252fa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-654c436a-e0cc-4e74-bc78-264fef7252fa {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-654c436a-e0cc-4e74-bc78-264fef7252fa.shogun-image-container {
      position: relative;
    }

    .s-654c436a-e0cc-4e74-bc78-264fef7252fa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-654c436a-e0cc-4e74-bc78-264fef7252fa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-654c436a-e0cc-4e74-bc78-264fef7252fa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-654c436a-e0cc-4e74-bc78-264fef7252fa img.shogun-image,
  #s-654c436a-e0cc-4e74-bc78-264fef7252fa .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-654c436a-e0cc-4e74-bc78-264fef7252fa {
    width: 100%;
    height: auto;
  }

  #s-654c436a-e0cc-4e74-bc78-264fef7252fa img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-654c436a-e0cc-4e74-bc78-264fef7252fa.shogun-image {
    
    
  }


.s-654c436a-e0cc-4e74-bc78-264fef7252fa .shogun-image-content {
  
    align-items: center;
  
}

.s-654c436a-e0cc-4e74-bc78-264fef7252fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-654c436a-e0cc-4e74-bc78-264fef7252fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-654c436a-e0cc-4e74-bc78-264fef7252fa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-654c436a-e0cc-4e74-bc78-264fef7252fa {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-654c436a-e0cc-4e74-bc78-264fef7252fa.shogun-image-container {
      position: relative;
    }

    .s-654c436a-e0cc-4e74-bc78-264fef7252fa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-654c436a-e0cc-4e74-bc78-264fef7252fa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-654c436a-e0cc-4e74-bc78-264fef7252fa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-4b148b6f-ee09-4723-87f4-3fc254112cd3 {
  margin-top: 12px;
margin-left: 20px;
margin-bottom: 12px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-4b148b6f-ee09-4723-87f4-3fc254112cd3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4b148b6f-ee09-4723-87f4-3fc254112cd3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4b148b6f-ee09-4723-87f4-3fc254112cd3 {
  
}
}@media (max-width: 767px){#s-4b148b6f-ee09-4723-87f4-3fc254112cd3 {
  
}
}
#s-ce26a120-d7f8-4518-814b-318471bce76c {
  min-height: 50px;
}








#s-ce26a120-d7f8-4518-814b-318471bce76c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ce26a120-d7f8-4518-814b-318471bce76c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2acbfde8-bda9-49a1-8efb-378c435d384e {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-2acbfde8-bda9-49a1-8efb-378c435d384e .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-2acbfde8-bda9-49a1-8efb-378c435d384e .shg-sld-nav-button.shg-sld-left,
#s-2acbfde8-bda9-49a1-8efb-378c435d384e .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-bb5b9b40-2ab5-42c5-a4d6-ec1b54c5d32b {
  max-width: 1620px;
aspect-ratio: 1620/1080;
text-align: center;
}





  #s-bb5b9b40-2ab5-42c5-a4d6-ec1b54c5d32b img.shogun-image,
  #s-bb5b9b40-2ab5-42c5-a4d6-ec1b54c5d32b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bb5b9b40-2ab5-42c5-a4d6-ec1b54c5d32b {
    width: 100%;
    height: auto;
  }

  #s-bb5b9b40-2ab5-42c5-a4d6-ec1b54c5d32b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bb5b9b40-2ab5-42c5-a4d6-ec1b54c5d32b.shogun-image {
    
    
  }


.s-bb5b9b40-2ab5-42c5-a4d6-ec1b54c5d32b .shogun-image-content {
  
    align-items: center;
  
}

.s-bb5b9b40-2ab5-42c5-a4d6-ec1b54c5d32b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb5b9b40-2ab5-42c5-a4d6-ec1b54c5d32b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb5b9b40-2ab5-42c5-a4d6-ec1b54c5d32b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bb5b9b40-2ab5-42c5-a4d6-ec1b54c5d32b {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-bb5b9b40-2ab5-42c5-a4d6-ec1b54c5d32b.shogun-image-container {
      position: relative;
    }

    .s-bb5b9b40-2ab5-42c5-a4d6-ec1b54c5d32b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bb5b9b40-2ab5-42c5-a4d6-ec1b54c5d32b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bb5b9b40-2ab5-42c5-a4d6-ec1b54c5d32b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-bb5b9b40-2ab5-42c5-a4d6-ec1b54c5d32b img.shogun-image,
  #s-bb5b9b40-2ab5-42c5-a4d6-ec1b54c5d32b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bb5b9b40-2ab5-42c5-a4d6-ec1b54c5d32b {
    width: 100%;
    height: auto;
  }

  #s-bb5b9b40-2ab5-42c5-a4d6-ec1b54c5d32b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bb5b9b40-2ab5-42c5-a4d6-ec1b54c5d32b.shogun-image {
    
    
  }


.s-bb5b9b40-2ab5-42c5-a4d6-ec1b54c5d32b .shogun-image-content {
  
    align-items: center;
  
}

.s-bb5b9b40-2ab5-42c5-a4d6-ec1b54c5d32b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb5b9b40-2ab5-42c5-a4d6-ec1b54c5d32b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb5b9b40-2ab5-42c5-a4d6-ec1b54c5d32b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bb5b9b40-2ab5-42c5-a4d6-ec1b54c5d32b {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-bb5b9b40-2ab5-42c5-a4d6-ec1b54c5d32b.shogun-image-container {
      position: relative;
    }

    .s-bb5b9b40-2ab5-42c5-a4d6-ec1b54c5d32b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bb5b9b40-2ab5-42c5-a4d6-ec1b54c5d32b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bb5b9b40-2ab5-42c5-a4d6-ec1b54c5d32b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-bb5b9b40-2ab5-42c5-a4d6-ec1b54c5d32b img.shogun-image,
  #s-bb5b9b40-2ab5-42c5-a4d6-ec1b54c5d32b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bb5b9b40-2ab5-42c5-a4d6-ec1b54c5d32b {
    width: 100%;
    height: auto;
  }

  #s-bb5b9b40-2ab5-42c5-a4d6-ec1b54c5d32b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bb5b9b40-2ab5-42c5-a4d6-ec1b54c5d32b.shogun-image {
    
    
  }


.s-bb5b9b40-2ab5-42c5-a4d6-ec1b54c5d32b .shogun-image-content {
  
    align-items: center;
  
}

.s-bb5b9b40-2ab5-42c5-a4d6-ec1b54c5d32b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb5b9b40-2ab5-42c5-a4d6-ec1b54c5d32b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb5b9b40-2ab5-42c5-a4d6-ec1b54c5d32b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bb5b9b40-2ab5-42c5-a4d6-ec1b54c5d32b {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-bb5b9b40-2ab5-42c5-a4d6-ec1b54c5d32b.shogun-image-container {
      position: relative;
    }

    .s-bb5b9b40-2ab5-42c5-a4d6-ec1b54c5d32b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bb5b9b40-2ab5-42c5-a4d6-ec1b54c5d32b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bb5b9b40-2ab5-42c5-a4d6-ec1b54c5d32b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-bb5b9b40-2ab5-42c5-a4d6-ec1b54c5d32b img.shogun-image,
  #s-bb5b9b40-2ab5-42c5-a4d6-ec1b54c5d32b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bb5b9b40-2ab5-42c5-a4d6-ec1b54c5d32b {
    width: 100%;
    height: auto;
  }

  #s-bb5b9b40-2ab5-42c5-a4d6-ec1b54c5d32b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bb5b9b40-2ab5-42c5-a4d6-ec1b54c5d32b.shogun-image {
    
    
  }


.s-bb5b9b40-2ab5-42c5-a4d6-ec1b54c5d32b .shogun-image-content {
  
    align-items: center;
  
}

.s-bb5b9b40-2ab5-42c5-a4d6-ec1b54c5d32b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb5b9b40-2ab5-42c5-a4d6-ec1b54c5d32b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb5b9b40-2ab5-42c5-a4d6-ec1b54c5d32b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bb5b9b40-2ab5-42c5-a4d6-ec1b54c5d32b {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-bb5b9b40-2ab5-42c5-a4d6-ec1b54c5d32b.shogun-image-container {
      position: relative;
    }

    .s-bb5b9b40-2ab5-42c5-a4d6-ec1b54c5d32b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bb5b9b40-2ab5-42c5-a4d6-ec1b54c5d32b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bb5b9b40-2ab5-42c5-a4d6-ec1b54c5d32b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-bb5b9b40-2ab5-42c5-a4d6-ec1b54c5d32b img.shogun-image,
  #s-bb5b9b40-2ab5-42c5-a4d6-ec1b54c5d32b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bb5b9b40-2ab5-42c5-a4d6-ec1b54c5d32b {
    width: 100%;
    height: auto;
  }

  #s-bb5b9b40-2ab5-42c5-a4d6-ec1b54c5d32b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bb5b9b40-2ab5-42c5-a4d6-ec1b54c5d32b.shogun-image {
    
    
  }


.s-bb5b9b40-2ab5-42c5-a4d6-ec1b54c5d32b .shogun-image-content {
  
    align-items: center;
  
}

.s-bb5b9b40-2ab5-42c5-a4d6-ec1b54c5d32b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb5b9b40-2ab5-42c5-a4d6-ec1b54c5d32b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb5b9b40-2ab5-42c5-a4d6-ec1b54c5d32b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bb5b9b40-2ab5-42c5-a4d6-ec1b54c5d32b {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-bb5b9b40-2ab5-42c5-a4d6-ec1b54c5d32b.shogun-image-container {
      position: relative;
    }

    .s-bb5b9b40-2ab5-42c5-a4d6-ec1b54c5d32b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bb5b9b40-2ab5-42c5-a4d6-ec1b54c5d32b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bb5b9b40-2ab5-42c5-a4d6-ec1b54c5d32b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-b9d57cf7-2397-47a2-b042-c72339dae46e {
  max-width: 1620px;
aspect-ratio: 1620/1080;
text-align: center;
}





  #s-b9d57cf7-2397-47a2-b042-c72339dae46e img.shogun-image,
  #s-b9d57cf7-2397-47a2-b042-c72339dae46e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b9d57cf7-2397-47a2-b042-c72339dae46e {
    width: 100%;
    height: auto;
  }

  #s-b9d57cf7-2397-47a2-b042-c72339dae46e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b9d57cf7-2397-47a2-b042-c72339dae46e.shogun-image {
    
    
  }


.s-b9d57cf7-2397-47a2-b042-c72339dae46e .shogun-image-content {
  
    align-items: center;
  
}

.s-b9d57cf7-2397-47a2-b042-c72339dae46e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9d57cf7-2397-47a2-b042-c72339dae46e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9d57cf7-2397-47a2-b042-c72339dae46e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b9d57cf7-2397-47a2-b042-c72339dae46e {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-b9d57cf7-2397-47a2-b042-c72339dae46e.shogun-image-container {
      position: relative;
    }

    .s-b9d57cf7-2397-47a2-b042-c72339dae46e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b9d57cf7-2397-47a2-b042-c72339dae46e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b9d57cf7-2397-47a2-b042-c72339dae46e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-b9d57cf7-2397-47a2-b042-c72339dae46e img.shogun-image,
  #s-b9d57cf7-2397-47a2-b042-c72339dae46e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b9d57cf7-2397-47a2-b042-c72339dae46e {
    width: 100%;
    height: auto;
  }

  #s-b9d57cf7-2397-47a2-b042-c72339dae46e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b9d57cf7-2397-47a2-b042-c72339dae46e.shogun-image {
    
    
  }


.s-b9d57cf7-2397-47a2-b042-c72339dae46e .shogun-image-content {
  
    align-items: center;
  
}

.s-b9d57cf7-2397-47a2-b042-c72339dae46e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9d57cf7-2397-47a2-b042-c72339dae46e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9d57cf7-2397-47a2-b042-c72339dae46e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b9d57cf7-2397-47a2-b042-c72339dae46e {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-b9d57cf7-2397-47a2-b042-c72339dae46e.shogun-image-container {
      position: relative;
    }

    .s-b9d57cf7-2397-47a2-b042-c72339dae46e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b9d57cf7-2397-47a2-b042-c72339dae46e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b9d57cf7-2397-47a2-b042-c72339dae46e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-b9d57cf7-2397-47a2-b042-c72339dae46e img.shogun-image,
  #s-b9d57cf7-2397-47a2-b042-c72339dae46e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b9d57cf7-2397-47a2-b042-c72339dae46e {
    width: 100%;
    height: auto;
  }

  #s-b9d57cf7-2397-47a2-b042-c72339dae46e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b9d57cf7-2397-47a2-b042-c72339dae46e.shogun-image {
    
    
  }


.s-b9d57cf7-2397-47a2-b042-c72339dae46e .shogun-image-content {
  
    align-items: center;
  
}

.s-b9d57cf7-2397-47a2-b042-c72339dae46e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9d57cf7-2397-47a2-b042-c72339dae46e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9d57cf7-2397-47a2-b042-c72339dae46e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b9d57cf7-2397-47a2-b042-c72339dae46e {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-b9d57cf7-2397-47a2-b042-c72339dae46e.shogun-image-container {
      position: relative;
    }

    .s-b9d57cf7-2397-47a2-b042-c72339dae46e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b9d57cf7-2397-47a2-b042-c72339dae46e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b9d57cf7-2397-47a2-b042-c72339dae46e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-b9d57cf7-2397-47a2-b042-c72339dae46e img.shogun-image,
  #s-b9d57cf7-2397-47a2-b042-c72339dae46e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b9d57cf7-2397-47a2-b042-c72339dae46e {
    width: 100%;
    height: auto;
  }

  #s-b9d57cf7-2397-47a2-b042-c72339dae46e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b9d57cf7-2397-47a2-b042-c72339dae46e.shogun-image {
    
    
  }


.s-b9d57cf7-2397-47a2-b042-c72339dae46e .shogun-image-content {
  
    align-items: center;
  
}

.s-b9d57cf7-2397-47a2-b042-c72339dae46e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9d57cf7-2397-47a2-b042-c72339dae46e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9d57cf7-2397-47a2-b042-c72339dae46e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b9d57cf7-2397-47a2-b042-c72339dae46e {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-b9d57cf7-2397-47a2-b042-c72339dae46e.shogun-image-container {
      position: relative;
    }

    .s-b9d57cf7-2397-47a2-b042-c72339dae46e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b9d57cf7-2397-47a2-b042-c72339dae46e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b9d57cf7-2397-47a2-b042-c72339dae46e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-b9d57cf7-2397-47a2-b042-c72339dae46e img.shogun-image,
  #s-b9d57cf7-2397-47a2-b042-c72339dae46e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b9d57cf7-2397-47a2-b042-c72339dae46e {
    width: 100%;
    height: auto;
  }

  #s-b9d57cf7-2397-47a2-b042-c72339dae46e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b9d57cf7-2397-47a2-b042-c72339dae46e.shogun-image {
    
    
  }


.s-b9d57cf7-2397-47a2-b042-c72339dae46e .shogun-image-content {
  
    align-items: center;
  
}

.s-b9d57cf7-2397-47a2-b042-c72339dae46e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9d57cf7-2397-47a2-b042-c72339dae46e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9d57cf7-2397-47a2-b042-c72339dae46e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b9d57cf7-2397-47a2-b042-c72339dae46e {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-b9d57cf7-2397-47a2-b042-c72339dae46e.shogun-image-container {
      position: relative;
    }

    .s-b9d57cf7-2397-47a2-b042-c72339dae46e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b9d57cf7-2397-47a2-b042-c72339dae46e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b9d57cf7-2397-47a2-b042-c72339dae46e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-e7cd08c0-63ce-4c15-a4c1-eef225bd10ed {
  max-width: 1620px;
aspect-ratio: 1620/1080;
text-align: center;
}





  #s-e7cd08c0-63ce-4c15-a4c1-eef225bd10ed img.shogun-image,
  #s-e7cd08c0-63ce-4c15-a4c1-eef225bd10ed .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e7cd08c0-63ce-4c15-a4c1-eef225bd10ed {
    width: 100%;
    height: auto;
  }

  #s-e7cd08c0-63ce-4c15-a4c1-eef225bd10ed img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e7cd08c0-63ce-4c15-a4c1-eef225bd10ed.shogun-image {
    
    
  }


.s-e7cd08c0-63ce-4c15-a4c1-eef225bd10ed .shogun-image-content {
  
    align-items: center;
  
}

.s-e7cd08c0-63ce-4c15-a4c1-eef225bd10ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7cd08c0-63ce-4c15-a4c1-eef225bd10ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7cd08c0-63ce-4c15-a4c1-eef225bd10ed.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e7cd08c0-63ce-4c15-a4c1-eef225bd10ed {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-e7cd08c0-63ce-4c15-a4c1-eef225bd10ed.shogun-image-container {
      position: relative;
    }

    .s-e7cd08c0-63ce-4c15-a4c1-eef225bd10ed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e7cd08c0-63ce-4c15-a4c1-eef225bd10ed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e7cd08c0-63ce-4c15-a4c1-eef225bd10ed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-e7cd08c0-63ce-4c15-a4c1-eef225bd10ed img.shogun-image,
  #s-e7cd08c0-63ce-4c15-a4c1-eef225bd10ed .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e7cd08c0-63ce-4c15-a4c1-eef225bd10ed {
    width: 100%;
    height: auto;
  }

  #s-e7cd08c0-63ce-4c15-a4c1-eef225bd10ed img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e7cd08c0-63ce-4c15-a4c1-eef225bd10ed.shogun-image {
    
    
  }


.s-e7cd08c0-63ce-4c15-a4c1-eef225bd10ed .shogun-image-content {
  
    align-items: center;
  
}

.s-e7cd08c0-63ce-4c15-a4c1-eef225bd10ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7cd08c0-63ce-4c15-a4c1-eef225bd10ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7cd08c0-63ce-4c15-a4c1-eef225bd10ed.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e7cd08c0-63ce-4c15-a4c1-eef225bd10ed {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-e7cd08c0-63ce-4c15-a4c1-eef225bd10ed.shogun-image-container {
      position: relative;
    }

    .s-e7cd08c0-63ce-4c15-a4c1-eef225bd10ed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e7cd08c0-63ce-4c15-a4c1-eef225bd10ed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e7cd08c0-63ce-4c15-a4c1-eef225bd10ed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-e7cd08c0-63ce-4c15-a4c1-eef225bd10ed img.shogun-image,
  #s-e7cd08c0-63ce-4c15-a4c1-eef225bd10ed .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e7cd08c0-63ce-4c15-a4c1-eef225bd10ed {
    width: 100%;
    height: auto;
  }

  #s-e7cd08c0-63ce-4c15-a4c1-eef225bd10ed img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e7cd08c0-63ce-4c15-a4c1-eef225bd10ed.shogun-image {
    
    
  }


.s-e7cd08c0-63ce-4c15-a4c1-eef225bd10ed .shogun-image-content {
  
    align-items: center;
  
}

.s-e7cd08c0-63ce-4c15-a4c1-eef225bd10ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7cd08c0-63ce-4c15-a4c1-eef225bd10ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7cd08c0-63ce-4c15-a4c1-eef225bd10ed.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e7cd08c0-63ce-4c15-a4c1-eef225bd10ed {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-e7cd08c0-63ce-4c15-a4c1-eef225bd10ed.shogun-image-container {
      position: relative;
    }

    .s-e7cd08c0-63ce-4c15-a4c1-eef225bd10ed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e7cd08c0-63ce-4c15-a4c1-eef225bd10ed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e7cd08c0-63ce-4c15-a4c1-eef225bd10ed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-e7cd08c0-63ce-4c15-a4c1-eef225bd10ed img.shogun-image,
  #s-e7cd08c0-63ce-4c15-a4c1-eef225bd10ed .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e7cd08c0-63ce-4c15-a4c1-eef225bd10ed {
    width: 100%;
    height: auto;
  }

  #s-e7cd08c0-63ce-4c15-a4c1-eef225bd10ed img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e7cd08c0-63ce-4c15-a4c1-eef225bd10ed.shogun-image {
    
    
  }


.s-e7cd08c0-63ce-4c15-a4c1-eef225bd10ed .shogun-image-content {
  
    align-items: center;
  
}

.s-e7cd08c0-63ce-4c15-a4c1-eef225bd10ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7cd08c0-63ce-4c15-a4c1-eef225bd10ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7cd08c0-63ce-4c15-a4c1-eef225bd10ed.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e7cd08c0-63ce-4c15-a4c1-eef225bd10ed {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-e7cd08c0-63ce-4c15-a4c1-eef225bd10ed.shogun-image-container {
      position: relative;
    }

    .s-e7cd08c0-63ce-4c15-a4c1-eef225bd10ed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e7cd08c0-63ce-4c15-a4c1-eef225bd10ed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e7cd08c0-63ce-4c15-a4c1-eef225bd10ed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-e7cd08c0-63ce-4c15-a4c1-eef225bd10ed img.shogun-image,
  #s-e7cd08c0-63ce-4c15-a4c1-eef225bd10ed .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e7cd08c0-63ce-4c15-a4c1-eef225bd10ed {
    width: 100%;
    height: auto;
  }

  #s-e7cd08c0-63ce-4c15-a4c1-eef225bd10ed img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e7cd08c0-63ce-4c15-a4c1-eef225bd10ed.shogun-image {
    
    
  }


.s-e7cd08c0-63ce-4c15-a4c1-eef225bd10ed .shogun-image-content {
  
    align-items: center;
  
}

.s-e7cd08c0-63ce-4c15-a4c1-eef225bd10ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7cd08c0-63ce-4c15-a4c1-eef225bd10ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7cd08c0-63ce-4c15-a4c1-eef225bd10ed.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e7cd08c0-63ce-4c15-a4c1-eef225bd10ed {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-e7cd08c0-63ce-4c15-a4c1-eef225bd10ed.shogun-image-container {
      position: relative;
    }

    .s-e7cd08c0-63ce-4c15-a4c1-eef225bd10ed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e7cd08c0-63ce-4c15-a4c1-eef225bd10ed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e7cd08c0-63ce-4c15-a4c1-eef225bd10ed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-10a2865f-5c0d-49ee-bc27-7fab6805c137 {
  margin-top: 12px;
margin-left: 20px;
margin-bottom: 12px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-10a2865f-5c0d-49ee-bc27-7fab6805c137 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-10a2865f-5c0d-49ee-bc27-7fab6805c137 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-10a2865f-5c0d-49ee-bc27-7fab6805c137 {
  
}
}@media (max-width: 767px){#s-10a2865f-5c0d-49ee-bc27-7fab6805c137 {
  
}
}
#s-0d223c2a-437a-46ad-b95f-292c4157627e {
  margin-left: 3%;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-0d223c2a-437a-46ad-b95f-292c4157627e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0d223c2a-437a-46ad-b95f-292c4157627e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-0d223c2a-437a-46ad-b95f-292c4157627e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-0d223c2a-437a-46ad-b95f-292c4157627e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-08ed585d-d9af-451d-b956-22408f6f8699 {
  min-height: 50px;
}








#s-08ed585d-d9af-451d-b956-22408f6f8699 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-08ed585d-d9af-451d-b956-22408f6f8699.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-d86533b7-7342-4ab3-9c78-868457006cfa"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-d86533b7-7342-4ab3-9c78-868457006cfa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-d86533b7-7342-4ab3-9c78-868457006cfa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-d86533b7-7342-4ab3-9c78-868457006cfa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-29461eee-de7d-41bd-9a02-f1c559b24140 {
  min-height: 50px;
}








#s-29461eee-de7d-41bd-9a02-f1c559b24140 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-29461eee-de7d-41bd-9a02-f1c559b24140.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4313a686-46c6-4f9f-822d-07315a0e31d8 {
  min-height: 50px;
}








#s-4313a686-46c6-4f9f-822d-07315a0e31d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4313a686-46c6-4f9f-822d-07315a0e31d8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e3760bd1-50e5-4a1b-bb89-34f45abe11af {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-e3760bd1-50e5-4a1b-bb89-34f45abe11af .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-e3760bd1-50e5-4a1b-bb89-34f45abe11af .shg-sld-nav-button.shg-sld-left,
#s-e3760bd1-50e5-4a1b-bb89-34f45abe11af .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-e86d9122-1ad4-4895-8693-1266ddcba7a8 {
  max-width: 1620px;
aspect-ratio: 1620/1080;
text-align: center;
}





  #s-e86d9122-1ad4-4895-8693-1266ddcba7a8 img.shogun-image,
  #s-e86d9122-1ad4-4895-8693-1266ddcba7a8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e86d9122-1ad4-4895-8693-1266ddcba7a8 {
    width: 100%;
    height: auto;
  }

  #s-e86d9122-1ad4-4895-8693-1266ddcba7a8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e86d9122-1ad4-4895-8693-1266ddcba7a8.shogun-image {
    
    
  }


.s-e86d9122-1ad4-4895-8693-1266ddcba7a8 .shogun-image-content {
  
    align-items: center;
  
}

.s-e86d9122-1ad4-4895-8693-1266ddcba7a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e86d9122-1ad4-4895-8693-1266ddcba7a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e86d9122-1ad4-4895-8693-1266ddcba7a8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e86d9122-1ad4-4895-8693-1266ddcba7a8 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-e86d9122-1ad4-4895-8693-1266ddcba7a8.shogun-image-container {
      position: relative;
    }

    .s-e86d9122-1ad4-4895-8693-1266ddcba7a8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e86d9122-1ad4-4895-8693-1266ddcba7a8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e86d9122-1ad4-4895-8693-1266ddcba7a8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-e86d9122-1ad4-4895-8693-1266ddcba7a8 img.shogun-image,
  #s-e86d9122-1ad4-4895-8693-1266ddcba7a8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e86d9122-1ad4-4895-8693-1266ddcba7a8 {
    width: 100%;
    height: auto;
  }

  #s-e86d9122-1ad4-4895-8693-1266ddcba7a8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e86d9122-1ad4-4895-8693-1266ddcba7a8.shogun-image {
    
    
  }


.s-e86d9122-1ad4-4895-8693-1266ddcba7a8 .shogun-image-content {
  
    align-items: center;
  
}

.s-e86d9122-1ad4-4895-8693-1266ddcba7a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e86d9122-1ad4-4895-8693-1266ddcba7a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e86d9122-1ad4-4895-8693-1266ddcba7a8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e86d9122-1ad4-4895-8693-1266ddcba7a8 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-e86d9122-1ad4-4895-8693-1266ddcba7a8.shogun-image-container {
      position: relative;
    }

    .s-e86d9122-1ad4-4895-8693-1266ddcba7a8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e86d9122-1ad4-4895-8693-1266ddcba7a8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e86d9122-1ad4-4895-8693-1266ddcba7a8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-e86d9122-1ad4-4895-8693-1266ddcba7a8 img.shogun-image,
  #s-e86d9122-1ad4-4895-8693-1266ddcba7a8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e86d9122-1ad4-4895-8693-1266ddcba7a8 {
    width: 100%;
    height: auto;
  }

  #s-e86d9122-1ad4-4895-8693-1266ddcba7a8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e86d9122-1ad4-4895-8693-1266ddcba7a8.shogun-image {
    
    
  }


.s-e86d9122-1ad4-4895-8693-1266ddcba7a8 .shogun-image-content {
  
    align-items: center;
  
}

.s-e86d9122-1ad4-4895-8693-1266ddcba7a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e86d9122-1ad4-4895-8693-1266ddcba7a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e86d9122-1ad4-4895-8693-1266ddcba7a8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e86d9122-1ad4-4895-8693-1266ddcba7a8 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-e86d9122-1ad4-4895-8693-1266ddcba7a8.shogun-image-container {
      position: relative;
    }

    .s-e86d9122-1ad4-4895-8693-1266ddcba7a8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e86d9122-1ad4-4895-8693-1266ddcba7a8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e86d9122-1ad4-4895-8693-1266ddcba7a8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-e86d9122-1ad4-4895-8693-1266ddcba7a8 img.shogun-image,
  #s-e86d9122-1ad4-4895-8693-1266ddcba7a8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e86d9122-1ad4-4895-8693-1266ddcba7a8 {
    width: 100%;
    height: auto;
  }

  #s-e86d9122-1ad4-4895-8693-1266ddcba7a8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e86d9122-1ad4-4895-8693-1266ddcba7a8.shogun-image {
    
    
  }


.s-e86d9122-1ad4-4895-8693-1266ddcba7a8 .shogun-image-content {
  
    align-items: center;
  
}

.s-e86d9122-1ad4-4895-8693-1266ddcba7a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e86d9122-1ad4-4895-8693-1266ddcba7a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e86d9122-1ad4-4895-8693-1266ddcba7a8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e86d9122-1ad4-4895-8693-1266ddcba7a8 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-e86d9122-1ad4-4895-8693-1266ddcba7a8.shogun-image-container {
      position: relative;
    }

    .s-e86d9122-1ad4-4895-8693-1266ddcba7a8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e86d9122-1ad4-4895-8693-1266ddcba7a8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e86d9122-1ad4-4895-8693-1266ddcba7a8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-e86d9122-1ad4-4895-8693-1266ddcba7a8 img.shogun-image,
  #s-e86d9122-1ad4-4895-8693-1266ddcba7a8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e86d9122-1ad4-4895-8693-1266ddcba7a8 {
    width: 100%;
    height: auto;
  }

  #s-e86d9122-1ad4-4895-8693-1266ddcba7a8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e86d9122-1ad4-4895-8693-1266ddcba7a8.shogun-image {
    
    
  }


.s-e86d9122-1ad4-4895-8693-1266ddcba7a8 .shogun-image-content {
  
    align-items: center;
  
}

.s-e86d9122-1ad4-4895-8693-1266ddcba7a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e86d9122-1ad4-4895-8693-1266ddcba7a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e86d9122-1ad4-4895-8693-1266ddcba7a8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e86d9122-1ad4-4895-8693-1266ddcba7a8 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-e86d9122-1ad4-4895-8693-1266ddcba7a8.shogun-image-container {
      position: relative;
    }

    .s-e86d9122-1ad4-4895-8693-1266ddcba7a8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e86d9122-1ad4-4895-8693-1266ddcba7a8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e86d9122-1ad4-4895-8693-1266ddcba7a8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-bb2396ea-32fc-430a-9606-d28ebac303c7 {
  max-width: 1620px;
aspect-ratio: 1620/1080;
text-align: center;
}





  #s-bb2396ea-32fc-430a-9606-d28ebac303c7 img.shogun-image,
  #s-bb2396ea-32fc-430a-9606-d28ebac303c7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bb2396ea-32fc-430a-9606-d28ebac303c7 {
    width: 100%;
    height: auto;
  }

  #s-bb2396ea-32fc-430a-9606-d28ebac303c7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bb2396ea-32fc-430a-9606-d28ebac303c7.shogun-image {
    
    
  }


.s-bb2396ea-32fc-430a-9606-d28ebac303c7 .shogun-image-content {
  
    align-items: center;
  
}

.s-bb2396ea-32fc-430a-9606-d28ebac303c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb2396ea-32fc-430a-9606-d28ebac303c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb2396ea-32fc-430a-9606-d28ebac303c7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bb2396ea-32fc-430a-9606-d28ebac303c7 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-bb2396ea-32fc-430a-9606-d28ebac303c7.shogun-image-container {
      position: relative;
    }

    .s-bb2396ea-32fc-430a-9606-d28ebac303c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bb2396ea-32fc-430a-9606-d28ebac303c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bb2396ea-32fc-430a-9606-d28ebac303c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-bb2396ea-32fc-430a-9606-d28ebac303c7 img.shogun-image,
  #s-bb2396ea-32fc-430a-9606-d28ebac303c7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bb2396ea-32fc-430a-9606-d28ebac303c7 {
    width: 100%;
    height: auto;
  }

  #s-bb2396ea-32fc-430a-9606-d28ebac303c7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bb2396ea-32fc-430a-9606-d28ebac303c7.shogun-image {
    
    
  }


.s-bb2396ea-32fc-430a-9606-d28ebac303c7 .shogun-image-content {
  
    align-items: center;
  
}

.s-bb2396ea-32fc-430a-9606-d28ebac303c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb2396ea-32fc-430a-9606-d28ebac303c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb2396ea-32fc-430a-9606-d28ebac303c7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bb2396ea-32fc-430a-9606-d28ebac303c7 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-bb2396ea-32fc-430a-9606-d28ebac303c7.shogun-image-container {
      position: relative;
    }

    .s-bb2396ea-32fc-430a-9606-d28ebac303c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bb2396ea-32fc-430a-9606-d28ebac303c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bb2396ea-32fc-430a-9606-d28ebac303c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-bb2396ea-32fc-430a-9606-d28ebac303c7 img.shogun-image,
  #s-bb2396ea-32fc-430a-9606-d28ebac303c7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bb2396ea-32fc-430a-9606-d28ebac303c7 {
    width: 100%;
    height: auto;
  }

  #s-bb2396ea-32fc-430a-9606-d28ebac303c7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bb2396ea-32fc-430a-9606-d28ebac303c7.shogun-image {
    
    
  }


.s-bb2396ea-32fc-430a-9606-d28ebac303c7 .shogun-image-content {
  
    align-items: center;
  
}

.s-bb2396ea-32fc-430a-9606-d28ebac303c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb2396ea-32fc-430a-9606-d28ebac303c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb2396ea-32fc-430a-9606-d28ebac303c7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bb2396ea-32fc-430a-9606-d28ebac303c7 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-bb2396ea-32fc-430a-9606-d28ebac303c7.shogun-image-container {
      position: relative;
    }

    .s-bb2396ea-32fc-430a-9606-d28ebac303c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bb2396ea-32fc-430a-9606-d28ebac303c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bb2396ea-32fc-430a-9606-d28ebac303c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-bb2396ea-32fc-430a-9606-d28ebac303c7 img.shogun-image,
  #s-bb2396ea-32fc-430a-9606-d28ebac303c7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bb2396ea-32fc-430a-9606-d28ebac303c7 {
    width: 100%;
    height: auto;
  }

  #s-bb2396ea-32fc-430a-9606-d28ebac303c7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bb2396ea-32fc-430a-9606-d28ebac303c7.shogun-image {
    
    
  }


.s-bb2396ea-32fc-430a-9606-d28ebac303c7 .shogun-image-content {
  
    align-items: center;
  
}

.s-bb2396ea-32fc-430a-9606-d28ebac303c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb2396ea-32fc-430a-9606-d28ebac303c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb2396ea-32fc-430a-9606-d28ebac303c7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bb2396ea-32fc-430a-9606-d28ebac303c7 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-bb2396ea-32fc-430a-9606-d28ebac303c7.shogun-image-container {
      position: relative;
    }

    .s-bb2396ea-32fc-430a-9606-d28ebac303c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bb2396ea-32fc-430a-9606-d28ebac303c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bb2396ea-32fc-430a-9606-d28ebac303c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-bb2396ea-32fc-430a-9606-d28ebac303c7 img.shogun-image,
  #s-bb2396ea-32fc-430a-9606-d28ebac303c7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bb2396ea-32fc-430a-9606-d28ebac303c7 {
    width: 100%;
    height: auto;
  }

  #s-bb2396ea-32fc-430a-9606-d28ebac303c7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bb2396ea-32fc-430a-9606-d28ebac303c7.shogun-image {
    
    
  }


.s-bb2396ea-32fc-430a-9606-d28ebac303c7 .shogun-image-content {
  
    align-items: center;
  
}

.s-bb2396ea-32fc-430a-9606-d28ebac303c7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb2396ea-32fc-430a-9606-d28ebac303c7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb2396ea-32fc-430a-9606-d28ebac303c7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bb2396ea-32fc-430a-9606-d28ebac303c7 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-bb2396ea-32fc-430a-9606-d28ebac303c7.shogun-image-container {
      position: relative;
    }

    .s-bb2396ea-32fc-430a-9606-d28ebac303c7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bb2396ea-32fc-430a-9606-d28ebac303c7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bb2396ea-32fc-430a-9606-d28ebac303c7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-7b44a3d6-19b9-462c-b4b6-32d5e43ce23b {
  max-width: 1620px;
aspect-ratio: 1620/1080;
text-align: center;
}





  #s-7b44a3d6-19b9-462c-b4b6-32d5e43ce23b img.shogun-image,
  #s-7b44a3d6-19b9-462c-b4b6-32d5e43ce23b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7b44a3d6-19b9-462c-b4b6-32d5e43ce23b {
    width: 100%;
    height: auto;
  }

  #s-7b44a3d6-19b9-462c-b4b6-32d5e43ce23b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7b44a3d6-19b9-462c-b4b6-32d5e43ce23b.shogun-image {
    
    
  }


.s-7b44a3d6-19b9-462c-b4b6-32d5e43ce23b .shogun-image-content {
  
    align-items: center;
  
}

.s-7b44a3d6-19b9-462c-b4b6-32d5e43ce23b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b44a3d6-19b9-462c-b4b6-32d5e43ce23b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b44a3d6-19b9-462c-b4b6-32d5e43ce23b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7b44a3d6-19b9-462c-b4b6-32d5e43ce23b {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-7b44a3d6-19b9-462c-b4b6-32d5e43ce23b.shogun-image-container {
      position: relative;
    }

    .s-7b44a3d6-19b9-462c-b4b6-32d5e43ce23b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7b44a3d6-19b9-462c-b4b6-32d5e43ce23b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7b44a3d6-19b9-462c-b4b6-32d5e43ce23b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-7b44a3d6-19b9-462c-b4b6-32d5e43ce23b img.shogun-image,
  #s-7b44a3d6-19b9-462c-b4b6-32d5e43ce23b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7b44a3d6-19b9-462c-b4b6-32d5e43ce23b {
    width: 100%;
    height: auto;
  }

  #s-7b44a3d6-19b9-462c-b4b6-32d5e43ce23b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7b44a3d6-19b9-462c-b4b6-32d5e43ce23b.shogun-image {
    
    
  }


.s-7b44a3d6-19b9-462c-b4b6-32d5e43ce23b .shogun-image-content {
  
    align-items: center;
  
}

.s-7b44a3d6-19b9-462c-b4b6-32d5e43ce23b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b44a3d6-19b9-462c-b4b6-32d5e43ce23b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b44a3d6-19b9-462c-b4b6-32d5e43ce23b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7b44a3d6-19b9-462c-b4b6-32d5e43ce23b {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-7b44a3d6-19b9-462c-b4b6-32d5e43ce23b.shogun-image-container {
      position: relative;
    }

    .s-7b44a3d6-19b9-462c-b4b6-32d5e43ce23b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7b44a3d6-19b9-462c-b4b6-32d5e43ce23b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7b44a3d6-19b9-462c-b4b6-32d5e43ce23b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-7b44a3d6-19b9-462c-b4b6-32d5e43ce23b img.shogun-image,
  #s-7b44a3d6-19b9-462c-b4b6-32d5e43ce23b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7b44a3d6-19b9-462c-b4b6-32d5e43ce23b {
    width: 100%;
    height: auto;
  }

  #s-7b44a3d6-19b9-462c-b4b6-32d5e43ce23b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7b44a3d6-19b9-462c-b4b6-32d5e43ce23b.shogun-image {
    
    
  }


.s-7b44a3d6-19b9-462c-b4b6-32d5e43ce23b .shogun-image-content {
  
    align-items: center;
  
}

.s-7b44a3d6-19b9-462c-b4b6-32d5e43ce23b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b44a3d6-19b9-462c-b4b6-32d5e43ce23b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b44a3d6-19b9-462c-b4b6-32d5e43ce23b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7b44a3d6-19b9-462c-b4b6-32d5e43ce23b {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-7b44a3d6-19b9-462c-b4b6-32d5e43ce23b.shogun-image-container {
      position: relative;
    }

    .s-7b44a3d6-19b9-462c-b4b6-32d5e43ce23b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7b44a3d6-19b9-462c-b4b6-32d5e43ce23b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7b44a3d6-19b9-462c-b4b6-32d5e43ce23b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-7b44a3d6-19b9-462c-b4b6-32d5e43ce23b img.shogun-image,
  #s-7b44a3d6-19b9-462c-b4b6-32d5e43ce23b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7b44a3d6-19b9-462c-b4b6-32d5e43ce23b {
    width: 100%;
    height: auto;
  }

  #s-7b44a3d6-19b9-462c-b4b6-32d5e43ce23b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7b44a3d6-19b9-462c-b4b6-32d5e43ce23b.shogun-image {
    
    
  }


.s-7b44a3d6-19b9-462c-b4b6-32d5e43ce23b .shogun-image-content {
  
    align-items: center;
  
}

.s-7b44a3d6-19b9-462c-b4b6-32d5e43ce23b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b44a3d6-19b9-462c-b4b6-32d5e43ce23b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b44a3d6-19b9-462c-b4b6-32d5e43ce23b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7b44a3d6-19b9-462c-b4b6-32d5e43ce23b {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-7b44a3d6-19b9-462c-b4b6-32d5e43ce23b.shogun-image-container {
      position: relative;
    }

    .s-7b44a3d6-19b9-462c-b4b6-32d5e43ce23b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7b44a3d6-19b9-462c-b4b6-32d5e43ce23b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7b44a3d6-19b9-462c-b4b6-32d5e43ce23b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-7b44a3d6-19b9-462c-b4b6-32d5e43ce23b img.shogun-image,
  #s-7b44a3d6-19b9-462c-b4b6-32d5e43ce23b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7b44a3d6-19b9-462c-b4b6-32d5e43ce23b {
    width: 100%;
    height: auto;
  }

  #s-7b44a3d6-19b9-462c-b4b6-32d5e43ce23b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7b44a3d6-19b9-462c-b4b6-32d5e43ce23b.shogun-image {
    
    
  }


.s-7b44a3d6-19b9-462c-b4b6-32d5e43ce23b .shogun-image-content {
  
    align-items: center;
  
}

.s-7b44a3d6-19b9-462c-b4b6-32d5e43ce23b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b44a3d6-19b9-462c-b4b6-32d5e43ce23b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b44a3d6-19b9-462c-b4b6-32d5e43ce23b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7b44a3d6-19b9-462c-b4b6-32d5e43ce23b {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-7b44a3d6-19b9-462c-b4b6-32d5e43ce23b.shogun-image-container {
      position: relative;
    }

    .s-7b44a3d6-19b9-462c-b4b6-32d5e43ce23b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7b44a3d6-19b9-462c-b4b6-32d5e43ce23b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7b44a3d6-19b9-462c-b4b6-32d5e43ce23b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-92d0d606-c77a-4597-991d-fb10938e16e7 {
  margin-top: 12px;
margin-left: 20px;
margin-bottom: 12px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-92d0d606-c77a-4597-991d-fb10938e16e7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-92d0d606-c77a-4597-991d-fb10938e16e7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-92d0d606-c77a-4597-991d-fb10938e16e7 {
  
}
}@media (max-width: 767px){#s-92d0d606-c77a-4597-991d-fb10938e16e7 {
  
}
}
#s-ac98ee9c-a8fc-428f-a03c-a988444081f5 {
  min-height: 50px;
}








#s-ac98ee9c-a8fc-428f-a03c-a988444081f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ac98ee9c-a8fc-428f-a03c-a988444081f5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-45e4ae65-4601-4ec6-8b42-78d64fef1066 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-45e4ae65-4601-4ec6-8b42-78d64fef1066 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-45e4ae65-4601-4ec6-8b42-78d64fef1066 .shg-sld-nav-button.shg-sld-left,
#s-45e4ae65-4601-4ec6-8b42-78d64fef1066 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-de289e4c-eb82-49b5-9650-185732f418e8 {
  max-width: 1620px;
aspect-ratio: 1620/1080;
text-align: center;
}





  #s-de289e4c-eb82-49b5-9650-185732f418e8 img.shogun-image,
  #s-de289e4c-eb82-49b5-9650-185732f418e8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-de289e4c-eb82-49b5-9650-185732f418e8 {
    width: 100%;
    height: auto;
  }

  #s-de289e4c-eb82-49b5-9650-185732f418e8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-de289e4c-eb82-49b5-9650-185732f418e8.shogun-image {
    
    
  }


.s-de289e4c-eb82-49b5-9650-185732f418e8 .shogun-image-content {
  
    align-items: center;
  
}

.s-de289e4c-eb82-49b5-9650-185732f418e8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de289e4c-eb82-49b5-9650-185732f418e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de289e4c-eb82-49b5-9650-185732f418e8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-de289e4c-eb82-49b5-9650-185732f418e8 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-de289e4c-eb82-49b5-9650-185732f418e8.shogun-image-container {
      position: relative;
    }

    .s-de289e4c-eb82-49b5-9650-185732f418e8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-de289e4c-eb82-49b5-9650-185732f418e8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-de289e4c-eb82-49b5-9650-185732f418e8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-de289e4c-eb82-49b5-9650-185732f418e8 img.shogun-image,
  #s-de289e4c-eb82-49b5-9650-185732f418e8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-de289e4c-eb82-49b5-9650-185732f418e8 {
    width: 100%;
    height: auto;
  }

  #s-de289e4c-eb82-49b5-9650-185732f418e8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-de289e4c-eb82-49b5-9650-185732f418e8.shogun-image {
    
    
  }


.s-de289e4c-eb82-49b5-9650-185732f418e8 .shogun-image-content {
  
    align-items: center;
  
}

.s-de289e4c-eb82-49b5-9650-185732f418e8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de289e4c-eb82-49b5-9650-185732f418e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de289e4c-eb82-49b5-9650-185732f418e8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-de289e4c-eb82-49b5-9650-185732f418e8 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-de289e4c-eb82-49b5-9650-185732f418e8.shogun-image-container {
      position: relative;
    }

    .s-de289e4c-eb82-49b5-9650-185732f418e8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-de289e4c-eb82-49b5-9650-185732f418e8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-de289e4c-eb82-49b5-9650-185732f418e8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-de289e4c-eb82-49b5-9650-185732f418e8 img.shogun-image,
  #s-de289e4c-eb82-49b5-9650-185732f418e8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-de289e4c-eb82-49b5-9650-185732f418e8 {
    width: 100%;
    height: auto;
  }

  #s-de289e4c-eb82-49b5-9650-185732f418e8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-de289e4c-eb82-49b5-9650-185732f418e8.shogun-image {
    
    
  }


.s-de289e4c-eb82-49b5-9650-185732f418e8 .shogun-image-content {
  
    align-items: center;
  
}

.s-de289e4c-eb82-49b5-9650-185732f418e8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de289e4c-eb82-49b5-9650-185732f418e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de289e4c-eb82-49b5-9650-185732f418e8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-de289e4c-eb82-49b5-9650-185732f418e8 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-de289e4c-eb82-49b5-9650-185732f418e8.shogun-image-container {
      position: relative;
    }

    .s-de289e4c-eb82-49b5-9650-185732f418e8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-de289e4c-eb82-49b5-9650-185732f418e8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-de289e4c-eb82-49b5-9650-185732f418e8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-de289e4c-eb82-49b5-9650-185732f418e8 img.shogun-image,
  #s-de289e4c-eb82-49b5-9650-185732f418e8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-de289e4c-eb82-49b5-9650-185732f418e8 {
    width: 100%;
    height: auto;
  }

  #s-de289e4c-eb82-49b5-9650-185732f418e8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-de289e4c-eb82-49b5-9650-185732f418e8.shogun-image {
    
    
  }


.s-de289e4c-eb82-49b5-9650-185732f418e8 .shogun-image-content {
  
    align-items: center;
  
}

.s-de289e4c-eb82-49b5-9650-185732f418e8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de289e4c-eb82-49b5-9650-185732f418e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de289e4c-eb82-49b5-9650-185732f418e8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-de289e4c-eb82-49b5-9650-185732f418e8 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-de289e4c-eb82-49b5-9650-185732f418e8.shogun-image-container {
      position: relative;
    }

    .s-de289e4c-eb82-49b5-9650-185732f418e8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-de289e4c-eb82-49b5-9650-185732f418e8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-de289e4c-eb82-49b5-9650-185732f418e8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-de289e4c-eb82-49b5-9650-185732f418e8 img.shogun-image,
  #s-de289e4c-eb82-49b5-9650-185732f418e8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-de289e4c-eb82-49b5-9650-185732f418e8 {
    width: 100%;
    height: auto;
  }

  #s-de289e4c-eb82-49b5-9650-185732f418e8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-de289e4c-eb82-49b5-9650-185732f418e8.shogun-image {
    
    
  }


.s-de289e4c-eb82-49b5-9650-185732f418e8 .shogun-image-content {
  
    align-items: center;
  
}

.s-de289e4c-eb82-49b5-9650-185732f418e8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-de289e4c-eb82-49b5-9650-185732f418e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de289e4c-eb82-49b5-9650-185732f418e8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-de289e4c-eb82-49b5-9650-185732f418e8 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-de289e4c-eb82-49b5-9650-185732f418e8.shogun-image-container {
      position: relative;
    }

    .s-de289e4c-eb82-49b5-9650-185732f418e8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-de289e4c-eb82-49b5-9650-185732f418e8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-de289e4c-eb82-49b5-9650-185732f418e8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-22e12770-9902-4348-83ad-197b93fb24c3 {
  max-width: 1620px;
aspect-ratio: 1620/1080;
text-align: center;
}





  #s-22e12770-9902-4348-83ad-197b93fb24c3 img.shogun-image,
  #s-22e12770-9902-4348-83ad-197b93fb24c3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-22e12770-9902-4348-83ad-197b93fb24c3 {
    width: 100%;
    height: auto;
  }

  #s-22e12770-9902-4348-83ad-197b93fb24c3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-22e12770-9902-4348-83ad-197b93fb24c3.shogun-image {
    
    
  }


.s-22e12770-9902-4348-83ad-197b93fb24c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-22e12770-9902-4348-83ad-197b93fb24c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22e12770-9902-4348-83ad-197b93fb24c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22e12770-9902-4348-83ad-197b93fb24c3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-22e12770-9902-4348-83ad-197b93fb24c3 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-22e12770-9902-4348-83ad-197b93fb24c3.shogun-image-container {
      position: relative;
    }

    .s-22e12770-9902-4348-83ad-197b93fb24c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-22e12770-9902-4348-83ad-197b93fb24c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-22e12770-9902-4348-83ad-197b93fb24c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-22e12770-9902-4348-83ad-197b93fb24c3 img.shogun-image,
  #s-22e12770-9902-4348-83ad-197b93fb24c3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-22e12770-9902-4348-83ad-197b93fb24c3 {
    width: 100%;
    height: auto;
  }

  #s-22e12770-9902-4348-83ad-197b93fb24c3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-22e12770-9902-4348-83ad-197b93fb24c3.shogun-image {
    
    
  }


.s-22e12770-9902-4348-83ad-197b93fb24c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-22e12770-9902-4348-83ad-197b93fb24c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22e12770-9902-4348-83ad-197b93fb24c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22e12770-9902-4348-83ad-197b93fb24c3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-22e12770-9902-4348-83ad-197b93fb24c3 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-22e12770-9902-4348-83ad-197b93fb24c3.shogun-image-container {
      position: relative;
    }

    .s-22e12770-9902-4348-83ad-197b93fb24c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-22e12770-9902-4348-83ad-197b93fb24c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-22e12770-9902-4348-83ad-197b93fb24c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-22e12770-9902-4348-83ad-197b93fb24c3 img.shogun-image,
  #s-22e12770-9902-4348-83ad-197b93fb24c3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-22e12770-9902-4348-83ad-197b93fb24c3 {
    width: 100%;
    height: auto;
  }

  #s-22e12770-9902-4348-83ad-197b93fb24c3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-22e12770-9902-4348-83ad-197b93fb24c3.shogun-image {
    
    
  }


.s-22e12770-9902-4348-83ad-197b93fb24c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-22e12770-9902-4348-83ad-197b93fb24c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22e12770-9902-4348-83ad-197b93fb24c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22e12770-9902-4348-83ad-197b93fb24c3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-22e12770-9902-4348-83ad-197b93fb24c3 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-22e12770-9902-4348-83ad-197b93fb24c3.shogun-image-container {
      position: relative;
    }

    .s-22e12770-9902-4348-83ad-197b93fb24c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-22e12770-9902-4348-83ad-197b93fb24c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-22e12770-9902-4348-83ad-197b93fb24c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-22e12770-9902-4348-83ad-197b93fb24c3 img.shogun-image,
  #s-22e12770-9902-4348-83ad-197b93fb24c3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-22e12770-9902-4348-83ad-197b93fb24c3 {
    width: 100%;
    height: auto;
  }

  #s-22e12770-9902-4348-83ad-197b93fb24c3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-22e12770-9902-4348-83ad-197b93fb24c3.shogun-image {
    
    
  }


.s-22e12770-9902-4348-83ad-197b93fb24c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-22e12770-9902-4348-83ad-197b93fb24c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22e12770-9902-4348-83ad-197b93fb24c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22e12770-9902-4348-83ad-197b93fb24c3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-22e12770-9902-4348-83ad-197b93fb24c3 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-22e12770-9902-4348-83ad-197b93fb24c3.shogun-image-container {
      position: relative;
    }

    .s-22e12770-9902-4348-83ad-197b93fb24c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-22e12770-9902-4348-83ad-197b93fb24c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-22e12770-9902-4348-83ad-197b93fb24c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-22e12770-9902-4348-83ad-197b93fb24c3 img.shogun-image,
  #s-22e12770-9902-4348-83ad-197b93fb24c3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-22e12770-9902-4348-83ad-197b93fb24c3 {
    width: 100%;
    height: auto;
  }

  #s-22e12770-9902-4348-83ad-197b93fb24c3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-22e12770-9902-4348-83ad-197b93fb24c3.shogun-image {
    
    
  }


.s-22e12770-9902-4348-83ad-197b93fb24c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-22e12770-9902-4348-83ad-197b93fb24c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22e12770-9902-4348-83ad-197b93fb24c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22e12770-9902-4348-83ad-197b93fb24c3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-22e12770-9902-4348-83ad-197b93fb24c3 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-22e12770-9902-4348-83ad-197b93fb24c3.shogun-image-container {
      position: relative;
    }

    .s-22e12770-9902-4348-83ad-197b93fb24c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-22e12770-9902-4348-83ad-197b93fb24c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-22e12770-9902-4348-83ad-197b93fb24c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-9972fece-c8a0-4446-b1f9-f39d59710525 {
  max-width: 1620px;
aspect-ratio: 1620/1080;
text-align: center;
}





  #s-9972fece-c8a0-4446-b1f9-f39d59710525 img.shogun-image,
  #s-9972fece-c8a0-4446-b1f9-f39d59710525 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9972fece-c8a0-4446-b1f9-f39d59710525 {
    width: 100%;
    height: auto;
  }

  #s-9972fece-c8a0-4446-b1f9-f39d59710525 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9972fece-c8a0-4446-b1f9-f39d59710525.shogun-image {
    
    
  }


.s-9972fece-c8a0-4446-b1f9-f39d59710525 .shogun-image-content {
  
    align-items: center;
  
}

.s-9972fece-c8a0-4446-b1f9-f39d59710525.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9972fece-c8a0-4446-b1f9-f39d59710525.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9972fece-c8a0-4446-b1f9-f39d59710525.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9972fece-c8a0-4446-b1f9-f39d59710525 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-9972fece-c8a0-4446-b1f9-f39d59710525.shogun-image-container {
      position: relative;
    }

    .s-9972fece-c8a0-4446-b1f9-f39d59710525.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9972fece-c8a0-4446-b1f9-f39d59710525.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9972fece-c8a0-4446-b1f9-f39d59710525 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-9972fece-c8a0-4446-b1f9-f39d59710525 img.shogun-image,
  #s-9972fece-c8a0-4446-b1f9-f39d59710525 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9972fece-c8a0-4446-b1f9-f39d59710525 {
    width: 100%;
    height: auto;
  }

  #s-9972fece-c8a0-4446-b1f9-f39d59710525 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9972fece-c8a0-4446-b1f9-f39d59710525.shogun-image {
    
    
  }


.s-9972fece-c8a0-4446-b1f9-f39d59710525 .shogun-image-content {
  
    align-items: center;
  
}

.s-9972fece-c8a0-4446-b1f9-f39d59710525.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9972fece-c8a0-4446-b1f9-f39d59710525.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9972fece-c8a0-4446-b1f9-f39d59710525.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9972fece-c8a0-4446-b1f9-f39d59710525 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-9972fece-c8a0-4446-b1f9-f39d59710525.shogun-image-container {
      position: relative;
    }

    .s-9972fece-c8a0-4446-b1f9-f39d59710525.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9972fece-c8a0-4446-b1f9-f39d59710525.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9972fece-c8a0-4446-b1f9-f39d59710525 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-9972fece-c8a0-4446-b1f9-f39d59710525 img.shogun-image,
  #s-9972fece-c8a0-4446-b1f9-f39d59710525 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9972fece-c8a0-4446-b1f9-f39d59710525 {
    width: 100%;
    height: auto;
  }

  #s-9972fece-c8a0-4446-b1f9-f39d59710525 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9972fece-c8a0-4446-b1f9-f39d59710525.shogun-image {
    
    
  }


.s-9972fece-c8a0-4446-b1f9-f39d59710525 .shogun-image-content {
  
    align-items: center;
  
}

.s-9972fece-c8a0-4446-b1f9-f39d59710525.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9972fece-c8a0-4446-b1f9-f39d59710525.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9972fece-c8a0-4446-b1f9-f39d59710525.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9972fece-c8a0-4446-b1f9-f39d59710525 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-9972fece-c8a0-4446-b1f9-f39d59710525.shogun-image-container {
      position: relative;
    }

    .s-9972fece-c8a0-4446-b1f9-f39d59710525.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9972fece-c8a0-4446-b1f9-f39d59710525.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9972fece-c8a0-4446-b1f9-f39d59710525 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-9972fece-c8a0-4446-b1f9-f39d59710525 img.shogun-image,
  #s-9972fece-c8a0-4446-b1f9-f39d59710525 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9972fece-c8a0-4446-b1f9-f39d59710525 {
    width: 100%;
    height: auto;
  }

  #s-9972fece-c8a0-4446-b1f9-f39d59710525 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9972fece-c8a0-4446-b1f9-f39d59710525.shogun-image {
    
    
  }


.s-9972fece-c8a0-4446-b1f9-f39d59710525 .shogun-image-content {
  
    align-items: center;
  
}

.s-9972fece-c8a0-4446-b1f9-f39d59710525.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9972fece-c8a0-4446-b1f9-f39d59710525.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9972fece-c8a0-4446-b1f9-f39d59710525.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9972fece-c8a0-4446-b1f9-f39d59710525 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-9972fece-c8a0-4446-b1f9-f39d59710525.shogun-image-container {
      position: relative;
    }

    .s-9972fece-c8a0-4446-b1f9-f39d59710525.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9972fece-c8a0-4446-b1f9-f39d59710525.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9972fece-c8a0-4446-b1f9-f39d59710525 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-9972fece-c8a0-4446-b1f9-f39d59710525 img.shogun-image,
  #s-9972fece-c8a0-4446-b1f9-f39d59710525 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9972fece-c8a0-4446-b1f9-f39d59710525 {
    width: 100%;
    height: auto;
  }

  #s-9972fece-c8a0-4446-b1f9-f39d59710525 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9972fece-c8a0-4446-b1f9-f39d59710525.shogun-image {
    
    
  }


.s-9972fece-c8a0-4446-b1f9-f39d59710525 .shogun-image-content {
  
    align-items: center;
  
}

.s-9972fece-c8a0-4446-b1f9-f39d59710525.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9972fece-c8a0-4446-b1f9-f39d59710525.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9972fece-c8a0-4446-b1f9-f39d59710525.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9972fece-c8a0-4446-b1f9-f39d59710525 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-9972fece-c8a0-4446-b1f9-f39d59710525.shogun-image-container {
      position: relative;
    }

    .s-9972fece-c8a0-4446-b1f9-f39d59710525.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9972fece-c8a0-4446-b1f9-f39d59710525.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9972fece-c8a0-4446-b1f9-f39d59710525 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-ed886b33-9c08-4928-9e4e-9bf66239615b {
  margin-top: 12px;
margin-left: 20px;
margin-bottom: 12px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-ed886b33-9c08-4928-9e4e-9bf66239615b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ed886b33-9c08-4928-9e4e-9bf66239615b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ed886b33-9c08-4928-9e4e-9bf66239615b {
  
}
}@media (max-width: 767px){#s-ed886b33-9c08-4928-9e4e-9bf66239615b {
  
}
}
@media (min-width: 0px) {
[id="s-0479322f-5668-48d5-95e1-4cedce2c055c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-0479322f-5668-48d5-95e1-4cedce2c055c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-0479322f-5668-48d5-95e1-4cedce2c055c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-0479322f-5668-48d5-95e1-4cedce2c055c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-00485355-90a4-4891-9454-f56ee7484aab {
  min-height: 50px;
}








#s-00485355-90a4-4891-9454-f56ee7484aab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-00485355-90a4-4891-9454-f56ee7484aab.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-08cc55a0-d500-4b57-aa2a-f0971e140e65 {
  min-height: 50px;
}








#s-08cc55a0-d500-4b57-aa2a-f0971e140e65 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-08cc55a0-d500-4b57-aa2a-f0971e140e65.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2e60486a-305a-4d40-977f-15ec391d961e {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-2e60486a-305a-4d40-977f-15ec391d961e .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-2e60486a-305a-4d40-977f-15ec391d961e .shg-sld-nav-button.shg-sld-left,
#s-2e60486a-305a-4d40-977f-15ec391d961e .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-e3641393-3d1e-48e0-9c8b-9a6f65753870 {
  max-width: 1620px;
aspect-ratio: 1620/1080;
text-align: center;
}





  #s-e3641393-3d1e-48e0-9c8b-9a6f65753870 img.shogun-image,
  #s-e3641393-3d1e-48e0-9c8b-9a6f65753870 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e3641393-3d1e-48e0-9c8b-9a6f65753870 {
    width: 100%;
    height: auto;
  }

  #s-e3641393-3d1e-48e0-9c8b-9a6f65753870 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e3641393-3d1e-48e0-9c8b-9a6f65753870.shogun-image {
    
    
  }


.s-e3641393-3d1e-48e0-9c8b-9a6f65753870 .shogun-image-content {
  
    align-items: center;
  
}

.s-e3641393-3d1e-48e0-9c8b-9a6f65753870.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3641393-3d1e-48e0-9c8b-9a6f65753870.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3641393-3d1e-48e0-9c8b-9a6f65753870.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e3641393-3d1e-48e0-9c8b-9a6f65753870 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-e3641393-3d1e-48e0-9c8b-9a6f65753870.shogun-image-container {
      position: relative;
    }

    .s-e3641393-3d1e-48e0-9c8b-9a6f65753870.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e3641393-3d1e-48e0-9c8b-9a6f65753870.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e3641393-3d1e-48e0-9c8b-9a6f65753870 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-e3641393-3d1e-48e0-9c8b-9a6f65753870 img.shogun-image,
  #s-e3641393-3d1e-48e0-9c8b-9a6f65753870 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e3641393-3d1e-48e0-9c8b-9a6f65753870 {
    width: 100%;
    height: auto;
  }

  #s-e3641393-3d1e-48e0-9c8b-9a6f65753870 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e3641393-3d1e-48e0-9c8b-9a6f65753870.shogun-image {
    
    
  }


.s-e3641393-3d1e-48e0-9c8b-9a6f65753870 .shogun-image-content {
  
    align-items: center;
  
}

.s-e3641393-3d1e-48e0-9c8b-9a6f65753870.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3641393-3d1e-48e0-9c8b-9a6f65753870.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3641393-3d1e-48e0-9c8b-9a6f65753870.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e3641393-3d1e-48e0-9c8b-9a6f65753870 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-e3641393-3d1e-48e0-9c8b-9a6f65753870.shogun-image-container {
      position: relative;
    }

    .s-e3641393-3d1e-48e0-9c8b-9a6f65753870.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e3641393-3d1e-48e0-9c8b-9a6f65753870.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e3641393-3d1e-48e0-9c8b-9a6f65753870 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-e3641393-3d1e-48e0-9c8b-9a6f65753870 img.shogun-image,
  #s-e3641393-3d1e-48e0-9c8b-9a6f65753870 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e3641393-3d1e-48e0-9c8b-9a6f65753870 {
    width: 100%;
    height: auto;
  }

  #s-e3641393-3d1e-48e0-9c8b-9a6f65753870 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e3641393-3d1e-48e0-9c8b-9a6f65753870.shogun-image {
    
    
  }


.s-e3641393-3d1e-48e0-9c8b-9a6f65753870 .shogun-image-content {
  
    align-items: center;
  
}

.s-e3641393-3d1e-48e0-9c8b-9a6f65753870.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3641393-3d1e-48e0-9c8b-9a6f65753870.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3641393-3d1e-48e0-9c8b-9a6f65753870.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e3641393-3d1e-48e0-9c8b-9a6f65753870 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-e3641393-3d1e-48e0-9c8b-9a6f65753870.shogun-image-container {
      position: relative;
    }

    .s-e3641393-3d1e-48e0-9c8b-9a6f65753870.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e3641393-3d1e-48e0-9c8b-9a6f65753870.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e3641393-3d1e-48e0-9c8b-9a6f65753870 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-e3641393-3d1e-48e0-9c8b-9a6f65753870 img.shogun-image,
  #s-e3641393-3d1e-48e0-9c8b-9a6f65753870 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e3641393-3d1e-48e0-9c8b-9a6f65753870 {
    width: 100%;
    height: auto;
  }

  #s-e3641393-3d1e-48e0-9c8b-9a6f65753870 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e3641393-3d1e-48e0-9c8b-9a6f65753870.shogun-image {
    
    
  }


.s-e3641393-3d1e-48e0-9c8b-9a6f65753870 .shogun-image-content {
  
    align-items: center;
  
}

.s-e3641393-3d1e-48e0-9c8b-9a6f65753870.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3641393-3d1e-48e0-9c8b-9a6f65753870.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3641393-3d1e-48e0-9c8b-9a6f65753870.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e3641393-3d1e-48e0-9c8b-9a6f65753870 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-e3641393-3d1e-48e0-9c8b-9a6f65753870.shogun-image-container {
      position: relative;
    }

    .s-e3641393-3d1e-48e0-9c8b-9a6f65753870.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e3641393-3d1e-48e0-9c8b-9a6f65753870.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e3641393-3d1e-48e0-9c8b-9a6f65753870 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-e3641393-3d1e-48e0-9c8b-9a6f65753870 img.shogun-image,
  #s-e3641393-3d1e-48e0-9c8b-9a6f65753870 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e3641393-3d1e-48e0-9c8b-9a6f65753870 {
    width: 100%;
    height: auto;
  }

  #s-e3641393-3d1e-48e0-9c8b-9a6f65753870 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e3641393-3d1e-48e0-9c8b-9a6f65753870.shogun-image {
    
    
  }


.s-e3641393-3d1e-48e0-9c8b-9a6f65753870 .shogun-image-content {
  
    align-items: center;
  
}

.s-e3641393-3d1e-48e0-9c8b-9a6f65753870.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3641393-3d1e-48e0-9c8b-9a6f65753870.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3641393-3d1e-48e0-9c8b-9a6f65753870.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e3641393-3d1e-48e0-9c8b-9a6f65753870 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-e3641393-3d1e-48e0-9c8b-9a6f65753870.shogun-image-container {
      position: relative;
    }

    .s-e3641393-3d1e-48e0-9c8b-9a6f65753870.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e3641393-3d1e-48e0-9c8b-9a6f65753870.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e3641393-3d1e-48e0-9c8b-9a6f65753870 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-98e4e441-c468-466a-85fa-b7c135d7e26e {
  max-width: 1620px;
aspect-ratio: 1620/1080;
text-align: center;
}





  #s-98e4e441-c468-466a-85fa-b7c135d7e26e img.shogun-image,
  #s-98e4e441-c468-466a-85fa-b7c135d7e26e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-98e4e441-c468-466a-85fa-b7c135d7e26e {
    width: 100%;
    height: auto;
  }

  #s-98e4e441-c468-466a-85fa-b7c135d7e26e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-98e4e441-c468-466a-85fa-b7c135d7e26e.shogun-image {
    
    
  }


.s-98e4e441-c468-466a-85fa-b7c135d7e26e .shogun-image-content {
  
    align-items: center;
  
}

.s-98e4e441-c468-466a-85fa-b7c135d7e26e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-98e4e441-c468-466a-85fa-b7c135d7e26e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98e4e441-c468-466a-85fa-b7c135d7e26e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-98e4e441-c468-466a-85fa-b7c135d7e26e {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-98e4e441-c468-466a-85fa-b7c135d7e26e.shogun-image-container {
      position: relative;
    }

    .s-98e4e441-c468-466a-85fa-b7c135d7e26e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-98e4e441-c468-466a-85fa-b7c135d7e26e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-98e4e441-c468-466a-85fa-b7c135d7e26e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-98e4e441-c468-466a-85fa-b7c135d7e26e img.shogun-image,
  #s-98e4e441-c468-466a-85fa-b7c135d7e26e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-98e4e441-c468-466a-85fa-b7c135d7e26e {
    width: 100%;
    height: auto;
  }

  #s-98e4e441-c468-466a-85fa-b7c135d7e26e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-98e4e441-c468-466a-85fa-b7c135d7e26e.shogun-image {
    
    
  }


.s-98e4e441-c468-466a-85fa-b7c135d7e26e .shogun-image-content {
  
    align-items: center;
  
}

.s-98e4e441-c468-466a-85fa-b7c135d7e26e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-98e4e441-c468-466a-85fa-b7c135d7e26e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98e4e441-c468-466a-85fa-b7c135d7e26e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-98e4e441-c468-466a-85fa-b7c135d7e26e {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-98e4e441-c468-466a-85fa-b7c135d7e26e.shogun-image-container {
      position: relative;
    }

    .s-98e4e441-c468-466a-85fa-b7c135d7e26e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-98e4e441-c468-466a-85fa-b7c135d7e26e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-98e4e441-c468-466a-85fa-b7c135d7e26e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-98e4e441-c468-466a-85fa-b7c135d7e26e img.shogun-image,
  #s-98e4e441-c468-466a-85fa-b7c135d7e26e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-98e4e441-c468-466a-85fa-b7c135d7e26e {
    width: 100%;
    height: auto;
  }

  #s-98e4e441-c468-466a-85fa-b7c135d7e26e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-98e4e441-c468-466a-85fa-b7c135d7e26e.shogun-image {
    
    
  }


.s-98e4e441-c468-466a-85fa-b7c135d7e26e .shogun-image-content {
  
    align-items: center;
  
}

.s-98e4e441-c468-466a-85fa-b7c135d7e26e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-98e4e441-c468-466a-85fa-b7c135d7e26e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98e4e441-c468-466a-85fa-b7c135d7e26e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-98e4e441-c468-466a-85fa-b7c135d7e26e {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-98e4e441-c468-466a-85fa-b7c135d7e26e.shogun-image-container {
      position: relative;
    }

    .s-98e4e441-c468-466a-85fa-b7c135d7e26e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-98e4e441-c468-466a-85fa-b7c135d7e26e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-98e4e441-c468-466a-85fa-b7c135d7e26e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-98e4e441-c468-466a-85fa-b7c135d7e26e img.shogun-image,
  #s-98e4e441-c468-466a-85fa-b7c135d7e26e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-98e4e441-c468-466a-85fa-b7c135d7e26e {
    width: 100%;
    height: auto;
  }

  #s-98e4e441-c468-466a-85fa-b7c135d7e26e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-98e4e441-c468-466a-85fa-b7c135d7e26e.shogun-image {
    
    
  }


.s-98e4e441-c468-466a-85fa-b7c135d7e26e .shogun-image-content {
  
    align-items: center;
  
}

.s-98e4e441-c468-466a-85fa-b7c135d7e26e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-98e4e441-c468-466a-85fa-b7c135d7e26e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98e4e441-c468-466a-85fa-b7c135d7e26e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-98e4e441-c468-466a-85fa-b7c135d7e26e {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-98e4e441-c468-466a-85fa-b7c135d7e26e.shogun-image-container {
      position: relative;
    }

    .s-98e4e441-c468-466a-85fa-b7c135d7e26e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-98e4e441-c468-466a-85fa-b7c135d7e26e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-98e4e441-c468-466a-85fa-b7c135d7e26e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-98e4e441-c468-466a-85fa-b7c135d7e26e img.shogun-image,
  #s-98e4e441-c468-466a-85fa-b7c135d7e26e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-98e4e441-c468-466a-85fa-b7c135d7e26e {
    width: 100%;
    height: auto;
  }

  #s-98e4e441-c468-466a-85fa-b7c135d7e26e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-98e4e441-c468-466a-85fa-b7c135d7e26e.shogun-image {
    
    
  }


.s-98e4e441-c468-466a-85fa-b7c135d7e26e .shogun-image-content {
  
    align-items: center;
  
}

.s-98e4e441-c468-466a-85fa-b7c135d7e26e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-98e4e441-c468-466a-85fa-b7c135d7e26e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98e4e441-c468-466a-85fa-b7c135d7e26e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-98e4e441-c468-466a-85fa-b7c135d7e26e {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-98e4e441-c468-466a-85fa-b7c135d7e26e.shogun-image-container {
      position: relative;
    }

    .s-98e4e441-c468-466a-85fa-b7c135d7e26e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-98e4e441-c468-466a-85fa-b7c135d7e26e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-98e4e441-c468-466a-85fa-b7c135d7e26e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-1655c983-1ede-44d2-aee4-4b0b5c930e05 {
  max-width: 1620px;
aspect-ratio: 1620/1080;
text-align: center;
}





  #s-1655c983-1ede-44d2-aee4-4b0b5c930e05 img.shogun-image,
  #s-1655c983-1ede-44d2-aee4-4b0b5c930e05 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1655c983-1ede-44d2-aee4-4b0b5c930e05 {
    width: 100%;
    height: auto;
  }

  #s-1655c983-1ede-44d2-aee4-4b0b5c930e05 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1655c983-1ede-44d2-aee4-4b0b5c930e05.shogun-image {
    
    
  }


.s-1655c983-1ede-44d2-aee4-4b0b5c930e05 .shogun-image-content {
  
    align-items: center;
  
}

.s-1655c983-1ede-44d2-aee4-4b0b5c930e05.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1655c983-1ede-44d2-aee4-4b0b5c930e05.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1655c983-1ede-44d2-aee4-4b0b5c930e05.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1655c983-1ede-44d2-aee4-4b0b5c930e05 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-1655c983-1ede-44d2-aee4-4b0b5c930e05.shogun-image-container {
      position: relative;
    }

    .s-1655c983-1ede-44d2-aee4-4b0b5c930e05.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1655c983-1ede-44d2-aee4-4b0b5c930e05.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1655c983-1ede-44d2-aee4-4b0b5c930e05 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-1655c983-1ede-44d2-aee4-4b0b5c930e05 img.shogun-image,
  #s-1655c983-1ede-44d2-aee4-4b0b5c930e05 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1655c983-1ede-44d2-aee4-4b0b5c930e05 {
    width: 100%;
    height: auto;
  }

  #s-1655c983-1ede-44d2-aee4-4b0b5c930e05 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1655c983-1ede-44d2-aee4-4b0b5c930e05.shogun-image {
    
    
  }


.s-1655c983-1ede-44d2-aee4-4b0b5c930e05 .shogun-image-content {
  
    align-items: center;
  
}

.s-1655c983-1ede-44d2-aee4-4b0b5c930e05.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1655c983-1ede-44d2-aee4-4b0b5c930e05.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1655c983-1ede-44d2-aee4-4b0b5c930e05.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1655c983-1ede-44d2-aee4-4b0b5c930e05 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-1655c983-1ede-44d2-aee4-4b0b5c930e05.shogun-image-container {
      position: relative;
    }

    .s-1655c983-1ede-44d2-aee4-4b0b5c930e05.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1655c983-1ede-44d2-aee4-4b0b5c930e05.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1655c983-1ede-44d2-aee4-4b0b5c930e05 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-1655c983-1ede-44d2-aee4-4b0b5c930e05 img.shogun-image,
  #s-1655c983-1ede-44d2-aee4-4b0b5c930e05 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1655c983-1ede-44d2-aee4-4b0b5c930e05 {
    width: 100%;
    height: auto;
  }

  #s-1655c983-1ede-44d2-aee4-4b0b5c930e05 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1655c983-1ede-44d2-aee4-4b0b5c930e05.shogun-image {
    
    
  }


.s-1655c983-1ede-44d2-aee4-4b0b5c930e05 .shogun-image-content {
  
    align-items: center;
  
}

.s-1655c983-1ede-44d2-aee4-4b0b5c930e05.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1655c983-1ede-44d2-aee4-4b0b5c930e05.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1655c983-1ede-44d2-aee4-4b0b5c930e05.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1655c983-1ede-44d2-aee4-4b0b5c930e05 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-1655c983-1ede-44d2-aee4-4b0b5c930e05.shogun-image-container {
      position: relative;
    }

    .s-1655c983-1ede-44d2-aee4-4b0b5c930e05.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1655c983-1ede-44d2-aee4-4b0b5c930e05.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1655c983-1ede-44d2-aee4-4b0b5c930e05 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-1655c983-1ede-44d2-aee4-4b0b5c930e05 img.shogun-image,
  #s-1655c983-1ede-44d2-aee4-4b0b5c930e05 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1655c983-1ede-44d2-aee4-4b0b5c930e05 {
    width: 100%;
    height: auto;
  }

  #s-1655c983-1ede-44d2-aee4-4b0b5c930e05 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1655c983-1ede-44d2-aee4-4b0b5c930e05.shogun-image {
    
    
  }


.s-1655c983-1ede-44d2-aee4-4b0b5c930e05 .shogun-image-content {
  
    align-items: center;
  
}

.s-1655c983-1ede-44d2-aee4-4b0b5c930e05.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1655c983-1ede-44d2-aee4-4b0b5c930e05.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1655c983-1ede-44d2-aee4-4b0b5c930e05.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1655c983-1ede-44d2-aee4-4b0b5c930e05 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-1655c983-1ede-44d2-aee4-4b0b5c930e05.shogun-image-container {
      position: relative;
    }

    .s-1655c983-1ede-44d2-aee4-4b0b5c930e05.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1655c983-1ede-44d2-aee4-4b0b5c930e05.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1655c983-1ede-44d2-aee4-4b0b5c930e05 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-1655c983-1ede-44d2-aee4-4b0b5c930e05 img.shogun-image,
  #s-1655c983-1ede-44d2-aee4-4b0b5c930e05 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1655c983-1ede-44d2-aee4-4b0b5c930e05 {
    width: 100%;
    height: auto;
  }

  #s-1655c983-1ede-44d2-aee4-4b0b5c930e05 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1655c983-1ede-44d2-aee4-4b0b5c930e05.shogun-image {
    
    
  }


.s-1655c983-1ede-44d2-aee4-4b0b5c930e05 .shogun-image-content {
  
    align-items: center;
  
}

.s-1655c983-1ede-44d2-aee4-4b0b5c930e05.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1655c983-1ede-44d2-aee4-4b0b5c930e05.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1655c983-1ede-44d2-aee4-4b0b5c930e05.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1655c983-1ede-44d2-aee4-4b0b5c930e05 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-1655c983-1ede-44d2-aee4-4b0b5c930e05.shogun-image-container {
      position: relative;
    }

    .s-1655c983-1ede-44d2-aee4-4b0b5c930e05.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1655c983-1ede-44d2-aee4-4b0b5c930e05.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1655c983-1ede-44d2-aee4-4b0b5c930e05 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-da9b0118-0f17-499a-a367-88d61b7cba9c {
  margin-top: 12px;
margin-left: 20px;
margin-bottom: 12px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-da9b0118-0f17-499a-a367-88d61b7cba9c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-da9b0118-0f17-499a-a367-88d61b7cba9c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-da9b0118-0f17-499a-a367-88d61b7cba9c {
  
}
}@media (max-width: 767px){#s-da9b0118-0f17-499a-a367-88d61b7cba9c {
  
}
}
#s-44b1a69f-2c24-4ad5-8f10-d163bb1d6e63 {
  min-height: 50px;
}








#s-44b1a69f-2c24-4ad5-8f10-d163bb1d6e63 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-44b1a69f-2c24-4ad5-8f10-d163bb1d6e63.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ab100214-da78-4b80-b3da-3b366e613c77 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-ab100214-da78-4b80-b3da-3b366e613c77 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-ab100214-da78-4b80-b3da-3b366e613c77 .shg-sld-nav-button.shg-sld-left,
#s-ab100214-da78-4b80-b3da-3b366e613c77 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-f8000e2c-c36f-4180-a34c-57c5deef3ff3 {
  max-width: 1620px;
aspect-ratio: 1620/1080;
text-align: center;
}





  #s-f8000e2c-c36f-4180-a34c-57c5deef3ff3 img.shogun-image,
  #s-f8000e2c-c36f-4180-a34c-57c5deef3ff3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f8000e2c-c36f-4180-a34c-57c5deef3ff3 {
    width: 100%;
    height: auto;
  }

  #s-f8000e2c-c36f-4180-a34c-57c5deef3ff3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f8000e2c-c36f-4180-a34c-57c5deef3ff3.shogun-image {
    
    
  }


.s-f8000e2c-c36f-4180-a34c-57c5deef3ff3 .shogun-image-content {
  
    align-items: center;
  
}

.s-f8000e2c-c36f-4180-a34c-57c5deef3ff3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8000e2c-c36f-4180-a34c-57c5deef3ff3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8000e2c-c36f-4180-a34c-57c5deef3ff3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f8000e2c-c36f-4180-a34c-57c5deef3ff3 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-f8000e2c-c36f-4180-a34c-57c5deef3ff3.shogun-image-container {
      position: relative;
    }

    .s-f8000e2c-c36f-4180-a34c-57c5deef3ff3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f8000e2c-c36f-4180-a34c-57c5deef3ff3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f8000e2c-c36f-4180-a34c-57c5deef3ff3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-f8000e2c-c36f-4180-a34c-57c5deef3ff3 img.shogun-image,
  #s-f8000e2c-c36f-4180-a34c-57c5deef3ff3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f8000e2c-c36f-4180-a34c-57c5deef3ff3 {
    width: 100%;
    height: auto;
  }

  #s-f8000e2c-c36f-4180-a34c-57c5deef3ff3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f8000e2c-c36f-4180-a34c-57c5deef3ff3.shogun-image {
    
    
  }


.s-f8000e2c-c36f-4180-a34c-57c5deef3ff3 .shogun-image-content {
  
    align-items: center;
  
}

.s-f8000e2c-c36f-4180-a34c-57c5deef3ff3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8000e2c-c36f-4180-a34c-57c5deef3ff3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8000e2c-c36f-4180-a34c-57c5deef3ff3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f8000e2c-c36f-4180-a34c-57c5deef3ff3 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-f8000e2c-c36f-4180-a34c-57c5deef3ff3.shogun-image-container {
      position: relative;
    }

    .s-f8000e2c-c36f-4180-a34c-57c5deef3ff3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f8000e2c-c36f-4180-a34c-57c5deef3ff3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f8000e2c-c36f-4180-a34c-57c5deef3ff3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-f8000e2c-c36f-4180-a34c-57c5deef3ff3 img.shogun-image,
  #s-f8000e2c-c36f-4180-a34c-57c5deef3ff3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f8000e2c-c36f-4180-a34c-57c5deef3ff3 {
    width: 100%;
    height: auto;
  }

  #s-f8000e2c-c36f-4180-a34c-57c5deef3ff3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f8000e2c-c36f-4180-a34c-57c5deef3ff3.shogun-image {
    
    
  }


.s-f8000e2c-c36f-4180-a34c-57c5deef3ff3 .shogun-image-content {
  
    align-items: center;
  
}

.s-f8000e2c-c36f-4180-a34c-57c5deef3ff3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8000e2c-c36f-4180-a34c-57c5deef3ff3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8000e2c-c36f-4180-a34c-57c5deef3ff3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f8000e2c-c36f-4180-a34c-57c5deef3ff3 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-f8000e2c-c36f-4180-a34c-57c5deef3ff3.shogun-image-container {
      position: relative;
    }

    .s-f8000e2c-c36f-4180-a34c-57c5deef3ff3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f8000e2c-c36f-4180-a34c-57c5deef3ff3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f8000e2c-c36f-4180-a34c-57c5deef3ff3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-f8000e2c-c36f-4180-a34c-57c5deef3ff3 img.shogun-image,
  #s-f8000e2c-c36f-4180-a34c-57c5deef3ff3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f8000e2c-c36f-4180-a34c-57c5deef3ff3 {
    width: 100%;
    height: auto;
  }

  #s-f8000e2c-c36f-4180-a34c-57c5deef3ff3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f8000e2c-c36f-4180-a34c-57c5deef3ff3.shogun-image {
    
    
  }


.s-f8000e2c-c36f-4180-a34c-57c5deef3ff3 .shogun-image-content {
  
    align-items: center;
  
}

.s-f8000e2c-c36f-4180-a34c-57c5deef3ff3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8000e2c-c36f-4180-a34c-57c5deef3ff3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8000e2c-c36f-4180-a34c-57c5deef3ff3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f8000e2c-c36f-4180-a34c-57c5deef3ff3 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-f8000e2c-c36f-4180-a34c-57c5deef3ff3.shogun-image-container {
      position: relative;
    }

    .s-f8000e2c-c36f-4180-a34c-57c5deef3ff3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f8000e2c-c36f-4180-a34c-57c5deef3ff3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f8000e2c-c36f-4180-a34c-57c5deef3ff3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-f8000e2c-c36f-4180-a34c-57c5deef3ff3 img.shogun-image,
  #s-f8000e2c-c36f-4180-a34c-57c5deef3ff3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f8000e2c-c36f-4180-a34c-57c5deef3ff3 {
    width: 100%;
    height: auto;
  }

  #s-f8000e2c-c36f-4180-a34c-57c5deef3ff3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f8000e2c-c36f-4180-a34c-57c5deef3ff3.shogun-image {
    
    
  }


.s-f8000e2c-c36f-4180-a34c-57c5deef3ff3 .shogun-image-content {
  
    align-items: center;
  
}

.s-f8000e2c-c36f-4180-a34c-57c5deef3ff3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8000e2c-c36f-4180-a34c-57c5deef3ff3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8000e2c-c36f-4180-a34c-57c5deef3ff3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f8000e2c-c36f-4180-a34c-57c5deef3ff3 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-f8000e2c-c36f-4180-a34c-57c5deef3ff3.shogun-image-container {
      position: relative;
    }

    .s-f8000e2c-c36f-4180-a34c-57c5deef3ff3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f8000e2c-c36f-4180-a34c-57c5deef3ff3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f8000e2c-c36f-4180-a34c-57c5deef3ff3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-e6600688-3807-4609-9b53-731f1e66e198 {
  max-width: 1620px;
aspect-ratio: 1620/1080;
text-align: center;
}





  #s-e6600688-3807-4609-9b53-731f1e66e198 img.shogun-image,
  #s-e6600688-3807-4609-9b53-731f1e66e198 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e6600688-3807-4609-9b53-731f1e66e198 {
    width: 100%;
    height: auto;
  }

  #s-e6600688-3807-4609-9b53-731f1e66e198 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e6600688-3807-4609-9b53-731f1e66e198.shogun-image {
    
    
  }


.s-e6600688-3807-4609-9b53-731f1e66e198 .shogun-image-content {
  
    align-items: center;
  
}

.s-e6600688-3807-4609-9b53-731f1e66e198.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6600688-3807-4609-9b53-731f1e66e198.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6600688-3807-4609-9b53-731f1e66e198.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e6600688-3807-4609-9b53-731f1e66e198 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-e6600688-3807-4609-9b53-731f1e66e198.shogun-image-container {
      position: relative;
    }

    .s-e6600688-3807-4609-9b53-731f1e66e198.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e6600688-3807-4609-9b53-731f1e66e198.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e6600688-3807-4609-9b53-731f1e66e198 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-e6600688-3807-4609-9b53-731f1e66e198 img.shogun-image,
  #s-e6600688-3807-4609-9b53-731f1e66e198 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e6600688-3807-4609-9b53-731f1e66e198 {
    width: 100%;
    height: auto;
  }

  #s-e6600688-3807-4609-9b53-731f1e66e198 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e6600688-3807-4609-9b53-731f1e66e198.shogun-image {
    
    
  }


.s-e6600688-3807-4609-9b53-731f1e66e198 .shogun-image-content {
  
    align-items: center;
  
}

.s-e6600688-3807-4609-9b53-731f1e66e198.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6600688-3807-4609-9b53-731f1e66e198.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6600688-3807-4609-9b53-731f1e66e198.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e6600688-3807-4609-9b53-731f1e66e198 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-e6600688-3807-4609-9b53-731f1e66e198.shogun-image-container {
      position: relative;
    }

    .s-e6600688-3807-4609-9b53-731f1e66e198.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e6600688-3807-4609-9b53-731f1e66e198.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e6600688-3807-4609-9b53-731f1e66e198 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-e6600688-3807-4609-9b53-731f1e66e198 img.shogun-image,
  #s-e6600688-3807-4609-9b53-731f1e66e198 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e6600688-3807-4609-9b53-731f1e66e198 {
    width: 100%;
    height: auto;
  }

  #s-e6600688-3807-4609-9b53-731f1e66e198 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e6600688-3807-4609-9b53-731f1e66e198.shogun-image {
    
    
  }


.s-e6600688-3807-4609-9b53-731f1e66e198 .shogun-image-content {
  
    align-items: center;
  
}

.s-e6600688-3807-4609-9b53-731f1e66e198.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6600688-3807-4609-9b53-731f1e66e198.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6600688-3807-4609-9b53-731f1e66e198.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e6600688-3807-4609-9b53-731f1e66e198 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-e6600688-3807-4609-9b53-731f1e66e198.shogun-image-container {
      position: relative;
    }

    .s-e6600688-3807-4609-9b53-731f1e66e198.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e6600688-3807-4609-9b53-731f1e66e198.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e6600688-3807-4609-9b53-731f1e66e198 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-e6600688-3807-4609-9b53-731f1e66e198 img.shogun-image,
  #s-e6600688-3807-4609-9b53-731f1e66e198 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e6600688-3807-4609-9b53-731f1e66e198 {
    width: 100%;
    height: auto;
  }

  #s-e6600688-3807-4609-9b53-731f1e66e198 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e6600688-3807-4609-9b53-731f1e66e198.shogun-image {
    
    
  }


.s-e6600688-3807-4609-9b53-731f1e66e198 .shogun-image-content {
  
    align-items: center;
  
}

.s-e6600688-3807-4609-9b53-731f1e66e198.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6600688-3807-4609-9b53-731f1e66e198.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6600688-3807-4609-9b53-731f1e66e198.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e6600688-3807-4609-9b53-731f1e66e198 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-e6600688-3807-4609-9b53-731f1e66e198.shogun-image-container {
      position: relative;
    }

    .s-e6600688-3807-4609-9b53-731f1e66e198.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e6600688-3807-4609-9b53-731f1e66e198.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e6600688-3807-4609-9b53-731f1e66e198 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-e6600688-3807-4609-9b53-731f1e66e198 img.shogun-image,
  #s-e6600688-3807-4609-9b53-731f1e66e198 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e6600688-3807-4609-9b53-731f1e66e198 {
    width: 100%;
    height: auto;
  }

  #s-e6600688-3807-4609-9b53-731f1e66e198 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e6600688-3807-4609-9b53-731f1e66e198.shogun-image {
    
    
  }


.s-e6600688-3807-4609-9b53-731f1e66e198 .shogun-image-content {
  
    align-items: center;
  
}

.s-e6600688-3807-4609-9b53-731f1e66e198.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6600688-3807-4609-9b53-731f1e66e198.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6600688-3807-4609-9b53-731f1e66e198.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e6600688-3807-4609-9b53-731f1e66e198 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-e6600688-3807-4609-9b53-731f1e66e198.shogun-image-container {
      position: relative;
    }

    .s-e6600688-3807-4609-9b53-731f1e66e198.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e6600688-3807-4609-9b53-731f1e66e198.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e6600688-3807-4609-9b53-731f1e66e198 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-434ab0eb-5603-4aee-b3a8-11cd45444664 {
  max-width: 1620px;
aspect-ratio: 1620/1080;
text-align: center;
}





  #s-434ab0eb-5603-4aee-b3a8-11cd45444664 img.shogun-image,
  #s-434ab0eb-5603-4aee-b3a8-11cd45444664 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-434ab0eb-5603-4aee-b3a8-11cd45444664 {
    width: 100%;
    height: auto;
  }

  #s-434ab0eb-5603-4aee-b3a8-11cd45444664 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-434ab0eb-5603-4aee-b3a8-11cd45444664.shogun-image {
    
    
  }


.s-434ab0eb-5603-4aee-b3a8-11cd45444664 .shogun-image-content {
  
    align-items: center;
  
}

.s-434ab0eb-5603-4aee-b3a8-11cd45444664.shg-align-container {
  display: flex;
  justify-content: center
}

.s-434ab0eb-5603-4aee-b3a8-11cd45444664.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-434ab0eb-5603-4aee-b3a8-11cd45444664.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-434ab0eb-5603-4aee-b3a8-11cd45444664 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-434ab0eb-5603-4aee-b3a8-11cd45444664.shogun-image-container {
      position: relative;
    }

    .s-434ab0eb-5603-4aee-b3a8-11cd45444664.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-434ab0eb-5603-4aee-b3a8-11cd45444664.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-434ab0eb-5603-4aee-b3a8-11cd45444664 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-434ab0eb-5603-4aee-b3a8-11cd45444664 img.shogun-image,
  #s-434ab0eb-5603-4aee-b3a8-11cd45444664 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-434ab0eb-5603-4aee-b3a8-11cd45444664 {
    width: 100%;
    height: auto;
  }

  #s-434ab0eb-5603-4aee-b3a8-11cd45444664 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-434ab0eb-5603-4aee-b3a8-11cd45444664.shogun-image {
    
    
  }


.s-434ab0eb-5603-4aee-b3a8-11cd45444664 .shogun-image-content {
  
    align-items: center;
  
}

.s-434ab0eb-5603-4aee-b3a8-11cd45444664.shg-align-container {
  display: flex;
  justify-content: center
}

.s-434ab0eb-5603-4aee-b3a8-11cd45444664.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-434ab0eb-5603-4aee-b3a8-11cd45444664.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-434ab0eb-5603-4aee-b3a8-11cd45444664 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-434ab0eb-5603-4aee-b3a8-11cd45444664.shogun-image-container {
      position: relative;
    }

    .s-434ab0eb-5603-4aee-b3a8-11cd45444664.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-434ab0eb-5603-4aee-b3a8-11cd45444664.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-434ab0eb-5603-4aee-b3a8-11cd45444664 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-434ab0eb-5603-4aee-b3a8-11cd45444664 img.shogun-image,
  #s-434ab0eb-5603-4aee-b3a8-11cd45444664 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-434ab0eb-5603-4aee-b3a8-11cd45444664 {
    width: 100%;
    height: auto;
  }

  #s-434ab0eb-5603-4aee-b3a8-11cd45444664 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-434ab0eb-5603-4aee-b3a8-11cd45444664.shogun-image {
    
    
  }


.s-434ab0eb-5603-4aee-b3a8-11cd45444664 .shogun-image-content {
  
    align-items: center;
  
}

.s-434ab0eb-5603-4aee-b3a8-11cd45444664.shg-align-container {
  display: flex;
  justify-content: center
}

.s-434ab0eb-5603-4aee-b3a8-11cd45444664.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-434ab0eb-5603-4aee-b3a8-11cd45444664.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-434ab0eb-5603-4aee-b3a8-11cd45444664 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-434ab0eb-5603-4aee-b3a8-11cd45444664.shogun-image-container {
      position: relative;
    }

    .s-434ab0eb-5603-4aee-b3a8-11cd45444664.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-434ab0eb-5603-4aee-b3a8-11cd45444664.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-434ab0eb-5603-4aee-b3a8-11cd45444664 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-434ab0eb-5603-4aee-b3a8-11cd45444664 img.shogun-image,
  #s-434ab0eb-5603-4aee-b3a8-11cd45444664 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-434ab0eb-5603-4aee-b3a8-11cd45444664 {
    width: 100%;
    height: auto;
  }

  #s-434ab0eb-5603-4aee-b3a8-11cd45444664 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-434ab0eb-5603-4aee-b3a8-11cd45444664.shogun-image {
    
    
  }


.s-434ab0eb-5603-4aee-b3a8-11cd45444664 .shogun-image-content {
  
    align-items: center;
  
}

.s-434ab0eb-5603-4aee-b3a8-11cd45444664.shg-align-container {
  display: flex;
  justify-content: center
}

.s-434ab0eb-5603-4aee-b3a8-11cd45444664.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-434ab0eb-5603-4aee-b3a8-11cd45444664.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-434ab0eb-5603-4aee-b3a8-11cd45444664 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-434ab0eb-5603-4aee-b3a8-11cd45444664.shogun-image-container {
      position: relative;
    }

    .s-434ab0eb-5603-4aee-b3a8-11cd45444664.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-434ab0eb-5603-4aee-b3a8-11cd45444664.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-434ab0eb-5603-4aee-b3a8-11cd45444664 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-434ab0eb-5603-4aee-b3a8-11cd45444664 img.shogun-image,
  #s-434ab0eb-5603-4aee-b3a8-11cd45444664 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-434ab0eb-5603-4aee-b3a8-11cd45444664 {
    width: 100%;
    height: auto;
  }

  #s-434ab0eb-5603-4aee-b3a8-11cd45444664 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-434ab0eb-5603-4aee-b3a8-11cd45444664.shogun-image {
    
    
  }


.s-434ab0eb-5603-4aee-b3a8-11cd45444664 .shogun-image-content {
  
    align-items: center;
  
}

.s-434ab0eb-5603-4aee-b3a8-11cd45444664.shg-align-container {
  display: flex;
  justify-content: center
}

.s-434ab0eb-5603-4aee-b3a8-11cd45444664.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-434ab0eb-5603-4aee-b3a8-11cd45444664.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-434ab0eb-5603-4aee-b3a8-11cd45444664 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-434ab0eb-5603-4aee-b3a8-11cd45444664.shogun-image-container {
      position: relative;
    }

    .s-434ab0eb-5603-4aee-b3a8-11cd45444664.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-434ab0eb-5603-4aee-b3a8-11cd45444664.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-434ab0eb-5603-4aee-b3a8-11cd45444664 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-4a46460a-3202-49e7-b19b-353cd3b9b206 {
  margin-top: 12px;
margin-left: 20px;
margin-bottom: 12px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-4a46460a-3202-49e7-b19b-353cd3b9b206 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4a46460a-3202-49e7-b19b-353cd3b9b206 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4a46460a-3202-49e7-b19b-353cd3b9b206 {
  
}
}@media (max-width: 767px){#s-4a46460a-3202-49e7-b19b-353cd3b9b206 {
  
}
}
#s-b8cc51e5-9034-4c90-a79b-2b7eb43e8eea {
  margin-left: 3%;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-b8cc51e5-9034-4c90-a79b-2b7eb43e8eea"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b8cc51e5-9034-4c90-a79b-2b7eb43e8eea"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-b8cc51e5-9034-4c90-a79b-2b7eb43e8eea"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-b8cc51e5-9034-4c90-a79b-2b7eb43e8eea"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-9a6d3737-4132-47a5-b25d-dee2dd6f9857 {
  min-height: 50px;
}








#s-9a6d3737-4132-47a5-b25d-dee2dd6f9857 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9a6d3737-4132-47a5-b25d-dee2dd6f9857.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-bb546e27-2106-42c2-8e84-7befcc9d6635"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-bb546e27-2106-42c2-8e84-7befcc9d6635"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-bb546e27-2106-42c2-8e84-7befcc9d6635"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-bb546e27-2106-42c2-8e84-7befcc9d6635"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-2fdb69f0-0ade-4494-b5bf-80b84ec5d204 {
  min-height: 50px;
}








#s-2fdb69f0-0ade-4494-b5bf-80b84ec5d204 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2fdb69f0-0ade-4494-b5bf-80b84ec5d204.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-670c1239-266e-441f-a0cf-e78a7c997fe5 {
  min-height: 50px;
}








#s-670c1239-266e-441f-a0cf-e78a7c997fe5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-670c1239-266e-441f-a0cf-e78a7c997fe5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-397a86ac-e400-45ee-a470-2726f7dc7c37 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-397a86ac-e400-45ee-a470-2726f7dc7c37 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-397a86ac-e400-45ee-a470-2726f7dc7c37 .shg-sld-nav-button.shg-sld-left,
#s-397a86ac-e400-45ee-a470-2726f7dc7c37 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-3aaee90f-02a5-4e0f-8706-984163aa9beb {
  max-width: 1620px;
aspect-ratio: 1620/1080;
text-align: center;
}





  #s-3aaee90f-02a5-4e0f-8706-984163aa9beb img.shogun-image,
  #s-3aaee90f-02a5-4e0f-8706-984163aa9beb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3aaee90f-02a5-4e0f-8706-984163aa9beb {
    width: 100%;
    height: auto;
  }

  #s-3aaee90f-02a5-4e0f-8706-984163aa9beb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3aaee90f-02a5-4e0f-8706-984163aa9beb.shogun-image {
    
    
  }


.s-3aaee90f-02a5-4e0f-8706-984163aa9beb .shogun-image-content {
  
    align-items: center;
  
}

.s-3aaee90f-02a5-4e0f-8706-984163aa9beb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3aaee90f-02a5-4e0f-8706-984163aa9beb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3aaee90f-02a5-4e0f-8706-984163aa9beb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3aaee90f-02a5-4e0f-8706-984163aa9beb {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-3aaee90f-02a5-4e0f-8706-984163aa9beb.shogun-image-container {
      position: relative;
    }

    .s-3aaee90f-02a5-4e0f-8706-984163aa9beb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3aaee90f-02a5-4e0f-8706-984163aa9beb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3aaee90f-02a5-4e0f-8706-984163aa9beb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-3aaee90f-02a5-4e0f-8706-984163aa9beb img.shogun-image,
  #s-3aaee90f-02a5-4e0f-8706-984163aa9beb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3aaee90f-02a5-4e0f-8706-984163aa9beb {
    width: 100%;
    height: auto;
  }

  #s-3aaee90f-02a5-4e0f-8706-984163aa9beb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3aaee90f-02a5-4e0f-8706-984163aa9beb.shogun-image {
    
    
  }


.s-3aaee90f-02a5-4e0f-8706-984163aa9beb .shogun-image-content {
  
    align-items: center;
  
}

.s-3aaee90f-02a5-4e0f-8706-984163aa9beb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3aaee90f-02a5-4e0f-8706-984163aa9beb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3aaee90f-02a5-4e0f-8706-984163aa9beb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3aaee90f-02a5-4e0f-8706-984163aa9beb {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-3aaee90f-02a5-4e0f-8706-984163aa9beb.shogun-image-container {
      position: relative;
    }

    .s-3aaee90f-02a5-4e0f-8706-984163aa9beb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3aaee90f-02a5-4e0f-8706-984163aa9beb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3aaee90f-02a5-4e0f-8706-984163aa9beb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-3aaee90f-02a5-4e0f-8706-984163aa9beb img.shogun-image,
  #s-3aaee90f-02a5-4e0f-8706-984163aa9beb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3aaee90f-02a5-4e0f-8706-984163aa9beb {
    width: 100%;
    height: auto;
  }

  #s-3aaee90f-02a5-4e0f-8706-984163aa9beb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3aaee90f-02a5-4e0f-8706-984163aa9beb.shogun-image {
    
    
  }


.s-3aaee90f-02a5-4e0f-8706-984163aa9beb .shogun-image-content {
  
    align-items: center;
  
}

.s-3aaee90f-02a5-4e0f-8706-984163aa9beb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3aaee90f-02a5-4e0f-8706-984163aa9beb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3aaee90f-02a5-4e0f-8706-984163aa9beb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3aaee90f-02a5-4e0f-8706-984163aa9beb {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-3aaee90f-02a5-4e0f-8706-984163aa9beb.shogun-image-container {
      position: relative;
    }

    .s-3aaee90f-02a5-4e0f-8706-984163aa9beb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3aaee90f-02a5-4e0f-8706-984163aa9beb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3aaee90f-02a5-4e0f-8706-984163aa9beb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-3aaee90f-02a5-4e0f-8706-984163aa9beb img.shogun-image,
  #s-3aaee90f-02a5-4e0f-8706-984163aa9beb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3aaee90f-02a5-4e0f-8706-984163aa9beb {
    width: 100%;
    height: auto;
  }

  #s-3aaee90f-02a5-4e0f-8706-984163aa9beb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3aaee90f-02a5-4e0f-8706-984163aa9beb.shogun-image {
    
    
  }


.s-3aaee90f-02a5-4e0f-8706-984163aa9beb .shogun-image-content {
  
    align-items: center;
  
}

.s-3aaee90f-02a5-4e0f-8706-984163aa9beb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3aaee90f-02a5-4e0f-8706-984163aa9beb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3aaee90f-02a5-4e0f-8706-984163aa9beb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3aaee90f-02a5-4e0f-8706-984163aa9beb {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-3aaee90f-02a5-4e0f-8706-984163aa9beb.shogun-image-container {
      position: relative;
    }

    .s-3aaee90f-02a5-4e0f-8706-984163aa9beb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3aaee90f-02a5-4e0f-8706-984163aa9beb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3aaee90f-02a5-4e0f-8706-984163aa9beb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-3aaee90f-02a5-4e0f-8706-984163aa9beb img.shogun-image,
  #s-3aaee90f-02a5-4e0f-8706-984163aa9beb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3aaee90f-02a5-4e0f-8706-984163aa9beb {
    width: 100%;
    height: auto;
  }

  #s-3aaee90f-02a5-4e0f-8706-984163aa9beb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3aaee90f-02a5-4e0f-8706-984163aa9beb.shogun-image {
    
    
  }


.s-3aaee90f-02a5-4e0f-8706-984163aa9beb .shogun-image-content {
  
    align-items: center;
  
}

.s-3aaee90f-02a5-4e0f-8706-984163aa9beb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3aaee90f-02a5-4e0f-8706-984163aa9beb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3aaee90f-02a5-4e0f-8706-984163aa9beb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3aaee90f-02a5-4e0f-8706-984163aa9beb {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-3aaee90f-02a5-4e0f-8706-984163aa9beb.shogun-image-container {
      position: relative;
    }

    .s-3aaee90f-02a5-4e0f-8706-984163aa9beb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3aaee90f-02a5-4e0f-8706-984163aa9beb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3aaee90f-02a5-4e0f-8706-984163aa9beb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-a1abf556-35fc-4cfc-a758-79a142a4ed43 {
  text-align: center;
}







  img.s-a1abf556-35fc-4cfc-a758-79a142a4ed43.shogun-image {
    
    
  }


.s-a1abf556-35fc-4cfc-a758-79a142a4ed43 .shogun-image-content {
  
    align-items: center;
  
}

.s-a1abf556-35fc-4cfc-a758-79a142a4ed43.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1abf556-35fc-4cfc-a758-79a142a4ed43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1abf556-35fc-4cfc-a758-79a142a4ed43.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-a1abf556-35fc-4cfc-a758-79a142a4ed43.shogun-image {
    
    
  }


.s-a1abf556-35fc-4cfc-a758-79a142a4ed43 .shogun-image-content {
  
    align-items: center;
  
}

.s-a1abf556-35fc-4cfc-a758-79a142a4ed43.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1abf556-35fc-4cfc-a758-79a142a4ed43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1abf556-35fc-4cfc-a758-79a142a4ed43.shogun-image {
  box-sizing: border-box;
}



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





  img.s-a1abf556-35fc-4cfc-a758-79a142a4ed43.shogun-image {
    
    
  }


.s-a1abf556-35fc-4cfc-a758-79a142a4ed43 .shogun-image-content {
  
    align-items: center;
  
}

.s-a1abf556-35fc-4cfc-a758-79a142a4ed43.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1abf556-35fc-4cfc-a758-79a142a4ed43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1abf556-35fc-4cfc-a758-79a142a4ed43.shogun-image {
  box-sizing: border-box;
}



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





  img.s-a1abf556-35fc-4cfc-a758-79a142a4ed43.shogun-image {
    
    
  }


.s-a1abf556-35fc-4cfc-a758-79a142a4ed43 .shogun-image-content {
  
    align-items: center;
  
}

.s-a1abf556-35fc-4cfc-a758-79a142a4ed43.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1abf556-35fc-4cfc-a758-79a142a4ed43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1abf556-35fc-4cfc-a758-79a142a4ed43.shogun-image {
  box-sizing: border-box;
}



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





  img.s-a1abf556-35fc-4cfc-a758-79a142a4ed43.shogun-image {
    
    
  }


.s-a1abf556-35fc-4cfc-a758-79a142a4ed43 .shogun-image-content {
  
    align-items: center;
  
}

.s-a1abf556-35fc-4cfc-a758-79a142a4ed43.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1abf556-35fc-4cfc-a758-79a142a4ed43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1abf556-35fc-4cfc-a758-79a142a4ed43.shogun-image {
  box-sizing: border-box;
}



}
#s-7d24efb7-7c9c-4c0c-b0ae-cfdc5854c7d4 {
  text-align: center;
}







  img.s-7d24efb7-7c9c-4c0c-b0ae-cfdc5854c7d4.shogun-image {
    
    
  }


.s-7d24efb7-7c9c-4c0c-b0ae-cfdc5854c7d4 .shogun-image-content {
  
    align-items: center;
  
}

.s-7d24efb7-7c9c-4c0c-b0ae-cfdc5854c7d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7d24efb7-7c9c-4c0c-b0ae-cfdc5854c7d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d24efb7-7c9c-4c0c-b0ae-cfdc5854c7d4.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-7d24efb7-7c9c-4c0c-b0ae-cfdc5854c7d4.shogun-image {
    
    
  }


.s-7d24efb7-7c9c-4c0c-b0ae-cfdc5854c7d4 .shogun-image-content {
  
    align-items: center;
  
}

.s-7d24efb7-7c9c-4c0c-b0ae-cfdc5854c7d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7d24efb7-7c9c-4c0c-b0ae-cfdc5854c7d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d24efb7-7c9c-4c0c-b0ae-cfdc5854c7d4.shogun-image {
  box-sizing: border-box;
}



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





  img.s-7d24efb7-7c9c-4c0c-b0ae-cfdc5854c7d4.shogun-image {
    
    
  }


.s-7d24efb7-7c9c-4c0c-b0ae-cfdc5854c7d4 .shogun-image-content {
  
    align-items: center;
  
}

.s-7d24efb7-7c9c-4c0c-b0ae-cfdc5854c7d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7d24efb7-7c9c-4c0c-b0ae-cfdc5854c7d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d24efb7-7c9c-4c0c-b0ae-cfdc5854c7d4.shogun-image {
  box-sizing: border-box;
}



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





  img.s-7d24efb7-7c9c-4c0c-b0ae-cfdc5854c7d4.shogun-image {
    
    
  }


.s-7d24efb7-7c9c-4c0c-b0ae-cfdc5854c7d4 .shogun-image-content {
  
    align-items: center;
  
}

.s-7d24efb7-7c9c-4c0c-b0ae-cfdc5854c7d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7d24efb7-7c9c-4c0c-b0ae-cfdc5854c7d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d24efb7-7c9c-4c0c-b0ae-cfdc5854c7d4.shogun-image {
  box-sizing: border-box;
}



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





  img.s-7d24efb7-7c9c-4c0c-b0ae-cfdc5854c7d4.shogun-image {
    
    
  }


.s-7d24efb7-7c9c-4c0c-b0ae-cfdc5854c7d4 .shogun-image-content {
  
    align-items: center;
  
}

.s-7d24efb7-7c9c-4c0c-b0ae-cfdc5854c7d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7d24efb7-7c9c-4c0c-b0ae-cfdc5854c7d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d24efb7-7c9c-4c0c-b0ae-cfdc5854c7d4.shogun-image {
  box-sizing: border-box;
}



}
#s-2879926e-b49d-45a7-9e32-4a051fd20838 {
  margin-top: 12px;
margin-left: 20px;
margin-bottom: 12px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-2879926e-b49d-45a7-9e32-4a051fd20838 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2879926e-b49d-45a7-9e32-4a051fd20838 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2879926e-b49d-45a7-9e32-4a051fd20838 {
  
}
}@media (max-width: 767px){#s-2879926e-b49d-45a7-9e32-4a051fd20838 {
  
}
}
#s-15aaa02f-d664-4236-8f7c-9ee9c754f678 {
  min-height: 50px;
}








#s-15aaa02f-d664-4236-8f7c-9ee9c754f678 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-15aaa02f-d664-4236-8f7c-9ee9c754f678.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f3863ab5-c2e2-45f7-85ee-9d16b5e64a43 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-f3863ab5-c2e2-45f7-85ee-9d16b5e64a43 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-f3863ab5-c2e2-45f7-85ee-9d16b5e64a43 .shg-sld-nav-button.shg-sld-left,
#s-f3863ab5-c2e2-45f7-85ee-9d16b5e64a43 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-5d68f641-97b1-4f65-8c6c-19688a5b76fc {
  max-width: 1620px;
aspect-ratio: 1620/1080;
text-align: center;
}





  #s-5d68f641-97b1-4f65-8c6c-19688a5b76fc img.shogun-image,
  #s-5d68f641-97b1-4f65-8c6c-19688a5b76fc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5d68f641-97b1-4f65-8c6c-19688a5b76fc {
    width: 100%;
    height: auto;
  }

  #s-5d68f641-97b1-4f65-8c6c-19688a5b76fc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5d68f641-97b1-4f65-8c6c-19688a5b76fc.shogun-image {
    
    
  }


.s-5d68f641-97b1-4f65-8c6c-19688a5b76fc .shogun-image-content {
  
    align-items: center;
  
}

.s-5d68f641-97b1-4f65-8c6c-19688a5b76fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d68f641-97b1-4f65-8c6c-19688a5b76fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d68f641-97b1-4f65-8c6c-19688a5b76fc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5d68f641-97b1-4f65-8c6c-19688a5b76fc {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-5d68f641-97b1-4f65-8c6c-19688a5b76fc.shogun-image-container {
      position: relative;
    }

    .s-5d68f641-97b1-4f65-8c6c-19688a5b76fc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5d68f641-97b1-4f65-8c6c-19688a5b76fc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5d68f641-97b1-4f65-8c6c-19688a5b76fc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-5d68f641-97b1-4f65-8c6c-19688a5b76fc img.shogun-image,
  #s-5d68f641-97b1-4f65-8c6c-19688a5b76fc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5d68f641-97b1-4f65-8c6c-19688a5b76fc {
    width: 100%;
    height: auto;
  }

  #s-5d68f641-97b1-4f65-8c6c-19688a5b76fc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5d68f641-97b1-4f65-8c6c-19688a5b76fc.shogun-image {
    
    
  }


.s-5d68f641-97b1-4f65-8c6c-19688a5b76fc .shogun-image-content {
  
    align-items: center;
  
}

.s-5d68f641-97b1-4f65-8c6c-19688a5b76fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d68f641-97b1-4f65-8c6c-19688a5b76fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d68f641-97b1-4f65-8c6c-19688a5b76fc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5d68f641-97b1-4f65-8c6c-19688a5b76fc {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-5d68f641-97b1-4f65-8c6c-19688a5b76fc.shogun-image-container {
      position: relative;
    }

    .s-5d68f641-97b1-4f65-8c6c-19688a5b76fc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5d68f641-97b1-4f65-8c6c-19688a5b76fc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5d68f641-97b1-4f65-8c6c-19688a5b76fc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-5d68f641-97b1-4f65-8c6c-19688a5b76fc img.shogun-image,
  #s-5d68f641-97b1-4f65-8c6c-19688a5b76fc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5d68f641-97b1-4f65-8c6c-19688a5b76fc {
    width: 100%;
    height: auto;
  }

  #s-5d68f641-97b1-4f65-8c6c-19688a5b76fc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5d68f641-97b1-4f65-8c6c-19688a5b76fc.shogun-image {
    
    
  }


.s-5d68f641-97b1-4f65-8c6c-19688a5b76fc .shogun-image-content {
  
    align-items: center;
  
}

.s-5d68f641-97b1-4f65-8c6c-19688a5b76fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d68f641-97b1-4f65-8c6c-19688a5b76fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d68f641-97b1-4f65-8c6c-19688a5b76fc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5d68f641-97b1-4f65-8c6c-19688a5b76fc {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-5d68f641-97b1-4f65-8c6c-19688a5b76fc.shogun-image-container {
      position: relative;
    }

    .s-5d68f641-97b1-4f65-8c6c-19688a5b76fc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5d68f641-97b1-4f65-8c6c-19688a5b76fc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5d68f641-97b1-4f65-8c6c-19688a5b76fc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-5d68f641-97b1-4f65-8c6c-19688a5b76fc img.shogun-image,
  #s-5d68f641-97b1-4f65-8c6c-19688a5b76fc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5d68f641-97b1-4f65-8c6c-19688a5b76fc {
    width: 100%;
    height: auto;
  }

  #s-5d68f641-97b1-4f65-8c6c-19688a5b76fc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5d68f641-97b1-4f65-8c6c-19688a5b76fc.shogun-image {
    
    
  }


.s-5d68f641-97b1-4f65-8c6c-19688a5b76fc .shogun-image-content {
  
    align-items: center;
  
}

.s-5d68f641-97b1-4f65-8c6c-19688a5b76fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d68f641-97b1-4f65-8c6c-19688a5b76fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d68f641-97b1-4f65-8c6c-19688a5b76fc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5d68f641-97b1-4f65-8c6c-19688a5b76fc {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-5d68f641-97b1-4f65-8c6c-19688a5b76fc.shogun-image-container {
      position: relative;
    }

    .s-5d68f641-97b1-4f65-8c6c-19688a5b76fc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5d68f641-97b1-4f65-8c6c-19688a5b76fc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5d68f641-97b1-4f65-8c6c-19688a5b76fc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-5d68f641-97b1-4f65-8c6c-19688a5b76fc img.shogun-image,
  #s-5d68f641-97b1-4f65-8c6c-19688a5b76fc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5d68f641-97b1-4f65-8c6c-19688a5b76fc {
    width: 100%;
    height: auto;
  }

  #s-5d68f641-97b1-4f65-8c6c-19688a5b76fc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5d68f641-97b1-4f65-8c6c-19688a5b76fc.shogun-image {
    
    
  }


.s-5d68f641-97b1-4f65-8c6c-19688a5b76fc .shogun-image-content {
  
    align-items: center;
  
}

.s-5d68f641-97b1-4f65-8c6c-19688a5b76fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d68f641-97b1-4f65-8c6c-19688a5b76fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d68f641-97b1-4f65-8c6c-19688a5b76fc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5d68f641-97b1-4f65-8c6c-19688a5b76fc {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-5d68f641-97b1-4f65-8c6c-19688a5b76fc.shogun-image-container {
      position: relative;
    }

    .s-5d68f641-97b1-4f65-8c6c-19688a5b76fc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5d68f641-97b1-4f65-8c6c-19688a5b76fc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5d68f641-97b1-4f65-8c6c-19688a5b76fc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-2997b31d-a9c8-49b3-897c-16c34b6ead7d {
  max-width: 1620px;
aspect-ratio: 1620/1080;
text-align: center;
}





  #s-2997b31d-a9c8-49b3-897c-16c34b6ead7d img.shogun-image,
  #s-2997b31d-a9c8-49b3-897c-16c34b6ead7d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2997b31d-a9c8-49b3-897c-16c34b6ead7d {
    width: 100%;
    height: auto;
  }

  #s-2997b31d-a9c8-49b3-897c-16c34b6ead7d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2997b31d-a9c8-49b3-897c-16c34b6ead7d.shogun-image {
    
    
  }


.s-2997b31d-a9c8-49b3-897c-16c34b6ead7d .shogun-image-content {
  
    align-items: center;
  
}

.s-2997b31d-a9c8-49b3-897c-16c34b6ead7d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2997b31d-a9c8-49b3-897c-16c34b6ead7d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2997b31d-a9c8-49b3-897c-16c34b6ead7d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2997b31d-a9c8-49b3-897c-16c34b6ead7d {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-2997b31d-a9c8-49b3-897c-16c34b6ead7d.shogun-image-container {
      position: relative;
    }

    .s-2997b31d-a9c8-49b3-897c-16c34b6ead7d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2997b31d-a9c8-49b3-897c-16c34b6ead7d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2997b31d-a9c8-49b3-897c-16c34b6ead7d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-2997b31d-a9c8-49b3-897c-16c34b6ead7d img.shogun-image,
  #s-2997b31d-a9c8-49b3-897c-16c34b6ead7d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2997b31d-a9c8-49b3-897c-16c34b6ead7d {
    width: 100%;
    height: auto;
  }

  #s-2997b31d-a9c8-49b3-897c-16c34b6ead7d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2997b31d-a9c8-49b3-897c-16c34b6ead7d.shogun-image {
    
    
  }


.s-2997b31d-a9c8-49b3-897c-16c34b6ead7d .shogun-image-content {
  
    align-items: center;
  
}

.s-2997b31d-a9c8-49b3-897c-16c34b6ead7d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2997b31d-a9c8-49b3-897c-16c34b6ead7d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2997b31d-a9c8-49b3-897c-16c34b6ead7d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2997b31d-a9c8-49b3-897c-16c34b6ead7d {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-2997b31d-a9c8-49b3-897c-16c34b6ead7d.shogun-image-container {
      position: relative;
    }

    .s-2997b31d-a9c8-49b3-897c-16c34b6ead7d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2997b31d-a9c8-49b3-897c-16c34b6ead7d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2997b31d-a9c8-49b3-897c-16c34b6ead7d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-2997b31d-a9c8-49b3-897c-16c34b6ead7d img.shogun-image,
  #s-2997b31d-a9c8-49b3-897c-16c34b6ead7d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2997b31d-a9c8-49b3-897c-16c34b6ead7d {
    width: 100%;
    height: auto;
  }

  #s-2997b31d-a9c8-49b3-897c-16c34b6ead7d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2997b31d-a9c8-49b3-897c-16c34b6ead7d.shogun-image {
    
    
  }


.s-2997b31d-a9c8-49b3-897c-16c34b6ead7d .shogun-image-content {
  
    align-items: center;
  
}

.s-2997b31d-a9c8-49b3-897c-16c34b6ead7d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2997b31d-a9c8-49b3-897c-16c34b6ead7d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2997b31d-a9c8-49b3-897c-16c34b6ead7d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2997b31d-a9c8-49b3-897c-16c34b6ead7d {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-2997b31d-a9c8-49b3-897c-16c34b6ead7d.shogun-image-container {
      position: relative;
    }

    .s-2997b31d-a9c8-49b3-897c-16c34b6ead7d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2997b31d-a9c8-49b3-897c-16c34b6ead7d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2997b31d-a9c8-49b3-897c-16c34b6ead7d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-2997b31d-a9c8-49b3-897c-16c34b6ead7d img.shogun-image,
  #s-2997b31d-a9c8-49b3-897c-16c34b6ead7d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2997b31d-a9c8-49b3-897c-16c34b6ead7d {
    width: 100%;
    height: auto;
  }

  #s-2997b31d-a9c8-49b3-897c-16c34b6ead7d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2997b31d-a9c8-49b3-897c-16c34b6ead7d.shogun-image {
    
    
  }


.s-2997b31d-a9c8-49b3-897c-16c34b6ead7d .shogun-image-content {
  
    align-items: center;
  
}

.s-2997b31d-a9c8-49b3-897c-16c34b6ead7d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2997b31d-a9c8-49b3-897c-16c34b6ead7d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2997b31d-a9c8-49b3-897c-16c34b6ead7d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2997b31d-a9c8-49b3-897c-16c34b6ead7d {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-2997b31d-a9c8-49b3-897c-16c34b6ead7d.shogun-image-container {
      position: relative;
    }

    .s-2997b31d-a9c8-49b3-897c-16c34b6ead7d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2997b31d-a9c8-49b3-897c-16c34b6ead7d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2997b31d-a9c8-49b3-897c-16c34b6ead7d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-2997b31d-a9c8-49b3-897c-16c34b6ead7d img.shogun-image,
  #s-2997b31d-a9c8-49b3-897c-16c34b6ead7d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2997b31d-a9c8-49b3-897c-16c34b6ead7d {
    width: 100%;
    height: auto;
  }

  #s-2997b31d-a9c8-49b3-897c-16c34b6ead7d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2997b31d-a9c8-49b3-897c-16c34b6ead7d.shogun-image {
    
    
  }


.s-2997b31d-a9c8-49b3-897c-16c34b6ead7d .shogun-image-content {
  
    align-items: center;
  
}

.s-2997b31d-a9c8-49b3-897c-16c34b6ead7d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2997b31d-a9c8-49b3-897c-16c34b6ead7d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2997b31d-a9c8-49b3-897c-16c34b6ead7d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2997b31d-a9c8-49b3-897c-16c34b6ead7d {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-2997b31d-a9c8-49b3-897c-16c34b6ead7d.shogun-image-container {
      position: relative;
    }

    .s-2997b31d-a9c8-49b3-897c-16c34b6ead7d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2997b31d-a9c8-49b3-897c-16c34b6ead7d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2997b31d-a9c8-49b3-897c-16c34b6ead7d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-c360766e-382a-43dd-9bf5-329fc31e9d5b {
  max-width: 1620px;
aspect-ratio: 1620/1080;
text-align: center;
}





  #s-c360766e-382a-43dd-9bf5-329fc31e9d5b img.shogun-image,
  #s-c360766e-382a-43dd-9bf5-329fc31e9d5b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c360766e-382a-43dd-9bf5-329fc31e9d5b {
    width: 100%;
    height: auto;
  }

  #s-c360766e-382a-43dd-9bf5-329fc31e9d5b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c360766e-382a-43dd-9bf5-329fc31e9d5b.shogun-image {
    
    
  }


.s-c360766e-382a-43dd-9bf5-329fc31e9d5b .shogun-image-content {
  
    align-items: center;
  
}

.s-c360766e-382a-43dd-9bf5-329fc31e9d5b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c360766e-382a-43dd-9bf5-329fc31e9d5b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c360766e-382a-43dd-9bf5-329fc31e9d5b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c360766e-382a-43dd-9bf5-329fc31e9d5b {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-c360766e-382a-43dd-9bf5-329fc31e9d5b.shogun-image-container {
      position: relative;
    }

    .s-c360766e-382a-43dd-9bf5-329fc31e9d5b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c360766e-382a-43dd-9bf5-329fc31e9d5b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c360766e-382a-43dd-9bf5-329fc31e9d5b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-c360766e-382a-43dd-9bf5-329fc31e9d5b img.shogun-image,
  #s-c360766e-382a-43dd-9bf5-329fc31e9d5b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c360766e-382a-43dd-9bf5-329fc31e9d5b {
    width: 100%;
    height: auto;
  }

  #s-c360766e-382a-43dd-9bf5-329fc31e9d5b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c360766e-382a-43dd-9bf5-329fc31e9d5b.shogun-image {
    
    
  }


.s-c360766e-382a-43dd-9bf5-329fc31e9d5b .shogun-image-content {
  
    align-items: center;
  
}

.s-c360766e-382a-43dd-9bf5-329fc31e9d5b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c360766e-382a-43dd-9bf5-329fc31e9d5b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c360766e-382a-43dd-9bf5-329fc31e9d5b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c360766e-382a-43dd-9bf5-329fc31e9d5b {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-c360766e-382a-43dd-9bf5-329fc31e9d5b.shogun-image-container {
      position: relative;
    }

    .s-c360766e-382a-43dd-9bf5-329fc31e9d5b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c360766e-382a-43dd-9bf5-329fc31e9d5b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c360766e-382a-43dd-9bf5-329fc31e9d5b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-c360766e-382a-43dd-9bf5-329fc31e9d5b img.shogun-image,
  #s-c360766e-382a-43dd-9bf5-329fc31e9d5b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c360766e-382a-43dd-9bf5-329fc31e9d5b {
    width: 100%;
    height: auto;
  }

  #s-c360766e-382a-43dd-9bf5-329fc31e9d5b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c360766e-382a-43dd-9bf5-329fc31e9d5b.shogun-image {
    
    
  }


.s-c360766e-382a-43dd-9bf5-329fc31e9d5b .shogun-image-content {
  
    align-items: center;
  
}

.s-c360766e-382a-43dd-9bf5-329fc31e9d5b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c360766e-382a-43dd-9bf5-329fc31e9d5b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c360766e-382a-43dd-9bf5-329fc31e9d5b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c360766e-382a-43dd-9bf5-329fc31e9d5b {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-c360766e-382a-43dd-9bf5-329fc31e9d5b.shogun-image-container {
      position: relative;
    }

    .s-c360766e-382a-43dd-9bf5-329fc31e9d5b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c360766e-382a-43dd-9bf5-329fc31e9d5b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c360766e-382a-43dd-9bf5-329fc31e9d5b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-c360766e-382a-43dd-9bf5-329fc31e9d5b img.shogun-image,
  #s-c360766e-382a-43dd-9bf5-329fc31e9d5b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c360766e-382a-43dd-9bf5-329fc31e9d5b {
    width: 100%;
    height: auto;
  }

  #s-c360766e-382a-43dd-9bf5-329fc31e9d5b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c360766e-382a-43dd-9bf5-329fc31e9d5b.shogun-image {
    
    
  }


.s-c360766e-382a-43dd-9bf5-329fc31e9d5b .shogun-image-content {
  
    align-items: center;
  
}

.s-c360766e-382a-43dd-9bf5-329fc31e9d5b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c360766e-382a-43dd-9bf5-329fc31e9d5b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c360766e-382a-43dd-9bf5-329fc31e9d5b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c360766e-382a-43dd-9bf5-329fc31e9d5b {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-c360766e-382a-43dd-9bf5-329fc31e9d5b.shogun-image-container {
      position: relative;
    }

    .s-c360766e-382a-43dd-9bf5-329fc31e9d5b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c360766e-382a-43dd-9bf5-329fc31e9d5b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c360766e-382a-43dd-9bf5-329fc31e9d5b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-c360766e-382a-43dd-9bf5-329fc31e9d5b img.shogun-image,
  #s-c360766e-382a-43dd-9bf5-329fc31e9d5b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c360766e-382a-43dd-9bf5-329fc31e9d5b {
    width: 100%;
    height: auto;
  }

  #s-c360766e-382a-43dd-9bf5-329fc31e9d5b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c360766e-382a-43dd-9bf5-329fc31e9d5b.shogun-image {
    
    
  }


.s-c360766e-382a-43dd-9bf5-329fc31e9d5b .shogun-image-content {
  
    align-items: center;
  
}

.s-c360766e-382a-43dd-9bf5-329fc31e9d5b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c360766e-382a-43dd-9bf5-329fc31e9d5b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c360766e-382a-43dd-9bf5-329fc31e9d5b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c360766e-382a-43dd-9bf5-329fc31e9d5b {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-c360766e-382a-43dd-9bf5-329fc31e9d5b.shogun-image-container {
      position: relative;
    }

    .s-c360766e-382a-43dd-9bf5-329fc31e9d5b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c360766e-382a-43dd-9bf5-329fc31e9d5b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c360766e-382a-43dd-9bf5-329fc31e9d5b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-341bd8c2-954d-4722-a04f-8f2e63f3853c {
  margin-top: 12px;
margin-left: 20px;
margin-bottom: 12px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-341bd8c2-954d-4722-a04f-8f2e63f3853c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-341bd8c2-954d-4722-a04f-8f2e63f3853c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-341bd8c2-954d-4722-a04f-8f2e63f3853c {
  
}
}@media (max-width: 767px){#s-341bd8c2-954d-4722-a04f-8f2e63f3853c {
  
}
}
@media (min-width: 0px) {
[id="s-8428d1b5-0dae-42b5-9f11-26d37130b211"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-8428d1b5-0dae-42b5-9f11-26d37130b211"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-8428d1b5-0dae-42b5-9f11-26d37130b211"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-8428d1b5-0dae-42b5-9f11-26d37130b211"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-3df8c38d-84df-49f0-bc82-0221d4098f36 {
  min-height: 50px;
}








#s-3df8c38d-84df-49f0-bc82-0221d4098f36 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3df8c38d-84df-49f0-bc82-0221d4098f36.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fcf9b81d-2918-4fc5-983b-2c22137b6346 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-fcf9b81d-2918-4fc5-983b-2c22137b6346 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-fcf9b81d-2918-4fc5-983b-2c22137b6346 .shg-sld-nav-button.shg-sld-left,
#s-fcf9b81d-2918-4fc5-983b-2c22137b6346 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-f31ad12d-3d67-4c73-97cc-b01f1177d9ca {
  max-width: 1620px;
aspect-ratio: 1620/1080;
text-align: center;
}





  #s-f31ad12d-3d67-4c73-97cc-b01f1177d9ca img.shogun-image,
  #s-f31ad12d-3d67-4c73-97cc-b01f1177d9ca .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f31ad12d-3d67-4c73-97cc-b01f1177d9ca {
    width: 100%;
    height: auto;
  }

  #s-f31ad12d-3d67-4c73-97cc-b01f1177d9ca img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f31ad12d-3d67-4c73-97cc-b01f1177d9ca.shogun-image {
    
    
  }


.s-f31ad12d-3d67-4c73-97cc-b01f1177d9ca .shogun-image-content {
  
    align-items: center;
  
}

.s-f31ad12d-3d67-4c73-97cc-b01f1177d9ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f31ad12d-3d67-4c73-97cc-b01f1177d9ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f31ad12d-3d67-4c73-97cc-b01f1177d9ca.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f31ad12d-3d67-4c73-97cc-b01f1177d9ca {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-f31ad12d-3d67-4c73-97cc-b01f1177d9ca.shogun-image-container {
      position: relative;
    }

    .s-f31ad12d-3d67-4c73-97cc-b01f1177d9ca.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f31ad12d-3d67-4c73-97cc-b01f1177d9ca.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f31ad12d-3d67-4c73-97cc-b01f1177d9ca img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-f31ad12d-3d67-4c73-97cc-b01f1177d9ca img.shogun-image,
  #s-f31ad12d-3d67-4c73-97cc-b01f1177d9ca .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f31ad12d-3d67-4c73-97cc-b01f1177d9ca {
    width: 100%;
    height: auto;
  }

  #s-f31ad12d-3d67-4c73-97cc-b01f1177d9ca img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f31ad12d-3d67-4c73-97cc-b01f1177d9ca.shogun-image {
    
    
  }


.s-f31ad12d-3d67-4c73-97cc-b01f1177d9ca .shogun-image-content {
  
    align-items: center;
  
}

.s-f31ad12d-3d67-4c73-97cc-b01f1177d9ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f31ad12d-3d67-4c73-97cc-b01f1177d9ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f31ad12d-3d67-4c73-97cc-b01f1177d9ca.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f31ad12d-3d67-4c73-97cc-b01f1177d9ca {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-f31ad12d-3d67-4c73-97cc-b01f1177d9ca.shogun-image-container {
      position: relative;
    }

    .s-f31ad12d-3d67-4c73-97cc-b01f1177d9ca.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f31ad12d-3d67-4c73-97cc-b01f1177d9ca.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f31ad12d-3d67-4c73-97cc-b01f1177d9ca img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-f31ad12d-3d67-4c73-97cc-b01f1177d9ca img.shogun-image,
  #s-f31ad12d-3d67-4c73-97cc-b01f1177d9ca .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f31ad12d-3d67-4c73-97cc-b01f1177d9ca {
    width: 100%;
    height: auto;
  }

  #s-f31ad12d-3d67-4c73-97cc-b01f1177d9ca img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f31ad12d-3d67-4c73-97cc-b01f1177d9ca.shogun-image {
    
    
  }


.s-f31ad12d-3d67-4c73-97cc-b01f1177d9ca .shogun-image-content {
  
    align-items: center;
  
}

.s-f31ad12d-3d67-4c73-97cc-b01f1177d9ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f31ad12d-3d67-4c73-97cc-b01f1177d9ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f31ad12d-3d67-4c73-97cc-b01f1177d9ca.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f31ad12d-3d67-4c73-97cc-b01f1177d9ca {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-f31ad12d-3d67-4c73-97cc-b01f1177d9ca.shogun-image-container {
      position: relative;
    }

    .s-f31ad12d-3d67-4c73-97cc-b01f1177d9ca.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f31ad12d-3d67-4c73-97cc-b01f1177d9ca.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f31ad12d-3d67-4c73-97cc-b01f1177d9ca img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-f31ad12d-3d67-4c73-97cc-b01f1177d9ca img.shogun-image,
  #s-f31ad12d-3d67-4c73-97cc-b01f1177d9ca .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f31ad12d-3d67-4c73-97cc-b01f1177d9ca {
    width: 100%;
    height: auto;
  }

  #s-f31ad12d-3d67-4c73-97cc-b01f1177d9ca img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f31ad12d-3d67-4c73-97cc-b01f1177d9ca.shogun-image {
    
    
  }


.s-f31ad12d-3d67-4c73-97cc-b01f1177d9ca .shogun-image-content {
  
    align-items: center;
  
}

.s-f31ad12d-3d67-4c73-97cc-b01f1177d9ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f31ad12d-3d67-4c73-97cc-b01f1177d9ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f31ad12d-3d67-4c73-97cc-b01f1177d9ca.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f31ad12d-3d67-4c73-97cc-b01f1177d9ca {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-f31ad12d-3d67-4c73-97cc-b01f1177d9ca.shogun-image-container {
      position: relative;
    }

    .s-f31ad12d-3d67-4c73-97cc-b01f1177d9ca.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f31ad12d-3d67-4c73-97cc-b01f1177d9ca.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f31ad12d-3d67-4c73-97cc-b01f1177d9ca img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-f31ad12d-3d67-4c73-97cc-b01f1177d9ca img.shogun-image,
  #s-f31ad12d-3d67-4c73-97cc-b01f1177d9ca .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f31ad12d-3d67-4c73-97cc-b01f1177d9ca {
    width: 100%;
    height: auto;
  }

  #s-f31ad12d-3d67-4c73-97cc-b01f1177d9ca img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f31ad12d-3d67-4c73-97cc-b01f1177d9ca.shogun-image {
    
    
  }


.s-f31ad12d-3d67-4c73-97cc-b01f1177d9ca .shogun-image-content {
  
    align-items: center;
  
}

.s-f31ad12d-3d67-4c73-97cc-b01f1177d9ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f31ad12d-3d67-4c73-97cc-b01f1177d9ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f31ad12d-3d67-4c73-97cc-b01f1177d9ca.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f31ad12d-3d67-4c73-97cc-b01f1177d9ca {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-f31ad12d-3d67-4c73-97cc-b01f1177d9ca.shogun-image-container {
      position: relative;
    }

    .s-f31ad12d-3d67-4c73-97cc-b01f1177d9ca.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f31ad12d-3d67-4c73-97cc-b01f1177d9ca.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f31ad12d-3d67-4c73-97cc-b01f1177d9ca img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-1b0e2c17-b6ac-4c6b-ba63-2c8c07a83306 {
  max-width: 1620px;
aspect-ratio: 1620/1080;
text-align: center;
}





  #s-1b0e2c17-b6ac-4c6b-ba63-2c8c07a83306 img.shogun-image,
  #s-1b0e2c17-b6ac-4c6b-ba63-2c8c07a83306 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1b0e2c17-b6ac-4c6b-ba63-2c8c07a83306 {
    width: 100%;
    height: auto;
  }

  #s-1b0e2c17-b6ac-4c6b-ba63-2c8c07a83306 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1b0e2c17-b6ac-4c6b-ba63-2c8c07a83306.shogun-image {
    
    
  }


.s-1b0e2c17-b6ac-4c6b-ba63-2c8c07a83306 .shogun-image-content {
  
    align-items: center;
  
}

.s-1b0e2c17-b6ac-4c6b-ba63-2c8c07a83306.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b0e2c17-b6ac-4c6b-ba63-2c8c07a83306.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b0e2c17-b6ac-4c6b-ba63-2c8c07a83306.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1b0e2c17-b6ac-4c6b-ba63-2c8c07a83306 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-1b0e2c17-b6ac-4c6b-ba63-2c8c07a83306.shogun-image-container {
      position: relative;
    }

    .s-1b0e2c17-b6ac-4c6b-ba63-2c8c07a83306.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1b0e2c17-b6ac-4c6b-ba63-2c8c07a83306.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1b0e2c17-b6ac-4c6b-ba63-2c8c07a83306 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-1b0e2c17-b6ac-4c6b-ba63-2c8c07a83306 img.shogun-image,
  #s-1b0e2c17-b6ac-4c6b-ba63-2c8c07a83306 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1b0e2c17-b6ac-4c6b-ba63-2c8c07a83306 {
    width: 100%;
    height: auto;
  }

  #s-1b0e2c17-b6ac-4c6b-ba63-2c8c07a83306 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1b0e2c17-b6ac-4c6b-ba63-2c8c07a83306.shogun-image {
    
    
  }


.s-1b0e2c17-b6ac-4c6b-ba63-2c8c07a83306 .shogun-image-content {
  
    align-items: center;
  
}

.s-1b0e2c17-b6ac-4c6b-ba63-2c8c07a83306.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b0e2c17-b6ac-4c6b-ba63-2c8c07a83306.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b0e2c17-b6ac-4c6b-ba63-2c8c07a83306.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1b0e2c17-b6ac-4c6b-ba63-2c8c07a83306 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-1b0e2c17-b6ac-4c6b-ba63-2c8c07a83306.shogun-image-container {
      position: relative;
    }

    .s-1b0e2c17-b6ac-4c6b-ba63-2c8c07a83306.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1b0e2c17-b6ac-4c6b-ba63-2c8c07a83306.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1b0e2c17-b6ac-4c6b-ba63-2c8c07a83306 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-1b0e2c17-b6ac-4c6b-ba63-2c8c07a83306 img.shogun-image,
  #s-1b0e2c17-b6ac-4c6b-ba63-2c8c07a83306 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1b0e2c17-b6ac-4c6b-ba63-2c8c07a83306 {
    width: 100%;
    height: auto;
  }

  #s-1b0e2c17-b6ac-4c6b-ba63-2c8c07a83306 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1b0e2c17-b6ac-4c6b-ba63-2c8c07a83306.shogun-image {
    
    
  }


.s-1b0e2c17-b6ac-4c6b-ba63-2c8c07a83306 .shogun-image-content {
  
    align-items: center;
  
}

.s-1b0e2c17-b6ac-4c6b-ba63-2c8c07a83306.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b0e2c17-b6ac-4c6b-ba63-2c8c07a83306.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b0e2c17-b6ac-4c6b-ba63-2c8c07a83306.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1b0e2c17-b6ac-4c6b-ba63-2c8c07a83306 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-1b0e2c17-b6ac-4c6b-ba63-2c8c07a83306.shogun-image-container {
      position: relative;
    }

    .s-1b0e2c17-b6ac-4c6b-ba63-2c8c07a83306.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1b0e2c17-b6ac-4c6b-ba63-2c8c07a83306.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1b0e2c17-b6ac-4c6b-ba63-2c8c07a83306 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-1b0e2c17-b6ac-4c6b-ba63-2c8c07a83306 img.shogun-image,
  #s-1b0e2c17-b6ac-4c6b-ba63-2c8c07a83306 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1b0e2c17-b6ac-4c6b-ba63-2c8c07a83306 {
    width: 100%;
    height: auto;
  }

  #s-1b0e2c17-b6ac-4c6b-ba63-2c8c07a83306 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1b0e2c17-b6ac-4c6b-ba63-2c8c07a83306.shogun-image {
    
    
  }


.s-1b0e2c17-b6ac-4c6b-ba63-2c8c07a83306 .shogun-image-content {
  
    align-items: center;
  
}

.s-1b0e2c17-b6ac-4c6b-ba63-2c8c07a83306.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b0e2c17-b6ac-4c6b-ba63-2c8c07a83306.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b0e2c17-b6ac-4c6b-ba63-2c8c07a83306.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1b0e2c17-b6ac-4c6b-ba63-2c8c07a83306 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-1b0e2c17-b6ac-4c6b-ba63-2c8c07a83306.shogun-image-container {
      position: relative;
    }

    .s-1b0e2c17-b6ac-4c6b-ba63-2c8c07a83306.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1b0e2c17-b6ac-4c6b-ba63-2c8c07a83306.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1b0e2c17-b6ac-4c6b-ba63-2c8c07a83306 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-1b0e2c17-b6ac-4c6b-ba63-2c8c07a83306 img.shogun-image,
  #s-1b0e2c17-b6ac-4c6b-ba63-2c8c07a83306 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1b0e2c17-b6ac-4c6b-ba63-2c8c07a83306 {
    width: 100%;
    height: auto;
  }

  #s-1b0e2c17-b6ac-4c6b-ba63-2c8c07a83306 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1b0e2c17-b6ac-4c6b-ba63-2c8c07a83306.shogun-image {
    
    
  }


.s-1b0e2c17-b6ac-4c6b-ba63-2c8c07a83306 .shogun-image-content {
  
    align-items: center;
  
}

.s-1b0e2c17-b6ac-4c6b-ba63-2c8c07a83306.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b0e2c17-b6ac-4c6b-ba63-2c8c07a83306.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b0e2c17-b6ac-4c6b-ba63-2c8c07a83306.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1b0e2c17-b6ac-4c6b-ba63-2c8c07a83306 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-1b0e2c17-b6ac-4c6b-ba63-2c8c07a83306.shogun-image-container {
      position: relative;
    }

    .s-1b0e2c17-b6ac-4c6b-ba63-2c8c07a83306.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1b0e2c17-b6ac-4c6b-ba63-2c8c07a83306.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1b0e2c17-b6ac-4c6b-ba63-2c8c07a83306 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-151d2a75-7138-4476-9c55-1f4fef072201 {
  max-width: 1620px;
aspect-ratio: 1620/1080;
text-align: center;
}





  #s-151d2a75-7138-4476-9c55-1f4fef072201 img.shogun-image,
  #s-151d2a75-7138-4476-9c55-1f4fef072201 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-151d2a75-7138-4476-9c55-1f4fef072201 {
    width: 100%;
    height: auto;
  }

  #s-151d2a75-7138-4476-9c55-1f4fef072201 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-151d2a75-7138-4476-9c55-1f4fef072201.shogun-image {
    
    
  }


.s-151d2a75-7138-4476-9c55-1f4fef072201 .shogun-image-content {
  
    align-items: center;
  
}

.s-151d2a75-7138-4476-9c55-1f4fef072201.shg-align-container {
  display: flex;
  justify-content: center
}

.s-151d2a75-7138-4476-9c55-1f4fef072201.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-151d2a75-7138-4476-9c55-1f4fef072201.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-151d2a75-7138-4476-9c55-1f4fef072201 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-151d2a75-7138-4476-9c55-1f4fef072201.shogun-image-container {
      position: relative;
    }

    .s-151d2a75-7138-4476-9c55-1f4fef072201.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-151d2a75-7138-4476-9c55-1f4fef072201.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-151d2a75-7138-4476-9c55-1f4fef072201 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-151d2a75-7138-4476-9c55-1f4fef072201 img.shogun-image,
  #s-151d2a75-7138-4476-9c55-1f4fef072201 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-151d2a75-7138-4476-9c55-1f4fef072201 {
    width: 100%;
    height: auto;
  }

  #s-151d2a75-7138-4476-9c55-1f4fef072201 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-151d2a75-7138-4476-9c55-1f4fef072201.shogun-image {
    
    
  }


.s-151d2a75-7138-4476-9c55-1f4fef072201 .shogun-image-content {
  
    align-items: center;
  
}

.s-151d2a75-7138-4476-9c55-1f4fef072201.shg-align-container {
  display: flex;
  justify-content: center
}

.s-151d2a75-7138-4476-9c55-1f4fef072201.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-151d2a75-7138-4476-9c55-1f4fef072201.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-151d2a75-7138-4476-9c55-1f4fef072201 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-151d2a75-7138-4476-9c55-1f4fef072201.shogun-image-container {
      position: relative;
    }

    .s-151d2a75-7138-4476-9c55-1f4fef072201.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-151d2a75-7138-4476-9c55-1f4fef072201.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-151d2a75-7138-4476-9c55-1f4fef072201 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-151d2a75-7138-4476-9c55-1f4fef072201 img.shogun-image,
  #s-151d2a75-7138-4476-9c55-1f4fef072201 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-151d2a75-7138-4476-9c55-1f4fef072201 {
    width: 100%;
    height: auto;
  }

  #s-151d2a75-7138-4476-9c55-1f4fef072201 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-151d2a75-7138-4476-9c55-1f4fef072201.shogun-image {
    
    
  }


.s-151d2a75-7138-4476-9c55-1f4fef072201 .shogun-image-content {
  
    align-items: center;
  
}

.s-151d2a75-7138-4476-9c55-1f4fef072201.shg-align-container {
  display: flex;
  justify-content: center
}

.s-151d2a75-7138-4476-9c55-1f4fef072201.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-151d2a75-7138-4476-9c55-1f4fef072201.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-151d2a75-7138-4476-9c55-1f4fef072201 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-151d2a75-7138-4476-9c55-1f4fef072201.shogun-image-container {
      position: relative;
    }

    .s-151d2a75-7138-4476-9c55-1f4fef072201.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-151d2a75-7138-4476-9c55-1f4fef072201.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-151d2a75-7138-4476-9c55-1f4fef072201 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-151d2a75-7138-4476-9c55-1f4fef072201 img.shogun-image,
  #s-151d2a75-7138-4476-9c55-1f4fef072201 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-151d2a75-7138-4476-9c55-1f4fef072201 {
    width: 100%;
    height: auto;
  }

  #s-151d2a75-7138-4476-9c55-1f4fef072201 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-151d2a75-7138-4476-9c55-1f4fef072201.shogun-image {
    
    
  }


.s-151d2a75-7138-4476-9c55-1f4fef072201 .shogun-image-content {
  
    align-items: center;
  
}

.s-151d2a75-7138-4476-9c55-1f4fef072201.shg-align-container {
  display: flex;
  justify-content: center
}

.s-151d2a75-7138-4476-9c55-1f4fef072201.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-151d2a75-7138-4476-9c55-1f4fef072201.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-151d2a75-7138-4476-9c55-1f4fef072201 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-151d2a75-7138-4476-9c55-1f4fef072201.shogun-image-container {
      position: relative;
    }

    .s-151d2a75-7138-4476-9c55-1f4fef072201.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-151d2a75-7138-4476-9c55-1f4fef072201.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-151d2a75-7138-4476-9c55-1f4fef072201 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-151d2a75-7138-4476-9c55-1f4fef072201 img.shogun-image,
  #s-151d2a75-7138-4476-9c55-1f4fef072201 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-151d2a75-7138-4476-9c55-1f4fef072201 {
    width: 100%;
    height: auto;
  }

  #s-151d2a75-7138-4476-9c55-1f4fef072201 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-151d2a75-7138-4476-9c55-1f4fef072201.shogun-image {
    
    
  }


.s-151d2a75-7138-4476-9c55-1f4fef072201 .shogun-image-content {
  
    align-items: center;
  
}

.s-151d2a75-7138-4476-9c55-1f4fef072201.shg-align-container {
  display: flex;
  justify-content: center
}

.s-151d2a75-7138-4476-9c55-1f4fef072201.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-151d2a75-7138-4476-9c55-1f4fef072201.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-151d2a75-7138-4476-9c55-1f4fef072201 {
      --shg-aspect-ratio: calc(1620/1080); 
    }

    .s-151d2a75-7138-4476-9c55-1f4fef072201.shogun-image-container {
      position: relative;
    }

    .s-151d2a75-7138-4476-9c55-1f4fef072201.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-151d2a75-7138-4476-9c55-1f4fef072201.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-151d2a75-7138-4476-9c55-1f4fef072201 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-5753e066-79de-40b9-9a7c-78d224785193 {
  margin-top: 12px;
margin-left: 20px;
margin-bottom: 12px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-5753e066-79de-40b9-9a7c-78d224785193 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5753e066-79de-40b9-9a7c-78d224785193 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5753e066-79de-40b9-9a7c-78d224785193 {
  
}
}@media (max-width: 767px){#s-5753e066-79de-40b9-9a7c-78d224785193 {
  
}
}
#s-119067a0-80a1-4368-840f-71661324281c hr {
  border-top: 2px solid #ddd;
}

#s-40668be7-020f-4624-ab02-c10ba3940921 {
  background-repeat: repeat;
background-size: contain;
background-position: center center;
}








#s-40668be7-020f-4624-ab02-c10ba3940921 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.3;
}#s-40668be7-020f-4624-ab02-c10ba3940921.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4701d174-3b33-4744-9c46-2820f13b06a7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4701d174-3b33-4744-9c46-2820f13b06a7 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



@media (min-width: 0px) {
[id="s-60686fea-4456-4a89-9ae7-ea3806e496be"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-60686fea-4456-4a89-9ae7-ea3806e496be"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-60686fea-4456-4a89-9ae7-ea3806e496be"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-60686fea-4456-4a89-9ae7-ea3806e496be"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-43da0e31-05c2-4096-96b0-9639c9964040 {
  margin-left: 3%;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-43da0e31-05c2-4096-96b0-9639c9964040"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-43da0e31-05c2-4096-96b0-9639c9964040"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-43da0e31-05c2-4096-96b0-9639c9964040"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-43da0e31-05c2-4096-96b0-9639c9964040"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-97ad57ae-f6de-42fc-b2bc-19c8de3b7c4e {
  min-height: 50px;
}








#s-97ad57ae-f6de-42fc-b2bc-19c8de3b7c4e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-97ad57ae-f6de-42fc-b2bc-19c8de3b7c4e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-96807533-644d-4787-88c2-9a48081e142b {
  max-width: 900px;
aspect-ratio: 900/600;
text-align: center;
}





  #s-96807533-644d-4787-88c2-9a48081e142b img.shogun-image,
  #s-96807533-644d-4787-88c2-9a48081e142b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-96807533-644d-4787-88c2-9a48081e142b {
    width: 100%;
    height: auto;
  }

  #s-96807533-644d-4787-88c2-9a48081e142b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-96807533-644d-4787-88c2-9a48081e142b.shogun-image {
    
    
  }


.s-96807533-644d-4787-88c2-9a48081e142b .shogun-image-content {
  
    align-items: center;
  
}

.s-96807533-644d-4787-88c2-9a48081e142b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96807533-644d-4787-88c2-9a48081e142b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96807533-644d-4787-88c2-9a48081e142b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-96807533-644d-4787-88c2-9a48081e142b {
      --shg-aspect-ratio: calc(900/600); 
    }

    .s-96807533-644d-4787-88c2-9a48081e142b.shogun-image-container {
      position: relative;
    }

    .s-96807533-644d-4787-88c2-9a48081e142b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-96807533-644d-4787-88c2-9a48081e142b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-96807533-644d-4787-88c2-9a48081e142b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-96807533-644d-4787-88c2-9a48081e142b img.shogun-image,
  #s-96807533-644d-4787-88c2-9a48081e142b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-96807533-644d-4787-88c2-9a48081e142b {
    width: 100%;
    height: auto;
  }

  #s-96807533-644d-4787-88c2-9a48081e142b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-96807533-644d-4787-88c2-9a48081e142b.shogun-image {
    
    
  }


.s-96807533-644d-4787-88c2-9a48081e142b .shogun-image-content {
  
    align-items: center;
  
}

.s-96807533-644d-4787-88c2-9a48081e142b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96807533-644d-4787-88c2-9a48081e142b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96807533-644d-4787-88c2-9a48081e142b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-96807533-644d-4787-88c2-9a48081e142b {
      --shg-aspect-ratio: calc(900/600); 
    }

    .s-96807533-644d-4787-88c2-9a48081e142b.shogun-image-container {
      position: relative;
    }

    .s-96807533-644d-4787-88c2-9a48081e142b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-96807533-644d-4787-88c2-9a48081e142b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-96807533-644d-4787-88c2-9a48081e142b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-96807533-644d-4787-88c2-9a48081e142b img.shogun-image,
  #s-96807533-644d-4787-88c2-9a48081e142b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-96807533-644d-4787-88c2-9a48081e142b {
    width: 100%;
    height: auto;
  }

  #s-96807533-644d-4787-88c2-9a48081e142b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-96807533-644d-4787-88c2-9a48081e142b.shogun-image {
    
    
  }


.s-96807533-644d-4787-88c2-9a48081e142b .shogun-image-content {
  
    align-items: center;
  
}

.s-96807533-644d-4787-88c2-9a48081e142b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96807533-644d-4787-88c2-9a48081e142b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96807533-644d-4787-88c2-9a48081e142b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-96807533-644d-4787-88c2-9a48081e142b {
      --shg-aspect-ratio: calc(900/600); 
    }

    .s-96807533-644d-4787-88c2-9a48081e142b.shogun-image-container {
      position: relative;
    }

    .s-96807533-644d-4787-88c2-9a48081e142b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-96807533-644d-4787-88c2-9a48081e142b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-96807533-644d-4787-88c2-9a48081e142b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-96807533-644d-4787-88c2-9a48081e142b img.shogun-image,
  #s-96807533-644d-4787-88c2-9a48081e142b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-96807533-644d-4787-88c2-9a48081e142b {
    width: 100%;
    height: auto;
  }

  #s-96807533-644d-4787-88c2-9a48081e142b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-96807533-644d-4787-88c2-9a48081e142b.shogun-image {
    
    
  }


.s-96807533-644d-4787-88c2-9a48081e142b .shogun-image-content {
  
    align-items: center;
  
}

.s-96807533-644d-4787-88c2-9a48081e142b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96807533-644d-4787-88c2-9a48081e142b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96807533-644d-4787-88c2-9a48081e142b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-96807533-644d-4787-88c2-9a48081e142b {
      --shg-aspect-ratio: calc(900/600); 
    }

    .s-96807533-644d-4787-88c2-9a48081e142b.shogun-image-container {
      position: relative;
    }

    .s-96807533-644d-4787-88c2-9a48081e142b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-96807533-644d-4787-88c2-9a48081e142b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-96807533-644d-4787-88c2-9a48081e142b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-96807533-644d-4787-88c2-9a48081e142b img.shogun-image,
  #s-96807533-644d-4787-88c2-9a48081e142b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-96807533-644d-4787-88c2-9a48081e142b {
    width: 100%;
    height: auto;
  }

  #s-96807533-644d-4787-88c2-9a48081e142b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-96807533-644d-4787-88c2-9a48081e142b.shogun-image {
    
    
  }


.s-96807533-644d-4787-88c2-9a48081e142b .shogun-image-content {
  
    align-items: center;
  
}

.s-96807533-644d-4787-88c2-9a48081e142b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96807533-644d-4787-88c2-9a48081e142b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96807533-644d-4787-88c2-9a48081e142b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-96807533-644d-4787-88c2-9a48081e142b {
      --shg-aspect-ratio: calc(900/600); 
    }

    .s-96807533-644d-4787-88c2-9a48081e142b.shogun-image-container {
      position: relative;
    }

    .s-96807533-644d-4787-88c2-9a48081e142b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-96807533-644d-4787-88c2-9a48081e142b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-96807533-644d-4787-88c2-9a48081e142b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
.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-ecbb4502-d4bf-4f34-bd73-16e7a7cc5a79 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(209, 209, 209, 1);
border-style: solid;
border-radius: 15px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 1, 1, 1);
line-height: 1.5em;
}
#s-ecbb4502-d4bf-4f34-bd73-16e7a7cc5a79:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ecbb4502-d4bf-4f34-bd73-16e7a7cc5a79:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-ecbb4502-d4bf-4f34-bd73-16e7a7cc5a79 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ecbb4502-d4bf-4f34-bd73-16e7a7cc5a79 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ecbb4502-d4bf-4f34-bd73-16e7a7cc5a79 {
  
}
}

  #s-ecbb4502-d4bf-4f34-bd73-16e7a7cc5a79-root {
    text-align: center;
  }


#s-ecbb4502-d4bf-4f34-bd73-16e7a7cc5a79.shg-btn {
  color: rgba(255, 1, 1, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ecbb4502-d4bf-4f34-bd73-16e7a7cc5a79-root {
    text-align: center;
  }


#s-ecbb4502-d4bf-4f34-bd73-16e7a7cc5a79.shg-btn {
  color: rgba(255, 1, 1, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ecbb4502-d4bf-4f34-bd73-16e7a7cc5a79-root {
    text-align: center;
  }


#s-ecbb4502-d4bf-4f34-bd73-16e7a7cc5a79.shg-btn {
  color: rgba(255, 1, 1, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ecbb4502-d4bf-4f34-bd73-16e7a7cc5a79-root {
    text-align: center;
  }


#s-ecbb4502-d4bf-4f34-bd73-16e7a7cc5a79.shg-btn {
  color: rgba(255, 1, 1, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ecbb4502-d4bf-4f34-bd73-16e7a7cc5a79-root {
    text-align: center;
  }


#s-ecbb4502-d4bf-4f34-bd73-16e7a7cc5a79.shg-btn {
  color: rgba(255, 1, 1, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-f9afaa22-ba7a-4a08-b407-c859d305e549 {
  min-height: 50px;
}








#s-f9afaa22-ba7a-4a08-b407-c859d305e549 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f9afaa22-ba7a-4a08-b407-c859d305e549.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-200d9b47-f79b-4471-a88a-c8a561175a0e {
  max-width: 1080px;
aspect-ratio: 1080/720;
text-align: center;
}





  #s-200d9b47-f79b-4471-a88a-c8a561175a0e img.shogun-image,
  #s-200d9b47-f79b-4471-a88a-c8a561175a0e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-200d9b47-f79b-4471-a88a-c8a561175a0e {
    width: 100%;
    height: auto;
  }

  #s-200d9b47-f79b-4471-a88a-c8a561175a0e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-200d9b47-f79b-4471-a88a-c8a561175a0e.shogun-image {
    
    
  }


.s-200d9b47-f79b-4471-a88a-c8a561175a0e .shogun-image-content {
  
    align-items: center;
  
}

.s-200d9b47-f79b-4471-a88a-c8a561175a0e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-200d9b47-f79b-4471-a88a-c8a561175a0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-200d9b47-f79b-4471-a88a-c8a561175a0e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-200d9b47-f79b-4471-a88a-c8a561175a0e {
      --shg-aspect-ratio: calc(1080/720); 
    }

    .s-200d9b47-f79b-4471-a88a-c8a561175a0e.shogun-image-container {
      position: relative;
    }

    .s-200d9b47-f79b-4471-a88a-c8a561175a0e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-200d9b47-f79b-4471-a88a-c8a561175a0e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-200d9b47-f79b-4471-a88a-c8a561175a0e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-200d9b47-f79b-4471-a88a-c8a561175a0e img.shogun-image,
  #s-200d9b47-f79b-4471-a88a-c8a561175a0e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-200d9b47-f79b-4471-a88a-c8a561175a0e {
    width: 100%;
    height: auto;
  }

  #s-200d9b47-f79b-4471-a88a-c8a561175a0e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-200d9b47-f79b-4471-a88a-c8a561175a0e.shogun-image {
    
    
  }


.s-200d9b47-f79b-4471-a88a-c8a561175a0e .shogun-image-content {
  
    align-items: center;
  
}

.s-200d9b47-f79b-4471-a88a-c8a561175a0e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-200d9b47-f79b-4471-a88a-c8a561175a0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-200d9b47-f79b-4471-a88a-c8a561175a0e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-200d9b47-f79b-4471-a88a-c8a561175a0e {
      --shg-aspect-ratio: calc(1080/720); 
    }

    .s-200d9b47-f79b-4471-a88a-c8a561175a0e.shogun-image-container {
      position: relative;
    }

    .s-200d9b47-f79b-4471-a88a-c8a561175a0e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-200d9b47-f79b-4471-a88a-c8a561175a0e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-200d9b47-f79b-4471-a88a-c8a561175a0e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-200d9b47-f79b-4471-a88a-c8a561175a0e img.shogun-image,
  #s-200d9b47-f79b-4471-a88a-c8a561175a0e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-200d9b47-f79b-4471-a88a-c8a561175a0e {
    width: 100%;
    height: auto;
  }

  #s-200d9b47-f79b-4471-a88a-c8a561175a0e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-200d9b47-f79b-4471-a88a-c8a561175a0e.shogun-image {
    
    
  }


.s-200d9b47-f79b-4471-a88a-c8a561175a0e .shogun-image-content {
  
    align-items: center;
  
}

.s-200d9b47-f79b-4471-a88a-c8a561175a0e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-200d9b47-f79b-4471-a88a-c8a561175a0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-200d9b47-f79b-4471-a88a-c8a561175a0e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-200d9b47-f79b-4471-a88a-c8a561175a0e {
      --shg-aspect-ratio: calc(1080/720); 
    }

    .s-200d9b47-f79b-4471-a88a-c8a561175a0e.shogun-image-container {
      position: relative;
    }

    .s-200d9b47-f79b-4471-a88a-c8a561175a0e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-200d9b47-f79b-4471-a88a-c8a561175a0e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-200d9b47-f79b-4471-a88a-c8a561175a0e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-200d9b47-f79b-4471-a88a-c8a561175a0e img.shogun-image,
  #s-200d9b47-f79b-4471-a88a-c8a561175a0e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-200d9b47-f79b-4471-a88a-c8a561175a0e {
    width: 100%;
    height: auto;
  }

  #s-200d9b47-f79b-4471-a88a-c8a561175a0e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-200d9b47-f79b-4471-a88a-c8a561175a0e.shogun-image {
    
    
  }


.s-200d9b47-f79b-4471-a88a-c8a561175a0e .shogun-image-content {
  
    align-items: center;
  
}

.s-200d9b47-f79b-4471-a88a-c8a561175a0e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-200d9b47-f79b-4471-a88a-c8a561175a0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-200d9b47-f79b-4471-a88a-c8a561175a0e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-200d9b47-f79b-4471-a88a-c8a561175a0e {
      --shg-aspect-ratio: calc(1080/720); 
    }

    .s-200d9b47-f79b-4471-a88a-c8a561175a0e.shogun-image-container {
      position: relative;
    }

    .s-200d9b47-f79b-4471-a88a-c8a561175a0e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-200d9b47-f79b-4471-a88a-c8a561175a0e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-200d9b47-f79b-4471-a88a-c8a561175a0e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-200d9b47-f79b-4471-a88a-c8a561175a0e img.shogun-image,
  #s-200d9b47-f79b-4471-a88a-c8a561175a0e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-200d9b47-f79b-4471-a88a-c8a561175a0e {
    width: 100%;
    height: auto;
  }

  #s-200d9b47-f79b-4471-a88a-c8a561175a0e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-200d9b47-f79b-4471-a88a-c8a561175a0e.shogun-image {
    
    
  }


.s-200d9b47-f79b-4471-a88a-c8a561175a0e .shogun-image-content {
  
    align-items: center;
  
}

.s-200d9b47-f79b-4471-a88a-c8a561175a0e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-200d9b47-f79b-4471-a88a-c8a561175a0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-200d9b47-f79b-4471-a88a-c8a561175a0e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-200d9b47-f79b-4471-a88a-c8a561175a0e {
      --shg-aspect-ratio: calc(1080/720); 
    }

    .s-200d9b47-f79b-4471-a88a-c8a561175a0e.shogun-image-container {
      position: relative;
    }

    .s-200d9b47-f79b-4471-a88a-c8a561175a0e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-200d9b47-f79b-4471-a88a-c8a561175a0e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-200d9b47-f79b-4471-a88a-c8a561175a0e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-0275b421-f9c8-481b-b1fa-c074264d880a {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(209, 209, 209, 1);
border-style: solid;
border-radius: 15px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 1, 1, 1);
line-height: 1.5em;
}
#s-0275b421-f9c8-481b-b1fa-c074264d880a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0275b421-f9c8-481b-b1fa-c074264d880a:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-0275b421-f9c8-481b-b1fa-c074264d880a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0275b421-f9c8-481b-b1fa-c074264d880a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0275b421-f9c8-481b-b1fa-c074264d880a {
  
}
}

  #s-0275b421-f9c8-481b-b1fa-c074264d880a-root {
    text-align: center;
  }


#s-0275b421-f9c8-481b-b1fa-c074264d880a.shg-btn {
  color: rgba(255, 1, 1, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0275b421-f9c8-481b-b1fa-c074264d880a-root {
    text-align: center;
  }


#s-0275b421-f9c8-481b-b1fa-c074264d880a.shg-btn {
  color: rgba(255, 1, 1, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0275b421-f9c8-481b-b1fa-c074264d880a-root {
    text-align: center;
  }


#s-0275b421-f9c8-481b-b1fa-c074264d880a.shg-btn {
  color: rgba(255, 1, 1, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0275b421-f9c8-481b-b1fa-c074264d880a-root {
    text-align: center;
  }


#s-0275b421-f9c8-481b-b1fa-c074264d880a.shg-btn {
  color: rgba(255, 1, 1, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0275b421-f9c8-481b-b1fa-c074264d880a-root {
    text-align: center;
  }


#s-0275b421-f9c8-481b-b1fa-c074264d880a.shg-btn {
  color: rgba(255, 1, 1, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-9ccf878e-e1ef-469e-9de8-250c3e7e4815 {
  margin-left: 3%;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-9ccf878e-e1ef-469e-9de8-250c3e7e4815"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-9ccf878e-e1ef-469e-9de8-250c3e7e4815"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-9ccf878e-e1ef-469e-9de8-250c3e7e4815"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-9ccf878e-e1ef-469e-9de8-250c3e7e4815"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-6be36193-b7ed-4a3c-a08d-dd4826d1e0ae {
  max-width: 1080px;
aspect-ratio: 1080/721;
text-align: center;
}





  #s-6be36193-b7ed-4a3c-a08d-dd4826d1e0ae img.shogun-image,
  #s-6be36193-b7ed-4a3c-a08d-dd4826d1e0ae .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6be36193-b7ed-4a3c-a08d-dd4826d1e0ae {
    width: 100%;
    height: auto;
  }

  #s-6be36193-b7ed-4a3c-a08d-dd4826d1e0ae img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6be36193-b7ed-4a3c-a08d-dd4826d1e0ae.shogun-image {
    
    
  }


.s-6be36193-b7ed-4a3c-a08d-dd4826d1e0ae .shogun-image-content {
  
    align-items: center;
  
}

.s-6be36193-b7ed-4a3c-a08d-dd4826d1e0ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6be36193-b7ed-4a3c-a08d-dd4826d1e0ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6be36193-b7ed-4a3c-a08d-dd4826d1e0ae.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6be36193-b7ed-4a3c-a08d-dd4826d1e0ae {
      --shg-aspect-ratio: calc(1080/721); 
    }

    .s-6be36193-b7ed-4a3c-a08d-dd4826d1e0ae.shogun-image-container {
      position: relative;
    }

    .s-6be36193-b7ed-4a3c-a08d-dd4826d1e0ae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6be36193-b7ed-4a3c-a08d-dd4826d1e0ae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6be36193-b7ed-4a3c-a08d-dd4826d1e0ae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-6be36193-b7ed-4a3c-a08d-dd4826d1e0ae img.shogun-image,
  #s-6be36193-b7ed-4a3c-a08d-dd4826d1e0ae .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6be36193-b7ed-4a3c-a08d-dd4826d1e0ae {
    width: 100%;
    height: auto;
  }

  #s-6be36193-b7ed-4a3c-a08d-dd4826d1e0ae img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6be36193-b7ed-4a3c-a08d-dd4826d1e0ae.shogun-image {
    
    
  }


.s-6be36193-b7ed-4a3c-a08d-dd4826d1e0ae .shogun-image-content {
  
    align-items: center;
  
}

.s-6be36193-b7ed-4a3c-a08d-dd4826d1e0ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6be36193-b7ed-4a3c-a08d-dd4826d1e0ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6be36193-b7ed-4a3c-a08d-dd4826d1e0ae.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6be36193-b7ed-4a3c-a08d-dd4826d1e0ae {
      --shg-aspect-ratio: calc(1080/721); 
    }

    .s-6be36193-b7ed-4a3c-a08d-dd4826d1e0ae.shogun-image-container {
      position: relative;
    }

    .s-6be36193-b7ed-4a3c-a08d-dd4826d1e0ae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6be36193-b7ed-4a3c-a08d-dd4826d1e0ae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6be36193-b7ed-4a3c-a08d-dd4826d1e0ae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-6be36193-b7ed-4a3c-a08d-dd4826d1e0ae img.shogun-image,
  #s-6be36193-b7ed-4a3c-a08d-dd4826d1e0ae .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6be36193-b7ed-4a3c-a08d-dd4826d1e0ae {
    width: 100%;
    height: auto;
  }

  #s-6be36193-b7ed-4a3c-a08d-dd4826d1e0ae img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6be36193-b7ed-4a3c-a08d-dd4826d1e0ae.shogun-image {
    
    
  }


.s-6be36193-b7ed-4a3c-a08d-dd4826d1e0ae .shogun-image-content {
  
    align-items: center;
  
}

.s-6be36193-b7ed-4a3c-a08d-dd4826d1e0ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6be36193-b7ed-4a3c-a08d-dd4826d1e0ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6be36193-b7ed-4a3c-a08d-dd4826d1e0ae.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6be36193-b7ed-4a3c-a08d-dd4826d1e0ae {
      --shg-aspect-ratio: calc(1080/721); 
    }

    .s-6be36193-b7ed-4a3c-a08d-dd4826d1e0ae.shogun-image-container {
      position: relative;
    }

    .s-6be36193-b7ed-4a3c-a08d-dd4826d1e0ae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6be36193-b7ed-4a3c-a08d-dd4826d1e0ae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6be36193-b7ed-4a3c-a08d-dd4826d1e0ae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-6be36193-b7ed-4a3c-a08d-dd4826d1e0ae img.shogun-image,
  #s-6be36193-b7ed-4a3c-a08d-dd4826d1e0ae .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6be36193-b7ed-4a3c-a08d-dd4826d1e0ae {
    width: 100%;
    height: auto;
  }

  #s-6be36193-b7ed-4a3c-a08d-dd4826d1e0ae img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6be36193-b7ed-4a3c-a08d-dd4826d1e0ae.shogun-image {
    
    
  }


.s-6be36193-b7ed-4a3c-a08d-dd4826d1e0ae .shogun-image-content {
  
    align-items: center;
  
}

.s-6be36193-b7ed-4a3c-a08d-dd4826d1e0ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6be36193-b7ed-4a3c-a08d-dd4826d1e0ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6be36193-b7ed-4a3c-a08d-dd4826d1e0ae.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6be36193-b7ed-4a3c-a08d-dd4826d1e0ae {
      --shg-aspect-ratio: calc(1080/721); 
    }

    .s-6be36193-b7ed-4a3c-a08d-dd4826d1e0ae.shogun-image-container {
      position: relative;
    }

    .s-6be36193-b7ed-4a3c-a08d-dd4826d1e0ae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6be36193-b7ed-4a3c-a08d-dd4826d1e0ae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6be36193-b7ed-4a3c-a08d-dd4826d1e0ae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-6be36193-b7ed-4a3c-a08d-dd4826d1e0ae img.shogun-image,
  #s-6be36193-b7ed-4a3c-a08d-dd4826d1e0ae .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6be36193-b7ed-4a3c-a08d-dd4826d1e0ae {
    width: 100%;
    height: auto;
  }

  #s-6be36193-b7ed-4a3c-a08d-dd4826d1e0ae img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6be36193-b7ed-4a3c-a08d-dd4826d1e0ae.shogun-image {
    
    
  }


.s-6be36193-b7ed-4a3c-a08d-dd4826d1e0ae .shogun-image-content {
  
    align-items: center;
  
}

.s-6be36193-b7ed-4a3c-a08d-dd4826d1e0ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6be36193-b7ed-4a3c-a08d-dd4826d1e0ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6be36193-b7ed-4a3c-a08d-dd4826d1e0ae.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6be36193-b7ed-4a3c-a08d-dd4826d1e0ae {
      --shg-aspect-ratio: calc(1080/721); 
    }

    .s-6be36193-b7ed-4a3c-a08d-dd4826d1e0ae.shogun-image-container {
      position: relative;
    }

    .s-6be36193-b7ed-4a3c-a08d-dd4826d1e0ae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6be36193-b7ed-4a3c-a08d-dd4826d1e0ae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6be36193-b7ed-4a3c-a08d-dd4826d1e0ae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-5b4b8c50-a040-42c7-92a1-50bde47cc172 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(209, 209, 209, 1);
border-style: solid;
border-radius: 15px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 1, 1, 1);
line-height: 1.5em;
}
#s-5b4b8c50-a040-42c7-92a1-50bde47cc172:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5b4b8c50-a040-42c7-92a1-50bde47cc172:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-5b4b8c50-a040-42c7-92a1-50bde47cc172 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5b4b8c50-a040-42c7-92a1-50bde47cc172 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5b4b8c50-a040-42c7-92a1-50bde47cc172 {
  
}
}

  #s-5b4b8c50-a040-42c7-92a1-50bde47cc172-root {
    text-align: center;
  }


#s-5b4b8c50-a040-42c7-92a1-50bde47cc172.shg-btn {
  color: rgba(255, 1, 1, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5b4b8c50-a040-42c7-92a1-50bde47cc172-root {
    text-align: center;
  }


#s-5b4b8c50-a040-42c7-92a1-50bde47cc172.shg-btn {
  color: rgba(255, 1, 1, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5b4b8c50-a040-42c7-92a1-50bde47cc172-root {
    text-align: center;
  }


#s-5b4b8c50-a040-42c7-92a1-50bde47cc172.shg-btn {
  color: rgba(255, 1, 1, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5b4b8c50-a040-42c7-92a1-50bde47cc172-root {
    text-align: center;
  }


#s-5b4b8c50-a040-42c7-92a1-50bde47cc172.shg-btn {
  color: rgba(255, 1, 1, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5b4b8c50-a040-42c7-92a1-50bde47cc172-root {
    text-align: center;
  }


#s-5b4b8c50-a040-42c7-92a1-50bde47cc172.shg-btn {
  color: rgba(255, 1, 1, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-3ec6d140-c834-44a6-a223-bc6a923819be {
  min-height: 50px;
}








#s-3ec6d140-c834-44a6-a223-bc6a923819be > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3ec6d140-c834-44a6-a223-bc6a923819be.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f3000b3d-97d3-4d93-bd4a-c98152db103e {
  max-width: 1000px;
aspect-ratio: 1000/667;
text-align: center;
}





  #s-f3000b3d-97d3-4d93-bd4a-c98152db103e img.shogun-image,
  #s-f3000b3d-97d3-4d93-bd4a-c98152db103e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f3000b3d-97d3-4d93-bd4a-c98152db103e {
    width: 100%;
    height: auto;
  }

  #s-f3000b3d-97d3-4d93-bd4a-c98152db103e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f3000b3d-97d3-4d93-bd4a-c98152db103e.shogun-image {
    
    
  }


.s-f3000b3d-97d3-4d93-bd4a-c98152db103e .shogun-image-content {
  
    align-items: center;
  
}

.s-f3000b3d-97d3-4d93-bd4a-c98152db103e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f3000b3d-97d3-4d93-bd4a-c98152db103e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3000b3d-97d3-4d93-bd4a-c98152db103e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f3000b3d-97d3-4d93-bd4a-c98152db103e {
      --shg-aspect-ratio: calc(1000/667); 
    }

    .s-f3000b3d-97d3-4d93-bd4a-c98152db103e.shogun-image-container {
      position: relative;
    }

    .s-f3000b3d-97d3-4d93-bd4a-c98152db103e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f3000b3d-97d3-4d93-bd4a-c98152db103e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f3000b3d-97d3-4d93-bd4a-c98152db103e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-f3000b3d-97d3-4d93-bd4a-c98152db103e img.shogun-image,
  #s-f3000b3d-97d3-4d93-bd4a-c98152db103e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f3000b3d-97d3-4d93-bd4a-c98152db103e {
    width: 100%;
    height: auto;
  }

  #s-f3000b3d-97d3-4d93-bd4a-c98152db103e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f3000b3d-97d3-4d93-bd4a-c98152db103e.shogun-image {
    
    
  }


.s-f3000b3d-97d3-4d93-bd4a-c98152db103e .shogun-image-content {
  
    align-items: center;
  
}

.s-f3000b3d-97d3-4d93-bd4a-c98152db103e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f3000b3d-97d3-4d93-bd4a-c98152db103e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3000b3d-97d3-4d93-bd4a-c98152db103e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f3000b3d-97d3-4d93-bd4a-c98152db103e {
      --shg-aspect-ratio: calc(1000/667); 
    }

    .s-f3000b3d-97d3-4d93-bd4a-c98152db103e.shogun-image-container {
      position: relative;
    }

    .s-f3000b3d-97d3-4d93-bd4a-c98152db103e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f3000b3d-97d3-4d93-bd4a-c98152db103e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f3000b3d-97d3-4d93-bd4a-c98152db103e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-f3000b3d-97d3-4d93-bd4a-c98152db103e img.shogun-image,
  #s-f3000b3d-97d3-4d93-bd4a-c98152db103e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f3000b3d-97d3-4d93-bd4a-c98152db103e {
    width: 100%;
    height: auto;
  }

  #s-f3000b3d-97d3-4d93-bd4a-c98152db103e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f3000b3d-97d3-4d93-bd4a-c98152db103e.shogun-image {
    
    
  }


.s-f3000b3d-97d3-4d93-bd4a-c98152db103e .shogun-image-content {
  
    align-items: center;
  
}

.s-f3000b3d-97d3-4d93-bd4a-c98152db103e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f3000b3d-97d3-4d93-bd4a-c98152db103e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3000b3d-97d3-4d93-bd4a-c98152db103e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f3000b3d-97d3-4d93-bd4a-c98152db103e {
      --shg-aspect-ratio: calc(1000/667); 
    }

    .s-f3000b3d-97d3-4d93-bd4a-c98152db103e.shogun-image-container {
      position: relative;
    }

    .s-f3000b3d-97d3-4d93-bd4a-c98152db103e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f3000b3d-97d3-4d93-bd4a-c98152db103e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f3000b3d-97d3-4d93-bd4a-c98152db103e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-f3000b3d-97d3-4d93-bd4a-c98152db103e img.shogun-image,
  #s-f3000b3d-97d3-4d93-bd4a-c98152db103e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f3000b3d-97d3-4d93-bd4a-c98152db103e {
    width: 100%;
    height: auto;
  }

  #s-f3000b3d-97d3-4d93-bd4a-c98152db103e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f3000b3d-97d3-4d93-bd4a-c98152db103e.shogun-image {
    
    
  }


.s-f3000b3d-97d3-4d93-bd4a-c98152db103e .shogun-image-content {
  
    align-items: center;
  
}

.s-f3000b3d-97d3-4d93-bd4a-c98152db103e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f3000b3d-97d3-4d93-bd4a-c98152db103e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3000b3d-97d3-4d93-bd4a-c98152db103e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f3000b3d-97d3-4d93-bd4a-c98152db103e {
      --shg-aspect-ratio: calc(1000/667); 
    }

    .s-f3000b3d-97d3-4d93-bd4a-c98152db103e.shogun-image-container {
      position: relative;
    }

    .s-f3000b3d-97d3-4d93-bd4a-c98152db103e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f3000b3d-97d3-4d93-bd4a-c98152db103e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f3000b3d-97d3-4d93-bd4a-c98152db103e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-f3000b3d-97d3-4d93-bd4a-c98152db103e img.shogun-image,
  #s-f3000b3d-97d3-4d93-bd4a-c98152db103e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f3000b3d-97d3-4d93-bd4a-c98152db103e {
    width: 100%;
    height: auto;
  }

  #s-f3000b3d-97d3-4d93-bd4a-c98152db103e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f3000b3d-97d3-4d93-bd4a-c98152db103e.shogun-image {
    
    
  }


.s-f3000b3d-97d3-4d93-bd4a-c98152db103e .shogun-image-content {
  
    align-items: center;
  
}

.s-f3000b3d-97d3-4d93-bd4a-c98152db103e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f3000b3d-97d3-4d93-bd4a-c98152db103e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3000b3d-97d3-4d93-bd4a-c98152db103e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f3000b3d-97d3-4d93-bd4a-c98152db103e {
      --shg-aspect-ratio: calc(1000/667); 
    }

    .s-f3000b3d-97d3-4d93-bd4a-c98152db103e.shogun-image-container {
      position: relative;
    }

    .s-f3000b3d-97d3-4d93-bd4a-c98152db103e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f3000b3d-97d3-4d93-bd4a-c98152db103e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f3000b3d-97d3-4d93-bd4a-c98152db103e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-87997e44-7134-4125-a898-3756c134de14 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(209, 209, 209, 1);
border-style: solid;
border-radius: 15px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 1, 1, 1);
line-height: 1.5em;
}
#s-87997e44-7134-4125-a898-3756c134de14:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-87997e44-7134-4125-a898-3756c134de14:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-87997e44-7134-4125-a898-3756c134de14 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-87997e44-7134-4125-a898-3756c134de14 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-87997e44-7134-4125-a898-3756c134de14 {
  
}
}

  #s-87997e44-7134-4125-a898-3756c134de14-root {
    text-align: center;
  }


#s-87997e44-7134-4125-a898-3756c134de14.shg-btn {
  color: rgba(255, 1, 1, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-87997e44-7134-4125-a898-3756c134de14-root {
    text-align: center;
  }


#s-87997e44-7134-4125-a898-3756c134de14.shg-btn {
  color: rgba(255, 1, 1, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-87997e44-7134-4125-a898-3756c134de14-root {
    text-align: center;
  }


#s-87997e44-7134-4125-a898-3756c134de14.shg-btn {
  color: rgba(255, 1, 1, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-87997e44-7134-4125-a898-3756c134de14-root {
    text-align: center;
  }


#s-87997e44-7134-4125-a898-3756c134de14.shg-btn {
  color: rgba(255, 1, 1, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-87997e44-7134-4125-a898-3756c134de14-root {
    text-align: center;
  }


#s-87997e44-7134-4125-a898-3756c134de14.shg-btn {
  color: rgba(255, 1, 1, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-e537abd2-9892-46c7-9500-93ed9c83a968"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e537abd2-9892-46c7-9500-93ed9c83a968"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-e537abd2-9892-46c7-9500-93ed9c83a968"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-e537abd2-9892-46c7-9500-93ed9c83a968"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-ffa60ce5-6b57-4a78-b516-5596269a0999 {
  margin-left: 3%;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-ffa60ce5-6b57-4a78-b516-5596269a0999"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-ffa60ce5-6b57-4a78-b516-5596269a0999"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-ffa60ce5-6b57-4a78-b516-5596269a0999"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-ffa60ce5-6b57-4a78-b516-5596269a0999"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-f7a89d37-ae65-4661-8e2a-ddceb3e3de60 {
  min-height: 50px;
}








#s-f7a89d37-ae65-4661-8e2a-ddceb3e3de60 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f7a89d37-ae65-4661-8e2a-ddceb3e3de60.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-20606994-7a3a-41eb-bd0a-8d4184fe801c {
  max-width: 1000px;
aspect-ratio: 1000/667;
text-align: center;
}





  #s-20606994-7a3a-41eb-bd0a-8d4184fe801c img.shogun-image,
  #s-20606994-7a3a-41eb-bd0a-8d4184fe801c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-20606994-7a3a-41eb-bd0a-8d4184fe801c {
    width: 100%;
    height: auto;
  }

  #s-20606994-7a3a-41eb-bd0a-8d4184fe801c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-20606994-7a3a-41eb-bd0a-8d4184fe801c.shogun-image {
    
    
  }


.s-20606994-7a3a-41eb-bd0a-8d4184fe801c .shogun-image-content {
  
    align-items: center;
  
}

.s-20606994-7a3a-41eb-bd0a-8d4184fe801c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20606994-7a3a-41eb-bd0a-8d4184fe801c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20606994-7a3a-41eb-bd0a-8d4184fe801c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-20606994-7a3a-41eb-bd0a-8d4184fe801c {
      --shg-aspect-ratio: calc(1000/667); 
    }

    .s-20606994-7a3a-41eb-bd0a-8d4184fe801c.shogun-image-container {
      position: relative;
    }

    .s-20606994-7a3a-41eb-bd0a-8d4184fe801c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-20606994-7a3a-41eb-bd0a-8d4184fe801c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-20606994-7a3a-41eb-bd0a-8d4184fe801c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-20606994-7a3a-41eb-bd0a-8d4184fe801c img.shogun-image,
  #s-20606994-7a3a-41eb-bd0a-8d4184fe801c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-20606994-7a3a-41eb-bd0a-8d4184fe801c {
    width: 100%;
    height: auto;
  }

  #s-20606994-7a3a-41eb-bd0a-8d4184fe801c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-20606994-7a3a-41eb-bd0a-8d4184fe801c.shogun-image {
    
    
  }


.s-20606994-7a3a-41eb-bd0a-8d4184fe801c .shogun-image-content {
  
    align-items: center;
  
}

.s-20606994-7a3a-41eb-bd0a-8d4184fe801c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20606994-7a3a-41eb-bd0a-8d4184fe801c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20606994-7a3a-41eb-bd0a-8d4184fe801c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-20606994-7a3a-41eb-bd0a-8d4184fe801c {
      --shg-aspect-ratio: calc(1000/667); 
    }

    .s-20606994-7a3a-41eb-bd0a-8d4184fe801c.shogun-image-container {
      position: relative;
    }

    .s-20606994-7a3a-41eb-bd0a-8d4184fe801c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-20606994-7a3a-41eb-bd0a-8d4184fe801c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-20606994-7a3a-41eb-bd0a-8d4184fe801c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-20606994-7a3a-41eb-bd0a-8d4184fe801c img.shogun-image,
  #s-20606994-7a3a-41eb-bd0a-8d4184fe801c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-20606994-7a3a-41eb-bd0a-8d4184fe801c {
    width: 100%;
    height: auto;
  }

  #s-20606994-7a3a-41eb-bd0a-8d4184fe801c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-20606994-7a3a-41eb-bd0a-8d4184fe801c.shogun-image {
    
    
  }


.s-20606994-7a3a-41eb-bd0a-8d4184fe801c .shogun-image-content {
  
    align-items: center;
  
}

.s-20606994-7a3a-41eb-bd0a-8d4184fe801c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20606994-7a3a-41eb-bd0a-8d4184fe801c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20606994-7a3a-41eb-bd0a-8d4184fe801c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-20606994-7a3a-41eb-bd0a-8d4184fe801c {
      --shg-aspect-ratio: calc(1000/667); 
    }

    .s-20606994-7a3a-41eb-bd0a-8d4184fe801c.shogun-image-container {
      position: relative;
    }

    .s-20606994-7a3a-41eb-bd0a-8d4184fe801c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-20606994-7a3a-41eb-bd0a-8d4184fe801c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-20606994-7a3a-41eb-bd0a-8d4184fe801c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-20606994-7a3a-41eb-bd0a-8d4184fe801c img.shogun-image,
  #s-20606994-7a3a-41eb-bd0a-8d4184fe801c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-20606994-7a3a-41eb-bd0a-8d4184fe801c {
    width: 100%;
    height: auto;
  }

  #s-20606994-7a3a-41eb-bd0a-8d4184fe801c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-20606994-7a3a-41eb-bd0a-8d4184fe801c.shogun-image {
    
    
  }


.s-20606994-7a3a-41eb-bd0a-8d4184fe801c .shogun-image-content {
  
    align-items: center;
  
}

.s-20606994-7a3a-41eb-bd0a-8d4184fe801c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20606994-7a3a-41eb-bd0a-8d4184fe801c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20606994-7a3a-41eb-bd0a-8d4184fe801c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-20606994-7a3a-41eb-bd0a-8d4184fe801c {
      --shg-aspect-ratio: calc(1000/667); 
    }

    .s-20606994-7a3a-41eb-bd0a-8d4184fe801c.shogun-image-container {
      position: relative;
    }

    .s-20606994-7a3a-41eb-bd0a-8d4184fe801c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-20606994-7a3a-41eb-bd0a-8d4184fe801c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-20606994-7a3a-41eb-bd0a-8d4184fe801c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-20606994-7a3a-41eb-bd0a-8d4184fe801c img.shogun-image,
  #s-20606994-7a3a-41eb-bd0a-8d4184fe801c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-20606994-7a3a-41eb-bd0a-8d4184fe801c {
    width: 100%;
    height: auto;
  }

  #s-20606994-7a3a-41eb-bd0a-8d4184fe801c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-20606994-7a3a-41eb-bd0a-8d4184fe801c.shogun-image {
    
    
  }


.s-20606994-7a3a-41eb-bd0a-8d4184fe801c .shogun-image-content {
  
    align-items: center;
  
}

.s-20606994-7a3a-41eb-bd0a-8d4184fe801c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20606994-7a3a-41eb-bd0a-8d4184fe801c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20606994-7a3a-41eb-bd0a-8d4184fe801c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-20606994-7a3a-41eb-bd0a-8d4184fe801c {
      --shg-aspect-ratio: calc(1000/667); 
    }

    .s-20606994-7a3a-41eb-bd0a-8d4184fe801c.shogun-image-container {
      position: relative;
    }

    .s-20606994-7a3a-41eb-bd0a-8d4184fe801c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-20606994-7a3a-41eb-bd0a-8d4184fe801c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-20606994-7a3a-41eb-bd0a-8d4184fe801c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-444965eb-91bd-473b-9468-52237e640bb8 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(209, 209, 209, 1);
border-style: solid;
border-radius: 15px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 1, 1, 1);
line-height: 1.5em;
}
#s-444965eb-91bd-473b-9468-52237e640bb8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-444965eb-91bd-473b-9468-52237e640bb8:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-444965eb-91bd-473b-9468-52237e640bb8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-444965eb-91bd-473b-9468-52237e640bb8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-444965eb-91bd-473b-9468-52237e640bb8 {
  
}
}

  #s-444965eb-91bd-473b-9468-52237e640bb8-root {
    text-align: center;
  }


#s-444965eb-91bd-473b-9468-52237e640bb8.shg-btn {
  color: rgba(255, 1, 1, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-444965eb-91bd-473b-9468-52237e640bb8-root {
    text-align: center;
  }


#s-444965eb-91bd-473b-9468-52237e640bb8.shg-btn {
  color: rgba(255, 1, 1, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-444965eb-91bd-473b-9468-52237e640bb8-root {
    text-align: center;
  }


#s-444965eb-91bd-473b-9468-52237e640bb8.shg-btn {
  color: rgba(255, 1, 1, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-444965eb-91bd-473b-9468-52237e640bb8-root {
    text-align: center;
  }


#s-444965eb-91bd-473b-9468-52237e640bb8.shg-btn {
  color: rgba(255, 1, 1, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-444965eb-91bd-473b-9468-52237e640bb8-root {
    text-align: center;
  }


#s-444965eb-91bd-473b-9468-52237e640bb8.shg-btn {
  color: rgba(255, 1, 1, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-c296853c-4bd7-4e65-bd37-f602d9f30f81 {
  min-height: 50px;
}








#s-c296853c-4bd7-4e65-bd37-f602d9f30f81 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c296853c-4bd7-4e65-bd37-f602d9f30f81.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-628b53a4-1fb0-4378-9d13-f8898c657cd2 {
  max-width: 1000px;
aspect-ratio: 1000/667;
text-align: center;
}





  #s-628b53a4-1fb0-4378-9d13-f8898c657cd2 img.shogun-image,
  #s-628b53a4-1fb0-4378-9d13-f8898c657cd2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-628b53a4-1fb0-4378-9d13-f8898c657cd2 {
    width: 100%;
    height: auto;
  }

  #s-628b53a4-1fb0-4378-9d13-f8898c657cd2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-628b53a4-1fb0-4378-9d13-f8898c657cd2.shogun-image {
    
    
  }


.s-628b53a4-1fb0-4378-9d13-f8898c657cd2 .shogun-image-content {
  
    align-items: center;
  
}

.s-628b53a4-1fb0-4378-9d13-f8898c657cd2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-628b53a4-1fb0-4378-9d13-f8898c657cd2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-628b53a4-1fb0-4378-9d13-f8898c657cd2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-628b53a4-1fb0-4378-9d13-f8898c657cd2 {
      --shg-aspect-ratio: calc(1000/667); 
    }

    .s-628b53a4-1fb0-4378-9d13-f8898c657cd2.shogun-image-container {
      position: relative;
    }

    .s-628b53a4-1fb0-4378-9d13-f8898c657cd2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-628b53a4-1fb0-4378-9d13-f8898c657cd2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-628b53a4-1fb0-4378-9d13-f8898c657cd2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-628b53a4-1fb0-4378-9d13-f8898c657cd2 img.shogun-image,
  #s-628b53a4-1fb0-4378-9d13-f8898c657cd2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-628b53a4-1fb0-4378-9d13-f8898c657cd2 {
    width: 100%;
    height: auto;
  }

  #s-628b53a4-1fb0-4378-9d13-f8898c657cd2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-628b53a4-1fb0-4378-9d13-f8898c657cd2.shogun-image {
    
    
  }


.s-628b53a4-1fb0-4378-9d13-f8898c657cd2 .shogun-image-content {
  
    align-items: center;
  
}

.s-628b53a4-1fb0-4378-9d13-f8898c657cd2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-628b53a4-1fb0-4378-9d13-f8898c657cd2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-628b53a4-1fb0-4378-9d13-f8898c657cd2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-628b53a4-1fb0-4378-9d13-f8898c657cd2 {
      --shg-aspect-ratio: calc(1000/667); 
    }

    .s-628b53a4-1fb0-4378-9d13-f8898c657cd2.shogun-image-container {
      position: relative;
    }

    .s-628b53a4-1fb0-4378-9d13-f8898c657cd2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-628b53a4-1fb0-4378-9d13-f8898c657cd2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-628b53a4-1fb0-4378-9d13-f8898c657cd2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-628b53a4-1fb0-4378-9d13-f8898c657cd2 img.shogun-image,
  #s-628b53a4-1fb0-4378-9d13-f8898c657cd2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-628b53a4-1fb0-4378-9d13-f8898c657cd2 {
    width: 100%;
    height: auto;
  }

  #s-628b53a4-1fb0-4378-9d13-f8898c657cd2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-628b53a4-1fb0-4378-9d13-f8898c657cd2.shogun-image {
    
    
  }


.s-628b53a4-1fb0-4378-9d13-f8898c657cd2 .shogun-image-content {
  
    align-items: center;
  
}

.s-628b53a4-1fb0-4378-9d13-f8898c657cd2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-628b53a4-1fb0-4378-9d13-f8898c657cd2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-628b53a4-1fb0-4378-9d13-f8898c657cd2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-628b53a4-1fb0-4378-9d13-f8898c657cd2 {
      --shg-aspect-ratio: calc(1000/667); 
    }

    .s-628b53a4-1fb0-4378-9d13-f8898c657cd2.shogun-image-container {
      position: relative;
    }

    .s-628b53a4-1fb0-4378-9d13-f8898c657cd2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-628b53a4-1fb0-4378-9d13-f8898c657cd2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-628b53a4-1fb0-4378-9d13-f8898c657cd2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-628b53a4-1fb0-4378-9d13-f8898c657cd2 img.shogun-image,
  #s-628b53a4-1fb0-4378-9d13-f8898c657cd2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-628b53a4-1fb0-4378-9d13-f8898c657cd2 {
    width: 100%;
    height: auto;
  }

  #s-628b53a4-1fb0-4378-9d13-f8898c657cd2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-628b53a4-1fb0-4378-9d13-f8898c657cd2.shogun-image {
    
    
  }


.s-628b53a4-1fb0-4378-9d13-f8898c657cd2 .shogun-image-content {
  
    align-items: center;
  
}

.s-628b53a4-1fb0-4378-9d13-f8898c657cd2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-628b53a4-1fb0-4378-9d13-f8898c657cd2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-628b53a4-1fb0-4378-9d13-f8898c657cd2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-628b53a4-1fb0-4378-9d13-f8898c657cd2 {
      --shg-aspect-ratio: calc(1000/667); 
    }

    .s-628b53a4-1fb0-4378-9d13-f8898c657cd2.shogun-image-container {
      position: relative;
    }

    .s-628b53a4-1fb0-4378-9d13-f8898c657cd2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-628b53a4-1fb0-4378-9d13-f8898c657cd2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-628b53a4-1fb0-4378-9d13-f8898c657cd2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-628b53a4-1fb0-4378-9d13-f8898c657cd2 img.shogun-image,
  #s-628b53a4-1fb0-4378-9d13-f8898c657cd2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-628b53a4-1fb0-4378-9d13-f8898c657cd2 {
    width: 100%;
    height: auto;
  }

  #s-628b53a4-1fb0-4378-9d13-f8898c657cd2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-628b53a4-1fb0-4378-9d13-f8898c657cd2.shogun-image {
    
    
  }


.s-628b53a4-1fb0-4378-9d13-f8898c657cd2 .shogun-image-content {
  
    align-items: center;
  
}

.s-628b53a4-1fb0-4378-9d13-f8898c657cd2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-628b53a4-1fb0-4378-9d13-f8898c657cd2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-628b53a4-1fb0-4378-9d13-f8898c657cd2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-628b53a4-1fb0-4378-9d13-f8898c657cd2 {
      --shg-aspect-ratio: calc(1000/667); 
    }

    .s-628b53a4-1fb0-4378-9d13-f8898c657cd2.shogun-image-container {
      position: relative;
    }

    .s-628b53a4-1fb0-4378-9d13-f8898c657cd2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-628b53a4-1fb0-4378-9d13-f8898c657cd2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-628b53a4-1fb0-4378-9d13-f8898c657cd2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-38c7a68f-a0bf-4d88-8026-94dd0c249006 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(209, 209, 209, 1);
border-style: solid;
border-radius: 15px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 1, 1, 1);
line-height: 1.5em;
}
#s-38c7a68f-a0bf-4d88-8026-94dd0c249006:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-38c7a68f-a0bf-4d88-8026-94dd0c249006:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-38c7a68f-a0bf-4d88-8026-94dd0c249006 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-38c7a68f-a0bf-4d88-8026-94dd0c249006 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-38c7a68f-a0bf-4d88-8026-94dd0c249006 {
  
}
}

  #s-38c7a68f-a0bf-4d88-8026-94dd0c249006-root {
    text-align: center;
  }


#s-38c7a68f-a0bf-4d88-8026-94dd0c249006.shg-btn {
  color: rgba(255, 1, 1, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-38c7a68f-a0bf-4d88-8026-94dd0c249006-root {
    text-align: center;
  }


#s-38c7a68f-a0bf-4d88-8026-94dd0c249006.shg-btn {
  color: rgba(255, 1, 1, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-38c7a68f-a0bf-4d88-8026-94dd0c249006-root {
    text-align: center;
  }


#s-38c7a68f-a0bf-4d88-8026-94dd0c249006.shg-btn {
  color: rgba(255, 1, 1, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-38c7a68f-a0bf-4d88-8026-94dd0c249006-root {
    text-align: center;
  }


#s-38c7a68f-a0bf-4d88-8026-94dd0c249006.shg-btn {
  color: rgba(255, 1, 1, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-38c7a68f-a0bf-4d88-8026-94dd0c249006-root {
    text-align: center;
  }


#s-38c7a68f-a0bf-4d88-8026-94dd0c249006.shg-btn {
  color: rgba(255, 1, 1, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-a0b025c1-4a66-4f3c-8eca-dadfd125848f {
  margin-left: 3%;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-a0b025c1-4a66-4f3c-8eca-dadfd125848f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-a0b025c1-4a66-4f3c-8eca-dadfd125848f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-a0b025c1-4a66-4f3c-8eca-dadfd125848f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-a0b025c1-4a66-4f3c-8eca-dadfd125848f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-eb5df7ef-604f-4655-91e9-8de261c52486 {
  min-height: 50px;
}








#s-eb5df7ef-604f-4655-91e9-8de261c52486 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eb5df7ef-604f-4655-91e9-8de261c52486.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aaae9ee3-f831-4a16-ae48-00cb3fbd45d2 {
  max-width: 1000px;
aspect-ratio: 1000/667;
text-align: center;
}





  #s-aaae9ee3-f831-4a16-ae48-00cb3fbd45d2 img.shogun-image,
  #s-aaae9ee3-f831-4a16-ae48-00cb3fbd45d2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-aaae9ee3-f831-4a16-ae48-00cb3fbd45d2 {
    width: 100%;
    height: auto;
  }

  #s-aaae9ee3-f831-4a16-ae48-00cb3fbd45d2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-aaae9ee3-f831-4a16-ae48-00cb3fbd45d2.shogun-image {
    
    
  }


.s-aaae9ee3-f831-4a16-ae48-00cb3fbd45d2 .shogun-image-content {
  
    align-items: center;
  
}

.s-aaae9ee3-f831-4a16-ae48-00cb3fbd45d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aaae9ee3-f831-4a16-ae48-00cb3fbd45d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aaae9ee3-f831-4a16-ae48-00cb3fbd45d2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aaae9ee3-f831-4a16-ae48-00cb3fbd45d2 {
      --shg-aspect-ratio: calc(1000/667); 
    }

    .s-aaae9ee3-f831-4a16-ae48-00cb3fbd45d2.shogun-image-container {
      position: relative;
    }

    .s-aaae9ee3-f831-4a16-ae48-00cb3fbd45d2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aaae9ee3-f831-4a16-ae48-00cb3fbd45d2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aaae9ee3-f831-4a16-ae48-00cb3fbd45d2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-aaae9ee3-f831-4a16-ae48-00cb3fbd45d2 img.shogun-image,
  #s-aaae9ee3-f831-4a16-ae48-00cb3fbd45d2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-aaae9ee3-f831-4a16-ae48-00cb3fbd45d2 {
    width: 100%;
    height: auto;
  }

  #s-aaae9ee3-f831-4a16-ae48-00cb3fbd45d2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-aaae9ee3-f831-4a16-ae48-00cb3fbd45d2.shogun-image {
    
    
  }


.s-aaae9ee3-f831-4a16-ae48-00cb3fbd45d2 .shogun-image-content {
  
    align-items: center;
  
}

.s-aaae9ee3-f831-4a16-ae48-00cb3fbd45d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aaae9ee3-f831-4a16-ae48-00cb3fbd45d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aaae9ee3-f831-4a16-ae48-00cb3fbd45d2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aaae9ee3-f831-4a16-ae48-00cb3fbd45d2 {
      --shg-aspect-ratio: calc(1000/667); 
    }

    .s-aaae9ee3-f831-4a16-ae48-00cb3fbd45d2.shogun-image-container {
      position: relative;
    }

    .s-aaae9ee3-f831-4a16-ae48-00cb3fbd45d2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aaae9ee3-f831-4a16-ae48-00cb3fbd45d2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aaae9ee3-f831-4a16-ae48-00cb3fbd45d2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-aaae9ee3-f831-4a16-ae48-00cb3fbd45d2 img.shogun-image,
  #s-aaae9ee3-f831-4a16-ae48-00cb3fbd45d2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-aaae9ee3-f831-4a16-ae48-00cb3fbd45d2 {
    width: 100%;
    height: auto;
  }

  #s-aaae9ee3-f831-4a16-ae48-00cb3fbd45d2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-aaae9ee3-f831-4a16-ae48-00cb3fbd45d2.shogun-image {
    
    
  }


.s-aaae9ee3-f831-4a16-ae48-00cb3fbd45d2 .shogun-image-content {
  
    align-items: center;
  
}

.s-aaae9ee3-f831-4a16-ae48-00cb3fbd45d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aaae9ee3-f831-4a16-ae48-00cb3fbd45d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aaae9ee3-f831-4a16-ae48-00cb3fbd45d2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aaae9ee3-f831-4a16-ae48-00cb3fbd45d2 {
      --shg-aspect-ratio: calc(1000/667); 
    }

    .s-aaae9ee3-f831-4a16-ae48-00cb3fbd45d2.shogun-image-container {
      position: relative;
    }

    .s-aaae9ee3-f831-4a16-ae48-00cb3fbd45d2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aaae9ee3-f831-4a16-ae48-00cb3fbd45d2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aaae9ee3-f831-4a16-ae48-00cb3fbd45d2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-aaae9ee3-f831-4a16-ae48-00cb3fbd45d2 img.shogun-image,
  #s-aaae9ee3-f831-4a16-ae48-00cb3fbd45d2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-aaae9ee3-f831-4a16-ae48-00cb3fbd45d2 {
    width: 100%;
    height: auto;
  }

  #s-aaae9ee3-f831-4a16-ae48-00cb3fbd45d2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-aaae9ee3-f831-4a16-ae48-00cb3fbd45d2.shogun-image {
    
    
  }


.s-aaae9ee3-f831-4a16-ae48-00cb3fbd45d2 .shogun-image-content {
  
    align-items: center;
  
}

.s-aaae9ee3-f831-4a16-ae48-00cb3fbd45d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aaae9ee3-f831-4a16-ae48-00cb3fbd45d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aaae9ee3-f831-4a16-ae48-00cb3fbd45d2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aaae9ee3-f831-4a16-ae48-00cb3fbd45d2 {
      --shg-aspect-ratio: calc(1000/667); 
    }

    .s-aaae9ee3-f831-4a16-ae48-00cb3fbd45d2.shogun-image-container {
      position: relative;
    }

    .s-aaae9ee3-f831-4a16-ae48-00cb3fbd45d2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aaae9ee3-f831-4a16-ae48-00cb3fbd45d2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aaae9ee3-f831-4a16-ae48-00cb3fbd45d2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-aaae9ee3-f831-4a16-ae48-00cb3fbd45d2 img.shogun-image,
  #s-aaae9ee3-f831-4a16-ae48-00cb3fbd45d2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-aaae9ee3-f831-4a16-ae48-00cb3fbd45d2 {
    width: 100%;
    height: auto;
  }

  #s-aaae9ee3-f831-4a16-ae48-00cb3fbd45d2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-aaae9ee3-f831-4a16-ae48-00cb3fbd45d2.shogun-image {
    
    
  }


.s-aaae9ee3-f831-4a16-ae48-00cb3fbd45d2 .shogun-image-content {
  
    align-items: center;
  
}

.s-aaae9ee3-f831-4a16-ae48-00cb3fbd45d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aaae9ee3-f831-4a16-ae48-00cb3fbd45d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aaae9ee3-f831-4a16-ae48-00cb3fbd45d2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aaae9ee3-f831-4a16-ae48-00cb3fbd45d2 {
      --shg-aspect-ratio: calc(1000/667); 
    }

    .s-aaae9ee3-f831-4a16-ae48-00cb3fbd45d2.shogun-image-container {
      position: relative;
    }

    .s-aaae9ee3-f831-4a16-ae48-00cb3fbd45d2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aaae9ee3-f831-4a16-ae48-00cb3fbd45d2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aaae9ee3-f831-4a16-ae48-00cb3fbd45d2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-7b29c5f4-2649-46ac-ba92-950379004027 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(209, 209, 209, 1);
border-style: solid;
border-radius: 15px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 1, 1, 1);
line-height: 1.5em;
}
#s-7b29c5f4-2649-46ac-ba92-950379004027:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7b29c5f4-2649-46ac-ba92-950379004027:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-7b29c5f4-2649-46ac-ba92-950379004027 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7b29c5f4-2649-46ac-ba92-950379004027 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7b29c5f4-2649-46ac-ba92-950379004027 {
  
}
}

  #s-7b29c5f4-2649-46ac-ba92-950379004027-root {
    text-align: center;
  }


#s-7b29c5f4-2649-46ac-ba92-950379004027.shg-btn {
  color: rgba(255, 1, 1, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7b29c5f4-2649-46ac-ba92-950379004027-root {
    text-align: center;
  }


#s-7b29c5f4-2649-46ac-ba92-950379004027.shg-btn {
  color: rgba(255, 1, 1, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7b29c5f4-2649-46ac-ba92-950379004027-root {
    text-align: center;
  }


#s-7b29c5f4-2649-46ac-ba92-950379004027.shg-btn {
  color: rgba(255, 1, 1, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7b29c5f4-2649-46ac-ba92-950379004027-root {
    text-align: center;
  }


#s-7b29c5f4-2649-46ac-ba92-950379004027.shg-btn {
  color: rgba(255, 1, 1, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7b29c5f4-2649-46ac-ba92-950379004027-root {
    text-align: center;
  }


#s-7b29c5f4-2649-46ac-ba92-950379004027.shg-btn {
  color: rgba(255, 1, 1, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-37417565-314e-46f6-8274-6fcdbfc1b13f {
  min-height: 50px;
}








#s-37417565-314e-46f6-8274-6fcdbfc1b13f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-37417565-314e-46f6-8274-6fcdbfc1b13f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2c5550f7-812f-4c28-b5f5-00ada9431ba4 {
  max-width: 1000px;
aspect-ratio: 1000/667;
text-align: center;
}





  #s-2c5550f7-812f-4c28-b5f5-00ada9431ba4 img.shogun-image,
  #s-2c5550f7-812f-4c28-b5f5-00ada9431ba4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2c5550f7-812f-4c28-b5f5-00ada9431ba4 {
    width: 100%;
    height: auto;
  }

  #s-2c5550f7-812f-4c28-b5f5-00ada9431ba4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2c5550f7-812f-4c28-b5f5-00ada9431ba4.shogun-image {
    
    
  }


.s-2c5550f7-812f-4c28-b5f5-00ada9431ba4 .shogun-image-content {
  
    align-items: center;
  
}

.s-2c5550f7-812f-4c28-b5f5-00ada9431ba4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c5550f7-812f-4c28-b5f5-00ada9431ba4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c5550f7-812f-4c28-b5f5-00ada9431ba4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2c5550f7-812f-4c28-b5f5-00ada9431ba4 {
      --shg-aspect-ratio: calc(1000/667); 
    }

    .s-2c5550f7-812f-4c28-b5f5-00ada9431ba4.shogun-image-container {
      position: relative;
    }

    .s-2c5550f7-812f-4c28-b5f5-00ada9431ba4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2c5550f7-812f-4c28-b5f5-00ada9431ba4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2c5550f7-812f-4c28-b5f5-00ada9431ba4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-2c5550f7-812f-4c28-b5f5-00ada9431ba4 img.shogun-image,
  #s-2c5550f7-812f-4c28-b5f5-00ada9431ba4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2c5550f7-812f-4c28-b5f5-00ada9431ba4 {
    width: 100%;
    height: auto;
  }

  #s-2c5550f7-812f-4c28-b5f5-00ada9431ba4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2c5550f7-812f-4c28-b5f5-00ada9431ba4.shogun-image {
    
    
  }


.s-2c5550f7-812f-4c28-b5f5-00ada9431ba4 .shogun-image-content {
  
    align-items: center;
  
}

.s-2c5550f7-812f-4c28-b5f5-00ada9431ba4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c5550f7-812f-4c28-b5f5-00ada9431ba4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c5550f7-812f-4c28-b5f5-00ada9431ba4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2c5550f7-812f-4c28-b5f5-00ada9431ba4 {
      --shg-aspect-ratio: calc(1000/667); 
    }

    .s-2c5550f7-812f-4c28-b5f5-00ada9431ba4.shogun-image-container {
      position: relative;
    }

    .s-2c5550f7-812f-4c28-b5f5-00ada9431ba4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2c5550f7-812f-4c28-b5f5-00ada9431ba4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2c5550f7-812f-4c28-b5f5-00ada9431ba4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-2c5550f7-812f-4c28-b5f5-00ada9431ba4 img.shogun-image,
  #s-2c5550f7-812f-4c28-b5f5-00ada9431ba4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2c5550f7-812f-4c28-b5f5-00ada9431ba4 {
    width: 100%;
    height: auto;
  }

  #s-2c5550f7-812f-4c28-b5f5-00ada9431ba4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2c5550f7-812f-4c28-b5f5-00ada9431ba4.shogun-image {
    
    
  }


.s-2c5550f7-812f-4c28-b5f5-00ada9431ba4 .shogun-image-content {
  
    align-items: center;
  
}

.s-2c5550f7-812f-4c28-b5f5-00ada9431ba4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c5550f7-812f-4c28-b5f5-00ada9431ba4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c5550f7-812f-4c28-b5f5-00ada9431ba4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2c5550f7-812f-4c28-b5f5-00ada9431ba4 {
      --shg-aspect-ratio: calc(1000/667); 
    }

    .s-2c5550f7-812f-4c28-b5f5-00ada9431ba4.shogun-image-container {
      position: relative;
    }

    .s-2c5550f7-812f-4c28-b5f5-00ada9431ba4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2c5550f7-812f-4c28-b5f5-00ada9431ba4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2c5550f7-812f-4c28-b5f5-00ada9431ba4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-2c5550f7-812f-4c28-b5f5-00ada9431ba4 img.shogun-image,
  #s-2c5550f7-812f-4c28-b5f5-00ada9431ba4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2c5550f7-812f-4c28-b5f5-00ada9431ba4 {
    width: 100%;
    height: auto;
  }

  #s-2c5550f7-812f-4c28-b5f5-00ada9431ba4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2c5550f7-812f-4c28-b5f5-00ada9431ba4.shogun-image {
    
    
  }


.s-2c5550f7-812f-4c28-b5f5-00ada9431ba4 .shogun-image-content {
  
    align-items: center;
  
}

.s-2c5550f7-812f-4c28-b5f5-00ada9431ba4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c5550f7-812f-4c28-b5f5-00ada9431ba4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c5550f7-812f-4c28-b5f5-00ada9431ba4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2c5550f7-812f-4c28-b5f5-00ada9431ba4 {
      --shg-aspect-ratio: calc(1000/667); 
    }

    .s-2c5550f7-812f-4c28-b5f5-00ada9431ba4.shogun-image-container {
      position: relative;
    }

    .s-2c5550f7-812f-4c28-b5f5-00ada9431ba4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2c5550f7-812f-4c28-b5f5-00ada9431ba4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2c5550f7-812f-4c28-b5f5-00ada9431ba4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-2c5550f7-812f-4c28-b5f5-00ada9431ba4 img.shogun-image,
  #s-2c5550f7-812f-4c28-b5f5-00ada9431ba4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2c5550f7-812f-4c28-b5f5-00ada9431ba4 {
    width: 100%;
    height: auto;
  }

  #s-2c5550f7-812f-4c28-b5f5-00ada9431ba4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2c5550f7-812f-4c28-b5f5-00ada9431ba4.shogun-image {
    
    
  }


.s-2c5550f7-812f-4c28-b5f5-00ada9431ba4 .shogun-image-content {
  
    align-items: center;
  
}

.s-2c5550f7-812f-4c28-b5f5-00ada9431ba4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c5550f7-812f-4c28-b5f5-00ada9431ba4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c5550f7-812f-4c28-b5f5-00ada9431ba4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2c5550f7-812f-4c28-b5f5-00ada9431ba4 {
      --shg-aspect-ratio: calc(1000/667); 
    }

    .s-2c5550f7-812f-4c28-b5f5-00ada9431ba4.shogun-image-container {
      position: relative;
    }

    .s-2c5550f7-812f-4c28-b5f5-00ada9431ba4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2c5550f7-812f-4c28-b5f5-00ada9431ba4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2c5550f7-812f-4c28-b5f5-00ada9431ba4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-b8808ba4-0266-4515-b302-8ae14d0a7200 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(209, 209, 209, 1);
border-style: solid;
border-radius: 15px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 1, 1, 1);
line-height: 1.5em;
}
#s-b8808ba4-0266-4515-b302-8ae14d0a7200:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b8808ba4-0266-4515-b302-8ae14d0a7200:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-b8808ba4-0266-4515-b302-8ae14d0a7200 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b8808ba4-0266-4515-b302-8ae14d0a7200 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b8808ba4-0266-4515-b302-8ae14d0a7200 {
  
}
}

  #s-b8808ba4-0266-4515-b302-8ae14d0a7200-root {
    text-align: center;
  }


#s-b8808ba4-0266-4515-b302-8ae14d0a7200.shg-btn {
  color: rgba(255, 1, 1, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b8808ba4-0266-4515-b302-8ae14d0a7200-root {
    text-align: center;
  }


#s-b8808ba4-0266-4515-b302-8ae14d0a7200.shg-btn {
  color: rgba(255, 1, 1, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b8808ba4-0266-4515-b302-8ae14d0a7200-root {
    text-align: center;
  }


#s-b8808ba4-0266-4515-b302-8ae14d0a7200.shg-btn {
  color: rgba(255, 1, 1, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b8808ba4-0266-4515-b302-8ae14d0a7200-root {
    text-align: center;
  }


#s-b8808ba4-0266-4515-b302-8ae14d0a7200.shg-btn {
  color: rgba(255, 1, 1, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b8808ba4-0266-4515-b302-8ae14d0a7200-root {
    text-align: center;
  }


#s-b8808ba4-0266-4515-b302-8ae14d0a7200.shg-btn {
  color: rgba(255, 1, 1, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-5cd8dc45-eb6c-4907-8919-0b64d15ac582 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}








#s-5cd8dc45-eb6c-4907-8919-0b64d15ac582 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5cd8dc45-eb6c-4907-8919-0b64d15ac582.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-1aba0eab-7dad-4e1d-874d-8cb4e72d529d {
  margin-left: 3%;
margin-right: 3%;
}

#s-1aba0eab-7dad-4e1d-874d-8cb4e72d529d > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-1aba0eab-7dad-4e1d-874d-8cb4e72d529d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-1aba0eab-7dad-4e1d-874d-8cb4e72d529d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 1, 1, 1);
}

#s-1aba0eab-7dad-4e1d-874d-8cb4e72d529d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0.3);
  border-top: 1px solid #ddd;
}

#s-1aba0eab-7dad-4e1d-874d-8cb4e72d529d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 1, 1, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-1aba0eab-7dad-4e1d-874d-8cb4e72d529d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
@media (min-width: 0px) {
[id="s-506644fe-9af6-4b71-897e-3710f21ea8ee"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-506644fe-9af6-4b71-897e-3710f21ea8ee"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-506644fe-9af6-4b71-897e-3710f21ea8ee"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-506644fe-9af6-4b71-897e-3710f21ea8ee"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 0px) {
[id="s-6e850696-ed67-4f60-af2d-5ee2245c0c97"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-6e850696-ed67-4f60-af2d-5ee2245c0c97"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-6e850696-ed67-4f60-af2d-5ee2245c0c97"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-6e850696-ed67-4f60-af2d-5ee2245c0c97"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-cec0cad0-64de-4b43-9107-60259f6a3465 {
  min-height: 50px;
}








#s-cec0cad0-64de-4b43-9107-60259f6a3465 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cec0cad0-64de-4b43-9107-60259f6a3465.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c4e9f21b-eb49-4a1c-83eb-397fe68e0845 {
  max-width: 1000px;
aspect-ratio: 1000/667;
text-align: center;
}





  #s-c4e9f21b-eb49-4a1c-83eb-397fe68e0845 img.shogun-image,
  #s-c4e9f21b-eb49-4a1c-83eb-397fe68e0845 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c4e9f21b-eb49-4a1c-83eb-397fe68e0845 {
    width: 100%;
    height: auto;
  }

  #s-c4e9f21b-eb49-4a1c-83eb-397fe68e0845 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c4e9f21b-eb49-4a1c-83eb-397fe68e0845.shogun-image {
    
    
  }


.s-c4e9f21b-eb49-4a1c-83eb-397fe68e0845 .shogun-image-content {
  
    align-items: center;
  
}

.s-c4e9f21b-eb49-4a1c-83eb-397fe68e0845.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4e9f21b-eb49-4a1c-83eb-397fe68e0845.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4e9f21b-eb49-4a1c-83eb-397fe68e0845.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c4e9f21b-eb49-4a1c-83eb-397fe68e0845 {
      --shg-aspect-ratio: calc(1000/667); 
    }

    .s-c4e9f21b-eb49-4a1c-83eb-397fe68e0845.shogun-image-container {
      position: relative;
    }

    .s-c4e9f21b-eb49-4a1c-83eb-397fe68e0845.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c4e9f21b-eb49-4a1c-83eb-397fe68e0845.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c4e9f21b-eb49-4a1c-83eb-397fe68e0845 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-c4e9f21b-eb49-4a1c-83eb-397fe68e0845 img.shogun-image,
  #s-c4e9f21b-eb49-4a1c-83eb-397fe68e0845 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c4e9f21b-eb49-4a1c-83eb-397fe68e0845 {
    width: 100%;
    height: auto;
  }

  #s-c4e9f21b-eb49-4a1c-83eb-397fe68e0845 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c4e9f21b-eb49-4a1c-83eb-397fe68e0845.shogun-image {
    
    
  }


.s-c4e9f21b-eb49-4a1c-83eb-397fe68e0845 .shogun-image-content {
  
    align-items: center;
  
}

.s-c4e9f21b-eb49-4a1c-83eb-397fe68e0845.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4e9f21b-eb49-4a1c-83eb-397fe68e0845.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4e9f21b-eb49-4a1c-83eb-397fe68e0845.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c4e9f21b-eb49-4a1c-83eb-397fe68e0845 {
      --shg-aspect-ratio: calc(1000/667); 
    }

    .s-c4e9f21b-eb49-4a1c-83eb-397fe68e0845.shogun-image-container {
      position: relative;
    }

    .s-c4e9f21b-eb49-4a1c-83eb-397fe68e0845.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c4e9f21b-eb49-4a1c-83eb-397fe68e0845.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c4e9f21b-eb49-4a1c-83eb-397fe68e0845 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-c4e9f21b-eb49-4a1c-83eb-397fe68e0845 img.shogun-image,
  #s-c4e9f21b-eb49-4a1c-83eb-397fe68e0845 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c4e9f21b-eb49-4a1c-83eb-397fe68e0845 {
    width: 100%;
    height: auto;
  }

  #s-c4e9f21b-eb49-4a1c-83eb-397fe68e0845 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c4e9f21b-eb49-4a1c-83eb-397fe68e0845.shogun-image {
    
    
  }


.s-c4e9f21b-eb49-4a1c-83eb-397fe68e0845 .shogun-image-content {
  
    align-items: center;
  
}

.s-c4e9f21b-eb49-4a1c-83eb-397fe68e0845.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4e9f21b-eb49-4a1c-83eb-397fe68e0845.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4e9f21b-eb49-4a1c-83eb-397fe68e0845.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c4e9f21b-eb49-4a1c-83eb-397fe68e0845 {
      --shg-aspect-ratio: calc(1000/667); 
    }

    .s-c4e9f21b-eb49-4a1c-83eb-397fe68e0845.shogun-image-container {
      position: relative;
    }

    .s-c4e9f21b-eb49-4a1c-83eb-397fe68e0845.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c4e9f21b-eb49-4a1c-83eb-397fe68e0845.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c4e9f21b-eb49-4a1c-83eb-397fe68e0845 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-c4e9f21b-eb49-4a1c-83eb-397fe68e0845 img.shogun-image,
  #s-c4e9f21b-eb49-4a1c-83eb-397fe68e0845 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c4e9f21b-eb49-4a1c-83eb-397fe68e0845 {
    width: 100%;
    height: auto;
  }

  #s-c4e9f21b-eb49-4a1c-83eb-397fe68e0845 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c4e9f21b-eb49-4a1c-83eb-397fe68e0845.shogun-image {
    
    
  }


.s-c4e9f21b-eb49-4a1c-83eb-397fe68e0845 .shogun-image-content {
  
    align-items: center;
  
}

.s-c4e9f21b-eb49-4a1c-83eb-397fe68e0845.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4e9f21b-eb49-4a1c-83eb-397fe68e0845.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4e9f21b-eb49-4a1c-83eb-397fe68e0845.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c4e9f21b-eb49-4a1c-83eb-397fe68e0845 {
      --shg-aspect-ratio: calc(1000/667); 
    }

    .s-c4e9f21b-eb49-4a1c-83eb-397fe68e0845.shogun-image-container {
      position: relative;
    }

    .s-c4e9f21b-eb49-4a1c-83eb-397fe68e0845.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c4e9f21b-eb49-4a1c-83eb-397fe68e0845.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c4e9f21b-eb49-4a1c-83eb-397fe68e0845 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-c4e9f21b-eb49-4a1c-83eb-397fe68e0845 img.shogun-image,
  #s-c4e9f21b-eb49-4a1c-83eb-397fe68e0845 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c4e9f21b-eb49-4a1c-83eb-397fe68e0845 {
    width: 100%;
    height: auto;
  }

  #s-c4e9f21b-eb49-4a1c-83eb-397fe68e0845 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c4e9f21b-eb49-4a1c-83eb-397fe68e0845.shogun-image {
    
    
  }


.s-c4e9f21b-eb49-4a1c-83eb-397fe68e0845 .shogun-image-content {
  
    align-items: center;
  
}

.s-c4e9f21b-eb49-4a1c-83eb-397fe68e0845.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4e9f21b-eb49-4a1c-83eb-397fe68e0845.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4e9f21b-eb49-4a1c-83eb-397fe68e0845.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c4e9f21b-eb49-4a1c-83eb-397fe68e0845 {
      --shg-aspect-ratio: calc(1000/667); 
    }

    .s-c4e9f21b-eb49-4a1c-83eb-397fe68e0845.shogun-image-container {
      position: relative;
    }

    .s-c4e9f21b-eb49-4a1c-83eb-397fe68e0845.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c4e9f21b-eb49-4a1c-83eb-397fe68e0845.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c4e9f21b-eb49-4a1c-83eb-397fe68e0845 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-036ad781-a9a6-4786-8003-015d763cac7a {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(209, 209, 209, 1);
border-style: solid;
border-radius: 15px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 1, 1, 1);
line-height: 1.5em;
}
#s-036ad781-a9a6-4786-8003-015d763cac7a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-036ad781-a9a6-4786-8003-015d763cac7a:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-036ad781-a9a6-4786-8003-015d763cac7a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-036ad781-a9a6-4786-8003-015d763cac7a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-036ad781-a9a6-4786-8003-015d763cac7a {
  
}
}

  #s-036ad781-a9a6-4786-8003-015d763cac7a-root {
    text-align: center;
  }


#s-036ad781-a9a6-4786-8003-015d763cac7a.shg-btn {
  color: rgba(255, 1, 1, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-036ad781-a9a6-4786-8003-015d763cac7a-root {
    text-align: center;
  }


#s-036ad781-a9a6-4786-8003-015d763cac7a.shg-btn {
  color: rgba(255, 1, 1, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-036ad781-a9a6-4786-8003-015d763cac7a-root {
    text-align: center;
  }


#s-036ad781-a9a6-4786-8003-015d763cac7a.shg-btn {
  color: rgba(255, 1, 1, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-036ad781-a9a6-4786-8003-015d763cac7a-root {
    text-align: center;
  }


#s-036ad781-a9a6-4786-8003-015d763cac7a.shg-btn {
  color: rgba(255, 1, 1, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-036ad781-a9a6-4786-8003-015d763cac7a-root {
    text-align: center;
  }


#s-036ad781-a9a6-4786-8003-015d763cac7a.shg-btn {
  color: rgba(255, 1, 1, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-deed64d1-e581-4a5b-b1df-d5f616f2189f {
  min-height: 50px;
}








#s-deed64d1-e581-4a5b-b1df-d5f616f2189f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-deed64d1-e581-4a5b-b1df-d5f616f2189f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9e108c95-1549-463f-a636-f0582851e78a {
  max-width: 1000px;
aspect-ratio: 1000/667;
text-align: center;
}





  #s-9e108c95-1549-463f-a636-f0582851e78a img.shogun-image,
  #s-9e108c95-1549-463f-a636-f0582851e78a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9e108c95-1549-463f-a636-f0582851e78a {
    width: 100%;
    height: auto;
  }

  #s-9e108c95-1549-463f-a636-f0582851e78a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9e108c95-1549-463f-a636-f0582851e78a.shogun-image {
    
    
  }


.s-9e108c95-1549-463f-a636-f0582851e78a .shogun-image-content {
  
    align-items: center;
  
}

.s-9e108c95-1549-463f-a636-f0582851e78a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9e108c95-1549-463f-a636-f0582851e78a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e108c95-1549-463f-a636-f0582851e78a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9e108c95-1549-463f-a636-f0582851e78a {
      --shg-aspect-ratio: calc(1000/667); 
    }

    .s-9e108c95-1549-463f-a636-f0582851e78a.shogun-image-container {
      position: relative;
    }

    .s-9e108c95-1549-463f-a636-f0582851e78a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9e108c95-1549-463f-a636-f0582851e78a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9e108c95-1549-463f-a636-f0582851e78a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-9e108c95-1549-463f-a636-f0582851e78a img.shogun-image,
  #s-9e108c95-1549-463f-a636-f0582851e78a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9e108c95-1549-463f-a636-f0582851e78a {
    width: 100%;
    height: auto;
  }

  #s-9e108c95-1549-463f-a636-f0582851e78a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9e108c95-1549-463f-a636-f0582851e78a.shogun-image {
    
    
  }


.s-9e108c95-1549-463f-a636-f0582851e78a .shogun-image-content {
  
    align-items: center;
  
}

.s-9e108c95-1549-463f-a636-f0582851e78a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9e108c95-1549-463f-a636-f0582851e78a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e108c95-1549-463f-a636-f0582851e78a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9e108c95-1549-463f-a636-f0582851e78a {
      --shg-aspect-ratio: calc(1000/667); 
    }

    .s-9e108c95-1549-463f-a636-f0582851e78a.shogun-image-container {
      position: relative;
    }

    .s-9e108c95-1549-463f-a636-f0582851e78a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9e108c95-1549-463f-a636-f0582851e78a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9e108c95-1549-463f-a636-f0582851e78a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-9e108c95-1549-463f-a636-f0582851e78a img.shogun-image,
  #s-9e108c95-1549-463f-a636-f0582851e78a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9e108c95-1549-463f-a636-f0582851e78a {
    width: 100%;
    height: auto;
  }

  #s-9e108c95-1549-463f-a636-f0582851e78a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9e108c95-1549-463f-a636-f0582851e78a.shogun-image {
    
    
  }


.s-9e108c95-1549-463f-a636-f0582851e78a .shogun-image-content {
  
    align-items: center;
  
}

.s-9e108c95-1549-463f-a636-f0582851e78a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9e108c95-1549-463f-a636-f0582851e78a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e108c95-1549-463f-a636-f0582851e78a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9e108c95-1549-463f-a636-f0582851e78a {
      --shg-aspect-ratio: calc(1000/667); 
    }

    .s-9e108c95-1549-463f-a636-f0582851e78a.shogun-image-container {
      position: relative;
    }

    .s-9e108c95-1549-463f-a636-f0582851e78a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9e108c95-1549-463f-a636-f0582851e78a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9e108c95-1549-463f-a636-f0582851e78a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-9e108c95-1549-463f-a636-f0582851e78a img.shogun-image,
  #s-9e108c95-1549-463f-a636-f0582851e78a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9e108c95-1549-463f-a636-f0582851e78a {
    width: 100%;
    height: auto;
  }

  #s-9e108c95-1549-463f-a636-f0582851e78a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9e108c95-1549-463f-a636-f0582851e78a.shogun-image {
    
    
  }


.s-9e108c95-1549-463f-a636-f0582851e78a .shogun-image-content {
  
    align-items: center;
  
}

.s-9e108c95-1549-463f-a636-f0582851e78a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9e108c95-1549-463f-a636-f0582851e78a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e108c95-1549-463f-a636-f0582851e78a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9e108c95-1549-463f-a636-f0582851e78a {
      --shg-aspect-ratio: calc(1000/667); 
    }

    .s-9e108c95-1549-463f-a636-f0582851e78a.shogun-image-container {
      position: relative;
    }

    .s-9e108c95-1549-463f-a636-f0582851e78a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9e108c95-1549-463f-a636-f0582851e78a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9e108c95-1549-463f-a636-f0582851e78a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-9e108c95-1549-463f-a636-f0582851e78a img.shogun-image,
  #s-9e108c95-1549-463f-a636-f0582851e78a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9e108c95-1549-463f-a636-f0582851e78a {
    width: 100%;
    height: auto;
  }

  #s-9e108c95-1549-463f-a636-f0582851e78a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9e108c95-1549-463f-a636-f0582851e78a.shogun-image {
    
    
  }


.s-9e108c95-1549-463f-a636-f0582851e78a .shogun-image-content {
  
    align-items: center;
  
}

.s-9e108c95-1549-463f-a636-f0582851e78a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9e108c95-1549-463f-a636-f0582851e78a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e108c95-1549-463f-a636-f0582851e78a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9e108c95-1549-463f-a636-f0582851e78a {
      --shg-aspect-ratio: calc(1000/667); 
    }

    .s-9e108c95-1549-463f-a636-f0582851e78a.shogun-image-container {
      position: relative;
    }

    .s-9e108c95-1549-463f-a636-f0582851e78a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9e108c95-1549-463f-a636-f0582851e78a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9e108c95-1549-463f-a636-f0582851e78a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-09a1fa65-68d4-44bd-9fe7-c17258234fdb {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(209, 209, 209, 1);
border-style: solid;
border-radius: 15px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 1, 1, 1);
line-height: 1.5em;
}
#s-09a1fa65-68d4-44bd-9fe7-c17258234fdb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-09a1fa65-68d4-44bd-9fe7-c17258234fdb:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-09a1fa65-68d4-44bd-9fe7-c17258234fdb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-09a1fa65-68d4-44bd-9fe7-c17258234fdb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-09a1fa65-68d4-44bd-9fe7-c17258234fdb {
  
}
}

  #s-09a1fa65-68d4-44bd-9fe7-c17258234fdb-root {
    text-align: center;
  }


#s-09a1fa65-68d4-44bd-9fe7-c17258234fdb.shg-btn {
  color: rgba(255, 1, 1, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-09a1fa65-68d4-44bd-9fe7-c17258234fdb-root {
    text-align: center;
  }


#s-09a1fa65-68d4-44bd-9fe7-c17258234fdb.shg-btn {
  color: rgba(255, 1, 1, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-09a1fa65-68d4-44bd-9fe7-c17258234fdb-root {
    text-align: center;
  }


#s-09a1fa65-68d4-44bd-9fe7-c17258234fdb.shg-btn {
  color: rgba(255, 1, 1, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-09a1fa65-68d4-44bd-9fe7-c17258234fdb-root {
    text-align: center;
  }


#s-09a1fa65-68d4-44bd-9fe7-c17258234fdb.shg-btn {
  color: rgba(255, 1, 1, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-09a1fa65-68d4-44bd-9fe7-c17258234fdb-root {
    text-align: center;
  }


#s-09a1fa65-68d4-44bd-9fe7-c17258234fdb.shg-btn {
  color: rgba(255, 1, 1, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-2d475998-5c48-49d2-8334-7a8c0ef704d6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-2d475998-5c48-49d2-8334-7a8c0ef704d6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2d475998-5c48-49d2-8334-7a8c0ef704d6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2d475998-5c48-49d2-8334-7a8c0ef704d6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-93f4a941-db3b-4aac-973b-81d478cedb1c {
  min-height: 50px;
}








#s-93f4a941-db3b-4aac-973b-81d478cedb1c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-93f4a941-db3b-4aac-973b-81d478cedb1c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-13e9022d-1274-4fcb-a97e-098865aa1e02 {
  max-width: 1000px;
aspect-ratio: 1000/666;
text-align: center;
}





  #s-13e9022d-1274-4fcb-a97e-098865aa1e02 img.shogun-image,
  #s-13e9022d-1274-4fcb-a97e-098865aa1e02 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-13e9022d-1274-4fcb-a97e-098865aa1e02 {
    width: 100%;
    height: auto;
  }

  #s-13e9022d-1274-4fcb-a97e-098865aa1e02 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-13e9022d-1274-4fcb-a97e-098865aa1e02.shogun-image {
    
    
  }


.s-13e9022d-1274-4fcb-a97e-098865aa1e02 .shogun-image-content {
  
    align-items: center;
  
}

.s-13e9022d-1274-4fcb-a97e-098865aa1e02.shg-align-container {
  display: flex;
  justify-content: center
}

.s-13e9022d-1274-4fcb-a97e-098865aa1e02.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13e9022d-1274-4fcb-a97e-098865aa1e02.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-13e9022d-1274-4fcb-a97e-098865aa1e02 {
      --shg-aspect-ratio: calc(1000/666); 
    }

    .s-13e9022d-1274-4fcb-a97e-098865aa1e02.shogun-image-container {
      position: relative;
    }

    .s-13e9022d-1274-4fcb-a97e-098865aa1e02.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-13e9022d-1274-4fcb-a97e-098865aa1e02.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-13e9022d-1274-4fcb-a97e-098865aa1e02 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-13e9022d-1274-4fcb-a97e-098865aa1e02 img.shogun-image,
  #s-13e9022d-1274-4fcb-a97e-098865aa1e02 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-13e9022d-1274-4fcb-a97e-098865aa1e02 {
    width: 100%;
    height: auto;
  }

  #s-13e9022d-1274-4fcb-a97e-098865aa1e02 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-13e9022d-1274-4fcb-a97e-098865aa1e02.shogun-image {
    
    
  }


.s-13e9022d-1274-4fcb-a97e-098865aa1e02 .shogun-image-content {
  
    align-items: center;
  
}

.s-13e9022d-1274-4fcb-a97e-098865aa1e02.shg-align-container {
  display: flex;
  justify-content: center
}

.s-13e9022d-1274-4fcb-a97e-098865aa1e02.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13e9022d-1274-4fcb-a97e-098865aa1e02.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-13e9022d-1274-4fcb-a97e-098865aa1e02 {
      --shg-aspect-ratio: calc(1000/666); 
    }

    .s-13e9022d-1274-4fcb-a97e-098865aa1e02.shogun-image-container {
      position: relative;
    }

    .s-13e9022d-1274-4fcb-a97e-098865aa1e02.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-13e9022d-1274-4fcb-a97e-098865aa1e02.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-13e9022d-1274-4fcb-a97e-098865aa1e02 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-13e9022d-1274-4fcb-a97e-098865aa1e02 img.shogun-image,
  #s-13e9022d-1274-4fcb-a97e-098865aa1e02 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-13e9022d-1274-4fcb-a97e-098865aa1e02 {
    width: 100%;
    height: auto;
  }

  #s-13e9022d-1274-4fcb-a97e-098865aa1e02 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-13e9022d-1274-4fcb-a97e-098865aa1e02.shogun-image {
    
    
  }


.s-13e9022d-1274-4fcb-a97e-098865aa1e02 .shogun-image-content {
  
    align-items: center;
  
}

.s-13e9022d-1274-4fcb-a97e-098865aa1e02.shg-align-container {
  display: flex;
  justify-content: center
}

.s-13e9022d-1274-4fcb-a97e-098865aa1e02.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13e9022d-1274-4fcb-a97e-098865aa1e02.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-13e9022d-1274-4fcb-a97e-098865aa1e02 {
      --shg-aspect-ratio: calc(1000/666); 
    }

    .s-13e9022d-1274-4fcb-a97e-098865aa1e02.shogun-image-container {
      position: relative;
    }

    .s-13e9022d-1274-4fcb-a97e-098865aa1e02.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-13e9022d-1274-4fcb-a97e-098865aa1e02.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-13e9022d-1274-4fcb-a97e-098865aa1e02 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-13e9022d-1274-4fcb-a97e-098865aa1e02 img.shogun-image,
  #s-13e9022d-1274-4fcb-a97e-098865aa1e02 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-13e9022d-1274-4fcb-a97e-098865aa1e02 {
    width: 100%;
    height: auto;
  }

  #s-13e9022d-1274-4fcb-a97e-098865aa1e02 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-13e9022d-1274-4fcb-a97e-098865aa1e02.shogun-image {
    
    
  }


.s-13e9022d-1274-4fcb-a97e-098865aa1e02 .shogun-image-content {
  
    align-items: center;
  
}

.s-13e9022d-1274-4fcb-a97e-098865aa1e02.shg-align-container {
  display: flex;
  justify-content: center
}

.s-13e9022d-1274-4fcb-a97e-098865aa1e02.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13e9022d-1274-4fcb-a97e-098865aa1e02.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-13e9022d-1274-4fcb-a97e-098865aa1e02 {
      --shg-aspect-ratio: calc(1000/666); 
    }

    .s-13e9022d-1274-4fcb-a97e-098865aa1e02.shogun-image-container {
      position: relative;
    }

    .s-13e9022d-1274-4fcb-a97e-098865aa1e02.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-13e9022d-1274-4fcb-a97e-098865aa1e02.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-13e9022d-1274-4fcb-a97e-098865aa1e02 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-13e9022d-1274-4fcb-a97e-098865aa1e02 img.shogun-image,
  #s-13e9022d-1274-4fcb-a97e-098865aa1e02 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-13e9022d-1274-4fcb-a97e-098865aa1e02 {
    width: 100%;
    height: auto;
  }

  #s-13e9022d-1274-4fcb-a97e-098865aa1e02 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-13e9022d-1274-4fcb-a97e-098865aa1e02.shogun-image {
    
    
  }


.s-13e9022d-1274-4fcb-a97e-098865aa1e02 .shogun-image-content {
  
    align-items: center;
  
}

.s-13e9022d-1274-4fcb-a97e-098865aa1e02.shg-align-container {
  display: flex;
  justify-content: center
}

.s-13e9022d-1274-4fcb-a97e-098865aa1e02.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13e9022d-1274-4fcb-a97e-098865aa1e02.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-13e9022d-1274-4fcb-a97e-098865aa1e02 {
      --shg-aspect-ratio: calc(1000/666); 
    }

    .s-13e9022d-1274-4fcb-a97e-098865aa1e02.shogun-image-container {
      position: relative;
    }

    .s-13e9022d-1274-4fcb-a97e-098865aa1e02.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-13e9022d-1274-4fcb-a97e-098865aa1e02.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-13e9022d-1274-4fcb-a97e-098865aa1e02 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-0e07fd09-f5b1-44e2-ad4d-de09fff7736e {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(209, 209, 209, 1);
border-style: solid;
border-radius: 15px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 1, 1, 1);
line-height: 1.5em;
}
#s-0e07fd09-f5b1-44e2-ad4d-de09fff7736e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0e07fd09-f5b1-44e2-ad4d-de09fff7736e:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-0e07fd09-f5b1-44e2-ad4d-de09fff7736e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0e07fd09-f5b1-44e2-ad4d-de09fff7736e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0e07fd09-f5b1-44e2-ad4d-de09fff7736e {
  
}
}

  #s-0e07fd09-f5b1-44e2-ad4d-de09fff7736e-root {
    text-align: center;
  }


#s-0e07fd09-f5b1-44e2-ad4d-de09fff7736e.shg-btn {
  color: rgba(255, 1, 1, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0e07fd09-f5b1-44e2-ad4d-de09fff7736e-root {
    text-align: center;
  }


#s-0e07fd09-f5b1-44e2-ad4d-de09fff7736e.shg-btn {
  color: rgba(255, 1, 1, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0e07fd09-f5b1-44e2-ad4d-de09fff7736e-root {
    text-align: center;
  }


#s-0e07fd09-f5b1-44e2-ad4d-de09fff7736e.shg-btn {
  color: rgba(255, 1, 1, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0e07fd09-f5b1-44e2-ad4d-de09fff7736e-root {
    text-align: center;
  }


#s-0e07fd09-f5b1-44e2-ad4d-de09fff7736e.shg-btn {
  color: rgba(255, 1, 1, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0e07fd09-f5b1-44e2-ad4d-de09fff7736e-root {
    text-align: center;
  }


#s-0e07fd09-f5b1-44e2-ad4d-de09fff7736e.shg-btn {
  color: rgba(255, 1, 1, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-e835cab2-8b51-4f70-90ee-d74d26a0fbc3 {
  min-height: 50px;
}








#s-e835cab2-8b51-4f70-90ee-d74d26a0fbc3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e835cab2-8b51-4f70-90ee-d74d26a0fbc3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ccdb63b9-fe49-4990-87f3-7af199115619 {
  max-width: 1000px;
aspect-ratio: 1000/667;
text-align: center;
}





  #s-ccdb63b9-fe49-4990-87f3-7af199115619 img.shogun-image,
  #s-ccdb63b9-fe49-4990-87f3-7af199115619 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ccdb63b9-fe49-4990-87f3-7af199115619 {
    width: 100%;
    height: auto;
  }

  #s-ccdb63b9-fe49-4990-87f3-7af199115619 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ccdb63b9-fe49-4990-87f3-7af199115619.shogun-image {
    
    
  }


.s-ccdb63b9-fe49-4990-87f3-7af199115619 .shogun-image-content {
  
    align-items: center;
  
}

.s-ccdb63b9-fe49-4990-87f3-7af199115619.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ccdb63b9-fe49-4990-87f3-7af199115619.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ccdb63b9-fe49-4990-87f3-7af199115619.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ccdb63b9-fe49-4990-87f3-7af199115619 {
      --shg-aspect-ratio: calc(1000/667); 
    }

    .s-ccdb63b9-fe49-4990-87f3-7af199115619.shogun-image-container {
      position: relative;
    }

    .s-ccdb63b9-fe49-4990-87f3-7af199115619.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ccdb63b9-fe49-4990-87f3-7af199115619.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ccdb63b9-fe49-4990-87f3-7af199115619 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-ccdb63b9-fe49-4990-87f3-7af199115619 img.shogun-image,
  #s-ccdb63b9-fe49-4990-87f3-7af199115619 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ccdb63b9-fe49-4990-87f3-7af199115619 {
    width: 100%;
    height: auto;
  }

  #s-ccdb63b9-fe49-4990-87f3-7af199115619 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ccdb63b9-fe49-4990-87f3-7af199115619.shogun-image {
    
    
  }


.s-ccdb63b9-fe49-4990-87f3-7af199115619 .shogun-image-content {
  
    align-items: center;
  
}

.s-ccdb63b9-fe49-4990-87f3-7af199115619.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ccdb63b9-fe49-4990-87f3-7af199115619.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ccdb63b9-fe49-4990-87f3-7af199115619.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ccdb63b9-fe49-4990-87f3-7af199115619 {
      --shg-aspect-ratio: calc(1000/667); 
    }

    .s-ccdb63b9-fe49-4990-87f3-7af199115619.shogun-image-container {
      position: relative;
    }

    .s-ccdb63b9-fe49-4990-87f3-7af199115619.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ccdb63b9-fe49-4990-87f3-7af199115619.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ccdb63b9-fe49-4990-87f3-7af199115619 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-ccdb63b9-fe49-4990-87f3-7af199115619 img.shogun-image,
  #s-ccdb63b9-fe49-4990-87f3-7af199115619 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ccdb63b9-fe49-4990-87f3-7af199115619 {
    width: 100%;
    height: auto;
  }

  #s-ccdb63b9-fe49-4990-87f3-7af199115619 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ccdb63b9-fe49-4990-87f3-7af199115619.shogun-image {
    
    
  }


.s-ccdb63b9-fe49-4990-87f3-7af199115619 .shogun-image-content {
  
    align-items: center;
  
}

.s-ccdb63b9-fe49-4990-87f3-7af199115619.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ccdb63b9-fe49-4990-87f3-7af199115619.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ccdb63b9-fe49-4990-87f3-7af199115619.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ccdb63b9-fe49-4990-87f3-7af199115619 {
      --shg-aspect-ratio: calc(1000/667); 
    }

    .s-ccdb63b9-fe49-4990-87f3-7af199115619.shogun-image-container {
      position: relative;
    }

    .s-ccdb63b9-fe49-4990-87f3-7af199115619.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ccdb63b9-fe49-4990-87f3-7af199115619.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ccdb63b9-fe49-4990-87f3-7af199115619 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-ccdb63b9-fe49-4990-87f3-7af199115619 img.shogun-image,
  #s-ccdb63b9-fe49-4990-87f3-7af199115619 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ccdb63b9-fe49-4990-87f3-7af199115619 {
    width: 100%;
    height: auto;
  }

  #s-ccdb63b9-fe49-4990-87f3-7af199115619 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ccdb63b9-fe49-4990-87f3-7af199115619.shogun-image {
    
    
  }


.s-ccdb63b9-fe49-4990-87f3-7af199115619 .shogun-image-content {
  
    align-items: center;
  
}

.s-ccdb63b9-fe49-4990-87f3-7af199115619.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ccdb63b9-fe49-4990-87f3-7af199115619.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ccdb63b9-fe49-4990-87f3-7af199115619.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ccdb63b9-fe49-4990-87f3-7af199115619 {
      --shg-aspect-ratio: calc(1000/667); 
    }

    .s-ccdb63b9-fe49-4990-87f3-7af199115619.shogun-image-container {
      position: relative;
    }

    .s-ccdb63b9-fe49-4990-87f3-7af199115619.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ccdb63b9-fe49-4990-87f3-7af199115619.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ccdb63b9-fe49-4990-87f3-7af199115619 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-ccdb63b9-fe49-4990-87f3-7af199115619 img.shogun-image,
  #s-ccdb63b9-fe49-4990-87f3-7af199115619 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ccdb63b9-fe49-4990-87f3-7af199115619 {
    width: 100%;
    height: auto;
  }

  #s-ccdb63b9-fe49-4990-87f3-7af199115619 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ccdb63b9-fe49-4990-87f3-7af199115619.shogun-image {
    
    
  }


.s-ccdb63b9-fe49-4990-87f3-7af199115619 .shogun-image-content {
  
    align-items: center;
  
}

.s-ccdb63b9-fe49-4990-87f3-7af199115619.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ccdb63b9-fe49-4990-87f3-7af199115619.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ccdb63b9-fe49-4990-87f3-7af199115619.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ccdb63b9-fe49-4990-87f3-7af199115619 {
      --shg-aspect-ratio: calc(1000/667); 
    }

    .s-ccdb63b9-fe49-4990-87f3-7af199115619.shogun-image-container {
      position: relative;
    }

    .s-ccdb63b9-fe49-4990-87f3-7af199115619.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ccdb63b9-fe49-4990-87f3-7af199115619.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ccdb63b9-fe49-4990-87f3-7af199115619 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-1f20d558-c723-4166-b7d8-323546ad3a11 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(209, 209, 209, 1);
border-style: solid;
border-radius: 15px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 1, 1, 1);
line-height: 1.5em;
}
#s-1f20d558-c723-4166-b7d8-323546ad3a11:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1f20d558-c723-4166-b7d8-323546ad3a11:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-1f20d558-c723-4166-b7d8-323546ad3a11 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1f20d558-c723-4166-b7d8-323546ad3a11 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1f20d558-c723-4166-b7d8-323546ad3a11 {
  
}
}

  #s-1f20d558-c723-4166-b7d8-323546ad3a11-root {
    text-align: center;
  }


#s-1f20d558-c723-4166-b7d8-323546ad3a11.shg-btn {
  color: rgba(255, 1, 1, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1f20d558-c723-4166-b7d8-323546ad3a11-root {
    text-align: center;
  }


#s-1f20d558-c723-4166-b7d8-323546ad3a11.shg-btn {
  color: rgba(255, 1, 1, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1f20d558-c723-4166-b7d8-323546ad3a11-root {
    text-align: center;
  }


#s-1f20d558-c723-4166-b7d8-323546ad3a11.shg-btn {
  color: rgba(255, 1, 1, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1f20d558-c723-4166-b7d8-323546ad3a11-root {
    text-align: center;
  }


#s-1f20d558-c723-4166-b7d8-323546ad3a11.shg-btn {
  color: rgba(255, 1, 1, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1f20d558-c723-4166-b7d8-323546ad3a11-root {
    text-align: center;
  }


#s-1f20d558-c723-4166-b7d8-323546ad3a11.shg-btn {
  color: rgba(255, 1, 1, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-1ecedd2d-ac50-4ca4-800e-bb1018628bc6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1ecedd2d-ac50-4ca4-800e-bb1018628bc6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-1ecedd2d-ac50-4ca4-800e-bb1018628bc6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-1ecedd2d-ac50-4ca4-800e-bb1018628bc6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 0px) {
[id="s-c633f4fe-637b-4114-8ea2-3328715d0ab3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-c633f4fe-637b-4114-8ea2-3328715d0ab3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-c633f4fe-637b-4114-8ea2-3328715d0ab3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-c633f4fe-637b-4114-8ea2-3328715d0ab3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-5f7f813c-e58b-48d2-a181-d8cc84ed7d65 {
  text-align: center;
}







  img.s-5f7f813c-e58b-48d2-a181-d8cc84ed7d65.shogun-image {
    
    
  }


.s-5f7f813c-e58b-48d2-a181-d8cc84ed7d65 .shogun-image-content {
  
    align-items: center;
  
}

.s-5f7f813c-e58b-48d2-a181-d8cc84ed7d65.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f7f813c-e58b-48d2-a181-d8cc84ed7d65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f7f813c-e58b-48d2-a181-d8cc84ed7d65.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-5f7f813c-e58b-48d2-a181-d8cc84ed7d65.shogun-image {
    
    
  }


.s-5f7f813c-e58b-48d2-a181-d8cc84ed7d65 .shogun-image-content {
  
    align-items: center;
  
}

.s-5f7f813c-e58b-48d2-a181-d8cc84ed7d65.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f7f813c-e58b-48d2-a181-d8cc84ed7d65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f7f813c-e58b-48d2-a181-d8cc84ed7d65.shogun-image {
  box-sizing: border-box;
}



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





  img.s-5f7f813c-e58b-48d2-a181-d8cc84ed7d65.shogun-image {
    
    
  }


.s-5f7f813c-e58b-48d2-a181-d8cc84ed7d65 .shogun-image-content {
  
    align-items: center;
  
}

.s-5f7f813c-e58b-48d2-a181-d8cc84ed7d65.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f7f813c-e58b-48d2-a181-d8cc84ed7d65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f7f813c-e58b-48d2-a181-d8cc84ed7d65.shogun-image {
  box-sizing: border-box;
}



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





  img.s-5f7f813c-e58b-48d2-a181-d8cc84ed7d65.shogun-image {
    
    
  }


.s-5f7f813c-e58b-48d2-a181-d8cc84ed7d65 .shogun-image-content {
  
    align-items: center;
  
}

.s-5f7f813c-e58b-48d2-a181-d8cc84ed7d65.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f7f813c-e58b-48d2-a181-d8cc84ed7d65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f7f813c-e58b-48d2-a181-d8cc84ed7d65.shogun-image {
  box-sizing: border-box;
}



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





  img.s-5f7f813c-e58b-48d2-a181-d8cc84ed7d65.shogun-image {
    
    
  }


.s-5f7f813c-e58b-48d2-a181-d8cc84ed7d65 .shogun-image-content {
  
    align-items: center;
  
}

.s-5f7f813c-e58b-48d2-a181-d8cc84ed7d65.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f7f813c-e58b-48d2-a181-d8cc84ed7d65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f7f813c-e58b-48d2-a181-d8cc84ed7d65.shogun-image {
  box-sizing: border-box;
}



}
#s-56b05365-5897-4711-b595-3dc1c37a809a {
  min-height: 50px;
}








#s-56b05365-5897-4711-b595-3dc1c37a809a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-56b05365-5897-4711-b595-3dc1c37a809a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-340d302a-ccb2-4a81-a301-7ef533948135 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(209, 209, 209, 1);
border-style: solid;
border-radius: 15px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 1, 1, 1);
line-height: 1.5em;
}
#s-340d302a-ccb2-4a81-a301-7ef533948135:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-340d302a-ccb2-4a81-a301-7ef533948135:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-340d302a-ccb2-4a81-a301-7ef533948135 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-340d302a-ccb2-4a81-a301-7ef533948135 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-340d302a-ccb2-4a81-a301-7ef533948135 {
  
}
}

  #s-340d302a-ccb2-4a81-a301-7ef533948135-root {
    text-align: center;
  }


#s-340d302a-ccb2-4a81-a301-7ef533948135.shg-btn {
  color: rgba(255, 1, 1, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-340d302a-ccb2-4a81-a301-7ef533948135-root {
    text-align: center;
  }


#s-340d302a-ccb2-4a81-a301-7ef533948135.shg-btn {
  color: rgba(255, 1, 1, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-340d302a-ccb2-4a81-a301-7ef533948135-root {
    text-align: center;
  }


#s-340d302a-ccb2-4a81-a301-7ef533948135.shg-btn {
  color: rgba(255, 1, 1, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-340d302a-ccb2-4a81-a301-7ef533948135-root {
    text-align: center;
  }


#s-340d302a-ccb2-4a81-a301-7ef533948135.shg-btn {
  color: rgba(255, 1, 1, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-340d302a-ccb2-4a81-a301-7ef533948135-root {
    text-align: center;
  }


#s-340d302a-ccb2-4a81-a301-7ef533948135.shg-btn {
  color: rgba(255, 1, 1, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-aa887dbc-df07-47ac-9662-6596f31dbb70 {
  min-height: 50px;
}








#s-aa887dbc-df07-47ac-9662-6596f31dbb70 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aa887dbc-df07-47ac-9662-6596f31dbb70.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9e826dcc-bb52-433d-8d32-8914d7b74121 {
  text-align: center;
}







  img.s-9e826dcc-bb52-433d-8d32-8914d7b74121.shogun-image {
    
    
  }


.s-9e826dcc-bb52-433d-8d32-8914d7b74121 .shogun-image-content {
  
    align-items: center;
  
}

.s-9e826dcc-bb52-433d-8d32-8914d7b74121.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9e826dcc-bb52-433d-8d32-8914d7b74121.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e826dcc-bb52-433d-8d32-8914d7b74121.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-9e826dcc-bb52-433d-8d32-8914d7b74121.shogun-image {
    
    
  }


.s-9e826dcc-bb52-433d-8d32-8914d7b74121 .shogun-image-content {
  
    align-items: center;
  
}

.s-9e826dcc-bb52-433d-8d32-8914d7b74121.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9e826dcc-bb52-433d-8d32-8914d7b74121.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e826dcc-bb52-433d-8d32-8914d7b74121.shogun-image {
  box-sizing: border-box;
}



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





  img.s-9e826dcc-bb52-433d-8d32-8914d7b74121.shogun-image {
    
    
  }


.s-9e826dcc-bb52-433d-8d32-8914d7b74121 .shogun-image-content {
  
    align-items: center;
  
}

.s-9e826dcc-bb52-433d-8d32-8914d7b74121.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9e826dcc-bb52-433d-8d32-8914d7b74121.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e826dcc-bb52-433d-8d32-8914d7b74121.shogun-image {
  box-sizing: border-box;
}



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





  img.s-9e826dcc-bb52-433d-8d32-8914d7b74121.shogun-image {
    
    
  }


.s-9e826dcc-bb52-433d-8d32-8914d7b74121 .shogun-image-content {
  
    align-items: center;
  
}

.s-9e826dcc-bb52-433d-8d32-8914d7b74121.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9e826dcc-bb52-433d-8d32-8914d7b74121.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e826dcc-bb52-433d-8d32-8914d7b74121.shogun-image {
  box-sizing: border-box;
}



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





  img.s-9e826dcc-bb52-433d-8d32-8914d7b74121.shogun-image {
    
    
  }


.s-9e826dcc-bb52-433d-8d32-8914d7b74121 .shogun-image-content {
  
    align-items: center;
  
}

.s-9e826dcc-bb52-433d-8d32-8914d7b74121.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9e826dcc-bb52-433d-8d32-8914d7b74121.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e826dcc-bb52-433d-8d32-8914d7b74121.shogun-image {
  box-sizing: border-box;
}



}
#s-2eb5b7ea-5a8e-44e9-ba74-4ed3bfdf8293 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(209, 209, 209, 1);
border-style: solid;
border-radius: 15px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 1, 1, 1);
line-height: 1.5em;
}
#s-2eb5b7ea-5a8e-44e9-ba74-4ed3bfdf8293:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2eb5b7ea-5a8e-44e9-ba74-4ed3bfdf8293:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-2eb5b7ea-5a8e-44e9-ba74-4ed3bfdf8293 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2eb5b7ea-5a8e-44e9-ba74-4ed3bfdf8293 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2eb5b7ea-5a8e-44e9-ba74-4ed3bfdf8293 {
  
}
}

  #s-2eb5b7ea-5a8e-44e9-ba74-4ed3bfdf8293-root {
    text-align: center;
  }


#s-2eb5b7ea-5a8e-44e9-ba74-4ed3bfdf8293.shg-btn {
  color: rgba(255, 1, 1, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2eb5b7ea-5a8e-44e9-ba74-4ed3bfdf8293-root {
    text-align: center;
  }


#s-2eb5b7ea-5a8e-44e9-ba74-4ed3bfdf8293.shg-btn {
  color: rgba(255, 1, 1, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2eb5b7ea-5a8e-44e9-ba74-4ed3bfdf8293-root {
    text-align: center;
  }


#s-2eb5b7ea-5a8e-44e9-ba74-4ed3bfdf8293.shg-btn {
  color: rgba(255, 1, 1, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2eb5b7ea-5a8e-44e9-ba74-4ed3bfdf8293-root {
    text-align: center;
  }


#s-2eb5b7ea-5a8e-44e9-ba74-4ed3bfdf8293.shg-btn {
  color: rgba(255, 1, 1, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2eb5b7ea-5a8e-44e9-ba74-4ed3bfdf8293-root {
    text-align: center;
  }


#s-2eb5b7ea-5a8e-44e9-ba74-4ed3bfdf8293.shg-btn {
  color: rgba(255, 1, 1, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-1c17765c-382c-4f7e-b343-b3617dda4166"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-1c17765c-382c-4f7e-b343-b3617dda4166"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-1c17765c-382c-4f7e-b343-b3617dda4166"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-1c17765c-382c-4f7e-b343-b3617dda4166"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-4dcc4108-33e4-4cf8-a6f5-992eae8e3247 {
  min-height: 50px;
}








#s-4dcc4108-33e4-4cf8-a6f5-992eae8e3247 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4dcc4108-33e4-4cf8-a6f5-992eae8e3247.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6518c857-2734-418e-817e-8a87e24c307b {
  text-align: center;
}







  img.s-6518c857-2734-418e-817e-8a87e24c307b.shogun-image {
    
    
  }


.s-6518c857-2734-418e-817e-8a87e24c307b .shogun-image-content {
  
    align-items: center;
  
}

.s-6518c857-2734-418e-817e-8a87e24c307b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6518c857-2734-418e-817e-8a87e24c307b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6518c857-2734-418e-817e-8a87e24c307b.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-6518c857-2734-418e-817e-8a87e24c307b.shogun-image {
    
    
  }


.s-6518c857-2734-418e-817e-8a87e24c307b .shogun-image-content {
  
    align-items: center;
  
}

.s-6518c857-2734-418e-817e-8a87e24c307b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6518c857-2734-418e-817e-8a87e24c307b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6518c857-2734-418e-817e-8a87e24c307b.shogun-image {
  box-sizing: border-box;
}



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





  img.s-6518c857-2734-418e-817e-8a87e24c307b.shogun-image {
    
    
  }


.s-6518c857-2734-418e-817e-8a87e24c307b .shogun-image-content {
  
    align-items: center;
  
}

.s-6518c857-2734-418e-817e-8a87e24c307b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6518c857-2734-418e-817e-8a87e24c307b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6518c857-2734-418e-817e-8a87e24c307b.shogun-image {
  box-sizing: border-box;
}



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





  img.s-6518c857-2734-418e-817e-8a87e24c307b.shogun-image {
    
    
  }


.s-6518c857-2734-418e-817e-8a87e24c307b .shogun-image-content {
  
    align-items: center;
  
}

.s-6518c857-2734-418e-817e-8a87e24c307b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6518c857-2734-418e-817e-8a87e24c307b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6518c857-2734-418e-817e-8a87e24c307b.shogun-image {
  box-sizing: border-box;
}



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





  img.s-6518c857-2734-418e-817e-8a87e24c307b.shogun-image {
    
    
  }


.s-6518c857-2734-418e-817e-8a87e24c307b .shogun-image-content {
  
    align-items: center;
  
}

.s-6518c857-2734-418e-817e-8a87e24c307b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6518c857-2734-418e-817e-8a87e24c307b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6518c857-2734-418e-817e-8a87e24c307b.shogun-image {
  box-sizing: border-box;
}



}
#s-3bbed49f-6c60-4fa6-85e0-8f4efeedde79 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(209, 209, 209, 1);
border-style: solid;
border-radius: 15px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 1, 1, 1);
line-height: 1.5em;
}
#s-3bbed49f-6c60-4fa6-85e0-8f4efeedde79:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3bbed49f-6c60-4fa6-85e0-8f4efeedde79:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-3bbed49f-6c60-4fa6-85e0-8f4efeedde79 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3bbed49f-6c60-4fa6-85e0-8f4efeedde79 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3bbed49f-6c60-4fa6-85e0-8f4efeedde79 {
  
}
}

  #s-3bbed49f-6c60-4fa6-85e0-8f4efeedde79-root {
    text-align: center;
  }


#s-3bbed49f-6c60-4fa6-85e0-8f4efeedde79.shg-btn {
  color: rgba(255, 1, 1, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3bbed49f-6c60-4fa6-85e0-8f4efeedde79-root {
    text-align: center;
  }


#s-3bbed49f-6c60-4fa6-85e0-8f4efeedde79.shg-btn {
  color: rgba(255, 1, 1, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3bbed49f-6c60-4fa6-85e0-8f4efeedde79-root {
    text-align: center;
  }


#s-3bbed49f-6c60-4fa6-85e0-8f4efeedde79.shg-btn {
  color: rgba(255, 1, 1, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3bbed49f-6c60-4fa6-85e0-8f4efeedde79-root {
    text-align: center;
  }


#s-3bbed49f-6c60-4fa6-85e0-8f4efeedde79.shg-btn {
  color: rgba(255, 1, 1, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3bbed49f-6c60-4fa6-85e0-8f4efeedde79-root {
    text-align: center;
  }


#s-3bbed49f-6c60-4fa6-85e0-8f4efeedde79.shg-btn {
  color: rgba(255, 1, 1, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-fbcd9323-2894-4723-83ed-0c4127308a92 {
  min-height: 50px;
}








#s-fbcd9323-2894-4723-83ed-0c4127308a92 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fbcd9323-2894-4723-83ed-0c4127308a92.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c94ccd12-c4cc-4c21-99a7-dd8497361d77 {
  text-align: center;
}







  img.s-c94ccd12-c4cc-4c21-99a7-dd8497361d77.shogun-image {
    
    
  }


.s-c94ccd12-c4cc-4c21-99a7-dd8497361d77 .shogun-image-content {
  
    align-items: center;
  
}

.s-c94ccd12-c4cc-4c21-99a7-dd8497361d77.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c94ccd12-c4cc-4c21-99a7-dd8497361d77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c94ccd12-c4cc-4c21-99a7-dd8497361d77.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-c94ccd12-c4cc-4c21-99a7-dd8497361d77.shogun-image {
    
    
  }


.s-c94ccd12-c4cc-4c21-99a7-dd8497361d77 .shogun-image-content {
  
    align-items: center;
  
}

.s-c94ccd12-c4cc-4c21-99a7-dd8497361d77.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c94ccd12-c4cc-4c21-99a7-dd8497361d77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c94ccd12-c4cc-4c21-99a7-dd8497361d77.shogun-image {
  box-sizing: border-box;
}



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





  img.s-c94ccd12-c4cc-4c21-99a7-dd8497361d77.shogun-image {
    
    
  }


.s-c94ccd12-c4cc-4c21-99a7-dd8497361d77 .shogun-image-content {
  
    align-items: center;
  
}

.s-c94ccd12-c4cc-4c21-99a7-dd8497361d77.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c94ccd12-c4cc-4c21-99a7-dd8497361d77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c94ccd12-c4cc-4c21-99a7-dd8497361d77.shogun-image {
  box-sizing: border-box;
}



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





  img.s-c94ccd12-c4cc-4c21-99a7-dd8497361d77.shogun-image {
    
    
  }


.s-c94ccd12-c4cc-4c21-99a7-dd8497361d77 .shogun-image-content {
  
    align-items: center;
  
}

.s-c94ccd12-c4cc-4c21-99a7-dd8497361d77.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c94ccd12-c4cc-4c21-99a7-dd8497361d77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c94ccd12-c4cc-4c21-99a7-dd8497361d77.shogun-image {
  box-sizing: border-box;
}



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





  img.s-c94ccd12-c4cc-4c21-99a7-dd8497361d77.shogun-image {
    
    
  }


.s-c94ccd12-c4cc-4c21-99a7-dd8497361d77 .shogun-image-content {
  
    align-items: center;
  
}

.s-c94ccd12-c4cc-4c21-99a7-dd8497361d77.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c94ccd12-c4cc-4c21-99a7-dd8497361d77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c94ccd12-c4cc-4c21-99a7-dd8497361d77.shogun-image {
  box-sizing: border-box;
}



}
#s-b1b7003d-e219-448d-b005-96c83a64fb88 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(209, 209, 209, 1);
border-style: solid;
border-radius: 15px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 1, 1, 1);
line-height: 1.5em;
}
#s-b1b7003d-e219-448d-b005-96c83a64fb88:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b1b7003d-e219-448d-b005-96c83a64fb88:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-b1b7003d-e219-448d-b005-96c83a64fb88 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b1b7003d-e219-448d-b005-96c83a64fb88 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b1b7003d-e219-448d-b005-96c83a64fb88 {
  
}
}

  #s-b1b7003d-e219-448d-b005-96c83a64fb88-root {
    text-align: center;
  }


#s-b1b7003d-e219-448d-b005-96c83a64fb88.shg-btn {
  color: rgba(255, 1, 1, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b1b7003d-e219-448d-b005-96c83a64fb88-root {
    text-align: center;
  }


#s-b1b7003d-e219-448d-b005-96c83a64fb88.shg-btn {
  color: rgba(255, 1, 1, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b1b7003d-e219-448d-b005-96c83a64fb88-root {
    text-align: center;
  }


#s-b1b7003d-e219-448d-b005-96c83a64fb88.shg-btn {
  color: rgba(255, 1, 1, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b1b7003d-e219-448d-b005-96c83a64fb88-root {
    text-align: center;
  }


#s-b1b7003d-e219-448d-b005-96c83a64fb88.shg-btn {
  color: rgba(255, 1, 1, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b1b7003d-e219-448d-b005-96c83a64fb88-root {
    text-align: center;
  }


#s-b1b7003d-e219-448d-b005-96c83a64fb88.shg-btn {
  color: rgba(255, 1, 1, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-a6b8cdf6-ab6f-400d-8ad4-7277a4c01ab7 hr {
  border-top: 2px solid #ddd;
}

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.animate__swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}@keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}@keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}@keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}@keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;-webkit-transform-origin:top left;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;-webkit-transform-origin:left center;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;-webkit-transform-origin:right center;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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