.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/409b3ded-239a-40ca-ae89-0b8f91b193b2/-/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-ab46a0de-922f-459b-aef0-fe69cd25b95f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ab46a0de-922f-459b-aef0-fe69cd25b95f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "areaNormal800";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-c8b4a956-2fb9-40c2-ae77-17741cba3026 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: left;
}

#s-c8b4a956-2fb9-40c2-ae77-17741cba3026 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "areaNormal800";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1.3em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-c8b4a956-2fb9-40c2-ae77-17741cba3026 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "areaNormal800";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.3em;
  
  
}


}@media (max-width: 767px){#s-c8b4a956-2fb9-40c2-ae77-17741cba3026 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "areaNormal800";
  font-style:  normal ;
  font-size: 24px;
  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-83cb7ff2-e431-407f-9cf0-dde5586a7c48 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-83cb7ff2-e431-407f-9cf0-dde5586a7c48 {
  display: none;
}
#s-83cb7ff2-e431-407f-9cf0-dde5586a7c48, #wrap-s-83cb7ff2-e431-407f-9cf0-dde5586a7c48 { display: none !important; }}@media (max-width: 767px){#s-83cb7ff2-e431-407f-9cf0-dde5586a7c48 {
  margin-left: 17px;
display: none;
}
#s-83cb7ff2-e431-407f-9cf0-dde5586a7c48, #wrap-s-83cb7ff2-e431-407f-9cf0-dde5586a7c48 { display: none !important; }}
@media (min-width: 0px) {
[id="s-83cb7ff2-e431-407f-9cf0-dde5586a7c48"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-83cb7ff2-e431-407f-9cf0-dde5586a7c48"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-83cb7ff2-e431-407f-9cf0-dde5586a7c48"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-83cb7ff2-e431-407f-9cf0-dde5586a7c48"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-83cb7ff2-e431-407f-9cf0-dde5586a7c48"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-83cb7ff2-e431-407f-9cf0-dde5586a7c48"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-83cb7ff2-e431-407f-9cf0-dde5586a7c48"] > .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-647202a2-fed9-4d4c-94aa-69a528a2b748 {
  max-width: 20px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-647202a2-fed9-4d4c-94aa-69a528a2b748 {
  margin-top: 10px;
}
}@media (max-width: 767px){#s-647202a2-fed9-4d4c-94aa-69a528a2b748 {
  margin-top: 10px;
}
}






  #s-647202a2-fed9-4d4c-94aa-69a528a2b748 img.shogun-image {
    

    
    
    
  }


#s-647202a2-fed9-4d4c-94aa-69a528a2b748 .shogun-image-content {
  
    align-items: center;
  
}

#s-ea0bc5ae-c888-458d-b2ff-e2909c304085 {
  margin-left: -3%;
}

#s-0320e425-1b27-45ab-b8be-39aa839f688f {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 0px;
}
@media (min-width: 1200px){#s-0320e425-1b27-45ab-b8be-39aa839f688f {
  display: none;
}
#s-0320e425-1b27-45ab-b8be-39aa839f688f, #wrap-s-0320e425-1b27-45ab-b8be-39aa839f688f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0320e425-1b27-45ab-b8be-39aa839f688f {
  display: none;
}
#s-0320e425-1b27-45ab-b8be-39aa839f688f, #wrap-s-0320e425-1b27-45ab-b8be-39aa839f688f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0320e425-1b27-45ab-b8be-39aa839f688f {
  
}
}@media (max-width: 767px){#s-0320e425-1b27-45ab-b8be-39aa839f688f {
  margin-left: 17px;
display: none;
}
#s-0320e425-1b27-45ab-b8be-39aa839f688f, #wrap-s-0320e425-1b27-45ab-b8be-39aa839f688f { display: none !important; }}
@media (min-width: 0px) {
[id="s-0320e425-1b27-45ab-b8be-39aa839f688f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-0320e425-1b27-45ab-b8be-39aa839f688f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0320e425-1b27-45ab-b8be-39aa839f688f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0320e425-1b27-45ab-b8be-39aa839f688f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0320e425-1b27-45ab-b8be-39aa839f688f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0320e425-1b27-45ab-b8be-39aa839f688f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0320e425-1b27-45ab-b8be-39aa839f688f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

#s-dc42ae85-f09a-4c4d-88c7-3a4b7aa79504 {
  max-width: 20px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-dc42ae85-f09a-4c4d-88c7-3a4b7aa79504 {
  margin-top: 10px;
}
}@media (max-width: 767px){#s-dc42ae85-f09a-4c4d-88c7-3a4b7aa79504 {
  margin-top: 10px;
}
}






  #s-dc42ae85-f09a-4c4d-88c7-3a4b7aa79504 img.shogun-image {
    

    
    
    
  }


#s-dc42ae85-f09a-4c4d-88c7-3a4b7aa79504 .shogun-image-content {
  
    align-items: center;
  
}

#s-7c0cbd2e-55eb-4fd2-8d95-8a4391b56292 {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 0%;
}

#s-00d2bcbf-4a64-43da-8e6d-2f2dd957c271 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 0px;
max-width: 300px;
}
@media (min-width: 1200px){#s-00d2bcbf-4a64-43da-8e6d-2f2dd957c271 {
  display: none;
}
#s-00d2bcbf-4a64-43da-8e6d-2f2dd957c271, #wrap-s-00d2bcbf-4a64-43da-8e6d-2f2dd957c271 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-00d2bcbf-4a64-43da-8e6d-2f2dd957c271 {
  display: none;
}
#s-00d2bcbf-4a64-43da-8e6d-2f2dd957c271, #wrap-s-00d2bcbf-4a64-43da-8e6d-2f2dd957c271 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-00d2bcbf-4a64-43da-8e6d-2f2dd957c271 {
  display: none;
}
#s-00d2bcbf-4a64-43da-8e6d-2f2dd957c271, #wrap-s-00d2bcbf-4a64-43da-8e6d-2f2dd957c271 { display: none !important; }}@media (max-width: 767px){#s-00d2bcbf-4a64-43da-8e6d-2f2dd957c271 {
  
}
}
@media (min-width: 0px) {
[id="s-00d2bcbf-4a64-43da-8e6d-2f2dd957c271"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-00d2bcbf-4a64-43da-8e6d-2f2dd957c271"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-00d2bcbf-4a64-43da-8e6d-2f2dd957c271"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-00d2bcbf-4a64-43da-8e6d-2f2dd957c271"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-00d2bcbf-4a64-43da-8e6d-2f2dd957c271"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-00d2bcbf-4a64-43da-8e6d-2f2dd957c271"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-00d2bcbf-4a64-43da-8e6d-2f2dd957c271"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

#s-fb0b6542-82bd-450d-a006-a3eef81cc3cf {
  max-width: 20px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-fb0b6542-82bd-450d-a006-a3eef81cc3cf {
  margin-top: 10px;
}
}@media (max-width: 767px){#s-fb0b6542-82bd-450d-a006-a3eef81cc3cf {
  margin-top: 10px;
}
}






  #s-fb0b6542-82bd-450d-a006-a3eef81cc3cf img.shogun-image {
    

    
    
    
  }


#s-fb0b6542-82bd-450d-a006-a3eef81cc3cf .shogun-image-content {
  
    align-items: center;
  
}

#s-a076c9a3-7e9e-4126-8301-6f932c08310c {
  margin-top: 10px;
margin-left: -82%;
margin-bottom: 0px;
margin-right: 0%;
}

@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:  normal ;
  font-family: "areaNormal800";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.3em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-0e3d5305-ef7b-4ab9-9fac-5010c2211258 .shogun-heading-component h2 {
  color: rgba(30, 38, 46, 1);
  font-weight:  normal ;
  font-family: "areaNormal800";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.3em;
  
  
}


}@media (max-width: 767px){#s-0e3d5305-ef7b-4ab9-9fac-5010c2211258 .shogun-heading-component h2 {
  color: rgba(30, 38, 46, 1);
  font-weight:  normal ;
  font-family: "areaNormal800";
  font-style:  normal ;
  font-size: 20px;
  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: -8px;
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:  normal ;
  font-family: "areaNormal800";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.3em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-2e2a8043-9b21-49dd-b98f-a3e67e463103 .shogun-heading-component h2 {
  color: rgba(30, 38, 46, 1);
  font-weight:  normal ;
  font-family: "areaNormal800";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.3em;
  
  
}


}@media (max-width: 767px){#s-2e2a8043-9b21-49dd-b98f-a3e67e463103 .shogun-heading-component h2 {
  color: rgba(30, 38, 46, 1);
  font-weight:  normal ;
  font-family: "areaNormal800";
  font-style:  normal ;
  font-size: 20px;
  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-60878465-9598-4087-b341-dd8291de9937 {
  margin-top: 56px;
margin-bottom: 40px;
}
@media (min-width: 768px) and (max-width: 991px){#s-60878465-9598-4087-b341-dd8291de9937 {
  display: none;
}
#s-60878465-9598-4087-b341-dd8291de9937, #wrap-s-60878465-9598-4087-b341-dd8291de9937 { display: none !important; }}@media (max-width: 767px){#s-60878465-9598-4087-b341-dd8291de9937 {
  display: none;
}
#s-60878465-9598-4087-b341-dd8291de9937, #wrap-s-60878465-9598-4087-b341-dd8291de9937 { display: none !important; }}
#s-e40ec481-482e-4788-bfe1-96130ef6b231 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 700px;
}

@media (min-width: 0px) {
[id="s-e40ec481-482e-4788-bfe1-96130ef6b231"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-e40ec481-482e-4788-bfe1-96130ef6b231"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e40ec481-482e-4788-bfe1-96130ef6b231"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e40ec481-482e-4788-bfe1-96130ef6b231"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e40ec481-482e-4788-bfe1-96130ef6b231"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e40ec481-482e-4788-bfe1-96130ef6b231"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e40ec481-482e-4788-bfe1-96130ef6b231"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

#s-1e3252a6-50fa-478d-816b-97a324b20ebb {
  margin-top: -10px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 40px;
}

#s-5aeede20-cdf3-4e03-96c6-96671b58a75b {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
}

#s-500381d7-2f48-4af5-b269-6b3a3bfd4d66 {
  margin-left: auto;
margin-bottom: 32px;
margin-right: auto;
max-width: 700px;
}

#s-0b11fec8-4fc6-42b2-bfca-35d246b2a7bc {
  margin-top: 0px;
margin-bottom: 24px;
padding-top: 16px;
padding-bottom: 16px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-0b11fec8-4fc6-42b2-bfca-35d246b2a7bc {
  display: none;
}
#s-0b11fec8-4fc6-42b2-bfca-35d246b2a7bc, #wrap-s-0b11fec8-4fc6-42b2-bfca-35d246b2a7bc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0b11fec8-4fc6-42b2-bfca-35d246b2a7bc {
  display: none;
}
#s-0b11fec8-4fc6-42b2-bfca-35d246b2a7bc, #wrap-s-0b11fec8-4fc6-42b2-bfca-35d246b2a7bc { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0b11fec8-4fc6-42b2-bfca-35d246b2a7bc {
  margin-top: 16px;
}
}@media (max-width: 767px){#s-0b11fec8-4fc6-42b2-bfca-35d246b2a7bc {
  display: none;
}
#s-0b11fec8-4fc6-42b2-bfca-35d246b2a7bc, #wrap-s-0b11fec8-4fc6-42b2-bfca-35d246b2a7bc { display: none !important; }}
#s-2b50fe6c-219c-4b67-9898-c66e9fa308d6 {
  margin-top: 32px;
}

#s-2b7893db-4c19-4c2e-b6df-e1187bb98486 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 800px;
}

@media (min-width: 0px) {
[id="s-2b7893db-4c19-4c2e-b6df-e1187bb98486"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-2b7893db-4c19-4c2e-b6df-e1187bb98486"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2b7893db-4c19-4c2e-b6df-e1187bb98486"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2b7893db-4c19-4c2e-b6df-e1187bb98486"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2b7893db-4c19-4c2e-b6df-e1187bb98486"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2b7893db-4c19-4c2e-b6df-e1187bb98486"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2b7893db-4c19-4c2e-b6df-e1187bb98486"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

#s-4f510e28-270a-486b-9644-b08019af16f5 {
  margin-top: -10px;
margin-left: 0px;
margin-right: 0px;
max-width: 40px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4f510e28-270a-486b-9644-b08019af16f5 {
  margin-left: 88%;
margin-right: 0%;
}
}
#s-2a0f00c9-1d27-4816-b71a-b653ed5d3fea {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
}

#s-d51d652c-3a66-4cfe-b585-a624e79b51d6 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 700px;
}

#s-783919a0-26d7-4ef9-b1b9-bc8c45eee2ac {
  margin-top: 0px;
margin-bottom: 24px;
padding-top: 16px;
padding-bottom: 16px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-783919a0-26d7-4ef9-b1b9-bc8c45eee2ac {
  display: none;
}
#s-783919a0-26d7-4ef9-b1b9-bc8c45eee2ac, #wrap-s-783919a0-26d7-4ef9-b1b9-bc8c45eee2ac { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-783919a0-26d7-4ef9-b1b9-bc8c45eee2ac {
  display: none;
}
#s-783919a0-26d7-4ef9-b1b9-bc8c45eee2ac, #wrap-s-783919a0-26d7-4ef9-b1b9-bc8c45eee2ac { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-783919a0-26d7-4ef9-b1b9-bc8c45eee2ac {
  display: none;
}
#s-783919a0-26d7-4ef9-b1b9-bc8c45eee2ac, #wrap-s-783919a0-26d7-4ef9-b1b9-bc8c45eee2ac { display: none !important; }}@media (max-width: 767px){#s-783919a0-26d7-4ef9-b1b9-bc8c45eee2ac {
  
}
}
#s-8e00c7a2-a235-425d-8f04-9f33e9a93465 {
  margin-top: 32px;
}
@media (max-width: 767px){#s-8e00c7a2-a235-425d-8f04-9f33e9a93465 {
  margin-bottom: 16px;
}
}
#s-6d721e95-7c1c-49f7-8a70-82e65f692cff {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 350px;
}

@media (min-width: 0px) {
[id="s-6d721e95-7c1c-49f7-8a70-82e65f692cff"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-6d721e95-7c1c-49f7-8a70-82e65f692cff"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6d721e95-7c1c-49f7-8a70-82e65f692cff"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6d721e95-7c1c-49f7-8a70-82e65f692cff"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6d721e95-7c1c-49f7-8a70-82e65f692cff"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6d721e95-7c1c-49f7-8a70-82e65f692cff"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6d721e95-7c1c-49f7-8a70-82e65f692cff"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

#s-d74c094c-eef2-4fbb-b2b6-73239922f212 {
  margin-top: -10px;
margin-left: 18px;
margin-right: 0px;
max-width: 30px;
}

#s-807e2280-c1d1-4d88-9277-6bb447eaa9e2 {
  margin-top: 0px;
margin-left: -125px;
margin-right: auto;
max-width: 250px;
}

#s-08ba85ce-e269-422d-8040-40b5dba8e455 {
  margin-top: 8px;
margin-left: auto;
margin-right: auto;
max-width: 700px;
}

#s-207815a3-f01f-4b80-86b8-f17caa5c34d1 {
  margin-bottom: 64px;
}
@media (min-width: 768px) and (max-width: 991px){#s-207815a3-f01f-4b80-86b8-f17caa5c34d1 {
  margin-top: 0px;
padding-top: 24px;
padding-bottom: 24px;
}
}@media (max-width: 767px){#s-207815a3-f01f-4b80-86b8-f17caa5c34d1 {
  margin-top: 32px;
}
}
#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-bce386cc-cc5c-4d89-a6e3-c04ceb6319ab {
  margin-bottom: 5px;
}
}
@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 {
  margin-top: 6px;
padding-top: 40px;
padding-bottom: 40px;
background-color: rgba(247, 248, 249, 1);
}
@media (max-width: 767px){#s-8167bbe6-7ca6-4411-8994-45853ca42da3 {
  margin-bottom: -14px;
}
}
#s-fa9664f2-510c-4a79-a3a5-832e42df64e6 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 800px;
text-align: center;
}

#s-fa9664f2-510c-4a79-a3a5-832e42df64e6 .shogun-heading-component h2 {
  color: rgba(30, 38, 46, 1);
  font-weight:  normal ;
  font-family: "areaNormal800";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.3em;
  
  text-align: center;
}


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


}@media (max-width: 767px){#s-fa9664f2-510c-4a79-a3a5-832e42df64e6 .shogun-heading-component h2 {
  color: rgba(30, 38, 46, 1);
  font-weight:  normal ;
  font-family: "areaNormal800";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.3em;
  
  text-align: center;
}


}
#s-c8a6a17d-2a93-4f50-b77b-3dbe5c36f51a {
  margin-bottom: 0px;
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-459438d3-074f-444b-9c9e-80e39ae779c0 {
  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);
}
@media (max-width: 767px){#s-459438d3-074f-444b-9c9e-80e39ae779c0 {
  margin-top: 0px;
margin-bottom: 0px;
}
}







#s-459438d3-074f-444b-9c9e-80e39ae779c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-459438d3-074f-444b-9c9e-80e39ae779c0.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-643abc76-3a8b-45f1-83c1-e581d1ab4fdb {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 44px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-643abc76-3a8b-45f1-83c1-e581d1ab4fdb img.shogun-image,
  #s-643abc76-3a8b-45f1-83c1-e581d1ab4fdb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-643abc76-3a8b-45f1-83c1-e581d1ab4fdb {
    width: 100%;
    height: auto;
  }



  #s-643abc76-3a8b-45f1-83c1-e581d1ab4fdb img.shogun-image {
    

    
    
    
  }


#s-643abc76-3a8b-45f1-83c1-e581d1ab4fdb .shogun-image-content {
  
    align-items: center;
  
}

#s-6e9d98fd-3117-4a7f-97c6-8632e3646f17 {
  margin-left: -12px;
margin-bottom: 30px;
margin-right: -12px;
}

#s-a50484e1-05ce-48eb-afa2-2640cec2c4f8 {
  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-a50484e1-05ce-48eb-afa2-2640cec2c4f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a50484e1-05ce-48eb-afa2-2640cec2c4f8.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-07cba753-6d13-42c0-8b5a-822662b5a147 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 72px;
aspect-ratio: 72/38;
text-align: center;
}





  #s-07cba753-6d13-42c0-8b5a-822662b5a147 img.shogun-image,
  #s-07cba753-6d13-42c0-8b5a-822662b5a147 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-07cba753-6d13-42c0-8b5a-822662b5a147 {
    width: 100%;
    height: auto;
  }



  #s-07cba753-6d13-42c0-8b5a-822662b5a147 img.shogun-image {
    

    
    
    
  }


#s-07cba753-6d13-42c0-8b5a-822662b5a147 .shogun-image-content {
  
    align-items: center;
  
}

#s-acc16ac8-bfeb-4263-9f3f-0683e53c6c92 {
  margin-left: -12px;
margin-bottom: 30px;
margin-right: -12px;
}

#s-dbcab10b-e926-4daf-8b07-2c22d30e6129 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-left: 35px;
padding-bottom: 30px;
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: 20px;
background-color: rgba(255, 255, 255, 1);
}








#s-dbcab10b-e926-4daf-8b07-2c22d30e6129 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dbcab10b-e926-4daf-8b07-2c22d30e6129.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-5ad5ac57-d6d9-4a55-8116-0d717bac7b12 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 45px;
aspect-ratio: 45/44;
text-align: center;
}





  #s-5ad5ac57-d6d9-4a55-8116-0d717bac7b12 img.shogun-image,
  #s-5ad5ac57-d6d9-4a55-8116-0d717bac7b12 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5ad5ac57-d6d9-4a55-8116-0d717bac7b12 {
    width: 100%;
    height: auto;
  }



  #s-5ad5ac57-d6d9-4a55-8116-0d717bac7b12 img.shogun-image {
    

    
    
    
  }


#s-5ad5ac57-d6d9-4a55-8116-0d717bac7b12 .shogun-image-content {
  
    align-items: center;
  
}

#s-4bb929d2-2b5e-4435-b6fb-67cc34ad4a70 {
  margin-left: -12px;
margin-right: -12px;
}

#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-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 44px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-f08d27e4-6727-447c-be4c-1e3e6fed1296 img.shogun-image,
  #s-f08d27e4-6727-447c-be4c-1e3e6fed1296 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f08d27e4-6727-447c-be4c-1e3e6fed1296 {
    width: 100%;
    height: auto;
  }



  #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-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 72px;
aspect-ratio: 72/38;
text-align: center;
}





  #s-ee7879d8-9cf9-41d6-adf6-d26ad4adcba6 img.shogun-image,
  #s-ee7879d8-9cf9-41d6-adf6-d26ad4adcba6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ee7879d8-9cf9-41d6-adf6-d26ad4adcba6 {
    width: 100%;
    height: auto;
  }



  #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-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 45px;
aspect-ratio: 45/44;
text-align: center;
}





  #s-1d317b75-269b-4a23-8a20-f73a88f629d2 img.shogun-image,
  #s-1d317b75-269b-4a23-8a20-f73a88f629d2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1d317b75-269b-4a23-8a20-f73a88f629d2 {
    width: 100%;
    height: auto;
  }



  #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 {
  margin-left: auto;
margin-right: auto;
max-width: 16px;
aspect-ratio: 1/1;
text-align: right;
}
@media (min-width: 1200px){#s-a18ce25b-a4ab-4027-9bcf-b23ad5325891 {
  margin-right: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a18ce25b-a4ab-4027-9bcf-b23ad5325891 {
  margin-left: 20px;
}
}




  #s-a18ce25b-a4ab-4027-9bcf-b23ad5325891 img.shogun-image,
  #s-a18ce25b-a4ab-4027-9bcf-b23ad5325891 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a18ce25b-a4ab-4027-9bcf-b23ad5325891 {
    width: 100%;
    height: auto;
  }



  #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 {
  max-width: 16px;
aspect-ratio: 1/1;
text-align: right;
}
@media (max-width: 767px){#s-e759ee6a-51c2-49f3-8b15-b06a19fa9ce9 {
  margin-left: 50px;
margin-right: 0px;
}
}




  #s-e759ee6a-51c2-49f3-8b15-b06a19fa9ce9 img.shogun-image,
  #s-e759ee6a-51c2-49f3-8b15-b06a19fa9ce9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e759ee6a-51c2-49f3-8b15-b06a19fa9ce9 {
    width: 100%;
    height: auto;
  }



  #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;
}
@media (max-width: 767px){#s-3b01ef9c-5bc3-401a-9ab5-6641bc769ae3 {
  margin-top: 1px;
}
}
#s-05b7164b-2e0d-444f-a7fc-e7e83e875b40 {
  margin-top: 48px;
margin-bottom: 24px;
}
@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:  normal ;
  font-family: "areaNormal800";
  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-6 {
  width: calc(50.0% - 15.0px);
}

}

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

}

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

}

@media (min-width: 1200px) {
[id="s-4aa0c554-520d-4925-8105-066af9f2c36e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.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-8b6fa96f-7dc2-4889-94ee-967845d24771 {
  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-8b6fa96f-7dc2-4889-94ee-967845d24771"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8b6fa96f-7dc2-4889-94ee-967845d24771"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8b6fa96f-7dc2-4889-94ee-967845d24771"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8b6fa96f-7dc2-4889-94ee-967845d24771"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-edb36b2d-86ab-4e03-bcf8-0093fa127fd0 {
  margin-left: 0px;
text-align: center;
}







  #s-edb36b2d-86ab-4e03-bcf8-0093fa127fd0 img.shogun-image {
    

    
    
    
  }


#s-edb36b2d-86ab-4e03-bcf8-0093fa127fd0 .shogun-image-content {
  
    align-items: center;
  
}

#s-0d99c9cc-397d-4c8f-83a7-f9f6b88de8f5 {
  min-height: 50px;
}








#s-0d99c9cc-397d-4c8f-83a7-f9f6b88de8f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0d99c9cc-397d-4c8f-83a7-f9f6b88de8f5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ff2607f6-297f-4461-a079-5adbb5176dfb {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 8px;
margin-right: 20px;
text-align: left;
}

#s-ff2607f6-297f-4461-a079-5adbb5176dfb .shogun-heading-component h2 {
  color: rgba(30, 38, 46, 1);
  font-weight:  normal ;
  font-family: "areaNormal800";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.3em;
  
  
}



#s-7747e07f-d8d3-4a3c-9507-e07929f6eaec {
  margin-left: 20px;
margin-right: 20px;
}

#s-44a889cc-46ff-4db8-8258-184906e48248 {
  margin-top: 20px;
margin-left: 20px;
margin-right: 20px;
}

#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-9ddaed07-9f8d-4613-9abf-76b7ec49a560 {
  min-height: 50px;
}








#s-9ddaed07-9f8d-4613-9abf-76b7ec49a560 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9ddaed07-9f8d-4613-9abf-76b7ec49a560.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

#s-fb5cc22f-1848-49da-a155-8aab91b2ef3d .shogun-heading-component h2 {
  color: rgba(30, 38, 46, 1);
  font-weight:  normal ;
  font-family: "areaNormal800";
  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: 20px;
margin-left: 20px;
margin-right: 20px;
}

#s-f2fab961-3804-40bf-a030-47f8ea51ea69 {
  margin-top: 60px;
margin-bottom: 16px;
}
@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-top: 56px;
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: 24px;
  line-height: 1.3em;
  
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-6da366eb-dedc-43c0-9b43-b051b9b215f3 .shogun-heading-component h2 {
  color: rgba(30, 38, 46, 1);
  font-weight:  700 ;
  font-family: "areaNormal800";
  font-style:  normal ;
  font-size: 20px;
  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-15d6375a-1df7-4c80-a70e-289be58b6060 {
  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: 500px;
}
@media (max-width: 767px){#s-15d6375a-1df7-4c80-a70e-289be58b6060 {
  max-width: 350px;
}
}
@media (min-width: 0px) {
[id="s-15d6375a-1df7-4c80-a70e-289be58b6060"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-15d6375a-1df7-4c80-a70e-289be58b6060"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-15d6375a-1df7-4c80-a70e-289be58b6060"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-15d6375a-1df7-4c80-a70e-289be58b6060"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-cc551ec6-f870-493f-abcd-12b065e87f1c {
  text-align: center;
}







  #s-cc551ec6-f870-493f-abcd-12b065e87f1c img.shogun-image {
    

    
    
    
  }


#s-cc551ec6-f870-493f-abcd-12b065e87f1c .shogun-image-content {
  
    align-items: center;
  
}

#s-36d61a1f-8bb9-49fc-ae03-c21247c71502 {
  min-height: 50px;
}








#s-36d61a1f-8bb9-49fc-ae03-c21247c71502 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-36d61a1f-8bb9-49fc-ae03-c21247c71502.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-af137c27-1d3b-4237-9c7d-64d7177daaae {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 8px;
margin-right: 16px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-af137c27-1d3b-4237-9c7d-64d7177daaae {
  margin-top: 0px;
}
}
#s-af137c27-1d3b-4237-9c7d-64d7177daaae .shogun-heading-component h2 {
  color: rgba(30, 38, 46, 1);
  font-weight:  normal ;
  font-family: "areaNormal800";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.2em;
  
  
}



#s-88bc35d8-b1f0-40b1-99a4-3721b0639788 {
  margin-left: 18px;
margin-right: 14px;
}

#s-8e89f09d-0ab5-40e4-966e-f18e875ca423 {
  margin-top: 10px;
margin-left: 20px;
margin-right: 20px;
}

#s-3f9ced09-9150-4d81-ab0b-96ca2a20c990 {
  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: 500px;
}
@media (max-width: 767px){#s-3f9ced09-9150-4d81-ab0b-96ca2a20c990 {
  max-width: 350px;
}
}
@media (min-width: 0px) {
[id="s-3f9ced09-9150-4d81-ab0b-96ca2a20c990"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-3f9ced09-9150-4d81-ab0b-96ca2a20c990"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3f9ced09-9150-4d81-ab0b-96ca2a20c990"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3f9ced09-9150-4d81-ab0b-96ca2a20c990"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-b259e66e-8fe3-4b32-81e7-50a4476ff779 {
  text-align: center;
}







  #s-b259e66e-8fe3-4b32-81e7-50a4476ff779 img.shogun-image {
    

    
    
    
  }


#s-b259e66e-8fe3-4b32-81e7-50a4476ff779 .shogun-image-content {
  
    align-items: center;
  
}

#s-57c96000-ecea-476d-b7ce-ca2d2cb55285 {
  min-height: 50px;
}








#s-57c96000-ecea-476d-b7ce-ca2d2cb55285 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-57c96000-ecea-476d-b7ce-ca2d2cb55285.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1a8b74a9-471a-443c-aee6-44852ace6893 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 8px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-1a8b74a9-471a-443c-aee6-44852ace6893 {
  margin-top: 0px;
margin-right: 19px;
}
}
#s-1a8b74a9-471a-443c-aee6-44852ace6893 .shogun-heading-component h2 {
  color: rgba(30, 38, 46, 1);
  font-weight:  normal ;
  font-family: "areaNormal800";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.2em;
  
  
}



#s-3464281c-45d7-484d-b568-37ec8e1ae1f8 {
  margin-left: 20px;
margin-right: 20px;
}

#s-560726e2-aa53-48e9-9617-fa09310fda33 {
  margin-top: 10px;
margin-left: 20px;
margin-right: 20px;
}

#s-419625df-a72e-44cb-a6d5-2ce31ed1e0ba {
  margin-top: 60px;
margin-bottom: 30px;
}
@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 {
  
}
}
#s-be53ae70-0c92-4c89-af00-c33ca0ecadd7 {
  margin-bottom: 40px;
text-align: center;
}
@media (min-width: 1200px){#s-be53ae70-0c92-4c89-af00-c33ca0ecadd7 {
  display: none;
}
#s-be53ae70-0c92-4c89-af00-c33ca0ecadd7, #wrap-s-be53ae70-0c92-4c89-af00-c33ca0ecadd7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-be53ae70-0c92-4c89-af00-c33ca0ecadd7 {
  display: none;
}
#s-be53ae70-0c92-4c89-af00-c33ca0ecadd7, #wrap-s-be53ae70-0c92-4c89-af00-c33ca0ecadd7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-be53ae70-0c92-4c89-af00-c33ca0ecadd7 {
  display: none;
}
#s-be53ae70-0c92-4c89-af00-c33ca0ecadd7, #wrap-s-be53ae70-0c92-4c89-af00-c33ca0ecadd7 { display: none !important; }}
#s-be53ae70-0c92-4c89-af00-c33ca0ecadd7 .shogun-heading-component h2 {
  color: rgba(30, 38, 46, 1);
  font-weight:  700 ;
  font-family: "Bitter";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.3em;
  
  text-align: center;
}


@media (max-width: 767px){#s-be53ae70-0c92-4c89-af00-c33ca0ecadd7 .shogun-heading-component h2 {
  color: rgba(30, 38, 46, 1);
  font-weight:  700 ;
  font-family: "areaNormal800";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.2em;
  
  text-align: center;
}


}
#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-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 {
  cursor: pointer;
}#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-7106583b-2fb3-4f3a-9e62-cfbe14add796 {
  text-align: center;
}







  #s-7106583b-2fb3-4f3a-9e62-cfbe14add796 img.shogun-image {
    

    
    
    
  }


#s-7106583b-2fb3-4f3a-9e62-cfbe14add796 .shogun-image-content {
  
    align-items: center;
  
}

#s-b5efdd9f-1b48-4609-b8ad-7125c10e38a8 {
  min-height: 50px;
}
@media (max-width: 767px){#s-b5efdd9f-1b48-4609-b8ad-7125c10e38a8 {
  margin-top: 16px;
margin-bottom: 16px;
}
}







#s-b5efdd9f-1b48-4609-b8ad-7125c10e38a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b5efdd9f-1b48-4609-b8ad-7125c10e38a8.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;
padding-top: 0px;
padding-bottom: 0px;
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;
  
  
}


@media (max-width: 767px){#s-50a10644-acaa-472f-9aa0-1e5f5b2a601f .shogun-heading-component h2 {
  color: rgba(30, 38, 46, 1);
  font-weight:  700 ;
  font-family: "areaNormal800";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.2em;
  
  
}


}
#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;
}

@media (min-width: 1200px){#s-4d5e8beb-4fa0-448c-90eb-7d455f0a9e50 {
  display: none;
}
#s-4d5e8beb-4fa0-448c-90eb-7d455f0a9e50, #wrap-s-4d5e8beb-4fa0-448c-90eb-7d455f0a9e50 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4d5e8beb-4fa0-448c-90eb-7d455f0a9e50 {
  display: none;
}
#s-4d5e8beb-4fa0-448c-90eb-7d455f0a9e50, #wrap-s-4d5e8beb-4fa0-448c-90eb-7d455f0a9e50 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4d5e8beb-4fa0-448c-90eb-7d455f0a9e50 {
  display: none;
}
#s-4d5e8beb-4fa0-448c-90eb-7d455f0a9e50, #wrap-s-4d5e8beb-4fa0-448c-90eb-7d455f0a9e50 { display: none !important; }}
#s-e81adee9-7f70-4ae3-bced-29bd009d1cb1 {
  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;
}

@media (min-width: 0px) {
[id="s-e81adee9-7f70-4ae3-bced-29bd009d1cb1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e81adee9-7f70-4ae3-bced-29bd009d1cb1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e81adee9-7f70-4ae3-bced-29bd009d1cb1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e81adee9-7f70-4ae3-bced-29bd009d1cb1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-7af19260-2511-4115-ba67-8701760df52d {
  text-align: center;
}







  #s-7af19260-2511-4115-ba67-8701760df52d img.shogun-image {
    

    
    
    
  }


#s-7af19260-2511-4115-ba67-8701760df52d .shogun-image-content {
  
    align-items: center;
  
}

#s-1360266f-5a39-4788-95b1-4c3cca637765 {
  min-height: 50px;
}
@media (max-width: 767px){#s-1360266f-5a39-4788-95b1-4c3cca637765 {
  margin-top: 16px;
margin-bottom: 16px;
}
}







#s-1360266f-5a39-4788-95b1-4c3cca637765 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1360266f-5a39-4788-95b1-4c3cca637765.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ca55e729-793b-4d95-bf98-e910b0543185 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 8px;
margin-right: 20px;
text-align: left;
}
@media (max-width: 767px){#s-ca55e729-793b-4d95-bf98-e910b0543185 {
  padding-top: 0px;
padding-bottom: 0px;
}
}
#s-ca55e729-793b-4d95-bf98-e910b0543185 .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;
  
  
}


@media (max-width: 767px){#s-ca55e729-793b-4d95-bf98-e910b0543185 .shogun-heading-component h2 {
  color: rgba(30, 38, 46, 1);
  font-weight:  700 ;
  font-family: "areaNormal800";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.2em;
  
  
}


}
#s-bc19a08c-e9b4-40b4-8233-3203e6d5607e {
  margin-left: 20px;
margin-right: 20px;
}

#s-476e45d1-adda-4b7f-9f86-b981689e8f0a {
  margin-top: 15px;
margin-left: 20px;
margin-bottom: 15px;
margin-right: 20px;
}

#s-a93aaa22-0ac8-43f4-9958-39aef3e1e88a {
  margin-top: 64px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a93aaa22-0ac8-43f4-9958-39aef3e1e88a {
  display: none;
}
#s-a93aaa22-0ac8-43f4-9958-39aef3e1e88a, #wrap-s-a93aaa22-0ac8-43f4-9958-39aef3e1e88a { display: none !important; }}@media (max-width: 767px){#s-a93aaa22-0ac8-43f4-9958-39aef3e1e88a {
  display: none;
}
#s-a93aaa22-0ac8-43f4-9958-39aef3e1e88a, #wrap-s-a93aaa22-0ac8-43f4-9958-39aef3e1e88a { display: none !important; }}
#s-34f34eb8-46d7-4457-b63f-7b6e263ef360 {
  text-align: center;
}







  #s-34f34eb8-46d7-4457-b63f-7b6e263ef360 img.shogun-image {
    

    
    
    
  }


#s-34f34eb8-46d7-4457-b63f-7b6e263ef360 .shogun-image-content {
  
    align-items: center;
  
}

#s-1f94ff83-e375-474d-b0ca-333f79158437 {
  margin-top: 8px;
margin-left: auto;
margin-bottom: -24px;
margin-right: auto;
max-width: 214px;
aspect-ratio: 214/60;
text-align: center;
}





  #s-1f94ff83-e375-474d-b0ca-333f79158437 img.shogun-image,
  #s-1f94ff83-e375-474d-b0ca-333f79158437 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1f94ff83-e375-474d-b0ca-333f79158437 {
    width: 100%;
    height: auto;
  }



  #s-1f94ff83-e375-474d-b0ca-333f79158437 img.shogun-image {
    

    
    
    
  }


#s-1f94ff83-e375-474d-b0ca-333f79158437 .shogun-image-content {
  
    align-items: center;
  
}

#s-4ac36236-cc45-433d-81c2-c84f2a1b54a7 {
  margin-top: 40px;
margin-left: 20px;
margin-bottom: 8px;
margin-right: 20px;
text-align: center;
}

#s-4ac36236-cc45-433d-81c2-c84f2a1b54a7 .shogun-heading-component h2 {
  color: rgba(30, 38, 46, 1);
  font-weight:  normal ;
  font-family: "areaNormal800";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.5em;
  
  text-align: center;
}



#s-e603ccf7-d338-4f28-8f58-5dbc1512f492 {
  margin-left: 489px;
margin-right: 489px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e603ccf7-d338-4f28-8f58-5dbc1512f492 {
  display: none;
}
#s-e603ccf7-d338-4f28-8f58-5dbc1512f492, #wrap-s-e603ccf7-d338-4f28-8f58-5dbc1512f492 { display: none !important; }}@media (max-width: 767px){#s-e603ccf7-d338-4f28-8f58-5dbc1512f492 {
  display: none;
}
#s-e603ccf7-d338-4f28-8f58-5dbc1512f492, #wrap-s-e603ccf7-d338-4f28-8f58-5dbc1512f492 { display: none !important; }}
#s-ab42de41-ee36-4d3e-8934-c9e9350360c9 {
  margin-left: 30%;
margin-right: 30%;
}
@media (min-width: 1200px){#s-ab42de41-ee36-4d3e-8934-c9e9350360c9 {
  display: none;
}
#s-ab42de41-ee36-4d3e-8934-c9e9350360c9, #wrap-s-ab42de41-ee36-4d3e-8934-c9e9350360c9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ab42de41-ee36-4d3e-8934-c9e9350360c9 {
  display: none;
}
#s-ab42de41-ee36-4d3e-8934-c9e9350360c9, #wrap-s-ab42de41-ee36-4d3e-8934-c9e9350360c9 { display: none !important; }}
#s-59fc0627-a79d-4352-b7d0-c34d97d6be18 {
  margin-top: 20px;
margin-left: 20px;
margin-right: 20px;
text-align: center;
}

#s-f5a6af7e-ced6-4bd1-800b-654c73ae43d1 {
  margin-top: 56px;
}
@media (min-width: 1200px){#s-f5a6af7e-ced6-4bd1-800b-654c73ae43d1 {
  display: none;
}
#s-f5a6af7e-ced6-4bd1-800b-654c73ae43d1, #wrap-s-f5a6af7e-ced6-4bd1-800b-654c73ae43d1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f5a6af7e-ced6-4bd1-800b-654c73ae43d1 {
  display: none;
}
#s-f5a6af7e-ced6-4bd1-800b-654c73ae43d1, #wrap-s-f5a6af7e-ced6-4bd1-800b-654c73ae43d1 { display: none !important; }}@media (max-width: 767px){#s-f5a6af7e-ced6-4bd1-800b-654c73ae43d1 {
  display: none;
}
#s-f5a6af7e-ced6-4bd1-800b-654c73ae43d1, #wrap-s-f5a6af7e-ced6-4bd1-800b-654c73ae43d1 { display: none !important; }}
#s-cd7c4732-1a7f-402a-a895-c3211e1267ff {
  text-align: center;
}







  #s-cd7c4732-1a7f-402a-a895-c3211e1267ff img.shogun-image {
    

    
    
    
  }


#s-cd7c4732-1a7f-402a-a895-c3211e1267ff .shogun-image-content {
  
    align-items: center;
  
}

#s-a288c083-8910-4ba3-b76a-3b40f399bbb7 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: -14px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
min-height: 0px;
max-width: 214px;
aspect-ratio: 214/60;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-a288c083-8910-4ba3-b76a-3b40f399bbb7 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
min-height: 0px;
max-width: 170px;
}
}




  #s-a288c083-8910-4ba3-b76a-3b40f399bbb7 img.shogun-image,
  #s-a288c083-8910-4ba3-b76a-3b40f399bbb7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a288c083-8910-4ba3-b76a-3b40f399bbb7 {
    width: 100%;
    height: auto;
  }



  #s-a288c083-8910-4ba3-b76a-3b40f399bbb7 img.shogun-image {
    

    
    
    
  }


#s-a288c083-8910-4ba3-b76a-3b40f399bbb7 .shogun-image-content {
  
    align-items: center;
  
}

#s-454f7956-810c-4111-aa6c-12a5efbda6e6 {
  margin-top: 24px;
margin-left: 20px;
margin-bottom: 8px;
margin-right: 20px;
text-align: center;
}

#s-454f7956-810c-4111-aa6c-12a5efbda6e6 .shogun-heading-component h2 {
  color: rgba(30, 38, 46, 1);
  font-weight:  normal ;
  font-family: "areaNormal800";
  font-style:  normal ;
  
  line-height: 1.5em;
  
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-454f7956-810c-4111-aa6c-12a5efbda6e6 .shogun-heading-component h2 {
  color: rgba(30, 38, 46, 1);
  font-weight:  normal ;
  font-family: "areaNormal800";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.3em;
  
  text-align: center;
}


}
#s-0d06fa6b-9f93-475b-81ea-0485819dfaa1 {
  margin-left: 370px;
margin-right: 370px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0d06fa6b-9f93-475b-81ea-0485819dfaa1 {
  display: none;
}
#s-0d06fa6b-9f93-475b-81ea-0485819dfaa1, #wrap-s-0d06fa6b-9f93-475b-81ea-0485819dfaa1 { display: none !important; }}@media (max-width: 767px){#s-0d06fa6b-9f93-475b-81ea-0485819dfaa1 {
  display: none;
}
#s-0d06fa6b-9f93-475b-81ea-0485819dfaa1, #wrap-s-0d06fa6b-9f93-475b-81ea-0485819dfaa1 { display: none !important; }}
#s-0d04f375-a90f-40d9-81a5-21c4fa0e25d9 {
  margin-left: 36%;
margin-right: 36%;
}
@media (min-width: 1200px){#s-0d04f375-a90f-40d9-81a5-21c4fa0e25d9 {
  display: none;
}
#s-0d04f375-a90f-40d9-81a5-21c4fa0e25d9, #wrap-s-0d04f375-a90f-40d9-81a5-21c4fa0e25d9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0d04f375-a90f-40d9-81a5-21c4fa0e25d9 {
  display: none;
}
#s-0d04f375-a90f-40d9-81a5-21c4fa0e25d9, #wrap-s-0d04f375-a90f-40d9-81a5-21c4fa0e25d9 { display: none !important; }}
#s-1d5da351-dd59-4643-9007-0d3483c4bba2 {
  margin-top: 13px;
margin-left: 20px;
margin-right: 20px;
text-align: center;
}

#s-de57d091-da48-4ced-8a91-58aa13220021 {
  margin-top: 56px;
}
@media (min-width: 1200px){#s-de57d091-da48-4ced-8a91-58aa13220021 {
  display: none;
}
#s-de57d091-da48-4ced-8a91-58aa13220021, #wrap-s-de57d091-da48-4ced-8a91-58aa13220021 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-de57d091-da48-4ced-8a91-58aa13220021 {
  display: none;
}
#s-de57d091-da48-4ced-8a91-58aa13220021, #wrap-s-de57d091-da48-4ced-8a91-58aa13220021 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-de57d091-da48-4ced-8a91-58aa13220021 {
  display: none;
}
#s-de57d091-da48-4ced-8a91-58aa13220021, #wrap-s-de57d091-da48-4ced-8a91-58aa13220021 { display: none !important; }}
#s-a736754f-dc14-43bb-b679-cd126f8e6b8c {
  text-align: center;
}







  #s-a736754f-dc14-43bb-b679-cd126f8e6b8c img.shogun-image {
    

    
    
    
  }


#s-a736754f-dc14-43bb-b679-cd126f8e6b8c .shogun-image-content {
  
    align-items: center;
  
}

#s-1003bf82-7766-4cc6-8070-2c060ce3fb4b {
  margin-top: 4px;
margin-left: auto;
margin-bottom: -14px;
margin-right: auto;
min-height: 0px;
max-width: 214px;
aspect-ratio: 214/60;
text-align: center;
}





  #s-1003bf82-7766-4cc6-8070-2c060ce3fb4b img.shogun-image,
  #s-1003bf82-7766-4cc6-8070-2c060ce3fb4b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1003bf82-7766-4cc6-8070-2c060ce3fb4b {
    width: 100%;
    height: auto;
  }



  #s-1003bf82-7766-4cc6-8070-2c060ce3fb4b img.shogun-image {
    

    
    
    
  }


#s-1003bf82-7766-4cc6-8070-2c060ce3fb4b .shogun-image-content {
  
    align-items: center;
  
}

#s-6db6dddc-0c90-4b4d-811e-59f5480e821a {
  margin-top: 24px;
margin-left: 20px;
margin-bottom: 8px;
margin-right: 20px;
text-align: center;
}

#s-6db6dddc-0c90-4b4d-811e-59f5480e821a .shogun-heading-component h2 {
  color: rgba(30, 38, 46, 1);
  font-weight:  700 ;
  font-family: "Bitter";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.5em;
  
  text-align: center;
}


@media (max-width: 767px){#s-6db6dddc-0c90-4b4d-811e-59f5480e821a .shogun-heading-component h2 {
  color: rgba(30, 38, 46, 1);
  font-weight:  700 ;
  font-family: "areaNormal800";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.2em;
  
  text-align: center;
}


}
#s-26f5886e-4fb2-49f2-9248-fe73c4e46b9d {
  margin-left: 370px;
margin-right: 370px;
}
@media (min-width: 768px) and (max-width: 991px){#s-26f5886e-4fb2-49f2-9248-fe73c4e46b9d {
  display: none;
}
#s-26f5886e-4fb2-49f2-9248-fe73c4e46b9d, #wrap-s-26f5886e-4fb2-49f2-9248-fe73c4e46b9d { display: none !important; }}@media (max-width: 767px){#s-26f5886e-4fb2-49f2-9248-fe73c4e46b9d {
  display: none;
}
#s-26f5886e-4fb2-49f2-9248-fe73c4e46b9d, #wrap-s-26f5886e-4fb2-49f2-9248-fe73c4e46b9d { display: none !important; }}
#s-f039e91a-3826-41cc-8290-09c4091db8f4 {
  margin-left: 14%;
margin-right: 14%;
}
@media (min-width: 1200px){#s-f039e91a-3826-41cc-8290-09c4091db8f4 {
  display: none;
}
#s-f039e91a-3826-41cc-8290-09c4091db8f4, #wrap-s-f039e91a-3826-41cc-8290-09c4091db8f4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f039e91a-3826-41cc-8290-09c4091db8f4 {
  display: none;
}
#s-f039e91a-3826-41cc-8290-09c4091db8f4, #wrap-s-f039e91a-3826-41cc-8290-09c4091db8f4 { display: none !important; }}
#s-e021784b-0480-403a-87d5-7c52ca250cc2 {
  margin-top: 13px;
margin-left: 20px;
margin-right: 20px;
text-align: center;
}

#s-f0f2d397-52cd-4808-9ff7-a739a19987fb {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 50px;
padding-bottom: 50px;
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);
text-align: center;
}
@media (min-width: 1200px){#s-f0f2d397-52cd-4808-9ff7-a739a19987fb {
  margin-top: 0px;
margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f0f2d397-52cd-4808-9ff7-a739a19987fb {
  margin-top: 0px;
margin-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f0f2d397-52cd-4808-9ff7-a739a19987fb {
  margin-bottom: 0px;
}
}
.final-link:hover{
    text-decoration: none;
    color: #016198;
  }

@media (min-width: 536px) and (max-width: 767px) {
  .kanopi-have-questions-section {
    display: flex !important;
    margin-bottom: 10px !important;
  }
  .kanopi-have-questions-section .page-width {
    margin-left: 16px !important;
    margin-right: 16px !important;
    width: 100% !important;
    flex-grow: 1;
  }
  .kanopi-have-questions-section .page-width .title-help-contact {
    letter-spacing: normal !important;
    margin-bottom: 47px !important;
  }
  .kanopi-have-questions-section .container-results-help {
    column-gap: 16px !important;
  }
  .kanopi-have-questions-section .container-results-help .container-cards {
    opacity: 1 !important;
    width: 33.333333% !important;
  }
  .kanopi-have-questions-section .container-results-help .container-info{
    flex-grow: 1 !important; 
  }
  .kanopi-have-questions-section .container-results-help .container-cards .container-text {
    width: 100% !important;
  }
    
}
.kanopi-have-questions-section .container-results-help .slick-dots {
    margin-bottom: -24.5px;
    bottom: 0px;
    line-height: 1;
    display: flex;
    column-gap: 8px;
    justify-content: center;
  }
.kanopi-have-questions-section .container-results-help .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0px;
  }
.kanopi-have-questions-section .container-results-help .slick-dots li button {
    width: 8px;
    height: 8px;
  }
.kanopi-have-questions-section .container-results-help .slick-dots > .slick-active > button {
    background-color: #f86b16;
  }
.kanopi-have-questions-section .container-results-help .slick-dots *:not(.slick-active) > button {
    background-color: #cdd6dc;
}
/*
  $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}
