.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-align-container {
  box-sizing: border-box;
}

.shg-image-content-wrapper {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-0f40dbdb-9240-4882-836c-407ca05b8eec {
  margin-left: 5%;
margin-right: 5%;
text-align: center;
}







  img.s-0f40dbdb-9240-4882-836c-407ca05b8eec.shogun-image {
    
    
  }


.s-0f40dbdb-9240-4882-836c-407ca05b8eec .shogun-image-content {
  
    align-items: center;
  
}

.s-0f40dbdb-9240-4882-836c-407ca05b8eec.shg-align-container {
  text-align: center
}

.s-0f40dbdb-9240-4882-836c-407ca05b8eec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f40dbdb-9240-4882-836c-407ca05b8eec.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-0f40dbdb-9240-4882-836c-407ca05b8eec.shogun-image {
    
    
  }


.s-0f40dbdb-9240-4882-836c-407ca05b8eec .shogun-image-content {
  
    align-items: center;
  
}

.s-0f40dbdb-9240-4882-836c-407ca05b8eec.shg-align-container {
  text-align: center
}

.s-0f40dbdb-9240-4882-836c-407ca05b8eec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f40dbdb-9240-4882-836c-407ca05b8eec.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0f40dbdb-9240-4882-836c-407ca05b8eec.shogun-image {
    
    
  }


.s-0f40dbdb-9240-4882-836c-407ca05b8eec .shogun-image-content {
  
    align-items: center;
  
}

.s-0f40dbdb-9240-4882-836c-407ca05b8eec.shg-align-container {
  text-align: center
}

.s-0f40dbdb-9240-4882-836c-407ca05b8eec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f40dbdb-9240-4882-836c-407ca05b8eec.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0f40dbdb-9240-4882-836c-407ca05b8eec.shogun-image {
    
    
  }


.s-0f40dbdb-9240-4882-836c-407ca05b8eec .shogun-image-content {
  
    align-items: center;
  
}

.s-0f40dbdb-9240-4882-836c-407ca05b8eec.shg-align-container {
  text-align: center
}

.s-0f40dbdb-9240-4882-836c-407ca05b8eec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f40dbdb-9240-4882-836c-407ca05b8eec.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0f40dbdb-9240-4882-836c-407ca05b8eec.shogun-image {
    
    
  }


.s-0f40dbdb-9240-4882-836c-407ca05b8eec .shogun-image-content {
  
    align-items: center;
  
}

.s-0f40dbdb-9240-4882-836c-407ca05b8eec.shg-align-container {
  text-align: center
}

.s-0f40dbdb-9240-4882-836c-407ca05b8eec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f40dbdb-9240-4882-836c-407ca05b8eec.shogun-image {
  box-sizing: border-box;
}


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

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

#s-4dda9a50-edec-4954-a297-f25f382ff702 {
  margin-top: 40px;
margin-bottom: 40px;
}

#s-4dda9a50-edec-4954-a297-f25f382ff702 hr {
  border-top: 2px solid #ddd;
}

.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-4f081086-263d-49c6-916f-13a41f491f8c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4f081086-263d-49c6-916f-13a41f491f8c .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 52px;
  
  
  
}



#s-ae6d213c-cc76-495a-a19a-561329f9f945 {
  margin-left: 8%;
margin-right: 8%;
}

#s-fb743093-e205-4bd2-a9a0-98f4ba3dc6d3 {
  text-align: center;
}







  img.s-fb743093-e205-4bd2-a9a0-98f4ba3dc6d3.shogun-image {
    
    
  }


.s-fb743093-e205-4bd2-a9a0-98f4ba3dc6d3 .shogun-image-content {
  
    align-items: center;
  
}

.s-fb743093-e205-4bd2-a9a0-98f4ba3dc6d3.shg-align-container {
  text-align: center
}

.s-fb743093-e205-4bd2-a9a0-98f4ba3dc6d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb743093-e205-4bd2-a9a0-98f4ba3dc6d3.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-fb743093-e205-4bd2-a9a0-98f4ba3dc6d3.shogun-image {
    
    
  }


.s-fb743093-e205-4bd2-a9a0-98f4ba3dc6d3 .shogun-image-content {
  
    align-items: center;
  
}

.s-fb743093-e205-4bd2-a9a0-98f4ba3dc6d3.shg-align-container {
  text-align: center
}

.s-fb743093-e205-4bd2-a9a0-98f4ba3dc6d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb743093-e205-4bd2-a9a0-98f4ba3dc6d3.shogun-image {
  box-sizing: border-box;
}


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





  img.s-fb743093-e205-4bd2-a9a0-98f4ba3dc6d3.shogun-image {
    
    
  }


.s-fb743093-e205-4bd2-a9a0-98f4ba3dc6d3 .shogun-image-content {
  
    align-items: center;
  
}

.s-fb743093-e205-4bd2-a9a0-98f4ba3dc6d3.shg-align-container {
  text-align: center
}

.s-fb743093-e205-4bd2-a9a0-98f4ba3dc6d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb743093-e205-4bd2-a9a0-98f4ba3dc6d3.shogun-image {
  box-sizing: border-box;
}


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





  img.s-fb743093-e205-4bd2-a9a0-98f4ba3dc6d3.shogun-image {
    
    
  }


.s-fb743093-e205-4bd2-a9a0-98f4ba3dc6d3 .shogun-image-content {
  
    align-items: center;
  
}

.s-fb743093-e205-4bd2-a9a0-98f4ba3dc6d3.shg-align-container {
  text-align: center
}

.s-fb743093-e205-4bd2-a9a0-98f4ba3dc6d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb743093-e205-4bd2-a9a0-98f4ba3dc6d3.shogun-image {
  box-sizing: border-box;
}


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





  img.s-fb743093-e205-4bd2-a9a0-98f4ba3dc6d3.shogun-image {
    
    
  }


.s-fb743093-e205-4bd2-a9a0-98f4ba3dc6d3 .shogun-image-content {
  
    align-items: center;
  
}

.s-fb743093-e205-4bd2-a9a0-98f4ba3dc6d3.shg-align-container {
  text-align: center
}

.s-fb743093-e205-4bd2-a9a0-98f4ba3dc6d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb743093-e205-4bd2-a9a0-98f4ba3dc6d3.shogun-image {
  box-sizing: border-box;
}


}
#s-78b33ed0-c4ac-44ff-9627-0b2b55c1c1f7 {
  margin-top: 9px;
margin-bottom: 9px;
}

#s-99231da4-4120-407c-be3e-03a2094c28d7 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-99231da4-4120-407c-be3e-03a2094c28d7 hr {
  border-top: 2px solid #ddd;
}

#s-662c74cf-b563-45c5-837a-1427526987aa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-662c74cf-b563-45c5-837a-1427526987aa .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 52px;
  
  
  
}



#s-66392165-8e47-4bcf-8407-2bda38d6ada1 {
  margin-left: 8%;
margin-right: 8%;
}

.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-88400b47-9dc1-4a2e-85f4-2604fc9e73b7 {
  margin-left: 8%;
margin-right: 8%;
}

#s-fbb6eacd-5717-40bf-be10-f9d898695c74 {
  margin-top: 40px;
margin-bottom: 40px;
}

#s-fbb6eacd-5717-40bf-be10-f9d898695c74 hr {
  border-top: 2px solid #ddd;
}

#s-aad67abf-da10-4e96-8aff-7a60917f2a25 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-aad67abf-da10-4e96-8aff-7a60917f2a25 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 52px;
  
  
  
}



#s-cac73b98-2818-48b0-b764-5324d89469ae {
  margin-left: 8%;
margin-right: 8%;
}

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

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

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

#s-cb088528-189f-4710-85d6-4dd697483059 {
  margin-left: 5%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-cb088528-189f-4710-85d6-4dd697483059"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cb088528-189f-4710-85d6-4dd697483059"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-cb088528-189f-4710-85d6-4dd697483059"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-cb088528-189f-4710-85d6-4dd697483059"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-cb088528-189f-4710-85d6-4dd697483059"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-cb088528-189f-4710-85d6-4dd697483059"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-cb088528-189f-4710-85d6-4dd697483059"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

#s-57f03ab9-e35a-4cfe-b8f2-9aa75b829613 {
  text-align: center;
}







  img.s-57f03ab9-e35a-4cfe-b8f2-9aa75b829613.shogun-image {
    
    
  }


.s-57f03ab9-e35a-4cfe-b8f2-9aa75b829613 .shogun-image-content {
  
    align-items: center;
  
}

.s-57f03ab9-e35a-4cfe-b8f2-9aa75b829613.shg-align-container {
  text-align: center
}

.s-57f03ab9-e35a-4cfe-b8f2-9aa75b829613.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57f03ab9-e35a-4cfe-b8f2-9aa75b829613.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-57f03ab9-e35a-4cfe-b8f2-9aa75b829613.shogun-image {
    
    
  }


.s-57f03ab9-e35a-4cfe-b8f2-9aa75b829613 .shogun-image-content {
  
    align-items: center;
  
}

.s-57f03ab9-e35a-4cfe-b8f2-9aa75b829613.shg-align-container {
  text-align: center
}

.s-57f03ab9-e35a-4cfe-b8f2-9aa75b829613.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57f03ab9-e35a-4cfe-b8f2-9aa75b829613.shogun-image {
  box-sizing: border-box;
}


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





  img.s-57f03ab9-e35a-4cfe-b8f2-9aa75b829613.shogun-image {
    
    
  }


.s-57f03ab9-e35a-4cfe-b8f2-9aa75b829613 .shogun-image-content {
  
    align-items: center;
  
}

.s-57f03ab9-e35a-4cfe-b8f2-9aa75b829613.shg-align-container {
  text-align: center
}

.s-57f03ab9-e35a-4cfe-b8f2-9aa75b829613.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57f03ab9-e35a-4cfe-b8f2-9aa75b829613.shogun-image {
  box-sizing: border-box;
}


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





  img.s-57f03ab9-e35a-4cfe-b8f2-9aa75b829613.shogun-image {
    
    
  }


.s-57f03ab9-e35a-4cfe-b8f2-9aa75b829613 .shogun-image-content {
  
    align-items: center;
  
}

.s-57f03ab9-e35a-4cfe-b8f2-9aa75b829613.shg-align-container {
  text-align: center
}

.s-57f03ab9-e35a-4cfe-b8f2-9aa75b829613.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57f03ab9-e35a-4cfe-b8f2-9aa75b829613.shogun-image {
  box-sizing: border-box;
}


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





  img.s-57f03ab9-e35a-4cfe-b8f2-9aa75b829613.shogun-image {
    
    
  }


.s-57f03ab9-e35a-4cfe-b8f2-9aa75b829613 .shogun-image-content {
  
    align-items: center;
  
}

.s-57f03ab9-e35a-4cfe-b8f2-9aa75b829613.shg-align-container {
  text-align: center
}

.s-57f03ab9-e35a-4cfe-b8f2-9aa75b829613.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57f03ab9-e35a-4cfe-b8f2-9aa75b829613.shogun-image {
  box-sizing: border-box;
}


}
#s-d265bb17-7572-446d-ac78-29830d802373 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
text-align: center;
}







  img.s-d265bb17-7572-446d-ac78-29830d802373.shogun-image {
    
    
  }


.s-d265bb17-7572-446d-ac78-29830d802373 .shogun-image-content {
  
    align-items: center;
  
}

.s-d265bb17-7572-446d-ac78-29830d802373.shg-align-container {
  text-align: center
}

.s-d265bb17-7572-446d-ac78-29830d802373.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d265bb17-7572-446d-ac78-29830d802373.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-d265bb17-7572-446d-ac78-29830d802373.shogun-image {
    
    
  }


.s-d265bb17-7572-446d-ac78-29830d802373 .shogun-image-content {
  
    align-items: center;
  
}

.s-d265bb17-7572-446d-ac78-29830d802373.shg-align-container {
  text-align: center
}

.s-d265bb17-7572-446d-ac78-29830d802373.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d265bb17-7572-446d-ac78-29830d802373.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d265bb17-7572-446d-ac78-29830d802373.shogun-image {
    
    
  }


.s-d265bb17-7572-446d-ac78-29830d802373 .shogun-image-content {
  
    align-items: center;
  
}

.s-d265bb17-7572-446d-ac78-29830d802373.shg-align-container {
  text-align: center
}

.s-d265bb17-7572-446d-ac78-29830d802373.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d265bb17-7572-446d-ac78-29830d802373.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d265bb17-7572-446d-ac78-29830d802373.shogun-image {
    
    
  }


.s-d265bb17-7572-446d-ac78-29830d802373 .shogun-image-content {
  
    align-items: center;
  
}

.s-d265bb17-7572-446d-ac78-29830d802373.shg-align-container {
  text-align: center
}

.s-d265bb17-7572-446d-ac78-29830d802373.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d265bb17-7572-446d-ac78-29830d802373.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d265bb17-7572-446d-ac78-29830d802373.shogun-image {
    
    
  }


.s-d265bb17-7572-446d-ac78-29830d802373 .shogun-image-content {
  
    align-items: center;
  
}

.s-d265bb17-7572-446d-ac78-29830d802373.shg-align-container {
  text-align: center
}

.s-d265bb17-7572-446d-ac78-29830d802373.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d265bb17-7572-446d-ac78-29830d802373.shogun-image {
  box-sizing: border-box;
}


}
#s-765f7df9-0e3a-4ce9-84ad-bdea1446a672 {
  margin-top: 40px;
margin-bottom: 40px;
}

#s-765f7df9-0e3a-4ce9-84ad-bdea1446a672 hr {
  border-top: 2px solid rgba(216, 216, 216, 1);
}

#s-0a794885-19ff-46c7-a919-55d0b5cd41bd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0a794885-19ff-46c7-a919-55d0b5cd41bd .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 53px;
  
  
  
}



#s-132c5264-94af-4e45-a4c3-9d30acd68014 {
  margin-left: 8%;
margin-right: 8%;
}

#s-9d65cf7a-2362-4463-a193-1b585e683e76 {
  margin-top: 40px;
margin-bottom: 40px;
}

#s-9d65cf7a-2362-4463-a193-1b585e683e76 hr {
  border-top: 2px solid #ddd;
}

#s-ad1e2afe-412a-4f5a-a90c-6865f0ff22c3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ad1e2afe-412a-4f5a-a90c-6865f0ff22c3 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 53px;
  
  
  
}



#s-653b8600-8249-421e-8c32-5afa2499ec57 {
  margin-left: 8%;
margin-right: 8%;
}

@media (min-width: 0px) {
[id="s-653b8600-8249-421e-8c32-5afa2499ec57"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-653b8600-8249-421e-8c32-5afa2499ec57"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.666666666666666px);
}

}

@media (min-width: 992px) {
[id="s-653b8600-8249-421e-8c32-5afa2499ec57"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.666666666666666px);
}

}

@media (min-width: 1200px) {
[id="s-653b8600-8249-421e-8c32-5afa2499ec57"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.666666666666666px);
}

}

#s-d85ff839-f350-4844-bad9-b9988fb82963 {
  text-align: center;
}







  img.s-d85ff839-f350-4844-bad9-b9988fb82963.shogun-image {
    
    
  }


.s-d85ff839-f350-4844-bad9-b9988fb82963 .shogun-image-content {
  
    align-items: center;
  
}

.s-d85ff839-f350-4844-bad9-b9988fb82963.shg-align-container {
  text-align: center
}

.s-d85ff839-f350-4844-bad9-b9988fb82963.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d85ff839-f350-4844-bad9-b9988fb82963.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-d85ff839-f350-4844-bad9-b9988fb82963.shogun-image {
    
    
  }


.s-d85ff839-f350-4844-bad9-b9988fb82963 .shogun-image-content {
  
    align-items: center;
  
}

.s-d85ff839-f350-4844-bad9-b9988fb82963.shg-align-container {
  text-align: center
}

.s-d85ff839-f350-4844-bad9-b9988fb82963.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d85ff839-f350-4844-bad9-b9988fb82963.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d85ff839-f350-4844-bad9-b9988fb82963.shogun-image {
    
    
  }


.s-d85ff839-f350-4844-bad9-b9988fb82963 .shogun-image-content {
  
    align-items: center;
  
}

.s-d85ff839-f350-4844-bad9-b9988fb82963.shg-align-container {
  text-align: center
}

.s-d85ff839-f350-4844-bad9-b9988fb82963.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d85ff839-f350-4844-bad9-b9988fb82963.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d85ff839-f350-4844-bad9-b9988fb82963.shogun-image {
    
    
  }


.s-d85ff839-f350-4844-bad9-b9988fb82963 .shogun-image-content {
  
    align-items: center;
  
}

.s-d85ff839-f350-4844-bad9-b9988fb82963.shg-align-container {
  text-align: center
}

.s-d85ff839-f350-4844-bad9-b9988fb82963.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d85ff839-f350-4844-bad9-b9988fb82963.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d85ff839-f350-4844-bad9-b9988fb82963.shogun-image {
    
    
  }


.s-d85ff839-f350-4844-bad9-b9988fb82963 .shogun-image-content {
  
    align-items: center;
  
}

.s-d85ff839-f350-4844-bad9-b9988fb82963.shg-align-container {
  text-align: center
}

.s-d85ff839-f350-4844-bad9-b9988fb82963.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d85ff839-f350-4844-bad9-b9988fb82963.shogun-image {
  box-sizing: border-box;
}


}
#s-5ce4d30a-d171-4621-a20d-c1292a8db99b {
  text-align: center;
}







  img.s-5ce4d30a-d171-4621-a20d-c1292a8db99b.shogun-image {
    
    
  }


.s-5ce4d30a-d171-4621-a20d-c1292a8db99b .shogun-image-content {
  
    align-items: center;
  
}

.s-5ce4d30a-d171-4621-a20d-c1292a8db99b.shg-align-container {
  text-align: center
}

.s-5ce4d30a-d171-4621-a20d-c1292a8db99b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ce4d30a-d171-4621-a20d-c1292a8db99b.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-5ce4d30a-d171-4621-a20d-c1292a8db99b.shogun-image {
    
    
  }


.s-5ce4d30a-d171-4621-a20d-c1292a8db99b .shogun-image-content {
  
    align-items: center;
  
}

.s-5ce4d30a-d171-4621-a20d-c1292a8db99b.shg-align-container {
  text-align: center
}

.s-5ce4d30a-d171-4621-a20d-c1292a8db99b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ce4d30a-d171-4621-a20d-c1292a8db99b.shogun-image {
  box-sizing: border-box;
}


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





  img.s-5ce4d30a-d171-4621-a20d-c1292a8db99b.shogun-image {
    
    
  }


.s-5ce4d30a-d171-4621-a20d-c1292a8db99b .shogun-image-content {
  
    align-items: center;
  
}

.s-5ce4d30a-d171-4621-a20d-c1292a8db99b.shg-align-container {
  text-align: center
}

.s-5ce4d30a-d171-4621-a20d-c1292a8db99b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ce4d30a-d171-4621-a20d-c1292a8db99b.shogun-image {
  box-sizing: border-box;
}


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





  img.s-5ce4d30a-d171-4621-a20d-c1292a8db99b.shogun-image {
    
    
  }


.s-5ce4d30a-d171-4621-a20d-c1292a8db99b .shogun-image-content {
  
    align-items: center;
  
}

.s-5ce4d30a-d171-4621-a20d-c1292a8db99b.shg-align-container {
  text-align: center
}

.s-5ce4d30a-d171-4621-a20d-c1292a8db99b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ce4d30a-d171-4621-a20d-c1292a8db99b.shogun-image {
  box-sizing: border-box;
}


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





  img.s-5ce4d30a-d171-4621-a20d-c1292a8db99b.shogun-image {
    
    
  }


.s-5ce4d30a-d171-4621-a20d-c1292a8db99b .shogun-image-content {
  
    align-items: center;
  
}

.s-5ce4d30a-d171-4621-a20d-c1292a8db99b.shg-align-container {
  text-align: center
}

.s-5ce4d30a-d171-4621-a20d-c1292a8db99b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ce4d30a-d171-4621-a20d-c1292a8db99b.shogun-image {
  box-sizing: border-box;
}


}
#s-32c93543-cf85-468d-b772-f92b07c147a4 {
  text-align: center;
}







  img.s-32c93543-cf85-468d-b772-f92b07c147a4.shogun-image {
    
    
  }


.s-32c93543-cf85-468d-b772-f92b07c147a4 .shogun-image-content {
  
    align-items: center;
  
}

.s-32c93543-cf85-468d-b772-f92b07c147a4.shg-align-container {
  text-align: center
}

.s-32c93543-cf85-468d-b772-f92b07c147a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32c93543-cf85-468d-b772-f92b07c147a4.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-32c93543-cf85-468d-b772-f92b07c147a4.shogun-image {
    
    
  }


.s-32c93543-cf85-468d-b772-f92b07c147a4 .shogun-image-content {
  
    align-items: center;
  
}

.s-32c93543-cf85-468d-b772-f92b07c147a4.shg-align-container {
  text-align: center
}

.s-32c93543-cf85-468d-b772-f92b07c147a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32c93543-cf85-468d-b772-f92b07c147a4.shogun-image {
  box-sizing: border-box;
}


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





  img.s-32c93543-cf85-468d-b772-f92b07c147a4.shogun-image {
    
    
  }


.s-32c93543-cf85-468d-b772-f92b07c147a4 .shogun-image-content {
  
    align-items: center;
  
}

.s-32c93543-cf85-468d-b772-f92b07c147a4.shg-align-container {
  text-align: center
}

.s-32c93543-cf85-468d-b772-f92b07c147a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32c93543-cf85-468d-b772-f92b07c147a4.shogun-image {
  box-sizing: border-box;
}


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





  img.s-32c93543-cf85-468d-b772-f92b07c147a4.shogun-image {
    
    
  }


.s-32c93543-cf85-468d-b772-f92b07c147a4 .shogun-image-content {
  
    align-items: center;
  
}

.s-32c93543-cf85-468d-b772-f92b07c147a4.shg-align-container {
  text-align: center
}

.s-32c93543-cf85-468d-b772-f92b07c147a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32c93543-cf85-468d-b772-f92b07c147a4.shogun-image {
  box-sizing: border-box;
}


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





  img.s-32c93543-cf85-468d-b772-f92b07c147a4.shogun-image {
    
    
  }


.s-32c93543-cf85-468d-b772-f92b07c147a4 .shogun-image-content {
  
    align-items: center;
  
}

.s-32c93543-cf85-468d-b772-f92b07c147a4.shg-align-container {
  text-align: center
}

.s-32c93543-cf85-468d-b772-f92b07c147a4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32c93543-cf85-468d-b772-f92b07c147a4.shogun-image {
  box-sizing: border-box;
}


}
#s-eb752715-ac95-45dc-8876-2ba4e7e40c36 {
  margin-top: 40px;
margin-bottom: 40px;
}

#s-eb752715-ac95-45dc-8876-2ba4e7e40c36 hr {
  border-top: 2px solid #ddd;
}

#s-24fcab17-3276-4d94-86b1-ac6319d9b3e0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-24fcab17-3276-4d94-86b1-ac6319d9b3e0 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 52px;
  
  
  
}



#s-89db8c5b-b5a5-48e4-a71f-1640a7a36e36 {
  margin-left: 8%;
margin-right: 8%;
}

#s-3a8a7d7c-4665-4cdf-8b44-7ca01789bae6 {
  margin-top: 0px;
margin-left: 8%;
margin-bottom: 0px;
margin-right: 8%;
}

#s-ff5cb611-6515-4f64-a9c3-018e1c1a3e1e {
  margin-top: 40px;
margin-bottom: 40px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-ff5cb611-6515-4f64-a9c3-018e1c1a3e1e hr {
  border-top: 2px solid #ddd;
}

#s-55907def-420a-4d91-a3b1-d1c578a9627b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-55907def-420a-4d91-a3b1-d1c578a9627b .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 52px;
  
  
  
}



#s-e9b40583-4b7e-47c9-8919-3bfd01226a47 {
  margin-left: 8%;
margin-right: 8%;
}

@media (min-width: 0px) {
[id="s-e9b40583-4b7e-47c9-8919-3bfd01226a47"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e9b40583-4b7e-47c9-8919-3bfd01226a47"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e9b40583-4b7e-47c9-8919-3bfd01226a47"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e9b40583-4b7e-47c9-8919-3bfd01226a47"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-763f9b8e-4696-4ddb-918e-c31b3fb9523b {
  margin-top: 15px;
margin-bottom: 15px;
text-align: center;
}







  img.s-763f9b8e-4696-4ddb-918e-c31b3fb9523b.shogun-image {
    
    
  }


.s-763f9b8e-4696-4ddb-918e-c31b3fb9523b .shogun-image-content {
  
    align-items: center;
  
}

.s-763f9b8e-4696-4ddb-918e-c31b3fb9523b.shg-align-container {
  text-align: center
}

.s-763f9b8e-4696-4ddb-918e-c31b3fb9523b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-763f9b8e-4696-4ddb-918e-c31b3fb9523b.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-763f9b8e-4696-4ddb-918e-c31b3fb9523b.shogun-image {
    
    
  }


.s-763f9b8e-4696-4ddb-918e-c31b3fb9523b .shogun-image-content {
  
    align-items: center;
  
}

.s-763f9b8e-4696-4ddb-918e-c31b3fb9523b.shg-align-container {
  text-align: center
}

.s-763f9b8e-4696-4ddb-918e-c31b3fb9523b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-763f9b8e-4696-4ddb-918e-c31b3fb9523b.shogun-image {
  box-sizing: border-box;
}


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





  img.s-763f9b8e-4696-4ddb-918e-c31b3fb9523b.shogun-image {
    
    
  }


.s-763f9b8e-4696-4ddb-918e-c31b3fb9523b .shogun-image-content {
  
    align-items: center;
  
}

.s-763f9b8e-4696-4ddb-918e-c31b3fb9523b.shg-align-container {
  text-align: center
}

.s-763f9b8e-4696-4ddb-918e-c31b3fb9523b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-763f9b8e-4696-4ddb-918e-c31b3fb9523b.shogun-image {
  box-sizing: border-box;
}


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





  img.s-763f9b8e-4696-4ddb-918e-c31b3fb9523b.shogun-image {
    
    
  }


.s-763f9b8e-4696-4ddb-918e-c31b3fb9523b .shogun-image-content {
  
    align-items: center;
  
}

.s-763f9b8e-4696-4ddb-918e-c31b3fb9523b.shg-align-container {
  text-align: center
}

.s-763f9b8e-4696-4ddb-918e-c31b3fb9523b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-763f9b8e-4696-4ddb-918e-c31b3fb9523b.shogun-image {
  box-sizing: border-box;
}


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





  img.s-763f9b8e-4696-4ddb-918e-c31b3fb9523b.shogun-image {
    
    
  }


.s-763f9b8e-4696-4ddb-918e-c31b3fb9523b .shogun-image-content {
  
    align-items: center;
  
}

.s-763f9b8e-4696-4ddb-918e-c31b3fb9523b.shg-align-container {
  text-align: center
}

.s-763f9b8e-4696-4ddb-918e-c31b3fb9523b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-763f9b8e-4696-4ddb-918e-c31b3fb9523b.shogun-image {
  box-sizing: border-box;
}


}
#s-4234a4a2-6aa2-4b0b-b8db-74ca0e6480ae {
  margin-top: 15px;
margin-bottom: 15px;
text-align: center;
}







  img.s-4234a4a2-6aa2-4b0b-b8db-74ca0e6480ae.shogun-image {
    
    
  }


.s-4234a4a2-6aa2-4b0b-b8db-74ca0e6480ae .shogun-image-content {
  
    align-items: center;
  
}

.s-4234a4a2-6aa2-4b0b-b8db-74ca0e6480ae.shg-align-container {
  text-align: center
}

.s-4234a4a2-6aa2-4b0b-b8db-74ca0e6480ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4234a4a2-6aa2-4b0b-b8db-74ca0e6480ae.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-4234a4a2-6aa2-4b0b-b8db-74ca0e6480ae.shogun-image {
    
    
  }


.s-4234a4a2-6aa2-4b0b-b8db-74ca0e6480ae .shogun-image-content {
  
    align-items: center;
  
}

.s-4234a4a2-6aa2-4b0b-b8db-74ca0e6480ae.shg-align-container {
  text-align: center
}

.s-4234a4a2-6aa2-4b0b-b8db-74ca0e6480ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4234a4a2-6aa2-4b0b-b8db-74ca0e6480ae.shogun-image {
  box-sizing: border-box;
}


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





  img.s-4234a4a2-6aa2-4b0b-b8db-74ca0e6480ae.shogun-image {
    
    
  }


.s-4234a4a2-6aa2-4b0b-b8db-74ca0e6480ae .shogun-image-content {
  
    align-items: center;
  
}

.s-4234a4a2-6aa2-4b0b-b8db-74ca0e6480ae.shg-align-container {
  text-align: center
}

.s-4234a4a2-6aa2-4b0b-b8db-74ca0e6480ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4234a4a2-6aa2-4b0b-b8db-74ca0e6480ae.shogun-image {
  box-sizing: border-box;
}


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





  img.s-4234a4a2-6aa2-4b0b-b8db-74ca0e6480ae.shogun-image {
    
    
  }


.s-4234a4a2-6aa2-4b0b-b8db-74ca0e6480ae .shogun-image-content {
  
    align-items: center;
  
}

.s-4234a4a2-6aa2-4b0b-b8db-74ca0e6480ae.shg-align-container {
  text-align: center
}

.s-4234a4a2-6aa2-4b0b-b8db-74ca0e6480ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4234a4a2-6aa2-4b0b-b8db-74ca0e6480ae.shogun-image {
  box-sizing: border-box;
}


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





  img.s-4234a4a2-6aa2-4b0b-b8db-74ca0e6480ae.shogun-image {
    
    
  }


.s-4234a4a2-6aa2-4b0b-b8db-74ca0e6480ae .shogun-image-content {
  
    align-items: center;
  
}

.s-4234a4a2-6aa2-4b0b-b8db-74ca0e6480ae.shg-align-container {
  text-align: center
}

.s-4234a4a2-6aa2-4b0b-b8db-74ca0e6480ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4234a4a2-6aa2-4b0b-b8db-74ca0e6480ae.shogun-image {
  box-sizing: border-box;
}


}
#s-dd2fd0d3-334d-4557-b465-60fa707b1be4 {
  margin-top: 40px;
margin-bottom: 40px;
}

#s-dd2fd0d3-334d-4557-b465-60fa707b1be4 hr {
  border-top: 2px solid #ddd;
}

#s-0f235069-d40f-4467-8f4b-679391284cf9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0f235069-d40f-4467-8f4b-679391284cf9 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 52px;
  
  
  
}



#s-c3c7e111-3ee7-46d4-bda3-43cadefe2813 {
  margin-left: 8%;
margin-right: 8%;
}

#s-236d48b7-df35-4931-8e7e-449d477a4a07 {
  margin-left: 8%;
margin-right: 8%;
}

#s-47243163-6089-42d5-b0cf-2e0027cefcf2 {
  margin-top: 40px;
margin-bottom: 40px;
}

#s-47243163-6089-42d5-b0cf-2e0027cefcf2 hr {
  border-top: 2px solid #ddd;
}

#s-078e852f-2546-4785-b67b-9693a1aef3cd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-078e852f-2546-4785-b67b-9693a1aef3cd .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 52px;
  
  
  
}



#s-f6ae38e3-e0db-47e7-9189-870deb2ca35d {
  margin-left: 6%;
margin-right: 6%;
}

#s-c5e3d911-e89b-478e-9abe-c04eab53ac68 {
  margin-left: 6%;
margin-right: 6%;
}

@media (min-width: 0px) {
[id="s-c5e3d911-e89b-478e-9abe-c04eab53ac68"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c5e3d911-e89b-478e-9abe-c04eab53ac68"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-c5e3d911-e89b-478e-9abe-c04eab53ac68"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-c5e3d911-e89b-478e-9abe-c04eab53ac68"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-04adbda6-39be-4c3f-a05f-dce987fc64ac {
  text-align: center;
}







  img.s-04adbda6-39be-4c3f-a05f-dce987fc64ac.shogun-image {
    
    
  }


.s-04adbda6-39be-4c3f-a05f-dce987fc64ac .shogun-image-content {
  
    align-items: center;
  
}

.s-04adbda6-39be-4c3f-a05f-dce987fc64ac.shg-align-container {
  text-align: center
}

.s-04adbda6-39be-4c3f-a05f-dce987fc64ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04adbda6-39be-4c3f-a05f-dce987fc64ac.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-04adbda6-39be-4c3f-a05f-dce987fc64ac.shogun-image {
    
    
  }


.s-04adbda6-39be-4c3f-a05f-dce987fc64ac .shogun-image-content {
  
    align-items: center;
  
}

.s-04adbda6-39be-4c3f-a05f-dce987fc64ac.shg-align-container {
  text-align: center
}

.s-04adbda6-39be-4c3f-a05f-dce987fc64ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04adbda6-39be-4c3f-a05f-dce987fc64ac.shogun-image {
  box-sizing: border-box;
}


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





  img.s-04adbda6-39be-4c3f-a05f-dce987fc64ac.shogun-image {
    
    
  }


.s-04adbda6-39be-4c3f-a05f-dce987fc64ac .shogun-image-content {
  
    align-items: center;
  
}

.s-04adbda6-39be-4c3f-a05f-dce987fc64ac.shg-align-container {
  text-align: center
}

.s-04adbda6-39be-4c3f-a05f-dce987fc64ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04adbda6-39be-4c3f-a05f-dce987fc64ac.shogun-image {
  box-sizing: border-box;
}


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





  img.s-04adbda6-39be-4c3f-a05f-dce987fc64ac.shogun-image {
    
    
  }


.s-04adbda6-39be-4c3f-a05f-dce987fc64ac .shogun-image-content {
  
    align-items: center;
  
}

.s-04adbda6-39be-4c3f-a05f-dce987fc64ac.shg-align-container {
  text-align: center
}

.s-04adbda6-39be-4c3f-a05f-dce987fc64ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04adbda6-39be-4c3f-a05f-dce987fc64ac.shogun-image {
  box-sizing: border-box;
}


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





  img.s-04adbda6-39be-4c3f-a05f-dce987fc64ac.shogun-image {
    
    
  }


.s-04adbda6-39be-4c3f-a05f-dce987fc64ac .shogun-image-content {
  
    align-items: center;
  
}

.s-04adbda6-39be-4c3f-a05f-dce987fc64ac.shg-align-container {
  text-align: center
}

.s-04adbda6-39be-4c3f-a05f-dce987fc64ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04adbda6-39be-4c3f-a05f-dce987fc64ac.shogun-image {
  box-sizing: border-box;
}


}
#s-9b05ab3c-0b5f-4012-9b8c-7975950fda28 {
  text-align: center;
}







  img.s-9b05ab3c-0b5f-4012-9b8c-7975950fda28.shogun-image {
    
    
  }


.s-9b05ab3c-0b5f-4012-9b8c-7975950fda28 .shogun-image-content {
  
    align-items: center;
  
}

.s-9b05ab3c-0b5f-4012-9b8c-7975950fda28.shg-align-container {
  text-align: center
}

.s-9b05ab3c-0b5f-4012-9b8c-7975950fda28.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b05ab3c-0b5f-4012-9b8c-7975950fda28.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-9b05ab3c-0b5f-4012-9b8c-7975950fda28.shogun-image {
    
    
  }


.s-9b05ab3c-0b5f-4012-9b8c-7975950fda28 .shogun-image-content {
  
    align-items: center;
  
}

.s-9b05ab3c-0b5f-4012-9b8c-7975950fda28.shg-align-container {
  text-align: center
}

.s-9b05ab3c-0b5f-4012-9b8c-7975950fda28.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b05ab3c-0b5f-4012-9b8c-7975950fda28.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9b05ab3c-0b5f-4012-9b8c-7975950fda28.shogun-image {
    
    
  }


.s-9b05ab3c-0b5f-4012-9b8c-7975950fda28 .shogun-image-content {
  
    align-items: center;
  
}

.s-9b05ab3c-0b5f-4012-9b8c-7975950fda28.shg-align-container {
  text-align: center
}

.s-9b05ab3c-0b5f-4012-9b8c-7975950fda28.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b05ab3c-0b5f-4012-9b8c-7975950fda28.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9b05ab3c-0b5f-4012-9b8c-7975950fda28.shogun-image {
    
    
  }


.s-9b05ab3c-0b5f-4012-9b8c-7975950fda28 .shogun-image-content {
  
    align-items: center;
  
}

.s-9b05ab3c-0b5f-4012-9b8c-7975950fda28.shg-align-container {
  text-align: center
}

.s-9b05ab3c-0b5f-4012-9b8c-7975950fda28.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b05ab3c-0b5f-4012-9b8c-7975950fda28.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9b05ab3c-0b5f-4012-9b8c-7975950fda28.shogun-image {
    
    
  }


.s-9b05ab3c-0b5f-4012-9b8c-7975950fda28 .shogun-image-content {
  
    align-items: center;
  
}

.s-9b05ab3c-0b5f-4012-9b8c-7975950fda28.shg-align-container {
  text-align: center
}

.s-9b05ab3c-0b5f-4012-9b8c-7975950fda28.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b05ab3c-0b5f-4012-9b8c-7975950fda28.shogun-image {
  box-sizing: border-box;
}


}
#s-6ffa2c14-55bc-4c38-a77f-520e62dc2db2 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  img.s-6ffa2c14-55bc-4c38-a77f-520e62dc2db2.shogun-image {
    
    
  }


.s-6ffa2c14-55bc-4c38-a77f-520e62dc2db2 .shogun-image-content {
  
    align-items: center;
  
}

.s-6ffa2c14-55bc-4c38-a77f-520e62dc2db2.shg-align-container {
  text-align: center
}

.s-6ffa2c14-55bc-4c38-a77f-520e62dc2db2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ffa2c14-55bc-4c38-a77f-520e62dc2db2.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-6ffa2c14-55bc-4c38-a77f-520e62dc2db2.shogun-image {
    
    
  }


.s-6ffa2c14-55bc-4c38-a77f-520e62dc2db2 .shogun-image-content {
  
    align-items: center;
  
}

.s-6ffa2c14-55bc-4c38-a77f-520e62dc2db2.shg-align-container {
  text-align: center
}

.s-6ffa2c14-55bc-4c38-a77f-520e62dc2db2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ffa2c14-55bc-4c38-a77f-520e62dc2db2.shogun-image {
  box-sizing: border-box;
}


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





  img.s-6ffa2c14-55bc-4c38-a77f-520e62dc2db2.shogun-image {
    
    
  }


.s-6ffa2c14-55bc-4c38-a77f-520e62dc2db2 .shogun-image-content {
  
    align-items: center;
  
}

.s-6ffa2c14-55bc-4c38-a77f-520e62dc2db2.shg-align-container {
  text-align: center
}

.s-6ffa2c14-55bc-4c38-a77f-520e62dc2db2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ffa2c14-55bc-4c38-a77f-520e62dc2db2.shogun-image {
  box-sizing: border-box;
}


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





  img.s-6ffa2c14-55bc-4c38-a77f-520e62dc2db2.shogun-image {
    
    
  }


.s-6ffa2c14-55bc-4c38-a77f-520e62dc2db2 .shogun-image-content {
  
    align-items: center;
  
}

.s-6ffa2c14-55bc-4c38-a77f-520e62dc2db2.shg-align-container {
  text-align: center
}

.s-6ffa2c14-55bc-4c38-a77f-520e62dc2db2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ffa2c14-55bc-4c38-a77f-520e62dc2db2.shogun-image {
  box-sizing: border-box;
}


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





  img.s-6ffa2c14-55bc-4c38-a77f-520e62dc2db2.shogun-image {
    
    
  }


.s-6ffa2c14-55bc-4c38-a77f-520e62dc2db2 .shogun-image-content {
  
    align-items: center;
  
}

.s-6ffa2c14-55bc-4c38-a77f-520e62dc2db2.shg-align-container {
  text-align: center
}

.s-6ffa2c14-55bc-4c38-a77f-520e62dc2db2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ffa2c14-55bc-4c38-a77f-520e62dc2db2.shogun-image {
  box-sizing: border-box;
}


}
#s-08149fbc-7da7-401b-9cb9-2d6c79043031 {
  text-align: center;
}







  img.s-08149fbc-7da7-401b-9cb9-2d6c79043031.shogun-image {
    
    
  }


.s-08149fbc-7da7-401b-9cb9-2d6c79043031 .shogun-image-content {
  
    align-items: center;
  
}

.s-08149fbc-7da7-401b-9cb9-2d6c79043031.shg-align-container {
  text-align: center
}

.s-08149fbc-7da7-401b-9cb9-2d6c79043031.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08149fbc-7da7-401b-9cb9-2d6c79043031.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-08149fbc-7da7-401b-9cb9-2d6c79043031.shogun-image {
    
    
  }


.s-08149fbc-7da7-401b-9cb9-2d6c79043031 .shogun-image-content {
  
    align-items: center;
  
}

.s-08149fbc-7da7-401b-9cb9-2d6c79043031.shg-align-container {
  text-align: center
}

.s-08149fbc-7da7-401b-9cb9-2d6c79043031.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08149fbc-7da7-401b-9cb9-2d6c79043031.shogun-image {
  box-sizing: border-box;
}


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





  img.s-08149fbc-7da7-401b-9cb9-2d6c79043031.shogun-image {
    
    
  }


.s-08149fbc-7da7-401b-9cb9-2d6c79043031 .shogun-image-content {
  
    align-items: center;
  
}

.s-08149fbc-7da7-401b-9cb9-2d6c79043031.shg-align-container {
  text-align: center
}

.s-08149fbc-7da7-401b-9cb9-2d6c79043031.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08149fbc-7da7-401b-9cb9-2d6c79043031.shogun-image {
  box-sizing: border-box;
}


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





  img.s-08149fbc-7da7-401b-9cb9-2d6c79043031.shogun-image {
    
    
  }


.s-08149fbc-7da7-401b-9cb9-2d6c79043031 .shogun-image-content {
  
    align-items: center;
  
}

.s-08149fbc-7da7-401b-9cb9-2d6c79043031.shg-align-container {
  text-align: center
}

.s-08149fbc-7da7-401b-9cb9-2d6c79043031.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08149fbc-7da7-401b-9cb9-2d6c79043031.shogun-image {
  box-sizing: border-box;
}


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





  img.s-08149fbc-7da7-401b-9cb9-2d6c79043031.shogun-image {
    
    
  }


.s-08149fbc-7da7-401b-9cb9-2d6c79043031 .shogun-image-content {
  
    align-items: center;
  
}

.s-08149fbc-7da7-401b-9cb9-2d6c79043031.shg-align-container {
  text-align: center
}

.s-08149fbc-7da7-401b-9cb9-2d6c79043031.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08149fbc-7da7-401b-9cb9-2d6c79043031.shogun-image {
  box-sizing: border-box;
}


}
#s-57cfc41d-e1f1-4e3c-be0f-012cf18b5d8d {
  text-align: center;
}







  img.s-57cfc41d-e1f1-4e3c-be0f-012cf18b5d8d.shogun-image {
    
    
  }


.s-57cfc41d-e1f1-4e3c-be0f-012cf18b5d8d .shogun-image-content {
  
    align-items: center;
  
}

.s-57cfc41d-e1f1-4e3c-be0f-012cf18b5d8d.shg-align-container {
  text-align: center
}

.s-57cfc41d-e1f1-4e3c-be0f-012cf18b5d8d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57cfc41d-e1f1-4e3c-be0f-012cf18b5d8d.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-57cfc41d-e1f1-4e3c-be0f-012cf18b5d8d.shogun-image {
    
    
  }


.s-57cfc41d-e1f1-4e3c-be0f-012cf18b5d8d .shogun-image-content {
  
    align-items: center;
  
}

.s-57cfc41d-e1f1-4e3c-be0f-012cf18b5d8d.shg-align-container {
  text-align: center
}

.s-57cfc41d-e1f1-4e3c-be0f-012cf18b5d8d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57cfc41d-e1f1-4e3c-be0f-012cf18b5d8d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-57cfc41d-e1f1-4e3c-be0f-012cf18b5d8d.shogun-image {
    
    
  }


.s-57cfc41d-e1f1-4e3c-be0f-012cf18b5d8d .shogun-image-content {
  
    align-items: center;
  
}

.s-57cfc41d-e1f1-4e3c-be0f-012cf18b5d8d.shg-align-container {
  text-align: center
}

.s-57cfc41d-e1f1-4e3c-be0f-012cf18b5d8d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57cfc41d-e1f1-4e3c-be0f-012cf18b5d8d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-57cfc41d-e1f1-4e3c-be0f-012cf18b5d8d.shogun-image {
    
    
  }


.s-57cfc41d-e1f1-4e3c-be0f-012cf18b5d8d .shogun-image-content {
  
    align-items: center;
  
}

.s-57cfc41d-e1f1-4e3c-be0f-012cf18b5d8d.shg-align-container {
  text-align: center
}

.s-57cfc41d-e1f1-4e3c-be0f-012cf18b5d8d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57cfc41d-e1f1-4e3c-be0f-012cf18b5d8d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-57cfc41d-e1f1-4e3c-be0f-012cf18b5d8d.shogun-image {
    
    
  }


.s-57cfc41d-e1f1-4e3c-be0f-012cf18b5d8d .shogun-image-content {
  
    align-items: center;
  
}

.s-57cfc41d-e1f1-4e3c-be0f-012cf18b5d8d.shg-align-container {
  text-align: center
}

.s-57cfc41d-e1f1-4e3c-be0f-012cf18b5d8d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57cfc41d-e1f1-4e3c-be0f-012cf18b5d8d.shogun-image {
  box-sizing: border-box;
}


}
#s-cc1fdda2-cb33-4785-bd39-850065a38871 hr {
  border-top: 2px solid #ddd;
}

#s-0cf86644-c7b1-42cb-86b8-fc7d1a7e1a48 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0cf86644-c7b1-42cb-86b8-fc7d1a7e1a48 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 52px;
  
  
  
}



@media (min-width: 0px) {
[id="s-39a01c05-08aa-4cf3-b210-7fbb8c3cab6b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-39a01c05-08aa-4cf3-b210-7fbb8c3cab6b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-39a01c05-08aa-4cf3-b210-7fbb8c3cab6b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-39a01c05-08aa-4cf3-b210-7fbb8c3cab6b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-764fa0ee-7a24-4583-94dd-e8d1fd6fd6e6 {
  margin-top: 31px;
margin-bottom: 31px;
}

#s-17873113-4424-4215-a706-64bd0e5f10fb {
  margin-top: 31px;
margin-bottom: 31px;
}

#s-9eec70aa-55bf-4e28-85e2-67bf5effc17f hr {
  border-top: 2px solid #ddd;
}

#s-157ed435-9d80-4c34-860d-7ea292940f32 {
  margin-top: 6px;
margin-bottom: 6px;
padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}

#s-157ed435-9d80-4c34-860d-7ea292940f32 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 63px;
  
  
  
}



#s-2bdf93a9-b28b-4dea-9082-ac74fac9b645 {
  margin-left: 0%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-2bdf93a9-b28b-4dea-9082-ac74fac9b645"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2bdf93a9-b28b-4dea-9082-ac74fac9b645"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2bdf93a9-b28b-4dea-9082-ac74fac9b645"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2bdf93a9-b28b-4dea-9082-ac74fac9b645"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-8036fb75-9591-42fd-b05d-553911b456d5 {
  text-align: center;
}







  img.s-8036fb75-9591-42fd-b05d-553911b456d5.shogun-image {
    
    
  }


.s-8036fb75-9591-42fd-b05d-553911b456d5 .shogun-image-content {
  
    align-items: center;
  
}

.s-8036fb75-9591-42fd-b05d-553911b456d5.shg-align-container {
  text-align: center
}

.s-8036fb75-9591-42fd-b05d-553911b456d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8036fb75-9591-42fd-b05d-553911b456d5.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-8036fb75-9591-42fd-b05d-553911b456d5.shogun-image {
    
    
  }


.s-8036fb75-9591-42fd-b05d-553911b456d5 .shogun-image-content {
  
    align-items: center;
  
}

.s-8036fb75-9591-42fd-b05d-553911b456d5.shg-align-container {
  text-align: center
}

.s-8036fb75-9591-42fd-b05d-553911b456d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8036fb75-9591-42fd-b05d-553911b456d5.shogun-image {
  box-sizing: border-box;
}


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





  img.s-8036fb75-9591-42fd-b05d-553911b456d5.shogun-image {
    
    
  }


.s-8036fb75-9591-42fd-b05d-553911b456d5 .shogun-image-content {
  
    align-items: center;
  
}

.s-8036fb75-9591-42fd-b05d-553911b456d5.shg-align-container {
  text-align: center
}

.s-8036fb75-9591-42fd-b05d-553911b456d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8036fb75-9591-42fd-b05d-553911b456d5.shogun-image {
  box-sizing: border-box;
}


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





  img.s-8036fb75-9591-42fd-b05d-553911b456d5.shogun-image {
    
    
  }


.s-8036fb75-9591-42fd-b05d-553911b456d5 .shogun-image-content {
  
    align-items: center;
  
}

.s-8036fb75-9591-42fd-b05d-553911b456d5.shg-align-container {
  text-align: center
}

.s-8036fb75-9591-42fd-b05d-553911b456d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8036fb75-9591-42fd-b05d-553911b456d5.shogun-image {
  box-sizing: border-box;
}


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





  img.s-8036fb75-9591-42fd-b05d-553911b456d5.shogun-image {
    
    
  }


.s-8036fb75-9591-42fd-b05d-553911b456d5 .shogun-image-content {
  
    align-items: center;
  
}

.s-8036fb75-9591-42fd-b05d-553911b456d5.shg-align-container {
  text-align: center
}

.s-8036fb75-9591-42fd-b05d-553911b456d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8036fb75-9591-42fd-b05d-553911b456d5.shogun-image {
  box-sizing: border-box;
}


}
#s-e7c75ca8-140a-4b66-b80c-1fc58f53a2ee {
  text-align: center;
}







  img.s-e7c75ca8-140a-4b66-b80c-1fc58f53a2ee.shogun-image {
    
    
  }


.s-e7c75ca8-140a-4b66-b80c-1fc58f53a2ee .shogun-image-content {
  
    align-items: center;
  
}

.s-e7c75ca8-140a-4b66-b80c-1fc58f53a2ee.shg-align-container {
  text-align: center
}

.s-e7c75ca8-140a-4b66-b80c-1fc58f53a2ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7c75ca8-140a-4b66-b80c-1fc58f53a2ee.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-e7c75ca8-140a-4b66-b80c-1fc58f53a2ee.shogun-image {
    
    
  }


.s-e7c75ca8-140a-4b66-b80c-1fc58f53a2ee .shogun-image-content {
  
    align-items: center;
  
}

.s-e7c75ca8-140a-4b66-b80c-1fc58f53a2ee.shg-align-container {
  text-align: center
}

.s-e7c75ca8-140a-4b66-b80c-1fc58f53a2ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7c75ca8-140a-4b66-b80c-1fc58f53a2ee.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e7c75ca8-140a-4b66-b80c-1fc58f53a2ee.shogun-image {
    
    
  }


.s-e7c75ca8-140a-4b66-b80c-1fc58f53a2ee .shogun-image-content {
  
    align-items: center;
  
}

.s-e7c75ca8-140a-4b66-b80c-1fc58f53a2ee.shg-align-container {
  text-align: center
}

.s-e7c75ca8-140a-4b66-b80c-1fc58f53a2ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7c75ca8-140a-4b66-b80c-1fc58f53a2ee.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e7c75ca8-140a-4b66-b80c-1fc58f53a2ee.shogun-image {
    
    
  }


.s-e7c75ca8-140a-4b66-b80c-1fc58f53a2ee .shogun-image-content {
  
    align-items: center;
  
}

.s-e7c75ca8-140a-4b66-b80c-1fc58f53a2ee.shg-align-container {
  text-align: center
}

.s-e7c75ca8-140a-4b66-b80c-1fc58f53a2ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7c75ca8-140a-4b66-b80c-1fc58f53a2ee.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e7c75ca8-140a-4b66-b80c-1fc58f53a2ee.shogun-image {
    
    
  }


.s-e7c75ca8-140a-4b66-b80c-1fc58f53a2ee .shogun-image-content {
  
    align-items: center;
  
}

.s-e7c75ca8-140a-4b66-b80c-1fc58f53a2ee.shg-align-container {
  text-align: center
}

.s-e7c75ca8-140a-4b66-b80c-1fc58f53a2ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7c75ca8-140a-4b66-b80c-1fc58f53a2ee.shogun-image {
  box-sizing: border-box;
}


}
#s-0d9cf6c0-915d-4190-8f6c-90ad625fc21a {
  text-align: center;
}







  img.s-0d9cf6c0-915d-4190-8f6c-90ad625fc21a.shogun-image {
    
    
  }


.s-0d9cf6c0-915d-4190-8f6c-90ad625fc21a .shogun-image-content {
  
    align-items: center;
  
}

.s-0d9cf6c0-915d-4190-8f6c-90ad625fc21a.shg-align-container {
  text-align: center
}

.s-0d9cf6c0-915d-4190-8f6c-90ad625fc21a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d9cf6c0-915d-4190-8f6c-90ad625fc21a.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-0d9cf6c0-915d-4190-8f6c-90ad625fc21a.shogun-image {
    
    
  }


.s-0d9cf6c0-915d-4190-8f6c-90ad625fc21a .shogun-image-content {
  
    align-items: center;
  
}

.s-0d9cf6c0-915d-4190-8f6c-90ad625fc21a.shg-align-container {
  text-align: center
}

.s-0d9cf6c0-915d-4190-8f6c-90ad625fc21a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d9cf6c0-915d-4190-8f6c-90ad625fc21a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0d9cf6c0-915d-4190-8f6c-90ad625fc21a.shogun-image {
    
    
  }


.s-0d9cf6c0-915d-4190-8f6c-90ad625fc21a .shogun-image-content {
  
    align-items: center;
  
}

.s-0d9cf6c0-915d-4190-8f6c-90ad625fc21a.shg-align-container {
  text-align: center
}

.s-0d9cf6c0-915d-4190-8f6c-90ad625fc21a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d9cf6c0-915d-4190-8f6c-90ad625fc21a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0d9cf6c0-915d-4190-8f6c-90ad625fc21a.shogun-image {
    
    
  }


.s-0d9cf6c0-915d-4190-8f6c-90ad625fc21a .shogun-image-content {
  
    align-items: center;
  
}

.s-0d9cf6c0-915d-4190-8f6c-90ad625fc21a.shg-align-container {
  text-align: center
}

.s-0d9cf6c0-915d-4190-8f6c-90ad625fc21a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d9cf6c0-915d-4190-8f6c-90ad625fc21a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0d9cf6c0-915d-4190-8f6c-90ad625fc21a.shogun-image {
    
    
  }


.s-0d9cf6c0-915d-4190-8f6c-90ad625fc21a .shogun-image-content {
  
    align-items: center;
  
}

.s-0d9cf6c0-915d-4190-8f6c-90ad625fc21a.shg-align-container {
  text-align: center
}

.s-0d9cf6c0-915d-4190-8f6c-90ad625fc21a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d9cf6c0-915d-4190-8f6c-90ad625fc21a.shogun-image {
  box-sizing: border-box;
}


}
#s-246dcefa-1273-4a04-9d67-b10bb466a016 hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-c7aa28dd-edaf-4544-8b6f-b43bd47e14cd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c7aa28dd-edaf-4544-8b6f-b43bd47e14cd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c7aa28dd-edaf-4544-8b6f-b43bd47e14cd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c7aa28dd-edaf-4544-8b6f-b43bd47e14cd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-edc6a306-e95d-40ea-8cf8-f2dcfef3be93 {
  text-align: center;
}







  img.s-edc6a306-e95d-40ea-8cf8-f2dcfef3be93.shogun-image {
    
    
  }


.s-edc6a306-e95d-40ea-8cf8-f2dcfef3be93 .shogun-image-content {
  
    align-items: center;
  
}

.s-edc6a306-e95d-40ea-8cf8-f2dcfef3be93.shg-align-container {
  text-align: center
}

.s-edc6a306-e95d-40ea-8cf8-f2dcfef3be93.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-edc6a306-e95d-40ea-8cf8-f2dcfef3be93.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-edc6a306-e95d-40ea-8cf8-f2dcfef3be93.shogun-image {
    
    
  }


.s-edc6a306-e95d-40ea-8cf8-f2dcfef3be93 .shogun-image-content {
  
    align-items: center;
  
}

.s-edc6a306-e95d-40ea-8cf8-f2dcfef3be93.shg-align-container {
  text-align: center
}

.s-edc6a306-e95d-40ea-8cf8-f2dcfef3be93.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-edc6a306-e95d-40ea-8cf8-f2dcfef3be93.shogun-image {
  box-sizing: border-box;
}


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





  img.s-edc6a306-e95d-40ea-8cf8-f2dcfef3be93.shogun-image {
    
    
  }


.s-edc6a306-e95d-40ea-8cf8-f2dcfef3be93 .shogun-image-content {
  
    align-items: center;
  
}

.s-edc6a306-e95d-40ea-8cf8-f2dcfef3be93.shg-align-container {
  text-align: center
}

.s-edc6a306-e95d-40ea-8cf8-f2dcfef3be93.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-edc6a306-e95d-40ea-8cf8-f2dcfef3be93.shogun-image {
  box-sizing: border-box;
}


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





  img.s-edc6a306-e95d-40ea-8cf8-f2dcfef3be93.shogun-image {
    
    
  }


.s-edc6a306-e95d-40ea-8cf8-f2dcfef3be93 .shogun-image-content {
  
    align-items: center;
  
}

.s-edc6a306-e95d-40ea-8cf8-f2dcfef3be93.shg-align-container {
  text-align: center
}

.s-edc6a306-e95d-40ea-8cf8-f2dcfef3be93.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-edc6a306-e95d-40ea-8cf8-f2dcfef3be93.shogun-image {
  box-sizing: border-box;
}


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





  img.s-edc6a306-e95d-40ea-8cf8-f2dcfef3be93.shogun-image {
    
    
  }


.s-edc6a306-e95d-40ea-8cf8-f2dcfef3be93 .shogun-image-content {
  
    align-items: center;
  
}

.s-edc6a306-e95d-40ea-8cf8-f2dcfef3be93.shg-align-container {
  text-align: center
}

.s-edc6a306-e95d-40ea-8cf8-f2dcfef3be93.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-edc6a306-e95d-40ea-8cf8-f2dcfef3be93.shogun-image {
  box-sizing: border-box;
}


}
#s-42651443-3966-4127-9e77-4d3c667dedb0 {
  text-align: center;
}







  img.s-42651443-3966-4127-9e77-4d3c667dedb0.shogun-image {
    
    
  }


.s-42651443-3966-4127-9e77-4d3c667dedb0 .shogun-image-content {
  
    align-items: center;
  
}

.s-42651443-3966-4127-9e77-4d3c667dedb0.shg-align-container {
  text-align: center
}

.s-42651443-3966-4127-9e77-4d3c667dedb0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42651443-3966-4127-9e77-4d3c667dedb0.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-42651443-3966-4127-9e77-4d3c667dedb0.shogun-image {
    
    
  }


.s-42651443-3966-4127-9e77-4d3c667dedb0 .shogun-image-content {
  
    align-items: center;
  
}

.s-42651443-3966-4127-9e77-4d3c667dedb0.shg-align-container {
  text-align: center
}

.s-42651443-3966-4127-9e77-4d3c667dedb0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42651443-3966-4127-9e77-4d3c667dedb0.shogun-image {
  box-sizing: border-box;
}


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





  img.s-42651443-3966-4127-9e77-4d3c667dedb0.shogun-image {
    
    
  }


.s-42651443-3966-4127-9e77-4d3c667dedb0 .shogun-image-content {
  
    align-items: center;
  
}

.s-42651443-3966-4127-9e77-4d3c667dedb0.shg-align-container {
  text-align: center
}

.s-42651443-3966-4127-9e77-4d3c667dedb0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42651443-3966-4127-9e77-4d3c667dedb0.shogun-image {
  box-sizing: border-box;
}


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





  img.s-42651443-3966-4127-9e77-4d3c667dedb0.shogun-image {
    
    
  }


.s-42651443-3966-4127-9e77-4d3c667dedb0 .shogun-image-content {
  
    align-items: center;
  
}

.s-42651443-3966-4127-9e77-4d3c667dedb0.shg-align-container {
  text-align: center
}

.s-42651443-3966-4127-9e77-4d3c667dedb0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42651443-3966-4127-9e77-4d3c667dedb0.shogun-image {
  box-sizing: border-box;
}


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





  img.s-42651443-3966-4127-9e77-4d3c667dedb0.shogun-image {
    
    
  }


.s-42651443-3966-4127-9e77-4d3c667dedb0 .shogun-image-content {
  
    align-items: center;
  
}

.s-42651443-3966-4127-9e77-4d3c667dedb0.shg-align-container {
  text-align: center
}

.s-42651443-3966-4127-9e77-4d3c667dedb0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-42651443-3966-4127-9e77-4d3c667dedb0.shogun-image {
  box-sizing: border-box;
}


}
#s-65c93098-b6f1-40c4-be23-ef111a816a54 {
  text-align: center;
}







  img.s-65c93098-b6f1-40c4-be23-ef111a816a54.shogun-image {
    
    
  }


.s-65c93098-b6f1-40c4-be23-ef111a816a54 .shogun-image-content {
  
    align-items: center;
  
}

.s-65c93098-b6f1-40c4-be23-ef111a816a54.shg-align-container {
  text-align: center
}

.s-65c93098-b6f1-40c4-be23-ef111a816a54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65c93098-b6f1-40c4-be23-ef111a816a54.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-65c93098-b6f1-40c4-be23-ef111a816a54.shogun-image {
    
    
  }


.s-65c93098-b6f1-40c4-be23-ef111a816a54 .shogun-image-content {
  
    align-items: center;
  
}

.s-65c93098-b6f1-40c4-be23-ef111a816a54.shg-align-container {
  text-align: center
}

.s-65c93098-b6f1-40c4-be23-ef111a816a54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65c93098-b6f1-40c4-be23-ef111a816a54.shogun-image {
  box-sizing: border-box;
}


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





  img.s-65c93098-b6f1-40c4-be23-ef111a816a54.shogun-image {
    
    
  }


.s-65c93098-b6f1-40c4-be23-ef111a816a54 .shogun-image-content {
  
    align-items: center;
  
}

.s-65c93098-b6f1-40c4-be23-ef111a816a54.shg-align-container {
  text-align: center
}

.s-65c93098-b6f1-40c4-be23-ef111a816a54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65c93098-b6f1-40c4-be23-ef111a816a54.shogun-image {
  box-sizing: border-box;
}


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





  img.s-65c93098-b6f1-40c4-be23-ef111a816a54.shogun-image {
    
    
  }


.s-65c93098-b6f1-40c4-be23-ef111a816a54 .shogun-image-content {
  
    align-items: center;
  
}

.s-65c93098-b6f1-40c4-be23-ef111a816a54.shg-align-container {
  text-align: center
}

.s-65c93098-b6f1-40c4-be23-ef111a816a54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65c93098-b6f1-40c4-be23-ef111a816a54.shogun-image {
  box-sizing: border-box;
}


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





  img.s-65c93098-b6f1-40c4-be23-ef111a816a54.shogun-image {
    
    
  }


.s-65c93098-b6f1-40c4-be23-ef111a816a54 .shogun-image-content {
  
    align-items: center;
  
}

.s-65c93098-b6f1-40c4-be23-ef111a816a54.shg-align-container {
  text-align: center
}

.s-65c93098-b6f1-40c4-be23-ef111a816a54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65c93098-b6f1-40c4-be23-ef111a816a54.shogun-image {
  box-sizing: border-box;
}


}
#s-a6c13d5d-63d1-46df-87d2-4ff048f367eb hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-3a8c1334-09d9-4539-980a-d1b74ba6e5f7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3a8c1334-09d9-4539-980a-d1b74ba6e5f7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3a8c1334-09d9-4539-980a-d1b74ba6e5f7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3a8c1334-09d9-4539-980a-d1b74ba6e5f7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-13e1a9c8-e8dc-4a94-90e2-b672f6885249 {
  text-align: center;
}







  img.s-13e1a9c8-e8dc-4a94-90e2-b672f6885249.shogun-image {
    
    
  }


.s-13e1a9c8-e8dc-4a94-90e2-b672f6885249 .shogun-image-content {
  
    align-items: center;
  
}

.s-13e1a9c8-e8dc-4a94-90e2-b672f6885249.shg-align-container {
  text-align: center
}

.s-13e1a9c8-e8dc-4a94-90e2-b672f6885249.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13e1a9c8-e8dc-4a94-90e2-b672f6885249.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-13e1a9c8-e8dc-4a94-90e2-b672f6885249.shogun-image {
    
    
  }


.s-13e1a9c8-e8dc-4a94-90e2-b672f6885249 .shogun-image-content {
  
    align-items: center;
  
}

.s-13e1a9c8-e8dc-4a94-90e2-b672f6885249.shg-align-container {
  text-align: center
}

.s-13e1a9c8-e8dc-4a94-90e2-b672f6885249.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13e1a9c8-e8dc-4a94-90e2-b672f6885249.shogun-image {
  box-sizing: border-box;
}


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





  img.s-13e1a9c8-e8dc-4a94-90e2-b672f6885249.shogun-image {
    
    
  }


.s-13e1a9c8-e8dc-4a94-90e2-b672f6885249 .shogun-image-content {
  
    align-items: center;
  
}

.s-13e1a9c8-e8dc-4a94-90e2-b672f6885249.shg-align-container {
  text-align: center
}

.s-13e1a9c8-e8dc-4a94-90e2-b672f6885249.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13e1a9c8-e8dc-4a94-90e2-b672f6885249.shogun-image {
  box-sizing: border-box;
}


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





  img.s-13e1a9c8-e8dc-4a94-90e2-b672f6885249.shogun-image {
    
    
  }


.s-13e1a9c8-e8dc-4a94-90e2-b672f6885249 .shogun-image-content {
  
    align-items: center;
  
}

.s-13e1a9c8-e8dc-4a94-90e2-b672f6885249.shg-align-container {
  text-align: center
}

.s-13e1a9c8-e8dc-4a94-90e2-b672f6885249.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13e1a9c8-e8dc-4a94-90e2-b672f6885249.shogun-image {
  box-sizing: border-box;
}


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





  img.s-13e1a9c8-e8dc-4a94-90e2-b672f6885249.shogun-image {
    
    
  }


.s-13e1a9c8-e8dc-4a94-90e2-b672f6885249 .shogun-image-content {
  
    align-items: center;
  
}

.s-13e1a9c8-e8dc-4a94-90e2-b672f6885249.shg-align-container {
  text-align: center
}

.s-13e1a9c8-e8dc-4a94-90e2-b672f6885249.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13e1a9c8-e8dc-4a94-90e2-b672f6885249.shogun-image {
  box-sizing: border-box;
}


}
#s-97ca3a83-31cd-425b-9724-0a81396f5c52 {
  text-align: center;
}







  img.s-97ca3a83-31cd-425b-9724-0a81396f5c52.shogun-image {
    
    
  }


.s-97ca3a83-31cd-425b-9724-0a81396f5c52 .shogun-image-content {
  
    align-items: center;
  
}

.s-97ca3a83-31cd-425b-9724-0a81396f5c52.shg-align-container {
  text-align: center
}

.s-97ca3a83-31cd-425b-9724-0a81396f5c52.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97ca3a83-31cd-425b-9724-0a81396f5c52.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-97ca3a83-31cd-425b-9724-0a81396f5c52.shogun-image {
    
    
  }


.s-97ca3a83-31cd-425b-9724-0a81396f5c52 .shogun-image-content {
  
    align-items: center;
  
}

.s-97ca3a83-31cd-425b-9724-0a81396f5c52.shg-align-container {
  text-align: center
}

.s-97ca3a83-31cd-425b-9724-0a81396f5c52.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97ca3a83-31cd-425b-9724-0a81396f5c52.shogun-image {
  box-sizing: border-box;
}


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





  img.s-97ca3a83-31cd-425b-9724-0a81396f5c52.shogun-image {
    
    
  }


.s-97ca3a83-31cd-425b-9724-0a81396f5c52 .shogun-image-content {
  
    align-items: center;
  
}

.s-97ca3a83-31cd-425b-9724-0a81396f5c52.shg-align-container {
  text-align: center
}

.s-97ca3a83-31cd-425b-9724-0a81396f5c52.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97ca3a83-31cd-425b-9724-0a81396f5c52.shogun-image {
  box-sizing: border-box;
}


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





  img.s-97ca3a83-31cd-425b-9724-0a81396f5c52.shogun-image {
    
    
  }


.s-97ca3a83-31cd-425b-9724-0a81396f5c52 .shogun-image-content {
  
    align-items: center;
  
}

.s-97ca3a83-31cd-425b-9724-0a81396f5c52.shg-align-container {
  text-align: center
}

.s-97ca3a83-31cd-425b-9724-0a81396f5c52.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97ca3a83-31cd-425b-9724-0a81396f5c52.shogun-image {
  box-sizing: border-box;
}


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





  img.s-97ca3a83-31cd-425b-9724-0a81396f5c52.shogun-image {
    
    
  }


.s-97ca3a83-31cd-425b-9724-0a81396f5c52 .shogun-image-content {
  
    align-items: center;
  
}

.s-97ca3a83-31cd-425b-9724-0a81396f5c52.shg-align-container {
  text-align: center
}

.s-97ca3a83-31cd-425b-9724-0a81396f5c52.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97ca3a83-31cd-425b-9724-0a81396f5c52.shogun-image {
  box-sizing: border-box;
}


}
#s-aac47271-7da5-4f24-9ee2-bd2f9ade34b3 {
  text-align: center;
}







  img.s-aac47271-7da5-4f24-9ee2-bd2f9ade34b3.shogun-image {
    
    
  }


.s-aac47271-7da5-4f24-9ee2-bd2f9ade34b3 .shogun-image-content {
  
    align-items: center;
  
}

.s-aac47271-7da5-4f24-9ee2-bd2f9ade34b3.shg-align-container {
  text-align: center
}

.s-aac47271-7da5-4f24-9ee2-bd2f9ade34b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aac47271-7da5-4f24-9ee2-bd2f9ade34b3.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-aac47271-7da5-4f24-9ee2-bd2f9ade34b3.shogun-image {
    
    
  }


.s-aac47271-7da5-4f24-9ee2-bd2f9ade34b3 .shogun-image-content {
  
    align-items: center;
  
}

.s-aac47271-7da5-4f24-9ee2-bd2f9ade34b3.shg-align-container {
  text-align: center
}

.s-aac47271-7da5-4f24-9ee2-bd2f9ade34b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aac47271-7da5-4f24-9ee2-bd2f9ade34b3.shogun-image {
  box-sizing: border-box;
}


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





  img.s-aac47271-7da5-4f24-9ee2-bd2f9ade34b3.shogun-image {
    
    
  }


.s-aac47271-7da5-4f24-9ee2-bd2f9ade34b3 .shogun-image-content {
  
    align-items: center;
  
}

.s-aac47271-7da5-4f24-9ee2-bd2f9ade34b3.shg-align-container {
  text-align: center
}

.s-aac47271-7da5-4f24-9ee2-bd2f9ade34b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aac47271-7da5-4f24-9ee2-bd2f9ade34b3.shogun-image {
  box-sizing: border-box;
}


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





  img.s-aac47271-7da5-4f24-9ee2-bd2f9ade34b3.shogun-image {
    
    
  }


.s-aac47271-7da5-4f24-9ee2-bd2f9ade34b3 .shogun-image-content {
  
    align-items: center;
  
}

.s-aac47271-7da5-4f24-9ee2-bd2f9ade34b3.shg-align-container {
  text-align: center
}

.s-aac47271-7da5-4f24-9ee2-bd2f9ade34b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aac47271-7da5-4f24-9ee2-bd2f9ade34b3.shogun-image {
  box-sizing: border-box;
}


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





  img.s-aac47271-7da5-4f24-9ee2-bd2f9ade34b3.shogun-image {
    
    
  }


.s-aac47271-7da5-4f24-9ee2-bd2f9ade34b3 .shogun-image-content {
  
    align-items: center;
  
}

.s-aac47271-7da5-4f24-9ee2-bd2f9ade34b3.shg-align-container {
  text-align: center
}

.s-aac47271-7da5-4f24-9ee2-bd2f9ade34b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aac47271-7da5-4f24-9ee2-bd2f9ade34b3.shogun-image {
  box-sizing: border-box;
}


}
#s-105fa62b-52cf-49df-b8fa-a18c32fbc582 hr {
  border-top: 2px solid #ddd;
}

#s-7a40f9a0-fb7e-484a-b5bb-52e8f3a184a2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7a40f9a0-fb7e-484a-b5bb-52e8f3a184a2 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 61px;
  
  
  
}



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

.shg-category-grid {
  margin: -20px 0;
}

.shg-category-row,
.shg-category-row-hor {
  display: flex;
  margin: 20px 0;
}

.shg-category-col,
.shg-category-col-1 {
  flex: 1;
  padding: 0 10px;
}

.shg-category-col:last-child {
  padding-right: 0;
}

.shg-category-col:first-child {
  padding-left: 0;
}

.shg-category-col-2 {
  flex: 2;
  padding: 0 20px;
}

.shg-category-col-3 {
  flex: 3;
  padding: 0 30px;
}

.shg-category-col-4 {
  flex: 4;
  padding: 0 40px;
}

.shg-category-col-5 {
  flex: 5;
  padding: 0 50px;
}

@media (max-width: 768px) {
  .shg-category-row.stacked {
    display: block;
  }

  .shg-category-row .shg-category-col {
    padding: 20px 0;
  }

  .shg-category-row .shg-category-col:first-child {
    padding-top: 0;
  }

  .shg-category-row .shg-category-col:last-child {
    padding-bottom: 0;
  }
}

@media (max-width: 480px) {
  .shg-category-row-hor {
    display: flex;
    flex-wrap: wrap;
  }

  .shg-category-row-hor .shg-category-col,
  .shg-category-row-hor .shg-category-col:first-child,
  .shg-category-row-hor .shg-category-col:last-child {
    min-width: 50%;
    max-width: 50%;
    padding-top: 0;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
  }
}

#s-4e189952-7606-4bbe-93e7-912b22c7a581 {
  margin-left: -11%;
margin-right: -11%;
}

#s-b3efe1b3-7b7e-4c12-a0d5-d5ee6b2f2193 {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
}

.shg-product-image-wrapper {
  display: none;
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-b0a4bbfc-a2ce-418b-a7d5-4721aee6d768 {
  text-align: left;
}



.shg-c#s-b0a4bbfc-a2ce-418b-a7d5-4721aee6d768 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b0a4bbfc-a2ce-418b-a7d5-4721aee6d768 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b0a4bbfc-a2ce-418b-a7d5-4721aee6d768 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b0a4bbfc-a2ce-418b-a7d5-4721aee6d768 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b0a4bbfc-a2ce-418b-a7d5-4721aee6d768 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b0a4bbfc-a2ce-418b-a7d5-4721aee6d768 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b0a4bbfc-a2ce-418b-a7d5-4721aee6d768 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b0a4bbfc-a2ce-418b-a7d5-4721aee6d768 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b0a4bbfc-a2ce-418b-a7d5-4721aee6d768 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b0a4bbfc-a2ce-418b-a7d5-4721aee6d768 img.shogun-image {
  width: 100%;
}



}
.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-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;
}

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-4abac022-8ba8-4a9b-9e87-67a44521d4cf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4abac022-8ba8-4a9b-9e87-67a44521d4cf .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-89cfd996-e8a4-40ff-8344-40d4486b1172 {
  text-align: center;
}

#s-89cfd996-e8a4-40ff-8344-40d4486b1172 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-89cfd996-e8a4-40ff-8344-40d4486b1172 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-89cfd996-e8a4-40ff-8344-40d4486b1172 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

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

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

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

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

#s-5fcd11d6-4c8d-4ea9-976b-07239e8d94a8 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-5fcd11d6-4c8d-4ea9-976b-07239e8d94a8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5fcd11d6-4c8d-4ea9-976b-07239e8d94a8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5fcd11d6-4c8d-4ea9-976b-07239e8d94a8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5fcd11d6-4c8d-4ea9-976b-07239e8d94a8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5fcd11d6-4c8d-4ea9-976b-07239e8d94a8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5fcd11d6-4c8d-4ea9-976b-07239e8d94a8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-4d83b1f0-7948-4715-809f-19781bab9897 {
  display: none;
}
#s-a88d95ed-997d-4337-a0f3-b6c99d2164fe {
  text-align: left;
}



.shg-c#s-a88d95ed-997d-4337-a0f3-b6c99d2164fe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a88d95ed-997d-4337-a0f3-b6c99d2164fe img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a88d95ed-997d-4337-a0f3-b6c99d2164fe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a88d95ed-997d-4337-a0f3-b6c99d2164fe img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a88d95ed-997d-4337-a0f3-b6c99d2164fe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a88d95ed-997d-4337-a0f3-b6c99d2164fe img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a88d95ed-997d-4337-a0f3-b6c99d2164fe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a88d95ed-997d-4337-a0f3-b6c99d2164fe img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a88d95ed-997d-4337-a0f3-b6c99d2164fe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a88d95ed-997d-4337-a0f3-b6c99d2164fe img.shogun-image {
  width: 100%;
}



}
#s-868a1cf5-c7dd-400c-82cb-3b230b354599 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-868a1cf5-c7dd-400c-82cb-3b230b354599 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-7891bdf5-73cd-4fe7-87f3-e2a3f8a2ef3f {
  text-align: center;
}

#s-7891bdf5-73cd-4fe7-87f3-e2a3f8a2ef3f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-7891bdf5-73cd-4fe7-87f3-e2a3f8a2ef3f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-7891bdf5-73cd-4fe7-87f3-e2a3f8a2ef3f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-84101522-ec62-4f60-aa13-408c7deb862f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-84101522-ec62-4f60-aa13-408c7deb862f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-84101522-ec62-4f60-aa13-408c7deb862f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-84101522-ec62-4f60-aa13-408c7deb862f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-84101522-ec62-4f60-aa13-408c7deb862f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-84101522-ec62-4f60-aa13-408c7deb862f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-84101522-ec62-4f60-aa13-408c7deb862f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-644a0996-f5c7-4f87-82b2-c224037f2a3b {
  display: none;
}
#s-b892e073-5366-4907-bd38-45184febc631 {
  text-align: left;
}



.shg-c#s-b892e073-5366-4907-bd38-45184febc631 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b892e073-5366-4907-bd38-45184febc631 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b892e073-5366-4907-bd38-45184febc631 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b892e073-5366-4907-bd38-45184febc631 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b892e073-5366-4907-bd38-45184febc631 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b892e073-5366-4907-bd38-45184febc631 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b892e073-5366-4907-bd38-45184febc631 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b892e073-5366-4907-bd38-45184febc631 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b892e073-5366-4907-bd38-45184febc631 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b892e073-5366-4907-bd38-45184febc631 img.shogun-image {
  width: 100%;
}



}
#s-0d803927-1f44-4e17-b57b-86a5ce78d122 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0d803927-1f44-4e17-b57b-86a5ce78d122 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-1a0f5ea9-8903-4013-a645-3ac90f5f900a {
  text-align: center;
}

#s-1a0f5ea9-8903-4013-a645-3ac90f5f900a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-1a0f5ea9-8903-4013-a645-3ac90f5f900a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-1a0f5ea9-8903-4013-a645-3ac90f5f900a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-22aa2211-5fe2-4989-91ca-e2ce38dc14d7 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-22aa2211-5fe2-4989-91ca-e2ce38dc14d7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-22aa2211-5fe2-4989-91ca-e2ce38dc14d7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-22aa2211-5fe2-4989-91ca-e2ce38dc14d7 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-22aa2211-5fe2-4989-91ca-e2ce38dc14d7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-22aa2211-5fe2-4989-91ca-e2ce38dc14d7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-22aa2211-5fe2-4989-91ca-e2ce38dc14d7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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