.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-a3c7784b-9772-473e-bf64-e85469b21ad7 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 426px;
background-position: center center;
}
@media (max-width: 767px){#s-a3c7784b-9772-473e-bf64-e85469b21ad7 {
  min-height: 0px;
}
}
#s-a3c7784b-9772-473e-bf64-e85469b21ad7 {
  background-image: url(https://i.shgcdn.com/19eba461-edb5-42c8-9a46-d5e25a3de2ed/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-a3c7784b-9772-473e-bf64-e85469b21ad7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a3c7784b-9772-473e-bf64-e85469b21ad7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media only screen and (max-width: 766px) {
  .page-width.page-width--full-width-mobile {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .page-width.page-width--full-width-medium {
    padding-left: 0;
    padding-right: 0;
  }
}
.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-94840ddb-a230-4f01-a334-00fa193b41b3 {
  margin-left: auto;
margin-right: auto;
min-height: 0px;
}

@media (min-width: 0px) {
[id="s-94840ddb-a230-4f01-a334-00fa193b41b3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-94840ddb-a230-4f01-a334-00fa193b41b3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-94840ddb-a230-4f01-a334-00fa193b41b3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-94840ddb-a230-4f01-a334-00fa193b41b3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-96004074-da1c-4e27-aac5-68f6a015917e {
  padding-top: 47px;
padding-left: 39px;
padding-bottom: 47px;
padding-right: 54px;
min-height: 426px;
}
@media (max-width: 767px){#s-96004074-da1c-4e27-aac5-68f6a015917e {
  padding-top: 21px;
padding-left: 15px;
padding-bottom: 39px;
padding-right: 15px;
min-height: 0px;
}
}







#s-96004074-da1c-4e27-aac5-68f6a015917e > .shg-box-overlay {
  background-color: rgba(29, 38, 46, 1);
  opacity: 0.7;
}#s-96004074-da1c-4e27-aac5-68f6a015917e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-2b28ca19-7403-4220-b1f4-4106b3acea93 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2b28ca19-7403-4220-b1f4-4106b3acea93 .shogun-heading-component h1 {
  color: rgba(41, 195, 177, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-5c555391-80ea-4ad3-9fc5-bf5f89ed69d0 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: left;
}

#s-5c555391-80ea-4ad3-9fc5-bf5f89ed69d0 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Bitter";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.3em;
  
  
}


@media (min-width: 1200px){#s-5c555391-80ea-4ad3-9fc5-bf5f89ed69d0 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Bitter";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.3em;
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-5c555391-80ea-4ad3-9fc5-bf5f89ed69d0 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Bitter";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.3em;
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-5c555391-80ea-4ad3-9fc5-bf5f89ed69d0 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Bitter";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.3em;
  
  
}


}@media (max-width: 767px){#s-5c555391-80ea-4ad3-9fc5-bf5f89ed69d0 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Bitter";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.3em;
  
  
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-b637e160-36a5-4c07-8274-bf280c334437 {
  margin-top: 16px;
}

#s-20519b2e-b0d4-4e3d-8d5b-0a77abaf0bc0 {
  margin-top: 16px;
}

#s-38a8e3bd-3aec-4313-bf52-1bc79defda05 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-38a8e3bd-3aec-4313-bf52-1bc79defda05 {
  display: none;
}
#s-38a8e3bd-3aec-4313-bf52-1bc79defda05, #wrap-s-38a8e3bd-3aec-4313-bf52-1bc79defda05 { display:none !important; }}@media (max-width: 767px){#s-38a8e3bd-3aec-4313-bf52-1bc79defda05 {
  margin-left: 17px;
display: none;
}
#s-38a8e3bd-3aec-4313-bf52-1bc79defda05, #wrap-s-38a8e3bd-3aec-4313-bf52-1bc79defda05 { display:none !important; }}
@media (min-width: 0px) {
[id="s-38a8e3bd-3aec-4313-bf52-1bc79defda05"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-38a8e3bd-3aec-4313-bf52-1bc79defda05"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-38a8e3bd-3aec-4313-bf52-1bc79defda05"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-38a8e3bd-3aec-4313-bf52-1bc79defda05"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-38a8e3bd-3aec-4313-bf52-1bc79defda05"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-38a8e3bd-3aec-4313-bf52-1bc79defda05"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-38a8e3bd-3aec-4313-bf52-1bc79defda05"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-744c348b-d7a8-4429-9388-d8b1206a6335 {
  max-width: 20px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-744c348b-d7a8-4429-9388-d8b1206a6335 {
  margin-top: 10px;
}
}@media (max-width: 767px){#s-744c348b-d7a8-4429-9388-d8b1206a6335 {
  margin-top: 10px;
}
}






  #s-744c348b-d7a8-4429-9388-d8b1206a6335 img.shogun-image {
    

    
    
    
  }


#s-744c348b-d7a8-4429-9388-d8b1206a6335 .shogun-image-content {
  
    align-items: center;
  
}

#s-28c9a2a8-3a48-4f3c-80cf-3620963e2514 {
  margin-top: 1px;
margin-left: -12px;
}
@media (min-width: 768px) and (max-width: 991px){#s-28c9a2a8-3a48-4f3c-80cf-3620963e2514 {
  margin-left: 5px;
}
}@media (max-width: 767px){#s-28c9a2a8-3a48-4f3c-80cf-3620963e2514 {
  margin-left: -142px;
}
}
#s-501715c0-24ab-4529-bf2a-d32ee2950559 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 0px;
}
@media (min-width: 1200px){#s-501715c0-24ab-4529-bf2a-d32ee2950559 {
  display: none;
}
#s-501715c0-24ab-4529-bf2a-d32ee2950559, #wrap-s-501715c0-24ab-4529-bf2a-d32ee2950559 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-501715c0-24ab-4529-bf2a-d32ee2950559 {
  display: none;
}
#s-501715c0-24ab-4529-bf2a-d32ee2950559, #wrap-s-501715c0-24ab-4529-bf2a-d32ee2950559 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-501715c0-24ab-4529-bf2a-d32ee2950559 {
  
}
}@media (max-width: 767px){#s-501715c0-24ab-4529-bf2a-d32ee2950559 {
  margin-left: 17px;
display: none;
}
#s-501715c0-24ab-4529-bf2a-d32ee2950559, #wrap-s-501715c0-24ab-4529-bf2a-d32ee2950559 { display:none !important; }}
@media (min-width: 0px) {
[id="s-501715c0-24ab-4529-bf2a-d32ee2950559"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-501715c0-24ab-4529-bf2a-d32ee2950559"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-501715c0-24ab-4529-bf2a-d32ee2950559"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-501715c0-24ab-4529-bf2a-d32ee2950559"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-501715c0-24ab-4529-bf2a-d32ee2950559"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-501715c0-24ab-4529-bf2a-d32ee2950559"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-501715c0-24ab-4529-bf2a-d32ee2950559"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

#s-066f30d3-0a68-45bf-bf4e-b47dae21202f {
  max-width: 20px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-066f30d3-0a68-45bf-bf4e-b47dae21202f {
  margin-top: 10px;
}
}@media (max-width: 767px){#s-066f30d3-0a68-45bf-bf4e-b47dae21202f {
  margin-top: 10px;
}
}






  #s-066f30d3-0a68-45bf-bf4e-b47dae21202f img.shogun-image {
    

    
    
    
  }


#s-066f30d3-0a68-45bf-bf4e-b47dae21202f .shogun-image-content {
  
    align-items: center;
  
}

#s-e0c247de-1fbc-48ba-83d1-4425e7862569 {
  margin-top: 10px;
margin-left: 10px;
}

#s-2b9400b7-2f25-4a8f-af24-831e038d5f93 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 0px;
max-width: 300px;
}
@media (min-width: 1200px){#s-2b9400b7-2f25-4a8f-af24-831e038d5f93 {
  display: none;
}
#s-2b9400b7-2f25-4a8f-af24-831e038d5f93, #wrap-s-2b9400b7-2f25-4a8f-af24-831e038d5f93 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2b9400b7-2f25-4a8f-af24-831e038d5f93 {
  display: none;
}
#s-2b9400b7-2f25-4a8f-af24-831e038d5f93, #wrap-s-2b9400b7-2f25-4a8f-af24-831e038d5f93 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2b9400b7-2f25-4a8f-af24-831e038d5f93 {
  display: none;
}
#s-2b9400b7-2f25-4a8f-af24-831e038d5f93, #wrap-s-2b9400b7-2f25-4a8f-af24-831e038d5f93 { display:none !important; }}@media (max-width: 767px){#s-2b9400b7-2f25-4a8f-af24-831e038d5f93 {
  
}
}
@media (min-width: 0px) {
[id="s-2b9400b7-2f25-4a8f-af24-831e038d5f93"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-2b9400b7-2f25-4a8f-af24-831e038d5f93"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2b9400b7-2f25-4a8f-af24-831e038d5f93"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2b9400b7-2f25-4a8f-af24-831e038d5f93"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2b9400b7-2f25-4a8f-af24-831e038d5f93"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2b9400b7-2f25-4a8f-af24-831e038d5f93"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2b9400b7-2f25-4a8f-af24-831e038d5f93"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

#s-9f9104bb-bed2-4692-aa3e-83c823393235 {
  max-width: 20px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-9f9104bb-bed2-4692-aa3e-83c823393235 {
  margin-top: 10px;
}
}@media (max-width: 767px){#s-9f9104bb-bed2-4692-aa3e-83c823393235 {
  margin-top: 10px;
}
}






  #s-9f9104bb-bed2-4692-aa3e-83c823393235 img.shogun-image {
    

    
    
    
  }


#s-9f9104bb-bed2-4692-aa3e-83c823393235 .shogun-image-content {
  
    align-items: center;
  
}

#s-f5badedd-cf11-423d-abf9-db848914e38a {
  margin-top: 10px;
margin-left: -120px;
}

@media only screen and (max-width: 766px) {
  .page-width.page-width--full-width-mobile {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .page-width.page-width--full-width-medium {
    padding-left: 0;
    padding-right: 0;
  }
}
#s-3e2fc612-4cc1-4ba2-8ff3-ae081b541bfb {
  padding-top: 60px;
padding-bottom: 60px;
}
@media (max-width: 767px){#s-3e2fc612-4cc1-4ba2-8ff3-ae081b541bfb {
  padding-top: 40px;
padding-bottom: 40px;
}
}
#s-0e3d5305-ef7b-4ab9-9fac-5010c2211258 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 800px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-0e3d5305-ef7b-4ab9-9fac-5010c2211258 {
  max-width: 600px;
}
}@media (max-width: 767px){#s-0e3d5305-ef7b-4ab9-9fac-5010c2211258 {
  max-width: 330px;
}
}
#s-0e3d5305-ef7b-4ab9-9fac-5010c2211258 .shogun-heading-component h2 {
  color: rgba(30, 38, 46, 1);
  font-weight:  700 ;
  font-family: "Bitter";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.3em;
  
  
}



#s-40a2abc2-c6b2-4365-a960-a8eddd4a3d72 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
}
@media (min-width: 768px) and (max-width: 991px){#s-40a2abc2-c6b2-4365-a960-a8eddd4a3d72 {
  max-width: 600px;
}
}@media (max-width: 767px){#s-40a2abc2-c6b2-4365-a960-a8eddd4a3d72 {
  max-width: 330px;
}
}
#s-2b341d84-c40a-4281-874a-0520401f7d97 {
  padding-top: 60px;
padding-bottom: 60px;
background-color: rgba(247, 248, 249, 1);
}
@media (max-width: 767px){#s-2b341d84-c40a-4281-874a-0520401f7d97 {
  padding-top: 40px;
padding-bottom: 40px;
}
}
#s-2e2a8043-9b21-49dd-b98f-a3e67e463103 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 800px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-2e2a8043-9b21-49dd-b98f-a3e67e463103 {
  max-width: 600px;
}
}@media (max-width: 767px){#s-2e2a8043-9b21-49dd-b98f-a3e67e463103 {
  max-width: 330px;
}
}
#s-2e2a8043-9b21-49dd-b98f-a3e67e463103 .shogun-heading-component h2 {
  color: rgba(30, 38, 46, 1);
  font-weight:  700 ;
  font-family: "Bitter";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.3em;
  
  
}



#s-28faf9ae-8dbc-4fca-8194-6c72bd8e9bea {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
}
@media (min-width: 768px) and (max-width: 991px){#s-28faf9ae-8dbc-4fca-8194-6c72bd8e9bea {
  max-width: 600px;
}
}@media (max-width: 767px){#s-28faf9ae-8dbc-4fca-8194-6c72bd8e9bea {
  max-width: 330px;
}
}
#s-4f3480b5-bed6-48e3-b161-9046dacc5fea {
  margin-top: 56px;
margin-bottom: 32px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4f3480b5-bed6-48e3-b161-9046dacc5fea {
  display: none;
}
#s-4f3480b5-bed6-48e3-b161-9046dacc5fea, #wrap-s-4f3480b5-bed6-48e3-b161-9046dacc5fea { display:none !important; }}@media (max-width: 767px){#s-4f3480b5-bed6-48e3-b161-9046dacc5fea {
  display: none;
}
#s-4f3480b5-bed6-48e3-b161-9046dacc5fea, #wrap-s-4f3480b5-bed6-48e3-b161-9046dacc5fea { display:none !important; }}
#s-34f1a107-a751-42d0-9525-119efc804c5e {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 700px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-34f1a107-a751-42d0-9525-119efc804c5e {
  max-width: 800px;
}
}
@media (min-width: 0px) {
[id="s-34f1a107-a751-42d0-9525-119efc804c5e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-34f1a107-a751-42d0-9525-119efc804c5e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-34f1a107-a751-42d0-9525-119efc804c5e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-34f1a107-a751-42d0-9525-119efc804c5e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-34f1a107-a751-42d0-9525-119efc804c5e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-34f1a107-a751-42d0-9525-119efc804c5e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-34f1a107-a751-42d0-9525-119efc804c5e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

#s-dd19fb52-cc5a-4ffb-a87f-4498cec303f2 {
  margin-top: -10px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 40px;
}

#s-ab756ecf-4d27-40a9-9ef6-3ad04e0d0d7e {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
}

#s-3a231869-d9c7-45e2-b688-5f09aee801fe {
  margin-top: 16px;
margin-left: auto;
margin-right: auto;
max-width: 700px;
}

#s-73eb0569-fd4a-46a7-9ca3-e6ad6456a97a {
  margin-top: 24px;
margin-bottom: 0px;
padding-top: 32px;
padding-bottom: 32px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-73eb0569-fd4a-46a7-9ca3-e6ad6456a97a {
  display: none;
}
#s-73eb0569-fd4a-46a7-9ca3-e6ad6456a97a, #wrap-s-73eb0569-fd4a-46a7-9ca3-e6ad6456a97a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-73eb0569-fd4a-46a7-9ca3-e6ad6456a97a {
  display: none;
}
#s-73eb0569-fd4a-46a7-9ca3-e6ad6456a97a, #wrap-s-73eb0569-fd4a-46a7-9ca3-e6ad6456a97a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-73eb0569-fd4a-46a7-9ca3-e6ad6456a97a {
  
}
}@media (max-width: 767px){#s-73eb0569-fd4a-46a7-9ca3-e6ad6456a97a {
  display: none;
}
#s-73eb0569-fd4a-46a7-9ca3-e6ad6456a97a, #wrap-s-73eb0569-fd4a-46a7-9ca3-e6ad6456a97a { display:none !important; }}
#s-6e12ee90-a29b-4580-ae42-547992276018 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 800px;
}

@media (min-width: 0px) {
[id="s-6e12ee90-a29b-4580-ae42-547992276018"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-6e12ee90-a29b-4580-ae42-547992276018"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6e12ee90-a29b-4580-ae42-547992276018"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6e12ee90-a29b-4580-ae42-547992276018"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6e12ee90-a29b-4580-ae42-547992276018"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6e12ee90-a29b-4580-ae42-547992276018"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6e12ee90-a29b-4580-ae42-547992276018"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

#s-89781a94-124a-4af6-8b1e-3b3eceb6a47f {
  margin-top: -10px;
margin-left: 0px;
margin-right: 0px;
max-width: 40px;
}

#s-316b3ae0-0628-4da8-9087-0cd85b95c19e {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
}

#s-e7e22da7-f60f-4428-9fbd-e6a543b503f1 {
  margin-top: 16px;
margin-left: auto;
margin-right: auto;
max-width: 700px;
}

#s-620c11df-8479-4835-8f49-681216eaed8e {
  margin-top: 24px;
margin-bottom: 0px;
padding-top: 32px;
padding-bottom: 32px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-620c11df-8479-4835-8f49-681216eaed8e {
  display: none;
}
#s-620c11df-8479-4835-8f49-681216eaed8e, #wrap-s-620c11df-8479-4835-8f49-681216eaed8e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-620c11df-8479-4835-8f49-681216eaed8e {
  display: none;
}
#s-620c11df-8479-4835-8f49-681216eaed8e, #wrap-s-620c11df-8479-4835-8f49-681216eaed8e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-620c11df-8479-4835-8f49-681216eaed8e {
  display: none;
}
#s-620c11df-8479-4835-8f49-681216eaed8e, #wrap-s-620c11df-8479-4835-8f49-681216eaed8e { display:none !important; }}@media (max-width: 767px){#s-620c11df-8479-4835-8f49-681216eaed8e {
  
}
}
#s-82b16871-bed1-4bbb-9f38-47c648ffa94f {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-3f7c63d3-bb1e-465d-afce-3d6be688ac7d {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 350px;
}

@media (min-width: 0px) {
[id="s-3f7c63d3-bb1e-465d-afce-3d6be688ac7d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-3f7c63d3-bb1e-465d-afce-3d6be688ac7d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3f7c63d3-bb1e-465d-afce-3d6be688ac7d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3f7c63d3-bb1e-465d-afce-3d6be688ac7d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3f7c63d3-bb1e-465d-afce-3d6be688ac7d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3f7c63d3-bb1e-465d-afce-3d6be688ac7d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3f7c63d3-bb1e-465d-afce-3d6be688ac7d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

#s-f4faebff-5c3d-4c0f-ad91-1daa60e2b5a4 {
  margin-top: -10px;
margin-left: 18px;
margin-right: 0px;
max-width: 30px;
}

#s-d0ed9e0c-c598-4a0b-bf56-12c445c4ec48 {
  margin-top: 0px;
margin-left: -125px;
margin-right: auto;
max-width: 250px;
}

#s-d77aa33e-ee0b-439c-bb33-5443d11f46b4 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
max-width: 700px;
}

#s-207815a3-f01f-4b80-86b8-f17caa5c34d1 {
  margin-top: 40px;
margin-bottom: 40px;
}

#s-bce386cc-cc5c-4d89-a6e3-c04ceb6319ab {
  margin-top: 0px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
background-color: rgba(255, 255, 255, 1);
}

@media (max-width: 767px){#s-fc0776ce-08b1-43ab-90d3-c7a550f10db2 {
  margin-left: 1px;
}
}
@media (min-width: 0px) {
[id="s-fc0776ce-08b1-43ab-90d3-c7a550f10db2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fc0776ce-08b1-43ab-90d3-c7a550f10db2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fc0776ce-08b1-43ab-90d3-c7a550f10db2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fc0776ce-08b1-43ab-90d3-c7a550f10db2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-fc0776ce-08b1-43ab-90d3-c7a550f10db2"] > .shg-row {
    flex-flow: column-reverse;
  }
}

@media (min-width: 0px) {
[id="s-8af03fe8-1068-468f-9d78-c5be674d9097"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-8af03fe8-1068-468f-9d78-c5be674d9097"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8af03fe8-1068-468f-9d78-c5be674d9097"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8af03fe8-1068-468f-9d78-c5be674d9097"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-beaea493-152b-40a6-8fc5-19907d5f3dc5 {
  text-align: center;
}







  #s-beaea493-152b-40a6-8fc5-19907d5f3dc5 img.shogun-image {
    

    
    
    
  }


#s-beaea493-152b-40a6-8fc5-19907d5f3dc5 .shogun-image-content {
  
    align-items: center;
  
}

#s-8a2df969-db2a-4e51-a44c-e80ee7858223 {
  text-align: center;
}







  #s-8a2df969-db2a-4e51-a44c-e80ee7858223 img.shogun-image {
    

    
    
    
  }


#s-8a2df969-db2a-4e51-a44c-e80ee7858223 .shogun-image-content {
  
    align-items: center;
  
}

#s-99d62004-c569-48ed-9deb-d4b51b3fbed9 {
  margin-top: 30px;
}

@media (min-width: 0px) {
[id="s-99d62004-c569-48ed-9deb-d4b51b3fbed9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-99d62004-c569-48ed-9deb-d4b51b3fbed9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-99d62004-c569-48ed-9deb-d4b51b3fbed9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-99d62004-c569-48ed-9deb-d4b51b3fbed9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-17454d53-71c1-439e-8725-32f6bdc7ed8e {
  text-align: center;
}







  #s-17454d53-71c1-439e-8725-32f6bdc7ed8e img.shogun-image {
    

    
    
    
  }


#s-17454d53-71c1-439e-8725-32f6bdc7ed8e .shogun-image-content {
  
    align-items: center;
  
}

#s-9bab162c-b49f-47c3-a50b-d173f1af2a02 {
  text-align: center;
}







  #s-9bab162c-b49f-47c3-a50b-d173f1af2a02 img.shogun-image {
    

    
    
    
  }


#s-9bab162c-b49f-47c3-a50b-d173f1af2a02 .shogun-image-content {
  
    align-items: center;
  
}

#s-2af8177f-2848-4721-9812-a04d5bdd7af8 {
  text-align: center;
}
@media (max-width: 767px){#s-2af8177f-2848-4721-9812-a04d5bdd7af8 {
  padding-top: 0px;
padding-bottom: 30px;
}
}






  #s-2af8177f-2848-4721-9812-a04d5bdd7af8 img.shogun-image {
    

    
    
    
  }


#s-2af8177f-2848-4721-9812-a04d5bdd7af8 .shogun-image-content {
  
    align-items: center;
  
}

#s-8167bbe6-7ca6-4411-8994-45853ca42da3 {
  padding-top: 40px;
padding-bottom: 40px;
background-color: rgba(247, 248, 249, 1);
}

#s-fa9664f2-510c-4a79-a3a5-832e42df64e6 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 800px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-fa9664f2-510c-4a79-a3a5-832e42df64e6 {
  margin-top: -8px;
}
}
#s-fa9664f2-510c-4a79-a3a5-832e42df64e6 .shogun-heading-component h2 {
  color: rgba(30, 38, 46, 1);
  font-weight:  700 ;
  font-family: "Bitter";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.3em;
  
  text-align: center;
}



#s-c8a6a17d-2a93-4f50-b77b-3dbe5c36f51a {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(247, 248, 249, 1);
border-style: solid;
background-color: rgba(247, 248, 249, 1);
}
@media (max-width: 767px){#s-c8a6a17d-2a93-4f50-b77b-3dbe5c36f51a {
  display: none;
}
#s-c8a6a17d-2a93-4f50-b77b-3dbe5c36f51a, #wrap-s-c8a6a17d-2a93-4f50-b77b-3dbe5c36f51a { display:none !important; }}
@media (min-width: 0px) {
[id="s-c8a6a17d-2a93-4f50-b77b-3dbe5c36f51a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c8a6a17d-2a93-4f50-b77b-3dbe5c36f51a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c8a6a17d-2a93-4f50-b77b-3dbe5c36f51a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c8a6a17d-2a93-4f50-b77b-3dbe5c36f51a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-167945f3-3e2c-49d7-bbe1-b75a491e620b {
  margin-left: auto;
margin-right: auto;
padding-left: 35px;
padding-right: 35px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(223, 227, 230, 1);
border-style: solid;
min-height: 225px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-167945f3-3e2c-49d7-bbe1-b75a491e620b {
  min-height: 295px;
}
}







#s-167945f3-3e2c-49d7-bbe1-b75a491e620b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-167945f3-3e2c-49d7-bbe1-b75a491e620b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a421c2f0-1e0d-4350-bb1a-0fa6958f1259 {
  margin-top: 30px;
margin-bottom: 15px;
text-align: center;
}







  #s-a421c2f0-1e0d-4350-bb1a-0fa6958f1259 img.shogun-image {
    

    
    
    
  }


#s-a421c2f0-1e0d-4350-bb1a-0fa6958f1259 .shogun-image-content {
  
    align-items: center;
  
}

#s-81a56c59-3a5c-4caa-9452-229c44752ca7 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-81a56c59-3a5c-4caa-9452-229c44752ca7 {
  margin-left: -16px;
margin-right: -16px;
}
}
#s-5bc85708-6603-4f33-a686-61c2f6c421b8 {
  margin-left: auto;
margin-right: auto;
padding-left: 35px;
padding-right: 35px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(223, 227, 230, 1);
border-style: solid;
min-height: 225px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-5bc85708-6603-4f33-a686-61c2f6c421b8 {
  min-height: 295px;
}
}







#s-5bc85708-6603-4f33-a686-61c2f6c421b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5bc85708-6603-4f33-a686-61c2f6c421b8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6c435aca-1cbf-402d-9ad8-79a1d4363d86 {
  margin-top: 30px;
margin-bottom: 15px;
text-align: center;
}







  #s-6c435aca-1cbf-402d-9ad8-79a1d4363d86 img.shogun-image {
    

    
    
    
  }


#s-6c435aca-1cbf-402d-9ad8-79a1d4363d86 .shogun-image-content {
  
    align-items: center;
  
}

#s-cea16db1-8649-4c27-8e52-04d66ddc81e7 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
}

#s-dca591fa-b95d-4507-8a9b-5f7ab28814ab {
  margin-left: auto;
margin-right: auto;
padding-left: 35px;
padding-right: 35px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(223, 227, 230, 1);
border-style: solid;
min-height: 225px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-dca591fa-b95d-4507-8a9b-5f7ab28814ab {
  min-height: 295px;
}
}







#s-dca591fa-b95d-4507-8a9b-5f7ab28814ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dca591fa-b95d-4507-8a9b-5f7ab28814ab.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5461f2a0-5bbf-4d03-90fb-78e8c87f8d74 {
  margin-top: 30px;
margin-bottom: 15px;
text-align: center;
}







  #s-5461f2a0-5bbf-4d03-90fb-78e8c87f8d74 img.shogun-image {
    

    
    
    
  }


#s-5461f2a0-5bbf-4d03-90fb-78e8c87f8d74 .shogun-image-content {
  
    align-items: center;
  
}

#s-65d0532d-c96e-4ee9-876c-be8464099e56 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
}

#s-4ec1272a-6fb7-4173-8763-6e752bc18963 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(247, 248, 249, 1);
border-style: solid;
background-color: rgba(247, 248, 249, 1);
}
@media (min-width: 1200px){#s-4ec1272a-6fb7-4173-8763-6e752bc18963 {
  display: none;
}
#s-4ec1272a-6fb7-4173-8763-6e752bc18963, #wrap-s-4ec1272a-6fb7-4173-8763-6e752bc18963 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4ec1272a-6fb7-4173-8763-6e752bc18963 {
  display: none;
}
#s-4ec1272a-6fb7-4173-8763-6e752bc18963, #wrap-s-4ec1272a-6fb7-4173-8763-6e752bc18963 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4ec1272a-6fb7-4173-8763-6e752bc18963 {
  display: none;
}
#s-4ec1272a-6fb7-4173-8763-6e752bc18963, #wrap-s-4ec1272a-6fb7-4173-8763-6e752bc18963 { display:none !important; }}
@media (min-width: 0px) {
[id="s-4ec1272a-6fb7-4173-8763-6e752bc18963"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4ec1272a-6fb7-4173-8763-6e752bc18963"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4ec1272a-6fb7-4173-8763-6e752bc18963"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4ec1272a-6fb7-4173-8763-6e752bc18963"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-5a56125b-1e43-446b-98e2-0a1f85dc6936 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-left: 35px;
padding-right: 35px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(223, 227, 230, 1);
border-style: solid;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-5a56125b-1e43-446b-98e2-0a1f85dc6936 {
  margin-top: 0px;
}
}







#s-5a56125b-1e43-446b-98e2-0a1f85dc6936 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5a56125b-1e43-446b-98e2-0a1f85dc6936.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f08d27e4-6727-447c-be4c-1e3e6fed1296 {
  margin-top: 30px;
margin-bottom: 15px;
text-align: center;
}







  #s-f08d27e4-6727-447c-be4c-1e3e6fed1296 img.shogun-image {
    

    
    
    
  }


#s-f08d27e4-6727-447c-be4c-1e3e6fed1296 .shogun-image-content {
  
    align-items: center;
  
}

#s-b2eeb8e5-1777-43bb-95ee-8fcb321234e0 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
}

#s-6c94980a-c9a1-4652-82e5-e213a8aa73ec {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-left: 35px;
padding-right: 35px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(223, 227, 230, 1);
border-style: solid;
background-color: rgba(255, 255, 255, 1);
}








#s-6c94980a-c9a1-4652-82e5-e213a8aa73ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6c94980a-c9a1-4652-82e5-e213a8aa73ec.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ee7879d8-9cf9-41d6-adf6-d26ad4adcba6 {
  margin-top: 30px;
margin-bottom: 15px;
text-align: center;
}







  #s-ee7879d8-9cf9-41d6-adf6-d26ad4adcba6 img.shogun-image {
    

    
    
    
  }


#s-ee7879d8-9cf9-41d6-adf6-d26ad4adcba6 .shogun-image-content {
  
    align-items: center;
  
}

#s-863a8986-7e63-41a4-b880-64c661de54f7 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
}

#s-6074eb02-34a0-40d1-a621-22b7344024f1 {
  margin-left: auto;
margin-right: auto;
padding-left: 35px;
padding-right: 35px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(223, 227, 230, 1);
border-style: solid;
background-color: rgba(255, 255, 255, 1);
}








#s-6074eb02-34a0-40d1-a621-22b7344024f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6074eb02-34a0-40d1-a621-22b7344024f1.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1d317b75-269b-4a23-8a20-f73a88f629d2 {
  margin-top: 30px;
margin-bottom: 15px;
text-align: center;
}







  #s-1d317b75-269b-4a23-8a20-f73a88f629d2 img.shogun-image {
    

    
    
    
  }


#s-1d317b75-269b-4a23-8a20-f73a88f629d2 .shogun-image-content {
  
    align-items: center;
  
}

#s-37286d52-276f-4d9b-9a5e-2d74a148069a {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
}

#s-a4287d62-e2c4-4737-b22e-1029089c800a {
  margin-top: 32px;
margin-left: auto;
margin-right: auto;
max-width: 300px;
}
@media (max-width: 767px){#s-a4287d62-e2c4-4737-b22e-1029089c800a {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
display: none;
}
#s-a4287d62-e2c4-4737-b22e-1029089c800a, #wrap-s-a4287d62-e2c4-4737-b22e-1029089c800a { display:none !important; }}
@media (min-width: 0px) {
[id="s-a4287d62-e2c4-4737-b22e-1029089c800a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-a4287d62-e2c4-4737-b22e-1029089c800a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a4287d62-e2c4-4737-b22e-1029089c800a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a4287d62-e2c4-4737-b22e-1029089c800a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a4287d62-e2c4-4737-b22e-1029089c800a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a4287d62-e2c4-4737-b22e-1029089c800a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a4287d62-e2c4-4737-b22e-1029089c800a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-a18ce25b-a4ab-4027-9bcf-b23ad5325891 {
  max-width: 30px;
text-align: right;
}
@media (min-width: 992px) and (max-width: 1199px){#s-a18ce25b-a4ab-4027-9bcf-b23ad5325891 {
  margin-left: 4px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a18ce25b-a4ab-4027-9bcf-b23ad5325891 {
  margin-left: 8px;
margin-right: 8px;
}
}






  #s-a18ce25b-a4ab-4027-9bcf-b23ad5325891 img.shogun-image {
    

    
    
    
  }


#s-a18ce25b-a4ab-4027-9bcf-b23ad5325891 .shogun-image-content {
  
    align-items: center;
  
}

#s-09a171f9-6908-4a73-bc3a-7bd69f0d639f {
  margin-left: 0px;
}

#s-03076e9d-638e-4d1d-88c4-f419b3a95dbb {
  margin-top: 32px;
margin-left: auto;
margin-right: auto;
max-width: 350px;
}
@media (min-width: 1200px){#s-03076e9d-638e-4d1d-88c4-f419b3a95dbb {
  display: none;
}
#s-03076e9d-638e-4d1d-88c4-f419b3a95dbb, #wrap-s-03076e9d-638e-4d1d-88c4-f419b3a95dbb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-03076e9d-638e-4d1d-88c4-f419b3a95dbb {
  display: none;
}
#s-03076e9d-638e-4d1d-88c4-f419b3a95dbb, #wrap-s-03076e9d-638e-4d1d-88c4-f419b3a95dbb { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-03076e9d-638e-4d1d-88c4-f419b3a95dbb {
  display: none;
}
#s-03076e9d-638e-4d1d-88c4-f419b3a95dbb, #wrap-s-03076e9d-638e-4d1d-88c4-f419b3a95dbb { display:none !important; }}
@media (min-width: 0px) {
[id="s-03076e9d-638e-4d1d-88c4-f419b3a95dbb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-03076e9d-638e-4d1d-88c4-f419b3a95dbb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-03076e9d-638e-4d1d-88c4-f419b3a95dbb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-03076e9d-638e-4d1d-88c4-f419b3a95dbb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-03076e9d-638e-4d1d-88c4-f419b3a95dbb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-03076e9d-638e-4d1d-88c4-f419b3a95dbb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-03076e9d-638e-4d1d-88c4-f419b3a95dbb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-e759ee6a-51c2-49f3-8b15-b06a19fa9ce9 {
  margin-left: 38px;
margin-right: 38px;
max-width: 30px;
text-align: right;
}







  #s-e759ee6a-51c2-49f3-8b15-b06a19fa9ce9 img.shogun-image {
    

    
    
    
  }


#s-e759ee6a-51c2-49f3-8b15-b06a19fa9ce9 .shogun-image-content {
  
    align-items: center;
  
}

#s-3b01ef9c-5bc3-401a-9ab5-6641bc769ae3 {
  margin-left: -95px;
max-width: 250px;
}

#s-05b7164b-2e0d-444f-a7fc-e7e83e875b40 {
  margin-top: 40px;
margin-bottom: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-05b7164b-2e0d-444f-a7fc-e7e83e875b40 {
  display: none;
}
#s-05b7164b-2e0d-444f-a7fc-e7e83e875b40, #wrap-s-05b7164b-2e0d-444f-a7fc-e7e83e875b40 { display:none !important; }}@media (max-width: 767px){#s-05b7164b-2e0d-444f-a7fc-e7e83e875b40 {
  display: none;
}
#s-05b7164b-2e0d-444f-a7fc-e7e83e875b40, #wrap-s-05b7164b-2e0d-444f-a7fc-e7e83e875b40 { display:none !important; }}
#s-07535238-a37e-4b51-b6b6-33f3efa3c310 {
  margin-bottom: 40px;
text-align: center;
}

#s-07535238-a37e-4b51-b6b6-33f3efa3c310 .shogun-heading-component h2 {
  color: rgba(30, 38, 46, 1);
  font-weight:  700 ;
  font-family: "Bitter";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.3em;
  
  text-align: center;
}



@media (min-width: 0px) {
[id="s-4aa0c554-520d-4925-8105-066af9f2c36e"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-4aa0c554-520d-4925-8105-066af9f2c36e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4aa0c554-520d-4925-8105-066af9f2c36e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4aa0c554-520d-4925-8105-066af9f2c36e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4aa0c554-520d-4925-8105-066af9f2c36e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4aa0c554-520d-4925-8105-066af9f2c36e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4aa0c554-520d-4925-8105-066af9f2c36e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-2b66fda1-a7ca-4309-9c83-fdfa7ca2fc20 {
  min-height: 50px;
}








#s-2b66fda1-a7ca-4309-9c83-fdfa7ca2fc20 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b66fda1-a7ca-4309-9c83-fdfa7ca2fc20.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f01d642a-f133-4728-8c06-c86c4a9e9aba {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(223, 227, 230, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-f01d642a-f133-4728-8c06-c86c4a9e9aba"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f01d642a-f133-4728-8c06-c86c4a9e9aba"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f01d642a-f133-4728-8c06-c86c4a9e9aba"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f01d642a-f133-4728-8c06-c86c4a9e9aba"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-bfd327ab-1607-4264-8593-424a85124a6a {
  text-align: center;
}







  #s-bfd327ab-1607-4264-8593-424a85124a6a img.shogun-image {
    

    
    
    
  }


#s-bfd327ab-1607-4264-8593-424a85124a6a .shogun-image-content {
  
    align-items: center;
  
}

#s-fb5cc22f-1848-49da-a155-8aab91b2ef3d {
  margin-top: 32px;
margin-left: 20px;
margin-bottom: 8px;
margin-right: 20px;
text-align: left;
}

#s-fb5cc22f-1848-49da-a155-8aab91b2ef3d .shogun-heading-component h2 {
  color: rgba(30, 38, 46, 1);
  font-weight:  700 ;
  font-family: "Bitter";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.3em;
  
  
}



#s-65a1a108-62ff-4b44-b9a5-55842195db2b {
  margin-left: 20px;
margin-right: 20px;
}

#s-3eab6726-c618-4007-9fbf-2bc9e8391603 {
  margin-top: 16px;
margin-left: 20px;
margin-right: 20px;
}

#s-f2fab961-3804-40bf-a030-47f8ea51ea69 {
  margin-top: 60px;
}
@media (min-width: 1200px){#s-f2fab961-3804-40bf-a030-47f8ea51ea69 {
  display: none;
}
#s-f2fab961-3804-40bf-a030-47f8ea51ea69, #wrap-s-f2fab961-3804-40bf-a030-47f8ea51ea69 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f2fab961-3804-40bf-a030-47f8ea51ea69 {
  display: none;
}
#s-f2fab961-3804-40bf-a030-47f8ea51ea69, #wrap-s-f2fab961-3804-40bf-a030-47f8ea51ea69 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f2fab961-3804-40bf-a030-47f8ea51ea69 {
  margin-bottom: 40px;
}
}@media (max-width: 767px){#s-f2fab961-3804-40bf-a030-47f8ea51ea69 {
  display: none;
}
#s-f2fab961-3804-40bf-a030-47f8ea51ea69, #wrap-s-f2fab961-3804-40bf-a030-47f8ea51ea69 { display:none !important; }}
#s-6da366eb-dedc-43c0-9b43-b051b9b215f3 {
  margin-bottom: 40px;
text-align: center;
}

#s-6da366eb-dedc-43c0-9b43-b051b9b215f3 .shogun-heading-component h2 {
  color: rgba(30, 38, 46, 1);
  font-weight:  700 ;
  font-family: "Bitter";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.3em;
  
  text-align: center;
}



#s-6080f227-4bd8-46df-b579-bba7ba8184fa {
  margin-bottom: 30px;
}
@media (min-width: 1200px){#s-6080f227-4bd8-46df-b579-bba7ba8184fa {
  display: none;
}
#s-6080f227-4bd8-46df-b579-bba7ba8184fa, #wrap-s-6080f227-4bd8-46df-b579-bba7ba8184fa { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6080f227-4bd8-46df-b579-bba7ba8184fa {
  display: none;
}
#s-6080f227-4bd8-46df-b579-bba7ba8184fa, #wrap-s-6080f227-4bd8-46df-b579-bba7ba8184fa { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6080f227-4bd8-46df-b579-bba7ba8184fa {
  
}
}@media (max-width: 767px){#s-6080f227-4bd8-46df-b579-bba7ba8184fa {
  
}
}
#s-409babce-5aed-4f21-92ea-1e9ca9ea9fc3 {
  margin-left: auto;
margin-right: auto;
max-width: 535px;
}

@media (min-width: 0px) {
[id="s-409babce-5aed-4f21-92ea-1e9ca9ea9fc3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-409babce-5aed-4f21-92ea-1e9ca9ea9fc3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-409babce-5aed-4f21-92ea-1e9ca9ea9fc3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-409babce-5aed-4f21-92ea-1e9ca9ea9fc3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-2e233d36-cc1c-4728-840e-2c9d095ccb56 {
  text-align: center;
}







  #s-2e233d36-cc1c-4728-840e-2c9d095ccb56 img.shogun-image {
    

    
    
    
  }


#s-2e233d36-cc1c-4728-840e-2c9d095ccb56 .shogun-image-content {
  
    align-items: center;
  
}

#s-db556718-f172-48c9-bb3a-d3bbfacdcd66 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(223, 227, 230, 1);
border-style: solid;
max-width: 300px;
}








#s-db556718-f172-48c9-bb3a-d3bbfacdcd66 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-db556718-f172-48c9-bb3a-d3bbfacdcd66.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a01c9e47-6e19-4f71-96b4-64c29277bed6 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 8px;
margin-right: 20px;
text-align: left;
}

#s-a01c9e47-6e19-4f71-96b4-64c29277bed6 .shogun-heading-component h2 {
  color: rgba(30, 38, 46, 1);
  font-weight:  700 ;
  font-family: "Bitter";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.3em;
  
  
}



#s-a9655d33-e406-432a-9c52-9888ee0f2b44 {
  margin-left: 20px;
margin-right: 20px;
}

#s-00452956-0cb3-429a-9a79-76055ecaf73e {
  margin-top: 15px;
margin-left: 20px;
margin-bottom: 15px;
margin-right: 20px;
}

#s-419625df-a72e-44cb-a6d5-2ce31ed1e0ba {
  margin-top: 32px;
margin-bottom: 0px;
}
@media (min-width: 1200px){#s-419625df-a72e-44cb-a6d5-2ce31ed1e0ba {
  display: none;
}
#s-419625df-a72e-44cb-a6d5-2ce31ed1e0ba, #wrap-s-419625df-a72e-44cb-a6d5-2ce31ed1e0ba { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-419625df-a72e-44cb-a6d5-2ce31ed1e0ba {
  display: none;
}
#s-419625df-a72e-44cb-a6d5-2ce31ed1e0ba, #wrap-s-419625df-a72e-44cb-a6d5-2ce31ed1e0ba { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-419625df-a72e-44cb-a6d5-2ce31ed1e0ba {
  display: none;
}
#s-419625df-a72e-44cb-a6d5-2ce31ed1e0ba, #wrap-s-419625df-a72e-44cb-a6d5-2ce31ed1e0ba { display:none !important; }}@media (max-width: 767px){#s-419625df-a72e-44cb-a6d5-2ce31ed1e0ba {
  margin-bottom: 50px;
}
}
#s-6a3ca1ab-c85b-42fd-866a-76152bf552d2 {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
}

@media (min-width: 0px) {
[id="s-6a3ca1ab-c85b-42fd-866a-76152bf552d2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6a3ca1ab-c85b-42fd-866a-76152bf552d2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6a3ca1ab-c85b-42fd-866a-76152bf552d2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6a3ca1ab-c85b-42fd-866a-76152bf552d2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-474351d9-c3b1-4b1e-a9d4-2dd870bb79bf {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 300px;
text-align: center;
}

#s-474351d9-c3b1-4b1e-a9d4-2dd870bb79bf .shogun-heading-component h2 {
  color: rgba(30, 38, 46, 1);
  font-weight:  700 ;
  font-family: "Bitter";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.3em;
  
  text-align: center;
}



#s-f654c534-791f-4aa8-bc57-c55b656ccee6 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(223, 227, 230, 1);
border-style: solid;
min-height: 300px;
max-width: 300px;
}








#s-f654c534-791f-4aa8-bc57-c55b656ccee6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f654c534-791f-4aa8-bc57-c55b656ccee6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-25c8993a-173c-4eb0-bd53-0ed42053d468 {
  text-align: center;
}







  #s-25c8993a-173c-4eb0-bd53-0ed42053d468 img.shogun-image {
    

    
    
    
  }


#s-25c8993a-173c-4eb0-bd53-0ed42053d468 .shogun-image-content {
  
    align-items: center;
  
}

#s-c9a13d66-89c7-4617-9f10-065745a06743 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(223, 227, 230, 1);
border-style: solid;
max-width: 300px;
}








#s-c9a13d66-89c7-4617-9f10-065745a06743 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c9a13d66-89c7-4617-9f10-065745a06743.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-50a10644-acaa-472f-9aa0-1e5f5b2a601f {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 8px;
margin-right: 20px;
text-align: left;
}

#s-50a10644-acaa-472f-9aa0-1e5f5b2a601f .shogun-heading-component h2 {
  color: rgba(30, 38, 46, 1);
  font-weight:  700 ;
  font-family: "Bitter";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.3em;
  
  
}



#s-4c385072-348c-446a-b539-3a5241f96cd5 {
  margin-left: 20px;
margin-right: 20px;
}

#s-fc4c6c54-e16c-42f6-854d-61ea999ecf6c {
  margin-top: 15px;
margin-left: 20px;
margin-bottom: 15px;
margin-right: 20px;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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