.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-3a4ef471-44ff-4904-b472-535d1c182a5b {
  min-height: 60px;
background-color: rgba(235, 235, 235, 1);
}








#s-3a4ef471-44ff-4904-b472-535d1c182a5b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3a4ef471-44ff-4904-b472-535d1c182a5b.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-7fd89735-47fc-4bd4-a128-f7668a5ac617 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-7fd89735-47fc-4bd4-a128-f7668a5ac617"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7fd89735-47fc-4bd4-a128-f7668a5ac617"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7fd89735-47fc-4bd4-a128-f7668a5ac617"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7fd89735-47fc-4bd4-a128-f7668a5ac617"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7fd89735-47fc-4bd4-a128-f7668a5ac617"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7fd89735-47fc-4bd4-a128-f7668a5ac617"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7fd89735-47fc-4bd4-a128-f7668a5ac617"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

.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-5e9a3873-b052-4dc7-957d-2e6a42dbf19a {
  margin-top: 10px;
margin-bottom: 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-9359c112-4e23-47a8-9009-766f69c7e6cf {
  padding-top: 2px;
padding-bottom: 10px;
}

#s-9359c112-4e23-47a8-9009-766f69c7e6cf .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-9359c112-4e23-47a8-9009-766f69c7e6cf .shg-sld-nav-button.shg-sld-left,
#s-9359c112-4e23-47a8-9009-766f69c7e6cf .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

.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-246f1292-1fd6-4084-b2a2-93d816910bf4 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(187, 187, 187, 1);
text-align: center;
}







  #s-246f1292-1fd6-4084-b2a2-93d816910bf4 img.shogun-image {
    

    
    
    
  }


#s-246f1292-1fd6-4084-b2a2-93d816910bf4 .shogun-image-content {
  
    align-items: center;
  
}

#s-8f1be211-4998-4cff-8831-c17ecf2e3360 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(187, 187, 187, 1);
border-style: solid;
text-align: center;
}







  #s-8f1be211-4998-4cff-8831-c17ecf2e3360 img.shogun-image {
    

    
    
    
  }


#s-8f1be211-4998-4cff-8831-c17ecf2e3360 .shogun-image-content {
  
    align-items: center;
  
}

#s-0641880a-dae6-499f-b249-003aefcd86ed {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(187, 187, 187, 1);
text-align: center;
}







  #s-0641880a-dae6-499f-b249-003aefcd86ed img.shogun-image {
    

    
    
    
  }


#s-0641880a-dae6-499f-b249-003aefcd86ed .shogun-image-content {
  
    align-items: center;
  
}

#s-114b40eb-eec8-4681-947d-151bb402e874 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(187, 187, 187, 1);
text-align: center;
}







  #s-114b40eb-eec8-4681-947d-151bb402e874 img.shogun-image {
    

    
    
    
  }


#s-114b40eb-eec8-4681-947d-151bb402e874 .shogun-image-content {
  
    align-items: center;
  
}

#s-efdfc56b-f55b-46e1-ab6d-3201ab9e2b65 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(187, 187, 187, 1);
text-align: center;
}







  #s-efdfc56b-f55b-46e1-ab6d-3201ab9e2b65 img.shogun-image {
    

    
    
    
  }


#s-efdfc56b-f55b-46e1-ab6d-3201ab9e2b65 .shogun-image-content {
  
    align-items: center;
  
}

#s-ba879b5b-5f5d-49ed-874e-b671c4d92046 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(187, 187, 187, 1);
text-align: center;
}







  #s-ba879b5b-5f5d-49ed-874e-b671c4d92046 img.shogun-image {
    

    
    
    
  }


#s-ba879b5b-5f5d-49ed-874e-b671c4d92046 .shogun-image-content {
  
    align-items: center;
  
}

#s-474a7331-62c2-4f79-9575-39731bf1e898 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(187, 187, 187, 1);
text-align: center;
}







  #s-474a7331-62c2-4f79-9575-39731bf1e898 img.shogun-image {
    

    
    
    
  }


#s-474a7331-62c2-4f79-9575-39731bf1e898 .shogun-image-content {
  
    align-items: center;
  
}

#s-bcc54b18-f173-4da6-9eaf-fec066887b11 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(187, 187, 187, 1);
text-align: center;
}







  #s-bcc54b18-f173-4da6-9eaf-fec066887b11 img.shogun-image {
    

    
    
    
  }


#s-bcc54b18-f173-4da6-9eaf-fec066887b11 .shogun-image-content {
  
    align-items: center;
  
}

#s-3d836f10-d43b-4a44-bbce-b780426a8020 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(187, 187, 187, 1);
text-align: center;
}







  #s-3d836f10-d43b-4a44-bbce-b780426a8020 img.shogun-image {
    

    
    
    
  }


#s-3d836f10-d43b-4a44-bbce-b780426a8020 .shogun-image-content {
  
    align-items: center;
  
}

#s-10fc77f0-29a1-413c-a9e0-7bac53960ccc {
  text-align: center;
}







  #s-10fc77f0-29a1-413c-a9e0-7bac53960ccc img.shogun-image {
    

    
    
    
  }


#s-10fc77f0-29a1-413c-a9e0-7bac53960ccc .shogun-image-content {
  
    align-items: center;
  
}

#s-75990ba0-fdb1-4a9b-b645-b889c96a74dd {
  text-align: center;
}







  #s-75990ba0-fdb1-4a9b-b645-b889c96a74dd img.shogun-image {
    

    
    
    
  }


#s-75990ba0-fdb1-4a9b-b645-b889c96a74dd .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

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

#s-1b775c17-d546-41d2-8cdc-46cfcceed8bb {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(187, 187, 187, 1);
border-style: solid;
}

#s-5799e892-61d6-46d9-a25d-0ea62c7c56c5 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(187, 187, 187, 1);
text-align: center;
}







  #s-5799e892-61d6-46d9-a25d-0ea62c7c56c5 img.shogun-image {
    

    
    
    
  }


#s-5799e892-61d6-46d9-a25d-0ea62c7c56c5 .shogun-image-content {
  
    align-items: center;
  
}

#s-03ad6ef4-88dc-4f57-9168-4931471fb7f0 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(187, 187, 187, 1);
text-align: center;
}







  #s-03ad6ef4-88dc-4f57-9168-4931471fb7f0 img.shogun-image {
    

    
    
    
  }


#s-03ad6ef4-88dc-4f57-9168-4931471fb7f0 .shogun-image-content {
  
    align-items: center;
  
}

#s-271d57aa-c89a-489e-8441-e778dea433c0 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(187, 187, 187, 1);
text-align: center;
}







  #s-271d57aa-c89a-489e-8441-e778dea433c0 img.shogun-image {
    

    
    
    
  }


#s-271d57aa-c89a-489e-8441-e778dea433c0 .shogun-image-content {
  
    align-items: center;
  
}

#s-168ca154-856c-41e5-a9f7-65a5d6235e48 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(187, 187, 187, 1);
text-align: center;
}







  #s-168ca154-856c-41e5-a9f7-65a5d6235e48 img.shogun-image {
    

    
    
    
  }


#s-168ca154-856c-41e5-a9f7-65a5d6235e48 .shogun-image-content {
  
    align-items: center;
  
}

#s-d93b103f-80c3-49c3-98d5-8520e6a66cc4 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(187, 187, 187, 1);
text-align: center;
}







  #s-d93b103f-80c3-49c3-98d5-8520e6a66cc4 img.shogun-image {
    

    
    
    
  }


#s-d93b103f-80c3-49c3-98d5-8520e6a66cc4 .shogun-image-content {
  
    align-items: center;
  
}

#s-704b1b39-9bb0-45ec-8ec5-488f79a594eb {
  text-align: center;
}







  #s-704b1b39-9bb0-45ec-8ec5-488f79a594eb img.shogun-image {
    

    
    
    
  }


#s-704b1b39-9bb0-45ec-8ec5-488f79a594eb .shogun-image-content {
  
    align-items: center;
  
}

#s-40f3456f-f537-4441-b9bd-be510cd2b9f3 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(187, 187, 187, 1);
text-align: center;
}







  #s-40f3456f-f537-4441-b9bd-be510cd2b9f3 img.shogun-image {
    

    
    
    
  }


#s-40f3456f-f537-4441-b9bd-be510cd2b9f3 .shogun-image-content {
  
    align-items: center;
  
}

#s-19c3a717-f97f-4a35-b905-992141f382a5 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(187, 187, 187, 1);
text-align: center;
}







  #s-19c3a717-f97f-4a35-b905-992141f382a5 img.shogun-image {
    

    
    
    
  }


#s-19c3a717-f97f-4a35-b905-992141f382a5 .shogun-image-content {
  
    align-items: center;
  
}

#s-716f2f47-8f0d-49ed-840b-e56d370d5870 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(187, 187, 187, 1);
text-align: center;
}







  #s-716f2f47-8f0d-49ed-840b-e56d370d5870 img.shogun-image {
    

    
    
    
  }


#s-716f2f47-8f0d-49ed-840b-e56d370d5870 .shogun-image-content {
  
    align-items: center;
  
}

#s-482b010c-1b93-4b1e-9866-52f99059f9aa {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(187, 187, 187, 1);
text-align: center;
}







  #s-482b010c-1b93-4b1e-9866-52f99059f9aa img.shogun-image {
    

    
    
    
  }


#s-482b010c-1b93-4b1e-9866-52f99059f9aa .shogun-image-content {
  
    align-items: center;
  
}

#s-c42e0fdc-edac-4826-b2f1-79c9ed083462 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(187, 187, 187, 1);
text-align: center;
}







  #s-c42e0fdc-edac-4826-b2f1-79c9ed083462 img.shogun-image {
    

    
    
    
  }


#s-c42e0fdc-edac-4826-b2f1-79c9ed083462 .shogun-image-content {
  
    align-items: center;
  
}

#s-f1427644-b862-4e9a-b73c-3613a32eb1bb {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(187, 187, 187, 1);
text-align: center;
}







  #s-f1427644-b862-4e9a-b73c-3613a32eb1bb img.shogun-image {
    

    
    
    
  }


#s-f1427644-b862-4e9a-b73c-3613a32eb1bb .shogun-image-content {
  
    align-items: center;
  
}

#s-eefbb0ee-0d1d-41ed-879e-db9b113086fa {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(187, 187, 187, 1);
text-align: center;
}







  #s-eefbb0ee-0d1d-41ed-879e-db9b113086fa img.shogun-image {
    

    
    
    
  }


#s-eefbb0ee-0d1d-41ed-879e-db9b113086fa .shogun-image-content {
  
    align-items: center;
  
}

#s-ea0df973-c422-42d5-97a9-a0abd2fcd816 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(187, 187, 187, 1);
text-align: center;
}







  #s-ea0df973-c422-42d5-97a9-a0abd2fcd816 img.shogun-image {
    

    
    
    
  }


#s-ea0df973-c422-42d5-97a9-a0abd2fcd816 .shogun-image-content {
  
    align-items: center;
  
}

#s-6fc490a0-e78b-458a-92af-5dda10fc72d5 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(187, 187, 187, 1);
text-align: center;
}







  #s-6fc490a0-e78b-458a-92af-5dda10fc72d5 img.shogun-image {
    

    
    
    
  }


#s-6fc490a0-e78b-458a-92af-5dda10fc72d5 .shogun-image-content {
  
    align-items: center;
  
}

#s-e7a7b9e6-3418-488d-b7d5-a610de1c3c6f {
  text-align: center;
}







  #s-e7a7b9e6-3418-488d-b7d5-a610de1c3c6f img.shogun-image {
    

    
    
    
  }


#s-e7a7b9e6-3418-488d-b7d5-a610de1c3c6f .shogun-image-content {
  
    align-items: center;
  
}

#s-b22977c8-cffc-426b-9ea6-7ca06d52e008 {
  text-align: center;
}







  #s-b22977c8-cffc-426b-9ea6-7ca06d52e008 img.shogun-image {
    

    
    
    
  }


#s-b22977c8-cffc-426b-9ea6-7ca06d52e008 .shogun-image-content {
  
    align-items: center;
  
}

#s-dd855acc-48cf-4f21-94a4-aef93c1dba14 {
  text-align: center;
}







  #s-dd855acc-48cf-4f21-94a4-aef93c1dba14 img.shogun-image {
    

    
    
    
  }


#s-dd855acc-48cf-4f21-94a4-aef93c1dba14 .shogun-image-content {
  
    align-items: center;
  
}

#s-82c4659f-fd13-447e-9491-c75225a54603 {
  text-align: center;
}







  #s-82c4659f-fd13-447e-9491-c75225a54603 img.shogun-image {
    

    
    
    
  }


#s-82c4659f-fd13-447e-9491-c75225a54603 .shogun-image-content {
  
    align-items: center;
  
}

#s-03802057-c4a1-442f-95d8-b520de2472d3 {
  text-align: center;
}







  #s-03802057-c4a1-442f-95d8-b520de2472d3 img.shogun-image {
    

    
    
    
  }


#s-03802057-c4a1-442f-95d8-b520de2472d3 .shogun-image-content {
  
    align-items: center;
  
}

#s-9aa62333-18fc-4c16-963c-bc4db1ff190e {
  text-align: center;
}







  #s-9aa62333-18fc-4c16-963c-bc4db1ff190e img.shogun-image {
    

    
    
    
  }


#s-9aa62333-18fc-4c16-963c-bc4db1ff190e .shogun-image-content {
  
    align-items: center;
  
}

#s-d6a243c8-acad-48c0-9f96-8c7cb45c1b30 {
  border-style: solid;
border-color: rgba(187, 187, 187, 1);
text-align: center;
}







  #s-d6a243c8-acad-48c0-9f96-8c7cb45c1b30 img.shogun-image {
    

    
    
    
  }


#s-d6a243c8-acad-48c0-9f96-8c7cb45c1b30 .shogun-image-content {
  
    align-items: center;
  
}

#s-b9a6c276-41ea-4e99-8b4e-97c3ddaba12a {
  border-style: solid;
border-color: rgba(187, 187, 187, 1);
text-align: center;
}







  #s-b9a6c276-41ea-4e99-8b4e-97c3ddaba12a img.shogun-image {
    

    
    
    
  }


#s-b9a6c276-41ea-4e99-8b4e-97c3ddaba12a .shogun-image-content {
  
    align-items: center;
  
}

#s-089ff365-c0d5-401b-b827-dd46b8b0f3d6 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(187, 187, 187, 1);
text-align: center;
}







  #s-089ff365-c0d5-401b-b827-dd46b8b0f3d6 img.shogun-image {
    

    
    
    
  }


#s-089ff365-c0d5-401b-b827-dd46b8b0f3d6 .shogun-image-content {
  
    align-items: center;
  
}

#s-517f103a-716f-4392-b991-0934d465efd6 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(187, 187, 187, 1);
text-align: center;
}







  #s-517f103a-716f-4392-b991-0934d465efd6 img.shogun-image {
    

    
    
    
  }


#s-517f103a-716f-4392-b991-0934d465efd6 .shogun-image-content {
  
    align-items: center;
  
}

#s-0f3acae9-9524-478f-b0d5-2f3f696f33ef {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(187, 187, 187, 1);
text-align: center;
}







  #s-0f3acae9-9524-478f-b0d5-2f3f696f33ef img.shogun-image {
    

    
    
    
  }


#s-0f3acae9-9524-478f-b0d5-2f3f696f33ef .shogun-image-content {
  
    align-items: center;
  
}

#s-67718239-8558-4811-8928-59a84e650f26 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-67718239-8558-4811-8928-59a84e650f26 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-67718239-8558-4811-8928-59a84e650f26 .shg-sld-nav-button.shg-sld-left,
#s-67718239-8558-4811-8928-59a84e650f26 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-f3c71591-19dc-490b-a68c-8f6c03a9328a {
  margin-top: 30px;
margin-bottom: 2px;
}

#s-18eb87f8-d006-4680-a280-3f964d53d910 {
  margin-top: 30px;
margin-bottom: 2px;
}

#s-3c177458-983f-48c2-a11d-111a38458e2c {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(187, 187, 187, 1);
text-align: center;
}







  #s-3c177458-983f-48c2-a11d-111a38458e2c img.shogun-image {
    

    
    
    
  }


#s-3c177458-983f-48c2-a11d-111a38458e2c .shogun-image-content {
  
    align-items: center;
  
}

#s-b6a6151c-a945-4a04-80f4-2af82e6fad69 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(187, 187, 187, 1);
border-style: solid;
text-align: center;
}







  #s-b6a6151c-a945-4a04-80f4-2af82e6fad69 img.shogun-image {
    

    
    
    
  }


#s-b6a6151c-a945-4a04-80f4-2af82e6fad69 .shogun-image-content {
  
    align-items: center;
  
}

#s-0b4d6230-27d3-4479-ae8d-ef835be083b5 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(187, 187, 187, 1);
text-align: center;
}







  #s-0b4d6230-27d3-4479-ae8d-ef835be083b5 img.shogun-image {
    

    
    
    
  }


#s-0b4d6230-27d3-4479-ae8d-ef835be083b5 .shogun-image-content {
  
    align-items: center;
  
}

#s-70d2dea9-c33f-4efa-9388-371c8b0321d4 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(187, 187, 187, 1);
text-align: center;
}







  #s-70d2dea9-c33f-4efa-9388-371c8b0321d4 img.shogun-image {
    

    
    
    
  }


#s-70d2dea9-c33f-4efa-9388-371c8b0321d4 .shogun-image-content {
  
    align-items: center;
  
}

#s-b0a3b30e-f453-4cba-915d-c342ea7c667d {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(187, 187, 187, 1);
text-align: center;
}







  #s-b0a3b30e-f453-4cba-915d-c342ea7c667d img.shogun-image {
    

    
    
    
  }


#s-b0a3b30e-f453-4cba-915d-c342ea7c667d .shogun-image-content {
  
    align-items: center;
  
}

#s-9018e89c-b9be-4baf-b0f0-2ed635ab7ce8 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(187, 187, 187, 1);
text-align: center;
}







  #s-9018e89c-b9be-4baf-b0f0-2ed635ab7ce8 img.shogun-image {
    

    
    
    
  }


#s-9018e89c-b9be-4baf-b0f0-2ed635ab7ce8 .shogun-image-content {
  
    align-items: center;
  
}

#s-a891a1c5-52da-44a5-bf66-97e0db01041b {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(187, 187, 187, 1);
text-align: center;
}







  #s-a891a1c5-52da-44a5-bf66-97e0db01041b img.shogun-image {
    

    
    
    
  }


#s-a891a1c5-52da-44a5-bf66-97e0db01041b .shogun-image-content {
  
    align-items: center;
  
}

#s-831966d7-0838-49ef-98ce-a54e1b53ad62 {
  text-align: center;
}







  #s-831966d7-0838-49ef-98ce-a54e1b53ad62 img.shogun-image {
    

    
    
    
  }


#s-831966d7-0838-49ef-98ce-a54e1b53ad62 .shogun-image-content {
  
    align-items: center;
  
}

#s-a5d4f522-5493-4b6b-9e20-08bfd7731d68 {
  text-align: center;
}







  #s-a5d4f522-5493-4b6b-9e20-08bfd7731d68 img.shogun-image {
    

    
    
    
  }


#s-a5d4f522-5493-4b6b-9e20-08bfd7731d68 .shogun-image-content {
  
    align-items: center;
  
}

#s-38325e4c-21e4-4ec9-a698-7b801be6e408 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(187, 187, 187, 1);
border-style: solid;
}

#s-e5c6abd1-7a38-4f09-8cfb-a534fd468ede {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(187, 187, 187, 1);
text-align: center;
}







  #s-e5c6abd1-7a38-4f09-8cfb-a534fd468ede img.shogun-image {
    

    
    
    
  }


#s-e5c6abd1-7a38-4f09-8cfb-a534fd468ede .shogun-image-content {
  
    align-items: center;
  
}

#s-54cdb503-b02e-43e5-9ba3-1c3edae666f2 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(187, 187, 187, 1);
text-align: center;
}







  #s-54cdb503-b02e-43e5-9ba3-1c3edae666f2 img.shogun-image {
    

    
    
    
  }


#s-54cdb503-b02e-43e5-9ba3-1c3edae666f2 .shogun-image-content {
  
    align-items: center;
  
}

#s-585b5125-9374-4ae8-bf22-1d97bde1a74e {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(187, 187, 187, 1);
text-align: center;
}







  #s-585b5125-9374-4ae8-bf22-1d97bde1a74e img.shogun-image {
    

    
    
    
  }


#s-585b5125-9374-4ae8-bf22-1d97bde1a74e .shogun-image-content {
  
    align-items: center;
  
}

#s-9976ad69-4cbd-4603-beb7-560e81bacfce {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(187, 187, 187, 1);
text-align: center;
}







  #s-9976ad69-4cbd-4603-beb7-560e81bacfce img.shogun-image {
    

    
    
    
  }


#s-9976ad69-4cbd-4603-beb7-560e81bacfce .shogun-image-content {
  
    align-items: center;
  
}

#s-9cb04683-76d2-4a5a-93e9-77f307cc5e7a {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(187, 187, 187, 1);
text-align: center;
}







  #s-9cb04683-76d2-4a5a-93e9-77f307cc5e7a img.shogun-image {
    

    
    
    
  }


#s-9cb04683-76d2-4a5a-93e9-77f307cc5e7a .shogun-image-content {
  
    align-items: center;
  
}

#s-f890a5b5-8d13-463d-bda9-b962e9d3a189 {
  text-align: center;
}







  #s-f890a5b5-8d13-463d-bda9-b962e9d3a189 img.shogun-image {
    

    
    
    
  }


#s-f890a5b5-8d13-463d-bda9-b962e9d3a189 .shogun-image-content {
  
    align-items: center;
  
}

#s-03e27866-5c6d-4fa2-b12e-d618a1652528 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(187, 187, 187, 1);
text-align: center;
}







  #s-03e27866-5c6d-4fa2-b12e-d618a1652528 img.shogun-image {
    

    
    
    
  }


#s-03e27866-5c6d-4fa2-b12e-d618a1652528 .shogun-image-content {
  
    align-items: center;
  
}

#s-73b97a45-9846-4210-abd5-75127e3d0e52 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(187, 187, 187, 1);
text-align: center;
}







  #s-73b97a45-9846-4210-abd5-75127e3d0e52 img.shogun-image {
    

    
    
    
  }


#s-73b97a45-9846-4210-abd5-75127e3d0e52 .shogun-image-content {
  
    align-items: center;
  
}

#s-208de3b2-e6af-440f-8851-53e9f7830c01 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(187, 187, 187, 1);
text-align: center;
}







  #s-208de3b2-e6af-440f-8851-53e9f7830c01 img.shogun-image {
    

    
    
    
  }


#s-208de3b2-e6af-440f-8851-53e9f7830c01 .shogun-image-content {
  
    align-items: center;
  
}

#s-3104e3b6-6728-4b8a-bf28-18caf3497ad3 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(187, 187, 187, 1);
text-align: center;
}







  #s-3104e3b6-6728-4b8a-bf28-18caf3497ad3 img.shogun-image {
    

    
    
    
  }


#s-3104e3b6-6728-4b8a-bf28-18caf3497ad3 .shogun-image-content {
  
    align-items: center;
  
}

#s-5cb48dd7-7138-4290-a069-e6824658e645 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(187, 187, 187, 1);
text-align: center;
}







  #s-5cb48dd7-7138-4290-a069-e6824658e645 img.shogun-image {
    

    
    
    
  }


#s-5cb48dd7-7138-4290-a069-e6824658e645 .shogun-image-content {
  
    align-items: center;
  
}

#s-265261c2-7004-4151-bc1d-d664902d0e8d {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(187, 187, 187, 1);
text-align: center;
}







  #s-265261c2-7004-4151-bc1d-d664902d0e8d img.shogun-image {
    

    
    
    
  }


#s-265261c2-7004-4151-bc1d-d664902d0e8d .shogun-image-content {
  
    align-items: center;
  
}

#s-521a6a08-85a4-46ad-b02d-90923f3ea8bc {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(187, 187, 187, 1);
text-align: center;
}







  #s-521a6a08-85a4-46ad-b02d-90923f3ea8bc img.shogun-image {
    

    
    
    
  }


#s-521a6a08-85a4-46ad-b02d-90923f3ea8bc .shogun-image-content {
  
    align-items: center;
  
}

#s-27ecdd27-2c45-409d-8faf-5e1288d33fb2 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(187, 187, 187, 1);
text-align: center;
}







  #s-27ecdd27-2c45-409d-8faf-5e1288d33fb2 img.shogun-image {
    

    
    
    
  }


#s-27ecdd27-2c45-409d-8faf-5e1288d33fb2 .shogun-image-content {
  
    align-items: center;
  
}

#s-fab6f779-89c7-4974-89f8-6ebe340dc9bf {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(187, 187, 187, 1);
text-align: center;
}







  #s-fab6f779-89c7-4974-89f8-6ebe340dc9bf img.shogun-image {
    

    
    
    
  }


#s-fab6f779-89c7-4974-89f8-6ebe340dc9bf .shogun-image-content {
  
    align-items: center;
  
}

#s-f2c68785-24c1-4886-ae33-f41b9b009161 {
  text-align: center;
}







  #s-f2c68785-24c1-4886-ae33-f41b9b009161 img.shogun-image {
    

    
    
    
  }


#s-f2c68785-24c1-4886-ae33-f41b9b009161 .shogun-image-content {
  
    align-items: center;
  
}

#s-1ddfb912-c6b4-4031-9978-5d72663d44cf {
  text-align: center;
}







  #s-1ddfb912-c6b4-4031-9978-5d72663d44cf img.shogun-image {
    

    
    
    
  }


#s-1ddfb912-c6b4-4031-9978-5d72663d44cf .shogun-image-content {
  
    align-items: center;
  
}

#s-9ee9816a-e458-4e73-be95-0be7a4a971ab {
  text-align: center;
}







  #s-9ee9816a-e458-4e73-be95-0be7a4a971ab img.shogun-image {
    

    
    
    
  }


#s-9ee9816a-e458-4e73-be95-0be7a4a971ab .shogun-image-content {
  
    align-items: center;
  
}

#s-635abe20-a1a5-42be-9d97-f940be2611fc {
  text-align: center;
}







  #s-635abe20-a1a5-42be-9d97-f940be2611fc img.shogun-image {
    

    
    
    
  }


#s-635abe20-a1a5-42be-9d97-f940be2611fc .shogun-image-content {
  
    align-items: center;
  
}

#s-9ac50038-9abb-493d-8ac3-37ed1de0625c {
  text-align: center;
}







  #s-9ac50038-9abb-493d-8ac3-37ed1de0625c img.shogun-image {
    

    
    
    
  }


#s-9ac50038-9abb-493d-8ac3-37ed1de0625c .shogun-image-content {
  
    align-items: center;
  
}

#s-b12a14ca-ab24-4c64-864a-408e5627bb19 {
  text-align: center;
}







  #s-b12a14ca-ab24-4c64-864a-408e5627bb19 img.shogun-image {
    

    
    
    
  }


#s-b12a14ca-ab24-4c64-864a-408e5627bb19 .shogun-image-content {
  
    align-items: center;
  
}

#s-84deac49-f4b8-4a73-9721-162d5b60c7f0 {
  border-style: solid;
border-color: rgba(187, 187, 187, 1);
text-align: center;
}







  #s-84deac49-f4b8-4a73-9721-162d5b60c7f0 img.shogun-image {
    

    
    
    
  }


#s-84deac49-f4b8-4a73-9721-162d5b60c7f0 .shogun-image-content {
  
    align-items: center;
  
}

#s-1611a2c0-9ccb-4a58-8ecd-daea4195aeb2 {
  border-style: solid;
border-color: rgba(187, 187, 187, 1);
text-align: center;
}







  #s-1611a2c0-9ccb-4a58-8ecd-daea4195aeb2 img.shogun-image {
    

    
    
    
  }


#s-1611a2c0-9ccb-4a58-8ecd-daea4195aeb2 .shogun-image-content {
  
    align-items: center;
  
}

#s-315b57ae-a374-43d6-aa7a-c748387e3f6c {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(187, 187, 187, 1);
text-align: center;
}







  #s-315b57ae-a374-43d6-aa7a-c748387e3f6c img.shogun-image {
    

    
    
    
  }


#s-315b57ae-a374-43d6-aa7a-c748387e3f6c .shogun-image-content {
  
    align-items: center;
  
}

#s-163518d2-919b-4d5e-b58e-667a2127ae84 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(187, 187, 187, 1);
text-align: center;
}







  #s-163518d2-919b-4d5e-b58e-667a2127ae84 img.shogun-image {
    

    
    
    
  }


#s-163518d2-919b-4d5e-b58e-667a2127ae84 .shogun-image-content {
  
    align-items: center;
  
}

#s-70874211-cb1c-4261-9c8e-e7e21b131170 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(187, 187, 187, 1);
text-align: center;
}







  #s-70874211-cb1c-4261-9c8e-e7e21b131170 img.shogun-image {
    

    
    
    
  }


#s-70874211-cb1c-4261-9c8e-e7e21b131170 .shogun-image-content {
  
    align-items: center;
  
}

#s-19c881b7-241b-472d-a161-b3457794c8da {
  border-style: solid;
padding-top: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(187, 187, 187, 1);
text-align: center;
}







  #s-19c881b7-241b-472d-a161-b3457794c8da img.shogun-image {
    

    
    
    
  }


#s-19c881b7-241b-472d-a161-b3457794c8da .shogun-image-content {
  
    align-items: center;
  
}

#s-400a3812-ce8a-436d-a6eb-c09024d1f473 {
  border-style: solid;
padding-top: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(187, 187, 187, 1);
text-align: center;
}







  #s-400a3812-ce8a-436d-a6eb-c09024d1f473 img.shogun-image {
    

    
    
    
  }


#s-400a3812-ce8a-436d-a6eb-c09024d1f473 .shogun-image-content {
  
    align-items: center;
  
}

#s-aeaa7ed8-8eae-4988-9889-7906cb8e7756 {
  margin-top: 10px;
margin-bottom: 20px;
}

.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-58624807-c0ce-4ad2-a0af-7bb71c0d0b8d > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-58624807-c0ce-4ad2-a0af-7bb71c0d0b8d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-58624807-c0ce-4ad2-a0af-7bb71c0d0b8d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(58, 101, 206, 1);
}

#s-58624807-c0ce-4ad2-a0af-7bb71c0d0b8d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-58624807-c0ce-4ad2-a0af-7bb71c0d0b8d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(58, 101, 206, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-58624807-c0ce-4ad2-a0af-7bb71c0d0b8d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-01fba1dd-9bd1-4231-8f44-27a067d98620 {
  margin-top: 15px;
margin-left: 3%;
margin-bottom: 15px;
margin-right: 3%;
}

#s-92aaeed0-7a93-46de-a831-ec03533f7bd4 {
  margin-top: 15px;
margin-left: 3%;
margin-bottom: 0px;
margin-right: 3%;
padding-left: 0%;
padding-right: 0%;
}

#s-da57b826-3487-4e42-9499-0b69eed1b1b1 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 5px;
padding-left: 0%;
padding-bottom: 5px;
padding-right: 0%;
}

#s-06a797bc-a28d-4ca5-a43c-c0cf9fe56343 {
  margin-top: 15px;
margin-left: 3%;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-06a797bc-a28d-4ca5-a43c-c0cf9fe56343"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-06a797bc-a28d-4ca5-a43c-c0cf9fe56343"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-06a797bc-a28d-4ca5-a43c-c0cf9fe56343"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-06a797bc-a28d-4ca5-a43c-c0cf9fe56343"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f62101f4-b41a-43c7-b267-37da792f49cb {
  margin-left: 0%;
margin-right: 0%;
}

#s-7fd78def-d608-4f27-8075-d00c59887a5f {
  margin-left: 0%;
margin-right: 0%;
}

#s-830c6669-622e-4068-8ff2-bc9797ee0382 {
  margin-top: 15px;
margin-left: 2%;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-830c6669-622e-4068-8ff2-bc9797ee0382"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-830c6669-622e-4068-8ff2-bc9797ee0382"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-830c6669-622e-4068-8ff2-bc9797ee0382"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-830c6669-622e-4068-8ff2-bc9797ee0382"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-6f6665c6-d9db-49da-a160-c55d6ae06e46 {
  margin-top: 20px;
margin-left: 4%;
margin-bottom: 4px;
margin-right: 4%;
}

#s-cdeab838-22ef-42da-81df-9c466c641a81 {
  margin-top: 15px;
margin-left: 3%;
margin-right: 3%;
}

#s-29926100-7f3d-49bf-8132-78d4a89d9bb6 {
  margin-top: 5px;
margin-left: 3%;
margin-bottom: 5px;
margin-right: 3%;
}

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

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

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

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

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

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

#s-64647683-708b-4fb2-bcc8-45c276b2494b {
  margin-top: 20px;
margin-left: 3%;
margin-bottom: 20px;
margin-right: 5%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}

#s-64647683-708b-4fb2-bcc8-45c276b2494b .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-64647683-708b-4fb2-bcc8-45c276b2494b table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-64647683-708b-4fb2-bcc8-45c276b2494b td.shogun-table-column {
  background-color: rgba(207, 220, 255, 1);
  padding: 4px;
  text-align: center;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-64647683-708b-4fb2-bcc8-45c276b2494b td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-64647683-708b-4fb2-bcc8-45c276b2494b td.shogun-table-column, #s-64647683-708b-4fb2-bcc8-45c276b2494b td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-f1ef8051-c7d2-48d3-b5ea-6a7fb10f987a {
  box-shadow:0px 0px 0px 0px ;
margin-top: 10px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(170, 170, 170, 1);
border-style: solid;
border-radius: 5px;
background-color: rgba(252, 252, 252, 1);
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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