.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-b60e2430-a20f-49b1-b073-f17f7d95462d {
  padding-top: 20px;
padding-left: 10px;
padding-bottom: 20px;
padding-right: 10px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-b60e2430-a20f-49b1-b073-f17f7d95462d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b60e2430-a20f-49b1-b073-f17f7d95462d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

@media (min-width: 0px) {
[id="s-3bfb32da-8f4a-4a2e-b4f6-bae998aeb75b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3bfb32da-8f4a-4a2e-b4f6-bae998aeb75b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3bfb32da-8f4a-4a2e-b4f6-bae998aeb75b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3bfb32da-8f4a-4a2e-b4f6-bae998aeb75b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-45cd8f2c-4e34-4829-ba09-014d214eb405 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

.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-d330003a-426f-4763-ba4e-e08829c97116 {
  margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 1);
}

#s-f7c21e73-fdcb-4008-b2b6-fe50b94e039c {
  margin-top: 1px;
margin-left: 10px;
margin-bottom: 1px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 1);
}

#s-2e5af789-4e47-445b-aaaa-f2f6dde9a438 {
  margin-top: 1px;
margin-left: 10px;
margin-bottom: 1px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 1);
}

#s-46a67e7a-1fc1-45cb-990e-9b8d70ded9b1 {
  margin-top: 50px;
margin-bottom: 50px;
}

@media (min-width: 0px) {
[id="s-46a67e7a-1fc1-45cb-990e-9b8d70ded9b1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-46a67e7a-1fc1-45cb-990e-9b8d70ded9b1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-46a67e7a-1fc1-45cb-990e-9b8d70ded9b1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-46a67e7a-1fc1-45cb-990e-9b8d70ded9b1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-d7348075-4a4a-47fa-a730-3c9a686661ab"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d7348075-4a4a-47fa-a730-3c9a686661ab"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d7348075-4a4a-47fa-a730-3c9a686661ab"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d7348075-4a4a-47fa-a730-3c9a686661ab"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-60b026cd-b0a9-4c35-9689-95049bfac0fb {
  margin-top: 15px;
margin-left: 40%;
margin-bottom: 15px;
margin-right: 40%;
max-width: 64px;
text-align: center;
}







  #s-60b026cd-b0a9-4c35-9689-95049bfac0fb img.shogun-image {
    

    
    
    
  }


#s-60b026cd-b0a9-4c35-9689-95049bfac0fb .shogun-image-content {
  
    align-items: 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-c8296c63-cca9-4615-a7af-60746d3a731c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c8296c63-cca9-4615-a7af-60746d3a731c .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-7cdab03b-670e-441f-9eff-47c736d6e5df {
  margin-left: 10%;
margin-bottom: 50px;
margin-right: 10%;
}

#s-3e44a64d-2f3c-440b-8d56-8829e7ebb46b {
  margin-top: 15px;
margin-left: 40%;
margin-bottom: 15px;
margin-right: 40%;
max-width: 64px;
text-align: center;
}







  #s-3e44a64d-2f3c-440b-8d56-8829e7ebb46b img.shogun-image {
    

    
    
    
  }


#s-3e44a64d-2f3c-440b-8d56-8829e7ebb46b .shogun-image-content {
  
    align-items: center;
  
}

#s-7de0ee56-4b7c-4675-b0cf-f0b0f24ac218 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7de0ee56-4b7c-4675-b0cf-f0b0f24ac218 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-10baf891-480e-47cc-8c87-bd2f260c49d1 {
  margin-left: 10%;
margin-bottom: 50px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-4920ce7f-af16-4642-a023-4c708d0cd96b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4920ce7f-af16-4642-a023-4c708d0cd96b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4920ce7f-af16-4642-a023-4c708d0cd96b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4920ce7f-af16-4642-a023-4c708d0cd96b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c6c7f35e-138d-4a76-8fb7-af4a50eafc08 {
  margin-top: 15px;
margin-left: 40%;
margin-bottom: 15px;
margin-right: 40%;
max-width: 64px;
text-align: center;
}







  #s-c6c7f35e-138d-4a76-8fb7-af4a50eafc08 img.shogun-image {
    

    
    
    
  }


#s-c6c7f35e-138d-4a76-8fb7-af4a50eafc08 .shogun-image-content {
  
    align-items: center;
  
}

#s-90f8d7a6-245e-44dd-84ce-f9864b08abbe {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-90f8d7a6-245e-44dd-84ce-f9864b08abbe .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-16e5d6c8-c0ed-4fbf-9437-db160090d6af {
  margin-left: 10%;
margin-bottom: 50px;
margin-right: 10%;
}

#s-1770cc7c-596f-46da-b732-b3ce6696836f {
  margin-top: 15px;
margin-left: 40%;
margin-bottom: 15px;
margin-right: 40%;
max-width: 64px;
text-align: center;
}







  #s-1770cc7c-596f-46da-b732-b3ce6696836f img.shogun-image {
    

    
    
    
  }


#s-1770cc7c-596f-46da-b732-b3ce6696836f .shogun-image-content {
  
    align-items: center;
  
}

#s-50eb0066-20f7-452f-a61d-0b5aeda91937 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-50eb0066-20f7-452f-a61d-0b5aeda91937 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-a83ff5b9-49f3-4af1-bffa-3d0557da4030 {
  margin-left: 10%;
margin-bottom: 50px;
margin-right: 10%;
}

#s-a649b0c4-3c91-4fee-ab43-936ce519cd10 {
  padding-top: 10px;
min-height: 50px;
}








#s-a649b0c4-3c91-4fee-ab43-936ce519cd10 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a649b0c4-3c91-4fee-ab43-936ce519cd10.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9d8b039e-2e22-4933-a11b-380787dad76e {
  padding-top: 25px;
padding-left: 10px;
padding-bottom: 25px;
padding-right: 10px;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-9d8b039e-2e22-4933-a11b-380787dad76e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9d8b039e-2e22-4933-a11b-380787dad76e.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-921e3256-2c1f-4402-ae09-0aa42b251a6e > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(235, 225, 225, 1);
}

#s-921e3256-2c1f-4402-ae09-0aa42b251a6e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 1);
  padding: 10px;
}

#s-921e3256-2c1f-4402-ae09-0aa42b251a6e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: #8fcee7;
}

#s-921e3256-2c1f-4402-ae09-0aa42b251a6e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(235, 225, 225, 1);
}

#s-921e3256-2c1f-4402-ae09-0aa42b251a6e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: #8fcee7;
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-921e3256-2c1f-4402-ae09-0aa42b251a6e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-9563a3d8-b8f0-45e5-a8a6-f75fbf66edc5 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 20px;
}

#s-f1442dd9-1b28-4290-a12a-1b361e5ac685 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-619440e4-f57d-4493-9296-738af57314b9 {
  min-height: 50px;
}








#s-619440e4-f57d-4493-9296-738af57314b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-619440e4-f57d-4493-9296-738af57314b9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e7893e99-d0dd-4d5a-9a9f-483154328afd {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-68ca0a0b-1e01-4712-9cd8-65a177c638a0 {
  margin-top: 20px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
background-color: rgba(0, 0, 0, 1);
}

#s-cb71af12-3198-45c3-babc-1bf4438506cc {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-0b30b66a-ad0a-4eb2-9c3e-a07da30a48e5 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-673ba995-0250-4c7a-84c7-67d1ee040b11 {
  padding-top: 20px;
padding-left: 10px;
padding-bottom: 20px;
padding-right: 10px;
}

#s-781bcfbf-bd75-4722-8dc7-cb1557bd0411 {
  padding-top: 20px;
padding-left: 10px;
padding-bottom: 20px;
padding-right: 10px;
}

.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

#s-6401e84f-03ed-4b38-9901-1ccb681b51a3 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
}

#s-6401e84f-03ed-4b38-9901-1ccb681b51a3 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-6401e84f-03ed-4b38-9901-1ccb681b51a3 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-6401e84f-03ed-4b38-9901-1ccb681b51a3 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: center;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-6401e84f-03ed-4b38-9901-1ccb681b51a3 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-6401e84f-03ed-4b38-9901-1ccb681b51a3 td.shogun-table-column, #s-6401e84f-03ed-4b38-9901-1ccb681b51a3 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-41a8e2b1-aa90-4caf-ab7e-04cf68b8fa5d {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-40873989-d083-45a7-8049-54d942cf4eb8 {
  margin-top: 20px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-0de161a8-09b5-4ef2-aa2e-934edd4ab81e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0de161a8-09b5-4ef2-aa2e-934edd4ab81e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-0de161a8-09b5-4ef2-aa2e-934edd4ab81e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-0de161a8-09b5-4ef2-aa2e-934edd4ab81e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-67ef2e34-97a3-46ed-abfc-874f4967787a {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
text-align: center;
opacity: 1;
}







  #s-67ef2e34-97a3-46ed-abfc-874f4967787a img.shogun-image {
    

    
    
    
  }


#s-67ef2e34-97a3-46ed-abfc-874f4967787a .shogun-image-content {
  
    align-items: center;
  
}

#s-ebef1580-0365-4279-9597-50e3263d8013 {
  box-shadow:1px 1px 20px 5px rgba(189, 189, 189, 1);
text-align: center;
}







  #s-ebef1580-0365-4279-9597-50e3263d8013 img.shogun-image {
    

    
    
    
  }


#s-ebef1580-0365-4279-9597-50e3263d8013 .shogun-image-content {
  
    align-items: center;
  
}

#s-0d42ee8e-70f3-4e1c-9df0-20b3fde50358 {
  box-shadow:1px 1px 20px 5px rgba(189, 189, 189, 1);
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
text-align: center;
opacity: 1;
}







  #s-0d42ee8e-70f3-4e1c-9df0-20b3fde50358 img.shogun-image {
    

    
    
    
  }


#s-0d42ee8e-70f3-4e1c-9df0-20b3fde50358 .shogun-image-content {
  
    align-items: center;
  
}

#s-83b2c36b-ff61-451c-9e5d-cf7f01cb4805 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
background-color: rgba(0, 0, 0, 1);
}

#s-80927238-1438-42d6-9b15-6b79ef4f5f48 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-09fa2c87-de31-434f-9192-a5ab04eb91c8 {
  margin-top: 20px;
margin-bottom: 30px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-09fa2c87-de31-434f-9192-a5ab04eb91c8 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-55593bc6-3d9e-4cf4-ad85-7fe958e935af {
  margin-left: 10px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-55593bc6-3d9e-4cf4-ad85-7fe958e935af"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-55593bc6-3d9e-4cf4-ad85-7fe958e935af"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-55593bc6-3d9e-4cf4-ad85-7fe958e935af"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-55593bc6-3d9e-4cf4-ad85-7fe958e935af"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-6d23b395-d436-42dd-a8f7-d16f558f7a60 {
  margin-top: 20px;
}

#s-f1b4de48-7758-44a7-81bd-cac3af804a03 {
  box-shadow:0px 0px 20px 5px rgba(189, 189, 189, 1);
margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}







  #s-f1b4de48-7758-44a7-81bd-cac3af804a03 img.shogun-image {
    

    
    
    
  }


#s-f1b4de48-7758-44a7-81bd-cac3af804a03 .shogun-image-content {
  
    align-items: center;
  
}

#s-f5bc5631-4feb-4050-ac93-862c680b54b7 {
  margin-top: 20px;
}

#s-155b043c-0ee7-4e13-8c2b-cb3c313b56c8 {
  box-shadow:0px 0px 20px 5px rgba(189, 189, 189, 1);
margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}







  #s-155b043c-0ee7-4e13-8c2b-cb3c313b56c8 img.shogun-image {
    

    
    
    
  }


#s-155b043c-0ee7-4e13-8c2b-cb3c313b56c8 .shogun-image-content {
  
    align-items: center;
  
}

#s-1b283b91-7ad0-48c6-96ab-9bd0b3a68492 {
  margin-top: 20px;
}

#s-5a232b70-1340-48a4-8ee9-d90e17ebebe9 {
  box-shadow:0px 0px 20px 5px rgba(189, 189, 189, 1);
margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}







  #s-5a232b70-1340-48a4-8ee9-d90e17ebebe9 img.shogun-image {
    

    
    
    
  }


#s-5a232b70-1340-48a4-8ee9-d90e17ebebe9 .shogun-image-content {
  
    align-items: center;
  
}

#s-076a38e9-3ea1-47d3-a2b3-8fb95bf43871 {
  margin-left: 10px;
margin-right: 10px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-076a38e9-3ea1-47d3-a2b3-8fb95bf43871"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-076a38e9-3ea1-47d3-a2b3-8fb95bf43871"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-076a38e9-3ea1-47d3-a2b3-8fb95bf43871"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-076a38e9-3ea1-47d3-a2b3-8fb95bf43871"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c96f61eb-3138-435d-a18a-084eb81cc742 {
  box-shadow:1px 1px 20px 5px rgba(189, 189, 189, 1);
margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}







  #s-c96f61eb-3138-435d-a18a-084eb81cc742 img.shogun-image {
    

    
    
    
  }


#s-c96f61eb-3138-435d-a18a-084eb81cc742 .shogun-image-content {
  
    align-items: center;
  
}

#s-9d949a60-a711-4575-8da7-73c718d9d730 {
  box-shadow:1px 1px 20px 5px rgba(189, 189, 189, 1);
margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}







  #s-9d949a60-a711-4575-8da7-73c718d9d730 img.shogun-image {
    

    
    
    
  }


#s-9d949a60-a711-4575-8da7-73c718d9d730 .shogun-image-content {
  
    align-items: center;
  
}

#s-c611e7ed-f81e-4a8c-9be7-d796eb47419d {
  margin-left: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-c611e7ed-f81e-4a8c-9be7-d796eb47419d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c611e7ed-f81e-4a8c-9be7-d796eb47419d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c611e7ed-f81e-4a8c-9be7-d796eb47419d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c611e7ed-f81e-4a8c-9be7-d796eb47419d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d35e5553-58e4-4567-80a7-73a320e7b06c {
  box-shadow:1px 1px 25px 5px rgba(168, 168, 168, 1);
margin-top: 20px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
text-align: center;
}







  #s-d35e5553-58e4-4567-80a7-73a320e7b06c img.shogun-image {
    

    
    
    
  }


#s-d35e5553-58e4-4567-80a7-73a320e7b06c .shogun-image-content {
  
    align-items: center;
  
}

#s-65328453-8a9f-40c6-86f3-dfbc8294683a {
  box-shadow:1px 1px 25px 5px rgba(168, 168, 168, 1);
margin-top: 20px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
text-align: center;
}







  #s-65328453-8a9f-40c6-86f3-dfbc8294683a img.shogun-image {
    

    
    
    
  }


#s-65328453-8a9f-40c6-86f3-dfbc8294683a .shogun-image-content {
  
    align-items: center;
  
}

#s-96a0eeec-cad3-4981-85f6-d0372e74d318 {
  margin-top: 40px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
background-color: rgba(0, 0, 0, 1);
}

#s-62b52af1-b159-400b-a466-f8310e4214cf {
  margin-top: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-62b52af1-b159-400b-a466-f8310e4214cf .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-ec29e436-f4d3-413f-bfb0-39530c833c3a {
  margin-left: 10px;
margin-right: 10px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-ec29e436-f4d3-413f-bfb0-39530c833c3a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ec29e436-f4d3-413f-bfb0-39530c833c3a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ec29e436-f4d3-413f-bfb0-39530c833c3a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ec29e436-f4d3-413f-bfb0-39530c833c3a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-cd478ce7-d95d-4fd2-9fda-f2e2a66ffa83 {
  box-shadow:0px 0px 20px 5px rgba(189, 189, 189, 1);
margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}







  #s-cd478ce7-d95d-4fd2-9fda-f2e2a66ffa83 img.shogun-image {
    

    
    
    
  }


#s-cd478ce7-d95d-4fd2-9fda-f2e2a66ffa83 .shogun-image-content {
  
    align-items: center;
  
}

#s-3526d255-5ac5-45ff-b72c-6a071cecb1bb {
  box-shadow:0px 0px 20px 5px rgba(189, 189, 189, 1);
margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}







  #s-3526d255-5ac5-45ff-b72c-6a071cecb1bb img.shogun-image {
    

    
    
    
  }


#s-3526d255-5ac5-45ff-b72c-6a071cecb1bb .shogun-image-content {
  
    align-items: center;
  
}

#s-ea12f8ad-01c2-4582-aca3-e7439f0ba7fd {
  box-shadow:0px 0px 20px 5px rgba(189, 189, 189, 1);
margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}







  #s-ea12f8ad-01c2-4582-aca3-e7439f0ba7fd img.shogun-image {
    

    
    
    
  }


#s-ea12f8ad-01c2-4582-aca3-e7439f0ba7fd .shogun-image-content {
  
    align-items: center;
  
}

#s-b00520cd-e7cd-43dd-b2af-0e5d4355685e {
  margin-top: 25px;
margin-left: 20px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-de87f556-9d62-47c9-a593-e5874fcfa31f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-de87f556-9d62-47c9-a593-e5874fcfa31f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-de87f556-9d62-47c9-a593-e5874fcfa31f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-de87f556-9d62-47c9-a593-e5874fcfa31f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-de87f556-9d62-47c9-a593-e5874fcfa31f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-de87f556-9d62-47c9-a593-e5874fcfa31f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-de87f556-9d62-47c9-a593-e5874fcfa31f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-cc236efa-5068-4f7e-8847-fd958c6f7433 {
  box-shadow:1px 1px 20px 5px rgba(189, 189, 189, 1);
margin-top: 25px;
margin-left: 10px;
margin-bottom: 25px;
margin-right: 10px;
padding-left: 1px;
padding-right: 1px;
max-width: 1000px;
}

#s-f90f8d90-6d9d-444f-86a1-cc9911c19b8b {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-3a991497-1d01-4462-ac9c-c8c0fbd7b37d {
  padding-top: 50px;
padding-left: 20px;
padding-bottom: 50px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-3a991497-1d01-4462-ac9c-c8c0fbd7b37d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3a991497-1d01-4462-ac9c-c8c0fbd7b37d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3398b664-c164-42c9-b83c-0e413c51848b {
  background-color: rgba(245, 245, 245, 1);
}

@media (min-width: 0px) {
[id="s-df578269-34c7-4f01-9b08-fb89182d6750"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-df578269-34c7-4f01-9b08-fb89182d6750"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-df578269-34c7-4f01-9b08-fb89182d6750"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-df578269-34c7-4f01-9b08-fb89182d6750"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f8ae2efe-3afd-4f4a-b7f3-b186b260bc5b {
  margin-top: 5px;
margin-bottom: 5px;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-f8ae2efe-3afd-4f4a-b7f3-b186b260bc5b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f8ae2efe-3afd-4f4a-b7f3-b186b260bc5b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2186a6dc-72a5-4018-a836-99c672f524ae {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
padding-top: 20px;
padding-bottom: 20px;
background-color: rgba(0, 0, 0, 1);
}

#s-bb757e6b-dd41-4470-b7c0-9e5c8b00ffd2 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-bb757e6b-dd41-4470-b7c0-9e5c8b00ffd2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bb757e6b-dd41-4470-b7c0-9e5c8b00ffd2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bb757e6b-dd41-4470-b7c0-9e5c8b00ffd2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bb757e6b-dd41-4470-b7c0-9e5c8b00ffd2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-9febf76a-9ea9-4318-96e1-6d863bc5f1e1 {
  text-align: center;
}







  #s-9febf76a-9ea9-4318-96e1-6d863bc5f1e1 img.shogun-image {
    

    
    
    
  }


#s-9febf76a-9ea9-4318-96e1-6d863bc5f1e1 .shogun-image-content {
  
    align-items: center;
  
}

#s-a16efca2-3d7d-4174-a484-8bbde2fb8cb7 {
  text-align: center;
}







  #s-a16efca2-3d7d-4174-a484-8bbde2fb8cb7 img.shogun-image {
    

    
    
    
  }


#s-a16efca2-3d7d-4174-a484-8bbde2fb8cb7 .shogun-image-content {
  
    align-items: center;
  
}

#s-0aeebcb3-dde5-4bb7-aff1-9c9b402f2827 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-0aeebcb3-dde5-4bb7-aff1-9c9b402f2827"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0aeebcb3-dde5-4bb7-aff1-9c9b402f2827"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0aeebcb3-dde5-4bb7-aff1-9c9b402f2827"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0aeebcb3-dde5-4bb7-aff1-9c9b402f2827"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-de5a9358-a337-4195-8903-57676faa4c91 {
  text-align: center;
}







  #s-de5a9358-a337-4195-8903-57676faa4c91 img.shogun-image {
    

    
    
    
  }


#s-de5a9358-a337-4195-8903-57676faa4c91 .shogun-image-content {
  
    align-items: center;
  
}

#s-a92f96f8-cbfc-4873-8862-5107eff1ecf0 {
  text-align: center;
}







  #s-a92f96f8-cbfc-4873-8862-5107eff1ecf0 img.shogun-image {
    

    
    
    
  }


#s-a92f96f8-cbfc-4873-8862-5107eff1ecf0 .shogun-image-content {
  
    align-items: center;
  
}

#s-7e8e773a-fbe7-4ba0-a923-8b1048dc7780 {
  min-height: 50px;
background-color: rgba(231, 231, 231, 1);
}








#s-7e8e773a-fbe7-4ba0-a923-8b1048dc7780 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7e8e773a-fbe7-4ba0-a923-8b1048dc7780.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-af717934-b5da-43cb-9af1-95e66019c3e0 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-af717934-b5da-43cb-9af1-95e66019c3e0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-af717934-b5da-43cb-9af1-95e66019c3e0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-af717934-b5da-43cb-9af1-95e66019c3e0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-af717934-b5da-43cb-9af1-95e66019c3e0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-1f6089b7-de5e-48a8-9c81-daa5125fe7f2 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 15px;
padding-bottom: 15px;
background-color: rgba(0, 0, 0, 1);
}

#s-7f019028-c198-4a89-8a1a-1b6b4d412754 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 15px;
padding-bottom: 15px;
background-color: rgba(0, 0, 0, 1);
}

#s-65a3a0e7-ddf8-4dc3-bb5c-4eca540681ac {
  min-height: 50px;
background-color: rgba(184, 184, 184, 1);
}








#s-65a3a0e7-ddf8-4dc3-bb5c-4eca540681ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-65a3a0e7-ddf8-4dc3-bb5c-4eca540681ac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6b01ef1b-15c5-4dc8-b808-7e146c1c1381 {
  padding-top: 25px;
padding-bottom: 25px;
background-color: rgba(0, 0, 0, 1);
}

#s-c9d298e9-e6ba-4aca-81a7-f645d4f1af16 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

@media (min-width: 0px) {
[id="s-c9d298e9-e6ba-4aca-81a7-f645d4f1af16"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c9d298e9-e6ba-4aca-81a7-f645d4f1af16"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c9d298e9-e6ba-4aca-81a7-f645d4f1af16"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c9d298e9-e6ba-4aca-81a7-f645d4f1af16"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e570476a-5fd1-427b-a2b9-0c5dd5905079 {
  margin-top: 15px;
margin-left: 10px;
margin-bottom: 15px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-e570476a-5fd1-427b-a2b9-0c5dd5905079 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e570476a-5fd1-427b-a2b9-0c5dd5905079.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5f85dd98-495a-4b54-9172-5561c5af46b8 {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
}

#s-008f0441-b1b0-4bb6-b087-e9bdd5ff89cf {
  margin-top: 15px;
margin-left: 10px;
margin-bottom: 15px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-008f0441-b1b0-4bb6-b087-e9bdd5ff89cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-008f0441-b1b0-4bb6-b087-e9bdd5ff89cf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-74afea60-682b-44a5-a467-083c6e18f081 {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
}

#s-1d3982c2-cdd1-45a8-8d98-14e4660597cc {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

@media (min-width: 0px) {
[id="s-1d3982c2-cdd1-45a8-8d98-14e4660597cc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1d3982c2-cdd1-45a8-8d98-14e4660597cc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1d3982c2-cdd1-45a8-8d98-14e4660597cc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1d3982c2-cdd1-45a8-8d98-14e4660597cc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b2819216-4b67-4d97-8456-f739a0798ec9 {
  margin-top: 15px;
margin-left: 10px;
margin-bottom: 15px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-b2819216-4b67-4d97-8456-f739a0798ec9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b2819216-4b67-4d97-8456-f739a0798ec9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7783c4d7-faf6-49ed-8eda-af5362a17a7e {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
}

#s-be74c437-17a5-4dff-b442-0b1fd3139b08 {
  margin-top: 15px;
margin-left: 10px;
margin-bottom: 15px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-be74c437-17a5-4dff-b442-0b1fd3139b08 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be74c437-17a5-4dff-b442-0b1fd3139b08.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-32f538e7-204d-425e-bf86-951bbcd4b794 {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
}

#s-eafa2e32-04d8-4f06-bb10-6fe91cb22e0b {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

@media (min-width: 0px) {
[id="s-eafa2e32-04d8-4f06-bb10-6fe91cb22e0b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eafa2e32-04d8-4f06-bb10-6fe91cb22e0b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-eafa2e32-04d8-4f06-bb10-6fe91cb22e0b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-eafa2e32-04d8-4f06-bb10-6fe91cb22e0b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-9e8fe1c9-5bd9-4443-8289-7587adbaf74e {
  margin-top: 15px;
margin-left: 10px;
margin-bottom: 15px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-9e8fe1c9-5bd9-4443-8289-7587adbaf74e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9e8fe1c9-5bd9-4443-8289-7587adbaf74e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6336d668-6c8b-4d47-b542-16c7d83bcdfb {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
}

#s-69e04929-1063-44c5-a498-c8267e1a1cf7 {
  margin-top: 15px;
margin-left: 10px;
margin-bottom: 15px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-69e04929-1063-44c5-a498-c8267e1a1cf7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-69e04929-1063-44c5-a498-c8267e1a1cf7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-043a35e1-82b7-4da9-a7a4-08a5b6cab278 {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
}

#s-a41cbd90-79fc-4b37-b072-607e9451816e {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

@media (min-width: 0px) {
[id="s-a41cbd90-79fc-4b37-b072-607e9451816e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a41cbd90-79fc-4b37-b072-607e9451816e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a41cbd90-79fc-4b37-b072-607e9451816e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a41cbd90-79fc-4b37-b072-607e9451816e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-fa7b500d-a772-4f8e-8902-ab33fc752f61 {
  margin-top: 15px;
margin-left: 10px;
margin-bottom: 15px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-fa7b500d-a772-4f8e-8902-ab33fc752f61 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fa7b500d-a772-4f8e-8902-ab33fc752f61.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5749d323-eaff-4862-86ea-cd183acbb111 {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
}

#s-7e9f8e14-8270-41b8-b0ae-84bd081c8f02 {
  margin-top: 15px;
margin-left: 10px;
margin-bottom: 15px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-7e9f8e14-8270-41b8-b0ae-84bd081c8f02 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7e9f8e14-8270-41b8-b0ae-84bd081c8f02.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-81bd2779-6270-463f-a64d-33e6a5d7cb0a {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
}

#s-7d09744d-e3e2-4fdd-8e72-2a9d00d1595a {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

@media (min-width: 0px) {
[id="s-7d09744d-e3e2-4fdd-8e72-2a9d00d1595a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7d09744d-e3e2-4fdd-8e72-2a9d00d1595a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7d09744d-e3e2-4fdd-8e72-2a9d00d1595a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7d09744d-e3e2-4fdd-8e72-2a9d00d1595a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-14c35ea6-6cbe-49a3-bf92-3e568d8829f7 {
  margin-top: 15px;
margin-left: 10px;
margin-bottom: 15px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-14c35ea6-6cbe-49a3-bf92-3e568d8829f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-14c35ea6-6cbe-49a3-bf92-3e568d8829f7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-574bae0f-52ce-4e36-94e4-0480d6baf68c {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
}

#s-fc297e93-7a90-4fe8-af29-2d5fc7890c05 {
  margin-top: 15px;
margin-left: 10px;
margin-bottom: 15px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-fc297e93-7a90-4fe8-af29-2d5fc7890c05 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fc297e93-7a90-4fe8-af29-2d5fc7890c05.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aebc8001-8ea1-46ad-81c6-208dcc2ced67 {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
}

#s-8ae3ee3b-7865-4b8b-9b22-10a23856c9e1 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

@media (min-width: 0px) {
[id="s-8ae3ee3b-7865-4b8b-9b22-10a23856c9e1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8ae3ee3b-7865-4b8b-9b22-10a23856c9e1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8ae3ee3b-7865-4b8b-9b22-10a23856c9e1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8ae3ee3b-7865-4b8b-9b22-10a23856c9e1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-40a067f7-ad89-4463-a296-720548b1dec5 {
  margin-top: 15px;
margin-left: 10px;
margin-bottom: 15px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-40a067f7-ad89-4463-a296-720548b1dec5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-40a067f7-ad89-4463-a296-720548b1dec5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-be442ee4-ea6c-46c8-aa28-ad6d97c23897 {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
}

#s-4f66e1cd-0258-4293-b8b4-01b0af55525c {
  margin-top: 15px;
margin-left: 10px;
margin-bottom: 15px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-4f66e1cd-0258-4293-b8b4-01b0af55525c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4f66e1cd-0258-4293-b8b4-01b0af55525c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8faa7a00-a401-4b9e-b753-a7b48ac7f8f0 {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
}

#s-dea0dd13-9bf7-4ae5-975f-b4b359345bea {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

@media (min-width: 0px) {
[id="s-dea0dd13-9bf7-4ae5-975f-b4b359345bea"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dea0dd13-9bf7-4ae5-975f-b4b359345bea"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dea0dd13-9bf7-4ae5-975f-b4b359345bea"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dea0dd13-9bf7-4ae5-975f-b4b359345bea"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ffa37494-a76b-4d7b-854a-c10555987271 {
  margin-top: 15px;
margin-left: 10px;
margin-bottom: 15px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-ffa37494-a76b-4d7b-854a-c10555987271 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ffa37494-a76b-4d7b-854a-c10555987271.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dfb2029f-63d2-4aa7-8f5c-f8060955c490 {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
}

#s-469b41e8-0fad-4e93-883a-4336d47dfada {
  margin-top: 15px;
margin-left: 10px;
margin-bottom: 15px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-469b41e8-0fad-4e93-883a-4336d47dfada > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-469b41e8-0fad-4e93-883a-4336d47dfada.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0e0f02f0-47f6-44ac-916a-c7e9aeaa886a {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
}

#s-b6c16937-dab1-4efc-92df-d78f62ad46b0 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

@media (min-width: 0px) {
[id="s-b6c16937-dab1-4efc-92df-d78f62ad46b0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b6c16937-dab1-4efc-92df-d78f62ad46b0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b6c16937-dab1-4efc-92df-d78f62ad46b0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b6c16937-dab1-4efc-92df-d78f62ad46b0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-02a75d8c-989d-4570-8458-3f082501746a {
  margin-top: 15px;
margin-left: 10px;
margin-bottom: 15px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-02a75d8c-989d-4570-8458-3f082501746a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-02a75d8c-989d-4570-8458-3f082501746a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8aa56551-b394-4b7e-a385-9adecb8cac59 {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
}

#s-75d5c5b3-3584-4fb0-9476-3e409a4d1912 {
  margin-top: 15px;
margin-left: 10px;
margin-bottom: 15px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-75d5c5b3-3584-4fb0-9476-3e409a4d1912 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-75d5c5b3-3584-4fb0-9476-3e409a4d1912.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-335490e4-5da5-48e3-abf7-e67a71111ca7 {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
}

#s-9c6efa35-e9c4-40ce-acac-47c9b2ca608c {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

@media (min-width: 0px) {
[id="s-9c6efa35-e9c4-40ce-acac-47c9b2ca608c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9c6efa35-e9c4-40ce-acac-47c9b2ca608c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9c6efa35-e9c4-40ce-acac-47c9b2ca608c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9c6efa35-e9c4-40ce-acac-47c9b2ca608c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-0c4fb392-7b90-4543-b691-bdc56dce025a {
  margin-top: 15px;
margin-left: 10px;
margin-bottom: 15px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-0c4fb392-7b90-4543-b691-bdc56dce025a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0c4fb392-7b90-4543-b691-bdc56dce025a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-50b59090-6b9d-4d1e-ab4f-94c3d9442152 {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
}

#s-19fba7f4-17bd-4d59-a8c3-6903348053cb {
  margin-top: 15px;
margin-left: 10px;
margin-bottom: 15px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-19fba7f4-17bd-4d59-a8c3-6903348053cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-19fba7f4-17bd-4d59-a8c3-6903348053cb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2f835c8a-bd3c-47ee-b780-d4aabc0b28ca {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
}

#s-9bc745ef-6cd8-452c-97db-abde47776dc3 {
  padding-top: 25px;
padding-left: 20px;
padding-bottom: 25px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-9bc745ef-6cd8-452c-97db-abde47776dc3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9bc745ef-6cd8-452c-97db-abde47776dc3.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-d16d0ca7-dc37-45a9-9f9a-2ae39e4655a0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d16d0ca7-dc37-45a9-9f9a-2ae39e4655a0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d16d0ca7-dc37-45a9-9f9a-2ae39e4655a0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d16d0ca7-dc37-45a9-9f9a-2ae39e4655a0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ef35adca-f245-470f-a6a0-f591d16bbe2c .shogun-icon-wrapper {
  text-align: center;
}


#s-ef35adca-f245-470f-a6a0-f591d16bbe2c .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(211, 165, 3, 1);
}

#s-eb060d7b-10f9-4255-8b4e-90ef2f7e1c4e {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
}








#s-eb060d7b-10f9-4255-8b4e-90ef2f7e1c4e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eb060d7b-10f9-4255-8b4e-90ef2f7e1c4e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5dcc660f-fd7a-4638-b1f5-4e2e0ce0e05b .shogun-icon-wrapper {
  text-align: center;
}


#s-5dcc660f-fd7a-4638-b1f5-4e2e0ce0e05b .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(211, 165, 3, 1);
}

#s-cd9deb2f-365c-46c7-a7aa-fa8fed231397 {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
}








#s-cd9deb2f-365c-46c7-a7aa-fa8fed231397 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cd9deb2f-365c-46c7-a7aa-fa8fed231397.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-22c85571-4f1c-4a98-8c58-899fc3206d00 {
  min-height: 50px;
}








#s-22c85571-4f1c-4a98-8c58-899fc3206d00 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-22c85571-4f1c-4a98-8c58-899fc3206d00.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-566b76ed-a40e-41fe-becc-8530d389aa61 {
  padding-top: 25px;
padding-bottom: 25px;
background-color: rgba(0, 0, 0, 1);
}

#s-f1ebe57e-185c-4d6d-a161-e232cc463572 {
  min-height: 50px;
}








#s-f1ebe57e-185c-4d6d-a161-e232cc463572 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f1ebe57e-185c-4d6d-a161-e232cc463572.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b7c77dce-858a-4b8e-b932-34f277a39ed1 {
  padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
min-height: 50px;
}








#s-b7c77dce-858a-4b8e-b932-34f277a39ed1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b7c77dce-858a-4b8e-b932-34f277a39ed1.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-fb5ad022-3857-4145-9304-60bb96c5c7b1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fb5ad022-3857-4145-9304-60bb96c5c7b1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fb5ad022-3857-4145-9304-60bb96c5c7b1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fb5ad022-3857-4145-9304-60bb96c5c7b1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-604367e6-6536-4be8-a8a8-194f1031d135"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-604367e6-6536-4be8-a8a8-194f1031d135"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-604367e6-6536-4be8-a8a8-194f1031d135"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-604367e6-6536-4be8-a8a8-194f1031d135"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-3f311e88-364e-4d49-a0ec-42b86cea62fb {
  margin-top: 10px;
margin-bottom: 10px;
max-width: 431px;
aspect-ratio: 431/279;
text-align: center;
}





  #s-3f311e88-364e-4d49-a0ec-42b86cea62fb img.shogun-image,
  #s-3f311e88-364e-4d49-a0ec-42b86cea62fb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3f311e88-364e-4d49-a0ec-42b86cea62fb {
    width: 100%;
    height: auto;
  }



  #s-3f311e88-364e-4d49-a0ec-42b86cea62fb img.shogun-image {
    

    
    
    
  }


#s-3f311e88-364e-4d49-a0ec-42b86cea62fb .shogun-image-content {
  
    align-items: center;
  
}

#s-079fac59-d42c-4630-98b3-97aa33e4983a {
  margin-top: 10px;
margin-bottom: 10px;
max-width: 431px;
aspect-ratio: 431/279;
text-align: center;
}





  #s-079fac59-d42c-4630-98b3-97aa33e4983a img.shogun-image,
  #s-079fac59-d42c-4630-98b3-97aa33e4983a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-079fac59-d42c-4630-98b3-97aa33e4983a {
    width: 100%;
    height: auto;
  }



  #s-079fac59-d42c-4630-98b3-97aa33e4983a img.shogun-image {
    

    
    
    
  }


#s-079fac59-d42c-4630-98b3-97aa33e4983a .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-a58ed824-f5f9-40f6-9f7e-41d4ced288f1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a58ed824-f5f9-40f6-9f7e-41d4ced288f1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a58ed824-f5f9-40f6-9f7e-41d4ced288f1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a58ed824-f5f9-40f6-9f7e-41d4ced288f1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-dc036c22-f753-4c9f-87aa-41fb752bfd3c {
  margin-top: 10px;
margin-bottom: 10px;
max-width: 431px;
aspect-ratio: 431/279;
text-align: center;
}





  #s-dc036c22-f753-4c9f-87aa-41fb752bfd3c img.shogun-image,
  #s-dc036c22-f753-4c9f-87aa-41fb752bfd3c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dc036c22-f753-4c9f-87aa-41fb752bfd3c {
    width: 100%;
    height: auto;
  }



  #s-dc036c22-f753-4c9f-87aa-41fb752bfd3c img.shogun-image {
    

    
    
    
  }


#s-dc036c22-f753-4c9f-87aa-41fb752bfd3c .shogun-image-content {
  
    align-items: center;
  
}

#s-aa22f6ed-8b28-4de7-a8fe-52ab5aea343c {
  margin-top: 10px;
margin-bottom: 10px;
max-width: 431px;
aspect-ratio: 431/278;
text-align: center;
}





  #s-aa22f6ed-8b28-4de7-a8fe-52ab5aea343c img.shogun-image,
  #s-aa22f6ed-8b28-4de7-a8fe-52ab5aea343c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-aa22f6ed-8b28-4de7-a8fe-52ab5aea343c {
    width: 100%;
    height: auto;
  }



  #s-aa22f6ed-8b28-4de7-a8fe-52ab5aea343c img.shogun-image {
    

    
    
    
  }


#s-aa22f6ed-8b28-4de7-a8fe-52ab5aea343c .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-28529b65-b652-4bec-8f1c-f4ddfb357b56"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-28529b65-b652-4bec-8f1c-f4ddfb357b56"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-28529b65-b652-4bec-8f1c-f4ddfb357b56"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-28529b65-b652-4bec-8f1c-f4ddfb357b56"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-541b9b9c-38ff-404a-848b-af78312ed44d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-541b9b9c-38ff-404a-848b-af78312ed44d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-541b9b9c-38ff-404a-848b-af78312ed44d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-541b9b9c-38ff-404a-848b-af78312ed44d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-086d3faf-1b79-440f-b344-bd6d3ff295f2 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-086d3faf-1b79-440f-b344-bd6d3ff295f2 img.shogun-image {
    

    
    
    
  }


#s-086d3faf-1b79-440f-b344-bd6d3ff295f2 .shogun-image-content {
  
    align-items: center;
  
}

#s-97cc71c5-5a9f-486f-aef7-abda36401a90 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-97cc71c5-5a9f-486f-aef7-abda36401a90 img.shogun-image {
    

    
    
    
  }


#s-97cc71c5-5a9f-486f-aef7-abda36401a90 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-c659b535-1959-4aed-a28a-43e277464f77"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c659b535-1959-4aed-a28a-43e277464f77"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c659b535-1959-4aed-a28a-43e277464f77"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c659b535-1959-4aed-a28a-43e277464f77"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e200b206-cc51-476b-a3c5-9a0db5a04b53 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-e200b206-cc51-476b-a3c5-9a0db5a04b53 img.shogun-image {
    

    
    
    
  }


#s-e200b206-cc51-476b-a3c5-9a0db5a04b53 .shogun-image-content {
  
    align-items: center;
  
}

#s-822376c9-849e-440d-bac3-3fe4bd4b6dbd {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-822376c9-849e-440d-bac3-3fe4bd4b6dbd img.shogun-image {
    

    
    
    
  }


#s-822376c9-849e-440d-bac3-3fe4bd4b6dbd .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-78bb8901-e88c-4afd-b255-12247468256f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-78bb8901-e88c-4afd-b255-12247468256f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-78bb8901-e88c-4afd-b255-12247468256f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-78bb8901-e88c-4afd-b255-12247468256f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-77b4239f-4f48-4ff1-991e-5916c9d79c8e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-77b4239f-4f48-4ff1-991e-5916c9d79c8e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-77b4239f-4f48-4ff1-991e-5916c9d79c8e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-77b4239f-4f48-4ff1-991e-5916c9d79c8e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ba5a7e9e-c66f-4aff-8da1-4a64a2b883d5 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-ba5a7e9e-c66f-4aff-8da1-4a64a2b883d5 img.shogun-image {
    

    
    
    
  }


#s-ba5a7e9e-c66f-4aff-8da1-4a64a2b883d5 .shogun-image-content {
  
    align-items: center;
  
}

#s-44597665-a963-4717-bcc5-73970959f145 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-44597665-a963-4717-bcc5-73970959f145 img.shogun-image {
    

    
    
    
  }


#s-44597665-a963-4717-bcc5-73970959f145 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-44d3f1e3-0e70-405d-9061-3b11c7f9b2d5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-44d3f1e3-0e70-405d-9061-3b11c7f9b2d5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-44d3f1e3-0e70-405d-9061-3b11c7f9b2d5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-44d3f1e3-0e70-405d-9061-3b11c7f9b2d5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-9cccbea2-9391-4a76-b7ff-c4cab8d5285c {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-9cccbea2-9391-4a76-b7ff-c4cab8d5285c img.shogun-image {
    

    
    
    
  }


#s-9cccbea2-9391-4a76-b7ff-c4cab8d5285c .shogun-image-content {
  
    align-items: center;
  
}

#s-ee355203-93ba-44a8-870b-370384ffa299 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-ee355203-93ba-44a8-870b-370384ffa299 img.shogun-image {
    

    
    
    
  }


#s-ee355203-93ba-44a8-870b-370384ffa299 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-c4548b0f-5cf4-403d-a7ad-869aea3ea302"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c4548b0f-5cf4-403d-a7ad-869aea3ea302"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c4548b0f-5cf4-403d-a7ad-869aea3ea302"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c4548b0f-5cf4-403d-a7ad-869aea3ea302"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-4b751b2a-c1fb-4675-bd01-9ec12082ece3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-4b751b2a-c1fb-4675-bd01-9ec12082ece3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4b751b2a-c1fb-4675-bd01-9ec12082ece3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4b751b2a-c1fb-4675-bd01-9ec12082ece3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b8457bd3-5682-43d6-9d85-5baf62fb8409 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-b8457bd3-5682-43d6-9d85-5baf62fb8409 img.shogun-image {
    

    
    
    
  }


#s-b8457bd3-5682-43d6-9d85-5baf62fb8409 .shogun-image-content {
  
    align-items: center;
  
}

#s-9b0df5ed-68f9-4e8c-a4ef-4c38a8fc41c4 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-9b0df5ed-68f9-4e8c-a4ef-4c38a8fc41c4 img.shogun-image {
    

    
    
    
  }


#s-9b0df5ed-68f9-4e8c-a4ef-4c38a8fc41c4 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-4db5ecba-fb55-4e6f-bc56-86800384d716"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-4db5ecba-fb55-4e6f-bc56-86800384d716"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4db5ecba-fb55-4e6f-bc56-86800384d716"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4db5ecba-fb55-4e6f-bc56-86800384d716"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2a6dc4cc-53b5-43bd-baf0-1d20fb2d4259 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-2a6dc4cc-53b5-43bd-baf0-1d20fb2d4259 img.shogun-image {
    

    
    
    
  }


#s-2a6dc4cc-53b5-43bd-baf0-1d20fb2d4259 .shogun-image-content {
  
    align-items: center;
  
}

#s-3193700c-e716-4305-a491-18307cbb9bbc {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-3193700c-e716-4305-a491-18307cbb9bbc img.shogun-image {
    

    
    
    
  }


#s-3193700c-e716-4305-a491-18307cbb9bbc .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-f150a7c7-59ee-41ad-8e8f-798276478afe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f150a7c7-59ee-41ad-8e8f-798276478afe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f150a7c7-59ee-41ad-8e8f-798276478afe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f150a7c7-59ee-41ad-8e8f-798276478afe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-4fc72643-adae-4140-b68b-938f0d5973eb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-4fc72643-adae-4140-b68b-938f0d5973eb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4fc72643-adae-4140-b68b-938f0d5973eb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4fc72643-adae-4140-b68b-938f0d5973eb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2fcba556-4a41-4391-8404-ad910277e715 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-2fcba556-4a41-4391-8404-ad910277e715 img.shogun-image {
    

    
    
    
  }


#s-2fcba556-4a41-4391-8404-ad910277e715 .shogun-image-content {
  
    align-items: center;
  
}

#s-3aade660-5f5d-40ff-b72b-42dd57a520c6 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-3aade660-5f5d-40ff-b72b-42dd57a520c6 img.shogun-image {
    

    
    
    
  }


#s-3aade660-5f5d-40ff-b72b-42dd57a520c6 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-9c4acc13-8021-466c-95ca-b5aa343ab66b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-9c4acc13-8021-466c-95ca-b5aa343ab66b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9c4acc13-8021-466c-95ca-b5aa343ab66b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9c4acc13-8021-466c-95ca-b5aa343ab66b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-73adf2cd-b496-4e98-88f7-6cc1edb2e025 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-73adf2cd-b496-4e98-88f7-6cc1edb2e025 img.shogun-image {
    

    
    
    
  }


#s-73adf2cd-b496-4e98-88f7-6cc1edb2e025 .shogun-image-content {
  
    align-items: center;
  
}

#s-3617cd5c-f063-4856-9b14-ead5b56c7fc3 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-3617cd5c-f063-4856-9b14-ead5b56c7fc3 img.shogun-image {
    

    
    
    
  }


#s-3617cd5c-f063-4856-9b14-ead5b56c7fc3 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-a8fd96ed-10e4-4f54-b592-cebd4d617547"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a8fd96ed-10e4-4f54-b592-cebd4d617547"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a8fd96ed-10e4-4f54-b592-cebd4d617547"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a8fd96ed-10e4-4f54-b592-cebd4d617547"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-28185e81-fa6f-4738-9a2f-c2d3e04e47e6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-28185e81-fa6f-4738-9a2f-c2d3e04e47e6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-28185e81-fa6f-4738-9a2f-c2d3e04e47e6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-28185e81-fa6f-4738-9a2f-c2d3e04e47e6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-8209c5f3-0344-4bfe-a95e-f0aa1ffebdeb {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-8209c5f3-0344-4bfe-a95e-f0aa1ffebdeb img.shogun-image {
    

    
    
    
  }


#s-8209c5f3-0344-4bfe-a95e-f0aa1ffebdeb .shogun-image-content {
  
    align-items: center;
  
}

#s-db8773d5-ddf2-4df8-9162-30d8c0e70ba1 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-db8773d5-ddf2-4df8-9162-30d8c0e70ba1 img.shogun-image {
    

    
    
    
  }


#s-db8773d5-ddf2-4df8-9162-30d8c0e70ba1 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-57ca5ba4-d05f-42da-93de-d4cc37b763bb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-57ca5ba4-d05f-42da-93de-d4cc37b763bb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-57ca5ba4-d05f-42da-93de-d4cc37b763bb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-57ca5ba4-d05f-42da-93de-d4cc37b763bb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-14208ed4-326b-49ad-a2ec-7e02c9bf3729 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-14208ed4-326b-49ad-a2ec-7e02c9bf3729 img.shogun-image {
    

    
    
    
  }


#s-14208ed4-326b-49ad-a2ec-7e02c9bf3729 .shogun-image-content {
  
    align-items: center;
  
}

#s-059e78de-01f6-4d29-859d-ff4e6d5f9741 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-059e78de-01f6-4d29-859d-ff4e6d5f9741 img.shogun-image {
    

    
    
    
  }


#s-059e78de-01f6-4d29-859d-ff4e6d5f9741 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-7a76b884-c193-4bd2-85bb-e71b9248bdd6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7a76b884-c193-4bd2-85bb-e71b9248bdd6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7a76b884-c193-4bd2-85bb-e71b9248bdd6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7a76b884-c193-4bd2-85bb-e71b9248bdd6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-306139e3-a0ae-4231-ad09-b2e18a300593"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-306139e3-a0ae-4231-ad09-b2e18a300593"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-306139e3-a0ae-4231-ad09-b2e18a300593"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-306139e3-a0ae-4231-ad09-b2e18a300593"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-cdbf44ac-19ea-413a-8d70-7bd5b4b71cb1 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-cdbf44ac-19ea-413a-8d70-7bd5b4b71cb1 img.shogun-image {
    

    
    
    
  }


#s-cdbf44ac-19ea-413a-8d70-7bd5b4b71cb1 .shogun-image-content {
  
    align-items: center;
  
}

#s-4efca0c5-f5aa-4daa-882c-bc522090bca1 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-4efca0c5-f5aa-4daa-882c-bc522090bca1 img.shogun-image {
    

    
    
    
  }


#s-4efca0c5-f5aa-4daa-882c-bc522090bca1 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-d49bcf74-6277-422c-b6fd-0883148ace36"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-d49bcf74-6277-422c-b6fd-0883148ace36"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d49bcf74-6277-422c-b6fd-0883148ace36"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d49bcf74-6277-422c-b6fd-0883148ace36"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-cb46d42e-c2a0-4ad0-973b-3d7fa53f19a1 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-cb46d42e-c2a0-4ad0-973b-3d7fa53f19a1 img.shogun-image {
    

    
    
    
  }


#s-cb46d42e-c2a0-4ad0-973b-3d7fa53f19a1 .shogun-image-content {
  
    align-items: center;
  
}

#s-9e27c350-b48e-4e94-b79c-6833b86c896e {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-9e27c350-b48e-4e94-b79c-6833b86c896e img.shogun-image {
    

    
    
    
  }


#s-9e27c350-b48e-4e94-b79c-6833b86c896e .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-a82cdf4b-a0f6-4837-b588-1e905725ef57"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a82cdf4b-a0f6-4837-b588-1e905725ef57"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a82cdf4b-a0f6-4837-b588-1e905725ef57"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a82cdf4b-a0f6-4837-b588-1e905725ef57"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-ed5db7a6-5412-4474-a24f-9f0e32a45dbe"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-ed5db7a6-5412-4474-a24f-9f0e32a45dbe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ed5db7a6-5412-4474-a24f-9f0e32a45dbe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ed5db7a6-5412-4474-a24f-9f0e32a45dbe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e3132338-0a74-44e2-afee-e1cf4c642ce3 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-e3132338-0a74-44e2-afee-e1cf4c642ce3 img.shogun-image {
    

    
    
    
  }


#s-e3132338-0a74-44e2-afee-e1cf4c642ce3 .shogun-image-content {
  
    align-items: center;
  
}

#s-01c50a5d-364e-4b76-a359-ae1cbfe41a86 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-01c50a5d-364e-4b76-a359-ae1cbfe41a86 img.shogun-image {
    

    
    
    
  }


#s-01c50a5d-364e-4b76-a359-ae1cbfe41a86 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-4ee893d9-d864-48fc-81bc-e82397b0328d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-4ee893d9-d864-48fc-81bc-e82397b0328d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4ee893d9-d864-48fc-81bc-e82397b0328d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4ee893d9-d864-48fc-81bc-e82397b0328d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-3f375231-6158-4f5c-953f-b9a091725292 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-3f375231-6158-4f5c-953f-b9a091725292 img.shogun-image {
    

    
    
    
  }


#s-3f375231-6158-4f5c-953f-b9a091725292 .shogun-image-content {
  
    align-items: center;
  
}

#s-b2354597-1d1e-45a6-a653-e21787bbb456 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-b2354597-1d1e-45a6-a653-e21787bbb456 img.shogun-image {
    

    
    
    
  }


#s-b2354597-1d1e-45a6-a653-e21787bbb456 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-bda033a4-3c95-453a-acb4-2ff23ade2776"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bda033a4-3c95-453a-acb4-2ff23ade2776"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bda033a4-3c95-453a-acb4-2ff23ade2776"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bda033a4-3c95-453a-acb4-2ff23ade2776"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-76887abc-19ad-4459-8a9b-413d3fc002da"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-76887abc-19ad-4459-8a9b-413d3fc002da"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-76887abc-19ad-4459-8a9b-413d3fc002da"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-76887abc-19ad-4459-8a9b-413d3fc002da"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-00b20b0b-fac1-47a0-8ef2-1cc379dafa9f {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-00b20b0b-fac1-47a0-8ef2-1cc379dafa9f img.shogun-image {
    

    
    
    
  }


#s-00b20b0b-fac1-47a0-8ef2-1cc379dafa9f .shogun-image-content {
  
    align-items: center;
  
}

#s-3bd81fbb-ee62-4b9e-9135-01e15ce98677 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-3bd81fbb-ee62-4b9e-9135-01e15ce98677 img.shogun-image {
    

    
    
    
  }


#s-3bd81fbb-ee62-4b9e-9135-01e15ce98677 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-a5933ec3-6574-447d-9c5c-b83f2be2abae"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a5933ec3-6574-447d-9c5c-b83f2be2abae"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a5933ec3-6574-447d-9c5c-b83f2be2abae"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a5933ec3-6574-447d-9c5c-b83f2be2abae"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b266bf36-376b-4bfb-81f9-6e6703793d40 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-b266bf36-376b-4bfb-81f9-6e6703793d40 img.shogun-image {
    

    
    
    
  }


#s-b266bf36-376b-4bfb-81f9-6e6703793d40 .shogun-image-content {
  
    align-items: center;
  
}

#s-67aecfd0-b4e1-4e28-8073-4ef4037cf821 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-67aecfd0-b4e1-4e28-8073-4ef4037cf821 img.shogun-image {
    

    
    
    
  }


#s-67aecfd0-b4e1-4e28-8073-4ef4037cf821 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-8909d615-506e-4a72-9396-760382ddac01"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8909d615-506e-4a72-9396-760382ddac01"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8909d615-506e-4a72-9396-760382ddac01"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8909d615-506e-4a72-9396-760382ddac01"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-265ebbb3-50d0-43c9-9061-155d21653a3d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-265ebbb3-50d0-43c9-9061-155d21653a3d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-265ebbb3-50d0-43c9-9061-155d21653a3d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-265ebbb3-50d0-43c9-9061-155d21653a3d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-8f9909f2-7bc7-409f-8692-6daae947b365 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-8f9909f2-7bc7-409f-8692-6daae947b365 img.shogun-image {
    

    
    
    
  }


#s-8f9909f2-7bc7-409f-8692-6daae947b365 .shogun-image-content {
  
    align-items: center;
  
}

#s-77bd2bf6-c994-481e-a842-9665cfb8a2e9 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-77bd2bf6-c994-481e-a842-9665cfb8a2e9 img.shogun-image {
    

    
    
    
  }


#s-77bd2bf6-c994-481e-a842-9665cfb8a2e9 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-2354fc18-2605-46b6-aa1b-557e4e7fd383"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-2354fc18-2605-46b6-aa1b-557e4e7fd383"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2354fc18-2605-46b6-aa1b-557e4e7fd383"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2354fc18-2605-46b6-aa1b-557e4e7fd383"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-1d36c22e-32ff-4762-8a73-469f6afe75a1 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-1d36c22e-32ff-4762-8a73-469f6afe75a1 img.shogun-image {
    

    
    
    
  }


#s-1d36c22e-32ff-4762-8a73-469f6afe75a1 .shogun-image-content {
  
    align-items: center;
  
}

#s-949da185-2cf4-4572-97a3-69c52e0e8181 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-949da185-2cf4-4572-97a3-69c52e0e8181 img.shogun-image {
    

    
    
    
  }


#s-949da185-2cf4-4572-97a3-69c52e0e8181 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-72864a6a-3b91-432b-9468-355df12b165b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-72864a6a-3b91-432b-9468-355df12b165b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-72864a6a-3b91-432b-9468-355df12b165b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-72864a6a-3b91-432b-9468-355df12b165b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-4aec7b12-adf3-4388-ac94-d2574188cafa"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-4aec7b12-adf3-4388-ac94-d2574188cafa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4aec7b12-adf3-4388-ac94-d2574188cafa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4aec7b12-adf3-4388-ac94-d2574188cafa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-8be89b89-4ca6-43d2-aa22-4eca016b8372 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-8be89b89-4ca6-43d2-aa22-4eca016b8372 img.shogun-image {
    

    
    
    
  }


#s-8be89b89-4ca6-43d2-aa22-4eca016b8372 .shogun-image-content {
  
    align-items: center;
  
}

#s-141d1e0c-c1ab-4d8f-b5dc-2f2103427019 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-141d1e0c-c1ab-4d8f-b5dc-2f2103427019 img.shogun-image {
    

    
    
    
  }


#s-141d1e0c-c1ab-4d8f-b5dc-2f2103427019 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-6ad49b79-0345-4d4f-8966-bb539a98f1d2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-6ad49b79-0345-4d4f-8966-bb539a98f1d2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6ad49b79-0345-4d4f-8966-bb539a98f1d2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6ad49b79-0345-4d4f-8966-bb539a98f1d2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-83ec8dd6-adbe-4ad5-8170-ba56308946ba {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-83ec8dd6-adbe-4ad5-8170-ba56308946ba img.shogun-image {
    

    
    
    
  }


#s-83ec8dd6-adbe-4ad5-8170-ba56308946ba .shogun-image-content {
  
    align-items: center;
  
}

#s-ff719576-685e-4506-8ac4-452ffdd2368c {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-ff719576-685e-4506-8ac4-452ffdd2368c img.shogun-image {
    

    
    
    
  }


#s-ff719576-685e-4506-8ac4-452ffdd2368c .shogun-image-content {
  
    align-items: center;
  
}

#s-01ded000-ae4a-4bd3-bc0e-cb013ed00767 {
  min-height: 50px;
}








#s-01ded000-ae4a-4bd3-bc0e-cb013ed00767 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-01ded000-ae4a-4bd3-bc0e-cb013ed00767.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2380a1ca-8410-404d-aea9-4d4b888b567e {
  padding-top: 25px;
padding-bottom: 25px;
background-color: rgba(0, 0, 0, 1);
}

/*
  $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}
