.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-be9cef9d-84e5-406b-9cf3-36a1e2eefc1d {
  margin-top: 0px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-be9cef9d-84e5-406b-9cf3-36a1e2eefc1d {
  display: none;
}
#s-be9cef9d-84e5-406b-9cf3-36a1e2eefc1d, #wrap-s-be9cef9d-84e5-406b-9cf3-36a1e2eefc1d { display: none !important; }}@media (max-width: 767px){#s-be9cef9d-84e5-406b-9cf3-36a1e2eefc1d {
  display: none;
}
#s-be9cef9d-84e5-406b-9cf3-36a1e2eefc1d, #wrap-s-be9cef9d-84e5-406b-9cf3-36a1e2eefc1d { display: none !important; }}







#s-be9cef9d-84e5-406b-9cf3-36a1e2eefc1d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be9cef9d-84e5-406b-9cf3-36a1e2eefc1d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-c8b69fb7-e934-4731-a13a-8c12f044eca5 {
  text-align: center;
}







  #s-c8b69fb7-e934-4731-a13a-8c12f044eca5 img.shogun-image {
    

    
    
    
  }


#s-c8b69fb7-e934-4731-a13a-8c12f044eca5 .shogun-image-content {
  
    align-items: center;
  
}

.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-3dc946a8-6f78-4b2a-b97e-496a6dbf9bfe {
  margin-top: 60px;
margin-left: 100px;
padding-top: 10px;
padding-bottom: 10px;
max-width: 1000px;
}

#s-3dc946a8-6f78-4b2a-b97e-496a6dbf9bfe .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-3dc946a8-6f78-4b2a-b97e-496a6dbf9bfe .shg-sld-nav-button.shg-sld-left,
#s-3dc946a8-6f78-4b2a-b97e-496a6dbf9bfe .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

.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-466f6699-f220-4ad4-b42e-fa75b3bd1d0c {
  margin-top: 90px;
}

@media (min-width: 0px) {
[id="s-466f6699-f220-4ad4-b42e-fa75b3bd1d0c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-466f6699-f220-4ad4-b42e-fa75b3bd1d0c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-466f6699-f220-4ad4-b42e-fa75b3bd1d0c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-466f6699-f220-4ad4-b42e-fa75b3bd1d0c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-466f6699-f220-4ad4-b42e-fa75b3bd1d0c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-466f6699-f220-4ad4-b42e-fa75b3bd1d0c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-466f6699-f220-4ad4-b42e-fa75b3bd1d0c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

}

#s-c95e153f-0b80-456a-bd3d-3ce628ceab97 {
  margin-top: -3px;
text-align: right;
}







  #s-c95e153f-0b80-456a-bd3d-3ce628ceab97 img.shogun-image {
    

    
    
    
  }


#s-c95e153f-0b80-456a-bd3d-3ce628ceab97 .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-21c0c2ba-7393-4bab-b5b5-4d8e1148cf83 {
  margin-top: 90px;
}

@media (min-width: 0px) {
[id="s-21c0c2ba-7393-4bab-b5b5-4d8e1148cf83"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-21c0c2ba-7393-4bab-b5b5-4d8e1148cf83"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-21c0c2ba-7393-4bab-b5b5-4d8e1148cf83"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-21c0c2ba-7393-4bab-b5b5-4d8e1148cf83"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-21c0c2ba-7393-4bab-b5b5-4d8e1148cf83"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-21c0c2ba-7393-4bab-b5b5-4d8e1148cf83"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-21c0c2ba-7393-4bab-b5b5-4d8e1148cf83"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-9a9323cc-9fda-46fa-b418-3b6e065c2055 {
  margin-top: -3px;
text-align: right;
}







  #s-9a9323cc-9fda-46fa-b418-3b6e065c2055 img.shogun-image {
    

    
    
    
  }


#s-9a9323cc-9fda-46fa-b418-3b6e065c2055 .shogun-image-content {
  
    align-items: center;
  
}

#s-bfc2f367-0ddf-4abb-9f2c-a4584152dd56 {
  margin-top: 90px;
}

@media (min-width: 0px) {
[id="s-bfc2f367-0ddf-4abb-9f2c-a4584152dd56"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bfc2f367-0ddf-4abb-9f2c-a4584152dd56"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bfc2f367-0ddf-4abb-9f2c-a4584152dd56"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bfc2f367-0ddf-4abb-9f2c-a4584152dd56"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bfc2f367-0ddf-4abb-9f2c-a4584152dd56"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bfc2f367-0ddf-4abb-9f2c-a4584152dd56"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bfc2f367-0ddf-4abb-9f2c-a4584152dd56"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-235cdc6d-3c2d-4a56-bcba-3665b0b7d336 {
  margin-top: -3px;
text-align: right;
}







  #s-235cdc6d-3c2d-4a56-bcba-3665b0b7d336 img.shogun-image {
    

    
    
    
  }


#s-235cdc6d-3c2d-4a56-bcba-3665b0b7d336 .shogun-image-content {
  
    align-items: center;
  
}

#s-05691b09-2497-453a-828b-9afc6a7e55ee {
  margin-top: 90px;
}

@media (min-width: 0px) {
[id="s-05691b09-2497-453a-828b-9afc6a7e55ee"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-05691b09-2497-453a-828b-9afc6a7e55ee"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-05691b09-2497-453a-828b-9afc6a7e55ee"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-05691b09-2497-453a-828b-9afc6a7e55ee"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-05691b09-2497-453a-828b-9afc6a7e55ee"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-05691b09-2497-453a-828b-9afc6a7e55ee"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-05691b09-2497-453a-828b-9afc6a7e55ee"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-93acade1-d324-46dd-a9ee-e573dc3c54cb {
  margin-top: -3px;
text-align: right;
}







  #s-93acade1-d324-46dd-a9ee-e573dc3c54cb img.shogun-image {
    

    
    
    
  }


#s-93acade1-d324-46dd-a9ee-e573dc3c54cb .shogun-image-content {
  
    align-items: center;
  
}

#s-d149d507-05b6-418f-aa85-fc1e292e978b {
  margin-top: 90px;
}

@media (min-width: 0px) {
[id="s-d149d507-05b6-418f-aa85-fc1e292e978b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d149d507-05b6-418f-aa85-fc1e292e978b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d149d507-05b6-418f-aa85-fc1e292e978b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d149d507-05b6-418f-aa85-fc1e292e978b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d149d507-05b6-418f-aa85-fc1e292e978b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d149d507-05b6-418f-aa85-fc1e292e978b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d149d507-05b6-418f-aa85-fc1e292e978b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-c59c0d0b-aa1c-4e6d-9ca4-a3ddf881cabb {
  margin-top: -3px;
text-align: right;
}







  #s-c59c0d0b-aa1c-4e6d-9ca4-a3ddf881cabb img.shogun-image {
    

    
    
    
  }


#s-c59c0d0b-aa1c-4e6d-9ca4-a3ddf881cabb .shogun-image-content {
  
    align-items: center;
  
}

#s-767fedba-8328-4a21-a949-a5bc9f381931 {
  margin-top: 90px;
}

@media (min-width: 0px) {
[id="s-767fedba-8328-4a21-a949-a5bc9f381931"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-767fedba-8328-4a21-a949-a5bc9f381931"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-767fedba-8328-4a21-a949-a5bc9f381931"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-767fedba-8328-4a21-a949-a5bc9f381931"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-767fedba-8328-4a21-a949-a5bc9f381931"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-767fedba-8328-4a21-a949-a5bc9f381931"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-767fedba-8328-4a21-a949-a5bc9f381931"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-2e5d2d74-15f9-4c96-a616-c1e445c142c2 {
  margin-top: -3px;
text-align: right;
}







  #s-2e5d2d74-15f9-4c96-a616-c1e445c142c2 img.shogun-image {
    

    
    
    
  }


#s-2e5d2d74-15f9-4c96-a616-c1e445c142c2 .shogun-image-content {
  
    align-items: center;
  
}

#s-6ad3da67-9c7e-457d-81cc-f47d543a6060 {
  margin-top: 90px;
}

@media (min-width: 0px) {
[id="s-6ad3da67-9c7e-457d-81cc-f47d543a6060"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6ad3da67-9c7e-457d-81cc-f47d543a6060"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6ad3da67-9c7e-457d-81cc-f47d543a6060"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6ad3da67-9c7e-457d-81cc-f47d543a6060"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6ad3da67-9c7e-457d-81cc-f47d543a6060"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6ad3da67-9c7e-457d-81cc-f47d543a6060"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6ad3da67-9c7e-457d-81cc-f47d543a6060"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-2775d457-025a-44fd-a377-0a9a6ba3223e {
  margin-top: -3px;
text-align: right;
}







  #s-2775d457-025a-44fd-a377-0a9a6ba3223e img.shogun-image {
    

    
    
    
  }


#s-2775d457-025a-44fd-a377-0a9a6ba3223e .shogun-image-content {
  
    align-items: center;
  
}

#s-6ffb8ded-1e10-4cba-95de-37b2e240e8f9 {
  margin-top: 90px;
}

@media (min-width: 0px) {
[id="s-6ffb8ded-1e10-4cba-95de-37b2e240e8f9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6ffb8ded-1e10-4cba-95de-37b2e240e8f9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6ffb8ded-1e10-4cba-95de-37b2e240e8f9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6ffb8ded-1e10-4cba-95de-37b2e240e8f9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6ffb8ded-1e10-4cba-95de-37b2e240e8f9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6ffb8ded-1e10-4cba-95de-37b2e240e8f9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6ffb8ded-1e10-4cba-95de-37b2e240e8f9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-c2ab10c2-e841-4481-b6cb-714ef59f4355 {
  margin-top: -3px;
text-align: right;
}







  #s-c2ab10c2-e841-4481-b6cb-714ef59f4355 img.shogun-image {
    

    
    
    
  }


#s-c2ab10c2-e841-4481-b6cb-714ef59f4355 .shogun-image-content {
  
    align-items: center;
  
}

#s-b18c86f4-755a-42d2-b0c2-0a0c0221d4aa {
  margin-top: 90px;
margin-left: 250px;
margin-bottom: 100px;
padding-bottom: 16px;
max-width: 300px;
text-align: left;
}
@media (min-width: 1200px){#s-b18c86f4-755a-42d2-b0c2-0a0c0221d4aa {
  max-width: 260px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b18c86f4-755a-42d2-b0c2-0a0c0221d4aa {
  margin-top: 55px;
margin-left: 210px;
margin-bottom: 85px;
max-width: 180px;
}
}






  #s-b18c86f4-755a-42d2-b0c2-0a0c0221d4aa img.shogun-image {
    

    
    
    
  }


#s-b18c86f4-755a-42d2-b0c2-0a0c0221d4aa .shogun-image-content {
  
    align-items: center;
  
}

.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-fab14a7c-320d-4c68-a1ac-275d8ab7c261 {
  margin-top: 85px;
text-align: left;
}
@media (min-width: 992px) and (max-width: 1199px){#s-fab14a7c-320d-4c68-a1ac-275d8ab7c261 {
  margin-top: 55px;
}
}
#s-fab14a7c-320d-4c68-a1ac-275d8ab7c261 .shogun-heading-component h1 {
  color: rgba(174, 60, 117, 1);
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 75px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-fab14a7c-320d-4c68-a1ac-275d8ab7c261 .shogun-heading-component h1 {
  color: rgba(174, 60, 117, 1);
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 55px;
  
  
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-fab14a7c-320d-4c68-a1ac-275d8ab7c261 .shogun-heading-component h1 {
  color: rgba(174, 60, 117, 1);
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}


}
#s-3223a7c1-e2ad-4c70-9e19-a5c8020be1c9 {
  margin-top: 3px;
}

@media (min-width: 0px) {
[id="s-3223a7c1-e2ad-4c70-9e19-a5c8020be1c9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3223a7c1-e2ad-4c70-9e19-a5c8020be1c9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-3223a7c1-e2ad-4c70-9e19-a5c8020be1c9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-3223a7c1-e2ad-4c70-9e19-a5c8020be1c9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.0px);
}

}

#s-fa221476-c512-44a9-823b-8434661e1f9a {
  text-align: center;
}







  #s-fa221476-c512-44a9-823b-8434661e1f9a img.shogun-image {
    

    
    
    
  }


#s-fa221476-c512-44a9-823b-8434661e1f9a .shogun-image-content {
  
    align-items: center;
  
}

#s-ea82788b-997f-4acd-85bd-3789e5ccab84 {
  margin-bottom: 290px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ea82788b-997f-4acd-85bd-3789e5ccab84 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-ea82788b-997f-4acd-85bd-3789e5ccab84 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-ea82788b-997f-4acd-85bd-3789e5ccab84 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}


}
#s-7c1322d6-dbd9-42f2-8668-2462611470f5 {
  text-align: center;
}







  #s-7c1322d6-dbd9-42f2-8668-2462611470f5 img.shogun-image {
    

    
    
    
  }


#s-7c1322d6-dbd9-42f2-8668-2462611470f5 .shogun-image-content {
  
    align-items: center;
  
}

#s-993a7097-0724-4cbc-9501-e59ef420d4c3 {
  margin-bottom: 290px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-993a7097-0724-4cbc-9501-e59ef420d4c3 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-993a7097-0724-4cbc-9501-e59ef420d4c3 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}


}
#s-b5a84624-3e3b-4079-9b74-ca630d9c6df2 {
  text-align: center;
}







  #s-b5a84624-3e3b-4079-9b74-ca630d9c6df2 img.shogun-image {
    

    
    
    
  }


#s-b5a84624-3e3b-4079-9b74-ca630d9c6df2 .shogun-image-content {
  
    align-items: center;
  
}

#s-2c2a84df-d74d-4b76-b011-cd9dfc1d9802 {
  margin-bottom: 290px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2c2a84df-d74d-4b76-b011-cd9dfc1d9802 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-2c2a84df-d74d-4b76-b011-cd9dfc1d9802 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}


}
#s-c12b2998-39e0-4f68-8c33-d264139aeb04 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-c12b2998-39e0-4f68-8c33-d264139aeb04 {
  display: none;
}
#s-c12b2998-39e0-4f68-8c33-d264139aeb04, #wrap-s-c12b2998-39e0-4f68-8c33-d264139aeb04 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c12b2998-39e0-4f68-8c33-d264139aeb04 {
  display: none;
}
#s-c12b2998-39e0-4f68-8c33-d264139aeb04, #wrap-s-c12b2998-39e0-4f68-8c33-d264139aeb04 { display: none !important; }}@media (max-width: 767px){#s-c12b2998-39e0-4f68-8c33-d264139aeb04 {
  display: none;
}
#s-c12b2998-39e0-4f68-8c33-d264139aeb04, #wrap-s-c12b2998-39e0-4f68-8c33-d264139aeb04 { display: none !important; }}







#s-c12b2998-39e0-4f68-8c33-d264139aeb04 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c12b2998-39e0-4f68-8c33-d264139aeb04.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-568794ce-a53f-4531-85f3-d41abc99da34 {
  text-align: center;
}
@media (min-width: 1200px){#s-568794ce-a53f-4531-85f3-d41abc99da34 {
  display: none;
}
#s-568794ce-a53f-4531-85f3-d41abc99da34, #wrap-s-568794ce-a53f-4531-85f3-d41abc99da34 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-568794ce-a53f-4531-85f3-d41abc99da34 {
  display: none;
}
#s-568794ce-a53f-4531-85f3-d41abc99da34, #wrap-s-568794ce-a53f-4531-85f3-d41abc99da34 { display: none !important; }}






  #s-568794ce-a53f-4531-85f3-d41abc99da34 img.shogun-image {
    

    
    
    
  }


#s-568794ce-a53f-4531-85f3-d41abc99da34 .shogun-image-content {
  
    align-items: center;
  
}

#s-ec61a7c0-9c56-44a8-b2ed-50d063c7f03b {
  margin-top: 100px;
margin-left: 240px;
max-width: 350px;
text-align: center;
}







  #s-ec61a7c0-9c56-44a8-b2ed-50d063c7f03b img.shogun-image {
    

    
    
    
  }


#s-ec61a7c0-9c56-44a8-b2ed-50d063c7f03b .shogun-image-content {
  
    align-items: center;
  
}

#s-637d691b-9c89-4f2e-a883-d4305a87a7ff {
  margin-top: 125px;
text-align: center;
}
@media (min-width: 1200px){#s-637d691b-9c89-4f2e-a883-d4305a87a7ff {
  display: none;
}
#s-637d691b-9c89-4f2e-a883-d4305a87a7ff, #wrap-s-637d691b-9c89-4f2e-a883-d4305a87a7ff { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-637d691b-9c89-4f2e-a883-d4305a87a7ff {
  display: none;
}
#s-637d691b-9c89-4f2e-a883-d4305a87a7ff, #wrap-s-637d691b-9c89-4f2e-a883-d4305a87a7ff { display: none !important; }}
#s-637d691b-9c89-4f2e-a883-d4305a87a7ff .shogun-heading-component h1 {
  color: rgba(174, 60, 117, 1);
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 90px;
  
  
  
}



#s-1f556ebd-eab4-4257-9ed5-e61f681f8b8c {
  margin-top: 3px;
}
@media (min-width: 1200px){#s-1f556ebd-eab4-4257-9ed5-e61f681f8b8c {
  display: none;
}
#s-1f556ebd-eab4-4257-9ed5-e61f681f8b8c, #wrap-s-1f556ebd-eab4-4257-9ed5-e61f681f8b8c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1f556ebd-eab4-4257-9ed5-e61f681f8b8c {
  display: none;
}
#s-1f556ebd-eab4-4257-9ed5-e61f681f8b8c, #wrap-s-1f556ebd-eab4-4257-9ed5-e61f681f8b8c { display: none !important; }}
@media (min-width: 0px) {
[id="s-1f556ebd-eab4-4257-9ed5-e61f681f8b8c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 1.5px);
}

}

@media (min-width: 768px) {
[id="s-1f556ebd-eab4-4257-9ed5-e61f681f8b8c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.5px);
}

}

@media (min-width: 992px) {
[id="s-1f556ebd-eab4-4257-9ed5-e61f681f8b8c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.5px);
}

}

@media (min-width: 1200px) {
[id="s-1f556ebd-eab4-4257-9ed5-e61f681f8b8c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.5px);
}

}

#s-3e539853-80ea-467b-bcb8-98617efa34da {
  margin-top: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-3e539853-80ea-467b-bcb8-98617efa34da {
  display: none;
}
#s-3e539853-80ea-467b-bcb8-98617efa34da, #wrap-s-3e539853-80ea-467b-bcb8-98617efa34da { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3e539853-80ea-467b-bcb8-98617efa34da {
  display: none;
}
#s-3e539853-80ea-467b-bcb8-98617efa34da, #wrap-s-3e539853-80ea-467b-bcb8-98617efa34da { display: none !important; }}@media (max-width: 767px){#s-3e539853-80ea-467b-bcb8-98617efa34da {
  display: none;
}
#s-3e539853-80ea-467b-bcb8-98617efa34da, #wrap-s-3e539853-80ea-467b-bcb8-98617efa34da { display: none !important; }}






  #s-3e539853-80ea-467b-bcb8-98617efa34da img.shogun-image {
    

    
    
    
  }


#s-3e539853-80ea-467b-bcb8-98617efa34da .shogun-image-content {
  
    align-items: center;
  
}

#s-e5e9b3b5-498a-44b7-a06e-7589a41a86e1 {
  margin-top: -155px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-e5e9b3b5-498a-44b7-a06e-7589a41a86e1 {
  display: none;
}
#s-e5e9b3b5-498a-44b7-a06e-7589a41a86e1, #wrap-s-e5e9b3b5-498a-44b7-a06e-7589a41a86e1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e5e9b3b5-498a-44b7-a06e-7589a41a86e1 {
  display: none;
}
#s-e5e9b3b5-498a-44b7-a06e-7589a41a86e1, #wrap-s-e5e9b3b5-498a-44b7-a06e-7589a41a86e1 { display: none !important; }}@media (max-width: 767px){#s-e5e9b3b5-498a-44b7-a06e-7589a41a86e1 {
  display: none;
}
#s-e5e9b3b5-498a-44b7-a06e-7589a41a86e1, #wrap-s-e5e9b3b5-498a-44b7-a06e-7589a41a86e1 { display: none !important; }}
#s-e5e9b3b5-498a-44b7-a06e-7589a41a86e1 .shogun-heading-component h1 {
  color: rgba(250, 250, 250, 1);
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-e5e9b3b5-498a-44b7-a06e-7589a41a86e1 .shogun-heading-component h1 {
  color: rgba(250, 250, 250, 1);
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-53a0375e-8ac5-4f40-b38e-505073df61fa {
  margin-top: 3px;
text-align: center;
}
@media (min-width: 1200px){#s-53a0375e-8ac5-4f40-b38e-505073df61fa {
  display: none;
}
#s-53a0375e-8ac5-4f40-b38e-505073df61fa, #wrap-s-53a0375e-8ac5-4f40-b38e-505073df61fa { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-53a0375e-8ac5-4f40-b38e-505073df61fa {
  display: none;
}
#s-53a0375e-8ac5-4f40-b38e-505073df61fa, #wrap-s-53a0375e-8ac5-4f40-b38e-505073df61fa { display: none !important; }}@media (max-width: 767px){#s-53a0375e-8ac5-4f40-b38e-505073df61fa {
  display: none;
}
#s-53a0375e-8ac5-4f40-b38e-505073df61fa, #wrap-s-53a0375e-8ac5-4f40-b38e-505073df61fa { display: none !important; }}






  #s-53a0375e-8ac5-4f40-b38e-505073df61fa img.shogun-image {
    

    
    
    
  }


#s-53a0375e-8ac5-4f40-b38e-505073df61fa .shogun-image-content {
  
    align-items: center;
  
}

#s-655bc6c1-7736-4fb6-b3aa-57fce6a01798 {
  margin-top: -155px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-655bc6c1-7736-4fb6-b3aa-57fce6a01798 {
  display: none;
}
#s-655bc6c1-7736-4fb6-b3aa-57fce6a01798, #wrap-s-655bc6c1-7736-4fb6-b3aa-57fce6a01798 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-655bc6c1-7736-4fb6-b3aa-57fce6a01798 {
  display: none;
}
#s-655bc6c1-7736-4fb6-b3aa-57fce6a01798, #wrap-s-655bc6c1-7736-4fb6-b3aa-57fce6a01798 { display: none !important; }}@media (max-width: 767px){#s-655bc6c1-7736-4fb6-b3aa-57fce6a01798 {
  display: none;
}
#s-655bc6c1-7736-4fb6-b3aa-57fce6a01798, #wrap-s-655bc6c1-7736-4fb6-b3aa-57fce6a01798 { display: none !important; }}
#s-655bc6c1-7736-4fb6-b3aa-57fce6a01798 .shogun-heading-component h1 {
  color: rgba(250, 250, 250, 1);
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-655bc6c1-7736-4fb6-b3aa-57fce6a01798 .shogun-heading-component h1 {
  color: rgba(250, 250, 250, 1);
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-a2501169-4b2f-4cce-9fdb-b97c15e0a1ed {
  margin-top: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-a2501169-4b2f-4cce-9fdb-b97c15e0a1ed {
  display: none;
}
#s-a2501169-4b2f-4cce-9fdb-b97c15e0a1ed, #wrap-s-a2501169-4b2f-4cce-9fdb-b97c15e0a1ed { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a2501169-4b2f-4cce-9fdb-b97c15e0a1ed {
  display: none;
}
#s-a2501169-4b2f-4cce-9fdb-b97c15e0a1ed, #wrap-s-a2501169-4b2f-4cce-9fdb-b97c15e0a1ed { display: none !important; }}@media (max-width: 767px){#s-a2501169-4b2f-4cce-9fdb-b97c15e0a1ed {
  display: none;
}
#s-a2501169-4b2f-4cce-9fdb-b97c15e0a1ed, #wrap-s-a2501169-4b2f-4cce-9fdb-b97c15e0a1ed { display: none !important; }}






  #s-a2501169-4b2f-4cce-9fdb-b97c15e0a1ed img.shogun-image {
    

    
    
    
  }


#s-a2501169-4b2f-4cce-9fdb-b97c15e0a1ed .shogun-image-content {
  
    align-items: center;
  
}

#s-f714d120-7646-400b-81e6-03c6298d03b1 {
  margin-top: -155px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-f714d120-7646-400b-81e6-03c6298d03b1 {
  display: none;
}
#s-f714d120-7646-400b-81e6-03c6298d03b1, #wrap-s-f714d120-7646-400b-81e6-03c6298d03b1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f714d120-7646-400b-81e6-03c6298d03b1 {
  display: none;
}
#s-f714d120-7646-400b-81e6-03c6298d03b1, #wrap-s-f714d120-7646-400b-81e6-03c6298d03b1 { display: none !important; }}@media (max-width: 767px){#s-f714d120-7646-400b-81e6-03c6298d03b1 {
  display: none;
}
#s-f714d120-7646-400b-81e6-03c6298d03b1, #wrap-s-f714d120-7646-400b-81e6-03c6298d03b1 { display: none !important; }}
#s-f714d120-7646-400b-81e6-03c6298d03b1 .shogun-heading-component h1 {
  color: rgba(250, 250, 250, 1);
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-f714d120-7646-400b-81e6-03c6298d03b1 .shogun-heading-component h1 {
  color: rgba(250, 250, 250, 1);
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-9dd12901-431d-4ee0-8a81-33735d74b99f {
  margin-top: 3px;
text-align: center;
}
@media (min-width: 1200px){#s-9dd12901-431d-4ee0-8a81-33735d74b99f {
  display: none;
}
#s-9dd12901-431d-4ee0-8a81-33735d74b99f, #wrap-s-9dd12901-431d-4ee0-8a81-33735d74b99f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9dd12901-431d-4ee0-8a81-33735d74b99f {
  display: none;
}
#s-9dd12901-431d-4ee0-8a81-33735d74b99f, #wrap-s-9dd12901-431d-4ee0-8a81-33735d74b99f { display: none !important; }}@media (max-width: 767px){#s-9dd12901-431d-4ee0-8a81-33735d74b99f {
  display: none;
}
#s-9dd12901-431d-4ee0-8a81-33735d74b99f, #wrap-s-9dd12901-431d-4ee0-8a81-33735d74b99f { display: none !important; }}






  #s-9dd12901-431d-4ee0-8a81-33735d74b99f img.shogun-image {
    

    
    
    
  }


#s-9dd12901-431d-4ee0-8a81-33735d74b99f .shogun-image-content {
  
    align-items: center;
  
}

#s-79d687fc-6f14-4822-a6b4-cde56699832d {
  margin-top: -50px;
margin-left: 85px;
max-width: 200px;
text-align: center;
}
@media (min-width: 1200px){#s-79d687fc-6f14-4822-a6b4-cde56699832d {
  display: none;
}
#s-79d687fc-6f14-4822-a6b4-cde56699832d, #wrap-s-79d687fc-6f14-4822-a6b4-cde56699832d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-79d687fc-6f14-4822-a6b4-cde56699832d {
  display: none;
}
#s-79d687fc-6f14-4822-a6b4-cde56699832d, #wrap-s-79d687fc-6f14-4822-a6b4-cde56699832d { display: none !important; }}@media (max-width: 767px){#s-79d687fc-6f14-4822-a6b4-cde56699832d {
  display: none;
}
#s-79d687fc-6f14-4822-a6b4-cde56699832d, #wrap-s-79d687fc-6f14-4822-a6b4-cde56699832d { display: none !important; }}






  #s-79d687fc-6f14-4822-a6b4-cde56699832d img.shogun-image {
    

    
    
    
  }


#s-79d687fc-6f14-4822-a6b4-cde56699832d .shogun-image-content {
  
    align-items: center;
  
}

#s-f0051b6b-b909-406a-813c-d33f6210b2b7 {
  margin-bottom: -45px;
}
@media (min-width: 1200px){#s-f0051b6b-b909-406a-813c-d33f6210b2b7 {
  display: none;
}
#s-f0051b6b-b909-406a-813c-d33f6210b2b7, #wrap-s-f0051b6b-b909-406a-813c-d33f6210b2b7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f0051b6b-b909-406a-813c-d33f6210b2b7 {
  display: none;
}
#s-f0051b6b-b909-406a-813c-d33f6210b2b7, #wrap-s-f0051b6b-b909-406a-813c-d33f6210b2b7 { display: none !important; }}@media (max-width: 767px){#s-f0051b6b-b909-406a-813c-d33f6210b2b7 {
  display: none;
}
#s-f0051b6b-b909-406a-813c-d33f6210b2b7, #wrap-s-f0051b6b-b909-406a-813c-d33f6210b2b7 { display: none !important; }}
#s-4eabf547-7af5-4ff3-a95f-6427a45799ba {
  margin-top: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-4eabf547-7af5-4ff3-a95f-6427a45799ba {
  display: none;
}
#s-4eabf547-7af5-4ff3-a95f-6427a45799ba, #wrap-s-4eabf547-7af5-4ff3-a95f-6427a45799ba { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4eabf547-7af5-4ff3-a95f-6427a45799ba {
  display: none;
}
#s-4eabf547-7af5-4ff3-a95f-6427a45799ba, #wrap-s-4eabf547-7af5-4ff3-a95f-6427a45799ba { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4eabf547-7af5-4ff3-a95f-6427a45799ba {
  display: none;
}
#s-4eabf547-7af5-4ff3-a95f-6427a45799ba, #wrap-s-4eabf547-7af5-4ff3-a95f-6427a45799ba { display: none !important; }}







#s-4eabf547-7af5-4ff3-a95f-6427a45799ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4eabf547-7af5-4ff3-a95f-6427a45799ba.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cd9b5efa-9450-4645-90fa-8548759beae8 {
  margin-top: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-cd9b5efa-9450-4645-90fa-8548759beae8 {
  display: none;
}
#s-cd9b5efa-9450-4645-90fa-8548759beae8, #wrap-s-cd9b5efa-9450-4645-90fa-8548759beae8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cd9b5efa-9450-4645-90fa-8548759beae8 {
  display: none;
}
#s-cd9b5efa-9450-4645-90fa-8548759beae8, #wrap-s-cd9b5efa-9450-4645-90fa-8548759beae8 { display: none !important; }}






  #s-cd9b5efa-9450-4645-90fa-8548759beae8 img.shogun-image {
    

    
    
    
  }


#s-cd9b5efa-9450-4645-90fa-8548759beae8 .shogun-image-content {
  
    align-items: center;
  
}

#s-47f5e38e-07d8-4423-a265-2a231b6f1c16 {
  margin-top: 57px;
margin-left: 130px;
max-width: 200px;
text-align: center;
}







  #s-47f5e38e-07d8-4423-a265-2a231b6f1c16 img.shogun-image {
    

    
    
    
  }


#s-47f5e38e-07d8-4423-a265-2a231b6f1c16 .shogun-image-content {
  
    align-items: center;
  
}

#s-ec687aae-33c3-4769-a980-29ee43f49ff7 {
  margin-top: 80px;
text-align: center;
}
@media (min-width: 1200px){#s-ec687aae-33c3-4769-a980-29ee43f49ff7 {
  display: none;
}
#s-ec687aae-33c3-4769-a980-29ee43f49ff7, #wrap-s-ec687aae-33c3-4769-a980-29ee43f49ff7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ec687aae-33c3-4769-a980-29ee43f49ff7 {
  display: none;
}
#s-ec687aae-33c3-4769-a980-29ee43f49ff7, #wrap-s-ec687aae-33c3-4769-a980-29ee43f49ff7 { display: none !important; }}
#s-ec687aae-33c3-4769-a980-29ee43f49ff7 .shogun-heading-component h1 {
  color: rgba(174, 60, 117, 1);
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 50px;
  
  
  
}



#s-759b1496-7235-400f-a1a4-683241551847 {
  margin-top: 3px;
}
@media (min-width: 1200px){#s-759b1496-7235-400f-a1a4-683241551847 {
  display: none;
}
#s-759b1496-7235-400f-a1a4-683241551847, #wrap-s-759b1496-7235-400f-a1a4-683241551847 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-759b1496-7235-400f-a1a4-683241551847 {
  display: none;
}
#s-759b1496-7235-400f-a1a4-683241551847, #wrap-s-759b1496-7235-400f-a1a4-683241551847 { display: none !important; }}
@media (min-width: 0px) {
[id="s-759b1496-7235-400f-a1a4-683241551847"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 1.5px);
}

}

@media (min-width: 768px) {
[id="s-759b1496-7235-400f-a1a4-683241551847"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.5px);
}

}

@media (min-width: 992px) {
[id="s-759b1496-7235-400f-a1a4-683241551847"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.5px);
}

}

@media (min-width: 1200px) {
[id="s-759b1496-7235-400f-a1a4-683241551847"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.5px);
}

}

#s-af470764-0501-4a44-b680-b9c302f554b2 {
  text-align: center;
}
@media (min-width: 1200px){#s-af470764-0501-4a44-b680-b9c302f554b2 {
  display: none;
}
#s-af470764-0501-4a44-b680-b9c302f554b2, #wrap-s-af470764-0501-4a44-b680-b9c302f554b2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-af470764-0501-4a44-b680-b9c302f554b2 {
  display: none;
}
#s-af470764-0501-4a44-b680-b9c302f554b2, #wrap-s-af470764-0501-4a44-b680-b9c302f554b2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-af470764-0501-4a44-b680-b9c302f554b2 {
  display: none;
}
#s-af470764-0501-4a44-b680-b9c302f554b2, #wrap-s-af470764-0501-4a44-b680-b9c302f554b2 { display: none !important; }}






  #s-af470764-0501-4a44-b680-b9c302f554b2 img.shogun-image {
    

    
    
    
  }


#s-af470764-0501-4a44-b680-b9c302f554b2 .shogun-image-content {
  
    align-items: center;
  
}

#s-e7dfa397-33db-4a50-8b8e-2476fcd555b0 {
  padding-top: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-e7dfa397-33db-4a50-8b8e-2476fcd555b0 {
  display: none;
}
#s-e7dfa397-33db-4a50-8b8e-2476fcd555b0, #wrap-s-e7dfa397-33db-4a50-8b8e-2476fcd555b0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e7dfa397-33db-4a50-8b8e-2476fcd555b0 {
  display: none;
}
#s-e7dfa397-33db-4a50-8b8e-2476fcd555b0, #wrap-s-e7dfa397-33db-4a50-8b8e-2476fcd555b0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e7dfa397-33db-4a50-8b8e-2476fcd555b0 {
  display: none;
}
#s-e7dfa397-33db-4a50-8b8e-2476fcd555b0, #wrap-s-e7dfa397-33db-4a50-8b8e-2476fcd555b0 { display: none !important; }}
#s-e7dfa397-33db-4a50-8b8e-2476fcd555b0 .shogun-heading-component h1 {
  color: rgba(250, 250, 250, 1);
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-472cef0c-848e-4590-a00b-7c58fff69101 {
  margin-top: 3px;
text-align: center;
}
@media (min-width: 1200px){#s-472cef0c-848e-4590-a00b-7c58fff69101 {
  display: none;
}
#s-472cef0c-848e-4590-a00b-7c58fff69101, #wrap-s-472cef0c-848e-4590-a00b-7c58fff69101 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-472cef0c-848e-4590-a00b-7c58fff69101 {
  display: none;
}
#s-472cef0c-848e-4590-a00b-7c58fff69101, #wrap-s-472cef0c-848e-4590-a00b-7c58fff69101 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-472cef0c-848e-4590-a00b-7c58fff69101 {
  display: none;
}
#s-472cef0c-848e-4590-a00b-7c58fff69101, #wrap-s-472cef0c-848e-4590-a00b-7c58fff69101 { display: none !important; }}






  #s-472cef0c-848e-4590-a00b-7c58fff69101 img.shogun-image {
    

    
    
    
  }


#s-472cef0c-848e-4590-a00b-7c58fff69101 .shogun-image-content {
  
    align-items: center;
  
}

#s-c3413bae-fb45-4ae3-98b2-3a14f9d42cd1 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-c3413bae-fb45-4ae3-98b2-3a14f9d42cd1 {
  display: none;
}
#s-c3413bae-fb45-4ae3-98b2-3a14f9d42cd1, #wrap-s-c3413bae-fb45-4ae3-98b2-3a14f9d42cd1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c3413bae-fb45-4ae3-98b2-3a14f9d42cd1 {
  display: none;
}
#s-c3413bae-fb45-4ae3-98b2-3a14f9d42cd1, #wrap-s-c3413bae-fb45-4ae3-98b2-3a14f9d42cd1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c3413bae-fb45-4ae3-98b2-3a14f9d42cd1 {
  display: none;
}
#s-c3413bae-fb45-4ae3-98b2-3a14f9d42cd1, #wrap-s-c3413bae-fb45-4ae3-98b2-3a14f9d42cd1 { display: none !important; }}
#s-c3413bae-fb45-4ae3-98b2-3a14f9d42cd1 .shogun-heading-component h1 {
  color: rgba(250, 250, 250, 1);
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-6d6268f4-d695-4e88-a65e-f6076fc3d9a9 {
  text-align: center;
}
@media (min-width: 1200px){#s-6d6268f4-d695-4e88-a65e-f6076fc3d9a9 {
  display: none;
}
#s-6d6268f4-d695-4e88-a65e-f6076fc3d9a9, #wrap-s-6d6268f4-d695-4e88-a65e-f6076fc3d9a9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6d6268f4-d695-4e88-a65e-f6076fc3d9a9 {
  display: none;
}
#s-6d6268f4-d695-4e88-a65e-f6076fc3d9a9, #wrap-s-6d6268f4-d695-4e88-a65e-f6076fc3d9a9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6d6268f4-d695-4e88-a65e-f6076fc3d9a9 {
  display: none;
}
#s-6d6268f4-d695-4e88-a65e-f6076fc3d9a9, #wrap-s-6d6268f4-d695-4e88-a65e-f6076fc3d9a9 { display: none !important; }}






  #s-6d6268f4-d695-4e88-a65e-f6076fc3d9a9 img.shogun-image {
    

    
    
    
  }


#s-6d6268f4-d695-4e88-a65e-f6076fc3d9a9 .shogun-image-content {
  
    align-items: center;
  
}

#s-00552360-5713-4334-93ee-f5d482c0881b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-00552360-5713-4334-93ee-f5d482c0881b {
  display: none;
}
#s-00552360-5713-4334-93ee-f5d482c0881b, #wrap-s-00552360-5713-4334-93ee-f5d482c0881b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-00552360-5713-4334-93ee-f5d482c0881b {
  display: none;
}
#s-00552360-5713-4334-93ee-f5d482c0881b, #wrap-s-00552360-5713-4334-93ee-f5d482c0881b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-00552360-5713-4334-93ee-f5d482c0881b {
  display: none;
}
#s-00552360-5713-4334-93ee-f5d482c0881b, #wrap-s-00552360-5713-4334-93ee-f5d482c0881b { display: none !important; }}
#s-00552360-5713-4334-93ee-f5d482c0881b .shogun-heading-component h1 {
  color: rgba(250, 250, 250, 1);
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-324e1084-9ba5-41c4-b001-6d1a729506af {
  margin-top: 3px;
text-align: center;
}
@media (min-width: 1200px){#s-324e1084-9ba5-41c4-b001-6d1a729506af {
  display: none;
}
#s-324e1084-9ba5-41c4-b001-6d1a729506af, #wrap-s-324e1084-9ba5-41c4-b001-6d1a729506af { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-324e1084-9ba5-41c4-b001-6d1a729506af {
  display: none;
}
#s-324e1084-9ba5-41c4-b001-6d1a729506af, #wrap-s-324e1084-9ba5-41c4-b001-6d1a729506af { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-324e1084-9ba5-41c4-b001-6d1a729506af {
  display: none;
}
#s-324e1084-9ba5-41c4-b001-6d1a729506af, #wrap-s-324e1084-9ba5-41c4-b001-6d1a729506af { display: none !important; }}






  #s-324e1084-9ba5-41c4-b001-6d1a729506af img.shogun-image {
    

    
    
    
  }


#s-324e1084-9ba5-41c4-b001-6d1a729506af .shogun-image-content {
  
    align-items: center;
  
}

#s-446a74ab-a3c6-40b9-b310-939caa9009d2 {
  margin-left: 35px;
max-width: 140px;
text-align: center;
}
@media (min-width: 1200px){#s-446a74ab-a3c6-40b9-b310-939caa9009d2 {
  display: none;
}
#s-446a74ab-a3c6-40b9-b310-939caa9009d2, #wrap-s-446a74ab-a3c6-40b9-b310-939caa9009d2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-446a74ab-a3c6-40b9-b310-939caa9009d2 {
  display: none;
}
#s-446a74ab-a3c6-40b9-b310-939caa9009d2, #wrap-s-446a74ab-a3c6-40b9-b310-939caa9009d2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-446a74ab-a3c6-40b9-b310-939caa9009d2 {
  display: none;
}
#s-446a74ab-a3c6-40b9-b310-939caa9009d2, #wrap-s-446a74ab-a3c6-40b9-b310-939caa9009d2 { display: none !important; }}






  #s-446a74ab-a3c6-40b9-b310-939caa9009d2 img.shogun-image {
    

    
    
    
  }


#s-446a74ab-a3c6-40b9-b310-939caa9009d2 .shogun-image-content {
  
    align-items: center;
  
}

#s-81432b41-6c22-483d-85f6-154ef80f4df2 {
  margin-top: 20px;
}
@media (min-width: 1200px){#s-81432b41-6c22-483d-85f6-154ef80f4df2 {
  display: none;
}
#s-81432b41-6c22-483d-85f6-154ef80f4df2, #wrap-s-81432b41-6c22-483d-85f6-154ef80f4df2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-81432b41-6c22-483d-85f6-154ef80f4df2 {
  display: none;
}
#s-81432b41-6c22-483d-85f6-154ef80f4df2, #wrap-s-81432b41-6c22-483d-85f6-154ef80f4df2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-81432b41-6c22-483d-85f6-154ef80f4df2 {
  display: none;
}
#s-81432b41-6c22-483d-85f6-154ef80f4df2, #wrap-s-81432b41-6c22-483d-85f6-154ef80f4df2 { display: none !important; }}
#s-733f99e7-d703-498a-a7c5-9bd81128f166 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
background-color: rgba(226, 223, 220, 1);
}








#s-733f99e7-d703-498a-a7c5-9bd81128f166 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-733f99e7-d703-498a-a7c5-9bd81128f166.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3b52ff30-820e-4d00-8902-565a16c43f65 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}

#s-3b52ff30-820e-4d00-8902-565a16c43f65 .shogun-heading-component h4 {
  color: rgba(71, 49, 146, 1);
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 36px;
  
  letter-spacing: 2px;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-3b52ff30-820e-4d00-8902-565a16c43f65 .shogun-heading-component h4 {
  color: rgba(71, 49, 146, 1);
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: 2px;
  text-align: center;
}


}@media (max-width: 767px){#s-3b52ff30-820e-4d00-8902-565a16c43f65 .shogun-heading-component h4 {
  color: rgba(71, 49, 146, 1);
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 26px;
  
  letter-spacing: 2px;
  text-align: center;
}


}
#s-d3753e68-b59c-438e-a69e-7f32de869d4c {
  margin-bottom: 10px;
padding-left: 30px;
padding-right: 30px;
min-height: 50px;
}








#s-d3753e68-b59c-438e-a69e-7f32de869d4c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d3753e68-b59c-438e-a69e-7f32de869d4c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c7d8bdc3-5b59-49ce-bfc1-74986f293c79 {
  margin-top: 0px;
text-align: left;
}

@media (min-width: 768px) and (max-width: 991px){#s-ba99c98b-4980-4eb0-aad8-ed7f89302e3e {
  margin-left: 18%;
margin-right: 18%;
}
}@media (max-width: 767px){#s-ba99c98b-4980-4eb0-aad8-ed7f89302e3e {
  margin-left: 8%;
margin-right: 8%;
padding-left: 0%;
padding-right: 0%;
max-width: 385px;
}
}
#s-3b0fa319-79ae-421c-adc4-2254141e505d {
  margin-bottom: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-3b0fa319-79ae-421c-adc4-2254141e505d {
  display: none;
}
#s-3b0fa319-79ae-421c-adc4-2254141e505d, #wrap-s-3b0fa319-79ae-421c-adc4-2254141e505d { display: none !important; }}







#s-3b0fa319-79ae-421c-adc4-2254141e505d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3b0fa319-79ae-421c-adc4-2254141e505d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2c1fe05d-de18-4862-8820-583bcdfd25b9 {
  text-align: center;
}







  #s-2c1fe05d-de18-4862-8820-583bcdfd25b9 img.shogun-image {
    

    
    
    
  }


#s-2c1fe05d-de18-4862-8820-583bcdfd25b9 .shogun-image-content {
  
    align-items: center;
  
}

#s-1358f2a8-3aaf-4ff6-a8aa-1bb04644e638 {
  margin-top: -180px;
margin-left: 8%;
margin-right: 8%;
}

@media (min-width: 0px) {
[id="s-1358f2a8-3aaf-4ff6-a8aa-1bb04644e638"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1358f2a8-3aaf-4ff6-a8aa-1bb04644e638"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1358f2a8-3aaf-4ff6-a8aa-1bb04644e638"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1358f2a8-3aaf-4ff6-a8aa-1bb04644e638"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1358f2a8-3aaf-4ff6-a8aa-1bb04644e638"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1358f2a8-3aaf-4ff6-a8aa-1bb04644e638"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1358f2a8-3aaf-4ff6-a8aa-1bb04644e638"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

}

#s-5bbbc242-0e60-4dea-8e6c-f50c4cacec6f {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-5bbbc242-0e60-4dea-8e6c-f50c4cacec6f {
  margin-top: 45px;
}
}
#s-5bbbc242-0e60-4dea-8e6c-f50c4cacec6f .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 44px;
  line-height: 1.2em;
  letter-spacing: 2px;
  text-align: left;
}


@media (min-width: 992px) and (max-width: 1199px){#s-5bbbc242-0e60-4dea-8e6c-f50c4cacec6f .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1.2em;
  letter-spacing: 2px;
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-5bbbc242-0e60-4dea-8e6c-f50c4cacec6f .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.2em;
  letter-spacing: 2px;
  text-align: left;
}


}
#s-311b415b-c4b2-45e7-899e-600692443607 {
  margin-top: 25px;
margin-left: 0%;
}

#s-2aa6621f-80b3-43b9-9dd1-4fbcb094bcf5 {
  margin-top: 30px;
margin-bottom: 30px;
min-height: 50px;
}
@media (max-width: 767px){#s-2aa6621f-80b3-43b9-9dd1-4fbcb094bcf5 {
  display: none;
}
#s-2aa6621f-80b3-43b9-9dd1-4fbcb094bcf5, #wrap-s-2aa6621f-80b3-43b9-9dd1-4fbcb094bcf5 { display: none !important; }}







#s-2aa6621f-80b3-43b9-9dd1-4fbcb094bcf5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2aa6621f-80b3-43b9-9dd1-4fbcb094bcf5.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-c66554eb-f40f-4ea2-a6cf-afc8f72539f3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c66554eb-f40f-4ea2-a6cf-afc8f72539f3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c66554eb-f40f-4ea2-a6cf-afc8f72539f3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c66554eb-f40f-4ea2-a6cf-afc8f72539f3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-626f9b48-586b-4060-a48e-96fdaa4f7a98 {
  text-align: center;
}







  #s-626f9b48-586b-4060-a48e-96fdaa4f7a98 img.shogun-image {
    

    
    
    
  }


#s-626f9b48-586b-4060-a48e-96fdaa4f7a98 .shogun-image-content {
  
    align-items: center;
  
}

#s-3d1cd3ca-0d1b-4dd5-b05a-d44f238a8b1d {
  margin-top: 65px;
margin-left: 17%;
margin-bottom: 0px;
margin-right: 17%;
}
@media (min-width: 1200px){#s-3d1cd3ca-0d1b-4dd5-b05a-d44f238a8b1d {
  display: none;
}
#s-3d1cd3ca-0d1b-4dd5-b05a-d44f238a8b1d, #wrap-s-3d1cd3ca-0d1b-4dd5-b05a-d44f238a8b1d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3d1cd3ca-0d1b-4dd5-b05a-d44f238a8b1d {
  display: none;
}
#s-3d1cd3ca-0d1b-4dd5-b05a-d44f238a8b1d, #wrap-s-3d1cd3ca-0d1b-4dd5-b05a-d44f238a8b1d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3d1cd3ca-0d1b-4dd5-b05a-d44f238a8b1d {
  display: none;
}
#s-3d1cd3ca-0d1b-4dd5-b05a-d44f238a8b1d, #wrap-s-3d1cd3ca-0d1b-4dd5-b05a-d44f238a8b1d { display: none !important; }}@media (max-width: 767px){#s-3d1cd3ca-0d1b-4dd5-b05a-d44f238a8b1d {
  margin-left: 11%;
margin-right: 11%;
}
}
#s-fee9f1e3-a522-41dc-959f-d6e2603f8fee {
  margin-top: 100px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-fee9f1e3-a522-41dc-959f-d6e2603f8fee {
  margin-top: 250px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fee9f1e3-a522-41dc-959f-d6e2603f8fee {
  margin-top: 250px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-fee9f1e3-a522-41dc-959f-d6e2603f8fee {
  margin-top: 170px;
}
}
#s-fee9f1e3-a522-41dc-959f-d6e2603f8fee .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}


@media (min-width: 1200px){#s-fee9f1e3-a522-41dc-959f-d6e2603f8fee .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-fee9f1e3-a522-41dc-959f-d6e2603f8fee .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}


}
#s-2bd820ca-8177-4122-984e-333abb8dcf58 {
  text-align: center;
}







  #s-2bd820ca-8177-4122-984e-333abb8dcf58 img.shogun-image {
    

    
    
    
  }


#s-2bd820ca-8177-4122-984e-333abb8dcf58 .shogun-image-content {
  
    align-items: center;
  
}

#s-14eba9bb-809d-4476-a090-170ef3a11fd5 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-14eba9bb-809d-4476-a090-170ef3a11fd5 {
  display: none;
}
#s-14eba9bb-809d-4476-a090-170ef3a11fd5, #wrap-s-14eba9bb-809d-4476-a090-170ef3a11fd5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-14eba9bb-809d-4476-a090-170ef3a11fd5 {
  display: none;
}
#s-14eba9bb-809d-4476-a090-170ef3a11fd5, #wrap-s-14eba9bb-809d-4476-a090-170ef3a11fd5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-14eba9bb-809d-4476-a090-170ef3a11fd5 {
  display: none;
}
#s-14eba9bb-809d-4476-a090-170ef3a11fd5, #wrap-s-14eba9bb-809d-4476-a090-170ef3a11fd5 { display: none !important; }}







#s-14eba9bb-809d-4476-a090-170ef3a11fd5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-14eba9bb-809d-4476-a090-170ef3a11fd5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7ed75109-332c-4a19-8858-3660dbd880e4 {
  text-align: center;
}







  #s-7ed75109-332c-4a19-8858-3660dbd880e4 img.shogun-image {
    

    
    
    
  }


#s-7ed75109-332c-4a19-8858-3660dbd880e4 .shogun-image-content {
  
    align-items: center;
  
}

#s-efcf907c-d1e0-4a3b-b47e-901bdcd6d88c {
  margin-top: -200px;
margin-left: 30%;
}

#s-2e8cf9a3-44d8-40d0-a353-5e3d4ea8e5a1 {
  margin-top: -15px;
margin-left: 30%;
margin-bottom: 0px;
}

#s-b0bb5c8b-65c9-4bda-a51e-707dff164efa {
  margin-top: 20px;
}

#s-3a63ccf7-8bdf-4df0-91dc-ec6b4d8be18d {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}
@media (min-width: 1200px){#s-3a63ccf7-8bdf-4df0-91dc-ec6b4d8be18d {
  display: none;
}
#s-3a63ccf7-8bdf-4df0-91dc-ec6b4d8be18d, #wrap-s-3a63ccf7-8bdf-4df0-91dc-ec6b4d8be18d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3a63ccf7-8bdf-4df0-91dc-ec6b4d8be18d {
  display: none;
}
#s-3a63ccf7-8bdf-4df0-91dc-ec6b4d8be18d, #wrap-s-3a63ccf7-8bdf-4df0-91dc-ec6b4d8be18d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3a63ccf7-8bdf-4df0-91dc-ec6b4d8be18d {
  display: none;
}
#s-3a63ccf7-8bdf-4df0-91dc-ec6b4d8be18d, #wrap-s-3a63ccf7-8bdf-4df0-91dc-ec6b4d8be18d { display: none !important; }}







#s-3a63ccf7-8bdf-4df0-91dc-ec6b4d8be18d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3a63ccf7-8bdf-4df0-91dc-ec6b4d8be18d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6426b2cd-77cd-4acf-9866-1e8d39e22364 {
  text-align: center;
}








#s-6426b2cd-77cd-4acf-9866-1e8d39e22364 .shogun-image-content {
  
    align-items: center;
  
}

#s-6a87f39b-6091-40fe-8701-ee4b502cf7fa {
  margin-top: 190px;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-6a87f39b-6091-40fe-8701-ee4b502cf7fa .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto Slab";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-f3f8c6c7-0c72-42cf-802c-f9d5735578f6 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f3f8c6c7-0c72-42cf-802c-f9d5735578f6 {
  display: none;
}
#s-f3f8c6c7-0c72-42cf-802c-f9d5735578f6, #wrap-s-f3f8c6c7-0c72-42cf-802c-f9d5735578f6 { display: none !important; }}@media (max-width: 767px){#s-f3f8c6c7-0c72-42cf-802c-f9d5735578f6 {
  display: none;
}
#s-f3f8c6c7-0c72-42cf-802c-f9d5735578f6, #wrap-s-f3f8c6c7-0c72-42cf-802c-f9d5735578f6 { display: none !important; }}







#s-f3f8c6c7-0c72-42cf-802c-f9d5735578f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f3f8c6c7-0c72-42cf-802c-f9d5735578f6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-cfcb5cfb-84e8-4c57-b92a-c598a86e6a33 {
  display: none;
}
#s-cfcb5cfb-84e8-4c57-b92a-c598a86e6a33, #wrap-s-cfcb5cfb-84e8-4c57-b92a-c598a86e6a33 { display: none !important; }}@media (max-width: 767px){#s-cfcb5cfb-84e8-4c57-b92a-c598a86e6a33 {
  display: none;
}
#s-cfcb5cfb-84e8-4c57-b92a-c598a86e6a33, #wrap-s-cfcb5cfb-84e8-4c57-b92a-c598a86e6a33 { display: none !important; }}
@media (min-width: 0px) {
[id="s-cfcb5cfb-84e8-4c57-b92a-c598a86e6a33"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cfcb5cfb-84e8-4c57-b92a-c598a86e6a33"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-cfcb5cfb-84e8-4c57-b92a-c598a86e6a33"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-cfcb5cfb-84e8-4c57-b92a-c598a86e6a33"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-2cb45251-427a-4a75-9883-0c133fb8f14d {
  min-height: 50px;
}








#s-2cb45251-427a-4a75-9883-0c133fb8f14d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2cb45251-427a-4a75-9883-0c133fb8f14d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d0459500-6336-49bf-addc-14bdeff7efc5 {
  text-align: center;
}








#s-d0459500-6336-49bf-addc-14bdeff7efc5 .shogun-image-content {
  
    align-items: center;
  
}

#s-f8fe3594-df7e-4283-af65-67c27f16458b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f8fe3594-df7e-4283-af65-67c27f16458b .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  
}



.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn-text {
  font-weight: ;
  font-family: ;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-ed52da1c-5496-4773-a4d7-59afab034084 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-ed52da1c-5496-4773-a4d7-59afab034084:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}#s-ed52da1c-5496-4773-a4d7-59afab034084:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(4, 4, 4, 1) !important;}

  #s-ed52da1c-5496-4773-a4d7-59afab034084-root {
    text-align: center;
  }


#s-ed52da1c-5496-4773-a4d7-59afab034084.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ed52da1c-5496-4773-a4d7-59afab034084-root {
    text-align: center;
  }


#s-ed52da1c-5496-4773-a4d7-59afab034084.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ed52da1c-5496-4773-a4d7-59afab034084-root {
    text-align: center;
  }


#s-ed52da1c-5496-4773-a4d7-59afab034084.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ed52da1c-5496-4773-a4d7-59afab034084-root {
    text-align: center;
  }


#s-ed52da1c-5496-4773-a4d7-59afab034084.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ed52da1c-5496-4773-a4d7-59afab034084-root {
    text-align: center;
  }


#s-ed52da1c-5496-4773-a4d7-59afab034084.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-26331c6f-1a6e-48bc-853b-bfdd46fb5ee1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-26331c6f-1a6e-48bc-853b-bfdd46fb5ee1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-26331c6f-1a6e-48bc-853b-bfdd46fb5ee1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-26331c6f-1a6e-48bc-853b-bfdd46fb5ee1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-6028c404-aee6-4076-b32a-95e11e0cefbc {
  text-align: center;
}








#s-6028c404-aee6-4076-b32a-95e11e0cefbc .shogun-image-content {
  
    align-items: center;
  
}

#s-a2462a9f-ecc9-4d5e-a476-9e849f89574b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a2462a9f-ecc9-4d5e-a476-9e849f89574b .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  
}



#s-f0a7cd95-ba59-4471-8b3e-8e8c2c4228c5 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-f0a7cd95-ba59-4471-8b3e-8e8c2c4228c5:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}#s-f0a7cd95-ba59-4471-8b3e-8e8c2c4228c5:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-f0a7cd95-ba59-4471-8b3e-8e8c2c4228c5-root {
    text-align: center;
  }


#s-f0a7cd95-ba59-4471-8b3e-8e8c2c4228c5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f0a7cd95-ba59-4471-8b3e-8e8c2c4228c5-root {
    text-align: center;
  }


#s-f0a7cd95-ba59-4471-8b3e-8e8c2c4228c5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f0a7cd95-ba59-4471-8b3e-8e8c2c4228c5-root {
    text-align: center;
  }


#s-f0a7cd95-ba59-4471-8b3e-8e8c2c4228c5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f0a7cd95-ba59-4471-8b3e-8e8c2c4228c5-root {
    text-align: center;
  }


#s-f0a7cd95-ba59-4471-8b3e-8e8c2c4228c5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f0a7cd95-ba59-4471-8b3e-8e8c2c4228c5-root {
    text-align: center;
  }


#s-f0a7cd95-ba59-4471-8b3e-8e8c2c4228c5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-32541c63-f80a-4737-95fd-3fcbcfb81eb0 {
  text-align: center;
}








#s-32541c63-f80a-4737-95fd-3fcbcfb81eb0 .shogun-image-content {
  
    align-items: center;
  
}

#s-b65e063b-5967-4998-b433-3bfa60bd354e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b65e063b-5967-4998-b433-3bfa60bd354e .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  
}



#s-f0593873-2b2d-485e-849e-817f8a6210e0 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-f0593873-2b2d-485e-849e-817f8a6210e0:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}#s-f0593873-2b2d-485e-849e-817f8a6210e0:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-f0593873-2b2d-485e-849e-817f8a6210e0-root {
    text-align: center;
  }


#s-f0593873-2b2d-485e-849e-817f8a6210e0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f0593873-2b2d-485e-849e-817f8a6210e0-root {
    text-align: center;
  }


#s-f0593873-2b2d-485e-849e-817f8a6210e0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f0593873-2b2d-485e-849e-817f8a6210e0-root {
    text-align: center;
  }


#s-f0593873-2b2d-485e-849e-817f8a6210e0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f0593873-2b2d-485e-849e-817f8a6210e0-root {
    text-align: center;
  }


#s-f0593873-2b2d-485e-849e-817f8a6210e0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f0593873-2b2d-485e-849e-817f8a6210e0-root {
    text-align: center;
  }


#s-f0593873-2b2d-485e-849e-817f8a6210e0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-4777da00-b518-4bcf-8b09-2c94fec9c26d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4777da00-b518-4bcf-8b09-2c94fec9c26d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4777da00-b518-4bcf-8b09-2c94fec9c26d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4777da00-b518-4bcf-8b09-2c94fec9c26d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-610b0517-1066-4b94-8f5e-3a9544daf87c {
  text-align: center;
}








#s-610b0517-1066-4b94-8f5e-3a9544daf87c .shogun-image-content {
  
    align-items: center;
  
}

#s-4daf4153-22b2-4ae1-a6a8-8b8d491cfb80 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4daf4153-22b2-4ae1-a6a8-8b8d491cfb80 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  
}



#s-08660639-de36-4405-87a0-3d95f881eb00 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-08660639-de36-4405-87a0-3d95f881eb00:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}#s-08660639-de36-4405-87a0-3d95f881eb00:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-08660639-de36-4405-87a0-3d95f881eb00-root {
    text-align: center;
  }


#s-08660639-de36-4405-87a0-3d95f881eb00.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-08660639-de36-4405-87a0-3d95f881eb00-root {
    text-align: center;
  }


#s-08660639-de36-4405-87a0-3d95f881eb00.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-08660639-de36-4405-87a0-3d95f881eb00-root {
    text-align: center;
  }


#s-08660639-de36-4405-87a0-3d95f881eb00.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-08660639-de36-4405-87a0-3d95f881eb00-root {
    text-align: center;
  }


#s-08660639-de36-4405-87a0-3d95f881eb00.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-08660639-de36-4405-87a0-3d95f881eb00-root {
    text-align: center;
  }


#s-08660639-de36-4405-87a0-3d95f881eb00.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-4705ce0c-f796-43c7-b6cd-b56b1d803b0b {
  text-align: center;
}








#s-4705ce0c-f796-43c7-b6cd-b56b1d803b0b .shogun-image-content {
  
    align-items: center;
  
}

#s-74b1c0a3-6c3e-4660-9c6b-937f941fe94f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-74b1c0a3-6c3e-4660-9c6b-937f941fe94f .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  
}



#s-0ff08c02-726c-45bd-8a3b-315229a7e2c5 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-0ff08c02-726c-45bd-8a3b-315229a7e2c5:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}#s-0ff08c02-726c-45bd-8a3b-315229a7e2c5:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-0ff08c02-726c-45bd-8a3b-315229a7e2c5-root {
    text-align: center;
  }


#s-0ff08c02-726c-45bd-8a3b-315229a7e2c5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0ff08c02-726c-45bd-8a3b-315229a7e2c5-root {
    text-align: center;
  }


#s-0ff08c02-726c-45bd-8a3b-315229a7e2c5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0ff08c02-726c-45bd-8a3b-315229a7e2c5-root {
    text-align: center;
  }


#s-0ff08c02-726c-45bd-8a3b-315229a7e2c5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0ff08c02-726c-45bd-8a3b-315229a7e2c5-root {
    text-align: center;
  }


#s-0ff08c02-726c-45bd-8a3b-315229a7e2c5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0ff08c02-726c-45bd-8a3b-315229a7e2c5-root {
    text-align: center;
  }


#s-0ff08c02-726c-45bd-8a3b-315229a7e2c5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-7db7c559-1af9-4a3a-ae32-70e37c620846 {
  text-align: center;
}








#s-7db7c559-1af9-4a3a-ae32-70e37c620846 .shogun-image-content {
  
    align-items: center;
  
}

#s-ec415d05-8eab-4caf-8903-ae5b850965cf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ec415d05-8eab-4caf-8903-ae5b850965cf .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  
}



#s-d79c755c-c9b8-43a0-93df-d6c570aaf39d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-d79c755c-c9b8-43a0-93df-d6c570aaf39d:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}#s-d79c755c-c9b8-43a0-93df-d6c570aaf39d:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-d79c755c-c9b8-43a0-93df-d6c570aaf39d-root {
    text-align: center;
  }


#s-d79c755c-c9b8-43a0-93df-d6c570aaf39d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d79c755c-c9b8-43a0-93df-d6c570aaf39d-root {
    text-align: center;
  }


#s-d79c755c-c9b8-43a0-93df-d6c570aaf39d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d79c755c-c9b8-43a0-93df-d6c570aaf39d-root {
    text-align: center;
  }


#s-d79c755c-c9b8-43a0-93df-d6c570aaf39d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d79c755c-c9b8-43a0-93df-d6c570aaf39d-root {
    text-align: center;
  }


#s-d79c755c-c9b8-43a0-93df-d6c570aaf39d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d79c755c-c9b8-43a0-93df-d6c570aaf39d-root {
    text-align: center;
  }


#s-d79c755c-c9b8-43a0-93df-d6c570aaf39d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-0d70cf95-e6f9-4e27-8caf-b2c5baa634b2 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-0d70cf95-e6f9-4e27-8caf-b2c5baa634b2 {
  display: none;
}
#s-0d70cf95-e6f9-4e27-8caf-b2c5baa634b2, #wrap-s-0d70cf95-e6f9-4e27-8caf-b2c5baa634b2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0d70cf95-e6f9-4e27-8caf-b2c5baa634b2 {
  display: none;
}
#s-0d70cf95-e6f9-4e27-8caf-b2c5baa634b2, #wrap-s-0d70cf95-e6f9-4e27-8caf-b2c5baa634b2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0d70cf95-e6f9-4e27-8caf-b2c5baa634b2 {
  
}
}@media (max-width: 767px){#s-0d70cf95-e6f9-4e27-8caf-b2c5baa634b2 {
  display: none;
}
#s-0d70cf95-e6f9-4e27-8caf-b2c5baa634b2, #wrap-s-0d70cf95-e6f9-4e27-8caf-b2c5baa634b2 { display: none !important; }}







#s-0d70cf95-e6f9-4e27-8caf-b2c5baa634b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0d70cf95-e6f9-4e27-8caf-b2c5baa634b2.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1b80abcd-98ec-497e-bcf3-092d40a153ee {
  padding-left: 50px;
padding-bottom: 30px;
padding-right: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1b80abcd-98ec-497e-bcf3-092d40a153ee {
  
}
}@media (max-width: 767px){#s-1b80abcd-98ec-497e-bcf3-092d40a153ee {
  
}
}
@media (min-width: 0px) {
[id="s-1b80abcd-98ec-497e-bcf3-092d40a153ee"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-1b80abcd-98ec-497e-bcf3-092d40a153ee"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1b80abcd-98ec-497e-bcf3-092d40a153ee"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1b80abcd-98ec-497e-bcf3-092d40a153ee"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-78f414f1-c26c-4e91-a2a0-a2b495533c9b {
  text-align: center;
}







  #s-78f414f1-c26c-4e91-a2a0-a2b495533c9b img.shogun-image {
    

    
    
    
  }


#s-78f414f1-c26c-4e91-a2a0-a2b495533c9b .shogun-image-content {
  
    align-items: center;
  
}

#s-276af747-d745-46c2-9322-e0529c2219e4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-276af747-d745-46c2-9322-e0529c2219e4 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.3em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-276af747-d745-46c2-9322-e0529c2219e4 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.3em;
  
  
}


}@media (max-width: 767px){#s-276af747-d745-46c2-9322-e0529c2219e4 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.3em;
  
  
}


}
#s-0978838c-7215-410d-9f6c-ccae27d84717 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-0978838c-7215-410d-9f6c-ccae27d84717:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-0978838c-7215-410d-9f6c-ccae27d84717:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-0978838c-7215-410d-9f6c-ccae27d84717-root {
    text-align: center;
  }


#s-0978838c-7215-410d-9f6c-ccae27d84717.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0978838c-7215-410d-9f6c-ccae27d84717-root {
    text-align: center;
  }


#s-0978838c-7215-410d-9f6c-ccae27d84717.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0978838c-7215-410d-9f6c-ccae27d84717-root {
    text-align: center;
  }


#s-0978838c-7215-410d-9f6c-ccae27d84717.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0978838c-7215-410d-9f6c-ccae27d84717-root {
    text-align: center;
  }


#s-0978838c-7215-410d-9f6c-ccae27d84717.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0978838c-7215-410d-9f6c-ccae27d84717-root {
    text-align: center;
  }


#s-0978838c-7215-410d-9f6c-ccae27d84717.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
#s-be6a3ed4-2201-4672-8d25-bf4f04e00c0e {
  text-align: center;
}







  #s-be6a3ed4-2201-4672-8d25-bf4f04e00c0e img.shogun-image {
    

    
    
    
  }


#s-be6a3ed4-2201-4672-8d25-bf4f04e00c0e .shogun-image-content {
  
    align-items: center;
  
}

#s-2e2bc047-919c-4326-a6aa-2efc87575d60 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2e2bc047-919c-4326-a6aa-2efc87575d60 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.3em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-2e2bc047-919c-4326-a6aa-2efc87575d60 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.3em;
  
  
}


}@media (max-width: 767px){#s-2e2bc047-919c-4326-a6aa-2efc87575d60 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.3em;
  
  
}


}
#s-d7863b3c-3c04-4c51-bd6a-e818bbd46c15 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-d7863b3c-3c04-4c51-bd6a-e818bbd46c15:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-d7863b3c-3c04-4c51-bd6a-e818bbd46c15:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-d7863b3c-3c04-4c51-bd6a-e818bbd46c15-root {
    text-align: center;
  }


#s-d7863b3c-3c04-4c51-bd6a-e818bbd46c15.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d7863b3c-3c04-4c51-bd6a-e818bbd46c15-root {
    text-align: center;
  }


#s-d7863b3c-3c04-4c51-bd6a-e818bbd46c15.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d7863b3c-3c04-4c51-bd6a-e818bbd46c15-root {
    text-align: center;
  }


#s-d7863b3c-3c04-4c51-bd6a-e818bbd46c15.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d7863b3c-3c04-4c51-bd6a-e818bbd46c15-root {
    text-align: center;
  }


#s-d7863b3c-3c04-4c51-bd6a-e818bbd46c15.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d7863b3c-3c04-4c51-bd6a-e818bbd46c15-root {
    text-align: center;
  }


#s-d7863b3c-3c04-4c51-bd6a-e818bbd46c15.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
#s-79cd2a5c-a5f5-4027-b246-22a3673cb6cc {
  text-align: center;
}







  #s-79cd2a5c-a5f5-4027-b246-22a3673cb6cc img.shogun-image {
    

    
    
    
  }


#s-79cd2a5c-a5f5-4027-b246-22a3673cb6cc .shogun-image-content {
  
    align-items: center;
  
}

#s-a2b5314f-49ff-40b3-85f2-bf0d8a87f3d5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a2b5314f-49ff-40b3-85f2-bf0d8a87f3d5 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.3em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-a2b5314f-49ff-40b3-85f2-bf0d8a87f3d5 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.3em;
  
  
}


}@media (max-width: 767px){#s-a2b5314f-49ff-40b3-85f2-bf0d8a87f3d5 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.3em;
  
  
}


}
#s-bcb983a0-0857-4cea-ae85-683d3a394e1e {
  border-style: solid;
margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-bcb983a0-0857-4cea-ae85-683d3a394e1e:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-bcb983a0-0857-4cea-ae85-683d3a394e1e:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-bcb983a0-0857-4cea-ae85-683d3a394e1e-root {
    text-align: center;
  }


#s-bcb983a0-0857-4cea-ae85-683d3a394e1e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bcb983a0-0857-4cea-ae85-683d3a394e1e-root {
    text-align: center;
  }


#s-bcb983a0-0857-4cea-ae85-683d3a394e1e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bcb983a0-0857-4cea-ae85-683d3a394e1e-root {
    text-align: center;
  }


#s-bcb983a0-0857-4cea-ae85-683d3a394e1e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bcb983a0-0857-4cea-ae85-683d3a394e1e-root {
    text-align: center;
  }


#s-bcb983a0-0857-4cea-ae85-683d3a394e1e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bcb983a0-0857-4cea-ae85-683d3a394e1e-root {
    text-align: center;
  }


#s-bcb983a0-0857-4cea-ae85-683d3a394e1e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
#s-3b09dd9f-a1d9-4e70-9238-910a203f52c9 {
  padding-left: 50px;
padding-bottom: 50px;
padding-right: 50px;
}
@media (min-width: 1200px){#s-3b09dd9f-a1d9-4e70-9238-910a203f52c9 {
  display: none;
}
#s-3b09dd9f-a1d9-4e70-9238-910a203f52c9, #wrap-s-3b09dd9f-a1d9-4e70-9238-910a203f52c9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3b09dd9f-a1d9-4e70-9238-910a203f52c9 {
  display: none;
}
#s-3b09dd9f-a1d9-4e70-9238-910a203f52c9, #wrap-s-3b09dd9f-a1d9-4e70-9238-910a203f52c9 { display: none !important; }}
@media (min-width: 0px) {
[id="s-3b09dd9f-a1d9-4e70-9238-910a203f52c9"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-3b09dd9f-a1d9-4e70-9238-910a203f52c9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3b09dd9f-a1d9-4e70-9238-910a203f52c9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3b09dd9f-a1d9-4e70-9238-910a203f52c9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-b39b6ff2-aec9-4269-8954-315eef58c446 {
  text-align: center;
}







  #s-b39b6ff2-aec9-4269-8954-315eef58c446 img.shogun-image {
    

    
    
    
  }


#s-b39b6ff2-aec9-4269-8954-315eef58c446 .shogun-image-content {
  
    align-items: center;
  
}

#s-049e9246-56a8-4636-bf98-dcd34055c692 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-049e9246-56a8-4636-bf98-dcd34055c692 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.3em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-049e9246-56a8-4636-bf98-dcd34055c692 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.3em;
  
  
}


}@media (max-width: 767px){#s-049e9246-56a8-4636-bf98-dcd34055c692 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.3em;
  
  
}


}
#s-39546ade-ce44-452a-9cf0-ea837f0614b6 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-39546ade-ce44-452a-9cf0-ea837f0614b6:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-39546ade-ce44-452a-9cf0-ea837f0614b6:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-39546ade-ce44-452a-9cf0-ea837f0614b6-root {
    text-align: center;
  }


#s-39546ade-ce44-452a-9cf0-ea837f0614b6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-39546ade-ce44-452a-9cf0-ea837f0614b6-root {
    text-align: center;
  }


#s-39546ade-ce44-452a-9cf0-ea837f0614b6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-39546ade-ce44-452a-9cf0-ea837f0614b6-root {
    text-align: center;
  }


#s-39546ade-ce44-452a-9cf0-ea837f0614b6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-39546ade-ce44-452a-9cf0-ea837f0614b6-root {
    text-align: center;
  }


#s-39546ade-ce44-452a-9cf0-ea837f0614b6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-39546ade-ce44-452a-9cf0-ea837f0614b6-root {
    text-align: center;
  }


#s-39546ade-ce44-452a-9cf0-ea837f0614b6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
#s-712f8b76-9e41-4f66-b811-6cc18a301aaa {
  text-align: center;
}







  #s-712f8b76-9e41-4f66-b811-6cc18a301aaa img.shogun-image {
    

    
    
    
  }


#s-712f8b76-9e41-4f66-b811-6cc18a301aaa .shogun-image-content {
  
    align-items: center;
  
}

#s-f553617e-e396-4234-b73c-aa19483ef494 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f553617e-e396-4234-b73c-aa19483ef494 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.3em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-f553617e-e396-4234-b73c-aa19483ef494 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.3em;
  
  
}


}@media (max-width: 767px){#s-f553617e-e396-4234-b73c-aa19483ef494 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.3em;
  
  
}


}
#s-62bff3bb-a774-4397-9e98-e87211067687 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-62bff3bb-a774-4397-9e98-e87211067687:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-62bff3bb-a774-4397-9e98-e87211067687:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-62bff3bb-a774-4397-9e98-e87211067687-root {
    text-align: center;
  }


#s-62bff3bb-a774-4397-9e98-e87211067687.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-62bff3bb-a774-4397-9e98-e87211067687-root {
    text-align: center;
  }


#s-62bff3bb-a774-4397-9e98-e87211067687.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-62bff3bb-a774-4397-9e98-e87211067687-root {
    text-align: center;
  }


#s-62bff3bb-a774-4397-9e98-e87211067687.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-62bff3bb-a774-4397-9e98-e87211067687-root {
    text-align: center;
  }


#s-62bff3bb-a774-4397-9e98-e87211067687.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-62bff3bb-a774-4397-9e98-e87211067687-root {
    text-align: center;
  }


#s-62bff3bb-a774-4397-9e98-e87211067687.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
#s-84d77839-412d-4a9b-b22d-4a8401d3ad21 {
  text-align: center;
}







  #s-84d77839-412d-4a9b-b22d-4a8401d3ad21 img.shogun-image {
    

    
    
    
  }


#s-84d77839-412d-4a9b-b22d-4a8401d3ad21 .shogun-image-content {
  
    align-items: center;
  
}

#s-e981a20e-e390-4108-a034-6dea2ee0af2f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e981a20e-e390-4108-a034-6dea2ee0af2f .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.3em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-e981a20e-e390-4108-a034-6dea2ee0af2f .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.3em;
  
  
}


}@media (max-width: 767px){#s-e981a20e-e390-4108-a034-6dea2ee0af2f .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.3em;
  
  
}


}
#s-1a9d626d-7c68-47ca-bbeb-4d267e86fa3a {
  border-style: solid;
margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-1a9d626d-7c68-47ca-bbeb-4d267e86fa3a:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-1a9d626d-7c68-47ca-bbeb-4d267e86fa3a:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-1a9d626d-7c68-47ca-bbeb-4d267e86fa3a-root {
    text-align: center;
  }


#s-1a9d626d-7c68-47ca-bbeb-4d267e86fa3a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1a9d626d-7c68-47ca-bbeb-4d267e86fa3a-root {
    text-align: center;
  }


#s-1a9d626d-7c68-47ca-bbeb-4d267e86fa3a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1a9d626d-7c68-47ca-bbeb-4d267e86fa3a-root {
    text-align: center;
  }


#s-1a9d626d-7c68-47ca-bbeb-4d267e86fa3a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1a9d626d-7c68-47ca-bbeb-4d267e86fa3a-root {
    text-align: center;
  }


#s-1a9d626d-7c68-47ca-bbeb-4d267e86fa3a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1a9d626d-7c68-47ca-bbeb-4d267e86fa3a-root {
    text-align: center;
  }


#s-1a9d626d-7c68-47ca-bbeb-4d267e86fa3a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
#s-b093f0bc-aec7-4a73-850c-e0891736a58c {
  min-height: 50px;
}
@media (min-width: 1200px){#s-b093f0bc-aec7-4a73-850c-e0891736a58c {
  display: none;
}
#s-b093f0bc-aec7-4a73-850c-e0891736a58c, #wrap-s-b093f0bc-aec7-4a73-850c-e0891736a58c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b093f0bc-aec7-4a73-850c-e0891736a58c {
  display: none;
}
#s-b093f0bc-aec7-4a73-850c-e0891736a58c, #wrap-s-b093f0bc-aec7-4a73-850c-e0891736a58c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b093f0bc-aec7-4a73-850c-e0891736a58c {
  display: none;
}
#s-b093f0bc-aec7-4a73-850c-e0891736a58c, #wrap-s-b093f0bc-aec7-4a73-850c-e0891736a58c { display: none !important; }}@media (max-width: 767px){#s-b093f0bc-aec7-4a73-850c-e0891736a58c {
  
}
}







#s-b093f0bc-aec7-4a73-850c-e0891736a58c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b093f0bc-aec7-4a73-850c-e0891736a58c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bbadf428-be1a-4869-87fb-a6d0f0c4c703 {
  padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-bbadf428-be1a-4869-87fb-a6d0f0c4c703 {
  
}
}@media (max-width: 767px){#s-bbadf428-be1a-4869-87fb-a6d0f0c4c703 {
  
}
}
@media (min-width: 0px) {
[id="s-bbadf428-be1a-4869-87fb-a6d0f0c4c703"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-bbadf428-be1a-4869-87fb-a6d0f0c4c703"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bbadf428-be1a-4869-87fb-a6d0f0c4c703"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bbadf428-be1a-4869-87fb-a6d0f0c4c703"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-854212ce-2667-408d-8321-e2cf5eb28aa4 {
  text-align: center;
}







  #s-854212ce-2667-408d-8321-e2cf5eb28aa4 img.shogun-image {
    

    
    
    
  }


#s-854212ce-2667-408d-8321-e2cf5eb28aa4 .shogun-image-content {
  
    align-items: center;
  
}

#s-17293aa3-7cfe-4617-91b7-540cf7c7484c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-17293aa3-7cfe-4617-91b7-540cf7c7484c .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.3em;
  letter-spacing: 1.5px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-17293aa3-7cfe-4617-91b7-540cf7c7484c .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.3em;
  letter-spacing: 1.5px;
  text-align: left;
}


}
#s-6f296722-341b-4f5f-82f7-79bc13ca064f {
  border-style: solid;
margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-6f296722-341b-4f5f-82f7-79bc13ca064f:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-6f296722-341b-4f5f-82f7-79bc13ca064f:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-6f296722-341b-4f5f-82f7-79bc13ca064f-root {
    text-align: center;
  }


#s-6f296722-341b-4f5f-82f7-79bc13ca064f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6f296722-341b-4f5f-82f7-79bc13ca064f-root {
    text-align: center;
  }


#s-6f296722-341b-4f5f-82f7-79bc13ca064f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6f296722-341b-4f5f-82f7-79bc13ca064f-root {
    text-align: center;
  }


#s-6f296722-341b-4f5f-82f7-79bc13ca064f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6f296722-341b-4f5f-82f7-79bc13ca064f-root {
    text-align: center;
  }


#s-6f296722-341b-4f5f-82f7-79bc13ca064f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6f296722-341b-4f5f-82f7-79bc13ca064f-root {
    text-align: center;
  }


#s-6f296722-341b-4f5f-82f7-79bc13ca064f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}
#s-19b7b412-1f9d-4dec-a58c-3a36fff3beb6 {
  text-align: center;
}







  #s-19b7b412-1f9d-4dec-a58c-3a36fff3beb6 img.shogun-image {
    

    
    
    
  }


#s-19b7b412-1f9d-4dec-a58c-3a36fff3beb6 .shogun-image-content {
  
    align-items: center;
  
}

#s-db3c9120-fdc0-4887-83d5-aad89603e4bb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-db3c9120-fdc0-4887-83d5-aad89603e4bb .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.3em;
  letter-spacing: 1.5px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-db3c9120-fdc0-4887-83d5-aad89603e4bb .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.3em;
  letter-spacing: 1.5px;
  text-align: left;
}


}
#s-4eb97ac0-2a8a-4114-849c-f4057ca7c503 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-4eb97ac0-2a8a-4114-849c-f4057ca7c503:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-4eb97ac0-2a8a-4114-849c-f4057ca7c503:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-4eb97ac0-2a8a-4114-849c-f4057ca7c503-root {
    text-align: center;
  }


#s-4eb97ac0-2a8a-4114-849c-f4057ca7c503.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4eb97ac0-2a8a-4114-849c-f4057ca7c503-root {
    text-align: center;
  }


#s-4eb97ac0-2a8a-4114-849c-f4057ca7c503.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4eb97ac0-2a8a-4114-849c-f4057ca7c503-root {
    text-align: center;
  }


#s-4eb97ac0-2a8a-4114-849c-f4057ca7c503.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4eb97ac0-2a8a-4114-849c-f4057ca7c503-root {
    text-align: center;
  }


#s-4eb97ac0-2a8a-4114-849c-f4057ca7c503.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4eb97ac0-2a8a-4114-849c-f4057ca7c503-root {
    text-align: center;
  }


#s-4eb97ac0-2a8a-4114-849c-f4057ca7c503.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}
#s-e9d71ed0-c1f2-45b8-86d6-ec265b5718c8 {
  padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e9d71ed0-c1f2-45b8-86d6-ec265b5718c8 {
  
}
}@media (max-width: 767px){#s-e9d71ed0-c1f2-45b8-86d6-ec265b5718c8 {
  
}
}
@media (min-width: 0px) {
[id="s-e9d71ed0-c1f2-45b8-86d6-ec265b5718c8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-e9d71ed0-c1f2-45b8-86d6-ec265b5718c8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e9d71ed0-c1f2-45b8-86d6-ec265b5718c8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e9d71ed0-c1f2-45b8-86d6-ec265b5718c8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2a058512-80fc-4cf3-880c-000c85394b0c {
  text-align: center;
}







  #s-2a058512-80fc-4cf3-880c-000c85394b0c img.shogun-image {
    

    
    
    
  }


#s-2a058512-80fc-4cf3-880c-000c85394b0c .shogun-image-content {
  
    align-items: center;
  
}

#s-0b927bdf-42c9-4854-91ef-9beb2d4860d9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0b927bdf-42c9-4854-91ef-9beb2d4860d9 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.3em;
  letter-spacing: 1.5px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-0b927bdf-42c9-4854-91ef-9beb2d4860d9 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.3em;
  letter-spacing: 1.5px;
  text-align: left;
}


}
#s-878bfdb3-b90a-4195-8922-7cc35839a30f {
  border-style: solid;
margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-878bfdb3-b90a-4195-8922-7cc35839a30f:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-878bfdb3-b90a-4195-8922-7cc35839a30f:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-878bfdb3-b90a-4195-8922-7cc35839a30f-root {
    text-align: center;
  }


#s-878bfdb3-b90a-4195-8922-7cc35839a30f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-878bfdb3-b90a-4195-8922-7cc35839a30f-root {
    text-align: center;
  }


#s-878bfdb3-b90a-4195-8922-7cc35839a30f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-878bfdb3-b90a-4195-8922-7cc35839a30f-root {
    text-align: center;
  }


#s-878bfdb3-b90a-4195-8922-7cc35839a30f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-878bfdb3-b90a-4195-8922-7cc35839a30f-root {
    text-align: center;
  }


#s-878bfdb3-b90a-4195-8922-7cc35839a30f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-878bfdb3-b90a-4195-8922-7cc35839a30f-root {
    text-align: center;
  }


#s-878bfdb3-b90a-4195-8922-7cc35839a30f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}
#s-e2a6a8c9-a754-4c63-830d-b2c987f7531d {
  text-align: center;
}







  #s-e2a6a8c9-a754-4c63-830d-b2c987f7531d img.shogun-image {
    

    
    
    
  }


#s-e2a6a8c9-a754-4c63-830d-b2c987f7531d .shogun-image-content {
  
    align-items: center;
  
}

#s-eef753b4-e7ea-437a-a9af-082e8b466958 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-eef753b4-e7ea-437a-a9af-082e8b466958 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.3em;
  letter-spacing: 1.5px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-eef753b4-e7ea-437a-a9af-082e8b466958 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.3em;
  letter-spacing: 1.5px;
  text-align: left;
}


}
#s-54726ed6-b860-4469-bc99-98d9abcb8ef8 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-54726ed6-b860-4469-bc99-98d9abcb8ef8:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-54726ed6-b860-4469-bc99-98d9abcb8ef8:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-54726ed6-b860-4469-bc99-98d9abcb8ef8-root {
    text-align: center;
  }


#s-54726ed6-b860-4469-bc99-98d9abcb8ef8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-54726ed6-b860-4469-bc99-98d9abcb8ef8-root {
    text-align: center;
  }


#s-54726ed6-b860-4469-bc99-98d9abcb8ef8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-54726ed6-b860-4469-bc99-98d9abcb8ef8-root {
    text-align: center;
  }


#s-54726ed6-b860-4469-bc99-98d9abcb8ef8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-54726ed6-b860-4469-bc99-98d9abcb8ef8-root {
    text-align: center;
  }


#s-54726ed6-b860-4469-bc99-98d9abcb8ef8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-54726ed6-b860-4469-bc99-98d9abcb8ef8-root {
    text-align: center;
  }


#s-54726ed6-b860-4469-bc99-98d9abcb8ef8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}
#s-ef60b81f-4812-4e4d-b15c-384c3eb28d1c {
  padding-left: 20px;
padding-bottom: 40px;
padding-right: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ef60b81f-4812-4e4d-b15c-384c3eb28d1c {
  
}
}@media (max-width: 767px){#s-ef60b81f-4812-4e4d-b15c-384c3eb28d1c {
  
}
}
@media (min-width: 0px) {
[id="s-ef60b81f-4812-4e4d-b15c-384c3eb28d1c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-ef60b81f-4812-4e4d-b15c-384c3eb28d1c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ef60b81f-4812-4e4d-b15c-384c3eb28d1c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ef60b81f-4812-4e4d-b15c-384c3eb28d1c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a2049de2-844b-49da-b106-2b2d4748f315 {
  text-align: center;
}







  #s-a2049de2-844b-49da-b106-2b2d4748f315 img.shogun-image {
    

    
    
    
  }


#s-a2049de2-844b-49da-b106-2b2d4748f315 .shogun-image-content {
  
    align-items: center;
  
}

#s-5d6681cb-b588-404f-a3c9-c72f71bdbe16 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5d6681cb-b588-404f-a3c9-c72f71bdbe16 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.3em;
  letter-spacing: 1.5px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-5d6681cb-b588-404f-a3c9-c72f71bdbe16 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.3em;
  letter-spacing: 1.5px;
  text-align: left;
}


}
#s-58c48179-c339-40df-b260-b73b255499d2 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-58c48179-c339-40df-b260-b73b255499d2:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-58c48179-c339-40df-b260-b73b255499d2:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-58c48179-c339-40df-b260-b73b255499d2-root {
    text-align: center;
  }


#s-58c48179-c339-40df-b260-b73b255499d2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-58c48179-c339-40df-b260-b73b255499d2-root {
    text-align: center;
  }


#s-58c48179-c339-40df-b260-b73b255499d2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-58c48179-c339-40df-b260-b73b255499d2-root {
    text-align: center;
  }


#s-58c48179-c339-40df-b260-b73b255499d2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-58c48179-c339-40df-b260-b73b255499d2-root {
    text-align: center;
  }


#s-58c48179-c339-40df-b260-b73b255499d2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-58c48179-c339-40df-b260-b73b255499d2-root {
    text-align: center;
  }


#s-58c48179-c339-40df-b260-b73b255499d2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}
#s-fed0ee17-23ed-4582-b63e-239610b9e5fc {
  text-align: center;
}







  #s-fed0ee17-23ed-4582-b63e-239610b9e5fc img.shogun-image {
    

    
    
    
  }


#s-fed0ee17-23ed-4582-b63e-239610b9e5fc .shogun-image-content {
  
    align-items: center;
  
}

#s-f9e4c4d4-0382-4d25-b503-d1ade33ed173 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f9e4c4d4-0382-4d25-b503-d1ade33ed173 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.3em;
  letter-spacing: 1.5px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-f9e4c4d4-0382-4d25-b503-d1ade33ed173 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.3em;
  letter-spacing: 1.5px;
  text-align: left;
}


}
#s-eb98f69e-c54d-4da7-883a-53a06e4c362f {
  border-style: solid;
margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-eb98f69e-c54d-4da7-883a-53a06e4c362f:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-eb98f69e-c54d-4da7-883a-53a06e4c362f:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-eb98f69e-c54d-4da7-883a-53a06e4c362f-root {
    text-align: center;
  }


#s-eb98f69e-c54d-4da7-883a-53a06e4c362f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-eb98f69e-c54d-4da7-883a-53a06e4c362f-root {
    text-align: center;
  }


#s-eb98f69e-c54d-4da7-883a-53a06e4c362f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-eb98f69e-c54d-4da7-883a-53a06e4c362f-root {
    text-align: center;
  }


#s-eb98f69e-c54d-4da7-883a-53a06e4c362f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-eb98f69e-c54d-4da7-883a-53a06e4c362f-root {
    text-align: center;
  }


#s-eb98f69e-c54d-4da7-883a-53a06e4c362f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-eb98f69e-c54d-4da7-883a-53a06e4c362f-root {
    text-align: center;
  }


#s-eb98f69e-c54d-4da7-883a-53a06e4c362f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  inline-block ;
}
}
/*
  $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}
