.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-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-0d635512-d009-4747-befc-ea073be85afd {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 20%;
padding-right: 20%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0d635512-d009-4747-befc-ea073be85afd {
  display: none;
}
#s-0d635512-d009-4747-befc-ea073be85afd, #wrap-s-0d635512-d009-4747-befc-ea073be85afd { display:none !important; }}@media (max-width: 767px){#s-0d635512-d009-4747-befc-ea073be85afd {
  display: none;
}
#s-0d635512-d009-4747-befc-ea073be85afd, #wrap-s-0d635512-d009-4747-befc-ea073be85afd { display:none !important; }}







#s-0d635512-d009-4747-befc-ea073be85afd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0d635512-d009-4747-befc-ea073be85afd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

#s-b1b258ed-5eb8-42fc-9c60-b66be4b79125 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 100px;
}

#s-376f9dc6-cf3c-4840-af45-ccf6d0fbc2da {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}








#s-376f9dc6-cf3c-4840-af45-ccf6d0fbc2da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-376f9dc6-cf3c-4840-af45-ccf6d0fbc2da.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-32e80e33-54e8-4964-b9fb-11d8257269a1 {
  text-align: center;
}







  #s-32e80e33-54e8-4964-b9fb-11d8257269a1 img.shogun-image {
    

    
    
    
  }


#s-32e80e33-54e8-4964-b9fb-11d8257269a1 .shogun-image-content {
  
    align-items: center;
  
}

#s-37410096-6d81-4134-9f56-cccde0ff6dbf {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}








#s-37410096-6d81-4134-9f56-cccde0ff6dbf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-37410096-6d81-4134-9f56-cccde0ff6dbf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

@media (min-width: 0px) {
[id="s-b9c199e5-587d-4547-b282-5f804896b2be"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b9c199e5-587d-4547-b282-5f804896b2be"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-b9c199e5-587d-4547-b282-5f804896b2be"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-b9c199e5-587d-4547-b282-5f804896b2be"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-c4754738-cd6e-481d-bae8-b0c62a441a9a {
  margin-bottom: 40px;
}

#s-e8e2dd6a-b7f0-490f-b31c-91c0d10fdc1f {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}
@media (min-width: 1200px){#s-e8e2dd6a-b7f0-490f-b31c-91c0d10fdc1f {
  display: none;
}
#s-e8e2dd6a-b7f0-490f-b31c-91c0d10fdc1f, #wrap-s-e8e2dd6a-b7f0-490f-b31c-91c0d10fdc1f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e8e2dd6a-b7f0-490f-b31c-91c0d10fdc1f {
  display: none;
}
#s-e8e2dd6a-b7f0-490f-b31c-91c0d10fdc1f, #wrap-s-e8e2dd6a-b7f0-490f-b31c-91c0d10fdc1f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e8e2dd6a-b7f0-490f-b31c-91c0d10fdc1f {
  
}
}@media (max-width: 767px){#s-e8e2dd6a-b7f0-490f-b31c-91c0d10fdc1f {
  
}
}







#s-e8e2dd6a-b7f0-490f-b31c-91c0d10fdc1f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e8e2dd6a-b7f0-490f-b31c-91c0d10fdc1f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-04cdda34-603f-4d74-afc6-9a4e3f08e8d4 {
  margin-top: 10px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-04cdda34-603f-4d74-afc6-9a4e3f08e8d4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-04cdda34-603f-4d74-afc6-9a4e3f08e8d4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 40.0px);
}

}

@media (min-width: 992px) {
[id="s-04cdda34-603f-4d74-afc6-9a4e3f08e8d4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 40.0px);
}

}

@media (min-width: 1200px) {
[id="s-04cdda34-603f-4d74-afc6-9a4e3f08e8d4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 40.0px);
}

}

#s-1813763b-cb49-4d1d-b7eb-8c5187651315 {
  min-height: 50px;
}








#s-1813763b-cb49-4d1d-b7eb-8c5187651315 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1813763b-cb49-4d1d-b7eb-8c5187651315.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eee5a6ea-c8fc-48de-90e2-a265381c7aba {
  text-align: center;
}







  #s-eee5a6ea-c8fc-48de-90e2-a265381c7aba img.shogun-image {
    

    
    
    
  }


#s-eee5a6ea-c8fc-48de-90e2-a265381c7aba .shogun-image-content {
  
    align-items: center;
  
}

#s-0b5f90e6-f30e-4d66-a72e-1cc5bebe0b09 {
  min-height: 50px;
}








#s-0b5f90e6-f30e-4d66-a72e-1cc5bebe0b09 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0b5f90e6-f30e-4d66-a72e-1cc5bebe0b09.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f11e7d95-daff-40f2-8cee-285dcde97c62 {
  text-align: center;
}







  #s-f11e7d95-daff-40f2-8cee-285dcde97c62 img.shogun-image {
    

    
    
    
  }


#s-f11e7d95-daff-40f2-8cee-285dcde97c62 .shogun-image-content {
  
    align-items: center;
  
}

#s-de1dd676-832b-4e08-bf5a-f04b9e0459a8 {
  margin-top: 20px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-de1dd676-832b-4e08-bf5a-f04b9e0459a8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-de1dd676-832b-4e08-bf5a-f04b9e0459a8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 40.0px);
}

}

@media (min-width: 992px) {
[id="s-de1dd676-832b-4e08-bf5a-f04b9e0459a8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 40.0px);
}

}

@media (min-width: 1200px) {
[id="s-de1dd676-832b-4e08-bf5a-f04b9e0459a8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 40.0px);
}

}

#s-cc2516cf-40b2-46d8-b426-144d02ca7bc8 {
  min-height: 50px;
}








#s-cc2516cf-40b2-46d8-b426-144d02ca7bc8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cc2516cf-40b2-46d8-b426-144d02ca7bc8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ea4c9670-fd5b-4536-889a-a8ca3bdbd451 {
  text-align: center;
}







  #s-ea4c9670-fd5b-4536-889a-a8ca3bdbd451 img.shogun-image {
    

    
    
    
  }


#s-ea4c9670-fd5b-4536-889a-a8ca3bdbd451 .shogun-image-content {
  
    align-items: center;
  
}

#s-5645af74-6398-4e0b-997e-e54914921d04 {
  min-height: 50px;
}








#s-5645af74-6398-4e0b-997e-e54914921d04 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5645af74-6398-4e0b-997e-e54914921d04.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-615d3435-791d-4243-89a3-e43cbea89a70 {
  text-align: center;
}







  #s-615d3435-791d-4243-89a3-e43cbea89a70 img.shogun-image {
    

    
    
    
  }


#s-615d3435-791d-4243-89a3-e43cbea89a70 .shogun-image-content {
  
    align-items: center;
  
}

#s-373fa2dc-72b1-46c0-9bd0-cb792bde29b5 {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-373fa2dc-72b1-46c0-9bd0-cb792bde29b5 {
  display: none;
}
#s-373fa2dc-72b1-46c0-9bd0-cb792bde29b5, #wrap-s-373fa2dc-72b1-46c0-9bd0-cb792bde29b5 { display:none !important; }}@media (max-width: 767px){#s-373fa2dc-72b1-46c0-9bd0-cb792bde29b5 {
  display: none;
}
#s-373fa2dc-72b1-46c0-9bd0-cb792bde29b5, #wrap-s-373fa2dc-72b1-46c0-9bd0-cb792bde29b5 { display:none !important; }}







#s-373fa2dc-72b1-46c0-9bd0-cb792bde29b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-373fa2dc-72b1-46c0-9bd0-cb792bde29b5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-4bcca769-8013-40c7-bc92-b5b6e091df33"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 1.5px);
}

}

@media (min-width: 768px) {
[id="s-4bcca769-8013-40c7-bc92-b5b6e091df33"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.25px);
}

}

@media (min-width: 992px) {
[id="s-4bcca769-8013-40c7-bc92-b5b6e091df33"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.25px);
}

}

@media (min-width: 1200px) {
[id="s-4bcca769-8013-40c7-bc92-b5b6e091df33"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.25px);
}

}

#s-f9897f70-0750-4d33-87c6-7eba7941098a {
  min-height: 50px;
}








#s-f9897f70-0750-4d33-87c6-7eba7941098a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f9897f70-0750-4d33-87c6-7eba7941098a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2c6d8c6c-a8d0-436e-b4eb-0dd0a1c124aa {
  text-align: center;
}







  #s-2c6d8c6c-a8d0-436e-b4eb-0dd0a1c124aa img.shogun-image {
    

    
    
    
  }


#s-2c6d8c6c-a8d0-436e-b4eb-0dd0a1c124aa .shogun-image-content {
  
    align-items: center;
  
}

#s-0b809975-d600-4272-8bc3-f6258702864d {
  min-height: 50px;
}








#s-0b809975-d600-4272-8bc3-f6258702864d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0b809975-d600-4272-8bc3-f6258702864d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7c48652a-d46e-4f95-8743-9194ced55980 {
  text-align: center;
}







  #s-7c48652a-d46e-4f95-8743-9194ced55980 img.shogun-image {
    

    
    
    
  }


#s-7c48652a-d46e-4f95-8743-9194ced55980 .shogun-image-content {
  
    align-items: center;
  
}

#s-35aad706-6f7e-4f3c-921c-408bb6a0949f {
  min-height: 50px;
}








#s-35aad706-6f7e-4f3c-921c-408bb6a0949f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-35aad706-6f7e-4f3c-921c-408bb6a0949f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e277abe5-2e7f-476e-b6a1-861f0c9ed416 {
  text-align: center;
}







  #s-e277abe5-2e7f-476e-b6a1-861f0c9ed416 img.shogun-image {
    

    
    
    
  }


#s-e277abe5-2e7f-476e-b6a1-861f0c9ed416 .shogun-image-content {
  
    align-items: center;
  
}

#s-fbba7724-f647-42cb-9f4a-59b9f9e981f0 {
  min-height: 50px;
}








#s-fbba7724-f647-42cb-9f4a-59b9f9e981f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fbba7724-f647-42cb-9f4a-59b9f9e981f0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0f0dae61-c58e-4ca1-b7bc-21d4ebf9ce51 {
  text-align: center;
}







  #s-0f0dae61-c58e-4ca1-b7bc-21d4ebf9ce51 img.shogun-image {
    

    
    
    
  }


#s-0f0dae61-c58e-4ca1-b7bc-21d4ebf9ce51 .shogun-image-content {
  
    align-items: center;
  
}

#s-f905d0c0-98ae-4033-9ee4-a1516635d0ac {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}








#s-f905d0c0-98ae-4033-9ee4-a1516635d0ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f905d0c0-98ae-4033-9ee4-a1516635d0ac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5a475560-dd8e-4a70-a7d4-95d117fd5ef7 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 100px;
padding-left: 10%;
padding-bottom: 100px;
padding-right: 10%;
min-height: 50px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-5a475560-dd8e-4a70-a7d4-95d117fd5ef7 {
  display: none;
}
#s-5a475560-dd8e-4a70-a7d4-95d117fd5ef7, #wrap-s-5a475560-dd8e-4a70-a7d4-95d117fd5ef7 { display:none !important; }}@media (max-width: 767px){#s-5a475560-dd8e-4a70-a7d4-95d117fd5ef7 {
  display: none;
}
#s-5a475560-dd8e-4a70-a7d4-95d117fd5ef7, #wrap-s-5a475560-dd8e-4a70-a7d4-95d117fd5ef7 { display:none !important; }}







#s-5a475560-dd8e-4a70-a7d4-95d117fd5ef7 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.5;
}#s-5a475560-dd8e-4a70-a7d4-95d117fd5ef7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-688a62dc-0a20-4a2a-bf1a-c9cf225d093d {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-688a62dc-0a20-4a2a-bf1a-c9cf225d093d {
  display: none;
}
#s-688a62dc-0a20-4a2a-bf1a-c9cf225d093d, #wrap-s-688a62dc-0a20-4a2a-bf1a-c9cf225d093d { display:none !important; }}@media (max-width: 767px){#s-688a62dc-0a20-4a2a-bf1a-c9cf225d093d {
  display: none;
}
#s-688a62dc-0a20-4a2a-bf1a-c9cf225d093d, #wrap-s-688a62dc-0a20-4a2a-bf1a-c9cf225d093d { display:none !important; }}







#s-688a62dc-0a20-4a2a-bf1a-c9cf225d093d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-688a62dc-0a20-4a2a-bf1a-c9cf225d093d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-52cabf6a-b6c3-4759-8825-4af70386df0d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-52cabf6a-b6c3-4759-8825-4af70386df0d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-52cabf6a-b6c3-4759-8825-4af70386df0d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-52cabf6a-b6c3-4759-8825-4af70386df0d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.0px);
}

}

#s-254854a1-e9e7-4c62-b03c-adc379322ab8 {
  min-height: 50px;
}








#s-254854a1-e9e7-4c62-b03c-adc379322ab8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-254854a1-e9e7-4c62-b03c-adc379322ab8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2d3bceaf-ec7d-42e4-83a4-8f1497e81042 {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}
@media (min-width: 1200px){#s-2d3bceaf-ec7d-42e4-83a4-8f1497e81042 {
  display: none;
}
#s-2d3bceaf-ec7d-42e4-83a4-8f1497e81042, #wrap-s-2d3bceaf-ec7d-42e4-83a4-8f1497e81042 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2d3bceaf-ec7d-42e4-83a4-8f1497e81042 {
  display: none;
}
#s-2d3bceaf-ec7d-42e4-83a4-8f1497e81042, #wrap-s-2d3bceaf-ec7d-42e4-83a4-8f1497e81042 { display:none !important; }}







#s-2d3bceaf-ec7d-42e4-83a4-8f1497e81042 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2d3bceaf-ec7d-42e4-83a4-8f1497e81042.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4921282c-6142-456d-844d-6f32261f00b4 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 100px;
}

#s-2fc78dc0-9a1c-4058-81af-c3d81a43de1e {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}








#s-2fc78dc0-9a1c-4058-81af-c3d81a43de1e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2fc78dc0-9a1c-4058-81af-c3d81a43de1e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b1db2e5d-88c0-4fba-8022-2f8ec572666e {
  text-align: center;
}







  #s-b1db2e5d-88c0-4fba-8022-2f8ec572666e img.shogun-image {
    

    
    
    
  }


#s-b1db2e5d-88c0-4fba-8022-2f8ec572666e .shogun-image-content {
  
    align-items: center;
  
}

#s-807e5ea7-1e69-40f1-885b-5906e4f9176d {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}








#s-807e5ea7-1e69-40f1-885b-5906e4f9176d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-807e5ea7-1e69-40f1-885b-5906e4f9176d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-1e6d8459-ccfd-4d67-b5e6-ef85b13f0e6f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1e6d8459-ccfd-4d67-b5e6-ef85b13f0e6f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-1e6d8459-ccfd-4d67-b5e6-ef85b13f0e6f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-1e6d8459-ccfd-4d67-b5e6-ef85b13f0e6f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-394a281a-07de-472f-a44a-670b342f87ad {
  margin-bottom: 40px;
}

#s-56daed04-027f-4a54-a67f-613ae2a6c15f {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}
@media (min-width: 1200px){#s-56daed04-027f-4a54-a67f-613ae2a6c15f {
  display: none;
}
#s-56daed04-027f-4a54-a67f-613ae2a6c15f, #wrap-s-56daed04-027f-4a54-a67f-613ae2a6c15f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-56daed04-027f-4a54-a67f-613ae2a6c15f {
  display: none;
}
#s-56daed04-027f-4a54-a67f-613ae2a6c15f, #wrap-s-56daed04-027f-4a54-a67f-613ae2a6c15f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-56daed04-027f-4a54-a67f-613ae2a6c15f {
  
}
}@media (max-width: 767px){#s-56daed04-027f-4a54-a67f-613ae2a6c15f {
  
}
}







#s-56daed04-027f-4a54-a67f-613ae2a6c15f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-56daed04-027f-4a54-a67f-613ae2a6c15f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ed773aaf-b41d-4dbf-891b-032eda042dfb {
  margin-top: 10px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-ed773aaf-b41d-4dbf-891b-032eda042dfb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ed773aaf-b41d-4dbf-891b-032eda042dfb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 40.0px);
}

}

@media (min-width: 992px) {
[id="s-ed773aaf-b41d-4dbf-891b-032eda042dfb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 40.0px);
}

}

@media (min-width: 1200px) {
[id="s-ed773aaf-b41d-4dbf-891b-032eda042dfb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 40.0px);
}

}

#s-33f7d3b2-5e82-4671-bce6-af84a5115424 {
  min-height: 50px;
}








#s-33f7d3b2-5e82-4671-bce6-af84a5115424 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-33f7d3b2-5e82-4671-bce6-af84a5115424.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b9ba4041-2d90-49ec-bc5e-f738bed6534a {
  text-align: center;
}







  #s-b9ba4041-2d90-49ec-bc5e-f738bed6534a img.shogun-image {
    

    
    
    
  }


#s-b9ba4041-2d90-49ec-bc5e-f738bed6534a .shogun-image-content {
  
    align-items: center;
  
}

#s-25c35a60-a4cf-43d7-8c7d-9b1e868a9f7f {
  min-height: 50px;
}








#s-25c35a60-a4cf-43d7-8c7d-9b1e868a9f7f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-25c35a60-a4cf-43d7-8c7d-9b1e868a9f7f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-208fa14b-e796-4439-a6a8-74cf8168eed5 {
  text-align: center;
}







  #s-208fa14b-e796-4439-a6a8-74cf8168eed5 img.shogun-image {
    

    
    
    
  }


#s-208fa14b-e796-4439-a6a8-74cf8168eed5 .shogun-image-content {
  
    align-items: center;
  
}

#s-920a4b3d-110e-42e5-a2b4-7d66762d105c {
  margin-top: 20px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-920a4b3d-110e-42e5-a2b4-7d66762d105c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-920a4b3d-110e-42e5-a2b4-7d66762d105c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 40.0px);
}

}

@media (min-width: 992px) {
[id="s-920a4b3d-110e-42e5-a2b4-7d66762d105c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 40.0px);
}

}

@media (min-width: 1200px) {
[id="s-920a4b3d-110e-42e5-a2b4-7d66762d105c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 40.0px);
}

}

#s-aab63981-0fab-440b-967e-2a1cb71f954b {
  min-height: 50px;
}








#s-aab63981-0fab-440b-967e-2a1cb71f954b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aab63981-0fab-440b-967e-2a1cb71f954b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-244d23e8-dcce-466e-a4ed-045684d430a2 {
  text-align: center;
}







  #s-244d23e8-dcce-466e-a4ed-045684d430a2 img.shogun-image {
    

    
    
    
  }


#s-244d23e8-dcce-466e-a4ed-045684d430a2 .shogun-image-content {
  
    align-items: center;
  
}

#s-a6b33b26-1a81-4e04-8b99-4d48be5c765a {
  min-height: 50px;
}








#s-a6b33b26-1a81-4e04-8b99-4d48be5c765a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a6b33b26-1a81-4e04-8b99-4d48be5c765a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-94dd958f-2fc4-4cb7-8a2d-06b54841e95d {
  text-align: center;
}







  #s-94dd958f-2fc4-4cb7-8a2d-06b54841e95d img.shogun-image {
    

    
    
    
  }


#s-94dd958f-2fc4-4cb7-8a2d-06b54841e95d .shogun-image-content {
  
    align-items: center;
  
}

#s-b5764b4a-0608-413d-828e-9c86e30edcd0 {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b5764b4a-0608-413d-828e-9c86e30edcd0 {
  display: none;
}
#s-b5764b4a-0608-413d-828e-9c86e30edcd0, #wrap-s-b5764b4a-0608-413d-828e-9c86e30edcd0 { display:none !important; }}@media (max-width: 767px){#s-b5764b4a-0608-413d-828e-9c86e30edcd0 {
  display: none;
}
#s-b5764b4a-0608-413d-828e-9c86e30edcd0, #wrap-s-b5764b4a-0608-413d-828e-9c86e30edcd0 { display:none !important; }}







#s-b5764b4a-0608-413d-828e-9c86e30edcd0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b5764b4a-0608-413d-828e-9c86e30edcd0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-766b5359-eda4-4339-a0b7-0cb3b2972f2a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 1.5px);
}

}

@media (min-width: 768px) {
[id="s-766b5359-eda4-4339-a0b7-0cb3b2972f2a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.25px);
}

}

@media (min-width: 992px) {
[id="s-766b5359-eda4-4339-a0b7-0cb3b2972f2a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.25px);
}

}

@media (min-width: 1200px) {
[id="s-766b5359-eda4-4339-a0b7-0cb3b2972f2a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.25px);
}

}

#s-bef88375-400c-4ab4-8122-7fefc646233f {
  min-height: 50px;
}








#s-bef88375-400c-4ab4-8122-7fefc646233f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bef88375-400c-4ab4-8122-7fefc646233f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d7c14f56-2057-4b38-984d-3266dd52798e {
  text-align: center;
}







  #s-d7c14f56-2057-4b38-984d-3266dd52798e img.shogun-image {
    

    
    
    
  }


#s-d7c14f56-2057-4b38-984d-3266dd52798e .shogun-image-content {
  
    align-items: center;
  
}

#s-9cde86e6-20a3-4e0c-a15f-90bf00612b1e {
  min-height: 50px;
}








#s-9cde86e6-20a3-4e0c-a15f-90bf00612b1e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9cde86e6-20a3-4e0c-a15f-90bf00612b1e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3d8a33ee-ab14-4a4e-a635-08e347dfa2c8 {
  text-align: center;
}







  #s-3d8a33ee-ab14-4a4e-a635-08e347dfa2c8 img.shogun-image {
    

    
    
    
  }


#s-3d8a33ee-ab14-4a4e-a635-08e347dfa2c8 .shogun-image-content {
  
    align-items: center;
  
}

#s-17deb742-d2a3-41fd-b11a-3b5e214599cd {
  min-height: 50px;
}








#s-17deb742-d2a3-41fd-b11a-3b5e214599cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-17deb742-d2a3-41fd-b11a-3b5e214599cd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ab5e91e7-6b78-461c-9772-70f1238bd18b {
  text-align: center;
}







  #s-ab5e91e7-6b78-461c-9772-70f1238bd18b img.shogun-image {
    

    
    
    
  }


#s-ab5e91e7-6b78-461c-9772-70f1238bd18b .shogun-image-content {
  
    align-items: center;
  
}

#s-1bd8c4b1-cabe-4afc-9103-f859d2cacdf5 {
  min-height: 50px;
}








#s-1bd8c4b1-cabe-4afc-9103-f859d2cacdf5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1bd8c4b1-cabe-4afc-9103-f859d2cacdf5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ed0e4dd1-52b0-4bfe-9a78-a5c568896953 {
  text-align: center;
}







  #s-ed0e4dd1-52b0-4bfe-9a78-a5c568896953 img.shogun-image {
    

    
    
    
  }


#s-ed0e4dd1-52b0-4bfe-9a78-a5c568896953 .shogun-image-content {
  
    align-items: center;
  
}

#s-5c029a03-bbba-458a-8245-5b79b54cb003 {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}








#s-5c029a03-bbba-458a-8245-5b79b54cb003 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5c029a03-bbba-458a-8245-5b79b54cb003.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-73738086-29fd-4a59-9bbc-b523d3a3d1c6 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 100px;
padding-left: 10%;
padding-bottom: 100px;
padding-right: 10%;
min-height: 50px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-73738086-29fd-4a59-9bbc-b523d3a3d1c6 {
  display: none;
}
#s-73738086-29fd-4a59-9bbc-b523d3a3d1c6, #wrap-s-73738086-29fd-4a59-9bbc-b523d3a3d1c6 { display:none !important; }}@media (max-width: 767px){#s-73738086-29fd-4a59-9bbc-b523d3a3d1c6 {
  display: none;
}
#s-73738086-29fd-4a59-9bbc-b523d3a3d1c6, #wrap-s-73738086-29fd-4a59-9bbc-b523d3a3d1c6 { display:none !important; }}







#s-73738086-29fd-4a59-9bbc-b523d3a3d1c6 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.5;
}#s-73738086-29fd-4a59-9bbc-b523d3a3d1c6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-da2dda3d-9281-4f50-a958-59c34175b6cc {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-da2dda3d-9281-4f50-a958-59c34175b6cc {
  display: none;
}
#s-da2dda3d-9281-4f50-a958-59c34175b6cc, #wrap-s-da2dda3d-9281-4f50-a958-59c34175b6cc { display:none !important; }}@media (max-width: 767px){#s-da2dda3d-9281-4f50-a958-59c34175b6cc {
  display: none;
}
#s-da2dda3d-9281-4f50-a958-59c34175b6cc, #wrap-s-da2dda3d-9281-4f50-a958-59c34175b6cc { display:none !important; }}







#s-da2dda3d-9281-4f50-a958-59c34175b6cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-da2dda3d-9281-4f50-a958-59c34175b6cc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-70b4ca4e-c955-4d2c-8c0b-60c49c5e75cf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-70b4ca4e-c955-4d2c-8c0b-60c49c5e75cf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-70b4ca4e-c955-4d2c-8c0b-60c49c5e75cf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-70b4ca4e-c955-4d2c-8c0b-60c49c5e75cf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.0px);
}

}

#s-60414ac5-f2ec-418c-8a3d-273a02fe0608 {
  min-height: 50px;
}








#s-60414ac5-f2ec-418c-8a3d-273a02fe0608 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-60414ac5-f2ec-418c-8a3d-273a02fe0608.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-c: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}