.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-47319264-7ef1-43ae-a32c-6428a985ea84 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 300px;
background-position: right top;
background-attachment: scroll;
}

#s-47319264-7ef1-43ae-a32c-6428a985ea84 {
  background-image: url(https://i.shgcdn.com/d37c4c3a-8b92-4abd-a5be-f9d2fe67ad7c/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-47319264-7ef1-43ae-a32c-6428a985ea84 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-47319264-7ef1-43ae-a32c-6428a985ea84.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bc68c32b-9a3b-40fd-b8fa-e04df9c6bfc6 {
  padding-top: 40px;
padding-left: 22%;
padding-bottom: 40px;
padding-right: 22%;
min-height: 182px;
background-attachment: scroll;
}
@media (min-width: 768px) and (max-width: 991px){#s-bc68c32b-9a3b-40fd-b8fa-e04df9c6bfc6 {
  padding-left: 14%;
padding-right: 14%;
}
}@media (max-width: 767px){#s-bc68c32b-9a3b-40fd-b8fa-e04df9c6bfc6 {
  padding-left: 8%;
padding-right: 8%;
}
}







#s-bc68c32b-9a3b-40fd-b8fa-e04df9c6bfc6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bc68c32b-9a3b-40fd-b8fa-e04df9c6bfc6.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-6e369c36-1524-4f60-8ed8-53999a11fead {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6e369c36-1524-4f60-8ed8-53999a11fead .shogun-heading-component h3 {
  color: rgba(254, 80, 0, 1);
  font-weight:  normal ;
  font-family: "Industry";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-6dc6717e-dca5-4765-b399-58808f24fd6e {
  padding-top: 10px;
padding-bottom: 30px;
text-align: center;
}

#s-6dc6717e-dca5-4765-b399-58808f24fd6e .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Industry";
  font-style:  normal ;
  font-size: 45px;
  
  
  
}



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

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

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

#s-3b192d43-4ad3-4a84-874f-f5b27627e504 hr {
  border-top: 2px solid #ddd;
}

#s-f7811e80-54de-4c3f-aaae-cc241750e8d2 {
  padding-top: 40px;
padding-left: 10%;
padding-bottom: 40px;
padding-right: 10%;
min-height: 182px;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-f7811e80-54de-4c3f-aaae-cc241750e8d2 {
  padding-left: 22%;
padding-right: 22%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f7811e80-54de-4c3f-aaae-cc241750e8d2 {
  padding-left: 22%;
padding-right: 22%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f7811e80-54de-4c3f-aaae-cc241750e8d2 {
  padding-left: 14%;
padding-right: 14%;
}
}@media (max-width: 767px){#s-f7811e80-54de-4c3f-aaae-cc241750e8d2 {
  padding-left: 8%;
padding-right: 8%;
}
}







#s-f7811e80-54de-4c3f-aaae-cc241750e8d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f7811e80-54de-4c3f-aaae-cc241750e8d2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-457c0ade-7150-418e-8241-eeb47ae097b3 {
  padding-top: 30px;
padding-bottom: 30px;
text-align: center;
}

#s-457c0ade-7150-418e-8241-eeb47ae097b3 .shogun-heading-component h2 {
  color: rgba(85, 87, 89, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  
  
  
}



#s-e71202f3-2854-4c90-9044-4aa9c888745f {
  padding-bottom: 30px;
}

#s-87a139c5-20dd-4256-80d7-e9ce3137affb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-87a139c5-20dd-4256-80d7-e9ce3137affb .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Industry";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-89db2b9f-76ec-48ab-9a4d-8e4b8e12c1e5 {
  text-align: center;
}







  #s-89db2b9f-76ec-48ab-9a4d-8e4b8e12c1e5 img.shogun-image {
    

    
    
    
  }


#s-89db2b9f-76ec-48ab-9a4d-8e4b8e12c1e5 .shogun-image-content {
  
    align-items: center;
  
}

#s-f214e86e-3154-4e03-9549-145bfa115324 hr {
  border-top: 2px solid #ddd;
}

#s-7a047120-4ea5-42cf-b97d-e3f7274b8841 {
  padding-top: 40px;
padding-left: 8%;
padding-bottom: 40px;
padding-right: 8%;
min-height: 182px;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-7a047120-4ea5-42cf-b97d-e3f7274b8841 {
  padding-left: 22%;
padding-right: 22%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7a047120-4ea5-42cf-b97d-e3f7274b8841 {
  padding-left: 22%;
padding-right: 22%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7a047120-4ea5-42cf-b97d-e3f7274b8841 {
  padding-left: 14%;
padding-right: 14%;
}
}







#s-7a047120-4ea5-42cf-b97d-e3f7274b8841 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7a047120-4ea5-42cf-b97d-e3f7274b8841.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-81181cdc-31e1-4ff9-a4a3-c1653b26cf6b {
  padding-top: 30px;
padding-bottom: 30px;
text-align: center;
}

#s-81181cdc-31e1-4ff9-a4a3-c1653b26cf6b .shogun-heading-component h2 {
  color: rgba(85, 87, 89, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  
  
  
}



#s-042f7dc9-10d0-4291-8e39-0741231ba2b3 {
  padding-bottom: 30px;
}

.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-64832eda-3b75-4059-8f43-2e8ad3025e7d {
  padding-top: 30px;
padding-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-64832eda-3b75-4059-8f43-2e8ad3025e7d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-64832eda-3b75-4059-8f43-2e8ad3025e7d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-64832eda-3b75-4059-8f43-2e8ad3025e7d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-64832eda-3b75-4059-8f43-2e8ad3025e7d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f62188ad-7bf2-4d91-bcb1-40730e7c0b8a {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
text-align: center;
}







  #s-f62188ad-7bf2-4d91-bcb1-40730e7c0b8a img.shogun-image {
    

    
    
    
  }


#s-f62188ad-7bf2-4d91-bcb1-40730e7c0b8a .shogun-image-content {
  
    align-items: center;
  
}

#s-486ef4ac-5a37-432a-8335-fd0a84cbc7f3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-486ef4ac-5a37-432a-8335-fd0a84cbc7f3 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Industry";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}



#s-3dff1ef8-65ca-49a4-8e2a-516fcfdf3f58 {
  padding-top: 30px;
padding-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-3dff1ef8-65ca-49a4-8e2a-516fcfdf3f58"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3dff1ef8-65ca-49a4-8e2a-516fcfdf3f58"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3dff1ef8-65ca-49a4-8e2a-516fcfdf3f58"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3dff1ef8-65ca-49a4-8e2a-516fcfdf3f58"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-3dff1ef8-65ca-49a4-8e2a-516fcfdf3f58"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-266abdfc-c0c9-41c8-9d30-c308a65b8747 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-266abdfc-c0c9-41c8-9d30-c308a65b8747 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-7e7b1f99-c4a2-4f64-9895-bf5368ae2362 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
text-align: center;
}







  #s-7e7b1f99-c4a2-4f64-9895-bf5368ae2362 img.shogun-image {
    

    
    
    
  }


#s-7e7b1f99-c4a2-4f64-9895-bf5368ae2362 .shogun-image-content {
  
    align-items: center;
  
}

#s-c75b4694-68f4-4183-9441-9cfa73394469 {
  padding-top: 30px;
padding-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-c75b4694-68f4-4183-9441-9cfa73394469"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c75b4694-68f4-4183-9441-9cfa73394469"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c75b4694-68f4-4183-9441-9cfa73394469"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c75b4694-68f4-4183-9441-9cfa73394469"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-36d06d66-37da-4732-ae6b-2c7019e34415 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
text-align: center;
}







  #s-36d06d66-37da-4732-ae6b-2c7019e34415 img.shogun-image {
    

    
    
    
  }


#s-36d06d66-37da-4732-ae6b-2c7019e34415 .shogun-image-content {
  
    align-items: center;
  
}

#s-e483ba08-83cd-41f1-b1cf-c1935390f506 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e483ba08-83cd-41f1-b1cf-c1935390f506 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Industry";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}



#s-a9a28e7d-5e29-4515-b392-3fb7d4447fd9 {
  padding-top: 30px;
padding-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-a9a28e7d-5e29-4515-b392-3fb7d4447fd9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a9a28e7d-5e29-4515-b392-3fb7d4447fd9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a9a28e7d-5e29-4515-b392-3fb7d4447fd9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a9a28e7d-5e29-4515-b392-3fb7d4447fd9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-a9a28e7d-5e29-4515-b392-3fb7d4447fd9"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-ef6a8e75-070b-4482-b071-473f8acef9bb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ef6a8e75-070b-4482-b071-473f8acef9bb .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-1ce96ce6-cec0-4720-943e-62e7a99f829c {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
text-align: center;
}







  #s-1ce96ce6-cec0-4720-943e-62e7a99f829c img.shogun-image {
    

    
    
    
  }


#s-1ce96ce6-cec0-4720-943e-62e7a99f829c .shogun-image-content {
  
    align-items: center;
  
}

#s-d7c0fdb5-8995-457e-9b5c-e55c9f694b85 {
  padding-top: 30px;
padding-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-d7c0fdb5-8995-457e-9b5c-e55c9f694b85"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d7c0fdb5-8995-457e-9b5c-e55c9f694b85"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d7c0fdb5-8995-457e-9b5c-e55c9f694b85"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d7c0fdb5-8995-457e-9b5c-e55c9f694b85"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-100f939c-8c81-49d1-9664-1f98c9dee175 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
text-align: center;
}







  #s-100f939c-8c81-49d1-9664-1f98c9dee175 img.shogun-image {
    

    
    
    
  }


#s-100f939c-8c81-49d1-9664-1f98c9dee175 .shogun-image-content {
  
    align-items: center;
  
}

#s-7408d78f-afb0-4782-9fac-37701b27a370 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7408d78f-afb0-4782-9fac-37701b27a370 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Industry";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}



#s-0718a332-4d34-454e-b9e2-2fc566084cc7 {
  padding-top: 30px;
padding-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-0718a332-4d34-454e-b9e2-2fc566084cc7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0718a332-4d34-454e-b9e2-2fc566084cc7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0718a332-4d34-454e-b9e2-2fc566084cc7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0718a332-4d34-454e-b9e2-2fc566084cc7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-0718a332-4d34-454e-b9e2-2fc566084cc7"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-cf8d257a-b14c-4cb7-900c-bf80cbb0fe65 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-cf8d257a-b14c-4cb7-900c-bf80cbb0fe65 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-f863d2d3-f543-4667-95b3-e866c2f63138 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
text-align: center;
}







  #s-f863d2d3-f543-4667-95b3-e866c2f63138 img.shogun-image {
    

    
    
    
  }


#s-f863d2d3-f543-4667-95b3-e866c2f63138 .shogun-image-content {
  
    align-items: center;
  
}

#s-ea425ac1-30a1-407d-b493-a7687697dc2f {
  padding-top: 30px;
padding-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-ea425ac1-30a1-407d-b493-a7687697dc2f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ea425ac1-30a1-407d-b493-a7687697dc2f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ea425ac1-30a1-407d-b493-a7687697dc2f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ea425ac1-30a1-407d-b493-a7687697dc2f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4408b86a-d4a1-47ab-b7b2-4a4727abc9dd {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
text-align: center;
}







  #s-4408b86a-d4a1-47ab-b7b2-4a4727abc9dd img.shogun-image {
    

    
    
    
  }


#s-4408b86a-d4a1-47ab-b7b2-4a4727abc9dd .shogun-image-content {
  
    align-items: center;
  
}

#s-945124b3-5a86-41d5-8940-e09d1b30f980 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-945124b3-5a86-41d5-8940-e09d1b30f980 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Industry";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}



#s-d6daf6ce-8f5e-4561-b8e2-a2befd45e421 {
  padding-top: 30px;
padding-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-d6daf6ce-8f5e-4561-b8e2-a2befd45e421"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d6daf6ce-8f5e-4561-b8e2-a2befd45e421"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d6daf6ce-8f5e-4561-b8e2-a2befd45e421"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d6daf6ce-8f5e-4561-b8e2-a2befd45e421"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-d6daf6ce-8f5e-4561-b8e2-a2befd45e421"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-028c43a9-dfb6-44d4-9f69-79e5ea19d7dd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-028c43a9-dfb6-44d4-9f69-79e5ea19d7dd .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-55ea6d67-4e55-49b5-bbe8-77598723d0ce {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
text-align: center;
}







  #s-55ea6d67-4e55-49b5-bbe8-77598723d0ce img.shogun-image {
    

    
    
    
  }


#s-55ea6d67-4e55-49b5-bbe8-77598723d0ce .shogun-image-content {
  
    align-items: center;
  
}

#s-39294049-78e9-457d-a16d-a9dc7906825e hr {
  border-top: 2px solid #ddd;
}

#s-1e1451d4-1ba3-4b2d-b28a-d8411ab11c4e {
  padding-top: 40px;
padding-left: 14%;
padding-bottom: 40px;
padding-right: 14%;
min-height: 182px;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-1e1451d4-1ba3-4b2d-b28a-d8411ab11c4e {
  padding-left: 22%;
padding-right: 22%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1e1451d4-1ba3-4b2d-b28a-d8411ab11c4e {
  padding-left: 22%;
padding-right: 22%;
}
}@media (max-width: 767px){#s-1e1451d4-1ba3-4b2d-b28a-d8411ab11c4e {
  padding-left: 8%;
padding-right: 8%;
}
}







#s-1e1451d4-1ba3-4b2d-b28a-d8411ab11c4e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1e1451d4-1ba3-4b2d-b28a-d8411ab11c4e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e8789488-fba4-4ae5-876c-72268fa9f62e {
  padding-top: 30px;
padding-bottom: 30px;
text-align: center;
}

#s-e8789488-fba4-4ae5-876c-72268fa9f62e .shogun-heading-component h2 {
  color: rgba(85, 87, 89, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  
  
  
}



#s-d4be2ae8-3e5a-4c35-8d50-bbcad35173d4 {
  padding-bottom: 30px;
}

#s-4d3acca4-5cbc-4389-9c43-abd44051c36e {
  padding-top: 30px;
padding-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-4d3acca4-5cbc-4389-9c43-abd44051c36e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4d3acca4-5cbc-4389-9c43-abd44051c36e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4d3acca4-5cbc-4389-9c43-abd44051c36e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4d3acca4-5cbc-4389-9c43-abd44051c36e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4c455225-75a5-43db-bec3-09dec636363f {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
text-align: center;
}







  #s-4c455225-75a5-43db-bec3-09dec636363f img.shogun-image {
    

    
    
    
  }


#s-4c455225-75a5-43db-bec3-09dec636363f .shogun-image-content {
  
    align-items: center;
  
}

#s-e236abda-19b5-46d8-8371-587cdcb4ce1b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e236abda-19b5-46d8-8371-587cdcb4ce1b .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Industry";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}



#s-2a5aa0ec-4a05-45d3-8669-674c10de4c11 {
  padding-top: 30px;
padding-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-2a5aa0ec-4a05-45d3-8669-674c10de4c11"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2a5aa0ec-4a05-45d3-8669-674c10de4c11"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2a5aa0ec-4a05-45d3-8669-674c10de4c11"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2a5aa0ec-4a05-45d3-8669-674c10de4c11"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-2a5aa0ec-4a05-45d3-8669-674c10de4c11"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-01ef0c51-0c09-41ab-9682-aff4efcff8a7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-01ef0c51-0c09-41ab-9682-aff4efcff8a7 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-d15e3d51-c2a9-4077-8abb-a49a912456ff {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
text-align: center;
}







  #s-d15e3d51-c2a9-4077-8abb-a49a912456ff img.shogun-image {
    

    
    
    
  }


#s-d15e3d51-c2a9-4077-8abb-a49a912456ff .shogun-image-content {
  
    align-items: center;
  
}

#s-d9b7c7ec-5eb2-491f-b3f0-001c2d3296e5 {
  padding-top: 30px;
padding-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-d9b7c7ec-5eb2-491f-b3f0-001c2d3296e5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d9b7c7ec-5eb2-491f-b3f0-001c2d3296e5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d9b7c7ec-5eb2-491f-b3f0-001c2d3296e5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d9b7c7ec-5eb2-491f-b3f0-001c2d3296e5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-7d23befd-b9a0-428f-b9e3-09708b7e9bbc {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
text-align: center;
}







  #s-7d23befd-b9a0-428f-b9e3-09708b7e9bbc img.shogun-image {
    

    
    
    
  }


#s-7d23befd-b9a0-428f-b9e3-09708b7e9bbc .shogun-image-content {
  
    align-items: center;
  
}

#s-bde699de-c4be-490c-a69f-599dcad792cb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-bde699de-c4be-490c-a69f-599dcad792cb .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Industry";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}



#s-69f6ff03-2b8e-4e21-94ce-02f9b8c18662 {
  padding-top: 30px;
padding-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-69f6ff03-2b8e-4e21-94ce-02f9b8c18662"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-69f6ff03-2b8e-4e21-94ce-02f9b8c18662"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-69f6ff03-2b8e-4e21-94ce-02f9b8c18662"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-69f6ff03-2b8e-4e21-94ce-02f9b8c18662"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-69f6ff03-2b8e-4e21-94ce-02f9b8c18662"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-4bd6996e-2d9d-4edf-8b77-b15d0d65f9d3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4bd6996e-2d9d-4edf-8b77-b15d0d65f9d3 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-ce887200-4e80-46fb-a96d-45e2e220d7e4 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
text-align: center;
}







  #s-ce887200-4e80-46fb-a96d-45e2e220d7e4 img.shogun-image {
    

    
    
    
  }


#s-ce887200-4e80-46fb-a96d-45e2e220d7e4 .shogun-image-content {
  
    align-items: center;
  
}

#s-0a8555dd-5f86-417f-b69a-2700602563a2 {
  padding-top: 30px;
padding-bottom: 30px;
}

#s-fb0e9bdd-71c4-42e3-b754-de456173accb {
  padding-top: 40px;
padding-left: 22%;
padding-bottom: 80px;
padding-right: 22%;
min-height: 182px;
background-attachment: scroll;
}
@media (min-width: 768px) and (max-width: 991px){#s-fb0e9bdd-71c4-42e3-b754-de456173accb {
  padding-left: 14%;
padding-right: 14%;
}
}@media (max-width: 767px){#s-fb0e9bdd-71c4-42e3-b754-de456173accb {
  padding-left: 8%;
padding-right: 8%;
}
}







#s-fb0e9bdd-71c4-42e3-b754-de456173accb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb0e9bdd-71c4-42e3-b754-de456173accb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

#s-7971d1f0-fcb5-4792-9786-886460c15951 {
  border-style: solid;
padding-top: 12px;
padding-left: 30px;
padding-bottom: 12px;
padding-right: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(254, 80, 0, 1);
border-radius: 10px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-7971d1f0-fcb5-4792-9786-886460c15951:hover {background-color: rgba(254, 80, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-7971d1f0-fcb5-4792-9786-886460c15951:active {background-color: rgba(254, 80, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-7971d1f0-fcb5-4792-9786-886460c15951-root {
    text-align: center;
  }


#s-7971d1f0-fcb5-4792-9786-886460c15951.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-family: acumin-pro-condensed;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7971d1f0-fcb5-4792-9786-886460c15951-root {
    text-align: center;
  }


#s-7971d1f0-fcb5-4792-9786-886460c15951.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-family: acumin-pro-condensed;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7971d1f0-fcb5-4792-9786-886460c15951-root {
    text-align: center;
  }


#s-7971d1f0-fcb5-4792-9786-886460c15951.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-family: acumin-pro-condensed;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7971d1f0-fcb5-4792-9786-886460c15951-root {
    text-align: center;
  }


#s-7971d1f0-fcb5-4792-9786-886460c15951.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-family: acumin-pro-condensed;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7971d1f0-fcb5-4792-9786-886460c15951-root {
    text-align: center;
  }


#s-7971d1f0-fcb5-4792-9786-886460c15951.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  font-family: acumin-pro-condensed;
  display:  inline-block ;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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