.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-23dca088-1e09-45b8-ad08-fb660e2fcc12 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 250px;
background-position: center center;
}

#s-23dca088-1e09-45b8-ad08-fb660e2fcc12 {
  background-image: url(https://ucarecdn.com/9e2f730b-8591-45e8-a5b1-54ec88b8456c/-/format/auto/-/stretch/off/-/resize/3000x/-/quality/lighter/);
}








#s-23dca088-1e09-45b8-ad08-fb660e2fcc12 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-23dca088-1e09-45b8-ad08-fb660e2fcc12.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-86e3d380-c6a6-4be1-8453-97fe7ad2a8ea {
  min-height: 250px;
}








#s-86e3d380-c6a6-4be1-8453-97fe7ad2a8ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-86e3d380-c6a6-4be1-8453-97fe7ad2a8ea.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.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-7889b179-20e3-4ebd-94a2-5001107f6816 {
  box-shadow:    #515151;
margin-top: 4em;
margin-bottom: 4em;
background-color: rgba(0, 0, 0, 0.2);
}

#s-e95705b7-6424-4fb8-9df3-71881dd85dbb {
  min-height: 50px;
background-color: rgba(35, 89, 43, 1);
}
@media (max-width: 767px){#s-e95705b7-6424-4fb8-9df3-71881dd85dbb {
  
}
}







#s-e95705b7-6424-4fb8-9df3-71881dd85dbb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e95705b7-6424-4fb8-9df3-71881dd85dbb.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-03810692-9159-4a5c-bdc9-69d7d3831694 {
  min-height: 50px;
}








#s-03810692-9159-4a5c-bdc9-69d7d3831694 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-03810692-9159-4a5c-bdc9-69d7d3831694.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-840f0106-d689-4e0a-9eda-9755ebe0eb4b {
  margin-left: 2em;
margin-right: 2em;
}

#s-f27edaa1-8803-4864-a95f-3577703d064b {
  min-height: 50px;
}








#s-f27edaa1-8803-4864-a95f-3577703d064b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f27edaa1-8803-4864-a95f-3577703d064b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.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-44341f44-7684-4a6e-a0e0-b3082d129c31 {
  margin-left: 1em;
margin-right: 1em;
padding-top: 25px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-44341f44-7684-4a6e-a0e0-b3082d129c31 {
  display: none;
}
#s-44341f44-7684-4a6e-a0e0-b3082d129c31, #wrap-s-44341f44-7684-4a6e-a0e0-b3082d129c31 { display:none !important; }}@media (max-width: 767px){#s-44341f44-7684-4a6e-a0e0-b3082d129c31 {
  display: none;
}
#s-44341f44-7684-4a6e-a0e0-b3082d129c31, #wrap-s-44341f44-7684-4a6e-a0e0-b3082d129c31 { display:none !important; }}
@media (min-width: 0px) {
[id="s-44341f44-7684-4a6e-a0e0-b3082d129c31"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-44341f44-7684-4a6e-a0e0-b3082d129c31"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-44341f44-7684-4a6e-a0e0-b3082d129c31"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-44341f44-7684-4a6e-a0e0-b3082d129c31"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 0px) {
[id="s-d1bed72c-9c29-434a-aa8c-46ef620bf963"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d1bed72c-9c29-434a-aa8c-46ef620bf963"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.5px);
}

[id="s-d1bed72c-9c29-434a-aa8c-46ef620bf963"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.5px);
}

}

@media (min-width: 992px) {
[id="s-d1bed72c-9c29-434a-aa8c-46ef620bf963"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.5px);
}

[id="s-d1bed72c-9c29-434a-aa8c-46ef620bf963"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.5px);
}

}

@media (min-width: 1200px) {
[id="s-d1bed72c-9c29-434a-aa8c-46ef620bf963"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.5px);
}

[id="s-d1bed72c-9c29-434a-aa8c-46ef620bf963"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.5px);
}

}

.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;
}
#s-618f9caa-c018-4da9-b286-a31ea3211c2b {
  text-align: right;
}







  #s-618f9caa-c018-4da9-b286-a31ea3211c2b img.shogun-image {
    

    
    
    
  }


#s-618f9caa-c018-4da9-b286-a31ea3211c2b .shogun-image-content {
  
    align-items: center;
  
}

#s-4cad86fc-834e-44fb-9c56-8d2ce9bed7ea {
  padding-top: 4px;
}

#s-3599f8d3-7cd5-4dfa-823e-a0c2a59e5943 {
  margin-left: 1em;
margin-right: 1em;
}
@media (min-width: 768px) and (max-width: 991px){#s-3599f8d3-7cd5-4dfa-823e-a0c2a59e5943 {
  display: none;
}
#s-3599f8d3-7cd5-4dfa-823e-a0c2a59e5943, #wrap-s-3599f8d3-7cd5-4dfa-823e-a0c2a59e5943 { display:none !important; }}@media (max-width: 767px){#s-3599f8d3-7cd5-4dfa-823e-a0c2a59e5943 {
  display: none;
}
#s-3599f8d3-7cd5-4dfa-823e-a0c2a59e5943, #wrap-s-3599f8d3-7cd5-4dfa-823e-a0c2a59e5943 { display:none !important; }}
@media (min-width: 0px) {
[id="s-3599f8d3-7cd5-4dfa-823e-a0c2a59e5943"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3599f8d3-7cd5-4dfa-823e-a0c2a59e5943"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-3599f8d3-7cd5-4dfa-823e-a0c2a59e5943"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-3599f8d3-7cd5-4dfa-823e-a0c2a59e5943"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-0a73c7b0-b51d-49b6-9467-e42d8105c634 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(141, 154, 127, 1);
border-radius: 17px;
min-height: 50px;
}








#s-0a73c7b0-b51d-49b6-9467-e42d8105c634 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0a73c7b0-b51d-49b6-9467-e42d8105c634.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-8894477b-9f83-4be8-9ef7-9cdc55ee85b7 {
  margin-left: 1em;
margin-right: 1em;
}

#s-a9faa68a-f524-4bfe-8cc8-e190301c92ac {
  border-style: solid;
margin-left: 1em;
margin-right: 1em;
padding-top: 1em;
padding-bottom: 1em;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(141, 154, 127, 1);
text-align: center;
}







  #s-a9faa68a-f524-4bfe-8cc8-e190301c92ac img.shogun-image {
    

    
    
    
  }


#s-a9faa68a-f524-4bfe-8cc8-e190301c92ac .shogun-image-content {
  
    align-items: center;
  
}

#s-8f1b13ac-086e-4c1a-a818-fd151ad0280d {
  border-style: solid;
margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(141, 154, 127, 1);
text-align: center;
}







  #s-8f1b13ac-086e-4c1a-a818-fd151ad0280d img.shogun-image {
    

    
    
    
  }


#s-8f1b13ac-086e-4c1a-a818-fd151ad0280d .shogun-image-content {
  
    align-items: center;
  
}

#s-393c8a76-771d-488e-88ac-ecfef7ee50f9 {
  padding-top: 1em;
text-align: center;
}







  #s-393c8a76-771d-488e-88ac-ecfef7ee50f9 img.shogun-image {
    

    
    
    
  }


#s-393c8a76-771d-488e-88ac-ecfef7ee50f9 .shogun-image-content {
  
    align-items: center;
  
}

#s-cf6cc172-1dd1-4043-a554-257a18d4dcce {
  padding-bottom: 5px;
}

#s-a0216865-5d2d-4e7c-80ec-f93515b986f6 {
  border-radius: 17px;
min-height: 50px;
background-color: rgba(227, 228, 226, 1);
}








#s-a0216865-5d2d-4e7c-80ec-f93515b986f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a0216865-5d2d-4e7c-80ec-f93515b986f6.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1f2ce91d-c6e4-47f0-bc1a-dcb8adf47aee {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 0em;
margin-right: 1em;
}

#s-34daf965-ee4a-4f81-8344-b278e275eafd {
  margin-left: 1em;
margin-right: 1em;
}

#s-9f412425-a889-4d49-9cb9-3b74963030c3 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(141, 154, 127, 1);
border-radius: 17px;
min-height: 50px;
}








#s-9f412425-a889-4d49-9cb9-3b74963030c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9f412425-a889-4d49-9cb9-3b74963030c3.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-809be333-f4b0-4b92-a477-9e1f9e8e4a42 {
  margin-left: 1em;
margin-right: 1em;
}

#s-3a01ad74-5899-4ee8-b9e7-2a4190a076bf {
  border-style: solid;
margin-left: 1em;
margin-right: 1em;
padding-top: 1em;
padding-bottom: 1em;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(141, 154, 127, 1);
text-align: center;
}







  #s-3a01ad74-5899-4ee8-b9e7-2a4190a076bf img.shogun-image {
    

    
    
    
  }


#s-3a01ad74-5899-4ee8-b9e7-2a4190a076bf .shogun-image-content {
  
    align-items: center;
  
}

#s-afbbdcb4-0c1e-4f46-8707-d021fdf59b64 {
  border-style: solid;
margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(141, 154, 127, 1);
text-align: center;
}







  #s-afbbdcb4-0c1e-4f46-8707-d021fdf59b64 img.shogun-image {
    

    
    
    
  }


#s-afbbdcb4-0c1e-4f46-8707-d021fdf59b64 .shogun-image-content {
  
    align-items: center;
  
}

#s-3ceaece5-35c7-44ee-9ce0-e15ac199de85 {
  padding-top: 1em;
text-align: center;
}







  #s-3ceaece5-35c7-44ee-9ce0-e15ac199de85 img.shogun-image {
    

    
    
    
  }


#s-3ceaece5-35c7-44ee-9ce0-e15ac199de85 .shogun-image-content {
  
    align-items: center;
  
}

#s-4879c5e6-78ab-464e-9707-174da62efe11 {
  padding-bottom: 5px;
}

#s-3d8556f2-4b08-4bca-9fca-b5aa4111f9a0 {
  border-radius: 17px;
min-height: 50px;
background-color: rgba(227, 228, 226, 1);
}








#s-3d8556f2-4b08-4bca-9fca-b5aa4111f9a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3d8556f2-4b08-4bca-9fca-b5aa4111f9a0.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-daf5396b-9697-451e-9186-8eb1d3122fb9 {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 0em;
margin-right: 1em;
}

#s-0404b31d-b321-42b1-9288-b03630229691 {
  border-style: solid;
margin-left: 1em;
margin-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(141, 154, 127, 1);
}

#s-6aae11ef-95ec-4b89-8098-ec6686caa462 {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 0em;
margin-right: 1em;
}

#s-9ab08f95-1352-4152-b83b-3edd03cc88c6 {
  margin-left: 1em;
margin-right: 1em;
}

#s-753c4073-7799-45bb-ad8f-2f9de5526516 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(141, 154, 127, 1);
border-radius: 17px;
min-height: 50px;
}








#s-753c4073-7799-45bb-ad8f-2f9de5526516 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-753c4073-7799-45bb-ad8f-2f9de5526516.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-0f774043-5006-4da0-8240-0a7764ba67c9 {
  margin-left: 1em;
margin-right: 1em;
}

#s-24bb7f8d-e5ba-4327-8153-ebdd73be657a {
  border-style: solid;
margin-left: 1em;
margin-right: 1em;
padding-top: 1em;
padding-bottom: 1em;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(141, 154, 127, 1);
text-align: center;
}







  #s-24bb7f8d-e5ba-4327-8153-ebdd73be657a img.shogun-image {
    

    
    
    
  }


#s-24bb7f8d-e5ba-4327-8153-ebdd73be657a .shogun-image-content {
  
    align-items: center;
  
}

#s-4a7896c1-c617-4bb0-a8d7-71f18a93ef19 {
  border-style: solid;
margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(141, 154, 127, 1);
text-align: center;
}







  #s-4a7896c1-c617-4bb0-a8d7-71f18a93ef19 img.shogun-image {
    

    
    
    
  }


#s-4a7896c1-c617-4bb0-a8d7-71f18a93ef19 .shogun-image-content {
  
    align-items: center;
  
}

#s-2b389210-7bdb-43d6-984b-5ea9bca64b15 {
  padding-top: 1em;
text-align: center;
}







  #s-2b389210-7bdb-43d6-984b-5ea9bca64b15 img.shogun-image {
    

    
    
    
  }


#s-2b389210-7bdb-43d6-984b-5ea9bca64b15 .shogun-image-content {
  
    align-items: center;
  
}

#s-66ef99a7-81ef-455c-86c9-de04c46f8422 {
  padding-bottom: 5px;
}

#s-191f72b5-40e9-464f-9f1c-bb2b215c3a80 {
  border-radius: 17px;
min-height: 50px;
background-color: rgba(227, 228, 226, 1);
}








#s-191f72b5-40e9-464f-9f1c-bb2b215c3a80 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-191f72b5-40e9-464f-9f1c-bb2b215c3a80.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-9311d0bb-2628-43c5-b8e1-eca85c1fe411 {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 0em;
margin-right: 1em;
}

#s-e3dac0ae-d88f-4552-be4e-827f1b0e17b8 {
  border-style: solid;
margin-left: 1em;
margin-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(141, 154, 127, 1);
}

#s-c6ef1b3f-fce6-4ac0-8871-79473b3ef268 {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 0em;
margin-right: 1em;
}

#s-071c16bb-d195-490f-ba5f-f7f216dea9f8 {
  border-style: solid;
margin-left: 1em;
margin-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(141, 154, 127, 1);
}

#s-a4e66d5d-1a32-4196-9cdc-232ee72d361e {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 0em;
margin-right: 1em;
}

#s-95780a68-7eec-4807-a4a4-0178303618ee {
  margin-left: 1em;
margin-right: 1em;
}

#s-b2297edb-1276-42ca-99d5-2ebf1fd2df8e {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(141, 154, 127, 1);
border-radius: 17px;
min-height: 50px;
}








#s-b2297edb-1276-42ca-99d5-2ebf1fd2df8e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b2297edb-1276-42ca-99d5-2ebf1fd2df8e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-454d22c8-6dd5-4d9f-b92e-376bfd159a26 {
  margin-left: 1em;
margin-right: 1em;
}

#s-acffb8dd-b987-40e5-ae1b-7e6f76dd9299 {
  border-style: solid;
margin-left: 1em;
margin-right: 1em;
padding-top: 1em;
padding-bottom: 1em;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(141, 154, 127, 1);
text-align: center;
}







  #s-acffb8dd-b987-40e5-ae1b-7e6f76dd9299 img.shogun-image {
    

    
    
    
  }


#s-acffb8dd-b987-40e5-ae1b-7e6f76dd9299 .shogun-image-content {
  
    align-items: center;
  
}

#s-eafe06bf-e92b-4e60-b14d-f35bc92ebe49 {
  border-style: solid;
margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(141, 154, 127, 1);
text-align: center;
}







  #s-eafe06bf-e92b-4e60-b14d-f35bc92ebe49 img.shogun-image {
    

    
    
    
  }


#s-eafe06bf-e92b-4e60-b14d-f35bc92ebe49 .shogun-image-content {
  
    align-items: center;
  
}

#s-54b2900a-e1c7-4b45-9e54-023b90c0c48f {
  padding-top: 1em;
text-align: center;
}







  #s-54b2900a-e1c7-4b45-9e54-023b90c0c48f img.shogun-image {
    

    
    
    
  }


#s-54b2900a-e1c7-4b45-9e54-023b90c0c48f .shogun-image-content {
  
    align-items: center;
  
}

#s-b254719c-1035-4f9a-abf6-cf133ebf290f {
  padding-bottom: 5px;
}

#s-a8d24950-f5ff-45c8-bbcb-d6d123d3073c {
  border-radius: 17px;
min-height: 50px;
background-color: rgba(227, 228, 226, 1);
}








#s-a8d24950-f5ff-45c8-bbcb-d6d123d3073c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a8d24950-f5ff-45c8-bbcb-d6d123d3073c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-cec28b08-0251-4e04-bc10-5f593817c747 {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 0em;
margin-right: 1em;
}

#s-eaf28b2a-c819-420b-b67d-ce1a1acc1eff {
  border-style: solid;
margin-left: 1em;
margin-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(141, 154, 127, 1);
}

#s-842dbb2a-d2b8-48df-8cf4-7dbad098d46c {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 0em;
margin-right: 1em;
}

#s-6e6c90bb-fca9-4250-a666-ff61febd3ecd {
  border-style: solid;
margin-left: 1em;
margin-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(141, 154, 127, 1);
}

#s-6da5f242-0979-468f-a7e6-d05f3ea32494 {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 0em;
margin-right: 1em;
}

#s-13438fcb-7b21-4972-8d66-5f78c8d2461b {
  margin-left: 1em;
margin-right: 1em;
}

#s-fcc26a7c-d83e-4b67-8090-961f8c627e14 {
  margin-left: 1em;
margin-right: 1em;
padding-top: 11px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-fcc26a7c-d83e-4b67-8090-961f8c627e14 {
  display: none;
}
#s-fcc26a7c-d83e-4b67-8090-961f8c627e14, #wrap-s-fcc26a7c-d83e-4b67-8090-961f8c627e14 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fcc26a7c-d83e-4b67-8090-961f8c627e14 {
  display: none;
}
#s-fcc26a7c-d83e-4b67-8090-961f8c627e14, #wrap-s-fcc26a7c-d83e-4b67-8090-961f8c627e14 { display:none !important; }}@media (max-width: 767px){#s-fcc26a7c-d83e-4b67-8090-961f8c627e14 {
  display: none;
}
#s-fcc26a7c-d83e-4b67-8090-961f8c627e14, #wrap-s-fcc26a7c-d83e-4b67-8090-961f8c627e14 { display:none !important; }}
@media (min-width: 0px) {
[id="s-fcc26a7c-d83e-4b67-8090-961f8c627e14"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-fcc26a7c-d83e-4b67-8090-961f8c627e14"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-fcc26a7c-d83e-4b67-8090-961f8c627e14"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-fcc26a7c-d83e-4b67-8090-961f8c627e14"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 0px) {
[id="s-56b741b0-fb03-4919-aa90-1edea8544d44"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-56b741b0-fb03-4919-aa90-1edea8544d44"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.5px);
}

[id="s-56b741b0-fb03-4919-aa90-1edea8544d44"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 1.5px);
}

}

@media (min-width: 992px) {
[id="s-56b741b0-fb03-4919-aa90-1edea8544d44"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.5px);
}

[id="s-56b741b0-fb03-4919-aa90-1edea8544d44"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 1.5px);
}

}

@media (min-width: 1200px) {
[id="s-56b741b0-fb03-4919-aa90-1edea8544d44"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.5px);
}

[id="s-56b741b0-fb03-4919-aa90-1edea8544d44"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 1.5px);
}

}

#s-cfcb0f59-132b-4c3b-b711-a1ddae0294c1 {
  text-align: right;
}







  #s-cfcb0f59-132b-4c3b-b711-a1ddae0294c1 img.shogun-image {
    

    
    
    
  }


#s-cfcb0f59-132b-4c3b-b711-a1ddae0294c1 .shogun-image-content {
  
    align-items: center;
  
}

#s-5d4f0ee4-f123-465a-b0e0-0090be462d7b {
  padding-top: 4px;
}

#s-9ce995e1-a5f4-4f2e-b496-98675113f041 {
  margin-left: 1em;
margin-right: 1em;
}
@media (min-width: 1200px){#s-9ce995e1-a5f4-4f2e-b496-98675113f041 {
  display: none;
}
#s-9ce995e1-a5f4-4f2e-b496-98675113f041, #wrap-s-9ce995e1-a5f4-4f2e-b496-98675113f041 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9ce995e1-a5f4-4f2e-b496-98675113f041 {
  display: none;
}
#s-9ce995e1-a5f4-4f2e-b496-98675113f041, #wrap-s-9ce995e1-a5f4-4f2e-b496-98675113f041 { display:none !important; }}@media (max-width: 767px){#s-9ce995e1-a5f4-4f2e-b496-98675113f041 {
  display: none;
}
#s-9ce995e1-a5f4-4f2e-b496-98675113f041, #wrap-s-9ce995e1-a5f4-4f2e-b496-98675113f041 { display:none !important; }}
@media (min-width: 0px) {
[id="s-9ce995e1-a5f4-4f2e-b496-98675113f041"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-9ce995e1-a5f4-4f2e-b496-98675113f041"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 992px) {
[id="s-9ce995e1-a5f4-4f2e-b496-98675113f041"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 1200px) {
[id="s-9ce995e1-a5f4-4f2e-b496-98675113f041"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 11.25px);
}

}

#s-410532f7-3e86-4cbe-a333-343bb0676640 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(141, 154, 127, 1);
border-radius: 17px;
min-height: 50px;
}








#s-410532f7-3e86-4cbe-a333-343bb0676640 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-410532f7-3e86-4cbe-a333-343bb0676640.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-dadf5601-c240-4d9d-b02d-ff26fd1e4a11 {
  margin-left: 1em;
margin-right: 1em;
}

#s-fc3d76bf-a522-4d59-9575-02c25cd78592 {
  border-style: solid;
margin-left: 1em;
margin-right: 1em;
padding-top: 1em;
padding-bottom: 1em;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(141, 154, 127, 1);
text-align: center;
}







  #s-fc3d76bf-a522-4d59-9575-02c25cd78592 img.shogun-image {
    

    
    
    
  }


#s-fc3d76bf-a522-4d59-9575-02c25cd78592 .shogun-image-content {
  
    align-items: center;
  
}

#s-6efd1820-57d4-4974-a582-fcdf5e5673aa {
  border-style: solid;
margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(141, 154, 127, 1);
text-align: center;
}







  #s-6efd1820-57d4-4974-a582-fcdf5e5673aa img.shogun-image {
    

    
    
    
  }


#s-6efd1820-57d4-4974-a582-fcdf5e5673aa .shogun-image-content {
  
    align-items: center;
  
}

#s-822bbc52-cd37-45f6-89be-4462ad468797 {
  padding-top: 1em;
text-align: center;
}







  #s-822bbc52-cd37-45f6-89be-4462ad468797 img.shogun-image {
    

    
    
    
  }


#s-822bbc52-cd37-45f6-89be-4462ad468797 .shogun-image-content {
  
    align-items: center;
  
}

#s-66ba21a1-f242-4bf9-80a0-ce4031f5e654 {
  padding-bottom: 5px;
}

#s-ddd51007-5f70-4481-a0c0-feeb81a3e7d7 {
  border-radius: 17px;
min-height: 50px;
background-color: rgba(227, 228, 226, 1);
}








#s-ddd51007-5f70-4481-a0c0-feeb81a3e7d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ddd51007-5f70-4481-a0c0-feeb81a3e7d7.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-96edaf19-5870-4f27-bcc4-7f4a5d5c9964 {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 0em;
margin-right: 1em;
}

#s-0fc488d4-d0bd-43f0-87d9-d5d05013782d {
  margin-left: 1em;
margin-right: 1em;
}

#s-b5a46850-b733-4128-aa87-5c03bd6a1802 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(141, 154, 127, 1);
border-radius: 17px;
min-height: 50px;
}








#s-b5a46850-b733-4128-aa87-5c03bd6a1802 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b5a46850-b733-4128-aa87-5c03bd6a1802.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-60b49764-3678-47f0-8251-f16b6872a2cb {
  margin-left: 1em;
margin-right: 1em;
}

#s-e2a3397e-f1d4-47cf-8ed2-30d0c0cdeac1 {
  border-style: solid;
margin-left: 1em;
margin-right: 1em;
padding-top: 1em;
padding-bottom: 1em;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(141, 154, 127, 1);
text-align: center;
}







  #s-e2a3397e-f1d4-47cf-8ed2-30d0c0cdeac1 img.shogun-image {
    

    
    
    
  }


#s-e2a3397e-f1d4-47cf-8ed2-30d0c0cdeac1 .shogun-image-content {
  
    align-items: center;
  
}

#s-c6fe9af0-5f23-4814-b7b9-a9036c274ac4 {
  border-style: solid;
margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(141, 154, 127, 1);
text-align: center;
}







  #s-c6fe9af0-5f23-4814-b7b9-a9036c274ac4 img.shogun-image {
    

    
    
    
  }


#s-c6fe9af0-5f23-4814-b7b9-a9036c274ac4 .shogun-image-content {
  
    align-items: center;
  
}

#s-6365da86-3705-42a2-9f38-940662c5418e {
  padding-top: 1em;
text-align: center;
}







  #s-6365da86-3705-42a2-9f38-940662c5418e img.shogun-image {
    

    
    
    
  }


#s-6365da86-3705-42a2-9f38-940662c5418e .shogun-image-content {
  
    align-items: center;
  
}

#s-b1390c33-2726-4244-88b0-37d489577b1b {
  padding-bottom: 5px;
}

#s-e0498b07-d269-40fd-89c4-fad3352fecd6 {
  border-radius: 17px;
min-height: 50px;
background-color: rgba(227, 228, 226, 1);
}








#s-e0498b07-d269-40fd-89c4-fad3352fecd6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e0498b07-d269-40fd-89c4-fad3352fecd6.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-56e1ce57-e70b-4548-bfa9-b8cbfb0d6739 {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 0em;
margin-right: 1em;
}

#s-0d9e4978-f457-43a3-aaaa-dc3ff89d2ed9 {
  border-style: solid;
margin-left: 1em;
margin-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(141, 154, 127, 1);
}

#s-13017c40-ef6f-4583-8eb1-fca0edd21970 {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 0em;
margin-right: 1em;
}

#s-7beb6ce6-8891-43fc-8afc-f87f1198fab3 {
  margin-left: 1em;
margin-right: 1em;
}

#s-c4b0afed-dc33-43d5-9659-3e408a44a578 {
  border-style: solid;
margin-top: 1em;
margin-bottom: 1em;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(141, 154, 127, 1);
border-radius: 17px;
min-height: 50px;
}








#s-c4b0afed-dc33-43d5-9659-3e408a44a578 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c4b0afed-dc33-43d5-9659-3e408a44a578.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-79e863e3-449e-42d3-bd47-922bf68ce5ce {
  margin-left: 1em;
margin-right: 1em;
}

#s-1f6daa28-02b4-43c9-bc34-f2181ed087aa {
  border-style: solid;
margin-left: 1em;
margin-right: 1em;
padding-top: 1em;
padding-bottom: 1em;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(141, 154, 127, 1);
text-align: center;
}







  #s-1f6daa28-02b4-43c9-bc34-f2181ed087aa img.shogun-image {
    

    
    
    
  }


#s-1f6daa28-02b4-43c9-bc34-f2181ed087aa .shogun-image-content {
  
    align-items: center;
  
}

#s-745755b9-3c3e-4d97-9920-bc55c1a8088c {
  border-style: solid;
margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(141, 154, 127, 1);
text-align: center;
}







  #s-745755b9-3c3e-4d97-9920-bc55c1a8088c img.shogun-image {
    

    
    
    
  }


#s-745755b9-3c3e-4d97-9920-bc55c1a8088c .shogun-image-content {
  
    align-items: center;
  
}

#s-4b3bb0b5-8b89-459a-ade4-fec12fb92c58 {
  padding-top: 1em;
text-align: center;
}







  #s-4b3bb0b5-8b89-459a-ade4-fec12fb92c58 img.shogun-image {
    

    
    
    
  }


#s-4b3bb0b5-8b89-459a-ade4-fec12fb92c58 .shogun-image-content {
  
    align-items: center;
  
}

#s-4ad40041-f436-4523-b136-c9c868b3e390 {
  padding-bottom: 5px;
}

#s-8d6090da-bbdb-4a9d-ae33-6716e392952c {
  border-radius: 17px;
min-height: 50px;
background-color: rgba(227, 228, 226, 1);
}








#s-8d6090da-bbdb-4a9d-ae33-6716e392952c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8d6090da-bbdb-4a9d-ae33-6716e392952c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ab38bbb2-7332-48e0-ad6e-39cfe3614e75 {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 0em;
margin-right: 1em;
}

#s-a3f5614e-84e3-4f34-af14-9713dd998b24 {
  border-style: solid;
margin-left: 1em;
margin-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(141, 154, 127, 1);
}

#s-9dfbfb3a-3b89-4756-8448-8dc483c3125c {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 0em;
margin-right: 1em;
}

#s-85a3e39f-7755-4258-913b-61283ccf8f6d {
  border-style: solid;
margin-left: 1em;
margin-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(141, 154, 127, 1);
}

#s-39e64431-4036-4df2-940e-b00e1d8f1d3e {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 0em;
margin-right: 1em;
}

#s-52ce902f-69b4-4055-b958-9e691672bf21 {
  margin-left: 1em;
margin-right: 1em;
}

#s-db0436d2-61cc-4986-8785-415c96ea2192 {
  border-style: solid;
margin-top: 1em;
margin-bottom: 1em;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(141, 154, 127, 1);
border-radius: 17px;
min-height: 50px;
}








#s-db0436d2-61cc-4986-8785-415c96ea2192 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-db0436d2-61cc-4986-8785-415c96ea2192.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-9f5622e3-ec13-4e1b-8077-9838ae98fb98 {
  margin-left: 1em;
margin-right: 1em;
}

#s-f57f04c8-6425-409a-9138-8a005a81123d {
  border-style: solid;
margin-left: 1em;
margin-right: 1em;
padding-top: 1em;
padding-bottom: 1em;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(141, 154, 127, 1);
text-align: center;
}







  #s-f57f04c8-6425-409a-9138-8a005a81123d img.shogun-image {
    

    
    
    
  }


#s-f57f04c8-6425-409a-9138-8a005a81123d .shogun-image-content {
  
    align-items: center;
  
}

#s-b5bed07a-6101-43bf-92d1-bec149251b52 {
  border-style: solid;
margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(141, 154, 127, 1);
text-align: center;
}







  #s-b5bed07a-6101-43bf-92d1-bec149251b52 img.shogun-image {
    

    
    
    
  }


#s-b5bed07a-6101-43bf-92d1-bec149251b52 .shogun-image-content {
  
    align-items: center;
  
}

#s-0e07bdd1-f651-477f-8c1e-3b16ec819274 {
  padding-top: 1em;
text-align: center;
}







  #s-0e07bdd1-f651-477f-8c1e-3b16ec819274 img.shogun-image {
    

    
    
    
  }


#s-0e07bdd1-f651-477f-8c1e-3b16ec819274 .shogun-image-content {
  
    align-items: center;
  
}

#s-c96bb250-4571-4e82-b626-b1556daec142 {
  padding-bottom: 5px;
}

#s-dabe1fdd-5b09-4e5e-a483-593401d34401 {
  border-radius: 17px;
min-height: 50px;
background-color: rgba(227, 228, 226, 1);
}








#s-dabe1fdd-5b09-4e5e-a483-593401d34401 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dabe1fdd-5b09-4e5e-a483-593401d34401.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-2d06a02f-aaa2-46da-8673-f9556ae0a0eb {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 0em;
margin-right: 1em;
}

#s-adda15b4-dd98-43ba-94be-a877720c4b17 {
  border-style: solid;
margin-left: 1em;
margin-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(141, 154, 127, 1);
}

#s-58fba5dc-a49a-4f2c-8833-e1ee9e042f1a {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 0em;
margin-right: 1em;
}

#s-f5a35156-7e54-43c1-a2bf-0473098f7c10 {
  border-style: solid;
margin-left: 1em;
margin-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(141, 154, 127, 1);
}

#s-f558367b-c407-4004-94c9-ab68b06ae80e {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 0em;
margin-right: 1em;
}

#s-81cfc612-6d1d-4783-9566-0f50f8f33315 {
  margin-left: 1em;
margin-right: 1em;
padding-top: 8px;
}

#s-c386ac35-2866-4dff-8a29-de1977329643 {
  margin-left: 1em;
margin-right: 1em;
}
@media (min-width: 1200px){#s-c386ac35-2866-4dff-8a29-de1977329643 {
  display: none;
}
#s-c386ac35-2866-4dff-8a29-de1977329643, #wrap-s-c386ac35-2866-4dff-8a29-de1977329643 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c386ac35-2866-4dff-8a29-de1977329643 {
  display: none;
}
#s-c386ac35-2866-4dff-8a29-de1977329643, #wrap-s-c386ac35-2866-4dff-8a29-de1977329643 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c386ac35-2866-4dff-8a29-de1977329643 {
  display: none;
}
#s-c386ac35-2866-4dff-8a29-de1977329643, #wrap-s-c386ac35-2866-4dff-8a29-de1977329643 { display:none !important; }}@media (max-width: 767px){#s-c386ac35-2866-4dff-8a29-de1977329643 {
  
}
}
@media (min-width: 0px) {
[id="s-c386ac35-2866-4dff-8a29-de1977329643"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-c386ac35-2866-4dff-8a29-de1977329643"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 992px) {
[id="s-c386ac35-2866-4dff-8a29-de1977329643"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 1200px) {
[id="s-c386ac35-2866-4dff-8a29-de1977329643"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 11.25px);
}

}

#s-2de234d6-e6f3-40bd-8c52-e7685c054239 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(141, 154, 127, 1);
border-radius: 17px;
min-height: 50px;
}








#s-2de234d6-e6f3-40bd-8c52-e7685c054239 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2de234d6-e6f3-40bd-8c52-e7685c054239.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ae14a451-d8d0-4da9-b207-258b9a3e3d5f {
  margin-left: 1em;
margin-right: 1em;
}

#s-6138f46b-017c-4594-8ded-b33a22e0402e {
  border-style: solid;
margin-left: 1em;
margin-right: 1em;
padding-top: 1em;
padding-bottom: 1em;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(141, 154, 127, 1);
text-align: center;
}







  #s-6138f46b-017c-4594-8ded-b33a22e0402e img.shogun-image {
    

    
    
    
  }


#s-6138f46b-017c-4594-8ded-b33a22e0402e .shogun-image-content {
  
    align-items: center;
  
}

#s-3886c789-d7a5-4c62-8dbe-70c48e3a1447 {
  border-style: solid;
margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(141, 154, 127, 1);
text-align: center;
}







  #s-3886c789-d7a5-4c62-8dbe-70c48e3a1447 img.shogun-image {
    

    
    
    
  }


#s-3886c789-d7a5-4c62-8dbe-70c48e3a1447 .shogun-image-content {
  
    align-items: center;
  
}

#s-620c2aef-64cc-45b6-87a7-73ecb9c9c8e3 {
  padding-top: 1em;
text-align: center;
}







  #s-620c2aef-64cc-45b6-87a7-73ecb9c9c8e3 img.shogun-image {
    

    
    
    
  }


#s-620c2aef-64cc-45b6-87a7-73ecb9c9c8e3 .shogun-image-content {
  
    align-items: center;
  
}

#s-67c93c9e-5a95-4e3e-9e21-1b11f0320199 {
  padding-bottom: 5px;
}

#s-9fc3819a-f1cd-40ea-bc31-b2fa8bebbcdd {
  border-radius: 17px;
min-height: 50px;
background-color: rgba(227, 228, 226, 1);
}








#s-9fc3819a-f1cd-40ea-bc31-b2fa8bebbcdd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9fc3819a-f1cd-40ea-bc31-b2fa8bebbcdd.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-11f891d3-6dd0-4b63-9a7d-64a3fc017310 {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 0em;
margin-right: 1em;
}

#s-20100c01-6c7a-49ad-a331-82f86d7a5428 {
  border-style: solid;
margin-left: 1em;
margin-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(141, 154, 127, 1);
}

#s-017b11a8-8f6d-4989-8129-402da418f52c {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 0em;
margin-right: 1em;
}

#s-8efd3598-a7cb-4759-9ad0-d00cc67d8799 {
  border-style: solid;
margin-left: 1em;
margin-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(141, 154, 127, 1);
}

#s-5339960a-ea0f-42af-91f7-4a93bbf27c88 {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 0em;
margin-right: 1em;
}

#s-e7d1525f-9aeb-4293-9e32-0babb9fc6f3e {
  margin-left: 1em;
margin-right: 1em;
}

#s-b05e692e-483e-44fb-a3af-597ae3d57c24 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(141, 154, 127, 1);
border-radius: 17px;
min-height: 50px;
}








#s-b05e692e-483e-44fb-a3af-597ae3d57c24 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b05e692e-483e-44fb-a3af-597ae3d57c24.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a6a153e5-088a-498c-b3f0-25242b41eff6 {
  margin-left: 1em;
margin-right: 1em;
}

#s-289062c0-7cbc-4de2-8a82-08f1a1950e29 {
  border-style: solid;
margin-left: 1em;
margin-right: 1em;
padding-top: 1em;
padding-bottom: 1em;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(141, 154, 127, 1);
text-align: center;
}







  #s-289062c0-7cbc-4de2-8a82-08f1a1950e29 img.shogun-image {
    

    
    
    
  }


#s-289062c0-7cbc-4de2-8a82-08f1a1950e29 .shogun-image-content {
  
    align-items: center;
  
}

#s-7632894b-a0a7-45e7-819a-4697f5a804d5 {
  border-style: solid;
margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(141, 154, 127, 1);
text-align: center;
}







  #s-7632894b-a0a7-45e7-819a-4697f5a804d5 img.shogun-image {
    

    
    
    
  }


#s-7632894b-a0a7-45e7-819a-4697f5a804d5 .shogun-image-content {
  
    align-items: center;
  
}

#s-b741a347-23f1-452e-b417-f7d80226c496 {
  padding-top: 1em;
text-align: center;
}







  #s-b741a347-23f1-452e-b417-f7d80226c496 img.shogun-image {
    

    
    
    
  }


#s-b741a347-23f1-452e-b417-f7d80226c496 .shogun-image-content {
  
    align-items: center;
  
}

#s-b596ca9b-d5ce-478a-871f-bd1d520e22ac {
  padding-bottom: 5px;
}

#s-0e9a918c-0e61-4151-a2c3-0a97e27a5cdf {
  border-radius: 17px;
min-height: 50px;
background-color: rgba(227, 228, 226, 1);
}








#s-0e9a918c-0e61-4151-a2c3-0a97e27a5cdf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0e9a918c-0e61-4151-a2c3-0a97e27a5cdf.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c99888c3-c9e3-422b-94b6-2735a03d00db {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 0em;
margin-right: 1em;
}

#s-7c2c0f4c-a215-4642-9704-083cd9947cb7 {
  border-style: solid;
margin-left: 1em;
margin-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(141, 154, 127, 1);
}

#s-91a731fd-24c0-46c0-8861-8f5eb22c2a5e {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 0em;
margin-right: 1em;
}

#s-d91e1e38-4b98-4d8a-b9b1-6c101167eced {
  border-style: solid;
margin-left: 1em;
margin-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(141, 154, 127, 1);
}

#s-78581333-1429-4bb7-93aa-b372e3610383 {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 0em;
margin-right: 1em;
}

#s-667a0bec-3b32-4a14-86be-776349cd8c52 {
  margin-left: 1em;
margin-right: 1em;
padding-top: 8px;
}

#s-88290668-c929-48fb-b5e3-e1e32a0ebf37 {
  border-style: solid;
margin-top: 1em;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(141, 154, 127, 1);
border-radius: 17px;
min-height: 50px;
}








#s-88290668-c929-48fb-b5e3-e1e32a0ebf37 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-88290668-c929-48fb-b5e3-e1e32a0ebf37.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-9d50567e-a1c9-4321-807a-c6dc86e7f0cf {
  margin-left: 1em;
margin-right: 1em;
}

#s-0da712f3-3cfd-44fd-b3d8-b15ab2b70346 {
  border-style: solid;
margin-left: 1em;
margin-right: 1em;
padding-top: 1em;
padding-bottom: 1em;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(141, 154, 127, 1);
text-align: center;
}







  #s-0da712f3-3cfd-44fd-b3d8-b15ab2b70346 img.shogun-image {
    

    
    
    
  }


#s-0da712f3-3cfd-44fd-b3d8-b15ab2b70346 .shogun-image-content {
  
    align-items: center;
  
}

#s-d1b15c1e-039c-4973-86e8-06582efacb02 {
  border-style: solid;
margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(141, 154, 127, 1);
text-align: center;
}







  #s-d1b15c1e-039c-4973-86e8-06582efacb02 img.shogun-image {
    

    
    
    
  }


#s-d1b15c1e-039c-4973-86e8-06582efacb02 .shogun-image-content {
  
    align-items: center;
  
}

#s-e3d91522-1a27-4045-bfe2-adb3d8899bf2 {
  padding-top: 1em;
text-align: center;
}







  #s-e3d91522-1a27-4045-bfe2-adb3d8899bf2 img.shogun-image {
    

    
    
    
  }


#s-e3d91522-1a27-4045-bfe2-adb3d8899bf2 .shogun-image-content {
  
    align-items: center;
  
}

#s-e7af0d70-bfbb-4cf6-afc5-9380e9207c12 {
  padding-bottom: 5px;
}

#s-e79f1ad0-5118-468b-9a71-7ba675d2dead {
  border-radius: 17px;
min-height: 50px;
background-color: rgba(227, 228, 226, 1);
}








#s-e79f1ad0-5118-468b-9a71-7ba675d2dead > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e79f1ad0-5118-468b-9a71-7ba675d2dead.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-9dedde59-5bbd-466d-809c-202cdd7c7627 {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 0em;
margin-right: 1em;
}

#s-2091e7c4-c0c0-4317-bb1a-38e57621fbab {
  margin-left: 1em;
margin-right: 1em;
}

#s-1e8bf91e-4900-4094-a049-d0bbda9316ba {
  border-style: solid;
margin-top: 1em;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(141, 154, 127, 1);
border-radius: 17px;
min-height: 50px;
}








#s-1e8bf91e-4900-4094-a049-d0bbda9316ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1e8bf91e-4900-4094-a049-d0bbda9316ba.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-61628539-2956-4aca-9623-ff1091e4b312 {
  margin-left: 1em;
margin-right: 1em;
}

#s-4405d964-020f-475c-a9cd-4fa45ec012a8 {
  border-style: solid;
margin-left: 1em;
margin-right: 1em;
padding-top: 1em;
padding-bottom: 1em;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(141, 154, 127, 1);
text-align: center;
}







  #s-4405d964-020f-475c-a9cd-4fa45ec012a8 img.shogun-image {
    

    
    
    
  }


#s-4405d964-020f-475c-a9cd-4fa45ec012a8 .shogun-image-content {
  
    align-items: center;
  
}

#s-483868be-31cc-459c-83c5-3e3dbf93c4c3 {
  border-style: solid;
margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(141, 154, 127, 1);
text-align: center;
}







  #s-483868be-31cc-459c-83c5-3e3dbf93c4c3 img.shogun-image {
    

    
    
    
  }


#s-483868be-31cc-459c-83c5-3e3dbf93c4c3 .shogun-image-content {
  
    align-items: center;
  
}

#s-f0a84273-25f0-427f-ba71-a933d2cfb2de {
  padding-top: 1em;
text-align: center;
}







  #s-f0a84273-25f0-427f-ba71-a933d2cfb2de img.shogun-image {
    

    
    
    
  }


#s-f0a84273-25f0-427f-ba71-a933d2cfb2de .shogun-image-content {
  
    align-items: center;
  
}

#s-07a36b34-3d58-449e-99ca-bef041e7c3d9 {
  padding-bottom: 5px;
}

#s-53780d35-8f14-4c27-ba74-1636de2dadfe {
  border-radius: 17px;
min-height: 50px;
background-color: rgba(227, 228, 226, 1);
}








#s-53780d35-8f14-4c27-ba74-1636de2dadfe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-53780d35-8f14-4c27-ba74-1636de2dadfe.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-3e55beb4-65ae-4270-aa7b-4e7f11266e3e {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 0em;
margin-right: 1em;
}

#s-bd8ad477-ddb2-4b0e-98c1-ae04896b2322 {
  border-style: solid;
margin-left: 1em;
margin-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(141, 154, 127, 1);
}

#s-74014c45-befb-41e8-b09f-f3a2109cd6e4 {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 0em;
margin-right: 1em;
}

#s-a125f41a-518e-4dd2-b1c6-3250cedd8f76 {
  margin-left: 1em;
margin-right: 1em;
}

#s-09da7c6f-197d-4c55-8af4-20fa2e261f35 {
  margin-left: 2em;
margin-right: 2em;
}

#s-497696f9-a183-4edf-b0ce-8040a629d1b4 {
  min-height: 250px;
background-color: rgba(214, 228, 231, 1);
}








#s-497696f9-a183-4edf-b0ce-8040a629d1b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-497696f9-a183-4edf-b0ce-8040a629d1b4.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-20aeb679-7cf4-49c8-af41-2d0b7c22d6ed {
  margin-top: 21px;
margin-bottom: 0px;
text-align: center;
}







  #s-20aeb679-7cf4-49c8-af41-2d0b7c22d6ed img.shogun-image {
    

    
    
    
  }


#s-20aeb679-7cf4-49c8-af41-2d0b7c22d6ed .shogun-image-content {
  
    align-items: center;
  
}

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