.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-150e0e12-7ab4-4bb1-a2d7-d5a98e382822 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



.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-94006522-a0e7-4d5c-9e01-e0e323041151 {
  min-height: 50px;
}
@media (max-width: 767px){#s-94006522-a0e7-4d5c-9e01-e0e323041151 {
  display: none;
}
#s-94006522-a0e7-4d5c-9e01-e0e323041151, #wrap-s-94006522-a0e7-4d5c-9e01-e0e323041151 { display:none !important; }}







#s-94006522-a0e7-4d5c-9e01-e0e323041151 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-94006522-a0e7-4d5c-9e01-e0e323041151.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

#s-90e284fe-8170-4a11-875f-aee0cf399d24 {
  margin-top: 15px;
}

@media (min-width: 0px) {
[id="s-90e284fe-8170-4a11-875f-aee0cf399d24"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-90e284fe-8170-4a11-875f-aee0cf399d24"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-90e284fe-8170-4a11-875f-aee0cf399d24"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-90e284fe-8170-4a11-875f-aee0cf399d24"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-c9dda129-3063-4dc8-b211-c6fbcd0227dc {
  padding-top: 0px;
padding-left: 20%;
padding-bottom: 0px;
padding-right: 18%;
text-align: center;
}







  #s-c9dda129-3063-4dc8-b211-c6fbcd0227dc img.shogun-image {
    

    
    
    
  }


#s-c9dda129-3063-4dc8-b211-c6fbcd0227dc .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-cc2655b8-df50-4de8-8a46-a90c0250f8f2 {
  padding-top: 0px;
padding-left: 20%;
padding-bottom: 0px;
padding-right: 18%;
text-align: center;
}







  #s-cc2655b8-df50-4de8-8a46-a90c0250f8f2 img.shogun-image {
    

    
    
    
  }


#s-cc2655b8-df50-4de8-8a46-a90c0250f8f2 .shogun-image-content {
  
    align-items: center;
  
}

#s-80ef86f2-e5b5-4c28-b4cc-f2d2c54a54d3 {
  padding-top: 0px;
padding-left: 20%;
padding-bottom: 0px;
padding-right: 18%;
text-align: center;
}







  #s-80ef86f2-e5b5-4c28-b4cc-f2d2c54a54d3 img.shogun-image {
    

    
    
    
  }


#s-80ef86f2-e5b5-4c28-b4cc-f2d2c54a54d3 .shogun-image-content {
  
    align-items: center;
  
}

#s-32bb2a1f-1835-4e1e-8af2-d806fdeddf96 {
  margin-top: 15px;
}

@media (min-width: 0px) {
[id="s-32bb2a1f-1835-4e1e-8af2-d806fdeddf96"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-32bb2a1f-1835-4e1e-8af2-d806fdeddf96"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-32bb2a1f-1835-4e1e-8af2-d806fdeddf96"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-32bb2a1f-1835-4e1e-8af2-d806fdeddf96"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-2cdba53e-ca11-4a17-897a-a8f04e18f79a {
  padding-top: 0px;
padding-left: 20%;
padding-bottom: 0px;
padding-right: 18%;
text-align: center;
}







  #s-2cdba53e-ca11-4a17-897a-a8f04e18f79a img.shogun-image {
    

    
    
    
  }


#s-2cdba53e-ca11-4a17-897a-a8f04e18f79a .shogun-image-content {
  
    align-items: center;
  
}

#s-4d7b4c99-29c7-4abb-b693-aeebf312d881 {
  padding-top: 0px;
padding-left: 20%;
padding-bottom: 0px;
padding-right: 18%;
text-align: center;
}







  #s-4d7b4c99-29c7-4abb-b693-aeebf312d881 img.shogun-image {
    

    
    
    
  }


#s-4d7b4c99-29c7-4abb-b693-aeebf312d881 .shogun-image-content {
  
    align-items: center;
  
}

#s-46c270f1-43be-47e1-9a80-6cbcf1c10c53 {
  padding-top: 0px;
padding-left: 20%;
padding-bottom: 0px;
padding-right: 18%;
text-align: center;
}







  #s-46c270f1-43be-47e1-9a80-6cbcf1c10c53 img.shogun-image {
    

    
    
    
  }


#s-46c270f1-43be-47e1-9a80-6cbcf1c10c53 .shogun-image-content {
  
    align-items: center;
  
}

#s-06caff8a-8c04-4cbb-83da-6c6896c84e8f {
  min-height: 50px;
}
@media (min-width: 1200px){#s-06caff8a-8c04-4cbb-83da-6c6896c84e8f {
  display: none;
}
#s-06caff8a-8c04-4cbb-83da-6c6896c84e8f, #wrap-s-06caff8a-8c04-4cbb-83da-6c6896c84e8f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-06caff8a-8c04-4cbb-83da-6c6896c84e8f {
  display: none;
}
#s-06caff8a-8c04-4cbb-83da-6c6896c84e8f, #wrap-s-06caff8a-8c04-4cbb-83da-6c6896c84e8f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-06caff8a-8c04-4cbb-83da-6c6896c84e8f {
  display: none;
}
#s-06caff8a-8c04-4cbb-83da-6c6896c84e8f, #wrap-s-06caff8a-8c04-4cbb-83da-6c6896c84e8f { display:none !important; }}@media (max-width: 767px){#s-06caff8a-8c04-4cbb-83da-6c6896c84e8f {
  
}
}







#s-06caff8a-8c04-4cbb-83da-6c6896c84e8f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-06caff8a-8c04-4cbb-83da-6c6896c84e8f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b64e48ea-d006-4490-9d97-0bb8d4ff1ec2 {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-b64e48ea-d006-4490-9d97-0bb8d4ff1ec2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b64e48ea-d006-4490-9d97-0bb8d4ff1ec2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b64e48ea-d006-4490-9d97-0bb8d4ff1ec2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b64e48ea-d006-4490-9d97-0bb8d4ff1ec2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-81c74bd0-b941-46c4-a730-bac90c21804b {
  padding-top: 0px;
padding-left: 20%;
padding-bottom: 0px;
padding-right: 18%;
text-align: center;
}







  #s-81c74bd0-b941-46c4-a730-bac90c21804b img.shogun-image {
    

    
    
    
  }


#s-81c74bd0-b941-46c4-a730-bac90c21804b .shogun-image-content {
  
    align-items: center;
  
}

#s-14bf800e-b62b-426b-a2f4-075b5ca433b8 {
  padding-top: 0px;
padding-left: 20%;
padding-bottom: 0px;
padding-right: 18%;
text-align: center;
}







  #s-14bf800e-b62b-426b-a2f4-075b5ca433b8 img.shogun-image {
    

    
    
    
  }


#s-14bf800e-b62b-426b-a2f4-075b5ca433b8 .shogun-image-content {
  
    align-items: center;
  
}

#s-a1bcac89-3107-4efd-a1a2-518285ab3aa8 {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-a1bcac89-3107-4efd-a1a2-518285ab3aa8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a1bcac89-3107-4efd-a1a2-518285ab3aa8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a1bcac89-3107-4efd-a1a2-518285ab3aa8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a1bcac89-3107-4efd-a1a2-518285ab3aa8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a8f3838e-ab0e-4aca-a4a8-d03ecd872d99 {
  padding-top: 0px;
padding-left: 20%;
padding-bottom: 0px;
padding-right: 18%;
text-align: center;
}







  #s-a8f3838e-ab0e-4aca-a4a8-d03ecd872d99 img.shogun-image {
    

    
    
    
  }


#s-a8f3838e-ab0e-4aca-a4a8-d03ecd872d99 .shogun-image-content {
  
    align-items: center;
  
}

#s-2532afac-1e9c-460b-8dd7-d1d9debca144 {
  padding-top: 0px;
padding-left: 20%;
padding-bottom: 0px;
padding-right: 18%;
text-align: center;
}







  #s-2532afac-1e9c-460b-8dd7-d1d9debca144 img.shogun-image {
    

    
    
    
  }


#s-2532afac-1e9c-460b-8dd7-d1d9debca144 .shogun-image-content {
  
    align-items: center;
  
}

#s-d78dfbd2-e28d-42ff-af9b-acf283a50f1a {
  margin-top: 15px;
}

@media (min-width: 0px) {
[id="s-d78dfbd2-e28d-42ff-af9b-acf283a50f1a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-d78dfbd2-e28d-42ff-af9b-acf283a50f1a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d78dfbd2-e28d-42ff-af9b-acf283a50f1a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d78dfbd2-e28d-42ff-af9b-acf283a50f1a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-fe3e004c-4bf7-4b4c-a9e8-5d41a4d5e9de {
  padding-top: 0px;
padding-left: 20%;
padding-bottom: 0px;
padding-right: 18%;
text-align: center;
}







  #s-fe3e004c-4bf7-4b4c-a9e8-5d41a4d5e9de img.shogun-image {
    

    
    
    
  }


#s-fe3e004c-4bf7-4b4c-a9e8-5d41a4d5e9de .shogun-image-content {
  
    align-items: center;
  
}

#s-f8bc2d2e-efc0-4d46-bd21-85e06e3b7a8b {
  padding-top: 0px;
padding-left: 20%;
padding-bottom: 0px;
padding-right: 18%;
text-align: center;
}







  #s-f8bc2d2e-efc0-4d46-bd21-85e06e3b7a8b img.shogun-image {
    

    
    
    
  }


#s-f8bc2d2e-efc0-4d46-bd21-85e06e3b7a8b .shogun-image-content {
  
    align-items: center;
  
}

#s-b13a5361-7f0c-4481-bfca-2ee0fbb9cb37 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-5b641b0a-b357-46ee-94ec-c1ef855f74bb {
  min-height: 50px;
}








#s-5b641b0a-b357-46ee-94ec-c1ef855f74bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5b641b0a-b357-46ee-94ec-c1ef855f74bb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3c675f74-dfae-44f8-be33-2f4c04d0174d {
  padding-left: 6%;
padding-right: 6%;
min-height: 50px;
max-width: 100%;
background-color: rgba(251, 250, 248, 1);
}
@media (min-width: 1200px){#s-3c675f74-dfae-44f8-be33-2f4c04d0174d {
  padding-left: 1.5%;
padding-right: 1.5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3c675f74-dfae-44f8-be33-2f4c04d0174d {
  padding-left: 1.5%;
padding-right: 1.5%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3c675f74-dfae-44f8-be33-2f4c04d0174d {
  padding-left: 8%;
padding-right: 8%;
}
}@media (max-width: 767px){#s-3c675f74-dfae-44f8-be33-2f4c04d0174d {
  padding-left: 5.5%;
padding-right: 5.5%;
}
}







#s-3c675f74-dfae-44f8-be33-2f4c04d0174d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3c675f74-dfae-44f8-be33-2f4c04d0174d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-b3ea1a92-d265-4526-b2b9-ec6cd4b43f83"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b3ea1a92-d265-4526-b2b9-ec6cd4b43f83"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b3ea1a92-d265-4526-b2b9-ec6cd4b43f83"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b3ea1a92-d265-4526-b2b9-ec6cd4b43f83"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-b3ea1a92-d265-4526-b2b9-ec6cd4b43f83"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-55615bd7-4fe8-4e05-9e6e-62888f766749 {
  padding-top: 35%;
padding-left: 10%;
padding-bottom: 35%;
padding-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-55615bd7-4fe8-4e05-9e6e-62888f766749 {
  padding-top: 15%;
padding-left: 0%;
padding-bottom: 15%;
padding-right: 0%;
}
}@media (max-width: 767px){#s-55615bd7-4fe8-4e05-9e6e-62888f766749 {
  padding-top: 10px;
padding-left: 0%;
padding-bottom: 10%;
padding-right: 0%;
}
}
#s-fb864344-4719-41a5-bdee-7068f5944f03 {
  padding-top: 10%;
padding-left: 10%;
padding-bottom: 10%;
text-align: center;
}
@media (max-width: 767px){#s-fb864344-4719-41a5-bdee-7068f5944f03 {
  padding-left: 0%;
padding-bottom: 0%;
}
}






  #s-fb864344-4719-41a5-bdee-7068f5944f03 img.shogun-image {
    

    
    
    
  }


#s-fb864344-4719-41a5-bdee-7068f5944f03 .shogun-image-content {
  
    align-items: center;
  
}

#s-9fa41aca-90a6-47c3-bd88-fb60bb710cf4 {
  padding-left: 6%;
padding-right: 6%;
min-height: 50px;
max-width: 100%;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-9fa41aca-90a6-47c3-bd88-fb60bb710cf4 {
  padding-left: 1.5%;
padding-right: 1.5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9fa41aca-90a6-47c3-bd88-fb60bb710cf4 {
  padding-left: 1.5%;
padding-right: 1.5%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9fa41aca-90a6-47c3-bd88-fb60bb710cf4 {
  padding-left: 8%;
padding-right: 8%;
}
}@media (max-width: 767px){#s-9fa41aca-90a6-47c3-bd88-fb60bb710cf4 {
  padding-left: 5.5%;
padding-right: 5.5%;
}
}







#s-9fa41aca-90a6-47c3-bd88-fb60bb710cf4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9fa41aca-90a6-47c3-bd88-fb60bb710cf4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-6a65c0fc-264f-4c09-9f01-474a619a9d3e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6a65c0fc-264f-4c09-9f01-474a619a9d3e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6a65c0fc-264f-4c09-9f01-474a619a9d3e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6a65c0fc-264f-4c09-9f01-474a619a9d3e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-737631b3-0475-4700-94aa-4dc7871177e1 {
  padding-top: 10%;
padding-left: 0%;
padding-bottom: 10%;
padding-right: 10%;
text-align: center;
}
@media (max-width: 767px){#s-737631b3-0475-4700-94aa-4dc7871177e1 {
  padding-bottom: 0%;
padding-right: 0%;
}
}






  #s-737631b3-0475-4700-94aa-4dc7871177e1 img.shogun-image {
    

    
    
    
  }


#s-737631b3-0475-4700-94aa-4dc7871177e1 .shogun-image-content {
  
    align-items: center;
  
}

#s-29c29441-7ec0-4299-9db9-c97069ab47c3 {
  padding-top: 35%;
padding-left: 10%;
padding-bottom: 35%;
padding-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-29c29441-7ec0-4299-9db9-c97069ab47c3 {
  padding-top: 15%;
padding-left: 0%;
padding-bottom: 15%;
padding-right: 0%;
}
}@media (max-width: 767px){#s-29c29441-7ec0-4299-9db9-c97069ab47c3 {
  padding-top: 10px;
padding-left: 0%;
padding-bottom: 10%;
padding-right: 0%;
}
}
#s-2973afc6-782d-4aa7-b04d-f71111c61d68 {
  padding-left: 6%;
padding-right: 6%;
min-height: 50px;
max-width: 100%;
background-color: rgba(251, 250, 248, 1);
}
@media (min-width: 1200px){#s-2973afc6-782d-4aa7-b04d-f71111c61d68 {
  padding-left: 1.5%;
padding-right: 1.5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2973afc6-782d-4aa7-b04d-f71111c61d68 {
  padding-left: 1.5%;
padding-right: 1.5%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2973afc6-782d-4aa7-b04d-f71111c61d68 {
  padding-left: 8%;
padding-right: 8%;
}
}@media (max-width: 767px){#s-2973afc6-782d-4aa7-b04d-f71111c61d68 {
  padding-left: 5.5%;
padding-right: 5.5%;
}
}







#s-2973afc6-782d-4aa7-b04d-f71111c61d68 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2973afc6-782d-4aa7-b04d-f71111c61d68.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-ac8fa4d3-9d74-4e5b-ad99-f833d4397461"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ac8fa4d3-9d74-4e5b-ad99-f833d4397461"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ac8fa4d3-9d74-4e5b-ad99-f833d4397461"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ac8fa4d3-9d74-4e5b-ad99-f833d4397461"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-ac8fa4d3-9d74-4e5b-ad99-f833d4397461"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-cc6af83a-8cc1-44ae-81ab-6fba0fed5d11 {
  padding-top: 35%;
padding-left: 10%;
padding-bottom: 35%;
padding-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-cc6af83a-8cc1-44ae-81ab-6fba0fed5d11 {
  padding-top: 15%;
padding-left: 0%;
padding-bottom: 15%;
padding-right: 0%;
}
}@media (max-width: 767px){#s-cc6af83a-8cc1-44ae-81ab-6fba0fed5d11 {
  padding-top: 10px;
padding-left: 0%;
padding-bottom: 10%;
padding-right: 0%;
}
}
#s-0388c772-1aa6-4a57-a74e-83c4e4985c3c {
  padding-top: 10%;
padding-left: 10%;
padding-bottom: 10%;
text-align: center;
}
@media (max-width: 767px){#s-0388c772-1aa6-4a57-a74e-83c4e4985c3c {
  padding-left: 0%;
padding-bottom: 0%;
}
}






  #s-0388c772-1aa6-4a57-a74e-83c4e4985c3c img.shogun-image {
    

    
    
    
  }


#s-0388c772-1aa6-4a57-a74e-83c4e4985c3c .shogun-image-content {
  
    align-items: center;
  
}

#s-22de8074-ee92-440e-abc9-864c456ee814 {
  min-height: 50px;
}
@media (max-width: 767px){#s-22de8074-ee92-440e-abc9-864c456ee814 {
  display: none;
}
#s-22de8074-ee92-440e-abc9-864c456ee814, #wrap-s-22de8074-ee92-440e-abc9-864c456ee814 { display:none !important; }}







#s-22de8074-ee92-440e-abc9-864c456ee814 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-22de8074-ee92-440e-abc9-864c456ee814.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e4c2cfa3-bdf3-43da-b1d2-51787be1016b {
  margin-top: 40px;
margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-dc4eeb9a-4cc9-4bc3-87ad-d2ccf3895584 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-dc4eeb9a-4cc9-4bc3-87ad-d2ccf3895584 {
  padding-top: 0px;
padding-bottom: 0px;
}
}
#s-dc4eeb9a-4cc9-4bc3-87ad-d2ccf3895584 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-dc4eeb9a-4cc9-4bc3-87ad-d2ccf3895584 .shg-sld-nav-button.shg-sld-left,
#s-dc4eeb9a-4cc9-4bc3-87ad-d2ccf3895584 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-efe8587a-5d73-42a5-ac0e-78b25e669f29 {
  margin-top: 30px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-efe8587a-5d73-42a5-ac0e-78b25e669f29"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-efe8587a-5d73-42a5-ac0e-78b25e669f29"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-efe8587a-5d73-42a5-ac0e-78b25e669f29"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-efe8587a-5d73-42a5-ac0e-78b25e669f29"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-a5082ec5-df0e-4a3a-a221-615c8b31d1f7 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-a5082ec5-df0e-4a3a-a221-615c8b31d1f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a5082ec5-df0e-4a3a-a221-615c8b31d1f7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-285a66ca-ea08-42e3-ae14-8f9b917a82a9 {
  text-align: center;
}







  #s-285a66ca-ea08-42e3-ae14-8f9b917a82a9 img.shogun-image {
    

    
    
    
  }


#s-285a66ca-ea08-42e3-ae14-8f9b917a82a9 .shogun-image-content {
  
    align-items: center;
  
}

#s-fbf3f919-5179-49a8-a678-eb255731f1f9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-fbf3f919-5179-49a8-a678-eb255731f1f9 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}


#s-fbf3f919-5179-49a8-a678-eb255731f1f9 .shogun-heading-component h4 a {
  color: #000;
}


@media (max-width: 767px){#s-f40f0366-ce55-44ea-b646-77de2a8415bc {
  margin-top: 15px;
margin-bottom: 15px;
}
}
#s-903321e0-2d0b-4461-bd2d-fe5874fe4ef8 {
  min-height: 50px;
}








#s-903321e0-2d0b-4461-bd2d-fe5874fe4ef8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-903321e0-2d0b-4461-bd2d-fe5874fe4ef8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7e2d5c62-badc-4f46-b3bc-d4fa173da59b {
  text-align: center;
}







  #s-7e2d5c62-badc-4f46-b3bc-d4fa173da59b img.shogun-image {
    

    
    
    
  }


#s-7e2d5c62-badc-4f46-b3bc-d4fa173da59b .shogun-image-content {
  
    align-items: center;
  
}

#s-c24c5b4d-d527-4630-a975-b1f3b5ee9550 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c24c5b4d-d527-4630-a975-b1f3b5ee9550 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}


#s-c24c5b4d-d527-4630-a975-b1f3b5ee9550 .shogun-heading-component h4 a {
  color: #000;
}


@media (max-width: 767px){#s-b34c168e-0aca-41fa-8304-81325e9c5e28 {
  margin-top: 15px;
margin-bottom: 15px;
}
}
#s-cfe63a8b-2b73-4434-965e-2c93c4610540 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-cfe63a8b-2b73-4434-965e-2c93c4610540 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cfe63a8b-2b73-4434-965e-2c93c4610540.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-21938bb1-0213-40d5-a269-3db01011e809 {
  text-align: center;
}







  #s-21938bb1-0213-40d5-a269-3db01011e809 img.shogun-image {
    

    
    
    
  }


#s-21938bb1-0213-40d5-a269-3db01011e809 .shogun-image-content {
  
    align-items: center;
  
}

#s-93928330-f09c-48b0-87cf-3feb3ee051d7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-93928330-f09c-48b0-87cf-3feb3ee051d7 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}


#s-93928330-f09c-48b0-87cf-3feb3ee051d7 .shogun-heading-component h4 a {
  color: #000;
}


#s-99def068-eac3-4240-955c-88b189dab6f8 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-99def068-eac3-4240-955c-88b189dab6f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-99def068-eac3-4240-955c-88b189dab6f8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-22b3a119-2dfa-453c-bc33-e3e79d325008 {
  text-align: center;
}







  #s-22b3a119-2dfa-453c-bc33-e3e79d325008 img.shogun-image {
    

    
    
    
  }


#s-22b3a119-2dfa-453c-bc33-e3e79d325008 .shogun-image-content {
  
    align-items: center;
  
}

#s-b26d8fb1-759d-412b-8cbf-aa5a2cbf48e0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b26d8fb1-759d-412b-8cbf-aa5a2cbf48e0 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}


#s-b26d8fb1-759d-412b-8cbf-aa5a2cbf48e0 .shogun-heading-component h4 a {
  color: #000;
}


#s-f06e6105-acd7-4ae9-8cea-f2964bf44118 {
  margin-top: 30px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-f06e6105-acd7-4ae9-8cea-f2964bf44118"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-f06e6105-acd7-4ae9-8cea-f2964bf44118"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-f06e6105-acd7-4ae9-8cea-f2964bf44118"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-f06e6105-acd7-4ae9-8cea-f2964bf44118"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-2535de7c-369d-4011-89f7-a7cec60194d3 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-2535de7c-369d-4011-89f7-a7cec60194d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2535de7c-369d-4011-89f7-a7cec60194d3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6224164d-2787-47f6-a1cc-52d13d64f130 {
  text-align: center;
}







  #s-6224164d-2787-47f6-a1cc-52d13d64f130 img.shogun-image {
    

    
    
    
  }


#s-6224164d-2787-47f6-a1cc-52d13d64f130 .shogun-image-content {
  
    align-items: center;
  
}

#s-236a7d07-765a-41f9-b921-a4cd1c47e115 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-236a7d07-765a-41f9-b921-a4cd1c47e115 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}


#s-236a7d07-765a-41f9-b921-a4cd1c47e115 .shogun-heading-component h4 a {
  color: #000;
}


@media (max-width: 767px){#s-83bd167d-ceae-44df-872c-ea6fc1f52004 {
  margin-top: 15px;
margin-bottom: 15px;
}
}
#s-8b4704a6-a9fb-4073-8def-2f1bf01042f6 {
  min-height: 50px;
}








#s-8b4704a6-a9fb-4073-8def-2f1bf01042f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b4704a6-a9fb-4073-8def-2f1bf01042f6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-46d8a3d6-b01c-4bee-a556-4587b87221e5 {
  text-align: center;
}







  #s-46d8a3d6-b01c-4bee-a556-4587b87221e5 img.shogun-image {
    

    
    
    
  }


#s-46d8a3d6-b01c-4bee-a556-4587b87221e5 .shogun-image-content {
  
    align-items: center;
  
}

#s-339322a5-e9c6-4dfa-a0f9-c782e255f35c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-339322a5-e9c6-4dfa-a0f9-c782e255f35c .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}


#s-339322a5-e9c6-4dfa-a0f9-c782e255f35c .shogun-heading-component h4 a {
  color: #000;
}


@media (max-width: 767px){#s-8f792223-fee9-4677-a5d2-338953ee699e {
  margin-top: 15px;
margin-bottom: 15px;
}
}
#s-292a5b4f-89d4-440e-bdcc-10951d7dc703 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-292a5b4f-89d4-440e-bdcc-10951d7dc703 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-292a5b4f-89d4-440e-bdcc-10951d7dc703.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b5e2cbf0-ee30-4f3b-b2a6-83362c734a25 {
  text-align: center;
}







  #s-b5e2cbf0-ee30-4f3b-b2a6-83362c734a25 img.shogun-image {
    

    
    
    
  }


#s-b5e2cbf0-ee30-4f3b-b2a6-83362c734a25 .shogun-image-content {
  
    align-items: center;
  
}

#s-b9639bfe-f725-4fd2-a96c-8ca71671a50d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b9639bfe-f725-4fd2-a96c-8ca71671a50d .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}


#s-b9639bfe-f725-4fd2-a96c-8ca71671a50d .shogun-heading-component h4 a {
  color: #000;
}


#s-3b8c913c-0ffa-4f19-b160-0988d9ae46e0 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-3b8c913c-0ffa-4f19-b160-0988d9ae46e0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3b8c913c-0ffa-4f19-b160-0988d9ae46e0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9d9c2c49-5e18-479b-a284-72cad7ab999d {
  text-align: center;
}







  #s-9d9c2c49-5e18-479b-a284-72cad7ab999d img.shogun-image {
    

    
    
    
  }


#s-9d9c2c49-5e18-479b-a284-72cad7ab999d .shogun-image-content {
  
    align-items: center;
  
}

#s-981f4160-f691-4453-bf6b-ca471688b4d4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-981f4160-f691-4453-bf6b-ca471688b4d4 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}


#s-981f4160-f691-4453-bf6b-ca471688b4d4 .shogun-heading-component h4 a {
  color: #000;
}


#s-201f55c4-3702-48ba-9d51-bef7b791ae9b {
  min-height: 50px;
}
@media (min-width: 1200px){#s-201f55c4-3702-48ba-9d51-bef7b791ae9b {
  display: none;
}
#s-201f55c4-3702-48ba-9d51-bef7b791ae9b, #wrap-s-201f55c4-3702-48ba-9d51-bef7b791ae9b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-201f55c4-3702-48ba-9d51-bef7b791ae9b {
  display: none;
}
#s-201f55c4-3702-48ba-9d51-bef7b791ae9b, #wrap-s-201f55c4-3702-48ba-9d51-bef7b791ae9b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-201f55c4-3702-48ba-9d51-bef7b791ae9b {
  display: none;
}
#s-201f55c4-3702-48ba-9d51-bef7b791ae9b, #wrap-s-201f55c4-3702-48ba-9d51-bef7b791ae9b { display:none !important; }}@media (max-width: 767px){#s-201f55c4-3702-48ba-9d51-bef7b791ae9b {
  
}
}







#s-201f55c4-3702-48ba-9d51-bef7b791ae9b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-201f55c4-3702-48ba-9d51-bef7b791ae9b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8e910a01-ff48-4c3e-8e33-61a5c4e3926f {
  margin-top: 40px;
margin-bottom: 15px;
}

#s-3428560c-c5db-4ba5-8148-38c8ad97a77e {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-3428560c-c5db-4ba5-8148-38c8ad97a77e .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-3428560c-c5db-4ba5-8148-38c8ad97a77e .shg-sld-nav-button.shg-sld-left,
#s-3428560c-c5db-4ba5-8148-38c8ad97a77e .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-939d4d8b-9465-4cb3-a364-0958036dd4da {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-939d4d8b-9465-4cb3-a364-0958036dd4da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-939d4d8b-9465-4cb3-a364-0958036dd4da.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-76a481ae-bb94-45e9-a38b-be795df22014 {
  text-align: center;
}







  #s-76a481ae-bb94-45e9-a38b-be795df22014 img.shogun-image {
    

    
    
    
  }


#s-76a481ae-bb94-45e9-a38b-be795df22014 .shogun-image-content {
  
    align-items: center;
  
}

#s-82f26f13-8628-4d52-89d6-be7f112c573f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-82f26f13-8628-4d52-89d6-be7f112c573f .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}


#s-82f26f13-8628-4d52-89d6-be7f112c573f .shogun-heading-component h4 a {
  color: #000;
}


@media (max-width: 767px){#s-5a186ae6-f69c-4f61-9bdc-4c53f27531cc {
  margin-top: 15px;
margin-bottom: 15px;
}
}
#s-53f9a826-87e6-4bc2-a200-2ffc7807fac4 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-53f9a826-87e6-4bc2-a200-2ffc7807fac4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-53f9a826-87e6-4bc2-a200-2ffc7807fac4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7f5ea252-ac7b-4037-a1d8-25f61e4200fb {
  text-align: center;
}







  #s-7f5ea252-ac7b-4037-a1d8-25f61e4200fb img.shogun-image {
    

    
    
    
  }


#s-7f5ea252-ac7b-4037-a1d8-25f61e4200fb .shogun-image-content {
  
    align-items: center;
  
}

#s-0a8adac1-8b45-4fd3-9587-28bfd6d1683a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0a8adac1-8b45-4fd3-9587-28bfd6d1683a .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}


#s-0a8adac1-8b45-4fd3-9587-28bfd6d1683a .shogun-heading-component h4 a {
  color: #000;
}


@media (max-width: 767px){#s-41caa0cb-eab8-4cd1-9aa8-4b15053a666c {
  margin-top: 15px;
margin-bottom: 15px;
}
}
#s-e157bc45-e9b9-4e02-bc13-febf4a22696f {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-e157bc45-e9b9-4e02-bc13-febf4a22696f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e157bc45-e9b9-4e02-bc13-febf4a22696f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-965edce1-4d38-4fdc-8de8-d0b93d4639df {
  text-align: center;
}







  #s-965edce1-4d38-4fdc-8de8-d0b93d4639df img.shogun-image {
    

    
    
    
  }


#s-965edce1-4d38-4fdc-8de8-d0b93d4639df .shogun-image-content {
  
    align-items: center;
  
}

#s-37ee95be-e3aa-475d-ab7a-12a9b31f1db2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-37ee95be-e3aa-475d-ab7a-12a9b31f1db2 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}


#s-37ee95be-e3aa-475d-ab7a-12a9b31f1db2 .shogun-heading-component h4 a {
  color: #000;
}


@media (max-width: 767px){#s-ee405fa7-5167-4d95-b8e9-01d46e8211d6 {
  margin-top: 15px;
margin-bottom: 15px;
}
}
#s-819f2063-eec5-4632-bb87-c0092a51ab00 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-819f2063-eec5-4632-bb87-c0092a51ab00 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-819f2063-eec5-4632-bb87-c0092a51ab00.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0c98d98c-ffd0-49e5-a35f-552579ca7eaa {
  text-align: center;
}







  #s-0c98d98c-ffd0-49e5-a35f-552579ca7eaa img.shogun-image {
    

    
    
    
  }


#s-0c98d98c-ffd0-49e5-a35f-552579ca7eaa .shogun-image-content {
  
    align-items: center;
  
}

#s-a6541553-f051-4edb-b9ba-bb6d0c1507d5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a6541553-f051-4edb-b9ba-bb6d0c1507d5 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}


#s-a6541553-f051-4edb-b9ba-bb6d0c1507d5 .shogun-heading-component h4 a {
  color: #000;
}


@media (max-width: 767px){#s-46bd02a4-4b6d-4110-95a7-0072667cb5c3 {
  margin-top: 15px;
margin-bottom: 15px;
}
}
/*
  $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:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{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,.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:focus,.shg-lightbox .shg-lightbox-close:hover{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 .3s}.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}