.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-0a293cfd-70c4-4395-9f04-35e013a47043 {
  padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (max-width: 767px){#s-0a293cfd-70c4-4395-9f04-35e013a47043 {
  margin-top: 30px;
margin-bottom: 0px;
}
}







#s-0a293cfd-70c4-4395-9f04-35e013a47043 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0a293cfd-70c4-4395-9f04-35e013a47043.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8514b6b2-1a64-4402-9024-b8721801c346 {
  margin-top: 0%;
margin-bottom: 4%;
padding-top: 0px;
min-height: 60px;
background-color: rgba(255, 255, 255, 1);
}








#s-8514b6b2-1a64-4402-9024-b8721801c346 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8514b6b2-1a64-4402-9024-b8721801c346.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-40ab4dfb-055d-427f-bdae-ef43ddc4f527 {
  text-align: center;
opacity: 1;
}








#s-40ab4dfb-055d-427f-bdae-ef43ddc4f527 .shogun-image-content {
  
    align-items: flex-end;
  
}
@media (max-width: 767px){






#s-40ab4dfb-055d-427f-bdae-ef43ddc4f527 .shogun-image-content {
  
    align-items: center;
  
}
}
#s-ae660d10-1618-4108-a599-c2a88d3de7ad {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 1%;
padding-bottom: 1%;
min-height: 54px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-ae660d10-1618-4108-a599-c2a88d3de7ad {
  display: none;
}
#s-ae660d10-1618-4108-a599-c2a88d3de7ad, #wrap-s-ae660d10-1618-4108-a599-c2a88d3de7ad { display:none !important; }}@media (max-width: 767px){#s-ae660d10-1618-4108-a599-c2a88d3de7ad {
  min-height: 54px;
display: none;
}
#s-ae660d10-1618-4108-a599-c2a88d3de7ad, #wrap-s-ae660d10-1618-4108-a599-c2a88d3de7ad { display:none !important; }}







#s-ae660d10-1618-4108-a599-c2a88d3de7ad > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.7;
}#s-ae660d10-1618-4108-a599-c2a88d3de7ad.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px){






#s-ae660d10-1618-4108-a599-c2a88d3de7ad > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.7;
}#s-ae660d10-1618-4108-a599-c2a88d3de7ad.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-71b2a3a0-c929-44cd-867e-45299d505aca {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-71b2a3a0-c929-44cd-867e-45299d505aca {
  padding-top: 6px;
padding-bottom: 0px;
}
}
#s-71b2a3a0-c929-44cd-867e-45299d505aca .shogun-heading-component h1 {
  color: rgba(204, 174, 117, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  letter-spacing: 5px;
  
}


@media (max-width: 767px){#s-71b2a3a0-c929-44cd-867e-45299d505aca .shogun-heading-component h1 {
  color: rgba(204, 174, 117, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 25px;
  
  letter-spacing: 2px;
  
}


}
.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-f48b160f-609d-4144-92aa-340f53d613e2 {
  margin-top: 0%;
margin-left: 10%;
margin-bottom: 0%;
margin-right: 10%;
}

#s-fa72ee86-a0ce-4de1-bf18-a650b1eefd43 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 1%;
padding-bottom: 1%;
min-height: 54px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-fa72ee86-a0ce-4de1-bf18-a650b1eefd43 {
  display: none;
}
#s-fa72ee86-a0ce-4de1-bf18-a650b1eefd43, #wrap-s-fa72ee86-a0ce-4de1-bf18-a650b1eefd43 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fa72ee86-a0ce-4de1-bf18-a650b1eefd43 {
  display: none;
}
#s-fa72ee86-a0ce-4de1-bf18-a650b1eefd43, #wrap-s-fa72ee86-a0ce-4de1-bf18-a650b1eefd43 { display:none !important; }}@media (max-width: 767px){#s-fa72ee86-a0ce-4de1-bf18-a650b1eefd43 {
  min-height: 54px;
}
}







#s-fa72ee86-a0ce-4de1-bf18-a650b1eefd43 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.7;
}#s-fa72ee86-a0ce-4de1-bf18-a650b1eefd43.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px){






#s-fa72ee86-a0ce-4de1-bf18-a650b1eefd43 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.7;
}#s-fa72ee86-a0ce-4de1-bf18-a650b1eefd43.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-633d3eda-af72-4d23-ba6d-9a70cd2d2f39 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-633d3eda-af72-4d23-ba6d-9a70cd2d2f39 {
  padding-top: 6px;
padding-bottom: 0px;
}
}
#s-633d3eda-af72-4d23-ba6d-9a70cd2d2f39 .shogun-heading-component h1 {
  color: rgba(204, 174, 117, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  letter-spacing: 5px;
  
}


@media (max-width: 767px){#s-633d3eda-af72-4d23-ba6d-9a70cd2d2f39 .shogun-heading-component h1 {
  color: rgba(204, 174, 117, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 25px;
  
  letter-spacing: 2px;
  
}


}
#s-d985d55d-14eb-42cb-805e-f0d066cc088f {
  margin-top: 0%;
margin-left: 10%;
margin-bottom: 0%;
margin-right: 10%;
}

#s-e3f17173-baaf-4b1c-9552-e2f08567b5f1 {
  padding-top: 9px;
padding-bottom: 9px;
text-align: center;
}
@media (max-width: 767px){#s-e3f17173-baaf-4b1c-9552-e2f08567b5f1 {
  margin-left: -2%;
margin-right: -2%;
padding-right: 0%;
}
}
#s-e3f17173-baaf-4b1c-9552-e2f08567b5f1 .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}


@media (max-width: 767px){#s-e3f17173-baaf-4b1c-9552-e2f08567b5f1 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 15px;
  
  letter-spacing: 0px;
  
}


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

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

@media (max-width: 767px){#s-c12f6310-71c6-464c-805f-e02db44c4b27 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-c12f6310-71c6-464c-805f-e02db44c4b27 hr {
  border-top: 2px solid #ddd;
}

.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-7aa88de2-7ed5-4a93-b258-809ea2c84fbe {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe {
  
}
}@media (max-width: 767px){#s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe {
  
}
}
@media (min-width: 0px) {
[id="s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-8a07efa6-be29-4c9c-866f-b1c29ac479b0 {
  text-align: center;
}







  #s-8a07efa6-be29-4c9c-866f-b1c29ac479b0 img.shogun-image {
    

    
    
    
  }


#s-8a07efa6-be29-4c9c-866f-b1c29ac479b0 .shogun-image-content {
  
    align-items: center;
  
}

#s-9acedd4f-e2dd-4cf1-bc01-b7556e20031a {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
min-height: 50px;
}
@media (min-width: 1200px){#s-9acedd4f-e2dd-4cf1-bc01-b7556e20031a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9acedd4f-e2dd-4cf1-bc01-b7556e20031a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9acedd4f-e2dd-4cf1-bc01-b7556e20031a {
  
}
}@media (max-width: 767px){#s-9acedd4f-e2dd-4cf1-bc01-b7556e20031a {
  
}
}







#s-9acedd4f-e2dd-4cf1-bc01-b7556e20031a > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-9acedd4f-e2dd-4cf1-bc01-b7556e20031a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1680a0f0-6a7f-4f65-8a4e-0b090e606610 {
  margin-top: 10%;
margin-left: 10%;
margin-bottom: 10%;
margin-right: 10%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1680a0f0-6a7f-4f65-8a4e-0b090e606610 {
  margin-top: 3%;
margin-bottom: 10%;
}
}@media (max-width: 767px){#s-1680a0f0-6a7f-4f65-8a4e-0b090e606610 {
  margin-top: 3%;
margin-bottom: 3%;
}
}







#s-1680a0f0-6a7f-4f65-8a4e-0b090e606610 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1680a0f0-6a7f-4f65-8a4e-0b090e606610.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d90e24a1-de81-480e-b53f-1d1545a20eb7 {
  padding-left: 0%;
padding-right: 0%;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-d90e24a1-de81-480e-b53f-1d1545a20eb7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d90e24a1-de81-480e-b53f-1d1545a20eb7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d90e24a1-de81-480e-b53f-1d1545a20eb7 {
  
}
}@media (max-width: 767px){#s-d90e24a1-de81-480e-b53f-1d1545a20eb7 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
}
}







#s-d90e24a1-de81-480e-b53f-1d1545a20eb7 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-d90e24a1-de81-480e-b53f-1d1545a20eb7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-46953dcd-8bee-4332-ac68-45ca1ddf4bda {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-46953dcd-8bee-4332-ac68-45ca1ddf4bda .shogun-heading-component h1 {
  color: rgba(33, 33, 33, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-15e186a4-6146-481a-acbb-8e74b6fd9ef0 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: left;
}







  #s-15e186a4-6146-481a-acbb-8e74b6fd9ef0 img.shogun-image {
    

    
    
    
  }


#s-15e186a4-6146-481a-acbb-8e74b6fd9ef0 .shogun-image-content {
  
    align-items: center;
  
}

#s-65744bcf-7c5f-4bd5-b4cb-f347465775bd {
  padding-top: 7px;
padding-bottom: 7px;
text-align: left;
}

#s-65744bcf-7c5f-4bd5-b4cb-f347465775bd .shogun-heading-component h1 {
  color: rgba(33, 33, 33, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 0px;
  text-align: left;
}



#s-db1fd3d5-e894-49c5-995e-5d862b104c12 {
  margin-bottom: 30px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
text-align: left;
}

#s-db1fd3d5-e894-49c5-995e-5d862b104c12 .shogun-heading-component h4 {
  color: rgba(128, 128, 128, 1);
  font-weight:  normal ;
  font-family: "Helvetica";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}



.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-07693bd6-ce4d-4819-be30-c0657e66c996 {
  padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-07693bd6-ce4d-4819-be30-c0657e66c996:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-07693bd6-ce4d-4819-be30-c0657e66c996:active {background-color: rgba(128, 128, 128, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-07693bd6-ce4d-4819-be30-c0657e66c996-root {
    text-align: left;
  }


#s-07693bd6-ce4d-4819-be30-c0657e66c996.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-07693bd6-ce4d-4819-be30-c0657e66c996-root {
    text-align: left;
  }


#s-07693bd6-ce4d-4819-be30-c0657e66c996.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-07693bd6-ce4d-4819-be30-c0657e66c996-root {
    text-align: left;
  }


#s-07693bd6-ce4d-4819-be30-c0657e66c996.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-07693bd6-ce4d-4819-be30-c0657e66c996-root {
    text-align: left;
  }


#s-07693bd6-ce4d-4819-be30-c0657e66c996.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-07693bd6-ce4d-4819-be30-c0657e66c996-root {
    text-align: left;
  }


#s-07693bd6-ce4d-4819-be30-c0657e66c996.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}
#s-5ce65a24-8080-4fa3-8461-3fea693c8a55 hr {
  border-top: 2px solid #ddd;
}

#s-07824bf2-1b5e-47f0-8830-612ed169c474 {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-07824bf2-1b5e-47f0-8830-612ed169c474 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-07824bf2-1b5e-47f0-8830-612ed169c474 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-07824bf2-1b5e-47f0-8830-612ed169c474 {
  
}
}@media (max-width: 767px){#s-07824bf2-1b5e-47f0-8830-612ed169c474 {
  
}
}
@media (min-width: 0px) {
[id="s-07824bf2-1b5e-47f0-8830-612ed169c474"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-07824bf2-1b5e-47f0-8830-612ed169c474"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-07824bf2-1b5e-47f0-8830-612ed169c474"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-07824bf2-1b5e-47f0-8830-612ed169c474"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-07824bf2-1b5e-47f0-8830-612ed169c474"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-f7a19a50-002f-474c-9593-78092b1df5cc {
  margin-top: 10%;
margin-left: 10%;
margin-bottom: 10%;
margin-right: 10%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f7a19a50-002f-474c-9593-78092b1df5cc {
  margin-top: 3%;
margin-bottom: 10%;
}
}@media (max-width: 767px){#s-f7a19a50-002f-474c-9593-78092b1df5cc {
  margin-top: 3%;
margin-bottom: 3%;
}
}







#s-f7a19a50-002f-474c-9593-78092b1df5cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f7a19a50-002f-474c-9593-78092b1df5cc.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-38efb2c5-69e1-4d7f-bee0-19bd2c95ccd1 {
  padding-left: 0%;
padding-right: 0%;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-38efb2c5-69e1-4d7f-bee0-19bd2c95ccd1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-38efb2c5-69e1-4d7f-bee0-19bd2c95ccd1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-38efb2c5-69e1-4d7f-bee0-19bd2c95ccd1 {
  
}
}@media (max-width: 767px){#s-38efb2c5-69e1-4d7f-bee0-19bd2c95ccd1 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
}
}







#s-38efb2c5-69e1-4d7f-bee0-19bd2c95ccd1 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-38efb2c5-69e1-4d7f-bee0-19bd2c95ccd1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0575616a-2125-4907-8f7b-5752cefd5f7d {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-0575616a-2125-4907-8f7b-5752cefd5f7d .shogun-heading-component h1 {
  color: rgba(33, 33, 33, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-d75028db-357a-416c-bd41-e285b940f796 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: left;
}







  #s-d75028db-357a-416c-bd41-e285b940f796 img.shogun-image {
    

    
    
    
  }


#s-d75028db-357a-416c-bd41-e285b940f796 .shogun-image-content {
  
    align-items: center;
  
}

#s-2c0f99de-bb9e-4a35-bea6-486bd084de81 {
  padding-top: 7px;
padding-bottom: 7px;
text-align: left;
}

#s-2c0f99de-bb9e-4a35-bea6-486bd084de81 .shogun-heading-component h1 {
  color: rgba(33, 33, 33, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 0px;
  text-align: left;
}



#s-2ad40226-16ec-468e-823f-5fd966dcd23b {
  margin-bottom: 30px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
text-align: left;
}

#s-2ad40226-16ec-468e-823f-5fd966dcd23b .shogun-heading-component h4 {
  color: rgba(128, 128, 128, 1);
  font-weight:  normal ;
  font-family: "Helvetica";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}



#s-afab3a49-a18e-4cdb-ba87-ab2f40457391 {
  padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-afab3a49-a18e-4cdb-ba87-ab2f40457391:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-afab3a49-a18e-4cdb-ba87-ab2f40457391:active {background-color: rgba(128, 128, 128, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-afab3a49-a18e-4cdb-ba87-ab2f40457391-root {
    text-align: left;
  }


#s-afab3a49-a18e-4cdb-ba87-ab2f40457391.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-afab3a49-a18e-4cdb-ba87-ab2f40457391-root {
    text-align: left;
  }


#s-afab3a49-a18e-4cdb-ba87-ab2f40457391.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-afab3a49-a18e-4cdb-ba87-ab2f40457391-root {
    text-align: left;
  }


#s-afab3a49-a18e-4cdb-ba87-ab2f40457391.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-afab3a49-a18e-4cdb-ba87-ab2f40457391-root {
    text-align: left;
  }


#s-afab3a49-a18e-4cdb-ba87-ab2f40457391.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-afab3a49-a18e-4cdb-ba87-ab2f40457391-root {
    text-align: left;
  }


#s-afab3a49-a18e-4cdb-ba87-ab2f40457391.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}
#s-a49c343c-e2a6-4065-97c7-b0ab59a06d02 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
min-height: 50px;
}
@media (min-width: 1200px){#s-a49c343c-e2a6-4065-97c7-b0ab59a06d02 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a49c343c-e2a6-4065-97c7-b0ab59a06d02 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a49c343c-e2a6-4065-97c7-b0ab59a06d02 {
  
}
}@media (max-width: 767px){#s-a49c343c-e2a6-4065-97c7-b0ab59a06d02 {
  
}
}







#s-a49c343c-e2a6-4065-97c7-b0ab59a06d02 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-a49c343c-e2a6-4065-97c7-b0ab59a06d02.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d992e5a5-05a5-4073-aa0d-5ee13c5e9736 {
  text-align: center;
}







  #s-d992e5a5-05a5-4073-aa0d-5ee13c5e9736 img.shogun-image {
    

    
    
    
  }


#s-d992e5a5-05a5-4073-aa0d-5ee13c5e9736 .shogun-image-content {
  
    align-items: center;
  
}

#s-f6298774-09d3-4fcc-99b6-50da80708366 hr {
  border-top: 2px solid #ddd;
}

#s-ae03a1b8-2a0a-4671-885f-cd7961498eea {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-ae03a1b8-2a0a-4671-885f-cd7961498eea {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ae03a1b8-2a0a-4671-885f-cd7961498eea {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ae03a1b8-2a0a-4671-885f-cd7961498eea {
  
}
}@media (max-width: 767px){#s-ae03a1b8-2a0a-4671-885f-cd7961498eea {
  
}
}
@media (min-width: 0px) {
[id="s-ae03a1b8-2a0a-4671-885f-cd7961498eea"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ae03a1b8-2a0a-4671-885f-cd7961498eea"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ae03a1b8-2a0a-4671-885f-cd7961498eea"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ae03a1b8-2a0a-4671-885f-cd7961498eea"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-c51cf48f-9527-4e95-9c25-136b1819bd86 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
min-height: 50px;
}
@media (min-width: 1200px){#s-c51cf48f-9527-4e95-9c25-136b1819bd86 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c51cf48f-9527-4e95-9c25-136b1819bd86 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c51cf48f-9527-4e95-9c25-136b1819bd86 {
  
}
}@media (max-width: 767px){#s-c51cf48f-9527-4e95-9c25-136b1819bd86 {
  
}
}







#s-c51cf48f-9527-4e95-9c25-136b1819bd86 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-c51cf48f-9527-4e95-9c25-136b1819bd86.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-60dd508c-3b94-4eb6-a250-88b4e8fae980 {
  text-align: center;
}







  #s-60dd508c-3b94-4eb6-a250-88b4e8fae980 img.shogun-image {
    

    
    
    
  }


#s-60dd508c-3b94-4eb6-a250-88b4e8fae980 .shogun-image-content {
  
    align-items: center;
  
}

#s-cbc3e5db-7ecf-4c01-befa-75de9acd8c0a {
  margin-top: 10%;
margin-left: 10%;
margin-bottom: 10%;
margin-right: 10%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-cbc3e5db-7ecf-4c01-befa-75de9acd8c0a {
  margin-top: 3%;
margin-bottom: 3%;
}
}@media (max-width: 767px){#s-cbc3e5db-7ecf-4c01-befa-75de9acd8c0a {
  margin-top: 3%;
margin-bottom: 3%;
}
}







#s-cbc3e5db-7ecf-4c01-befa-75de9acd8c0a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cbc3e5db-7ecf-4c01-befa-75de9acd8c0a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1291a21f-0795-4f95-8cb3-cbad2b16c635 {
  padding-left: 0%;
padding-right: 0%;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-1291a21f-0795-4f95-8cb3-cbad2b16c635 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1291a21f-0795-4f95-8cb3-cbad2b16c635 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1291a21f-0795-4f95-8cb3-cbad2b16c635 {
  
}
}@media (max-width: 767px){#s-1291a21f-0795-4f95-8cb3-cbad2b16c635 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
}
}







#s-1291a21f-0795-4f95-8cb3-cbad2b16c635 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-1291a21f-0795-4f95-8cb3-cbad2b16c635.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c7814830-ab75-4450-a494-07ffb6ba5e0a {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-c7814830-ab75-4450-a494-07ffb6ba5e0a .shogun-heading-component h1 {
  color: rgba(33, 33, 33, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-46b33eca-717b-4b53-adea-76242d395103 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: left;
}







  #s-46b33eca-717b-4b53-adea-76242d395103 img.shogun-image {
    

    
    
    
  }


#s-46b33eca-717b-4b53-adea-76242d395103 .shogun-image-content {
  
    align-items: center;
  
}

#s-cfb927df-695c-4808-a76e-0f0e1ffff85a {
  padding-top: 7px;
padding-bottom: 7px;
text-align: left;
}

#s-cfb927df-695c-4808-a76e-0f0e1ffff85a .shogun-heading-component h1 {
  color: rgba(33, 33, 33, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 0px;
  text-align: left;
}



#s-6ba53c3c-ac07-4da3-877c-a07b0cc574d9 {
  margin-bottom: 30px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
text-align: left;
}

#s-6ba53c3c-ac07-4da3-877c-a07b0cc574d9 .shogun-heading-component h4 {
  color: rgba(128, 128, 128, 1);
  font-weight:  normal ;
  font-family: "Helvetica";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}



#s-acf6b234-68a7-4878-9c51-55bd6fbb8a5a {
  padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-acf6b234-68a7-4878-9c51-55bd6fbb8a5a:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-acf6b234-68a7-4878-9c51-55bd6fbb8a5a:active {background-color: rgba(128, 128, 128, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-acf6b234-68a7-4878-9c51-55bd6fbb8a5a-root {
    text-align: left;
  }


#s-acf6b234-68a7-4878-9c51-55bd6fbb8a5a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-acf6b234-68a7-4878-9c51-55bd6fbb8a5a-root {
    text-align: left;
  }


#s-acf6b234-68a7-4878-9c51-55bd6fbb8a5a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-acf6b234-68a7-4878-9c51-55bd6fbb8a5a-root {
    text-align: left;
  }


#s-acf6b234-68a7-4878-9c51-55bd6fbb8a5a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-acf6b234-68a7-4878-9c51-55bd6fbb8a5a-root {
    text-align: left;
  }


#s-acf6b234-68a7-4878-9c51-55bd6fbb8a5a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-acf6b234-68a7-4878-9c51-55bd6fbb8a5a-root {
    text-align: left;
  }


#s-acf6b234-68a7-4878-9c51-55bd6fbb8a5a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}
#s-61d0a812-cd88-4b13-9883-8dcb15bc8c13 hr {
  border-top: 2px solid #ddd;
}

#s-1057058d-2fa3-4b84-87ea-8ae9c84d4515 {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-1057058d-2fa3-4b84-87ea-8ae9c84d4515 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1057058d-2fa3-4b84-87ea-8ae9c84d4515 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1057058d-2fa3-4b84-87ea-8ae9c84d4515 {
  
}
}@media (max-width: 767px){#s-1057058d-2fa3-4b84-87ea-8ae9c84d4515 {
  
}
}
@media (min-width: 0px) {
[id="s-1057058d-2fa3-4b84-87ea-8ae9c84d4515"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1057058d-2fa3-4b84-87ea-8ae9c84d4515"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1057058d-2fa3-4b84-87ea-8ae9c84d4515"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1057058d-2fa3-4b84-87ea-8ae9c84d4515"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-1057058d-2fa3-4b84-87ea-8ae9c84d4515"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-922ef1f5-f60a-4369-8e41-55e65d1a05e4 {
  margin-top: 10%;
margin-left: 10%;
margin-bottom: 10%;
margin-right: 10%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-922ef1f5-f60a-4369-8e41-55e65d1a05e4 {
  margin-top: 3%;
}
}@media (max-width: 767px){#s-922ef1f5-f60a-4369-8e41-55e65d1a05e4 {
  margin-top: 3%;
margin-bottom: 3%;
}
}







#s-922ef1f5-f60a-4369-8e41-55e65d1a05e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-922ef1f5-f60a-4369-8e41-55e65d1a05e4.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-558a0cf4-fee3-41f6-ae53-0271f0d87198 {
  padding-left: 0%;
padding-right: 0%;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-558a0cf4-fee3-41f6-ae53-0271f0d87198 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-558a0cf4-fee3-41f6-ae53-0271f0d87198 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-558a0cf4-fee3-41f6-ae53-0271f0d87198 {
  
}
}@media (max-width: 767px){#s-558a0cf4-fee3-41f6-ae53-0271f0d87198 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
}
}







#s-558a0cf4-fee3-41f6-ae53-0271f0d87198 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-558a0cf4-fee3-41f6-ae53-0271f0d87198.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9b501e91-d89d-4461-9324-81b627dae534 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-9b501e91-d89d-4461-9324-81b627dae534 .shogun-heading-component h1 {
  color: rgba(33, 33, 33, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-aaface72-1dc2-47a8-a7a8-ff74764aaf26 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: left;
}







  #s-aaface72-1dc2-47a8-a7a8-ff74764aaf26 img.shogun-image {
    

    
    
    
  }


#s-aaface72-1dc2-47a8-a7a8-ff74764aaf26 .shogun-image-content {
  
    align-items: center;
  
}

#s-eacf72b5-eebe-4d04-a363-1210e2f20492 {
  padding-top: 7px;
padding-bottom: 7px;
text-align: left;
}

#s-eacf72b5-eebe-4d04-a363-1210e2f20492 .shogun-heading-component h1 {
  color: rgba(33, 33, 33, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 0px;
  text-align: left;
}



#s-356d9d2a-7ee7-47e0-8c80-0c05dad81e40 {
  margin-bottom: 30px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
text-align: left;
}

#s-356d9d2a-7ee7-47e0-8c80-0c05dad81e40 .shogun-heading-component h4 {
  color: rgba(128, 128, 128, 1);
  font-weight:  normal ;
  font-family: "Helvetica";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}



#s-c4e0729d-c190-4eb9-aed0-fc2c637f24ce {
  padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-c4e0729d-c190-4eb9-aed0-fc2c637f24ce:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-c4e0729d-c190-4eb9-aed0-fc2c637f24ce:active {background-color: rgba(128, 128, 128, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-c4e0729d-c190-4eb9-aed0-fc2c637f24ce-root {
    text-align: left;
  }


#s-c4e0729d-c190-4eb9-aed0-fc2c637f24ce.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c4e0729d-c190-4eb9-aed0-fc2c637f24ce-root {
    text-align: left;
  }


#s-c4e0729d-c190-4eb9-aed0-fc2c637f24ce.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c4e0729d-c190-4eb9-aed0-fc2c637f24ce-root {
    text-align: left;
  }


#s-c4e0729d-c190-4eb9-aed0-fc2c637f24ce.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c4e0729d-c190-4eb9-aed0-fc2c637f24ce-root {
    text-align: left;
  }


#s-c4e0729d-c190-4eb9-aed0-fc2c637f24ce.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c4e0729d-c190-4eb9-aed0-fc2c637f24ce-root {
    text-align: left;
  }


#s-c4e0729d-c190-4eb9-aed0-fc2c637f24ce.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}
#s-00dd7ecb-9c5c-469a-b87b-a75ba259447d {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
min-height: 50px;
}
@media (min-width: 1200px){#s-00dd7ecb-9c5c-469a-b87b-a75ba259447d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-00dd7ecb-9c5c-469a-b87b-a75ba259447d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-00dd7ecb-9c5c-469a-b87b-a75ba259447d {
  
}
}@media (max-width: 767px){#s-00dd7ecb-9c5c-469a-b87b-a75ba259447d {
  
}
}







#s-00dd7ecb-9c5c-469a-b87b-a75ba259447d > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-00dd7ecb-9c5c-469a-b87b-a75ba259447d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-663826d7-0b7d-4bd2-83a2-618d8043d421 {
  text-align: center;
}







  #s-663826d7-0b7d-4bd2-83a2-618d8043d421 img.shogun-image {
    

    
    
    
  }


#s-663826d7-0b7d-4bd2-83a2-618d8043d421 .shogun-image-content {
  
    align-items: center;
  
}

#s-1fd2f8d5-f7f9-4862-ae60-fc91192490ca hr {
  border-top: 2px solid #ddd;
}

#s-28563835-e81a-4d3d-bf22-df56735e2851 {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-28563835-e81a-4d3d-bf22-df56735e2851 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-28563835-e81a-4d3d-bf22-df56735e2851 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-28563835-e81a-4d3d-bf22-df56735e2851 {
  
}
}@media (max-width: 767px){#s-28563835-e81a-4d3d-bf22-df56735e2851 {
  
}
}
@media (min-width: 0px) {
[id="s-28563835-e81a-4d3d-bf22-df56735e2851"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-28563835-e81a-4d3d-bf22-df56735e2851"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-28563835-e81a-4d3d-bf22-df56735e2851"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-28563835-e81a-4d3d-bf22-df56735e2851"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-0352d576-4e01-4c1d-a369-37ddf6c0b89a {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
min-height: 50px;
}
@media (min-width: 1200px){#s-0352d576-4e01-4c1d-a369-37ddf6c0b89a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0352d576-4e01-4c1d-a369-37ddf6c0b89a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0352d576-4e01-4c1d-a369-37ddf6c0b89a {
  
}
}@media (max-width: 767px){#s-0352d576-4e01-4c1d-a369-37ddf6c0b89a {
  
}
}







#s-0352d576-4e01-4c1d-a369-37ddf6c0b89a > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-0352d576-4e01-4c1d-a369-37ddf6c0b89a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-6dd30793-8ce7-43f3-b657-dccda2de8d5c {
  text-align: center;
}







  #s-6dd30793-8ce7-43f3-b657-dccda2de8d5c img.shogun-image {
    

    
    
    
  }


#s-6dd30793-8ce7-43f3-b657-dccda2de8d5c .shogun-image-content {
  
    align-items: center;
  
}

#s-834e962a-72d2-4917-81ea-c80d82df07f8 {
  margin-top: 10%;
margin-left: 10%;
margin-bottom: 10%;
margin-right: 10%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-834e962a-72d2-4917-81ea-c80d82df07f8 {
  margin-top: 3%;
margin-bottom: 3%;
}
}@media (max-width: 767px){#s-834e962a-72d2-4917-81ea-c80d82df07f8 {
  margin-top: 3%;
margin-bottom: 3%;
}
}







#s-834e962a-72d2-4917-81ea-c80d82df07f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-834e962a-72d2-4917-81ea-c80d82df07f8.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-cd2601e8-19c9-47f6-b8b5-b38b82263466 {
  padding-left: 0%;
padding-right: 0%;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-cd2601e8-19c9-47f6-b8b5-b38b82263466 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cd2601e8-19c9-47f6-b8b5-b38b82263466 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-cd2601e8-19c9-47f6-b8b5-b38b82263466 {
  
}
}@media (max-width: 767px){#s-cd2601e8-19c9-47f6-b8b5-b38b82263466 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
}
}







#s-cd2601e8-19c9-47f6-b8b5-b38b82263466 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-cd2601e8-19c9-47f6-b8b5-b38b82263466.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0a6e82ca-8421-450c-9985-68cf890b6a49 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-0a6e82ca-8421-450c-9985-68cf890b6a49 .shogun-heading-component h1 {
  color: rgba(33, 33, 33, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-b36ae26a-16ad-4c97-a5e7-0e87e2ce22f0 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: left;
}







  #s-b36ae26a-16ad-4c97-a5e7-0e87e2ce22f0 img.shogun-image {
    

    
    
    
  }


#s-b36ae26a-16ad-4c97-a5e7-0e87e2ce22f0 .shogun-image-content {
  
    align-items: center;
  
}

#s-c6af68da-6599-456c-86ce-fb4f362e7f18 {
  padding-top: 7px;
padding-bottom: 7px;
text-align: left;
}

#s-c6af68da-6599-456c-86ce-fb4f362e7f18 .shogun-heading-component h1 {
  color: rgba(33, 33, 33, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 0px;
  text-align: left;
}



#s-d67134b7-a922-479f-a133-34a60936cd22 {
  margin-bottom: 30px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
text-align: left;
}

#s-d67134b7-a922-479f-a133-34a60936cd22 .shogun-heading-component h4 {
  color: rgba(128, 128, 128, 1);
  font-weight:  normal ;
  font-family: "Helvetica";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}



#s-2427b90a-3685-4095-8a91-4d7e192f143a {
  padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-2427b90a-3685-4095-8a91-4d7e192f143a:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-2427b90a-3685-4095-8a91-4d7e192f143a:active {background-color: rgba(128, 128, 128, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-2427b90a-3685-4095-8a91-4d7e192f143a-root {
    text-align: left;
  }


#s-2427b90a-3685-4095-8a91-4d7e192f143a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2427b90a-3685-4095-8a91-4d7e192f143a-root {
    text-align: left;
  }


#s-2427b90a-3685-4095-8a91-4d7e192f143a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2427b90a-3685-4095-8a91-4d7e192f143a-root {
    text-align: left;
  }


#s-2427b90a-3685-4095-8a91-4d7e192f143a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2427b90a-3685-4095-8a91-4d7e192f143a-root {
    text-align: left;
  }


#s-2427b90a-3685-4095-8a91-4d7e192f143a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2427b90a-3685-4095-8a91-4d7e192f143a-root {
    text-align: left;
  }


#s-2427b90a-3685-4095-8a91-4d7e192f143a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}
#s-b41b5ffb-e780-4861-a106-06f1a010ded3 hr {
  border-top: 2px solid #ddd;
}

#s-15e9a4f4-3466-4101-9c0e-be9304de680d {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-15e9a4f4-3466-4101-9c0e-be9304de680d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-15e9a4f4-3466-4101-9c0e-be9304de680d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-15e9a4f4-3466-4101-9c0e-be9304de680d {
  
}
}@media (max-width: 767px){#s-15e9a4f4-3466-4101-9c0e-be9304de680d {
  
}
}
@media (min-width: 0px) {
[id="s-15e9a4f4-3466-4101-9c0e-be9304de680d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-15e9a4f4-3466-4101-9c0e-be9304de680d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-15e9a4f4-3466-4101-9c0e-be9304de680d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-15e9a4f4-3466-4101-9c0e-be9304de680d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-15e9a4f4-3466-4101-9c0e-be9304de680d"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-1f444bd6-8658-45c7-8767-af5d5af4ccfc {
  margin-top: 10%;
margin-left: 10%;
margin-bottom: 10%;
margin-right: 10%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1f444bd6-8658-45c7-8767-af5d5af4ccfc {
  margin-top: 3%;
}
}@media (max-width: 767px){#s-1f444bd6-8658-45c7-8767-af5d5af4ccfc {
  margin-top: 3%;
margin-bottom: 3%;
}
}







#s-1f444bd6-8658-45c7-8767-af5d5af4ccfc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1f444bd6-8658-45c7-8767-af5d5af4ccfc.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-99edfa01-ffd2-43fd-89d8-9eed3a843dcf {
  padding-left: 0%;
padding-right: 0%;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-99edfa01-ffd2-43fd-89d8-9eed3a843dcf {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-99edfa01-ffd2-43fd-89d8-9eed3a843dcf {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-99edfa01-ffd2-43fd-89d8-9eed3a843dcf {
  
}
}@media (max-width: 767px){#s-99edfa01-ffd2-43fd-89d8-9eed3a843dcf {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
}
}







#s-99edfa01-ffd2-43fd-89d8-9eed3a843dcf > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-99edfa01-ffd2-43fd-89d8-9eed3a843dcf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-943014cd-efc6-40d5-9014-e450f300d3aa {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-943014cd-efc6-40d5-9014-e450f300d3aa .shogun-heading-component h1 {
  color: rgba(33, 33, 33, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-b71b976a-a992-4a16-ba68-3b970d308462 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: left;
}







  #s-b71b976a-a992-4a16-ba68-3b970d308462 img.shogun-image {
    

    
    
    
  }


#s-b71b976a-a992-4a16-ba68-3b970d308462 .shogun-image-content {
  
    align-items: center;
  
}

#s-1b12eac4-47a4-4381-9fc6-f30facea006d {
  padding-top: 7px;
padding-bottom: 7px;
text-align: left;
}

#s-1b12eac4-47a4-4381-9fc6-f30facea006d .shogun-heading-component h1 {
  color: rgba(33, 33, 33, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 0px;
  text-align: left;
}



#s-9c3a3a34-1eb0-47fe-a547-ed35159474e8 {
  margin-bottom: 30px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
text-align: left;
}

#s-9c3a3a34-1eb0-47fe-a547-ed35159474e8 .shogun-heading-component h4 {
  color: rgba(128, 128, 128, 1);
  font-weight:  normal ;
  font-family: "Helvetica";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}



#s-fb2758e3-1a56-4462-80a6-08e7c0e8c168 {
  padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-fb2758e3-1a56-4462-80a6-08e7c0e8c168:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-fb2758e3-1a56-4462-80a6-08e7c0e8c168:active {background-color: rgba(128, 128, 128, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-fb2758e3-1a56-4462-80a6-08e7c0e8c168-root {
    text-align: left;
  }


#s-fb2758e3-1a56-4462-80a6-08e7c0e8c168.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fb2758e3-1a56-4462-80a6-08e7c0e8c168-root {
    text-align: left;
  }


#s-fb2758e3-1a56-4462-80a6-08e7c0e8c168.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fb2758e3-1a56-4462-80a6-08e7c0e8c168-root {
    text-align: left;
  }


#s-fb2758e3-1a56-4462-80a6-08e7c0e8c168.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fb2758e3-1a56-4462-80a6-08e7c0e8c168-root {
    text-align: left;
  }


#s-fb2758e3-1a56-4462-80a6-08e7c0e8c168.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fb2758e3-1a56-4462-80a6-08e7c0e8c168-root {
    text-align: left;
  }


#s-fb2758e3-1a56-4462-80a6-08e7c0e8c168.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}
#s-c495892e-0336-45bd-9b54-c11ddd9b3104 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
min-height: 50px;
}
@media (min-width: 1200px){#s-c495892e-0336-45bd-9b54-c11ddd9b3104 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c495892e-0336-45bd-9b54-c11ddd9b3104 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c495892e-0336-45bd-9b54-c11ddd9b3104 {
  
}
}@media (max-width: 767px){#s-c495892e-0336-45bd-9b54-c11ddd9b3104 {
  
}
}







#s-c495892e-0336-45bd-9b54-c11ddd9b3104 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-c495892e-0336-45bd-9b54-c11ddd9b3104.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-4e6a0e60-3ee1-43f8-b67e-62a07dde7c91 {
  text-align: center;
}







  #s-4e6a0e60-3ee1-43f8-b67e-62a07dde7c91 img.shogun-image {
    

    
    
    
  }


#s-4e6a0e60-3ee1-43f8-b67e-62a07dde7c91 .shogun-image-content {
  
    align-items: center;
  
}

#s-a8240421-505f-4a21-bdcb-25a1eae391ed hr {
  border-top: 2px solid #ddd;
}

#s-4e66cdcf-f9b0-4595-8085-65ed48c7e0aa {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-4e66cdcf-f9b0-4595-8085-65ed48c7e0aa {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4e66cdcf-f9b0-4595-8085-65ed48c7e0aa {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4e66cdcf-f9b0-4595-8085-65ed48c7e0aa {
  
}
}@media (max-width: 767px){#s-4e66cdcf-f9b0-4595-8085-65ed48c7e0aa {
  
}
}
@media (min-width: 0px) {
[id="s-4e66cdcf-f9b0-4595-8085-65ed48c7e0aa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4e66cdcf-f9b0-4595-8085-65ed48c7e0aa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4e66cdcf-f9b0-4595-8085-65ed48c7e0aa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4e66cdcf-f9b0-4595-8085-65ed48c7e0aa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-f552463e-6f8c-4326-be32-6e0e2684e142 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
min-height: 50px;
}
@media (min-width: 1200px){#s-f552463e-6f8c-4326-be32-6e0e2684e142 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f552463e-6f8c-4326-be32-6e0e2684e142 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f552463e-6f8c-4326-be32-6e0e2684e142 {
  
}
}@media (max-width: 767px){#s-f552463e-6f8c-4326-be32-6e0e2684e142 {
  
}
}







#s-f552463e-6f8c-4326-be32-6e0e2684e142 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-f552463e-6f8c-4326-be32-6e0e2684e142.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-0b1b48f9-3673-4ef7-b660-0bf4d908a4d7 {
  text-align: center;
}







  #s-0b1b48f9-3673-4ef7-b660-0bf4d908a4d7 img.shogun-image {
    

    
    
    
  }


#s-0b1b48f9-3673-4ef7-b660-0bf4d908a4d7 .shogun-image-content {
  
    align-items: center;
  
}

#s-2a68bb0a-7a91-47d5-9f18-c00c46dda5a1 {
  margin-top: 10%;
margin-left: 10%;
margin-bottom: 10%;
margin-right: 10%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2a68bb0a-7a91-47d5-9f18-c00c46dda5a1 {
  margin-top: 3%;
}
}@media (max-width: 767px){#s-2a68bb0a-7a91-47d5-9f18-c00c46dda5a1 {
  margin-top: 3%;
margin-bottom: 3%;
}
}







#s-2a68bb0a-7a91-47d5-9f18-c00c46dda5a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2a68bb0a-7a91-47d5-9f18-c00c46dda5a1.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-5e43b7a6-5291-44fc-b268-1d02f9f6b1fc {
  padding-left: 0%;
padding-right: 0%;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-5e43b7a6-5291-44fc-b268-1d02f9f6b1fc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5e43b7a6-5291-44fc-b268-1d02f9f6b1fc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5e43b7a6-5291-44fc-b268-1d02f9f6b1fc {
  
}
}@media (max-width: 767px){#s-5e43b7a6-5291-44fc-b268-1d02f9f6b1fc {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
}
}







#s-5e43b7a6-5291-44fc-b268-1d02f9f6b1fc > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-5e43b7a6-5291-44fc-b268-1d02f9f6b1fc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-88edc8b8-fbfd-4084-976a-9904db9a4fa2 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-88edc8b8-fbfd-4084-976a-9904db9a4fa2 .shogun-heading-component h1 {
  color: rgba(33, 33, 33, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-26f74539-2c51-4d41-86a4-6b0c87737e35 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: left;
}







  #s-26f74539-2c51-4d41-86a4-6b0c87737e35 img.shogun-image {
    

    
    
    
  }


#s-26f74539-2c51-4d41-86a4-6b0c87737e35 .shogun-image-content {
  
    align-items: center;
  
}

#s-df58b9e7-8b07-4459-aa94-d3b03c8a2409 {
  padding-top: 7px;
padding-bottom: 7px;
text-align: left;
}

#s-df58b9e7-8b07-4459-aa94-d3b03c8a2409 .shogun-heading-component h1 {
  color: rgba(33, 33, 33, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 0px;
  text-align: left;
}



#s-8a3374be-080b-4e29-bab8-66262bbcc573 {
  margin-bottom: 30px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
text-align: left;
}

#s-8a3374be-080b-4e29-bab8-66262bbcc573 .shogun-heading-component h4 {
  color: rgba(128, 128, 128, 1);
  font-weight:  normal ;
  font-family: "Helvetica";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}



#s-b2f917a6-46f6-4319-b0ff-d158c031c75b {
  padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-b2f917a6-46f6-4319-b0ff-d158c031c75b:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-b2f917a6-46f6-4319-b0ff-d158c031c75b:active {background-color: rgba(128, 128, 128, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-b2f917a6-46f6-4319-b0ff-d158c031c75b-root {
    text-align: left;
  }


#s-b2f917a6-46f6-4319-b0ff-d158c031c75b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b2f917a6-46f6-4319-b0ff-d158c031c75b-root {
    text-align: left;
  }


#s-b2f917a6-46f6-4319-b0ff-d158c031c75b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b2f917a6-46f6-4319-b0ff-d158c031c75b-root {
    text-align: left;
  }


#s-b2f917a6-46f6-4319-b0ff-d158c031c75b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b2f917a6-46f6-4319-b0ff-d158c031c75b-root {
    text-align: left;
  }


#s-b2f917a6-46f6-4319-b0ff-d158c031c75b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b2f917a6-46f6-4319-b0ff-d158c031c75b-root {
    text-align: left;
  }


#s-b2f917a6-46f6-4319-b0ff-d158c031c75b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}
#s-271f7371-7d9b-4d36-b1d6-91ed98d4c8b8 hr {
  border-top: 2px solid #ddd;
}

#s-80b62c42-2e67-4f83-ae09-d09d37c72d2c {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-80b62c42-2e67-4f83-ae09-d09d37c72d2c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-80b62c42-2e67-4f83-ae09-d09d37c72d2c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-80b62c42-2e67-4f83-ae09-d09d37c72d2c {
  
}
}@media (max-width: 767px){#s-80b62c42-2e67-4f83-ae09-d09d37c72d2c {
  
}
}
@media (min-width: 0px) {
[id="s-80b62c42-2e67-4f83-ae09-d09d37c72d2c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-80b62c42-2e67-4f83-ae09-d09d37c72d2c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-80b62c42-2e67-4f83-ae09-d09d37c72d2c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-80b62c42-2e67-4f83-ae09-d09d37c72d2c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-80b62c42-2e67-4f83-ae09-d09d37c72d2c"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-725cc8f3-edfc-4213-9b41-946cc7bfedd7 {
  margin-top: 10%;
margin-left: 10%;
margin-bottom: 10%;
margin-right: 10%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-725cc8f3-edfc-4213-9b41-946cc7bfedd7 {
  margin-top: 3%;
}
}@media (max-width: 767px){#s-725cc8f3-edfc-4213-9b41-946cc7bfedd7 {
  margin-top: 3%;
margin-bottom: 3%;
}
}







#s-725cc8f3-edfc-4213-9b41-946cc7bfedd7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-725cc8f3-edfc-4213-9b41-946cc7bfedd7.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-8726b813-d5b3-4dbe-9f27-fdf289383e36 {
  padding-left: 0%;
padding-right: 0%;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-8726b813-d5b3-4dbe-9f27-fdf289383e36 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8726b813-d5b3-4dbe-9f27-fdf289383e36 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8726b813-d5b3-4dbe-9f27-fdf289383e36 {
  
}
}@media (max-width: 767px){#s-8726b813-d5b3-4dbe-9f27-fdf289383e36 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
}
}







#s-8726b813-d5b3-4dbe-9f27-fdf289383e36 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-8726b813-d5b3-4dbe-9f27-fdf289383e36.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9df9f0e5-38a9-4d4f-bd3a-3532f9231249 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-9df9f0e5-38a9-4d4f-bd3a-3532f9231249 .shogun-heading-component h1 {
  color: rgba(33, 33, 33, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-5aef3615-eb41-4909-b415-1138ce349f13 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: left;
}







  #s-5aef3615-eb41-4909-b415-1138ce349f13 img.shogun-image {
    

    
    
    
  }


#s-5aef3615-eb41-4909-b415-1138ce349f13 .shogun-image-content {
  
    align-items: center;
  
}

#s-3c8e22ba-c5c3-4889-9a47-8b11c1fce7ee {
  padding-top: 7px;
padding-bottom: 7px;
text-align: left;
}

#s-3c8e22ba-c5c3-4889-9a47-8b11c1fce7ee .shogun-heading-component h1 {
  color: rgba(33, 33, 33, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 0px;
  text-align: left;
}



#s-c60f3f7a-50d9-4efa-bf77-228b2fd72296 {
  margin-bottom: 30px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
text-align: left;
}

#s-c60f3f7a-50d9-4efa-bf77-228b2fd72296 .shogun-heading-component h4 {
  color: rgba(128, 128, 128, 1);
  font-weight:  normal ;
  font-family: "Helvetica";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}



#s-d1e0b187-4e30-4c01-95d5-31971c4a3eeb {
  padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-d1e0b187-4e30-4c01-95d5-31971c4a3eeb:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-d1e0b187-4e30-4c01-95d5-31971c4a3eeb:active {background-color: rgba(128, 128, 128, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-d1e0b187-4e30-4c01-95d5-31971c4a3eeb-root {
    text-align: left;
  }


#s-d1e0b187-4e30-4c01-95d5-31971c4a3eeb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d1e0b187-4e30-4c01-95d5-31971c4a3eeb-root {
    text-align: left;
  }


#s-d1e0b187-4e30-4c01-95d5-31971c4a3eeb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d1e0b187-4e30-4c01-95d5-31971c4a3eeb-root {
    text-align: left;
  }


#s-d1e0b187-4e30-4c01-95d5-31971c4a3eeb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d1e0b187-4e30-4c01-95d5-31971c4a3eeb-root {
    text-align: left;
  }


#s-d1e0b187-4e30-4c01-95d5-31971c4a3eeb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d1e0b187-4e30-4c01-95d5-31971c4a3eeb-root {
    text-align: left;
  }


#s-d1e0b187-4e30-4c01-95d5-31971c4a3eeb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}
#s-255a5c38-7a3a-4f9c-867b-e3c8752df501 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
min-height: 50px;
}
@media (min-width: 1200px){#s-255a5c38-7a3a-4f9c-867b-e3c8752df501 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-255a5c38-7a3a-4f9c-867b-e3c8752df501 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-255a5c38-7a3a-4f9c-867b-e3c8752df501 {
  
}
}@media (max-width: 767px){#s-255a5c38-7a3a-4f9c-867b-e3c8752df501 {
  
}
}







#s-255a5c38-7a3a-4f9c-867b-e3c8752df501 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-255a5c38-7a3a-4f9c-867b-e3c8752df501.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-7563f933-be03-4209-a591-806022503c22 {
  text-align: center;
}







  #s-7563f933-be03-4209-a591-806022503c22 img.shogun-image {
    

    
    
    
  }


#s-7563f933-be03-4209-a591-806022503c22 .shogun-image-content {
  
    align-items: center;
  
}

#s-0e08ff96-7e4d-46be-9584-d7dd094d9e8e hr {
  border-top: 2px solid #ddd;
}

#s-a7b1c371-2992-4d8f-85c0-8345e391f85c {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-a7b1c371-2992-4d8f-85c0-8345e391f85c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a7b1c371-2992-4d8f-85c0-8345e391f85c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a7b1c371-2992-4d8f-85c0-8345e391f85c {
  
}
}@media (max-width: 767px){#s-a7b1c371-2992-4d8f-85c0-8345e391f85c {
  
}
}
@media (min-width: 0px) {
[id="s-a7b1c371-2992-4d8f-85c0-8345e391f85c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a7b1c371-2992-4d8f-85c0-8345e391f85c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a7b1c371-2992-4d8f-85c0-8345e391f85c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a7b1c371-2992-4d8f-85c0-8345e391f85c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-126d7291-0b48-40c4-ab1f-ce46dcab62a6 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
min-height: 50px;
}
@media (min-width: 1200px){#s-126d7291-0b48-40c4-ab1f-ce46dcab62a6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-126d7291-0b48-40c4-ab1f-ce46dcab62a6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-126d7291-0b48-40c4-ab1f-ce46dcab62a6 {
  
}
}@media (max-width: 767px){#s-126d7291-0b48-40c4-ab1f-ce46dcab62a6 {
  
}
}







#s-126d7291-0b48-40c4-ab1f-ce46dcab62a6 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-126d7291-0b48-40c4-ab1f-ce46dcab62a6.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c775416f-cb4e-4443-8e0e-75b828e289cb {
  text-align: center;
}







  #s-c775416f-cb4e-4443-8e0e-75b828e289cb img.shogun-image {
    

    
    
    
  }


#s-c775416f-cb4e-4443-8e0e-75b828e289cb .shogun-image-content {
  
    align-items: center;
  
}

#s-74f7a528-1eb8-448d-ac51-9209497da321 {
  margin-top: 10%;
margin-left: 10%;
margin-bottom: 10%;
margin-right: 10%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-74f7a528-1eb8-448d-ac51-9209497da321 {
  margin-top: 3%;
}
}@media (max-width: 767px){#s-74f7a528-1eb8-448d-ac51-9209497da321 {
  margin-top: 3%;
margin-bottom: 3%;
}
}







#s-74f7a528-1eb8-448d-ac51-9209497da321 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-74f7a528-1eb8-448d-ac51-9209497da321.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-900e0373-5bec-4f2b-922f-c3bf3dbec2ae {
  padding-left: 0%;
padding-right: 0%;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-900e0373-5bec-4f2b-922f-c3bf3dbec2ae {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-900e0373-5bec-4f2b-922f-c3bf3dbec2ae {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-900e0373-5bec-4f2b-922f-c3bf3dbec2ae {
  
}
}@media (max-width: 767px){#s-900e0373-5bec-4f2b-922f-c3bf3dbec2ae {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
}
}







#s-900e0373-5bec-4f2b-922f-c3bf3dbec2ae > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-900e0373-5bec-4f2b-922f-c3bf3dbec2ae.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a0300618-fbbb-4877-9f81-154e9501649f {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-a0300618-fbbb-4877-9f81-154e9501649f .shogun-heading-component h1 {
  color: rgba(33, 33, 33, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-f6c96ff2-ac69-4545-b2e7-2f65e39ea566 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: left;
}







  #s-f6c96ff2-ac69-4545-b2e7-2f65e39ea566 img.shogun-image {
    

    
    
    
  }


#s-f6c96ff2-ac69-4545-b2e7-2f65e39ea566 .shogun-image-content {
  
    align-items: center;
  
}

#s-75b203e0-9c0e-48b2-b3e7-4f1fe63a1116 {
  padding-top: 7px;
padding-bottom: 7px;
text-align: left;
}

#s-75b203e0-9c0e-48b2-b3e7-4f1fe63a1116 .shogun-heading-component h1 {
  color: rgba(33, 33, 33, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 0px;
  text-align: left;
}



#s-6fa0afa7-f169-47d5-9847-84d7e7e70ba8 {
  margin-bottom: 30px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
text-align: left;
}

#s-6fa0afa7-f169-47d5-9847-84d7e7e70ba8 .shogun-heading-component h4 {
  color: rgba(128, 128, 128, 1);
  font-weight:  normal ;
  font-family: "Helvetica";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}



#s-edfb774d-8c92-4e8b-9c9f-60284d590a9a {
  padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-edfb774d-8c92-4e8b-9c9f-60284d590a9a:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-edfb774d-8c92-4e8b-9c9f-60284d590a9a:active {background-color: rgba(128, 128, 128, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-edfb774d-8c92-4e8b-9c9f-60284d590a9a-root {
    text-align: left;
  }


#s-edfb774d-8c92-4e8b-9c9f-60284d590a9a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-edfb774d-8c92-4e8b-9c9f-60284d590a9a-root {
    text-align: left;
  }


#s-edfb774d-8c92-4e8b-9c9f-60284d590a9a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-edfb774d-8c92-4e8b-9c9f-60284d590a9a-root {
    text-align: left;
  }


#s-edfb774d-8c92-4e8b-9c9f-60284d590a9a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-edfb774d-8c92-4e8b-9c9f-60284d590a9a-root {
    text-align: left;
  }


#s-edfb774d-8c92-4e8b-9c9f-60284d590a9a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-edfb774d-8c92-4e8b-9c9f-60284d590a9a-root {
    text-align: left;
  }


#s-edfb774d-8c92-4e8b-9c9f-60284d590a9a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}
#s-53e8985c-c8b1-4a81-a342-3877f9d3d2c0 hr {
  border-top: 2px solid #ddd;
}

#s-79a29c6f-6d7b-4584-bea3-d656ba9b850b {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-79a29c6f-6d7b-4584-bea3-d656ba9b850b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-79a29c6f-6d7b-4584-bea3-d656ba9b850b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-79a29c6f-6d7b-4584-bea3-d656ba9b850b {
  
}
}@media (max-width: 767px){#s-79a29c6f-6d7b-4584-bea3-d656ba9b850b {
  
}
}
@media (min-width: 0px) {
[id="s-79a29c6f-6d7b-4584-bea3-d656ba9b850b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-79a29c6f-6d7b-4584-bea3-d656ba9b850b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-79a29c6f-6d7b-4584-bea3-d656ba9b850b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-79a29c6f-6d7b-4584-bea3-d656ba9b850b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-79a29c6f-6d7b-4584-bea3-d656ba9b850b"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-402eaa12-c310-419d-86f4-5add4ad5719a {
  margin-top: 10%;
margin-left: 10%;
margin-bottom: 10%;
margin-right: 10%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-402eaa12-c310-419d-86f4-5add4ad5719a {
  margin-top: 3%;
}
}@media (max-width: 767px){#s-402eaa12-c310-419d-86f4-5add4ad5719a {
  margin-top: 3%;
margin-bottom: 3%;
}
}







#s-402eaa12-c310-419d-86f4-5add4ad5719a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-402eaa12-c310-419d-86f4-5add4ad5719a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-4db30152-bab7-48fe-9362-b4f54d2f4d58 {
  padding-left: 0%;
padding-right: 0%;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-4db30152-bab7-48fe-9362-b4f54d2f4d58 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4db30152-bab7-48fe-9362-b4f54d2f4d58 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4db30152-bab7-48fe-9362-b4f54d2f4d58 {
  
}
}@media (max-width: 767px){#s-4db30152-bab7-48fe-9362-b4f54d2f4d58 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
}
}







#s-4db30152-bab7-48fe-9362-b4f54d2f4d58 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-4db30152-bab7-48fe-9362-b4f54d2f4d58.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d156d95a-6a16-4ad4-925a-beb69ce83c77 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-d156d95a-6a16-4ad4-925a-beb69ce83c77 .shogun-heading-component h1 {
  color: rgba(33, 33, 33, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-1e02677a-32a7-4259-a93a-1308b744352d {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: left;
}







  #s-1e02677a-32a7-4259-a93a-1308b744352d img.shogun-image {
    

    
    
    
  }


#s-1e02677a-32a7-4259-a93a-1308b744352d .shogun-image-content {
  
    align-items: center;
  
}

#s-79bca8e3-3bce-4a6e-a8f1-75a13c43b3a4 {
  padding-top: 7px;
padding-bottom: 7px;
text-align: left;
}

#s-79bca8e3-3bce-4a6e-a8f1-75a13c43b3a4 .shogun-heading-component h1 {
  color: rgba(33, 33, 33, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 0px;
  text-align: left;
}



#s-9592988d-ff5d-4297-ba13-4c851ec32dd1 {
  margin-bottom: 30px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
text-align: left;
}

#s-9592988d-ff5d-4297-ba13-4c851ec32dd1 .shogun-heading-component h4 {
  color: rgba(128, 128, 128, 1);
  font-weight:  normal ;
  font-family: "Helvetica";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}



#s-ae6ee878-7807-45cc-91f1-981e3b3d5b29 {
  padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-ae6ee878-7807-45cc-91f1-981e3b3d5b29:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-ae6ee878-7807-45cc-91f1-981e3b3d5b29:active {background-color: rgba(128, 128, 128, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-ae6ee878-7807-45cc-91f1-981e3b3d5b29-root {
    text-align: left;
  }


#s-ae6ee878-7807-45cc-91f1-981e3b3d5b29.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ae6ee878-7807-45cc-91f1-981e3b3d5b29-root {
    text-align: left;
  }


#s-ae6ee878-7807-45cc-91f1-981e3b3d5b29.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ae6ee878-7807-45cc-91f1-981e3b3d5b29-root {
    text-align: left;
  }


#s-ae6ee878-7807-45cc-91f1-981e3b3d5b29.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ae6ee878-7807-45cc-91f1-981e3b3d5b29-root {
    text-align: left;
  }


#s-ae6ee878-7807-45cc-91f1-981e3b3d5b29.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ae6ee878-7807-45cc-91f1-981e3b3d5b29-root {
    text-align: left;
  }


#s-ae6ee878-7807-45cc-91f1-981e3b3d5b29.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}
#s-ccde468d-8da0-4aa2-ac83-d4a75c8c901f {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
min-height: 50px;
}
@media (min-width: 1200px){#s-ccde468d-8da0-4aa2-ac83-d4a75c8c901f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ccde468d-8da0-4aa2-ac83-d4a75c8c901f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ccde468d-8da0-4aa2-ac83-d4a75c8c901f {
  
}
}@media (max-width: 767px){#s-ccde468d-8da0-4aa2-ac83-d4a75c8c901f {
  
}
}







#s-ccde468d-8da0-4aa2-ac83-d4a75c8c901f > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-ccde468d-8da0-4aa2-ac83-d4a75c8c901f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1e407837-439f-4a12-af02-a07b9850aab6 {
  text-align: center;
}







  #s-1e407837-439f-4a12-af02-a07b9850aab6 img.shogun-image {
    

    
    
    
  }


#s-1e407837-439f-4a12-af02-a07b9850aab6 .shogun-image-content {
  
    align-items: center;
  
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#mc_embed_signup .clear{width:auto !important;height:auto !important;visibility:visible !important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline !important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,0.85)}.shg-lightbox.hidden{display:none !important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:hover,.shg-lightbox .shg-lightbox-close:focus{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0%, -50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none !important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width: 769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity 300ms}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}
