.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-27c40d08-dd2c-415c-99a7-2b2f32366502 {
  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-27c40d08-dd2c-415c-99a7-2b2f32366502 {
  margin-top: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-27c40d08-dd2c-415c-99a7-2b2f32366502 {
  border-style: none;
}
}@media (min-width: 768px) and (max-width: 991px){#s-27c40d08-dd2c-415c-99a7-2b2f32366502 {
  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-27c40d08-dd2c-415c-99a7-2b2f32366502 {
  display: none;
}
#s-27c40d08-dd2c-415c-99a7-2b2f32366502, #wrap-s-27c40d08-dd2c-415c-99a7-2b2f32366502 { display: none !important; }}
#s-27c40d08-dd2c-415c-99a7-2b2f32366502 .shg-sld-dot {
  background-color: rgba(205, 214, 220, 1);
}

#s-27c40d08-dd2c-415c-99a7-2b2f32366502 .shg-sld-nav-button.shg-sld-left,
#s-27c40d08-dd2c-415c-99a7-2b2f32366502 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(205, 214, 220, 1);
}
@media (min-width: 1200px){#s-27c40d08-dd2c-415c-99a7-2b2f32366502 .shg-sld-dot {
  background-color: rgba(205, 214, 220, 1);
}

#s-27c40d08-dd2c-415c-99a7-2b2f32366502 .shg-sld-nav-button.shg-sld-left,
#s-27c40d08-dd2c-415c-99a7-2b2f32366502 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(205, 214, 220, 1);
}
}@media (min-width: 768px) and (max-width: 991px){#s-27c40d08-dd2c-415c-99a7-2b2f32366502 .shg-sld-dot {
  background-color: rgba(205, 214, 220, 1);
}

#s-27c40d08-dd2c-415c-99a7-2b2f32366502 .shg-sld-nav-button.shg-sld-left,
#s-27c40d08-dd2c-415c-99a7-2b2f32366502 .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-c7a7902c-7a43-4c1a-b9ae-2b0b14b2a65d {
  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-c7a7902c-7a43-4c1a-b9ae-2b0b14b2a65d {
  display: none;
}
#s-c7a7902c-7a43-4c1a-b9ae-2b0b14b2a65d, #wrap-s-c7a7902c-7a43-4c1a-b9ae-2b0b14b2a65d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c7a7902c-7a43-4c1a-b9ae-2b0b14b2a65d {
  display: none;
}
#s-c7a7902c-7a43-4c1a-b9ae-2b0b14b2a65d, #wrap-s-c7a7902c-7a43-4c1a-b9ae-2b0b14b2a65d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c7a7902c-7a43-4c1a-b9ae-2b0b14b2a65d {
  display: none;
}
#s-c7a7902c-7a43-4c1a-b9ae-2b0b14b2a65d, #wrap-s-c7a7902c-7a43-4c1a-b9ae-2b0b14b2a65d { display: none !important; }}







#s-c7a7902c-7a43-4c1a-b9ae-2b0b14b2a65d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c7a7902c-7a43-4c1a-b9ae-2b0b14b2a65d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-28ffb655-951c-4c4b-b03b-42f9b2ab22df {
  margin-top: 16px;
margin-bottom: 0px;
padding-left: 16px;
padding-right: 16px;
min-height: 50px;
}








#s-28ffb655-951c-4c4b-b03b-42f9b2ab22df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-28ffb655-951c-4c4b-b03b-42f9b2ab22df.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-b8dc2d25-90b7-4dd9-8c8f-35a48ae56cdc {
  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-590589d6-1b40-475a-938d-e0a73515b59e {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-590589d6-1b40-475a-938d-e0a73515b59e .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-a27c89b3-a495-4265-ab4e-00a0637e5b0f {
  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-27f7af08-d8a2-4ef9-8876-25783b661108 {
  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-27f7af08-d8a2-4ef9-8876-25783b661108:hover {background-color: rgba(82, 1, 14, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-27f7af08-d8a2-4ef9-8876-25783b661108:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-27f7af08-d8a2-4ef9-8876-25783b661108-root {
    text-align: center;
  }


#s-27f7af08-d8a2-4ef9-8876-25783b661108.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-27f7af08-d8a2-4ef9-8876-25783b661108-root {
    text-align: center;
  }


#s-27f7af08-d8a2-4ef9-8876-25783b661108.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-27f7af08-d8a2-4ef9-8876-25783b661108-root {
    text-align: center;
  }


#s-27f7af08-d8a2-4ef9-8876-25783b661108.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-27f7af08-d8a2-4ef9-8876-25783b661108-root {
    text-align: center;
  }


#s-27f7af08-d8a2-4ef9-8876-25783b661108.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-27f7af08-d8a2-4ef9-8876-25783b661108-root {
    text-align: center;
  }


#s-27f7af08-d8a2-4ef9-8876-25783b661108.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
}
#s-aa3f1336-8adc-4ff8-939d-835889ce25b3 {
  margin-top: 24px;
min-height: 50px;
background-color: rgba(183, 238, 255, 1);
}








#s-aa3f1336-8adc-4ff8-939d-835889ce25b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-aa3f1336-8adc-4ff8-939d-835889ce25b3.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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
  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;
  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-be7530c2-da94-4c74-9865-390a59a7b987 {
  max-width: 200px;
aspect-ratio: 410/434;
text-align: center;
}



.shg-image-margin-container-s-be7530c2-da94-4c74-9865-390a59a7b987 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-be7530c2-da94-4c74-9865-390a59a7b987 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-be7530c2-da94-4c74-9865-390a59a7b987 .shg-image-content-wrapper {
      aspect-ratio: 410/434;
      min-width: 100%;
      height: auto;
    }

    #s-be7530c2-da94-4c74-9865-390a59a7b987 .shogun-image-link {
      aspect-ratio: 410/434;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-be7530c2-da94-4c74-9865-390a59a7b987 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-be7530c2-da94-4c74-9865-390a59a7b987.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-be7530c2-da94-4c74-9865-390a59a7b987 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 200px;
  }



  img.s-be7530c2-da94-4c74-9865-390a59a7b987.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-be7530c2-da94-4c74-9865-390a59a7b987 .shogun-image-content {
  
    align-items: center;
  
}

.s-be7530c2-da94-4c74-9865-390a59a7b987.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be7530c2-da94-4c74-9865-390a59a7b987.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be7530c2-da94-4c74-9865-390a59a7b987.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-be7530c2-da94-4c74-9865-390a59a7b987 {
      --shg-aspect-ratio: calc(410/434); 
    }

    .s-be7530c2-da94-4c74-9865-390a59a7b987.shogun-image-container {
      position: relative;
    }

    .s-be7530c2-da94-4c74-9865-390a59a7b987.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-be7530c2-da94-4c74-9865-390a59a7b987.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-be7530c2-da94-4c74-9865-390a59a7b987 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-be7530c2-da94-4c74-9865-390a59a7b987 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-be7530c2-da94-4c74-9865-390a59a7b987 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-be7530c2-da94-4c74-9865-390a59a7b987 .shg-image-content-wrapper {
      aspect-ratio: 410/434;
      min-width: 100%;
      height: auto;
    }

    #s-be7530c2-da94-4c74-9865-390a59a7b987 .shogun-image-link {
      aspect-ratio: 410/434;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-be7530c2-da94-4c74-9865-390a59a7b987 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-be7530c2-da94-4c74-9865-390a59a7b987.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-be7530c2-da94-4c74-9865-390a59a7b987 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 200px;
  }



  img.s-be7530c2-da94-4c74-9865-390a59a7b987.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-be7530c2-da94-4c74-9865-390a59a7b987 .shogun-image-content {
  
    align-items: center;
  
}

.s-be7530c2-da94-4c74-9865-390a59a7b987.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be7530c2-da94-4c74-9865-390a59a7b987.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be7530c2-da94-4c74-9865-390a59a7b987.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-be7530c2-da94-4c74-9865-390a59a7b987 {
      --shg-aspect-ratio: calc(410/434); 
    }

    .s-be7530c2-da94-4c74-9865-390a59a7b987.shogun-image-container {
      position: relative;
    }

    .s-be7530c2-da94-4c74-9865-390a59a7b987.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-be7530c2-da94-4c74-9865-390a59a7b987.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-be7530c2-da94-4c74-9865-390a59a7b987 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-be7530c2-da94-4c74-9865-390a59a7b987 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-be7530c2-da94-4c74-9865-390a59a7b987 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-be7530c2-da94-4c74-9865-390a59a7b987 .shg-image-content-wrapper {
      aspect-ratio: 410/434;
      min-width: 100%;
      height: auto;
    }

    #s-be7530c2-da94-4c74-9865-390a59a7b987 .shogun-image-link {
      aspect-ratio: 410/434;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-be7530c2-da94-4c74-9865-390a59a7b987 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-be7530c2-da94-4c74-9865-390a59a7b987.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-be7530c2-da94-4c74-9865-390a59a7b987 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 200px;
  }



  img.s-be7530c2-da94-4c74-9865-390a59a7b987.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-be7530c2-da94-4c74-9865-390a59a7b987 .shogun-image-content {
  
    align-items: center;
  
}

.s-be7530c2-da94-4c74-9865-390a59a7b987.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be7530c2-da94-4c74-9865-390a59a7b987.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be7530c2-da94-4c74-9865-390a59a7b987.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-be7530c2-da94-4c74-9865-390a59a7b987 {
      --shg-aspect-ratio: calc(410/434); 
    }

    .s-be7530c2-da94-4c74-9865-390a59a7b987.shogun-image-container {
      position: relative;
    }

    .s-be7530c2-da94-4c74-9865-390a59a7b987.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-be7530c2-da94-4c74-9865-390a59a7b987.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-be7530c2-da94-4c74-9865-390a59a7b987 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-be7530c2-da94-4c74-9865-390a59a7b987 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-be7530c2-da94-4c74-9865-390a59a7b987 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-be7530c2-da94-4c74-9865-390a59a7b987 .shg-image-content-wrapper {
      aspect-ratio: 410/434;
      min-width: 100%;
      height: auto;
    }

    #s-be7530c2-da94-4c74-9865-390a59a7b987 .shogun-image-link {
      aspect-ratio: 410/434;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-be7530c2-da94-4c74-9865-390a59a7b987 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-be7530c2-da94-4c74-9865-390a59a7b987.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-be7530c2-da94-4c74-9865-390a59a7b987 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 200px;
  }



  img.s-be7530c2-da94-4c74-9865-390a59a7b987.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-be7530c2-da94-4c74-9865-390a59a7b987 .shogun-image-content {
  
    align-items: center;
  
}

.s-be7530c2-da94-4c74-9865-390a59a7b987.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be7530c2-da94-4c74-9865-390a59a7b987.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be7530c2-da94-4c74-9865-390a59a7b987.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-be7530c2-da94-4c74-9865-390a59a7b987 {
      --shg-aspect-ratio: calc(410/434); 
    }

    .s-be7530c2-da94-4c74-9865-390a59a7b987.shogun-image-container {
      position: relative;
    }

    .s-be7530c2-da94-4c74-9865-390a59a7b987.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-be7530c2-da94-4c74-9865-390a59a7b987.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-be7530c2-da94-4c74-9865-390a59a7b987 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-be7530c2-da94-4c74-9865-390a59a7b987 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-be7530c2-da94-4c74-9865-390a59a7b987 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-be7530c2-da94-4c74-9865-390a59a7b987 .shg-image-content-wrapper {
      aspect-ratio: 410/434;
      min-width: 100%;
      height: auto;
    }

    #s-be7530c2-da94-4c74-9865-390a59a7b987 .shogun-image-link {
      aspect-ratio: 410/434;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-be7530c2-da94-4c74-9865-390a59a7b987 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-be7530c2-da94-4c74-9865-390a59a7b987.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-be7530c2-da94-4c74-9865-390a59a7b987 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 200px;
  }



  img.s-be7530c2-da94-4c74-9865-390a59a7b987.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-be7530c2-da94-4c74-9865-390a59a7b987 .shogun-image-content {
  
    align-items: center;
  
}

.s-be7530c2-da94-4c74-9865-390a59a7b987.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be7530c2-da94-4c74-9865-390a59a7b987.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be7530c2-da94-4c74-9865-390a59a7b987.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-be7530c2-da94-4c74-9865-390a59a7b987 {
      --shg-aspect-ratio: calc(410/434); 
    }

    .s-be7530c2-da94-4c74-9865-390a59a7b987.shogun-image-container {
      position: relative;
    }

    .s-be7530c2-da94-4c74-9865-390a59a7b987.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-be7530c2-da94-4c74-9865-390a59a7b987.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-be7530c2-da94-4c74-9865-390a59a7b987 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}
#s-b286a384-997e-474f-af2a-fa8c576c12eb {
  background-repeat: no-repeat;
background-size: cover;
min-height: 426px;
background-position: center center;
}

#s-b286a384-997e-474f-af2a-fa8c576c12eb {
  background-image: url(https://i.shgcdn.com/8906602a-b3fb-4504-9a8c-b843f969c1b1/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-b286a384-997e-474f-af2a-fa8c576c12eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b286a384-997e-474f-af2a-fa8c576c12eb.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-2e26ee0a-b69e-406a-a063-78c11272e0a5 {
  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-eda9cb72-c14b-47d4-88db-4d2177f01ffa {
  margin-left: auto;
margin-right: auto;
min-height: 0px;
}

@media (min-width: 0px) {
[id="s-eda9cb72-c14b-47d4-88db-4d2177f01ffa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eda9cb72-c14b-47d4-88db-4d2177f01ffa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-eda9cb72-c14b-47d4-88db-4d2177f01ffa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-eda9cb72-c14b-47d4-88db-4d2177f01ffa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-9b6edecf-10b5-4a60-9a5d-fa184d95905a {
  padding-top: 47px;
padding-left: 39px;
padding-bottom: 47px;
padding-right: 54px;
min-height: 376px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9b6edecf-10b5-4a60-9a5d-fa184d95905a {
  padding-top: 47px;
}
}@media (max-width: 767px){#s-9b6edecf-10b5-4a60-9a5d-fa184d95905a {
  padding-top: 21px;
padding-left: 15px;
padding-bottom: 39px;
padding-right: 15px;
}
}







#s-9b6edecf-10b5-4a60-9a5d-fa184d95905a > .shg-box-overlay {
  background-color: rgba(29, 38, 46, 1);
  opacity: 0.8;
  display: block;
}#s-9b6edecf-10b5-4a60-9a5d-fa184d95905a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px){






#s-9b6edecf-10b5-4a60-9a5d-fa184d95905a > .shg-box-overlay {
  background-color: rgba(29, 38, 46, 1);
  opacity: 0.8;
  display: block;
}#s-9b6edecf-10b5-4a60-9a5d-fa184d95905a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-0026205a-c048-462c-880f-f99f0edc6e79 {
  margin-top: -16px;
margin-bottom: 0px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-0026205a-c048-462c-880f-f99f0edc6e79 {
  margin-top: -32px;
}
}@media (max-width: 767px){#s-0026205a-c048-462c-880f-f99f0edc6e79 {
  margin-top: 40px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 4%;
}
}
#s-0026205a-c048-462c-880f-f99f0edc6e79 .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-0026205a-c048-462c-880f-f99f0edc6e79 .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-0026205a-c048-462c-880f-f99f0edc6e79 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.3em;
  
  
}


}
#s-9dc27460-b14e-4190-bc0a-559aa8c9cbf0 {
  margin-top: 8px;
}
@media (max-width: 767px){#s-9dc27460-b14e-4190-bc0a-559aa8c9cbf0 {
  margin-left: 0%;
margin-right: 4%;
}
}
#s-fde71bf2-5d59-47af-b340-ecd6563c6864 {
  margin-top: 32px;
}
@media (min-width: 768px) and (max-width: 991px){#s-fde71bf2-5d59-47af-b340-ecd6563c6864 {
  margin-top: 16px;
margin-bottom: -8px;
}
}
#s-c84fbaa7-a559-4d46-8e69-423546c8c7e2 {
  min-height: 30px;
}
@media (min-width: 1200px){#s-c84fbaa7-a559-4d46-8e69-423546c8c7e2 {
  min-height: 50px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c84fbaa7-a559-4d46-8e69-423546c8c7e2 {
  min-height: 50px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c84fbaa7-a559-4d46-8e69-423546c8c7e2 {
  min-height: 50px;
}
}







#s-c84fbaa7-a559-4d46-8e69-423546c8c7e2 > .shg-box-overlay {
  background-color: rgba(29, 38, 46, 1);
  opacity: 0.8;
  display: block;
}#s-c84fbaa7-a559-4d46-8e69-423546c8c7e2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-14ba1a51-446b-4b66-813e-713e6cd495ca {
  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-14ba1a51-446b-4b66-813e-713e6cd495ca {
  margin-top: -70px;
}
}@media (max-width: 767px){#s-14ba1a51-446b-4b66-813e-713e6cd495ca {
  display: none;
}
#s-14ba1a51-446b-4b66-813e-713e6cd495ca, #wrap-s-14ba1a51-446b-4b66-813e-713e6cd495ca { display: none !important; }}
#s-e1a7a033-af41-4bba-8070-a0273a1ccc29 {
  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-e1a7a033-af41-4bba-8070-a0273a1ccc29 {
  display: none;
}
#s-e1a7a033-af41-4bba-8070-a0273a1ccc29, #wrap-s-e1a7a033-af41-4bba-8070-a0273a1ccc29 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e1a7a033-af41-4bba-8070-a0273a1ccc29 {
  display: none;
}
#s-e1a7a033-af41-4bba-8070-a0273a1ccc29, #wrap-s-e1a7a033-af41-4bba-8070-a0273a1ccc29 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e1a7a033-af41-4bba-8070-a0273a1ccc29 {
  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;
background-color: rgba(233, 242, 239, 1);
}
}@media (max-width: 767px){#s-e1a7a033-af41-4bba-8070-a0273a1ccc29 {
  min-height: 0px;
display: none;
}
#s-e1a7a033-af41-4bba-8070-a0273a1ccc29, #wrap-s-e1a7a033-af41-4bba-8070-a0273a1ccc29 { display: none !important; }}
#s-e1a7a033-af41-4bba-8070-a0273a1ccc29 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZDAxMTI4YzMtZmQxMi00Y2VlLWEzZGQtM2MxM2I1ZmI1N2NlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkMDExMjhjMy1mZDEyLTRjZWUtYTNkZC0zYzEzYjVmYjU3Y2UpIi8+PC9zdmc+);
}








#s-e1a7a033-af41-4bba-8070-a0273a1ccc29 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e1a7a033-af41-4bba-8070-a0273a1ccc29.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0a6896c5-8e2f-4d78-8e91-cd21665f3786 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-0a6896c5-8e2f-4d78-8e91-cd21665f3786 {
  display: none;
}
#s-0a6896c5-8e2f-4d78-8e91-cd21665f3786, #wrap-s-0a6896c5-8e2f-4d78-8e91-cd21665f3786 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0a6896c5-8e2f-4d78-8e91-cd21665f3786 {
  display: none;
}
#s-0a6896c5-8e2f-4d78-8e91-cd21665f3786, #wrap-s-0a6896c5-8e2f-4d78-8e91-cd21665f3786 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0a6896c5-8e2f-4d78-8e91-cd21665f3786 {
  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-0a6896c5-8e2f-4d78-8e91-cd21665f3786 {
  display: none;
}
#s-0a6896c5-8e2f-4d78-8e91-cd21665f3786, #wrap-s-0a6896c5-8e2f-4d78-8e91-cd21665f3786 { display: none !important; }}
@media (min-width: 0px) {
[id="s-0a6896c5-8e2f-4d78-8e91-cd21665f3786"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0a6896c5-8e2f-4d78-8e91-cd21665f3786"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0a6896c5-8e2f-4d78-8e91-cd21665f3786"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0a6896c5-8e2f-4d78-8e91-cd21665f3786"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-35a1cf3f-b880-4b58-b170-144f07e3783f {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 25%;
padding-bottom: 0px;
padding-right: 5%;
min-height: 426px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-35a1cf3f-b880-4b58-b170-144f07e3783f {
  padding-left: 10%;
padding-right: 4%;
}
}







#s-35a1cf3f-b880-4b58-b170-144f07e3783f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-35a1cf3f-b880-4b58-b170-144f07e3783f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-533d18f0-2133-485f-9ce0-a247af7a00b3 {
  margin-top: -6px;
margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-533d18f0-2133-485f-9ce0-a247af7a00b3 {
  margin-left: 0px;
margin-bottom: 12px;
margin-right: 0px;
padding-top: 4px;
padding-left: 9px;
padding-bottom: 4px;
padding-right: 1px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: #000;
border-style: none;
border-radius: 6px;
max-width: 155px;
background-color: rgba(12, 115, 190, 1);
}
}
#s-bca02ebc-6250-419c-ae12-9f9a2222de95 {
  margin-top: -6px;
margin-left: auto;
margin-right: auto;
}

#s-9b61d7d1-aa01-4ae2-9ef1-a04e66094d6e {
  margin-top: -6px;
margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-9b61d7d1-aa01-4ae2-9ef1-a04e66094d6e {
  margin-top: -6px;
margin-bottom: -9px;
}
}
#s-c070ba5c-8c9f-4527-b0c2-6c24338b8ae1 {
  margin-top: -6px;
margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-c070ba5c-8c9f-4527-b0c2-6c24338b8ae1 {
  margin-top: -16px;
margin-bottom: 0px;
padding-bottom: 8px;
}
}
#s-b4de7423-3e91-4b60-b7df-a2a08ad9c5f0 {
  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-b4de7423-3e91-4b60-b7df-a2a08ad9c5f0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b4de7423-3e91-4b60-b7df-a2a08ad9c5f0:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-b4de7423-3e91-4b60-b7df-a2a08ad9c5f0 {
  border-style: solid;
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(12, 115, 190, 1);
border-radius: 3px;
letter-spacing: 2px;
background-color: rgba(12, 115, 190, 1);
hover-type: color;
text-align: left;
}
#s-b4de7423-3e91-4b60-b7df-a2a08ad9c5f0: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(1, 97, 152, 1) !important;
border-radius: 3px !important;
background-color: rgba(1, 97, 152, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b4de7423-3e91-4b60-b7df-a2a08ad9c5f0: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(12, 58, 91, 1) !important;
border-radius: 3px !important;
background-color: rgba(12, 58, 91, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-b4de7423-3e91-4b60-b7df-a2a08ad9c5f0-root {
    text-align: center;
  }


#s-b4de7423-3e91-4b60-b7df-a2a08ad9c5f0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b4de7423-3e91-4b60-b7df-a2a08ad9c5f0-root {
    text-align: center;
  }


#s-b4de7423-3e91-4b60-b7df-a2a08ad9c5f0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b4de7423-3e91-4b60-b7df-a2a08ad9c5f0-root {
    text-align: center;
  }


#s-b4de7423-3e91-4b60-b7df-a2a08ad9c5f0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b4de7423-3e91-4b60-b7df-a2a08ad9c5f0-root {
    text-align: left;
  }


#s-b4de7423-3e91-4b60-b7df-a2a08ad9c5f0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b4de7423-3e91-4b60-b7df-a2a08ad9c5f0-root {
    text-align: center;
  }


#s-b4de7423-3e91-4b60-b7df-a2a08ad9c5f0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-dfda61c5-44fc-476c-9a89-901ac05ba0e9 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-dfda61c5-44fc-476c-9a89-901ac05ba0e9 {
  margin-top: 8px;
}
}
#s-678a6785-8c4b-41f1-b58e-e09b821fe7b2 {
  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-678a6785-8c4b-41f1-b58e-e09b821fe7b2 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: -7%;
}
}
#s-678a6785-8c4b-41f1-b58e-e09b821fe7b2 {
  background-image: url(https://i.shgcdn.com/6fb55c4a-a0ec-4de8-9f82-571dec941f2d/);
}








#s-678a6785-8c4b-41f1-b58e-e09b821fe7b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-678a6785-8c4b-41f1-b58e-e09b821fe7b2.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-678a6785-8c4b-41f1-b58e-e09b821fe7b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-678a6785-8c4b-41f1-b58e-e09b821fe7b2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-15df07ea-ed1b-431d-a3e1-0d83c7596c9c {
  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-15df07ea-ed1b-431d-a3e1-0d83c7596c9c {
  border-style: none;
}
}@media (min-width: 768px) and (max-width: 991px){#s-15df07ea-ed1b-431d-a3e1-0d83c7596c9c {
  display: none;
}
#s-15df07ea-ed1b-431d-a3e1-0d83c7596c9c, #wrap-s-15df07ea-ed1b-431d-a3e1-0d83c7596c9c { display: none !important; }}@media (max-width: 767px){#s-15df07ea-ed1b-431d-a3e1-0d83c7596c9c {
  display: none;
}
#s-15df07ea-ed1b-431d-a3e1-0d83c7596c9c, #wrap-s-15df07ea-ed1b-431d-a3e1-0d83c7596c9c { display: none !important; }}







#s-15df07ea-ed1b-431d-a3e1-0d83c7596c9c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-15df07ea-ed1b-431d-a3e1-0d83c7596c9c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fbfb93c2-d79d-43aa-9130-c24d74c7d9fd {
  margin-left: 0%;
margin-right: 0%;
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;
}

@media (min-width: 0px) {
[id="s-fbfb93c2-d79d-43aa-9130-c24d74c7d9fd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fbfb93c2-d79d-43aa-9130-c24d74c7d9fd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-fbfb93c2-d79d-43aa-9130-c24d74c7d9fd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-fbfb93c2-d79d-43aa-9130-c24d74c7d9fd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-ca5db447-a1f4-497c-9767-0b61968a2e6e {
  background-size: cover;
margin-left: 5%;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
min-height: 426px;
background-position: center center;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-ca5db447-a1f4-497c-9767-0b61968a2e6e {
  margin-left: 25%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ca5db447-a1f4-497c-9767-0b61968a2e6e {
  margin-left: 10%;
margin-right: 5%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ca5db447-a1f4-497c-9767-0b61968a2e6e {
  padding-right: 4%;
}
}







#s-ca5db447-a1f4-497c-9767-0b61968a2e6e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ca5db447-a1f4-497c-9767-0b61968a2e6e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-297330ea-5c46-4e56-a9f4-df3256d48b7d {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 8px;
margin-right: 0%;
padding-top: 8px;
padding-left: 9px;
padding-bottom: 8px;
padding-right: 6px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(12, 115, 190, 1);
border-style: none;
border-radius: 12px;
max-width: 205px;
background-color: rgba(12, 115, 190, 1);
}

#s-6e1ad4a0-a948-444d-bd4b-3badb36575a4 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
}

#s-870b3022-ae19-4366-94d4-40bb19a4128f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(171, 71, 71, 1);
border-style: none;
text-align: left;
}
@media (min-width: 1200px){#s-870b3022-ae19-4366-94d4-40bb19a4128f {
  margin-top: 5px;
margin-bottom: 5px;
}
}
#s-870b3022-ae19-4366-94d4-40bb19a4128f .shogun-heading-component h1 {
  color: rgba(255, 65, 65, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 94px;
  
  letter-spacing: 1px;
  
}



#s-586b4850-92c6-4198-9779-37a47a780166 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
}

#s-d010f574-0edb-40eb-a308-af3d88a56625 {
  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(12, 115, 190, 1);
border-radius: 3px;
min-height: 0px;
max-width: 350px;
background-color: rgba(12, 115, 190, 1);
text-align: left;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
}
#s-d010f574-0edb-40eb-a308-af3d88a56625: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(1, 97, 152, 1) !important;
border-radius: 3px !important;
background-color: rgba(1, 97, 152, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d010f574-0edb-40eb-a308-af3d88a56625: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(12, 58, 91, 1) !important;
border-radius: 3px !important;
background-color: rgba(12, 58, 91, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-d010f574-0edb-40eb-a308-af3d88a56625-root {
    text-align: left;
  }


#s-d010f574-0edb-40eb-a308-af3d88a56625.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d010f574-0edb-40eb-a308-af3d88a56625-root {
    text-align: left;
  }


#s-d010f574-0edb-40eb-a308-af3d88a56625.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d010f574-0edb-40eb-a308-af3d88a56625-root {
    text-align: left;
  }


#s-d010f574-0edb-40eb-a308-af3d88a56625.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d010f574-0edb-40eb-a308-af3d88a56625-root {
    text-align: left;
  }


#s-d010f574-0edb-40eb-a308-af3d88a56625.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d010f574-0edb-40eb-a308-af3d88a56625-root {
    text-align: left;
  }


#s-d010f574-0edb-40eb-a308-af3d88a56625.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
}
#s-cd990b25-40fb-41b4-931f-0a2cc170e27b {
  margin-left: auto;
margin-right: auto;
}

#s-1712c84d-9ec0-4e87-a2da-95484718cad4 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 426px;
background-position: center center;
}

#s-1712c84d-9ec0-4e87-a2da-95484718cad4 {
  background-image: url(https://i.shgcdn.com/55eb0bd6-1ccb-456c-b8f9-513da7ee7dc1/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-1712c84d-9ec0-4e87-a2da-95484718cad4 {
  background-image: url(https://i.shgcdn.com/55eb0bd6-1ccb-456c-b8f9-513da7ee7dc1/-/resize/480x/);
}
#s-1712c84d-9ec0-4e87-a2da-95484718cad4.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-1712c84d-9ec0-4e87-a2da-95484718cad4 {
  background-image: url(https://i.shgcdn.com/55eb0bd6-1ccb-456c-b8f9-513da7ee7dc1/-/resize/960x/);
}
#s-1712c84d-9ec0-4e87-a2da-95484718cad4.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-1712c84d-9ec0-4e87-a2da-95484718cad4 {
  background-image: url(https://i.shgcdn.com/55eb0bd6-1ccb-456c-b8f9-513da7ee7dc1/-/resize/768x/);
}
#s-1712c84d-9ec0-4e87-a2da-95484718cad4.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-1712c84d-9ec0-4e87-a2da-95484718cad4 {
  background-image: url(https://i.shgcdn.com/55eb0bd6-1ccb-456c-b8f9-513da7ee7dc1/-/resize/1536x/);
}
#s-1712c84d-9ec0-4e87-a2da-95484718cad4.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-1712c84d-9ec0-4e87-a2da-95484718cad4 {
  background-image: url(https://i.shgcdn.com/55eb0bd6-1ccb-456c-b8f9-513da7ee7dc1/-/resize/1024x/);
}
#s-1712c84d-9ec0-4e87-a2da-95484718cad4.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-1712c84d-9ec0-4e87-a2da-95484718cad4 {
  background-image: url(https://i.shgcdn.com/55eb0bd6-1ccb-456c-b8f9-513da7ee7dc1/-/resize/2048x/);
}
#s-1712c84d-9ec0-4e87-a2da-95484718cad4.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-1712c84d-9ec0-4e87-a2da-95484718cad4 {
  background-image: url(https://i.shgcdn.com/55eb0bd6-1ccb-456c-b8f9-513da7ee7dc1/-/resize/1200x/);
}
#s-1712c84d-9ec0-4e87-a2da-95484718cad4.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-1712c84d-9ec0-4e87-a2da-95484718cad4 {
  background-image: url(https://i.shgcdn.com/55eb0bd6-1ccb-456c-b8f9-513da7ee7dc1/-/resize/2048x/);
}
#s-1712c84d-9ec0-4e87-a2da-95484718cad4.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-1712c84d-9ec0-4e87-a2da-95484718cad4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1712c84d-9ec0-4e87-a2da-95484718cad4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4ac8a530-4de1-492d-8347-efc3a8014e48 {
  padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-4ac8a530-4de1-492d-8347-efc3a8014e48 {
  display: none;
}
#s-4ac8a530-4de1-492d-8347-efc3a8014e48, #wrap-s-4ac8a530-4de1-492d-8347-efc3a8014e48 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4ac8a530-4de1-492d-8347-efc3a8014e48 {
  display: none;
}
#s-4ac8a530-4de1-492d-8347-efc3a8014e48, #wrap-s-4ac8a530-4de1-492d-8347-efc3a8014e48 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4ac8a530-4de1-492d-8347-efc3a8014e48 {
  display: none;
}
#s-4ac8a530-4de1-492d-8347-efc3a8014e48, #wrap-s-4ac8a530-4de1-492d-8347-efc3a8014e48 { display: none !important; }}@media (max-width: 767px){#s-4ac8a530-4de1-492d-8347-efc3a8014e48 {
  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;
}
}
#s-4ac8a530-4de1-492d-8347-efc3a8014e48 .shg-sld-dot {
  background-color: rgba(205, 214, 220, 1);
}

#s-4ac8a530-4de1-492d-8347-efc3a8014e48 .shg-sld-nav-button.shg-sld-left,
#s-4ac8a530-4de1-492d-8347-efc3a8014e48 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(205, 214, 220, 1);
}
@media (max-width: 767px){#s-4ac8a530-4de1-492d-8347-efc3a8014e48 .shg-sld-dot {
  background-color: rgba(205, 214, 220, 1);
}

#s-4ac8a530-4de1-492d-8347-efc3a8014e48 .shg-sld-nav-button.shg-sld-left,
#s-4ac8a530-4de1-492d-8347-efc3a8014e48 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(205, 214, 220, 1);
}
}
#s-0a21e2fe-ef6a-4749-b208-858c61fccbe2 {
  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-0a21e2fe-ef6a-4749-b208-858c61fccbe2 {
  display: none;
}
#s-0a21e2fe-ef6a-4749-b208-858c61fccbe2, #wrap-s-0a21e2fe-ef6a-4749-b208-858c61fccbe2 { display: none !important; }}@media (max-width: 767px){#s-0a21e2fe-ef6a-4749-b208-858c61fccbe2 {
  min-height: 0px;
display: none;
}
#s-0a21e2fe-ef6a-4749-b208-858c61fccbe2, #wrap-s-0a21e2fe-ef6a-4749-b208-858c61fccbe2 { display: none !important; }}
#s-0a21e2fe-ef6a-4749-b208-858c61fccbe2 {
  background-image: url(https://i.shgcdn.com/4c36f459-033a-4407-9e23-d4354995c659/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-0a21e2fe-ef6a-4749-b208-858c61fccbe2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0a21e2fe-ef6a-4749-b208-858c61fccbe2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7413f611-b163-49b9-85c6-81778d1d656a {
  margin-left: 0%;
padding-left: 0%;
padding-right: 0%;
min-height: 424px;
max-width: 400px;
}
@media (min-width: 1200px){#s-7413f611-b163-49b9-85c6-81778d1d656a {
  margin-left: 60px;
margin-right: 0px;
}
}







#s-7413f611-b163-49b9-85c6-81778d1d656a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7413f611-b163-49b9-85c6-81778d1d656a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-43696bab-84cd-44ff-b1a7-ac5ac4804e5d {
  margin-left: 4px;
margin-bottom: 8px;
margin-right: 0px;
}

#s-55fce156-41a6-4fb6-ad7a-ec93beb7d688 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-55fce156-41a6-4fb6-ad7a-ec93beb7d688 .shogun-heading-component h1 {
  color: rgba(168, 0, 30, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 80px;
  
  
  
}



#s-e83990b0-11ba-495c-80d7-70ac1f58561c {
  margin-top: -6px;
}

#s-01f4f80a-6db1-4bd5-a92d-4a9a3a02da32 {
  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-01f4f80a-6db1-4bd5-a92d-4a9a3a02da32:hover {background-color: rgba(82, 1, 14, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-01f4f80a-6db1-4bd5-a92d-4a9a3a02da32:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-01f4f80a-6db1-4bd5-a92d-4a9a3a02da32 {
  padding-left: 145px;
padding-right: 145px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-01f4f80a-6db1-4bd5-a92d-4a9a3a02da32 {
  padding-left: 145px;
padding-right: 145px;
}
}

  #s-01f4f80a-6db1-4bd5-a92d-4a9a3a02da32-root {
    text-align: left;
  }


#s-01f4f80a-6db1-4bd5-a92d-4a9a3a02da32.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-01f4f80a-6db1-4bd5-a92d-4a9a3a02da32-root {
    text-align: left;
  }


#s-01f4f80a-6db1-4bd5-a92d-4a9a3a02da32.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-01f4f80a-6db1-4bd5-a92d-4a9a3a02da32-root {
    text-align: left;
  }


#s-01f4f80a-6db1-4bd5-a92d-4a9a3a02da32.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-01f4f80a-6db1-4bd5-a92d-4a9a3a02da32-root {
    text-align: left;
  }


#s-01f4f80a-6db1-4bd5-a92d-4a9a3a02da32.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-01f4f80a-6db1-4bd5-a92d-4a9a3a02da32-root {
    text-align: left;
  }


#s-01f4f80a-6db1-4bd5-a92d-4a9a3a02da32.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
}
#s-6fde4a2c-69aa-4612-9af2-53c59b88c591 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 426px;
background-position: center center;
}

#s-6fde4a2c-69aa-4612-9af2-53c59b88c591 {
  background-image: url(https://i.shgcdn.com/8906602a-b3fb-4504-9a8c-b843f969c1b1/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-6fde4a2c-69aa-4612-9af2-53c59b88c591 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6fde4a2c-69aa-4612-9af2-53c59b88c591.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e08e974f-4277-40fa-ae56-ddd1af58f009 {
  
}

#s-cec10c2d-c1e1-4e64-8614-8ba70b0ac107 {
  margin-left: auto;
margin-right: auto;
min-height: 0px;
}

@media (min-width: 0px) {
[id="s-cec10c2d-c1e1-4e64-8614-8ba70b0ac107"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cec10c2d-c1e1-4e64-8614-8ba70b0ac107"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-cec10c2d-c1e1-4e64-8614-8ba70b0ac107"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-cec10c2d-c1e1-4e64-8614-8ba70b0ac107"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-e5d60e30-b422-4fac-8c0e-2c736e070f25 {
  padding-top: 47px;
padding-left: 39px;
padding-bottom: 47px;
padding-right: 54px;
min-height: 376px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e5d60e30-b422-4fac-8c0e-2c736e070f25 {
  padding-top: 47px;
}
}@media (max-width: 767px){#s-e5d60e30-b422-4fac-8c0e-2c736e070f25 {
  padding-top: 21px;
padding-left: 15px;
padding-bottom: 39px;
padding-right: 15px;
}
}







#s-e5d60e30-b422-4fac-8c0e-2c736e070f25 > .shg-box-overlay {
  background-color: rgba(29, 38, 46, 1);
  opacity: 0.8;
  display: block;
}#s-e5d60e30-b422-4fac-8c0e-2c736e070f25.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px){






#s-e5d60e30-b422-4fac-8c0e-2c736e070f25 > .shg-box-overlay {
  background-color: rgba(29, 38, 46, 1);
  opacity: 0.8;
  display: block;
}#s-e5d60e30-b422-4fac-8c0e-2c736e070f25.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-f46e9d0b-506c-4563-a93d-0bed87336a70 {
  margin-top: -16px;
margin-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-f46e9d0b-506c-4563-a93d-0bed87336a70 {
  margin-top: 40px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 4%;
}
}
#s-f46e9d0b-506c-4563-a93d-0bed87336a70 .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-f46e9d0b-506c-4563-a93d-0bed87336a70 .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-f46e9d0b-506c-4563-a93d-0bed87336a70 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.3em;
  
  
}


}
#s-c62a663c-d490-476b-b06d-39284bc4f301 {
  margin-top: 8px;
}
@media (max-width: 767px){#s-c62a663c-d490-476b-b06d-39284bc4f301 {
  margin-left: 0%;
margin-right: 4%;
}
}
#s-0ab4881a-24ca-43d2-a290-8665ca3e12df {
  margin-top: 32px;
}

#s-a23ea6ce-5d0a-4df2-ab79-3b0f38559926 {
  min-height: 30px;
}
@media (min-width: 1200px){#s-a23ea6ce-5d0a-4df2-ab79-3b0f38559926 {
  min-height: 50px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a23ea6ce-5d0a-4df2-ab79-3b0f38559926 {
  min-height: 50px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a23ea6ce-5d0a-4df2-ab79-3b0f38559926 {
  min-height: 50px;
}
}







#s-a23ea6ce-5d0a-4df2-ab79-3b0f38559926 > .shg-box-overlay {
  background-color: rgba(29, 38, 46, 1);
  opacity: 0.8;
  display: block;
}#s-a23ea6ce-5d0a-4df2-ab79-3b0f38559926.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-962df32d-25e9-4729-b09b-939c05189b0f {
  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-962df32d-25e9-4729-b09b-939c05189b0f {
  margin-top: -40px;
}
}@media (max-width: 767px){#s-962df32d-25e9-4729-b09b-939c05189b0f {
  display: none;
}
#s-962df32d-25e9-4729-b09b-939c05189b0f, #wrap-s-962df32d-25e9-4729-b09b-939c05189b0f { display: none !important; }}
#s-29056e00-c765-4401-8341-67bbb75e5a2b {
  background-repeat: no-repeat;
background-size: cover;
min-height: 426px;
background-position: center center;
}
@media (min-width: 1200px){#s-29056e00-c765-4401-8341-67bbb75e5a2b {
  display: none;
}
#s-29056e00-c765-4401-8341-67bbb75e5a2b, #wrap-s-29056e00-c765-4401-8341-67bbb75e5a2b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-29056e00-c765-4401-8341-67bbb75e5a2b {
  display: none;
}
#s-29056e00-c765-4401-8341-67bbb75e5a2b, #wrap-s-29056e00-c765-4401-8341-67bbb75e5a2b { display: none !important; }}@media (max-width: 767px){#s-29056e00-c765-4401-8341-67bbb75e5a2b {
  min-height: 0px;
display: none;
}
#s-29056e00-c765-4401-8341-67bbb75e5a2b, #wrap-s-29056e00-c765-4401-8341-67bbb75e5a2b { display: none !important; }}
#s-29056e00-c765-4401-8341-67bbb75e5a2b {
  background-image: url(https://i.shgcdn.com/01f06ead-3a76-40ed-ac8e-0382ec162703/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-29056e00-c765-4401-8341-67bbb75e5a2b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-29056e00-c765-4401-8341-67bbb75e5a2b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-21fcb92a-b55a-4fcc-b9ad-c298671c13dd {
  padding-left: 40px;
min-height: 426px;
}
@media (min-width: 768px) and (max-width: 991px){#s-21fcb92a-b55a-4fcc-b9ad-c298671c13dd {
  padding-left: 6%;
}
}







#s-21fcb92a-b55a-4fcc-b9ad-c298671c13dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-21fcb92a-b55a-4fcc-b9ad-c298671c13dd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4f578634-c157-405b-b532-42442e475b27 {
  margin-left: 4px;
margin-bottom: 8px;
}

#s-b0ac6674-1a1e-4067-ac73-4ee5df34a642 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b0ac6674-1a1e-4067-ac73-4ee5df34a642 .shogun-heading-component h1 {
  color: rgba(168, 0, 30, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 70px;
  
  
  
}



#s-94e0707f-48d9-4011-8925-be4f15ebbe8f {
  margin-top: -6px;
}

#s-166f4a5f-d0f9-4d5e-b35f-dfe675707da8 {
  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-166f4a5f-d0f9-4d5e-b35f-dfe675707da8:hover {background-color: rgba(82, 1, 14, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-166f4a5f-d0f9-4d5e-b35f-dfe675707da8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-166f4a5f-d0f9-4d5e-b35f-dfe675707da8-root {
    text-align: left;
  }


#s-166f4a5f-d0f9-4d5e-b35f-dfe675707da8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-166f4a5f-d0f9-4d5e-b35f-dfe675707da8-root {
    text-align: left;
  }


#s-166f4a5f-d0f9-4d5e-b35f-dfe675707da8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-166f4a5f-d0f9-4d5e-b35f-dfe675707da8-root {
    text-align: left;
  }


#s-166f4a5f-d0f9-4d5e-b35f-dfe675707da8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-166f4a5f-d0f9-4d5e-b35f-dfe675707da8-root {
    text-align: left;
  }


#s-166f4a5f-d0f9-4d5e-b35f-dfe675707da8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-166f4a5f-d0f9-4d5e-b35f-dfe675707da8-root {
    text-align: left;
  }


#s-166f4a5f-d0f9-4d5e-b35f-dfe675707da8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  inline-block ;
}
}
#s-c16ad30f-ef08-41e3-9dd1-08fc407ccd17 {
  margin-top: 0px;
margin-bottom: 0px;
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(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-c16ad30f-ef08-41e3-9dd1-08fc407ccd17 {
  display: none;
}
#s-c16ad30f-ef08-41e3-9dd1-08fc407ccd17, #wrap-s-c16ad30f-ef08-41e3-9dd1-08fc407ccd17 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c16ad30f-ef08-41e3-9dd1-08fc407ccd17 {
  display: none;
}
#s-c16ad30f-ef08-41e3-9dd1-08fc407ccd17, #wrap-s-c16ad30f-ef08-41e3-9dd1-08fc407ccd17 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c16ad30f-ef08-41e3-9dd1-08fc407ccd17 {
  display: none;
}
#s-c16ad30f-ef08-41e3-9dd1-08fc407ccd17, #wrap-s-c16ad30f-ef08-41e3-9dd1-08fc407ccd17 { display: none !important; }}@media (max-width: 767px){#s-c16ad30f-ef08-41e3-9dd1-08fc407ccd17 {
  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;
}
}







#s-c16ad30f-ef08-41e3-9dd1-08fc407ccd17 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c16ad30f-ef08-41e3-9dd1-08fc407ccd17.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e818d58c-98b6-4f13-b6da-9f477252cb3f {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-e818d58c-98b6-4f13-b6da-9f477252cb3f {
  display: none;
}
#s-e818d58c-98b6-4f13-b6da-9f477252cb3f, #wrap-s-e818d58c-98b6-4f13-b6da-9f477252cb3f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e818d58c-98b6-4f13-b6da-9f477252cb3f {
  display: none;
}
#s-e818d58c-98b6-4f13-b6da-9f477252cb3f, #wrap-s-e818d58c-98b6-4f13-b6da-9f477252cb3f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e818d58c-98b6-4f13-b6da-9f477252cb3f {
  display: none;
}
#s-e818d58c-98b6-4f13-b6da-9f477252cb3f, #wrap-s-e818d58c-98b6-4f13-b6da-9f477252cb3f { display: none !important; }}@media (max-width: 767px){#s-e818d58c-98b6-4f13-b6da-9f477252cb3f {
  min-height: 140px;
}
}
#s-e818d58c-98b6-4f13-b6da-9f477252cb3f {
  background-image: url(https://i.shgcdn.com/98de6a97-4d6e-4d8f-bff2-dfe6782b5f24/);
}








#s-e818d58c-98b6-4f13-b6da-9f477252cb3f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e818d58c-98b6-4f13-b6da-9f477252cb3f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f4113af2-a9aa-40ad-9f9d-c2c8e112bb68 {
  background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 50px;
background-position: center center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-f4113af2-a9aa-40ad-9f9d-c2c8e112bb68 {
  display: none;
}
#s-f4113af2-a9aa-40ad-9f9d-c2c8e112bb68, #wrap-s-f4113af2-a9aa-40ad-9f9d-c2c8e112bb68 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f4113af2-a9aa-40ad-9f9d-c2c8e112bb68 {
  display: none;
}
#s-f4113af2-a9aa-40ad-9f9d-c2c8e112bb68, #wrap-s-f4113af2-a9aa-40ad-9f9d-c2c8e112bb68 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f4113af2-a9aa-40ad-9f9d-c2c8e112bb68 {
  display: none;
}
#s-f4113af2-a9aa-40ad-9f9d-c2c8e112bb68, #wrap-s-f4113af2-a9aa-40ad-9f9d-c2c8e112bb68 { display: none !important; }}@media (max-width: 767px){#s-f4113af2-a9aa-40ad-9f9d-c2c8e112bb68 {
  min-height: 140px;
}
}







#s-f4113af2-a9aa-40ad-9f9d-c2c8e112bb68 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f4113af2-a9aa-40ad-9f9d-c2c8e112bb68.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7c31b680-20d2-43a6-abe6-44bc598021c2 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-7c31b680-20d2-43a6-abe6-44bc598021c2 {
  margin-top: -16px;
padding-top: 4px;
padding-left: 0px;
padding-bottom: 4px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 6px;
max-width: 178px;
background-color: rgba(12, 115, 190, 1);
}
}
#s-d8f447fd-65bf-46c3-a40c-071930948781 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-d8f447fd-65bf-46c3-a40c-071930948781 {
  margin-top: 12px;
}
}
#s-e8667651-3431-46b3-80f2-f91fdcd9937b {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-e8667651-3431-46b3-80f2-f91fdcd9937b {
  margin-top: 8px;
margin-bottom: -10px;
}
}
#s-5a3115fc-77ac-46bc-90fb-e5280acd4680 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-5a3115fc-77ac-46bc-90fb-e5280acd4680 {
  margin-top: 4px;
margin-bottom: 8px;
}
}
#s-2fccfa04-ed8c-4460-abdd-5596e5a461bc {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-2fccfa04-ed8c-4460-abdd-5596e5a461bc {
  margin-top: -4px;
margin-left: auto;
margin-bottom: 2px;
margin-right: auto;
padding-left: 4%;
padding-right: 4%;
max-width: 375px;
}
}







#s-2fccfa04-ed8c-4460-abdd-5596e5a461bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2fccfa04-ed8c-4460-abdd-5596e5a461bc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fa25164a-e653-4a00-ad94-41e8a7c83475 {
  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-fa25164a-e653-4a00-ad94-41e8a7c83475:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fa25164a-e653-4a00-ad94-41e8a7c83475:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-fa25164a-e653-4a00-ad94-41e8a7c83475 {
  border-style: solid;
padding-top: 9px;
padding-bottom: 7px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(12, 115, 190, 1);
border-radius: 3px;
min-height: 0px;
letter-spacing: 2px;
background-color: rgba(12, 115, 190, 1);
hover-type: color;
}
#s-fa25164a-e653-4a00-ad94-41e8a7c83475: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(1, 97, 152, 1) !important;
border-radius: 3px !important;
background-color: rgba(1, 97, 152, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-fa25164a-e653-4a00-ad94-41e8a7c83475: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(12, 58, 91, 1) !important;
border-radius: 3px !important;
background-color: rgba(12, 58, 91, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-fa25164a-e653-4a00-ad94-41e8a7c83475-root {
    text-align: center;
  }


#s-fa25164a-e653-4a00-ad94-41e8a7c83475.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fa25164a-e653-4a00-ad94-41e8a7c83475-root {
    text-align: center;
  }


#s-fa25164a-e653-4a00-ad94-41e8a7c83475.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fa25164a-e653-4a00-ad94-41e8a7c83475-root {
    text-align: center;
  }


#s-fa25164a-e653-4a00-ad94-41e8a7c83475.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fa25164a-e653-4a00-ad94-41e8a7c83475-root {
    text-align: center;
  }


#s-fa25164a-e653-4a00-ad94-41e8a7c83475.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fa25164a-e653-4a00-ad94-41e8a7c83475-root {
    text-align: center;
  }


#s-fa25164a-e653-4a00-ad94-41e8a7c83475.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: areaNormal800;
  display:  block ;
}
}
#s-45b806eb-e936-43a1-9051-a20c39ab907d {
  margin-top: 8px;
margin-left: auto;
margin-bottom: 8px;
margin-right: auto;
}
@media (max-width: 767px){#s-45b806eb-e936-43a1-9051-a20c39ab907d {
  margin-top: 8px;
margin-bottom: 8px;
padding-top: 0px;
padding-bottom: 0px;
}
}
/*
  $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;
}
