.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-79e25505-6631-49df-b2af-6f76102137a7 {
  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-79e25505-6631-49df-b2af-6f76102137a7 {
  margin-top: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-79e25505-6631-49df-b2af-6f76102137a7 {
  border-style: none;
}
}@media (min-width: 768px) and (max-width: 991px){#s-79e25505-6631-49df-b2af-6f76102137a7 {
  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: none;
}
}@media (max-width: 767px){#s-79e25505-6631-49df-b2af-6f76102137a7 {
  display: none;
}
#s-79e25505-6631-49df-b2af-6f76102137a7, #wrap-s-79e25505-6631-49df-b2af-6f76102137a7 { display: none !important; }}
#s-79e25505-6631-49df-b2af-6f76102137a7 .shg-sld-dot {
  background-color: rgba(205, 214, 220, 1);
}

#s-79e25505-6631-49df-b2af-6f76102137a7 .shg-sld-nav-button.shg-sld-left,
#s-79e25505-6631-49df-b2af-6f76102137a7 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(205, 214, 220, 1);
}
@media (min-width: 1200px){#s-79e25505-6631-49df-b2af-6f76102137a7 .shg-sld-dot {
  background-color: rgba(205, 214, 220, 1);
}

#s-79e25505-6631-49df-b2af-6f76102137a7 .shg-sld-nav-button.shg-sld-left,
#s-79e25505-6631-49df-b2af-6f76102137a7 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(205, 214, 220, 1);
}
}@media (min-width: 768px) and (max-width: 991px){#s-79e25505-6631-49df-b2af-6f76102137a7 .shg-sld-dot {
  background-color: rgba(205, 214, 220, 1);
}

#s-79e25505-6631-49df-b2af-6f76102137a7 .shg-sld-nav-button.shg-sld-left,
#s-79e25505-6631-49df-b2af-6f76102137a7 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(205, 214, 220, 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-4cc7bd6c-f334-4abb-aa04-e5d227e5cfa8 {
  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-4cc7bd6c-f334-4abb-aa04-e5d227e5cfa8 {
  display: none;
}
#s-4cc7bd6c-f334-4abb-aa04-e5d227e5cfa8, #wrap-s-4cc7bd6c-f334-4abb-aa04-e5d227e5cfa8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4cc7bd6c-f334-4abb-aa04-e5d227e5cfa8 {
  display: none;
}
#s-4cc7bd6c-f334-4abb-aa04-e5d227e5cfa8, #wrap-s-4cc7bd6c-f334-4abb-aa04-e5d227e5cfa8 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4cc7bd6c-f334-4abb-aa04-e5d227e5cfa8 {
  display: none;
}
#s-4cc7bd6c-f334-4abb-aa04-e5d227e5cfa8, #wrap-s-4cc7bd6c-f334-4abb-aa04-e5d227e5cfa8 { display: none !important; }}







#s-4cc7bd6c-f334-4abb-aa04-e5d227e5cfa8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4cc7bd6c-f334-4abb-aa04-e5d227e5cfa8.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b3b21913-6ace-45b8-b94b-358846082ba8 {
  margin-top: 16px;
margin-bottom: 0px;
padding-left: 16px;
padding-right: 16px;
min-height: 50px;
}








#s-b3b21913-6ace-45b8-b94b-358846082ba8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b3b21913-6ace-45b8-b94b-358846082ba8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-92d5fd62-2735-45ec-9db5-cdd7b3e62efc {
  margin-left: 4px;
margin-bottom: 4px;
}

.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-ed563291-7650-4ae3-b98a-390305efcf73 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-ed563291-7650-4ae3-b98a-390305efcf73 .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-16f1c028-ebd2-4169-9473-d5a9de376cf8 {
  margin-top: 0px;
}

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

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

.shg-btn-text {
  font-weight: 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-8aa5d1d7-f189-4a18-a8e1-0d915aa658d5 {
  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-8aa5d1d7-f189-4a18-a8e1-0d915aa658d5:hover {background-color: rgba(82, 1, 14, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8aa5d1d7-f189-4a18-a8e1-0d915aa658d5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8aa5d1d7-f189-4a18-a8e1-0d915aa658d5-root {
    text-align: center;
  }


#s-8aa5d1d7-f189-4a18-a8e1-0d915aa658d5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8aa5d1d7-f189-4a18-a8e1-0d915aa658d5-root {
    text-align: center;
  }


#s-8aa5d1d7-f189-4a18-a8e1-0d915aa658d5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8aa5d1d7-f189-4a18-a8e1-0d915aa658d5-root {
    text-align: center;
  }


#s-8aa5d1d7-f189-4a18-a8e1-0d915aa658d5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8aa5d1d7-f189-4a18-a8e1-0d915aa658d5-root {
    text-align: center;
  }


#s-8aa5d1d7-f189-4a18-a8e1-0d915aa658d5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8aa5d1d7-f189-4a18-a8e1-0d915aa658d5-root {
    text-align: center;
  }


#s-8aa5d1d7-f189-4a18-a8e1-0d915aa658d5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
}
#s-d2c67d57-144d-4879-92d3-477d36908da1 {
  margin-top: 24px;
min-height: 50px;
background-color: rgba(183, 238, 255, 1);
}








#s-d2c67d57-144d-4879-92d3-477d36908da1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d2c67d57-144d-4879-92d3-477d36908da1.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;
  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;
}

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-4ce61cfa-8875-4ed5-9b07-8f055e97b5da {
  max-width: 200px;
aspect-ratio: 410/434;
text-align: center;
}

#s-4ce61cfa-8875-4ed5-9b07-8f055e97b5da {
  margin: 0 !important;
}

#s-4ce61cfa-8875-4ed5-9b07-8f055e97b5da-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4ce61cfa-8875-4ed5-9b07-8f055e97b5da {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-4ce61cfa-8875-4ed5-9b07-8f055e97b5da {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4ce61cfa-8875-4ed5-9b07-8f055e97b5da .shg-image-content-wrapper {
      aspect-ratio: 410/434;
      min-width: 100%;
      height: auto;
    }

    #s-4ce61cfa-8875-4ed5-9b07-8f055e97b5da .shogun-image-link {
      aspect-ratio: 410/434;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4ce61cfa-8875-4ed5-9b07-8f055e97b5da .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4ce61cfa-8875-4ed5-9b07-8f055e97b5da.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4ce61cfa-8875-4ed5-9b07-8f055e97b5da img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-4ce61cfa-8875-4ed5-9b07-8f055e97b5da.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-4ce61cfa-8875-4ed5-9b07-8f055e97b5da .shogun-image-content {
  
    justify-content: center;
  
}

.s-4ce61cfa-8875-4ed5-9b07-8f055e97b5da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ce61cfa-8875-4ed5-9b07-8f055e97b5da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ce61cfa-8875-4ed5-9b07-8f055e97b5da.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4ce61cfa-8875-4ed5-9b07-8f055e97b5da {
      --shg-aspect-ratio: calc(410/434); 
    }

    .s-4ce61cfa-8875-4ed5-9b07-8f055e97b5da.shogun-image-container {
      position: relative;
    }

    .s-4ce61cfa-8875-4ed5-9b07-8f055e97b5da.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4ce61cfa-8875-4ed5-9b07-8f055e97b5da.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4ce61cfa-8875-4ed5-9b07-8f055e97b5da img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

@media (min-width: 1200px){#s-4ce61cfa-8875-4ed5-9b07-8f055e97b5da {
  margin: 0 !important;
}

#s-4ce61cfa-8875-4ed5-9b07-8f055e97b5da-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4ce61cfa-8875-4ed5-9b07-8f055e97b5da {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-4ce61cfa-8875-4ed5-9b07-8f055e97b5da {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4ce61cfa-8875-4ed5-9b07-8f055e97b5da .shg-image-content-wrapper {
      aspect-ratio: 410/434;
      min-width: 100%;
      height: auto;
    }

    #s-4ce61cfa-8875-4ed5-9b07-8f055e97b5da .shogun-image-link {
      aspect-ratio: 410/434;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4ce61cfa-8875-4ed5-9b07-8f055e97b5da .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4ce61cfa-8875-4ed5-9b07-8f055e97b5da.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4ce61cfa-8875-4ed5-9b07-8f055e97b5da img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-4ce61cfa-8875-4ed5-9b07-8f055e97b5da.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-4ce61cfa-8875-4ed5-9b07-8f055e97b5da .shogun-image-content {
  
    justify-content: center;
  
}

.s-4ce61cfa-8875-4ed5-9b07-8f055e97b5da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ce61cfa-8875-4ed5-9b07-8f055e97b5da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ce61cfa-8875-4ed5-9b07-8f055e97b5da.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4ce61cfa-8875-4ed5-9b07-8f055e97b5da {
      --shg-aspect-ratio: calc(410/434); 
    }

    .s-4ce61cfa-8875-4ed5-9b07-8f055e97b5da.shogun-image-container {
      position: relative;
    }

    .s-4ce61cfa-8875-4ed5-9b07-8f055e97b5da.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4ce61cfa-8875-4ed5-9b07-8f055e97b5da.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4ce61cfa-8875-4ed5-9b07-8f055e97b5da 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-4ce61cfa-8875-4ed5-9b07-8f055e97b5da {
  margin: 0 !important;
}

#s-4ce61cfa-8875-4ed5-9b07-8f055e97b5da-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4ce61cfa-8875-4ed5-9b07-8f055e97b5da {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-4ce61cfa-8875-4ed5-9b07-8f055e97b5da {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4ce61cfa-8875-4ed5-9b07-8f055e97b5da .shg-image-content-wrapper {
      aspect-ratio: 410/434;
      min-width: 100%;
      height: auto;
    }

    #s-4ce61cfa-8875-4ed5-9b07-8f055e97b5da .shogun-image-link {
      aspect-ratio: 410/434;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4ce61cfa-8875-4ed5-9b07-8f055e97b5da .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4ce61cfa-8875-4ed5-9b07-8f055e97b5da.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4ce61cfa-8875-4ed5-9b07-8f055e97b5da img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-4ce61cfa-8875-4ed5-9b07-8f055e97b5da.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-4ce61cfa-8875-4ed5-9b07-8f055e97b5da .shogun-image-content {
  
    justify-content: center;
  
}

.s-4ce61cfa-8875-4ed5-9b07-8f055e97b5da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ce61cfa-8875-4ed5-9b07-8f055e97b5da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ce61cfa-8875-4ed5-9b07-8f055e97b5da.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4ce61cfa-8875-4ed5-9b07-8f055e97b5da {
      --shg-aspect-ratio: calc(410/434); 
    }

    .s-4ce61cfa-8875-4ed5-9b07-8f055e97b5da.shogun-image-container {
      position: relative;
    }

    .s-4ce61cfa-8875-4ed5-9b07-8f055e97b5da.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4ce61cfa-8875-4ed5-9b07-8f055e97b5da.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4ce61cfa-8875-4ed5-9b07-8f055e97b5da 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-4ce61cfa-8875-4ed5-9b07-8f055e97b5da {
  margin: 0 !important;
}

#s-4ce61cfa-8875-4ed5-9b07-8f055e97b5da-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4ce61cfa-8875-4ed5-9b07-8f055e97b5da {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-4ce61cfa-8875-4ed5-9b07-8f055e97b5da {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4ce61cfa-8875-4ed5-9b07-8f055e97b5da .shg-image-content-wrapper {
      aspect-ratio: 410/434;
      min-width: 100%;
      height: auto;
    }

    #s-4ce61cfa-8875-4ed5-9b07-8f055e97b5da .shogun-image-link {
      aspect-ratio: 410/434;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4ce61cfa-8875-4ed5-9b07-8f055e97b5da .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4ce61cfa-8875-4ed5-9b07-8f055e97b5da.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4ce61cfa-8875-4ed5-9b07-8f055e97b5da img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-4ce61cfa-8875-4ed5-9b07-8f055e97b5da.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-4ce61cfa-8875-4ed5-9b07-8f055e97b5da .shogun-image-content {
  
    justify-content: center;
  
}

.s-4ce61cfa-8875-4ed5-9b07-8f055e97b5da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ce61cfa-8875-4ed5-9b07-8f055e97b5da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ce61cfa-8875-4ed5-9b07-8f055e97b5da.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4ce61cfa-8875-4ed5-9b07-8f055e97b5da {
      --shg-aspect-ratio: calc(410/434); 
    }

    .s-4ce61cfa-8875-4ed5-9b07-8f055e97b5da.shogun-image-container {
      position: relative;
    }

    .s-4ce61cfa-8875-4ed5-9b07-8f055e97b5da.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4ce61cfa-8875-4ed5-9b07-8f055e97b5da.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4ce61cfa-8875-4ed5-9b07-8f055e97b5da img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (max-width: 767px){#s-4ce61cfa-8875-4ed5-9b07-8f055e97b5da {
  margin: 0 !important;
}

#s-4ce61cfa-8875-4ed5-9b07-8f055e97b5da-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4ce61cfa-8875-4ed5-9b07-8f055e97b5da {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-4ce61cfa-8875-4ed5-9b07-8f055e97b5da {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4ce61cfa-8875-4ed5-9b07-8f055e97b5da .shg-image-content-wrapper {
      aspect-ratio: 410/434;
      min-width: 100%;
      height: auto;
    }

    #s-4ce61cfa-8875-4ed5-9b07-8f055e97b5da .shogun-image-link {
      aspect-ratio: 410/434;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4ce61cfa-8875-4ed5-9b07-8f055e97b5da .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4ce61cfa-8875-4ed5-9b07-8f055e97b5da.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4ce61cfa-8875-4ed5-9b07-8f055e97b5da img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-4ce61cfa-8875-4ed5-9b07-8f055e97b5da.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-4ce61cfa-8875-4ed5-9b07-8f055e97b5da .shogun-image-content {
  
    justify-content: center;
  
}

.s-4ce61cfa-8875-4ed5-9b07-8f055e97b5da.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ce61cfa-8875-4ed5-9b07-8f055e97b5da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ce61cfa-8875-4ed5-9b07-8f055e97b5da.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4ce61cfa-8875-4ed5-9b07-8f055e97b5da {
      --shg-aspect-ratio: calc(410/434); 
    }

    .s-4ce61cfa-8875-4ed5-9b07-8f055e97b5da.shogun-image-container {
      position: relative;
    }

    .s-4ce61cfa-8875-4ed5-9b07-8f055e97b5da.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4ce61cfa-8875-4ed5-9b07-8f055e97b5da.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4ce61cfa-8875-4ed5-9b07-8f055e97b5da img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}
#s-8c789a3f-1a35-4581-be91-10b04d68dfc9 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 426px;
background-position: center center;
}

#s-8c789a3f-1a35-4581-be91-10b04d68dfc9 {
  background-image: url(https://i.shgcdn.com/8906602a-b3fb-4504-9a8c-b843f969c1b1/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-8c789a3f-1a35-4581-be91-10b04d68dfc9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8c789a3f-1a35-4581-be91-10b04d68dfc9.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-615dc82b-ab82-4f84-bab8-7d574c0c6e34 {
  min-height: 0px;
}

.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-6be2a4a2-daf4-46ba-971c-1cd3cea23501 {
  margin-left: auto;
margin-right: auto;
min-height: 0px;
}

@media (min-width: 0px) {
[id="s-6be2a4a2-daf4-46ba-971c-1cd3cea23501"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6be2a4a2-daf4-46ba-971c-1cd3cea23501"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6be2a4a2-daf4-46ba-971c-1cd3cea23501"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6be2a4a2-daf4-46ba-971c-1cd3cea23501"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-689e77d9-2f5f-40da-8356-d5352e5971c5 {
  padding-top: 47px;
padding-left: 39px;
padding-bottom: 47px;
padding-right: 54px;
min-height: 376px;
}
@media (min-width: 768px) and (max-width: 991px){#s-689e77d9-2f5f-40da-8356-d5352e5971c5 {
  padding-top: 47px;
}
}@media (max-width: 767px){#s-689e77d9-2f5f-40da-8356-d5352e5971c5 {
  padding-top: 21px;
padding-left: 15px;
padding-bottom: 39px;
padding-right: 15px;
}
}







#s-689e77d9-2f5f-40da-8356-d5352e5971c5 > .shg-box-overlay {
  background-color: rgba(29, 38, 46, 1);
  opacity: 0.8;
  display: block;
}#s-689e77d9-2f5f-40da-8356-d5352e5971c5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px){






#s-689e77d9-2f5f-40da-8356-d5352e5971c5 > .shg-box-overlay {
  background-color: rgba(29, 38, 46, 1);
  opacity: 0.8;
  display: block;
}#s-689e77d9-2f5f-40da-8356-d5352e5971c5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-fc664073-46a6-4627-9841-8df9ae0d9c89 {
  margin-top: -16px;
margin-bottom: 0px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-fc664073-46a6-4627-9841-8df9ae0d9c89 {
  margin-top: -32px;
}
}@media (max-width: 767px){#s-fc664073-46a6-4627-9841-8df9ae0d9c89 {
  margin-top: 40px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 4%;
}
}
#s-fc664073-46a6-4627-9841-8df9ae0d9c89 .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-fc664073-46a6-4627-9841-8df9ae0d9c89 .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-fc664073-46a6-4627-9841-8df9ae0d9c89 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.3em;
  
  
}


}
#s-f49141a9-5bd6-404d-b68c-785926dbd4fe {
  margin-top: 8px;
}
@media (max-width: 767px){#s-f49141a9-5bd6-404d-b68c-785926dbd4fe {
  margin-left: 0%;
margin-right: 4%;
}
}
#s-140c2b09-9528-4811-afd4-c8e1e647d11c {
  margin-top: 32px;
}
@media (min-width: 768px) and (max-width: 991px){#s-140c2b09-9528-4811-afd4-c8e1e647d11c {
  margin-top: 16px;
margin-bottom: -8px;
}
}
#s-101ca3ba-2a2f-44e4-99a8-aa49b35f5207 {
  min-height: 30px;
}
@media (min-width: 1200px){#s-101ca3ba-2a2f-44e4-99a8-aa49b35f5207 {
  min-height: 50px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-101ca3ba-2a2f-44e4-99a8-aa49b35f5207 {
  min-height: 50px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-101ca3ba-2a2f-44e4-99a8-aa49b35f5207 {
  min-height: 50px;
}
}







#s-101ca3ba-2a2f-44e4-99a8-aa49b35f5207 > .shg-box-overlay {
  background-color: rgba(29, 38, 46, 1);
  opacity: 0.8;
  display: block;
}#s-101ca3ba-2a2f-44e4-99a8-aa49b35f5207.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-75aff5b1-30df-43de-8981-b046632562d1 {
  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-75aff5b1-30df-43de-8981-b046632562d1 {
  margin-top: -70px;
}
}@media (max-width: 767px){#s-75aff5b1-30df-43de-8981-b046632562d1 {
  display: none;
}
#s-75aff5b1-30df-43de-8981-b046632562d1, #wrap-s-75aff5b1-30df-43de-8981-b046632562d1 { display: none !important; }}
#s-e7986d1e-8e43-4ce9-a51a-5535bf19f622 {
  background-repeat: no-repeat;
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-e7986d1e-8e43-4ce9-a51a-5535bf19f622 {
  display: none;
}
#s-e7986d1e-8e43-4ce9-a51a-5535bf19f622, #wrap-s-e7986d1e-8e43-4ce9-a51a-5535bf19f622 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e7986d1e-8e43-4ce9-a51a-5535bf19f622 {
  display: none;
}
#s-e7986d1e-8e43-4ce9-a51a-5535bf19f622, #wrap-s-e7986d1e-8e43-4ce9-a51a-5535bf19f622 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e7986d1e-8e43-4ce9-a51a-5535bf19f622 {
  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: none;
background-color: rgba(233, 242, 239, 1);
}
}@media (max-width: 767px){#s-e7986d1e-8e43-4ce9-a51a-5535bf19f622 {
  min-height: 0px;
display: none;
}
#s-e7986d1e-8e43-4ce9-a51a-5535bf19f622, #wrap-s-e7986d1e-8e43-4ce9-a51a-5535bf19f622 { display: none !important; }}
#s-e7986d1e-8e43-4ce9-a51a-5535bf19f622 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODk4YWZkYjUtMGY4My00MzRlLTgyODUtYTdkYzUyOWYzNGRmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4OThhZmRiNS0wZjgzLTQzNGUtODI4NS1hN2RjNTI5ZjM0ZGYpIi8+PC9zdmc+);
}








#s-e7986d1e-8e43-4ce9-a51a-5535bf19f622 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e7986d1e-8e43-4ce9-a51a-5535bf19f622.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fccacfef-ef29-497e-8000-8b40f1e6a7f8 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-fccacfef-ef29-497e-8000-8b40f1e6a7f8 {
  display: none;
}
#s-fccacfef-ef29-497e-8000-8b40f1e6a7f8, #wrap-s-fccacfef-ef29-497e-8000-8b40f1e6a7f8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fccacfef-ef29-497e-8000-8b40f1e6a7f8 {
  display: none;
}
#s-fccacfef-ef29-497e-8000-8b40f1e6a7f8, #wrap-s-fccacfef-ef29-497e-8000-8b40f1e6a7f8 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fccacfef-ef29-497e-8000-8b40f1e6a7f8 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: none;
background-color: rgba(255, 255, 255, 1);
}
}@media (max-width: 767px){#s-fccacfef-ef29-497e-8000-8b40f1e6a7f8 {
  display: none;
}
#s-fccacfef-ef29-497e-8000-8b40f1e6a7f8, #wrap-s-fccacfef-ef29-497e-8000-8b40f1e6a7f8 { display: none !important; }}
@media (min-width: 0px) {
[id="s-fccacfef-ef29-497e-8000-8b40f1e6a7f8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fccacfef-ef29-497e-8000-8b40f1e6a7f8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-fccacfef-ef29-497e-8000-8b40f1e6a7f8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-fccacfef-ef29-497e-8000-8b40f1e6a7f8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-4665433d-56bc-49ce-98db-1c53ecb25966 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 25%;
padding-bottom: 0px;
padding-right: 5%;
min-height: 426px;
background-position: -137px top;
}
@media (min-width: 768px) and (max-width: 991px){#s-4665433d-56bc-49ce-98db-1c53ecb25966 {
  padding-left: 10%;
padding-right: 4%;
min-height: 425px;
}
}
#s-4665433d-56bc-49ce-98db-1c53ecb25966 {
  background-image: url(https://i.shgcdn.com/085eab38-4bab-4168-a6fe-9def71244ce8/);
}








#s-4665433d-56bc-49ce-98db-1c53ecb25966 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4665433d-56bc-49ce-98db-1c53ecb25966.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-48a6cf52-50fe-481f-91b7-b26bb65db9b7 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}
@media (min-width: 1200px){#s-48a6cf52-50fe-481f-91b7-b26bb65db9b7 {
  margin-top: 32px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-48a6cf52-50fe-481f-91b7-b26bb65db9b7 {
  margin-top: 56px;
}
}
#s-85d32436-124d-40f9-92f3-654752a274be {
  margin-top: -6px;
margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-85d32436-124d-40f9-92f3-654752a274be {
  margin-top: 0px;
margin-bottom: -5px;
}
}
#s-f0e92c26-7cfc-424c-a059-2e4ff1179b41 {
  margin-top: -6px;
margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-f0e92c26-7cfc-424c-a059-2e4ff1179b41 {
  margin-top: -16px;
margin-bottom: 0px;
padding-bottom: 8px;
}
}
#s-e7506f5c-5db1-40bd-abc7-372761221abd {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-e7506f5c-5db1-40bd-abc7-372761221abd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e7506f5c-5db1-40bd-abc7-372761221abd:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-e7506f5c-5db1-40bd-abc7-372761221abd {
  border-style: solid;
margin-top: 8px;
padding-top: 9px;
padding-left: 94px;
padding-bottom: 7px;
padding-right: 94px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(254, 224, 143, 1);
border-radius: 3px;
letter-spacing: 2px;
background-image: none;
background-color: rgba(254, 224, 143, 1);
hover-type: color;
text-align: center;
color: rgba(12, 115, 190, 1);
}
#s-e7506f5c-5db1-40bd-abc7-372761221abd:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(255, 204, 73, 1) !important;
border-radius: 3px !important;
background-color: rgba(255, 204, 73, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(12, 115, 190, 1) !important;}#s-e7506f5c-5db1-40bd-abc7-372761221abd:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(255, 204, 73, 1) !important;
border-radius: 3px !important;
background-color: rgba(255, 204, 73, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(12, 115, 190, 1) !important;}}

  #s-e7506f5c-5db1-40bd-abc7-372761221abd-root {
    text-align: center;
  }


#s-e7506f5c-5db1-40bd-abc7-372761221abd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e7506f5c-5db1-40bd-abc7-372761221abd-root {
    text-align: center;
  }


#s-e7506f5c-5db1-40bd-abc7-372761221abd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e7506f5c-5db1-40bd-abc7-372761221abd-root {
    text-align: center;
  }


#s-e7506f5c-5db1-40bd-abc7-372761221abd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e7506f5c-5db1-40bd-abc7-372761221abd-root {
    text-align: center;
  }


#s-e7506f5c-5db1-40bd-abc7-372761221abd.shg-btn {
  color: rgba(12, 115, 190, 1);
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e7506f5c-5db1-40bd-abc7-372761221abd-root {
    text-align: center;
  }


#s-e7506f5c-5db1-40bd-abc7-372761221abd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-87a528a0-775a-45ca-a0cd-76d8b7a637ca {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-87a528a0-775a-45ca-a0cd-76d8b7a637ca {
  margin-top: 8px;
}
}
#s-46a2b931-55c4-44a8-ab52-31166659f676 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 426px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-46a2b931-55c4-44a8-ab52-31166659f676 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: -7%;
min-height: 425px;
}
}
#s-46a2b931-55c4-44a8-ab52-31166659f676 {
  background-image: url(https://i.shgcdn.com/54faf98f-2bd3-4014-821a-5211ab8d8caf/);
}








#s-46a2b931-55c4-44a8-ab52-31166659f676 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-46a2b931-55c4-44a8-ab52-31166659f676.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-46a2b931-55c4-44a8-ab52-31166659f676 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-46a2b931-55c4-44a8-ab52-31166659f676.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-b353e824-6d34-46bc-a3c4-5c99d99e555b {
  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-color: rgba(255, 255, 255, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-b353e824-6d34-46bc-a3c4-5c99d99e555b {
  border-style: none;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b353e824-6d34-46bc-a3c4-5c99d99e555b {
  display: none;
}
#s-b353e824-6d34-46bc-a3c4-5c99d99e555b, #wrap-s-b353e824-6d34-46bc-a3c4-5c99d99e555b { display: none !important; }}@media (max-width: 767px){#s-b353e824-6d34-46bc-a3c4-5c99d99e555b {
  display: none;
}
#s-b353e824-6d34-46bc-a3c4-5c99d99e555b, #wrap-s-b353e824-6d34-46bc-a3c4-5c99d99e555b { display: none !important; }}







#s-b353e824-6d34-46bc-a3c4-5c99d99e555b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b353e824-6d34-46bc-a3c4-5c99d99e555b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1f7fe309-bda2-4f51-b9e3-539ec7472bab {
  margin-left: 0px;
margin-bottom: 0px;
margin-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: none;
background-color: rgba(24, 130, 208, 1);
}

@media (min-width: 0px) {
[id="s-1f7fe309-bda2-4f51-b9e3-539ec7472bab"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1f7fe309-bda2-4f51-b9e3-539ec7472bab"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1f7fe309-bda2-4f51-b9e3-539ec7472bab"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1f7fe309-bda2-4f51-b9e3-539ec7472bab"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-47f794d2-fcad-4496-bae7-58ddac354bec {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
min-height: 424px;
background-position: center top;
}
@media (min-width: 768px) and (max-width: 991px){#s-47f794d2-fcad-4496-bae7-58ddac354bec {
  padding-right: 4%;
}
}
#s-47f794d2-fcad-4496-bae7-58ddac354bec {
  background-image: url(https://i.shgcdn.com/085eab38-4bab-4168-a6fe-9def71244ce8/);
}








#s-47f794d2-fcad-4496-bae7-58ddac354bec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-47f794d2-fcad-4496-bae7-58ddac354bec.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-080c3ba3-fe0d-42f9-b3d8-85e9b1be196e {
  margin-top: 14px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}
@media (min-width: 1200px){#s-080c3ba3-fe0d-42f9-b3d8-85e9b1be196e {
  margin-top: 68px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-080c3ba3-fe0d-42f9-b3d8-85e9b1be196e {
  margin-top: 56px;
}
}
#s-606172cb-04cc-4ae3-8156-11f81ec28d97 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}
@media (min-width: 1200px){#s-606172cb-04cc-4ae3-8156-11f81ec28d97 {
  margin-top: 24px;
}
}
#s-36ad591e-321c-4daf-9b3b-1862976390ff {
  margin-left: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}
@media (min-width: 1200px){#s-36ad591e-321c-4daf-9b3b-1862976390ff {
  margin-top: -8px;
}
}
#s-a88768ab-9812-4bea-ad8a-e0c8cdcd2f81 {
  border-style: solid;
margin-top: 12px;
margin-left: auto;
margin-bottom: 12px;
margin-right: auto;
padding-top: 10px;
padding-left: 120px;
padding-bottom: 8px;
padding-right: 120px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(254, 224, 143, 1);
border-radius: 3px;
min-height: 0px;
max-width: 350px;
background-color: rgba(254, 224, 143, 1);
text-align: center;
text-decoration: none;
letter-spacing: 2px;
hover-type: color;
color: rgba(12, 115, 190, 1);
}
#s-a88768ab-9812-4bea-ad8a-e0c8cdcd2f81:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(255, 204, 73, 1) !important;
border-radius: 3px !important;
background-color: rgba(255, 204, 73, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(12, 115, 190, 1) !important;}#s-a88768ab-9812-4bea-ad8a-e0c8cdcd2f81:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(255, 204, 73, 1) !important;
border-radius: 3px !important;
background-color: rgba(255, 204, 73, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(12, 115, 190, 1) !important;}@media (min-width: 1200px){#s-a88768ab-9812-4bea-ad8a-e0c8cdcd2f81 {
  margin-top: 24px;
padding-top: 8px;
padding-bottom: 8px;
}
}

  #s-a88768ab-9812-4bea-ad8a-e0c8cdcd2f81-root {
    text-align: center;
  }


#s-a88768ab-9812-4bea-ad8a-e0c8cdcd2f81.shg-btn {
  color: rgba(12, 115, 190, 1);
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a88768ab-9812-4bea-ad8a-e0c8cdcd2f81-root {
    text-align: center;
  }


#s-a88768ab-9812-4bea-ad8a-e0c8cdcd2f81.shg-btn {
  color: rgba(12, 115, 190, 1);
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a88768ab-9812-4bea-ad8a-e0c8cdcd2f81-root {
    text-align: center;
  }


#s-a88768ab-9812-4bea-ad8a-e0c8cdcd2f81.shg-btn {
  color: rgba(12, 115, 190, 1);
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a88768ab-9812-4bea-ad8a-e0c8cdcd2f81-root {
    text-align: center;
  }


#s-a88768ab-9812-4bea-ad8a-e0c8cdcd2f81.shg-btn {
  color: rgba(12, 115, 190, 1);
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a88768ab-9812-4bea-ad8a-e0c8cdcd2f81-root {
    text-align: center;
  }


#s-a88768ab-9812-4bea-ad8a-e0c8cdcd2f81.shg-btn {
  color: rgba(12, 115, 190, 1);
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
}
#s-a9b6ae98-8f06-4814-8cd8-304b41c9efa5 {
  margin-left: auto;
margin-right: auto;
}

#s-cc1155e1-54b1-47ac-b096-b558049fc37e {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 426px;
background-position: center center;
}

#s-cc1155e1-54b1-47ac-b096-b558049fc37e {
  background-image: url(https://i.shgcdn.com/54faf98f-2bd3-4014-821a-5211ab8d8caf/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-cc1155e1-54b1-47ac-b096-b558049fc37e {
  background-image: url(https://i.shgcdn.com/54faf98f-2bd3-4014-821a-5211ab8d8caf/-/resize/480x/);
}
#s-cc1155e1-54b1-47ac-b096-b558049fc37e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-cc1155e1-54b1-47ac-b096-b558049fc37e {
  background-image: url(https://i.shgcdn.com/54faf98f-2bd3-4014-821a-5211ab8d8caf/-/resize/960x/);
}
#s-cc1155e1-54b1-47ac-b096-b558049fc37e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-cc1155e1-54b1-47ac-b096-b558049fc37e {
  background-image: url(https://i.shgcdn.com/54faf98f-2bd3-4014-821a-5211ab8d8caf/-/resize/768x/);
}
#s-cc1155e1-54b1-47ac-b096-b558049fc37e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-cc1155e1-54b1-47ac-b096-b558049fc37e {
  background-image: url(https://i.shgcdn.com/54faf98f-2bd3-4014-821a-5211ab8d8caf/-/resize/1536x/);
}
#s-cc1155e1-54b1-47ac-b096-b558049fc37e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-cc1155e1-54b1-47ac-b096-b558049fc37e {
  background-image: url(https://i.shgcdn.com/54faf98f-2bd3-4014-821a-5211ab8d8caf/-/resize/1024x/);
}
#s-cc1155e1-54b1-47ac-b096-b558049fc37e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-cc1155e1-54b1-47ac-b096-b558049fc37e {
  background-image: url(https://i.shgcdn.com/54faf98f-2bd3-4014-821a-5211ab8d8caf/-/resize/2048x/);
}
#s-cc1155e1-54b1-47ac-b096-b558049fc37e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-cc1155e1-54b1-47ac-b096-b558049fc37e {
  background-image: url(https://i.shgcdn.com/54faf98f-2bd3-4014-821a-5211ab8d8caf/-/resize/1200x/);
}
#s-cc1155e1-54b1-47ac-b096-b558049fc37e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-cc1155e1-54b1-47ac-b096-b558049fc37e {
  background-image: url(https://i.shgcdn.com/54faf98f-2bd3-4014-821a-5211ab8d8caf/-/resize/2048x/);
}
#s-cc1155e1-54b1-47ac-b096-b558049fc37e.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-cc1155e1-54b1-47ac-b096-b558049fc37e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cc1155e1-54b1-47ac-b096-b558049fc37e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f8ca5ee6-52a3-4cad-82dd-c16512535a23 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-f8ca5ee6-52a3-4cad-82dd-c16512535a23 {
  display: none;
}
#s-f8ca5ee6-52a3-4cad-82dd-c16512535a23, #wrap-s-f8ca5ee6-52a3-4cad-82dd-c16512535a23 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f8ca5ee6-52a3-4cad-82dd-c16512535a23 {
  display: none;
}
#s-f8ca5ee6-52a3-4cad-82dd-c16512535a23, #wrap-s-f8ca5ee6-52a3-4cad-82dd-c16512535a23 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f8ca5ee6-52a3-4cad-82dd-c16512535a23 {
  display: none;
}
#s-f8ca5ee6-52a3-4cad-82dd-c16512535a23, #wrap-s-f8ca5ee6-52a3-4cad-82dd-c16512535a23 { display: none !important; }}







#s-f8ca5ee6-52a3-4cad-82dd-c16512535a23 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f8ca5ee6-52a3-4cad-82dd-c16512535a23.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3bc51797-c8b7-4277-b13f-03d8bc9ac82e {
  padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-3bc51797-c8b7-4277-b13f-03d8bc9ac82e {
  display: none;
}
#s-3bc51797-c8b7-4277-b13f-03d8bc9ac82e, #wrap-s-3bc51797-c8b7-4277-b13f-03d8bc9ac82e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3bc51797-c8b7-4277-b13f-03d8bc9ac82e {
  display: none;
}
#s-3bc51797-c8b7-4277-b13f-03d8bc9ac82e, #wrap-s-3bc51797-c8b7-4277-b13f-03d8bc9ac82e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3bc51797-c8b7-4277-b13f-03d8bc9ac82e {
  display: none;
}
#s-3bc51797-c8b7-4277-b13f-03d8bc9ac82e, #wrap-s-3bc51797-c8b7-4277-b13f-03d8bc9ac82e { display: none !important; }}
#s-3bc51797-c8b7-4277-b13f-03d8bc9ac82e .shg-sld-dot {
  background-color: rgba(255, 255, 255, 1);
}

#s-3bc51797-c8b7-4277-b13f-03d8bc9ac82e .shg-sld-nav-button.shg-sld-left,
#s-3bc51797-c8b7-4277-b13f-03d8bc9ac82e .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-3bc51797-c8b7-4277-b13f-03d8bc9ac82e .shg-sld-dot {
  background-color: rgba(255, 255, 255, 1);
}

#s-3bc51797-c8b7-4277-b13f-03d8bc9ac82e .shg-sld-nav-button.shg-sld-left,
#s-3bc51797-c8b7-4277-b13f-03d8bc9ac82e .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 255, 255, 1);
}
}
#s-795ac52f-6b22-405a-96a0-05ad82558c25 {
  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-795ac52f-6b22-405a-96a0-05ad82558c25 {
  display: none;
}
#s-795ac52f-6b22-405a-96a0-05ad82558c25, #wrap-s-795ac52f-6b22-405a-96a0-05ad82558c25 { display: none !important; }}@media (max-width: 767px){#s-795ac52f-6b22-405a-96a0-05ad82558c25 {
  min-height: 0px;
display: none;
}
#s-795ac52f-6b22-405a-96a0-05ad82558c25, #wrap-s-795ac52f-6b22-405a-96a0-05ad82558c25 { display: none !important; }}
#s-795ac52f-6b22-405a-96a0-05ad82558c25 {
  background-image: url(https://i.shgcdn.com/4c36f459-033a-4407-9e23-d4354995c659/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-795ac52f-6b22-405a-96a0-05ad82558c25 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-795ac52f-6b22-405a-96a0-05ad82558c25.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f3afd0e6-7697-4184-b6d3-d7f962397d19 {
  margin-left: 0%;
padding-left: 0%;
padding-right: 0%;
min-height: 424px;
max-width: 400px;
}
@media (min-width: 1200px){#s-f3afd0e6-7697-4184-b6d3-d7f962397d19 {
  margin-left: 60px;
margin-right: 0px;
}
}







#s-f3afd0e6-7697-4184-b6d3-d7f962397d19 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f3afd0e6-7697-4184-b6d3-d7f962397d19.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-763ebc7b-5d01-43c2-987d-386560d34e1f {
  margin-left: 4px;
margin-bottom: 8px;
margin-right: 0px;
}

#s-f2b58cf6-d506-4e75-98f3-9f2938194b6f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f2b58cf6-d506-4e75-98f3-9f2938194b6f .shogun-heading-component h1 {
  color: rgba(168, 0, 30, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 80px;
  
  
  
}



#s-3e092136-3953-4720-8b6d-514a331141ca {
  margin-top: -6px;
}

#s-42f28a61-f287-4d9b-8f2a-be97e62708a9 {
  margin-top: 32px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
background-color: rgba(168, 0, 30, 1);
text-align: left;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
}
#s-42f28a61-f287-4d9b-8f2a-be97e62708a9:hover {background-color: rgba(82, 1, 14, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-42f28a61-f287-4d9b-8f2a-be97e62708a9:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-42f28a61-f287-4d9b-8f2a-be97e62708a9 {
  padding-left: 145px;
padding-right: 145px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-42f28a61-f287-4d9b-8f2a-be97e62708a9 {
  padding-left: 145px;
padding-right: 145px;
}
}

  #s-42f28a61-f287-4d9b-8f2a-be97e62708a9-root {
    text-align: left;
  }


#s-42f28a61-f287-4d9b-8f2a-be97e62708a9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-42f28a61-f287-4d9b-8f2a-be97e62708a9-root {
    text-align: left;
  }


#s-42f28a61-f287-4d9b-8f2a-be97e62708a9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-42f28a61-f287-4d9b-8f2a-be97e62708a9-root {
    text-align: left;
  }


#s-42f28a61-f287-4d9b-8f2a-be97e62708a9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-42f28a61-f287-4d9b-8f2a-be97e62708a9-root {
    text-align: left;
  }


#s-42f28a61-f287-4d9b-8f2a-be97e62708a9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-42f28a61-f287-4d9b-8f2a-be97e62708a9-root {
    text-align: left;
  }


#s-42f28a61-f287-4d9b-8f2a-be97e62708a9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
}
#s-0ce3a6c0-16ef-45a2-becd-744dc2199192 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 426px;
background-position: center center;
}

#s-0ce3a6c0-16ef-45a2-becd-744dc2199192 {
  background-image: url(https://i.shgcdn.com/0ead5bd9-d55f-4e50-b95d-2cafee285f2f/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-0ce3a6c0-16ef-45a2-becd-744dc2199192 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0ce3a6c0-16ef-45a2-becd-744dc2199192.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-899167fa-1462-4462-ad36-a00d10288a55 {
  
}

#s-1694fe8e-0e1d-468f-bf41-45561ed2c9d4 {
  margin-left: auto;
margin-right: auto;
min-height: 0px;
}

@media (min-width: 0px) {
[id="s-1694fe8e-0e1d-468f-bf41-45561ed2c9d4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1694fe8e-0e1d-468f-bf41-45561ed2c9d4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1694fe8e-0e1d-468f-bf41-45561ed2c9d4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1694fe8e-0e1d-468f-bf41-45561ed2c9d4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-7a31e29c-a6a3-4ae1-9b98-b31cbb2bec6b {
  padding-top: 47px;
padding-left: 39px;
padding-bottom: 47px;
padding-right: 54px;
min-height: 376px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7a31e29c-a6a3-4ae1-9b98-b31cbb2bec6b {
  padding-top: 47px;
}
}@media (max-width: 767px){#s-7a31e29c-a6a3-4ae1-9b98-b31cbb2bec6b {
  padding-top: 21px;
padding-left: 15px;
padding-bottom: 39px;
padding-right: 15px;
}
}







#s-7a31e29c-a6a3-4ae1-9b98-b31cbb2bec6b > .shg-box-overlay {
  background-color: rgba(29, 38, 46, 1);
  opacity: 0.8;
  display: block;
}#s-7a31e29c-a6a3-4ae1-9b98-b31cbb2bec6b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px){






#s-7a31e29c-a6a3-4ae1-9b98-b31cbb2bec6b > .shg-box-overlay {
  background-color: rgba(29, 38, 46, 1);
  opacity: 0.8;
  display: block;
}#s-7a31e29c-a6a3-4ae1-9b98-b31cbb2bec6b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-b25df657-7dc4-44f1-a518-e0ffaf5b3495 {
  margin-top: -16px;
margin-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-b25df657-7dc4-44f1-a518-e0ffaf5b3495 {
  margin-top: 40px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 4%;
}
}
#s-b25df657-7dc4-44f1-a518-e0ffaf5b3495 .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-b25df657-7dc4-44f1-a518-e0ffaf5b3495 .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-b25df657-7dc4-44f1-a518-e0ffaf5b3495 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.3em;
  
  
}


}
#s-f53ff8dd-b8a6-4c4b-b578-0e295ca3d788 {
  margin-top: 8px;
}
@media (max-width: 767px){#s-f53ff8dd-b8a6-4c4b-b578-0e295ca3d788 {
  margin-left: 0%;
margin-right: 4%;
}
}
#s-b987c7b9-5f0b-43c3-ac31-206c041bd5e8 {
  margin-top: 32px;
}

#s-1f68d6ce-0d3b-4a2d-b623-e4858d6d3ab9 {
  min-height: 30px;
}
@media (min-width: 1200px){#s-1f68d6ce-0d3b-4a2d-b623-e4858d6d3ab9 {
  min-height: 50px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1f68d6ce-0d3b-4a2d-b623-e4858d6d3ab9 {
  min-height: 50px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1f68d6ce-0d3b-4a2d-b623-e4858d6d3ab9 {
  min-height: 50px;
}
}







#s-1f68d6ce-0d3b-4a2d-b623-e4858d6d3ab9 > .shg-box-overlay {
  background-color: rgba(29, 38, 46, 1);
  opacity: 0.8;
  display: block;
}#s-1f68d6ce-0d3b-4a2d-b623-e4858d6d3ab9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-29a27663-6108-4a26-b2e3-dbc5d10f85ea {
  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-29a27663-6108-4a26-b2e3-dbc5d10f85ea {
  margin-top: -40px;
}
}@media (max-width: 767px){#s-29a27663-6108-4a26-b2e3-dbc5d10f85ea {
  display: none;
}
#s-29a27663-6108-4a26-b2e3-dbc5d10f85ea, #wrap-s-29a27663-6108-4a26-b2e3-dbc5d10f85ea { display: none !important; }}
#s-65d54347-d991-4dc9-9a05-39636362befc {
  background-repeat: no-repeat;
background-size: cover;
min-height: 426px;
background-position: center center;
}
@media (min-width: 1200px){#s-65d54347-d991-4dc9-9a05-39636362befc {
  display: none;
}
#s-65d54347-d991-4dc9-9a05-39636362befc, #wrap-s-65d54347-d991-4dc9-9a05-39636362befc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-65d54347-d991-4dc9-9a05-39636362befc {
  display: none;
}
#s-65d54347-d991-4dc9-9a05-39636362befc, #wrap-s-65d54347-d991-4dc9-9a05-39636362befc { display: none !important; }}@media (max-width: 767px){#s-65d54347-d991-4dc9-9a05-39636362befc {
  min-height: 0px;
display: none;
}
#s-65d54347-d991-4dc9-9a05-39636362befc, #wrap-s-65d54347-d991-4dc9-9a05-39636362befc { display: none !important; }}
#s-65d54347-d991-4dc9-9a05-39636362befc {
  background-image: url(https://i.shgcdn.com/01f06ead-3a76-40ed-ac8e-0382ec162703/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-65d54347-d991-4dc9-9a05-39636362befc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-65d54347-d991-4dc9-9a05-39636362befc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-28a3be2e-859f-4489-848f-36bb9b06ea0a {
  padding-left: 40px;
min-height: 426px;
}
@media (min-width: 768px) and (max-width: 991px){#s-28a3be2e-859f-4489-848f-36bb9b06ea0a {
  padding-left: 6%;
}
}







#s-28a3be2e-859f-4489-848f-36bb9b06ea0a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-28a3be2e-859f-4489-848f-36bb9b06ea0a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-64af9266-5baa-42da-a291-1b24f6785efc {
  margin-left: 4px;
margin-bottom: 8px;
}

#s-3b593414-14c1-46d6-a72a-e6b0ebe2fa50 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3b593414-14c1-46d6-a72a-e6b0ebe2fa50 .shogun-heading-component h1 {
  color: rgba(168, 0, 30, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 70px;
  
  
  
}



#s-66b5495c-d0b3-4229-80aa-a11077a6c225 {
  margin-top: -6px;
}

#s-9eecc275-4738-46c1-a8a1-695ac8e5b665 {
  margin-top: 32px;
padding-top: 10px;
padding-left: 125px;
padding-bottom: 10px;
padding-right: 125px;
border-radius: 4px;
background-color: rgba(168, 0, 30, 1);
text-align: left;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
}
#s-9eecc275-4738-46c1-a8a1-695ac8e5b665:hover {background-color: rgba(82, 1, 14, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9eecc275-4738-46c1-a8a1-695ac8e5b665:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9eecc275-4738-46c1-a8a1-695ac8e5b665-root {
    text-align: left;
  }


#s-9eecc275-4738-46c1-a8a1-695ac8e5b665.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9eecc275-4738-46c1-a8a1-695ac8e5b665-root {
    text-align: left;
  }


#s-9eecc275-4738-46c1-a8a1-695ac8e5b665.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9eecc275-4738-46c1-a8a1-695ac8e5b665-root {
    text-align: left;
  }


#s-9eecc275-4738-46c1-a8a1-695ac8e5b665.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9eecc275-4738-46c1-a8a1-695ac8e5b665-root {
    text-align: left;
  }


#s-9eecc275-4738-46c1-a8a1-695ac8e5b665.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9eecc275-4738-46c1-a8a1-695ac8e5b665-root {
    text-align: left;
  }


#s-9eecc275-4738-46c1-a8a1-695ac8e5b665.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
}
#s-4c920b5e-78b0-422e-8fe7-dca46b9c2197 {
  background-repeat: no-repeat;
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-position: center center;
}
@media (min-width: 1200px){#s-4c920b5e-78b0-422e-8fe7-dca46b9c2197 {
  display: none;
}
#s-4c920b5e-78b0-422e-8fe7-dca46b9c2197, #wrap-s-4c920b5e-78b0-422e-8fe7-dca46b9c2197 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4c920b5e-78b0-422e-8fe7-dca46b9c2197 {
  display: none;
}
#s-4c920b5e-78b0-422e-8fe7-dca46b9c2197, #wrap-s-4c920b5e-78b0-422e-8fe7-dca46b9c2197 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4c920b5e-78b0-422e-8fe7-dca46b9c2197 {
  display: none;
}
#s-4c920b5e-78b0-422e-8fe7-dca46b9c2197, #wrap-s-4c920b5e-78b0-422e-8fe7-dca46b9c2197 { display: none !important; }}@media (max-width: 767px){#s-4c920b5e-78b0-422e-8fe7-dca46b9c2197 {
  border-style: none;
}
}
#s-4c920b5e-78b0-422e-8fe7-dca46b9c2197 {
  background-image: url(https://i.shgcdn.com/9bdd5c22-5c61-4b60-a1ee-c5f760f0d5ab/);
}








#s-4c920b5e-78b0-422e-8fe7-dca46b9c2197 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4c920b5e-78b0-422e-8fe7-dca46b9c2197.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
@media (max-width: 767px){






#s-4c920b5e-78b0-422e-8fe7-dca46b9c2197 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4c920b5e-78b0-422e-8fe7-dca46b9c2197.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-4b18aee4-bfda-4115-8a7a-8da2b31de323 {
  margin-left: auto;
margin-right: auto;
padding-top: 16px;
padding-left: 16px;
padding-bottom: 16px;
padding-right: 16px;
min-height: 50px;
}
@media (max-width: 767px){#s-4b18aee4-bfda-4115-8a7a-8da2b31de323 {
  margin-top: 16px;
padding-bottom: 0px;
}
}







#s-4b18aee4-bfda-4115-8a7a-8da2b31de323 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4b18aee4-bfda-4115-8a7a-8da2b31de323.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px){






#s-4b18aee4-bfda-4115-8a7a-8da2b31de323 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4b18aee4-bfda-4115-8a7a-8da2b31de323.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
}
#s-f0725217-4fc0-455c-891f-1d84b3ad8287 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}
@media (max-width: 767px){#s-f0725217-4fc0-455c-891f-1d84b3ad8287 {
  margin-top: 24px;
margin-bottom: 20px;
}
}
#s-bb29dad2-b99f-4c2c-95a2-6fa4d0dac051 {
  margin-top: 12px;
margin-left: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}

#s-a532ca33-267b-4ed4-bf61-7e482ada28ea {
  margin-left: 8px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}
@media (max-width: 767px){#s-a532ca33-267b-4ed4-bf61-7e482ada28ea {
  margin-top: -4px;
margin-left: 0px;
}
}
#s-33387f5e-bc2e-46f1-aa22-c0bfa7f400ed {
  border-style: solid;
margin-top: 12px;
margin-left: auto;
margin-bottom: 12px;
margin-right: auto;
padding-top: 9px;
padding-left: 120px;
padding-bottom: 7px;
padding-right: 120px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(254, 224, 143, 1);
border-radius: 3px;
min-height: 0px;
max-width: 350px;
background-color: rgba(254, 224, 143, 1);
text-align: center;
text-decoration: none;
letter-spacing: 2px;
hover-type: color;
color: rgba(12, 115, 190, 1);
}
#s-33387f5e-bc2e-46f1-aa22-c0bfa7f400ed:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(255, 204, 73, 1) !important;
border-radius: 3px !important;
background-color: rgba(255, 204, 73, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(12, 115, 190, 1) !important;}#s-33387f5e-bc2e-46f1-aa22-c0bfa7f400ed:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(255, 204, 73, 1) !important;
border-radius: 3px !important;
background-color: rgba(255, 204, 73, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(12, 115, 190, 1) !important;}@media (min-width: 1200px){#s-33387f5e-bc2e-46f1-aa22-c0bfa7f400ed {
  margin-top: 24px;
padding-top: 8px;
padding-bottom: 8px;
}
}@media (max-width: 767px){#s-33387f5e-bc2e-46f1-aa22-c0bfa7f400ed {
  padding-left: 0px;
padding-right: 0px;
}
}

  #s-33387f5e-bc2e-46f1-aa22-c0bfa7f400ed-root {
    text-align: center;
  }


#s-33387f5e-bc2e-46f1-aa22-c0bfa7f400ed.shg-btn {
  color: rgba(12, 115, 190, 1);
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-33387f5e-bc2e-46f1-aa22-c0bfa7f400ed-root {
    text-align: center;
  }


#s-33387f5e-bc2e-46f1-aa22-c0bfa7f400ed.shg-btn {
  color: rgba(12, 115, 190, 1);
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-33387f5e-bc2e-46f1-aa22-c0bfa7f400ed-root {
    text-align: center;
  }


#s-33387f5e-bc2e-46f1-aa22-c0bfa7f400ed.shg-btn {
  color: rgba(12, 115, 190, 1);
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-33387f5e-bc2e-46f1-aa22-c0bfa7f400ed-root {
    text-align: center;
  }


#s-33387f5e-bc2e-46f1-aa22-c0bfa7f400ed.shg-btn {
  color: rgba(12, 115, 190, 1);
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-33387f5e-bc2e-46f1-aa22-c0bfa7f400ed-root {
    text-align: center;
  }


#s-33387f5e-bc2e-46f1-aa22-c0bfa7f400ed.shg-btn {
  color: rgba(12, 115, 190, 1);
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
}
#s-5d76154f-aa08-48c0-a134-c5029c30b796 {
  margin-left: auto;
margin-right: auto;
}

/*
  $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;
}
