.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
  overflow-x: hidden;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-bdb59608-de2f-4a55-92a4-605e14f99138 {
  padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-bdb59608-de2f-4a55-92a4-605e14f99138 {
  display: none;
}
#s-bdb59608-de2f-4a55-92a4-605e14f99138, #wrap-s-bdb59608-de2f-4a55-92a4-605e14f99138, #wrap-content-s-bdb59608-de2f-4a55-92a4-605e14f99138 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bdb59608-de2f-4a55-92a4-605e14f99138 {
  display: none;
}
#s-bdb59608-de2f-4a55-92a4-605e14f99138, #wrap-s-bdb59608-de2f-4a55-92a4-605e14f99138, #wrap-content-s-bdb59608-de2f-4a55-92a4-605e14f99138 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bdb59608-de2f-4a55-92a4-605e14f99138 {
  display: none;
}
#s-bdb59608-de2f-4a55-92a4-605e14f99138, #wrap-s-bdb59608-de2f-4a55-92a4-605e14f99138, #wrap-content-s-bdb59608-de2f-4a55-92a4-605e14f99138 { display: none !important; }}
#s-bdb59608-de2f-4a55-92a4-605e14f99138 .shg-sld-dot {
  background-color: rgba(255, 255, 255, 1);
}

#s-bdb59608-de2f-4a55-92a4-605e14f99138 .shg-sld-nav-button.shg-sld-left,
#s-bdb59608-de2f-4a55-92a4-605e14f99138 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-bdb59608-de2f-4a55-92a4-605e14f99138 .shg-sld-dot {
  background-color: rgba(255, 255, 255, 1);
}

#s-bdb59608-de2f-4a55-92a4-605e14f99138 .shg-sld-nav-button.shg-sld-left,
#s-bdb59608-de2f-4a55-92a4-605e14f99138 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 255, 255, 1);
}
}
.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;
}

.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-c60cc2d9-8e7b-4727-a92f-534bb2fcfeeb {
  background-repeat: no-repeat;
background-size: cover;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(205, 214, 220, 1);
border-style: solid;
min-height: 426px;
background-position: center top;
}
@media (min-width: 768px) and (max-width: 991px){#s-c60cc2d9-8e7b-4727-a92f-534bb2fcfeeb {
  display: none;
}
#s-c60cc2d9-8e7b-4727-a92f-534bb2fcfeeb, #wrap-s-c60cc2d9-8e7b-4727-a92f-534bb2fcfeeb, #wrap-content-s-c60cc2d9-8e7b-4727-a92f-534bb2fcfeeb { display: none !important; }}@media (max-width: 767px){#s-c60cc2d9-8e7b-4727-a92f-534bb2fcfeeb {
  min-height: 0px;
display: none;
}
#s-c60cc2d9-8e7b-4727-a92f-534bb2fcfeeb, #wrap-s-c60cc2d9-8e7b-4727-a92f-534bb2fcfeeb, #wrap-content-s-c60cc2d9-8e7b-4727-a92f-534bb2fcfeeb { display: none !important; }}
#s-c60cc2d9-8e7b-4727-a92f-534bb2fcfeeb {
  background-image: url(https://i.shgcdn.com/4c36f459-033a-4407-9e23-d4354995c659/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-c60cc2d9-8e7b-4727-a92f-534bb2fcfeeb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c60cc2d9-8e7b-4727-a92f-534bb2fcfeeb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9e2734fa-e028-4215-add2-2eacbafb4134 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 426px;
background-position: center center;
}

#s-9e2734fa-e028-4215-add2-2eacbafb4134 {
  background-image: url(https://i.shgcdn.com/8906602a-b3fb-4504-9a8c-b843f969c1b1/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-9e2734fa-e028-4215-add2-2eacbafb4134 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9e2734fa-e028-4215-add2-2eacbafb4134.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

@media only screen and (max-width: 1024px) {
  .page-width.page-width--full-width-medium {
    padding-left: 0;
    padding-right: 0;
  }
}
#s-ac4ebeab-1f72-4edb-8505-a4f6a01de9f5 {
  
}

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

/* 
  Shopify base css adds display none to empty divs
  This causes items in the second column position to shift when
  the first column is empty. In order to overwrite that style,
  we have to manually set empty divs in the column to display block 
  so the whole element holds its positioning on published pages.
*/

.shg-row > div:empty {
  display: block;
}

#s-d0136dda-d465-48ad-b2a9-03241e964e37 {
  margin-left: auto;
margin-right: auto;
min-height: 0px;
}

@media (min-width: 0px) {
[id="s-d0136dda-d465-48ad-b2a9-03241e964e37"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d0136dda-d465-48ad-b2a9-03241e964e37"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d0136dda-d465-48ad-b2a9-03241e964e37"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d0136dda-d465-48ad-b2a9-03241e964e37"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-d5c3204c-3b91-4409-8442-c239b72185a1 {
  padding-top: 47px;
padding-left: 39px;
padding-bottom: 47px;
padding-right: 54px;
min-height: 376px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d5c3204c-3b91-4409-8442-c239b72185a1 {
  padding-top: 47px;
}
}@media (max-width: 767px){#s-d5c3204c-3b91-4409-8442-c239b72185a1 {
  padding-top: 21px;
padding-left: 15px;
padding-bottom: 39px;
padding-right: 15px;
}
}







#s-d5c3204c-3b91-4409-8442-c239b72185a1 > .shg-box-overlay {
  background-color: rgba(29, 38, 46, 1);
  opacity: 0.8;
  display: block;
}#s-d5c3204c-3b91-4409-8442-c239b72185a1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px){






#s-d5c3204c-3b91-4409-8442-c239b72185a1 > .shg-box-overlay {
  background-color: rgba(29, 38, 46, 1);
  opacity: 0.8;
  display: block;
}#s-d5c3204c-3b91-4409-8442-c239b72185a1.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: #000000;
  font-family: "areaNormal800";
  text-transform: none;
  font-weight: 400;
  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-14bbb1e0-8736-461a-8377-c1b5b88d6f8d {
  margin-top: -16px;
margin-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-14bbb1e0-8736-461a-8377-c1b5b88d6f8d {
  margin-top: 40px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 4%;
}
}
#s-14bbb1e0-8736-461a-8377-c1b5b88d6f8d .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  line-height: 1.3em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-14bbb1e0-8736-461a-8377-c1b5b88d6f8d .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.3em;
  
  
}


}@media (max-width: 767px){#s-14bbb1e0-8736-461a-8377-c1b5b88d6f8d .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  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: #000000;
  font-family: "areaNormal800";
  font-weight: 400;
}

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

.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: #000000;
  font-family: "areaNormal800";
  font-weight: 400;
}

.shg-theme-text-content p {
  color: #000000;
  font-family: "area-normal";
  font-weight: 400;
}

#s-4a48c909-53f3-4b10-a7a8-dec69bf0a463 {
  margin-top: 8px;
}
@media (max-width: 767px){#s-4a48c909-53f3-4b10-a7a8-dec69bf0a463 {
  margin-left: 0%;
margin-right: 4%;
}
}
#s-a6fe7dad-a432-4fb2-b58b-8a79fdb0186f {
  margin-top: 32px;
}

#s-095be9f9-c00a-4777-bb56-4ee314ced488 {
  min-height: 30px;
}
@media (min-width: 1200px){#s-095be9f9-c00a-4777-bb56-4ee314ced488 {
  min-height: 50px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-095be9f9-c00a-4777-bb56-4ee314ced488 {
  min-height: 50px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-095be9f9-c00a-4777-bb56-4ee314ced488 {
  min-height: 50px;
}
}







#s-095be9f9-c00a-4777-bb56-4ee314ced488 > .shg-box-overlay {
  background-color: rgba(29, 38, 46, 1);
  opacity: 0.8;
  display: block;
}#s-095be9f9-c00a-4777-bb56-4ee314ced488.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c97b424d-5a91-418a-bcea-64e33186c199 {
  margin-top: -40px;
margin-left: 40px;
margin-bottom: 0px;
margin-right: 40px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c97b424d-5a91-418a-bcea-64e33186c199 {
  margin-top: -40px;
}
}@media (max-width: 767px){#s-c97b424d-5a91-418a-bcea-64e33186c199 {
  display: none;
}
#s-c97b424d-5a91-418a-bcea-64e33186c199, #wrap-s-c97b424d-5a91-418a-bcea-64e33186c199, #wrap-content-s-c97b424d-5a91-418a-bcea-64e33186c199 { display: none !important; }}
#s-ba482381-d765-4f7f-bac0-36f9106c526d {
  background-repeat: no-repeat;
background-size: cover;
min-height: 426px;
background-position: center center;
}
@media (min-width: 1200px){#s-ba482381-d765-4f7f-bac0-36f9106c526d {
  display: none;
}
#s-ba482381-d765-4f7f-bac0-36f9106c526d, #wrap-s-ba482381-d765-4f7f-bac0-36f9106c526d, #wrap-content-s-ba482381-d765-4f7f-bac0-36f9106c526d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ba482381-d765-4f7f-bac0-36f9106c526d {
  display: none;
}
#s-ba482381-d765-4f7f-bac0-36f9106c526d, #wrap-s-ba482381-d765-4f7f-bac0-36f9106c526d, #wrap-content-s-ba482381-d765-4f7f-bac0-36f9106c526d { display: none !important; }}@media (max-width: 767px){#s-ba482381-d765-4f7f-bac0-36f9106c526d {
  min-height: 0px;
display: none;
}
#s-ba482381-d765-4f7f-bac0-36f9106c526d, #wrap-s-ba482381-d765-4f7f-bac0-36f9106c526d, #wrap-content-s-ba482381-d765-4f7f-bac0-36f9106c526d { display: none !important; }}
#s-ba482381-d765-4f7f-bac0-36f9106c526d {
  background-image: url(https://i.shgcdn.com/01f06ead-3a76-40ed-ac8e-0382ec162703/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-ba482381-d765-4f7f-bac0-36f9106c526d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ba482381-d765-4f7f-bac0-36f9106c526d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-30b6180b-8e80-416b-85fa-9e2228732313 {
  background-size: cover;
padding-left: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(205, 214, 220, 1);
border-style: solid;
min-height: 426px;
background-color: rgba(254, 116, 33, 1);
background-position: center center;
}
@media (min-width: 1200px){#s-30b6180b-8e80-416b-85fa-9e2228732313 {
  display: none;
}
#s-30b6180b-8e80-416b-85fa-9e2228732313, #wrap-s-30b6180b-8e80-416b-85fa-9e2228732313, #wrap-content-s-30b6180b-8e80-416b-85fa-9e2228732313 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-30b6180b-8e80-416b-85fa-9e2228732313 {
  display: none;
}
#s-30b6180b-8e80-416b-85fa-9e2228732313, #wrap-s-30b6180b-8e80-416b-85fa-9e2228732313, #wrap-content-s-30b6180b-8e80-416b-85fa-9e2228732313 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-30b6180b-8e80-416b-85fa-9e2228732313 {
  display: none;
}
#s-30b6180b-8e80-416b-85fa-9e2228732313, #wrap-s-30b6180b-8e80-416b-85fa-9e2228732313, #wrap-content-s-30b6180b-8e80-416b-85fa-9e2228732313 { display: none !important; }}







#s-30b6180b-8e80-416b-85fa-9e2228732313 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-30b6180b-8e80-416b-85fa-9e2228732313.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-6013c15a-c2f9-4a6a-af23-df67d3a6c183 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 50px;
background-position: center bottom;
}
@media (max-width: 767px){#s-6013c15a-c2f9-4a6a-af23-df67d3a6c183 {
  margin-top: -5px;
min-height: 160px;
}
}
#s-6013c15a-c2f9-4a6a-af23-df67d3a6c183 {
  background-image: url(https://i.shgcdn.com/eca371e0-431f-47d8-8969-d14283fa917d/);
}








#s-6013c15a-c2f9-4a6a-af23-df67d3a6c183 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6013c15a-c2f9-4a6a-af23-df67d3a6c183.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7d502482-c16f-4d8e-8645-b9fafbfb1082 {
  background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 50px;
background-position: center center;
background-color: rgba(254, 116, 33, 1);
}
@media (max-width: 767px){#s-7d502482-c16f-4d8e-8645-b9fafbfb1082 {
  padding-top: 20px;
padding-bottom: 0px;
min-height: 266px;
}
}







#s-7d502482-c16f-4d8e-8645-b9fafbfb1082 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7d502482-c16f-4d8e-8645-b9fafbfb1082.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px){






#s-7d502482-c16f-4d8e-8645-b9fafbfb1082 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7d502482-c16f-4d8e-8645-b9fafbfb1082.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}
.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-3b3ca42a-4a8c-4a66-a630-103c573773c0 {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
}
@media (min-width: 1200px){#s-3b3ca42a-4a8c-4a66-a630-103c573773c0 {
  margin-top: 96px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3b3ca42a-4a8c-4a66-a630-103c573773c0 {
  margin-top: 57px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-left: 0%;
padding-right: 0%;
}
}@media (max-width: 767px){#s-3b3ca42a-4a8c-4a66-a630-103c573773c0 {
  margin-top: 10px;
margin-bottom: 4px;
}
}
#s-3b3ca42a-4a8c-4a66-a630-103c573773c0 .shg-proportional-font-size,
#s-3b3ca42a-4a8c-4a66-a630-103c573773c0 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-29307814-d182-4052-bd1a-a84d46381e37 {
  margin-top: -10px;
margin-left: 0px;
margin-bottom: -10px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-29307814-d182-4052-bd1a-a84d46381e37 {
  
}
}@media (max-width: 767px){#s-29307814-d182-4052-bd1a-a84d46381e37 {
  margin-top: 0px;
margin-bottom: -4px;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-5dad4af4-1abf-43ee-ae26-d4f5ae8303f8 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5dad4af4-1abf-43ee-ae26-d4f5ae8303f8 {
  
}
}@media (max-width: 767px){#s-5dad4af4-1abf-43ee-ae26-d4f5ae8303f8 {
  margin-left: auto;
margin-bottom: 4px;
margin-right: auto;
max-width: 400px;
}
}
.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

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

.shg-btn-text {
  font-weight: 400;
  font-family: "area-normal";
}

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

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

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

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

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

#s-aad5c4ef-0f0e-46a4-92f3-376887d9dcb1 {
  margin-top: 16px;
margin-right: 0%;
padding-top: 8px;
padding-left: 30%;
padding-bottom: 8px;
padding-right: 30%;
border-radius: 2px;
background-color: rgba(12, 58, 91, 1);
text-align: center;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
}
#s-aad5c4ef-0f0e-46a4-92f3-376887d9dcb1:hover {background-color: rgba(5, 30, 48, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-aad5c4ef-0f0e-46a4-92f3-376887d9dcb1:active {background-color: rgba(175, 26, 38, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-aad5c4ef-0f0e-46a4-92f3-376887d9dcb1 {
  margin-top: 12px;
margin-left: 16px;
margin-right: 16px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(9, 182, 236, 1);
border-style: none;
border-radius: 3px;
color: rgba(255, 255, 255, 1);
background-color: rgba(9, 182, 236, 1);
hover-type: color;
}
#s-aad5c4ef-0f0e-46a4-92f3-376887d9dcb1:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 162, 213, 1) !important;
border-radius: 2px !important;
background-color: rgba(0, 162, 213, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-aad5c4ef-0f0e-46a4-92f3-376887d9dcb1:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 162, 213, 1) !important;
border-radius: 2px !important;
background-color: rgba(0, 162, 213, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}}

  #s-aad5c4ef-0f0e-46a4-92f3-376887d9dcb1-root {
    text-align: center;
  }


#s-aad5c4ef-0f0e-46a4-92f3-376887d9dcb1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AreaNormal-Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-aad5c4ef-0f0e-46a4-92f3-376887d9dcb1-root {
    text-align: center;
  }


#s-aad5c4ef-0f0e-46a4-92f3-376887d9dcb1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AreaNormal-Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-aad5c4ef-0f0e-46a4-92f3-376887d9dcb1-root {
    text-align: center;
  }


#s-aad5c4ef-0f0e-46a4-92f3-376887d9dcb1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AreaNormal-Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-aad5c4ef-0f0e-46a4-92f3-376887d9dcb1-root {
    text-align: center;
  }


#s-aad5c4ef-0f0e-46a4-92f3-376887d9dcb1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AreaNormal-Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-aad5c4ef-0f0e-46a4-92f3-376887d9dcb1-root {
    text-align: center;
  }


#s-aad5c4ef-0f0e-46a4-92f3-376887d9dcb1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: AreaNormal-Black;
  display:  inline-block ;
}
}
#s-39762d3d-b5ce-4a4f-93cd-cde0b84c212b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-39762d3d-b5ce-4a4f-93cd-cde0b84c212b {
  margin-top: 0px;
margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-39762d3d-b5ce-4a4f-93cd-cde0b84c212b {
  margin-top: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-39762d3d-b5ce-4a4f-93cd-cde0b84c212b {
  margin-top: 0px;
margin-bottom: 0px;
}
}







#s-39762d3d-b5ce-4a4f-93cd-cde0b84c212b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-39762d3d-b5ce-4a4f-93cd-cde0b84c212b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0dad6191-7903-4890-a9b3-9762e3e17ce0 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-0dad6191-7903-4890-a9b3-9762e3e17ce0 {
  margin-top: 0px;
margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0dad6191-7903-4890-a9b3-9762e3e17ce0 {
  margin-top: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0dad6191-7903-4890-a9b3-9762e3e17ce0 {
  margin-top: 0px;
margin-bottom: 0px;
}
}







#s-0dad6191-7903-4890-a9b3-9762e3e17ce0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0dad6191-7903-4890-a9b3-9762e3e17ce0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-57b5b334-dc24-4998-8b6e-df6597aa85b8 {
  margin-top: 0px;
margin-bottom: 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;
min-height: 426px;
}
@media (min-width: 1200px){#s-57b5b334-dc24-4998-8b6e-df6597aa85b8 {
  margin-top: 0px;
margin-bottom: 0px;
}
}@media (max-width: 767px){#s-57b5b334-dc24-4998-8b6e-df6597aa85b8 {
  display: none;
}
#s-57b5b334-dc24-4998-8b6e-df6597aa85b8, #wrap-s-57b5b334-dc24-4998-8b6e-df6597aa85b8, #wrap-content-s-57b5b334-dc24-4998-8b6e-df6597aa85b8 { display: none !important; }}
#s-57b5b334-dc24-4998-8b6e-df6597aa85b8 .shg-sld-dot {
  background-color: rgba(253, 253, 253, 1);
}

#s-57b5b334-dc24-4998-8b6e-df6597aa85b8 .shg-sld-nav-button.shg-sld-left,
#s-57b5b334-dc24-4998-8b6e-df6597aa85b8 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(253, 253, 253, 1);
}

#s-443799df-488b-4fa0-bdc2-d395951cd409 {
  padding-left: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(205, 214, 220, 1);
border-style: solid;
min-height: 426px;
}
@media (min-width: 1200px){#s-443799df-488b-4fa0-bdc2-d395951cd409 {
  display: none;
}
#s-443799df-488b-4fa0-bdc2-d395951cd409, #wrap-s-443799df-488b-4fa0-bdc2-d395951cd409, #wrap-content-s-443799df-488b-4fa0-bdc2-d395951cd409 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-443799df-488b-4fa0-bdc2-d395951cd409 {
  display: none;
}
#s-443799df-488b-4fa0-bdc2-d395951cd409, #wrap-s-443799df-488b-4fa0-bdc2-d395951cd409, #wrap-content-s-443799df-488b-4fa0-bdc2-d395951cd409 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-443799df-488b-4fa0-bdc2-d395951cd409 {
  display: none;
}
#s-443799df-488b-4fa0-bdc2-d395951cd409, #wrap-s-443799df-488b-4fa0-bdc2-d395951cd409, #wrap-content-s-443799df-488b-4fa0-bdc2-d395951cd409 { display: none !important; }}







#s-443799df-488b-4fa0-bdc2-d395951cd409 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-443799df-488b-4fa0-bdc2-d395951cd409.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c44bad9c-df75-4eeb-b3c2-a0c9ab7b8e50 {
  margin-top: 16px;
margin-bottom: 0px;
padding-left: 16px;
padding-right: 16px;
min-height: 50px;
}








#s-c44bad9c-df75-4eeb-b3c2-a0c9ab7b8e50 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c44bad9c-df75-4eeb-b3c2-a0c9ab7b8e50.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ff34de35-9dc3-4c83-8e85-4c484f5292e5 {
  margin-left: 4px;
margin-bottom: 4px;
}

#s-d17146cd-825b-43ea-aea8-ee92fdbc9494 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-d17146cd-825b-43ea-aea8-ee92fdbc9494 .shogun-heading-component h1 {
  color: rgba(168, 0, 30, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 60px;
  line-height: 1em;
  
  text-align: center;
}



#s-ed0d6619-5fbe-4c7d-ac89-2b55ecfa2790 {
  margin-top: 0px;
}

#s-9daa5102-49ae-461e-bd80-563fb2139f0e {
  margin-top: 16px;
margin-left: 16px;
margin-right: 16px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 4px;
background-color: rgba(168, 0, 30, 1);
text-align: center;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
}
#s-9daa5102-49ae-461e-bd80-563fb2139f0e:hover {background-color: rgba(82, 1, 14, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9daa5102-49ae-461e-bd80-563fb2139f0e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9daa5102-49ae-461e-bd80-563fb2139f0e-root {
    text-align: center;
  }


#s-9daa5102-49ae-461e-bd80-563fb2139f0e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9daa5102-49ae-461e-bd80-563fb2139f0e-root {
    text-align: center;
  }


#s-9daa5102-49ae-461e-bd80-563fb2139f0e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9daa5102-49ae-461e-bd80-563fb2139f0e-root {
    text-align: center;
  }


#s-9daa5102-49ae-461e-bd80-563fb2139f0e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9daa5102-49ae-461e-bd80-563fb2139f0e-root {
    text-align: center;
  }


#s-9daa5102-49ae-461e-bd80-563fb2139f0e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9daa5102-49ae-461e-bd80-563fb2139f0e-root {
    text-align: center;
  }


#s-9daa5102-49ae-461e-bd80-563fb2139f0e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
}
#s-5cb2c414-5ca8-4d6a-8dbf-7d1c794de859 {
  margin-top: 24px;
min-height: 50px;
background-color: rgba(183, 238, 255, 1);
}








#s-5cb2c414-5ca8-4d6a-8dbf-7d1c794de859 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5cb2c414-5ca8-4d6a-8dbf-7d1c794de859.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-align-container {
  box-sizing: border-box;
}

.shg-image-content-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}

.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;
  flex-direction: column;
  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;
  height: inherit;
  position: relative;
}

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

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

.shogun-image-content {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  min-width: 100%;
  min-height: 100%;
  /* Ensures that the content children fills the container */
  align-items: stretch;
}

.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-top {
  align-items: flex-start;
}

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}

.shogun-image-content > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-5113dbc2-6699-4728-86fd-969d0493c482 {
  max-width: 200px;
aspect-ratio: 410/434;
text-align: center;
}

#s-5113dbc2-6699-4728-86fd-969d0493c482 {
  margin: 0 !important;
  overflow: visible;
}

#s-5113dbc2-6699-4728-86fd-969d0493c482-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5113dbc2-6699-4728-86fd-969d0493c482 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5113dbc2-6699-4728-86fd-969d0493c482 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5113dbc2-6699-4728-86fd-969d0493c482 img.shogun-image {
  /* Add background color handling */
  
}

#s-5113dbc2-6699-4728-86fd-969d0493c482 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5113dbc2-6699-4728-86fd-969d0493c482 .shg-image-content-wrapper {
      aspect-ratio: 410/434;
      min-width: 100%;
      height: auto;
    }

    #s-5113dbc2-6699-4728-86fd-969d0493c482 .shogun-image-link {
      aspect-ratio: 410/434;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5113dbc2-6699-4728-86fd-969d0493c482 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5113dbc2-6699-4728-86fd-969d0493c482.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5113dbc2-6699-4728-86fd-969d0493c482 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-5113dbc2-6699-4728-86fd-969d0493c482.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-5113dbc2-6699-4728-86fd-969d0493c482 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5113dbc2-6699-4728-86fd-969d0493c482.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5113dbc2-6699-4728-86fd-969d0493c482.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5113dbc2-6699-4728-86fd-969d0493c482.shogun-image {
  box-sizing: border-box;
}



.s-5113dbc2-6699-4728-86fd-969d0493c482 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5113dbc2-6699-4728-86fd-969d0493c482 {
      --shg-aspect-ratio: calc(410/434); 
    }

    .s-5113dbc2-6699-4728-86fd-969d0493c482.shogun-image-container {
      position: relative;
    }

    .s-5113dbc2-6699-4728-86fd-969d0493c482.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5113dbc2-6699-4728-86fd-969d0493c482.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5113dbc2-6699-4728-86fd-969d0493c482 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

@media (min-width: 1200px){#s-5113dbc2-6699-4728-86fd-969d0493c482 {
  margin: 0 !important;
  overflow: visible;
}

#s-5113dbc2-6699-4728-86fd-969d0493c482-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5113dbc2-6699-4728-86fd-969d0493c482 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5113dbc2-6699-4728-86fd-969d0493c482 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5113dbc2-6699-4728-86fd-969d0493c482 img.shogun-image {
  /* Add background color handling */
  
}

#s-5113dbc2-6699-4728-86fd-969d0493c482 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5113dbc2-6699-4728-86fd-969d0493c482 .shg-image-content-wrapper {
      aspect-ratio: 410/434;
      min-width: 100%;
      height: auto;
    }

    #s-5113dbc2-6699-4728-86fd-969d0493c482 .shogun-image-link {
      aspect-ratio: 410/434;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5113dbc2-6699-4728-86fd-969d0493c482 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5113dbc2-6699-4728-86fd-969d0493c482.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5113dbc2-6699-4728-86fd-969d0493c482 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-5113dbc2-6699-4728-86fd-969d0493c482.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-5113dbc2-6699-4728-86fd-969d0493c482 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5113dbc2-6699-4728-86fd-969d0493c482.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5113dbc2-6699-4728-86fd-969d0493c482.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5113dbc2-6699-4728-86fd-969d0493c482.shogun-image {
  box-sizing: border-box;
}



.s-5113dbc2-6699-4728-86fd-969d0493c482 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5113dbc2-6699-4728-86fd-969d0493c482 {
      --shg-aspect-ratio: calc(410/434); 
    }

    .s-5113dbc2-6699-4728-86fd-969d0493c482.shogun-image-container {
      position: relative;
    }

    .s-5113dbc2-6699-4728-86fd-969d0493c482.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5113dbc2-6699-4728-86fd-969d0493c482.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5113dbc2-6699-4728-86fd-969d0493c482 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-5113dbc2-6699-4728-86fd-969d0493c482 {
  margin: 0 !important;
  overflow: visible;
}

#s-5113dbc2-6699-4728-86fd-969d0493c482-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5113dbc2-6699-4728-86fd-969d0493c482 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5113dbc2-6699-4728-86fd-969d0493c482 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5113dbc2-6699-4728-86fd-969d0493c482 img.shogun-image {
  /* Add background color handling */
  
}

#s-5113dbc2-6699-4728-86fd-969d0493c482 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5113dbc2-6699-4728-86fd-969d0493c482 .shg-image-content-wrapper {
      aspect-ratio: 410/434;
      min-width: 100%;
      height: auto;
    }

    #s-5113dbc2-6699-4728-86fd-969d0493c482 .shogun-image-link {
      aspect-ratio: 410/434;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5113dbc2-6699-4728-86fd-969d0493c482 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5113dbc2-6699-4728-86fd-969d0493c482.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5113dbc2-6699-4728-86fd-969d0493c482 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-5113dbc2-6699-4728-86fd-969d0493c482.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-5113dbc2-6699-4728-86fd-969d0493c482 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5113dbc2-6699-4728-86fd-969d0493c482.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5113dbc2-6699-4728-86fd-969d0493c482.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5113dbc2-6699-4728-86fd-969d0493c482.shogun-image {
  box-sizing: border-box;
}



.s-5113dbc2-6699-4728-86fd-969d0493c482 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5113dbc2-6699-4728-86fd-969d0493c482 {
      --shg-aspect-ratio: calc(410/434); 
    }

    .s-5113dbc2-6699-4728-86fd-969d0493c482.shogun-image-container {
      position: relative;
    }

    .s-5113dbc2-6699-4728-86fd-969d0493c482.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5113dbc2-6699-4728-86fd-969d0493c482.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5113dbc2-6699-4728-86fd-969d0493c482 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-5113dbc2-6699-4728-86fd-969d0493c482 {
  margin: 0 !important;
  overflow: visible;
}

#s-5113dbc2-6699-4728-86fd-969d0493c482-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5113dbc2-6699-4728-86fd-969d0493c482 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5113dbc2-6699-4728-86fd-969d0493c482 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5113dbc2-6699-4728-86fd-969d0493c482 img.shogun-image {
  /* Add background color handling */
  
}

#s-5113dbc2-6699-4728-86fd-969d0493c482 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5113dbc2-6699-4728-86fd-969d0493c482 .shg-image-content-wrapper {
      aspect-ratio: 410/434;
      min-width: 100%;
      height: auto;
    }

    #s-5113dbc2-6699-4728-86fd-969d0493c482 .shogun-image-link {
      aspect-ratio: 410/434;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5113dbc2-6699-4728-86fd-969d0493c482 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5113dbc2-6699-4728-86fd-969d0493c482.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5113dbc2-6699-4728-86fd-969d0493c482 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-5113dbc2-6699-4728-86fd-969d0493c482.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-5113dbc2-6699-4728-86fd-969d0493c482 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5113dbc2-6699-4728-86fd-969d0493c482.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5113dbc2-6699-4728-86fd-969d0493c482.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5113dbc2-6699-4728-86fd-969d0493c482.shogun-image {
  box-sizing: border-box;
}



.s-5113dbc2-6699-4728-86fd-969d0493c482 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5113dbc2-6699-4728-86fd-969d0493c482 {
      --shg-aspect-ratio: calc(410/434); 
    }

    .s-5113dbc2-6699-4728-86fd-969d0493c482.shogun-image-container {
      position: relative;
    }

    .s-5113dbc2-6699-4728-86fd-969d0493c482.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5113dbc2-6699-4728-86fd-969d0493c482.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5113dbc2-6699-4728-86fd-969d0493c482 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (max-width: 767px){#s-5113dbc2-6699-4728-86fd-969d0493c482 {
  margin: 0 !important;
  overflow: visible;
}

#s-5113dbc2-6699-4728-86fd-969d0493c482-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5113dbc2-6699-4728-86fd-969d0493c482 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5113dbc2-6699-4728-86fd-969d0493c482 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5113dbc2-6699-4728-86fd-969d0493c482 img.shogun-image {
  /* Add background color handling */
  
}

#s-5113dbc2-6699-4728-86fd-969d0493c482 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5113dbc2-6699-4728-86fd-969d0493c482 .shg-image-content-wrapper {
      aspect-ratio: 410/434;
      min-width: 100%;
      height: auto;
    }

    #s-5113dbc2-6699-4728-86fd-969d0493c482 .shogun-image-link {
      aspect-ratio: 410/434;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5113dbc2-6699-4728-86fd-969d0493c482 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5113dbc2-6699-4728-86fd-969d0493c482.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5113dbc2-6699-4728-86fd-969d0493c482 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-5113dbc2-6699-4728-86fd-969d0493c482.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-5113dbc2-6699-4728-86fd-969d0493c482 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5113dbc2-6699-4728-86fd-969d0493c482.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5113dbc2-6699-4728-86fd-969d0493c482.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5113dbc2-6699-4728-86fd-969d0493c482.shogun-image {
  box-sizing: border-box;
}



.s-5113dbc2-6699-4728-86fd-969d0493c482 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5113dbc2-6699-4728-86fd-969d0493c482 {
      --shg-aspect-ratio: calc(410/434); 
    }

    .s-5113dbc2-6699-4728-86fd-969d0493c482.shogun-image-container {
      position: relative;
    }

    .s-5113dbc2-6699-4728-86fd-969d0493c482.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5113dbc2-6699-4728-86fd-969d0493c482.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5113dbc2-6699-4728-86fd-969d0493c482 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}
#s-392fcfd7-3842-4732-8d19-e2695b7c72f5 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 426px;
background-position: center center;
}

#s-392fcfd7-3842-4732-8d19-e2695b7c72f5 {
  background-image: url(https://i.shgcdn.com/8906602a-b3fb-4504-9a8c-b843f969c1b1/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-392fcfd7-3842-4732-8d19-e2695b7c72f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-392fcfd7-3842-4732-8d19-e2695b7c72f5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-49f3fd48-5625-4fca-aa19-21aa936c94bc {
  min-height: 0px;
}

#s-bdcca917-cd86-413a-8c38-3c758ee12a61 {
  margin-left: auto;
margin-right: auto;
min-height: 0px;
}

@media (min-width: 0px) {
[id="s-bdcca917-cd86-413a-8c38-3c758ee12a61"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bdcca917-cd86-413a-8c38-3c758ee12a61"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-bdcca917-cd86-413a-8c38-3c758ee12a61"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-bdcca917-cd86-413a-8c38-3c758ee12a61"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-4b391e5c-d37d-4276-ae84-d0a718175316 {
  padding-top: 47px;
padding-left: 39px;
padding-bottom: 47px;
padding-right: 54px;
min-height: 376px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4b391e5c-d37d-4276-ae84-d0a718175316 {
  padding-top: 47px;
}
}@media (max-width: 767px){#s-4b391e5c-d37d-4276-ae84-d0a718175316 {
  padding-top: 21px;
padding-left: 15px;
padding-bottom: 39px;
padding-right: 15px;
}
}







#s-4b391e5c-d37d-4276-ae84-d0a718175316 > .shg-box-overlay {
  background-color: rgba(29, 38, 46, 1);
  opacity: 0.8;
  display: block;
}#s-4b391e5c-d37d-4276-ae84-d0a718175316.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px){






#s-4b391e5c-d37d-4276-ae84-d0a718175316 > .shg-box-overlay {
  background-color: rgba(29, 38, 46, 1);
  opacity: 0.8;
  display: block;
}#s-4b391e5c-d37d-4276-ae84-d0a718175316.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-1db1fe2d-74a5-4b46-afdb-71e9083931c9 {
  margin-top: -16px;
margin-bottom: 0px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-1db1fe2d-74a5-4b46-afdb-71e9083931c9 {
  margin-top: -32px;
}
}@media (max-width: 767px){#s-1db1fe2d-74a5-4b46-afdb-71e9083931c9 {
  margin-top: 40px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 4%;
}
}
#s-1db1fe2d-74a5-4b46-afdb-71e9083931c9 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  line-height: 1.3em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-1db1fe2d-74a5-4b46-afdb-71e9083931c9 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.3em;
  
  
}


}@media (max-width: 767px){#s-1db1fe2d-74a5-4b46-afdb-71e9083931c9 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.3em;
  
  
}


}
#s-5a3bd9aa-c6ee-4edb-8486-288fa7c31b08 {
  margin-top: 8px;
}
@media (max-width: 767px){#s-5a3bd9aa-c6ee-4edb-8486-288fa7c31b08 {
  margin-left: 0%;
margin-right: 4%;
}
}
#s-38de30da-09e1-44c0-935b-6a3da009d8cf {
  margin-top: 32px;
}
@media (min-width: 768px) and (max-width: 991px){#s-38de30da-09e1-44c0-935b-6a3da009d8cf {
  margin-top: 16px;
margin-bottom: -8px;
}
}
#s-d66acbeb-9980-4763-b0de-8cdf46b2908c {
  min-height: 30px;
}
@media (min-width: 1200px){#s-d66acbeb-9980-4763-b0de-8cdf46b2908c {
  min-height: 50px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d66acbeb-9980-4763-b0de-8cdf46b2908c {
  min-height: 50px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d66acbeb-9980-4763-b0de-8cdf46b2908c {
  min-height: 50px;
}
}







#s-d66acbeb-9980-4763-b0de-8cdf46b2908c > .shg-box-overlay {
  background-color: rgba(29, 38, 46, 1);
  opacity: 0.8;
  display: block;
}#s-d66acbeb-9980-4763-b0de-8cdf46b2908c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-00bc1a0b-63bf-429e-9da4-da2b1010a693 {
  margin-top: -40px;
margin-left: 40px;
margin-bottom: 0px;
margin-right: 40px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-00bc1a0b-63bf-429e-9da4-da2b1010a693 {
  margin-top: -70px;
}
}@media (max-width: 767px){#s-00bc1a0b-63bf-429e-9da4-da2b1010a693 {
  display: none;
}
#s-00bc1a0b-63bf-429e-9da4-da2b1010a693, #wrap-s-00bc1a0b-63bf-429e-9da4-da2b1010a693, #wrap-content-s-00bc1a0b-63bf-429e-9da4-da2b1010a693 { display: none !important; }}
#s-6adcd92b-0be8-4f56-aa4c-6095fb1657b0 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(205, 214, 220, 1);
border-style: solid;
min-height: 426px;
}
@media (min-width: 1200px){#s-6adcd92b-0be8-4f56-aa4c-6095fb1657b0 {
  display: none;
}
#s-6adcd92b-0be8-4f56-aa4c-6095fb1657b0, #wrap-s-6adcd92b-0be8-4f56-aa4c-6095fb1657b0, #wrap-content-s-6adcd92b-0be8-4f56-aa4c-6095fb1657b0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6adcd92b-0be8-4f56-aa4c-6095fb1657b0 {
  display: none;
}
#s-6adcd92b-0be8-4f56-aa4c-6095fb1657b0, #wrap-s-6adcd92b-0be8-4f56-aa4c-6095fb1657b0, #wrap-content-s-6adcd92b-0be8-4f56-aa4c-6095fb1657b0 { display: none !important; }}@media (max-width: 767px){#s-6adcd92b-0be8-4f56-aa4c-6095fb1657b0 {
  min-height: 0px;
display: none;
}
#s-6adcd92b-0be8-4f56-aa4c-6095fb1657b0, #wrap-s-6adcd92b-0be8-4f56-aa4c-6095fb1657b0, #wrap-content-s-6adcd92b-0be8-4f56-aa4c-6095fb1657b0 { display: none !important; }}







#s-6adcd92b-0be8-4f56-aa4c-6095fb1657b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6adcd92b-0be8-4f56-aa4c-6095fb1657b0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-32c8ad99-bcad-4f3b-92ab-621a174c20bd {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-32c8ad99-bcad-4f3b-92ab-621a174c20bd {
  display: none;
}
#s-32c8ad99-bcad-4f3b-92ab-621a174c20bd, #wrap-s-32c8ad99-bcad-4f3b-92ab-621a174c20bd, #wrap-content-s-32c8ad99-bcad-4f3b-92ab-621a174c20bd { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-32c8ad99-bcad-4f3b-92ab-621a174c20bd {
  display: none;
}
#s-32c8ad99-bcad-4f3b-92ab-621a174c20bd, #wrap-s-32c8ad99-bcad-4f3b-92ab-621a174c20bd, #wrap-content-s-32c8ad99-bcad-4f3b-92ab-621a174c20bd { display: none !important; }}@media (max-width: 767px){#s-32c8ad99-bcad-4f3b-92ab-621a174c20bd {
  display: none;
}
#s-32c8ad99-bcad-4f3b-92ab-621a174c20bd, #wrap-s-32c8ad99-bcad-4f3b-92ab-621a174c20bd, #wrap-content-s-32c8ad99-bcad-4f3b-92ab-621a174c20bd { display: none !important; }}
@media (min-width: 0px) {
[id="s-32c8ad99-bcad-4f3b-92ab-621a174c20bd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-32c8ad99-bcad-4f3b-92ab-621a174c20bd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-32c8ad99-bcad-4f3b-92ab-621a174c20bd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-32c8ad99-bcad-4f3b-92ab-621a174c20bd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-8a5a7835-1dca-4ad8-a972-de520a361336 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 10%;
padding-bottom: 0px;
padding-right: 5%;
min-height: 426px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-8a5a7835-1dca-4ad8-a972-de520a361336 {
  padding-left: 0%;
padding-right: 0%;
}
}
#s-8a5a7835-1dca-4ad8-a972-de520a361336 {
  background-image: url(https://i.shgcdn.com/f90810ad-a405-4893-8b8d-a6a442fb3b6b/);
}








#s-8a5a7835-1dca-4ad8-a972-de520a361336 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8a5a7835-1dca-4ad8-a972-de520a361336.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 991px){






#s-8a5a7835-1dca-4ad8-a972-de520a361336 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8a5a7835-1dca-4ad8-a972-de520a361336.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-b71c0835-5406-49d0-8b2d-1a1e224f2090 {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
}
@media (min-width: 1200px){#s-b71c0835-5406-49d0-8b2d-1a1e224f2090 {
  margin-top: 96px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b71c0835-5406-49d0-8b2d-1a1e224f2090 {
  margin-top: 57px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-left: 0%;
padding-right: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b71c0835-5406-49d0-8b2d-1a1e224f2090 {
  margin-top: 96px;
}
}
#s-b71c0835-5406-49d0-8b2d-1a1e224f2090 .shg-proportional-font-size,
#s-b71c0835-5406-49d0-8b2d-1a1e224f2090 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-ce8ba38a-dbbf-471b-a3e5-f2004ec8ff73 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-ce8ba38a-dbbf-471b-a3e5-f2004ec8ff73 {
  margin-top: -25px;
padding-top: 16px;
padding-bottom: 16px;
text-align: center;
}
}
#s-ce8ba38a-dbbf-471b-a3e5-f2004ec8ff73 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "areaNormal800";
  font-style:  normal ;
  font-size: 70px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-ce8ba38a-dbbf-471b-a3e5-f2004ec8ff73 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "areaNormal800";
  font-style:  normal ;
  font-size: 60px;
  line-height: 1em;
  
  
}


}
#s-55304ba6-deb1-4660-a80c-d043744ffa10 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-55304ba6-deb1-4660-a80c-d043744ffa10 {
  margin-top: -4px;
margin-left: 10%;
margin-right: 10%;
}
}
#s-7c651e3e-85cb-4e5f-8f1a-48a98d227ee0 {
  margin-top: 16px;
margin-right: 0%;
padding-top: 8px;
padding-left: 32%;
padding-bottom: 8px;
padding-right: 32%;
border-radius: 2px;
background-color: rgba(1, 97, 152, 1);
text-align: left;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
}
#s-7c651e3e-85cb-4e5f-8f1a-48a98d227ee0:hover {background-color: rgba(2, 72, 113, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7c651e3e-85cb-4e5f-8f1a-48a98d227ee0:active {background-color: rgba(2, 72, 113, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-7c651e3e-85cb-4e5f-8f1a-48a98d227ee0 {
  padding-left: 80px;
padding-right: 80px;
border-radius: 3px;
background-color: rgba(21, 185, 237, 1);
text-align: center;
background-image: none;
hover-type: color;
}
#s-7c651e3e-85cb-4e5f-8f1a-48a98d227ee0:hover {background-color: rgba(0, 162, 213, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7c651e3e-85cb-4e5f-8f1a-48a98d227ee0:active {background-color: rgba(0, 162, 213, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-7c651e3e-85cb-4e5f-8f1a-48a98d227ee0-root {
    text-align: left;
  }


#s-7c651e3e-85cb-4e5f-8f1a-48a98d227ee0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AreaNormal-Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7c651e3e-85cb-4e5f-8f1a-48a98d227ee0-root {
    text-align: left;
  }


#s-7c651e3e-85cb-4e5f-8f1a-48a98d227ee0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AreaNormal-Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7c651e3e-85cb-4e5f-8f1a-48a98d227ee0-root {
    text-align: left;
  }


#s-7c651e3e-85cb-4e5f-8f1a-48a98d227ee0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AreaNormal-Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7c651e3e-85cb-4e5f-8f1a-48a98d227ee0-root {
    text-align: center;
  }


#s-7c651e3e-85cb-4e5f-8f1a-48a98d227ee0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AreaNormal-Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7c651e3e-85cb-4e5f-8f1a-48a98d227ee0-root {
    text-align: left;
  }


#s-7c651e3e-85cb-4e5f-8f1a-48a98d227ee0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AreaNormal-Black;
  display:  inline-block ;
}
}
#s-ff10e0ae-1d86-44cc-a23d-affc53c89fa5 {
  margin-top: 8px;
margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-ff10e0ae-1d86-44cc-a23d-affc53c89fa5 {
  margin-top: 24px;
}
}
#s-795698b9-4b43-4b4f-af39-afc763dc5b27 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 426px;
background-position: left center;
}

#s-795698b9-4b43-4b4f-af39-afc763dc5b27 {
  background-image: url(https://i.shgcdn.com/d7140a6e-eb19-4680-85db-3950ff5846fa/);
}








#s-795698b9-4b43-4b4f-af39-afc763dc5b27 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-795698b9-4b43-4b4f-af39-afc763dc5b27.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-933ae6d4-a497-43d6-be9d-7b8c1d558b3e {
  background-repeat: no-repeat;
background-size: contain;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(205, 214, 220, 1);
border-style: solid;
background-position: center bottom;
}
@media (min-width: 1200px){#s-933ae6d4-a497-43d6-be9d-7b8c1d558b3e {
  min-height: 426px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-933ae6d4-a497-43d6-be9d-7b8c1d558b3e {
  display: none;
}
#s-933ae6d4-a497-43d6-be9d-7b8c1d558b3e, #wrap-s-933ae6d4-a497-43d6-be9d-7b8c1d558b3e, #wrap-content-s-933ae6d4-a497-43d6-be9d-7b8c1d558b3e { display: none !important; }}@media (max-width: 767px){#s-933ae6d4-a497-43d6-be9d-7b8c1d558b3e {
  display: none;
}
#s-933ae6d4-a497-43d6-be9d-7b8c1d558b3e, #wrap-s-933ae6d4-a497-43d6-be9d-7b8c1d558b3e, #wrap-content-s-933ae6d4-a497-43d6-be9d-7b8c1d558b3e { display: none !important; }}
#s-933ae6d4-a497-43d6-be9d-7b8c1d558b3e {
  background-image: url(https://i.shgcdn.com/5ad679aa-3ee4-4404-b8e1-6d70c5308b6e/);
}








#s-933ae6d4-a497-43d6-be9d-7b8c1d558b3e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-933ae6d4-a497-43d6-be9d-7b8c1d558b3e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b572e68d-a5d7-43a1-9776-dc3e39ae89d9 {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(205, 214, 220, 1);
border-style: solid;
}
@media (min-width: 1200px){#s-b572e68d-a5d7-43a1-9776-dc3e39ae89d9 {
  min-height: 426px;
}
}
@media (min-width: 0px) {
[id="s-b572e68d-a5d7-43a1-9776-dc3e39ae89d9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b572e68d-a5d7-43a1-9776-dc3e39ae89d9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b572e68d-a5d7-43a1-9776-dc3e39ae89d9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b572e68d-a5d7-43a1-9776-dc3e39ae89d9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b572e68d-a5d7-43a1-9776-dc3e39ae89d9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b572e68d-a5d7-43a1-9776-dc3e39ae89d9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b572e68d-a5d7-43a1-9776-dc3e39ae89d9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

#s-d2c32f3f-a8ce-4ae1-92cc-5b0abc6d9c23 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
background-position: center bottom;
}
@media (min-width: 1200px){#s-d2c32f3f-a8ce-4ae1-92cc-5b0abc6d9c23 {
  min-height: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d2c32f3f-a8ce-4ae1-92cc-5b0abc6d9c23 {
  padding-left: 0%;
padding-right: 0%;
min-height: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d2c32f3f-a8ce-4ae1-92cc-5b0abc6d9c23 {
  padding-right: 4%;
}
}
#s-d2c32f3f-a8ce-4ae1-92cc-5b0abc6d9c23 {
  background-image: url(https://i.shgcdn.com/f90810ad-a405-4893-8b8d-a6a442fb3b6b/);
}








#s-d2c32f3f-a8ce-4ae1-92cc-5b0abc6d9c23 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d2c32f3f-a8ce-4ae1-92cc-5b0abc6d9c23.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 1200px){






#s-d2c32f3f-a8ce-4ae1-92cc-5b0abc6d9c23 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d2c32f3f-a8ce-4ae1-92cc-5b0abc6d9c23.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-7dea1934-f2a8-44be-9fed-2a4e681bf57b {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
}
@media (min-width: 1200px){#s-7dea1934-f2a8-44be-9fed-2a4e681bf57b {
  margin-top: 70px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7dea1934-f2a8-44be-9fed-2a4e681bf57b {
  margin-top: 50px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-left: 0%;
padding-right: 0%;
}
}
#s-7dea1934-f2a8-44be-9fed-2a4e681bf57b .shg-proportional-font-size,
#s-7dea1934-f2a8-44be-9fed-2a4e681bf57b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-525eda66-6ba7-422b-a691-de2680767490 {
  margin-top: -30px;
margin-left: auto;
margin-right: auto;
padding-top: 16px;
padding-bottom: 8px;
text-align: center;
}

#s-525eda66-6ba7-422b-a691-de2680767490 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "areaNormal800";
  font-style:  normal ;
  font-size: 90px;
  line-height: 1em;
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-525eda66-6ba7-422b-a691-de2680767490 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "areaNormal800";
  font-style:  normal ;
  font-size: 70px;
  line-height: 1em;
  
  
}


}
#s-830e0939-ee14-449f-ab90-97836d611ce5 {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-830e0939-ee14-449f-ab90-97836d611ce5 {
  margin-left: 10%;
margin-right: 10%;
padding-left: 0%;
padding-right: 0%;
}
}
#s-830e0939-ee14-449f-ab90-97836d611ce5 .shg-proportional-font-size,
#s-830e0939-ee14-449f-ab90-97836d611ce5 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-c3c97cc5-0c24-4302-95c1-0671e3400d7a {
  margin-top: 16px;
margin-right: 0%;
padding-top: 8px;
padding-left: 150px;
padding-bottom: 8px;
padding-right: 150px;
border-radius: 3px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 2px;
hover-type: color;
}
#s-c3c97cc5-0c24-4302-95c1-0671e3400d7a:hover {background-color: rgba(0, 162, 213, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c3c97cc5-0c24-4302-95c1-0671e3400d7a:active {background-color: rgba(0, 162, 213, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-c3c97cc5-0c24-4302-95c1-0671e3400d7a {
  padding-left: 110px;
padding-right: 110px;
color: rgba(255, 255, 255, 1);
background-color: rgba(21, 185, 237, 1);
hover-type: color;
}
#s-c3c97cc5-0c24-4302-95c1-0671e3400d7a:hover {background-color: rgba(0, 162, 213, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c3c97cc5-0c24-4302-95c1-0671e3400d7a:active {background-color: rgba(0, 162, 213, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 992px) and (max-width: 1199px){#s-c3c97cc5-0c24-4302-95c1-0671e3400d7a {
  padding-left: 80px;
padding-right: 80px;
background-image: none;
background-color: rgba(9, 182, 236, 1);
hover-type: color;
}
#s-c3c97cc5-0c24-4302-95c1-0671e3400d7a:hover {background-color: rgba(0, 162, 213, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c3c97cc5-0c24-4302-95c1-0671e3400d7a:active {background-color: rgba(0, 162, 213, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (max-width: 767px){#s-c3c97cc5-0c24-4302-95c1-0671e3400d7a {
  padding-left: 100px;
padding-right: 100px;
}
}

  #s-c3c97cc5-0c24-4302-95c1-0671e3400d7a-root {
    text-align: center;
  }


#s-c3c97cc5-0c24-4302-95c1-0671e3400d7a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AreaNormal-Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c3c97cc5-0c24-4302-95c1-0671e3400d7a-root {
    text-align: center;
  }


#s-c3c97cc5-0c24-4302-95c1-0671e3400d7a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: AreaNormal-Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c3c97cc5-0c24-4302-95c1-0671e3400d7a-root {
    text-align: center;
  }


#s-c3c97cc5-0c24-4302-95c1-0671e3400d7a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AreaNormal-Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c3c97cc5-0c24-4302-95c1-0671e3400d7a-root {
    text-align: center;
  }


#s-c3c97cc5-0c24-4302-95c1-0671e3400d7a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AreaNormal-Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c3c97cc5-0c24-4302-95c1-0671e3400d7a-root {
    text-align: center;
  }


#s-c3c97cc5-0c24-4302-95c1-0671e3400d7a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: AreaNormal-Black;
  display:  inline-block ;
}
}
#s-b64bd987-0620-4666-9774-2ee01d152205 {
  margin-top: 16px;
margin-left: auto;
margin-right: auto;
}

#s-d76b0d5d-dbd2-4bd5-b9ac-eebc496bd955 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 426px;
background-position: left center;
}

#s-d76b0d5d-dbd2-4bd5-b9ac-eebc496bd955 {
  background-image: url(https://i.shgcdn.com/0b6cf9f9-6396-42fc-a81b-195897eec7a6/);
}








#s-d76b0d5d-dbd2-4bd5-b9ac-eebc496bd955 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d76b0d5d-dbd2-4bd5-b9ac-eebc496bd955.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

#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-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:not(.shopify-section *):not([id^="wistia"]) {
  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;
}
