.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-fba9881e-a328-4ed6-8c30-1249483c386d {
  background-repeat: no-repeat;
background-size: cover;
min-height: 426px;
background-position: center center;
}
@media (max-width: 767px){#s-fba9881e-a328-4ed6-8c30-1249483c386d {
  min-height: 0px;
}
}
#s-fba9881e-a328-4ed6-8c30-1249483c386d {
  background-image: url(https://i.shgcdn.com/82445bea-09c1-4af7-89ac-c6ed4f7a9634/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-fba9881e-a328-4ed6-8c30-1249483c386d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fba9881e-a328-4ed6-8c30-1249483c386d.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;
  }
}
#s-24ed62f8-8cd8-4571-bfb9-9b7e61df448b {
  background-repeat: no-repeat;
}

.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-188a364c-9016-474a-850a-629eec7070ef {
  margin-left: auto;
margin-right: auto;
min-height: 0px;
}

@media (min-width: 0px) {
[id="s-188a364c-9016-474a-850a-629eec7070ef"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-188a364c-9016-474a-850a-629eec7070ef"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-188a364c-9016-474a-850a-629eec7070ef"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-188a364c-9016-474a-850a-629eec7070ef"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-62e6b143-8e7d-4057-90df-51e4db01131f {
  padding-top: 47px;
padding-left: 39px;
padding-bottom: 47px;
padding-right: 54px;
min-height: 426px;
}
@media (max-width: 767px){#s-62e6b143-8e7d-4057-90df-51e4db01131f {
  padding-left: 15px;
padding-bottom: 39px;
padding-right: 15px;
min-height: 0px;
}
}
#s-62e6b143-8e7d-4057-90df-51e4db01131f {
  background-image: url();
}








#s-62e6b143-8e7d-4057-90df-51e4db01131f > .shg-box-overlay {
  background-color: rgba(29, 38, 46, 1);
  opacity: 0.7;
}#s-62e6b143-8e7d-4057-90df-51e4db01131f.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: #000;
  font-family: ;
  text-transform: none;
  font-weight: normal;
  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-e2415267-d328-4412-a06f-1b55ffc909a7 {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
max-width: 600px;
text-align: left;
}
@media (max-width: 767px){#s-e2415267-d328-4412-a06f-1b55ffc909a7 {
  margin-left: 16px;
}
}
#s-e2415267-d328-4412-a06f-1b55ffc909a7 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Bitter";
  font-style:   ;
  font-size: 32px;
  line-height: 1.3em;
  letter-spacing: ;
  
}



.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: #000;
  font-family: ;
  font-weight: normal;
}

.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: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: #000;
  font-family: inherit;
}

.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: #000;
  font-family: ;
  font-weight: normal;
}

.shg-theme-text-content p {
  color: #000;
  font-family: inherit;
  font-weight: normal;
}

#s-001b7dd2-f0c0-4ee9-969c-9d17fadb0f56 {
  margin-top: 16px;
}
@media (max-width: 767px){#s-001b7dd2-f0c0-4ee9-969c-9d17fadb0f56 {
  margin-left: 16px;
margin-right: 16px;
}
}
#s-cf8d13de-588f-4adb-abdd-3327fe279a9f {
  margin-top: 15px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-cf8d13de-588f-4adb-abdd-3327fe279a9f {
  margin-left: 16px;
margin-right: 16px;
}
}
@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-2d7e1f3c-b04f-430c-9579-92d8da1f91dc {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 48px;
padding-bottom: 48px;
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, 0);
}
@media (min-width: 1200px){#s-2d7e1f3c-b04f-430c-9579-92d8da1f91dc {
  margin-top: 0px;
}
}
#s-5e56a6d2-4185-46bf-829c-309cbfd57eb0 {
  margin-top: 0px;
margin-bottom: 8px;
text-align: center;
}

#s-5e56a6d2-4185-46bf-829c-309cbfd57eb0 .shogun-heading-component h2 {
  color: rgba(29, 38, 46, 1);
  font-weight:  700 ;
  font-family: "Bitter";
  font-style:   ;
  font-size: 24px;
  line-height: 1.3em;
  letter-spacing: ;
  text-align: center;
}



#s-ff82260d-4b3a-4c78-b12e-138a49bb78de {
  margin-top: 40px;
margin-bottom: 0px;
padding-top: 0px;
}
@media (max-width: 767px){#s-ff82260d-4b3a-4c78-b12e-138a49bb78de {
  padding-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-ff82260d-4b3a-4c78-b12e-138a49bb78de"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ff82260d-4b3a-4c78-b12e-138a49bb78de"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ff82260d-4b3a-4c78-b12e-138a49bb78de"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ff82260d-4b3a-4c78-b12e-138a49bb78de"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.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;
}
#s-6f9bb61c-6098-4a2e-a783-55f401d43c06 {
  margin-top: 2px;
padding-bottom: 0px;
text-align: center;
}







  #s-6f9bb61c-6098-4a2e-a783-55f401d43c06 img.shogun-image {
    

    
    
    
  }


#s-6f9bb61c-6098-4a2e-a783-55f401d43c06 .shogun-image-content {
  
    align-items: center;
  
}

#s-b4069118-b14c-4c48-8115-01e619325afc {
  margin-top: 20px;
margin-bottom: 0px;
}

#s-8be6feb6-5be3-47d5-a8c2-eba68bfa3cda {
  margin-top: 8px;
margin-left: 16px;
margin-bottom: 0px;
margin-right: 16px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8be6feb6-5be3-47d5-a8c2-eba68bfa3cda {
  margin-left: 8px;
margin-right: 8px;
}
}@media (max-width: 767px){#s-8be6feb6-5be3-47d5-a8c2-eba68bfa3cda {
  margin-left: 28px;
margin-bottom: 30px;
margin-right: 28px;
}
}
#s-15a666ba-2387-4b52-848e-b53594fa53cc {
  padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-15a666ba-2387-4b52-848e-b53594fa53cc {
  margin-top: 24px;
}
}






  #s-15a666ba-2387-4b52-848e-b53594fa53cc img.shogun-image {
    

    
    
    
  }


#s-15a666ba-2387-4b52-848e-b53594fa53cc .shogun-image-content {
  
    align-items: center;
  
}

#s-7324f164-e280-4206-be58-41d759416e41 {
  margin-top: 20px;
margin-bottom: 0px;
}

#s-b535a1d8-4af6-466f-af96-9bda3cab611b {
  margin-top: 8px;
margin-left: 16px;
margin-right: 16px;
}
@media (max-width: 767px){#s-b535a1d8-4af6-466f-af96-9bda3cab611b {
  margin-left: 28px;
margin-bottom: 30px;
margin-right: 28px;
}
}
#s-b1dfad8f-0a28-4fcd-8365-1fbd8c824aab {
  margin-top: 6px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-b1dfad8f-0a28-4fcd-8365-1fbd8c824aab {
  margin-bottom: 0px;
}
}






  #s-b1dfad8f-0a28-4fcd-8365-1fbd8c824aab img.shogun-image {
    

    
    
    
  }


#s-b1dfad8f-0a28-4fcd-8365-1fbd8c824aab .shogun-image-content {
  
    align-items: center;
  
}

#s-dd243d34-2a3b-4da0-aac2-4bec05b222fe {
  margin-top: 20px;
margin-bottom: 0px;
}

#s-428d9d60-5fe6-4d18-84a9-bbe2f05e8e02 {
  margin-top: 8px;
margin-left: 16px;
margin-right: 16px;
padding-left: 0px;
padding-right: 0px;
}
@media (max-width: 767px){#s-428d9d60-5fe6-4d18-84a9-bbe2f05e8e02 {
  margin-left: 28px;
margin-right: 28px;
}
}
#s-12a34335-fb97-4a5c-bdb6-6cb573c6c466 {
  margin-top: 30px;
}

#s-b5a8ba30-73f9-46b6-9a5c-8cdd7cf98bec {
  padding-bottom: 16px;
background-color: rgba(247, 248, 249, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-b5a8ba30-73f9-46b6-9a5c-8cdd7cf98bec {
  padding-bottom: 32px;
}
}@media (max-width: 767px){#s-b5a8ba30-73f9-46b6-9a5c-8cdd7cf98bec {
  padding-bottom: 4px;
}
}
#s-c23c05f3-9cfa-4c62-aecc-41c6c1b3735c {
  margin-top: 8px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-c23c05f3-9cfa-4c62-aecc-41c6c1b3735c {
  margin-top: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c23c05f3-9cfa-4c62-aecc-41c6c1b3735c {
  margin-top: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c23c05f3-9cfa-4c62-aecc-41c6c1b3735c {
  margin-top: 20px;
}
}@media (max-width: 767px){#s-c23c05f3-9cfa-4c62-aecc-41c6c1b3735c {
  margin-top: 10px;
display: none;
}
#s-c23c05f3-9cfa-4c62-aecc-41c6c1b3735c, #wrap-s-c23c05f3-9cfa-4c62-aecc-41c6c1b3735c { display:none !important; }}
#s-cb156065-43ff-4dba-8cac-33c93be6ba05 {
  margin-top: 20px;
margin-bottom: 0px;
text-align: center;
}

#s-cb156065-43ff-4dba-8cac-33c93be6ba05 .shogun-heading-component h2 {
  color: rgba(29, 38, 46, 1);
  font-weight:  700 ;
  font-family: "Bitter";
  font-style:   ;
  font-size: 24px;
  line-height: 1.3em;
  letter-spacing: ;
  text-align: center;
}



#s-960a819f-b6d9-4a03-8a2a-80ec35c53686 {
  border-style: solid;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(223, 227, 230, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-960a819f-b6d9-4a03-8a2a-80ec35c53686"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-960a819f-b6d9-4a03-8a2a-80ec35c53686"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-960a819f-b6d9-4a03-8a2a-80ec35c53686"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-960a819f-b6d9-4a03-8a2a-80ec35c53686"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-960a819f-b6d9-4a03-8a2a-80ec35c53686"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-960a819f-b6d9-4a03-8a2a-80ec35c53686"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-960a819f-b6d9-4a03-8a2a-80ec35c53686"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-c5c60be1-f67f-4f34-969c-c78663a30202 {
  margin-top: 40px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-c5c60be1-f67f-4f34-969c-c78663a30202"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c5c60be1-f67f-4f34-969c-c78663a30202"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-c5c60be1-f67f-4f34-969c-c78663a30202"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-c5c60be1-f67f-4f34-969c-c78663a30202"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-c5c60be1-f67f-4f34-969c-c78663a30202"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-c5c60be1-f67f-4f34-969c-c78663a30202"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-c5c60be1-f67f-4f34-969c-c78663a30202"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

#s-d9f68cce-cbf6-4645-9949-9611a0591681 {
  margin-top: 45px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-d9f68cce-cbf6-4645-9949-9611a0591681 {
  margin-top: 69px;
}
}






  #s-d9f68cce-cbf6-4645-9949-9611a0591681 img.shogun-image {
    

    
    
    
  }


#s-d9f68cce-cbf6-4645-9949-9611a0591681 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-bae177c8-7e77-4421-9bb3-84660d516dfc {
  margin-top: 103px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-bae177c8-7e77-4421-9bb3-84660d516dfc {
  margin-top: 142px;
}
}






  #s-bae177c8-7e77-4421-9bb3-84660d516dfc img.shogun-image {
    

    
    
    
  }


#s-bae177c8-7e77-4421-9bb3-84660d516dfc .shogun-image-content {
  
    align-items: center;
  
}

#s-3763a1ba-d1d6-422d-8f92-199353df9c5f {
  margin-top: 114px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-3763a1ba-d1d6-422d-8f92-199353df9c5f {
  margin-top: 181px;
}
}






  #s-3763a1ba-d1d6-422d-8f92-199353df9c5f img.shogun-image {
    

    
    
    
  }


#s-3763a1ba-d1d6-422d-8f92-199353df9c5f .shogun-image-content {
  
    align-items: center;
  
}

#s-25bb0fce-f182-46e9-be5a-271cee7cca58 {
  max-width: 430px;
}

#s-eb58f8f4-f96c-4063-bad9-d7155280097a {
  margin-top: 30px;
margin-bottom: 30px;
max-width: 430px;
}

#s-105e7564-129e-4f92-b5ab-6e3fe53488c9 {
  max-width: 430px;
}

#s-8206ed83-ded1-4263-bf80-dac5db900fa9 {
  margin-top: 40px;
margin-left: 14%;
margin-bottom: 40px;
margin-right: 14%;
text-align: center;
}







  #s-8206ed83-ded1-4263-bf80-dac5db900fa9 img.shogun-image {
    

    
    
    
  }


#s-8206ed83-ded1-4263-bf80-dac5db900fa9 .shogun-image-content {
  
    align-items: center;
  
}

#s-ef843c32-ef0d-4687-974b-7e4e68cd7b25 {
  margin-top: 8px;
padding-top: 20px;
padding-bottom: 20px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-ef843c32-ef0d-4687-974b-7e4e68cd7b25 {
  margin-top: 30px;
display: none;
}
#s-ef843c32-ef0d-4687-974b-7e4e68cd7b25, #wrap-s-ef843c32-ef0d-4687-974b-7e4e68cd7b25 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ef843c32-ef0d-4687-974b-7e4e68cd7b25 {
  margin-top: 30px;
display: none;
}
#s-ef843c32-ef0d-4687-974b-7e4e68cd7b25, #wrap-s-ef843c32-ef0d-4687-974b-7e4e68cd7b25 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ef843c32-ef0d-4687-974b-7e4e68cd7b25 {
  margin-top: 20px;
display: none;
}
#s-ef843c32-ef0d-4687-974b-7e4e68cd7b25, #wrap-s-ef843c32-ef0d-4687-974b-7e4e68cd7b25 { display:none !important; }}@media (max-width: 767px){#s-ef843c32-ef0d-4687-974b-7e4e68cd7b25 {
  margin-top: 10px;
}
}
#s-c5a1472b-cb25-46eb-89c9-c28cf9798674 {
  margin-top: 10px;
margin-left: -5%;
margin-right: -5%;
text-align: center;
}

#s-c5a1472b-cb25-46eb-89c9-c28cf9798674 .shogun-heading-component h2 {
  color: rgba(29, 38, 46, 1);
  font-weight:  700 ;
  font-family: "Bitter";
  font-style:   ;
  font-size: 26px;
  line-height: 1.3em;
  letter-spacing: ;
  text-align: center;
}



#s-b60979d0-ad05-4d0f-b98c-92cfafa68d3d {
  border-style: solid;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(223, 227, 230, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-b60979d0-ad05-4d0f-b98c-92cfafa68d3d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b60979d0-ad05-4d0f-b98c-92cfafa68d3d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b60979d0-ad05-4d0f-b98c-92cfafa68d3d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b60979d0-ad05-4d0f-b98c-92cfafa68d3d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-4944c23d-c2f4-41d7-b759-a7384f7823c6 {
  margin-top: 8px;
margin-left: 8%;
margin-bottom: 8px;
margin-right: 8%;
text-align: center;
}







  #s-4944c23d-c2f4-41d7-b759-a7384f7823c6 img.shogun-image {
    

    
    
    
  }


#s-4944c23d-c2f4-41d7-b759-a7384f7823c6 .shogun-image-content {
  
    align-items: center;
  
}

#s-72d93fde-6b63-4b2b-b696-d1018f5f17cf {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-72d93fde-6b63-4b2b-b696-d1018f5f17cf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-72d93fde-6b63-4b2b-b696-d1018f5f17cf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-72d93fde-6b63-4b2b-b696-d1018f5f17cf"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-72d93fde-6b63-4b2b-b696-d1018f5f17cf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-72d93fde-6b63-4b2b-b696-d1018f5f17cf"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-72d93fde-6b63-4b2b-b696-d1018f5f17cf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-72d93fde-6b63-4b2b-b696-d1018f5f17cf"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

#s-1ddf08ae-49c8-4a54-904b-f757ef6a8fbd {
  margin-top: 40px;
margin-bottom: -4px;
text-align: center;
}







  #s-1ddf08ae-49c8-4a54-904b-f757ef6a8fbd img.shogun-image {
    

    
    
    
  }


#s-1ddf08ae-49c8-4a54-904b-f757ef6a8fbd .shogun-image-content {
  
    align-items: center;
  
}

#s-fa943c67-5c99-4000-8abb-a2aa4506b833 {
  margin-top: 20px;
max-width: 430px;
}

#s-983a4c7d-d11f-44ad-9df3-a7990b1377a9 {
  margin-top: 40px;
text-align: center;
}







  #s-983a4c7d-d11f-44ad-9df3-a7990b1377a9 img.shogun-image {
    

    
    
    
  }


#s-983a4c7d-d11f-44ad-9df3-a7990b1377a9 .shogun-image-content {
  
    align-items: center;
  
}

#s-86dbe2ba-9523-4277-ac40-6b98c940e985 {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 430px;
}

#s-e2fc281b-a3a0-43ee-9d4b-514820557d1b {
  margin-top: 40px;
text-align: center;
}







  #s-e2fc281b-a3a0-43ee-9d4b-514820557d1b img.shogun-image {
    

    
    
    
  }


#s-e2fc281b-a3a0-43ee-9d4b-514820557d1b .shogun-image-content {
  
    align-items: center;
  
}

#s-c420c15d-9fa5-4f5a-99ff-8420b2e3a93b {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 430px;
}

#s-be1dec3a-25fe-4e4d-89b9-076c990ca7de {
  margin-top: 60px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
}
@media (min-width: 1200px){#s-be1dec3a-25fe-4e4d-89b9-076c990ca7de {
  margin-bottom: 0px;
}
}
#s-e84b4289-69fe-4b3a-8de6-1cb1cb0a1eb1 {
  margin-top: 0px;
margin-left: 128px;
margin-bottom: 10px;
margin-right: 128px;
padding-left: 0px;
padding-right: 0px;
min-height: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-e84b4289-69fe-4b3a-8de6-1cb1cb0a1eb1 {
  margin-left: 248px;
margin-right: 248px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e84b4289-69fe-4b3a-8de6-1cb1cb0a1eb1 {
  margin-left: 248px;
margin-right: 248px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e84b4289-69fe-4b3a-8de6-1cb1cb0a1eb1 {
  margin-left: 80px;
margin-right: 80px;
}
}@media (max-width: 767px){#s-e84b4289-69fe-4b3a-8de6-1cb1cb0a1eb1 {
  margin-left: 24px;
margin-right: 24px;
}
}
#s-e84b4289-69fe-4b3a-8de6-1cb1cb0a1eb1 .shogun-heading-component h2 {
  color: rgba(30, 38, 46, 1);
  font-weight:  700 ;
  font-family: "Bitter";
  font-style:   ;
  font-size: 24px;
  line-height: 1.3em;
  letter-spacing: ;
  text-align: center;
}



#s-4186a965-a125-4ca0-8779-84686c4cc4cc {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
}

#s-2dd6e64b-0aff-47c3-9c2f-54e5c677d9ba {
  margin-top: 50px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-2dd6e64b-0aff-47c3-9c2f-54e5c677d9ba {
  padding-left: 0px;
padding-right: 0px;
}
}
@media (min-width: 0px) {
[id="s-2dd6e64b-0aff-47c3-9c2f-54e5c677d9ba"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2dd6e64b-0aff-47c3-9c2f-54e5c677d9ba"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2dd6e64b-0aff-47c3-9c2f-54e5c677d9ba"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2dd6e64b-0aff-47c3-9c2f-54e5c677d9ba"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-1922cfbf-bdba-4b47-bafc-066ba923a117 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 16px;
padding-bottom: 0px;
padding-right: 16px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-1922cfbf-bdba-4b47-bafc-066ba923a117 {
  margin-top: 0px;
margin-bottom: 0px;
}
}






  #s-1922cfbf-bdba-4b47-bafc-066ba923a117 img.shogun-image {
    

    
    
    
  }


#s-1922cfbf-bdba-4b47-bafc-066ba923a117 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-75e0740b-a250-409d-b534-9df2a0b65d3c {
  padding-top: 16px;
padding-left: 39px;
padding-bottom: 0px;
padding-right: 54px;
min-height: 390px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-75e0740b-a250-409d-b534-9df2a0b65d3c {
  padding-left: 24px;
}
}@media (max-width: 767px){#s-75e0740b-a250-409d-b534-9df2a0b65d3c {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 15px;
padding-right: 16px;
}
}







#s-75e0740b-a250-409d-b534-9df2a0b65d3c > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-75e0740b-a250-409d-b534-9df2a0b65d3c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-33f93eb5-fe58-490c-990b-3e8bdda77073 {
  margin-top: -8px;
margin-bottom: 16px;
text-align: left;
}
@media (max-width: 767px){#s-33f93eb5-fe58-490c-990b-3e8bdda77073 {
  margin-top: 0px;
}
}
#s-33f93eb5-fe58-490c-990b-3e8bdda77073 .shogun-heading-component h3 {
  color: rgba(30, 38, 46, 1);
  font-weight:  700 ;
  font-family: "Bitter";
  font-style:   ;
  font-size: 18px;
  line-height: 1.3em;
  letter-spacing: ;
  
}



#s-c77a23f7-bd68-4cae-8f0d-e8b6c528683a {
  margin-top: 0px;
margin-bottom: 16px;
}

#s-ec15c289-060d-47be-9ad0-3b72e273287a {
  margin-top: 10px;
margin-bottom: 4px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ec15c289-060d-47be-9ad0-3b72e273287a {
  display: none;
}
#s-ec15c289-060d-47be-9ad0-3b72e273287a, #wrap-s-ec15c289-060d-47be-9ad0-3b72e273287a { display:none !important; }}@media (max-width: 767px){#s-ec15c289-060d-47be-9ad0-3b72e273287a {
  display: none;
}
#s-ec15c289-060d-47be-9ad0-3b72e273287a, #wrap-s-ec15c289-060d-47be-9ad0-3b72e273287a { display:none !important; }}
@media (min-width: 0px) {
[id="s-ec15c289-060d-47be-9ad0-3b72e273287a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ec15c289-060d-47be-9ad0-3b72e273287a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ec15c289-060d-47be-9ad0-3b72e273287a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ec15c289-060d-47be-9ad0-3b72e273287a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ec15c289-060d-47be-9ad0-3b72e273287a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ec15c289-060d-47be-9ad0-3b72e273287a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ec15c289-060d-47be-9ad0-3b72e273287a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-3eeec427-016d-4de7-9d0c-197a00c9ec32 {
  text-align: center;
}







  #s-3eeec427-016d-4de7-9d0c-197a00c9ec32 img.shogun-image {
    

    
    
    
  }


#s-3eeec427-016d-4de7-9d0c-197a00c9ec32 .shogun-image-content {
  
    align-items: center;
  
}

#s-a6a9f3ba-57ec-4c03-b98b-e225a0a09aa9 {
  margin-left: -24px;
}

#s-d2d72113-6ecb-47e4-9544-635417cb7b64 {
  margin-top: 10px;
margin-bottom: 4px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d2d72113-6ecb-47e4-9544-635417cb7b64 {
  display: none;
}
#s-d2d72113-6ecb-47e4-9544-635417cb7b64, #wrap-s-d2d72113-6ecb-47e4-9544-635417cb7b64 { display:none !important; }}@media (max-width: 767px){#s-d2d72113-6ecb-47e4-9544-635417cb7b64 {
  display: none;
}
#s-d2d72113-6ecb-47e4-9544-635417cb7b64, #wrap-s-d2d72113-6ecb-47e4-9544-635417cb7b64 { display:none !important; }}
@media (min-width: 0px) {
[id="s-d2d72113-6ecb-47e4-9544-635417cb7b64"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d2d72113-6ecb-47e4-9544-635417cb7b64"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d2d72113-6ecb-47e4-9544-635417cb7b64"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d2d72113-6ecb-47e4-9544-635417cb7b64"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d2d72113-6ecb-47e4-9544-635417cb7b64"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d2d72113-6ecb-47e4-9544-635417cb7b64"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d2d72113-6ecb-47e4-9544-635417cb7b64"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-ec241c93-b610-446c-9082-877465b0b399 {
  text-align: center;
}







  #s-ec241c93-b610-446c-9082-877465b0b399 img.shogun-image {
    

    
    
    
  }


#s-ec241c93-b610-446c-9082-877465b0b399 .shogun-image-content {
  
    align-items: center;
  
}

#s-d5b2d730-4abf-4220-b8f5-5e12ec57c360 {
  margin-left: -24px;
}

#s-abcb1a55-b718-4eb2-812a-b2b185cf6095 {
  margin-top: 24px;
}
@media (min-width: 768px) and (max-width: 991px){#s-abcb1a55-b718-4eb2-812a-b2b185cf6095 {
  display: none;
}
#s-abcb1a55-b718-4eb2-812a-b2b185cf6095, #wrap-s-abcb1a55-b718-4eb2-812a-b2b185cf6095 { display:none !important; }}@media (max-width: 767px){#s-abcb1a55-b718-4eb2-812a-b2b185cf6095 {
  display: none;
}
#s-abcb1a55-b718-4eb2-812a-b2b185cf6095, #wrap-s-abcb1a55-b718-4eb2-812a-b2b185cf6095 { display:none !important; }}
@media (min-width: 0px) {
[id="s-abcb1a55-b718-4eb2-812a-b2b185cf6095"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-abcb1a55-b718-4eb2-812a-b2b185cf6095"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-abcb1a55-b718-4eb2-812a-b2b185cf6095"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-abcb1a55-b718-4eb2-812a-b2b185cf6095"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

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

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

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

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

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

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

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

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

#s-d6b4d6b6-9148-4dcc-a154-dacd0c1252b3 {
  border-style: solid;
padding-top: 10px;
padding-left: 60px;
padding-bottom: 10px;
padding-right: 60px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(94, 113, 131, 1);
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(94, 113, 131, 1);
}
#s-d6b4d6b6-9148-4dcc-a154-dacd0c1252b3:hover {background-color: rgba(223, 227, 230, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(94, 113, 131, 1) !important;}#s-d6b4d6b6-9148-4dcc-a154-dacd0c1252b3:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 992px) and (max-width: 1199px){#s-d6b4d6b6-9148-4dcc-a154-dacd0c1252b3 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 62px;
padding-right: 62px;
}
}

  #s-d6b4d6b6-9148-4dcc-a154-dacd0c1252b3-btn-wrapper {
    text-align: center;
  }


#s-d6b4d6b6-9148-4dcc-a154-dacd0c1252b3.shg-btn {
  color: rgba(94, 113, 131, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d6b4d6b6-9148-4dcc-a154-dacd0c1252b3-btn-wrapper {
    text-align: center;
  }


#s-d6b4d6b6-9148-4dcc-a154-dacd0c1252b3.shg-btn {
  color: rgba(94, 113, 131, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d6b4d6b6-9148-4dcc-a154-dacd0c1252b3-btn-wrapper {
    text-align: center;
  }


#s-d6b4d6b6-9148-4dcc-a154-dacd0c1252b3.shg-btn {
  color: rgba(94, 113, 131, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d6b4d6b6-9148-4dcc-a154-dacd0c1252b3-btn-wrapper {
    text-align: center;
  }


#s-d6b4d6b6-9148-4dcc-a154-dacd0c1252b3.shg-btn {
  color: rgba(94, 113, 131, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d6b4d6b6-9148-4dcc-a154-dacd0c1252b3-btn-wrapper {
    text-align: center;
  }


#s-d6b4d6b6-9148-4dcc-a154-dacd0c1252b3.shg-btn {
  color: rgba(94, 113, 131, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-09ebce2d-049e-497c-ada7-49fb67294fcd {
  margin-top: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-09ebce2d-049e-497c-ada7-49fb67294fcd {
  margin-left: -16px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-09ebce2d-049e-497c-ada7-49fb67294fcd {
  margin-left: -16px;
}
}
#s-b592efad-21e3-4df4-8300-688e56233f9b {
  margin-bottom: 16px;
}
@media (min-width: 1200px){#s-b592efad-21e3-4df4-8300-688e56233f9b {
  display: none;
}
#s-b592efad-21e3-4df4-8300-688e56233f9b, #wrap-s-b592efad-21e3-4df4-8300-688e56233f9b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b592efad-21e3-4df4-8300-688e56233f9b {
  display: none;
}
#s-b592efad-21e3-4df4-8300-688e56233f9b, #wrap-s-b592efad-21e3-4df4-8300-688e56233f9b { display:none !important; }}@media (max-width: 767px){#s-b592efad-21e3-4df4-8300-688e56233f9b {
  display: none;
}
#s-b592efad-21e3-4df4-8300-688e56233f9b, #wrap-s-b592efad-21e3-4df4-8300-688e56233f9b { display:none !important; }}
@media (min-width: 0px) {
[id="s-b592efad-21e3-4df4-8300-688e56233f9b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b592efad-21e3-4df4-8300-688e56233f9b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b592efad-21e3-4df4-8300-688e56233f9b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b592efad-21e3-4df4-8300-688e56233f9b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b592efad-21e3-4df4-8300-688e56233f9b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b592efad-21e3-4df4-8300-688e56233f9b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b592efad-21e3-4df4-8300-688e56233f9b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-4f67e880-7472-40ff-afc6-54cefd015144 {
  text-align: center;
}







  #s-4f67e880-7472-40ff-afc6-54cefd015144 img.shogun-image {
    

    
    
    
  }


#s-4f67e880-7472-40ff-afc6-54cefd015144 .shogun-image-content {
  
    align-items: center;
  
}

#s-01fe48a0-5dbc-4b58-8a5a-fb9c075ea54c {
  margin-left: -24px;
}

#s-b4fbac99-f607-4500-a1be-a017a7405ab9 {
  margin-bottom: 16px;
}
@media (min-width: 1200px){#s-b4fbac99-f607-4500-a1be-a017a7405ab9 {
  display: none;
}
#s-b4fbac99-f607-4500-a1be-a017a7405ab9, #wrap-s-b4fbac99-f607-4500-a1be-a017a7405ab9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b4fbac99-f607-4500-a1be-a017a7405ab9 {
  display: none;
}
#s-b4fbac99-f607-4500-a1be-a017a7405ab9, #wrap-s-b4fbac99-f607-4500-a1be-a017a7405ab9 { display:none !important; }}@media (max-width: 767px){#s-b4fbac99-f607-4500-a1be-a017a7405ab9 {
  display: none;
}
#s-b4fbac99-f607-4500-a1be-a017a7405ab9, #wrap-s-b4fbac99-f607-4500-a1be-a017a7405ab9 { display:none !important; }}
@media (min-width: 0px) {
[id="s-b4fbac99-f607-4500-a1be-a017a7405ab9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b4fbac99-f607-4500-a1be-a017a7405ab9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b4fbac99-f607-4500-a1be-a017a7405ab9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b4fbac99-f607-4500-a1be-a017a7405ab9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b4fbac99-f607-4500-a1be-a017a7405ab9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b4fbac99-f607-4500-a1be-a017a7405ab9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b4fbac99-f607-4500-a1be-a017a7405ab9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-78af3ba8-d6a9-42ff-93c7-86ee38eeb73b {
  text-align: center;
}







  #s-78af3ba8-d6a9-42ff-93c7-86ee38eeb73b img.shogun-image {
    

    
    
    
  }


#s-78af3ba8-d6a9-42ff-93c7-86ee38eeb73b .shogun-image-content {
  
    align-items: center;
  
}

#s-fd52388c-e674-4890-abf0-42efba096b4e {
  margin-left: -24px;
}

@media (min-width: 1200px){#s-a141b743-8b8a-4409-ae64-f9ec5d3c2610 {
  display: none;
}
#s-a141b743-8b8a-4409-ae64-f9ec5d3c2610, #wrap-s-a141b743-8b8a-4409-ae64-f9ec5d3c2610 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a141b743-8b8a-4409-ae64-f9ec5d3c2610 {
  display: none;
}
#s-a141b743-8b8a-4409-ae64-f9ec5d3c2610, #wrap-s-a141b743-8b8a-4409-ae64-f9ec5d3c2610 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a141b743-8b8a-4409-ae64-f9ec5d3c2610 {
  display: none;
}
#s-a141b743-8b8a-4409-ae64-f9ec5d3c2610, #wrap-s-a141b743-8b8a-4409-ae64-f9ec5d3c2610 { display:none !important; }}
@media (min-width: 0px) {
[id="s-a141b743-8b8a-4409-ae64-f9ec5d3c2610"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a141b743-8b8a-4409-ae64-f9ec5d3c2610"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a141b743-8b8a-4409-ae64-f9ec5d3c2610"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a141b743-8b8a-4409-ae64-f9ec5d3c2610"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a141b743-8b8a-4409-ae64-f9ec5d3c2610"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a141b743-8b8a-4409-ae64-f9ec5d3c2610"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a141b743-8b8a-4409-ae64-f9ec5d3c2610"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-b03062d8-2d75-4c31-ad04-f490d8d7ce5c {
  text-align: center;
}
@media (max-width: 767px){#s-b03062d8-2d75-4c31-ad04-f490d8d7ce5c {
  margin-top: 8px;
margin-bottom: 8px;
}
}






  #s-b03062d8-2d75-4c31-ad04-f490d8d7ce5c img.shogun-image {
    

    
    
    
  }


#s-b03062d8-2d75-4c31-ad04-f490d8d7ce5c .shogun-image-content {
  
    align-items: center;
  
}

#s-93abaca6-d1e4-4955-9cd1-8b4f32b39cef {
  margin-left: 0px;
}
@media (max-width: 767px){#s-93abaca6-d1e4-4955-9cd1-8b4f32b39cef {
  margin-top: -4px;
}
}
@media (min-width: 1200px){#s-afda7abc-73d0-4c17-b46e-11da0b5bbba4 {
  display: none;
}
#s-afda7abc-73d0-4c17-b46e-11da0b5bbba4, #wrap-s-afda7abc-73d0-4c17-b46e-11da0b5bbba4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-afda7abc-73d0-4c17-b46e-11da0b5bbba4 {
  display: none;
}
#s-afda7abc-73d0-4c17-b46e-11da0b5bbba4, #wrap-s-afda7abc-73d0-4c17-b46e-11da0b5bbba4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-afda7abc-73d0-4c17-b46e-11da0b5bbba4 {
  display: none;
}
#s-afda7abc-73d0-4c17-b46e-11da0b5bbba4, #wrap-s-afda7abc-73d0-4c17-b46e-11da0b5bbba4 { display:none !important; }}
@media (min-width: 0px) {
[id="s-afda7abc-73d0-4c17-b46e-11da0b5bbba4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-afda7abc-73d0-4c17-b46e-11da0b5bbba4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-afda7abc-73d0-4c17-b46e-11da0b5bbba4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-afda7abc-73d0-4c17-b46e-11da0b5bbba4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-afda7abc-73d0-4c17-b46e-11da0b5bbba4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-afda7abc-73d0-4c17-b46e-11da0b5bbba4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-afda7abc-73d0-4c17-b46e-11da0b5bbba4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-53b3a095-4436-47ed-9e91-b974bdfe7fb2 {
  text-align: center;
}
@media (max-width: 767px){#s-53b3a095-4436-47ed-9e91-b974bdfe7fb2 {
  margin-top: 8px;
margin-bottom: 8px;
}
}






  #s-53b3a095-4436-47ed-9e91-b974bdfe7fb2 img.shogun-image {
    

    
    
    
  }


#s-53b3a095-4436-47ed-9e91-b974bdfe7fb2 .shogun-image-content {
  
    align-items: center;
  
}

#s-841a8555-5a57-41f0-8503-edba13799df8 {
  margin-left: 0px;
}
@media (max-width: 767px){#s-841a8555-5a57-41f0-8503-edba13799df8 {
  margin-top: -4px;
}
}
#s-871e8e6a-0a9a-49cb-afcb-0336177b58e5 {
  margin-top: 24px;
margin-bottom: 0px;
padding-top: 13px;
padding-left: 64px;
padding-bottom: 13px;
padding-right: 64px;
border-radius: 2px;
max-width: 999px;
background-color: rgba(28, 172, 218, 1);
text-align: left;
text-decoration: none;
hover-type: color;
}
#s-871e8e6a-0a9a-49cb-afcb-0336177b58e5:hover {background-color: rgba(1, 97, 152, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-871e8e6a-0a9a-49cb-afcb-0336177b58e5:active {background-color: rgba(0, 72, 112, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-871e8e6a-0a9a-49cb-afcb-0336177b58e5 {
  display: none;
}
#s-871e8e6a-0a9a-49cb-afcb-0336177b58e5, #wrap-s-871e8e6a-0a9a-49cb-afcb-0336177b58e5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-871e8e6a-0a9a-49cb-afcb-0336177b58e5 {
  display: none;
}
#s-871e8e6a-0a9a-49cb-afcb-0336177b58e5, #wrap-s-871e8e6a-0a9a-49cb-afcb-0336177b58e5 { display:none !important; }}@media (max-width: 767px){#s-871e8e6a-0a9a-49cb-afcb-0336177b58e5 {
  padding-top: 13px;
padding-left: 64px;
padding-bottom: 13px;
padding-right: 64px;
border-radius: 2px;
max-width: 999px;
background-color: rgba(28, 172, 218, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-871e8e6a-0a9a-49cb-afcb-0336177b58e5:hover {background-color: rgba(1, 97, 152, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-871e8e6a-0a9a-49cb-afcb-0336177b58e5:active {background-color: rgba(0, 72, 112, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-871e8e6a-0a9a-49cb-afcb-0336177b58e5-btn-wrapper {
    text-align: left;
  }


#s-871e8e6a-0a9a-49cb-afcb-0336177b58e5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-871e8e6a-0a9a-49cb-afcb-0336177b58e5-btn-wrapper {
    text-align: left;
  }


#s-871e8e6a-0a9a-49cb-afcb-0336177b58e5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-871e8e6a-0a9a-49cb-afcb-0336177b58e5-btn-wrapper {
    text-align: left;
  }


#s-871e8e6a-0a9a-49cb-afcb-0336177b58e5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-871e8e6a-0a9a-49cb-afcb-0336177b58e5-btn-wrapper {
    text-align: left;
  }


#s-871e8e6a-0a9a-49cb-afcb-0336177b58e5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-871e8e6a-0a9a-49cb-afcb-0336177b58e5-btn-wrapper {
    text-align: center;
  }


#s-871e8e6a-0a9a-49cb-afcb-0336177b58e5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-4436fb6a-d032-4fb7-898f-c3c6f71bf505 {
  border-style: solid;
margin-top: 24px;
margin-bottom: 0px;
padding-top: 13px;
padding-left: 64px;
padding-bottom: 13px;
padding-right: 64px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(95, 113, 131, 1);
border-radius: 4px;
max-width: 999px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(95, 113, 131, 1);
}
#s-4436fb6a-d032-4fb7-898f-c3c6f71bf505:hover {background-color: rgba(1, 97, 152, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4436fb6a-d032-4fb7-898f-c3c6f71bf505:active {background-color: rgba(0, 72, 112, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-4436fb6a-d032-4fb7-898f-c3c6f71bf505 {
  display: none;
}
#s-4436fb6a-d032-4fb7-898f-c3c6f71bf505, #wrap-s-4436fb6a-d032-4fb7-898f-c3c6f71bf505 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4436fb6a-d032-4fb7-898f-c3c6f71bf505 {
  display: none;
}
#s-4436fb6a-d032-4fb7-898f-c3c6f71bf505, #wrap-s-4436fb6a-d032-4fb7-898f-c3c6f71bf505 { display:none !important; }}@media (max-width: 767px){#s-4436fb6a-d032-4fb7-898f-c3c6f71bf505 {
  padding-top: 13px;
padding-left: 64px;
padding-bottom: 13px;
padding-right: 64px;
max-width: 999px;
text-align: center;
text-decoration: none;
}
#s-4436fb6a-d032-4fb7-898f-c3c6f71bf505:hover {background-color: rgba(1, 97, 152, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4436fb6a-d032-4fb7-898f-c3c6f71bf505:active {background-color: rgba(0, 72, 112, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-4436fb6a-d032-4fb7-898f-c3c6f71bf505-btn-wrapper {
    text-align: left;
  }


#s-4436fb6a-d032-4fb7-898f-c3c6f71bf505.shg-btn {
  color: rgba(95, 113, 131, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4436fb6a-d032-4fb7-898f-c3c6f71bf505-btn-wrapper {
    text-align: left;
  }


#s-4436fb6a-d032-4fb7-898f-c3c6f71bf505.shg-btn {
  color: rgba(95, 113, 131, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4436fb6a-d032-4fb7-898f-c3c6f71bf505-btn-wrapper {
    text-align: left;
  }


#s-4436fb6a-d032-4fb7-898f-c3c6f71bf505.shg-btn {
  color: rgba(95, 113, 131, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4436fb6a-d032-4fb7-898f-c3c6f71bf505-btn-wrapper {
    text-align: left;
  }


#s-4436fb6a-d032-4fb7-898f-c3c6f71bf505.shg-btn {
  color: rgba(95, 113, 131, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4436fb6a-d032-4fb7-898f-c3c6f71bf505-btn-wrapper {
    text-align: center;
  }


#s-4436fb6a-d032-4fb7-898f-c3c6f71bf505.shg-btn {
  color: rgba(95, 113, 131, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-c673a5f5-548c-4d8a-b946-a3b091f0945c {
  margin-top: 50px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-c673a5f5-548c-4d8a-b946-a3b091f0945c {
  margin-left: 0px;
margin-right: 0px;
padding-left: 0px;
padding-bottom: 4px;
padding-right: 0px;
}
}
@media (min-width: 0px) {
[id="s-c673a5f5-548c-4d8a-b946-a3b091f0945c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c673a5f5-548c-4d8a-b946-a3b091f0945c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c673a5f5-548c-4d8a-b946-a3b091f0945c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c673a5f5-548c-4d8a-b946-a3b091f0945c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-c673a5f5-548c-4d8a-b946-a3b091f0945c"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-d9f68d7e-6b3f-4653-abf6-1f79f9b78957 {
  padding-top: 16px;
padding-left: 39px;
padding-bottom: 0px;
padding-right: 54px;
min-height: 390px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-d9f68d7e-6b3f-4653-abf6-1f79f9b78957 {
  padding-left: 24px;
}
}@media (max-width: 767px){#s-d9f68d7e-6b3f-4653-abf6-1f79f9b78957 {
  margin-top: 0px;
margin-bottom: -16px;
padding-top: 16px;
padding-left: 16px;
padding-bottom: 0px;
padding-right: 16px;
}
}







#s-d9f68d7e-6b3f-4653-abf6-1f79f9b78957 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-d9f68d7e-6b3f-4653-abf6-1f79f9b78957.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-38a2efe5-ab2e-4380-aaea-0b8f8d711742 {
  margin-top: -8px;
margin-bottom: 16px;
text-align: left;
}
@media (max-width: 767px){#s-38a2efe5-ab2e-4380-aaea-0b8f8d711742 {
  margin-top: 0px;
}
}
#s-38a2efe5-ab2e-4380-aaea-0b8f8d711742 .shogun-heading-component h3 {
  color: rgba(30, 38, 46, 1);
  font-weight:  700 ;
  font-family: "Bitter";
  font-style:   ;
  font-size: 18px;
  line-height: 1.3em;
  letter-spacing: ;
  
}



#s-351f5b17-bbb2-412f-8e7d-8f5d43c3b8f9 {
  margin-top: 0px;
margin-bottom: 16px;
}

#s-b903c0ba-3812-44a9-bb68-69a559cfc3b5 {
  margin-top: 0px;
margin-bottom: 16px;
}

#s-a327b04e-370c-4868-899c-37c79e184458 {
  margin-top: 10px;
margin-bottom: 4px;
}
@media (min-width: 1200px){#s-a327b04e-370c-4868-899c-37c79e184458 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a327b04e-370c-4868-899c-37c79e184458 {
  display: none;
}
#s-a327b04e-370c-4868-899c-37c79e184458, #wrap-s-a327b04e-370c-4868-899c-37c79e184458 { display:none !important; }}@media (max-width: 767px){#s-a327b04e-370c-4868-899c-37c79e184458 {
  display: none;
}
#s-a327b04e-370c-4868-899c-37c79e184458, #wrap-s-a327b04e-370c-4868-899c-37c79e184458 { display:none !important; }}
@media (min-width: 0px) {
[id="s-a327b04e-370c-4868-899c-37c79e184458"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a327b04e-370c-4868-899c-37c79e184458"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a327b04e-370c-4868-899c-37c79e184458"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a327b04e-370c-4868-899c-37c79e184458"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a327b04e-370c-4868-899c-37c79e184458"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a327b04e-370c-4868-899c-37c79e184458"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a327b04e-370c-4868-899c-37c79e184458"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-6a059597-db2d-4ad7-987f-d415dd6ce78b {
  text-align: center;
}







  #s-6a059597-db2d-4ad7-987f-d415dd6ce78b img.shogun-image {
    

    
    
    
  }


#s-6a059597-db2d-4ad7-987f-d415dd6ce78b .shogun-image-content {
  
    align-items: center;
  
}

#s-94d37431-18ea-4c44-b170-9a4be6487815 {
  margin-left: -24px;
}

@media (min-width: 1200px){#s-11fb1c36-bec4-4f3a-a813-0affc019f07c {
  display: none;
}
#s-11fb1c36-bec4-4f3a-a813-0affc019f07c, #wrap-s-11fb1c36-bec4-4f3a-a813-0affc019f07c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-11fb1c36-bec4-4f3a-a813-0affc019f07c {
  display: none;
}
#s-11fb1c36-bec4-4f3a-a813-0affc019f07c, #wrap-s-11fb1c36-bec4-4f3a-a813-0affc019f07c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-11fb1c36-bec4-4f3a-a813-0affc019f07c {
  display: none;
}
#s-11fb1c36-bec4-4f3a-a813-0affc019f07c, #wrap-s-11fb1c36-bec4-4f3a-a813-0affc019f07c { display:none !important; }}
@media (min-width: 0px) {
[id="s-11fb1c36-bec4-4f3a-a813-0affc019f07c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-11fb1c36-bec4-4f3a-a813-0affc019f07c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-11fb1c36-bec4-4f3a-a813-0affc019f07c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-11fb1c36-bec4-4f3a-a813-0affc019f07c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-11fb1c36-bec4-4f3a-a813-0affc019f07c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-11fb1c36-bec4-4f3a-a813-0affc019f07c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-11fb1c36-bec4-4f3a-a813-0affc019f07c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-4e5b7498-c225-4efa-8412-aae76f4e4e7e {
  text-align: center;
}
@media (max-width: 767px){#s-4e5b7498-c225-4efa-8412-aae76f4e4e7e {
  margin-top: 8px;
margin-bottom: 8px;
}
}






  #s-4e5b7498-c225-4efa-8412-aae76f4e4e7e img.shogun-image {
    

    
    
    
  }


#s-4e5b7498-c225-4efa-8412-aae76f4e4e7e .shogun-image-content {
  
    align-items: center;
  
}

#s-d39f6a99-5deb-41ce-ab97-84ab12a6524d {
  margin-left: 0px;
}
@media (max-width: 767px){#s-d39f6a99-5deb-41ce-ab97-84ab12a6524d {
  margin-top: -4px;
}
}
#s-221387fe-9b79-4482-8372-26e1ead7e989 {
  margin-bottom: 16px;
}
@media (min-width: 1200px){#s-221387fe-9b79-4482-8372-26e1ead7e989 {
  display: none;
}
#s-221387fe-9b79-4482-8372-26e1ead7e989, #wrap-s-221387fe-9b79-4482-8372-26e1ead7e989 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-221387fe-9b79-4482-8372-26e1ead7e989 {
  display: none;
}
#s-221387fe-9b79-4482-8372-26e1ead7e989, #wrap-s-221387fe-9b79-4482-8372-26e1ead7e989 { display:none !important; }}@media (max-width: 767px){#s-221387fe-9b79-4482-8372-26e1ead7e989 {
  display: none;
}
#s-221387fe-9b79-4482-8372-26e1ead7e989, #wrap-s-221387fe-9b79-4482-8372-26e1ead7e989 { display:none !important; }}
@media (min-width: 0px) {
[id="s-221387fe-9b79-4482-8372-26e1ead7e989"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-221387fe-9b79-4482-8372-26e1ead7e989"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-221387fe-9b79-4482-8372-26e1ead7e989"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-221387fe-9b79-4482-8372-26e1ead7e989"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-221387fe-9b79-4482-8372-26e1ead7e989"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-221387fe-9b79-4482-8372-26e1ead7e989"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-221387fe-9b79-4482-8372-26e1ead7e989"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-c3e82759-6559-407f-9394-75e4c6c00e77 {
  text-align: center;
}







  #s-c3e82759-6559-407f-9394-75e4c6c00e77 img.shogun-image {
    

    
    
    
  }


#s-c3e82759-6559-407f-9394-75e4c6c00e77 .shogun-image-content {
  
    align-items: center;
  
}

#s-0424d3b2-7a34-41f9-b33b-dfc4006ee2f5 {
  margin-left: -24px;
}

#s-3d59c882-22ca-477c-a0a3-8356f613422a {
  margin-top: 24px;
margin-bottom: 0px;
padding-top: 13px;
padding-left: 64px;
padding-bottom: 13px;
padding-right: 64px;
border-radius: 2px;
max-width: 999px;
background-color: rgba(28, 172, 218, 1);
text-align: left;
text-decoration: none;
hover-type: color;
}
#s-3d59c882-22ca-477c-a0a3-8356f613422a:hover {background-color: rgba(1, 97, 152, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-3d59c882-22ca-477c-a0a3-8356f613422a:active {background-color: rgba(0, 72, 112, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-3d59c882-22ca-477c-a0a3-8356f613422a {
  padding-top: 13px;
padding-left: 64px;
padding-bottom: 13px;
padding-right: 64px;
border-radius: 2px;
max-width: 999px;
background-color: rgba(28, 172, 218, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-3d59c882-22ca-477c-a0a3-8356f613422a:hover {background-color: rgba(1, 97, 152, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-3d59c882-22ca-477c-a0a3-8356f613422a:active {background-color: rgba(0, 72, 112, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-3d59c882-22ca-477c-a0a3-8356f613422a-btn-wrapper {
    text-align: left;
  }


#s-3d59c882-22ca-477c-a0a3-8356f613422a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3d59c882-22ca-477c-a0a3-8356f613422a-btn-wrapper {
    text-align: left;
  }


#s-3d59c882-22ca-477c-a0a3-8356f613422a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3d59c882-22ca-477c-a0a3-8356f613422a-btn-wrapper {
    text-align: left;
  }


#s-3d59c882-22ca-477c-a0a3-8356f613422a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3d59c882-22ca-477c-a0a3-8356f613422a-btn-wrapper {
    text-align: left;
  }


#s-3d59c882-22ca-477c-a0a3-8356f613422a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3d59c882-22ca-477c-a0a3-8356f613422a-btn-wrapper {
    text-align: center;
  }


#s-3d59c882-22ca-477c-a0a3-8356f613422a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-5c31021c-5289-4fcb-ac32-6db761601230 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 16px;
padding-bottom: 0px;
padding-right: 16px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-5c31021c-5289-4fcb-ac32-6db761601230 {
  margin-top: 0px;
margin-bottom: 0px;
}
}@media (max-width: 767px){#s-5c31021c-5289-4fcb-ac32-6db761601230 {
  
}
}






  #s-5c31021c-5289-4fcb-ac32-6db761601230 img.shogun-image {
    

    
    
    
  }


#s-5c31021c-5289-4fcb-ac32-6db761601230 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-26e4c17d-66b2-4ff5-aa5e-cae5bee41bc2 {
  margin-top: 48px;
}
@media (max-width: 767px){#s-26e4c17d-66b2-4ff5-aa5e-cae5bee41bc2 {
  padding-top: 0px;
padding-bottom: 24px;
}
}
#s-6a1f68fa-c391-4d95-8c5b-3b51da4a9c21 {
  margin-top: 0px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6a1f68fa-c391-4d95-8c5b-3b51da4a9c21 .shogun-heading-component h2 {
  color: rgba(30, 38, 46, 1);
  font-weight:  700 ;
  font-family: "Bitter";
  font-style:   ;
  font-size: 30px;
  line-height: 1.3em;
  letter-spacing: ;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-6a1f68fa-c391-4d95-8c5b-3b51da4a9c21 .shogun-heading-component h2 {
  color: rgba(30, 38, 46, 1);
  font-weight:  700 ;
  font-family: "Bitter";
  font-style:   ;
  font-size: 26px;
  line-height: 1.3em;
  letter-spacing: ;
  
}


}@media (max-width: 767px){#s-6a1f68fa-c391-4d95-8c5b-3b51da4a9c21 .shogun-heading-component h2 {
  color: rgba(30, 38, 46, 1);
  font-weight:  700 ;
  font-family: "Bitter";
  font-style:   ;
  font-size: 20px;
  line-height: 1.3em;
  letter-spacing: ;
  
}


}
@media (min-width: 0px) {
[id="s-0380c782-dcfc-45c6-b6c4-a8d389bf4ea4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-0380c782-dcfc-45c6-b6c4-a8d389bf4ea4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-0380c782-dcfc-45c6-b6c4-a8d389bf4ea4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-0380c782-dcfc-45c6-b6c4-a8d389bf4ea4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-57ac6fca-4f9e-425d-af70-2a72aa2a2843 {
  text-align: center;
}







  #s-57ac6fca-4f9e-425d-af70-2a72aa2a2843 img.shogun-image {
    

    
    
    
  }


#s-57ac6fca-4f9e-425d-af70-2a72aa2a2843 .shogun-image-content {
  
    align-items: center;
  
}

#s-b8b810fe-a8fb-4572-abaf-9d0b847178c1 {
  margin-top: 10px;
margin-bottom: 5px;
}

#s-8c0a344a-4962-410b-a0a2-79c4103f85bd {
  padding-top: 1px;
}

#s-55fabdfd-bf74-4eb3-be98-d6f2826fce83 {
  text-align: center;
}







  #s-55fabdfd-bf74-4eb3-be98-d6f2826fce83 img.shogun-image {
    

    
    
    
  }


#s-55fabdfd-bf74-4eb3-be98-d6f2826fce83 .shogun-image-content {
  
    align-items: center;
  
}

#s-9f314907-4f46-465e-a712-97c8bbc05f37 {
  margin-top: 10px;
margin-bottom: 5px;
}

#s-ea7938d1-e8a0-4213-abba-5ca61ab2a2ea {
  margin-top: 0px;
}

#s-e0915404-51c6-49b6-a2d5-7c11871b3d68 {
  text-align: center;
}







  #s-e0915404-51c6-49b6-a2d5-7c11871b3d68 img.shogun-image {
    

    
    
    
  }


#s-e0915404-51c6-49b6-a2d5-7c11871b3d68 .shogun-image-content {
  
    align-items: center;
  
}

#s-98b4541a-1831-407f-b86b-8d687c3a502e {
  margin-top: 10px;
margin-bottom: 5px;
}

#s-ac1af4e1-828f-45c4-b6bc-a1d72bdf49d2 {
  margin-top: 0px;
}

#s-2385e1c1-ac10-43a6-99ed-c077b471c52e {
  text-align: center;
}







  #s-2385e1c1-ac10-43a6-99ed-c077b471c52e img.shogun-image {
    

    
    
    
  }


#s-2385e1c1-ac10-43a6-99ed-c077b471c52e .shogun-image-content {
  
    align-items: center;
  
}

#s-a6b4bafb-4b6f-467c-9f82-904eda933879 {
  margin-top: 10px;
margin-bottom: 5px;
}

#s-6d61ba0d-ac6a-48a6-8f61-11e0233336b1 {
  margin-top: 40px;
text-align: center;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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