.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-7eb39889-e295-42d8-945d-c392d52b9af5 {
  background-repeat: no-repeat;
background-size: contain;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 5%;
padding-bottom: 0%;
min-height: 500px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-7eb39889-e295-42d8-945d-c392d52b9af5 {
  display: none;
}
#s-7eb39889-e295-42d8-945d-c392d52b9af5, #wrap-s-7eb39889-e295-42d8-945d-c392d52b9af5 { display: none !important; }}@media (max-width: 767px){#s-7eb39889-e295-42d8-945d-c392d52b9af5 {
  display: none;
}
#s-7eb39889-e295-42d8-945d-c392d52b9af5, #wrap-s-7eb39889-e295-42d8-945d-c392d52b9af5 { display: none !important; }}
#s-7eb39889-e295-42d8-945d-c392d52b9af5 {
  background-image: url(https://i.shgcdn.com/c563c4e2-48d4-48d0-9cf2-9062b4932601/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-7eb39889-e295-42d8-945d-c392d52b9af5 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.5;
}#s-7eb39889-e295-42d8-945d-c392d52b9af5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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: ;
  font-family: ;
}

.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-3fb75f3f-13c8-41ea-8487-0ec27ce16d1f {
  border-style: solid;
margin-left: 0%;
margin-right: 0%;
padding-top: 1.25%;
padding-left: 5%;
padding-bottom: 1.25%;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-3fb75f3f-13c8-41ea-8487-0ec27ce16d1f:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-3fb75f3f-13c8-41ea-8487-0ec27ce16d1f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3fb75f3f-13c8-41ea-8487-0ec27ce16d1f-root {
    text-align: center;
  }


#s-3fb75f3f-13c8-41ea-8487-0ec27ce16d1f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3fb75f3f-13c8-41ea-8487-0ec27ce16d1f-root {
    text-align: center;
  }


#s-3fb75f3f-13c8-41ea-8487-0ec27ce16d1f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3fb75f3f-13c8-41ea-8487-0ec27ce16d1f-root {
    text-align: center;
  }


#s-3fb75f3f-13c8-41ea-8487-0ec27ce16d1f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3fb75f3f-13c8-41ea-8487-0ec27ce16d1f-root {
    text-align: center;
  }


#s-3fb75f3f-13c8-41ea-8487-0ec27ce16d1f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3fb75f3f-13c8-41ea-8487-0ec27ce16d1f-root {
    text-align: center;
  }


#s-3fb75f3f-13c8-41ea-8487-0ec27ce16d1f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
.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-fdb2c07c-cde1-40ae-9e31-5831af6a42af {
  margin-left: auto;
margin-right: auto;
max-width: 3600px;
aspect-ratio: 3600/1500;
text-align: center;
}
@media (min-width: 1200px){#s-fdb2c07c-cde1-40ae-9e31-5831af6a42af {
  display: none;
}
#s-fdb2c07c-cde1-40ae-9e31-5831af6a42af, #wrap-s-fdb2c07c-cde1-40ae-9e31-5831af6a42af { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fdb2c07c-cde1-40ae-9e31-5831af6a42af {
  display: none;
}
#s-fdb2c07c-cde1-40ae-9e31-5831af6a42af, #wrap-s-fdb2c07c-cde1-40ae-9e31-5831af6a42af { display: none !important; }}




  @supports  (aspect-ratio: 1/1) {
    
    #s-fdb2c07c-cde1-40ae-9e31-5831af6a42af .shg-image-content-wrapper {
      aspect-ratio: 3600/1500;
      min-width: 100%;
      height: auto;
    }

    #s-fdb2c07c-cde1-40ae-9e31-5831af6a42af .shogun-image-link {
      aspect-ratio: 3600/1500;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fdb2c07c-cde1-40ae-9e31-5831af6a42af .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-fdb2c07c-cde1-40ae-9e31-5831af6a42af {
    width: 100%;
    height: auto;
  }

  #s-fdb2c07c-cde1-40ae-9e31-5831af6a42af img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fdb2c07c-cde1-40ae-9e31-5831af6a42af.shogun-image {
    
    
  }


.s-fdb2c07c-cde1-40ae-9e31-5831af6a42af .shogun-image-content {
  
    align-items: center;
  
}

.s-fdb2c07c-cde1-40ae-9e31-5831af6a42af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fdb2c07c-cde1-40ae-9e31-5831af6a42af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fdb2c07c-cde1-40ae-9e31-5831af6a42af.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fdb2c07c-cde1-40ae-9e31-5831af6a42af {
      --shg-aspect-ratio: calc(3600/1500); 
    }

    .s-fdb2c07c-cde1-40ae-9e31-5831af6a42af.shogun-image-container {
      position: relative;
    }

    .s-fdb2c07c-cde1-40ae-9e31-5831af6a42af.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fdb2c07c-cde1-40ae-9e31-5831af6a42af.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fdb2c07c-cde1-40ae-9e31-5831af6a42af img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-fdb2c07c-cde1-40ae-9e31-5831af6a42af .shg-image-content-wrapper {
      aspect-ratio: 3600/1500;
      min-width: 100%;
      height: auto;
    }

    #s-fdb2c07c-cde1-40ae-9e31-5831af6a42af .shogun-image-link {
      aspect-ratio: 3600/1500;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fdb2c07c-cde1-40ae-9e31-5831af6a42af .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-fdb2c07c-cde1-40ae-9e31-5831af6a42af {
    width: 100%;
    height: auto;
  }

  #s-fdb2c07c-cde1-40ae-9e31-5831af6a42af img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fdb2c07c-cde1-40ae-9e31-5831af6a42af.shogun-image {
    
    
  }


.s-fdb2c07c-cde1-40ae-9e31-5831af6a42af .shogun-image-content {
  
    align-items: center;
  
}

.s-fdb2c07c-cde1-40ae-9e31-5831af6a42af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fdb2c07c-cde1-40ae-9e31-5831af6a42af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fdb2c07c-cde1-40ae-9e31-5831af6a42af.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fdb2c07c-cde1-40ae-9e31-5831af6a42af {
      --shg-aspect-ratio: calc(3600/1500); 
    }

    .s-fdb2c07c-cde1-40ae-9e31-5831af6a42af.shogun-image-container {
      position: relative;
    }

    .s-fdb2c07c-cde1-40ae-9e31-5831af6a42af.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fdb2c07c-cde1-40ae-9e31-5831af6a42af.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fdb2c07c-cde1-40ae-9e31-5831af6a42af img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-fdb2c07c-cde1-40ae-9e31-5831af6a42af .shg-image-content-wrapper {
      aspect-ratio: 3600/1500;
      min-width: 100%;
      height: auto;
    }

    #s-fdb2c07c-cde1-40ae-9e31-5831af6a42af .shogun-image-link {
      aspect-ratio: 3600/1500;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fdb2c07c-cde1-40ae-9e31-5831af6a42af .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-fdb2c07c-cde1-40ae-9e31-5831af6a42af {
    width: 100%;
    height: auto;
  }

  #s-fdb2c07c-cde1-40ae-9e31-5831af6a42af img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fdb2c07c-cde1-40ae-9e31-5831af6a42af.shogun-image {
    
    
  }


.s-fdb2c07c-cde1-40ae-9e31-5831af6a42af .shogun-image-content {
  
    align-items: center;
  
}

.s-fdb2c07c-cde1-40ae-9e31-5831af6a42af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fdb2c07c-cde1-40ae-9e31-5831af6a42af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fdb2c07c-cde1-40ae-9e31-5831af6a42af.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fdb2c07c-cde1-40ae-9e31-5831af6a42af {
      --shg-aspect-ratio: calc(3600/1500); 
    }

    .s-fdb2c07c-cde1-40ae-9e31-5831af6a42af.shogun-image-container {
      position: relative;
    }

    .s-fdb2c07c-cde1-40ae-9e31-5831af6a42af.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fdb2c07c-cde1-40ae-9e31-5831af6a42af.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fdb2c07c-cde1-40ae-9e31-5831af6a42af img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-fdb2c07c-cde1-40ae-9e31-5831af6a42af .shg-image-content-wrapper {
      aspect-ratio: 3600/1500;
      min-width: 100%;
      height: auto;
    }

    #s-fdb2c07c-cde1-40ae-9e31-5831af6a42af .shogun-image-link {
      aspect-ratio: 3600/1500;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fdb2c07c-cde1-40ae-9e31-5831af6a42af .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-fdb2c07c-cde1-40ae-9e31-5831af6a42af {
    width: 100%;
    height: auto;
  }

  #s-fdb2c07c-cde1-40ae-9e31-5831af6a42af img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fdb2c07c-cde1-40ae-9e31-5831af6a42af.shogun-image {
    
    
  }


.s-fdb2c07c-cde1-40ae-9e31-5831af6a42af .shogun-image-content {
  
    align-items: center;
  
}

.s-fdb2c07c-cde1-40ae-9e31-5831af6a42af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fdb2c07c-cde1-40ae-9e31-5831af6a42af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fdb2c07c-cde1-40ae-9e31-5831af6a42af.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fdb2c07c-cde1-40ae-9e31-5831af6a42af {
      --shg-aspect-ratio: calc(3600/1500); 
    }

    .s-fdb2c07c-cde1-40ae-9e31-5831af6a42af.shogun-image-container {
      position: relative;
    }

    .s-fdb2c07c-cde1-40ae-9e31-5831af6a42af.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fdb2c07c-cde1-40ae-9e31-5831af6a42af.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fdb2c07c-cde1-40ae-9e31-5831af6a42af img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-fdb2c07c-cde1-40ae-9e31-5831af6a42af .shg-image-content-wrapper {
      aspect-ratio: 3600/1500;
      min-width: 100%;
      height: auto;
    }

    #s-fdb2c07c-cde1-40ae-9e31-5831af6a42af .shogun-image-link {
      aspect-ratio: 3600/1500;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fdb2c07c-cde1-40ae-9e31-5831af6a42af .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-fdb2c07c-cde1-40ae-9e31-5831af6a42af {
    width: 100%;
    height: auto;
  }

  #s-fdb2c07c-cde1-40ae-9e31-5831af6a42af img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fdb2c07c-cde1-40ae-9e31-5831af6a42af.shogun-image {
    
    
  }


.s-fdb2c07c-cde1-40ae-9e31-5831af6a42af .shogun-image-content {
  
    align-items: center;
  
}

.s-fdb2c07c-cde1-40ae-9e31-5831af6a42af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fdb2c07c-cde1-40ae-9e31-5831af6a42af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fdb2c07c-cde1-40ae-9e31-5831af6a42af.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fdb2c07c-cde1-40ae-9e31-5831af6a42af {
      --shg-aspect-ratio: calc(3600/1500); 
    }

    .s-fdb2c07c-cde1-40ae-9e31-5831af6a42af.shogun-image-container {
      position: relative;
    }

    .s-fdb2c07c-cde1-40ae-9e31-5831af6a42af.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fdb2c07c-cde1-40ae-9e31-5831af6a42af.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fdb2c07c-cde1-40ae-9e31-5831af6a42af img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.shg-row > * {
  min-height: inherit;
  max-height: inherit;
}

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

#s-2348ca7f-ec3c-4f28-b19c-e93f5ec9b54d {
  margin-top: 10px;
margin-bottom: 10px;
padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-2348ca7f-ec3c-4f28-b19c-e93f5ec9b54d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-2348ca7f-ec3c-4f28-b19c-e93f5ec9b54d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-2348ca7f-ec3c-4f28-b19c-e93f5ec9b54d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-2348ca7f-ec3c-4f28-b19c-e93f5ec9b54d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-4239d192-a0fd-434a-a242-88353b38f591 {
  background-repeat: no-repeat;
background-size: contain;
margin-bottom: 0px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 350px;
background-position: center center;
}

#s-4239d192-a0fd-434a-a242-88353b38f591 {
  background-image: url(https://i.shgcdn.com/1b6339c3-fd58-44c9-8cfb-d7c651029f76/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-4239d192-a0fd-434a-a242-88353b38f591 {
  background-image: url(https://i.shgcdn.com/1b6339c3-fd58-44c9-8cfb-d7c651029f76/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-4239d192-a0fd-434a-a242-88353b38f591 {
  background-image: url(https://i.shgcdn.com/1b6339c3-fd58-44c9-8cfb-d7c651029f76/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-4239d192-a0fd-434a-a242-88353b38f591 {
  background-image: url(https://i.shgcdn.com/1b6339c3-fd58-44c9-8cfb-d7c651029f76/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-4239d192-a0fd-434a-a242-88353b38f591 {
  background-image: url(https://i.shgcdn.com/1b6339c3-fd58-44c9-8cfb-d7c651029f76/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-4239d192-a0fd-434a-a242-88353b38f591 {
  background-image: url(https://i.shgcdn.com/1b6339c3-fd58-44c9-8cfb-d7c651029f76/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-4239d192-a0fd-434a-a242-88353b38f591 {
  background-image: url(https://i.shgcdn.com/1b6339c3-fd58-44c9-8cfb-d7c651029f76/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-4239d192-a0fd-434a-a242-88353b38f591 {
  background-image: url(https://i.shgcdn.com/1b6339c3-fd58-44c9-8cfb-d7c651029f76/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-4239d192-a0fd-434a-a242-88353b38f591 {
  background-image: url(https://i.shgcdn.com/1b6339c3-fd58-44c9-8cfb-d7c651029f76/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-4239d192-a0fd-434a-a242-88353b38f591 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4239d192-a0fd-434a-a242-88353b38f591 {
  cursor: pointer;
}#s-4239d192-a0fd-434a-a242-88353b38f591.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-9c54097a-c536-44f6-a373-aa954fbdec80 {
  margin-top: 0px;
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-9c54097a-c536-44f6-a373-aa954fbdec80:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9c54097a-c536-44f6-a373-aa954fbdec80:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9c54097a-c536-44f6-a373-aa954fbdec80-root {
    text-align: center;
  }


#s-9c54097a-c536-44f6-a373-aa954fbdec80.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9c54097a-c536-44f6-a373-aa954fbdec80-root {
    text-align: center;
  }


#s-9c54097a-c536-44f6-a373-aa954fbdec80.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9c54097a-c536-44f6-a373-aa954fbdec80-root {
    text-align: center;
  }


#s-9c54097a-c536-44f6-a373-aa954fbdec80.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9c54097a-c536-44f6-a373-aa954fbdec80-root {
    text-align: center;
  }


#s-9c54097a-c536-44f6-a373-aa954fbdec80.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9c54097a-c536-44f6-a373-aa954fbdec80-root {
    text-align: center;
  }


#s-9c54097a-c536-44f6-a373-aa954fbdec80.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-ebc36a74-c892-4f11-9b53-2221489eb30d {
  background-repeat: no-repeat;
background-size: contain;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 350px;
background-position: center center;
}

#s-ebc36a74-c892-4f11-9b53-2221489eb30d {
  background-image: url(https://i.shgcdn.com/45b28c27-81e1-48a5-907e-165e15fea6f6/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-ebc36a74-c892-4f11-9b53-2221489eb30d {
  background-image: url(https://i.shgcdn.com/45b28c27-81e1-48a5-907e-165e15fea6f6/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-ebc36a74-c892-4f11-9b53-2221489eb30d {
  background-image: url(https://i.shgcdn.com/45b28c27-81e1-48a5-907e-165e15fea6f6/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-ebc36a74-c892-4f11-9b53-2221489eb30d {
  background-image: url(https://i.shgcdn.com/45b28c27-81e1-48a5-907e-165e15fea6f6/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-ebc36a74-c892-4f11-9b53-2221489eb30d {
  background-image: url(https://i.shgcdn.com/45b28c27-81e1-48a5-907e-165e15fea6f6/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-ebc36a74-c892-4f11-9b53-2221489eb30d {
  background-image: url(https://i.shgcdn.com/45b28c27-81e1-48a5-907e-165e15fea6f6/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-ebc36a74-c892-4f11-9b53-2221489eb30d {
  background-image: url(https://i.shgcdn.com/45b28c27-81e1-48a5-907e-165e15fea6f6/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-ebc36a74-c892-4f11-9b53-2221489eb30d {
  background-image: url(https://i.shgcdn.com/45b28c27-81e1-48a5-907e-165e15fea6f6/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-ebc36a74-c892-4f11-9b53-2221489eb30d {
  background-image: url(https://i.shgcdn.com/45b28c27-81e1-48a5-907e-165e15fea6f6/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-ebc36a74-c892-4f11-9b53-2221489eb30d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ebc36a74-c892-4f11-9b53-2221489eb30d {
  cursor: pointer;
}#s-ebc36a74-c892-4f11-9b53-2221489eb30d.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-883fd940-fdd0-4454-a926-b0bc64daaf63 {
  margin-top: 0px;
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-883fd940-fdd0-4454-a926-b0bc64daaf63:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-883fd940-fdd0-4454-a926-b0bc64daaf63:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-883fd940-fdd0-4454-a926-b0bc64daaf63-root {
    text-align: center;
  }


#s-883fd940-fdd0-4454-a926-b0bc64daaf63.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-883fd940-fdd0-4454-a926-b0bc64daaf63-root {
    text-align: center;
  }


#s-883fd940-fdd0-4454-a926-b0bc64daaf63.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-883fd940-fdd0-4454-a926-b0bc64daaf63-root {
    text-align: center;
  }


#s-883fd940-fdd0-4454-a926-b0bc64daaf63.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-883fd940-fdd0-4454-a926-b0bc64daaf63-root {
    text-align: center;
  }


#s-883fd940-fdd0-4454-a926-b0bc64daaf63.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-883fd940-fdd0-4454-a926-b0bc64daaf63-root {
    text-align: center;
  }


#s-883fd940-fdd0-4454-a926-b0bc64daaf63.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-19f978ca-02cb-494f-819c-4963da3928b5 {
  background-repeat: no-repeat;
background-size: contain;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 350px;
background-position: center center;
}

#s-19f978ca-02cb-494f-819c-4963da3928b5 {
  background-image: url(https://i.shgcdn.com/0b5d12a2-df17-41eb-b44e-8a3b194a9b28/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-19f978ca-02cb-494f-819c-4963da3928b5 {
  background-image: url(https://i.shgcdn.com/0b5d12a2-df17-41eb-b44e-8a3b194a9b28/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-19f978ca-02cb-494f-819c-4963da3928b5 {
  background-image: url(https://i.shgcdn.com/0b5d12a2-df17-41eb-b44e-8a3b194a9b28/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-19f978ca-02cb-494f-819c-4963da3928b5 {
  background-image: url(https://i.shgcdn.com/0b5d12a2-df17-41eb-b44e-8a3b194a9b28/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-19f978ca-02cb-494f-819c-4963da3928b5 {
  background-image: url(https://i.shgcdn.com/0b5d12a2-df17-41eb-b44e-8a3b194a9b28/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-19f978ca-02cb-494f-819c-4963da3928b5 {
  background-image: url(https://i.shgcdn.com/0b5d12a2-df17-41eb-b44e-8a3b194a9b28/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-19f978ca-02cb-494f-819c-4963da3928b5 {
  background-image: url(https://i.shgcdn.com/0b5d12a2-df17-41eb-b44e-8a3b194a9b28/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-19f978ca-02cb-494f-819c-4963da3928b5 {
  background-image: url(https://i.shgcdn.com/0b5d12a2-df17-41eb-b44e-8a3b194a9b28/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-19f978ca-02cb-494f-819c-4963da3928b5 {
  background-image: url(https://i.shgcdn.com/0b5d12a2-df17-41eb-b44e-8a3b194a9b28/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-19f978ca-02cb-494f-819c-4963da3928b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-19f978ca-02cb-494f-819c-4963da3928b5 {
  cursor: pointer;
}#s-19f978ca-02cb-494f-819c-4963da3928b5.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-6f5b9153-f396-4bbe-af44-ca27ca5e4fed {
  margin-top: 0px;
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-6f5b9153-f396-4bbe-af44-ca27ca5e4fed:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6f5b9153-f396-4bbe-af44-ca27ca5e4fed:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6f5b9153-f396-4bbe-af44-ca27ca5e4fed-root {
    text-align: center;
  }


#s-6f5b9153-f396-4bbe-af44-ca27ca5e4fed.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6f5b9153-f396-4bbe-af44-ca27ca5e4fed-root {
    text-align: center;
  }


#s-6f5b9153-f396-4bbe-af44-ca27ca5e4fed.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6f5b9153-f396-4bbe-af44-ca27ca5e4fed-root {
    text-align: center;
  }


#s-6f5b9153-f396-4bbe-af44-ca27ca5e4fed.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6f5b9153-f396-4bbe-af44-ca27ca5e4fed-root {
    text-align: center;
  }


#s-6f5b9153-f396-4bbe-af44-ca27ca5e4fed.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6f5b9153-f396-4bbe-af44-ca27ca5e4fed-root {
    text-align: center;
  }


#s-6f5b9153-f396-4bbe-af44-ca27ca5e4fed.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-b46fdd60-718b-498d-bc43-4cc0f81e3e32 {
  background-repeat: no-repeat;
background-size: contain;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 350px;
background-position: center center;
}

#s-b46fdd60-718b-498d-bc43-4cc0f81e3e32 {
  background-image: url(https://i.shgcdn.com/171067d5-63ac-403e-bd05-fb461b1673cc/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-b46fdd60-718b-498d-bc43-4cc0f81e3e32 {
  background-image: url(https://i.shgcdn.com/171067d5-63ac-403e-bd05-fb461b1673cc/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-b46fdd60-718b-498d-bc43-4cc0f81e3e32 {
  background-image: url(https://i.shgcdn.com/171067d5-63ac-403e-bd05-fb461b1673cc/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-b46fdd60-718b-498d-bc43-4cc0f81e3e32 {
  background-image: url(https://i.shgcdn.com/171067d5-63ac-403e-bd05-fb461b1673cc/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-b46fdd60-718b-498d-bc43-4cc0f81e3e32 {
  background-image: url(https://i.shgcdn.com/171067d5-63ac-403e-bd05-fb461b1673cc/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-b46fdd60-718b-498d-bc43-4cc0f81e3e32 {
  background-image: url(https://i.shgcdn.com/171067d5-63ac-403e-bd05-fb461b1673cc/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-b46fdd60-718b-498d-bc43-4cc0f81e3e32 {
  background-image: url(https://i.shgcdn.com/171067d5-63ac-403e-bd05-fb461b1673cc/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-b46fdd60-718b-498d-bc43-4cc0f81e3e32 {
  background-image: url(https://i.shgcdn.com/171067d5-63ac-403e-bd05-fb461b1673cc/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-b46fdd60-718b-498d-bc43-4cc0f81e3e32 {
  background-image: url(https://i.shgcdn.com/171067d5-63ac-403e-bd05-fb461b1673cc/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-b46fdd60-718b-498d-bc43-4cc0f81e3e32 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b46fdd60-718b-498d-bc43-4cc0f81e3e32 {
  cursor: pointer;
}#s-b46fdd60-718b-498d-bc43-4cc0f81e3e32.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-b30b7547-aa2c-4017-afc7-baacace2742c {
  margin-top: 0px;
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-b30b7547-aa2c-4017-afc7-baacace2742c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b30b7547-aa2c-4017-afc7-baacace2742c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b30b7547-aa2c-4017-afc7-baacace2742c-root {
    text-align: center;
  }


#s-b30b7547-aa2c-4017-afc7-baacace2742c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b30b7547-aa2c-4017-afc7-baacace2742c-root {
    text-align: center;
  }


#s-b30b7547-aa2c-4017-afc7-baacace2742c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b30b7547-aa2c-4017-afc7-baacace2742c-root {
    text-align: center;
  }


#s-b30b7547-aa2c-4017-afc7-baacace2742c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b30b7547-aa2c-4017-afc7-baacace2742c-root {
    text-align: center;
  }


#s-b30b7547-aa2c-4017-afc7-baacace2742c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b30b7547-aa2c-4017-afc7-baacace2742c-root {
    text-align: center;
  }


#s-b30b7547-aa2c-4017-afc7-baacace2742c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-bf4405a6-290d-4fb2-922b-465728a1c069 {
  margin-top: 10px;
margin-bottom: 10px;
padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-bf4405a6-290d-4fb2-922b-465728a1c069"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-bf4405a6-290d-4fb2-922b-465728a1c069"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-bf4405a6-290d-4fb2-922b-465728a1c069"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-bf4405a6-290d-4fb2-922b-465728a1c069"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-b069767c-d896-4082-9ba2-4b2d57ef6150 {
  background-repeat: no-repeat;
background-size: contain;
margin-bottom: 10px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 350px;
background-position: center center;
}

#s-b069767c-d896-4082-9ba2-4b2d57ef6150 {
  background-image: url(https://i.shgcdn.com/c53c4f81-1b23-4e0e-9438-4246a8348516/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-b069767c-d896-4082-9ba2-4b2d57ef6150 {
  background-image: url(https://i.shgcdn.com/c53c4f81-1b23-4e0e-9438-4246a8348516/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-b069767c-d896-4082-9ba2-4b2d57ef6150 {
  background-image: url(https://i.shgcdn.com/c53c4f81-1b23-4e0e-9438-4246a8348516/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-b069767c-d896-4082-9ba2-4b2d57ef6150 {
  background-image: url(https://i.shgcdn.com/c53c4f81-1b23-4e0e-9438-4246a8348516/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-b069767c-d896-4082-9ba2-4b2d57ef6150 {
  background-image: url(https://i.shgcdn.com/c53c4f81-1b23-4e0e-9438-4246a8348516/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-b069767c-d896-4082-9ba2-4b2d57ef6150 {
  background-image: url(https://i.shgcdn.com/c53c4f81-1b23-4e0e-9438-4246a8348516/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-b069767c-d896-4082-9ba2-4b2d57ef6150 {
  background-image: url(https://i.shgcdn.com/c53c4f81-1b23-4e0e-9438-4246a8348516/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-b069767c-d896-4082-9ba2-4b2d57ef6150 {
  background-image: url(https://i.shgcdn.com/c53c4f81-1b23-4e0e-9438-4246a8348516/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-b069767c-d896-4082-9ba2-4b2d57ef6150 {
  background-image: url(https://i.shgcdn.com/c53c4f81-1b23-4e0e-9438-4246a8348516/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-b069767c-d896-4082-9ba2-4b2d57ef6150 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b069767c-d896-4082-9ba2-4b2d57ef6150 {
  cursor: pointer;
}#s-b069767c-d896-4082-9ba2-4b2d57ef6150.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-35c39495-91af-4fcb-89ef-56f25dd8e7e6 {
  margin-top: 0px;
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-35c39495-91af-4fcb-89ef-56f25dd8e7e6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-35c39495-91af-4fcb-89ef-56f25dd8e7e6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-35c39495-91af-4fcb-89ef-56f25dd8e7e6-root {
    text-align: center;
  }


#s-35c39495-91af-4fcb-89ef-56f25dd8e7e6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-35c39495-91af-4fcb-89ef-56f25dd8e7e6-root {
    text-align: center;
  }


#s-35c39495-91af-4fcb-89ef-56f25dd8e7e6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-35c39495-91af-4fcb-89ef-56f25dd8e7e6-root {
    text-align: center;
  }


#s-35c39495-91af-4fcb-89ef-56f25dd8e7e6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-35c39495-91af-4fcb-89ef-56f25dd8e7e6-root {
    text-align: center;
  }


#s-35c39495-91af-4fcb-89ef-56f25dd8e7e6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-35c39495-91af-4fcb-89ef-56f25dd8e7e6-root {
    text-align: center;
  }


#s-35c39495-91af-4fcb-89ef-56f25dd8e7e6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-4bb0b011-7079-4404-87b3-75d85123cf78 {
  background-repeat: no-repeat;
background-size: contain;
margin-bottom: 10px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 350px;
background-position: center center;
}

#s-4bb0b011-7079-4404-87b3-75d85123cf78 {
  background-image: url(https://i.shgcdn.com/7b141d6f-d553-4638-b638-016391aa1861/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-4bb0b011-7079-4404-87b3-75d85123cf78 {
  background-image: url(https://i.shgcdn.com/7b141d6f-d553-4638-b638-016391aa1861/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-4bb0b011-7079-4404-87b3-75d85123cf78 {
  background-image: url(https://i.shgcdn.com/7b141d6f-d553-4638-b638-016391aa1861/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-4bb0b011-7079-4404-87b3-75d85123cf78 {
  background-image: url(https://i.shgcdn.com/7b141d6f-d553-4638-b638-016391aa1861/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-4bb0b011-7079-4404-87b3-75d85123cf78 {
  background-image: url(https://i.shgcdn.com/7b141d6f-d553-4638-b638-016391aa1861/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-4bb0b011-7079-4404-87b3-75d85123cf78 {
  background-image: url(https://i.shgcdn.com/7b141d6f-d553-4638-b638-016391aa1861/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-4bb0b011-7079-4404-87b3-75d85123cf78 {
  background-image: url(https://i.shgcdn.com/7b141d6f-d553-4638-b638-016391aa1861/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-4bb0b011-7079-4404-87b3-75d85123cf78 {
  background-image: url(https://i.shgcdn.com/7b141d6f-d553-4638-b638-016391aa1861/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-4bb0b011-7079-4404-87b3-75d85123cf78 {
  background-image: url(https://i.shgcdn.com/7b141d6f-d553-4638-b638-016391aa1861/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-4bb0b011-7079-4404-87b3-75d85123cf78 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4bb0b011-7079-4404-87b3-75d85123cf78 {
  cursor: pointer;
}#s-4bb0b011-7079-4404-87b3-75d85123cf78.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-e75affac-a44f-4ca4-8dc0-55f4615fa287 {
  margin-top: 0px;
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-e75affac-a44f-4ca4-8dc0-55f4615fa287:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e75affac-a44f-4ca4-8dc0-55f4615fa287:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e75affac-a44f-4ca4-8dc0-55f4615fa287-root {
    text-align: center;
  }


#s-e75affac-a44f-4ca4-8dc0-55f4615fa287.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e75affac-a44f-4ca4-8dc0-55f4615fa287-root {
    text-align: center;
  }


#s-e75affac-a44f-4ca4-8dc0-55f4615fa287.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e75affac-a44f-4ca4-8dc0-55f4615fa287-root {
    text-align: center;
  }


#s-e75affac-a44f-4ca4-8dc0-55f4615fa287.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e75affac-a44f-4ca4-8dc0-55f4615fa287-root {
    text-align: center;
  }


#s-e75affac-a44f-4ca4-8dc0-55f4615fa287.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e75affac-a44f-4ca4-8dc0-55f4615fa287-root {
    text-align: center;
  }


#s-e75affac-a44f-4ca4-8dc0-55f4615fa287.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-1946f500-b8fd-4a30-a9e0-7d5969c13053 {
  background-repeat: no-repeat;
background-size: contain;
margin-bottom: 10px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 350px;
background-position: center center;
}

#s-1946f500-b8fd-4a30-a9e0-7d5969c13053 {
  background-image: url(https://i.shgcdn.com/8b4bf5c1-a8cb-4a20-860e-fd6038ef99cd/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-1946f500-b8fd-4a30-a9e0-7d5969c13053 {
  background-image: url(https://i.shgcdn.com/8b4bf5c1-a8cb-4a20-860e-fd6038ef99cd/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-1946f500-b8fd-4a30-a9e0-7d5969c13053 {
  background-image: url(https://i.shgcdn.com/8b4bf5c1-a8cb-4a20-860e-fd6038ef99cd/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-1946f500-b8fd-4a30-a9e0-7d5969c13053 {
  background-image: url(https://i.shgcdn.com/8b4bf5c1-a8cb-4a20-860e-fd6038ef99cd/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-1946f500-b8fd-4a30-a9e0-7d5969c13053 {
  background-image: url(https://i.shgcdn.com/8b4bf5c1-a8cb-4a20-860e-fd6038ef99cd/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-1946f500-b8fd-4a30-a9e0-7d5969c13053 {
  background-image: url(https://i.shgcdn.com/8b4bf5c1-a8cb-4a20-860e-fd6038ef99cd/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-1946f500-b8fd-4a30-a9e0-7d5969c13053 {
  background-image: url(https://i.shgcdn.com/8b4bf5c1-a8cb-4a20-860e-fd6038ef99cd/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-1946f500-b8fd-4a30-a9e0-7d5969c13053 {
  background-image: url(https://i.shgcdn.com/8b4bf5c1-a8cb-4a20-860e-fd6038ef99cd/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-1946f500-b8fd-4a30-a9e0-7d5969c13053 {
  background-image: url(https://i.shgcdn.com/8b4bf5c1-a8cb-4a20-860e-fd6038ef99cd/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-1946f500-b8fd-4a30-a9e0-7d5969c13053 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1946f500-b8fd-4a30-a9e0-7d5969c13053 {
  cursor: pointer;
}#s-1946f500-b8fd-4a30-a9e0-7d5969c13053.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-aa5ac156-2224-4fc4-b415-b852c003a0df {
  margin-top: 0px;
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-aa5ac156-2224-4fc4-b415-b852c003a0df:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-aa5ac156-2224-4fc4-b415-b852c003a0df:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-aa5ac156-2224-4fc4-b415-b852c003a0df-root {
    text-align: center;
  }


#s-aa5ac156-2224-4fc4-b415-b852c003a0df.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-aa5ac156-2224-4fc4-b415-b852c003a0df-root {
    text-align: center;
  }


#s-aa5ac156-2224-4fc4-b415-b852c003a0df.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-aa5ac156-2224-4fc4-b415-b852c003a0df-root {
    text-align: center;
  }


#s-aa5ac156-2224-4fc4-b415-b852c003a0df.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-aa5ac156-2224-4fc4-b415-b852c003a0df-root {
    text-align: center;
  }


#s-aa5ac156-2224-4fc4-b415-b852c003a0df.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-aa5ac156-2224-4fc4-b415-b852c003a0df-root {
    text-align: center;
  }


#s-aa5ac156-2224-4fc4-b415-b852c003a0df.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-f5205f37-1b1a-4e08-b43a-737771fb3046 {
  background-repeat: no-repeat;
background-size: contain;
margin-bottom: 10px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 350px;
background-position: center center;
}

#s-f5205f37-1b1a-4e08-b43a-737771fb3046 {
  background-image: url(https://i.shgcdn.com/de1cd55a-4f03-4254-a430-6f2b2d0a9b20/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-f5205f37-1b1a-4e08-b43a-737771fb3046 {
  background-image: url(https://i.shgcdn.com/de1cd55a-4f03-4254-a430-6f2b2d0a9b20/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-f5205f37-1b1a-4e08-b43a-737771fb3046 {
  background-image: url(https://i.shgcdn.com/de1cd55a-4f03-4254-a430-6f2b2d0a9b20/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-f5205f37-1b1a-4e08-b43a-737771fb3046 {
  background-image: url(https://i.shgcdn.com/de1cd55a-4f03-4254-a430-6f2b2d0a9b20/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-f5205f37-1b1a-4e08-b43a-737771fb3046 {
  background-image: url(https://i.shgcdn.com/de1cd55a-4f03-4254-a430-6f2b2d0a9b20/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-f5205f37-1b1a-4e08-b43a-737771fb3046 {
  background-image: url(https://i.shgcdn.com/de1cd55a-4f03-4254-a430-6f2b2d0a9b20/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-f5205f37-1b1a-4e08-b43a-737771fb3046 {
  background-image: url(https://i.shgcdn.com/de1cd55a-4f03-4254-a430-6f2b2d0a9b20/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-f5205f37-1b1a-4e08-b43a-737771fb3046 {
  background-image: url(https://i.shgcdn.com/de1cd55a-4f03-4254-a430-6f2b2d0a9b20/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-f5205f37-1b1a-4e08-b43a-737771fb3046 {
  background-image: url(https://i.shgcdn.com/de1cd55a-4f03-4254-a430-6f2b2d0a9b20/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-f5205f37-1b1a-4e08-b43a-737771fb3046 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f5205f37-1b1a-4e08-b43a-737771fb3046 {
  cursor: pointer;
}#s-f5205f37-1b1a-4e08-b43a-737771fb3046.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-56fb6976-d6e4-4a7c-b6f5-94e75f903240 {
  margin-top: 0px;
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-56fb6976-d6e4-4a7c-b6f5-94e75f903240:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-56fb6976-d6e4-4a7c-b6f5-94e75f903240:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-56fb6976-d6e4-4a7c-b6f5-94e75f903240-root {
    text-align: center;
  }


#s-56fb6976-d6e4-4a7c-b6f5-94e75f903240.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-56fb6976-d6e4-4a7c-b6f5-94e75f903240-root {
    text-align: center;
  }


#s-56fb6976-d6e4-4a7c-b6f5-94e75f903240.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-56fb6976-d6e4-4a7c-b6f5-94e75f903240-root {
    text-align: center;
  }


#s-56fb6976-d6e4-4a7c-b6f5-94e75f903240.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-56fb6976-d6e4-4a7c-b6f5-94e75f903240-root {
    text-align: center;
  }


#s-56fb6976-d6e4-4a7c-b6f5-94e75f903240.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-56fb6976-d6e4-4a7c-b6f5-94e75f903240-root {
    text-align: center;
  }


#s-56fb6976-d6e4-4a7c-b6f5-94e75f903240.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-e370146a-38bf-4d30-82b2-f59467c02a2a {
  margin-top: 10px;
margin-bottom: 10px;
padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-e370146a-38bf-4d30-82b2-f59467c02a2a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-e370146a-38bf-4d30-82b2-f59467c02a2a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-e370146a-38bf-4d30-82b2-f59467c02a2a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-e370146a-38bf-4d30-82b2-f59467c02a2a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-19c95e1f-b564-4f01-aac4-6eb7b98512ee {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: 10px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 350px;
background-position: center center;
}

#s-19c95e1f-b564-4f01-aac4-6eb7b98512ee {
  background-image: url(https://i.shgcdn.com/22b03297-2d94-4d97-b736-d3739ae49a48/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-19c95e1f-b564-4f01-aac4-6eb7b98512ee {
  background-image: url(https://i.shgcdn.com/22b03297-2d94-4d97-b736-d3739ae49a48/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-19c95e1f-b564-4f01-aac4-6eb7b98512ee {
  background-image: url(https://i.shgcdn.com/22b03297-2d94-4d97-b736-d3739ae49a48/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-19c95e1f-b564-4f01-aac4-6eb7b98512ee {
  background-image: url(https://i.shgcdn.com/22b03297-2d94-4d97-b736-d3739ae49a48/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-19c95e1f-b564-4f01-aac4-6eb7b98512ee {
  background-image: url(https://i.shgcdn.com/22b03297-2d94-4d97-b736-d3739ae49a48/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-19c95e1f-b564-4f01-aac4-6eb7b98512ee {
  background-image: url(https://i.shgcdn.com/22b03297-2d94-4d97-b736-d3739ae49a48/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-19c95e1f-b564-4f01-aac4-6eb7b98512ee {
  background-image: url(https://i.shgcdn.com/22b03297-2d94-4d97-b736-d3739ae49a48/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-19c95e1f-b564-4f01-aac4-6eb7b98512ee {
  background-image: url(https://i.shgcdn.com/22b03297-2d94-4d97-b736-d3739ae49a48/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-19c95e1f-b564-4f01-aac4-6eb7b98512ee {
  background-image: url(https://i.shgcdn.com/22b03297-2d94-4d97-b736-d3739ae49a48/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-19c95e1f-b564-4f01-aac4-6eb7b98512ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-19c95e1f-b564-4f01-aac4-6eb7b98512ee {
  cursor: pointer;
}#s-19c95e1f-b564-4f01-aac4-6eb7b98512ee.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-27e6205b-3bb6-48de-acf8-8790d5171d88 {
  margin-top: 0px;
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-27e6205b-3bb6-48de-acf8-8790d5171d88:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-27e6205b-3bb6-48de-acf8-8790d5171d88:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-27e6205b-3bb6-48de-acf8-8790d5171d88-root {
    text-align: center;
  }


#s-27e6205b-3bb6-48de-acf8-8790d5171d88.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-27e6205b-3bb6-48de-acf8-8790d5171d88-root {
    text-align: center;
  }


#s-27e6205b-3bb6-48de-acf8-8790d5171d88.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-27e6205b-3bb6-48de-acf8-8790d5171d88-root {
    text-align: center;
  }


#s-27e6205b-3bb6-48de-acf8-8790d5171d88.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-27e6205b-3bb6-48de-acf8-8790d5171d88-root {
    text-align: center;
  }


#s-27e6205b-3bb6-48de-acf8-8790d5171d88.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-27e6205b-3bb6-48de-acf8-8790d5171d88-root {
    text-align: center;
  }


#s-27e6205b-3bb6-48de-acf8-8790d5171d88.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-90fdc4e5-79e5-47ab-827e-1cb01312f8be {
  background-repeat: no-repeat;
background-size: contain;
margin-bottom: 10px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 350px;
background-position: center center;
}

#s-90fdc4e5-79e5-47ab-827e-1cb01312f8be {
  background-image: url(https://i.shgcdn.com/853085d3-d604-4654-9eb8-e429f3a0e574/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-90fdc4e5-79e5-47ab-827e-1cb01312f8be {
  background-image: url(https://i.shgcdn.com/853085d3-d604-4654-9eb8-e429f3a0e574/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-90fdc4e5-79e5-47ab-827e-1cb01312f8be {
  background-image: url(https://i.shgcdn.com/853085d3-d604-4654-9eb8-e429f3a0e574/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-90fdc4e5-79e5-47ab-827e-1cb01312f8be {
  background-image: url(https://i.shgcdn.com/853085d3-d604-4654-9eb8-e429f3a0e574/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-90fdc4e5-79e5-47ab-827e-1cb01312f8be {
  background-image: url(https://i.shgcdn.com/853085d3-d604-4654-9eb8-e429f3a0e574/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-90fdc4e5-79e5-47ab-827e-1cb01312f8be {
  background-image: url(https://i.shgcdn.com/853085d3-d604-4654-9eb8-e429f3a0e574/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-90fdc4e5-79e5-47ab-827e-1cb01312f8be {
  background-image: url(https://i.shgcdn.com/853085d3-d604-4654-9eb8-e429f3a0e574/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-90fdc4e5-79e5-47ab-827e-1cb01312f8be {
  background-image: url(https://i.shgcdn.com/853085d3-d604-4654-9eb8-e429f3a0e574/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-90fdc4e5-79e5-47ab-827e-1cb01312f8be {
  background-image: url(https://i.shgcdn.com/853085d3-d604-4654-9eb8-e429f3a0e574/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-90fdc4e5-79e5-47ab-827e-1cb01312f8be > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-90fdc4e5-79e5-47ab-827e-1cb01312f8be {
  cursor: pointer;
}#s-90fdc4e5-79e5-47ab-827e-1cb01312f8be.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-2b8db920-2116-44cd-ac30-51222d87d4b3 {
  margin-top: 0px;
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-2b8db920-2116-44cd-ac30-51222d87d4b3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2b8db920-2116-44cd-ac30-51222d87d4b3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2b8db920-2116-44cd-ac30-51222d87d4b3-root {
    text-align: center;
  }


#s-2b8db920-2116-44cd-ac30-51222d87d4b3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2b8db920-2116-44cd-ac30-51222d87d4b3-root {
    text-align: center;
  }


#s-2b8db920-2116-44cd-ac30-51222d87d4b3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2b8db920-2116-44cd-ac30-51222d87d4b3-root {
    text-align: center;
  }


#s-2b8db920-2116-44cd-ac30-51222d87d4b3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2b8db920-2116-44cd-ac30-51222d87d4b3-root {
    text-align: center;
  }


#s-2b8db920-2116-44cd-ac30-51222d87d4b3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2b8db920-2116-44cd-ac30-51222d87d4b3-root {
    text-align: center;
  }


#s-2b8db920-2116-44cd-ac30-51222d87d4b3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-0a2a8364-c0bd-40e4-bd1e-144960920687 {
  background-repeat: no-repeat;
background-size: contain;
margin-bottom: 10px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 350px;
background-position: center center;
}








#s-0a2a8364-c0bd-40e4-bd1e-144960920687 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0a2a8364-c0bd-40e4-bd1e-144960920687 {
  cursor: pointer;
}#s-0a2a8364-c0bd-40e4-bd1e-144960920687.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-f14aa8d1-57f4-4a02-a1a9-0d859215a389 {
  margin-top: 0px;
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-f14aa8d1-57f4-4a02-a1a9-0d859215a389:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f14aa8d1-57f4-4a02-a1a9-0d859215a389:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f14aa8d1-57f4-4a02-a1a9-0d859215a389-root {
    text-align: center;
  }


#s-f14aa8d1-57f4-4a02-a1a9-0d859215a389.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f14aa8d1-57f4-4a02-a1a9-0d859215a389-root {
    text-align: center;
  }


#s-f14aa8d1-57f4-4a02-a1a9-0d859215a389.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f14aa8d1-57f4-4a02-a1a9-0d859215a389-root {
    text-align: center;
  }


#s-f14aa8d1-57f4-4a02-a1a9-0d859215a389.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f14aa8d1-57f4-4a02-a1a9-0d859215a389-root {
    text-align: center;
  }


#s-f14aa8d1-57f4-4a02-a1a9-0d859215a389.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f14aa8d1-57f4-4a02-a1a9-0d859215a389-root {
    text-align: center;
  }


#s-f14aa8d1-57f4-4a02-a1a9-0d859215a389.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-f6d477fa-81b9-4109-8905-7abfddbf986b {
  background-repeat: no-repeat;
background-size: contain;
margin-bottom: 10px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 350px;
background-position: center center;
}

#s-f6d477fa-81b9-4109-8905-7abfddbf986b {
  background-image: url(https://i.shgcdn.com/2b5aea4e-9ff0-41a5-9f67-ec9dab59af7d/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-f6d477fa-81b9-4109-8905-7abfddbf986b {
  background-image: url(https://i.shgcdn.com/2b5aea4e-9ff0-41a5-9f67-ec9dab59af7d/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-f6d477fa-81b9-4109-8905-7abfddbf986b {
  background-image: url(https://i.shgcdn.com/2b5aea4e-9ff0-41a5-9f67-ec9dab59af7d/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-f6d477fa-81b9-4109-8905-7abfddbf986b {
  background-image: url(https://i.shgcdn.com/2b5aea4e-9ff0-41a5-9f67-ec9dab59af7d/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-f6d477fa-81b9-4109-8905-7abfddbf986b {
  background-image: url(https://i.shgcdn.com/2b5aea4e-9ff0-41a5-9f67-ec9dab59af7d/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-f6d477fa-81b9-4109-8905-7abfddbf986b {
  background-image: url(https://i.shgcdn.com/2b5aea4e-9ff0-41a5-9f67-ec9dab59af7d/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-f6d477fa-81b9-4109-8905-7abfddbf986b {
  background-image: url(https://i.shgcdn.com/2b5aea4e-9ff0-41a5-9f67-ec9dab59af7d/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-f6d477fa-81b9-4109-8905-7abfddbf986b {
  background-image: url(https://i.shgcdn.com/2b5aea4e-9ff0-41a5-9f67-ec9dab59af7d/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-f6d477fa-81b9-4109-8905-7abfddbf986b {
  background-image: url(https://i.shgcdn.com/2b5aea4e-9ff0-41a5-9f67-ec9dab59af7d/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-f6d477fa-81b9-4109-8905-7abfddbf986b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f6d477fa-81b9-4109-8905-7abfddbf986b {
  cursor: pointer;
}#s-f6d477fa-81b9-4109-8905-7abfddbf986b.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-476a77e7-8639-4d9d-b6a6-c89768194cb8 {
  margin-top: 0px;
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-476a77e7-8639-4d9d-b6a6-c89768194cb8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-476a77e7-8639-4d9d-b6a6-c89768194cb8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-476a77e7-8639-4d9d-b6a6-c89768194cb8-root {
    text-align: center;
  }


#s-476a77e7-8639-4d9d-b6a6-c89768194cb8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-476a77e7-8639-4d9d-b6a6-c89768194cb8-root {
    text-align: center;
  }


#s-476a77e7-8639-4d9d-b6a6-c89768194cb8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-476a77e7-8639-4d9d-b6a6-c89768194cb8-root {
    text-align: center;
  }


#s-476a77e7-8639-4d9d-b6a6-c89768194cb8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-476a77e7-8639-4d9d-b6a6-c89768194cb8-root {
    text-align: center;
  }


#s-476a77e7-8639-4d9d-b6a6-c89768194cb8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-476a77e7-8639-4d9d-b6a6-c89768194cb8-root {
    text-align: center;
  }


#s-476a77e7-8639-4d9d-b6a6-c89768194cb8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#mc_embed_signup .clear{width:auto !important;height:auto !important;visibility:visible !important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline !important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,0.85)}.shg-lightbox.hidden{display:none !important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:hover,.shg-lightbox .shg-lightbox-close:focus{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0%, -50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none !important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width: 769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity 300ms}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}
