.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-700e0000-bbd3-4f83-841b-7fa6744440b2 {
  min-height: 50px;
}








#s-700e0000-bbd3-4f83-841b-7fa6744440b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-700e0000-bbd3-4f83-841b-7fa6744440b2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

#s-29c2206d-bf2f-44c3-b8ad-2f58f2f65626 {
  margin-left: 50px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-29c2206d-bf2f-44c3-b8ad-2f58f2f65626"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-29c2206d-bf2f-44c3-b8ad-2f58f2f65626"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-29c2206d-bf2f-44c3-b8ad-2f58f2f65626"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-29c2206d-bf2f-44c3-b8ad-2f58f2f65626"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

.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-5247f93c-1069-41fd-8489-ade3b06b5639 {
  padding-top: 25px;
padding-left: 25px;
padding-bottom: 25px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(15, 104, 63, 0);
border-style: solid;
text-align: center;
background-color: rgba(1, 64, 114, 0);
}

#s-5247f93c-1069-41fd-8489-ade3b06b5639 .shogun-heading-component h1 {
  color: rgba(21, 140, 85, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-5247f93c-1069-41fd-8489-ade3b06b5639 .shogun-heading-component h1 {
  color: rgba(21, 140, 85, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


}@media (max-width: 767px){#s-5247f93c-1069-41fd-8489-ade3b06b5639 .shogun-heading-component h1 {
  color: rgba(21, 140, 85, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


}
#s-990ce37d-5b8c-4086-9772-842ad091fcbc {
  min-height: 50px;
}








#s-990ce37d-5b8c-4086-9772-842ad091fcbc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-990ce37d-5b8c-4086-9772-842ad091fcbc.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-765b4e6c-6469-40ca-84d9-8295a887ca22 {
  margin-top: 50px;
margin-bottom: 50px;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
}

#s-765b4e6c-6469-40ca-84d9-8295a887ca22 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(15, 104, 63, 0.54);
}

#s-765b4e6c-6469-40ca-84d9-8295a887ca22 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 1);
  padding: 10px;
}

#s-765b4e6c-6469-40ca-84d9-8295a887ca22 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(21, 140, 85, 1);
}

#s-765b4e6c-6469-40ca-84d9-8295a887ca22 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(0, 0, 0, 1);
  border-top: 1px solid rgba(15, 104, 63, 0.54);
}

#s-765b4e6c-6469-40ca-84d9-8295a887ca22 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(21, 140, 85, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-765b4e6c-6469-40ca-84d9-8295a887ca22 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-634b07b6-8dba-47aa-9c85-eb87912ab35f {
  min-height: 50px;
}








#s-634b07b6-8dba-47aa-9c85-eb87912ab35f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-634b07b6-8dba-47aa-9c85-eb87912ab35f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8753a4e0-9ad5-4b70-a83b-7d4999c8d1b3 {
  min-height: 50px;
}








#s-8753a4e0-9ad5-4b70-a83b-7d4999c8d1b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8753a4e0-9ad5-4b70-a83b-7d4999c8d1b3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f07017d4-aba1-4ca0-8a62-cf591c645e84 {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}

@media (min-width: 0px) {
[id="s-f07017d4-aba1-4ca0-8a62-cf591c645e84"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f07017d4-aba1-4ca0-8a62-cf591c645e84"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f07017d4-aba1-4ca0-8a62-cf591c645e84"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f07017d4-aba1-4ca0-8a62-cf591c645e84"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.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-1e72e59c-2979-4ee1-bcb0-4fc9c3630992 {
  max-width: 1482px;
aspect-ratio: 1482/1426;
text-align: center;
}





  #s-1e72e59c-2979-4ee1-bcb0-4fc9c3630992 img.shogun-image,
  #s-1e72e59c-2979-4ee1-bcb0-4fc9c3630992 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1e72e59c-2979-4ee1-bcb0-4fc9c3630992 {
    width: 100%;
    height: auto;
  }



  #s-1e72e59c-2979-4ee1-bcb0-4fc9c3630992 img.shogun-image {
    

    
    
    
  }


#s-1e72e59c-2979-4ee1-bcb0-4fc9c3630992 .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-d29514cf-78e6-4659-8677-6c605c414977 {
  box-shadow:0px 0px 0px 0px ;
padding-top: 5px;
padding-bottom: 0px;
}

#s-67917858-1e63-4009-b0dd-3d0353aaeae5 {
  max-width: 1482px;
aspect-ratio: 1482/1426;
text-align: center;
}





  #s-67917858-1e63-4009-b0dd-3d0353aaeae5 img.shogun-image,
  #s-67917858-1e63-4009-b0dd-3d0353aaeae5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-67917858-1e63-4009-b0dd-3d0353aaeae5 {
    width: 100%;
    height: auto;
  }



  #s-67917858-1e63-4009-b0dd-3d0353aaeae5 img.shogun-image {
    

    
    
    
  }


#s-67917858-1e63-4009-b0dd-3d0353aaeae5 .shogun-image-content {
  
    align-items: center;
  
}

#s-5a350266-90a3-4993-9e0d-992fbe6c954d {
  box-shadow:0px 0px 0px 0px ;
padding-top: 5px;
padding-bottom: 0px;
}

#s-ab24fea1-557f-4f2e-ae10-e23f378772c5 {
  max-width: 1500px;
aspect-ratio: 1500/1426;
text-align: center;
}





  #s-ab24fea1-557f-4f2e-ae10-e23f378772c5 img.shogun-image,
  #s-ab24fea1-557f-4f2e-ae10-e23f378772c5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ab24fea1-557f-4f2e-ae10-e23f378772c5 {
    width: 100%;
    height: auto;
  }



  #s-ab24fea1-557f-4f2e-ae10-e23f378772c5 img.shogun-image {
    

    
    
    
  }


#s-ab24fea1-557f-4f2e-ae10-e23f378772c5 .shogun-image-content {
  
    align-items: center;
  
}

#s-350a352c-fe75-4744-b2c8-eee2c088565a {
  box-shadow:0px 0px 0px 0px ;
padding-top: 5px;
padding-bottom: 0px;
}

#s-e87e4b4b-30df-4b68-a9b3-00ac6225818f {
  margin-top: -2px;
margin-bottom: 5px;
}

@media (min-width: 0px) {
[id="s-e87e4b4b-30df-4b68-a9b3-00ac6225818f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e87e4b4b-30df-4b68-a9b3-00ac6225818f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e87e4b4b-30df-4b68-a9b3-00ac6225818f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e87e4b4b-30df-4b68-a9b3-00ac6225818f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e87e4b4b-30df-4b68-a9b3-00ac6225818f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e87e4b4b-30df-4b68-a9b3-00ac6225818f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e87e4b4b-30df-4b68-a9b3-00ac6225818f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-9f9162cd-08f7-4ab8-be88-ce63a7e895c4 {
  min-height: 50px;
}








#s-9f9162cd-08f7-4ab8-be88-ce63a7e895c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9f9162cd-08f7-4ab8-be88-ce63a7e895c4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-98fe164d-2c6b-4e8a-bdb2-b52db289df9b {
  max-width: 1500px;
aspect-ratio: 1500/3100;
text-align: center;
}





  #s-98fe164d-2c6b-4e8a-bdb2-b52db289df9b img.shogun-image,
  #s-98fe164d-2c6b-4e8a-bdb2-b52db289df9b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-98fe164d-2c6b-4e8a-bdb2-b52db289df9b {
    width: 100%;
    height: auto;
  }

  #s-98fe164d-2c6b-4e8a-bdb2-b52db289df9b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-98fe164d-2c6b-4e8a-bdb2-b52db289df9b.shogun-image {
    
    
  }


.s-98fe164d-2c6b-4e8a-bdb2-b52db289df9b .shogun-image-content {
  
    align-items: center;
  
}

.s-98fe164d-2c6b-4e8a-bdb2-b52db289df9b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-98fe164d-2c6b-4e8a-bdb2-b52db289df9b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98fe164d-2c6b-4e8a-bdb2-b52db289df9b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-98fe164d-2c6b-4e8a-bdb2-b52db289df9b {
      --shg-aspect-ratio: calc(1500/3100); 
    }

    .s-98fe164d-2c6b-4e8a-bdb2-b52db289df9b.shogun-image-container {
      position: relative;
    }

    .s-98fe164d-2c6b-4e8a-bdb2-b52db289df9b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-98fe164d-2c6b-4e8a-bdb2-b52db289df9b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-98fe164d-2c6b-4e8a-bdb2-b52db289df9b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-98fe164d-2c6b-4e8a-bdb2-b52db289df9b img.shogun-image,
  #s-98fe164d-2c6b-4e8a-bdb2-b52db289df9b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-98fe164d-2c6b-4e8a-bdb2-b52db289df9b {
    width: 100%;
    height: auto;
  }

  #s-98fe164d-2c6b-4e8a-bdb2-b52db289df9b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-98fe164d-2c6b-4e8a-bdb2-b52db289df9b.shogun-image {
    
    
  }


.s-98fe164d-2c6b-4e8a-bdb2-b52db289df9b .shogun-image-content {
  
    align-items: center;
  
}

.s-98fe164d-2c6b-4e8a-bdb2-b52db289df9b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-98fe164d-2c6b-4e8a-bdb2-b52db289df9b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98fe164d-2c6b-4e8a-bdb2-b52db289df9b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-98fe164d-2c6b-4e8a-bdb2-b52db289df9b {
      --shg-aspect-ratio: calc(1500/3100); 
    }

    .s-98fe164d-2c6b-4e8a-bdb2-b52db289df9b.shogun-image-container {
      position: relative;
    }

    .s-98fe164d-2c6b-4e8a-bdb2-b52db289df9b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-98fe164d-2c6b-4e8a-bdb2-b52db289df9b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-98fe164d-2c6b-4e8a-bdb2-b52db289df9b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-98fe164d-2c6b-4e8a-bdb2-b52db289df9b img.shogun-image,
  #s-98fe164d-2c6b-4e8a-bdb2-b52db289df9b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-98fe164d-2c6b-4e8a-bdb2-b52db289df9b {
    width: 100%;
    height: auto;
  }

  #s-98fe164d-2c6b-4e8a-bdb2-b52db289df9b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-98fe164d-2c6b-4e8a-bdb2-b52db289df9b.shogun-image {
    
    
  }


.s-98fe164d-2c6b-4e8a-bdb2-b52db289df9b .shogun-image-content {
  
    align-items: center;
  
}

.s-98fe164d-2c6b-4e8a-bdb2-b52db289df9b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-98fe164d-2c6b-4e8a-bdb2-b52db289df9b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98fe164d-2c6b-4e8a-bdb2-b52db289df9b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-98fe164d-2c6b-4e8a-bdb2-b52db289df9b {
      --shg-aspect-ratio: calc(1500/3100); 
    }

    .s-98fe164d-2c6b-4e8a-bdb2-b52db289df9b.shogun-image-container {
      position: relative;
    }

    .s-98fe164d-2c6b-4e8a-bdb2-b52db289df9b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-98fe164d-2c6b-4e8a-bdb2-b52db289df9b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-98fe164d-2c6b-4e8a-bdb2-b52db289df9b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-98fe164d-2c6b-4e8a-bdb2-b52db289df9b img.shogun-image,
  #s-98fe164d-2c6b-4e8a-bdb2-b52db289df9b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-98fe164d-2c6b-4e8a-bdb2-b52db289df9b {
    width: 100%;
    height: auto;
  }

  #s-98fe164d-2c6b-4e8a-bdb2-b52db289df9b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-98fe164d-2c6b-4e8a-bdb2-b52db289df9b.shogun-image {
    
    
  }


.s-98fe164d-2c6b-4e8a-bdb2-b52db289df9b .shogun-image-content {
  
    align-items: center;
  
}

.s-98fe164d-2c6b-4e8a-bdb2-b52db289df9b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-98fe164d-2c6b-4e8a-bdb2-b52db289df9b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98fe164d-2c6b-4e8a-bdb2-b52db289df9b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-98fe164d-2c6b-4e8a-bdb2-b52db289df9b {
      --shg-aspect-ratio: calc(1500/3100); 
    }

    .s-98fe164d-2c6b-4e8a-bdb2-b52db289df9b.shogun-image-container {
      position: relative;
    }

    .s-98fe164d-2c6b-4e8a-bdb2-b52db289df9b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-98fe164d-2c6b-4e8a-bdb2-b52db289df9b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-98fe164d-2c6b-4e8a-bdb2-b52db289df9b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-98fe164d-2c6b-4e8a-bdb2-b52db289df9b img.shogun-image,
  #s-98fe164d-2c6b-4e8a-bdb2-b52db289df9b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-98fe164d-2c6b-4e8a-bdb2-b52db289df9b {
    width: 100%;
    height: auto;
  }

  #s-98fe164d-2c6b-4e8a-bdb2-b52db289df9b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-98fe164d-2c6b-4e8a-bdb2-b52db289df9b.shogun-image {
    
    
  }


.s-98fe164d-2c6b-4e8a-bdb2-b52db289df9b .shogun-image-content {
  
    align-items: center;
  
}

.s-98fe164d-2c6b-4e8a-bdb2-b52db289df9b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-98fe164d-2c6b-4e8a-bdb2-b52db289df9b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98fe164d-2c6b-4e8a-bdb2-b52db289df9b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-98fe164d-2c6b-4e8a-bdb2-b52db289df9b {
      --shg-aspect-ratio: calc(1500/3100); 
    }

    .s-98fe164d-2c6b-4e8a-bdb2-b52db289df9b.shogun-image-container {
      position: relative;
    }

    .s-98fe164d-2c6b-4e8a-bdb2-b52db289df9b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-98fe164d-2c6b-4e8a-bdb2-b52db289df9b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-98fe164d-2c6b-4e8a-bdb2-b52db289df9b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-fcf7ce35-9728-40f0-bcdf-155faa44175e {
  box-shadow:0px 0px 0px 0px ;
margin-top: -1px;
margin-bottom: 3px;
padding-top: 5px;
padding-bottom: 0px;
}

#s-827f559b-fbc3-40eb-9872-2096f2af9042 {
  max-width: 1500px;
aspect-ratio: 1500/2000;
text-align: center;
}





  #s-827f559b-fbc3-40eb-9872-2096f2af9042 img.shogun-image,
  #s-827f559b-fbc3-40eb-9872-2096f2af9042 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-827f559b-fbc3-40eb-9872-2096f2af9042 {
    width: 100%;
    height: auto;
  }

  #s-827f559b-fbc3-40eb-9872-2096f2af9042 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-827f559b-fbc3-40eb-9872-2096f2af9042.shogun-image {
    
    
  }


.s-827f559b-fbc3-40eb-9872-2096f2af9042 .shogun-image-content {
  
    align-items: center;
  
}

.s-827f559b-fbc3-40eb-9872-2096f2af9042.shg-align-container {
  display: flex;
  justify-content: center
}

.s-827f559b-fbc3-40eb-9872-2096f2af9042.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-827f559b-fbc3-40eb-9872-2096f2af9042.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-827f559b-fbc3-40eb-9872-2096f2af9042 {
      --shg-aspect-ratio: calc(1500/2000); 
    }

    .s-827f559b-fbc3-40eb-9872-2096f2af9042.shogun-image-container {
      position: relative;
    }

    .s-827f559b-fbc3-40eb-9872-2096f2af9042.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-827f559b-fbc3-40eb-9872-2096f2af9042.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-827f559b-fbc3-40eb-9872-2096f2af9042 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-827f559b-fbc3-40eb-9872-2096f2af9042 img.shogun-image,
  #s-827f559b-fbc3-40eb-9872-2096f2af9042 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-827f559b-fbc3-40eb-9872-2096f2af9042 {
    width: 100%;
    height: auto;
  }

  #s-827f559b-fbc3-40eb-9872-2096f2af9042 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-827f559b-fbc3-40eb-9872-2096f2af9042.shogun-image {
    
    
  }


.s-827f559b-fbc3-40eb-9872-2096f2af9042 .shogun-image-content {
  
    align-items: center;
  
}

.s-827f559b-fbc3-40eb-9872-2096f2af9042.shg-align-container {
  display: flex;
  justify-content: center
}

.s-827f559b-fbc3-40eb-9872-2096f2af9042.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-827f559b-fbc3-40eb-9872-2096f2af9042.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-827f559b-fbc3-40eb-9872-2096f2af9042 {
      --shg-aspect-ratio: calc(1500/2000); 
    }

    .s-827f559b-fbc3-40eb-9872-2096f2af9042.shogun-image-container {
      position: relative;
    }

    .s-827f559b-fbc3-40eb-9872-2096f2af9042.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-827f559b-fbc3-40eb-9872-2096f2af9042.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-827f559b-fbc3-40eb-9872-2096f2af9042 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-827f559b-fbc3-40eb-9872-2096f2af9042 img.shogun-image,
  #s-827f559b-fbc3-40eb-9872-2096f2af9042 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-827f559b-fbc3-40eb-9872-2096f2af9042 {
    width: 100%;
    height: auto;
  }

  #s-827f559b-fbc3-40eb-9872-2096f2af9042 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-827f559b-fbc3-40eb-9872-2096f2af9042.shogun-image {
    
    
  }


.s-827f559b-fbc3-40eb-9872-2096f2af9042 .shogun-image-content {
  
    align-items: center;
  
}

.s-827f559b-fbc3-40eb-9872-2096f2af9042.shg-align-container {
  display: flex;
  justify-content: center
}

.s-827f559b-fbc3-40eb-9872-2096f2af9042.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-827f559b-fbc3-40eb-9872-2096f2af9042.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-827f559b-fbc3-40eb-9872-2096f2af9042 {
      --shg-aspect-ratio: calc(1500/2000); 
    }

    .s-827f559b-fbc3-40eb-9872-2096f2af9042.shogun-image-container {
      position: relative;
    }

    .s-827f559b-fbc3-40eb-9872-2096f2af9042.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-827f559b-fbc3-40eb-9872-2096f2af9042.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-827f559b-fbc3-40eb-9872-2096f2af9042 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-827f559b-fbc3-40eb-9872-2096f2af9042 img.shogun-image,
  #s-827f559b-fbc3-40eb-9872-2096f2af9042 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-827f559b-fbc3-40eb-9872-2096f2af9042 {
    width: 100%;
    height: auto;
  }

  #s-827f559b-fbc3-40eb-9872-2096f2af9042 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-827f559b-fbc3-40eb-9872-2096f2af9042.shogun-image {
    
    
  }


.s-827f559b-fbc3-40eb-9872-2096f2af9042 .shogun-image-content {
  
    align-items: center;
  
}

.s-827f559b-fbc3-40eb-9872-2096f2af9042.shg-align-container {
  display: flex;
  justify-content: center
}

.s-827f559b-fbc3-40eb-9872-2096f2af9042.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-827f559b-fbc3-40eb-9872-2096f2af9042.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-827f559b-fbc3-40eb-9872-2096f2af9042 {
      --shg-aspect-ratio: calc(1500/2000); 
    }

    .s-827f559b-fbc3-40eb-9872-2096f2af9042.shogun-image-container {
      position: relative;
    }

    .s-827f559b-fbc3-40eb-9872-2096f2af9042.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-827f559b-fbc3-40eb-9872-2096f2af9042.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-827f559b-fbc3-40eb-9872-2096f2af9042 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-827f559b-fbc3-40eb-9872-2096f2af9042 img.shogun-image,
  #s-827f559b-fbc3-40eb-9872-2096f2af9042 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-827f559b-fbc3-40eb-9872-2096f2af9042 {
    width: 100%;
    height: auto;
  }

  #s-827f559b-fbc3-40eb-9872-2096f2af9042 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-827f559b-fbc3-40eb-9872-2096f2af9042.shogun-image {
    
    
  }


.s-827f559b-fbc3-40eb-9872-2096f2af9042 .shogun-image-content {
  
    align-items: center;
  
}

.s-827f559b-fbc3-40eb-9872-2096f2af9042.shg-align-container {
  display: flex;
  justify-content: center
}

.s-827f559b-fbc3-40eb-9872-2096f2af9042.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-827f559b-fbc3-40eb-9872-2096f2af9042.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-827f559b-fbc3-40eb-9872-2096f2af9042 {
      --shg-aspect-ratio: calc(1500/2000); 
    }

    .s-827f559b-fbc3-40eb-9872-2096f2af9042.shogun-image-container {
      position: relative;
    }

    .s-827f559b-fbc3-40eb-9872-2096f2af9042.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-827f559b-fbc3-40eb-9872-2096f2af9042.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-827f559b-fbc3-40eb-9872-2096f2af9042 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-5e76867c-f658-43d6-934e-bc29b62b6c69 {
  margin-top: -2px;
margin-bottom: 5px;
}

@media (min-width: 0px) {
[id="s-5e76867c-f658-43d6-934e-bc29b62b6c69"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5e76867c-f658-43d6-934e-bc29b62b6c69"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5e76867c-f658-43d6-934e-bc29b62b6c69"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5e76867c-f658-43d6-934e-bc29b62b6c69"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5e76867c-f658-43d6-934e-bc29b62b6c69"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5e76867c-f658-43d6-934e-bc29b62b6c69"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5e76867c-f658-43d6-934e-bc29b62b6c69"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-f2ac6662-1ea6-40aa-a26a-47d287c94273 {
  box-shadow:0px 0px 0px 0px ;
margin-top: -1px;
margin-bottom: 3px;
padding-top: 5px;
padding-bottom: 0px;
}

#s-5d5e2904-3bc7-4304-bfea-9e1e6a8fb8ab {
  min-height: 50px;
}








#s-5d5e2904-3bc7-4304-bfea-9e1e6a8fb8ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5d5e2904-3bc7-4304-bfea-9e1e6a8fb8ab.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5ad0ba15-e1ee-4d3a-ba05-74067475953d {
  text-align: center;
}







  #s-5ad0ba15-e1ee-4d3a-ba05-74067475953d img.shogun-image {
    

    
    
    
  }


#s-5ad0ba15-e1ee-4d3a-ba05-74067475953d .shogun-image-content {
  
    align-items: center;
  
}

#s-94a46da0-968b-4109-b0b2-254df4a77920 {
  margin-top: -2px;
margin-bottom: 5px;
}

@media (min-width: 0px) {
[id="s-94a46da0-968b-4109-b0b2-254df4a77920"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-94a46da0-968b-4109-b0b2-254df4a77920"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-94a46da0-968b-4109-b0b2-254df4a77920"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-94a46da0-968b-4109-b0b2-254df4a77920"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-94a46da0-968b-4109-b0b2-254df4a77920"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-94a46da0-968b-4109-b0b2-254df4a77920"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-94a46da0-968b-4109-b0b2-254df4a77920"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-a196bada-74b2-4d6a-9780-3e53a289d480 {
  box-shadow:0px 0px 0px 0px ;
margin-top: -1px;
margin-bottom: 3px;
padding-top: 5px;
padding-bottom: 0px;
}

#s-c01036d0-ca1c-414b-85f9-0a96afad2335 {
  text-align: center;
}







  #s-c01036d0-ca1c-414b-85f9-0a96afad2335 img.shogun-image {
    

    
    
    
  }


#s-c01036d0-ca1c-414b-85f9-0a96afad2335 .shogun-image-content {
  
    align-items: center;
  
}

#s-2755545d-7c07-474f-bb31-065f3837e450 {
  margin-top: -2px;
margin-bottom: 5px;
}

@media (min-width: 0px) {
[id="s-2755545d-7c07-474f-bb31-065f3837e450"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2755545d-7c07-474f-bb31-065f3837e450"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2755545d-7c07-474f-bb31-065f3837e450"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2755545d-7c07-474f-bb31-065f3837e450"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2755545d-7c07-474f-bb31-065f3837e450"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2755545d-7c07-474f-bb31-065f3837e450"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2755545d-7c07-474f-bb31-065f3837e450"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-e1a1873f-e85e-41ba-8136-fadecd228076 {
  box-shadow:0px 0px 0px 0px ;
margin-top: -1px;
margin-bottom: 3px;
padding-top: 5px;
padding-bottom: 0px;
}

#s-f5fda6c2-6c6c-419f-84ff-30a70ba59dd0 {
  text-align: center;
}







  #s-f5fda6c2-6c6c-419f-84ff-30a70ba59dd0 img.shogun-image {
    

    
    
    
  }


#s-f5fda6c2-6c6c-419f-84ff-30a70ba59dd0 .shogun-image-content {
  
    align-items: center;
  
}

#s-8a721dbf-05f0-4ecb-a4e5-1029c039fba2 {
  margin-top: -2px;
margin-bottom: 5px;
}

@media (min-width: 0px) {
[id="s-8a721dbf-05f0-4ecb-a4e5-1029c039fba2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8a721dbf-05f0-4ecb-a4e5-1029c039fba2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8a721dbf-05f0-4ecb-a4e5-1029c039fba2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8a721dbf-05f0-4ecb-a4e5-1029c039fba2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8a721dbf-05f0-4ecb-a4e5-1029c039fba2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8a721dbf-05f0-4ecb-a4e5-1029c039fba2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8a721dbf-05f0-4ecb-a4e5-1029c039fba2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-473a26a8-b2e5-4543-98fb-88dc2870b9a1 {
  box-shadow:0px 0px 0px 0px ;
margin-top: -1px;
margin-bottom: 3px;
padding-top: 5px;
padding-bottom: 0px;
}

#s-bf17d1c5-1462-4901-84f8-c2a5b16cbfa5 {
  text-align: center;
}








#s-bf17d1c5-1462-4901-84f8-c2a5b16cbfa5 .shogun-image-content {
  
    align-items: center;
  
}

#s-9df9ec65-bacb-4025-8dad-4a92cfaae64c {
  margin-top: -2px;
margin-bottom: 5px;
}

@media (min-width: 0px) {
[id="s-9df9ec65-bacb-4025-8dad-4a92cfaae64c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9df9ec65-bacb-4025-8dad-4a92cfaae64c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9df9ec65-bacb-4025-8dad-4a92cfaae64c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9df9ec65-bacb-4025-8dad-4a92cfaae64c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9df9ec65-bacb-4025-8dad-4a92cfaae64c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9df9ec65-bacb-4025-8dad-4a92cfaae64c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9df9ec65-bacb-4025-8dad-4a92cfaae64c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-fc1be56d-b404-4765-9405-e7d8eb3a9a57 {
  box-shadow:0px 0px 0px 0px ;
margin-top: -1px;
margin-bottom: 3px;
padding-top: 5px;
padding-bottom: 0px;
}

#s-cb5da8a6-0902-488d-899f-0acd7a905e63 {
  text-align: center;
}








#s-cb5da8a6-0902-488d-899f-0acd7a905e63 .shogun-image-content {
  
    align-items: center;
  
}

#s-a0b25893-fbff-4e15-9750-28b32548a8fe {
  margin-top: -2px;
margin-bottom: 5px;
}

@media (min-width: 0px) {
[id="s-a0b25893-fbff-4e15-9750-28b32548a8fe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a0b25893-fbff-4e15-9750-28b32548a8fe"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a0b25893-fbff-4e15-9750-28b32548a8fe"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a0b25893-fbff-4e15-9750-28b32548a8fe"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a0b25893-fbff-4e15-9750-28b32548a8fe"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a0b25893-fbff-4e15-9750-28b32548a8fe"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a0b25893-fbff-4e15-9750-28b32548a8fe"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-01c5cce5-f71a-42ac-b3ef-4375b31c1ea6 {
  box-shadow:0px 0px 0px 0px ;
margin-top: -1px;
margin-bottom: 3px;
padding-top: 5px;
padding-bottom: 0px;
}

#s-69c40f4b-6ea2-4b65-b186-8d32ca12f77e {
  min-height: 50px;
}








#s-69c40f4b-6ea2-4b65-b186-8d32ca12f77e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-69c40f4b-6ea2-4b65-b186-8d32ca12f77e.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-014ab011-b387-4376-9d91-ec7c2565bcf7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-014ab011-b387-4376-9d91-ec7c2565bcf7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-014ab011-b387-4376-9d91-ec7c2565bcf7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-014ab011-b387-4376-9d91-ec7c2565bcf7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-9e05fbb1-885f-4ff6-add2-caa67abdfe9f {
  max-width: 1500px;
aspect-ratio: 1500/2000;
text-align: center;
}





  #s-9e05fbb1-885f-4ff6-add2-caa67abdfe9f img.shogun-image,
  #s-9e05fbb1-885f-4ff6-add2-caa67abdfe9f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9e05fbb1-885f-4ff6-add2-caa67abdfe9f {
    width: 100%;
    height: auto;
  }



  #s-9e05fbb1-885f-4ff6-add2-caa67abdfe9f img.shogun-image {
    

    
    
    
  }


#s-9e05fbb1-885f-4ff6-add2-caa67abdfe9f .shogun-image-content {
  
    align-items: center;
  
}

#s-3a8c942f-b99d-41c3-b604-886d9552dc58 {
  margin-top: 250px;
margin-left: 6%;
margin-bottom: 250px;
margin-right: 6%;
max-width: 1207px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-3a8c942f-b99d-41c3-b604-886d9552dc58 img.shogun-image,
  #s-3a8c942f-b99d-41c3-b604-886d9552dc58 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3a8c942f-b99d-41c3-b604-886d9552dc58 {
    width: 100%;
    height: auto;
  }



  #s-3a8c942f-b99d-41c3-b604-886d9552dc58 img.shogun-image {
    

    
    
    
  }


#s-3a8c942f-b99d-41c3-b604-886d9552dc58 .shogun-image-content {
  
    align-items: center;
  
}

#s-680acba3-1e37-4b6e-bacf-2ac8cbde759c {
  margin-top: -2px;
margin-bottom: 5px;
}

@media (min-width: 0px) {
[id="s-680acba3-1e37-4b6e-bacf-2ac8cbde759c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-680acba3-1e37-4b6e-bacf-2ac8cbde759c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-680acba3-1e37-4b6e-bacf-2ac8cbde759c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-680acba3-1e37-4b6e-bacf-2ac8cbde759c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-680acba3-1e37-4b6e-bacf-2ac8cbde759c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-680acba3-1e37-4b6e-bacf-2ac8cbde759c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-680acba3-1e37-4b6e-bacf-2ac8cbde759c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-48389dce-3521-45e7-a722-72184fd402c2 {
  box-shadow:0px 0px 0px 0px ;
margin-top: -1px;
margin-bottom: 3px;
padding-top: 5px;
padding-bottom: 0px;
}

#s-7592da2d-f884-458d-9c79-b218d2ef28c9 {
  text-align: center;
}







  #s-7592da2d-f884-458d-9c79-b218d2ef28c9 img.shogun-image {
    

    
    
    
  }


#s-7592da2d-f884-458d-9c79-b218d2ef28c9 .shogun-image-content {
  
    align-items: center;
  
}

#s-989b2ac1-5921-4d34-8475-80dc2be3697e {
  margin-top: -2px;
margin-bottom: 5px;
}

@media (min-width: 0px) {
[id="s-989b2ac1-5921-4d34-8475-80dc2be3697e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-989b2ac1-5921-4d34-8475-80dc2be3697e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-989b2ac1-5921-4d34-8475-80dc2be3697e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-989b2ac1-5921-4d34-8475-80dc2be3697e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-989b2ac1-5921-4d34-8475-80dc2be3697e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-989b2ac1-5921-4d34-8475-80dc2be3697e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-989b2ac1-5921-4d34-8475-80dc2be3697e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-6fe0d71e-ce5d-4ec5-b3d0-e0cdddc5f1fa {
  box-shadow:0px 0px 0px 0px ;
margin-top: -1px;
margin-bottom: 3px;
padding-top: 5px;
padding-bottom: 0px;
}

#s-d2099aac-ccfa-4e07-b9e0-7954de986cde {
  text-align: center;
}








#s-d2099aac-ccfa-4e07-b9e0-7954de986cde .shogun-image-content {
  
    align-items: center;
  
}

#s-fea9c5f5-1b69-4b48-9082-81c66e0fd19d {
  margin-top: -2px;
margin-bottom: 5px;
}

@media (min-width: 0px) {
[id="s-fea9c5f5-1b69-4b48-9082-81c66e0fd19d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fea9c5f5-1b69-4b48-9082-81c66e0fd19d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-fea9c5f5-1b69-4b48-9082-81c66e0fd19d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-fea9c5f5-1b69-4b48-9082-81c66e0fd19d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-fea9c5f5-1b69-4b48-9082-81c66e0fd19d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-fea9c5f5-1b69-4b48-9082-81c66e0fd19d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-fea9c5f5-1b69-4b48-9082-81c66e0fd19d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-a7509db8-79c6-4318-8b56-9a3641baf083 {
  box-shadow:0px 0px 0px 0px ;
margin-top: -1px;
margin-bottom: 3px;
padding-top: 5px;
padding-bottom: 0px;
}

#s-5990a307-9821-421c-812d-47e49ffa9f1d {
  text-align: center;
}







  #s-5990a307-9821-421c-812d-47e49ffa9f1d img.shogun-image {
    

    
    
    
  }


#s-5990a307-9821-421c-812d-47e49ffa9f1d .shogun-image-content {
  
    align-items: center;
  
}

#s-d7ca0c80-01b0-4ab7-b893-75d81b4a503e {
  margin-top: -2px;
margin-bottom: 5px;
}

@media (min-width: 0px) {
[id="s-d7ca0c80-01b0-4ab7-b893-75d81b4a503e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d7ca0c80-01b0-4ab7-b893-75d81b4a503e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d7ca0c80-01b0-4ab7-b893-75d81b4a503e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d7ca0c80-01b0-4ab7-b893-75d81b4a503e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d7ca0c80-01b0-4ab7-b893-75d81b4a503e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d7ca0c80-01b0-4ab7-b893-75d81b4a503e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d7ca0c80-01b0-4ab7-b893-75d81b4a503e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-6eaf10e5-22a6-4861-9d94-aa1fd6b55e43 {
  box-shadow:0px 0px 0px 0px ;
margin-top: -1px;
margin-bottom: 3px;
padding-top: 5px;
padding-bottom: 0px;
}

#s-7ea71dff-ee68-4fc1-8080-ff7375128a19 {
  text-align: center;
}








#s-7ea71dff-ee68-4fc1-8080-ff7375128a19 .shogun-image-content {
  
    align-items: center;
  
}

#s-457c35b6-c6be-4683-95c9-3e22a44a8374 {
  margin-top: -2px;
margin-bottom: 5px;
}

@media (min-width: 0px) {
[id="s-457c35b6-c6be-4683-95c9-3e22a44a8374"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-457c35b6-c6be-4683-95c9-3e22a44a8374"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-457c35b6-c6be-4683-95c9-3e22a44a8374"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-457c35b6-c6be-4683-95c9-3e22a44a8374"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-457c35b6-c6be-4683-95c9-3e22a44a8374"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-457c35b6-c6be-4683-95c9-3e22a44a8374"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-457c35b6-c6be-4683-95c9-3e22a44a8374"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-2becabeb-59fb-472a-8baa-15ddbb6b56fc {
  box-shadow:0px 0px 0px 0px ;
margin-top: -1px;
margin-bottom: 3px;
padding-top: 5px;
padding-bottom: 0px;
}

#s-adecc9d6-7f62-4fb8-bcde-5fbc2c306c1b {
  text-align: center;
}







  #s-adecc9d6-7f62-4fb8-bcde-5fbc2c306c1b img.shogun-image {
    

    
    
    
  }


#s-adecc9d6-7f62-4fb8-bcde-5fbc2c306c1b .shogun-image-content {
  
    align-items: center;
  
}

#s-480aba66-4c3d-479a-90c6-bc8be667eeda {
  margin-top: -2px;
margin-bottom: 5px;
}

@media (min-width: 0px) {
[id="s-480aba66-4c3d-479a-90c6-bc8be667eeda"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-480aba66-4c3d-479a-90c6-bc8be667eeda"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-480aba66-4c3d-479a-90c6-bc8be667eeda"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-480aba66-4c3d-479a-90c6-bc8be667eeda"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-480aba66-4c3d-479a-90c6-bc8be667eeda"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-480aba66-4c3d-479a-90c6-bc8be667eeda"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-480aba66-4c3d-479a-90c6-bc8be667eeda"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-bd80ab9f-392c-4f75-b3b6-74cdf762261c {
  box-shadow:0px 0px 0px 0px ;
margin-top: -1px;
margin-bottom: 3px;
padding-top: 5px;
padding-bottom: 0px;
}

#s-d53c0093-6fc9-4532-899c-7749781c8b70 {
  margin-top: -10px;
margin-bottom: -10px;
min-height: 20px;
max-width: 20px;
}








#s-d53c0093-6fc9-4532-899c-7749781c8b70 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d53c0093-6fc9-4532-899c-7749781c8b70.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d09432a3-6d5d-479e-ad41-c61fdee5c413 {
  text-align: center;
}







  #s-d09432a3-6d5d-479e-ad41-c61fdee5c413 img.shogun-image {
    

    
    
    
  }


#s-d09432a3-6d5d-479e-ad41-c61fdee5c413 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-8153af1d-1fb8-4318-bdac-fddb8e82155f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8153af1d-1fb8-4318-bdac-fddb8e82155f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8153af1d-1fb8-4318-bdac-fddb8e82155f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8153af1d-1fb8-4318-bdac-fddb8e82155f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8153af1d-1fb8-4318-bdac-fddb8e82155f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8153af1d-1fb8-4318-bdac-fddb8e82155f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8153af1d-1fb8-4318-bdac-fddb8e82155f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-e1d59aea-314c-424c-819a-45b4d9e3a80f {
  box-shadow:0px 0px 0px 0px ;
margin-top: 7px;
margin-bottom: 7px;
padding-top: 5px;
padding-bottom: 0px;
}

#s-e808db43-deae-44f7-a719-02691590b74a {
  min-height: 20px;
max-width: 20px;
}








#s-e808db43-deae-44f7-a719-02691590b74a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e808db43-deae-44f7-a719-02691590b74a.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-711aef8c-049d-4526-9515-365f18e204b0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-711aef8c-049d-4526-9515-365f18e204b0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-711aef8c-049d-4526-9515-365f18e204b0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-711aef8c-049d-4526-9515-365f18e204b0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ea4763b0-efa0-4ebf-892c-edfc6f2b9d4a {
  text-align: center;
}







  #s-ea4763b0-efa0-4ebf-892c-edfc6f2b9d4a img.shogun-image {
    

    
    
    
  }


#s-ea4763b0-efa0-4ebf-892c-edfc6f2b9d4a .shogun-image-content {
  
    align-items: center;
  
}

#s-591e8acc-9b02-4ffd-9336-1bc72fbb7002 {
  text-align: center;
}







  #s-591e8acc-9b02-4ffd-9336-1bc72fbb7002 img.shogun-image {
    

    
    
    
  }


#s-591e8acc-9b02-4ffd-9336-1bc72fbb7002 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-75e93f99-6a92-484d-b1fa-c89dd55ae1e6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-75e93f99-6a92-484d-b1fa-c89dd55ae1e6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-75e93f99-6a92-484d-b1fa-c89dd55ae1e6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-75e93f99-6a92-484d-b1fa-c89dd55ae1e6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-75e93f99-6a92-484d-b1fa-c89dd55ae1e6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-75e93f99-6a92-484d-b1fa-c89dd55ae1e6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-75e93f99-6a92-484d-b1fa-c89dd55ae1e6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-d09e39ba-da00-4b21-827f-c44a2cbe783f {
  box-shadow:0px 0px 0px 0px ;
margin-top: 7px;
margin-bottom: 7px;
padding-top: 5px;
padding-bottom: 0px;
}

#s-9190aa56-7162-405b-8d15-b7df55b38b7e {
  min-height: 20px;
max-width: 20px;
}








#s-9190aa56-7162-405b-8d15-b7df55b38b7e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9190aa56-7162-405b-8d15-b7df55b38b7e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-146f329f-e7f4-4893-abb8-f63ede46d611 {
  text-align: center;
}







  #s-146f329f-e7f4-4893-abb8-f63ede46d611 img.shogun-image {
    

    
    
    
  }


#s-146f329f-e7f4-4893-abb8-f63ede46d611 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-48e60606-283a-4a03-8f10-04ec650c0c90"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-48e60606-283a-4a03-8f10-04ec650c0c90"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-48e60606-283a-4a03-8f10-04ec650c0c90"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-48e60606-283a-4a03-8f10-04ec650c0c90"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-48e60606-283a-4a03-8f10-04ec650c0c90"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-48e60606-283a-4a03-8f10-04ec650c0c90"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-48e60606-283a-4a03-8f10-04ec650c0c90"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-1236965c-752a-4a61-8021-933f63e92b8e {
  box-shadow:0px 0px 0px 0px ;
margin-top: 7px;
margin-bottom: 7px;
padding-top: 5px;
padding-bottom: 0px;
}

#s-bb7e6ea5-9068-4377-b579-bfa3ef6e883e {
  min-height: 20px;
max-width: 20px;
}








#s-bb7e6ea5-9068-4377-b579-bfa3ef6e883e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bb7e6ea5-9068-4377-b579-bfa3ef6e883e.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-4e3a822c-f4fe-4d6f-a54a-f2ab501cf6aa"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-4e3a822c-f4fe-4d6f-a54a-f2ab501cf6aa"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-4e3a822c-f4fe-4d6f-a54a-f2ab501cf6aa"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-4e3a822c-f4fe-4d6f-a54a-f2ab501cf6aa"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-6b0f3ce8-10bf-46b8-9abb-7931405cc376 {
  text-align: center;
}







  #s-6b0f3ce8-10bf-46b8-9abb-7931405cc376 img.shogun-image {
    

    
    
    
  }


#s-6b0f3ce8-10bf-46b8-9abb-7931405cc376 .shogun-image-content {
  
    align-items: center;
  
}

#s-6b5456f4-ac89-4282-828e-54e584a29c4d {
  text-align: center;
}







  #s-6b5456f4-ac89-4282-828e-54e584a29c4d img.shogun-image {
    

    
    
    
  }


#s-6b5456f4-ac89-4282-828e-54e584a29c4d .shogun-image-content {
  
    align-items: center;
  
}

#s-02c54e82-ce52-4938-9432-90f93c8425e8 {
  text-align: center;
}







  #s-02c54e82-ce52-4938-9432-90f93c8425e8 img.shogun-image {
    

    
    
    
  }


#s-02c54e82-ce52-4938-9432-90f93c8425e8 .shogun-image-content {
  
    align-items: center;
  
}

#s-8ea3224c-0433-490c-8497-eeeab506c590 {
  text-align: center;
}







  #s-8ea3224c-0433-490c-8497-eeeab506c590 img.shogun-image {
    

    
    
    
  }


#s-8ea3224c-0433-490c-8497-eeeab506c590 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-d1e4e506-471d-477a-ab8c-7df7cfb58e35"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d1e4e506-471d-477a-ab8c-7df7cfb58e35"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d1e4e506-471d-477a-ab8c-7df7cfb58e35"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d1e4e506-471d-477a-ab8c-7df7cfb58e35"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d1e4e506-471d-477a-ab8c-7df7cfb58e35"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d1e4e506-471d-477a-ab8c-7df7cfb58e35"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d1e4e506-471d-477a-ab8c-7df7cfb58e35"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-3a0b35ed-ec2f-4738-b24b-638560064c30 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 7px;
margin-bottom: 7px;
padding-top: 5px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-c6ca0a06-8569-451b-a3e8-ae69f715bd79"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c6ca0a06-8569-451b-a3e8-ae69f715bd79"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c6ca0a06-8569-451b-a3e8-ae69f715bd79"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c6ca0a06-8569-451b-a3e8-ae69f715bd79"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c801736c-c9ba-4027-b2cc-9d27fdfb8600 {
  text-align: center;
}







  #s-c801736c-c9ba-4027-b2cc-9d27fdfb8600 img.shogun-image {
    

    
    
    
  }


#s-c801736c-c9ba-4027-b2cc-9d27fdfb8600 .shogun-image-content {
  
    align-items: center;
  
}

#s-7cd10771-a563-4ddc-8805-0fa5b7cc267a {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-6af228c6-47ac-4749-bad4-6954183c3d95 {
  min-height: 0px;
text-align: center;
}







  #s-6af228c6-47ac-4749-bad4-6954183c3d95 img.shogun-image {
    

    
    
    
  }


#s-6af228c6-47ac-4749-bad4-6954183c3d95 .shogun-image-content {
  
    align-items: center;
  
}

#s-5910fad0-5ef7-4ab7-af66-360a518177b2 {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-d5204263-e44f-473b-89bc-b992175b9aa2 {
  margin-left: -1%;
margin-right: -1%;
text-align: center;
}








#s-d5204263-e44f-473b-89bc-b992175b9aa2 .shogun-image-content {
  
    align-items: center;
  
}

#s-6deac637-ef8b-4e46-ba42-c8ae4e76f8ed {
  margin-left: -1%;
margin-right: -1%;
text-align: center;
}








#s-6deac637-ef8b-4e46-ba42-c8ae4e76f8ed .shogun-image-content {
  
    align-items: center;
  
}

#s-eae84ce5-34c5-4ac6-9fdc-97513c6c288b {
  margin-left: -1%;
margin-right: -1%;
text-align: center;
}








#s-eae84ce5-34c5-4ac6-9fdc-97513c6c288b .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-a5e3d9dd-768f-480f-a339-dc10c7c98a6d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a5e3d9dd-768f-480f-a339-dc10c7c98a6d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a5e3d9dd-768f-480f-a339-dc10c7c98a6d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a5e3d9dd-768f-480f-a339-dc10c7c98a6d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a5e3d9dd-768f-480f-a339-dc10c7c98a6d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a5e3d9dd-768f-480f-a339-dc10c7c98a6d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a5e3d9dd-768f-480f-a339-dc10c7c98a6d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-991a7089-3a3e-4118-9b49-4c07a36d2b9b {
  box-shadow:0px 0px 0px 0px ;
margin-top: 7px;
margin-bottom: 7px;
padding-top: 5px;
padding-bottom: 0px;
}

#s-1879e467-82f9-427b-84b8-04394b20b47a {
  margin-left: 29px;
margin-right: 29px;
text-align: center;
}







  #s-1879e467-82f9-427b-84b8-04394b20b47a img.shogun-image {
    

    
    
    
  }


#s-1879e467-82f9-427b-84b8-04394b20b47a .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-8774ea99-c0b6-4515-b8b6-dafecd626477"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8774ea99-c0b6-4515-b8b6-dafecd626477"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8774ea99-c0b6-4515-b8b6-dafecd626477"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8774ea99-c0b6-4515-b8b6-dafecd626477"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8774ea99-c0b6-4515-b8b6-dafecd626477"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8774ea99-c0b6-4515-b8b6-dafecd626477"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8774ea99-c0b6-4515-b8b6-dafecd626477"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-7555b4e1-a3d8-43bc-8cc1-468b55eb12d1 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 7px;
margin-bottom: 7px;
padding-top: 5px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-9c3c4a43-3472-44b5-8e8c-3d49f00398e1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9c3c4a43-3472-44b5-8e8c-3d49f00398e1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9c3c4a43-3472-44b5-8e8c-3d49f00398e1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9c3c4a43-3472-44b5-8e8c-3d49f00398e1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9c3c4a43-3472-44b5-8e8c-3d49f00398e1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9c3c4a43-3472-44b5-8e8c-3d49f00398e1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9c3c4a43-3472-44b5-8e8c-3d49f00398e1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-1b2ed3c6-5fce-4580-9ebd-f4d8f474da2e {
  padding-left: 2px;
text-align: center;
}







  #s-1b2ed3c6-5fce-4580-9ebd-f4d8f474da2e img.shogun-image {
    

    
    
    
  }


#s-1b2ed3c6-5fce-4580-9ebd-f4d8f474da2e .shogun-image-content {
  
    align-items: center;
  
}

#s-ad26e87a-9173-45ff-8705-117c079e5a37 {
  box-shadow:0px 0px 0px 0px ;
padding-top: 5px;
padding-bottom: 0px;
}

#s-2ef0d604-1136-463a-add9-dc055608f0ce {
  text-align: center;
}







  #s-2ef0d604-1136-463a-add9-dc055608f0ce img.shogun-image {
    

    
    
    
  }


#s-2ef0d604-1136-463a-add9-dc055608f0ce .shogun-image-content {
  
    align-items: center;
  
}

#s-2c8a6029-78de-4ee4-b64b-95ebae07f102 {
  box-shadow:0px 0px 0px 0px ;
padding-top: 5px;
padding-bottom: 0px;
}

#s-d2914233-c188-4666-9b5c-0d12e9aa150c {
  min-height: 50px;
}








#s-d2914233-c188-4666-9b5c-0d12e9aa150c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d2914233-c188-4666-9b5c-0d12e9aa150c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f7ee12cf-a643-4266-bc59-6b2be7ca4e07 {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}

@media (min-width: 0px) {
[id="s-f7ee12cf-a643-4266-bc59-6b2be7ca4e07"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f7ee12cf-a643-4266-bc59-6b2be7ca4e07"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f7ee12cf-a643-4266-bc59-6b2be7ca4e07"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f7ee12cf-a643-4266-bc59-6b2be7ca4e07"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-e04592ba-26f3-49e1-b236-e593883a051f {
  text-align: center;
}







  #s-e04592ba-26f3-49e1-b236-e593883a051f img.shogun-image {
    

    
    
    
  }


#s-e04592ba-26f3-49e1-b236-e593883a051f .shogun-image-content {
  
    align-items: center;
  
}

#s-8325ab99-5fab-4736-832d-3790f8c47ac6 {
  box-shadow:0px 0px 0px 0px ;
padding-top: 5px;
padding-bottom: 0px;
}

#s-e8cad401-dbd9-49ea-bd4e-175dc6e5af83 {
  text-align: center;
}







  #s-e8cad401-dbd9-49ea-bd4e-175dc6e5af83 img.shogun-image {
    

    
    
    
  }


#s-e8cad401-dbd9-49ea-bd4e-175dc6e5af83 .shogun-image-content {
  
    align-items: center;
  
}

#s-4bdef0a8-d365-4a58-8691-6437e9f3a6c9 {
  box-shadow:0px 0px 0px 0px ;
padding-top: 5px;
padding-bottom: 0px;
}

#s-1411dbdb-c989-43e2-8520-a205fb4b1cdc {
  text-align: center;
}







  #s-1411dbdb-c989-43e2-8520-a205fb4b1cdc img.shogun-image {
    

    
    
    
  }


#s-1411dbdb-c989-43e2-8520-a205fb4b1cdc .shogun-image-content {
  
    align-items: center;
  
}

#s-97237c14-3543-48b7-8696-90187c8df220 {
  box-shadow:0px 0px 0px 0px ;
padding-top: 5px;
padding-bottom: 0px;
}

#s-2b23ede9-5929-493f-a33a-eef10072ff3b {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}

@media (min-width: 0px) {
[id="s-2b23ede9-5929-493f-a33a-eef10072ff3b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-2b23ede9-5929-493f-a33a-eef10072ff3b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-2b23ede9-5929-493f-a33a-eef10072ff3b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-2b23ede9-5929-493f-a33a-eef10072ff3b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-3897f2fc-b0e7-46f2-8046-7a1c2f716e2b {
  text-align: center;
}







  #s-3897f2fc-b0e7-46f2-8046-7a1c2f716e2b img.shogun-image {
    

    
    
    
  }


#s-3897f2fc-b0e7-46f2-8046-7a1c2f716e2b .shogun-image-content {
  
    align-items: center;
  
}

#s-e37659d0-6001-4720-b52a-4c63f5b2ce74 {
  box-shadow:0px 0px 0px 0px ;
padding-top: 5px;
padding-bottom: 0px;
}

#s-85c82e56-ba20-4430-8947-f706e2b00636 {
  text-align: center;
}







  #s-85c82e56-ba20-4430-8947-f706e2b00636 img.shogun-image {
    

    
    
    
  }


#s-85c82e56-ba20-4430-8947-f706e2b00636 .shogun-image-content {
  
    align-items: center;
  
}

#s-370b68f3-d3e9-407f-84d5-038ca79c9ff7 {
  box-shadow:0px 0px 0px 0px ;
padding-top: 5px;
padding-bottom: 0px;
}

#s-38ff1d2a-3a79-46b1-be15-1cb13b15f5ff {
  text-align: center;
}







  #s-38ff1d2a-3a79-46b1-be15-1cb13b15f5ff img.shogun-image {
    

    
    
    
  }


#s-38ff1d2a-3a79-46b1-be15-1cb13b15f5ff .shogun-image-content {
  
    align-items: center;
  
}

#s-ee45e324-949e-41d2-a832-321e3ed9effd {
  box-shadow:0px 0px 0px 0px ;
padding-top: 5px;
padding-bottom: 0px;
}

#s-65fe9cfb-79dd-4363-95d7-4733885bcd5a {
  text-align: center;
}







  #s-65fe9cfb-79dd-4363-95d7-4733885bcd5a img.shogun-image {
    

    
    
    
  }


#s-65fe9cfb-79dd-4363-95d7-4733885bcd5a .shogun-image-content {
  
    align-items: center;
  
}

#s-fdaae825-a321-4e9e-8dd3-2c55e3299533 {
  box-shadow:0px 0px 0px 0px ;
padding-top: 5px;
padding-bottom: 0px;
}

#s-4d078b30-b89e-48d1-b65b-5af4809995fc {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}

@media (min-width: 0px) {
[id="s-4d078b30-b89e-48d1-b65b-5af4809995fc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-4d078b30-b89e-48d1-b65b-5af4809995fc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-4d078b30-b89e-48d1-b65b-5af4809995fc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-4d078b30-b89e-48d1-b65b-5af4809995fc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-c9d2deda-d530-410b-b44b-def1ec22fd16 {
  text-align: center;
}







  #s-c9d2deda-d530-410b-b44b-def1ec22fd16 img.shogun-image {
    

    
    
    
  }


#s-c9d2deda-d530-410b-b44b-def1ec22fd16 .shogun-image-content {
  
    align-items: center;
  
}

#s-9b6603b3-03d9-4051-b9ba-f01cf2517c68 {
  box-shadow:0px 0px 0px 0px ;
padding-top: 5px;
padding-bottom: 0px;
}

#s-e9e791b4-7496-45fa-b3c4-898489c175c7 {
  text-align: center;
}







  #s-e9e791b4-7496-45fa-b3c4-898489c175c7 img.shogun-image {
    

    
    
    
  }


#s-e9e791b4-7496-45fa-b3c4-898489c175c7 .shogun-image-content {
  
    align-items: center;
  
}

#s-2defca7c-4148-4ebb-ace1-680efdafee7b {
  box-shadow:0px 0px 0px 0px ;
padding-top: 5px;
padding-bottom: 0px;
}

#s-8f68b25c-3f0e-4c1e-b8ce-7a6262b3e7d2 {
  text-align: center;
}







  #s-8f68b25c-3f0e-4c1e-b8ce-7a6262b3e7d2 img.shogun-image {
    

    
    
    
  }


#s-8f68b25c-3f0e-4c1e-b8ce-7a6262b3e7d2 .shogun-image-content {
  
    align-items: center;
  
}

#s-07685333-5b71-42b3-bcd6-0423d3321dd9 {
  box-shadow:0px 0px 0px 0px ;
padding-top: 5px;
padding-bottom: 0px;
}

#s-4a176b6b-72d8-4489-a4a8-bb1df87ec94e {
  text-align: center;
}







  #s-4a176b6b-72d8-4489-a4a8-bb1df87ec94e img.shogun-image {
    

    
    
    
  }


#s-4a176b6b-72d8-4489-a4a8-bb1df87ec94e .shogun-image-content {
  
    align-items: center;
  
}

#s-77e35750-6ceb-4866-9373-263092dee2cd {
  box-shadow:0px 0px 0px 0px ;
padding-top: 5px;
padding-bottom: 0px;
}

#s-ec67c0b9-2b1b-43ab-8960-2c0b23d2c907 {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}

@media (min-width: 0px) {
[id="s-ec67c0b9-2b1b-43ab-8960-2c0b23d2c907"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ec67c0b9-2b1b-43ab-8960-2c0b23d2c907"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ec67c0b9-2b1b-43ab-8960-2c0b23d2c907"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ec67c0b9-2b1b-43ab-8960-2c0b23d2c907"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ec67c0b9-2b1b-43ab-8960-2c0b23d2c907"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ec67c0b9-2b1b-43ab-8960-2c0b23d2c907"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ec67c0b9-2b1b-43ab-8960-2c0b23d2c907"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-6debfdc6-c75c-414d-be69-8e5333bd025f {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-6debfdc6-c75c-414d-be69-8e5333bd025f {
  padding-top: 0px;
padding-bottom: 0px;
}
}
#s-6debfdc6-c75c-414d-be69-8e5333bd025f .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-6debfdc6-c75c-414d-be69-8e5333bd025f .shg-sld-nav-button.shg-sld-left,
#s-6debfdc6-c75c-414d-be69-8e5333bd025f .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-3bbb3b2d-995c-441e-8722-ea552fa1c73d {
  text-align: center;
}







  #s-3bbb3b2d-995c-441e-8722-ea552fa1c73d img.shogun-image {
    

    
    
    
  }


#s-3bbb3b2d-995c-441e-8722-ea552fa1c73d .shogun-image-content {
  
    align-items: center;
  
}

#s-99b8522a-f41e-4f5e-94f8-31408eeb04d1 {
  text-align: center;
}







  #s-99b8522a-f41e-4f5e-94f8-31408eeb04d1 img.shogun-image {
    

    
    
    
  }


#s-99b8522a-f41e-4f5e-94f8-31408eeb04d1 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-e5eda87f-43c0-431e-90ac-e71aedadf4f3 {
  text-align: center;
}







  #s-e5eda87f-43c0-431e-90ac-e71aedadf4f3 img.shogun-image {
    

    
    
    
  }


#s-e5eda87f-43c0-431e-90ac-e71aedadf4f3 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-264ff928-7ffc-45f3-8f38-35ff46543793 {
  box-shadow:0px 0px 0px 0px ;
padding-top: 5px;
padding-bottom: 0px;
}

#s-09221fcc-b947-4ae2-ad12-2e567578b063 {
  text-align: center;
}







  #s-09221fcc-b947-4ae2-ad12-2e567578b063 img.shogun-image {
    

    
    
    
  }


#s-09221fcc-b947-4ae2-ad12-2e567578b063 .shogun-image-content {
  
    align-items: center;
  
}

#s-2d7520cd-02c4-4d73-a9ce-006ffc2e7de6 {
  box-shadow:0px 0px 0px 0px ;
padding-top: 5px;
padding-bottom: 0px;
}

#s-66eae5a5-4b67-499a-b40a-287144259a32 {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
}

@media (min-width: 0px) {
[id="s-66eae5a5-4b67-499a-b40a-287144259a32"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-66eae5a5-4b67-499a-b40a-287144259a32"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-66eae5a5-4b67-499a-b40a-287144259a32"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-66eae5a5-4b67-499a-b40a-287144259a32"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-4d1887d4-884a-4303-b4f6-834a276c0df2 {
  text-align: center;
}







  #s-4d1887d4-884a-4303-b4f6-834a276c0df2 img.shogun-image {
    

    
    
    
  }


#s-4d1887d4-884a-4303-b4f6-834a276c0df2 .shogun-image-content {
  
    align-items: center;
  
}

#s-71af464c-f815-4f38-95d4-4aa79eb96d8c {
  box-shadow:0px 0px 0px 0px ;
padding-top: 5px;
padding-bottom: 0px;
}

#s-1a436386-2b48-4bc3-8993-be8918646c09 {
  text-align: center;
}







  #s-1a436386-2b48-4bc3-8993-be8918646c09 img.shogun-image {
    

    
    
    
  }


#s-1a436386-2b48-4bc3-8993-be8918646c09 .shogun-image-content {
  
    align-items: center;
  
}

#s-76e59db7-0cab-4a52-8624-a2d052aeba78 {
  box-shadow:0px 0px 0px 0px ;
padding-top: 5px;
padding-bottom: 0px;
}

#s-90a982b4-e356-4d02-a617-16de1a3f7aca {
  text-align: center;
}







  #s-90a982b4-e356-4d02-a617-16de1a3f7aca img.shogun-image {
    

    
    
    
  }


#s-90a982b4-e356-4d02-a617-16de1a3f7aca .shogun-image-content {
  
    align-items: center;
  
}

#s-4c8b0783-ab86-46a2-887d-b43918d5a312 {
  box-shadow:0px 0px 0px 0px ;
padding-top: 5px;
padding-bottom: 0px;
}

#s-84a0fbc4-310c-42bc-9fc6-602695b873e0 {
  text-align: center;
}







  #s-84a0fbc4-310c-42bc-9fc6-602695b873e0 img.shogun-image {
    

    
    
    
  }


#s-84a0fbc4-310c-42bc-9fc6-602695b873e0 .shogun-image-content {
  
    align-items: center;
  
}

#s-8e7e5fea-b5f6-43ec-b2d2-e35bd5854643 {
  box-shadow:0px 0px 0px 0px ;
padding-top: 5px;
padding-bottom: 0px;
}

#s-808e2f2c-337e-4afd-abfc-6a7c8b658f13 {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}

@media (min-width: 0px) {
[id="s-808e2f2c-337e-4afd-abfc-6a7c8b658f13"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-808e2f2c-337e-4afd-abfc-6a7c8b658f13"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-808e2f2c-337e-4afd-abfc-6a7c8b658f13"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-808e2f2c-337e-4afd-abfc-6a7c8b658f13"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-808e2f2c-337e-4afd-abfc-6a7c8b658f13"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-808e2f2c-337e-4afd-abfc-6a7c8b658f13"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-808e2f2c-337e-4afd-abfc-6a7c8b658f13"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-2a09adcc-c1c0-41bd-aeca-febfb8357968 {
  text-align: center;
}







  #s-2a09adcc-c1c0-41bd-aeca-febfb8357968 img.shogun-image {
    

    
    
    
  }


#s-2a09adcc-c1c0-41bd-aeca-febfb8357968 .shogun-image-content {
  
    align-items: center;
  
}

#s-b1dc5be4-0f6a-4a04-897b-820bc501ed20 {
  box-shadow:0px 0px 0px 0px ;
padding-top: 20px;
}

#s-a8f56e33-8661-4665-9982-ed152a888f28 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-a8f56e33-8661-4665-9982-ed152a888f28 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-a8f56e33-8661-4665-9982-ed152a888f28 .shg-sld-nav-button.shg-sld-left,
#s-a8f56e33-8661-4665-9982-ed152a888f28 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-21af678a-003e-427c-9e0e-05e308e42efd {
  text-align: center;
}







  #s-21af678a-003e-427c-9e0e-05e308e42efd img.shogun-image {
    

    
    
    
  }


#s-21af678a-003e-427c-9e0e-05e308e42efd .shogun-image-content {
  
    align-items: center;
  
}

#s-86c897d7-019e-4070-8870-f7a2c1894cb8 {
  text-align: center;
}







  #s-86c897d7-019e-4070-8870-f7a2c1894cb8 img.shogun-image {
    

    
    
    
  }


#s-86c897d7-019e-4070-8870-f7a2c1894cb8 .shogun-image-content {
  
    align-items: center;
  
}

#s-233e92f8-5291-4e45-a86c-cec1acf8764a {
  text-align: center;
}







  #s-233e92f8-5291-4e45-a86c-cec1acf8764a img.shogun-image {
    

    
    
    
  }


#s-233e92f8-5291-4e45-a86c-cec1acf8764a .shogun-image-content {
  
    align-items: center;
  
}

#s-3ebde69a-1055-4944-a18c-786cc09e55a5 {
  box-shadow:0px 0px 0px 0px ;
padding-top: 5px;
padding-bottom: 0px;
}

#s-9bbd645c-187c-482e-b11e-1913cfc23807 {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
}

@media (min-width: 0px) {
[id="s-9bbd645c-187c-482e-b11e-1913cfc23807"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-9bbd645c-187c-482e-b11e-1913cfc23807"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-9bbd645c-187c-482e-b11e-1913cfc23807"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-9bbd645c-187c-482e-b11e-1913cfc23807"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-e728ef14-6d28-403e-9d96-f965f46d039c {
  text-align: center;
}







  #s-e728ef14-6d28-403e-9d96-f965f46d039c img.shogun-image {
    

    
    
    
  }


#s-e728ef14-6d28-403e-9d96-f965f46d039c .shogun-image-content {
  
    align-items: center;
  
}

#s-76d06baf-7ec6-41fb-b87d-1fbcb21d5002 {
  box-shadow:0px 0px 0px 0px ;
padding-top: 5px;
padding-bottom: 0px;
}

#s-cb57ce06-5377-4b3a-a553-4009c3c24844 {
  text-align: center;
}







  #s-cb57ce06-5377-4b3a-a553-4009c3c24844 img.shogun-image {
    

    
    
    
  }


#s-cb57ce06-5377-4b3a-a553-4009c3c24844 .shogun-image-content {
  
    align-items: center;
  
}

#s-8a321d66-0201-4886-aa67-6e192a1e1394 {
  box-shadow:0px 0px 0px 0px ;
padding-top: 5px;
padding-bottom: 0px;
}

#s-eab6e13c-1486-4a36-9d78-c1a3aa404743 {
  text-align: center;
}







  #s-eab6e13c-1486-4a36-9d78-c1a3aa404743 img.shogun-image {
    

    
    
    
  }


#s-eab6e13c-1486-4a36-9d78-c1a3aa404743 .shogun-image-content {
  
    align-items: center;
  
}

#s-d439d6f8-9f3f-4740-9741-66c210992965 {
  box-shadow:0px 0px 0px 0px ;
padding-top: 5px;
padding-bottom: 0px;
}

#s-5be5dd08-d1ff-47ce-9c2e-4104e9b3bd63 {
  text-align: center;
}







  #s-5be5dd08-d1ff-47ce-9c2e-4104e9b3bd63 img.shogun-image {
    

    
    
    
  }


#s-5be5dd08-d1ff-47ce-9c2e-4104e9b3bd63 .shogun-image-content {
  
    align-items: center;
  
}

#s-9322352a-ca28-4fc6-af79-3618d3c8aad8 {
  box-shadow:0px 0px 0px 0px ;
padding-top: 5px;
padding-bottom: 0px;
}

#s-0767b1ed-61fd-48d6-908d-ee86fac3bb42 {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
}

@media (min-width: 0px) {
[id="s-0767b1ed-61fd-48d6-908d-ee86fac3bb42"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-0767b1ed-61fd-48d6-908d-ee86fac3bb42"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-0767b1ed-61fd-48d6-908d-ee86fac3bb42"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-0767b1ed-61fd-48d6-908d-ee86fac3bb42"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-70817923-cbd9-4851-9da1-bf76c1990eea {
  text-align: center;
}







  #s-70817923-cbd9-4851-9da1-bf76c1990eea img.shogun-image {
    

    
    
    
  }


#s-70817923-cbd9-4851-9da1-bf76c1990eea .shogun-image-content {
  
    align-items: center;
  
}

#s-5101d00f-7241-463f-b14c-6791da48aedc {
  box-shadow:0px 0px 0px 0px ;
padding-top: 5px;
padding-bottom: 0px;
}

#s-f6723f6e-706c-4b8f-9df4-68545a480c3c {
  text-align: center;
}







  #s-f6723f6e-706c-4b8f-9df4-68545a480c3c img.shogun-image {
    

    
    
    
  }


#s-f6723f6e-706c-4b8f-9df4-68545a480c3c .shogun-image-content {
  
    align-items: center;
  
}

#s-a2d28891-eeb4-4e3d-bacd-2975d25ea32f {
  text-align: center;
}







  #s-a2d28891-eeb4-4e3d-bacd-2975d25ea32f img.shogun-image {
    

    
    
    
  }


#s-a2d28891-eeb4-4e3d-bacd-2975d25ea32f .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-0581abad-30bd-4011-83d2-1257fbf459ba {
  box-shadow:0px 0px 0px 0px ;
padding-top: 11px;
padding-bottom: 0px;
}

#s-e30ff898-11e7-4671-8ff6-baa2aad14fa7 {
  text-align: center;
}







  #s-e30ff898-11e7-4671-8ff6-baa2aad14fa7 img.shogun-image {
    

    
    
    
  }


#s-e30ff898-11e7-4671-8ff6-baa2aad14fa7 .shogun-image-content {
  
    align-items: center;
  
}

#s-6e8197f2-abb8-4cb3-8826-4103b4019c9b {
  box-shadow:0px 0px 0px 0px ;
padding-top: 5px;
padding-bottom: 0px;
}

#s-2a5fd91f-2f32-4baa-bd1b-9926d34cb135 {
  text-align: center;
}







  #s-2a5fd91f-2f32-4baa-bd1b-9926d34cb135 img.shogun-image {
    

    
    
    
  }


#s-2a5fd91f-2f32-4baa-bd1b-9926d34cb135 .shogun-image-content {
  
    align-items: center;
  
}

#s-effbe574-a450-4a45-81a9-3af53760694b {
  box-shadow:0px 0px 0px 0px ;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 5px;
padding-bottom: 0px;
}

#s-729274ad-1bcd-4d74-9765-52c946b3967b {
  min-height: 50px;
}








#s-729274ad-1bcd-4d74-9765-52c946b3967b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-729274ad-1bcd-4d74-9765-52c946b3967b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5759f83e-77c6-40b7-b1d5-050d0ab71964 {
  padding-left: 5%;
padding-right: 5%;
}

#s-5759f83e-77c6-40b7-b1d5-050d0ab71964 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(15, 104, 63, 0.58);
}

#s-5759f83e-77c6-40b7-b1d5-050d0ab71964 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 1);
  padding: 10px;
}

#s-5759f83e-77c6-40b7-b1d5-050d0ab71964 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(21, 140, 85, 1);
}

#s-5759f83e-77c6-40b7-b1d5-050d0ab71964 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(0, 0, 0, 1);
  border-top: 1px solid rgba(15, 104, 63, 0.58);
}

#s-5759f83e-77c6-40b7-b1d5-050d0ab71964 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(21, 140, 85, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-5759f83e-77c6-40b7-b1d5-050d0ab71964 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-96a7ea3c-64c9-45bd-b120-67655e3f6fca {
  min-height: 50px;
}








#s-96a7ea3c-64c9-45bd-b120-67655e3f6fca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-96a7ea3c-64c9-45bd-b120-67655e3f6fca.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-718e6417-1276-48b1-b211-599955f59db8 {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
}

@media (min-width: 0px) {
[id="s-718e6417-1276-48b1-b211-599955f59db8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-718e6417-1276-48b1-b211-599955f59db8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-718e6417-1276-48b1-b211-599955f59db8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-718e6417-1276-48b1-b211-599955f59db8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-718e6417-1276-48b1-b211-599955f59db8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-718e6417-1276-48b1-b211-599955f59db8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-718e6417-1276-48b1-b211-599955f59db8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

}

#s-65561372-20d9-4ef6-9ab0-c889e366c35a {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-65561372-20d9-4ef6-9ab0-c889e366c35a .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-65561372-20d9-4ef6-9ab0-c889e366c35a .shg-sld-nav-button.shg-sld-left,
#s-65561372-20d9-4ef6-9ab0-c889e366c35a .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-ea2f9593-4927-49a2-9de1-d8298722233e {
  text-align: center;
}







  #s-ea2f9593-4927-49a2-9de1-d8298722233e img.shogun-image {
    

    
    
    
  }


#s-ea2f9593-4927-49a2-9de1-d8298722233e .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-2214300f-bf5e-491a-87dd-dc7e2ff953de {
  text-align: center;
}







  #s-2214300f-bf5e-491a-87dd-dc7e2ff953de img.shogun-image {
    

    
    
    
  }


#s-2214300f-bf5e-491a-87dd-dc7e2ff953de .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-a8db8b17-718c-435c-a7c6-3e5bb6ffe4ea {
  text-align: center;
}







  #s-a8db8b17-718c-435c-a7c6-3e5bb6ffe4ea img.shogun-image {
    

    
    
    
  }


#s-a8db8b17-718c-435c-a7c6-3e5bb6ffe4ea .shogun-image-content {
  
    align-items: center;
  
}

#s-0c4db614-0a4f-4cff-825f-68431f0b61c3 {
  box-shadow:0px 0px 0px 0px ;
padding-top: 5px;
padding-bottom: 0px;
}

#s-1ee65085-0568-4444-a765-eaec7eafc959 {
  text-align: center;
}







  #s-1ee65085-0568-4444-a765-eaec7eafc959 img.shogun-image {
    

    
    
    
  }


#s-1ee65085-0568-4444-a765-eaec7eafc959 .shogun-image-content {
  
    align-items: center;
  
}

#s-f6b116d8-f317-4e96-af05-b3ee61e11ad0 {
  box-shadow:0px 0px 0px 0px ;
padding-top: 5px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f6b116d8-f317-4e96-af05-b3ee61e11ad0 {
  padding-top: 20px;
}
}
#s-9216dc9a-2bb5-4774-8d32-7b4bf13cb5c0 {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
}

@media (min-width: 0px) {
[id="s-9216dc9a-2bb5-4774-8d32-7b4bf13cb5c0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9216dc9a-2bb5-4774-8d32-7b4bf13cb5c0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9216dc9a-2bb5-4774-8d32-7b4bf13cb5c0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9216dc9a-2bb5-4774-8d32-7b4bf13cb5c0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9216dc9a-2bb5-4774-8d32-7b4bf13cb5c0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9216dc9a-2bb5-4774-8d32-7b4bf13cb5c0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9216dc9a-2bb5-4774-8d32-7b4bf13cb5c0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-f032b712-abe0-4833-93bf-15177d259ee9 {
  text-align: center;
}







  #s-f032b712-abe0-4833-93bf-15177d259ee9 img.shogun-image {
    

    
    
    
  }


#s-f032b712-abe0-4833-93bf-15177d259ee9 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-6df14a44-2d76-472a-ba3c-fbea76c444cf {
  box-shadow:0px 0px 0px 0px ;
padding-top: 11px;
padding-bottom: 0px;
}

#s-84464262-4765-432c-a2d4-2fbea76f1341 {
  text-align: center;
}







  #s-84464262-4765-432c-a2d4-2fbea76f1341 img.shogun-image {
    

    
    
    
  }


#s-84464262-4765-432c-a2d4-2fbea76f1341 .shogun-image-content {
  
    align-items: center;
  
}

#s-e3322c2a-d624-49f0-8b14-464ca788ad82 {
  box-shadow:0px 0px 0px 0px ;
padding-top: 11px;
padding-bottom: 0px;
}

#s-02f1eec0-7465-4887-8d60-d4ed0540c53c {
  text-align: center;
}







  #s-02f1eec0-7465-4887-8d60-d4ed0540c53c img.shogun-image {
    

    
    
    
  }


#s-02f1eec0-7465-4887-8d60-d4ed0540c53c .shogun-image-content {
  
    align-items: center;
  
}

#s-4bbd896e-5895-4cf2-a3d9-f97449ae77aa {
  box-shadow:0px 0px 0px 0px ;
margin-top: 7px;
margin-bottom: 7px;
padding-top: 5px;
padding-bottom: 0px;
}

#s-2bb30c07-3721-4505-8a79-10eaacee8738 {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
}

@media (min-width: 0px) {
[id="s-2bb30c07-3721-4505-8a79-10eaacee8738"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-2bb30c07-3721-4505-8a79-10eaacee8738"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-2bb30c07-3721-4505-8a79-10eaacee8738"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-2bb30c07-3721-4505-8a79-10eaacee8738"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-50658906-d0f1-46e9-a2d9-c27846acd0b7 {
  text-align: center;
}







  #s-50658906-d0f1-46e9-a2d9-c27846acd0b7 img.shogun-image {
    

    
    
    
  }


#s-50658906-d0f1-46e9-a2d9-c27846acd0b7 .shogun-image-content {
  
    align-items: center;
  
}

#s-36a4cfd0-3f42-457e-b699-c9343ebc1328 {
  box-shadow:0px 0px 0px 0px ;
padding-top: 5px;
padding-bottom: 0px;
}

#s-5357a36f-0a4a-4186-ae19-abd61fdeb4b5 {
  text-align: center;
}







  #s-5357a36f-0a4a-4186-ae19-abd61fdeb4b5 img.shogun-image {
    

    
    
    
  }


#s-5357a36f-0a4a-4186-ae19-abd61fdeb4b5 .shogun-image-content {
  
    align-items: center;
  
}

#s-b6f6b2bd-a90b-4228-8e8b-6afb9940b039 {
  box-shadow:0px 0px 0px 0px ;
padding-top: 5px;
padding-bottom: 0px;
}

#s-91ff21ec-bef9-4b5b-b071-ebd007e7d71c {
  text-align: center;
}







  #s-91ff21ec-bef9-4b5b-b071-ebd007e7d71c img.shogun-image {
    

    
    
    
  }


#s-91ff21ec-bef9-4b5b-b071-ebd007e7d71c .shogun-image-content {
  
    align-items: center;
  
}

#s-3ea7c355-7b73-433f-a769-a9ea99649f49 {
  box-shadow:0px 0px 0px 0px ;
padding-top: 5px;
padding-bottom: 0px;
}

#s-925a58ac-4851-42eb-9990-02b739520319 {
  text-align: center;
}







  #s-925a58ac-4851-42eb-9990-02b739520319 img.shogun-image {
    

    
    
    
  }


#s-925a58ac-4851-42eb-9990-02b739520319 .shogun-image-content {
  
    align-items: center;
  
}

#s-0470532b-40a2-4d3f-9dbc-9d13d2a85ccd {
  box-shadow:0px 0px 0px 0px ;
padding-top: 5px;
padding-bottom: 0px;
}

#s-1f9c2199-fa60-45b5-8af2-c38b92072413 {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
}

@media (min-width: 0px) {
[id="s-1f9c2199-fa60-45b5-8af2-c38b92072413"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1f9c2199-fa60-45b5-8af2-c38b92072413"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1f9c2199-fa60-45b5-8af2-c38b92072413"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1f9c2199-fa60-45b5-8af2-c38b92072413"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1f9c2199-fa60-45b5-8af2-c38b92072413"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1f9c2199-fa60-45b5-8af2-c38b92072413"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1f9c2199-fa60-45b5-8af2-c38b92072413"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-80abe9f2-ae42-4752-837e-b286104c08b8 {
  text-align: center;
}







  #s-80abe9f2-ae42-4752-837e-b286104c08b8 img.shogun-image {
    

    
    
    
  }


#s-80abe9f2-ae42-4752-837e-b286104c08b8 .shogun-image-content {
  
    align-items: center;
  
}

#s-2d1ad2a6-669d-43d5-9204-06f972b60a72 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 7px;
margin-bottom: 7px;
padding-top: 5px;
padding-bottom: 0px;
}

#s-bebed022-6c9c-490a-a05b-b2357043a37e {
  text-align: center;
}







  #s-bebed022-6c9c-490a-a05b-b2357043a37e img.shogun-image {
    

    
    
    
  }


#s-bebed022-6c9c-490a-a05b-b2357043a37e .shogun-image-content {
  
    align-items: center;
  
}

#s-9616b236-0e43-46fd-943a-b0e844f4a4bc {
  box-shadow:0px 0px 0px 0px ;
padding-top: 5px;
padding-bottom: 0px;
}

#s-029c528b-5a5a-4f7d-b690-59e0c5a4de54 {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
}

@media (min-width: 0px) {
[id="s-029c528b-5a5a-4f7d-b690-59e0c5a4de54"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-029c528b-5a5a-4f7d-b690-59e0c5a4de54"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-029c528b-5a5a-4f7d-b690-59e0c5a4de54"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-029c528b-5a5a-4f7d-b690-59e0c5a4de54"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-45210613-c397-4b44-8954-afb54062db8c {
  text-align: center;
}







  #s-45210613-c397-4b44-8954-afb54062db8c img.shogun-image {
    

    
    
    
  }


#s-45210613-c397-4b44-8954-afb54062db8c .shogun-image-content {
  
    align-items: center;
  
}

#s-81997bf5-16e1-401a-beb8-11f2e7a5fabe {
  box-shadow:0px 0px 0px 0px ;
padding-top: 5px;
padding-bottom: 0px;
}

#s-5987db24-9923-4a65-80fb-eedc2a6dbd00 {
  text-align: center;
}







  #s-5987db24-9923-4a65-80fb-eedc2a6dbd00 img.shogun-image {
    

    
    
    
  }


#s-5987db24-9923-4a65-80fb-eedc2a6dbd00 .shogun-image-content {
  
    align-items: center;
  
}

#s-ffa40ed9-5350-4121-812a-78b804a2b4d6 {
  box-shadow:0px 0px 0px 0px ;
padding-top: 5px;
padding-bottom: 0px;
}

#s-886132c1-3fc6-49d9-81e2-2af95efa2a41 {
  text-align: center;
}







  #s-886132c1-3fc6-49d9-81e2-2af95efa2a41 img.shogun-image {
    

    
    
    
  }


#s-886132c1-3fc6-49d9-81e2-2af95efa2a41 .shogun-image-content {
  
    align-items: center;
  
}

#s-f7e1c9f5-45f3-452a-b7e1-5077b97fc156 {
  box-shadow:0px 0px 0px 0px ;
padding-top: 5px;
padding-bottom: 0px;
}

#s-a9972e10-c5f0-46fd-9599-8ce712918207 {
  text-align: center;
}







  #s-a9972e10-c5f0-46fd-9599-8ce712918207 img.shogun-image {
    

    
    
    
  }


#s-a9972e10-c5f0-46fd-9599-8ce712918207 .shogun-image-content {
  
    align-items: center;
  
}

#s-4f84dd87-86dd-45f3-b19d-a1adaa166f5d {
  box-shadow:0px 0px 0px 0px ;
padding-top: 5px;
padding-bottom: 0px;
}

#s-24bc4d8f-d464-4c25-838f-963c56c5df3f {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
}

@media (min-width: 0px) {
[id="s-24bc4d8f-d464-4c25-838f-963c56c5df3f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-24bc4d8f-d464-4c25-838f-963c56c5df3f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-24bc4d8f-d464-4c25-838f-963c56c5df3f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-24bc4d8f-d464-4c25-838f-963c56c5df3f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-edfd18dd-5cd9-4b2c-a72b-8e3b1518c514 {
  text-align: center;
}







  #s-edfd18dd-5cd9-4b2c-a72b-8e3b1518c514 img.shogun-image {
    

    
    
    
  }


#s-edfd18dd-5cd9-4b2c-a72b-8e3b1518c514 .shogun-image-content {
  
    align-items: center;
  
}

#s-7f75632a-e275-43fe-8c71-545a3cddf3d2 {
  box-shadow:0px 0px 0px 0px ;
padding-top: 5px;
padding-bottom: 0px;
}

#s-3f2a568f-39cd-4efa-ad5c-c6d1238afe89 {
  text-align: center;
}







  #s-3f2a568f-39cd-4efa-ad5c-c6d1238afe89 img.shogun-image {
    

    
    
    
  }


#s-3f2a568f-39cd-4efa-ad5c-c6d1238afe89 .shogun-image-content {
  
    align-items: center;
  
}

#s-14611ed3-7ced-497b-b67c-4ee631565226 {
  box-shadow:0px 0px 0px 0px ;
padding-top: 5px;
padding-bottom: 0px;
}

#s-94764d45-73ea-4c08-9eed-d9d89de07061 {
  text-align: center;
}







  #s-94764d45-73ea-4c08-9eed-d9d89de07061 img.shogun-image {
    

    
    
    
  }


#s-94764d45-73ea-4c08-9eed-d9d89de07061 .shogun-image-content {
  
    align-items: center;
  
}

#s-5dd338ed-8bc1-472a-b4ca-1d119d78b829 {
  box-shadow:0px 0px 0px 0px ;
padding-top: 5px;
padding-bottom: 0px;
}

#s-54303b60-0cd0-4640-b713-080377a4d8c2 {
  text-align: center;
}







  #s-54303b60-0cd0-4640-b713-080377a4d8c2 img.shogun-image {
    

    
    
    
  }


#s-54303b60-0cd0-4640-b713-080377a4d8c2 .shogun-image-content {
  
    align-items: center;
  
}

#s-76a006f3-4282-4876-a890-e768e39bd108 {
  box-shadow:0px 0px 0px 0px ;
padding-top: 5px;
padding-bottom: 0px;
}

#s-f3c54bfa-6f30-433f-9aba-73169f33a7ed {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
}

@media (min-width: 0px) {
[id="s-f3c54bfa-6f30-433f-9aba-73169f33a7ed"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f3c54bfa-6f30-433f-9aba-73169f33a7ed"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f3c54bfa-6f30-433f-9aba-73169f33a7ed"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f3c54bfa-6f30-433f-9aba-73169f33a7ed"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f3c54bfa-6f30-433f-9aba-73169f33a7ed"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f3c54bfa-6f30-433f-9aba-73169f33a7ed"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f3c54bfa-6f30-433f-9aba-73169f33a7ed"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-f40bf395-bc9d-45ef-9275-5a92418e34af {
  text-align: center;
}







  #s-f40bf395-bc9d-45ef-9275-5a92418e34af img.shogun-image {
    

    
    
    
  }


#s-f40bf395-bc9d-45ef-9275-5a92418e34af .shogun-image-content {
  
    align-items: center;
  
}

#s-f4f2ee7f-1370-434f-9545-2c5d1a112899 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 23px;
margin-bottom: 0px;
padding-top: 5px;
padding-bottom: 0px;
}

#s-f3dd0cc5-3803-4274-ab74-1d657bfd916d {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-f3dd0cc5-3803-4274-ab74-1d657bfd916d .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-f3dd0cc5-3803-4274-ab74-1d657bfd916d .shg-sld-nav-button.shg-sld-left,
#s-f3dd0cc5-3803-4274-ab74-1d657bfd916d .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-9cc89b1c-497f-4df4-8555-58e060b18557 {
  text-align: center;
}







  #s-9cc89b1c-497f-4df4-8555-58e060b18557 img.shogun-image {
    

    
    
    
  }


#s-9cc89b1c-497f-4df4-8555-58e060b18557 .shogun-image-content {
  
    align-items: center;
  
}

#s-0d643642-144b-4b31-9f4d-5eb9585b46be {
  text-align: center;
}







  #s-0d643642-144b-4b31-9f4d-5eb9585b46be img.shogun-image {
    

    
    
    
  }


#s-0d643642-144b-4b31-9f4d-5eb9585b46be .shogun-image-content {
  
    align-items: center;
  
}

#s-d3a5d0a7-d022-4d8d-820c-114330d10c07 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 7px;
margin-bottom: 7px;
padding-top: 5px;
padding-bottom: 0px;
}

#s-94e87125-ef35-4eeb-8302-6c5bdf74b14a {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
}

@media (min-width: 0px) {
[id="s-94e87125-ef35-4eeb-8302-6c5bdf74b14a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-94e87125-ef35-4eeb-8302-6c5bdf74b14a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-94e87125-ef35-4eeb-8302-6c5bdf74b14a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-94e87125-ef35-4eeb-8302-6c5bdf74b14a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-b65ad74c-78b0-4824-8491-7620c61fb7b4 {
  text-align: center;
}







  #s-b65ad74c-78b0-4824-8491-7620c61fb7b4 img.shogun-image {
    

    
    
    
  }


#s-b65ad74c-78b0-4824-8491-7620c61fb7b4 .shogun-image-content {
  
    align-items: center;
  
}

#s-9f04ca89-c397-4036-975e-f070445af93a {
  box-shadow:0px 0px 0px 0px ;
padding-top: 5px;
padding-bottom: 0px;
}

#s-5afd143f-7d8f-4d88-a81b-af42a19905a0 {
  text-align: center;
}







  #s-5afd143f-7d8f-4d88-a81b-af42a19905a0 img.shogun-image {
    

    
    
    
  }


#s-5afd143f-7d8f-4d88-a81b-af42a19905a0 .shogun-image-content {
  
    align-items: center;
  
}

#s-30cb6824-edae-48cc-8463-fa6005a5d572 {
  box-shadow:0px 0px 0px 0px ;
padding-top: 5px;
padding-bottom: 0px;
}

#s-ec2ce276-3d4b-48c3-8839-21b3ecc93d39 {
  text-align: center;
}







  #s-ec2ce276-3d4b-48c3-8839-21b3ecc93d39 img.shogun-image {
    

    
    
    
  }


#s-ec2ce276-3d4b-48c3-8839-21b3ecc93d39 .shogun-image-content {
  
    align-items: center;
  
}

#s-00102c95-39ce-4908-9f32-1e0a0f677cac {
  box-shadow:0px 0px 0px 0px ;
padding-top: 5px;
padding-bottom: 0px;
}

#s-5a15c4cf-8c59-44ff-b584-6aeb17ef7168 {
  text-align: center;
}







  #s-5a15c4cf-8c59-44ff-b584-6aeb17ef7168 img.shogun-image {
    

    
    
    
  }


#s-5a15c4cf-8c59-44ff-b584-6aeb17ef7168 .shogun-image-content {
  
    align-items: center;
  
}

#s-0bf1bb88-9556-4597-86f6-5443b5587d4d {
  box-shadow:0px 0px 0px 0px ;
padding-top: 5px;
padding-bottom: 0px;
}

#s-f41b1c19-0269-4111-8ed2-2ef4a31f3ff1 {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
}

@media (min-width: 0px) {
[id="s-f41b1c19-0269-4111-8ed2-2ef4a31f3ff1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f41b1c19-0269-4111-8ed2-2ef4a31f3ff1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f41b1c19-0269-4111-8ed2-2ef4a31f3ff1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f41b1c19-0269-4111-8ed2-2ef4a31f3ff1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f41b1c19-0269-4111-8ed2-2ef4a31f3ff1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f41b1c19-0269-4111-8ed2-2ef4a31f3ff1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f41b1c19-0269-4111-8ed2-2ef4a31f3ff1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-d0a0e845-bfbf-4218-a394-cb6510edd8e8 {
  text-align: center;
}







  #s-d0a0e845-bfbf-4218-a394-cb6510edd8e8 img.shogun-image {
    

    
    
    
  }


#s-d0a0e845-bfbf-4218-a394-cb6510edd8e8 .shogun-image-content {
  
    align-items: center;
  
}

#s-af48bd95-1d21-44af-b115-b89728634cef {
  box-shadow:0px 0px 0px 0px ;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 5px;
padding-bottom: 0px;
}

#s-8bf76cf9-d811-4c1c-9b74-1166af7b1d74 {
  text-align: center;
}







  #s-8bf76cf9-d811-4c1c-9b74-1166af7b1d74 img.shogun-image {
    

    
    
    
  }


#s-8bf76cf9-d811-4c1c-9b74-1166af7b1d74 .shogun-image-content {
  
    align-items: center;
  
}

#s-7dad078d-2b05-49a2-ad58-0d1ef6b47a76 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 11px;
margin-bottom: 11px;
padding-top: 5px;
padding-bottom: 0px;
}

#s-afc6e5bb-650b-4219-a688-4d88b486f903 {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
}

@media (min-width: 0px) {
[id="s-afc6e5bb-650b-4219-a688-4d88b486f903"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-afc6e5bb-650b-4219-a688-4d88b486f903"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-afc6e5bb-650b-4219-a688-4d88b486f903"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-afc6e5bb-650b-4219-a688-4d88b486f903"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-1c288e9d-08a0-4bae-a71d-b55365e11818 {
  text-align: center;
}







  #s-1c288e9d-08a0-4bae-a71d-b55365e11818 img.shogun-image {
    

    
    
    
  }


#s-1c288e9d-08a0-4bae-a71d-b55365e11818 .shogun-image-content {
  
    align-items: center;
  
}

#s-6731e0b6-83a7-423a-a2af-2effa78adcd6 {
  box-shadow:0px 0px 0px 0px ;
padding-top: 5px;
padding-bottom: 0px;
}

#s-aa5b106d-f216-4707-8118-43ad6569899b {
  text-align: center;
}







  #s-aa5b106d-f216-4707-8118-43ad6569899b img.shogun-image {
    

    
    
    
  }


#s-aa5b106d-f216-4707-8118-43ad6569899b .shogun-image-content {
  
    align-items: center;
  
}

#s-e8c479a7-c42c-4358-9fd7-da78496c5d33 {
  box-shadow:0px 0px 0px 0px ;
padding-top: 5px;
padding-bottom: 0px;
}

#s-17dcf2ae-3051-438f-ad43-72ef4982a34c {
  text-align: center;
}







  #s-17dcf2ae-3051-438f-ad43-72ef4982a34c img.shogun-image {
    

    
    
    
  }


#s-17dcf2ae-3051-438f-ad43-72ef4982a34c .shogun-image-content {
  
    align-items: center;
  
}

#s-2d6f9c7d-1059-4da3-a59a-51da2a080003 {
  box-shadow:0px 0px 0px 0px ;
padding-top: 0px;
padding-bottom: 0px;
}

#s-71de5205-856d-4c57-a771-2985c8c8249e {
  text-align: center;
}







  #s-71de5205-856d-4c57-a771-2985c8c8249e img.shogun-image {
    

    
    
    
  }


#s-71de5205-856d-4c57-a771-2985c8c8249e .shogun-image-content {
  
    align-items: center;
  
}

#s-3429e717-e225-4b0e-ac5e-b927c748d12e {
  box-shadow:0px 0px 0px 0px ;
padding-top: 5px;
padding-bottom: 0px;
}

#s-59ee6354-b6f4-4a9f-849f-a02123ead05f {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
}

@media (min-width: 0px) {
[id="s-59ee6354-b6f4-4a9f-849f-a02123ead05f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-59ee6354-b6f4-4a9f-849f-a02123ead05f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-59ee6354-b6f4-4a9f-849f-a02123ead05f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-59ee6354-b6f4-4a9f-849f-a02123ead05f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-4fde5449-221c-4a52-bcc4-cfe0875dcb95 {
  text-align: center;
}







  #s-4fde5449-221c-4a52-bcc4-cfe0875dcb95 img.shogun-image {
    

    
    
    
  }


#s-4fde5449-221c-4a52-bcc4-cfe0875dcb95 .shogun-image-content {
  
    align-items: center;
  
}

#s-68acb891-5c4b-4e2c-94ab-4552ccbbc374 {
  box-shadow:0px 0px 0px 0px ;
padding-top: 5px;
padding-bottom: 0px;
}

#s-33668237-d0ba-4f1c-997f-d0fe8bc26ccc {
  text-align: center;
}







  #s-33668237-d0ba-4f1c-997f-d0fe8bc26ccc img.shogun-image {
    

    
    
    
  }


#s-33668237-d0ba-4f1c-997f-d0fe8bc26ccc .shogun-image-content {
  
    align-items: center;
  
}

#s-376347f2-7924-4d2a-9428-c9aea34b9cda {
  box-shadow:0px 0px 0px 0px ;
padding-top: 5px;
padding-bottom: 0px;
}

#s-5ac2ff21-922e-4d11-a367-bc1930c06006 {
  text-align: center;
}







  #s-5ac2ff21-922e-4d11-a367-bc1930c06006 img.shogun-image {
    

    
    
    
  }


#s-5ac2ff21-922e-4d11-a367-bc1930c06006 .shogun-image-content {
  
    align-items: center;
  
}

#s-0da69811-2967-45fe-9fe4-099ae4b56caf {
  box-shadow:0px 0px 0px 0px ;
padding-top: 5px;
padding-bottom: 0px;
}

#s-4f40d8c2-00bd-40ba-8bfc-20f470e15fda {
  text-align: center;
}







  #s-4f40d8c2-00bd-40ba-8bfc-20f470e15fda img.shogun-image {
    

    
    
    
  }


#s-4f40d8c2-00bd-40ba-8bfc-20f470e15fda .shogun-image-content {
  
    align-items: center;
  
}

#s-37a1adb8-4e73-4f23-b8cf-bf04c2006162 {
  box-shadow:0px 0px 0px 0px ;
padding-top: 5px;
padding-bottom: 0px;
}

#s-72cb2840-8eed-4368-a0cf-de743306d7be {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
}

@media (min-width: 0px) {
[id="s-72cb2840-8eed-4368-a0cf-de743306d7be"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-72cb2840-8eed-4368-a0cf-de743306d7be"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-72cb2840-8eed-4368-a0cf-de743306d7be"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-72cb2840-8eed-4368-a0cf-de743306d7be"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-3c027e61-ec36-4492-bb96-fc1c864ab45d {
  text-align: center;
}







  #s-3c027e61-ec36-4492-bb96-fc1c864ab45d img.shogun-image {
    

    
    
    
  }


#s-3c027e61-ec36-4492-bb96-fc1c864ab45d .shogun-image-content {
  
    align-items: center;
  
}

#s-85d9ea4f-0d03-424c-bbc9-286777b75a23 {
  box-shadow:0px 0px 0px 0px ;
padding-top: 5px;
padding-bottom: 0px;
}

#s-4f52f391-29c4-422c-9cf6-dd8f661ff961 {
  text-align: center;
}







  #s-4f52f391-29c4-422c-9cf6-dd8f661ff961 img.shogun-image {
    

    
    
    
  }


#s-4f52f391-29c4-422c-9cf6-dd8f661ff961 .shogun-image-content {
  
    align-items: center;
  
}

#s-fd0807d3-eedd-4197-8212-060058433a9b {
  box-shadow:0px 0px 0px 0px ;
padding-top: 5px;
padding-bottom: 0px;
}

#s-a970ba25-2526-4127-bc2b-2460d16d2718 {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
}

@media (min-width: 0px) {
[id="s-a970ba25-2526-4127-bc2b-2460d16d2718"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a970ba25-2526-4127-bc2b-2460d16d2718"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-a970ba25-2526-4127-bc2b-2460d16d2718"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-a970ba25-2526-4127-bc2b-2460d16d2718"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-9a777f7a-5327-45d2-a2ed-ca1d48d81d49 {
  text-align: center;
}







  #s-9a777f7a-5327-45d2-a2ed-ca1d48d81d49 img.shogun-image {
    

    
    
    
  }


#s-9a777f7a-5327-45d2-a2ed-ca1d48d81d49 .shogun-image-content {
  
    align-items: center;
  
}

#s-c7e3ce36-329f-4026-bd2c-9e35013e4cfa {
  box-shadow:0px 0px 0px 0px ;
padding-top: 5px;
padding-bottom: 0px;
}

#s-7e6bfea1-ed1f-4bbe-bbee-e94efdbd9dbd {
  text-align: center;
}







  #s-7e6bfea1-ed1f-4bbe-bbee-e94efdbd9dbd img.shogun-image {
    

    
    
    
  }


#s-7e6bfea1-ed1f-4bbe-bbee-e94efdbd9dbd .shogun-image-content {
  
    align-items: center;
  
}

#s-a4d03280-76fe-4676-97a4-748eba92aaa2 {
  box-shadow:0px 0px 0px 0px ;
padding-top: 5px;
padding-bottom: 0px;
}

#s-583c52e4-50f1-47d6-8352-2b917fb88422 {
  text-align: center;
}







  #s-583c52e4-50f1-47d6-8352-2b917fb88422 img.shogun-image {
    

    
    
    
  }


#s-583c52e4-50f1-47d6-8352-2b917fb88422 .shogun-image-content {
  
    align-items: center;
  
}

#s-10036ee6-9116-492a-a327-d21f3a8a5eca {
  box-shadow:0px 0px 0px 0px ;
padding-top: 5px;
padding-bottom: 0px;
}

#s-9e9f0547-5400-4b06-a23f-1660e938e7aa {
  text-align: center;
}







  #s-9e9f0547-5400-4b06-a23f-1660e938e7aa img.shogun-image {
    

    
    
    
  }


#s-9e9f0547-5400-4b06-a23f-1660e938e7aa .shogun-image-content {
  
    align-items: center;
  
}

#s-1b0f9568-5da0-41a8-b3a4-2f3086ce7909 {
  box-shadow:0px 0px 0px 0px ;
padding-top: 5px;
padding-bottom: 0px;
}

#s-f32a1e84-50a2-42ff-a6cc-df0d3c8bcf03 {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
}

@media (min-width: 0px) {
[id="s-f32a1e84-50a2-42ff-a6cc-df0d3c8bcf03"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f32a1e84-50a2-42ff-a6cc-df0d3c8bcf03"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f32a1e84-50a2-42ff-a6cc-df0d3c8bcf03"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f32a1e84-50a2-42ff-a6cc-df0d3c8bcf03"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f32a1e84-50a2-42ff-a6cc-df0d3c8bcf03"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f32a1e84-50a2-42ff-a6cc-df0d3c8bcf03"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f32a1e84-50a2-42ff-a6cc-df0d3c8bcf03"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

}

#s-2049ff20-584d-4373-9f90-ee464f953d18 {
  text-align: center;
}







  #s-2049ff20-584d-4373-9f90-ee464f953d18 img.shogun-image {
    

    
    
    
  }


#s-2049ff20-584d-4373-9f90-ee464f953d18 .shogun-image-content {
  
    align-items: center;
  
}

#s-2dd14787-6b83-488a-a4b7-a9a5635ef7d9 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 7px;
margin-bottom: 7px;
padding-top: 5px;
padding-bottom: 0px;
}

#s-d14c8ab1-a4c6-4951-84e8-b99b8dd13674 {
  text-align: center;
}







  #s-d14c8ab1-a4c6-4951-84e8-b99b8dd13674 img.shogun-image {
    

    
    
    
  }


#s-d14c8ab1-a4c6-4951-84e8-b99b8dd13674 .shogun-image-content {
  
    align-items: center;
  
}

#s-1f096ef7-71f7-443d-9896-124870c61da7 {
  box-shadow:0px 0px 0px 0px ;
padding-top: 5px;
padding-bottom: 0px;
}

#s-cde35b78-d4fa-4651-afda-6f1026cf80e0 {
  text-align: center;
}







  #s-cde35b78-d4fa-4651-afda-6f1026cf80e0 img.shogun-image {
    

    
    
    
  }


#s-cde35b78-d4fa-4651-afda-6f1026cf80e0 .shogun-image-content {
  
    align-items: center;
  
}

#s-59fcaaab-d4b4-415d-b7c3-414e78fc658b {
  box-shadow:0px 0px 0px 0px ;
margin-top: 7px;
margin-bottom: 7px;
padding-top: 5px;
padding-bottom: 0px;
}

#s-8bc0d28b-18b2-47d3-95d3-febfacf642fb {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
}

@media (min-width: 0px) {
[id="s-8bc0d28b-18b2-47d3-95d3-febfacf642fb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-8bc0d28b-18b2-47d3-95d3-febfacf642fb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-8bc0d28b-18b2-47d3-95d3-febfacf642fb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-8bc0d28b-18b2-47d3-95d3-febfacf642fb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-38e095a2-701e-460c-a158-5fd72027b5e6 {
  text-align: center;
}







  #s-38e095a2-701e-460c-a158-5fd72027b5e6 img.shogun-image {
    

    
    
    
  }


#s-38e095a2-701e-460c-a158-5fd72027b5e6 .shogun-image-content {
  
    align-items: center;
  
}

#s-3f7e1a5d-ceab-4bc2-8337-cb2fffcf7cd7 {
  box-shadow:0px 0px 0px 0px ;
padding-top: 5px;
padding-bottom: 0px;
}

#s-71623095-c442-4d1f-af5e-cf77e5a07783 {
  text-align: center;
}







  #s-71623095-c442-4d1f-af5e-cf77e5a07783 img.shogun-image {
    

    
    
    
  }


#s-71623095-c442-4d1f-af5e-cf77e5a07783 .shogun-image-content {
  
    align-items: center;
  
}

#s-868ea2b2-d53e-4061-820c-d4252a683c90 {
  box-shadow:0px 0px 0px 0px ;
padding-top: 5px;
padding-bottom: 0px;
}

#s-330e10a2-9a48-46cb-bce2-624ecb235b46 {
  text-align: center;
}







  #s-330e10a2-9a48-46cb-bce2-624ecb235b46 img.shogun-image {
    

    
    
    
  }


#s-330e10a2-9a48-46cb-bce2-624ecb235b46 .shogun-image-content {
  
    align-items: center;
  
}

#s-0f9ed107-0209-408e-a487-f8b4edb2609c {
  box-shadow:0px 0px 0px 0px ;
padding-top: 5px;
padding-bottom: 0px;
}

#s-8c97b6f6-8cea-4e06-a60a-b38cce0f8e44 {
  text-align: center;
}







  #s-8c97b6f6-8cea-4e06-a60a-b38cce0f8e44 img.shogun-image {
    

    
    
    
  }


#s-8c97b6f6-8cea-4e06-a60a-b38cce0f8e44 .shogun-image-content {
  
    align-items: center;
  
}

#s-c832aede-7476-46f1-bbbd-c5e2e3be5481 {
  box-shadow:0px 0px 0px 0px ;
padding-top: 5px;
padding-bottom: 0px;
}

#s-23e5379c-05a7-404b-b217-a2b01f697262 {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
}

@media (min-width: 0px) {
[id="s-23e5379c-05a7-404b-b217-a2b01f697262"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-23e5379c-05a7-404b-b217-a2b01f697262"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-23e5379c-05a7-404b-b217-a2b01f697262"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-23e5379c-05a7-404b-b217-a2b01f697262"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-edb9164a-52d2-41b8-b503-b59814329b39 {
  text-align: center;
}







  #s-edb9164a-52d2-41b8-b503-b59814329b39 img.shogun-image {
    

    
    
    
  }


#s-edb9164a-52d2-41b8-b503-b59814329b39 .shogun-image-content {
  
    align-items: center;
  
}

#s-96740f94-0eec-4597-9a54-5956eb17235a {
  box-shadow:0px 0px 0px 0px ;
padding-top: 5px;
padding-bottom: 0px;
}

#s-a53ccc95-4212-416c-ab7d-c9bdadb55724 {
  text-align: center;
}







  #s-a53ccc95-4212-416c-ab7d-c9bdadb55724 img.shogun-image {
    

    
    
    
  }


#s-a53ccc95-4212-416c-ab7d-c9bdadb55724 .shogun-image-content {
  
    align-items: center;
  
}

#s-a044302e-140b-4118-b3ae-ca3f679b8fb4 {
  box-shadow:0px 0px 0px 0px ;
padding-top: 5px;
padding-bottom: 0px;
}

#s-b5af5cf4-a877-45f0-8857-bfd8a214dfe7 {
  text-align: center;
}







  #s-b5af5cf4-a877-45f0-8857-bfd8a214dfe7 img.shogun-image {
    

    
    
    
  }


#s-b5af5cf4-a877-45f0-8857-bfd8a214dfe7 .shogun-image-content {
  
    align-items: center;
  
}

#s-3d36f984-c1aa-47af-b73d-337d7a671a6a {
  box-shadow:0px 0px 0px 0px ;
padding-top: 5px;
padding-bottom: 0px;
}

#s-df5f30ce-26cd-4563-a11b-c94251bd1fde {
  text-align: center;
}







  #s-df5f30ce-26cd-4563-a11b-c94251bd1fde img.shogun-image {
    

    
    
    
  }


#s-df5f30ce-26cd-4563-a11b-c94251bd1fde .shogun-image-content {
  
    align-items: center;
  
}

#s-d1bfc526-4ae2-401a-8112-1c31fb6f7e56 {
  box-shadow:0px 0px 0px 0px ;
padding-top: 5px;
padding-bottom: 0px;
}

#s-b8cbbf35-f64a-48e6-a2f7-799ff25d7269 {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
}

@media (min-width: 0px) {
[id="s-b8cbbf35-f64a-48e6-a2f7-799ff25d7269"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b8cbbf35-f64a-48e6-a2f7-799ff25d7269"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b8cbbf35-f64a-48e6-a2f7-799ff25d7269"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b8cbbf35-f64a-48e6-a2f7-799ff25d7269"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b8cbbf35-f64a-48e6-a2f7-799ff25d7269"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b8cbbf35-f64a-48e6-a2f7-799ff25d7269"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b8cbbf35-f64a-48e6-a2f7-799ff25d7269"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-08b721ff-2d9f-40aa-9e55-fd48260451fb {
  text-align: center;
}







  #s-08b721ff-2d9f-40aa-9e55-fd48260451fb img.shogun-image {
    

    
    
    
  }


#s-08b721ff-2d9f-40aa-9e55-fd48260451fb .shogun-image-content {
  
    align-items: center;
  
}

#s-4493a4f1-efd4-465c-9967-d3e1f31c13b1 {
  box-shadow:0px 0px 0px 0px ;
padding-top: 5px;
padding-bottom: 0px;
}

#s-07b61644-daab-4b2f-9cf5-ec88ee61b4b1 {
  text-align: center;
}







  #s-07b61644-daab-4b2f-9cf5-ec88ee61b4b1 img.shogun-image {
    

    
    
    
  }


#s-07b61644-daab-4b2f-9cf5-ec88ee61b4b1 .shogun-image-content {
  
    align-items: center;
  
}

#s-fa145640-c298-4094-b030-e1bc7dab5343 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 7px;
margin-bottom: 7px;
padding-top: 5px;
padding-bottom: 0px;
}

#s-8c2c055e-0fa8-4783-8122-a6c912334a34 {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
}

@media (min-width: 0px) {
[id="s-8c2c055e-0fa8-4783-8122-a6c912334a34"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-8c2c055e-0fa8-4783-8122-a6c912334a34"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-8c2c055e-0fa8-4783-8122-a6c912334a34"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-8c2c055e-0fa8-4783-8122-a6c912334a34"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-9b4493d1-1a4c-4345-82c1-fb261d28a345 {
  text-align: center;
}







  #s-9b4493d1-1a4c-4345-82c1-fb261d28a345 img.shogun-image {
    

    
    
    
  }


#s-9b4493d1-1a4c-4345-82c1-fb261d28a345 .shogun-image-content {
  
    align-items: center;
  
}

#s-9a14e154-e799-4528-87d0-a28ffc5456e5 {
  box-shadow:0px 0px 0px 0px ;
padding-top: 5px;
padding-bottom: 0px;
}

#s-5e070e49-771a-4b80-b39a-b3b0ceb9a932 {
  text-align: center;
}







  #s-5e070e49-771a-4b80-b39a-b3b0ceb9a932 img.shogun-image {
    

    
    
    
  }


#s-5e070e49-771a-4b80-b39a-b3b0ceb9a932 .shogun-image-content {
  
    align-items: center;
  
}

#s-1bc914a3-2d87-40bc-81e1-cfcac343b0c0 {
  box-shadow:0px 0px 0px 0px ;
padding-top: 5px;
padding-bottom: 0px;
}

#s-32b7c6d9-3b2d-4e83-a5bc-8615a7626bf1 {
  text-align: center;
}







  #s-32b7c6d9-3b2d-4e83-a5bc-8615a7626bf1 img.shogun-image {
    

    
    
    
  }


#s-32b7c6d9-3b2d-4e83-a5bc-8615a7626bf1 .shogun-image-content {
  
    align-items: center;
  
}

#s-7407dc5b-6f29-4c34-a604-ce22fa1f5be1 {
  box-shadow:0px 0px 0px 0px ;
padding-top: 5px;
padding-bottom: 0px;
}

#s-1db136ba-835d-49ba-a9f4-d8435c12e472 {
  text-align: center;
}







  #s-1db136ba-835d-49ba-a9f4-d8435c12e472 img.shogun-image {
    

    
    
    
  }


#s-1db136ba-835d-49ba-a9f4-d8435c12e472 .shogun-image-content {
  
    align-items: center;
  
}

#s-9fc92f69-ad62-45f3-98ec-e466743e320f {
  box-shadow:0px 0px 0px 0px ;
padding-top: 5px;
padding-bottom: 0px;
}

#s-2f8137eb-562c-4b1f-9eca-20c6302b3a99 {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
}

@media (min-width: 0px) {
[id="s-2f8137eb-562c-4b1f-9eca-20c6302b3a99"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-2f8137eb-562c-4b1f-9eca-20c6302b3a99"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-2f8137eb-562c-4b1f-9eca-20c6302b3a99"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-2f8137eb-562c-4b1f-9eca-20c6302b3a99"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-43d87fd6-123b-4242-a3a6-c8e3636fa4c8 {
  text-align: center;
}







  #s-43d87fd6-123b-4242-a3a6-c8e3636fa4c8 img.shogun-image {
    

    
    
    
  }


#s-43d87fd6-123b-4242-a3a6-c8e3636fa4c8 .shogun-image-content {
  
    align-items: center;
  
}

#s-d8530a90-24d9-414a-868a-49c489c6b294 {
  box-shadow:0px 0px 0px 0px ;
padding-top: 5px;
padding-bottom: 0px;
}

#s-783af74f-ec11-4e8e-b185-b83de0208b55 {
  text-align: center;
}







  #s-783af74f-ec11-4e8e-b185-b83de0208b55 img.shogun-image {
    

    
    
    
  }


#s-783af74f-ec11-4e8e-b185-b83de0208b55 .shogun-image-content {
  
    align-items: center;
  
}

#s-963da558-cdc5-4dbc-9e5a-4e5562132b3b {
  box-shadow:0px 0px 0px 0px ;
padding-top: 5px;
padding-bottom: 0px;
}

#s-c6baac81-94df-4bf0-96cb-104990038866 {
  text-align: center;
}







  #s-c6baac81-94df-4bf0-96cb-104990038866 img.shogun-image {
    

    
    
    
  }


#s-c6baac81-94df-4bf0-96cb-104990038866 .shogun-image-content {
  
    align-items: center;
  
}

#s-acbe17b5-e519-49fd-b9a4-6244ddd7e601 {
  box-shadow:0px 0px 0px 0px ;
padding-top: 5px;
padding-bottom: 0px;
}

#s-7a9a3d2c-1e0f-4ff6-9bf5-31047c546337 {
  text-align: center;
}







  #s-7a9a3d2c-1e0f-4ff6-9bf5-31047c546337 img.shogun-image {
    

    
    
    
  }


#s-7a9a3d2c-1e0f-4ff6-9bf5-31047c546337 .shogun-image-content {
  
    align-items: center;
  
}

#s-db497743-ca44-41ae-8bfe-4d7785d7f938 {
  box-shadow:0px 0px 0px 0px ;
padding-top: 5px;
padding-bottom: 0px;
}

#s-ff01c286-8790-490c-bb14-661b0ad18414 {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
}

@media (min-width: 0px) {
[id="s-ff01c286-8790-490c-bb14-661b0ad18414"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-ff01c286-8790-490c-bb14-661b0ad18414"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-ff01c286-8790-490c-bb14-661b0ad18414"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-ff01c286-8790-490c-bb14-661b0ad18414"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-9cb10d64-6b75-41ac-91fc-cf4408e6bb0d {
  text-align: center;
}







  #s-9cb10d64-6b75-41ac-91fc-cf4408e6bb0d img.shogun-image {
    

    
    
    
  }


#s-9cb10d64-6b75-41ac-91fc-cf4408e6bb0d .shogun-image-content {
  
    align-items: center;
  
}

#s-abbdd001-8732-451f-b242-b21fd7af7288 {
  box-shadow:0px 0px 0px 0px ;
padding-top: 5px;
padding-bottom: 0px;
}

#s-c24d4f42-0dea-410f-9ac4-33fcc5426bff {
  text-align: center;
}







  #s-c24d4f42-0dea-410f-9ac4-33fcc5426bff img.shogun-image {
    

    
    
    
  }


#s-c24d4f42-0dea-410f-9ac4-33fcc5426bff .shogun-image-content {
  
    align-items: center;
  
}

#s-cc431bab-87b9-4311-ab4f-3baf8260522b {
  box-shadow:0px 0px 0px 0px ;
padding-top: 5px;
padding-bottom: 0px;
}

#s-fbfd0185-93aa-4d74-afad-95dfca193b28 {
  text-align: center;
}







  #s-fbfd0185-93aa-4d74-afad-95dfca193b28 img.shogun-image {
    

    
    
    
  }


#s-fbfd0185-93aa-4d74-afad-95dfca193b28 .shogun-image-content {
  
    align-items: center;
  
}

#s-38104997-a127-4f15-ac5e-df760e5437df {
  box-shadow:0px 0px 0px 0px ;
padding-top: 5px;
padding-bottom: 0px;
}

#s-ca8bbe22-46f5-43f9-91db-4d98121eabed {
  text-align: center;
}







  #s-ca8bbe22-46f5-43f9-91db-4d98121eabed img.shogun-image {
    

    
    
    
  }


#s-ca8bbe22-46f5-43f9-91db-4d98121eabed .shogun-image-content {
  
    align-items: center;
  
}

#s-5603d21c-598f-4c44-a562-533a7f72ddea {
  box-shadow:0px 0px 0px 0px ;
padding-top: 5px;
padding-bottom: 0px;
}

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