#s-22cb2efc-edcd-483f-8965-5fe45d0afdb3 {
  margin-bottom: 10px;
}

.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-70ae542a-af8b-4aa1-bf27-5255fc099031 {
  margin-bottom: 10px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-70ae542a-af8b-4aa1-bf27-5255fc099031 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-70ae542a-af8b-4aa1-bf27-5255fc099031.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

@media (min-width: 0px) {
[id="s-64424c81-ff6d-4e3d-a523-a188af270d8d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-64424c81-ff6d-4e3d-a523-a188af270d8d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-64424c81-ff6d-4e3d-a523-a188af270d8d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-64424c81-ff6d-4e3d-a523-a188af270d8d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-64424c81-ff6d-4e3d-a523-a188af270d8d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-64424c81-ff6d-4e3d-a523-a188af270d8d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-64424c81-ff6d-4e3d-a523-a188af270d8d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 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-f80e3f2d-a7fc-47dd-b7d3-ea0a7a508040 {
  margin-bottom: 10px;
}

#s-3b5bda6e-5286-4271-afcb-a7684aac22d8 {
  margin-bottom: 10px;
}

#s-accfabb2-c777-48a0-a9b8-2c2e0e082a8d {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-accfabb2-c777-48a0-a9b8-2c2e0e082a8d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-accfabb2-c777-48a0-a9b8-2c2e0e082a8d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-accfabb2-c777-48a0-a9b8-2c2e0e082a8d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-accfabb2-c777-48a0-a9b8-2c2e0e082a8d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-accfabb2-c777-48a0-a9b8-2c2e0e082a8d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-accfabb2-c777-48a0-a9b8-2c2e0e082a8d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-accfabb2-c777-48a0-a9b8-2c2e0e082a8d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.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-25aaf35c-63cf-44d0-aee0-11f95a9e9b01 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}







  #s-25aaf35c-63cf-44d0-aee0-11f95a9e9b01 img.shogun-image {
    

    
    
    
  }


#s-25aaf35c-63cf-44d0-aee0-11f95a9e9b01 .shogun-image-content {
  
    align-items: center;
  
}

#s-f96d0b27-9bbb-4bd7-a226-d18451b17c4a {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
}

#s-011ec02d-e424-479a-be87-9726f4a08740 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-011ec02d-e424-479a-be87-9726f4a08740"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-011ec02d-e424-479a-be87-9726f4a08740"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-011ec02d-e424-479a-be87-9726f4a08740"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-011ec02d-e424-479a-be87-9726f4a08740"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-011ec02d-e424-479a-be87-9726f4a08740"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-011ec02d-e424-479a-be87-9726f4a08740"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-011ec02d-e424-479a-be87-9726f4a08740"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

#s-b3b9897a-4594-4421-b7b8-7aa56497517b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}







  #s-b3b9897a-4594-4421-b7b8-7aa56497517b img.shogun-image {
    

    
    
    
  }


#s-b3b9897a-4594-4421-b7b8-7aa56497517b .shogun-image-content {
  
    align-items: center;
  
}

#s-dd8f4fad-64b7-4aaa-8dd6-c5ec9092674e {
  padding-top: 1px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
}

#s-c6722d71-592d-4c4b-9add-adb1fa3a0357 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-c6722d71-592d-4c4b-9add-adb1fa3a0357"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c6722d71-592d-4c4b-9add-adb1fa3a0357"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-c6722d71-592d-4c4b-9add-adb1fa3a0357"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-c6722d71-592d-4c4b-9add-adb1fa3a0357"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-c6722d71-592d-4c4b-9add-adb1fa3a0357"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-c6722d71-592d-4c4b-9add-adb1fa3a0357"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-c6722d71-592d-4c4b-9add-adb1fa3a0357"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

#s-c2d709a3-6abf-4048-b727-315956b56a94 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}







  #s-c2d709a3-6abf-4048-b727-315956b56a94 img.shogun-image {
    

    
    
    
  }


#s-c2d709a3-6abf-4048-b727-315956b56a94 .shogun-image-content {
  
    align-items: center;
  
}

#s-b932270e-ba10-44cb-9ed4-7b5d91c04053 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
}

#s-ee89720a-5909-4400-83b7-345b036f8f9b {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-ee89720a-5909-4400-83b7-345b036f8f9b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ee89720a-5909-4400-83b7-345b036f8f9b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-ee89720a-5909-4400-83b7-345b036f8f9b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-ee89720a-5909-4400-83b7-345b036f8f9b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-ee89720a-5909-4400-83b7-345b036f8f9b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-ee89720a-5909-4400-83b7-345b036f8f9b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-ee89720a-5909-4400-83b7-345b036f8f9b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

#s-6e1d08fd-f27d-4d16-a73c-d8a70946ccc3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}







  #s-6e1d08fd-f27d-4d16-a73c-d8a70946ccc3 img.shogun-image {
    

    
    
    
  }


#s-6e1d08fd-f27d-4d16-a73c-d8a70946ccc3 .shogun-image-content {
  
    align-items: center;
  
}

#s-d0b14e3e-3563-4e37-82db-3ea988500236 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
}

#s-398e28ad-9be2-462e-9886-f6ca48312df0 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-398e28ad-9be2-462e-9886-f6ca48312df0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-398e28ad-9be2-462e-9886-f6ca48312df0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-398e28ad-9be2-462e-9886-f6ca48312df0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-398e28ad-9be2-462e-9886-f6ca48312df0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-398e28ad-9be2-462e-9886-f6ca48312df0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-398e28ad-9be2-462e-9886-f6ca48312df0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-398e28ad-9be2-462e-9886-f6ca48312df0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

#s-b537240a-0339-4d58-abfa-81bf3de08393 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}







  #s-b537240a-0339-4d58-abfa-81bf3de08393 img.shogun-image {
    

    
    
    
  }


#s-b537240a-0339-4d58-abfa-81bf3de08393 .shogun-image-content {
  
    align-items: center;
  
}

#s-398740d4-c593-409b-8cc5-ecfd1b9bb850 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
}

#s-a487081f-0962-4ae3-a8b4-97a13c3c95d5 {
  margin-bottom: 10px;
}

#s-339ad615-e159-47a7-b8ae-4f77b81783d2 {
  margin-bottom: 10px;
}

#s-5589094b-2e7f-42ad-aa48-8f51a31474be {
  margin-bottom: 10px;
}

#s-425d6564-ac0d-47d7-966a-a6d5a6733f47 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-425d6564-ac0d-47d7-966a-a6d5a6733f47"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-425d6564-ac0d-47d7-966a-a6d5a6733f47"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-425d6564-ac0d-47d7-966a-a6d5a6733f47"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-425d6564-ac0d-47d7-966a-a6d5a6733f47"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-425d6564-ac0d-47d7-966a-a6d5a6733f47"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-425d6564-ac0d-47d7-966a-a6d5a6733f47"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-425d6564-ac0d-47d7-966a-a6d5a6733f47"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

#s-95cfc1dc-fa92-4f1f-8a03-a87b4d6f4106 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}







  #s-95cfc1dc-fa92-4f1f-8a03-a87b4d6f4106 img.shogun-image {
    

    
    
    
  }


#s-95cfc1dc-fa92-4f1f-8a03-a87b4d6f4106 .shogun-image-content {
  
    align-items: center;
  
}

#s-dbf7bbd7-14fe-4f4a-84c5-0fb622597abc {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
}

#s-75bf2f54-97f7-4c4a-9137-01148d820bd0 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-75bf2f54-97f7-4c4a-9137-01148d820bd0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-75bf2f54-97f7-4c4a-9137-01148d820bd0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-75bf2f54-97f7-4c4a-9137-01148d820bd0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-75bf2f54-97f7-4c4a-9137-01148d820bd0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-75bf2f54-97f7-4c4a-9137-01148d820bd0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-75bf2f54-97f7-4c4a-9137-01148d820bd0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-75bf2f54-97f7-4c4a-9137-01148d820bd0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

#s-5d2a8cb2-04cc-4c27-a08b-f74d6e950364 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}







  #s-5d2a8cb2-04cc-4c27-a08b-f74d6e950364 img.shogun-image {
    

    
    
    
  }


#s-5d2a8cb2-04cc-4c27-a08b-f74d6e950364 .shogun-image-content {
  
    align-items: center;
  
}

#s-3ce1804e-b1b3-4bb0-9abe-2685139a38d5 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
}

#s-110be8af-dd51-4f1f-9ac8-aa92225de191 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-110be8af-dd51-4f1f-9ac8-aa92225de191"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-110be8af-dd51-4f1f-9ac8-aa92225de191"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-110be8af-dd51-4f1f-9ac8-aa92225de191"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-110be8af-dd51-4f1f-9ac8-aa92225de191"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-110be8af-dd51-4f1f-9ac8-aa92225de191"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-110be8af-dd51-4f1f-9ac8-aa92225de191"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-110be8af-dd51-4f1f-9ac8-aa92225de191"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

#s-f8163a92-7ef6-419f-bead-8661a9ad56b2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}







  #s-f8163a92-7ef6-419f-bead-8661a9ad56b2 img.shogun-image {
    

    
    
    
  }


#s-f8163a92-7ef6-419f-bead-8661a9ad56b2 .shogun-image-content {
  
    align-items: center;
  
}

#s-cbdab434-af74-4ee1-b7be-e55aff8baccc {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
}

#s-e152245a-ed12-418f-a579-76b84ea506d2 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-e152245a-ed12-418f-a579-76b84ea506d2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e152245a-ed12-418f-a579-76b84ea506d2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-e152245a-ed12-418f-a579-76b84ea506d2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-e152245a-ed12-418f-a579-76b84ea506d2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-e152245a-ed12-418f-a579-76b84ea506d2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-e152245a-ed12-418f-a579-76b84ea506d2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-e152245a-ed12-418f-a579-76b84ea506d2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

#s-6065439c-9356-48ed-ab93-54c4df064cf6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}







  #s-6065439c-9356-48ed-ab93-54c4df064cf6 img.shogun-image {
    

    
    
    
  }


#s-6065439c-9356-48ed-ab93-54c4df064cf6 .shogun-image-content {
  
    align-items: center;
  
}

#s-55e8389b-21f8-4653-887d-904b8dde1ce5 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
}

#s-d0804916-c8bd-4f06-92d6-6a004ba3807b {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-d0804916-c8bd-4f06-92d6-6a004ba3807b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d0804916-c8bd-4f06-92d6-6a004ba3807b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-d0804916-c8bd-4f06-92d6-6a004ba3807b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-d0804916-c8bd-4f06-92d6-6a004ba3807b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-d0804916-c8bd-4f06-92d6-6a004ba3807b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-d0804916-c8bd-4f06-92d6-6a004ba3807b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-d0804916-c8bd-4f06-92d6-6a004ba3807b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

#s-551a834e-7daa-4e72-846c-0e4c63a93514 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}







  #s-551a834e-7daa-4e72-846c-0e4c63a93514 img.shogun-image {
    

    
    
    
  }


#s-551a834e-7daa-4e72-846c-0e4c63a93514 .shogun-image-content {
  
    align-items: center;
  
}

#s-850d6409-82c2-41a6-b512-81375ddad4df {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
}

#s-6383787f-e897-49a9-844f-cf5a4fe438b1 {
  margin-bottom: 10px;
}

#s-aa7de976-e875-45a6-80e9-600b68360626 {
  margin-bottom: 10px;
}

#s-4f47fd50-2cbb-4c4e-a883-d5c906b10dca {
  margin-bottom: 10px;
}

#s-ed619422-eb00-4f47-bd82-4d44a49ce209 {
  margin-bottom: 10px;
}

#s-d0631ec0-4953-4621-b34b-29d39fb04cae {
  margin-bottom: 10px;
}

#s-69f38602-2140-4b5a-8134-9d008bc4a022 {
  margin-bottom: 10px;
}

#s-dff2e0af-1d18-4663-9290-69ae6bb67f07 {
  margin-bottom: 10px;
}

#s-1a3fee01-4db9-4402-a12f-2656c948c811 {
  margin-bottom: 10px;
}

#s-5604a6ef-3d33-4fa7-b984-2656a1f334d9 {
  margin-bottom: 10px;
}

#s-9137220c-e908-4e74-b6cc-5b31de3e1456 {
  margin-bottom: 10px;
}

#s-fe8d3663-12e5-43a1-b5d6-700e03a7511b {
  margin-bottom: 10px;
}

#s-33dea343-ad74-4d76-8c69-194f63b0fc98 {
  margin-bottom: 0px;
}

#s-d9487be1-646a-4a33-95ab-769f34ad8ff5 {
  margin-bottom: 10px;
}








#s-d9487be1-646a-4a33-95ab-769f34ad8ff5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d9487be1-646a-4a33-95ab-769f34ad8ff5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-05f16891-617a-465b-a5eb-8ba626e02d74 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-05f16891-617a-465b-a5eb-8ba626e02d74"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-05f16891-617a-465b-a5eb-8ba626e02d74"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-05f16891-617a-465b-a5eb-8ba626e02d74"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-05f16891-617a-465b-a5eb-8ba626e02d74"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-05f16891-617a-465b-a5eb-8ba626e02d74"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-05f16891-617a-465b-a5eb-8ba626e02d74"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-05f16891-617a-465b-a5eb-8ba626e02d74"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

#s-f4bc764d-02c1-4f74-b8d6-2c6bea02ba29 {
  text-align: center;
}







  #s-f4bc764d-02c1-4f74-b8d6-2c6bea02ba29 img.shogun-image {
    

    
    
    
  }


#s-f4bc764d-02c1-4f74-b8d6-2c6bea02ba29 .shogun-image-content {
  
    align-items: center;
  
}

#s-da1091b3-5735-42a9-b77d-7a9a80bb1ea2 {
  padding-top: 10px;
padding-bottom: 0px;
}

#s-578c33f5-5857-4283-a191-d02a99fb8dac {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-578c33f5-5857-4283-a191-d02a99fb8dac"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-578c33f5-5857-4283-a191-d02a99fb8dac"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-578c33f5-5857-4283-a191-d02a99fb8dac"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-578c33f5-5857-4283-a191-d02a99fb8dac"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-578c33f5-5857-4283-a191-d02a99fb8dac"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-578c33f5-5857-4283-a191-d02a99fb8dac"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-578c33f5-5857-4283-a191-d02a99fb8dac"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

#s-8f448df5-a82a-4e94-ab4b-e16d95b96a0f {
  text-align: center;
}







  #s-8f448df5-a82a-4e94-ab4b-e16d95b96a0f img.shogun-image {
    

    
    
    
  }


#s-8f448df5-a82a-4e94-ab4b-e16d95b96a0f .shogun-image-content {
  
    align-items: center;
  
}

#s-821cb119-3521-4b0b-8aac-1c43d77a3b16 {
  padding-top: 10px;
padding-bottom: 0px;
}

#s-dd5a45f1-8498-4900-9752-193273b0233e {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-dd5a45f1-8498-4900-9752-193273b0233e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dd5a45f1-8498-4900-9752-193273b0233e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-dd5a45f1-8498-4900-9752-193273b0233e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-dd5a45f1-8498-4900-9752-193273b0233e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-dd5a45f1-8498-4900-9752-193273b0233e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-dd5a45f1-8498-4900-9752-193273b0233e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-dd5a45f1-8498-4900-9752-193273b0233e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

#s-7f0c515d-4805-4dd9-b71a-518fda370337 {
  text-align: center;
}







  #s-7f0c515d-4805-4dd9-b71a-518fda370337 img.shogun-image {
    

    
    
    
  }


#s-7f0c515d-4805-4dd9-b71a-518fda370337 .shogun-image-content {
  
    align-items: center;
  
}

#s-4555e241-1ee3-4cba-8899-a210aacd1245 {
  padding-top: 10px;
padding-bottom: 0px;
}

#s-1f8758de-1a78-499d-a1ec-5cbff65c3f36 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-1f8758de-1a78-499d-a1ec-5cbff65c3f36"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1f8758de-1a78-499d-a1ec-5cbff65c3f36"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-1f8758de-1a78-499d-a1ec-5cbff65c3f36"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-1f8758de-1a78-499d-a1ec-5cbff65c3f36"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-1f8758de-1a78-499d-a1ec-5cbff65c3f36"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-1f8758de-1a78-499d-a1ec-5cbff65c3f36"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-1f8758de-1a78-499d-a1ec-5cbff65c3f36"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

#s-833122f9-c703-4894-9374-74c252a4e412 {
  text-align: center;
}







  #s-833122f9-c703-4894-9374-74c252a4e412 img.shogun-image {
    

    
    
    
  }


#s-833122f9-c703-4894-9374-74c252a4e412 .shogun-image-content {
  
    align-items: center;
  
}

#s-6acf4f18-9839-40a9-adb8-300461af4d20 {
  padding-top: 10px;
padding-bottom: 0px;
}

#s-c0c51f66-d6a7-4694-8463-6ca60d9c3cd6 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-c0c51f66-d6a7-4694-8463-6ca60d9c3cd6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c0c51f66-d6a7-4694-8463-6ca60d9c3cd6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-c0c51f66-d6a7-4694-8463-6ca60d9c3cd6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-c0c51f66-d6a7-4694-8463-6ca60d9c3cd6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-c0c51f66-d6a7-4694-8463-6ca60d9c3cd6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-c0c51f66-d6a7-4694-8463-6ca60d9c3cd6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-c0c51f66-d6a7-4694-8463-6ca60d9c3cd6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

#s-1062c0e9-2dda-4a01-b4e8-aaf90635909c {
  text-align: center;
}







  #s-1062c0e9-2dda-4a01-b4e8-aaf90635909c img.shogun-image {
    

    
    
    
  }


#s-1062c0e9-2dda-4a01-b4e8-aaf90635909c .shogun-image-content {
  
    align-items: center;
  
}

#s-1df83d64-41a7-4efd-a916-349c2205e34b {
  padding-top: 10px;
padding-bottom: 0px;
}

#s-7cbb61d8-2ded-4eae-980f-bf77d86581ea {
  margin-bottom: 10px;
}

#s-2a334947-86d3-4f1c-b02e-79656af1e860 {
  margin-bottom: 10px;
}

.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-afa36704-8779-4ae4-972c-f103639e0ebd {
  margin-top: 0px;
}

#s-afa36704-8779-4ae4-972c-f103639e0ebd > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-afa36704-8779-4ae4-972c-f103639e0ebd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-afa36704-8779-4ae4-972c-f103639e0ebd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(7, 7, 7, 1);
}

#s-afa36704-8779-4ae4-972c-f103639e0ebd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-afa36704-8779-4ae4-972c-f103639e0ebd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(7, 7, 7, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-afa36704-8779-4ae4-972c-f103639e0ebd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-3058d4b2-fb71-4000-a367-006274ad0fa9 {
  margin-bottom: 10px;
}

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