#s-fa6b93c2-efdc-43a6-b0b3-28aa07c6ea4b {
  background-color: rgba(250, 250, 250, 1);
}

.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-71dc819c-7388-41aa-a5e9-ab627a79b21b {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
background-color: rgba(250, 250, 250, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-71dc819c-7388-41aa-a5e9-ab627a79b21b {
  margin-top: -100px;
margin-left: 0px;
margin-bottom: -100px;
margin-right: 0px;
}
}







#s-71dc819c-7388-41aa-a5e9-ab627a79b21b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-71dc819c-7388-41aa-a5e9-ab627a79b21b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

#s-66001dcc-aa0e-45dc-a4d7-159e6ff98a7f {
  margin-left: auto;
margin-right: auto;
max-width: 1440px;
}

@media (min-width: 0px) {
[id="s-66001dcc-aa0e-45dc-a4d7-159e6ff98a7f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-66001dcc-aa0e-45dc-a4d7-159e6ff98a7f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-66001dcc-aa0e-45dc-a4d7-159e6ff98a7f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-66001dcc-aa0e-45dc-a4d7-159e6ff98a7f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-66001dcc-aa0e-45dc-a4d7-159e6ff98a7f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-66001dcc-aa0e-45dc-a4d7-159e6ff98a7f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-66001dcc-aa0e-45dc-a4d7-159e6ff98a7f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-640f938c-867c-44cd-ac87-0c4dfc9a0252 {
  margin-left: auto;
margin-right: auto;
padding-left: 5px;
padding-right: 5px;
min-height: 50px;
max-width: 623px;
}
@media (min-width: 768px) and (max-width: 991px){#s-640f938c-867c-44cd-ac87-0c4dfc9a0252 {
  margin-top: -60px;
margin-bottom: -60px;
padding-top: 0px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-640f938c-867c-44cd-ac87-0c4dfc9a0252 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 0px;
}
}







#s-640f938c-867c-44cd-ac87-0c4dfc9a0252 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-640f938c-867c-44cd-ac87-0c4dfc9a0252.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: 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-5217b431-d4a1-4c9b-a910-e4018466f2e1 {
  margin-left: 40px;
margin-right: -40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-5217b431-d4a1-4c9b-a910-e4018466f2e1 {
  margin-top: 50px;
margin-bottom: 15px;
margin-right: 0px;
}
}
#s-5217b431-d4a1-4c9b-a910-e4018466f2e1 .shogun-heading-component h1 {
  color: rgba(38, 38, 63, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 48px;
  line-height: 1.1em;
  letter-spacing: -2px;
  text-align: left;
}


@media (min-width: 1200px){#s-5217b431-d4a1-4c9b-a910-e4018466f2e1 .shogun-heading-component h1 {
  color: rgba(38, 38, 63, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 80px;
  line-height: 1.1em;
  letter-spacing: -2px;
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-5217b431-d4a1-4c9b-a910-e4018466f2e1 .shogun-heading-component h1 {
  color: rgba(38, 38, 63, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 80px;
  line-height: 1.1em;
  letter-spacing: -2px;
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-5217b431-d4a1-4c9b-a910-e4018466f2e1 .shogun-heading-component h1 {
  color: rgba(38, 38, 63, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 56px;
  line-height: 1.1em;
  letter-spacing: -2px;
  text-align: left;
}


}
#s-a3fe0ed1-4b01-4a2d-be3b-b1cfe2626d54 {
  margin-top: -15px;
margin-bottom: -15px;
min-height: 50px;
}








#s-a3fe0ed1-4b01-4a2d-be3b-b1cfe2626d54 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a3fe0ed1-4b01-4a2d-be3b-b1cfe2626d54.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b6e1a88f-dd1b-4123-a3d1-1a6c8677c573 {
  margin-top: -15px;
margin-bottom: -15px;
min-height: 25px;
}
@media (min-width: 1200px){#s-b6e1a88f-dd1b-4123-a3d1-1a6c8677c573 {
  margin-top: 0px;
margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b6e1a88f-dd1b-4123-a3d1-1a6c8677c573 {
  margin-top: 0px;
margin-bottom: 0px;
}
}







#s-b6e1a88f-dd1b-4123-a3d1-1a6c8677c573 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b6e1a88f-dd1b-4123-a3d1-1a6c8677c573.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: 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-ea691167-893e-4afd-9a34-cdbdae13a599 {
  margin-left: 40px;
margin-right: -40px;
}

#s-549e9036-131f-4ca6-b697-a375efbd161e {
  margin-top: -5px;
margin-bottom: -5px;
min-height: 50px;
}








#s-549e9036-131f-4ca6-b697-a375efbd161e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-549e9036-131f-4ca6-b697-a375efbd161e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a897c0ed-9827-4df6-bdb6-f78f97d9d4c2 {
  margin-left: 40px;
margin-right: -40px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a897c0ed-9827-4df6-bdb6-f78f97d9d4c2 {
  margin-right: 0px;
}
}@media (max-width: 767px){#s-a897c0ed-9827-4df6-bdb6-f78f97d9d4c2 {
  margin-right: 40px;
}
}
#s-a1a7dc64-9496-4ae0-91a5-c3e7c1e9d60e {
  min-height: 50px;
}
@media (min-width: 1200px){#s-a1a7dc64-9496-4ae0-91a5-c3e7c1e9d60e {
  display: none;
}
#s-a1a7dc64-9496-4ae0-91a5-c3e7c1e9d60e, #wrap-s-a1a7dc64-9496-4ae0-91a5-c3e7c1e9d60e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a1a7dc64-9496-4ae0-91a5-c3e7c1e9d60e {
  display: none;
}
#s-a1a7dc64-9496-4ae0-91a5-c3e7c1e9d60e, #wrap-s-a1a7dc64-9496-4ae0-91a5-c3e7c1e9d60e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a1a7dc64-9496-4ae0-91a5-c3e7c1e9d60e {
  display: none;
}
#s-a1a7dc64-9496-4ae0-91a5-c3e7c1e9d60e, #wrap-s-a1a7dc64-9496-4ae0-91a5-c3e7c1e9d60e { display: none !important; }}







#s-a1a7dc64-9496-4ae0-91a5-c3e7c1e9d60e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a1a7dc64-9496-4ae0-91a5-c3e7c1e9d60e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-271518bc-5536-418c-8694-9bb6222bfb9b {
  min-height: 50px;
}
@media (max-width: 767px){#s-271518bc-5536-418c-8694-9bb6222bfb9b {
  margin-top: 0px;
margin-left: 37px;
margin-bottom: 0px;
margin-right: 38px;
}
}







#s-271518bc-5536-418c-8694-9bb6222bfb9b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-271518bc-5536-418c-8694-9bb6222bfb9b.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-9dc377b1-ce59-441c-8acc-e3773c438ac7 {
  margin-top: 44px;
margin-left: 0px;
margin-bottom: 44px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}
@media (max-width: 767px){#s-9dc377b1-ce59-441c-8acc-e3773c438ac7 {
  margin-top: 65px;
margin-bottom: 65px;
padding-bottom: 125px;
}
}






  #s-9dc377b1-ce59-441c-8acc-e3773c438ac7 img.shogun-image {
    

    
    
    
  }


#s-9dc377b1-ce59-441c-8acc-e3773c438ac7 .shogun-image-content {
  
    align-items: center;
  
}

#s-c95b325e-3cc4-4060-b91f-79231c11a931 {
  background-size: cover;
padding-top: 60px;
padding-bottom: 60px;
min-height: 50px;
background-position: center center;
background-repeat: repeat;
background-color: rgba(236, 236, 249, 1);
}
@media (max-width: 767px){#s-c95b325e-3cc4-4060-b91f-79231c11a931 {
  margin-top: -80px;
margin-bottom: -80px;
}
}







#s-c95b325e-3cc4-4060-b91f-79231c11a931 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c95b325e-3cc4-4060-b91f-79231c11a931.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bf2a7d4f-c805-4af7-8456-72fe99182955 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1440px;
}








#s-bf2a7d4f-c805-4af7-8456-72fe99182955 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bf2a7d4f-c805-4af7-8456-72fe99182955.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-015787f6-1e9f-4963-9ae6-98d6e5a329a6 {
  margin-left: 125px;
margin-right: 125px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
text-align: center;
}
@media (max-width: 767px){#s-015787f6-1e9f-4963-9ae6-98d6e5a329a6 {
  margin-left: 5px;
margin-right: 5px;
}
}
#s-015787f6-1e9f-4963-9ae6-98d6e5a329a6 .shogun-heading-component h1 {
  color: rgba(15, 29, 38, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 56px;
  
  letter-spacing: -2px;
  text-align: center;
}


@media (max-width: 767px){#s-015787f6-1e9f-4963-9ae6-98d6e5a329a6 .shogun-heading-component h1 {
  color: rgba(15, 29, 38, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 42px;
  
  letter-spacing: -2px;
  text-align: center;
}


}
#s-11ec286e-25c3-453c-9088-65e3402793ec {
  min-height: 50px;
background-color: rgba(236, 236, 249, 1);
}
@media (max-width: 767px){#s-11ec286e-25c3-453c-9088-65e3402793ec {
  display: none;
}
#s-11ec286e-25c3-453c-9088-65e3402793ec, #wrap-s-11ec286e-25c3-453c-9088-65e3402793ec { display: none !important; }}







#s-11ec286e-25c3-453c-9088-65e3402793ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-11ec286e-25c3-453c-9088-65e3402793ec.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bee10f17-3e8b-489a-ae19-f93f48219908 {
  min-height: 50px;
background-color: rgba(242, 242, 255, 1);
}
@media (max-width: 767px){#s-bee10f17-3e8b-489a-ae19-f93f48219908 {
  display: none;
}
#s-bee10f17-3e8b-489a-ae19-f93f48219908, #wrap-s-bee10f17-3e8b-489a-ae19-f93f48219908 { display: none !important; }}







#s-bee10f17-3e8b-489a-ae19-f93f48219908 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bee10f17-3e8b-489a-ae19-f93f48219908.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e401d84b-7683-4dc1-96dc-d9b9293161aa {
  min-height: 50px;
background-color: rgba(242, 242, 255, 1);
}








#s-e401d84b-7683-4dc1-96dc-d9b9293161aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e401d84b-7683-4dc1-96dc-d9b9293161aa.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-1624add8-8ee7-49ec-b4cd-4234c42180eb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1624add8-8ee7-49ec-b4cd-4234c42180eb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1624add8-8ee7-49ec-b4cd-4234c42180eb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1624add8-8ee7-49ec-b4cd-4234c42180eb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1624add8-8ee7-49ec-b4cd-4234c42180eb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1624add8-8ee7-49ec-b4cd-4234c42180eb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1624add8-8ee7-49ec-b4cd-4234c42180eb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-1bb5d87e-3f36-482b-be6b-3a4b6f585742 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
text-align: center;
}

#s-1bb5d87e-3f36-482b-be6b-3a4b6f585742 .shogun-heading-component h1 {
  color: rgba(15, 29, 38, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 56px;
  
  letter-spacing: -2px;
  text-align: center;
}



@media (max-width: 767px){#s-44d074c6-37de-4631-aefa-bc1810f287d4 {
  margin-left: 40px;
margin-right: 40px;
}
}
#s-a9d6efaa-29c4-4fb6-b2f9-9979e354da0b {
  min-height: 50px;
background-color: rgba(242, 242, 255, 1);
}
@media (max-width: 767px){#s-a9d6efaa-29c4-4fb6-b2f9-9979e354da0b {
  display: none;
}
#s-a9d6efaa-29c4-4fb6-b2f9-9979e354da0b, #wrap-s-a9d6efaa-29c4-4fb6-b2f9-9979e354da0b { display: none !important; }}







#s-a9d6efaa-29c4-4fb6-b2f9-9979e354da0b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a9d6efaa-29c4-4fb6-b2f9-9979e354da0b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0b505563-7003-43b1-9d45-e8d5ddd79854 {
  min-height: 50px;
background-color: rgba(236, 236, 249, 1);
}
@media (max-width: 767px){#s-0b505563-7003-43b1-9d45-e8d5ddd79854 {
  display: none;
}
#s-0b505563-7003-43b1-9d45-e8d5ddd79854, #wrap-s-0b505563-7003-43b1-9d45-e8d5ddd79854 { display: none !important; }}







#s-0b505563-7003-43b1-9d45-e8d5ddd79854 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0b505563-7003-43b1-9d45-e8d5ddd79854.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e0896c18-c39c-41a3-8f27-809d62aebf5d {
  min-height: 50px;
background-color: rgba(236, 236, 249, 1);
}








#s-e0896c18-c39c-41a3-8f27-809d62aebf5d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e0896c18-c39c-41a3-8f27-809d62aebf5d.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-bdb54439-72dd-4b92-9c17-b1932a50ff99"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bdb54439-72dd-4b92-9c17-b1932a50ff99"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-bdb54439-72dd-4b92-9c17-b1932a50ff99"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-bdb54439-72dd-4b92-9c17-b1932a50ff99"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-bdb54439-72dd-4b92-9c17-b1932a50ff99"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-bdb54439-72dd-4b92-9c17-b1932a50ff99"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-bdb54439-72dd-4b92-9c17-b1932a50ff99"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-f3608485-4818-40fc-a15d-7697db1e632a {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
text-align: center;
}

#s-f3608485-4818-40fc-a15d-7697db1e632a .shogun-heading-component h1 {
  color: rgba(15, 29, 38, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 56px;
  
  letter-spacing: -2px;
  text-align: center;
}



#s-8e2f60a3-1a7e-4aab-8e43-3ac2510569a0 {
  margin-left: 0px;
margin-right: 0px;
}
@media (max-width: 767px){#s-8e2f60a3-1a7e-4aab-8e43-3ac2510569a0 {
  margin-left: 40px;
margin-right: 40px;
}
}
#s-8076dbec-a2b9-4d8c-9828-a04dac9c1ee4 {
  min-height: 50px;
background-color: rgba(236, 236, 249, 1);
}
@media (max-width: 767px){#s-8076dbec-a2b9-4d8c-9828-a04dac9c1ee4 {
  display: none;
}
#s-8076dbec-a2b9-4d8c-9828-a04dac9c1ee4, #wrap-s-8076dbec-a2b9-4d8c-9828-a04dac9c1ee4 { display: none !important; }}







#s-8076dbec-a2b9-4d8c-9828-a04dac9c1ee4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8076dbec-a2b9-4d8c-9828-a04dac9c1ee4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6f970126-c65d-44ed-9907-862ef7eacccf {
  min-height: 50px;
background-color: rgba(242, 242, 255, 1);
}
@media (max-width: 767px){#s-6f970126-c65d-44ed-9907-862ef7eacccf {
  display: none;
}
#s-6f970126-c65d-44ed-9907-862ef7eacccf, #wrap-s-6f970126-c65d-44ed-9907-862ef7eacccf { display: none !important; }}







#s-6f970126-c65d-44ed-9907-862ef7eacccf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6f970126-c65d-44ed-9907-862ef7eacccf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f3ec3e5c-1509-4f90-9e33-8145b34111c9 {
  min-height: 50px;
background-color: rgba(242, 242, 255, 1);
}








#s-f3ec3e5c-1509-4f90-9e33-8145b34111c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f3ec3e5c-1509-4f90-9e33-8145b34111c9.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-7c2a0396-b193-4c14-849c-3094e7f41874"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7c2a0396-b193-4c14-849c-3094e7f41874"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7c2a0396-b193-4c14-849c-3094e7f41874"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7c2a0396-b193-4c14-849c-3094e7f41874"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7c2a0396-b193-4c14-849c-3094e7f41874"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7c2a0396-b193-4c14-849c-3094e7f41874"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7c2a0396-b193-4c14-849c-3094e7f41874"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-ec9362e3-3a4a-4fc4-8efa-8671dba4d03e {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
text-align: center;
}

#s-ec9362e3-3a4a-4fc4-8efa-8671dba4d03e .shogun-heading-component h1 {
  color: rgba(15, 29, 38, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 56px;
  
  letter-spacing: -2px;
  text-align: center;
}



#s-901c2a4c-62c2-45f4-bf3e-f7c0e3c2fc48 {
  margin-left: 0px;
margin-right: 0px;
}
@media (max-width: 767px){#s-901c2a4c-62c2-45f4-bf3e-f7c0e3c2fc48 {
  margin-left: 40px;
margin-right: 40px;
}
}
#s-f0cc46a1-bda4-4705-ab61-0e4118552bf7 {
  min-height: 50px;
background-color: rgba(242, 242, 255, 1);
}
@media (max-width: 767px){#s-f0cc46a1-bda4-4705-ab61-0e4118552bf7 {
  display: none;
}
#s-f0cc46a1-bda4-4705-ab61-0e4118552bf7, #wrap-s-f0cc46a1-bda4-4705-ab61-0e4118552bf7 { display: none !important; }}







#s-f0cc46a1-bda4-4705-ab61-0e4118552bf7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f0cc46a1-bda4-4705-ab61-0e4118552bf7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1eca70e4-cb56-4d74-b743-1a2a0b729300 {
  min-height: 50px;
background-color: rgba(236, 236, 249, 1);
}
@media (max-width: 767px){#s-1eca70e4-cb56-4d74-b743-1a2a0b729300 {
  display: none;
}
#s-1eca70e4-cb56-4d74-b743-1a2a0b729300, #wrap-s-1eca70e4-cb56-4d74-b743-1a2a0b729300 { display: none !important; }}







#s-1eca70e4-cb56-4d74-b743-1a2a0b729300 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1eca70e4-cb56-4d74-b743-1a2a0b729300.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2f6cf998-65a9-4a8b-ae0e-13dc7af8e010 {
  min-height: 50px;
background-color: rgba(236, 236, 249, 1);
}








#s-2f6cf998-65a9-4a8b-ae0e-13dc7af8e010 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2f6cf998-65a9-4a8b-ae0e-13dc7af8e010.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-802195a5-2d32-48b1-b6d5-f8ea8fc73daa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-802195a5-2d32-48b1-b6d5-f8ea8fc73daa"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-802195a5-2d32-48b1-b6d5-f8ea8fc73daa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-802195a5-2d32-48b1-b6d5-f8ea8fc73daa"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-802195a5-2d32-48b1-b6d5-f8ea8fc73daa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-802195a5-2d32-48b1-b6d5-f8ea8fc73daa"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-802195a5-2d32-48b1-b6d5-f8ea8fc73daa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-f866cc94-c80a-4b0a-b9f9-4fcaaffe15b5 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
text-align: center;
}

#s-f866cc94-c80a-4b0a-b9f9-4fcaaffe15b5 .shogun-heading-component h1 {
  color: rgba(15, 29, 38, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 56px;
  
  letter-spacing: -2px;
  text-align: center;
}



#s-4cd4e6b5-888a-4794-9880-e9a3e110977b {
  margin-left: 0px;
margin-right: 0px;
}
@media (max-width: 767px){#s-4cd4e6b5-888a-4794-9880-e9a3e110977b {
  margin-left: 40px;
margin-right: 40px;
}
}
#s-8d7fe868-26cc-44bc-9e20-5085723fd0bd {
  min-height: 50px;
}
@media (min-width: 1200px){#s-8d7fe868-26cc-44bc-9e20-5085723fd0bd {
  display: none;
}
#s-8d7fe868-26cc-44bc-9e20-5085723fd0bd, #wrap-s-8d7fe868-26cc-44bc-9e20-5085723fd0bd { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8d7fe868-26cc-44bc-9e20-5085723fd0bd {
  display: none;
}
#s-8d7fe868-26cc-44bc-9e20-5085723fd0bd, #wrap-s-8d7fe868-26cc-44bc-9e20-5085723fd0bd { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8d7fe868-26cc-44bc-9e20-5085723fd0bd {
  display: none;
}
#s-8d7fe868-26cc-44bc-9e20-5085723fd0bd, #wrap-s-8d7fe868-26cc-44bc-9e20-5085723fd0bd { display: none !important; }}







#s-8d7fe868-26cc-44bc-9e20-5085723fd0bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8d7fe868-26cc-44bc-9e20-5085723fd0bd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-afe32b89-c38f-436d-90cf-f4a4242b7095 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
background-color: rgba(236, 236, 249, 1);
}
@media (min-width: 1200px){#s-afe32b89-c38f-436d-90cf-f4a4242b7095 {
  display: none;
}
#s-afe32b89-c38f-436d-90cf-f4a4242b7095, #wrap-s-afe32b89-c38f-436d-90cf-f4a4242b7095 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-afe32b89-c38f-436d-90cf-f4a4242b7095 {
  display: none;
}
#s-afe32b89-c38f-436d-90cf-f4a4242b7095, #wrap-s-afe32b89-c38f-436d-90cf-f4a4242b7095 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-afe32b89-c38f-436d-90cf-f4a4242b7095 {
  display: none;
}
#s-afe32b89-c38f-436d-90cf-f4a4242b7095, #wrap-s-afe32b89-c38f-436d-90cf-f4a4242b7095 { display: none !important; }}







#s-afe32b89-c38f-436d-90cf-f4a4242b7095 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-afe32b89-c38f-436d-90cf-f4a4242b7095.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-57ae0d4c-abbf-4cbd-85eb-d13bbb002cb4 {
  border-style: solid;
margin-top: 19px;
margin-bottom: 5px;
margin-right: 13px;
padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 12px;
max-width: 400px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
line-height: 1.8em;
letter-spacing: 0px;
}
#s-57ae0d4c-abbf-4cbd-85eb-d13bbb002cb4:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(250, 250, 250, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(38, 38, 63, 1) !important;}#s-57ae0d4c-abbf-4cbd-85eb-d13bbb002cb4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-57ae0d4c-abbf-4cbd-85eb-d13bbb002cb4-root {
    text-align: center;
  }


#s-57ae0d4c-abbf-4cbd-85eb-d13bbb002cb4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-57ae0d4c-abbf-4cbd-85eb-d13bbb002cb4-root {
    text-align: center;
  }


#s-57ae0d4c-abbf-4cbd-85eb-d13bbb002cb4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-57ae0d4c-abbf-4cbd-85eb-d13bbb002cb4-root {
    text-align: center;
  }


#s-57ae0d4c-abbf-4cbd-85eb-d13bbb002cb4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-57ae0d4c-abbf-4cbd-85eb-d13bbb002cb4-root {
    text-align: center;
  }


#s-57ae0d4c-abbf-4cbd-85eb-d13bbb002cb4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-57ae0d4c-abbf-4cbd-85eb-d13bbb002cb4-root {
    text-align: center;
  }


#s-57ae0d4c-abbf-4cbd-85eb-d13bbb002cb4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-fb301fcf-8cea-4c04-8830-6829e3b73952 {
  text-align: center;
}







  #s-fb301fcf-8cea-4c04-8830-6829e3b73952 img.shogun-image {
    

    
    
    
  }


#s-fb301fcf-8cea-4c04-8830-6829e3b73952 .shogun-image-content {
  
    align-items: center;
  
}

#s-cf73f46f-b3fc-403f-928e-7531af1cd3ad {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
background-color: rgba(236, 236, 249, 1);
}
@media (max-width: 767px){#s-cf73f46f-b3fc-403f-928e-7531af1cd3ad {
  display: none;
}
#s-cf73f46f-b3fc-403f-928e-7531af1cd3ad, #wrap-s-cf73f46f-b3fc-403f-928e-7531af1cd3ad { display: none !important; }}







#s-cf73f46f-b3fc-403f-928e-7531af1cd3ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cf73f46f-b3fc-403f-928e-7531af1cd3ad.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b4711ced-66cd-463b-a5e9-e8a8cef46fb8 {
  padding-left: 0px;
padding-right: 0px;
text-align: center;
}
@media (max-width: 767px){#s-b4711ced-66cd-463b-a5e9-e8a8cef46fb8 {
  display: none;
}
#s-b4711ced-66cd-463b-a5e9-e8a8cef46fb8, #wrap-s-b4711ced-66cd-463b-a5e9-e8a8cef46fb8 { display: none !important; }}






  #s-b4711ced-66cd-463b-a5e9-e8a8cef46fb8 img.shogun-image {
    

    
    
    
  }


#s-b4711ced-66cd-463b-a5e9-e8a8cef46fb8 .shogun-image-content {
  
    align-items: center;
  
}

#s-c2886cc8-bc5f-467b-a6fd-5cffa1e8e9ea {
  min-height: 50px;
background-color: rgba(236, 236, 249, 1);
}








#s-c2886cc8-bc5f-467b-a6fd-5cffa1e8e9ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c2886cc8-bc5f-467b-a6fd-5cffa1e8e9ea.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eafbf5e9-101b-4251-9f4d-5c9e30b2eeeb {
  background-size: cover;
padding-top: 60px;
padding-bottom: 60px;
min-height: 50px;
background-position: center center;
background-repeat: repeat;
background-color: rgba(38, 38, 63, 1);
}
@media (max-width: 767px){#s-eafbf5e9-101b-4251-9f4d-5c9e30b2eeeb {
  margin-top: -80px;
margin-bottom: -80px;
}
}







#s-eafbf5e9-101b-4251-9f4d-5c9e30b2eeeb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eafbf5e9-101b-4251-9f4d-5c9e30b2eeeb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-de46889f-37eb-4281-a594-afc6e11c8d40 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-de46889f-37eb-4281-a594-afc6e11c8d40 {
  display: none;
}
#s-de46889f-37eb-4281-a594-afc6e11c8d40, #wrap-s-de46889f-37eb-4281-a594-afc6e11c8d40 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-de46889f-37eb-4281-a594-afc6e11c8d40 {
  display: none;
}
#s-de46889f-37eb-4281-a594-afc6e11c8d40, #wrap-s-de46889f-37eb-4281-a594-afc6e11c8d40 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-de46889f-37eb-4281-a594-afc6e11c8d40 {
  display: none;
}
#s-de46889f-37eb-4281-a594-afc6e11c8d40, #wrap-s-de46889f-37eb-4281-a594-afc6e11c8d40 { display: none !important; }}







#s-de46889f-37eb-4281-a594-afc6e11c8d40 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-de46889f-37eb-4281-a594-afc6e11c8d40.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f2eb4b5a-c458-44b4-b7a8-787d34a7eaa1 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1440px;
}








#s-f2eb4b5a-c458-44b4-b7a8-787d34a7eaa1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f2eb4b5a-c458-44b4-b7a8-787d34a7eaa1.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-70496968-9c2c-480f-ada4-eb64d8bfbf83"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-70496968-9c2c-480f-ada4-eb64d8bfbf83"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-70496968-9c2c-480f-ada4-eb64d8bfbf83"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-70496968-9c2c-480f-ada4-eb64d8bfbf83"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-70496968-9c2c-480f-ada4-eb64d8bfbf83"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-70496968-9c2c-480f-ada4-eb64d8bfbf83"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-70496968-9c2c-480f-ada4-eb64d8bfbf83"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-67191f6a-d8cc-4c41-9d91-eb66f69ce174 {
  margin-left: 125px;
margin-right: 125px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-67191f6a-d8cc-4c41-9d91-eb66f69ce174 {
  margin-left: 0px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-67191f6a-d8cc-4c41-9d91-eb66f69ce174 {
  margin-left: 30px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-67191f6a-d8cc-4c41-9d91-eb66f69ce174 .shogun-heading-component h1 {
  color: rgba(250, 250, 250, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 56px;
  
  letter-spacing: -2px;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-67191f6a-d8cc-4c41-9d91-eb66f69ce174 .shogun-heading-component h1 {
  color: rgba(250, 250, 250, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 56px;
  line-height: 1.1em;
  letter-spacing: -2px;
  text-align: center;
}


}@media (max-width: 767px){#s-67191f6a-d8cc-4c41-9d91-eb66f69ce174 .shogun-heading-component h1 {
  color: rgba(250, 250, 250, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 42px;
  
  letter-spacing: -2px;
  text-align: center;
}


}
.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-0fc57e12-c5a5-4514-b1a4-107f367e3b2a {
  margin-top: -10px;
margin-bottom: -10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0fc57e12-c5a5-4514-b1a4-107f367e3b2a {
  margin-top: -25px;
margin-bottom: -25px;
}
}
#s-0fc57e12-c5a5-4514-b1a4-107f367e3b2a hr {
  border-top: 1px solid rgba(38, 38, 63, 1);
}

#s-a38f3f41-3b3d-41ef-9c32-4964f3d57b39 {
  border-style: solid;
margin-top: 19px;
margin-bottom: 5px;
margin-right: 13px;
padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(250, 250, 250, 1);
border-radius: 12px;
max-width: 400px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
color: rgba(250, 250, 250, 1);
background-image: none;
hover-type: color;
line-height: 1.8em;
letter-spacing: 0px;
}
#s-a38f3f41-3b3d-41ef-9c32-4964f3d57b39:hover {background-color: rgba(250, 250, 250, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(38, 38, 63, 1) !important;}#s-a38f3f41-3b3d-41ef-9c32-4964f3d57b39:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a38f3f41-3b3d-41ef-9c32-4964f3d57b39-root {
    text-align: center;
  }


#s-a38f3f41-3b3d-41ef-9c32-4964f3d57b39.shg-btn {
  color: rgba(250, 250, 250, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a38f3f41-3b3d-41ef-9c32-4964f3d57b39-root {
    text-align: center;
  }


#s-a38f3f41-3b3d-41ef-9c32-4964f3d57b39.shg-btn {
  color: rgba(250, 250, 250, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a38f3f41-3b3d-41ef-9c32-4964f3d57b39-root {
    text-align: center;
  }


#s-a38f3f41-3b3d-41ef-9c32-4964f3d57b39.shg-btn {
  color: rgba(250, 250, 250, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a38f3f41-3b3d-41ef-9c32-4964f3d57b39-root {
    text-align: center;
  }


#s-a38f3f41-3b3d-41ef-9c32-4964f3d57b39.shg-btn {
  color: rgba(250, 250, 250, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a38f3f41-3b3d-41ef-9c32-4964f3d57b39-root {
    text-align: center;
  }


#s-a38f3f41-3b3d-41ef-9c32-4964f3d57b39.shg-btn {
  color: rgba(250, 250, 250, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-b49b3e23-fb2c-457d-afb1-29d8fcbfd9ca {
  min-height: 50px;
}
@media (min-width: 1200px){#s-b49b3e23-fb2c-457d-afb1-29d8fcbfd9ca {
  display: none;
}
#s-b49b3e23-fb2c-457d-afb1-29d8fcbfd9ca, #wrap-s-b49b3e23-fb2c-457d-afb1-29d8fcbfd9ca { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b49b3e23-fb2c-457d-afb1-29d8fcbfd9ca {
  display: none;
}
#s-b49b3e23-fb2c-457d-afb1-29d8fcbfd9ca, #wrap-s-b49b3e23-fb2c-457d-afb1-29d8fcbfd9ca { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b49b3e23-fb2c-457d-afb1-29d8fcbfd9ca {
  display: none;
}
#s-b49b3e23-fb2c-457d-afb1-29d8fcbfd9ca, #wrap-s-b49b3e23-fb2c-457d-afb1-29d8fcbfd9ca { display: none !important; }}







#s-b49b3e23-fb2c-457d-afb1-29d8fcbfd9ca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b49b3e23-fb2c-457d-afb1-29d8fcbfd9ca.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c528d436-54c2-4943-850e-cfb4d3c439ef {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
background-color: rgba(250, 250, 250, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-c528d436-54c2-4943-850e-cfb4d3c439ef {
  margin-top: -100px;
margin-left: 0px;
margin-bottom: -100px;
margin-right: 0px;
}
}







#s-c528d436-54c2-4943-850e-cfb4d3c439ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c528d436-54c2-4943-850e-cfb4d3c439ef.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3fb1536b-2a1d-4dbe-b0de-86f02cd461b6 {
  margin-left: auto;
margin-right: auto;
max-width: 1440px;
}

@media (min-width: 0px) {
[id="s-3fb1536b-2a1d-4dbe-b0de-86f02cd461b6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3fb1536b-2a1d-4dbe-b0de-86f02cd461b6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3fb1536b-2a1d-4dbe-b0de-86f02cd461b6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3fb1536b-2a1d-4dbe-b0de-86f02cd461b6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3fb1536b-2a1d-4dbe-b0de-86f02cd461b6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3fb1536b-2a1d-4dbe-b0de-86f02cd461b6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3fb1536b-2a1d-4dbe-b0de-86f02cd461b6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-62133d4f-cfe2-4995-bdef-613800bec2c3 {
  margin-left: auto;
margin-right: auto;
padding-left: 1px;
padding-right: 1px;
min-height: 50px;
max-width: 623px;
}
@media (min-width: 768px) and (max-width: 991px){#s-62133d4f-cfe2-4995-bdef-613800bec2c3 {
  margin-top: -60px;
margin-bottom: -60px;
padding-top: 0px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-62133d4f-cfe2-4995-bdef-613800bec2c3 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 0px;
}
}







#s-62133d4f-cfe2-4995-bdef-613800bec2c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-62133d4f-cfe2-4995-bdef-613800bec2c3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ea9d79ac-5f5f-4601-84ed-b5ff1826a950 {
  margin-left: 40px;
margin-right: -40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-ea9d79ac-5f5f-4601-84ed-b5ff1826a950 {
  margin-top: 50px;
margin-bottom: 15px;
margin-right: 0px;
}
}
#s-ea9d79ac-5f5f-4601-84ed-b5ff1826a950 .shogun-heading-component h1 {
  color: rgba(38, 38, 63, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 48px;
  line-height: 1.1em;
  letter-spacing: -2px;
  text-align: left;
}


@media (min-width: 1200px){#s-ea9d79ac-5f5f-4601-84ed-b5ff1826a950 .shogun-heading-component h1 {
  color: rgba(38, 38, 63, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 80px;
  line-height: 1.1em;
  letter-spacing: -2px;
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-ea9d79ac-5f5f-4601-84ed-b5ff1826a950 .shogun-heading-component h1 {
  color: rgba(38, 38, 63, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 80px;
  line-height: 1.1em;
  letter-spacing: -2px;
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-ea9d79ac-5f5f-4601-84ed-b5ff1826a950 .shogun-heading-component h1 {
  color: rgba(38, 38, 63, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 56px;
  line-height: 1.1em;
  letter-spacing: -2px;
  text-align: left;
}


}
#s-713d1709-c9a4-47ba-93f2-265bad48d72c {
  margin-top: -15px;
margin-bottom: -15px;
min-height: 25px;
}
@media (min-width: 1200px){#s-713d1709-c9a4-47ba-93f2-265bad48d72c {
  margin-top: 0px;
margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-713d1709-c9a4-47ba-93f2-265bad48d72c {
  margin-top: 0px;
margin-bottom: 0px;
}
}







#s-713d1709-c9a4-47ba-93f2-265bad48d72c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-713d1709-c9a4-47ba-93f2-265bad48d72c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-18564463-b8a2-4361-ac06-f6806350d48a {
  margin-left: 40px;
margin-right: -40px;
}
@media (min-width: 768px) and (max-width: 991px){#s-18564463-b8a2-4361-ac06-f6806350d48a {
  margin-right: 0px;
}
}@media (max-width: 767px){#s-18564463-b8a2-4361-ac06-f6806350d48a {
  margin-right: 40px;
}
}
#s-3f746e63-e472-4af5-8578-d701b0c0472b {
  min-height: 50px;
}
@media (max-width: 767px){#s-3f746e63-e472-4af5-8578-d701b0c0472b {
  margin-top: 0px;
margin-left: 37px;
margin-bottom: 0px;
margin-right: 38px;
}
}







#s-3f746e63-e472-4af5-8578-d701b0c0472b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3f746e63-e472-4af5-8578-d701b0c0472b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1a3a15e1-7996-4692-838e-2ba5a53a7448 {
  margin-top: 44px;
margin-left: 0px;
margin-bottom: 44px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}







  #s-1a3a15e1-7996-4692-838e-2ba5a53a7448 img.shogun-image {
    

    
    
    
  }


#s-1a3a15e1-7996-4692-838e-2ba5a53a7448 .shogun-image-content {
  
    align-items: center;
  
}

#s-45650fc2-0f8d-49e4-bb06-fcb12e0bda01 {
  min-height: 50px;
background-color: rgba(250, 250, 250, 1);
}








#s-45650fc2-0f8d-49e4-bb06-fcb12e0bda01 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-45650fc2-0f8d-49e4-bb06-fcb12e0bda01.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-12aff60e-973f-42d4-b90a-fea70db89ca5 {
  background-size: cover;
padding-top: 60px;
padding-bottom: 60px;
min-height: 50px;
background-position: center center;
background-repeat: repeat;
background-color: rgba(236, 236, 249, 1);
}
@media (max-width: 767px){#s-12aff60e-973f-42d4-b90a-fea70db89ca5 {
  margin-top: -80px;
margin-bottom: -80px;
}
}







#s-12aff60e-973f-42d4-b90a-fea70db89ca5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-12aff60e-973f-42d4-b90a-fea70db89ca5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-26d111de-d861-474b-b56e-b6ced18eaf29 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1440px;
}








#s-26d111de-d861-474b-b56e-b6ced18eaf29 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-26d111de-d861-474b-b56e-b6ced18eaf29.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a9b608df-e74d-4feb-a5e5-e30f3f8f82ca {
  margin-left: 125px;
margin-right: 125px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
text-align: center;
}
@media (max-width: 767px){#s-a9b608df-e74d-4feb-a5e5-e30f3f8f82ca {
  margin-top: 0px;
margin-left: 45px;
margin-bottom: 40px;
margin-right: 45px;
}
}
#s-a9b608df-e74d-4feb-a5e5-e30f3f8f82ca .shogun-heading-component h1 {
  color: rgba(15, 29, 38, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 56px;
  
  letter-spacing: -2px;
  text-align: center;
}


@media (max-width: 767px){#s-a9b608df-e74d-4feb-a5e5-e30f3f8f82ca .shogun-heading-component h1 {
  color: rgba(15, 29, 38, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 42px;
  
  letter-spacing: -2px;
  text-align: center;
}


}
#s-d01cb61d-794c-449f-84d1-1104a99e45b4 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
background-color: rgba(250, 250, 250, 1);
}
@media (max-width: 767px){#s-d01cb61d-794c-449f-84d1-1104a99e45b4 {
  display: none;
}
#s-d01cb61d-794c-449f-84d1-1104a99e45b4, #wrap-s-d01cb61d-794c-449f-84d1-1104a99e45b4 { display: none !important; }}







#s-d01cb61d-794c-449f-84d1-1104a99e45b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d01cb61d-794c-449f-84d1-1104a99e45b4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7a70e663-1413-40b3-8a35-9f77f02282b9 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-7a70e663-1413-40b3-8a35-9f77f02282b9 {
  display: none;
}
#s-7a70e663-1413-40b3-8a35-9f77f02282b9, #wrap-s-7a70e663-1413-40b3-8a35-9f77f02282b9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7a70e663-1413-40b3-8a35-9f77f02282b9 {
  display: none;
}
#s-7a70e663-1413-40b3-8a35-9f77f02282b9, #wrap-s-7a70e663-1413-40b3-8a35-9f77f02282b9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7a70e663-1413-40b3-8a35-9f77f02282b9 {
  display: none;
}
#s-7a70e663-1413-40b3-8a35-9f77f02282b9, #wrap-s-7a70e663-1413-40b3-8a35-9f77f02282b9 { display: none !important; }}







#s-7a70e663-1413-40b3-8a35-9f77f02282b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7a70e663-1413-40b3-8a35-9f77f02282b9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fff4f3e6-dee9-4cfc-b2a1-5a880db755a1 {
  min-height: 50px;
background-color: rgba(250, 250, 250, 1);
}








#s-fff4f3e6-dee9-4cfc-b2a1-5a880db755a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fff4f3e6-dee9-4cfc-b2a1-5a880db755a1.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-422becbf-4b9d-4d08-a214-9973e926de27"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-422becbf-4b9d-4d08-a214-9973e926de27"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-422becbf-4b9d-4d08-a214-9973e926de27"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-422becbf-4b9d-4d08-a214-9973e926de27"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-422becbf-4b9d-4d08-a214-9973e926de27"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-422becbf-4b9d-4d08-a214-9973e926de27"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-422becbf-4b9d-4d08-a214-9973e926de27"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-96ed7621-7c34-463e-bf94-288f5a97c338 {
  margin-left: 40px;
margin-right: 0px;
}
@media (max-width: 767px){#s-96ed7621-7c34-463e-bf94-288f5a97c338 {
  margin-right: 40px;
}
}
#s-aa626654-184d-483b-9441-4e14a9043a82 {
  min-height: 50px;
background-color: rgba(250, 250, 250, 1);
}








#s-aa626654-184d-483b-9441-4e14a9043a82 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aa626654-184d-483b-9441-4e14a9043a82.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9af3f72a-efc4-4d98-9a14-befaa87d21ac {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 10%;
padding-right: 10%;
min-height: 50px;
max-width: 1440px;
}








#s-9af3f72a-efc4-4d98-9a14-befaa87d21ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9af3f72a-efc4-4d98-9a14-befaa87d21ac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-418bbeea-2b34-4c13-9275-43939eec36aa {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
}

@media (min-width: 0px) {
[id="s-418bbeea-2b34-4c13-9275-43939eec36aa"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-418bbeea-2b34-4c13-9275-43939eec36aa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-418bbeea-2b34-4c13-9275-43939eec36aa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-418bbeea-2b34-4c13-9275-43939eec36aa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

.shg-align-container {
  box-sizing: border-box;
}

.shg-image-content-wrapper {
  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;
  height: inherit;
  position: relative;
}

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

.shg-imageV2-content {
  text-align: initial;
}

.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;
}

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-b2c0f6c2-7b5d-4a4f-8779-c74c68e8efec {
  border-radius: 6px;
text-align: center;
}







  img.s-b2c0f6c2-7b5d-4a4f-8779-c74c68e8efec.shogun-image {
    
    
  }


.s-b2c0f6c2-7b5d-4a4f-8779-c74c68e8efec .shogun-image-content {
  
    align-items: center;
  
}

.s-b2c0f6c2-7b5d-4a4f-8779-c74c68e8efec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2c0f6c2-7b5d-4a4f-8779-c74c68e8efec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2c0f6c2-7b5d-4a4f-8779-c74c68e8efec.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-b2c0f6c2-7b5d-4a4f-8779-c74c68e8efec.shogun-image {
    
    
  }


.s-b2c0f6c2-7b5d-4a4f-8779-c74c68e8efec .shogun-image-content {
  
    align-items: center;
  
}

.s-b2c0f6c2-7b5d-4a4f-8779-c74c68e8efec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2c0f6c2-7b5d-4a4f-8779-c74c68e8efec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2c0f6c2-7b5d-4a4f-8779-c74c68e8efec.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-b2c0f6c2-7b5d-4a4f-8779-c74c68e8efec.shogun-image {
    
    
  }


.s-b2c0f6c2-7b5d-4a4f-8779-c74c68e8efec .shogun-image-content {
  
    align-items: center;
  
}

.s-b2c0f6c2-7b5d-4a4f-8779-c74c68e8efec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2c0f6c2-7b5d-4a4f-8779-c74c68e8efec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2c0f6c2-7b5d-4a4f-8779-c74c68e8efec.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-b2c0f6c2-7b5d-4a4f-8779-c74c68e8efec.shogun-image {
    
    
  }


.s-b2c0f6c2-7b5d-4a4f-8779-c74c68e8efec .shogun-image-content {
  
    align-items: center;
  
}

.s-b2c0f6c2-7b5d-4a4f-8779-c74c68e8efec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2c0f6c2-7b5d-4a4f-8779-c74c68e8efec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2c0f6c2-7b5d-4a4f-8779-c74c68e8efec.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-b2c0f6c2-7b5d-4a4f-8779-c74c68e8efec.shogun-image {
    
    
  }


.s-b2c0f6c2-7b5d-4a4f-8779-c74c68e8efec .shogun-image-content {
  
    align-items: center;
  
}

.s-b2c0f6c2-7b5d-4a4f-8779-c74c68e8efec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2c0f6c2-7b5d-4a4f-8779-c74c68e8efec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2c0f6c2-7b5d-4a4f-8779-c74c68e8efec.shogun-image {
  box-sizing: border-box;
}



}
#s-0a77ef82-051d-45e3-8052-519b02aabcc1 {
  border-radius: 6px;
min-height: 100px;
text-align: center;
}







  img.s-0a77ef82-051d-45e3-8052-519b02aabcc1.shogun-image {
    
    
  }


.s-0a77ef82-051d-45e3-8052-519b02aabcc1 .shogun-image-content {
  
    align-items: center;
  
}

.s-0a77ef82-051d-45e3-8052-519b02aabcc1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a77ef82-051d-45e3-8052-519b02aabcc1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a77ef82-051d-45e3-8052-519b02aabcc1.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-0a77ef82-051d-45e3-8052-519b02aabcc1.shogun-image {
    
    
  }


.s-0a77ef82-051d-45e3-8052-519b02aabcc1 .shogun-image-content {
  
    align-items: center;
  
}

.s-0a77ef82-051d-45e3-8052-519b02aabcc1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a77ef82-051d-45e3-8052-519b02aabcc1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a77ef82-051d-45e3-8052-519b02aabcc1.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-0a77ef82-051d-45e3-8052-519b02aabcc1.shogun-image {
    
    
  }


.s-0a77ef82-051d-45e3-8052-519b02aabcc1 .shogun-image-content {
  
    align-items: center;
  
}

.s-0a77ef82-051d-45e3-8052-519b02aabcc1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a77ef82-051d-45e3-8052-519b02aabcc1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a77ef82-051d-45e3-8052-519b02aabcc1.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-0a77ef82-051d-45e3-8052-519b02aabcc1.shogun-image {
    
    
  }


.s-0a77ef82-051d-45e3-8052-519b02aabcc1 .shogun-image-content {
  
    align-items: center;
  
}

.s-0a77ef82-051d-45e3-8052-519b02aabcc1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a77ef82-051d-45e3-8052-519b02aabcc1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a77ef82-051d-45e3-8052-519b02aabcc1.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-0a77ef82-051d-45e3-8052-519b02aabcc1.shogun-image {
    
    
  }


.s-0a77ef82-051d-45e3-8052-519b02aabcc1 .shogun-image-content {
  
    align-items: center;
  
}

.s-0a77ef82-051d-45e3-8052-519b02aabcc1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a77ef82-051d-45e3-8052-519b02aabcc1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a77ef82-051d-45e3-8052-519b02aabcc1.shogun-image {
  box-sizing: border-box;
}



}
#s-7c703946-f130-4067-9db4-58bcc07fbfc6 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
background-color: rgba(250, 250, 250, 1);
}
@media (max-width: 767px){#s-7c703946-f130-4067-9db4-58bcc07fbfc6 {
  display: none;
}
#s-7c703946-f130-4067-9db4-58bcc07fbfc6, #wrap-s-7c703946-f130-4067-9db4-58bcc07fbfc6 { display: none !important; }}







#s-7c703946-f130-4067-9db4-58bcc07fbfc6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7c703946-f130-4067-9db4-58bcc07fbfc6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f00836f9-094f-44e1-ad8c-00b071b0a182 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
background-color: rgba(250, 250, 250, 1);
}








#s-f00836f9-094f-44e1-ad8c-00b071b0a182 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f00836f9-094f-44e1-ad8c-00b071b0a182.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-86fcd79a-158c-49f2-961a-810a383771db"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-86fcd79a-158c-49f2-961a-810a383771db"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-86fcd79a-158c-49f2-961a-810a383771db"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-86fcd79a-158c-49f2-961a-810a383771db"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-86fcd79a-158c-49f2-961a-810a383771db"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-86fcd79a-158c-49f2-961a-810a383771db"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-86fcd79a-158c-49f2-961a-810a383771db"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-e8dcbc2a-ee32-4997-8f76-5ca436dee9f9 {
  margin-left: 0px;
margin-right: 0px;
}
@media (max-width: 767px){#s-e8dcbc2a-ee32-4997-8f76-5ca436dee9f9 {
  margin-left: 40px;
margin-right: 40px;
}
}
#s-80c7c0b3-1324-4378-8b06-4d66493d1b5d {
  min-height: 50px;
}








#s-80c7c0b3-1324-4378-8b06-4d66493d1b5d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-80c7c0b3-1324-4378-8b06-4d66493d1b5d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-21e1a17a-f653-4631-a56c-b18a0ab7e014 {
  text-align: center;
}







  #s-21e1a17a-f653-4631-a56c-b18a0ab7e014 img.shogun-image {
    

    
    
    
  }


#s-21e1a17a-f653-4631-a56c-b18a0ab7e014 .shogun-image-content {
  
    align-items: center;
  
}

#s-34909e7f-e7b9-441f-b0ac-1593e71f5153 {
  min-height: 50px;
}
@media (max-width: 767px){#s-34909e7f-e7b9-441f-b0ac-1593e71f5153 {
  display: none;
}
#s-34909e7f-e7b9-441f-b0ac-1593e71f5153, #wrap-s-34909e7f-e7b9-441f-b0ac-1593e71f5153 { display: none !important; }}







#s-34909e7f-e7b9-441f-b0ac-1593e71f5153 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-34909e7f-e7b9-441f-b0ac-1593e71f5153.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-09870878-75de-4498-adb5-b0914acb739a {
  min-height: 50px;
}








#s-09870878-75de-4498-adb5-b0914acb739a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-09870878-75de-4498-adb5-b0914acb739a.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-92698244-c151-4a71-beed-2f7814a5ff16"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-92698244-c151-4a71-beed-2f7814a5ff16"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-92698244-c151-4a71-beed-2f7814a5ff16"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-92698244-c151-4a71-beed-2f7814a5ff16"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-92698244-c151-4a71-beed-2f7814a5ff16"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-92698244-c151-4a71-beed-2f7814a5ff16"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-92698244-c151-4a71-beed-2f7814a5ff16"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-6a740902-2034-4784-87e8-11408070f4e2 {
  margin-left: 0px;
margin-right: 0px;
}

@media (max-width: 767px){#s-4573d8f4-66ae-4d81-a424-822be2699f76 {
  margin-top: -100px;
}
}
@media (min-width: 0px) {
[id="s-4573d8f4-66ae-4d81-a424-822be2699f76"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4573d8f4-66ae-4d81-a424-822be2699f76"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4573d8f4-66ae-4d81-a424-822be2699f76"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4573d8f4-66ae-4d81-a424-822be2699f76"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4573d8f4-66ae-4d81-a424-822be2699f76"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4573d8f4-66ae-4d81-a424-822be2699f76"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4573d8f4-66ae-4d81-a424-822be2699f76"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-95139513-d152-4e77-aba7-b01241c2d003 {
  margin-left: 0px;
margin-right: 0px;
}

#s-579c41a9-4fb0-407f-96bd-0b7d869da681 {
  min-height: 50px;
}
@media (max-width: 767px){#s-579c41a9-4fb0-407f-96bd-0b7d869da681 {
  display: none;
}
#s-579c41a9-4fb0-407f-96bd-0b7d869da681, #wrap-s-579c41a9-4fb0-407f-96bd-0b7d869da681 { display: none !important; }}







#s-579c41a9-4fb0-407f-96bd-0b7d869da681 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-579c41a9-4fb0-407f-96bd-0b7d869da681.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ad141d13-45ad-4bb8-b613-ebbb859e617c {
  margin-left: 300px;
margin-right: 300px;
text-align: center;
}







  #s-ad141d13-45ad-4bb8-b613-ebbb859e617c img.shogun-image {
    

    
    
    
  }


#s-ad141d13-45ad-4bb8-b613-ebbb859e617c .shogun-image-content {
  
    align-items: center;
  
}

#s-5f46f00c-b79e-40d6-a601-c4e09e57dd58 {
  background-size: cover;
padding-top: 60px;
padding-bottom: 60px;
min-height: 50px;
background-position: center center;
background-repeat: repeat;
background-color: rgba(38, 38, 63, 1);
}








#s-5f46f00c-b79e-40d6-a601-c4e09e57dd58 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5f46f00c-b79e-40d6-a601-c4e09e57dd58.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0d871e04-1c72-4424-ab73-93f2ec8162f0 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1440px;
}
@media (max-width: 767px){#s-0d871e04-1c72-4424-ab73-93f2ec8162f0 {
  display: none;
}
#s-0d871e04-1c72-4424-ab73-93f2ec8162f0, #wrap-s-0d871e04-1c72-4424-ab73-93f2ec8162f0 { display: none !important; }}







#s-0d871e04-1c72-4424-ab73-93f2ec8162f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0d871e04-1c72-4424-ab73-93f2ec8162f0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f75619ab-1bc4-4fc3-86d0-0b045b2f6cd8 {
  margin-left: 44px;
margin-right: 44px;
}

@media (min-width: 0px) {
[id="s-f75619ab-1bc4-4fc3-86d0-0b045b2f6cd8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f75619ab-1bc4-4fc3-86d0-0b045b2f6cd8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 121.33333333333333px);
}

[id="s-f75619ab-1bc4-4fc3-86d0-0b045b2f6cd8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 121.33333333333333px);
}

}

@media (min-width: 992px) {
[id="s-f75619ab-1bc4-4fc3-86d0-0b045b2f6cd8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 121.33333333333333px);
}

[id="s-f75619ab-1bc4-4fc3-86d0-0b045b2f6cd8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 121.33333333333333px);
}

}

@media (min-width: 1200px) {
[id="s-f75619ab-1bc4-4fc3-86d0-0b045b2f6cd8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 121.33333333333333px);
}

[id="s-f75619ab-1bc4-4fc3-86d0-0b045b2f6cd8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 121.33333333333333px);
}

}

#s-60122820-93a0-45ce-994e-0ca9b74492ad {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-60122820-93a0-45ce-994e-0ca9b74492ad {
  margin-left: -150px;
margin-bottom: -50px;
margin-right: -4px;
padding-left: 0px;
padding-right: 0px;
}
}@media (max-width: 767px){#s-60122820-93a0-45ce-994e-0ca9b74492ad {
  margin-left: -8px;
margin-right: -8px;
}
}
#s-60122820-93a0-45ce-994e-0ca9b74492ad .shogun-heading-component h1 {
  color: rgba(250, 250, 250, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 56px;
  
  letter-spacing: -2px;
  text-align: left;
}


@media (max-width: 767px){#s-60122820-93a0-45ce-994e-0ca9b74492ad .shogun-heading-component h1 {
  color: rgba(250, 250, 250, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 42px;
  
  letter-spacing: -2px;
  text-align: left;
}


}
#s-8c963ef6-5187-46b8-8677-42e0710f9ed8 {
  margin-left: 44px;
margin-right: 44px;
}

@media (min-width: 0px) {
[id="s-8c963ef6-5187-46b8-8677-42e0710f9ed8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8c963ef6-5187-46b8-8677-42e0710f9ed8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 121.33333333333333px);
}

[id="s-8c963ef6-5187-46b8-8677-42e0710f9ed8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 121.33333333333333px);
}

[id="s-8c963ef6-5187-46b8-8677-42e0710f9ed8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 121.33333333333333px);
}

}

@media (min-width: 992px) {
[id="s-8c963ef6-5187-46b8-8677-42e0710f9ed8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 121.33333333333333px);
}

[id="s-8c963ef6-5187-46b8-8677-42e0710f9ed8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 121.33333333333333px);
}

[id="s-8c963ef6-5187-46b8-8677-42e0710f9ed8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 121.33333333333333px);
}

}

@media (min-width: 1200px) {
[id="s-8c963ef6-5187-46b8-8677-42e0710f9ed8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 121.33333333333333px);
}

[id="s-8c963ef6-5187-46b8-8677-42e0710f9ed8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 121.33333333333333px);
}

[id="s-8c963ef6-5187-46b8-8677-42e0710f9ed8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 121.33333333333333px);
}

}

#s-91dd9681-2119-45fc-93df-9a4222ba4407 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 45px;
}
@media (min-width: 768px) and (max-width: 991px){#s-91dd9681-2119-45fc-93df-9a4222ba4407 {
  margin-left: -260px;
margin-bottom: -50px;
margin-right: 50px;
}
}
#s-0de2acac-39da-41a3-ac9b-f6954a00a90a {
  margin-left: 44px;
margin-right: 44px;
}

@media (min-width: 0px) {
[id="s-0de2acac-39da-41a3-ac9b-f6954a00a90a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0de2acac-39da-41a3-ac9b-f6954a00a90a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 121.33333333333333px);
}

[id="s-0de2acac-39da-41a3-ac9b-f6954a00a90a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 121.33333333333333px);
}

[id="s-0de2acac-39da-41a3-ac9b-f6954a00a90a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 121.33333333333333px);
}

}

@media (min-width: 992px) {
[id="s-0de2acac-39da-41a3-ac9b-f6954a00a90a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 121.33333333333333px);
}

[id="s-0de2acac-39da-41a3-ac9b-f6954a00a90a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 121.33333333333333px);
}

[id="s-0de2acac-39da-41a3-ac9b-f6954a00a90a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 121.33333333333333px);
}

}

@media (min-width: 1200px) {
[id="s-0de2acac-39da-41a3-ac9b-f6954a00a90a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 121.33333333333333px);
}

[id="s-0de2acac-39da-41a3-ac9b-f6954a00a90a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 121.33333333333333px);
}

[id="s-0de2acac-39da-41a3-ac9b-f6954a00a90a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 121.33333333333333px);
}

}

#s-5d26dd39-ac77-48ce-825d-a9fe702a8750 {
  border-style: solid;
margin-top: 19px;
margin-bottom: 5px;
margin-right: 13px;
padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 12px;
max-width: 400px;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
color: rgba(250, 250, 250, 1);
background-image: none;
hover-type: color;
line-height: 1.8em;
letter-spacing: 0px;
}
#s-5d26dd39-ac77-48ce-825d-a9fe702a8750:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(38, 38, 63, 1) !important;}#s-5d26dd39-ac77-48ce-825d-a9fe702a8750:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-5d26dd39-ac77-48ce-825d-a9fe702a8750 {
  margin-left: -120px;
margin-right: 13px;
}
}

  #s-5d26dd39-ac77-48ce-825d-a9fe702a8750-root {
    text-align: left;
  }


#s-5d26dd39-ac77-48ce-825d-a9fe702a8750.shg-btn {
  color: rgba(250, 250, 250, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5d26dd39-ac77-48ce-825d-a9fe702a8750-root {
    text-align: left;
  }


#s-5d26dd39-ac77-48ce-825d-a9fe702a8750.shg-btn {
  color: rgba(250, 250, 250, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5d26dd39-ac77-48ce-825d-a9fe702a8750-root {
    text-align: left;
  }


#s-5d26dd39-ac77-48ce-825d-a9fe702a8750.shg-btn {
  color: rgba(250, 250, 250, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5d26dd39-ac77-48ce-825d-a9fe702a8750-root {
    text-align: left;
  }


#s-5d26dd39-ac77-48ce-825d-a9fe702a8750.shg-btn {
  color: rgba(250, 250, 250, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5d26dd39-ac77-48ce-825d-a9fe702a8750-root {
    text-align: left;
  }


#s-5d26dd39-ac77-48ce-825d-a9fe702a8750.shg-btn {
  color: rgba(250, 250, 250, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-aa8da52b-04fb-4bbd-ac20-280f49e283a5 {
  min-height: 50px;
background-color: rgba(250, 250, 250, 1);
}








#s-aa8da52b-04fb-4bbd-ac20-280f49e283a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aa8da52b-04fb-4bbd-ac20-280f49e283a5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8b61cf33-d984-4d27-9b8d-33c87c00777f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-8b61cf33-d984-4d27-9b8d-33c87c00777f {
  display: none;
}
#s-8b61cf33-d984-4d27-9b8d-33c87c00777f, #wrap-s-8b61cf33-d984-4d27-9b8d-33c87c00777f { display: none !important; }}







#s-8b61cf33-d984-4d27-9b8d-33c87c00777f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b61cf33-d984-4d27-9b8d-33c87c00777f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-679880b5-d37d-484e-9e94-bb98af275b03 {
  box-shadow:1px 1px 50px 1px rgba(0, 0, 0, 0.3);
margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 30px;
min-height: 50px;
max-width: 1200px;
background-color: rgba(236, 236, 249, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-679880b5-d37d-484e-9e94-bb98af275b03 {
  margin-left: 30px;
margin-right: 30px;
}
}@media (max-width: 767px){#s-679880b5-d37d-484e-9e94-bb98af275b03 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
max-width: 1200px;
display: none;
}
#s-679880b5-d37d-484e-9e94-bb98af275b03, #wrap-s-679880b5-d37d-484e-9e94-bb98af275b03 { display: none !important; }}







#s-679880b5-d37d-484e-9e94-bb98af275b03 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-679880b5-d37d-484e-9e94-bb98af275b03.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2ac95c53-5bfc-4236-bfe1-ab771b5307d1 {
  padding-top: 0px;
padding-left: 60px;
padding-bottom: 0px;
padding-right: 35px;
}
@media (max-width: 767px){#s-2ac95c53-5bfc-4236-bfe1-ab771b5307d1 {
  margin-top: -15px;
margin-bottom: -250px;
padding-top: 0px;
padding-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-2ac95c53-5bfc-4236-bfe1-ab771b5307d1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2ac95c53-5bfc-4236-bfe1-ab771b5307d1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 12.5px);
}

[id="s-2ac95c53-5bfc-4236-bfe1-ab771b5307d1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-2ac95c53-5bfc-4236-bfe1-ab771b5307d1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 12.5px);
}

[id="s-2ac95c53-5bfc-4236-bfe1-ab771b5307d1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-2ac95c53-5bfc-4236-bfe1-ab771b5307d1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 12.5px);
}

[id="s-2ac95c53-5bfc-4236-bfe1-ab771b5307d1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 12.5px);
}

}

#s-cc2c2b15-a016-41b7-b556-b207a67421f7 {
  margin-top: 15px;
margin-bottom: 40px;
min-height: 50px;
}








#s-cc2c2b15-a016-41b7-b556-b207a67421f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cc2c2b15-a016-41b7-b556-b207a67421f7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8bfb799d-a22d-4101-af8e-086371464bd0 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 1px;
padding-bottom: 22px;
text-align: left;
}
@media (min-width: 1200px){#s-8bfb799d-a22d-4101-af8e-086371464bd0 {
  margin-top: 20px;
margin-bottom: 20px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8bfb799d-a22d-4101-af8e-086371464bd0 {
  margin-top: 20px;
margin-bottom: 0px;
}
}@media (max-width: 767px){#s-8bfb799d-a22d-4101-af8e-086371464bd0 {
  margin-top: 25px;
margin-bottom: 0px;
}
}
#s-8bfb799d-a22d-4101-af8e-086371464bd0 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 60px;
  line-height: 1.1em;
  letter-spacing: -2px;
  text-align: left;
}


@media (min-width: 1200px){#s-8bfb799d-a22d-4101-af8e-086371464bd0 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 60px;
  line-height: 1.1em;
  letter-spacing: -2px;
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-8bfb799d-a22d-4101-af8e-086371464bd0 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 42px;
  line-height: 1.1em;
  letter-spacing: -2px;
  text-align: left;
}


}@media (max-width: 767px){#s-8bfb799d-a22d-4101-af8e-086371464bd0 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 44px;
  line-height: 1.1em;
  letter-spacing: -2px;
  text-align: left;
}


}
#s-7191c128-cbf9-475e-97e6-5598e40cae1f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7191c128-cbf9-475e-97e6-5598e40cae1f .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-7191c128-cbf9-475e-97e6-5598e40cae1f .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-7191c128-cbf9-475e-97e6-5598e40cae1f .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


}
#s-d6750f6b-bd3c-48ce-b3da-208223b927d0 {
  box-shadow:1px 1px 10px 1px rgba(0, 0, 0, 0.3);
margin-top: 30px;
margin-bottom: 30px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-d6750f6b-bd3c-48ce-b3da-208223b927d0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d6750f6b-bd3c-48ce-b3da-208223b927d0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-72232355-fe91-445e-ae27-ed6a817c61fd {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 10%;
padding-right: 10%;
min-height: 50px;
max-width: 1440px;
}








#s-72232355-fe91-445e-ae27-ed6a817c61fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-72232355-fe91-445e-ae27-ed6a817c61fd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7494d9fa-5f1e-487e-a724-3af443ecb30c {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
}

@media (min-width: 0px) {
[id="s-7494d9fa-5f1e-487e-a724-3af443ecb30c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-7494d9fa-5f1e-487e-a724-3af443ecb30c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-7494d9fa-5f1e-487e-a724-3af443ecb30c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-7494d9fa-5f1e-487e-a724-3af443ecb30c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-21326e5a-01b6-4175-80a3-1815361f71e3 {
  border-radius: 6px;
text-align: center;
}







  img.s-21326e5a-01b6-4175-80a3-1815361f71e3.shogun-image {
    
    
  }


.s-21326e5a-01b6-4175-80a3-1815361f71e3 .shogun-image-content {
  
    align-items: center;
  
}

.s-21326e5a-01b6-4175-80a3-1815361f71e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21326e5a-01b6-4175-80a3-1815361f71e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21326e5a-01b6-4175-80a3-1815361f71e3.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-21326e5a-01b6-4175-80a3-1815361f71e3.shogun-image {
    
    
  }


.s-21326e5a-01b6-4175-80a3-1815361f71e3 .shogun-image-content {
  
    align-items: center;
  
}

.s-21326e5a-01b6-4175-80a3-1815361f71e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21326e5a-01b6-4175-80a3-1815361f71e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21326e5a-01b6-4175-80a3-1815361f71e3.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-21326e5a-01b6-4175-80a3-1815361f71e3.shogun-image {
    
    
  }


.s-21326e5a-01b6-4175-80a3-1815361f71e3 .shogun-image-content {
  
    align-items: center;
  
}

.s-21326e5a-01b6-4175-80a3-1815361f71e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21326e5a-01b6-4175-80a3-1815361f71e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21326e5a-01b6-4175-80a3-1815361f71e3.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-21326e5a-01b6-4175-80a3-1815361f71e3.shogun-image {
    
    
  }


.s-21326e5a-01b6-4175-80a3-1815361f71e3 .shogun-image-content {
  
    align-items: center;
  
}

.s-21326e5a-01b6-4175-80a3-1815361f71e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21326e5a-01b6-4175-80a3-1815361f71e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21326e5a-01b6-4175-80a3-1815361f71e3.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-21326e5a-01b6-4175-80a3-1815361f71e3.shogun-image {
    
    
  }


.s-21326e5a-01b6-4175-80a3-1815361f71e3 .shogun-image-content {
  
    align-items: center;
  
}

.s-21326e5a-01b6-4175-80a3-1815361f71e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21326e5a-01b6-4175-80a3-1815361f71e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21326e5a-01b6-4175-80a3-1815361f71e3.shogun-image {
  box-sizing: border-box;
}



}
#s-1b120ad3-6961-44a4-a076-7ff62e9670ac {
  border-radius: 6px;
min-height: 100px;
text-align: center;
}







  img.s-1b120ad3-6961-44a4-a076-7ff62e9670ac.shogun-image {
    
    
  }


.s-1b120ad3-6961-44a4-a076-7ff62e9670ac .shogun-image-content {
  
    align-items: center;
  
}

.s-1b120ad3-6961-44a4-a076-7ff62e9670ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b120ad3-6961-44a4-a076-7ff62e9670ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b120ad3-6961-44a4-a076-7ff62e9670ac.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-1b120ad3-6961-44a4-a076-7ff62e9670ac.shogun-image {
    
    
  }


.s-1b120ad3-6961-44a4-a076-7ff62e9670ac .shogun-image-content {
  
    align-items: center;
  
}

.s-1b120ad3-6961-44a4-a076-7ff62e9670ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b120ad3-6961-44a4-a076-7ff62e9670ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b120ad3-6961-44a4-a076-7ff62e9670ac.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-1b120ad3-6961-44a4-a076-7ff62e9670ac.shogun-image {
    
    
  }


.s-1b120ad3-6961-44a4-a076-7ff62e9670ac .shogun-image-content {
  
    align-items: center;
  
}

.s-1b120ad3-6961-44a4-a076-7ff62e9670ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b120ad3-6961-44a4-a076-7ff62e9670ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b120ad3-6961-44a4-a076-7ff62e9670ac.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-1b120ad3-6961-44a4-a076-7ff62e9670ac.shogun-image {
    
    
  }


.s-1b120ad3-6961-44a4-a076-7ff62e9670ac .shogun-image-content {
  
    align-items: center;
  
}

.s-1b120ad3-6961-44a4-a076-7ff62e9670ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b120ad3-6961-44a4-a076-7ff62e9670ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b120ad3-6961-44a4-a076-7ff62e9670ac.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-1b120ad3-6961-44a4-a076-7ff62e9670ac.shogun-image {
    
    
  }


.s-1b120ad3-6961-44a4-a076-7ff62e9670ac .shogun-image-content {
  
    align-items: center;
  
}

.s-1b120ad3-6961-44a4-a076-7ff62e9670ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b120ad3-6961-44a4-a076-7ff62e9670ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b120ad3-6961-44a4-a076-7ff62e9670ac.shogun-image {
  box-sizing: border-box;
}



}
#s-0fe99a17-02a0-4340-a590-f2a7676af669 {
  min-height: 50px;
}








#s-0fe99a17-02a0-4340-a590-f2a7676af669 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0fe99a17-02a0-4340-a590-f2a7676af669.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-34f35513-a414-410b-82fa-562eb43c3372 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-34f35513-a414-410b-82fa-562eb43c3372 {
  margin-top: -30px;
margin-left: -70px;
margin-bottom: -30px;
margin-right: -70px;
}
}@media (max-width: 767px){#s-34f35513-a414-410b-82fa-562eb43c3372 {
  margin-top: -50px;
margin-bottom: 300px;
padding-top: 0px;
padding-bottom: 0px;
}
}






  #s-34f35513-a414-410b-82fa-562eb43c3372 img.shogun-image {
    

    
    
    
  }


#s-34f35513-a414-410b-82fa-562eb43c3372 .shogun-image-content {
  
    align-items: center;
  
}

#s-e4e1d39d-43da-4f05-bade-0a578712328b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-e4e1d39d-43da-4f05-bade-0a578712328b {
  display: none;
}
#s-e4e1d39d-43da-4f05-bade-0a578712328b, #wrap-s-e4e1d39d-43da-4f05-bade-0a578712328b { display: none !important; }}







#s-e4e1d39d-43da-4f05-bade-0a578712328b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e4e1d39d-43da-4f05-bade-0a578712328b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-c4ffacfe-a079-4f24-8f97-4a3f26abcb06 {
  display: none;
}
#s-c4ffacfe-a079-4f24-8f97-4a3f26abcb06, #wrap-s-c4ffacfe-a079-4f24-8f97-4a3f26abcb06 { display: none !important; }}
#s-2317d0cd-d975-4b8e-8ef9-7e718f7f3535 {
  box-shadow:1px 1px 50px 1px rgba(0, 0, 0, 0.3);
margin-top: 0px;
margin-left: auto;
margin-bottom: -26px;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 30px;
min-height: 50px;
max-width: 1200px;
background-color: rgba(236, 236, 249, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-2317d0cd-d975-4b8e-8ef9-7e718f7f3535 {
  margin-left: 30px;
margin-right: 30px;
}
}@media (max-width: 767px){#s-2317d0cd-d975-4b8e-8ef9-7e718f7f3535 {
  margin-left: 30px;
margin-right: 30px;
display: none;
}
#s-2317d0cd-d975-4b8e-8ef9-7e718f7f3535, #wrap-s-2317d0cd-d975-4b8e-8ef9-7e718f7f3535 { display: none !important; }}







#s-2317d0cd-d975-4b8e-8ef9-7e718f7f3535 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2317d0cd-d975-4b8e-8ef9-7e718f7f3535.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e31367f8-6a3c-4b62-a894-3c5ac0d071b2 {
  margin-top: 15px;
margin-bottom: 14px;
padding-left: 35px;
padding-right: 35px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e31367f8-6a3c-4b62-a894-3c5ac0d071b2 {
  min-height: 50px;
}
}







#s-e31367f8-6a3c-4b62-a894-3c5ac0d071b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e31367f8-6a3c-4b62-a894-3c5ac0d071b2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-abcdd97e-3827-419a-b06d-a1c3ff00fb3d {
  padding-top: 40px;
padding-bottom: 22px;
text-align: center;
}
@media (max-width: 767px){#s-abcdd97e-3827-419a-b06d-a1c3ff00fb3d {
  padding-top: 0px;
padding-bottom: 21px;
}
}
#s-abcdd97e-3827-419a-b06d-a1c3ff00fb3d .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 42px;
  line-height: 1.1em;
  letter-spacing: -2px;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-abcdd97e-3827-419a-b06d-a1c3ff00fb3d .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 42px;
  line-height: 0.5em;
  letter-spacing: -2px;
  text-align: center;
}


}@media (max-width: 767px){#s-abcdd97e-3827-419a-b06d-a1c3ff00fb3d .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 44px;
  line-height: 1.1em;
  letter-spacing: -2px;
  text-align: center;
}


}
#s-4581cb8e-9b8b-4a33-9de6-b866db142ccd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4581cb8e-9b8b-4a33-9de6-b866db142ccd .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-1c3d41ec-76b2-4eef-833f-579c5eb88294 {
  min-height: 50px;
}








#s-1c3d41ec-76b2-4eef-833f-579c5eb88294 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1c3d41ec-76b2-4eef-833f-579c5eb88294.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-91ca81e5-ec28-494e-9986-208ef68575f1 {
  padding-top: 30px;
padding-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 991px){#s-91ca81e5-ec28-494e-9986-208ef68575f1 {
  margin-top: -50px;
margin-bottom: -50px;
}
}@media (max-width: 767px){#s-91ca81e5-ec28-494e-9986-208ef68575f1 {
  margin-top: -50px;
margin-bottom: -25px;
}
}
@media (min-width: 0px) {
[id="s-91ca81e5-ec28-494e-9986-208ef68575f1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 35.0px);
}

}

@media (min-width: 768px) {
[id="s-91ca81e5-ec28-494e-9986-208ef68575f1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 52.5px);
}

}

@media (min-width: 992px) {
[id="s-91ca81e5-ec28-494e-9986-208ef68575f1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 52.5px);
}

}

@media (min-width: 1200px) {
[id="s-91ca81e5-ec28-494e-9986-208ef68575f1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 52.5px);
}

}

#s-da00f5d2-0bdc-4349-809a-dfccb0c00d6e {
  min-height: 50px;
}








#s-da00f5d2-0bdc-4349-809a-dfccb0c00d6e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-da00f5d2-0bdc-4349-809a-dfccb0c00d6e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7cb3beb0-0afc-419e-8bef-1e9be729cf53 {
  margin-top: 30px;
margin-bottom: 30px;
text-align: center;
}







  #s-7cb3beb0-0afc-419e-8bef-1e9be729cf53 img.shogun-image {
    

    
    
    
  }


#s-7cb3beb0-0afc-419e-8bef-1e9be729cf53 .shogun-image-content {
  
    align-items: center;
  
}

#s-b5610090-1b61-46d0-b51a-3787629ebc55 {
  border-style: solid;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 10px;
background-color: rgba(38, 38, 63, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(38, 38, 63, 1);
}
#s-b5610090-1b61-46d0-b51a-3787629ebc55:hover {border-style: solid !important;
border-color: rgba(38, 38, 63, 1) !important;
background-color: rgba(38, 38, 63, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-b5610090-1b61-46d0-b51a-3787629ebc55:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b5610090-1b61-46d0-b51a-3787629ebc55-root {
    text-align: center;
  }


#s-b5610090-1b61-46d0-b51a-3787629ebc55.shg-btn {
  color: rgba(38, 38, 63, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b5610090-1b61-46d0-b51a-3787629ebc55-root {
    text-align: center;
  }


#s-b5610090-1b61-46d0-b51a-3787629ebc55.shg-btn {
  color: rgba(38, 38, 63, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b5610090-1b61-46d0-b51a-3787629ebc55-root {
    text-align: center;
  }


#s-b5610090-1b61-46d0-b51a-3787629ebc55.shg-btn {
  color: rgba(38, 38, 63, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b5610090-1b61-46d0-b51a-3787629ebc55-root {
    text-align: center;
  }


#s-b5610090-1b61-46d0-b51a-3787629ebc55.shg-btn {
  color: rgba(38, 38, 63, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b5610090-1b61-46d0-b51a-3787629ebc55-root {
    text-align: center;
  }


#s-b5610090-1b61-46d0-b51a-3787629ebc55.shg-btn {
  color: rgba(38, 38, 63, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-a5c0b5f4-b6ab-42ff-abdb-b0a188329c4b {
  min-height: 50px;
}








#s-a5c0b5f4-b6ab-42ff-abdb-b0a188329c4b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a5c0b5f4-b6ab-42ff-abdb-b0a188329c4b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-61b38fe7-e6ee-4ce0-b35a-50299ebae342 {
  margin-top: 43px;
margin-bottom: 34px;
text-align: center;
}







  #s-61b38fe7-e6ee-4ce0-b35a-50299ebae342 img.shogun-image {
    

    
    
    
  }


#s-61b38fe7-e6ee-4ce0-b35a-50299ebae342 .shogun-image-content {
  
    align-items: center;
  
}

#s-64aa8089-0522-458f-9616-47f6b7c07596 {
  border-style: solid;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 10px;
background-color: rgba(38, 38, 63, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(38, 38, 63, 1);
}
#s-64aa8089-0522-458f-9616-47f6b7c07596:hover {border-style: solid !important;
border-color: rgba(38, 38, 63, 1) !important;
background-color: rgba(38, 38, 63, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-64aa8089-0522-458f-9616-47f6b7c07596:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-64aa8089-0522-458f-9616-47f6b7c07596-root {
    text-align: center;
  }


#s-64aa8089-0522-458f-9616-47f6b7c07596.shg-btn {
  color: rgba(38, 38, 63, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-64aa8089-0522-458f-9616-47f6b7c07596-root {
    text-align: center;
  }


#s-64aa8089-0522-458f-9616-47f6b7c07596.shg-btn {
  color: rgba(38, 38, 63, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-64aa8089-0522-458f-9616-47f6b7c07596-root {
    text-align: center;
  }


#s-64aa8089-0522-458f-9616-47f6b7c07596.shg-btn {
  color: rgba(38, 38, 63, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-64aa8089-0522-458f-9616-47f6b7c07596-root {
    text-align: center;
  }


#s-64aa8089-0522-458f-9616-47f6b7c07596.shg-btn {
  color: rgba(38, 38, 63, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-64aa8089-0522-458f-9616-47f6b7c07596-root {
    text-align: center;
  }


#s-64aa8089-0522-458f-9616-47f6b7c07596.shg-btn {
  color: rgba(38, 38, 63, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-9b135c18-85ee-4b3e-9edb-1a5a18b3971d {
  min-height: 50px;
}








#s-9b135c18-85ee-4b3e-9edb-1a5a18b3971d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9b135c18-85ee-4b3e-9edb-1a5a18b3971d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-18099bfc-ed50-4082-9d4a-8450352047f1 {
  margin-top: 18px;
margin-bottom: 10px;
text-align: center;
}







  #s-18099bfc-ed50-4082-9d4a-8450352047f1 img.shogun-image {
    

    
    
    
  }


#s-18099bfc-ed50-4082-9d4a-8450352047f1 .shogun-image-content {
  
    align-items: center;
  
}

#s-fe79bfe9-bd54-4f2a-91d6-a8ac978ab06d {
  border-style: solid;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 10px;
background-color: rgba(38, 38, 63, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(38, 38, 63, 1);
}
#s-fe79bfe9-bd54-4f2a-91d6-a8ac978ab06d:hover {border-style: solid !important;
border-color: rgba(38, 38, 63, 1) !important;
background-color: rgba(38, 38, 63, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-fe79bfe9-bd54-4f2a-91d6-a8ac978ab06d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fe79bfe9-bd54-4f2a-91d6-a8ac978ab06d-root {
    text-align: center;
  }


#s-fe79bfe9-bd54-4f2a-91d6-a8ac978ab06d.shg-btn {
  color: rgba(38, 38, 63, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fe79bfe9-bd54-4f2a-91d6-a8ac978ab06d-root {
    text-align: center;
  }


#s-fe79bfe9-bd54-4f2a-91d6-a8ac978ab06d.shg-btn {
  color: rgba(38, 38, 63, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fe79bfe9-bd54-4f2a-91d6-a8ac978ab06d-root {
    text-align: center;
  }


#s-fe79bfe9-bd54-4f2a-91d6-a8ac978ab06d.shg-btn {
  color: rgba(38, 38, 63, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fe79bfe9-bd54-4f2a-91d6-a8ac978ab06d-root {
    text-align: center;
  }


#s-fe79bfe9-bd54-4f2a-91d6-a8ac978ab06d.shg-btn {
  color: rgba(38, 38, 63, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fe79bfe9-bd54-4f2a-91d6-a8ac978ab06d-root {
    text-align: center;
  }


#s-fe79bfe9-bd54-4f2a-91d6-a8ac978ab06d.shg-btn {
  color: rgba(38, 38, 63, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-272a86d0-0bc2-43b9-a35d-70811f68ddd4 {
  min-height: 50px;
}








#s-272a86d0-0bc2-43b9-a35d-70811f68ddd4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-272a86d0-0bc2-43b9-a35d-70811f68ddd4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-846b0d3c-aead-4538-8a00-7a7e9a5a8c0a {
  margin-top: 35px;
margin-bottom: 31px;
text-align: center;
}







  #s-846b0d3c-aead-4538-8a00-7a7e9a5a8c0a img.shogun-image {
    

    
    
    
  }


#s-846b0d3c-aead-4538-8a00-7a7e9a5a8c0a .shogun-image-content {
  
    align-items: center;
  
}

#s-c9177756-4ff6-412b-993c-8b6839d2a467 {
  border-style: solid;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 10px;
background-color: rgba(38, 38, 63, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(38, 38, 63, 1);
}
#s-c9177756-4ff6-412b-993c-8b6839d2a467:hover {border-style: solid !important;
border-color: rgba(38, 38, 63, 1) !important;
background-color: rgba(38, 38, 63, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-c9177756-4ff6-412b-993c-8b6839d2a467:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c9177756-4ff6-412b-993c-8b6839d2a467-root {
    text-align: center;
  }


#s-c9177756-4ff6-412b-993c-8b6839d2a467.shg-btn {
  color: rgba(38, 38, 63, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c9177756-4ff6-412b-993c-8b6839d2a467-root {
    text-align: center;
  }


#s-c9177756-4ff6-412b-993c-8b6839d2a467.shg-btn {
  color: rgba(38, 38, 63, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c9177756-4ff6-412b-993c-8b6839d2a467-root {
    text-align: center;
  }


#s-c9177756-4ff6-412b-993c-8b6839d2a467.shg-btn {
  color: rgba(38, 38, 63, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c9177756-4ff6-412b-993c-8b6839d2a467-root {
    text-align: center;
  }


#s-c9177756-4ff6-412b-993c-8b6839d2a467.shg-btn {
  color: rgba(38, 38, 63, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c9177756-4ff6-412b-993c-8b6839d2a467-root {
    text-align: center;
  }


#s-c9177756-4ff6-412b-993c-8b6839d2a467.shg-btn {
  color: rgba(38, 38, 63, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-82d7e580-f7cc-4e22-a739-0913fa5c30ab {
  padding-top: 30px;
padding-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 991px){#s-82d7e580-f7cc-4e22-a739-0913fa5c30ab {
  margin-top: -38px;
margin-bottom: -38px;
}
}@media (max-width: 767px){#s-82d7e580-f7cc-4e22-a739-0913fa5c30ab {
  padding-top: 0px;
padding-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-82d7e580-f7cc-4e22-a739-0913fa5c30ab"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 35.0px);
}

}

@media (min-width: 768px) {
[id="s-82d7e580-f7cc-4e22-a739-0913fa5c30ab"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 52.5px);
}

}

@media (min-width: 992px) {
[id="s-82d7e580-f7cc-4e22-a739-0913fa5c30ab"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 52.5px);
}

}

@media (min-width: 1200px) {
[id="s-82d7e580-f7cc-4e22-a739-0913fa5c30ab"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 52.5px);
}

}

#s-4620ccba-5272-4601-9eed-7920adba8e6a {
  min-height: 50px;
}








#s-4620ccba-5272-4601-9eed-7920adba8e6a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4620ccba-5272-4601-9eed-7920adba8e6a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a2fb8cad-00ab-4a41-beec-0c6ee5d47397 {
  margin-top: -5px;
margin-bottom: 24px;
text-align: center;
}







  #s-a2fb8cad-00ab-4a41-beec-0c6ee5d47397 img.shogun-image {
    

    
    
    
  }


#s-a2fb8cad-00ab-4a41-beec-0c6ee5d47397 .shogun-image-content {
  
    align-items: center;
  
}

#s-ebc4b5ef-3e50-4eb9-b83b-60f22d8b0412 {
  border-style: solid;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 10px;
background-color: rgba(38, 38, 63, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(38, 38, 63, 1);
}
#s-ebc4b5ef-3e50-4eb9-b83b-60f22d8b0412:hover {border-style: solid !important;
border-color: rgba(38, 38, 63, 1) !important;
background-color: rgba(38, 38, 63, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-ebc4b5ef-3e50-4eb9-b83b-60f22d8b0412:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ebc4b5ef-3e50-4eb9-b83b-60f22d8b0412-root {
    text-align: center;
  }


#s-ebc4b5ef-3e50-4eb9-b83b-60f22d8b0412.shg-btn {
  color: rgba(38, 38, 63, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ebc4b5ef-3e50-4eb9-b83b-60f22d8b0412-root {
    text-align: center;
  }


#s-ebc4b5ef-3e50-4eb9-b83b-60f22d8b0412.shg-btn {
  color: rgba(38, 38, 63, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ebc4b5ef-3e50-4eb9-b83b-60f22d8b0412-root {
    text-align: center;
  }


#s-ebc4b5ef-3e50-4eb9-b83b-60f22d8b0412.shg-btn {
  color: rgba(38, 38, 63, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ebc4b5ef-3e50-4eb9-b83b-60f22d8b0412-root {
    text-align: center;
  }


#s-ebc4b5ef-3e50-4eb9-b83b-60f22d8b0412.shg-btn {
  color: rgba(38, 38, 63, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ebc4b5ef-3e50-4eb9-b83b-60f22d8b0412-root {
    text-align: center;
  }


#s-ebc4b5ef-3e50-4eb9-b83b-60f22d8b0412.shg-btn {
  color: rgba(38, 38, 63, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-05546901-15ad-474b-a544-4a0830baa6a8 {
  min-height: 50px;
}








#s-05546901-15ad-474b-a544-4a0830baa6a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-05546901-15ad-474b-a544-4a0830baa6a8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-12fbb4e4-d74a-4c66-bad5-eff519cdeadc {
  margin-top: 0px;
margin-bottom: 16px;
padding-left: 40px;
padding-right: 40px;
text-align: center;
}







  #s-12fbb4e4-d74a-4c66-bad5-eff519cdeadc img.shogun-image {
    

    
    
    
  }


#s-12fbb4e4-d74a-4c66-bad5-eff519cdeadc .shogun-image-content {
  
    align-items: center;
  
}

#s-6a0c1e7a-2d48-409a-9c60-40f328690d34 {
  border-style: solid;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 10px;
background-color: rgba(38, 38, 63, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(38, 38, 63, 1);
}
#s-6a0c1e7a-2d48-409a-9c60-40f328690d34:hover {border-style: solid !important;
border-color: rgba(38, 38, 63, 1) !important;
background-color: rgba(38, 38, 63, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-6a0c1e7a-2d48-409a-9c60-40f328690d34:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6a0c1e7a-2d48-409a-9c60-40f328690d34-root {
    text-align: center;
  }


#s-6a0c1e7a-2d48-409a-9c60-40f328690d34.shg-btn {
  color: rgba(38, 38, 63, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6a0c1e7a-2d48-409a-9c60-40f328690d34-root {
    text-align: center;
  }


#s-6a0c1e7a-2d48-409a-9c60-40f328690d34.shg-btn {
  color: rgba(38, 38, 63, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6a0c1e7a-2d48-409a-9c60-40f328690d34-root {
    text-align: center;
  }


#s-6a0c1e7a-2d48-409a-9c60-40f328690d34.shg-btn {
  color: rgba(38, 38, 63, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6a0c1e7a-2d48-409a-9c60-40f328690d34-root {
    text-align: center;
  }


#s-6a0c1e7a-2d48-409a-9c60-40f328690d34.shg-btn {
  color: rgba(38, 38, 63, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6a0c1e7a-2d48-409a-9c60-40f328690d34-root {
    text-align: center;
  }


#s-6a0c1e7a-2d48-409a-9c60-40f328690d34.shg-btn {
  color: rgba(38, 38, 63, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-dd3481ab-08c8-471f-a373-7fe9acadbe58 {
  min-height: 50px;
}








#s-dd3481ab-08c8-471f-a373-7fe9acadbe58 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dd3481ab-08c8-471f-a373-7fe9acadbe58.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d6c0ff70-e0cb-4af4-8c70-359ba6ff2d6c {
  margin-top: 20px;
margin-bottom: 28px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
}







  #s-d6c0ff70-e0cb-4af4-8c70-359ba6ff2d6c img.shogun-image {
    

    
    
    
  }


#s-d6c0ff70-e0cb-4af4-8c70-359ba6ff2d6c .shogun-image-content {
  
    align-items: center;
  
}

#s-9c20846b-282c-45c0-9969-44af2400b70d {
  border-style: solid;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 10px;
background-color: rgba(38, 38, 63, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(38, 38, 63, 1);
}
#s-9c20846b-282c-45c0-9969-44af2400b70d:hover {border-style: solid !important;
border-color: rgba(38, 38, 63, 1) !important;
background-color: rgba(38, 38, 63, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-9c20846b-282c-45c0-9969-44af2400b70d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9c20846b-282c-45c0-9969-44af2400b70d-root {
    text-align: center;
  }


#s-9c20846b-282c-45c0-9969-44af2400b70d.shg-btn {
  color: rgba(38, 38, 63, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9c20846b-282c-45c0-9969-44af2400b70d-root {
    text-align: center;
  }


#s-9c20846b-282c-45c0-9969-44af2400b70d.shg-btn {
  color: rgba(38, 38, 63, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9c20846b-282c-45c0-9969-44af2400b70d-root {
    text-align: center;
  }


#s-9c20846b-282c-45c0-9969-44af2400b70d.shg-btn {
  color: rgba(38, 38, 63, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9c20846b-282c-45c0-9969-44af2400b70d-root {
    text-align: center;
  }


#s-9c20846b-282c-45c0-9969-44af2400b70d.shg-btn {
  color: rgba(38, 38, 63, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9c20846b-282c-45c0-9969-44af2400b70d-root {
    text-align: center;
  }


#s-9c20846b-282c-45c0-9969-44af2400b70d.shg-btn {
  color: rgba(38, 38, 63, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-10c1532d-6a82-498c-bb16-c167002aabc3 {
  min-height: 50px;
}








#s-10c1532d-6a82-498c-bb16-c167002aabc3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-10c1532d-6a82-498c-bb16-c167002aabc3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8ff4186f-4e0f-4012-8cb4-61d53f8ece36 {
  margin-top: 2px;
margin-bottom: 16px;
text-align: center;
}







  #s-8ff4186f-4e0f-4012-8cb4-61d53f8ece36 img.shogun-image {
    

    
    
    
  }


#s-8ff4186f-4e0f-4012-8cb4-61d53f8ece36 .shogun-image-content {
  
    align-items: center;
  
}

#s-482d285c-0115-486f-a012-c69a3c787411 {
  border-style: solid;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 10px;
background-color: rgba(38, 38, 63, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(38, 38, 63, 1);
}
#s-482d285c-0115-486f-a012-c69a3c787411:hover {border-style: solid !important;
border-color: rgba(38, 38, 63, 1) !important;
background-color: rgba(38, 38, 63, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-482d285c-0115-486f-a012-c69a3c787411:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-482d285c-0115-486f-a012-c69a3c787411-root {
    text-align: center;
  }


#s-482d285c-0115-486f-a012-c69a3c787411.shg-btn {
  color: rgba(38, 38, 63, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-482d285c-0115-486f-a012-c69a3c787411-root {
    text-align: center;
  }


#s-482d285c-0115-486f-a012-c69a3c787411.shg-btn {
  color: rgba(38, 38, 63, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-482d285c-0115-486f-a012-c69a3c787411-root {
    text-align: center;
  }


#s-482d285c-0115-486f-a012-c69a3c787411.shg-btn {
  color: rgba(38, 38, 63, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-482d285c-0115-486f-a012-c69a3c787411-root {
    text-align: center;
  }


#s-482d285c-0115-486f-a012-c69a3c787411.shg-btn {
  color: rgba(38, 38, 63, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-482d285c-0115-486f-a012-c69a3c787411-root {
    text-align: center;
  }


#s-482d285c-0115-486f-a012-c69a3c787411.shg-btn {
  color: rgba(38, 38, 63, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-6c95a57d-12b1-4166-a488-a8f10154b601 {
  margin-top: 30px;
margin-bottom: 30px;
}

#s-ba2ec737-e78c-4398-bd15-f9fb260e73e1 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-ba2ec737-e78c-4398-bd15-f9fb260e73e1 {
  display: none;
}
#s-ba2ec737-e78c-4398-bd15-f9fb260e73e1, #wrap-s-ba2ec737-e78c-4398-bd15-f9fb260e73e1 { display: none !important; }}







#s-ba2ec737-e78c-4398-bd15-f9fb260e73e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ba2ec737-e78c-4398-bd15-f9fb260e73e1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1eff1146-59a2-4213-8494-91cef006fb72 {
  box-shadow:0px 0px 50px 0px rgba(0, 0, 0, 0.3);
margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 30px;
min-height: 50px;
max-width: 1200px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1eff1146-59a2-4213-8494-91cef006fb72 {
  margin-left: 30px;
margin-right: 30px;
}
}@media (max-width: 767px){#s-1eff1146-59a2-4213-8494-91cef006fb72 {
  margin-left: 30px;
margin-right: 30px;
display: none;
}
#s-1eff1146-59a2-4213-8494-91cef006fb72, #wrap-s-1eff1146-59a2-4213-8494-91cef006fb72 { display: none !important; }}







#s-1eff1146-59a2-4213-8494-91cef006fb72 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1eff1146-59a2-4213-8494-91cef006fb72.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

#s-e41528cb-f6b9-4864-af73-1bec3c207494 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-e41528cb-f6b9-4864-af73-1bec3c207494 {
  display: none;
}
#s-e41528cb-f6b9-4864-af73-1bec3c207494, #wrap-s-e41528cb-f6b9-4864-af73-1bec3c207494 { display: none !important; }}







#s-e41528cb-f6b9-4864-af73-1bec3c207494 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e41528cb-f6b9-4864-af73-1bec3c207494.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c4cd33f3-3e14-4add-8c47-95581787b073 {
  box-shadow:0px 0px 50px 0px rgba(0, 0, 0, 0.3);
margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 30px;
min-height: 50px;
max-width: 1200px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c4cd33f3-3e14-4add-8c47-95581787b073 {
  margin-left: 30px;
margin-right: 30px;
}
}@media (max-width: 767px){#s-c4cd33f3-3e14-4add-8c47-95581787b073 {
  margin-left: 30px;
margin-right: 30px;
display: none;
}
#s-c4cd33f3-3e14-4add-8c47-95581787b073, #wrap-s-c4cd33f3-3e14-4add-8c47-95581787b073 { display: none !important; }}







#s-c4cd33f3-3e14-4add-8c47-95581787b073 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c4cd33f3-3e14-4add-8c47-95581787b073.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e5245187-3a92-47b6-a906-7a918b91637c {
  padding-top: 70px;
padding-bottom: 50px;
}

@media (min-width: 0px) {
[id="s-e5245187-3a92-47b6-a906-7a918b91637c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e5245187-3a92-47b6-a906-7a918b91637c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e5245187-3a92-47b6-a906-7a918b91637c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e5245187-3a92-47b6-a906-7a918b91637c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e5245187-3a92-47b6-a906-7a918b91637c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e5245187-3a92-47b6-a906-7a918b91637c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e5245187-3a92-47b6-a906-7a918b91637c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-fb94e9eb-3ab2-4bb1-99eb-1601b218cde8 {
  margin-left: 0px;
margin-right: 0px;
}
@media (max-width: 767px){#s-fb94e9eb-3ab2-4bb1-99eb-1601b218cde8 {
  margin-left: 40px;
margin-right: 40px;
}
}
/*
  $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}
