.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-aab483ea-d298-4fb7-bc12-590736a7d4ff {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
min-height: 50px;
max-width: 1024px;
}








#s-aab483ea-d298-4fb7-bc12-590736a7d4ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aab483ea-d298-4fb7-bc12-590736a7d4ff.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-3a9b16ba-13d7-411a-afa0-3e4fe8156c07 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 25px;
margin-right: 0%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
text-align: center;
}

#s-3a9b16ba-13d7-411a-afa0-3e4fe8156c07 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-4c60fd73-5711-4ab9-80d6-dfc481fe6f6f {
  margin-bottom: 25px;
}

#s-6f4f7a11-ed20-4a17-b769-f7b253e88ade {
  margin-top: 15px;
}

#s-2759bf31-5290-46c3-8084-174848681feb {
  text-align: left;
}

#s-9422aecb-f0bc-4b1c-97d4-46f9dfb43d84 {
  min-height: 50px;
}








#s-9422aecb-f0bc-4b1c-97d4-46f9dfb43d84 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9422aecb-f0bc-4b1c-97d4-46f9dfb43d84.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f61b7719-20f0-4bb2-967d-4d2b10a35841 {
  padding-top: 0px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}

#s-f61b7719-20f0-4bb2-967d-4d2b10a35841 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}



#s-c741252d-6e66-4546-babb-aed87614c022 {
  margin-left: 0px;
margin-right: 0px;
padding-bottom: 5px;
padding-right: 0px;
background-color: rgba(0, 0, 0, 1);
}

#s-2c18f887-7dd8-4dd8-bc18-7eed8abedeb0 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
min-height: 50px;
background-color: rgba(238, 238, 238, 1);
}








#s-2c18f887-7dd8-4dd8-bc18-7eed8abedeb0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2c18f887-7dd8-4dd8-bc18-7eed8abedeb0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2ba9c6b0-88ad-4140-ae34-77181e8d7526 {
  margin-top: 15px;
}

.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-b460e007-f6e2-41d4-8ae7-42f259fde5c6 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-b460e007-f6e2-41d4-8ae7-42f259fde5c6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b460e007-f6e2-41d4-8ae7-42f259fde5c6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b460e007-f6e2-41d4-8ae7-42f259fde5c6-root {
    text-align: center;
  }


#s-b460e007-f6e2-41d4-8ae7-42f259fde5c6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto Mono;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b460e007-f6e2-41d4-8ae7-42f259fde5c6-root {
    text-align: center;
  }


#s-b460e007-f6e2-41d4-8ae7-42f259fde5c6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto Mono;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b460e007-f6e2-41d4-8ae7-42f259fde5c6-root {
    text-align: center;
  }


#s-b460e007-f6e2-41d4-8ae7-42f259fde5c6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto Mono;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b460e007-f6e2-41d4-8ae7-42f259fde5c6-root {
    text-align: center;
  }


#s-b460e007-f6e2-41d4-8ae7-42f259fde5c6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto Mono;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b460e007-f6e2-41d4-8ae7-42f259fde5c6-root {
    text-align: center;
  }


#s-b460e007-f6e2-41d4-8ae7-42f259fde5c6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto Mono;
  display:  inline-block ;
}
}
#s-fbc072fe-a0b2-4edb-ac02-3ecb27f94505 {
  margin-top: 50px;
}

#s-92064711-7f94-4ddb-8f94-587af4e4c40a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-92064711-7f94-4ddb-8f94-587af4e4c40a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-92064711-7f94-4ddb-8f94-587af4e4c40a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-92064711-7f94-4ddb-8f94-587af4e4c40a-root {
    text-align: center;
  }


#s-92064711-7f94-4ddb-8f94-587af4e4c40a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto Mono;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-92064711-7f94-4ddb-8f94-587af4e4c40a-root {
    text-align: center;
  }


#s-92064711-7f94-4ddb-8f94-587af4e4c40a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto Mono;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-92064711-7f94-4ddb-8f94-587af4e4c40a-root {
    text-align: center;
  }


#s-92064711-7f94-4ddb-8f94-587af4e4c40a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto Mono;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-92064711-7f94-4ddb-8f94-587af4e4c40a-root {
    text-align: center;
  }


#s-92064711-7f94-4ddb-8f94-587af4e4c40a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto Mono;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-92064711-7f94-4ddb-8f94-587af4e4c40a-root {
    text-align: center;
  }


#s-92064711-7f94-4ddb-8f94-587af4e4c40a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto Mono;
  display:  inline-block ;
}
}
#s-5b562284-0ff9-4fdb-8456-86ff981edd3d {
  margin-top: 50px;
}

#s-6154d4b5-def5-44e0-b8fb-a38307232046 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-6154d4b5-def5-44e0-b8fb-a38307232046:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6154d4b5-def5-44e0-b8fb-a38307232046:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6154d4b5-def5-44e0-b8fb-a38307232046-root {
    text-align: center;
  }


#s-6154d4b5-def5-44e0-b8fb-a38307232046.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto Mono;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6154d4b5-def5-44e0-b8fb-a38307232046-root {
    text-align: center;
  }


#s-6154d4b5-def5-44e0-b8fb-a38307232046.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto Mono;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6154d4b5-def5-44e0-b8fb-a38307232046-root {
    text-align: center;
  }


#s-6154d4b5-def5-44e0-b8fb-a38307232046.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto Mono;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6154d4b5-def5-44e0-b8fb-a38307232046-root {
    text-align: center;
  }


#s-6154d4b5-def5-44e0-b8fb-a38307232046.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto Mono;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6154d4b5-def5-44e0-b8fb-a38307232046-root {
    text-align: center;
  }


#s-6154d4b5-def5-44e0-b8fb-a38307232046.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto Mono;
  display:  inline-block ;
}
}
#s-2e525586-489c-4fd3-a410-0f8c7e683dde {
  margin-top: 50px;
}

#s-f6977777-faaf-4b0d-9cb4-c46e35a7c893 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-f6977777-faaf-4b0d-9cb4-c46e35a7c893:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f6977777-faaf-4b0d-9cb4-c46e35a7c893:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f6977777-faaf-4b0d-9cb4-c46e35a7c893-root {
    text-align: center;
  }


#s-f6977777-faaf-4b0d-9cb4-c46e35a7c893.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto Mono;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f6977777-faaf-4b0d-9cb4-c46e35a7c893-root {
    text-align: center;
  }


#s-f6977777-faaf-4b0d-9cb4-c46e35a7c893.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto Mono;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f6977777-faaf-4b0d-9cb4-c46e35a7c893-root {
    text-align: center;
  }


#s-f6977777-faaf-4b0d-9cb4-c46e35a7c893.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto Mono;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f6977777-faaf-4b0d-9cb4-c46e35a7c893-root {
    text-align: center;
  }


#s-f6977777-faaf-4b0d-9cb4-c46e35a7c893.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto Mono;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f6977777-faaf-4b0d-9cb4-c46e35a7c893-root {
    text-align: center;
  }


#s-f6977777-faaf-4b0d-9cb4-c46e35a7c893.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto Mono;
  display:  inline-block ;
}
}
#s-a82be19a-49de-4736-b4b7-2755cebd2949 {
  text-align: left;
}

#s-3e7b9762-af8f-4f96-b639-bf8bb23c9543 {
  margin-top: 50px;
min-height: 50px;
}








#s-3e7b9762-af8f-4f96-b639-bf8bb23c9543 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3e7b9762-af8f-4f96-b639-bf8bb23c9543.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-22ea2a05-338e-41bb-ba0e-ec818aa9196f {
  margin-top: 0px;
padding-top: 0px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}

#s-22ea2a05-338e-41bb-ba0e-ec818aa9196f .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-b6447306-8ec3-4f26-b7c3-ed3300f0f6b8 {
  margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-bottom: 5px;
padding-right: 0px;
background-color: rgba(0, 0, 0, 1);
}

#s-55f9a430-c415-4290-8711-a9ecf6f31232 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
min-height: 50px;
background-color: rgba(238, 238, 238, 1);
}








#s-55f9a430-c415-4290-8711-a9ecf6f31232 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-55f9a430-c415-4290-8711-a9ecf6f31232.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fbbd67ce-af9a-4c19-b0db-35970996cd96 {
  margin-top: 15px;
}

#s-d2c87b58-6898-450a-99f0-543166033db6 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-d2c87b58-6898-450a-99f0-543166033db6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d2c87b58-6898-450a-99f0-543166033db6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d2c87b58-6898-450a-99f0-543166033db6-root {
    text-align: center;
  }


#s-d2c87b58-6898-450a-99f0-543166033db6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto Mono;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d2c87b58-6898-450a-99f0-543166033db6-root {
    text-align: center;
  }


#s-d2c87b58-6898-450a-99f0-543166033db6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto Mono;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d2c87b58-6898-450a-99f0-543166033db6-root {
    text-align: center;
  }


#s-d2c87b58-6898-450a-99f0-543166033db6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto Mono;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d2c87b58-6898-450a-99f0-543166033db6-root {
    text-align: center;
  }


#s-d2c87b58-6898-450a-99f0-543166033db6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto Mono;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d2c87b58-6898-450a-99f0-543166033db6-root {
    text-align: center;
  }


#s-d2c87b58-6898-450a-99f0-543166033db6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto Mono;
  display:  inline-block ;
}
}
#s-d771af67-ebca-4ecd-b4f1-515c6aa704bc {
  margin-top: 50px;
}

#s-43633834-ba07-408d-b7c0-8545e5095fa8 {
  text-align: left;
}

#s-f5328d45-e085-479d-ad43-016f4ba37477 {
  margin-top: 50px;
min-height: 50px;
}








#s-f5328d45-e085-479d-ad43-016f4ba37477 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f5328d45-e085-479d-ad43-016f4ba37477.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4f25c3aa-4cef-4989-b5e4-35786f7f8e14 {
  padding-top: 0px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}

#s-4f25c3aa-4cef-4989-b5e4-35786f7f8e14 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-a0a38a2b-4d3e-49c4-aebb-d225f6a09d2e {
  margin-left: 0px;
margin-bottom: -1px;
margin-right: 0px;
padding-bottom: 5px;
padding-right: 0px;
background-color: rgba(0, 0, 0, 1);
}

#s-a74d1f04-7326-4674-b20d-42712b4585ab {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
min-height: 50px;
background-color: rgba(238, 238, 238, 1);
}








#s-a74d1f04-7326-4674-b20d-42712b4585ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a74d1f04-7326-4674-b20d-42712b4585ab.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d808c336-a5f6-462d-b9cc-a4251509b9b8 {
  margin-top: 15px;
}

#s-6eca1728-bf19-4de8-a993-f0368995deb9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-6eca1728-bf19-4de8-a993-f0368995deb9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6eca1728-bf19-4de8-a993-f0368995deb9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6eca1728-bf19-4de8-a993-f0368995deb9-root {
    text-align: center;
  }


#s-6eca1728-bf19-4de8-a993-f0368995deb9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6eca1728-bf19-4de8-a993-f0368995deb9-root {
    text-align: center;
  }


#s-6eca1728-bf19-4de8-a993-f0368995deb9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6eca1728-bf19-4de8-a993-f0368995deb9-root {
    text-align: center;
  }


#s-6eca1728-bf19-4de8-a993-f0368995deb9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6eca1728-bf19-4de8-a993-f0368995deb9-root {
    text-align: center;
  }


#s-6eca1728-bf19-4de8-a993-f0368995deb9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6eca1728-bf19-4de8-a993-f0368995deb9-root {
    text-align: center;
  }


#s-6eca1728-bf19-4de8-a993-f0368995deb9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-cc0a583e-a2e6-4145-98cd-dde0062d4fba {
  text-align: left;
}

#s-5c761724-efb5-45f2-9988-03039802a8dd {
  margin-top: 50px;
min-height: 50px;
}








#s-5c761724-efb5-45f2-9988-03039802a8dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5c761724-efb5-45f2-9988-03039802a8dd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c06841d6-90c7-4cf9-b5e4-b32bd9e155ea {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}

#s-c06841d6-90c7-4cf9-b5e4-b32bd9e155ea .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-71c69481-356d-4673-9fba-8aaaf38b25e0 {
  margin-bottom: 0px;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
min-height: 50px;
background-color: rgba(238, 238, 238, 1);
}








#s-71c69481-356d-4673-9fba-8aaaf38b25e0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-71c69481-356d-4673-9fba-8aaaf38b25e0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1ccfaf2d-cac4-4604-a791-ec97b83c85c7 {
  margin-top: 15px;
}

#s-1eeffd90-cf08-423e-8fa2-8457456b825f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-1eeffd90-cf08-423e-8fa2-8457456b825f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1eeffd90-cf08-423e-8fa2-8457456b825f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1eeffd90-cf08-423e-8fa2-8457456b825f-root {
    text-align: center;
  }


#s-1eeffd90-cf08-423e-8fa2-8457456b825f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1eeffd90-cf08-423e-8fa2-8457456b825f-root {
    text-align: center;
  }


#s-1eeffd90-cf08-423e-8fa2-8457456b825f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1eeffd90-cf08-423e-8fa2-8457456b825f-root {
    text-align: center;
  }


#s-1eeffd90-cf08-423e-8fa2-8457456b825f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1eeffd90-cf08-423e-8fa2-8457456b825f-root {
    text-align: center;
  }


#s-1eeffd90-cf08-423e-8fa2-8457456b825f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1eeffd90-cf08-423e-8fa2-8457456b825f-root {
    text-align: center;
  }


#s-1eeffd90-cf08-423e-8fa2-8457456b825f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-4f2dab35-7b0b-4c94-ae80-7ff22fe1be9a {
  margin-top: 50px;
}

#s-baa0e016-75ce-4ef0-9b84-f4e30d819222 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-baa0e016-75ce-4ef0-9b84-f4e30d819222:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-baa0e016-75ce-4ef0-9b84-f4e30d819222:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-baa0e016-75ce-4ef0-9b84-f4e30d819222-root {
    text-align: center;
  }


#s-baa0e016-75ce-4ef0-9b84-f4e30d819222.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-baa0e016-75ce-4ef0-9b84-f4e30d819222-root {
    text-align: center;
  }


#s-baa0e016-75ce-4ef0-9b84-f4e30d819222.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-baa0e016-75ce-4ef0-9b84-f4e30d819222-root {
    text-align: center;
  }


#s-baa0e016-75ce-4ef0-9b84-f4e30d819222.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-baa0e016-75ce-4ef0-9b84-f4e30d819222-root {
    text-align: center;
  }


#s-baa0e016-75ce-4ef0-9b84-f4e30d819222.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-baa0e016-75ce-4ef0-9b84-f4e30d819222-root {
    text-align: center;
  }


#s-baa0e016-75ce-4ef0-9b84-f4e30d819222.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-6f6dcdf0-71e2-46de-b228-7f3cde66d289 {
  text-align: left;
}

#s-6eb79c39-6138-4d54-9f9e-3a2d660fc4ba {
  margin-top: 50px;
min-height: 50px;
}








#s-6eb79c39-6138-4d54-9f9e-3a2d660fc4ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6eb79c39-6138-4d54-9f9e-3a2d660fc4ba.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-70d67eb1-bca2-429a-adcf-1850a395d10d {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}

#s-70d67eb1-bca2-429a-adcf-1850a395d10d .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-a259a602-9270-4cda-b723-f1e235fc213d {
  margin-bottom: 0px;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
min-height: 50px;
background-color: rgba(238, 238, 238, 1);
}








#s-a259a602-9270-4cda-b723-f1e235fc213d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a259a602-9270-4cda-b723-f1e235fc213d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a4f7828d-a161-4584-8eab-522647dc1a12 {
  margin-top: 15px;
}

#s-add0e64e-5003-4b46-bd44-ccc989d01d73 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-add0e64e-5003-4b46-bd44-ccc989d01d73:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-add0e64e-5003-4b46-bd44-ccc989d01d73:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-add0e64e-5003-4b46-bd44-ccc989d01d73-root {
    text-align: center;
  }


#s-add0e64e-5003-4b46-bd44-ccc989d01d73.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto Mono;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-add0e64e-5003-4b46-bd44-ccc989d01d73-root {
    text-align: center;
  }


#s-add0e64e-5003-4b46-bd44-ccc989d01d73.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto Mono;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-add0e64e-5003-4b46-bd44-ccc989d01d73-root {
    text-align: center;
  }


#s-add0e64e-5003-4b46-bd44-ccc989d01d73.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto Mono;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-add0e64e-5003-4b46-bd44-ccc989d01d73-root {
    text-align: center;
  }


#s-add0e64e-5003-4b46-bd44-ccc989d01d73.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto Mono;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-add0e64e-5003-4b46-bd44-ccc989d01d73-root {
    text-align: center;
  }


#s-add0e64e-5003-4b46-bd44-ccc989d01d73.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto Mono;
  display:  inline-block ;
}
}
#s-b1b87f7c-d0fc-412c-9b32-ae6e384c7659 {
  margin-top: 50px;
}

#s-fe22eeaf-e4ce-4962-9cd2-7a170bb3f775 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-fe22eeaf-e4ce-4962-9cd2-7a170bb3f775:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fe22eeaf-e4ce-4962-9cd2-7a170bb3f775:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fe22eeaf-e4ce-4962-9cd2-7a170bb3f775-root {
    text-align: center;
  }


#s-fe22eeaf-e4ce-4962-9cd2-7a170bb3f775.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto Mono;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fe22eeaf-e4ce-4962-9cd2-7a170bb3f775-root {
    text-align: center;
  }


#s-fe22eeaf-e4ce-4962-9cd2-7a170bb3f775.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto Mono;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fe22eeaf-e4ce-4962-9cd2-7a170bb3f775-root {
    text-align: center;
  }


#s-fe22eeaf-e4ce-4962-9cd2-7a170bb3f775.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto Mono;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fe22eeaf-e4ce-4962-9cd2-7a170bb3f775-root {
    text-align: center;
  }


#s-fe22eeaf-e4ce-4962-9cd2-7a170bb3f775.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto Mono;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fe22eeaf-e4ce-4962-9cd2-7a170bb3f775-root {
    text-align: center;
  }


#s-fe22eeaf-e4ce-4962-9cd2-7a170bb3f775.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto Mono;
  display:  inline-block ;
}
}
#s-49cf636d-db3e-4f66-a1e5-9a4877d6b472 {
  margin-top: 50px;
}

#s-90b07dc6-22a2-4de7-b5e3-7e7446aa4b4d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-90b07dc6-22a2-4de7-b5e3-7e7446aa4b4d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-90b07dc6-22a2-4de7-b5e3-7e7446aa4b4d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-90b07dc6-22a2-4de7-b5e3-7e7446aa4b4d-root {
    text-align: center;
  }


#s-90b07dc6-22a2-4de7-b5e3-7e7446aa4b4d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto Mono;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-90b07dc6-22a2-4de7-b5e3-7e7446aa4b4d-root {
    text-align: center;
  }


#s-90b07dc6-22a2-4de7-b5e3-7e7446aa4b4d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto Mono;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-90b07dc6-22a2-4de7-b5e3-7e7446aa4b4d-root {
    text-align: center;
  }


#s-90b07dc6-22a2-4de7-b5e3-7e7446aa4b4d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto Mono;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-90b07dc6-22a2-4de7-b5e3-7e7446aa4b4d-root {
    text-align: center;
  }


#s-90b07dc6-22a2-4de7-b5e3-7e7446aa4b4d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto Mono;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-90b07dc6-22a2-4de7-b5e3-7e7446aa4b4d-root {
    text-align: center;
  }


#s-90b07dc6-22a2-4de7-b5e3-7e7446aa4b4d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto Mono;
  display:  inline-block ;
}
}
#s-94c56cb6-cb05-4a68-8875-4d4333599908 {
  text-align: left;
}

#s-e7899d2d-0527-4817-b41a-d77781903235 {
  margin-top: 50px;
min-height: 50px;
}








#s-e7899d2d-0527-4817-b41a-d77781903235 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e7899d2d-0527-4817-b41a-d77781903235.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-43a67ee2-0e56-4e84-b260-df2711d89a39 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}

#s-43a67ee2-0e56-4e84-b260-df2711d89a39 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-341b9ac4-848f-4753-ae4f-93d37d6c187b {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
min-height: 50px;
background-color: rgba(238, 238, 238, 1);
}








#s-341b9ac4-848f-4753-ae4f-93d37d6c187b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-341b9ac4-848f-4753-ae4f-93d37d6c187b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2aa33a1c-a42a-482b-bb79-20ba613a0b77 {
  margin-top: 25px;
}

#s-11fe9cc3-ae5b-47d3-84d5-df6b83666a5c {
  margin-top: 25px;
}

#s-3e88d500-9213-4ccb-bea0-55853713738c {
  margin-top: 25px;
}

#s-3c3f03cd-4559-4bf0-affc-642419e4de6d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-3c3f03cd-4559-4bf0-affc-642419e4de6d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3c3f03cd-4559-4bf0-affc-642419e4de6d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3c3f03cd-4559-4bf0-affc-642419e4de6d-root {
    text-align: center;
  }


#s-3c3f03cd-4559-4bf0-affc-642419e4de6d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto Mono;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3c3f03cd-4559-4bf0-affc-642419e4de6d-root {
    text-align: center;
  }


#s-3c3f03cd-4559-4bf0-affc-642419e4de6d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto Mono;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3c3f03cd-4559-4bf0-affc-642419e4de6d-root {
    text-align: center;
  }


#s-3c3f03cd-4559-4bf0-affc-642419e4de6d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto Mono;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3c3f03cd-4559-4bf0-affc-642419e4de6d-root {
    text-align: center;
  }


#s-3c3f03cd-4559-4bf0-affc-642419e4de6d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto Mono;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3c3f03cd-4559-4bf0-affc-642419e4de6d-root {
    text-align: center;
  }


#s-3c3f03cd-4559-4bf0-affc-642419e4de6d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto Mono;
  display:  inline-block ;
}
}
#s-48a8745a-cd6c-40e7-a2af-9dd4e472911b {
  margin-top: 50px;
}

#s-913b9fac-6ed0-49e9-971d-b0814364b9ac {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-913b9fac-6ed0-49e9-971d-b0814364b9ac:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-913b9fac-6ed0-49e9-971d-b0814364b9ac:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-913b9fac-6ed0-49e9-971d-b0814364b9ac-root {
    text-align: center;
  }


#s-913b9fac-6ed0-49e9-971d-b0814364b9ac.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto Mono;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-913b9fac-6ed0-49e9-971d-b0814364b9ac-root {
    text-align: center;
  }


#s-913b9fac-6ed0-49e9-971d-b0814364b9ac.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto Mono;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-913b9fac-6ed0-49e9-971d-b0814364b9ac-root {
    text-align: center;
  }


#s-913b9fac-6ed0-49e9-971d-b0814364b9ac.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto Mono;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-913b9fac-6ed0-49e9-971d-b0814364b9ac-root {
    text-align: center;
  }


#s-913b9fac-6ed0-49e9-971d-b0814364b9ac.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto Mono;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-913b9fac-6ed0-49e9-971d-b0814364b9ac-root {
    text-align: center;
  }


#s-913b9fac-6ed0-49e9-971d-b0814364b9ac.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto Mono;
  display:  inline-block ;
}
}
#s-6bb7ac75-b641-4fd7-bf7f-25390218b357 {
  text-align: left;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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