.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-0b220977-869b-4701-9f8b-d779db6e3647 {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 600px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0b220977-869b-4701-9f8b-d779db6e3647 {
  display: none;
}
#s-0b220977-869b-4701-9f8b-d779db6e3647, #wrap-s-0b220977-869b-4701-9f8b-d779db6e3647, #wrap-content-s-0b220977-869b-4701-9f8b-d779db6e3647 { display: none !important; }}@media (max-width: 767px){#s-0b220977-869b-4701-9f8b-d779db6e3647 {
  display: none;
}
#s-0b220977-869b-4701-9f8b-d779db6e3647, #wrap-s-0b220977-869b-4701-9f8b-d779db6e3647, #wrap-content-s-0b220977-869b-4701-9f8b-d779db6e3647 { display: none !important; }}
#s-0b220977-869b-4701-9f8b-d779db6e3647 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-0b220977-869b-4701-9f8b-d779db6e3647 .shg-sld-nav-button.shg-sld-left,
#s-0b220977-869b-4701-9f8b-d779db6e3647 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * 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: flex;
  width: 100%;
}

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  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-03e558b4-0064-4e12-bc04-7cee5127ad5c {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}

#s-03e558b4-0064-4e12-bc04-7cee5127ad5c {
  background-image: url(https://i.shgcdn.com/eea31c2d-a34a-467a-8868-d6cbe3388750/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-03e558b4-0064-4e12-bc04-7cee5127ad5c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-03e558b4-0064-4e12-bc04-7cee5127ad5c.shg-box.shg-c {
  justify-content: flex-start;
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  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-96439831-d201-4caa-a539-2b18e3dbaa35 {
  margin-top: 80px;
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-96439831-d201-4caa-a539-2b18e3dbaa35 {
  display: none;
}
#s-96439831-d201-4caa-a539-2b18e3dbaa35, #wrap-s-96439831-d201-4caa-a539-2b18e3dbaa35, #wrap-content-s-96439831-d201-4caa-a539-2b18e3dbaa35 { display: none !important; }}@media (max-width: 767px){#s-96439831-d201-4caa-a539-2b18e3dbaa35 {
  display: none;
}
#s-96439831-d201-4caa-a539-2b18e3dbaa35, #wrap-s-96439831-d201-4caa-a539-2b18e3dbaa35, #wrap-content-s-96439831-d201-4caa-a539-2b18e3dbaa35 { display: none !important; }}
@media (min-width: 0px) {
[id="s-96439831-d201-4caa-a539-2b18e3dbaa35"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-96439831-d201-4caa-a539-2b18e3dbaa35"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-96439831-d201-4caa-a539-2b18e3dbaa35"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-96439831-d201-4caa-a539-2b18e3dbaa35"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-96439831-d201-4caa-a539-2b18e3dbaa35"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-96439831-d201-4caa-a539-2b18e3dbaa35"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-96439831-d201-4caa-a539-2b18e3dbaa35"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

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

.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 ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  
  
}

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

.shg-theme-text-content p {
  
  
  
}

#s-48be5e20-cd9d-4d1c-8fd7-98b4daa4ff49 {
  padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-48be5e20-cd9d-4d1c-8fd7-98b4daa4ff49 {
  display: none;
}
#s-48be5e20-cd9d-4d1c-8fd7-98b4daa4ff49, #wrap-s-48be5e20-cd9d-4d1c-8fd7-98b4daa4ff49, #wrap-content-s-48be5e20-cd9d-4d1c-8fd7-98b4daa4ff49 { display: none !important; }}@media (max-width: 767px){#s-48be5e20-cd9d-4d1c-8fd7-98b4daa4ff49 {
  display: none;
}
#s-48be5e20-cd9d-4d1c-8fd7-98b4daa4ff49, #wrap-s-48be5e20-cd9d-4d1c-8fd7-98b4daa4ff49, #wrap-content-s-48be5e20-cd9d-4d1c-8fd7-98b4daa4ff49 { display: none !important; }}
#s-3cff0bbd-18aa-4be5-a169-02ae75600f72 {
  padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-3cff0bbd-18aa-4be5-a169-02ae75600f72 {
  display: none;
}
#s-3cff0bbd-18aa-4be5-a169-02ae75600f72, #wrap-s-3cff0bbd-18aa-4be5-a169-02ae75600f72, #wrap-content-s-3cff0bbd-18aa-4be5-a169-02ae75600f72 { display: none !important; }}@media (max-width: 767px){#s-3cff0bbd-18aa-4be5-a169-02ae75600f72 {
  display: none;
}
#s-3cff0bbd-18aa-4be5-a169-02ae75600f72, #wrap-s-3cff0bbd-18aa-4be5-a169-02ae75600f72, #wrap-content-s-3cff0bbd-18aa-4be5-a169-02ae75600f72 { display: none !important; }}
.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 {
  
  
}

.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-9d3360d5-932b-4abe-825e-1a3b7146a534 {
  margin-top: 285px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
background-color: rgba(23, 22, 23, 0.5);
text-align: center;
text-decoration: none;
}
#s-9d3360d5-932b-4abe-825e-1a3b7146a534:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9d3360d5-932b-4abe-825e-1a3b7146a534:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9d3360d5-932b-4abe-825e-1a3b7146a534-root {
    text-align: center;
  }


#s-9d3360d5-932b-4abe-825e-1a3b7146a534.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9d3360d5-932b-4abe-825e-1a3b7146a534-root {
    text-align: center;
  }


#s-9d3360d5-932b-4abe-825e-1a3b7146a534.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9d3360d5-932b-4abe-825e-1a3b7146a534-root {
    text-align: center;
  }


#s-9d3360d5-932b-4abe-825e-1a3b7146a534.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9d3360d5-932b-4abe-825e-1a3b7146a534-root {
    text-align: center;
  }


#s-9d3360d5-932b-4abe-825e-1a3b7146a534.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9d3360d5-932b-4abe-825e-1a3b7146a534-root {
    text-align: center;
  }


#s-9d3360d5-932b-4abe-825e-1a3b7146a534.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-f37c4071-d35a-456a-a1f6-84a0e9254980 {
  margin-top: 40px;
margin-bottom: 10px;
}
@media (min-width: 1200px){#s-f37c4071-d35a-456a-a1f6-84a0e9254980 {
  display: none;
}
#s-f37c4071-d35a-456a-a1f6-84a0e9254980, #wrap-s-f37c4071-d35a-456a-a1f6-84a0e9254980, #wrap-content-s-f37c4071-d35a-456a-a1f6-84a0e9254980 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f37c4071-d35a-456a-a1f6-84a0e9254980 {
  display: none;
}
#s-f37c4071-d35a-456a-a1f6-84a0e9254980, #wrap-s-f37c4071-d35a-456a-a1f6-84a0e9254980, #wrap-content-s-f37c4071-d35a-456a-a1f6-84a0e9254980 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f37c4071-d35a-456a-a1f6-84a0e9254980 {
  
}
}@media (max-width: 767px){#s-f37c4071-d35a-456a-a1f6-84a0e9254980 {
  display: none;
}
#s-f37c4071-d35a-456a-a1f6-84a0e9254980, #wrap-s-f37c4071-d35a-456a-a1f6-84a0e9254980, #wrap-content-s-f37c4071-d35a-456a-a1f6-84a0e9254980 { display: none !important; }}
@media (min-width: 0px) {
[id="s-f37c4071-d35a-456a-a1f6-84a0e9254980"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-f37c4071-d35a-456a-a1f6-84a0e9254980"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f37c4071-d35a-456a-a1f6-84a0e9254980"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f37c4071-d35a-456a-a1f6-84a0e9254980"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f37c4071-d35a-456a-a1f6-84a0e9254980"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f37c4071-d35a-456a-a1f6-84a0e9254980"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f37c4071-d35a-456a-a1f6-84a0e9254980"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

#s-9924116c-c51f-4e19-846b-3ec9cd6c78ff {
  padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-9924116c-c51f-4e19-846b-3ec9cd6c78ff {
  
}
}@media (max-width: 767px){#s-9924116c-c51f-4e19-846b-3ec9cd6c78ff {
  
}
}
#s-fa53c0ef-b2b4-4a63-a50c-e5b5133dd445 {
  padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-fa53c0ef-b2b4-4a63-a50c-e5b5133dd445 {
  
}
}@media (max-width: 767px){#s-fa53c0ef-b2b4-4a63-a50c-e5b5133dd445 {
  
}
}
#s-6306b5f5-38ad-44b0-9955-25a6069fd24a {
  margin-top: 310px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
background-color: rgba(23, 22, 23, 0.5);
text-align: center;
text-decoration: none;
}
#s-6306b5f5-38ad-44b0-9955-25a6069fd24a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6306b5f5-38ad-44b0-9955-25a6069fd24a:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-6306b5f5-38ad-44b0-9955-25a6069fd24a {
  display: none;
}
#s-6306b5f5-38ad-44b0-9955-25a6069fd24a, #wrap-s-6306b5f5-38ad-44b0-9955-25a6069fd24a, #wrap-content-s-6306b5f5-38ad-44b0-9955-25a6069fd24a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6306b5f5-38ad-44b0-9955-25a6069fd24a {
  display: none;
}
#s-6306b5f5-38ad-44b0-9955-25a6069fd24a, #wrap-s-6306b5f5-38ad-44b0-9955-25a6069fd24a, #wrap-content-s-6306b5f5-38ad-44b0-9955-25a6069fd24a { display: none !important; }}@media (max-width: 767px){#s-6306b5f5-38ad-44b0-9955-25a6069fd24a {
  display: none;
}
#s-6306b5f5-38ad-44b0-9955-25a6069fd24a, #wrap-s-6306b5f5-38ad-44b0-9955-25a6069fd24a, #wrap-content-s-6306b5f5-38ad-44b0-9955-25a6069fd24a { display: none !important; }}

  #s-6306b5f5-38ad-44b0-9955-25a6069fd24a-root {
    text-align: center;
  }


#s-6306b5f5-38ad-44b0-9955-25a6069fd24a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6306b5f5-38ad-44b0-9955-25a6069fd24a-root {
    text-align: center;
  }


#s-6306b5f5-38ad-44b0-9955-25a6069fd24a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6306b5f5-38ad-44b0-9955-25a6069fd24a-root {
    text-align: center;
  }


#s-6306b5f5-38ad-44b0-9955-25a6069fd24a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6306b5f5-38ad-44b0-9955-25a6069fd24a-root {
    text-align: center;
  }


#s-6306b5f5-38ad-44b0-9955-25a6069fd24a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6306b5f5-38ad-44b0-9955-25a6069fd24a-root {
    text-align: center;
  }


#s-6306b5f5-38ad-44b0-9955-25a6069fd24a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-61ee3009-b02c-40ce-8b6a-693708b110fc {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0);
}
@media (min-width: 1200px){#s-61ee3009-b02c-40ce-8b6a-693708b110fc {
  display: none;
}
#s-61ee3009-b02c-40ce-8b6a-693708b110fc, #wrap-s-61ee3009-b02c-40ce-8b6a-693708b110fc, #wrap-content-s-61ee3009-b02c-40ce-8b6a-693708b110fc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-61ee3009-b02c-40ce-8b6a-693708b110fc {
  display: none;
}
#s-61ee3009-b02c-40ce-8b6a-693708b110fc, #wrap-s-61ee3009-b02c-40ce-8b6a-693708b110fc, #wrap-content-s-61ee3009-b02c-40ce-8b6a-693708b110fc { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-61ee3009-b02c-40ce-8b6a-693708b110fc {
  display: none;
}
#s-61ee3009-b02c-40ce-8b6a-693708b110fc, #wrap-s-61ee3009-b02c-40ce-8b6a-693708b110fc, #wrap-content-s-61ee3009-b02c-40ce-8b6a-693708b110fc { display: none !important; }}@media (max-width: 767px){#s-61ee3009-b02c-40ce-8b6a-693708b110fc {
  
}
}
#s-414232d3-5029-4a72-96b0-6391a417dfeb {
  margin-top: 220px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0);
}
@media (min-width: 1200px){#s-414232d3-5029-4a72-96b0-6391a417dfeb {
  display: none;
}
#s-414232d3-5029-4a72-96b0-6391a417dfeb, #wrap-s-414232d3-5029-4a72-96b0-6391a417dfeb, #wrap-content-s-414232d3-5029-4a72-96b0-6391a417dfeb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-414232d3-5029-4a72-96b0-6391a417dfeb {
  display: none;
}
#s-414232d3-5029-4a72-96b0-6391a417dfeb, #wrap-s-414232d3-5029-4a72-96b0-6391a417dfeb, #wrap-content-s-414232d3-5029-4a72-96b0-6391a417dfeb { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-414232d3-5029-4a72-96b0-6391a417dfeb {
  display: none;
}
#s-414232d3-5029-4a72-96b0-6391a417dfeb, #wrap-s-414232d3-5029-4a72-96b0-6391a417dfeb, #wrap-content-s-414232d3-5029-4a72-96b0-6391a417dfeb { display: none !important; }}@media (max-width: 767px){#s-414232d3-5029-4a72-96b0-6391a417dfeb {
  
}
}
#s-916fee77-917b-413c-9fc9-95f7700cd444 {
  margin-top: 110px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
background-color: rgba(23, 22, 23, 0.5);
text-align: center;
text-decoration: none;
}
#s-916fee77-917b-413c-9fc9-95f7700cd444:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-916fee77-917b-413c-9fc9-95f7700cd444:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-916fee77-917b-413c-9fc9-95f7700cd444 {
  display: none;
}
#s-916fee77-917b-413c-9fc9-95f7700cd444, #wrap-s-916fee77-917b-413c-9fc9-95f7700cd444, #wrap-content-s-916fee77-917b-413c-9fc9-95f7700cd444 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-916fee77-917b-413c-9fc9-95f7700cd444 {
  display: none;
}
#s-916fee77-917b-413c-9fc9-95f7700cd444, #wrap-s-916fee77-917b-413c-9fc9-95f7700cd444, #wrap-content-s-916fee77-917b-413c-9fc9-95f7700cd444 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-916fee77-917b-413c-9fc9-95f7700cd444 {
  display: none;
}
#s-916fee77-917b-413c-9fc9-95f7700cd444, #wrap-s-916fee77-917b-413c-9fc9-95f7700cd444, #wrap-content-s-916fee77-917b-413c-9fc9-95f7700cd444 { display: none !important; }}

  #s-916fee77-917b-413c-9fc9-95f7700cd444-root {
    text-align: center;
  }


#s-916fee77-917b-413c-9fc9-95f7700cd444.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-916fee77-917b-413c-9fc9-95f7700cd444-root {
    text-align: center;
  }


#s-916fee77-917b-413c-9fc9-95f7700cd444.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-916fee77-917b-413c-9fc9-95f7700cd444-root {
    text-align: center;
  }


#s-916fee77-917b-413c-9fc9-95f7700cd444.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-916fee77-917b-413c-9fc9-95f7700cd444-root {
    text-align: center;
  }


#s-916fee77-917b-413c-9fc9-95f7700cd444.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-916fee77-917b-413c-9fc9-95f7700cd444-root {
    text-align: center;
  }


#s-916fee77-917b-413c-9fc9-95f7700cd444.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-849f98aa-c49a-44da-ac4d-672c178fe49c {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
background-attachment: scroll;
}

#s-849f98aa-c49a-44da-ac4d-672c178fe49c {
  background-image: url(https://i.shgcdn.com/d06034ef-2d6d-42f7-b777-8f56c9ccf7dd/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-849f98aa-c49a-44da-ac4d-672c178fe49c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-849f98aa-c49a-44da-ac4d-672c178fe49c.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f5a44f81-4a7f-47e0-88f0-d894d577d5c5 {
  margin-top: 60px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f5a44f81-4a7f-47e0-88f0-d894d577d5c5 {
  display: none;
}
#s-f5a44f81-4a7f-47e0-88f0-d894d577d5c5, #wrap-s-f5a44f81-4a7f-47e0-88f0-d894d577d5c5, #wrap-content-s-f5a44f81-4a7f-47e0-88f0-d894d577d5c5 { display: none !important; }}@media (max-width: 767px){#s-f5a44f81-4a7f-47e0-88f0-d894d577d5c5 {
  display: none;
}
#s-f5a44f81-4a7f-47e0-88f0-d894d577d5c5, #wrap-s-f5a44f81-4a7f-47e0-88f0-d894d577d5c5, #wrap-content-s-f5a44f81-4a7f-47e0-88f0-d894d577d5c5 { display: none !important; }}
@media (min-width: 0px) {
[id="s-f5a44f81-4a7f-47e0-88f0-d894d577d5c5"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-f5a44f81-4a7f-47e0-88f0-d894d577d5c5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f5a44f81-4a7f-47e0-88f0-d894d577d5c5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f5a44f81-4a7f-47e0-88f0-d894d577d5c5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f5a44f81-4a7f-47e0-88f0-d894d577d5c5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f5a44f81-4a7f-47e0-88f0-d894d577d5c5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f5a44f81-4a7f-47e0-88f0-d894d577d5c5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f5a44f81-4a7f-47e0-88f0-d894d577d5c5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f5a44f81-4a7f-47e0-88f0-d894d577d5c5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f5a44f81-4a7f-47e0-88f0-d894d577d5c5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-d7ab9940-726c-47a2-b7da-4109dfcd70df {
  padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-d7ab9940-726c-47a2-b7da-4109dfcd70df {
  display: none;
}
#s-d7ab9940-726c-47a2-b7da-4109dfcd70df, #wrap-s-d7ab9940-726c-47a2-b7da-4109dfcd70df, #wrap-content-s-d7ab9940-726c-47a2-b7da-4109dfcd70df { display: none !important; }}@media (max-width: 767px){#s-d7ab9940-726c-47a2-b7da-4109dfcd70df {
  display: none;
}
#s-d7ab9940-726c-47a2-b7da-4109dfcd70df, #wrap-s-d7ab9940-726c-47a2-b7da-4109dfcd70df, #wrap-content-s-d7ab9940-726c-47a2-b7da-4109dfcd70df { display: none !important; }}
#s-84bab105-fb9d-4efa-84b8-2007f0b4bbdf {
  padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-84bab105-fb9d-4efa-84b8-2007f0b4bbdf {
  display: none;
}
#s-84bab105-fb9d-4efa-84b8-2007f0b4bbdf, #wrap-s-84bab105-fb9d-4efa-84b8-2007f0b4bbdf, #wrap-content-s-84bab105-fb9d-4efa-84b8-2007f0b4bbdf { display: none !important; }}@media (max-width: 767px){#s-84bab105-fb9d-4efa-84b8-2007f0b4bbdf {
  display: none;
}
#s-84bab105-fb9d-4efa-84b8-2007f0b4bbdf, #wrap-s-84bab105-fb9d-4efa-84b8-2007f0b4bbdf, #wrap-content-s-84bab105-fb9d-4efa-84b8-2007f0b4bbdf { display: none !important; }}
#s-f4412d0d-bdc1-49d9-90cf-0316a38fb38d {
  margin-top: 120px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
background-color: rgba(23, 22, 23, 0.5);
text-align: center;
text-decoration: none;
}
#s-f4412d0d-bdc1-49d9-90cf-0316a38fb38d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f4412d0d-bdc1-49d9-90cf-0316a38fb38d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f4412d0d-bdc1-49d9-90cf-0316a38fb38d-root {
    text-align: center;
  }


#s-f4412d0d-bdc1-49d9-90cf-0316a38fb38d.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f4412d0d-bdc1-49d9-90cf-0316a38fb38d-root {
    text-align: center;
  }


#s-f4412d0d-bdc1-49d9-90cf-0316a38fb38d.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f4412d0d-bdc1-49d9-90cf-0316a38fb38d-root {
    text-align: center;
  }


#s-f4412d0d-bdc1-49d9-90cf-0316a38fb38d.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f4412d0d-bdc1-49d9-90cf-0316a38fb38d-root {
    text-align: center;
  }


#s-f4412d0d-bdc1-49d9-90cf-0316a38fb38d.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f4412d0d-bdc1-49d9-90cf-0316a38fb38d-root {
    text-align: center;
  }


#s-f4412d0d-bdc1-49d9-90cf-0316a38fb38d.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-cca3e985-7596-4df9-beb5-cb26895babfd {
  margin-top: 100px;
}
@media (min-width: 1200px){#s-cca3e985-7596-4df9-beb5-cb26895babfd {
  display: none;
}
#s-cca3e985-7596-4df9-beb5-cb26895babfd, #wrap-s-cca3e985-7596-4df9-beb5-cb26895babfd, #wrap-content-s-cca3e985-7596-4df9-beb5-cb26895babfd { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cca3e985-7596-4df9-beb5-cb26895babfd {
  display: none;
}
#s-cca3e985-7596-4df9-beb5-cb26895babfd, #wrap-s-cca3e985-7596-4df9-beb5-cb26895babfd, #wrap-content-s-cca3e985-7596-4df9-beb5-cb26895babfd { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cca3e985-7596-4df9-beb5-cb26895babfd {
  
}
}@media (max-width: 767px){#s-cca3e985-7596-4df9-beb5-cb26895babfd {
  display: none;
}
#s-cca3e985-7596-4df9-beb5-cb26895babfd, #wrap-s-cca3e985-7596-4df9-beb5-cb26895babfd, #wrap-content-s-cca3e985-7596-4df9-beb5-cb26895babfd { display: none !important; }}
@media (min-width: 0px) {
[id="s-cca3e985-7596-4df9-beb5-cb26895babfd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cca3e985-7596-4df9-beb5-cb26895babfd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-cca3e985-7596-4df9-beb5-cb26895babfd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-cca3e985-7596-4df9-beb5-cb26895babfd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-cca3e985-7596-4df9-beb5-cb26895babfd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-cca3e985-7596-4df9-beb5-cb26895babfd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-cca3e985-7596-4df9-beb5-cb26895babfd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-980ba92a-7c29-4c47-9b29-54acc4ed8e89 {
  margin-top: 10px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
padding-top: 15px;
padding-left: 10px;
padding-bottom: 15px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(37, 29, 29, 0.5);
}
@media (min-width: 1200px){#s-980ba92a-7c29-4c47-9b29-54acc4ed8e89 {
  display: none;
}
#s-980ba92a-7c29-4c47-9b29-54acc4ed8e89, #wrap-s-980ba92a-7c29-4c47-9b29-54acc4ed8e89, #wrap-content-s-980ba92a-7c29-4c47-9b29-54acc4ed8e89 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-980ba92a-7c29-4c47-9b29-54acc4ed8e89 {
  display: none;
}
#s-980ba92a-7c29-4c47-9b29-54acc4ed8e89, #wrap-s-980ba92a-7c29-4c47-9b29-54acc4ed8e89, #wrap-content-s-980ba92a-7c29-4c47-9b29-54acc4ed8e89 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-980ba92a-7c29-4c47-9b29-54acc4ed8e89 {
  
}
}@media (max-width: 767px){#s-980ba92a-7c29-4c47-9b29-54acc4ed8e89 {
  
}
}
#s-13c20981-d45a-40e4-9b8e-f31c1900a8dc {
  margin-top: 100px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
padding-top: 15px;
padding-left: 10px;
padding-bottom: 15px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(37, 29, 29, 0.5);
}
@media (min-width: 1200px){#s-13c20981-d45a-40e4-9b8e-f31c1900a8dc {
  display: none;
}
#s-13c20981-d45a-40e4-9b8e-f31c1900a8dc, #wrap-s-13c20981-d45a-40e4-9b8e-f31c1900a8dc, #wrap-content-s-13c20981-d45a-40e4-9b8e-f31c1900a8dc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-13c20981-d45a-40e4-9b8e-f31c1900a8dc {
  display: none;
}
#s-13c20981-d45a-40e4-9b8e-f31c1900a8dc, #wrap-s-13c20981-d45a-40e4-9b8e-f31c1900a8dc, #wrap-content-s-13c20981-d45a-40e4-9b8e-f31c1900a8dc { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-13c20981-d45a-40e4-9b8e-f31c1900a8dc {
  display: none;
}
#s-13c20981-d45a-40e4-9b8e-f31c1900a8dc, #wrap-s-13c20981-d45a-40e4-9b8e-f31c1900a8dc, #wrap-content-s-13c20981-d45a-40e4-9b8e-f31c1900a8dc { display: none !important; }}@media (max-width: 767px){#s-13c20981-d45a-40e4-9b8e-f31c1900a8dc {
  
}
}
#s-d38c00d3-e8f8-4c6e-981a-00afee7619e6 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 768px) and (max-width: 991px){#s-d38c00d3-e8f8-4c6e-981a-00afee7619e6 {
  
}
}@media (max-width: 767px){#s-d38c00d3-e8f8-4c6e-981a-00afee7619e6 {
  
}
}
#s-d38c00d3-e8f8-4c6e-981a-00afee7619e6 {
  background-image: url(https://i.shgcdn.com/84292a9d-3d8c-4925-b086-2e995233e4b1/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-d38c00d3-e8f8-4c6e-981a-00afee7619e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d38c00d3-e8f8-4c6e-981a-00afee7619e6.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a4589f14-1048-4b08-a327-bf11bd2bcc04 {
  margin-top: 120px;
margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a4589f14-1048-4b08-a327-bf11bd2bcc04 {
  display: none;
}
#s-a4589f14-1048-4b08-a327-bf11bd2bcc04, #wrap-s-a4589f14-1048-4b08-a327-bf11bd2bcc04, #wrap-content-s-a4589f14-1048-4b08-a327-bf11bd2bcc04 { display: none !important; }}@media (max-width: 767px){#s-a4589f14-1048-4b08-a327-bf11bd2bcc04 {
  display: none;
}
#s-a4589f14-1048-4b08-a327-bf11bd2bcc04, #wrap-s-a4589f14-1048-4b08-a327-bf11bd2bcc04, #wrap-content-s-a4589f14-1048-4b08-a327-bf11bd2bcc04 { display: none !important; }}
@media (min-width: 0px) {
[id="s-a4589f14-1048-4b08-a327-bf11bd2bcc04"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-a4589f14-1048-4b08-a327-bf11bd2bcc04"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a4589f14-1048-4b08-a327-bf11bd2bcc04"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a4589f14-1048-4b08-a327-bf11bd2bcc04"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a4589f14-1048-4b08-a327-bf11bd2bcc04"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a4589f14-1048-4b08-a327-bf11bd2bcc04"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a4589f14-1048-4b08-a327-bf11bd2bcc04"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a4589f14-1048-4b08-a327-bf11bd2bcc04"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a4589f14-1048-4b08-a327-bf11bd2bcc04"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a4589f14-1048-4b08-a327-bf11bd2bcc04"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-a535e7cd-5e73-4c5b-86c0-ded3f3a3bcd1 {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-a535e7cd-5e73-4c5b-86c0-ded3f3a3bcd1 {
  display: none;
}
#s-a535e7cd-5e73-4c5b-86c0-ded3f3a3bcd1, #wrap-s-a535e7cd-5e73-4c5b-86c0-ded3f3a3bcd1, #wrap-content-s-a535e7cd-5e73-4c5b-86c0-ded3f3a3bcd1 { display: none !important; }}@media (max-width: 767px){#s-a535e7cd-5e73-4c5b-86c0-ded3f3a3bcd1 {
  display: none;
}
#s-a535e7cd-5e73-4c5b-86c0-ded3f3a3bcd1, #wrap-s-a535e7cd-5e73-4c5b-86c0-ded3f3a3bcd1, #wrap-content-s-a535e7cd-5e73-4c5b-86c0-ded3f3a3bcd1 { display: none !important; }}
#s-4e09354d-90f9-4fea-bd2e-e8f95e529420 {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-4e09354d-90f9-4fea-bd2e-e8f95e529420 {
  display: none;
}
#s-4e09354d-90f9-4fea-bd2e-e8f95e529420, #wrap-s-4e09354d-90f9-4fea-bd2e-e8f95e529420, #wrap-content-s-4e09354d-90f9-4fea-bd2e-e8f95e529420 { display: none !important; }}@media (max-width: 767px){#s-4e09354d-90f9-4fea-bd2e-e8f95e529420 {
  display: none;
}
#s-4e09354d-90f9-4fea-bd2e-e8f95e529420, #wrap-s-4e09354d-90f9-4fea-bd2e-e8f95e529420, #wrap-content-s-4e09354d-90f9-4fea-bd2e-e8f95e529420 { display: none !important; }}
#s-a423ee47-ebcc-4309-be8b-ba1e704e6d7b {
  margin-top: 100px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
background-color: rgba(23, 22, 23, 0.5);
text-align: center;
text-decoration: none;
}
#s-a423ee47-ebcc-4309-be8b-ba1e704e6d7b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a423ee47-ebcc-4309-be8b-ba1e704e6d7b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a423ee47-ebcc-4309-be8b-ba1e704e6d7b-root {
    text-align: center;
  }


#s-a423ee47-ebcc-4309-be8b-ba1e704e6d7b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a423ee47-ebcc-4309-be8b-ba1e704e6d7b-root {
    text-align: center;
  }


#s-a423ee47-ebcc-4309-be8b-ba1e704e6d7b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a423ee47-ebcc-4309-be8b-ba1e704e6d7b-root {
    text-align: center;
  }


#s-a423ee47-ebcc-4309-be8b-ba1e704e6d7b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a423ee47-ebcc-4309-be8b-ba1e704e6d7b-root {
    text-align: center;
  }


#s-a423ee47-ebcc-4309-be8b-ba1e704e6d7b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a423ee47-ebcc-4309-be8b-ba1e704e6d7b-root {
    text-align: center;
  }


#s-a423ee47-ebcc-4309-be8b-ba1e704e6d7b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-0f7a66fb-ce24-4370-9cd8-3d0ebc6b6f25 {
  margin-top: 10px;
margin-left: 250px;
margin-right: 15px;
padding-top: 30px;
padding-left: 10px;
padding-bottom: 30px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.5);
}
@media (min-width: 1200px){#s-0f7a66fb-ce24-4370-9cd8-3d0ebc6b6f25 {
  display: none;
}
#s-0f7a66fb-ce24-4370-9cd8-3d0ebc6b6f25, #wrap-s-0f7a66fb-ce24-4370-9cd8-3d0ebc6b6f25, #wrap-content-s-0f7a66fb-ce24-4370-9cd8-3d0ebc6b6f25 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0f7a66fb-ce24-4370-9cd8-3d0ebc6b6f25 {
  display: none;
}
#s-0f7a66fb-ce24-4370-9cd8-3d0ebc6b6f25, #wrap-s-0f7a66fb-ce24-4370-9cd8-3d0ebc6b6f25, #wrap-content-s-0f7a66fb-ce24-4370-9cd8-3d0ebc6b6f25 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0f7a66fb-ce24-4370-9cd8-3d0ebc6b6f25 {
  
}
}@media (max-width: 767px){#s-0f7a66fb-ce24-4370-9cd8-3d0ebc6b6f25 {
  display: none;
}
#s-0f7a66fb-ce24-4370-9cd8-3d0ebc6b6f25, #wrap-s-0f7a66fb-ce24-4370-9cd8-3d0ebc6b6f25, #wrap-content-s-0f7a66fb-ce24-4370-9cd8-3d0ebc6b6f25 { display: none !important; }}
#s-596ecd49-0ab2-4500-98a8-5777d964f9a5 {
  background-size: cover;
margin-top: 10px;
margin-left: 250px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.5);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
background-position: center center;
}
#s-596ecd49-0ab2-4500-98a8-5777d964f9a5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-596ecd49-0ab2-4500-98a8-5777d964f9a5:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-596ecd49-0ab2-4500-98a8-5777d964f9a5 {
  display: none;
}
#s-596ecd49-0ab2-4500-98a8-5777d964f9a5, #wrap-s-596ecd49-0ab2-4500-98a8-5777d964f9a5, #wrap-content-s-596ecd49-0ab2-4500-98a8-5777d964f9a5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-596ecd49-0ab2-4500-98a8-5777d964f9a5 {
  display: none;
}
#s-596ecd49-0ab2-4500-98a8-5777d964f9a5, #wrap-s-596ecd49-0ab2-4500-98a8-5777d964f9a5, #wrap-content-s-596ecd49-0ab2-4500-98a8-5777d964f9a5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-596ecd49-0ab2-4500-98a8-5777d964f9a5 {
  
}
}@media (max-width: 767px){#s-596ecd49-0ab2-4500-98a8-5777d964f9a5 {
  display: none;
}
#s-596ecd49-0ab2-4500-98a8-5777d964f9a5, #wrap-s-596ecd49-0ab2-4500-98a8-5777d964f9a5, #wrap-content-s-596ecd49-0ab2-4500-98a8-5777d964f9a5 { display: none !important; }}

  #s-596ecd49-0ab2-4500-98a8-5777d964f9a5-root {
    text-align: center;
  }


#s-596ecd49-0ab2-4500-98a8-5777d964f9a5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-596ecd49-0ab2-4500-98a8-5777d964f9a5-root {
    text-align: center;
  }


#s-596ecd49-0ab2-4500-98a8-5777d964f9a5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-596ecd49-0ab2-4500-98a8-5777d964f9a5-root {
    text-align: center;
  }


#s-596ecd49-0ab2-4500-98a8-5777d964f9a5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-596ecd49-0ab2-4500-98a8-5777d964f9a5-root {
    text-align: center;
  }


#s-596ecd49-0ab2-4500-98a8-5777d964f9a5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-596ecd49-0ab2-4500-98a8-5777d964f9a5-root {
    text-align: center;
  }


#s-596ecd49-0ab2-4500-98a8-5777d964f9a5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-e0e39eeb-9e3f-4e35-856c-f446d223e119 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center bottom;
background-attachment: scroll;
}

#s-e0e39eeb-9e3f-4e35-856c-f446d223e119 {
  background-image: url(https://i.shgcdn.com/3a0c8115-1bcf-4718-9988-783a72b1eccc/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-e0e39eeb-9e3f-4e35-856c-f446d223e119 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e0e39eeb-9e3f-4e35-856c-f446d223e119 {
  cursor: pointer;
}#s-e0e39eeb-9e3f-4e35-856c-f446d223e119.shg-box.shg-c {
  justify-content: flex-end;
}

#s-12ea5614-846a-4d9a-91fd-18c292c807c1 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-12ea5614-846a-4d9a-91fd-18c292c807c1 {
  display: none;
}
#s-12ea5614-846a-4d9a-91fd-18c292c807c1, #wrap-s-12ea5614-846a-4d9a-91fd-18c292c807c1, #wrap-content-s-12ea5614-846a-4d9a-91fd-18c292c807c1 { display: none !important; }}@media (max-width: 767px){#s-12ea5614-846a-4d9a-91fd-18c292c807c1 {
  display: none;
}
#s-12ea5614-846a-4d9a-91fd-18c292c807c1, #wrap-s-12ea5614-846a-4d9a-91fd-18c292c807c1, #wrap-content-s-12ea5614-846a-4d9a-91fd-18c292c807c1 { display: none !important; }}
@media (min-width: 0px) {
[id="s-12ea5614-846a-4d9a-91fd-18c292c807c1"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-12ea5614-846a-4d9a-91fd-18c292c807c1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-12ea5614-846a-4d9a-91fd-18c292c807c1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-12ea5614-846a-4d9a-91fd-18c292c807c1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-4ee79859-6080-4fc8-a219-f9ebc091314a {
  padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.5);
}
@media (min-width: 768px) and (max-width: 991px){#s-4ee79859-6080-4fc8-a219-f9ebc091314a {
  display: none;
}
#s-4ee79859-6080-4fc8-a219-f9ebc091314a, #wrap-s-4ee79859-6080-4fc8-a219-f9ebc091314a, #wrap-content-s-4ee79859-6080-4fc8-a219-f9ebc091314a { display: none !important; }}@media (max-width: 767px){#s-4ee79859-6080-4fc8-a219-f9ebc091314a {
  display: none;
}
#s-4ee79859-6080-4fc8-a219-f9ebc091314a, #wrap-s-4ee79859-6080-4fc8-a219-f9ebc091314a, #wrap-content-s-4ee79859-6080-4fc8-a219-f9ebc091314a { display: none !important; }}
#s-a714a192-4fb0-439a-b0eb-6337241756f4 {
  padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.5);
}
@media (min-width: 768px) and (max-width: 991px){#s-a714a192-4fb0-439a-b0eb-6337241756f4 {
  display: none;
}
#s-a714a192-4fb0-439a-b0eb-6337241756f4, #wrap-s-a714a192-4fb0-439a-b0eb-6337241756f4, #wrap-content-s-a714a192-4fb0-439a-b0eb-6337241756f4 { display: none !important; }}@media (max-width: 767px){#s-a714a192-4fb0-439a-b0eb-6337241756f4 {
  display: none;
}
#s-a714a192-4fb0-439a-b0eb-6337241756f4, #wrap-s-a714a192-4fb0-439a-b0eb-6337241756f4, #wrap-content-s-a714a192-4fb0-439a-b0eb-6337241756f4 { display: none !important; }}
#s-ab966fd7-293a-4fd1-b629-0918100abed8 {
  margin-top: 80px;
margin-left: 10px;
margin-bottom: 30px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ab966fd7-293a-4fd1-b629-0918100abed8 {
  display: none;
}
#s-ab966fd7-293a-4fd1-b629-0918100abed8, #wrap-s-ab966fd7-293a-4fd1-b629-0918100abed8, #wrap-content-s-ab966fd7-293a-4fd1-b629-0918100abed8 { display: none !important; }}@media (max-width: 767px){#s-ab966fd7-293a-4fd1-b629-0918100abed8 {
  display: none;
}
#s-ab966fd7-293a-4fd1-b629-0918100abed8, #wrap-s-ab966fd7-293a-4fd1-b629-0918100abed8, #wrap-content-s-ab966fd7-293a-4fd1-b629-0918100abed8 { display: none !important; }}
@media (min-width: 0px) {
[id="s-ab966fd7-293a-4fd1-b629-0918100abed8"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-ab966fd7-293a-4fd1-b629-0918100abed8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ab966fd7-293a-4fd1-b629-0918100abed8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ab966fd7-293a-4fd1-b629-0918100abed8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-29217bcd-da7f-4a40-ba50-4e45034954ec {
  margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.7);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-29217bcd-da7f-4a40-ba50-4e45034954ec:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-29217bcd-da7f-4a40-ba50-4e45034954ec:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-29217bcd-da7f-4a40-ba50-4e45034954ec {
  display: none;
}
#s-29217bcd-da7f-4a40-ba50-4e45034954ec, #wrap-s-29217bcd-da7f-4a40-ba50-4e45034954ec, #wrap-content-s-29217bcd-da7f-4a40-ba50-4e45034954ec { display: none !important; }}@media (max-width: 767px){#s-29217bcd-da7f-4a40-ba50-4e45034954ec {
  display: none;
}
#s-29217bcd-da7f-4a40-ba50-4e45034954ec, #wrap-s-29217bcd-da7f-4a40-ba50-4e45034954ec, #wrap-content-s-29217bcd-da7f-4a40-ba50-4e45034954ec { display: none !important; }}

  #s-29217bcd-da7f-4a40-ba50-4e45034954ec-root {
    text-align: center;
  }


#s-29217bcd-da7f-4a40-ba50-4e45034954ec.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-29217bcd-da7f-4a40-ba50-4e45034954ec-root {
    text-align: center;
  }


#s-29217bcd-da7f-4a40-ba50-4e45034954ec.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-29217bcd-da7f-4a40-ba50-4e45034954ec-root {
    text-align: center;
  }


#s-29217bcd-da7f-4a40-ba50-4e45034954ec.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-29217bcd-da7f-4a40-ba50-4e45034954ec-root {
    text-align: center;
  }


#s-29217bcd-da7f-4a40-ba50-4e45034954ec.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-29217bcd-da7f-4a40-ba50-4e45034954ec-root {
    text-align: center;
  }


#s-29217bcd-da7f-4a40-ba50-4e45034954ec.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-e5b70639-68dd-44d5-b2ca-c3176173e2e8 {
  margin-top: 10px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
padding-top: 15px;
padding-left: 10px;
padding-bottom: 15px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(37, 29, 29, 0.5);
}
@media (min-width: 1200px){#s-e5b70639-68dd-44d5-b2ca-c3176173e2e8 {
  display: none;
}
#s-e5b70639-68dd-44d5-b2ca-c3176173e2e8, #wrap-s-e5b70639-68dd-44d5-b2ca-c3176173e2e8, #wrap-content-s-e5b70639-68dd-44d5-b2ca-c3176173e2e8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e5b70639-68dd-44d5-b2ca-c3176173e2e8 {
  display: none;
}
#s-e5b70639-68dd-44d5-b2ca-c3176173e2e8, #wrap-s-e5b70639-68dd-44d5-b2ca-c3176173e2e8, #wrap-content-s-e5b70639-68dd-44d5-b2ca-c3176173e2e8 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e5b70639-68dd-44d5-b2ca-c3176173e2e8 {
  display: none;
}
#s-e5b70639-68dd-44d5-b2ca-c3176173e2e8, #wrap-s-e5b70639-68dd-44d5-b2ca-c3176173e2e8, #wrap-content-s-e5b70639-68dd-44d5-b2ca-c3176173e2e8 { display: none !important; }}@media (max-width: 767px){#s-e5b70639-68dd-44d5-b2ca-c3176173e2e8 {
  
}
}
#s-dd0b0516-49ae-457b-82fb-22c8637d50ba {
  margin-left: 10px;
margin-bottom: 230px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(37, 29, 29, 0.5);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
background-position: center center;
}
#s-dd0b0516-49ae-457b-82fb-22c8637d50ba:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-dd0b0516-49ae-457b-82fb-22c8637d50ba:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-dd0b0516-49ae-457b-82fb-22c8637d50ba {
  display: none;
}
#s-dd0b0516-49ae-457b-82fb-22c8637d50ba, #wrap-s-dd0b0516-49ae-457b-82fb-22c8637d50ba, #wrap-content-s-dd0b0516-49ae-457b-82fb-22c8637d50ba { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dd0b0516-49ae-457b-82fb-22c8637d50ba {
  display: none;
}
#s-dd0b0516-49ae-457b-82fb-22c8637d50ba, #wrap-s-dd0b0516-49ae-457b-82fb-22c8637d50ba, #wrap-content-s-dd0b0516-49ae-457b-82fb-22c8637d50ba { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-dd0b0516-49ae-457b-82fb-22c8637d50ba {
  display: none;
}
#s-dd0b0516-49ae-457b-82fb-22c8637d50ba, #wrap-s-dd0b0516-49ae-457b-82fb-22c8637d50ba, #wrap-content-s-dd0b0516-49ae-457b-82fb-22c8637d50ba { display: none !important; }}@media (max-width: 767px){#s-dd0b0516-49ae-457b-82fb-22c8637d50ba {
  
}
}

  #s-dd0b0516-49ae-457b-82fb-22c8637d50ba-root {
    text-align: center;
  }


#s-dd0b0516-49ae-457b-82fb-22c8637d50ba.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-dd0b0516-49ae-457b-82fb-22c8637d50ba-root {
    text-align: center;
  }


#s-dd0b0516-49ae-457b-82fb-22c8637d50ba.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dd0b0516-49ae-457b-82fb-22c8637d50ba-root {
    text-align: center;
  }


#s-dd0b0516-49ae-457b-82fb-22c8637d50ba.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dd0b0516-49ae-457b-82fb-22c8637d50ba-root {
    text-align: center;
  }


#s-dd0b0516-49ae-457b-82fb-22c8637d50ba.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-dd0b0516-49ae-457b-82fb-22c8637d50ba-root {
    text-align: center;
  }


#s-dd0b0516-49ae-457b-82fb-22c8637d50ba.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
@media (min-width: 1200px){#s-355f6f9a-8970-49b5-9fbf-4994e45561e4 {
  display: none;
}
#s-355f6f9a-8970-49b5-9fbf-4994e45561e4, #wrap-s-355f6f9a-8970-49b5-9fbf-4994e45561e4, #wrap-content-s-355f6f9a-8970-49b5-9fbf-4994e45561e4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-355f6f9a-8970-49b5-9fbf-4994e45561e4 {
  display: none;
}
#s-355f6f9a-8970-49b5-9fbf-4994e45561e4, #wrap-s-355f6f9a-8970-49b5-9fbf-4994e45561e4, #wrap-content-s-355f6f9a-8970-49b5-9fbf-4994e45561e4 { display: none !important; }}@media (max-width: 767px){#s-355f6f9a-8970-49b5-9fbf-4994e45561e4 {
  display: none;
}
#s-355f6f9a-8970-49b5-9fbf-4994e45561e4, #wrap-s-355f6f9a-8970-49b5-9fbf-4994e45561e4, #wrap-content-s-355f6f9a-8970-49b5-9fbf-4994e45561e4 { display: none !important; }}
@media (min-width: 0px) {
[id="s-355f6f9a-8970-49b5-9fbf-4994e45561e4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-355f6f9a-8970-49b5-9fbf-4994e45561e4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-355f6f9a-8970-49b5-9fbf-4994e45561e4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-355f6f9a-8970-49b5-9fbf-4994e45561e4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-355f6f9a-8970-49b5-9fbf-4994e45561e4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-355f6f9a-8970-49b5-9fbf-4994e45561e4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-355f6f9a-8970-49b5-9fbf-4994e45561e4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-007a9303-3ba0-44cd-8d20-9b07c31be88a {
  margin-bottom: 130px;
padding-top: 15px;
padding-left: 10px;
padding-bottom: 15px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(37, 29, 29, 0.5);
}
@media (min-width: 1200px){#s-007a9303-3ba0-44cd-8d20-9b07c31be88a {
  display: none;
}
#s-007a9303-3ba0-44cd-8d20-9b07c31be88a, #wrap-s-007a9303-3ba0-44cd-8d20-9b07c31be88a, #wrap-content-s-007a9303-3ba0-44cd-8d20-9b07c31be88a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-007a9303-3ba0-44cd-8d20-9b07c31be88a {
  display: none;
}
#s-007a9303-3ba0-44cd-8d20-9b07c31be88a, #wrap-s-007a9303-3ba0-44cd-8d20-9b07c31be88a, #wrap-content-s-007a9303-3ba0-44cd-8d20-9b07c31be88a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-007a9303-3ba0-44cd-8d20-9b07c31be88a {
  
}
}@media (max-width: 767px){#s-007a9303-3ba0-44cd-8d20-9b07c31be88a {
  display: none;
}
#s-007a9303-3ba0-44cd-8d20-9b07c31be88a, #wrap-s-007a9303-3ba0-44cd-8d20-9b07c31be88a, #wrap-content-s-007a9303-3ba0-44cd-8d20-9b07c31be88a { display: none !important; }}
#s-fcd3c056-873c-45a5-ba65-3e0b28c5cb68 {
  margin-top: 60px;
margin-bottom: 100px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(37, 29, 29, 0.5);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
background-position: center center;
}
#s-fcd3c056-873c-45a5-ba65-3e0b28c5cb68:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fcd3c056-873c-45a5-ba65-3e0b28c5cb68:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-fcd3c056-873c-45a5-ba65-3e0b28c5cb68 {
  display: none;
}
#s-fcd3c056-873c-45a5-ba65-3e0b28c5cb68, #wrap-s-fcd3c056-873c-45a5-ba65-3e0b28c5cb68, #wrap-content-s-fcd3c056-873c-45a5-ba65-3e0b28c5cb68 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fcd3c056-873c-45a5-ba65-3e0b28c5cb68 {
  display: none;
}
#s-fcd3c056-873c-45a5-ba65-3e0b28c5cb68, #wrap-s-fcd3c056-873c-45a5-ba65-3e0b28c5cb68, #wrap-content-s-fcd3c056-873c-45a5-ba65-3e0b28c5cb68 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fcd3c056-873c-45a5-ba65-3e0b28c5cb68 {
  
}
}@media (max-width: 767px){#s-fcd3c056-873c-45a5-ba65-3e0b28c5cb68 {
  display: none;
}
#s-fcd3c056-873c-45a5-ba65-3e0b28c5cb68, #wrap-s-fcd3c056-873c-45a5-ba65-3e0b28c5cb68, #wrap-content-s-fcd3c056-873c-45a5-ba65-3e0b28c5cb68 { display: none !important; }}

  #s-fcd3c056-873c-45a5-ba65-3e0b28c5cb68-root {
    text-align: center;
  }


#s-fcd3c056-873c-45a5-ba65-3e0b28c5cb68.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fcd3c056-873c-45a5-ba65-3e0b28c5cb68-root {
    text-align: center;
  }


#s-fcd3c056-873c-45a5-ba65-3e0b28c5cb68.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fcd3c056-873c-45a5-ba65-3e0b28c5cb68-root {
    text-align: center;
  }


#s-fcd3c056-873c-45a5-ba65-3e0b28c5cb68.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fcd3c056-873c-45a5-ba65-3e0b28c5cb68-root {
    text-align: center;
  }


#s-fcd3c056-873c-45a5-ba65-3e0b28c5cb68.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fcd3c056-873c-45a5-ba65-3e0b28c5cb68-root {
    text-align: center;
  }


#s-fcd3c056-873c-45a5-ba65-3e0b28c5cb68.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-276ef9d9-6e74-438f-8c03-94b9d8220e0e {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
}
@media (max-width: 767px){#s-276ef9d9-6e74-438f-8c03-94b9d8220e0e {
  display: none;
}
#s-276ef9d9-6e74-438f-8c03-94b9d8220e0e, #wrap-s-276ef9d9-6e74-438f-8c03-94b9d8220e0e, #wrap-content-s-276ef9d9-6e74-438f-8c03-94b9d8220e0e { display: none !important; }}
#s-276ef9d9-6e74-438f-8c03-94b9d8220e0e {
  background-image: url(https://i.shgcdn.com/a6176e36-4136-4ec4-bf83-c5b4116df8cb/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-276ef9d9-6e74-438f-8c03-94b9d8220e0e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-276ef9d9-6e74-438f-8c03-94b9d8220e0e.shg-box.shg-c {
  justify-content: center;
}

#s-560de2f0-2f72-4637-87ae-0922cb951dd5 {
  margin-top: 30px;
margin-bottom: 30px;
}
@media (max-width: 767px){#s-560de2f0-2f72-4637-87ae-0922cb951dd5 {
  display: none;
}
#s-560de2f0-2f72-4637-87ae-0922cb951dd5, #wrap-s-560de2f0-2f72-4637-87ae-0922cb951dd5, #wrap-content-s-560de2f0-2f72-4637-87ae-0922cb951dd5 { display: none !important; }}
@media (min-width: 0px) {
[id="s-560de2f0-2f72-4637-87ae-0922cb951dd5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-560de2f0-2f72-4637-87ae-0922cb951dd5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-560de2f0-2f72-4637-87ae-0922cb951dd5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-560de2f0-2f72-4637-87ae-0922cb951dd5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-125a7a9c-0b4c-4ced-b00a-36150160d9eb {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (max-width: 767px){#s-20f2162b-3f2c-4807-bc6e-a4be051113b2 {
  display: none;
}
#s-20f2162b-3f2c-4807-bc6e-a4be051113b2, #wrap-s-20f2162b-3f2c-4807-bc6e-a4be051113b2, #wrap-content-s-20f2162b-3f2c-4807-bc6e-a4be051113b2 { display: none !important; }}
@media (min-width: 0px) {
[id="s-20f2162b-3f2c-4807-bc6e-a4be051113b2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-20f2162b-3f2c-4807-bc6e-a4be051113b2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-20f2162b-3f2c-4807-bc6e-a4be051113b2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-20f2162b-3f2c-4807-bc6e-a4be051113b2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-481e0579-fae1-42b3-b797-897d3ed7eace {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 15px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-481e0579-fae1-42b3-b797-897d3ed7eace:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-481e0579-fae1-42b3-b797-897d3ed7eace:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODhkNTEwN2MtNDgxNy00MTIwLTgzN2QtMjAwYjM0Y2RmZmZlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjFmMWVhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4OGQ1MTA3Yy00ODE3LTQxMjAtODM3ZC0yMDBiMzRjZGZmZmUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 15px !important;
border-left-width: 15px !important;
border-bottom-width: 15px !important;
border-right-width: 15px !important;
border-color: #2C2A34 !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"pos"=>"0.00", "color"=>"#f1f1ea"}, {"pos"=>"1.00", "color"=>"#7e20cf"}] !important;}

  #s-481e0579-fae1-42b3-b797-897d3ed7eace-root {
    text-align: center;
  }


#s-481e0579-fae1-42b3-b797-897d3ed7eace.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-481e0579-fae1-42b3-b797-897d3ed7eace-root {
    text-align: center;
  }


#s-481e0579-fae1-42b3-b797-897d3ed7eace.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-481e0579-fae1-42b3-b797-897d3ed7eace-root {
    text-align: center;
  }


#s-481e0579-fae1-42b3-b797-897d3ed7eace.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-481e0579-fae1-42b3-b797-897d3ed7eace-root {
    text-align: center;
  }


#s-481e0579-fae1-42b3-b797-897d3ed7eace.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-481e0579-fae1-42b3-b797-897d3ed7eace-root {
    text-align: center;
  }


#s-481e0579-fae1-42b3-b797-897d3ed7eace.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
.shogun-image-container {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
}

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

.shogun-image-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked,
.shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked > div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content > div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

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

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

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-3c55636f-626f-410c-8be1-af9c3bef743d {
  text-align: center;
}

#s-3c55636f-626f-410c-8be1-af9c3bef743d {
  overflow: hidden;
  
  
}







  #s-3c55636f-626f-410c-8be1-af9c3bef743d img.shogun-image {
    

    
    
    
  }


#s-3c55636f-626f-410c-8be1-af9c3bef743d .shogun-image-content {
  
    justify-content: center;
  
}

@media (min-width: 0px) {
[id="s-c2c8004b-e70f-4aaa-94c4-1ecf0ff070ab"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c2c8004b-e70f-4aaa-94c4-1ecf0ff070ab"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c2c8004b-e70f-4aaa-94c4-1ecf0ff070ab"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c2c8004b-e70f-4aaa-94c4-1ecf0ff070ab"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c301f189-5cad-4759-b031-61fbc88e7384 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
}
@media (min-width: 1200px){#s-c301f189-5cad-4759-b031-61fbc88e7384 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c301f189-5cad-4759-b031-61fbc88e7384 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c301f189-5cad-4759-b031-61fbc88e7384 {
  
}
}@media (max-width: 767px){#s-c301f189-5cad-4759-b031-61fbc88e7384 {
  display: none;
}
#s-c301f189-5cad-4759-b031-61fbc88e7384, #wrap-s-c301f189-5cad-4759-b031-61fbc88e7384, #wrap-content-s-c301f189-5cad-4759-b031-61fbc88e7384 { display: none !important; }}
#s-c301f189-5cad-4759-b031-61fbc88e7384 {
  background-image: url(https://i.shgcdn.com/006a5a34-3ff7-4f4e-bdc1-558af8179a39/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-c301f189-5cad-4759-b031-61fbc88e7384 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c301f189-5cad-4759-b031-61fbc88e7384 {
  cursor: pointer;
}#s-c301f189-5cad-4759-b031-61fbc88e7384.shg-box.shg-c {
  justify-content: flex-start;
}

#s-7c7af21d-05b8-4396-ad49-26eb425f68e8 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7c7af21d-05b8-4396-ad49-26eb425f68e8 {
  display: none;
}
#s-7c7af21d-05b8-4396-ad49-26eb425f68e8, #wrap-s-7c7af21d-05b8-4396-ad49-26eb425f68e8, #wrap-content-s-7c7af21d-05b8-4396-ad49-26eb425f68e8 { display: none !important; }}@media (max-width: 767px){#s-7c7af21d-05b8-4396-ad49-26eb425f68e8 {
  display: none;
}
#s-7c7af21d-05b8-4396-ad49-26eb425f68e8, #wrap-s-7c7af21d-05b8-4396-ad49-26eb425f68e8, #wrap-content-s-7c7af21d-05b8-4396-ad49-26eb425f68e8 { display: none !important; }}
@media (min-width: 0px) {
[id="s-7c7af21d-05b8-4396-ad49-26eb425f68e8"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-7c7af21d-05b8-4396-ad49-26eb425f68e8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7c7af21d-05b8-4396-ad49-26eb425f68e8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7c7af21d-05b8-4396-ad49-26eb425f68e8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-13b7ed09-af20-476d-9328-ea28a12079b3 {
  padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.5);
}
@media (min-width: 768px) and (max-width: 991px){#s-13b7ed09-af20-476d-9328-ea28a12079b3 {
  display: none;
}
#s-13b7ed09-af20-476d-9328-ea28a12079b3, #wrap-s-13b7ed09-af20-476d-9328-ea28a12079b3, #wrap-content-s-13b7ed09-af20-476d-9328-ea28a12079b3 { display: none !important; }}@media (max-width: 767px){#s-13b7ed09-af20-476d-9328-ea28a12079b3 {
  display: none;
}
#s-13b7ed09-af20-476d-9328-ea28a12079b3, #wrap-s-13b7ed09-af20-476d-9328-ea28a12079b3, #wrap-content-s-13b7ed09-af20-476d-9328-ea28a12079b3 { display: none !important; }}
#s-a723005c-d367-4f52-aa52-efefb13f15eb {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a723005c-d367-4f52-aa52-efefb13f15eb {
  display: none;
}
#s-a723005c-d367-4f52-aa52-efefb13f15eb, #wrap-s-a723005c-d367-4f52-aa52-efefb13f15eb, #wrap-content-s-a723005c-d367-4f52-aa52-efefb13f15eb { display: none !important; }}@media (max-width: 767px){#s-a723005c-d367-4f52-aa52-efefb13f15eb {
  display: none;
}
#s-a723005c-d367-4f52-aa52-efefb13f15eb, #wrap-s-a723005c-d367-4f52-aa52-efefb13f15eb, #wrap-content-s-a723005c-d367-4f52-aa52-efefb13f15eb { display: none !important; }}
@media (min-width: 0px) {
[id="s-a723005c-d367-4f52-aa52-efefb13f15eb"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-a723005c-d367-4f52-aa52-efefb13f15eb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a723005c-d367-4f52-aa52-efefb13f15eb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a723005c-d367-4f52-aa52-efefb13f15eb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-722fe8c0-3b5a-41c7-8417-0c7bdf76f17f {
  margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.6);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-722fe8c0-3b5a-41c7-8417-0c7bdf76f17f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-722fe8c0-3b5a-41c7-8417-0c7bdf76f17f:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-722fe8c0-3b5a-41c7-8417-0c7bdf76f17f {
  display: none;
}
#s-722fe8c0-3b5a-41c7-8417-0c7bdf76f17f, #wrap-s-722fe8c0-3b5a-41c7-8417-0c7bdf76f17f, #wrap-content-s-722fe8c0-3b5a-41c7-8417-0c7bdf76f17f { display: none !important; }}@media (max-width: 767px){#s-722fe8c0-3b5a-41c7-8417-0c7bdf76f17f {
  display: none;
}
#s-722fe8c0-3b5a-41c7-8417-0c7bdf76f17f, #wrap-s-722fe8c0-3b5a-41c7-8417-0c7bdf76f17f, #wrap-content-s-722fe8c0-3b5a-41c7-8417-0c7bdf76f17f { display: none !important; }}

  #s-722fe8c0-3b5a-41c7-8417-0c7bdf76f17f-root {
    text-align: center;
  }


#s-722fe8c0-3b5a-41c7-8417-0c7bdf76f17f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-722fe8c0-3b5a-41c7-8417-0c7bdf76f17f-root {
    text-align: center;
  }


#s-722fe8c0-3b5a-41c7-8417-0c7bdf76f17f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-722fe8c0-3b5a-41c7-8417-0c7bdf76f17f-root {
    text-align: center;
  }


#s-722fe8c0-3b5a-41c7-8417-0c7bdf76f17f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-722fe8c0-3b5a-41c7-8417-0c7bdf76f17f-root {
    text-align: center;
  }


#s-722fe8c0-3b5a-41c7-8417-0c7bdf76f17f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-722fe8c0-3b5a-41c7-8417-0c7bdf76f17f-root {
    text-align: center;
  }


#s-722fe8c0-3b5a-41c7-8417-0c7bdf76f17f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
@media (min-width: 1200px){#s-bf58d3dc-b0bf-4c40-b51c-70dccb730f8e {
  display: none;
}
#s-bf58d3dc-b0bf-4c40-b51c-70dccb730f8e, #wrap-s-bf58d3dc-b0bf-4c40-b51c-70dccb730f8e, #wrap-content-s-bf58d3dc-b0bf-4c40-b51c-70dccb730f8e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bf58d3dc-b0bf-4c40-b51c-70dccb730f8e {
  display: none;
}
#s-bf58d3dc-b0bf-4c40-b51c-70dccb730f8e, #wrap-s-bf58d3dc-b0bf-4c40-b51c-70dccb730f8e, #wrap-content-s-bf58d3dc-b0bf-4c40-b51c-70dccb730f8e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bf58d3dc-b0bf-4c40-b51c-70dccb730f8e {
  
}
}@media (max-width: 767px){#s-bf58d3dc-b0bf-4c40-b51c-70dccb730f8e {
  display: none;
}
#s-bf58d3dc-b0bf-4c40-b51c-70dccb730f8e, #wrap-s-bf58d3dc-b0bf-4c40-b51c-70dccb730f8e, #wrap-content-s-bf58d3dc-b0bf-4c40-b51c-70dccb730f8e { display: none !important; }}
@media (min-width: 0px) {
[id="s-bf58d3dc-b0bf-4c40-b51c-70dccb730f8e"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-bf58d3dc-b0bf-4c40-b51c-70dccb730f8e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bf58d3dc-b0bf-4c40-b51c-70dccb730f8e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bf58d3dc-b0bf-4c40-b51c-70dccb730f8e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bf58d3dc-b0bf-4c40-b51c-70dccb730f8e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bf58d3dc-b0bf-4c40-b51c-70dccb730f8e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bf58d3dc-b0bf-4c40-b51c-70dccb730f8e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-cd657510-5a8a-47eb-a84c-1d8336e9122a {
  margin-top: 100px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.5);
}
@media (min-width: 1200px){#s-cd657510-5a8a-47eb-a84c-1d8336e9122a {
  display: none;
}
#s-cd657510-5a8a-47eb-a84c-1d8336e9122a, #wrap-s-cd657510-5a8a-47eb-a84c-1d8336e9122a, #wrap-content-s-cd657510-5a8a-47eb-a84c-1d8336e9122a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cd657510-5a8a-47eb-a84c-1d8336e9122a {
  display: none;
}
#s-cd657510-5a8a-47eb-a84c-1d8336e9122a, #wrap-s-cd657510-5a8a-47eb-a84c-1d8336e9122a, #wrap-content-s-cd657510-5a8a-47eb-a84c-1d8336e9122a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cd657510-5a8a-47eb-a84c-1d8336e9122a {
  
}
}@media (max-width: 767px){#s-cd657510-5a8a-47eb-a84c-1d8336e9122a {
  
}
}
#s-567ebdf0-a960-4835-a803-e474e5575e9a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.6);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-567ebdf0-a960-4835-a803-e474e5575e9a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-567ebdf0-a960-4835-a803-e474e5575e9a:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-567ebdf0-a960-4835-a803-e474e5575e9a {
  display: none;
}
#s-567ebdf0-a960-4835-a803-e474e5575e9a, #wrap-s-567ebdf0-a960-4835-a803-e474e5575e9a, #wrap-content-s-567ebdf0-a960-4835-a803-e474e5575e9a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-567ebdf0-a960-4835-a803-e474e5575e9a {
  display: none;
}
#s-567ebdf0-a960-4835-a803-e474e5575e9a, #wrap-s-567ebdf0-a960-4835-a803-e474e5575e9a, #wrap-content-s-567ebdf0-a960-4835-a803-e474e5575e9a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-567ebdf0-a960-4835-a803-e474e5575e9a {
  
}
}@media (max-width: 767px){#s-567ebdf0-a960-4835-a803-e474e5575e9a {
  display: none;
}
#s-567ebdf0-a960-4835-a803-e474e5575e9a, #wrap-s-567ebdf0-a960-4835-a803-e474e5575e9a, #wrap-content-s-567ebdf0-a960-4835-a803-e474e5575e9a { display: none !important; }}

  #s-567ebdf0-a960-4835-a803-e474e5575e9a-root {
    text-align: center;
  }


#s-567ebdf0-a960-4835-a803-e474e5575e9a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-567ebdf0-a960-4835-a803-e474e5575e9a-root {
    text-align: center;
  }


#s-567ebdf0-a960-4835-a803-e474e5575e9a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-567ebdf0-a960-4835-a803-e474e5575e9a-root {
    text-align: center;
  }


#s-567ebdf0-a960-4835-a803-e474e5575e9a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-567ebdf0-a960-4835-a803-e474e5575e9a-root {
    text-align: center;
  }


#s-567ebdf0-a960-4835-a803-e474e5575e9a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-567ebdf0-a960-4835-a803-e474e5575e9a-root {
    text-align: center;
  }


#s-567ebdf0-a960-4835-a803-e474e5575e9a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-16297458-675f-4410-99b8-5ec1edfae8d8 {
  margin-top: 80px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.5);
}
@media (min-width: 1200px){#s-16297458-675f-4410-99b8-5ec1edfae8d8 {
  display: none;
}
#s-16297458-675f-4410-99b8-5ec1edfae8d8, #wrap-s-16297458-675f-4410-99b8-5ec1edfae8d8, #wrap-content-s-16297458-675f-4410-99b8-5ec1edfae8d8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-16297458-675f-4410-99b8-5ec1edfae8d8 {
  display: none;
}
#s-16297458-675f-4410-99b8-5ec1edfae8d8, #wrap-s-16297458-675f-4410-99b8-5ec1edfae8d8, #wrap-content-s-16297458-675f-4410-99b8-5ec1edfae8d8 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-16297458-675f-4410-99b8-5ec1edfae8d8 {
  display: none;
}
#s-16297458-675f-4410-99b8-5ec1edfae8d8, #wrap-s-16297458-675f-4410-99b8-5ec1edfae8d8, #wrap-content-s-16297458-675f-4410-99b8-5ec1edfae8d8 { display: none !important; }}@media (max-width: 767px){#s-16297458-675f-4410-99b8-5ec1edfae8d8 {
  
}
}
#s-3600cfdd-5ba4-4ae1-be7a-7c607891ef7b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.6);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-3600cfdd-5ba4-4ae1-be7a-7c607891ef7b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3600cfdd-5ba4-4ae1-be7a-7c607891ef7b:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-3600cfdd-5ba4-4ae1-be7a-7c607891ef7b {
  display: none;
}
#s-3600cfdd-5ba4-4ae1-be7a-7c607891ef7b, #wrap-s-3600cfdd-5ba4-4ae1-be7a-7c607891ef7b, #wrap-content-s-3600cfdd-5ba4-4ae1-be7a-7c607891ef7b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3600cfdd-5ba4-4ae1-be7a-7c607891ef7b {
  display: none;
}
#s-3600cfdd-5ba4-4ae1-be7a-7c607891ef7b, #wrap-s-3600cfdd-5ba4-4ae1-be7a-7c607891ef7b, #wrap-content-s-3600cfdd-5ba4-4ae1-be7a-7c607891ef7b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3600cfdd-5ba4-4ae1-be7a-7c607891ef7b {
  display: none;
}
#s-3600cfdd-5ba4-4ae1-be7a-7c607891ef7b, #wrap-s-3600cfdd-5ba4-4ae1-be7a-7c607891ef7b, #wrap-content-s-3600cfdd-5ba4-4ae1-be7a-7c607891ef7b { display: none !important; }}@media (max-width: 767px){#s-3600cfdd-5ba4-4ae1-be7a-7c607891ef7b {
  
}
}

  #s-3600cfdd-5ba4-4ae1-be7a-7c607891ef7b-root {
    text-align: center;
  }


#s-3600cfdd-5ba4-4ae1-be7a-7c607891ef7b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3600cfdd-5ba4-4ae1-be7a-7c607891ef7b-root {
    text-align: center;
  }


#s-3600cfdd-5ba4-4ae1-be7a-7c607891ef7b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3600cfdd-5ba4-4ae1-be7a-7c607891ef7b-root {
    text-align: center;
  }


#s-3600cfdd-5ba4-4ae1-be7a-7c607891ef7b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3600cfdd-5ba4-4ae1-be7a-7c607891ef7b-root {
    text-align: center;
  }


#s-3600cfdd-5ba4-4ae1-be7a-7c607891ef7b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3600cfdd-5ba4-4ae1-be7a-7c607891ef7b-root {
    text-align: center;
  }


#s-3600cfdd-5ba4-4ae1-be7a-7c607891ef7b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-77bdbe43-50af-48b4-98c6-b85915ef86a4 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-77bdbe43-50af-48b4-98c6-b85915ef86a4 {
  
}
}@media (max-width: 767px){#s-77bdbe43-50af-48b4-98c6-b85915ef86a4 {
  display: none;
}
#s-77bdbe43-50af-48b4-98c6-b85915ef86a4, #wrap-s-77bdbe43-50af-48b4-98c6-b85915ef86a4, #wrap-content-s-77bdbe43-50af-48b4-98c6-b85915ef86a4 { display: none !important; }}
#s-77bdbe43-50af-48b4-98c6-b85915ef86a4 {
  background-image: url(https://i.shgcdn.com/c120b6bb-8adf-4d08-a423-8686d178f00e/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-77bdbe43-50af-48b4-98c6-b85915ef86a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-77bdbe43-50af-48b4-98c6-b85915ef86a4 {
  cursor: pointer;
}#s-77bdbe43-50af-48b4-98c6-b85915ef86a4.shg-box.shg-c {
  justify-content: flex-start;
}

#s-3973b143-f05b-4c00-b850-0dd777d9698c {
  margin-top: 60px;
margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3973b143-f05b-4c00-b850-0dd777d9698c {
  
}
}@media (max-width: 767px){#s-3973b143-f05b-4c00-b850-0dd777d9698c {
  display: none;
}
#s-3973b143-f05b-4c00-b850-0dd777d9698c, #wrap-s-3973b143-f05b-4c00-b850-0dd777d9698c, #wrap-content-s-3973b143-f05b-4c00-b850-0dd777d9698c { display: none !important; }}
@media (min-width: 0px) {
[id="s-3973b143-f05b-4c00-b850-0dd777d9698c"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3973b143-f05b-4c00-b850-0dd777d9698c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3973b143-f05b-4c00-b850-0dd777d9698c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3973b143-f05b-4c00-b850-0dd777d9698c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3973b143-f05b-4c00-b850-0dd777d9698c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3973b143-f05b-4c00-b850-0dd777d9698c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3973b143-f05b-4c00-b850-0dd777d9698c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-aa2f7fdd-70a0-487d-9933-fc863f15ffea {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.5);
}
@media (min-width: 768px) and (max-width: 991px){#s-aa2f7fdd-70a0-487d-9933-fc863f15ffea {
  
}
}@media (max-width: 767px){#s-aa2f7fdd-70a0-487d-9933-fc863f15ffea {
  display: none;
}
#s-aa2f7fdd-70a0-487d-9933-fc863f15ffea, #wrap-s-aa2f7fdd-70a0-487d-9933-fc863f15ffea, #wrap-content-s-aa2f7fdd-70a0-487d-9933-fc863f15ffea { display: none !important; }}
#s-a26761c7-c281-481a-a8e3-4c242e86a90b {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a26761c7-c281-481a-a8e3-4c242e86a90b {
  
}
}@media (max-width: 767px){#s-a26761c7-c281-481a-a8e3-4c242e86a90b {
  display: none;
}
#s-a26761c7-c281-481a-a8e3-4c242e86a90b, #wrap-s-a26761c7-c281-481a-a8e3-4c242e86a90b, #wrap-content-s-a26761c7-c281-481a-a8e3-4c242e86a90b { display: none !important; }}
@media (min-width: 0px) {
[id="s-a26761c7-c281-481a-a8e3-4c242e86a90b"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a26761c7-c281-481a-a8e3-4c242e86a90b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a26761c7-c281-481a-a8e3-4c242e86a90b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a26761c7-c281-481a-a8e3-4c242e86a90b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a26761c7-c281-481a-a8e3-4c242e86a90b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a26761c7-c281-481a-a8e3-4c242e86a90b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a26761c7-c281-481a-a8e3-4c242e86a90b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-cca162a9-7b9b-4846-995c-213654d0d1ae {
  margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.7);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
}
#s-cca162a9-7b9b-4846-995c-213654d0d1ae:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cca162a9-7b9b-4846-995c-213654d0d1ae:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-cca162a9-7b9b-4846-995c-213654d0d1ae {
  
}
}@media (max-width: 767px){#s-cca162a9-7b9b-4846-995c-213654d0d1ae {
  display: none;
}
#s-cca162a9-7b9b-4846-995c-213654d0d1ae, #wrap-s-cca162a9-7b9b-4846-995c-213654d0d1ae, #wrap-content-s-cca162a9-7b9b-4846-995c-213654d0d1ae { display: none !important; }}

  #s-cca162a9-7b9b-4846-995c-213654d0d1ae-root {
    text-align: center;
  }


#s-cca162a9-7b9b-4846-995c-213654d0d1ae.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cca162a9-7b9b-4846-995c-213654d0d1ae-root {
    text-align: center;
  }


#s-cca162a9-7b9b-4846-995c-213654d0d1ae.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cca162a9-7b9b-4846-995c-213654d0d1ae-root {
    text-align: center;
  }


#s-cca162a9-7b9b-4846-995c-213654d0d1ae.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cca162a9-7b9b-4846-995c-213654d0d1ae-root {
    text-align: center;
  }


#s-cca162a9-7b9b-4846-995c-213654d0d1ae.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cca162a9-7b9b-4846-995c-213654d0d1ae-root {
    text-align: center;
  }


#s-cca162a9-7b9b-4846-995c-213654d0d1ae.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-0c344e11-34a6-4248-9f8d-c064f3281aae {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-0c344e11-34a6-4248-9f8d-c064f3281aae {
  
}
}@media (max-width: 767px){#s-0c344e11-34a6-4248-9f8d-c064f3281aae {
  display: none;
}
#s-0c344e11-34a6-4248-9f8d-c064f3281aae, #wrap-s-0c344e11-34a6-4248-9f8d-c064f3281aae, #wrap-content-s-0c344e11-34a6-4248-9f8d-c064f3281aae { display: none !important; }}
#s-0c344e11-34a6-4248-9f8d-c064f3281aae {
  background-image: url(https://i.shgcdn.com/58ac029f-20e6-4aa6-b63e-96fe2afb3399/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-0c344e11-34a6-4248-9f8d-c064f3281aae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0c344e11-34a6-4248-9f8d-c064f3281aae {
  cursor: pointer;
}#s-0c344e11-34a6-4248-9f8d-c064f3281aae.shg-box.shg-c {
  justify-content: center;
}

#s-bc8aed0e-1f38-44ed-96ac-22230e900aa1 {
  margin-top: 20px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-bc8aed0e-1f38-44ed-96ac-22230e900aa1 {
  
}
}@media (max-width: 767px){#s-bc8aed0e-1f38-44ed-96ac-22230e900aa1 {
  
}
}
@media (min-width: 0px) {
[id="s-bc8aed0e-1f38-44ed-96ac-22230e900aa1"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-bc8aed0e-1f38-44ed-96ac-22230e900aa1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bc8aed0e-1f38-44ed-96ac-22230e900aa1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bc8aed0e-1f38-44ed-96ac-22230e900aa1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-198b35e1-c168-4cb8-a2ca-8808857ebc93 {
  padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.5);
}
@media (min-width: 768px) and (max-width: 991px){#s-198b35e1-c168-4cb8-a2ca-8808857ebc93 {
  
}
}@media (max-width: 767px){#s-198b35e1-c168-4cb8-a2ca-8808857ebc93 {
  
}
}
#s-2e4245cf-ae82-440b-989b-e293559af0b0 {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2e4245cf-ae82-440b-989b-e293559af0b0 {
  
}
}@media (max-width: 767px){#s-2e4245cf-ae82-440b-989b-e293559af0b0 {
  
}
}
@media (min-width: 0px) {
[id="s-2e4245cf-ae82-440b-989b-e293559af0b0"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-2e4245cf-ae82-440b-989b-e293559af0b0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2e4245cf-ae82-440b-989b-e293559af0b0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2e4245cf-ae82-440b-989b-e293559af0b0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2e4245cf-ae82-440b-989b-e293559af0b0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2e4245cf-ae82-440b-989b-e293559af0b0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2e4245cf-ae82-440b-989b-e293559af0b0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-3da957e3-7fd3-4292-a13d-1ec8a94c014a {
  margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.7);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
}
#s-3da957e3-7fd3-4292-a13d-1ec8a94c014a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3da957e3-7fd3-4292-a13d-1ec8a94c014a:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-3da957e3-7fd3-4292-a13d-1ec8a94c014a {
  
}
}@media (max-width: 767px){#s-3da957e3-7fd3-4292-a13d-1ec8a94c014a {
  
}
}

  #s-3da957e3-7fd3-4292-a13d-1ec8a94c014a-root {
    text-align: center;
  }


#s-3da957e3-7fd3-4292-a13d-1ec8a94c014a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3da957e3-7fd3-4292-a13d-1ec8a94c014a-root {
    text-align: center;
  }


#s-3da957e3-7fd3-4292-a13d-1ec8a94c014a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3da957e3-7fd3-4292-a13d-1ec8a94c014a-root {
    text-align: center;
  }


#s-3da957e3-7fd3-4292-a13d-1ec8a94c014a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3da957e3-7fd3-4292-a13d-1ec8a94c014a-root {
    text-align: center;
  }


#s-3da957e3-7fd3-4292-a13d-1ec8a94c014a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3da957e3-7fd3-4292-a13d-1ec8a94c014a-root {
    text-align: center;
  }


#s-3da957e3-7fd3-4292-a13d-1ec8a94c014a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-abd6170b-ef7f-4133-ae3a-9c87e1f98a5f {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
}
@media (min-width: 1200px){#s-abd6170b-ef7f-4133-ae3a-9c87e1f98a5f {
  display: none;
}
#s-abd6170b-ef7f-4133-ae3a-9c87e1f98a5f, #wrap-s-abd6170b-ef7f-4133-ae3a-9c87e1f98a5f, #wrap-content-s-abd6170b-ef7f-4133-ae3a-9c87e1f98a5f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-abd6170b-ef7f-4133-ae3a-9c87e1f98a5f {
  display: none;
}
#s-abd6170b-ef7f-4133-ae3a-9c87e1f98a5f, #wrap-s-abd6170b-ef7f-4133-ae3a-9c87e1f98a5f, #wrap-content-s-abd6170b-ef7f-4133-ae3a-9c87e1f98a5f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-abd6170b-ef7f-4133-ae3a-9c87e1f98a5f {
  display: none;
}
#s-abd6170b-ef7f-4133-ae3a-9c87e1f98a5f, #wrap-s-abd6170b-ef7f-4133-ae3a-9c87e1f98a5f, #wrap-content-s-abd6170b-ef7f-4133-ae3a-9c87e1f98a5f { display: none !important; }}
#s-abd6170b-ef7f-4133-ae3a-9c87e1f98a5f {
  background-image: url(https://i.shgcdn.com/a6176e36-4136-4ec4-bf83-c5b4116df8cb/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-abd6170b-ef7f-4133-ae3a-9c87e1f98a5f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-abd6170b-ef7f-4133-ae3a-9c87e1f98a5f.shg-box.shg-c {
  justify-content: center;
}

#s-1ec95af7-98c9-4960-aaca-43f76c443c70 {
  margin-top: 100px;
margin-left: 20px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-1ec95af7-98c9-4960-aaca-43f76c443c70 {
  display: none;
}
#s-1ec95af7-98c9-4960-aaca-43f76c443c70, #wrap-s-1ec95af7-98c9-4960-aaca-43f76c443c70, #wrap-content-s-1ec95af7-98c9-4960-aaca-43f76c443c70 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1ec95af7-98c9-4960-aaca-43f76c443c70 {
  display: none;
}
#s-1ec95af7-98c9-4960-aaca-43f76c443c70, #wrap-s-1ec95af7-98c9-4960-aaca-43f76c443c70, #wrap-content-s-1ec95af7-98c9-4960-aaca-43f76c443c70 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1ec95af7-98c9-4960-aaca-43f76c443c70 {
  display: none;
}
#s-1ec95af7-98c9-4960-aaca-43f76c443c70, #wrap-s-1ec95af7-98c9-4960-aaca-43f76c443c70, #wrap-content-s-1ec95af7-98c9-4960-aaca-43f76c443c70 { display: none !important; }}
@media (min-width: 0px) {
[id="s-1ec95af7-98c9-4960-aaca-43f76c443c70"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-1ec95af7-98c9-4960-aaca-43f76c443c70"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1ec95af7-98c9-4960-aaca-43f76c443c70"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1ec95af7-98c9-4960-aaca-43f76c443c70"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f6cec299-0dd7-41c5-925c-a87b943ff4b2 {
  margin-top: 25px;
margin-bottom: 25px;
}

#s-22b842e4-cbfc-4878-a438-5a25154b8e8b {
  margin-top: 30px;
margin-bottom: 30px;
}
@media (max-width: 767px){#s-22b842e4-cbfc-4878-a438-5a25154b8e8b {
  display: none;
}
#s-22b842e4-cbfc-4878-a438-5a25154b8e8b, #wrap-s-22b842e4-cbfc-4878-a438-5a25154b8e8b, #wrap-content-s-22b842e4-cbfc-4878-a438-5a25154b8e8b { display: none !important; }}
@media (min-width: 0px) {
[id="s-22b842e4-cbfc-4878-a438-5a25154b8e8b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-22b842e4-cbfc-4878-a438-5a25154b8e8b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-22b842e4-cbfc-4878-a438-5a25154b8e8b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-22b842e4-cbfc-4878-a438-5a25154b8e8b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-fb210eac-2bc4-4a89-9239-84e4e7660c6f {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (max-width: 767px){#s-e011f485-8c21-4540-8b02-273c8e81f7e0 {
  display: none;
}
#s-e011f485-8c21-4540-8b02-273c8e81f7e0, #wrap-s-e011f485-8c21-4540-8b02-273c8e81f7e0, #wrap-content-s-e011f485-8c21-4540-8b02-273c8e81f7e0 { display: none !important; }}
@media (min-width: 0px) {
[id="s-e011f485-8c21-4540-8b02-273c8e81f7e0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e011f485-8c21-4540-8b02-273c8e81f7e0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e011f485-8c21-4540-8b02-273c8e81f7e0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e011f485-8c21-4540-8b02-273c8e81f7e0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-21b75823-42b5-4425-8541-5d06ba110185 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 15px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-21b75823-42b5-4425-8541-5d06ba110185:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-21b75823-42b5-4425-8541-5d06ba110185:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODhkNTEwN2MtNDgxNy00MTIwLTgzN2QtMjAwYjM0Y2RmZmZlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjFmMWVhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4OGQ1MTA3Yy00ODE3LTQxMjAtODM3ZC0yMDBiMzRjZGZmZmUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 15px !important;
border-left-width: 15px !important;
border-bottom-width: 15px !important;
border-right-width: 15px !important;
border-color: #2C2A34 !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"pos"=>"0.00", "color"=>"#f1f1ea"}, {"pos"=>"1.00", "color"=>"#7e20cf"}] !important;}

  #s-21b75823-42b5-4425-8541-5d06ba110185-root {
    text-align: center;
  }


#s-21b75823-42b5-4425-8541-5d06ba110185.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-21b75823-42b5-4425-8541-5d06ba110185-root {
    text-align: center;
  }


#s-21b75823-42b5-4425-8541-5d06ba110185.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-21b75823-42b5-4425-8541-5d06ba110185-root {
    text-align: center;
  }


#s-21b75823-42b5-4425-8541-5d06ba110185.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-21b75823-42b5-4425-8541-5d06ba110185-root {
    text-align: center;
  }


#s-21b75823-42b5-4425-8541-5d06ba110185.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-21b75823-42b5-4425-8541-5d06ba110185-root {
    text-align: center;
  }


#s-21b75823-42b5-4425-8541-5d06ba110185.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-31537da2-4c8a-45ae-9b28-ace92531bf62 {
  border-style: solid;
margin-top: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 15px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-31537da2-4c8a-45ae-9b28-ace92531bf62:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-31537da2-4c8a-45ae-9b28-ace92531bf62:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODhkNTEwN2MtNDgxNy00MTIwLTgzN2QtMjAwYjM0Y2RmZmZlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjFmMWVhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4OGQ1MTA3Yy00ODE3LTQxMjAtODM3ZC0yMDBiMzRjZGZmZmUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 15px !important;
border-left-width: 15px !important;
border-bottom-width: 15px !important;
border-right-width: 15px !important;
border-color: #2C2A34 !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"pos"=>"0.00", "color"=>"#f1f1ea"}, {"pos"=>"1.00", "color"=>"#7e20cf"}] !important;}@media (min-width: 1200px){#s-31537da2-4c8a-45ae-9b28-ace92531bf62 {
  display: none;
}
#s-31537da2-4c8a-45ae-9b28-ace92531bf62, #wrap-s-31537da2-4c8a-45ae-9b28-ace92531bf62, #wrap-content-s-31537da2-4c8a-45ae-9b28-ace92531bf62 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-31537da2-4c8a-45ae-9b28-ace92531bf62 {
  display: none;
}
#s-31537da2-4c8a-45ae-9b28-ace92531bf62, #wrap-s-31537da2-4c8a-45ae-9b28-ace92531bf62, #wrap-content-s-31537da2-4c8a-45ae-9b28-ace92531bf62 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-31537da2-4c8a-45ae-9b28-ace92531bf62 {
  display: none;
}
#s-31537da2-4c8a-45ae-9b28-ace92531bf62, #wrap-s-31537da2-4c8a-45ae-9b28-ace92531bf62, #wrap-content-s-31537da2-4c8a-45ae-9b28-ace92531bf62 { display: none !important; }}

  #s-31537da2-4c8a-45ae-9b28-ace92531bf62-root {
    text-align: center;
  }


#s-31537da2-4c8a-45ae-9b28-ace92531bf62.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-31537da2-4c8a-45ae-9b28-ace92531bf62-root {
    text-align: center;
  }


#s-31537da2-4c8a-45ae-9b28-ace92531bf62.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-31537da2-4c8a-45ae-9b28-ace92531bf62-root {
    text-align: center;
  }


#s-31537da2-4c8a-45ae-9b28-ace92531bf62.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-31537da2-4c8a-45ae-9b28-ace92531bf62-root {
    text-align: center;
  }


#s-31537da2-4c8a-45ae-9b28-ace92531bf62.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-31537da2-4c8a-45ae-9b28-ace92531bf62-root {
    text-align: center;
  }


#s-31537da2-4c8a-45ae-9b28-ace92531bf62.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-afa8b83b-b64b-49ea-b240-73e6ae7fffc7 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
}
@media (min-width: 1200px){#s-afa8b83b-b64b-49ea-b240-73e6ae7fffc7 {
  display: none;
}
#s-afa8b83b-b64b-49ea-b240-73e6ae7fffc7, #wrap-s-afa8b83b-b64b-49ea-b240-73e6ae7fffc7, #wrap-content-s-afa8b83b-b64b-49ea-b240-73e6ae7fffc7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-afa8b83b-b64b-49ea-b240-73e6ae7fffc7 {
  display: none;
}
#s-afa8b83b-b64b-49ea-b240-73e6ae7fffc7, #wrap-s-afa8b83b-b64b-49ea-b240-73e6ae7fffc7, #wrap-content-s-afa8b83b-b64b-49ea-b240-73e6ae7fffc7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-afa8b83b-b64b-49ea-b240-73e6ae7fffc7 {
  display: none;
}
#s-afa8b83b-b64b-49ea-b240-73e6ae7fffc7, #wrap-s-afa8b83b-b64b-49ea-b240-73e6ae7fffc7, #wrap-content-s-afa8b83b-b64b-49ea-b240-73e6ae7fffc7 { display: none !important; }}
#s-afa8b83b-b64b-49ea-b240-73e6ae7fffc7 {
  background-image: url(https://i.shgcdn.com/3dfc2375-514d-427e-ad7e-7b27710ff95d/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-afa8b83b-b64b-49ea-b240-73e6ae7fffc7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-afa8b83b-b64b-49ea-b240-73e6ae7fffc7 {
  cursor: pointer;
}#s-afa8b83b-b64b-49ea-b240-73e6ae7fffc7.shg-box.shg-c {
  justify-content: flex-end;
}

#s-0e7bcc1a-8e68-4f81-b742-98842a875c95 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0e7bcc1a-8e68-4f81-b742-98842a875c95 {
  display: none;
}
#s-0e7bcc1a-8e68-4f81-b742-98842a875c95, #wrap-s-0e7bcc1a-8e68-4f81-b742-98842a875c95, #wrap-content-s-0e7bcc1a-8e68-4f81-b742-98842a875c95 { display: none !important; }}@media (max-width: 767px){#s-0e7bcc1a-8e68-4f81-b742-98842a875c95 {
  display: none;
}
#s-0e7bcc1a-8e68-4f81-b742-98842a875c95, #wrap-s-0e7bcc1a-8e68-4f81-b742-98842a875c95, #wrap-content-s-0e7bcc1a-8e68-4f81-b742-98842a875c95 { display: none !important; }}
@media (min-width: 0px) {
[id="s-0e7bcc1a-8e68-4f81-b742-98842a875c95"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-0e7bcc1a-8e68-4f81-b742-98842a875c95"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0e7bcc1a-8e68-4f81-b742-98842a875c95"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0e7bcc1a-8e68-4f81-b742-98842a875c95"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-7b8ed66a-06c3-4a93-b867-4487d3e4bf93 {
  padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.5);
}
@media (min-width: 768px) and (max-width: 991px){#s-7b8ed66a-06c3-4a93-b867-4487d3e4bf93 {
  display: none;
}
#s-7b8ed66a-06c3-4a93-b867-4487d3e4bf93, #wrap-s-7b8ed66a-06c3-4a93-b867-4487d3e4bf93, #wrap-content-s-7b8ed66a-06c3-4a93-b867-4487d3e4bf93 { display: none !important; }}@media (max-width: 767px){#s-7b8ed66a-06c3-4a93-b867-4487d3e4bf93 {
  display: none;
}
#s-7b8ed66a-06c3-4a93-b867-4487d3e4bf93, #wrap-s-7b8ed66a-06c3-4a93-b867-4487d3e4bf93, #wrap-content-s-7b8ed66a-06c3-4a93-b867-4487d3e4bf93 { display: none !important; }}
#s-40a7e409-71a9-45de-8fd4-b9a9eb5db481 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-40a7e409-71a9-45de-8fd4-b9a9eb5db481 {
  display: none;
}
#s-40a7e409-71a9-45de-8fd4-b9a9eb5db481, #wrap-s-40a7e409-71a9-45de-8fd4-b9a9eb5db481, #wrap-content-s-40a7e409-71a9-45de-8fd4-b9a9eb5db481 { display: none !important; }}@media (max-width: 767px){#s-40a7e409-71a9-45de-8fd4-b9a9eb5db481 {
  display: none;
}
#s-40a7e409-71a9-45de-8fd4-b9a9eb5db481, #wrap-s-40a7e409-71a9-45de-8fd4-b9a9eb5db481, #wrap-content-s-40a7e409-71a9-45de-8fd4-b9a9eb5db481 { display: none !important; }}
@media (min-width: 0px) {
[id="s-40a7e409-71a9-45de-8fd4-b9a9eb5db481"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-40a7e409-71a9-45de-8fd4-b9a9eb5db481"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-40a7e409-71a9-45de-8fd4-b9a9eb5db481"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-40a7e409-71a9-45de-8fd4-b9a9eb5db481"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-f688e989-ca8b-409e-8c79-edfbd24950db {
  margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.6);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-f688e989-ca8b-409e-8c79-edfbd24950db:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f688e989-ca8b-409e-8c79-edfbd24950db:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-f688e989-ca8b-409e-8c79-edfbd24950db {
  display: none;
}
#s-f688e989-ca8b-409e-8c79-edfbd24950db, #wrap-s-f688e989-ca8b-409e-8c79-edfbd24950db, #wrap-content-s-f688e989-ca8b-409e-8c79-edfbd24950db { display: none !important; }}@media (max-width: 767px){#s-f688e989-ca8b-409e-8c79-edfbd24950db {
  display: none;
}
#s-f688e989-ca8b-409e-8c79-edfbd24950db, #wrap-s-f688e989-ca8b-409e-8c79-edfbd24950db, #wrap-content-s-f688e989-ca8b-409e-8c79-edfbd24950db { display: none !important; }}

  #s-f688e989-ca8b-409e-8c79-edfbd24950db-root {
    text-align: center;
  }


#s-f688e989-ca8b-409e-8c79-edfbd24950db.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f688e989-ca8b-409e-8c79-edfbd24950db-root {
    text-align: center;
  }


#s-f688e989-ca8b-409e-8c79-edfbd24950db.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f688e989-ca8b-409e-8c79-edfbd24950db-root {
    text-align: center;
  }


#s-f688e989-ca8b-409e-8c79-edfbd24950db.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f688e989-ca8b-409e-8c79-edfbd24950db-root {
    text-align: center;
  }


#s-f688e989-ca8b-409e-8c79-edfbd24950db.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f688e989-ca8b-409e-8c79-edfbd24950db-root {
    text-align: center;
  }


#s-f688e989-ca8b-409e-8c79-edfbd24950db.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
@media (min-width: 1200px){#s-82f34e9c-b119-4c2b-a052-684e9f5bd708 {
  display: none;
}
#s-82f34e9c-b119-4c2b-a052-684e9f5bd708, #wrap-s-82f34e9c-b119-4c2b-a052-684e9f5bd708, #wrap-content-s-82f34e9c-b119-4c2b-a052-684e9f5bd708 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-82f34e9c-b119-4c2b-a052-684e9f5bd708 {
  display: none;
}
#s-82f34e9c-b119-4c2b-a052-684e9f5bd708, #wrap-s-82f34e9c-b119-4c2b-a052-684e9f5bd708, #wrap-content-s-82f34e9c-b119-4c2b-a052-684e9f5bd708 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-82f34e9c-b119-4c2b-a052-684e9f5bd708 {
  
}
}@media (max-width: 767px){#s-82f34e9c-b119-4c2b-a052-684e9f5bd708 {
  display: none;
}
#s-82f34e9c-b119-4c2b-a052-684e9f5bd708, #wrap-s-82f34e9c-b119-4c2b-a052-684e9f5bd708, #wrap-content-s-82f34e9c-b119-4c2b-a052-684e9f5bd708 { display: none !important; }}
@media (min-width: 0px) {
[id="s-82f34e9c-b119-4c2b-a052-684e9f5bd708"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-82f34e9c-b119-4c2b-a052-684e9f5bd708"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-82f34e9c-b119-4c2b-a052-684e9f5bd708"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-82f34e9c-b119-4c2b-a052-684e9f5bd708"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-9a72e723-972c-4951-8231-2f59f0121b81 {
  margin-top: 100px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.5);
}
@media (min-width: 1200px){#s-9a72e723-972c-4951-8231-2f59f0121b81 {
  display: none;
}
#s-9a72e723-972c-4951-8231-2f59f0121b81, #wrap-s-9a72e723-972c-4951-8231-2f59f0121b81, #wrap-content-s-9a72e723-972c-4951-8231-2f59f0121b81 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9a72e723-972c-4951-8231-2f59f0121b81 {
  display: none;
}
#s-9a72e723-972c-4951-8231-2f59f0121b81, #wrap-s-9a72e723-972c-4951-8231-2f59f0121b81, #wrap-content-s-9a72e723-972c-4951-8231-2f59f0121b81 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9a72e723-972c-4951-8231-2f59f0121b81 {
  
}
}@media (max-width: 767px){#s-9a72e723-972c-4951-8231-2f59f0121b81 {
  
}
}
#s-3566ebe5-846e-41f5-a5af-7773ddcd1acf {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.6);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-3566ebe5-846e-41f5-a5af-7773ddcd1acf:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3566ebe5-846e-41f5-a5af-7773ddcd1acf:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-3566ebe5-846e-41f5-a5af-7773ddcd1acf {
  display: none;
}
#s-3566ebe5-846e-41f5-a5af-7773ddcd1acf, #wrap-s-3566ebe5-846e-41f5-a5af-7773ddcd1acf, #wrap-content-s-3566ebe5-846e-41f5-a5af-7773ddcd1acf { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3566ebe5-846e-41f5-a5af-7773ddcd1acf {
  display: none;
}
#s-3566ebe5-846e-41f5-a5af-7773ddcd1acf, #wrap-s-3566ebe5-846e-41f5-a5af-7773ddcd1acf, #wrap-content-s-3566ebe5-846e-41f5-a5af-7773ddcd1acf { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3566ebe5-846e-41f5-a5af-7773ddcd1acf {
  
}
}@media (max-width: 767px){#s-3566ebe5-846e-41f5-a5af-7773ddcd1acf {
  display: none;
}
#s-3566ebe5-846e-41f5-a5af-7773ddcd1acf, #wrap-s-3566ebe5-846e-41f5-a5af-7773ddcd1acf, #wrap-content-s-3566ebe5-846e-41f5-a5af-7773ddcd1acf { display: none !important; }}

  #s-3566ebe5-846e-41f5-a5af-7773ddcd1acf-root {
    text-align: center;
  }


#s-3566ebe5-846e-41f5-a5af-7773ddcd1acf.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3566ebe5-846e-41f5-a5af-7773ddcd1acf-root {
    text-align: center;
  }


#s-3566ebe5-846e-41f5-a5af-7773ddcd1acf.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3566ebe5-846e-41f5-a5af-7773ddcd1acf-root {
    text-align: center;
  }


#s-3566ebe5-846e-41f5-a5af-7773ddcd1acf.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3566ebe5-846e-41f5-a5af-7773ddcd1acf-root {
    text-align: center;
  }


#s-3566ebe5-846e-41f5-a5af-7773ddcd1acf.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3566ebe5-846e-41f5-a5af-7773ddcd1acf-root {
    text-align: center;
  }


#s-3566ebe5-846e-41f5-a5af-7773ddcd1acf.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-436a76f9-0406-41f0-8ec3-b105a7d71d6c {
  margin-left: 50px;
margin-bottom: 10px;
margin-right: 50px;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.5);
}
@media (min-width: 1200px){#s-436a76f9-0406-41f0-8ec3-b105a7d71d6c {
  display: none;
}
#s-436a76f9-0406-41f0-8ec3-b105a7d71d6c, #wrap-s-436a76f9-0406-41f0-8ec3-b105a7d71d6c, #wrap-content-s-436a76f9-0406-41f0-8ec3-b105a7d71d6c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-436a76f9-0406-41f0-8ec3-b105a7d71d6c {
  display: none;
}
#s-436a76f9-0406-41f0-8ec3-b105a7d71d6c, #wrap-s-436a76f9-0406-41f0-8ec3-b105a7d71d6c, #wrap-content-s-436a76f9-0406-41f0-8ec3-b105a7d71d6c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-436a76f9-0406-41f0-8ec3-b105a7d71d6c {
  display: none;
}
#s-436a76f9-0406-41f0-8ec3-b105a7d71d6c, #wrap-s-436a76f9-0406-41f0-8ec3-b105a7d71d6c, #wrap-content-s-436a76f9-0406-41f0-8ec3-b105a7d71d6c { display: none !important; }}@media (max-width: 767px){#s-436a76f9-0406-41f0-8ec3-b105a7d71d6c {
  
}
}
#s-36fd6742-7214-4237-b446-64d4fc8beaaf {
  margin-top: 150px;
margin-bottom: 20px;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.6);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-36fd6742-7214-4237-b446-64d4fc8beaaf:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-36fd6742-7214-4237-b446-64d4fc8beaaf:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-36fd6742-7214-4237-b446-64d4fc8beaaf {
  display: none;
}
#s-36fd6742-7214-4237-b446-64d4fc8beaaf, #wrap-s-36fd6742-7214-4237-b446-64d4fc8beaaf, #wrap-content-s-36fd6742-7214-4237-b446-64d4fc8beaaf { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-36fd6742-7214-4237-b446-64d4fc8beaaf {
  display: none;
}
#s-36fd6742-7214-4237-b446-64d4fc8beaaf, #wrap-s-36fd6742-7214-4237-b446-64d4fc8beaaf, #wrap-content-s-36fd6742-7214-4237-b446-64d4fc8beaaf { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-36fd6742-7214-4237-b446-64d4fc8beaaf {
  display: none;
}
#s-36fd6742-7214-4237-b446-64d4fc8beaaf, #wrap-s-36fd6742-7214-4237-b446-64d4fc8beaaf, #wrap-content-s-36fd6742-7214-4237-b446-64d4fc8beaaf { display: none !important; }}@media (max-width: 767px){#s-36fd6742-7214-4237-b446-64d4fc8beaaf {
  
}
}

  #s-36fd6742-7214-4237-b446-64d4fc8beaaf-root {
    text-align: center;
  }


#s-36fd6742-7214-4237-b446-64d4fc8beaaf.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-36fd6742-7214-4237-b446-64d4fc8beaaf-root {
    text-align: center;
  }


#s-36fd6742-7214-4237-b446-64d4fc8beaaf.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-36fd6742-7214-4237-b446-64d4fc8beaaf-root {
    text-align: center;
  }


#s-36fd6742-7214-4237-b446-64d4fc8beaaf.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-36fd6742-7214-4237-b446-64d4fc8beaaf-root {
    text-align: center;
  }


#s-36fd6742-7214-4237-b446-64d4fc8beaaf.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-36fd6742-7214-4237-b446-64d4fc8beaaf-root {
    text-align: center;
  }


#s-36fd6742-7214-4237-b446-64d4fc8beaaf.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-db43a9b5-3a25-4491-9d12-a85b500fa016 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
}
@media (min-width: 1200px){#s-db43a9b5-3a25-4491-9d12-a85b500fa016 {
  display: none;
}
#s-db43a9b5-3a25-4491-9d12-a85b500fa016, #wrap-s-db43a9b5-3a25-4491-9d12-a85b500fa016, #wrap-content-s-db43a9b5-3a25-4491-9d12-a85b500fa016 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-db43a9b5-3a25-4491-9d12-a85b500fa016 {
  display: none;
}
#s-db43a9b5-3a25-4491-9d12-a85b500fa016, #wrap-s-db43a9b5-3a25-4491-9d12-a85b500fa016, #wrap-content-s-db43a9b5-3a25-4491-9d12-a85b500fa016 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-db43a9b5-3a25-4491-9d12-a85b500fa016 {
  display: none;
}
#s-db43a9b5-3a25-4491-9d12-a85b500fa016, #wrap-s-db43a9b5-3a25-4491-9d12-a85b500fa016, #wrap-content-s-db43a9b5-3a25-4491-9d12-a85b500fa016 { display: none !important; }}@media (max-width: 767px){#s-db43a9b5-3a25-4491-9d12-a85b500fa016 {
  
}
}
#s-db43a9b5-3a25-4491-9d12-a85b500fa016 {
  background-image: url(https://i.shgcdn.com/52eb6250-87c6-4d9c-85b4-3fc6ca2e8906/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-db43a9b5-3a25-4491-9d12-a85b500fa016 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-db43a9b5-3a25-4491-9d12-a85b500fa016 {
  cursor: pointer;
}#s-db43a9b5-3a25-4491-9d12-a85b500fa016.shg-box.shg-c {
  justify-content: flex-end;
}

#s-07941546-cd11-4a2c-a059-1843fc740d8e {
  margin-top: 60px;
margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-07941546-cd11-4a2c-a059-1843fc740d8e {
  
}
}@media (max-width: 767px){#s-07941546-cd11-4a2c-a059-1843fc740d8e {
  display: none;
}
#s-07941546-cd11-4a2c-a059-1843fc740d8e, #wrap-s-07941546-cd11-4a2c-a059-1843fc740d8e, #wrap-content-s-07941546-cd11-4a2c-a059-1843fc740d8e { display: none !important; }}
@media (min-width: 0px) {
[id="s-07941546-cd11-4a2c-a059-1843fc740d8e"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-07941546-cd11-4a2c-a059-1843fc740d8e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-07941546-cd11-4a2c-a059-1843fc740d8e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-07941546-cd11-4a2c-a059-1843fc740d8e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-07941546-cd11-4a2c-a059-1843fc740d8e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-07941546-cd11-4a2c-a059-1843fc740d8e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-07941546-cd11-4a2c-a059-1843fc740d8e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-661163e4-414d-43fa-afcc-8c0f6855dbb4 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.5);
}
@media (min-width: 768px) and (max-width: 991px){#s-661163e4-414d-43fa-afcc-8c0f6855dbb4 {
  
}
}@media (max-width: 767px){#s-661163e4-414d-43fa-afcc-8c0f6855dbb4 {
  display: none;
}
#s-661163e4-414d-43fa-afcc-8c0f6855dbb4, #wrap-s-661163e4-414d-43fa-afcc-8c0f6855dbb4, #wrap-content-s-661163e4-414d-43fa-afcc-8c0f6855dbb4 { display: none !important; }}
#s-49d09fd2-328b-43f8-891e-e0c1e05714d4 {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-49d09fd2-328b-43f8-891e-e0c1e05714d4 {
  
}
}@media (max-width: 767px){#s-49d09fd2-328b-43f8-891e-e0c1e05714d4 {
  display: none;
}
#s-49d09fd2-328b-43f8-891e-e0c1e05714d4, #wrap-s-49d09fd2-328b-43f8-891e-e0c1e05714d4, #wrap-content-s-49d09fd2-328b-43f8-891e-e0c1e05714d4 { display: none !important; }}
@media (min-width: 0px) {
[id="s-49d09fd2-328b-43f8-891e-e0c1e05714d4"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-49d09fd2-328b-43f8-891e-e0c1e05714d4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-49d09fd2-328b-43f8-891e-e0c1e05714d4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-49d09fd2-328b-43f8-891e-e0c1e05714d4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-49d09fd2-328b-43f8-891e-e0c1e05714d4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-49d09fd2-328b-43f8-891e-e0c1e05714d4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-49d09fd2-328b-43f8-891e-e0c1e05714d4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-3219f5a0-e25a-4e12-9da5-aef2db8405dc {
  margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.7);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
}
#s-3219f5a0-e25a-4e12-9da5-aef2db8405dc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3219f5a0-e25a-4e12-9da5-aef2db8405dc:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-3219f5a0-e25a-4e12-9da5-aef2db8405dc {
  
}
}@media (max-width: 767px){#s-3219f5a0-e25a-4e12-9da5-aef2db8405dc {
  display: none;
}
#s-3219f5a0-e25a-4e12-9da5-aef2db8405dc, #wrap-s-3219f5a0-e25a-4e12-9da5-aef2db8405dc, #wrap-content-s-3219f5a0-e25a-4e12-9da5-aef2db8405dc { display: none !important; }}

  #s-3219f5a0-e25a-4e12-9da5-aef2db8405dc-root {
    text-align: center;
  }


#s-3219f5a0-e25a-4e12-9da5-aef2db8405dc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3219f5a0-e25a-4e12-9da5-aef2db8405dc-root {
    text-align: center;
  }


#s-3219f5a0-e25a-4e12-9da5-aef2db8405dc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3219f5a0-e25a-4e12-9da5-aef2db8405dc-root {
    text-align: center;
  }


#s-3219f5a0-e25a-4e12-9da5-aef2db8405dc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3219f5a0-e25a-4e12-9da5-aef2db8405dc-root {
    text-align: center;
  }


#s-3219f5a0-e25a-4e12-9da5-aef2db8405dc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3219f5a0-e25a-4e12-9da5-aef2db8405dc-root {
    text-align: center;
  }


#s-3219f5a0-e25a-4e12-9da5-aef2db8405dc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-0d7be2aa-92d8-404d-883a-4c92eb5f58e7 {
  margin-left: 40px;
margin-right: 40px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.5);
}
@media (min-width: 1200px){#s-0d7be2aa-92d8-404d-883a-4c92eb5f58e7 {
  display: none;
}
#s-0d7be2aa-92d8-404d-883a-4c92eb5f58e7, #wrap-s-0d7be2aa-92d8-404d-883a-4c92eb5f58e7, #wrap-content-s-0d7be2aa-92d8-404d-883a-4c92eb5f58e7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0d7be2aa-92d8-404d-883a-4c92eb5f58e7 {
  display: none;
}
#s-0d7be2aa-92d8-404d-883a-4c92eb5f58e7, #wrap-s-0d7be2aa-92d8-404d-883a-4c92eb5f58e7, #wrap-content-s-0d7be2aa-92d8-404d-883a-4c92eb5f58e7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0d7be2aa-92d8-404d-883a-4c92eb5f58e7 {
  display: none;
}
#s-0d7be2aa-92d8-404d-883a-4c92eb5f58e7, #wrap-s-0d7be2aa-92d8-404d-883a-4c92eb5f58e7, #wrap-content-s-0d7be2aa-92d8-404d-883a-4c92eb5f58e7 { display: none !important; }}@media (max-width: 767px){#s-0d7be2aa-92d8-404d-883a-4c92eb5f58e7 {
  
}
}
#s-6db2110c-bfa9-466e-abea-0e0a267a9f8d {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.7);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
}
#s-6db2110c-bfa9-466e-abea-0e0a267a9f8d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6db2110c-bfa9-466e-abea-0e0a267a9f8d:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-6db2110c-bfa9-466e-abea-0e0a267a9f8d {
  display: none;
}
#s-6db2110c-bfa9-466e-abea-0e0a267a9f8d, #wrap-s-6db2110c-bfa9-466e-abea-0e0a267a9f8d, #wrap-content-s-6db2110c-bfa9-466e-abea-0e0a267a9f8d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6db2110c-bfa9-466e-abea-0e0a267a9f8d {
  display: none;
}
#s-6db2110c-bfa9-466e-abea-0e0a267a9f8d, #wrap-s-6db2110c-bfa9-466e-abea-0e0a267a9f8d, #wrap-content-s-6db2110c-bfa9-466e-abea-0e0a267a9f8d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6db2110c-bfa9-466e-abea-0e0a267a9f8d {
  display: none;
}
#s-6db2110c-bfa9-466e-abea-0e0a267a9f8d, #wrap-s-6db2110c-bfa9-466e-abea-0e0a267a9f8d, #wrap-content-s-6db2110c-bfa9-466e-abea-0e0a267a9f8d { display: none !important; }}@media (max-width: 767px){#s-6db2110c-bfa9-466e-abea-0e0a267a9f8d {
  
}
}

  #s-6db2110c-bfa9-466e-abea-0e0a267a9f8d-root {
    text-align: center;
  }


#s-6db2110c-bfa9-466e-abea-0e0a267a9f8d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6db2110c-bfa9-466e-abea-0e0a267a9f8d-root {
    text-align: center;
  }


#s-6db2110c-bfa9-466e-abea-0e0a267a9f8d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6db2110c-bfa9-466e-abea-0e0a267a9f8d-root {
    text-align: center;
  }


#s-6db2110c-bfa9-466e-abea-0e0a267a9f8d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6db2110c-bfa9-466e-abea-0e0a267a9f8d-root {
    text-align: center;
  }


#s-6db2110c-bfa9-466e-abea-0e0a267a9f8d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6db2110c-bfa9-466e-abea-0e0a267a9f8d-root {
    text-align: center;
  }


#s-6db2110c-bfa9-466e-abea-0e0a267a9f8d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-fef452b4-e3b0-4add-bea5-c16cc81c61f0 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
}
@media (min-width: 1200px){#s-fef452b4-e3b0-4add-bea5-c16cc81c61f0 {
  display: none;
}
#s-fef452b4-e3b0-4add-bea5-c16cc81c61f0, #wrap-s-fef452b4-e3b0-4add-bea5-c16cc81c61f0, #wrap-content-s-fef452b4-e3b0-4add-bea5-c16cc81c61f0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fef452b4-e3b0-4add-bea5-c16cc81c61f0 {
  display: none;
}
#s-fef452b4-e3b0-4add-bea5-c16cc81c61f0, #wrap-s-fef452b4-e3b0-4add-bea5-c16cc81c61f0, #wrap-content-s-fef452b4-e3b0-4add-bea5-c16cc81c61f0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fef452b4-e3b0-4add-bea5-c16cc81c61f0 {
  display: none;
}
#s-fef452b4-e3b0-4add-bea5-c16cc81c61f0, #wrap-s-fef452b4-e3b0-4add-bea5-c16cc81c61f0, #wrap-content-s-fef452b4-e3b0-4add-bea5-c16cc81c61f0 { display: none !important; }}@media (max-width: 767px){#s-fef452b4-e3b0-4add-bea5-c16cc81c61f0 {
  
}
}
#s-fef452b4-e3b0-4add-bea5-c16cc81c61f0 {
  background-image: url(https://i.shgcdn.com/56270974-2dbe-4d6f-a450-3e5f92c5f5b3/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-fef452b4-e3b0-4add-bea5-c16cc81c61f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fef452b4-e3b0-4add-bea5-c16cc81c61f0 {
  cursor: pointer;
}#s-fef452b4-e3b0-4add-bea5-c16cc81c61f0.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d6729316-292f-44a6-b6df-4fa5dd7aafbe {
  margin-top: 20px;
margin-left: 50px;
margin-right: 50px;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.5);
}
@media (min-width: 768px) and (max-width: 991px){#s-d6729316-292f-44a6-b6df-4fa5dd7aafbe {
  
}
}@media (max-width: 767px){#s-d6729316-292f-44a6-b6df-4fa5dd7aafbe {
  
}
}
#s-7df08f7b-f348-4db5-ba6e-88910be7340c {
  margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.7);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
}
#s-7df08f7b-f348-4db5-ba6e-88910be7340c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7df08f7b-f348-4db5-ba6e-88910be7340c:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-7df08f7b-f348-4db5-ba6e-88910be7340c {
  
}
}@media (max-width: 767px){#s-7df08f7b-f348-4db5-ba6e-88910be7340c {
  
}
}

  #s-7df08f7b-f348-4db5-ba6e-88910be7340c-root {
    text-align: center;
  }


#s-7df08f7b-f348-4db5-ba6e-88910be7340c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7df08f7b-f348-4db5-ba6e-88910be7340c-root {
    text-align: center;
  }


#s-7df08f7b-f348-4db5-ba6e-88910be7340c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7df08f7b-f348-4db5-ba6e-88910be7340c-root {
    text-align: center;
  }


#s-7df08f7b-f348-4db5-ba6e-88910be7340c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7df08f7b-f348-4db5-ba6e-88910be7340c-root {
    text-align: center;
  }


#s-7df08f7b-f348-4db5-ba6e-88910be7340c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7df08f7b-f348-4db5-ba6e-88910be7340c-root {
    text-align: center;
  }


#s-7df08f7b-f348-4db5-ba6e-88910be7340c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-87e78fc0-7f1a-45e2-bb37-1df3ead9ec35 {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 600px;
}
@media (min-width: 1200px){#s-87e78fc0-7f1a-45e2-bb37-1df3ead9ec35 {
  display: none;
}
#s-87e78fc0-7f1a-45e2-bb37-1df3ead9ec35, #wrap-s-87e78fc0-7f1a-45e2-bb37-1df3ead9ec35, #wrap-content-s-87e78fc0-7f1a-45e2-bb37-1df3ead9ec35 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-87e78fc0-7f1a-45e2-bb37-1df3ead9ec35 {
  display: none;
}
#s-87e78fc0-7f1a-45e2-bb37-1df3ead9ec35, #wrap-s-87e78fc0-7f1a-45e2-bb37-1df3ead9ec35, #wrap-content-s-87e78fc0-7f1a-45e2-bb37-1df3ead9ec35 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-87e78fc0-7f1a-45e2-bb37-1df3ead9ec35 {
  
}
}@media (max-width: 767px){#s-87e78fc0-7f1a-45e2-bb37-1df3ead9ec35 {
  display: none;
}
#s-87e78fc0-7f1a-45e2-bb37-1df3ead9ec35, #wrap-s-87e78fc0-7f1a-45e2-bb37-1df3ead9ec35, #wrap-content-s-87e78fc0-7f1a-45e2-bb37-1df3ead9ec35 { display: none !important; }}
#s-87e78fc0-7f1a-45e2-bb37-1df3ead9ec35 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-87e78fc0-7f1a-45e2-bb37-1df3ead9ec35 .shg-sld-nav-button.shg-sld-left,
#s-87e78fc0-7f1a-45e2-bb37-1df3ead9ec35 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-545ac7f0-9bf7-4ac2-b29b-45b332d2a734 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}

#s-545ac7f0-9bf7-4ac2-b29b-45b332d2a734 {
  background-image: url(https://i.shgcdn.com/eea31c2d-a34a-467a-8868-d6cbe3388750/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-545ac7f0-9bf7-4ac2-b29b-45b332d2a734 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-545ac7f0-9bf7-4ac2-b29b-45b332d2a734.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f3b92786-6622-46d6-b0dc-fa7945337e94 {
  margin-top: 80px;
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f3b92786-6622-46d6-b0dc-fa7945337e94 {
  display: none;
}
#s-f3b92786-6622-46d6-b0dc-fa7945337e94, #wrap-s-f3b92786-6622-46d6-b0dc-fa7945337e94, #wrap-content-s-f3b92786-6622-46d6-b0dc-fa7945337e94 { display: none !important; }}@media (max-width: 767px){#s-f3b92786-6622-46d6-b0dc-fa7945337e94 {
  display: none;
}
#s-f3b92786-6622-46d6-b0dc-fa7945337e94, #wrap-s-f3b92786-6622-46d6-b0dc-fa7945337e94, #wrap-content-s-f3b92786-6622-46d6-b0dc-fa7945337e94 { display: none !important; }}
@media (min-width: 0px) {
[id="s-f3b92786-6622-46d6-b0dc-fa7945337e94"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-f3b92786-6622-46d6-b0dc-fa7945337e94"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f3b92786-6622-46d6-b0dc-fa7945337e94"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f3b92786-6622-46d6-b0dc-fa7945337e94"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f3b92786-6622-46d6-b0dc-fa7945337e94"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f3b92786-6622-46d6-b0dc-fa7945337e94"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f3b92786-6622-46d6-b0dc-fa7945337e94"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

#s-8db80c7c-5128-48b3-9976-a41386053886 {
  padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-8db80c7c-5128-48b3-9976-a41386053886 {
  display: none;
}
#s-8db80c7c-5128-48b3-9976-a41386053886, #wrap-s-8db80c7c-5128-48b3-9976-a41386053886, #wrap-content-s-8db80c7c-5128-48b3-9976-a41386053886 { display: none !important; }}@media (max-width: 767px){#s-8db80c7c-5128-48b3-9976-a41386053886 {
  display: none;
}
#s-8db80c7c-5128-48b3-9976-a41386053886, #wrap-s-8db80c7c-5128-48b3-9976-a41386053886, #wrap-content-s-8db80c7c-5128-48b3-9976-a41386053886 { display: none !important; }}
#s-51e6f09e-d3c2-4620-9759-09d46b6e39ba {
  padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-51e6f09e-d3c2-4620-9759-09d46b6e39ba {
  display: none;
}
#s-51e6f09e-d3c2-4620-9759-09d46b6e39ba, #wrap-s-51e6f09e-d3c2-4620-9759-09d46b6e39ba, #wrap-content-s-51e6f09e-d3c2-4620-9759-09d46b6e39ba { display: none !important; }}@media (max-width: 767px){#s-51e6f09e-d3c2-4620-9759-09d46b6e39ba {
  display: none;
}
#s-51e6f09e-d3c2-4620-9759-09d46b6e39ba, #wrap-s-51e6f09e-d3c2-4620-9759-09d46b6e39ba, #wrap-content-s-51e6f09e-d3c2-4620-9759-09d46b6e39ba { display: none !important; }}
#s-4b4cc98c-f1d1-4de1-bd45-5cc46631aa84 {
  margin-top: 285px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
background-color: rgba(23, 22, 23, 0.5);
text-align: center;
text-decoration: none;
}
#s-4b4cc98c-f1d1-4de1-bd45-5cc46631aa84:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4b4cc98c-f1d1-4de1-bd45-5cc46631aa84:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4b4cc98c-f1d1-4de1-bd45-5cc46631aa84-root {
    text-align: center;
  }


#s-4b4cc98c-f1d1-4de1-bd45-5cc46631aa84.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4b4cc98c-f1d1-4de1-bd45-5cc46631aa84-root {
    text-align: center;
  }


#s-4b4cc98c-f1d1-4de1-bd45-5cc46631aa84.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4b4cc98c-f1d1-4de1-bd45-5cc46631aa84-root {
    text-align: center;
  }


#s-4b4cc98c-f1d1-4de1-bd45-5cc46631aa84.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4b4cc98c-f1d1-4de1-bd45-5cc46631aa84-root {
    text-align: center;
  }


#s-4b4cc98c-f1d1-4de1-bd45-5cc46631aa84.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4b4cc98c-f1d1-4de1-bd45-5cc46631aa84-root {
    text-align: center;
  }


#s-4b4cc98c-f1d1-4de1-bd45-5cc46631aa84.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-57197773-fd4c-4c42-b9e3-c90af663eb6d {
  margin-top: 5px;
margin-bottom: 10px;
}
@media (min-width: 1200px){#s-57197773-fd4c-4c42-b9e3-c90af663eb6d {
  display: none;
}
#s-57197773-fd4c-4c42-b9e3-c90af663eb6d, #wrap-s-57197773-fd4c-4c42-b9e3-c90af663eb6d, #wrap-content-s-57197773-fd4c-4c42-b9e3-c90af663eb6d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-57197773-fd4c-4c42-b9e3-c90af663eb6d {
  display: none;
}
#s-57197773-fd4c-4c42-b9e3-c90af663eb6d, #wrap-s-57197773-fd4c-4c42-b9e3-c90af663eb6d, #wrap-content-s-57197773-fd4c-4c42-b9e3-c90af663eb6d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-57197773-fd4c-4c42-b9e3-c90af663eb6d {
  
}
}@media (max-width: 767px){#s-57197773-fd4c-4c42-b9e3-c90af663eb6d {
  display: none;
}
#s-57197773-fd4c-4c42-b9e3-c90af663eb6d, #wrap-s-57197773-fd4c-4c42-b9e3-c90af663eb6d, #wrap-content-s-57197773-fd4c-4c42-b9e3-c90af663eb6d { display: none !important; }}
@media (min-width: 0px) {
[id="s-57197773-fd4c-4c42-b9e3-c90af663eb6d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-57197773-fd4c-4c42-b9e3-c90af663eb6d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-57197773-fd4c-4c42-b9e3-c90af663eb6d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-57197773-fd4c-4c42-b9e3-c90af663eb6d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-93af823f-592d-4b3b-b5b6-5169a713075e {
  padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-93af823f-592d-4b3b-b5b6-5169a713075e {
  
}
}@media (max-width: 767px){#s-93af823f-592d-4b3b-b5b6-5169a713075e {
  
}
}
#s-c128c9f4-b92b-4a37-8be5-f958a7fdcc98 {
  padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-c128c9f4-b92b-4a37-8be5-f958a7fdcc98 {
  
}
}@media (max-width: 767px){#s-c128c9f4-b92b-4a37-8be5-f958a7fdcc98 {
  
}
}
#s-e0b5ffb6-a407-4892-9bb8-591a26d331cb {
  margin-top: 360px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
background-color: rgba(23, 22, 23, 0.5);
text-align: center;
text-decoration: none;
}
#s-e0b5ffb6-a407-4892-9bb8-591a26d331cb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e0b5ffb6-a407-4892-9bb8-591a26d331cb:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-e0b5ffb6-a407-4892-9bb8-591a26d331cb {
  display: none;
}
#s-e0b5ffb6-a407-4892-9bb8-591a26d331cb, #wrap-s-e0b5ffb6-a407-4892-9bb8-591a26d331cb, #wrap-content-s-e0b5ffb6-a407-4892-9bb8-591a26d331cb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e0b5ffb6-a407-4892-9bb8-591a26d331cb {
  display: none;
}
#s-e0b5ffb6-a407-4892-9bb8-591a26d331cb, #wrap-s-e0b5ffb6-a407-4892-9bb8-591a26d331cb, #wrap-content-s-e0b5ffb6-a407-4892-9bb8-591a26d331cb { display: none !important; }}@media (max-width: 767px){#s-e0b5ffb6-a407-4892-9bb8-591a26d331cb {
  display: none;
}
#s-e0b5ffb6-a407-4892-9bb8-591a26d331cb, #wrap-s-e0b5ffb6-a407-4892-9bb8-591a26d331cb, #wrap-content-s-e0b5ffb6-a407-4892-9bb8-591a26d331cb { display: none !important; }}

  #s-e0b5ffb6-a407-4892-9bb8-591a26d331cb-root {
    text-align: center;
  }


#s-e0b5ffb6-a407-4892-9bb8-591a26d331cb.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e0b5ffb6-a407-4892-9bb8-591a26d331cb-root {
    text-align: center;
  }


#s-e0b5ffb6-a407-4892-9bb8-591a26d331cb.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e0b5ffb6-a407-4892-9bb8-591a26d331cb-root {
    text-align: center;
  }


#s-e0b5ffb6-a407-4892-9bb8-591a26d331cb.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e0b5ffb6-a407-4892-9bb8-591a26d331cb-root {
    text-align: center;
  }


#s-e0b5ffb6-a407-4892-9bb8-591a26d331cb.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e0b5ffb6-a407-4892-9bb8-591a26d331cb-root {
    text-align: center;
  }


#s-e0b5ffb6-a407-4892-9bb8-591a26d331cb.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-bc2380e4-9b83-4c50-9a24-135280f14df0 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0);
}
@media (min-width: 1200px){#s-bc2380e4-9b83-4c50-9a24-135280f14df0 {
  display: none;
}
#s-bc2380e4-9b83-4c50-9a24-135280f14df0, #wrap-s-bc2380e4-9b83-4c50-9a24-135280f14df0, #wrap-content-s-bc2380e4-9b83-4c50-9a24-135280f14df0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bc2380e4-9b83-4c50-9a24-135280f14df0 {
  display: none;
}
#s-bc2380e4-9b83-4c50-9a24-135280f14df0, #wrap-s-bc2380e4-9b83-4c50-9a24-135280f14df0, #wrap-content-s-bc2380e4-9b83-4c50-9a24-135280f14df0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bc2380e4-9b83-4c50-9a24-135280f14df0 {
  display: none;
}
#s-bc2380e4-9b83-4c50-9a24-135280f14df0, #wrap-s-bc2380e4-9b83-4c50-9a24-135280f14df0, #wrap-content-s-bc2380e4-9b83-4c50-9a24-135280f14df0 { display: none !important; }}@media (max-width: 767px){#s-bc2380e4-9b83-4c50-9a24-135280f14df0 {
  
}
}
#s-96a78012-8b99-4c83-a1b1-1b4873b8be0c {
  margin-top: 220px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0);
}
@media (min-width: 1200px){#s-96a78012-8b99-4c83-a1b1-1b4873b8be0c {
  display: none;
}
#s-96a78012-8b99-4c83-a1b1-1b4873b8be0c, #wrap-s-96a78012-8b99-4c83-a1b1-1b4873b8be0c, #wrap-content-s-96a78012-8b99-4c83-a1b1-1b4873b8be0c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-96a78012-8b99-4c83-a1b1-1b4873b8be0c {
  display: none;
}
#s-96a78012-8b99-4c83-a1b1-1b4873b8be0c, #wrap-s-96a78012-8b99-4c83-a1b1-1b4873b8be0c, #wrap-content-s-96a78012-8b99-4c83-a1b1-1b4873b8be0c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-96a78012-8b99-4c83-a1b1-1b4873b8be0c {
  display: none;
}
#s-96a78012-8b99-4c83-a1b1-1b4873b8be0c, #wrap-s-96a78012-8b99-4c83-a1b1-1b4873b8be0c, #wrap-content-s-96a78012-8b99-4c83-a1b1-1b4873b8be0c { display: none !important; }}@media (max-width: 767px){#s-96a78012-8b99-4c83-a1b1-1b4873b8be0c {
  
}
}
#s-0f5db383-1881-4a37-ab13-c27ff23d74f9 {
  margin-top: 110px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
background-color: rgba(23, 22, 23, 0.5);
text-align: center;
text-decoration: none;
}
#s-0f5db383-1881-4a37-ab13-c27ff23d74f9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0f5db383-1881-4a37-ab13-c27ff23d74f9:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-0f5db383-1881-4a37-ab13-c27ff23d74f9 {
  display: none;
}
#s-0f5db383-1881-4a37-ab13-c27ff23d74f9, #wrap-s-0f5db383-1881-4a37-ab13-c27ff23d74f9, #wrap-content-s-0f5db383-1881-4a37-ab13-c27ff23d74f9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0f5db383-1881-4a37-ab13-c27ff23d74f9 {
  display: none;
}
#s-0f5db383-1881-4a37-ab13-c27ff23d74f9, #wrap-s-0f5db383-1881-4a37-ab13-c27ff23d74f9, #wrap-content-s-0f5db383-1881-4a37-ab13-c27ff23d74f9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0f5db383-1881-4a37-ab13-c27ff23d74f9 {
  display: none;
}
#s-0f5db383-1881-4a37-ab13-c27ff23d74f9, #wrap-s-0f5db383-1881-4a37-ab13-c27ff23d74f9, #wrap-content-s-0f5db383-1881-4a37-ab13-c27ff23d74f9 { display: none !important; }}

  #s-0f5db383-1881-4a37-ab13-c27ff23d74f9-root {
    text-align: center;
  }


#s-0f5db383-1881-4a37-ab13-c27ff23d74f9.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0f5db383-1881-4a37-ab13-c27ff23d74f9-root {
    text-align: center;
  }


#s-0f5db383-1881-4a37-ab13-c27ff23d74f9.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0f5db383-1881-4a37-ab13-c27ff23d74f9-root {
    text-align: center;
  }


#s-0f5db383-1881-4a37-ab13-c27ff23d74f9.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0f5db383-1881-4a37-ab13-c27ff23d74f9-root {
    text-align: center;
  }


#s-0f5db383-1881-4a37-ab13-c27ff23d74f9.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0f5db383-1881-4a37-ab13-c27ff23d74f9-root {
    text-align: center;
  }


#s-0f5db383-1881-4a37-ab13-c27ff23d74f9.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-a0dee0ff-188c-4857-844b-226dce9a6277 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 768px) and (max-width: 991px){#s-a0dee0ff-188c-4857-844b-226dce9a6277 {
  
}
}@media (max-width: 767px){#s-a0dee0ff-188c-4857-844b-226dce9a6277 {
  
}
}
#s-a0dee0ff-188c-4857-844b-226dce9a6277 {
  background-image: url(https://i.shgcdn.com/84292a9d-3d8c-4925-b086-2e995233e4b1/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-a0dee0ff-188c-4857-844b-226dce9a6277 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a0dee0ff-188c-4857-844b-226dce9a6277.shg-box.shg-c {
  justify-content: flex-start;
}

#s-553cfe58-9001-4b7e-bc38-7480a3214334 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 400px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-553cfe58-9001-4b7e-bc38-7480a3214334 {
  
}
}@media (max-width: 767px){#s-553cfe58-9001-4b7e-bc38-7480a3214334 {
  
}
}
#s-87883cce-94fa-4cbd-8179-8e3261f02500 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
background-color: rgba(23, 22, 23, 0.5);
text-align: center;
text-decoration: none;
}
#s-87883cce-94fa-4cbd-8179-8e3261f02500:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-87883cce-94fa-4cbd-8179-8e3261f02500:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-87883cce-94fa-4cbd-8179-8e3261f02500-root {
    text-align: center;
  }


#s-87883cce-94fa-4cbd-8179-8e3261f02500.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-87883cce-94fa-4cbd-8179-8e3261f02500-root {
    text-align: center;
  }


#s-87883cce-94fa-4cbd-8179-8e3261f02500.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-87883cce-94fa-4cbd-8179-8e3261f02500-root {
    text-align: center;
  }


#s-87883cce-94fa-4cbd-8179-8e3261f02500.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-87883cce-94fa-4cbd-8179-8e3261f02500-root {
    text-align: center;
  }


#s-87883cce-94fa-4cbd-8179-8e3261f02500.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-87883cce-94fa-4cbd-8179-8e3261f02500-root {
    text-align: center;
  }


#s-87883cce-94fa-4cbd-8179-8e3261f02500.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-e63ebeed-153f-47bc-8230-6f20ae9f70f7 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
background-attachment: scroll;
}

#s-e63ebeed-153f-47bc-8230-6f20ae9f70f7 {
  background-image: url(https://i.shgcdn.com/d06034ef-2d6d-42f7-b777-8f56c9ccf7dd/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-e63ebeed-153f-47bc-8230-6f20ae9f70f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e63ebeed-153f-47bc-8230-6f20ae9f70f7.shg-box.shg-c {
  justify-content: flex-start;
}

#s-574f4806-07ed-4e0c-ac61-89be4892acf8 {
  margin-top: 60px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-574f4806-07ed-4e0c-ac61-89be4892acf8 {
  
}
}@media (max-width: 767px){#s-574f4806-07ed-4e0c-ac61-89be4892acf8 {
  
}
}
@media (min-width: 0px) {
[id="s-574f4806-07ed-4e0c-ac61-89be4892acf8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-574f4806-07ed-4e0c-ac61-89be4892acf8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-574f4806-07ed-4e0c-ac61-89be4892acf8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-574f4806-07ed-4e0c-ac61-89be4892acf8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-212a698b-932a-4104-bfc7-24ba9616eb9f {
  padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-212a698b-932a-4104-bfc7-24ba9616eb9f {
  
}
}@media (max-width: 767px){#s-212a698b-932a-4104-bfc7-24ba9616eb9f {
  
}
}
#s-b37e2690-d62f-4776-b946-85fdbf6f7bfd {
  margin-top: 100px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
background-color: rgba(23, 22, 23, 0.5);
text-align: center;
text-decoration: none;
}
#s-b37e2690-d62f-4776-b946-85fdbf6f7bfd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b37e2690-d62f-4776-b946-85fdbf6f7bfd:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b37e2690-d62f-4776-b946-85fdbf6f7bfd-root {
    text-align: center;
  }


#s-b37e2690-d62f-4776-b946-85fdbf6f7bfd.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b37e2690-d62f-4776-b946-85fdbf6f7bfd-root {
    text-align: center;
  }


#s-b37e2690-d62f-4776-b946-85fdbf6f7bfd.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b37e2690-d62f-4776-b946-85fdbf6f7bfd-root {
    text-align: center;
  }


#s-b37e2690-d62f-4776-b946-85fdbf6f7bfd.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b37e2690-d62f-4776-b946-85fdbf6f7bfd-root {
    text-align: center;
  }


#s-b37e2690-d62f-4776-b946-85fdbf6f7bfd.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b37e2690-d62f-4776-b946-85fdbf6f7bfd-root {
    text-align: center;
  }


#s-b37e2690-d62f-4776-b946-85fdbf6f7bfd.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-0733b32c-4757-4625-b20b-db5b423e1ff1 {
  margin-top: 100px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
padding-top: 15px;
padding-left: 10px;
padding-bottom: 15px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(37, 29, 29, 0.5);
}
@media (min-width: 1200px){#s-0733b32c-4757-4625-b20b-db5b423e1ff1 {
  display: none;
}
#s-0733b32c-4757-4625-b20b-db5b423e1ff1, #wrap-s-0733b32c-4757-4625-b20b-db5b423e1ff1, #wrap-content-s-0733b32c-4757-4625-b20b-db5b423e1ff1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0733b32c-4757-4625-b20b-db5b423e1ff1 {
  display: none;
}
#s-0733b32c-4757-4625-b20b-db5b423e1ff1, #wrap-s-0733b32c-4757-4625-b20b-db5b423e1ff1, #wrap-content-s-0733b32c-4757-4625-b20b-db5b423e1ff1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0733b32c-4757-4625-b20b-db5b423e1ff1 {
  display: none;
}
#s-0733b32c-4757-4625-b20b-db5b423e1ff1, #wrap-s-0733b32c-4757-4625-b20b-db5b423e1ff1, #wrap-content-s-0733b32c-4757-4625-b20b-db5b423e1ff1 { display: none !important; }}@media (max-width: 767px){#s-0733b32c-4757-4625-b20b-db5b423e1ff1 {
  
}
}
#s-54a76a51-eef7-4256-be20-28807c7b83ce {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center bottom;
background-attachment: scroll;
}

#s-54a76a51-eef7-4256-be20-28807c7b83ce {
  background-image: url(https://i.shgcdn.com/3a0c8115-1bcf-4718-9988-783a72b1eccc/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-54a76a51-eef7-4256-be20-28807c7b83ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-54a76a51-eef7-4256-be20-28807c7b83ce {
  cursor: pointer;
}#s-54a76a51-eef7-4256-be20-28807c7b83ce.shg-box.shg-c {
  justify-content: flex-end;
}

#s-1d7bf999-f089-44ee-86a5-13929e3bbd55 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1d7bf999-f089-44ee-86a5-13929e3bbd55 {
  display: none;
}
#s-1d7bf999-f089-44ee-86a5-13929e3bbd55, #wrap-s-1d7bf999-f089-44ee-86a5-13929e3bbd55, #wrap-content-s-1d7bf999-f089-44ee-86a5-13929e3bbd55 { display: none !important; }}@media (max-width: 767px){#s-1d7bf999-f089-44ee-86a5-13929e3bbd55 {
  display: none;
}
#s-1d7bf999-f089-44ee-86a5-13929e3bbd55, #wrap-s-1d7bf999-f089-44ee-86a5-13929e3bbd55, #wrap-content-s-1d7bf999-f089-44ee-86a5-13929e3bbd55 { display: none !important; }}
@media (min-width: 0px) {
[id="s-1d7bf999-f089-44ee-86a5-13929e3bbd55"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-1d7bf999-f089-44ee-86a5-13929e3bbd55"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1d7bf999-f089-44ee-86a5-13929e3bbd55"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1d7bf999-f089-44ee-86a5-13929e3bbd55"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-c3cbf6c7-dd1a-4021-9519-16066cdfcba3 {
  padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.5);
}
@media (min-width: 768px) and (max-width: 991px){#s-c3cbf6c7-dd1a-4021-9519-16066cdfcba3 {
  display: none;
}
#s-c3cbf6c7-dd1a-4021-9519-16066cdfcba3, #wrap-s-c3cbf6c7-dd1a-4021-9519-16066cdfcba3, #wrap-content-s-c3cbf6c7-dd1a-4021-9519-16066cdfcba3 { display: none !important; }}@media (max-width: 767px){#s-c3cbf6c7-dd1a-4021-9519-16066cdfcba3 {
  display: none;
}
#s-c3cbf6c7-dd1a-4021-9519-16066cdfcba3, #wrap-s-c3cbf6c7-dd1a-4021-9519-16066cdfcba3, #wrap-content-s-c3cbf6c7-dd1a-4021-9519-16066cdfcba3 { display: none !important; }}
#s-10c2a414-ff70-4e65-85e7-f47be2e56d42 {
  padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.5);
}
@media (min-width: 768px) and (max-width: 991px){#s-10c2a414-ff70-4e65-85e7-f47be2e56d42 {
  display: none;
}
#s-10c2a414-ff70-4e65-85e7-f47be2e56d42, #wrap-s-10c2a414-ff70-4e65-85e7-f47be2e56d42, #wrap-content-s-10c2a414-ff70-4e65-85e7-f47be2e56d42 { display: none !important; }}@media (max-width: 767px){#s-10c2a414-ff70-4e65-85e7-f47be2e56d42 {
  display: none;
}
#s-10c2a414-ff70-4e65-85e7-f47be2e56d42, #wrap-s-10c2a414-ff70-4e65-85e7-f47be2e56d42, #wrap-content-s-10c2a414-ff70-4e65-85e7-f47be2e56d42 { display: none !important; }}
#s-6b465e2d-de27-4667-9ba9-a874a160cdbf {
  margin-top: 80px;
margin-left: 10px;
margin-bottom: 30px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6b465e2d-de27-4667-9ba9-a874a160cdbf {
  display: none;
}
#s-6b465e2d-de27-4667-9ba9-a874a160cdbf, #wrap-s-6b465e2d-de27-4667-9ba9-a874a160cdbf, #wrap-content-s-6b465e2d-de27-4667-9ba9-a874a160cdbf { display: none !important; }}@media (max-width: 767px){#s-6b465e2d-de27-4667-9ba9-a874a160cdbf {
  display: none;
}
#s-6b465e2d-de27-4667-9ba9-a874a160cdbf, #wrap-s-6b465e2d-de27-4667-9ba9-a874a160cdbf, #wrap-content-s-6b465e2d-de27-4667-9ba9-a874a160cdbf { display: none !important; }}
@media (min-width: 0px) {
[id="s-6b465e2d-de27-4667-9ba9-a874a160cdbf"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-6b465e2d-de27-4667-9ba9-a874a160cdbf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6b465e2d-de27-4667-9ba9-a874a160cdbf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6b465e2d-de27-4667-9ba9-a874a160cdbf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-60759c15-55dd-4a06-aaf1-94fe0433d36d {
  margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.7);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-60759c15-55dd-4a06-aaf1-94fe0433d36d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-60759c15-55dd-4a06-aaf1-94fe0433d36d:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-60759c15-55dd-4a06-aaf1-94fe0433d36d {
  display: none;
}
#s-60759c15-55dd-4a06-aaf1-94fe0433d36d, #wrap-s-60759c15-55dd-4a06-aaf1-94fe0433d36d, #wrap-content-s-60759c15-55dd-4a06-aaf1-94fe0433d36d { display: none !important; }}@media (max-width: 767px){#s-60759c15-55dd-4a06-aaf1-94fe0433d36d {
  display: none;
}
#s-60759c15-55dd-4a06-aaf1-94fe0433d36d, #wrap-s-60759c15-55dd-4a06-aaf1-94fe0433d36d, #wrap-content-s-60759c15-55dd-4a06-aaf1-94fe0433d36d { display: none !important; }}

  #s-60759c15-55dd-4a06-aaf1-94fe0433d36d-root {
    text-align: center;
  }


#s-60759c15-55dd-4a06-aaf1-94fe0433d36d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-60759c15-55dd-4a06-aaf1-94fe0433d36d-root {
    text-align: center;
  }


#s-60759c15-55dd-4a06-aaf1-94fe0433d36d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-60759c15-55dd-4a06-aaf1-94fe0433d36d-root {
    text-align: center;
  }


#s-60759c15-55dd-4a06-aaf1-94fe0433d36d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-60759c15-55dd-4a06-aaf1-94fe0433d36d-root {
    text-align: center;
  }


#s-60759c15-55dd-4a06-aaf1-94fe0433d36d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-60759c15-55dd-4a06-aaf1-94fe0433d36d-root {
    text-align: center;
  }


#s-60759c15-55dd-4a06-aaf1-94fe0433d36d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-c0504d59-10b7-43d5-a3a9-c3afb65e6f57 {
  margin-top: 10px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
padding-top: 15px;
padding-left: 10px;
padding-bottom: 15px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(37, 29, 29, 0.5);
}
@media (min-width: 1200px){#s-c0504d59-10b7-43d5-a3a9-c3afb65e6f57 {
  display: none;
}
#s-c0504d59-10b7-43d5-a3a9-c3afb65e6f57, #wrap-s-c0504d59-10b7-43d5-a3a9-c3afb65e6f57, #wrap-content-s-c0504d59-10b7-43d5-a3a9-c3afb65e6f57 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c0504d59-10b7-43d5-a3a9-c3afb65e6f57 {
  display: none;
}
#s-c0504d59-10b7-43d5-a3a9-c3afb65e6f57, #wrap-s-c0504d59-10b7-43d5-a3a9-c3afb65e6f57, #wrap-content-s-c0504d59-10b7-43d5-a3a9-c3afb65e6f57 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c0504d59-10b7-43d5-a3a9-c3afb65e6f57 {
  display: none;
}
#s-c0504d59-10b7-43d5-a3a9-c3afb65e6f57, #wrap-s-c0504d59-10b7-43d5-a3a9-c3afb65e6f57, #wrap-content-s-c0504d59-10b7-43d5-a3a9-c3afb65e6f57 { display: none !important; }}@media (max-width: 767px){#s-c0504d59-10b7-43d5-a3a9-c3afb65e6f57 {
  
}
}
#s-c64d652a-04e0-45d2-ad5f-f2efec7bc37f {
  margin-left: 10px;
margin-bottom: 230px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(37, 29, 29, 0.5);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
background-position: center center;
}
#s-c64d652a-04e0-45d2-ad5f-f2efec7bc37f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c64d652a-04e0-45d2-ad5f-f2efec7bc37f:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-c64d652a-04e0-45d2-ad5f-f2efec7bc37f {
  display: none;
}
#s-c64d652a-04e0-45d2-ad5f-f2efec7bc37f, #wrap-s-c64d652a-04e0-45d2-ad5f-f2efec7bc37f, #wrap-content-s-c64d652a-04e0-45d2-ad5f-f2efec7bc37f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c64d652a-04e0-45d2-ad5f-f2efec7bc37f {
  display: none;
}
#s-c64d652a-04e0-45d2-ad5f-f2efec7bc37f, #wrap-s-c64d652a-04e0-45d2-ad5f-f2efec7bc37f, #wrap-content-s-c64d652a-04e0-45d2-ad5f-f2efec7bc37f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c64d652a-04e0-45d2-ad5f-f2efec7bc37f {
  display: none;
}
#s-c64d652a-04e0-45d2-ad5f-f2efec7bc37f, #wrap-s-c64d652a-04e0-45d2-ad5f-f2efec7bc37f, #wrap-content-s-c64d652a-04e0-45d2-ad5f-f2efec7bc37f { display: none !important; }}@media (max-width: 767px){#s-c64d652a-04e0-45d2-ad5f-f2efec7bc37f {
  
}
}

  #s-c64d652a-04e0-45d2-ad5f-f2efec7bc37f-root {
    text-align: center;
  }


#s-c64d652a-04e0-45d2-ad5f-f2efec7bc37f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c64d652a-04e0-45d2-ad5f-f2efec7bc37f-root {
    text-align: center;
  }


#s-c64d652a-04e0-45d2-ad5f-f2efec7bc37f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c64d652a-04e0-45d2-ad5f-f2efec7bc37f-root {
    text-align: center;
  }


#s-c64d652a-04e0-45d2-ad5f-f2efec7bc37f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c64d652a-04e0-45d2-ad5f-f2efec7bc37f-root {
    text-align: center;
  }


#s-c64d652a-04e0-45d2-ad5f-f2efec7bc37f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c64d652a-04e0-45d2-ad5f-f2efec7bc37f-root {
    text-align: center;
  }


#s-c64d652a-04e0-45d2-ad5f-f2efec7bc37f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
@media (min-width: 1200px){#s-d9941b25-e826-4c9f-97d3-75d6526b8b8b {
  display: none;
}
#s-d9941b25-e826-4c9f-97d3-75d6526b8b8b, #wrap-s-d9941b25-e826-4c9f-97d3-75d6526b8b8b, #wrap-content-s-d9941b25-e826-4c9f-97d3-75d6526b8b8b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d9941b25-e826-4c9f-97d3-75d6526b8b8b {
  display: none;
}
#s-d9941b25-e826-4c9f-97d3-75d6526b8b8b, #wrap-s-d9941b25-e826-4c9f-97d3-75d6526b8b8b, #wrap-content-s-d9941b25-e826-4c9f-97d3-75d6526b8b8b { display: none !important; }}@media (max-width: 767px){#s-d9941b25-e826-4c9f-97d3-75d6526b8b8b {
  display: none;
}
#s-d9941b25-e826-4c9f-97d3-75d6526b8b8b, #wrap-s-d9941b25-e826-4c9f-97d3-75d6526b8b8b, #wrap-content-s-d9941b25-e826-4c9f-97d3-75d6526b8b8b { display: none !important; }}
@media (min-width: 0px) {
[id="s-d9941b25-e826-4c9f-97d3-75d6526b8b8b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d9941b25-e826-4c9f-97d3-75d6526b8b8b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d9941b25-e826-4c9f-97d3-75d6526b8b8b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d9941b25-e826-4c9f-97d3-75d6526b8b8b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d9941b25-e826-4c9f-97d3-75d6526b8b8b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d9941b25-e826-4c9f-97d3-75d6526b8b8b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d9941b25-e826-4c9f-97d3-75d6526b8b8b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-79e1e3b9-e36b-444c-91e5-6de0a0b23337 {
  margin-bottom: 130px;
padding-top: 15px;
padding-left: 10px;
padding-bottom: 15px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(37, 29, 29, 0.5);
}
@media (min-width: 1200px){#s-79e1e3b9-e36b-444c-91e5-6de0a0b23337 {
  display: none;
}
#s-79e1e3b9-e36b-444c-91e5-6de0a0b23337, #wrap-s-79e1e3b9-e36b-444c-91e5-6de0a0b23337, #wrap-content-s-79e1e3b9-e36b-444c-91e5-6de0a0b23337 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-79e1e3b9-e36b-444c-91e5-6de0a0b23337 {
  display: none;
}
#s-79e1e3b9-e36b-444c-91e5-6de0a0b23337, #wrap-s-79e1e3b9-e36b-444c-91e5-6de0a0b23337, #wrap-content-s-79e1e3b9-e36b-444c-91e5-6de0a0b23337 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-79e1e3b9-e36b-444c-91e5-6de0a0b23337 {
  
}
}@media (max-width: 767px){#s-79e1e3b9-e36b-444c-91e5-6de0a0b23337 {
  display: none;
}
#s-79e1e3b9-e36b-444c-91e5-6de0a0b23337, #wrap-s-79e1e3b9-e36b-444c-91e5-6de0a0b23337, #wrap-content-s-79e1e3b9-e36b-444c-91e5-6de0a0b23337 { display: none !important; }}
#s-a45f2a18-4b19-4db4-a3d0-fd3170612073 {
  margin-top: 60px;
margin-bottom: 100px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(37, 29, 29, 0.5);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
background-position: center center;
}
#s-a45f2a18-4b19-4db4-a3d0-fd3170612073:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a45f2a18-4b19-4db4-a3d0-fd3170612073:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-a45f2a18-4b19-4db4-a3d0-fd3170612073 {
  display: none;
}
#s-a45f2a18-4b19-4db4-a3d0-fd3170612073, #wrap-s-a45f2a18-4b19-4db4-a3d0-fd3170612073, #wrap-content-s-a45f2a18-4b19-4db4-a3d0-fd3170612073 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a45f2a18-4b19-4db4-a3d0-fd3170612073 {
  display: none;
}
#s-a45f2a18-4b19-4db4-a3d0-fd3170612073, #wrap-s-a45f2a18-4b19-4db4-a3d0-fd3170612073, #wrap-content-s-a45f2a18-4b19-4db4-a3d0-fd3170612073 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a45f2a18-4b19-4db4-a3d0-fd3170612073 {
  
}
}@media (max-width: 767px){#s-a45f2a18-4b19-4db4-a3d0-fd3170612073 {
  display: none;
}
#s-a45f2a18-4b19-4db4-a3d0-fd3170612073, #wrap-s-a45f2a18-4b19-4db4-a3d0-fd3170612073, #wrap-content-s-a45f2a18-4b19-4db4-a3d0-fd3170612073 { display: none !important; }}

  #s-a45f2a18-4b19-4db4-a3d0-fd3170612073-root {
    text-align: center;
  }


#s-a45f2a18-4b19-4db4-a3d0-fd3170612073.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a45f2a18-4b19-4db4-a3d0-fd3170612073-root {
    text-align: center;
  }


#s-a45f2a18-4b19-4db4-a3d0-fd3170612073.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a45f2a18-4b19-4db4-a3d0-fd3170612073-root {
    text-align: center;
  }


#s-a45f2a18-4b19-4db4-a3d0-fd3170612073.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a45f2a18-4b19-4db4-a3d0-fd3170612073-root {
    text-align: center;
  }


#s-a45f2a18-4b19-4db4-a3d0-fd3170612073.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a45f2a18-4b19-4db4-a3d0-fd3170612073-root {
    text-align: center;
  }


#s-a45f2a18-4b19-4db4-a3d0-fd3170612073.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-12c7c902-9878-43ad-aa2b-0783f28025f7 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
}
@media (max-width: 767px){#s-12c7c902-9878-43ad-aa2b-0783f28025f7 {
  display: none;
}
#s-12c7c902-9878-43ad-aa2b-0783f28025f7, #wrap-s-12c7c902-9878-43ad-aa2b-0783f28025f7, #wrap-content-s-12c7c902-9878-43ad-aa2b-0783f28025f7 { display: none !important; }}
#s-12c7c902-9878-43ad-aa2b-0783f28025f7 {
  background-image: url(https://i.shgcdn.com/a6176e36-4136-4ec4-bf83-c5b4116df8cb/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-12c7c902-9878-43ad-aa2b-0783f28025f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-12c7c902-9878-43ad-aa2b-0783f28025f7.shg-box.shg-c {
  justify-content: center;
}

#s-ff77374c-dbe9-4ba4-b690-02c31e9f0a5c {
  margin-top: 30px;
margin-bottom: 30px;
}
@media (max-width: 767px){#s-ff77374c-dbe9-4ba4-b690-02c31e9f0a5c {
  display: none;
}
#s-ff77374c-dbe9-4ba4-b690-02c31e9f0a5c, #wrap-s-ff77374c-dbe9-4ba4-b690-02c31e9f0a5c, #wrap-content-s-ff77374c-dbe9-4ba4-b690-02c31e9f0a5c { display: none !important; }}
@media (min-width: 0px) {
[id="s-ff77374c-dbe9-4ba4-b690-02c31e9f0a5c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ff77374c-dbe9-4ba4-b690-02c31e9f0a5c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ff77374c-dbe9-4ba4-b690-02c31e9f0a5c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ff77374c-dbe9-4ba4-b690-02c31e9f0a5c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f68821cd-6607-45fb-a3ee-ae0c1175ffb4 {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (max-width: 767px){#s-64e762b5-b9bf-47da-af1f-e2d846414b64 {
  display: none;
}
#s-64e762b5-b9bf-47da-af1f-e2d846414b64, #wrap-s-64e762b5-b9bf-47da-af1f-e2d846414b64, #wrap-content-s-64e762b5-b9bf-47da-af1f-e2d846414b64 { display: none !important; }}
@media (min-width: 0px) {
[id="s-64e762b5-b9bf-47da-af1f-e2d846414b64"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-64e762b5-b9bf-47da-af1f-e2d846414b64"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-64e762b5-b9bf-47da-af1f-e2d846414b64"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-64e762b5-b9bf-47da-af1f-e2d846414b64"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-3eb4722a-a175-4b0d-8d98-99866c4229c6 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 15px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-3eb4722a-a175-4b0d-8d98-99866c4229c6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3eb4722a-a175-4b0d-8d98-99866c4229c6:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODhkNTEwN2MtNDgxNy00MTIwLTgzN2QtMjAwYjM0Y2RmZmZlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjFmMWVhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4OGQ1MTA3Yy00ODE3LTQxMjAtODM3ZC0yMDBiMzRjZGZmZmUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 15px !important;
border-left-width: 15px !important;
border-bottom-width: 15px !important;
border-right-width: 15px !important;
border-color: #2C2A34 !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"pos"=>"0.00", "color"=>"#f1f1ea"}, {"pos"=>"1.00", "color"=>"#7e20cf"}] !important;}

  #s-3eb4722a-a175-4b0d-8d98-99866c4229c6-root {
    text-align: center;
  }


#s-3eb4722a-a175-4b0d-8d98-99866c4229c6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3eb4722a-a175-4b0d-8d98-99866c4229c6-root {
    text-align: center;
  }


#s-3eb4722a-a175-4b0d-8d98-99866c4229c6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3eb4722a-a175-4b0d-8d98-99866c4229c6-root {
    text-align: center;
  }


#s-3eb4722a-a175-4b0d-8d98-99866c4229c6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3eb4722a-a175-4b0d-8d98-99866c4229c6-root {
    text-align: center;
  }


#s-3eb4722a-a175-4b0d-8d98-99866c4229c6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3eb4722a-a175-4b0d-8d98-99866c4229c6-root {
    text-align: center;
  }


#s-3eb4722a-a175-4b0d-8d98-99866c4229c6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-a97ae6aa-9fc6-4a1b-a8ee-6aff70280e63 {
  text-align: center;
}

#s-a97ae6aa-9fc6-4a1b-a8ee-6aff70280e63 {
  overflow: hidden;
  
  
}







  #s-a97ae6aa-9fc6-4a1b-a8ee-6aff70280e63 img.shogun-image {
    

    
    
    
  }


#s-a97ae6aa-9fc6-4a1b-a8ee-6aff70280e63 .shogun-image-content {
  
    justify-content: center;
  
}

@media (min-width: 0px) {
[id="s-d73735a4-5950-4bf5-9556-58536040dcb6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d73735a4-5950-4bf5-9556-58536040dcb6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d73735a4-5950-4bf5-9556-58536040dcb6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d73735a4-5950-4bf5-9556-58536040dcb6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-09d3e5c2-e37d-4c6a-8200-f147373e1c25 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
}
@media (min-width: 1200px){#s-09d3e5c2-e37d-4c6a-8200-f147373e1c25 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-09d3e5c2-e37d-4c6a-8200-f147373e1c25 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-09d3e5c2-e37d-4c6a-8200-f147373e1c25 {
  
}
}@media (max-width: 767px){#s-09d3e5c2-e37d-4c6a-8200-f147373e1c25 {
  display: none;
}
#s-09d3e5c2-e37d-4c6a-8200-f147373e1c25, #wrap-s-09d3e5c2-e37d-4c6a-8200-f147373e1c25, #wrap-content-s-09d3e5c2-e37d-4c6a-8200-f147373e1c25 { display: none !important; }}
#s-09d3e5c2-e37d-4c6a-8200-f147373e1c25 {
  background-image: url(https://i.shgcdn.com/006a5a34-3ff7-4f4e-bdc1-558af8179a39/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-09d3e5c2-e37d-4c6a-8200-f147373e1c25 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-09d3e5c2-e37d-4c6a-8200-f147373e1c25 {
  cursor: pointer;
}#s-09d3e5c2-e37d-4c6a-8200-f147373e1c25.shg-box.shg-c {
  justify-content: flex-start;
}

#s-eaff7cd0-0778-4433-935b-a035cceb6354 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-eaff7cd0-0778-4433-935b-a035cceb6354 {
  display: none;
}
#s-eaff7cd0-0778-4433-935b-a035cceb6354, #wrap-s-eaff7cd0-0778-4433-935b-a035cceb6354, #wrap-content-s-eaff7cd0-0778-4433-935b-a035cceb6354 { display: none !important; }}@media (max-width: 767px){#s-eaff7cd0-0778-4433-935b-a035cceb6354 {
  display: none;
}
#s-eaff7cd0-0778-4433-935b-a035cceb6354, #wrap-s-eaff7cd0-0778-4433-935b-a035cceb6354, #wrap-content-s-eaff7cd0-0778-4433-935b-a035cceb6354 { display: none !important; }}
@media (min-width: 0px) {
[id="s-eaff7cd0-0778-4433-935b-a035cceb6354"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-eaff7cd0-0778-4433-935b-a035cceb6354"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-eaff7cd0-0778-4433-935b-a035cceb6354"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-eaff7cd0-0778-4433-935b-a035cceb6354"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-1a71d2ff-df51-40ed-ae7c-034a8df204c7 {
  padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.5);
}
@media (min-width: 768px) and (max-width: 991px){#s-1a71d2ff-df51-40ed-ae7c-034a8df204c7 {
  display: none;
}
#s-1a71d2ff-df51-40ed-ae7c-034a8df204c7, #wrap-s-1a71d2ff-df51-40ed-ae7c-034a8df204c7, #wrap-content-s-1a71d2ff-df51-40ed-ae7c-034a8df204c7 { display: none !important; }}@media (max-width: 767px){#s-1a71d2ff-df51-40ed-ae7c-034a8df204c7 {
  display: none;
}
#s-1a71d2ff-df51-40ed-ae7c-034a8df204c7, #wrap-s-1a71d2ff-df51-40ed-ae7c-034a8df204c7, #wrap-content-s-1a71d2ff-df51-40ed-ae7c-034a8df204c7 { display: none !important; }}
#s-44f29eb0-95aa-4fe3-8145-30f884549e76 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-44f29eb0-95aa-4fe3-8145-30f884549e76 {
  display: none;
}
#s-44f29eb0-95aa-4fe3-8145-30f884549e76, #wrap-s-44f29eb0-95aa-4fe3-8145-30f884549e76, #wrap-content-s-44f29eb0-95aa-4fe3-8145-30f884549e76 { display: none !important; }}@media (max-width: 767px){#s-44f29eb0-95aa-4fe3-8145-30f884549e76 {
  display: none;
}
#s-44f29eb0-95aa-4fe3-8145-30f884549e76, #wrap-s-44f29eb0-95aa-4fe3-8145-30f884549e76, #wrap-content-s-44f29eb0-95aa-4fe3-8145-30f884549e76 { display: none !important; }}
@media (min-width: 0px) {
[id="s-44f29eb0-95aa-4fe3-8145-30f884549e76"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-44f29eb0-95aa-4fe3-8145-30f884549e76"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-44f29eb0-95aa-4fe3-8145-30f884549e76"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-44f29eb0-95aa-4fe3-8145-30f884549e76"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-dec51d80-d49c-410b-a5d5-716bcfd65329 {
  margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.6);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-dec51d80-d49c-410b-a5d5-716bcfd65329:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-dec51d80-d49c-410b-a5d5-716bcfd65329:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-dec51d80-d49c-410b-a5d5-716bcfd65329 {
  display: none;
}
#s-dec51d80-d49c-410b-a5d5-716bcfd65329, #wrap-s-dec51d80-d49c-410b-a5d5-716bcfd65329, #wrap-content-s-dec51d80-d49c-410b-a5d5-716bcfd65329 { display: none !important; }}@media (max-width: 767px){#s-dec51d80-d49c-410b-a5d5-716bcfd65329 {
  display: none;
}
#s-dec51d80-d49c-410b-a5d5-716bcfd65329, #wrap-s-dec51d80-d49c-410b-a5d5-716bcfd65329, #wrap-content-s-dec51d80-d49c-410b-a5d5-716bcfd65329 { display: none !important; }}

  #s-dec51d80-d49c-410b-a5d5-716bcfd65329-root {
    text-align: center;
  }


#s-dec51d80-d49c-410b-a5d5-716bcfd65329.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-dec51d80-d49c-410b-a5d5-716bcfd65329-root {
    text-align: center;
  }


#s-dec51d80-d49c-410b-a5d5-716bcfd65329.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dec51d80-d49c-410b-a5d5-716bcfd65329-root {
    text-align: center;
  }


#s-dec51d80-d49c-410b-a5d5-716bcfd65329.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dec51d80-d49c-410b-a5d5-716bcfd65329-root {
    text-align: center;
  }


#s-dec51d80-d49c-410b-a5d5-716bcfd65329.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-dec51d80-d49c-410b-a5d5-716bcfd65329-root {
    text-align: center;
  }


#s-dec51d80-d49c-410b-a5d5-716bcfd65329.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
@media (min-width: 1200px){#s-0dddae4c-2fc2-4302-b141-1e07c09bae6e {
  display: none;
}
#s-0dddae4c-2fc2-4302-b141-1e07c09bae6e, #wrap-s-0dddae4c-2fc2-4302-b141-1e07c09bae6e, #wrap-content-s-0dddae4c-2fc2-4302-b141-1e07c09bae6e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0dddae4c-2fc2-4302-b141-1e07c09bae6e {
  display: none;
}
#s-0dddae4c-2fc2-4302-b141-1e07c09bae6e, #wrap-s-0dddae4c-2fc2-4302-b141-1e07c09bae6e, #wrap-content-s-0dddae4c-2fc2-4302-b141-1e07c09bae6e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0dddae4c-2fc2-4302-b141-1e07c09bae6e {
  
}
}@media (max-width: 767px){#s-0dddae4c-2fc2-4302-b141-1e07c09bae6e {
  display: none;
}
#s-0dddae4c-2fc2-4302-b141-1e07c09bae6e, #wrap-s-0dddae4c-2fc2-4302-b141-1e07c09bae6e, #wrap-content-s-0dddae4c-2fc2-4302-b141-1e07c09bae6e { display: none !important; }}
@media (min-width: 0px) {
[id="s-0dddae4c-2fc2-4302-b141-1e07c09bae6e"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-0dddae4c-2fc2-4302-b141-1e07c09bae6e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0dddae4c-2fc2-4302-b141-1e07c09bae6e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0dddae4c-2fc2-4302-b141-1e07c09bae6e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0dddae4c-2fc2-4302-b141-1e07c09bae6e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0dddae4c-2fc2-4302-b141-1e07c09bae6e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0dddae4c-2fc2-4302-b141-1e07c09bae6e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-123b62ed-f37c-45eb-bf99-cf6646ea6542 {
  margin-top: 100px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.5);
}
@media (min-width: 1200px){#s-123b62ed-f37c-45eb-bf99-cf6646ea6542 {
  display: none;
}
#s-123b62ed-f37c-45eb-bf99-cf6646ea6542, #wrap-s-123b62ed-f37c-45eb-bf99-cf6646ea6542, #wrap-content-s-123b62ed-f37c-45eb-bf99-cf6646ea6542 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-123b62ed-f37c-45eb-bf99-cf6646ea6542 {
  display: none;
}
#s-123b62ed-f37c-45eb-bf99-cf6646ea6542, #wrap-s-123b62ed-f37c-45eb-bf99-cf6646ea6542, #wrap-content-s-123b62ed-f37c-45eb-bf99-cf6646ea6542 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-123b62ed-f37c-45eb-bf99-cf6646ea6542 {
  
}
}@media (max-width: 767px){#s-123b62ed-f37c-45eb-bf99-cf6646ea6542 {
  
}
}
#s-5b45bff2-1563-4a45-a6ac-c3942c4f14bf {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.6);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-5b45bff2-1563-4a45-a6ac-c3942c4f14bf:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5b45bff2-1563-4a45-a6ac-c3942c4f14bf:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-5b45bff2-1563-4a45-a6ac-c3942c4f14bf {
  display: none;
}
#s-5b45bff2-1563-4a45-a6ac-c3942c4f14bf, #wrap-s-5b45bff2-1563-4a45-a6ac-c3942c4f14bf, #wrap-content-s-5b45bff2-1563-4a45-a6ac-c3942c4f14bf { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5b45bff2-1563-4a45-a6ac-c3942c4f14bf {
  display: none;
}
#s-5b45bff2-1563-4a45-a6ac-c3942c4f14bf, #wrap-s-5b45bff2-1563-4a45-a6ac-c3942c4f14bf, #wrap-content-s-5b45bff2-1563-4a45-a6ac-c3942c4f14bf { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5b45bff2-1563-4a45-a6ac-c3942c4f14bf {
  
}
}@media (max-width: 767px){#s-5b45bff2-1563-4a45-a6ac-c3942c4f14bf {
  display: none;
}
#s-5b45bff2-1563-4a45-a6ac-c3942c4f14bf, #wrap-s-5b45bff2-1563-4a45-a6ac-c3942c4f14bf, #wrap-content-s-5b45bff2-1563-4a45-a6ac-c3942c4f14bf { display: none !important; }}

  #s-5b45bff2-1563-4a45-a6ac-c3942c4f14bf-root {
    text-align: center;
  }


#s-5b45bff2-1563-4a45-a6ac-c3942c4f14bf.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5b45bff2-1563-4a45-a6ac-c3942c4f14bf-root {
    text-align: center;
  }


#s-5b45bff2-1563-4a45-a6ac-c3942c4f14bf.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5b45bff2-1563-4a45-a6ac-c3942c4f14bf-root {
    text-align: center;
  }


#s-5b45bff2-1563-4a45-a6ac-c3942c4f14bf.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5b45bff2-1563-4a45-a6ac-c3942c4f14bf-root {
    text-align: center;
  }


#s-5b45bff2-1563-4a45-a6ac-c3942c4f14bf.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5b45bff2-1563-4a45-a6ac-c3942c4f14bf-root {
    text-align: center;
  }


#s-5b45bff2-1563-4a45-a6ac-c3942c4f14bf.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-5d3bdeec-1d52-4551-9fcc-3b39aafabca0 {
  margin-top: 80px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.5);
}
@media (min-width: 1200px){#s-5d3bdeec-1d52-4551-9fcc-3b39aafabca0 {
  display: none;
}
#s-5d3bdeec-1d52-4551-9fcc-3b39aafabca0, #wrap-s-5d3bdeec-1d52-4551-9fcc-3b39aafabca0, #wrap-content-s-5d3bdeec-1d52-4551-9fcc-3b39aafabca0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5d3bdeec-1d52-4551-9fcc-3b39aafabca0 {
  display: none;
}
#s-5d3bdeec-1d52-4551-9fcc-3b39aafabca0, #wrap-s-5d3bdeec-1d52-4551-9fcc-3b39aafabca0, #wrap-content-s-5d3bdeec-1d52-4551-9fcc-3b39aafabca0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5d3bdeec-1d52-4551-9fcc-3b39aafabca0 {
  display: none;
}
#s-5d3bdeec-1d52-4551-9fcc-3b39aafabca0, #wrap-s-5d3bdeec-1d52-4551-9fcc-3b39aafabca0, #wrap-content-s-5d3bdeec-1d52-4551-9fcc-3b39aafabca0 { display: none !important; }}@media (max-width: 767px){#s-5d3bdeec-1d52-4551-9fcc-3b39aafabca0 {
  
}
}
#s-74d87484-6df3-463d-9562-a21bee7b298b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.6);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-74d87484-6df3-463d-9562-a21bee7b298b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-74d87484-6df3-463d-9562-a21bee7b298b:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-74d87484-6df3-463d-9562-a21bee7b298b {
  display: none;
}
#s-74d87484-6df3-463d-9562-a21bee7b298b, #wrap-s-74d87484-6df3-463d-9562-a21bee7b298b, #wrap-content-s-74d87484-6df3-463d-9562-a21bee7b298b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-74d87484-6df3-463d-9562-a21bee7b298b {
  display: none;
}
#s-74d87484-6df3-463d-9562-a21bee7b298b, #wrap-s-74d87484-6df3-463d-9562-a21bee7b298b, #wrap-content-s-74d87484-6df3-463d-9562-a21bee7b298b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-74d87484-6df3-463d-9562-a21bee7b298b {
  display: none;
}
#s-74d87484-6df3-463d-9562-a21bee7b298b, #wrap-s-74d87484-6df3-463d-9562-a21bee7b298b, #wrap-content-s-74d87484-6df3-463d-9562-a21bee7b298b { display: none !important; }}@media (max-width: 767px){#s-74d87484-6df3-463d-9562-a21bee7b298b {
  
}
}

  #s-74d87484-6df3-463d-9562-a21bee7b298b-root {
    text-align: center;
  }


#s-74d87484-6df3-463d-9562-a21bee7b298b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-74d87484-6df3-463d-9562-a21bee7b298b-root {
    text-align: center;
  }


#s-74d87484-6df3-463d-9562-a21bee7b298b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-74d87484-6df3-463d-9562-a21bee7b298b-root {
    text-align: center;
  }


#s-74d87484-6df3-463d-9562-a21bee7b298b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-74d87484-6df3-463d-9562-a21bee7b298b-root {
    text-align: center;
  }


#s-74d87484-6df3-463d-9562-a21bee7b298b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-74d87484-6df3-463d-9562-a21bee7b298b-root {
    text-align: center;
  }


#s-74d87484-6df3-463d-9562-a21bee7b298b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-6f1bc2a6-2d91-45ab-9c80-e9e60e263f6e {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-6f1bc2a6-2d91-45ab-9c80-e9e60e263f6e {
  
}
}@media (max-width: 767px){#s-6f1bc2a6-2d91-45ab-9c80-e9e60e263f6e {
  display: none;
}
#s-6f1bc2a6-2d91-45ab-9c80-e9e60e263f6e, #wrap-s-6f1bc2a6-2d91-45ab-9c80-e9e60e263f6e, #wrap-content-s-6f1bc2a6-2d91-45ab-9c80-e9e60e263f6e { display: none !important; }}
#s-6f1bc2a6-2d91-45ab-9c80-e9e60e263f6e {
  background-image: url(https://i.shgcdn.com/c120b6bb-8adf-4d08-a423-8686d178f00e/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-6f1bc2a6-2d91-45ab-9c80-e9e60e263f6e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6f1bc2a6-2d91-45ab-9c80-e9e60e263f6e {
  cursor: pointer;
}#s-6f1bc2a6-2d91-45ab-9c80-e9e60e263f6e.shg-box.shg-c {
  justify-content: flex-start;
}

#s-12f00ab6-cafd-4a63-84f7-24921ae5f144 {
  margin-top: 60px;
margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-12f00ab6-cafd-4a63-84f7-24921ae5f144 {
  
}
}@media (max-width: 767px){#s-12f00ab6-cafd-4a63-84f7-24921ae5f144 {
  display: none;
}
#s-12f00ab6-cafd-4a63-84f7-24921ae5f144, #wrap-s-12f00ab6-cafd-4a63-84f7-24921ae5f144, #wrap-content-s-12f00ab6-cafd-4a63-84f7-24921ae5f144 { display: none !important; }}
@media (min-width: 0px) {
[id="s-12f00ab6-cafd-4a63-84f7-24921ae5f144"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-12f00ab6-cafd-4a63-84f7-24921ae5f144"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-12f00ab6-cafd-4a63-84f7-24921ae5f144"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-12f00ab6-cafd-4a63-84f7-24921ae5f144"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-12f00ab6-cafd-4a63-84f7-24921ae5f144"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-12f00ab6-cafd-4a63-84f7-24921ae5f144"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-12f00ab6-cafd-4a63-84f7-24921ae5f144"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-a29b45f7-820a-4690-a79d-e20902e81ab5 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.5);
}
@media (min-width: 768px) and (max-width: 991px){#s-a29b45f7-820a-4690-a79d-e20902e81ab5 {
  
}
}@media (max-width: 767px){#s-a29b45f7-820a-4690-a79d-e20902e81ab5 {
  display: none;
}
#s-a29b45f7-820a-4690-a79d-e20902e81ab5, #wrap-s-a29b45f7-820a-4690-a79d-e20902e81ab5, #wrap-content-s-a29b45f7-820a-4690-a79d-e20902e81ab5 { display: none !important; }}
#s-dfcf6f67-1a63-4a3c-8a19-bb9bef801b2b {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-dfcf6f67-1a63-4a3c-8a19-bb9bef801b2b {
  
}
}@media (max-width: 767px){#s-dfcf6f67-1a63-4a3c-8a19-bb9bef801b2b {
  display: none;
}
#s-dfcf6f67-1a63-4a3c-8a19-bb9bef801b2b, #wrap-s-dfcf6f67-1a63-4a3c-8a19-bb9bef801b2b, #wrap-content-s-dfcf6f67-1a63-4a3c-8a19-bb9bef801b2b { display: none !important; }}
@media (min-width: 0px) {
[id="s-dfcf6f67-1a63-4a3c-8a19-bb9bef801b2b"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-dfcf6f67-1a63-4a3c-8a19-bb9bef801b2b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dfcf6f67-1a63-4a3c-8a19-bb9bef801b2b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dfcf6f67-1a63-4a3c-8a19-bb9bef801b2b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dfcf6f67-1a63-4a3c-8a19-bb9bef801b2b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dfcf6f67-1a63-4a3c-8a19-bb9bef801b2b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dfcf6f67-1a63-4a3c-8a19-bb9bef801b2b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-834db30d-550f-44cc-bb9a-d8a6dba483b6 {
  margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.7);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
}
#s-834db30d-550f-44cc-bb9a-d8a6dba483b6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-834db30d-550f-44cc-bb9a-d8a6dba483b6:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-834db30d-550f-44cc-bb9a-d8a6dba483b6 {
  
}
}@media (max-width: 767px){#s-834db30d-550f-44cc-bb9a-d8a6dba483b6 {
  display: none;
}
#s-834db30d-550f-44cc-bb9a-d8a6dba483b6, #wrap-s-834db30d-550f-44cc-bb9a-d8a6dba483b6, #wrap-content-s-834db30d-550f-44cc-bb9a-d8a6dba483b6 { display: none !important; }}

  #s-834db30d-550f-44cc-bb9a-d8a6dba483b6-root {
    text-align: center;
  }


#s-834db30d-550f-44cc-bb9a-d8a6dba483b6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-834db30d-550f-44cc-bb9a-d8a6dba483b6-root {
    text-align: center;
  }


#s-834db30d-550f-44cc-bb9a-d8a6dba483b6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-834db30d-550f-44cc-bb9a-d8a6dba483b6-root {
    text-align: center;
  }


#s-834db30d-550f-44cc-bb9a-d8a6dba483b6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-834db30d-550f-44cc-bb9a-d8a6dba483b6-root {
    text-align: center;
  }


#s-834db30d-550f-44cc-bb9a-d8a6dba483b6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-834db30d-550f-44cc-bb9a-d8a6dba483b6-root {
    text-align: center;
  }


#s-834db30d-550f-44cc-bb9a-d8a6dba483b6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-b3126c18-5d0c-4d56-b39d-a347e7ee3432 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-b3126c18-5d0c-4d56-b39d-a347e7ee3432 {
  
}
}@media (max-width: 767px){#s-b3126c18-5d0c-4d56-b39d-a347e7ee3432 {
  display: none;
}
#s-b3126c18-5d0c-4d56-b39d-a347e7ee3432, #wrap-s-b3126c18-5d0c-4d56-b39d-a347e7ee3432, #wrap-content-s-b3126c18-5d0c-4d56-b39d-a347e7ee3432 { display: none !important; }}
#s-b3126c18-5d0c-4d56-b39d-a347e7ee3432 {
  background-image: url(https://i.shgcdn.com/58ac029f-20e6-4aa6-b63e-96fe2afb3399/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-b3126c18-5d0c-4d56-b39d-a347e7ee3432 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b3126c18-5d0c-4d56-b39d-a347e7ee3432 {
  cursor: pointer;
}#s-b3126c18-5d0c-4d56-b39d-a347e7ee3432.shg-box.shg-c {
  justify-content: center;
}

#s-b6b79222-ce34-4702-a82e-31ce8cbbe92a {
  margin-top: 20px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b6b79222-ce34-4702-a82e-31ce8cbbe92a {
  
}
}@media (max-width: 767px){#s-b6b79222-ce34-4702-a82e-31ce8cbbe92a {
  
}
}
@media (min-width: 0px) {
[id="s-b6b79222-ce34-4702-a82e-31ce8cbbe92a"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b6b79222-ce34-4702-a82e-31ce8cbbe92a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b6b79222-ce34-4702-a82e-31ce8cbbe92a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b6b79222-ce34-4702-a82e-31ce8cbbe92a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-9b99f9fe-07f7-49df-9a13-3d0c61215f13 {
  padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.5);
}
@media (min-width: 768px) and (max-width: 991px){#s-9b99f9fe-07f7-49df-9a13-3d0c61215f13 {
  
}
}@media (max-width: 767px){#s-9b99f9fe-07f7-49df-9a13-3d0c61215f13 {
  
}
}
#s-91fbb7a7-e61f-4455-80b0-9ee021e39880 {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-91fbb7a7-e61f-4455-80b0-9ee021e39880 {
  
}
}@media (max-width: 767px){#s-91fbb7a7-e61f-4455-80b0-9ee021e39880 {
  
}
}
@media (min-width: 0px) {
[id="s-91fbb7a7-e61f-4455-80b0-9ee021e39880"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-91fbb7a7-e61f-4455-80b0-9ee021e39880"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-91fbb7a7-e61f-4455-80b0-9ee021e39880"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-91fbb7a7-e61f-4455-80b0-9ee021e39880"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-91fbb7a7-e61f-4455-80b0-9ee021e39880"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-91fbb7a7-e61f-4455-80b0-9ee021e39880"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-91fbb7a7-e61f-4455-80b0-9ee021e39880"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-ab136211-9bba-4219-baa3-38d10ea54358 {
  margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.7);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
}
#s-ab136211-9bba-4219-baa3-38d10ea54358:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ab136211-9bba-4219-baa3-38d10ea54358:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-ab136211-9bba-4219-baa3-38d10ea54358 {
  
}
}@media (max-width: 767px){#s-ab136211-9bba-4219-baa3-38d10ea54358 {
  
}
}

  #s-ab136211-9bba-4219-baa3-38d10ea54358-root {
    text-align: center;
  }


#s-ab136211-9bba-4219-baa3-38d10ea54358.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ab136211-9bba-4219-baa3-38d10ea54358-root {
    text-align: center;
  }


#s-ab136211-9bba-4219-baa3-38d10ea54358.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ab136211-9bba-4219-baa3-38d10ea54358-root {
    text-align: center;
  }


#s-ab136211-9bba-4219-baa3-38d10ea54358.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ab136211-9bba-4219-baa3-38d10ea54358-root {
    text-align: center;
  }


#s-ab136211-9bba-4219-baa3-38d10ea54358.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ab136211-9bba-4219-baa3-38d10ea54358-root {
    text-align: center;
  }


#s-ab136211-9bba-4219-baa3-38d10ea54358.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-48b9fc85-0558-41a7-8eb6-8bf4757fb5e7 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
}
@media (min-width: 1200px){#s-48b9fc85-0558-41a7-8eb6-8bf4757fb5e7 {
  display: none;
}
#s-48b9fc85-0558-41a7-8eb6-8bf4757fb5e7, #wrap-s-48b9fc85-0558-41a7-8eb6-8bf4757fb5e7, #wrap-content-s-48b9fc85-0558-41a7-8eb6-8bf4757fb5e7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-48b9fc85-0558-41a7-8eb6-8bf4757fb5e7 {
  display: none;
}
#s-48b9fc85-0558-41a7-8eb6-8bf4757fb5e7, #wrap-s-48b9fc85-0558-41a7-8eb6-8bf4757fb5e7, #wrap-content-s-48b9fc85-0558-41a7-8eb6-8bf4757fb5e7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-48b9fc85-0558-41a7-8eb6-8bf4757fb5e7 {
  display: none;
}
#s-48b9fc85-0558-41a7-8eb6-8bf4757fb5e7, #wrap-s-48b9fc85-0558-41a7-8eb6-8bf4757fb5e7, #wrap-content-s-48b9fc85-0558-41a7-8eb6-8bf4757fb5e7 { display: none !important; }}
#s-48b9fc85-0558-41a7-8eb6-8bf4757fb5e7 {
  background-image: url(https://i.shgcdn.com/a6176e36-4136-4ec4-bf83-c5b4116df8cb/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-48b9fc85-0558-41a7-8eb6-8bf4757fb5e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-48b9fc85-0558-41a7-8eb6-8bf4757fb5e7.shg-box.shg-c {
  justify-content: center;
}

#s-eebe6903-af14-4b97-b5ff-b5a4c47a86b5 {
  margin-top: 100px;
margin-left: 20px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-eebe6903-af14-4b97-b5ff-b5a4c47a86b5 {
  display: none;
}
#s-eebe6903-af14-4b97-b5ff-b5a4c47a86b5, #wrap-s-eebe6903-af14-4b97-b5ff-b5a4c47a86b5, #wrap-content-s-eebe6903-af14-4b97-b5ff-b5a4c47a86b5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-eebe6903-af14-4b97-b5ff-b5a4c47a86b5 {
  display: none;
}
#s-eebe6903-af14-4b97-b5ff-b5a4c47a86b5, #wrap-s-eebe6903-af14-4b97-b5ff-b5a4c47a86b5, #wrap-content-s-eebe6903-af14-4b97-b5ff-b5a4c47a86b5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-eebe6903-af14-4b97-b5ff-b5a4c47a86b5 {
  display: none;
}
#s-eebe6903-af14-4b97-b5ff-b5a4c47a86b5, #wrap-s-eebe6903-af14-4b97-b5ff-b5a4c47a86b5, #wrap-content-s-eebe6903-af14-4b97-b5ff-b5a4c47a86b5 { display: none !important; }}
@media (min-width: 0px) {
[id="s-eebe6903-af14-4b97-b5ff-b5a4c47a86b5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-eebe6903-af14-4b97-b5ff-b5a4c47a86b5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-eebe6903-af14-4b97-b5ff-b5a4c47a86b5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-eebe6903-af14-4b97-b5ff-b5a4c47a86b5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-fe6b5e70-1787-481d-9fc1-c055a2f7723a {
  margin-top: 25px;
margin-bottom: 25px;
}

#s-bc1f4e6c-f8a7-499c-936d-7c81e99ca9c8 {
  margin-top: 30px;
margin-bottom: 30px;
}
@media (max-width: 767px){#s-bc1f4e6c-f8a7-499c-936d-7c81e99ca9c8 {
  display: none;
}
#s-bc1f4e6c-f8a7-499c-936d-7c81e99ca9c8, #wrap-s-bc1f4e6c-f8a7-499c-936d-7c81e99ca9c8, #wrap-content-s-bc1f4e6c-f8a7-499c-936d-7c81e99ca9c8 { display: none !important; }}
@media (min-width: 0px) {
[id="s-bc1f4e6c-f8a7-499c-936d-7c81e99ca9c8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bc1f4e6c-f8a7-499c-936d-7c81e99ca9c8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bc1f4e6c-f8a7-499c-936d-7c81e99ca9c8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bc1f4e6c-f8a7-499c-936d-7c81e99ca9c8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e4e45e79-000c-42ad-898f-fe4b976ca645 {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (max-width: 767px){#s-9cea76d7-43b3-4c31-8356-b2932fe52b99 {
  display: none;
}
#s-9cea76d7-43b3-4c31-8356-b2932fe52b99, #wrap-s-9cea76d7-43b3-4c31-8356-b2932fe52b99, #wrap-content-s-9cea76d7-43b3-4c31-8356-b2932fe52b99 { display: none !important; }}
@media (min-width: 0px) {
[id="s-9cea76d7-43b3-4c31-8356-b2932fe52b99"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9cea76d7-43b3-4c31-8356-b2932fe52b99"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9cea76d7-43b3-4c31-8356-b2932fe52b99"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9cea76d7-43b3-4c31-8356-b2932fe52b99"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-06a58a12-34dc-45ca-9f69-3d2a8d034975 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 15px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-06a58a12-34dc-45ca-9f69-3d2a8d034975:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-06a58a12-34dc-45ca-9f69-3d2a8d034975:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODhkNTEwN2MtNDgxNy00MTIwLTgzN2QtMjAwYjM0Y2RmZmZlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjFmMWVhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4OGQ1MTA3Yy00ODE3LTQxMjAtODM3ZC0yMDBiMzRjZGZmZmUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 15px !important;
border-left-width: 15px !important;
border-bottom-width: 15px !important;
border-right-width: 15px !important;
border-color: #2C2A34 !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"pos"=>"0.00", "color"=>"#f1f1ea"}, {"pos"=>"1.00", "color"=>"#7e20cf"}] !important;}

  #s-06a58a12-34dc-45ca-9f69-3d2a8d034975-root {
    text-align: center;
  }


#s-06a58a12-34dc-45ca-9f69-3d2a8d034975.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-06a58a12-34dc-45ca-9f69-3d2a8d034975-root {
    text-align: center;
  }


#s-06a58a12-34dc-45ca-9f69-3d2a8d034975.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-06a58a12-34dc-45ca-9f69-3d2a8d034975-root {
    text-align: center;
  }


#s-06a58a12-34dc-45ca-9f69-3d2a8d034975.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-06a58a12-34dc-45ca-9f69-3d2a8d034975-root {
    text-align: center;
  }


#s-06a58a12-34dc-45ca-9f69-3d2a8d034975.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-06a58a12-34dc-45ca-9f69-3d2a8d034975-root {
    text-align: center;
  }


#s-06a58a12-34dc-45ca-9f69-3d2a8d034975.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-fe83a9ba-6580-438d-a4bd-14a42425280e {
  border-style: solid;
margin-top: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 15px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-fe83a9ba-6580-438d-a4bd-14a42425280e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fe83a9ba-6580-438d-a4bd-14a42425280e:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODhkNTEwN2MtNDgxNy00MTIwLTgzN2QtMjAwYjM0Y2RmZmZlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjFmMWVhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4OGQ1MTA3Yy00ODE3LTQxMjAtODM3ZC0yMDBiMzRjZGZmZmUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 15px !important;
border-left-width: 15px !important;
border-bottom-width: 15px !important;
border-right-width: 15px !important;
border-color: #2C2A34 !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"pos"=>"0.00", "color"=>"#f1f1ea"}, {"pos"=>"1.00", "color"=>"#7e20cf"}] !important;}@media (min-width: 1200px){#s-fe83a9ba-6580-438d-a4bd-14a42425280e {
  display: none;
}
#s-fe83a9ba-6580-438d-a4bd-14a42425280e, #wrap-s-fe83a9ba-6580-438d-a4bd-14a42425280e, #wrap-content-s-fe83a9ba-6580-438d-a4bd-14a42425280e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fe83a9ba-6580-438d-a4bd-14a42425280e {
  display: none;
}
#s-fe83a9ba-6580-438d-a4bd-14a42425280e, #wrap-s-fe83a9ba-6580-438d-a4bd-14a42425280e, #wrap-content-s-fe83a9ba-6580-438d-a4bd-14a42425280e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fe83a9ba-6580-438d-a4bd-14a42425280e {
  display: none;
}
#s-fe83a9ba-6580-438d-a4bd-14a42425280e, #wrap-s-fe83a9ba-6580-438d-a4bd-14a42425280e, #wrap-content-s-fe83a9ba-6580-438d-a4bd-14a42425280e { display: none !important; }}

  #s-fe83a9ba-6580-438d-a4bd-14a42425280e-root {
    text-align: center;
  }


#s-fe83a9ba-6580-438d-a4bd-14a42425280e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fe83a9ba-6580-438d-a4bd-14a42425280e-root {
    text-align: center;
  }


#s-fe83a9ba-6580-438d-a4bd-14a42425280e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fe83a9ba-6580-438d-a4bd-14a42425280e-root {
    text-align: center;
  }


#s-fe83a9ba-6580-438d-a4bd-14a42425280e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fe83a9ba-6580-438d-a4bd-14a42425280e-root {
    text-align: center;
  }


#s-fe83a9ba-6580-438d-a4bd-14a42425280e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fe83a9ba-6580-438d-a4bd-14a42425280e-root {
    text-align: center;
  }


#s-fe83a9ba-6580-438d-a4bd-14a42425280e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-be631da3-e2e5-4090-9639-13f88d7965f1 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
}
@media (min-width: 1200px){#s-be631da3-e2e5-4090-9639-13f88d7965f1 {
  display: none;
}
#s-be631da3-e2e5-4090-9639-13f88d7965f1, #wrap-s-be631da3-e2e5-4090-9639-13f88d7965f1, #wrap-content-s-be631da3-e2e5-4090-9639-13f88d7965f1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-be631da3-e2e5-4090-9639-13f88d7965f1 {
  display: none;
}
#s-be631da3-e2e5-4090-9639-13f88d7965f1, #wrap-s-be631da3-e2e5-4090-9639-13f88d7965f1, #wrap-content-s-be631da3-e2e5-4090-9639-13f88d7965f1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-be631da3-e2e5-4090-9639-13f88d7965f1 {
  display: none;
}
#s-be631da3-e2e5-4090-9639-13f88d7965f1, #wrap-s-be631da3-e2e5-4090-9639-13f88d7965f1, #wrap-content-s-be631da3-e2e5-4090-9639-13f88d7965f1 { display: none !important; }}
#s-be631da3-e2e5-4090-9639-13f88d7965f1 {
  background-image: url(https://i.shgcdn.com/3dfc2375-514d-427e-ad7e-7b27710ff95d/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-be631da3-e2e5-4090-9639-13f88d7965f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-be631da3-e2e5-4090-9639-13f88d7965f1 {
  cursor: pointer;
}#s-be631da3-e2e5-4090-9639-13f88d7965f1.shg-box.shg-c {
  justify-content: flex-end;
}

#s-d4273773-033a-452c-a824-0902769e9a55 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d4273773-033a-452c-a824-0902769e9a55 {
  display: none;
}
#s-d4273773-033a-452c-a824-0902769e9a55, #wrap-s-d4273773-033a-452c-a824-0902769e9a55, #wrap-content-s-d4273773-033a-452c-a824-0902769e9a55 { display: none !important; }}@media (max-width: 767px){#s-d4273773-033a-452c-a824-0902769e9a55 {
  display: none;
}
#s-d4273773-033a-452c-a824-0902769e9a55, #wrap-s-d4273773-033a-452c-a824-0902769e9a55, #wrap-content-s-d4273773-033a-452c-a824-0902769e9a55 { display: none !important; }}
@media (min-width: 0px) {
[id="s-d4273773-033a-452c-a824-0902769e9a55"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-d4273773-033a-452c-a824-0902769e9a55"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d4273773-033a-452c-a824-0902769e9a55"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d4273773-033a-452c-a824-0902769e9a55"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-20998327-f103-451e-9494-08e89f742dde {
  padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.5);
}
@media (min-width: 768px) and (max-width: 991px){#s-20998327-f103-451e-9494-08e89f742dde {
  display: none;
}
#s-20998327-f103-451e-9494-08e89f742dde, #wrap-s-20998327-f103-451e-9494-08e89f742dde, #wrap-content-s-20998327-f103-451e-9494-08e89f742dde { display: none !important; }}@media (max-width: 767px){#s-20998327-f103-451e-9494-08e89f742dde {
  display: none;
}
#s-20998327-f103-451e-9494-08e89f742dde, #wrap-s-20998327-f103-451e-9494-08e89f742dde, #wrap-content-s-20998327-f103-451e-9494-08e89f742dde { display: none !important; }}
#s-913bbd78-4466-450e-9fbd-55837af1f54d {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-913bbd78-4466-450e-9fbd-55837af1f54d {
  display: none;
}
#s-913bbd78-4466-450e-9fbd-55837af1f54d, #wrap-s-913bbd78-4466-450e-9fbd-55837af1f54d, #wrap-content-s-913bbd78-4466-450e-9fbd-55837af1f54d { display: none !important; }}@media (max-width: 767px){#s-913bbd78-4466-450e-9fbd-55837af1f54d {
  display: none;
}
#s-913bbd78-4466-450e-9fbd-55837af1f54d, #wrap-s-913bbd78-4466-450e-9fbd-55837af1f54d, #wrap-content-s-913bbd78-4466-450e-9fbd-55837af1f54d { display: none !important; }}
@media (min-width: 0px) {
[id="s-913bbd78-4466-450e-9fbd-55837af1f54d"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-913bbd78-4466-450e-9fbd-55837af1f54d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-913bbd78-4466-450e-9fbd-55837af1f54d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-913bbd78-4466-450e-9fbd-55837af1f54d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-ebfc29b0-8148-46fe-ad6e-997e1588d542 {
  margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.6);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-ebfc29b0-8148-46fe-ad6e-997e1588d542:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ebfc29b0-8148-46fe-ad6e-997e1588d542:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-ebfc29b0-8148-46fe-ad6e-997e1588d542 {
  display: none;
}
#s-ebfc29b0-8148-46fe-ad6e-997e1588d542, #wrap-s-ebfc29b0-8148-46fe-ad6e-997e1588d542, #wrap-content-s-ebfc29b0-8148-46fe-ad6e-997e1588d542 { display: none !important; }}@media (max-width: 767px){#s-ebfc29b0-8148-46fe-ad6e-997e1588d542 {
  display: none;
}
#s-ebfc29b0-8148-46fe-ad6e-997e1588d542, #wrap-s-ebfc29b0-8148-46fe-ad6e-997e1588d542, #wrap-content-s-ebfc29b0-8148-46fe-ad6e-997e1588d542 { display: none !important; }}

  #s-ebfc29b0-8148-46fe-ad6e-997e1588d542-root {
    text-align: center;
  }


#s-ebfc29b0-8148-46fe-ad6e-997e1588d542.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ebfc29b0-8148-46fe-ad6e-997e1588d542-root {
    text-align: center;
  }


#s-ebfc29b0-8148-46fe-ad6e-997e1588d542.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ebfc29b0-8148-46fe-ad6e-997e1588d542-root {
    text-align: center;
  }


#s-ebfc29b0-8148-46fe-ad6e-997e1588d542.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ebfc29b0-8148-46fe-ad6e-997e1588d542-root {
    text-align: center;
  }


#s-ebfc29b0-8148-46fe-ad6e-997e1588d542.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ebfc29b0-8148-46fe-ad6e-997e1588d542-root {
    text-align: center;
  }


#s-ebfc29b0-8148-46fe-ad6e-997e1588d542.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
@media (min-width: 1200px){#s-9ba57e71-2a2e-4477-acfc-5c9fc14600ce {
  display: none;
}
#s-9ba57e71-2a2e-4477-acfc-5c9fc14600ce, #wrap-s-9ba57e71-2a2e-4477-acfc-5c9fc14600ce, #wrap-content-s-9ba57e71-2a2e-4477-acfc-5c9fc14600ce { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9ba57e71-2a2e-4477-acfc-5c9fc14600ce {
  display: none;
}
#s-9ba57e71-2a2e-4477-acfc-5c9fc14600ce, #wrap-s-9ba57e71-2a2e-4477-acfc-5c9fc14600ce, #wrap-content-s-9ba57e71-2a2e-4477-acfc-5c9fc14600ce { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9ba57e71-2a2e-4477-acfc-5c9fc14600ce {
  
}
}@media (max-width: 767px){#s-9ba57e71-2a2e-4477-acfc-5c9fc14600ce {
  display: none;
}
#s-9ba57e71-2a2e-4477-acfc-5c9fc14600ce, #wrap-s-9ba57e71-2a2e-4477-acfc-5c9fc14600ce, #wrap-content-s-9ba57e71-2a2e-4477-acfc-5c9fc14600ce { display: none !important; }}
@media (min-width: 0px) {
[id="s-9ba57e71-2a2e-4477-acfc-5c9fc14600ce"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-9ba57e71-2a2e-4477-acfc-5c9fc14600ce"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9ba57e71-2a2e-4477-acfc-5c9fc14600ce"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9ba57e71-2a2e-4477-acfc-5c9fc14600ce"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-bebbdc53-2348-4c4a-9119-32c8aeef9105 {
  margin-top: 100px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.5);
}
@media (min-width: 1200px){#s-bebbdc53-2348-4c4a-9119-32c8aeef9105 {
  display: none;
}
#s-bebbdc53-2348-4c4a-9119-32c8aeef9105, #wrap-s-bebbdc53-2348-4c4a-9119-32c8aeef9105, #wrap-content-s-bebbdc53-2348-4c4a-9119-32c8aeef9105 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bebbdc53-2348-4c4a-9119-32c8aeef9105 {
  display: none;
}
#s-bebbdc53-2348-4c4a-9119-32c8aeef9105, #wrap-s-bebbdc53-2348-4c4a-9119-32c8aeef9105, #wrap-content-s-bebbdc53-2348-4c4a-9119-32c8aeef9105 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bebbdc53-2348-4c4a-9119-32c8aeef9105 {
  
}
}@media (max-width: 767px){#s-bebbdc53-2348-4c4a-9119-32c8aeef9105 {
  
}
}
#s-4557f10b-6e2c-485b-a360-a678a76a9e42 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.6);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-4557f10b-6e2c-485b-a360-a678a76a9e42:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4557f10b-6e2c-485b-a360-a678a76a9e42:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-4557f10b-6e2c-485b-a360-a678a76a9e42 {
  display: none;
}
#s-4557f10b-6e2c-485b-a360-a678a76a9e42, #wrap-s-4557f10b-6e2c-485b-a360-a678a76a9e42, #wrap-content-s-4557f10b-6e2c-485b-a360-a678a76a9e42 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4557f10b-6e2c-485b-a360-a678a76a9e42 {
  display: none;
}
#s-4557f10b-6e2c-485b-a360-a678a76a9e42, #wrap-s-4557f10b-6e2c-485b-a360-a678a76a9e42, #wrap-content-s-4557f10b-6e2c-485b-a360-a678a76a9e42 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4557f10b-6e2c-485b-a360-a678a76a9e42 {
  
}
}@media (max-width: 767px){#s-4557f10b-6e2c-485b-a360-a678a76a9e42 {
  display: none;
}
#s-4557f10b-6e2c-485b-a360-a678a76a9e42, #wrap-s-4557f10b-6e2c-485b-a360-a678a76a9e42, #wrap-content-s-4557f10b-6e2c-485b-a360-a678a76a9e42 { display: none !important; }}

  #s-4557f10b-6e2c-485b-a360-a678a76a9e42-root {
    text-align: center;
  }


#s-4557f10b-6e2c-485b-a360-a678a76a9e42.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4557f10b-6e2c-485b-a360-a678a76a9e42-root {
    text-align: center;
  }


#s-4557f10b-6e2c-485b-a360-a678a76a9e42.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4557f10b-6e2c-485b-a360-a678a76a9e42-root {
    text-align: center;
  }


#s-4557f10b-6e2c-485b-a360-a678a76a9e42.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4557f10b-6e2c-485b-a360-a678a76a9e42-root {
    text-align: center;
  }


#s-4557f10b-6e2c-485b-a360-a678a76a9e42.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4557f10b-6e2c-485b-a360-a678a76a9e42-root {
    text-align: center;
  }


#s-4557f10b-6e2c-485b-a360-a678a76a9e42.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-583cbaf4-3222-40c0-aa8e-9aa6c2d66d52 {
  margin-left: 50px;
margin-bottom: 10px;
margin-right: 50px;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.5);
}
@media (min-width: 1200px){#s-583cbaf4-3222-40c0-aa8e-9aa6c2d66d52 {
  display: none;
}
#s-583cbaf4-3222-40c0-aa8e-9aa6c2d66d52, #wrap-s-583cbaf4-3222-40c0-aa8e-9aa6c2d66d52, #wrap-content-s-583cbaf4-3222-40c0-aa8e-9aa6c2d66d52 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-583cbaf4-3222-40c0-aa8e-9aa6c2d66d52 {
  display: none;
}
#s-583cbaf4-3222-40c0-aa8e-9aa6c2d66d52, #wrap-s-583cbaf4-3222-40c0-aa8e-9aa6c2d66d52, #wrap-content-s-583cbaf4-3222-40c0-aa8e-9aa6c2d66d52 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-583cbaf4-3222-40c0-aa8e-9aa6c2d66d52 {
  display: none;
}
#s-583cbaf4-3222-40c0-aa8e-9aa6c2d66d52, #wrap-s-583cbaf4-3222-40c0-aa8e-9aa6c2d66d52, #wrap-content-s-583cbaf4-3222-40c0-aa8e-9aa6c2d66d52 { display: none !important; }}@media (max-width: 767px){#s-583cbaf4-3222-40c0-aa8e-9aa6c2d66d52 {
  
}
}
#s-65a10bf1-1724-4a5f-84b2-9b561051c224 {
  margin-top: 150px;
margin-bottom: 20px;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.6);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-65a10bf1-1724-4a5f-84b2-9b561051c224:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-65a10bf1-1724-4a5f-84b2-9b561051c224:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-65a10bf1-1724-4a5f-84b2-9b561051c224 {
  display: none;
}
#s-65a10bf1-1724-4a5f-84b2-9b561051c224, #wrap-s-65a10bf1-1724-4a5f-84b2-9b561051c224, #wrap-content-s-65a10bf1-1724-4a5f-84b2-9b561051c224 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-65a10bf1-1724-4a5f-84b2-9b561051c224 {
  display: none;
}
#s-65a10bf1-1724-4a5f-84b2-9b561051c224, #wrap-s-65a10bf1-1724-4a5f-84b2-9b561051c224, #wrap-content-s-65a10bf1-1724-4a5f-84b2-9b561051c224 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-65a10bf1-1724-4a5f-84b2-9b561051c224 {
  display: none;
}
#s-65a10bf1-1724-4a5f-84b2-9b561051c224, #wrap-s-65a10bf1-1724-4a5f-84b2-9b561051c224, #wrap-content-s-65a10bf1-1724-4a5f-84b2-9b561051c224 { display: none !important; }}@media (max-width: 767px){#s-65a10bf1-1724-4a5f-84b2-9b561051c224 {
  
}
}

  #s-65a10bf1-1724-4a5f-84b2-9b561051c224-root {
    text-align: center;
  }


#s-65a10bf1-1724-4a5f-84b2-9b561051c224.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-65a10bf1-1724-4a5f-84b2-9b561051c224-root {
    text-align: center;
  }


#s-65a10bf1-1724-4a5f-84b2-9b561051c224.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-65a10bf1-1724-4a5f-84b2-9b561051c224-root {
    text-align: center;
  }


#s-65a10bf1-1724-4a5f-84b2-9b561051c224.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-65a10bf1-1724-4a5f-84b2-9b561051c224-root {
    text-align: center;
  }


#s-65a10bf1-1724-4a5f-84b2-9b561051c224.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-65a10bf1-1724-4a5f-84b2-9b561051c224-root {
    text-align: center;
  }


#s-65a10bf1-1724-4a5f-84b2-9b561051c224.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-764c0ed9-e39d-4d8d-8b23-b9f1ec208f55 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
}
@media (min-width: 1200px){#s-764c0ed9-e39d-4d8d-8b23-b9f1ec208f55 {
  display: none;
}
#s-764c0ed9-e39d-4d8d-8b23-b9f1ec208f55, #wrap-s-764c0ed9-e39d-4d8d-8b23-b9f1ec208f55, #wrap-content-s-764c0ed9-e39d-4d8d-8b23-b9f1ec208f55 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-764c0ed9-e39d-4d8d-8b23-b9f1ec208f55 {
  display: none;
}
#s-764c0ed9-e39d-4d8d-8b23-b9f1ec208f55, #wrap-s-764c0ed9-e39d-4d8d-8b23-b9f1ec208f55, #wrap-content-s-764c0ed9-e39d-4d8d-8b23-b9f1ec208f55 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-764c0ed9-e39d-4d8d-8b23-b9f1ec208f55 {
  display: none;
}
#s-764c0ed9-e39d-4d8d-8b23-b9f1ec208f55, #wrap-s-764c0ed9-e39d-4d8d-8b23-b9f1ec208f55, #wrap-content-s-764c0ed9-e39d-4d8d-8b23-b9f1ec208f55 { display: none !important; }}@media (max-width: 767px){#s-764c0ed9-e39d-4d8d-8b23-b9f1ec208f55 {
  
}
}
#s-764c0ed9-e39d-4d8d-8b23-b9f1ec208f55 {
  background-image: url(https://i.shgcdn.com/52eb6250-87c6-4d9c-85b4-3fc6ca2e8906/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-764c0ed9-e39d-4d8d-8b23-b9f1ec208f55 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-764c0ed9-e39d-4d8d-8b23-b9f1ec208f55 {
  cursor: pointer;
}#s-764c0ed9-e39d-4d8d-8b23-b9f1ec208f55.shg-box.shg-c {
  justify-content: flex-end;
}

#s-52ab22c0-a0a2-445e-968e-a7b8d9572c7b {
  margin-top: 60px;
margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-52ab22c0-a0a2-445e-968e-a7b8d9572c7b {
  
}
}@media (max-width: 767px){#s-52ab22c0-a0a2-445e-968e-a7b8d9572c7b {
  display: none;
}
#s-52ab22c0-a0a2-445e-968e-a7b8d9572c7b, #wrap-s-52ab22c0-a0a2-445e-968e-a7b8d9572c7b, #wrap-content-s-52ab22c0-a0a2-445e-968e-a7b8d9572c7b { display: none !important; }}
@media (min-width: 0px) {
[id="s-52ab22c0-a0a2-445e-968e-a7b8d9572c7b"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-52ab22c0-a0a2-445e-968e-a7b8d9572c7b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-52ab22c0-a0a2-445e-968e-a7b8d9572c7b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-52ab22c0-a0a2-445e-968e-a7b8d9572c7b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-52ab22c0-a0a2-445e-968e-a7b8d9572c7b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-52ab22c0-a0a2-445e-968e-a7b8d9572c7b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-52ab22c0-a0a2-445e-968e-a7b8d9572c7b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-2efe0866-54c1-4d1c-8cac-79d1b6767342 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.5);
}
@media (min-width: 768px) and (max-width: 991px){#s-2efe0866-54c1-4d1c-8cac-79d1b6767342 {
  
}
}@media (max-width: 767px){#s-2efe0866-54c1-4d1c-8cac-79d1b6767342 {
  display: none;
}
#s-2efe0866-54c1-4d1c-8cac-79d1b6767342, #wrap-s-2efe0866-54c1-4d1c-8cac-79d1b6767342, #wrap-content-s-2efe0866-54c1-4d1c-8cac-79d1b6767342 { display: none !important; }}
#s-38da810d-0ef8-47be-8228-3c2533cd7c2b {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-38da810d-0ef8-47be-8228-3c2533cd7c2b {
  
}
}@media (max-width: 767px){#s-38da810d-0ef8-47be-8228-3c2533cd7c2b {
  display: none;
}
#s-38da810d-0ef8-47be-8228-3c2533cd7c2b, #wrap-s-38da810d-0ef8-47be-8228-3c2533cd7c2b, #wrap-content-s-38da810d-0ef8-47be-8228-3c2533cd7c2b { display: none !important; }}
@media (min-width: 0px) {
[id="s-38da810d-0ef8-47be-8228-3c2533cd7c2b"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-38da810d-0ef8-47be-8228-3c2533cd7c2b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-38da810d-0ef8-47be-8228-3c2533cd7c2b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-38da810d-0ef8-47be-8228-3c2533cd7c2b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-38da810d-0ef8-47be-8228-3c2533cd7c2b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-38da810d-0ef8-47be-8228-3c2533cd7c2b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-38da810d-0ef8-47be-8228-3c2533cd7c2b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-4faf829a-e2a0-42d9-bfdd-01e7ed70ca12 {
  margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.7);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
}
#s-4faf829a-e2a0-42d9-bfdd-01e7ed70ca12:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4faf829a-e2a0-42d9-bfdd-01e7ed70ca12:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-4faf829a-e2a0-42d9-bfdd-01e7ed70ca12 {
  
}
}@media (max-width: 767px){#s-4faf829a-e2a0-42d9-bfdd-01e7ed70ca12 {
  display: none;
}
#s-4faf829a-e2a0-42d9-bfdd-01e7ed70ca12, #wrap-s-4faf829a-e2a0-42d9-bfdd-01e7ed70ca12, #wrap-content-s-4faf829a-e2a0-42d9-bfdd-01e7ed70ca12 { display: none !important; }}

  #s-4faf829a-e2a0-42d9-bfdd-01e7ed70ca12-root {
    text-align: center;
  }


#s-4faf829a-e2a0-42d9-bfdd-01e7ed70ca12.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4faf829a-e2a0-42d9-bfdd-01e7ed70ca12-root {
    text-align: center;
  }


#s-4faf829a-e2a0-42d9-bfdd-01e7ed70ca12.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4faf829a-e2a0-42d9-bfdd-01e7ed70ca12-root {
    text-align: center;
  }


#s-4faf829a-e2a0-42d9-bfdd-01e7ed70ca12.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4faf829a-e2a0-42d9-bfdd-01e7ed70ca12-root {
    text-align: center;
  }


#s-4faf829a-e2a0-42d9-bfdd-01e7ed70ca12.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4faf829a-e2a0-42d9-bfdd-01e7ed70ca12-root {
    text-align: center;
  }


#s-4faf829a-e2a0-42d9-bfdd-01e7ed70ca12.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-d8774285-5ede-4585-8f25-0ffcba0b50a9 {
  margin-left: 40px;
margin-right: 40px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.5);
}
@media (min-width: 1200px){#s-d8774285-5ede-4585-8f25-0ffcba0b50a9 {
  display: none;
}
#s-d8774285-5ede-4585-8f25-0ffcba0b50a9, #wrap-s-d8774285-5ede-4585-8f25-0ffcba0b50a9, #wrap-content-s-d8774285-5ede-4585-8f25-0ffcba0b50a9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d8774285-5ede-4585-8f25-0ffcba0b50a9 {
  display: none;
}
#s-d8774285-5ede-4585-8f25-0ffcba0b50a9, #wrap-s-d8774285-5ede-4585-8f25-0ffcba0b50a9, #wrap-content-s-d8774285-5ede-4585-8f25-0ffcba0b50a9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d8774285-5ede-4585-8f25-0ffcba0b50a9 {
  display: none;
}
#s-d8774285-5ede-4585-8f25-0ffcba0b50a9, #wrap-s-d8774285-5ede-4585-8f25-0ffcba0b50a9, #wrap-content-s-d8774285-5ede-4585-8f25-0ffcba0b50a9 { display: none !important; }}@media (max-width: 767px){#s-d8774285-5ede-4585-8f25-0ffcba0b50a9 {
  
}
}
#s-7e37ab53-2315-4ca3-a0c8-8a392b3803fd {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.7);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
}
#s-7e37ab53-2315-4ca3-a0c8-8a392b3803fd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7e37ab53-2315-4ca3-a0c8-8a392b3803fd:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-7e37ab53-2315-4ca3-a0c8-8a392b3803fd {
  display: none;
}
#s-7e37ab53-2315-4ca3-a0c8-8a392b3803fd, #wrap-s-7e37ab53-2315-4ca3-a0c8-8a392b3803fd, #wrap-content-s-7e37ab53-2315-4ca3-a0c8-8a392b3803fd { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7e37ab53-2315-4ca3-a0c8-8a392b3803fd {
  display: none;
}
#s-7e37ab53-2315-4ca3-a0c8-8a392b3803fd, #wrap-s-7e37ab53-2315-4ca3-a0c8-8a392b3803fd, #wrap-content-s-7e37ab53-2315-4ca3-a0c8-8a392b3803fd { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7e37ab53-2315-4ca3-a0c8-8a392b3803fd {
  display: none;
}
#s-7e37ab53-2315-4ca3-a0c8-8a392b3803fd, #wrap-s-7e37ab53-2315-4ca3-a0c8-8a392b3803fd, #wrap-content-s-7e37ab53-2315-4ca3-a0c8-8a392b3803fd { display: none !important; }}@media (max-width: 767px){#s-7e37ab53-2315-4ca3-a0c8-8a392b3803fd {
  
}
}

  #s-7e37ab53-2315-4ca3-a0c8-8a392b3803fd-root {
    text-align: center;
  }


#s-7e37ab53-2315-4ca3-a0c8-8a392b3803fd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7e37ab53-2315-4ca3-a0c8-8a392b3803fd-root {
    text-align: center;
  }


#s-7e37ab53-2315-4ca3-a0c8-8a392b3803fd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7e37ab53-2315-4ca3-a0c8-8a392b3803fd-root {
    text-align: center;
  }


#s-7e37ab53-2315-4ca3-a0c8-8a392b3803fd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7e37ab53-2315-4ca3-a0c8-8a392b3803fd-root {
    text-align: center;
  }


#s-7e37ab53-2315-4ca3-a0c8-8a392b3803fd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7e37ab53-2315-4ca3-a0c8-8a392b3803fd-root {
    text-align: center;
  }


#s-7e37ab53-2315-4ca3-a0c8-8a392b3803fd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-8b61f598-e5cc-491b-aca7-a9408888353b {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
}
@media (min-width: 1200px){#s-8b61f598-e5cc-491b-aca7-a9408888353b {
  display: none;
}
#s-8b61f598-e5cc-491b-aca7-a9408888353b, #wrap-s-8b61f598-e5cc-491b-aca7-a9408888353b, #wrap-content-s-8b61f598-e5cc-491b-aca7-a9408888353b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8b61f598-e5cc-491b-aca7-a9408888353b {
  display: none;
}
#s-8b61f598-e5cc-491b-aca7-a9408888353b, #wrap-s-8b61f598-e5cc-491b-aca7-a9408888353b, #wrap-content-s-8b61f598-e5cc-491b-aca7-a9408888353b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8b61f598-e5cc-491b-aca7-a9408888353b {
  display: none;
}
#s-8b61f598-e5cc-491b-aca7-a9408888353b, #wrap-s-8b61f598-e5cc-491b-aca7-a9408888353b, #wrap-content-s-8b61f598-e5cc-491b-aca7-a9408888353b { display: none !important; }}@media (max-width: 767px){#s-8b61f598-e5cc-491b-aca7-a9408888353b {
  
}
}
#s-8b61f598-e5cc-491b-aca7-a9408888353b {
  background-image: url(https://i.shgcdn.com/56270974-2dbe-4d6f-a450-3e5f92c5f5b3/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-8b61f598-e5cc-491b-aca7-a9408888353b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8b61f598-e5cc-491b-aca7-a9408888353b {
  cursor: pointer;
}#s-8b61f598-e5cc-491b-aca7-a9408888353b.shg-box.shg-c {
  justify-content: flex-start;
}

#s-10f3bb77-b606-43ee-bb29-5b38faeb7c8f {
  margin-top: 20px;
margin-left: 50px;
margin-right: 50px;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.5);
}
@media (min-width: 768px) and (max-width: 991px){#s-10f3bb77-b606-43ee-bb29-5b38faeb7c8f {
  
}
}@media (max-width: 767px){#s-10f3bb77-b606-43ee-bb29-5b38faeb7c8f {
  
}
}
#s-e4a82880-414f-47e0-aee4-89096a1482ad {
  margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.7);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
}
#s-e4a82880-414f-47e0-aee4-89096a1482ad:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e4a82880-414f-47e0-aee4-89096a1482ad:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-e4a82880-414f-47e0-aee4-89096a1482ad {
  
}
}@media (max-width: 767px){#s-e4a82880-414f-47e0-aee4-89096a1482ad {
  
}
}

  #s-e4a82880-414f-47e0-aee4-89096a1482ad-root {
    text-align: center;
  }


#s-e4a82880-414f-47e0-aee4-89096a1482ad.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e4a82880-414f-47e0-aee4-89096a1482ad-root {
    text-align: center;
  }


#s-e4a82880-414f-47e0-aee4-89096a1482ad.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e4a82880-414f-47e0-aee4-89096a1482ad-root {
    text-align: center;
  }


#s-e4a82880-414f-47e0-aee4-89096a1482ad.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e4a82880-414f-47e0-aee4-89096a1482ad-root {
    text-align: center;
  }


#s-e4a82880-414f-47e0-aee4-89096a1482ad.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e4a82880-414f-47e0-aee4-89096a1482ad-root {
    text-align: center;
  }


#s-e4a82880-414f-47e0-aee4-89096a1482ad.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-287805fe-922e-431d-a23a-2b9c23f50573 {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 600px;
}
@media (min-width: 1200px){#s-287805fe-922e-431d-a23a-2b9c23f50573 {
  display: none;
}
#s-287805fe-922e-431d-a23a-2b9c23f50573, #wrap-s-287805fe-922e-431d-a23a-2b9c23f50573, #wrap-content-s-287805fe-922e-431d-a23a-2b9c23f50573 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-287805fe-922e-431d-a23a-2b9c23f50573 {
  display: none;
}
#s-287805fe-922e-431d-a23a-2b9c23f50573, #wrap-s-287805fe-922e-431d-a23a-2b9c23f50573, #wrap-content-s-287805fe-922e-431d-a23a-2b9c23f50573 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-287805fe-922e-431d-a23a-2b9c23f50573 {
  display: none;
}
#s-287805fe-922e-431d-a23a-2b9c23f50573, #wrap-s-287805fe-922e-431d-a23a-2b9c23f50573, #wrap-content-s-287805fe-922e-431d-a23a-2b9c23f50573 { display: none !important; }}@media (max-width: 767px){#s-287805fe-922e-431d-a23a-2b9c23f50573 {
  
}
}
#s-287805fe-922e-431d-a23a-2b9c23f50573 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-287805fe-922e-431d-a23a-2b9c23f50573 .shg-sld-nav-button.shg-sld-left,
#s-287805fe-922e-431d-a23a-2b9c23f50573 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-8e10ecde-abcb-4de2-a202-331b67a0330b {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}

#s-8e10ecde-abcb-4de2-a202-331b67a0330b {
  background-image: url(https://i.shgcdn.com/eea31c2d-a34a-467a-8868-d6cbe3388750/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-8e10ecde-abcb-4de2-a202-331b67a0330b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8e10ecde-abcb-4de2-a202-331b67a0330b.shg-box.shg-c {
  justify-content: flex-start;
}

#s-44ddd404-fe2b-448e-8aef-6b9851d11403 {
  margin-top: 80px;
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-44ddd404-fe2b-448e-8aef-6b9851d11403 {
  display: none;
}
#s-44ddd404-fe2b-448e-8aef-6b9851d11403, #wrap-s-44ddd404-fe2b-448e-8aef-6b9851d11403, #wrap-content-s-44ddd404-fe2b-448e-8aef-6b9851d11403 { display: none !important; }}@media (max-width: 767px){#s-44ddd404-fe2b-448e-8aef-6b9851d11403 {
  display: none;
}
#s-44ddd404-fe2b-448e-8aef-6b9851d11403, #wrap-s-44ddd404-fe2b-448e-8aef-6b9851d11403, #wrap-content-s-44ddd404-fe2b-448e-8aef-6b9851d11403 { display: none !important; }}
@media (min-width: 0px) {
[id="s-44ddd404-fe2b-448e-8aef-6b9851d11403"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-44ddd404-fe2b-448e-8aef-6b9851d11403"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-44ddd404-fe2b-448e-8aef-6b9851d11403"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-44ddd404-fe2b-448e-8aef-6b9851d11403"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-44ddd404-fe2b-448e-8aef-6b9851d11403"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-44ddd404-fe2b-448e-8aef-6b9851d11403"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-44ddd404-fe2b-448e-8aef-6b9851d11403"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

#s-45b7582f-d85b-4890-b2c6-360727de6d3d {
  padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-45b7582f-d85b-4890-b2c6-360727de6d3d {
  display: none;
}
#s-45b7582f-d85b-4890-b2c6-360727de6d3d, #wrap-s-45b7582f-d85b-4890-b2c6-360727de6d3d, #wrap-content-s-45b7582f-d85b-4890-b2c6-360727de6d3d { display: none !important; }}@media (max-width: 767px){#s-45b7582f-d85b-4890-b2c6-360727de6d3d {
  display: none;
}
#s-45b7582f-d85b-4890-b2c6-360727de6d3d, #wrap-s-45b7582f-d85b-4890-b2c6-360727de6d3d, #wrap-content-s-45b7582f-d85b-4890-b2c6-360727de6d3d { display: none !important; }}
#s-b60431a4-459a-4b3a-98c1-390a3701283e {
  padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-b60431a4-459a-4b3a-98c1-390a3701283e {
  display: none;
}
#s-b60431a4-459a-4b3a-98c1-390a3701283e, #wrap-s-b60431a4-459a-4b3a-98c1-390a3701283e, #wrap-content-s-b60431a4-459a-4b3a-98c1-390a3701283e { display: none !important; }}@media (max-width: 767px){#s-b60431a4-459a-4b3a-98c1-390a3701283e {
  display: none;
}
#s-b60431a4-459a-4b3a-98c1-390a3701283e, #wrap-s-b60431a4-459a-4b3a-98c1-390a3701283e, #wrap-content-s-b60431a4-459a-4b3a-98c1-390a3701283e { display: none !important; }}
#s-ebf7f02b-1725-46e4-aa9f-daec720879f4 {
  margin-top: 285px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
background-color: rgba(23, 22, 23, 0.5);
text-align: center;
text-decoration: none;
}
#s-ebf7f02b-1725-46e4-aa9f-daec720879f4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ebf7f02b-1725-46e4-aa9f-daec720879f4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ebf7f02b-1725-46e4-aa9f-daec720879f4-root {
    text-align: center;
  }


#s-ebf7f02b-1725-46e4-aa9f-daec720879f4.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ebf7f02b-1725-46e4-aa9f-daec720879f4-root {
    text-align: center;
  }


#s-ebf7f02b-1725-46e4-aa9f-daec720879f4.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ebf7f02b-1725-46e4-aa9f-daec720879f4-root {
    text-align: center;
  }


#s-ebf7f02b-1725-46e4-aa9f-daec720879f4.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ebf7f02b-1725-46e4-aa9f-daec720879f4-root {
    text-align: center;
  }


#s-ebf7f02b-1725-46e4-aa9f-daec720879f4.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ebf7f02b-1725-46e4-aa9f-daec720879f4-root {
    text-align: center;
  }


#s-ebf7f02b-1725-46e4-aa9f-daec720879f4.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-b6ef09ff-d180-4d4c-810a-881b6d56f810 {
  margin-top: 40px;
margin-bottom: 10px;
}
@media (min-width: 1200px){#s-b6ef09ff-d180-4d4c-810a-881b6d56f810 {
  display: none;
}
#s-b6ef09ff-d180-4d4c-810a-881b6d56f810, #wrap-s-b6ef09ff-d180-4d4c-810a-881b6d56f810, #wrap-content-s-b6ef09ff-d180-4d4c-810a-881b6d56f810 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b6ef09ff-d180-4d4c-810a-881b6d56f810 {
  display: none;
}
#s-b6ef09ff-d180-4d4c-810a-881b6d56f810, #wrap-s-b6ef09ff-d180-4d4c-810a-881b6d56f810, #wrap-content-s-b6ef09ff-d180-4d4c-810a-881b6d56f810 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b6ef09ff-d180-4d4c-810a-881b6d56f810 {
  
}
}@media (max-width: 767px){#s-b6ef09ff-d180-4d4c-810a-881b6d56f810 {
  display: none;
}
#s-b6ef09ff-d180-4d4c-810a-881b6d56f810, #wrap-s-b6ef09ff-d180-4d4c-810a-881b6d56f810, #wrap-content-s-b6ef09ff-d180-4d4c-810a-881b6d56f810 { display: none !important; }}
@media (min-width: 0px) {
[id="s-b6ef09ff-d180-4d4c-810a-881b6d56f810"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-b6ef09ff-d180-4d4c-810a-881b6d56f810"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b6ef09ff-d180-4d4c-810a-881b6d56f810"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b6ef09ff-d180-4d4c-810a-881b6d56f810"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b6ef09ff-d180-4d4c-810a-881b6d56f810"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b6ef09ff-d180-4d4c-810a-881b6d56f810"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b6ef09ff-d180-4d4c-810a-881b6d56f810"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

#s-0bc3683a-2389-46b2-af88-69f9a56f15e1 {
  padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-0bc3683a-2389-46b2-af88-69f9a56f15e1 {
  
}
}@media (max-width: 767px){#s-0bc3683a-2389-46b2-af88-69f9a56f15e1 {
  
}
}
#s-684ef0d6-fc37-48c6-b9ba-d1d53c22ebbb {
  padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-684ef0d6-fc37-48c6-b9ba-d1d53c22ebbb {
  
}
}@media (max-width: 767px){#s-684ef0d6-fc37-48c6-b9ba-d1d53c22ebbb {
  
}
}
#s-64cf2c8b-60c1-47be-8188-47c42130b1eb {
  margin-top: 310px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
background-color: rgba(23, 22, 23, 0.5);
text-align: center;
text-decoration: none;
}
#s-64cf2c8b-60c1-47be-8188-47c42130b1eb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-64cf2c8b-60c1-47be-8188-47c42130b1eb:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-64cf2c8b-60c1-47be-8188-47c42130b1eb {
  display: none;
}
#s-64cf2c8b-60c1-47be-8188-47c42130b1eb, #wrap-s-64cf2c8b-60c1-47be-8188-47c42130b1eb, #wrap-content-s-64cf2c8b-60c1-47be-8188-47c42130b1eb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-64cf2c8b-60c1-47be-8188-47c42130b1eb {
  display: none;
}
#s-64cf2c8b-60c1-47be-8188-47c42130b1eb, #wrap-s-64cf2c8b-60c1-47be-8188-47c42130b1eb, #wrap-content-s-64cf2c8b-60c1-47be-8188-47c42130b1eb { display: none !important; }}@media (max-width: 767px){#s-64cf2c8b-60c1-47be-8188-47c42130b1eb {
  display: none;
}
#s-64cf2c8b-60c1-47be-8188-47c42130b1eb, #wrap-s-64cf2c8b-60c1-47be-8188-47c42130b1eb, #wrap-content-s-64cf2c8b-60c1-47be-8188-47c42130b1eb { display: none !important; }}

  #s-64cf2c8b-60c1-47be-8188-47c42130b1eb-root {
    text-align: center;
  }


#s-64cf2c8b-60c1-47be-8188-47c42130b1eb.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-64cf2c8b-60c1-47be-8188-47c42130b1eb-root {
    text-align: center;
  }


#s-64cf2c8b-60c1-47be-8188-47c42130b1eb.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-64cf2c8b-60c1-47be-8188-47c42130b1eb-root {
    text-align: center;
  }


#s-64cf2c8b-60c1-47be-8188-47c42130b1eb.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-64cf2c8b-60c1-47be-8188-47c42130b1eb-root {
    text-align: center;
  }


#s-64cf2c8b-60c1-47be-8188-47c42130b1eb.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-64cf2c8b-60c1-47be-8188-47c42130b1eb-root {
    text-align: center;
  }


#s-64cf2c8b-60c1-47be-8188-47c42130b1eb.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-b0d902b8-bb74-4f77-958f-28b4c10e7a6d {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0);
}
@media (min-width: 1200px){#s-b0d902b8-bb74-4f77-958f-28b4c10e7a6d {
  display: none;
}
#s-b0d902b8-bb74-4f77-958f-28b4c10e7a6d, #wrap-s-b0d902b8-bb74-4f77-958f-28b4c10e7a6d, #wrap-content-s-b0d902b8-bb74-4f77-958f-28b4c10e7a6d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b0d902b8-bb74-4f77-958f-28b4c10e7a6d {
  display: none;
}
#s-b0d902b8-bb74-4f77-958f-28b4c10e7a6d, #wrap-s-b0d902b8-bb74-4f77-958f-28b4c10e7a6d, #wrap-content-s-b0d902b8-bb74-4f77-958f-28b4c10e7a6d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b0d902b8-bb74-4f77-958f-28b4c10e7a6d {
  display: none;
}
#s-b0d902b8-bb74-4f77-958f-28b4c10e7a6d, #wrap-s-b0d902b8-bb74-4f77-958f-28b4c10e7a6d, #wrap-content-s-b0d902b8-bb74-4f77-958f-28b4c10e7a6d { display: none !important; }}@media (max-width: 767px){#s-b0d902b8-bb74-4f77-958f-28b4c10e7a6d {
  
}
}
#s-8c51815b-702a-41a7-a2e4-ebdaf45bce1a {
  margin-top: 220px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0);
}
@media (min-width: 1200px){#s-8c51815b-702a-41a7-a2e4-ebdaf45bce1a {
  display: none;
}
#s-8c51815b-702a-41a7-a2e4-ebdaf45bce1a, #wrap-s-8c51815b-702a-41a7-a2e4-ebdaf45bce1a, #wrap-content-s-8c51815b-702a-41a7-a2e4-ebdaf45bce1a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8c51815b-702a-41a7-a2e4-ebdaf45bce1a {
  display: none;
}
#s-8c51815b-702a-41a7-a2e4-ebdaf45bce1a, #wrap-s-8c51815b-702a-41a7-a2e4-ebdaf45bce1a, #wrap-content-s-8c51815b-702a-41a7-a2e4-ebdaf45bce1a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8c51815b-702a-41a7-a2e4-ebdaf45bce1a {
  display: none;
}
#s-8c51815b-702a-41a7-a2e4-ebdaf45bce1a, #wrap-s-8c51815b-702a-41a7-a2e4-ebdaf45bce1a, #wrap-content-s-8c51815b-702a-41a7-a2e4-ebdaf45bce1a { display: none !important; }}@media (max-width: 767px){#s-8c51815b-702a-41a7-a2e4-ebdaf45bce1a {
  
}
}
#s-646aab2c-f211-46d1-bd5e-360b9b22bf66 {
  margin-top: 110px;
padding-top: 10px;
padding-left: 2%;
padding-bottom: 10px;
padding-right: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
background-color: rgba(23, 22, 23, 0.5);
text-align: center;
text-decoration: none;
}
#s-646aab2c-f211-46d1-bd5e-360b9b22bf66:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-646aab2c-f211-46d1-bd5e-360b9b22bf66:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-646aab2c-f211-46d1-bd5e-360b9b22bf66 {
  display: none;
}
#s-646aab2c-f211-46d1-bd5e-360b9b22bf66, #wrap-s-646aab2c-f211-46d1-bd5e-360b9b22bf66, #wrap-content-s-646aab2c-f211-46d1-bd5e-360b9b22bf66 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-646aab2c-f211-46d1-bd5e-360b9b22bf66 {
  display: none;
}
#s-646aab2c-f211-46d1-bd5e-360b9b22bf66, #wrap-s-646aab2c-f211-46d1-bd5e-360b9b22bf66, #wrap-content-s-646aab2c-f211-46d1-bd5e-360b9b22bf66 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-646aab2c-f211-46d1-bd5e-360b9b22bf66 {
  display: none;
}
#s-646aab2c-f211-46d1-bd5e-360b9b22bf66, #wrap-s-646aab2c-f211-46d1-bd5e-360b9b22bf66, #wrap-content-s-646aab2c-f211-46d1-bd5e-360b9b22bf66 { display: none !important; }}

  #s-646aab2c-f211-46d1-bd5e-360b9b22bf66-root {
    text-align: center;
  }


#s-646aab2c-f211-46d1-bd5e-360b9b22bf66.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-646aab2c-f211-46d1-bd5e-360b9b22bf66-root {
    text-align: center;
  }


#s-646aab2c-f211-46d1-bd5e-360b9b22bf66.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-646aab2c-f211-46d1-bd5e-360b9b22bf66-root {
    text-align: center;
  }


#s-646aab2c-f211-46d1-bd5e-360b9b22bf66.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-646aab2c-f211-46d1-bd5e-360b9b22bf66-root {
    text-align: center;
  }


#s-646aab2c-f211-46d1-bd5e-360b9b22bf66.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-646aab2c-f211-46d1-bd5e-360b9b22bf66-root {
    text-align: center;
  }


#s-646aab2c-f211-46d1-bd5e-360b9b22bf66.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-91c8009f-96e5-45e3-a9a5-9152faf2d993 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 768px) and (max-width: 991px){#s-91c8009f-96e5-45e3-a9a5-9152faf2d993 {
  
}
}@media (max-width: 767px){#s-91c8009f-96e5-45e3-a9a5-9152faf2d993 {
  
}
}
#s-91c8009f-96e5-45e3-a9a5-9152faf2d993 {
  background-image: url(https://i.shgcdn.com/84292a9d-3d8c-4925-b086-2e995233e4b1/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-91c8009f-96e5-45e3-a9a5-9152faf2d993 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-91c8009f-96e5-45e3-a9a5-9152faf2d993.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c8c30e1c-051b-4d5b-bd33-3b7887f354bf {
  margin-left: auto;
margin-right: auto;
}

#s-7caa840a-ca19-48ee-aec0-0211fdcd43b7 {
  margin-top: 10px;
padding-top: 10px;
padding-left: 2%;
padding-bottom: 10px;
padding-right: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
background-color: rgba(23, 22, 23, 0.5);
text-align: center;
text-decoration: none;
}
#s-7caa840a-ca19-48ee-aec0-0211fdcd43b7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7caa840a-ca19-48ee-aec0-0211fdcd43b7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7caa840a-ca19-48ee-aec0-0211fdcd43b7-root {
    text-align: center;
  }


#s-7caa840a-ca19-48ee-aec0-0211fdcd43b7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7caa840a-ca19-48ee-aec0-0211fdcd43b7-root {
    text-align: center;
  }


#s-7caa840a-ca19-48ee-aec0-0211fdcd43b7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7caa840a-ca19-48ee-aec0-0211fdcd43b7-root {
    text-align: center;
  }


#s-7caa840a-ca19-48ee-aec0-0211fdcd43b7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7caa840a-ca19-48ee-aec0-0211fdcd43b7-root {
    text-align: center;
  }


#s-7caa840a-ca19-48ee-aec0-0211fdcd43b7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7caa840a-ca19-48ee-aec0-0211fdcd43b7-root {
    text-align: center;
  }


#s-7caa840a-ca19-48ee-aec0-0211fdcd43b7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-da24df3b-94ff-4b14-96f1-e5ccc531b584 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: -110px center;
background-attachment: scroll;
}

#s-da24df3b-94ff-4b14-96f1-e5ccc531b584 {
  background-image: url(https://i.shgcdn.com/d06034ef-2d6d-42f7-b777-8f56c9ccf7dd/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-da24df3b-94ff-4b14-96f1-e5ccc531b584 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-da24df3b-94ff-4b14-96f1-e5ccc531b584.shg-box.shg-c {
  justify-content: flex-start;
}

#s-8e66f9f2-d29a-4aa9-91ff-7e68fa710c42 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 360px;
margin-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-8e66f9f2-d29a-4aa9-91ff-7e68fa710c42 {
  
}
}@media (max-width: 767px){#s-8e66f9f2-d29a-4aa9-91ff-7e68fa710c42 {
  
}
}
#s-e9980c17-96fa-4647-8612-2e379a25a4dd {
  margin-top: 50px;
padding-top: 10px;
padding-left: 2%;
padding-bottom: 10px;
padding-right: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
background-color: rgba(23, 22, 23, 0.5);
text-align: center;
text-decoration: none;
}
#s-e9980c17-96fa-4647-8612-2e379a25a4dd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e9980c17-96fa-4647-8612-2e379a25a4dd:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e9980c17-96fa-4647-8612-2e379a25a4dd-root {
    text-align: center;
  }


#s-e9980c17-96fa-4647-8612-2e379a25a4dd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e9980c17-96fa-4647-8612-2e379a25a4dd-root {
    text-align: center;
  }


#s-e9980c17-96fa-4647-8612-2e379a25a4dd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e9980c17-96fa-4647-8612-2e379a25a4dd-root {
    text-align: center;
  }


#s-e9980c17-96fa-4647-8612-2e379a25a4dd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e9980c17-96fa-4647-8612-2e379a25a4dd-root {
    text-align: center;
  }


#s-e9980c17-96fa-4647-8612-2e379a25a4dd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e9980c17-96fa-4647-8612-2e379a25a4dd-root {
    text-align: center;
  }


#s-e9980c17-96fa-4647-8612-2e379a25a4dd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-a99e3000-a6cd-4d4f-96ac-3a8832b9f4aa {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center bottom;
background-attachment: scroll;
}

#s-a99e3000-a6cd-4d4f-96ac-3a8832b9f4aa {
  background-image: url(https://i.shgcdn.com/3a0c8115-1bcf-4718-9988-783a72b1eccc/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-a99e3000-a6cd-4d4f-96ac-3a8832b9f4aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a99e3000-a6cd-4d4f-96ac-3a8832b9f4aa {
  cursor: pointer;
}#s-a99e3000-a6cd-4d4f-96ac-3a8832b9f4aa.shg-box.shg-c {
  justify-content: flex-end;
}

#s-c852e860-c153-49a5-b303-1671f5a167a8 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c852e860-c153-49a5-b303-1671f5a167a8 {
  display: none;
}
#s-c852e860-c153-49a5-b303-1671f5a167a8, #wrap-s-c852e860-c153-49a5-b303-1671f5a167a8, #wrap-content-s-c852e860-c153-49a5-b303-1671f5a167a8 { display: none !important; }}@media (max-width: 767px){#s-c852e860-c153-49a5-b303-1671f5a167a8 {
  display: none;
}
#s-c852e860-c153-49a5-b303-1671f5a167a8, #wrap-s-c852e860-c153-49a5-b303-1671f5a167a8, #wrap-content-s-c852e860-c153-49a5-b303-1671f5a167a8 { display: none !important; }}
@media (min-width: 0px) {
[id="s-c852e860-c153-49a5-b303-1671f5a167a8"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-c852e860-c153-49a5-b303-1671f5a167a8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c852e860-c153-49a5-b303-1671f5a167a8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c852e860-c153-49a5-b303-1671f5a167a8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-127a66b1-efe6-4175-b544-d2f30b547e8c {
  padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.5);
}
@media (min-width: 768px) and (max-width: 991px){#s-127a66b1-efe6-4175-b544-d2f30b547e8c {
  display: none;
}
#s-127a66b1-efe6-4175-b544-d2f30b547e8c, #wrap-s-127a66b1-efe6-4175-b544-d2f30b547e8c, #wrap-content-s-127a66b1-efe6-4175-b544-d2f30b547e8c { display: none !important; }}@media (max-width: 767px){#s-127a66b1-efe6-4175-b544-d2f30b547e8c {
  display: none;
}
#s-127a66b1-efe6-4175-b544-d2f30b547e8c, #wrap-s-127a66b1-efe6-4175-b544-d2f30b547e8c, #wrap-content-s-127a66b1-efe6-4175-b544-d2f30b547e8c { display: none !important; }}
#s-245678ca-3f4f-4604-9d10-998c114c21fa {
  padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.5);
}
@media (min-width: 768px) and (max-width: 991px){#s-245678ca-3f4f-4604-9d10-998c114c21fa {
  display: none;
}
#s-245678ca-3f4f-4604-9d10-998c114c21fa, #wrap-s-245678ca-3f4f-4604-9d10-998c114c21fa, #wrap-content-s-245678ca-3f4f-4604-9d10-998c114c21fa { display: none !important; }}@media (max-width: 767px){#s-245678ca-3f4f-4604-9d10-998c114c21fa {
  display: none;
}
#s-245678ca-3f4f-4604-9d10-998c114c21fa, #wrap-s-245678ca-3f4f-4604-9d10-998c114c21fa, #wrap-content-s-245678ca-3f4f-4604-9d10-998c114c21fa { display: none !important; }}
#s-03512b7d-ab25-47f5-ab76-45594f3a66db {
  margin-top: 80px;
margin-left: 10px;
margin-bottom: 30px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-03512b7d-ab25-47f5-ab76-45594f3a66db {
  display: none;
}
#s-03512b7d-ab25-47f5-ab76-45594f3a66db, #wrap-s-03512b7d-ab25-47f5-ab76-45594f3a66db, #wrap-content-s-03512b7d-ab25-47f5-ab76-45594f3a66db { display: none !important; }}@media (max-width: 767px){#s-03512b7d-ab25-47f5-ab76-45594f3a66db {
  display: none;
}
#s-03512b7d-ab25-47f5-ab76-45594f3a66db, #wrap-s-03512b7d-ab25-47f5-ab76-45594f3a66db, #wrap-content-s-03512b7d-ab25-47f5-ab76-45594f3a66db { display: none !important; }}
@media (min-width: 0px) {
[id="s-03512b7d-ab25-47f5-ab76-45594f3a66db"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-03512b7d-ab25-47f5-ab76-45594f3a66db"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-03512b7d-ab25-47f5-ab76-45594f3a66db"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-03512b7d-ab25-47f5-ab76-45594f3a66db"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-2544af3e-17f7-46dc-aabd-78eb3bce2b09 {
  margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.7);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-2544af3e-17f7-46dc-aabd-78eb3bce2b09:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2544af3e-17f7-46dc-aabd-78eb3bce2b09:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-2544af3e-17f7-46dc-aabd-78eb3bce2b09 {
  display: none;
}
#s-2544af3e-17f7-46dc-aabd-78eb3bce2b09, #wrap-s-2544af3e-17f7-46dc-aabd-78eb3bce2b09, #wrap-content-s-2544af3e-17f7-46dc-aabd-78eb3bce2b09 { display: none !important; }}@media (max-width: 767px){#s-2544af3e-17f7-46dc-aabd-78eb3bce2b09 {
  display: none;
}
#s-2544af3e-17f7-46dc-aabd-78eb3bce2b09, #wrap-s-2544af3e-17f7-46dc-aabd-78eb3bce2b09, #wrap-content-s-2544af3e-17f7-46dc-aabd-78eb3bce2b09 { display: none !important; }}

  #s-2544af3e-17f7-46dc-aabd-78eb3bce2b09-root {
    text-align: center;
  }


#s-2544af3e-17f7-46dc-aabd-78eb3bce2b09.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2544af3e-17f7-46dc-aabd-78eb3bce2b09-root {
    text-align: center;
  }


#s-2544af3e-17f7-46dc-aabd-78eb3bce2b09.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2544af3e-17f7-46dc-aabd-78eb3bce2b09-root {
    text-align: center;
  }


#s-2544af3e-17f7-46dc-aabd-78eb3bce2b09.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2544af3e-17f7-46dc-aabd-78eb3bce2b09-root {
    text-align: center;
  }


#s-2544af3e-17f7-46dc-aabd-78eb3bce2b09.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2544af3e-17f7-46dc-aabd-78eb3bce2b09-root {
    text-align: center;
  }


#s-2544af3e-17f7-46dc-aabd-78eb3bce2b09.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-6f1b8ae2-6fb7-45b4-9528-f51d477547c0 {
  margin-top: 10px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
padding-top: 15px;
padding-left: 10px;
padding-bottom: 15px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(37, 29, 29, 0.5);
}
@media (min-width: 1200px){#s-6f1b8ae2-6fb7-45b4-9528-f51d477547c0 {
  display: none;
}
#s-6f1b8ae2-6fb7-45b4-9528-f51d477547c0, #wrap-s-6f1b8ae2-6fb7-45b4-9528-f51d477547c0, #wrap-content-s-6f1b8ae2-6fb7-45b4-9528-f51d477547c0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6f1b8ae2-6fb7-45b4-9528-f51d477547c0 {
  display: none;
}
#s-6f1b8ae2-6fb7-45b4-9528-f51d477547c0, #wrap-s-6f1b8ae2-6fb7-45b4-9528-f51d477547c0, #wrap-content-s-6f1b8ae2-6fb7-45b4-9528-f51d477547c0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6f1b8ae2-6fb7-45b4-9528-f51d477547c0 {
  display: none;
}
#s-6f1b8ae2-6fb7-45b4-9528-f51d477547c0, #wrap-s-6f1b8ae2-6fb7-45b4-9528-f51d477547c0, #wrap-content-s-6f1b8ae2-6fb7-45b4-9528-f51d477547c0 { display: none !important; }}@media (max-width: 767px){#s-6f1b8ae2-6fb7-45b4-9528-f51d477547c0 {
  
}
}
#s-0f7ab276-a5da-46e8-b4fb-b41bac260613 {
  margin-left: 10px;
margin-bottom: 230px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(37, 29, 29, 0.5);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
background-position: center center;
}
#s-0f7ab276-a5da-46e8-b4fb-b41bac260613:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0f7ab276-a5da-46e8-b4fb-b41bac260613:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-0f7ab276-a5da-46e8-b4fb-b41bac260613 {
  display: none;
}
#s-0f7ab276-a5da-46e8-b4fb-b41bac260613, #wrap-s-0f7ab276-a5da-46e8-b4fb-b41bac260613, #wrap-content-s-0f7ab276-a5da-46e8-b4fb-b41bac260613 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0f7ab276-a5da-46e8-b4fb-b41bac260613 {
  display: none;
}
#s-0f7ab276-a5da-46e8-b4fb-b41bac260613, #wrap-s-0f7ab276-a5da-46e8-b4fb-b41bac260613, #wrap-content-s-0f7ab276-a5da-46e8-b4fb-b41bac260613 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0f7ab276-a5da-46e8-b4fb-b41bac260613 {
  display: none;
}
#s-0f7ab276-a5da-46e8-b4fb-b41bac260613, #wrap-s-0f7ab276-a5da-46e8-b4fb-b41bac260613, #wrap-content-s-0f7ab276-a5da-46e8-b4fb-b41bac260613 { display: none !important; }}@media (max-width: 767px){#s-0f7ab276-a5da-46e8-b4fb-b41bac260613 {
  
}
}

  #s-0f7ab276-a5da-46e8-b4fb-b41bac260613-root {
    text-align: center;
  }


#s-0f7ab276-a5da-46e8-b4fb-b41bac260613.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0f7ab276-a5da-46e8-b4fb-b41bac260613-root {
    text-align: center;
  }


#s-0f7ab276-a5da-46e8-b4fb-b41bac260613.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0f7ab276-a5da-46e8-b4fb-b41bac260613-root {
    text-align: center;
  }


#s-0f7ab276-a5da-46e8-b4fb-b41bac260613.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0f7ab276-a5da-46e8-b4fb-b41bac260613-root {
    text-align: center;
  }


#s-0f7ab276-a5da-46e8-b4fb-b41bac260613.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0f7ab276-a5da-46e8-b4fb-b41bac260613-root {
    text-align: center;
  }


#s-0f7ab276-a5da-46e8-b4fb-b41bac260613.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
@media (min-width: 1200px){#s-9a59f19e-6978-4c1d-80d1-88d14cbb396f {
  display: none;
}
#s-9a59f19e-6978-4c1d-80d1-88d14cbb396f, #wrap-s-9a59f19e-6978-4c1d-80d1-88d14cbb396f, #wrap-content-s-9a59f19e-6978-4c1d-80d1-88d14cbb396f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9a59f19e-6978-4c1d-80d1-88d14cbb396f {
  display: none;
}
#s-9a59f19e-6978-4c1d-80d1-88d14cbb396f, #wrap-s-9a59f19e-6978-4c1d-80d1-88d14cbb396f, #wrap-content-s-9a59f19e-6978-4c1d-80d1-88d14cbb396f { display: none !important; }}@media (max-width: 767px){#s-9a59f19e-6978-4c1d-80d1-88d14cbb396f {
  display: none;
}
#s-9a59f19e-6978-4c1d-80d1-88d14cbb396f, #wrap-s-9a59f19e-6978-4c1d-80d1-88d14cbb396f, #wrap-content-s-9a59f19e-6978-4c1d-80d1-88d14cbb396f { display: none !important; }}
@media (min-width: 0px) {
[id="s-9a59f19e-6978-4c1d-80d1-88d14cbb396f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9a59f19e-6978-4c1d-80d1-88d14cbb396f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9a59f19e-6978-4c1d-80d1-88d14cbb396f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9a59f19e-6978-4c1d-80d1-88d14cbb396f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9a59f19e-6978-4c1d-80d1-88d14cbb396f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9a59f19e-6978-4c1d-80d1-88d14cbb396f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9a59f19e-6978-4c1d-80d1-88d14cbb396f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-db194afc-58f4-4cf5-aa67-dc5b331565fd {
  margin-bottom: 130px;
padding-top: 15px;
padding-left: 10px;
padding-bottom: 15px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(37, 29, 29, 0.5);
}
@media (min-width: 1200px){#s-db194afc-58f4-4cf5-aa67-dc5b331565fd {
  display: none;
}
#s-db194afc-58f4-4cf5-aa67-dc5b331565fd, #wrap-s-db194afc-58f4-4cf5-aa67-dc5b331565fd, #wrap-content-s-db194afc-58f4-4cf5-aa67-dc5b331565fd { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-db194afc-58f4-4cf5-aa67-dc5b331565fd {
  display: none;
}
#s-db194afc-58f4-4cf5-aa67-dc5b331565fd, #wrap-s-db194afc-58f4-4cf5-aa67-dc5b331565fd, #wrap-content-s-db194afc-58f4-4cf5-aa67-dc5b331565fd { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-db194afc-58f4-4cf5-aa67-dc5b331565fd {
  
}
}@media (max-width: 767px){#s-db194afc-58f4-4cf5-aa67-dc5b331565fd {
  display: none;
}
#s-db194afc-58f4-4cf5-aa67-dc5b331565fd, #wrap-s-db194afc-58f4-4cf5-aa67-dc5b331565fd, #wrap-content-s-db194afc-58f4-4cf5-aa67-dc5b331565fd { display: none !important; }}
#s-04d39f73-76f4-433a-bfc8-9715690ead6a {
  margin-top: 60px;
margin-bottom: 100px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(37, 29, 29, 0.5);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
background-position: center center;
}
#s-04d39f73-76f4-433a-bfc8-9715690ead6a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-04d39f73-76f4-433a-bfc8-9715690ead6a:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-04d39f73-76f4-433a-bfc8-9715690ead6a {
  display: none;
}
#s-04d39f73-76f4-433a-bfc8-9715690ead6a, #wrap-s-04d39f73-76f4-433a-bfc8-9715690ead6a, #wrap-content-s-04d39f73-76f4-433a-bfc8-9715690ead6a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-04d39f73-76f4-433a-bfc8-9715690ead6a {
  display: none;
}
#s-04d39f73-76f4-433a-bfc8-9715690ead6a, #wrap-s-04d39f73-76f4-433a-bfc8-9715690ead6a, #wrap-content-s-04d39f73-76f4-433a-bfc8-9715690ead6a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-04d39f73-76f4-433a-bfc8-9715690ead6a {
  
}
}@media (max-width: 767px){#s-04d39f73-76f4-433a-bfc8-9715690ead6a {
  display: none;
}
#s-04d39f73-76f4-433a-bfc8-9715690ead6a, #wrap-s-04d39f73-76f4-433a-bfc8-9715690ead6a, #wrap-content-s-04d39f73-76f4-433a-bfc8-9715690ead6a { display: none !important; }}

  #s-04d39f73-76f4-433a-bfc8-9715690ead6a-root {
    text-align: center;
  }


#s-04d39f73-76f4-433a-bfc8-9715690ead6a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-04d39f73-76f4-433a-bfc8-9715690ead6a-root {
    text-align: center;
  }


#s-04d39f73-76f4-433a-bfc8-9715690ead6a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-04d39f73-76f4-433a-bfc8-9715690ead6a-root {
    text-align: center;
  }


#s-04d39f73-76f4-433a-bfc8-9715690ead6a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-04d39f73-76f4-433a-bfc8-9715690ead6a-root {
    text-align: center;
  }


#s-04d39f73-76f4-433a-bfc8-9715690ead6a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-04d39f73-76f4-433a-bfc8-9715690ead6a-root {
    text-align: center;
  }


#s-04d39f73-76f4-433a-bfc8-9715690ead6a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-21002fed-7d2d-46de-8393-62161cffe32f {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
}
@media (max-width: 767px){#s-21002fed-7d2d-46de-8393-62161cffe32f {
  display: none;
}
#s-21002fed-7d2d-46de-8393-62161cffe32f, #wrap-s-21002fed-7d2d-46de-8393-62161cffe32f, #wrap-content-s-21002fed-7d2d-46de-8393-62161cffe32f { display: none !important; }}
#s-21002fed-7d2d-46de-8393-62161cffe32f {
  background-image: url(https://i.shgcdn.com/a6176e36-4136-4ec4-bf83-c5b4116df8cb/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-21002fed-7d2d-46de-8393-62161cffe32f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-21002fed-7d2d-46de-8393-62161cffe32f.shg-box.shg-c {
  justify-content: center;
}

#s-356dd06f-c6ac-49d6-94e5-3bd39f6fdcc1 {
  margin-top: 30px;
margin-bottom: 30px;
}
@media (max-width: 767px){#s-356dd06f-c6ac-49d6-94e5-3bd39f6fdcc1 {
  display: none;
}
#s-356dd06f-c6ac-49d6-94e5-3bd39f6fdcc1, #wrap-s-356dd06f-c6ac-49d6-94e5-3bd39f6fdcc1, #wrap-content-s-356dd06f-c6ac-49d6-94e5-3bd39f6fdcc1 { display: none !important; }}
@media (min-width: 0px) {
[id="s-356dd06f-c6ac-49d6-94e5-3bd39f6fdcc1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-356dd06f-c6ac-49d6-94e5-3bd39f6fdcc1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-356dd06f-c6ac-49d6-94e5-3bd39f6fdcc1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-356dd06f-c6ac-49d6-94e5-3bd39f6fdcc1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-7c42a326-2751-43a1-a92f-1ebe87bcea10 {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (max-width: 767px){#s-ecab696c-1368-4ac9-9448-a3d88386030b {
  display: none;
}
#s-ecab696c-1368-4ac9-9448-a3d88386030b, #wrap-s-ecab696c-1368-4ac9-9448-a3d88386030b, #wrap-content-s-ecab696c-1368-4ac9-9448-a3d88386030b { display: none !important; }}
@media (min-width: 0px) {
[id="s-ecab696c-1368-4ac9-9448-a3d88386030b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ecab696c-1368-4ac9-9448-a3d88386030b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ecab696c-1368-4ac9-9448-a3d88386030b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ecab696c-1368-4ac9-9448-a3d88386030b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4a3e026e-dd84-4a31-8df2-38581781a962 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 15px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-4a3e026e-dd84-4a31-8df2-38581781a962:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4a3e026e-dd84-4a31-8df2-38581781a962:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODhkNTEwN2MtNDgxNy00MTIwLTgzN2QtMjAwYjM0Y2RmZmZlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjFmMWVhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4OGQ1MTA3Yy00ODE3LTQxMjAtODM3ZC0yMDBiMzRjZGZmZmUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 15px !important;
border-left-width: 15px !important;
border-bottom-width: 15px !important;
border-right-width: 15px !important;
border-color: #2C2A34 !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"pos"=>"0.00", "color"=>"#f1f1ea"}, {"pos"=>"1.00", "color"=>"#7e20cf"}] !important;}

  #s-4a3e026e-dd84-4a31-8df2-38581781a962-root {
    text-align: center;
  }


#s-4a3e026e-dd84-4a31-8df2-38581781a962.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4a3e026e-dd84-4a31-8df2-38581781a962-root {
    text-align: center;
  }


#s-4a3e026e-dd84-4a31-8df2-38581781a962.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4a3e026e-dd84-4a31-8df2-38581781a962-root {
    text-align: center;
  }


#s-4a3e026e-dd84-4a31-8df2-38581781a962.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4a3e026e-dd84-4a31-8df2-38581781a962-root {
    text-align: center;
  }


#s-4a3e026e-dd84-4a31-8df2-38581781a962.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4a3e026e-dd84-4a31-8df2-38581781a962-root {
    text-align: center;
  }


#s-4a3e026e-dd84-4a31-8df2-38581781a962.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-1e5b61a8-864c-41ed-957a-cc296f0e828d {
  text-align: center;
}

#s-1e5b61a8-864c-41ed-957a-cc296f0e828d {
  overflow: hidden;
  
  
}







  #s-1e5b61a8-864c-41ed-957a-cc296f0e828d img.shogun-image {
    

    
    
    
  }


#s-1e5b61a8-864c-41ed-957a-cc296f0e828d .shogun-image-content {
  
    justify-content: center;
  
}

@media (min-width: 0px) {
[id="s-249f0d7e-5336-46b1-ad3f-5a0f3a1db2c1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-249f0d7e-5336-46b1-ad3f-5a0f3a1db2c1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-249f0d7e-5336-46b1-ad3f-5a0f3a1db2c1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-249f0d7e-5336-46b1-ad3f-5a0f3a1db2c1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f2f81084-5f8a-4d45-868d-03745cfd0a7d {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
}
@media (min-width: 1200px){#s-f2f81084-5f8a-4d45-868d-03745cfd0a7d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f2f81084-5f8a-4d45-868d-03745cfd0a7d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f2f81084-5f8a-4d45-868d-03745cfd0a7d {
  
}
}@media (max-width: 767px){#s-f2f81084-5f8a-4d45-868d-03745cfd0a7d {
  display: none;
}
#s-f2f81084-5f8a-4d45-868d-03745cfd0a7d, #wrap-s-f2f81084-5f8a-4d45-868d-03745cfd0a7d, #wrap-content-s-f2f81084-5f8a-4d45-868d-03745cfd0a7d { display: none !important; }}
#s-f2f81084-5f8a-4d45-868d-03745cfd0a7d {
  background-image: url(https://i.shgcdn.com/006a5a34-3ff7-4f4e-bdc1-558af8179a39/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-f2f81084-5f8a-4d45-868d-03745cfd0a7d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f2f81084-5f8a-4d45-868d-03745cfd0a7d {
  cursor: pointer;
}#s-f2f81084-5f8a-4d45-868d-03745cfd0a7d.shg-box.shg-c {
  justify-content: flex-start;
}

#s-933d8740-a286-475b-b230-0a0157642d64 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-933d8740-a286-475b-b230-0a0157642d64 {
  display: none;
}
#s-933d8740-a286-475b-b230-0a0157642d64, #wrap-s-933d8740-a286-475b-b230-0a0157642d64, #wrap-content-s-933d8740-a286-475b-b230-0a0157642d64 { display: none !important; }}@media (max-width: 767px){#s-933d8740-a286-475b-b230-0a0157642d64 {
  display: none;
}
#s-933d8740-a286-475b-b230-0a0157642d64, #wrap-s-933d8740-a286-475b-b230-0a0157642d64, #wrap-content-s-933d8740-a286-475b-b230-0a0157642d64 { display: none !important; }}
@media (min-width: 0px) {
[id="s-933d8740-a286-475b-b230-0a0157642d64"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-933d8740-a286-475b-b230-0a0157642d64"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-933d8740-a286-475b-b230-0a0157642d64"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-933d8740-a286-475b-b230-0a0157642d64"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-f4bfe4d5-795f-43df-a9a4-99f654d540bb {
  padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.5);
}
@media (min-width: 768px) and (max-width: 991px){#s-f4bfe4d5-795f-43df-a9a4-99f654d540bb {
  display: none;
}
#s-f4bfe4d5-795f-43df-a9a4-99f654d540bb, #wrap-s-f4bfe4d5-795f-43df-a9a4-99f654d540bb, #wrap-content-s-f4bfe4d5-795f-43df-a9a4-99f654d540bb { display: none !important; }}@media (max-width: 767px){#s-f4bfe4d5-795f-43df-a9a4-99f654d540bb {
  display: none;
}
#s-f4bfe4d5-795f-43df-a9a4-99f654d540bb, #wrap-s-f4bfe4d5-795f-43df-a9a4-99f654d540bb, #wrap-content-s-f4bfe4d5-795f-43df-a9a4-99f654d540bb { display: none !important; }}
#s-b77ccedc-7f8e-4857-9200-f9910b5017ac {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b77ccedc-7f8e-4857-9200-f9910b5017ac {
  display: none;
}
#s-b77ccedc-7f8e-4857-9200-f9910b5017ac, #wrap-s-b77ccedc-7f8e-4857-9200-f9910b5017ac, #wrap-content-s-b77ccedc-7f8e-4857-9200-f9910b5017ac { display: none !important; }}@media (max-width: 767px){#s-b77ccedc-7f8e-4857-9200-f9910b5017ac {
  display: none;
}
#s-b77ccedc-7f8e-4857-9200-f9910b5017ac, #wrap-s-b77ccedc-7f8e-4857-9200-f9910b5017ac, #wrap-content-s-b77ccedc-7f8e-4857-9200-f9910b5017ac { display: none !important; }}
@media (min-width: 0px) {
[id="s-b77ccedc-7f8e-4857-9200-f9910b5017ac"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-b77ccedc-7f8e-4857-9200-f9910b5017ac"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b77ccedc-7f8e-4857-9200-f9910b5017ac"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b77ccedc-7f8e-4857-9200-f9910b5017ac"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-a4745d2d-e934-49f2-aca3-e418989ec1a7 {
  margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.6);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-a4745d2d-e934-49f2-aca3-e418989ec1a7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a4745d2d-e934-49f2-aca3-e418989ec1a7:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-a4745d2d-e934-49f2-aca3-e418989ec1a7 {
  display: none;
}
#s-a4745d2d-e934-49f2-aca3-e418989ec1a7, #wrap-s-a4745d2d-e934-49f2-aca3-e418989ec1a7, #wrap-content-s-a4745d2d-e934-49f2-aca3-e418989ec1a7 { display: none !important; }}@media (max-width: 767px){#s-a4745d2d-e934-49f2-aca3-e418989ec1a7 {
  display: none;
}
#s-a4745d2d-e934-49f2-aca3-e418989ec1a7, #wrap-s-a4745d2d-e934-49f2-aca3-e418989ec1a7, #wrap-content-s-a4745d2d-e934-49f2-aca3-e418989ec1a7 { display: none !important; }}

  #s-a4745d2d-e934-49f2-aca3-e418989ec1a7-root {
    text-align: center;
  }


#s-a4745d2d-e934-49f2-aca3-e418989ec1a7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a4745d2d-e934-49f2-aca3-e418989ec1a7-root {
    text-align: center;
  }


#s-a4745d2d-e934-49f2-aca3-e418989ec1a7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a4745d2d-e934-49f2-aca3-e418989ec1a7-root {
    text-align: center;
  }


#s-a4745d2d-e934-49f2-aca3-e418989ec1a7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a4745d2d-e934-49f2-aca3-e418989ec1a7-root {
    text-align: center;
  }


#s-a4745d2d-e934-49f2-aca3-e418989ec1a7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a4745d2d-e934-49f2-aca3-e418989ec1a7-root {
    text-align: center;
  }


#s-a4745d2d-e934-49f2-aca3-e418989ec1a7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
@media (min-width: 1200px){#s-b06cfc26-310b-4fa2-ad5c-03055d3ae2ee {
  display: none;
}
#s-b06cfc26-310b-4fa2-ad5c-03055d3ae2ee, #wrap-s-b06cfc26-310b-4fa2-ad5c-03055d3ae2ee, #wrap-content-s-b06cfc26-310b-4fa2-ad5c-03055d3ae2ee { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b06cfc26-310b-4fa2-ad5c-03055d3ae2ee {
  display: none;
}
#s-b06cfc26-310b-4fa2-ad5c-03055d3ae2ee, #wrap-s-b06cfc26-310b-4fa2-ad5c-03055d3ae2ee, #wrap-content-s-b06cfc26-310b-4fa2-ad5c-03055d3ae2ee { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b06cfc26-310b-4fa2-ad5c-03055d3ae2ee {
  
}
}@media (max-width: 767px){#s-b06cfc26-310b-4fa2-ad5c-03055d3ae2ee {
  display: none;
}
#s-b06cfc26-310b-4fa2-ad5c-03055d3ae2ee, #wrap-s-b06cfc26-310b-4fa2-ad5c-03055d3ae2ee, #wrap-content-s-b06cfc26-310b-4fa2-ad5c-03055d3ae2ee { display: none !important; }}
@media (min-width: 0px) {
[id="s-b06cfc26-310b-4fa2-ad5c-03055d3ae2ee"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b06cfc26-310b-4fa2-ad5c-03055d3ae2ee"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b06cfc26-310b-4fa2-ad5c-03055d3ae2ee"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b06cfc26-310b-4fa2-ad5c-03055d3ae2ee"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b06cfc26-310b-4fa2-ad5c-03055d3ae2ee"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b06cfc26-310b-4fa2-ad5c-03055d3ae2ee"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b06cfc26-310b-4fa2-ad5c-03055d3ae2ee"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-6c5d18ff-a47b-4aaf-b50f-5e1c1eb30b68 {
  margin-top: 100px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.5);
}
@media (min-width: 1200px){#s-6c5d18ff-a47b-4aaf-b50f-5e1c1eb30b68 {
  display: none;
}
#s-6c5d18ff-a47b-4aaf-b50f-5e1c1eb30b68, #wrap-s-6c5d18ff-a47b-4aaf-b50f-5e1c1eb30b68, #wrap-content-s-6c5d18ff-a47b-4aaf-b50f-5e1c1eb30b68 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6c5d18ff-a47b-4aaf-b50f-5e1c1eb30b68 {
  display: none;
}
#s-6c5d18ff-a47b-4aaf-b50f-5e1c1eb30b68, #wrap-s-6c5d18ff-a47b-4aaf-b50f-5e1c1eb30b68, #wrap-content-s-6c5d18ff-a47b-4aaf-b50f-5e1c1eb30b68 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6c5d18ff-a47b-4aaf-b50f-5e1c1eb30b68 {
  
}
}@media (max-width: 767px){#s-6c5d18ff-a47b-4aaf-b50f-5e1c1eb30b68 {
  
}
}
#s-e108cfeb-5c30-4dbf-a943-9ae45d4904f4 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.6);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-e108cfeb-5c30-4dbf-a943-9ae45d4904f4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e108cfeb-5c30-4dbf-a943-9ae45d4904f4:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-e108cfeb-5c30-4dbf-a943-9ae45d4904f4 {
  display: none;
}
#s-e108cfeb-5c30-4dbf-a943-9ae45d4904f4, #wrap-s-e108cfeb-5c30-4dbf-a943-9ae45d4904f4, #wrap-content-s-e108cfeb-5c30-4dbf-a943-9ae45d4904f4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e108cfeb-5c30-4dbf-a943-9ae45d4904f4 {
  display: none;
}
#s-e108cfeb-5c30-4dbf-a943-9ae45d4904f4, #wrap-s-e108cfeb-5c30-4dbf-a943-9ae45d4904f4, #wrap-content-s-e108cfeb-5c30-4dbf-a943-9ae45d4904f4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e108cfeb-5c30-4dbf-a943-9ae45d4904f4 {
  
}
}@media (max-width: 767px){#s-e108cfeb-5c30-4dbf-a943-9ae45d4904f4 {
  display: none;
}
#s-e108cfeb-5c30-4dbf-a943-9ae45d4904f4, #wrap-s-e108cfeb-5c30-4dbf-a943-9ae45d4904f4, #wrap-content-s-e108cfeb-5c30-4dbf-a943-9ae45d4904f4 { display: none !important; }}

  #s-e108cfeb-5c30-4dbf-a943-9ae45d4904f4-root {
    text-align: center;
  }


#s-e108cfeb-5c30-4dbf-a943-9ae45d4904f4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e108cfeb-5c30-4dbf-a943-9ae45d4904f4-root {
    text-align: center;
  }


#s-e108cfeb-5c30-4dbf-a943-9ae45d4904f4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e108cfeb-5c30-4dbf-a943-9ae45d4904f4-root {
    text-align: center;
  }


#s-e108cfeb-5c30-4dbf-a943-9ae45d4904f4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e108cfeb-5c30-4dbf-a943-9ae45d4904f4-root {
    text-align: center;
  }


#s-e108cfeb-5c30-4dbf-a943-9ae45d4904f4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e108cfeb-5c30-4dbf-a943-9ae45d4904f4-root {
    text-align: center;
  }


#s-e108cfeb-5c30-4dbf-a943-9ae45d4904f4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-5fc346e4-9651-431f-9567-40e4eec8ab65 {
  margin-top: 80px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.5);
}
@media (min-width: 1200px){#s-5fc346e4-9651-431f-9567-40e4eec8ab65 {
  display: none;
}
#s-5fc346e4-9651-431f-9567-40e4eec8ab65, #wrap-s-5fc346e4-9651-431f-9567-40e4eec8ab65, #wrap-content-s-5fc346e4-9651-431f-9567-40e4eec8ab65 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5fc346e4-9651-431f-9567-40e4eec8ab65 {
  display: none;
}
#s-5fc346e4-9651-431f-9567-40e4eec8ab65, #wrap-s-5fc346e4-9651-431f-9567-40e4eec8ab65, #wrap-content-s-5fc346e4-9651-431f-9567-40e4eec8ab65 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5fc346e4-9651-431f-9567-40e4eec8ab65 {
  display: none;
}
#s-5fc346e4-9651-431f-9567-40e4eec8ab65, #wrap-s-5fc346e4-9651-431f-9567-40e4eec8ab65, #wrap-content-s-5fc346e4-9651-431f-9567-40e4eec8ab65 { display: none !important; }}@media (max-width: 767px){#s-5fc346e4-9651-431f-9567-40e4eec8ab65 {
  
}
}
#s-08ee73dc-5086-475c-a5a7-d91d4db73447 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.6);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-08ee73dc-5086-475c-a5a7-d91d4db73447:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-08ee73dc-5086-475c-a5a7-d91d4db73447:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-08ee73dc-5086-475c-a5a7-d91d4db73447 {
  display: none;
}
#s-08ee73dc-5086-475c-a5a7-d91d4db73447, #wrap-s-08ee73dc-5086-475c-a5a7-d91d4db73447, #wrap-content-s-08ee73dc-5086-475c-a5a7-d91d4db73447 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-08ee73dc-5086-475c-a5a7-d91d4db73447 {
  display: none;
}
#s-08ee73dc-5086-475c-a5a7-d91d4db73447, #wrap-s-08ee73dc-5086-475c-a5a7-d91d4db73447, #wrap-content-s-08ee73dc-5086-475c-a5a7-d91d4db73447 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-08ee73dc-5086-475c-a5a7-d91d4db73447 {
  display: none;
}
#s-08ee73dc-5086-475c-a5a7-d91d4db73447, #wrap-s-08ee73dc-5086-475c-a5a7-d91d4db73447, #wrap-content-s-08ee73dc-5086-475c-a5a7-d91d4db73447 { display: none !important; }}@media (max-width: 767px){#s-08ee73dc-5086-475c-a5a7-d91d4db73447 {
  
}
}

  #s-08ee73dc-5086-475c-a5a7-d91d4db73447-root {
    text-align: center;
  }


#s-08ee73dc-5086-475c-a5a7-d91d4db73447.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-08ee73dc-5086-475c-a5a7-d91d4db73447-root {
    text-align: center;
  }


#s-08ee73dc-5086-475c-a5a7-d91d4db73447.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-08ee73dc-5086-475c-a5a7-d91d4db73447-root {
    text-align: center;
  }


#s-08ee73dc-5086-475c-a5a7-d91d4db73447.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-08ee73dc-5086-475c-a5a7-d91d4db73447-root {
    text-align: center;
  }


#s-08ee73dc-5086-475c-a5a7-d91d4db73447.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-08ee73dc-5086-475c-a5a7-d91d4db73447-root {
    text-align: center;
  }


#s-08ee73dc-5086-475c-a5a7-d91d4db73447.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-41809383-b7b9-4445-9867-7aad4f9c46c0 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-41809383-b7b9-4445-9867-7aad4f9c46c0 {
  
}
}@media (max-width: 767px){#s-41809383-b7b9-4445-9867-7aad4f9c46c0 {
  display: none;
}
#s-41809383-b7b9-4445-9867-7aad4f9c46c0, #wrap-s-41809383-b7b9-4445-9867-7aad4f9c46c0, #wrap-content-s-41809383-b7b9-4445-9867-7aad4f9c46c0 { display: none !important; }}
#s-41809383-b7b9-4445-9867-7aad4f9c46c0 {
  background-image: url(https://i.shgcdn.com/c120b6bb-8adf-4d08-a423-8686d178f00e/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-41809383-b7b9-4445-9867-7aad4f9c46c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-41809383-b7b9-4445-9867-7aad4f9c46c0 {
  cursor: pointer;
}#s-41809383-b7b9-4445-9867-7aad4f9c46c0.shg-box.shg-c {
  justify-content: flex-start;
}

#s-9f9f0c25-5d33-4e40-ac07-12446260fd9c {
  margin-top: 60px;
margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9f9f0c25-5d33-4e40-ac07-12446260fd9c {
  
}
}@media (max-width: 767px){#s-9f9f0c25-5d33-4e40-ac07-12446260fd9c {
  display: none;
}
#s-9f9f0c25-5d33-4e40-ac07-12446260fd9c, #wrap-s-9f9f0c25-5d33-4e40-ac07-12446260fd9c, #wrap-content-s-9f9f0c25-5d33-4e40-ac07-12446260fd9c { display: none !important; }}
@media (min-width: 0px) {
[id="s-9f9f0c25-5d33-4e40-ac07-12446260fd9c"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-9f9f0c25-5d33-4e40-ac07-12446260fd9c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9f9f0c25-5d33-4e40-ac07-12446260fd9c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9f9f0c25-5d33-4e40-ac07-12446260fd9c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9f9f0c25-5d33-4e40-ac07-12446260fd9c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9f9f0c25-5d33-4e40-ac07-12446260fd9c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9f9f0c25-5d33-4e40-ac07-12446260fd9c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-e2e71d9c-ef12-4cbf-9ae0-334b79a2155b {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.5);
}
@media (min-width: 768px) and (max-width: 991px){#s-e2e71d9c-ef12-4cbf-9ae0-334b79a2155b {
  
}
}@media (max-width: 767px){#s-e2e71d9c-ef12-4cbf-9ae0-334b79a2155b {
  display: none;
}
#s-e2e71d9c-ef12-4cbf-9ae0-334b79a2155b, #wrap-s-e2e71d9c-ef12-4cbf-9ae0-334b79a2155b, #wrap-content-s-e2e71d9c-ef12-4cbf-9ae0-334b79a2155b { display: none !important; }}
#s-961db646-e2b1-4923-8f95-c3a9db5b28f2 {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-961db646-e2b1-4923-8f95-c3a9db5b28f2 {
  
}
}@media (max-width: 767px){#s-961db646-e2b1-4923-8f95-c3a9db5b28f2 {
  display: none;
}
#s-961db646-e2b1-4923-8f95-c3a9db5b28f2, #wrap-s-961db646-e2b1-4923-8f95-c3a9db5b28f2, #wrap-content-s-961db646-e2b1-4923-8f95-c3a9db5b28f2 { display: none !important; }}
@media (min-width: 0px) {
[id="s-961db646-e2b1-4923-8f95-c3a9db5b28f2"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-961db646-e2b1-4923-8f95-c3a9db5b28f2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-961db646-e2b1-4923-8f95-c3a9db5b28f2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-961db646-e2b1-4923-8f95-c3a9db5b28f2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-961db646-e2b1-4923-8f95-c3a9db5b28f2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-961db646-e2b1-4923-8f95-c3a9db5b28f2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-961db646-e2b1-4923-8f95-c3a9db5b28f2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-efd4ebad-4f68-4d5c-8680-52875c2110bc {
  margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.7);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
}
#s-efd4ebad-4f68-4d5c-8680-52875c2110bc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-efd4ebad-4f68-4d5c-8680-52875c2110bc:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-efd4ebad-4f68-4d5c-8680-52875c2110bc {
  
}
}@media (max-width: 767px){#s-efd4ebad-4f68-4d5c-8680-52875c2110bc {
  display: none;
}
#s-efd4ebad-4f68-4d5c-8680-52875c2110bc, #wrap-s-efd4ebad-4f68-4d5c-8680-52875c2110bc, #wrap-content-s-efd4ebad-4f68-4d5c-8680-52875c2110bc { display: none !important; }}

  #s-efd4ebad-4f68-4d5c-8680-52875c2110bc-root {
    text-align: center;
  }


#s-efd4ebad-4f68-4d5c-8680-52875c2110bc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-efd4ebad-4f68-4d5c-8680-52875c2110bc-root {
    text-align: center;
  }


#s-efd4ebad-4f68-4d5c-8680-52875c2110bc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-efd4ebad-4f68-4d5c-8680-52875c2110bc-root {
    text-align: center;
  }


#s-efd4ebad-4f68-4d5c-8680-52875c2110bc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-efd4ebad-4f68-4d5c-8680-52875c2110bc-root {
    text-align: center;
  }


#s-efd4ebad-4f68-4d5c-8680-52875c2110bc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-efd4ebad-4f68-4d5c-8680-52875c2110bc-root {
    text-align: center;
  }


#s-efd4ebad-4f68-4d5c-8680-52875c2110bc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-190379c4-b878-40c8-8971-ba6f4ff28810 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-190379c4-b878-40c8-8971-ba6f4ff28810 {
  
}
}@media (max-width: 767px){#s-190379c4-b878-40c8-8971-ba6f4ff28810 {
  display: none;
}
#s-190379c4-b878-40c8-8971-ba6f4ff28810, #wrap-s-190379c4-b878-40c8-8971-ba6f4ff28810, #wrap-content-s-190379c4-b878-40c8-8971-ba6f4ff28810 { display: none !important; }}
#s-190379c4-b878-40c8-8971-ba6f4ff28810 {
  background-image: url(https://i.shgcdn.com/58ac029f-20e6-4aa6-b63e-96fe2afb3399/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-190379c4-b878-40c8-8971-ba6f4ff28810 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-190379c4-b878-40c8-8971-ba6f4ff28810 {
  cursor: pointer;
}#s-190379c4-b878-40c8-8971-ba6f4ff28810.shg-box.shg-c {
  justify-content: center;
}

#s-8fcf138e-86d3-4e86-a611-96971929be00 {
  margin-top: 20px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8fcf138e-86d3-4e86-a611-96971929be00 {
  
}
}@media (max-width: 767px){#s-8fcf138e-86d3-4e86-a611-96971929be00 {
  
}
}
@media (min-width: 0px) {
[id="s-8fcf138e-86d3-4e86-a611-96971929be00"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-8fcf138e-86d3-4e86-a611-96971929be00"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8fcf138e-86d3-4e86-a611-96971929be00"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8fcf138e-86d3-4e86-a611-96971929be00"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6290327c-59eb-4547-a9f5-2aebd523ff5f {
  padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.5);
}
@media (min-width: 768px) and (max-width: 991px){#s-6290327c-59eb-4547-a9f5-2aebd523ff5f {
  
}
}@media (max-width: 767px){#s-6290327c-59eb-4547-a9f5-2aebd523ff5f {
  
}
}
#s-41a52258-7ce1-4d1d-b16b-4316d7af1223 {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-41a52258-7ce1-4d1d-b16b-4316d7af1223 {
  
}
}@media (max-width: 767px){#s-41a52258-7ce1-4d1d-b16b-4316d7af1223 {
  
}
}
@media (min-width: 0px) {
[id="s-41a52258-7ce1-4d1d-b16b-4316d7af1223"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-41a52258-7ce1-4d1d-b16b-4316d7af1223"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-41a52258-7ce1-4d1d-b16b-4316d7af1223"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-41a52258-7ce1-4d1d-b16b-4316d7af1223"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-41a52258-7ce1-4d1d-b16b-4316d7af1223"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-41a52258-7ce1-4d1d-b16b-4316d7af1223"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-41a52258-7ce1-4d1d-b16b-4316d7af1223"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-90e4905c-df5a-4e98-8b6f-f57e411170f2 {
  margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.7);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
}
#s-90e4905c-df5a-4e98-8b6f-f57e411170f2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-90e4905c-df5a-4e98-8b6f-f57e411170f2:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-90e4905c-df5a-4e98-8b6f-f57e411170f2 {
  
}
}@media (max-width: 767px){#s-90e4905c-df5a-4e98-8b6f-f57e411170f2 {
  
}
}

  #s-90e4905c-df5a-4e98-8b6f-f57e411170f2-root {
    text-align: center;
  }


#s-90e4905c-df5a-4e98-8b6f-f57e411170f2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-90e4905c-df5a-4e98-8b6f-f57e411170f2-root {
    text-align: center;
  }


#s-90e4905c-df5a-4e98-8b6f-f57e411170f2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-90e4905c-df5a-4e98-8b6f-f57e411170f2-root {
    text-align: center;
  }


#s-90e4905c-df5a-4e98-8b6f-f57e411170f2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-90e4905c-df5a-4e98-8b6f-f57e411170f2-root {
    text-align: center;
  }


#s-90e4905c-df5a-4e98-8b6f-f57e411170f2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-90e4905c-df5a-4e98-8b6f-f57e411170f2-root {
    text-align: center;
  }


#s-90e4905c-df5a-4e98-8b6f-f57e411170f2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-ada9059a-15ed-4035-bbc4-910a1dfad8fe {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
}
@media (min-width: 1200px){#s-ada9059a-15ed-4035-bbc4-910a1dfad8fe {
  display: none;
}
#s-ada9059a-15ed-4035-bbc4-910a1dfad8fe, #wrap-s-ada9059a-15ed-4035-bbc4-910a1dfad8fe, #wrap-content-s-ada9059a-15ed-4035-bbc4-910a1dfad8fe { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ada9059a-15ed-4035-bbc4-910a1dfad8fe {
  display: none;
}
#s-ada9059a-15ed-4035-bbc4-910a1dfad8fe, #wrap-s-ada9059a-15ed-4035-bbc4-910a1dfad8fe, #wrap-content-s-ada9059a-15ed-4035-bbc4-910a1dfad8fe { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ada9059a-15ed-4035-bbc4-910a1dfad8fe {
  display: none;
}
#s-ada9059a-15ed-4035-bbc4-910a1dfad8fe, #wrap-s-ada9059a-15ed-4035-bbc4-910a1dfad8fe, #wrap-content-s-ada9059a-15ed-4035-bbc4-910a1dfad8fe { display: none !important; }}
#s-ada9059a-15ed-4035-bbc4-910a1dfad8fe {
  background-image: url(https://i.shgcdn.com/a6176e36-4136-4ec4-bf83-c5b4116df8cb/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-ada9059a-15ed-4035-bbc4-910a1dfad8fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ada9059a-15ed-4035-bbc4-910a1dfad8fe.shg-box.shg-c {
  justify-content: center;
}

#s-16c51ec0-2850-4ac6-9e7a-5908e8e7d4c3 {
  margin-top: 100px;
margin-left: 20px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-16c51ec0-2850-4ac6-9e7a-5908e8e7d4c3 {
  display: none;
}
#s-16c51ec0-2850-4ac6-9e7a-5908e8e7d4c3, #wrap-s-16c51ec0-2850-4ac6-9e7a-5908e8e7d4c3, #wrap-content-s-16c51ec0-2850-4ac6-9e7a-5908e8e7d4c3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-16c51ec0-2850-4ac6-9e7a-5908e8e7d4c3 {
  display: none;
}
#s-16c51ec0-2850-4ac6-9e7a-5908e8e7d4c3, #wrap-s-16c51ec0-2850-4ac6-9e7a-5908e8e7d4c3, #wrap-content-s-16c51ec0-2850-4ac6-9e7a-5908e8e7d4c3 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-16c51ec0-2850-4ac6-9e7a-5908e8e7d4c3 {
  display: none;
}
#s-16c51ec0-2850-4ac6-9e7a-5908e8e7d4c3, #wrap-s-16c51ec0-2850-4ac6-9e7a-5908e8e7d4c3, #wrap-content-s-16c51ec0-2850-4ac6-9e7a-5908e8e7d4c3 { display: none !important; }}
@media (min-width: 0px) {
[id="s-16c51ec0-2850-4ac6-9e7a-5908e8e7d4c3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-16c51ec0-2850-4ac6-9e7a-5908e8e7d4c3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-16c51ec0-2850-4ac6-9e7a-5908e8e7d4c3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-16c51ec0-2850-4ac6-9e7a-5908e8e7d4c3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e340f269-a7f6-4bca-994b-8805bc234967 {
  margin-top: 25px;
margin-bottom: 25px;
}

#s-e25fc228-920c-4b9e-98fd-6107e098937e {
  margin-top: 30px;
margin-bottom: 30px;
}
@media (max-width: 767px){#s-e25fc228-920c-4b9e-98fd-6107e098937e {
  display: none;
}
#s-e25fc228-920c-4b9e-98fd-6107e098937e, #wrap-s-e25fc228-920c-4b9e-98fd-6107e098937e, #wrap-content-s-e25fc228-920c-4b9e-98fd-6107e098937e { display: none !important; }}
@media (min-width: 0px) {
[id="s-e25fc228-920c-4b9e-98fd-6107e098937e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e25fc228-920c-4b9e-98fd-6107e098937e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e25fc228-920c-4b9e-98fd-6107e098937e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e25fc228-920c-4b9e-98fd-6107e098937e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-9cb35970-d172-4efe-84f3-60ccd9e2c768 {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (max-width: 767px){#s-2d4cb0c4-4c2b-4814-9714-9a31eda10115 {
  display: none;
}
#s-2d4cb0c4-4c2b-4814-9714-9a31eda10115, #wrap-s-2d4cb0c4-4c2b-4814-9714-9a31eda10115, #wrap-content-s-2d4cb0c4-4c2b-4814-9714-9a31eda10115 { display: none !important; }}
@media (min-width: 0px) {
[id="s-2d4cb0c4-4c2b-4814-9714-9a31eda10115"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2d4cb0c4-4c2b-4814-9714-9a31eda10115"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2d4cb0c4-4c2b-4814-9714-9a31eda10115"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2d4cb0c4-4c2b-4814-9714-9a31eda10115"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6b69d15c-65cd-4801-bf02-d5fa3c7a6649 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 15px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-6b69d15c-65cd-4801-bf02-d5fa3c7a6649:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6b69d15c-65cd-4801-bf02-d5fa3c7a6649:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODhkNTEwN2MtNDgxNy00MTIwLTgzN2QtMjAwYjM0Y2RmZmZlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjFmMWVhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4OGQ1MTA3Yy00ODE3LTQxMjAtODM3ZC0yMDBiMzRjZGZmZmUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 15px !important;
border-left-width: 15px !important;
border-bottom-width: 15px !important;
border-right-width: 15px !important;
border-color: #2C2A34 !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"pos"=>"0.00", "color"=>"#f1f1ea"}, {"pos"=>"1.00", "color"=>"#7e20cf"}] !important;}

  #s-6b69d15c-65cd-4801-bf02-d5fa3c7a6649-root {
    text-align: center;
  }


#s-6b69d15c-65cd-4801-bf02-d5fa3c7a6649.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6b69d15c-65cd-4801-bf02-d5fa3c7a6649-root {
    text-align: center;
  }


#s-6b69d15c-65cd-4801-bf02-d5fa3c7a6649.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6b69d15c-65cd-4801-bf02-d5fa3c7a6649-root {
    text-align: center;
  }


#s-6b69d15c-65cd-4801-bf02-d5fa3c7a6649.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6b69d15c-65cd-4801-bf02-d5fa3c7a6649-root {
    text-align: center;
  }


#s-6b69d15c-65cd-4801-bf02-d5fa3c7a6649.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6b69d15c-65cd-4801-bf02-d5fa3c7a6649-root {
    text-align: center;
  }


#s-6b69d15c-65cd-4801-bf02-d5fa3c7a6649.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-963a1cc7-0936-4bbe-8d1a-f29327588529 {
  border-style: solid;
margin-top: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 15px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-963a1cc7-0936-4bbe-8d1a-f29327588529:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-963a1cc7-0936-4bbe-8d1a-f29327588529:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODhkNTEwN2MtNDgxNy00MTIwLTgzN2QtMjAwYjM0Y2RmZmZlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjFmMWVhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4OGQ1MTA3Yy00ODE3LTQxMjAtODM3ZC0yMDBiMzRjZGZmZmUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 15px !important;
border-left-width: 15px !important;
border-bottom-width: 15px !important;
border-right-width: 15px !important;
border-color: #2C2A34 !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"pos"=>"0.00", "color"=>"#f1f1ea"}, {"pos"=>"1.00", "color"=>"#7e20cf"}] !important;}@media (min-width: 1200px){#s-963a1cc7-0936-4bbe-8d1a-f29327588529 {
  display: none;
}
#s-963a1cc7-0936-4bbe-8d1a-f29327588529, #wrap-s-963a1cc7-0936-4bbe-8d1a-f29327588529, #wrap-content-s-963a1cc7-0936-4bbe-8d1a-f29327588529 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-963a1cc7-0936-4bbe-8d1a-f29327588529 {
  display: none;
}
#s-963a1cc7-0936-4bbe-8d1a-f29327588529, #wrap-s-963a1cc7-0936-4bbe-8d1a-f29327588529, #wrap-content-s-963a1cc7-0936-4bbe-8d1a-f29327588529 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-963a1cc7-0936-4bbe-8d1a-f29327588529 {
  display: none;
}
#s-963a1cc7-0936-4bbe-8d1a-f29327588529, #wrap-s-963a1cc7-0936-4bbe-8d1a-f29327588529, #wrap-content-s-963a1cc7-0936-4bbe-8d1a-f29327588529 { display: none !important; }}

  #s-963a1cc7-0936-4bbe-8d1a-f29327588529-root {
    text-align: center;
  }


#s-963a1cc7-0936-4bbe-8d1a-f29327588529.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-963a1cc7-0936-4bbe-8d1a-f29327588529-root {
    text-align: center;
  }


#s-963a1cc7-0936-4bbe-8d1a-f29327588529.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-963a1cc7-0936-4bbe-8d1a-f29327588529-root {
    text-align: center;
  }


#s-963a1cc7-0936-4bbe-8d1a-f29327588529.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-963a1cc7-0936-4bbe-8d1a-f29327588529-root {
    text-align: center;
  }


#s-963a1cc7-0936-4bbe-8d1a-f29327588529.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-963a1cc7-0936-4bbe-8d1a-f29327588529-root {
    text-align: center;
  }


#s-963a1cc7-0936-4bbe-8d1a-f29327588529.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-a6dffbad-5481-4bf6-bf4a-5edfdb7c823d {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
}
@media (min-width: 1200px){#s-a6dffbad-5481-4bf6-bf4a-5edfdb7c823d {
  display: none;
}
#s-a6dffbad-5481-4bf6-bf4a-5edfdb7c823d, #wrap-s-a6dffbad-5481-4bf6-bf4a-5edfdb7c823d, #wrap-content-s-a6dffbad-5481-4bf6-bf4a-5edfdb7c823d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a6dffbad-5481-4bf6-bf4a-5edfdb7c823d {
  display: none;
}
#s-a6dffbad-5481-4bf6-bf4a-5edfdb7c823d, #wrap-s-a6dffbad-5481-4bf6-bf4a-5edfdb7c823d, #wrap-content-s-a6dffbad-5481-4bf6-bf4a-5edfdb7c823d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a6dffbad-5481-4bf6-bf4a-5edfdb7c823d {
  display: none;
}
#s-a6dffbad-5481-4bf6-bf4a-5edfdb7c823d, #wrap-s-a6dffbad-5481-4bf6-bf4a-5edfdb7c823d, #wrap-content-s-a6dffbad-5481-4bf6-bf4a-5edfdb7c823d { display: none !important; }}
#s-a6dffbad-5481-4bf6-bf4a-5edfdb7c823d {
  background-image: url(https://i.shgcdn.com/3dfc2375-514d-427e-ad7e-7b27710ff95d/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-a6dffbad-5481-4bf6-bf4a-5edfdb7c823d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a6dffbad-5481-4bf6-bf4a-5edfdb7c823d {
  cursor: pointer;
}#s-a6dffbad-5481-4bf6-bf4a-5edfdb7c823d.shg-box.shg-c {
  justify-content: flex-end;
}

#s-da34fce1-0263-4598-affc-a2f414f05953 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-da34fce1-0263-4598-affc-a2f414f05953 {
  display: none;
}
#s-da34fce1-0263-4598-affc-a2f414f05953, #wrap-s-da34fce1-0263-4598-affc-a2f414f05953, #wrap-content-s-da34fce1-0263-4598-affc-a2f414f05953 { display: none !important; }}@media (max-width: 767px){#s-da34fce1-0263-4598-affc-a2f414f05953 {
  display: none;
}
#s-da34fce1-0263-4598-affc-a2f414f05953, #wrap-s-da34fce1-0263-4598-affc-a2f414f05953, #wrap-content-s-da34fce1-0263-4598-affc-a2f414f05953 { display: none !important; }}
@media (min-width: 0px) {
[id="s-da34fce1-0263-4598-affc-a2f414f05953"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-da34fce1-0263-4598-affc-a2f414f05953"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-da34fce1-0263-4598-affc-a2f414f05953"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-da34fce1-0263-4598-affc-a2f414f05953"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-278df012-6d32-4f95-94bd-ccbeb619a28d {
  padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.5);
}
@media (min-width: 768px) and (max-width: 991px){#s-278df012-6d32-4f95-94bd-ccbeb619a28d {
  display: none;
}
#s-278df012-6d32-4f95-94bd-ccbeb619a28d, #wrap-s-278df012-6d32-4f95-94bd-ccbeb619a28d, #wrap-content-s-278df012-6d32-4f95-94bd-ccbeb619a28d { display: none !important; }}@media (max-width: 767px){#s-278df012-6d32-4f95-94bd-ccbeb619a28d {
  display: none;
}
#s-278df012-6d32-4f95-94bd-ccbeb619a28d, #wrap-s-278df012-6d32-4f95-94bd-ccbeb619a28d, #wrap-content-s-278df012-6d32-4f95-94bd-ccbeb619a28d { display: none !important; }}
#s-4bfe930a-362c-4ddf-bb18-0a7b8a52998a {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4bfe930a-362c-4ddf-bb18-0a7b8a52998a {
  display: none;
}
#s-4bfe930a-362c-4ddf-bb18-0a7b8a52998a, #wrap-s-4bfe930a-362c-4ddf-bb18-0a7b8a52998a, #wrap-content-s-4bfe930a-362c-4ddf-bb18-0a7b8a52998a { display: none !important; }}@media (max-width: 767px){#s-4bfe930a-362c-4ddf-bb18-0a7b8a52998a {
  display: none;
}
#s-4bfe930a-362c-4ddf-bb18-0a7b8a52998a, #wrap-s-4bfe930a-362c-4ddf-bb18-0a7b8a52998a, #wrap-content-s-4bfe930a-362c-4ddf-bb18-0a7b8a52998a { display: none !important; }}
@media (min-width: 0px) {
[id="s-4bfe930a-362c-4ddf-bb18-0a7b8a52998a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-4bfe930a-362c-4ddf-bb18-0a7b8a52998a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4bfe930a-362c-4ddf-bb18-0a7b8a52998a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4bfe930a-362c-4ddf-bb18-0a7b8a52998a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-3575c6b6-e5db-40b6-8bbc-e87d807d217c {
  margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.6);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-3575c6b6-e5db-40b6-8bbc-e87d807d217c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3575c6b6-e5db-40b6-8bbc-e87d807d217c:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-3575c6b6-e5db-40b6-8bbc-e87d807d217c {
  display: none;
}
#s-3575c6b6-e5db-40b6-8bbc-e87d807d217c, #wrap-s-3575c6b6-e5db-40b6-8bbc-e87d807d217c, #wrap-content-s-3575c6b6-e5db-40b6-8bbc-e87d807d217c { display: none !important; }}@media (max-width: 767px){#s-3575c6b6-e5db-40b6-8bbc-e87d807d217c {
  display: none;
}
#s-3575c6b6-e5db-40b6-8bbc-e87d807d217c, #wrap-s-3575c6b6-e5db-40b6-8bbc-e87d807d217c, #wrap-content-s-3575c6b6-e5db-40b6-8bbc-e87d807d217c { display: none !important; }}

  #s-3575c6b6-e5db-40b6-8bbc-e87d807d217c-root {
    text-align: center;
  }


#s-3575c6b6-e5db-40b6-8bbc-e87d807d217c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3575c6b6-e5db-40b6-8bbc-e87d807d217c-root {
    text-align: center;
  }


#s-3575c6b6-e5db-40b6-8bbc-e87d807d217c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3575c6b6-e5db-40b6-8bbc-e87d807d217c-root {
    text-align: center;
  }


#s-3575c6b6-e5db-40b6-8bbc-e87d807d217c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3575c6b6-e5db-40b6-8bbc-e87d807d217c-root {
    text-align: center;
  }


#s-3575c6b6-e5db-40b6-8bbc-e87d807d217c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3575c6b6-e5db-40b6-8bbc-e87d807d217c-root {
    text-align: center;
  }


#s-3575c6b6-e5db-40b6-8bbc-e87d807d217c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
@media (min-width: 1200px){#s-e081e829-9b17-44b3-8072-7c104424152c {
  display: none;
}
#s-e081e829-9b17-44b3-8072-7c104424152c, #wrap-s-e081e829-9b17-44b3-8072-7c104424152c, #wrap-content-s-e081e829-9b17-44b3-8072-7c104424152c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e081e829-9b17-44b3-8072-7c104424152c {
  display: none;
}
#s-e081e829-9b17-44b3-8072-7c104424152c, #wrap-s-e081e829-9b17-44b3-8072-7c104424152c, #wrap-content-s-e081e829-9b17-44b3-8072-7c104424152c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e081e829-9b17-44b3-8072-7c104424152c {
  
}
}@media (max-width: 767px){#s-e081e829-9b17-44b3-8072-7c104424152c {
  display: none;
}
#s-e081e829-9b17-44b3-8072-7c104424152c, #wrap-s-e081e829-9b17-44b3-8072-7c104424152c, #wrap-content-s-e081e829-9b17-44b3-8072-7c104424152c { display: none !important; }}
@media (min-width: 0px) {
[id="s-e081e829-9b17-44b3-8072-7c104424152c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-e081e829-9b17-44b3-8072-7c104424152c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e081e829-9b17-44b3-8072-7c104424152c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e081e829-9b17-44b3-8072-7c104424152c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b8897af3-3073-4749-8039-a9d09cac8c66 {
  margin-top: 100px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.5);
}
@media (min-width: 1200px){#s-b8897af3-3073-4749-8039-a9d09cac8c66 {
  display: none;
}
#s-b8897af3-3073-4749-8039-a9d09cac8c66, #wrap-s-b8897af3-3073-4749-8039-a9d09cac8c66, #wrap-content-s-b8897af3-3073-4749-8039-a9d09cac8c66 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b8897af3-3073-4749-8039-a9d09cac8c66 {
  display: none;
}
#s-b8897af3-3073-4749-8039-a9d09cac8c66, #wrap-s-b8897af3-3073-4749-8039-a9d09cac8c66, #wrap-content-s-b8897af3-3073-4749-8039-a9d09cac8c66 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b8897af3-3073-4749-8039-a9d09cac8c66 {
  
}
}@media (max-width: 767px){#s-b8897af3-3073-4749-8039-a9d09cac8c66 {
  
}
}
#s-4510adb9-9833-49d5-bb4e-ce46bee28828 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.6);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-4510adb9-9833-49d5-bb4e-ce46bee28828:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4510adb9-9833-49d5-bb4e-ce46bee28828:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-4510adb9-9833-49d5-bb4e-ce46bee28828 {
  display: none;
}
#s-4510adb9-9833-49d5-bb4e-ce46bee28828, #wrap-s-4510adb9-9833-49d5-bb4e-ce46bee28828, #wrap-content-s-4510adb9-9833-49d5-bb4e-ce46bee28828 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4510adb9-9833-49d5-bb4e-ce46bee28828 {
  display: none;
}
#s-4510adb9-9833-49d5-bb4e-ce46bee28828, #wrap-s-4510adb9-9833-49d5-bb4e-ce46bee28828, #wrap-content-s-4510adb9-9833-49d5-bb4e-ce46bee28828 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4510adb9-9833-49d5-bb4e-ce46bee28828 {
  
}
}@media (max-width: 767px){#s-4510adb9-9833-49d5-bb4e-ce46bee28828 {
  display: none;
}
#s-4510adb9-9833-49d5-bb4e-ce46bee28828, #wrap-s-4510adb9-9833-49d5-bb4e-ce46bee28828, #wrap-content-s-4510adb9-9833-49d5-bb4e-ce46bee28828 { display: none !important; }}

  #s-4510adb9-9833-49d5-bb4e-ce46bee28828-root {
    text-align: center;
  }


#s-4510adb9-9833-49d5-bb4e-ce46bee28828.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4510adb9-9833-49d5-bb4e-ce46bee28828-root {
    text-align: center;
  }


#s-4510adb9-9833-49d5-bb4e-ce46bee28828.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4510adb9-9833-49d5-bb4e-ce46bee28828-root {
    text-align: center;
  }


#s-4510adb9-9833-49d5-bb4e-ce46bee28828.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4510adb9-9833-49d5-bb4e-ce46bee28828-root {
    text-align: center;
  }


#s-4510adb9-9833-49d5-bb4e-ce46bee28828.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4510adb9-9833-49d5-bb4e-ce46bee28828-root {
    text-align: center;
  }


#s-4510adb9-9833-49d5-bb4e-ce46bee28828.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-245b3346-4a9d-4f72-a17c-4b609665e94c {
  margin-left: 50px;
margin-bottom: 10px;
margin-right: 50px;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.5);
}
@media (min-width: 1200px){#s-245b3346-4a9d-4f72-a17c-4b609665e94c {
  display: none;
}
#s-245b3346-4a9d-4f72-a17c-4b609665e94c, #wrap-s-245b3346-4a9d-4f72-a17c-4b609665e94c, #wrap-content-s-245b3346-4a9d-4f72-a17c-4b609665e94c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-245b3346-4a9d-4f72-a17c-4b609665e94c {
  display: none;
}
#s-245b3346-4a9d-4f72-a17c-4b609665e94c, #wrap-s-245b3346-4a9d-4f72-a17c-4b609665e94c, #wrap-content-s-245b3346-4a9d-4f72-a17c-4b609665e94c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-245b3346-4a9d-4f72-a17c-4b609665e94c {
  display: none;
}
#s-245b3346-4a9d-4f72-a17c-4b609665e94c, #wrap-s-245b3346-4a9d-4f72-a17c-4b609665e94c, #wrap-content-s-245b3346-4a9d-4f72-a17c-4b609665e94c { display: none !important; }}@media (max-width: 767px){#s-245b3346-4a9d-4f72-a17c-4b609665e94c {
  
}
}
#s-3c483545-ae1e-4a22-924c-a84169b874fe {
  margin-top: 150px;
margin-bottom: 20px;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.6);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-3c483545-ae1e-4a22-924c-a84169b874fe:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3c483545-ae1e-4a22-924c-a84169b874fe:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-3c483545-ae1e-4a22-924c-a84169b874fe {
  display: none;
}
#s-3c483545-ae1e-4a22-924c-a84169b874fe, #wrap-s-3c483545-ae1e-4a22-924c-a84169b874fe, #wrap-content-s-3c483545-ae1e-4a22-924c-a84169b874fe { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3c483545-ae1e-4a22-924c-a84169b874fe {
  display: none;
}
#s-3c483545-ae1e-4a22-924c-a84169b874fe, #wrap-s-3c483545-ae1e-4a22-924c-a84169b874fe, #wrap-content-s-3c483545-ae1e-4a22-924c-a84169b874fe { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3c483545-ae1e-4a22-924c-a84169b874fe {
  display: none;
}
#s-3c483545-ae1e-4a22-924c-a84169b874fe, #wrap-s-3c483545-ae1e-4a22-924c-a84169b874fe, #wrap-content-s-3c483545-ae1e-4a22-924c-a84169b874fe { display: none !important; }}@media (max-width: 767px){#s-3c483545-ae1e-4a22-924c-a84169b874fe {
  
}
}

  #s-3c483545-ae1e-4a22-924c-a84169b874fe-root {
    text-align: center;
  }


#s-3c483545-ae1e-4a22-924c-a84169b874fe.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3c483545-ae1e-4a22-924c-a84169b874fe-root {
    text-align: center;
  }


#s-3c483545-ae1e-4a22-924c-a84169b874fe.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3c483545-ae1e-4a22-924c-a84169b874fe-root {
    text-align: center;
  }


#s-3c483545-ae1e-4a22-924c-a84169b874fe.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3c483545-ae1e-4a22-924c-a84169b874fe-root {
    text-align: center;
  }


#s-3c483545-ae1e-4a22-924c-a84169b874fe.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3c483545-ae1e-4a22-924c-a84169b874fe-root {
    text-align: center;
  }


#s-3c483545-ae1e-4a22-924c-a84169b874fe.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-f65e0085-42a5-439a-ae95-b2c39c8aecef {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
}
@media (min-width: 1200px){#s-f65e0085-42a5-439a-ae95-b2c39c8aecef {
  display: none;
}
#s-f65e0085-42a5-439a-ae95-b2c39c8aecef, #wrap-s-f65e0085-42a5-439a-ae95-b2c39c8aecef, #wrap-content-s-f65e0085-42a5-439a-ae95-b2c39c8aecef { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f65e0085-42a5-439a-ae95-b2c39c8aecef {
  display: none;
}
#s-f65e0085-42a5-439a-ae95-b2c39c8aecef, #wrap-s-f65e0085-42a5-439a-ae95-b2c39c8aecef, #wrap-content-s-f65e0085-42a5-439a-ae95-b2c39c8aecef { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f65e0085-42a5-439a-ae95-b2c39c8aecef {
  display: none;
}
#s-f65e0085-42a5-439a-ae95-b2c39c8aecef, #wrap-s-f65e0085-42a5-439a-ae95-b2c39c8aecef, #wrap-content-s-f65e0085-42a5-439a-ae95-b2c39c8aecef { display: none !important; }}@media (max-width: 767px){#s-f65e0085-42a5-439a-ae95-b2c39c8aecef {
  
}
}
#s-f65e0085-42a5-439a-ae95-b2c39c8aecef {
  background-image: url(https://i.shgcdn.com/52eb6250-87c6-4d9c-85b4-3fc6ca2e8906/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-f65e0085-42a5-439a-ae95-b2c39c8aecef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f65e0085-42a5-439a-ae95-b2c39c8aecef {
  cursor: pointer;
}#s-f65e0085-42a5-439a-ae95-b2c39c8aecef.shg-box.shg-c {
  justify-content: flex-end;
}

#s-fb24d823-fede-4573-8f92-ceae1ab9de8a {
  margin-top: 60px;
margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-fb24d823-fede-4573-8f92-ceae1ab9de8a {
  
}
}@media (max-width: 767px){#s-fb24d823-fede-4573-8f92-ceae1ab9de8a {
  display: none;
}
#s-fb24d823-fede-4573-8f92-ceae1ab9de8a, #wrap-s-fb24d823-fede-4573-8f92-ceae1ab9de8a, #wrap-content-s-fb24d823-fede-4573-8f92-ceae1ab9de8a { display: none !important; }}
@media (min-width: 0px) {
[id="s-fb24d823-fede-4573-8f92-ceae1ab9de8a"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-fb24d823-fede-4573-8f92-ceae1ab9de8a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fb24d823-fede-4573-8f92-ceae1ab9de8a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fb24d823-fede-4573-8f92-ceae1ab9de8a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fb24d823-fede-4573-8f92-ceae1ab9de8a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fb24d823-fede-4573-8f92-ceae1ab9de8a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fb24d823-fede-4573-8f92-ceae1ab9de8a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-a5545be5-806c-4577-aca2-cc6ed4fafda3 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.5);
}
@media (min-width: 768px) and (max-width: 991px){#s-a5545be5-806c-4577-aca2-cc6ed4fafda3 {
  
}
}@media (max-width: 767px){#s-a5545be5-806c-4577-aca2-cc6ed4fafda3 {
  display: none;
}
#s-a5545be5-806c-4577-aca2-cc6ed4fafda3, #wrap-s-a5545be5-806c-4577-aca2-cc6ed4fafda3, #wrap-content-s-a5545be5-806c-4577-aca2-cc6ed4fafda3 { display: none !important; }}
#s-3cb0e547-fc3f-4cc4-acb6-1daa84a4b1e7 {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3cb0e547-fc3f-4cc4-acb6-1daa84a4b1e7 {
  
}
}@media (max-width: 767px){#s-3cb0e547-fc3f-4cc4-acb6-1daa84a4b1e7 {
  display: none;
}
#s-3cb0e547-fc3f-4cc4-acb6-1daa84a4b1e7, #wrap-s-3cb0e547-fc3f-4cc4-acb6-1daa84a4b1e7, #wrap-content-s-3cb0e547-fc3f-4cc4-acb6-1daa84a4b1e7 { display: none !important; }}
@media (min-width: 0px) {
[id="s-3cb0e547-fc3f-4cc4-acb6-1daa84a4b1e7"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3cb0e547-fc3f-4cc4-acb6-1daa84a4b1e7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3cb0e547-fc3f-4cc4-acb6-1daa84a4b1e7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3cb0e547-fc3f-4cc4-acb6-1daa84a4b1e7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3cb0e547-fc3f-4cc4-acb6-1daa84a4b1e7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3cb0e547-fc3f-4cc4-acb6-1daa84a4b1e7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3cb0e547-fc3f-4cc4-acb6-1daa84a4b1e7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-80df48c3-6d41-467e-b7c9-6b4dea609456 {
  margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.7);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
}
#s-80df48c3-6d41-467e-b7c9-6b4dea609456:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-80df48c3-6d41-467e-b7c9-6b4dea609456:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-80df48c3-6d41-467e-b7c9-6b4dea609456 {
  
}
}@media (max-width: 767px){#s-80df48c3-6d41-467e-b7c9-6b4dea609456 {
  display: none;
}
#s-80df48c3-6d41-467e-b7c9-6b4dea609456, #wrap-s-80df48c3-6d41-467e-b7c9-6b4dea609456, #wrap-content-s-80df48c3-6d41-467e-b7c9-6b4dea609456 { display: none !important; }}

  #s-80df48c3-6d41-467e-b7c9-6b4dea609456-root {
    text-align: center;
  }


#s-80df48c3-6d41-467e-b7c9-6b4dea609456.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-80df48c3-6d41-467e-b7c9-6b4dea609456-root {
    text-align: center;
  }


#s-80df48c3-6d41-467e-b7c9-6b4dea609456.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-80df48c3-6d41-467e-b7c9-6b4dea609456-root {
    text-align: center;
  }


#s-80df48c3-6d41-467e-b7c9-6b4dea609456.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-80df48c3-6d41-467e-b7c9-6b4dea609456-root {
    text-align: center;
  }


#s-80df48c3-6d41-467e-b7c9-6b4dea609456.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-80df48c3-6d41-467e-b7c9-6b4dea609456-root {
    text-align: center;
  }


#s-80df48c3-6d41-467e-b7c9-6b4dea609456.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-20b116d0-91aa-41e0-abc5-f80d59fdaab2 {
  margin-left: 40px;
margin-right: 40px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.5);
}
@media (min-width: 1200px){#s-20b116d0-91aa-41e0-abc5-f80d59fdaab2 {
  display: none;
}
#s-20b116d0-91aa-41e0-abc5-f80d59fdaab2, #wrap-s-20b116d0-91aa-41e0-abc5-f80d59fdaab2, #wrap-content-s-20b116d0-91aa-41e0-abc5-f80d59fdaab2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-20b116d0-91aa-41e0-abc5-f80d59fdaab2 {
  display: none;
}
#s-20b116d0-91aa-41e0-abc5-f80d59fdaab2, #wrap-s-20b116d0-91aa-41e0-abc5-f80d59fdaab2, #wrap-content-s-20b116d0-91aa-41e0-abc5-f80d59fdaab2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-20b116d0-91aa-41e0-abc5-f80d59fdaab2 {
  display: none;
}
#s-20b116d0-91aa-41e0-abc5-f80d59fdaab2, #wrap-s-20b116d0-91aa-41e0-abc5-f80d59fdaab2, #wrap-content-s-20b116d0-91aa-41e0-abc5-f80d59fdaab2 { display: none !important; }}@media (max-width: 767px){#s-20b116d0-91aa-41e0-abc5-f80d59fdaab2 {
  
}
}
#s-4032cf39-a5d4-4c27-9cdc-539aa8aeec1b {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.7);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
}
#s-4032cf39-a5d4-4c27-9cdc-539aa8aeec1b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4032cf39-a5d4-4c27-9cdc-539aa8aeec1b:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-4032cf39-a5d4-4c27-9cdc-539aa8aeec1b {
  display: none;
}
#s-4032cf39-a5d4-4c27-9cdc-539aa8aeec1b, #wrap-s-4032cf39-a5d4-4c27-9cdc-539aa8aeec1b, #wrap-content-s-4032cf39-a5d4-4c27-9cdc-539aa8aeec1b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4032cf39-a5d4-4c27-9cdc-539aa8aeec1b {
  display: none;
}
#s-4032cf39-a5d4-4c27-9cdc-539aa8aeec1b, #wrap-s-4032cf39-a5d4-4c27-9cdc-539aa8aeec1b, #wrap-content-s-4032cf39-a5d4-4c27-9cdc-539aa8aeec1b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4032cf39-a5d4-4c27-9cdc-539aa8aeec1b {
  display: none;
}
#s-4032cf39-a5d4-4c27-9cdc-539aa8aeec1b, #wrap-s-4032cf39-a5d4-4c27-9cdc-539aa8aeec1b, #wrap-content-s-4032cf39-a5d4-4c27-9cdc-539aa8aeec1b { display: none !important; }}@media (max-width: 767px){#s-4032cf39-a5d4-4c27-9cdc-539aa8aeec1b {
  
}
}

  #s-4032cf39-a5d4-4c27-9cdc-539aa8aeec1b-root {
    text-align: center;
  }


#s-4032cf39-a5d4-4c27-9cdc-539aa8aeec1b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4032cf39-a5d4-4c27-9cdc-539aa8aeec1b-root {
    text-align: center;
  }


#s-4032cf39-a5d4-4c27-9cdc-539aa8aeec1b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4032cf39-a5d4-4c27-9cdc-539aa8aeec1b-root {
    text-align: center;
  }


#s-4032cf39-a5d4-4c27-9cdc-539aa8aeec1b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4032cf39-a5d4-4c27-9cdc-539aa8aeec1b-root {
    text-align: center;
  }


#s-4032cf39-a5d4-4c27-9cdc-539aa8aeec1b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4032cf39-a5d4-4c27-9cdc-539aa8aeec1b-root {
    text-align: center;
  }


#s-4032cf39-a5d4-4c27-9cdc-539aa8aeec1b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-be27a871-5671-482a-82dc-1008b53bc9e3 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
}
@media (min-width: 1200px){#s-be27a871-5671-482a-82dc-1008b53bc9e3 {
  display: none;
}
#s-be27a871-5671-482a-82dc-1008b53bc9e3, #wrap-s-be27a871-5671-482a-82dc-1008b53bc9e3, #wrap-content-s-be27a871-5671-482a-82dc-1008b53bc9e3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-be27a871-5671-482a-82dc-1008b53bc9e3 {
  display: none;
}
#s-be27a871-5671-482a-82dc-1008b53bc9e3, #wrap-s-be27a871-5671-482a-82dc-1008b53bc9e3, #wrap-content-s-be27a871-5671-482a-82dc-1008b53bc9e3 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-be27a871-5671-482a-82dc-1008b53bc9e3 {
  display: none;
}
#s-be27a871-5671-482a-82dc-1008b53bc9e3, #wrap-s-be27a871-5671-482a-82dc-1008b53bc9e3, #wrap-content-s-be27a871-5671-482a-82dc-1008b53bc9e3 { display: none !important; }}@media (max-width: 767px){#s-be27a871-5671-482a-82dc-1008b53bc9e3 {
  
}
}
#s-be27a871-5671-482a-82dc-1008b53bc9e3 {
  background-image: url(https://i.shgcdn.com/56270974-2dbe-4d6f-a450-3e5f92c5f5b3/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-be27a871-5671-482a-82dc-1008b53bc9e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-be27a871-5671-482a-82dc-1008b53bc9e3 {
  cursor: pointer;
}#s-be27a871-5671-482a-82dc-1008b53bc9e3.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f0a4e0f6-5ae5-45d8-ac0b-134e31f37481 {
  margin-top: 20px;
margin-left: 50px;
margin-right: 50px;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.5);
}
@media (min-width: 768px) and (max-width: 991px){#s-f0a4e0f6-5ae5-45d8-ac0b-134e31f37481 {
  
}
}@media (max-width: 767px){#s-f0a4e0f6-5ae5-45d8-ac0b-134e31f37481 {
  
}
}
#s-a011c6ab-ef5a-4c1c-a218-d2a28347e740 {
  margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.7);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
}
#s-a011c6ab-ef5a-4c1c-a218-d2a28347e740:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a011c6ab-ef5a-4c1c-a218-d2a28347e740:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-a011c6ab-ef5a-4c1c-a218-d2a28347e740 {
  
}
}@media (max-width: 767px){#s-a011c6ab-ef5a-4c1c-a218-d2a28347e740 {
  
}
}

  #s-a011c6ab-ef5a-4c1c-a218-d2a28347e740-root {
    text-align: center;
  }


#s-a011c6ab-ef5a-4c1c-a218-d2a28347e740.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a011c6ab-ef5a-4c1c-a218-d2a28347e740-root {
    text-align: center;
  }


#s-a011c6ab-ef5a-4c1c-a218-d2a28347e740.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a011c6ab-ef5a-4c1c-a218-d2a28347e740-root {
    text-align: center;
  }


#s-a011c6ab-ef5a-4c1c-a218-d2a28347e740.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a011c6ab-ef5a-4c1c-a218-d2a28347e740-root {
    text-align: center;
  }


#s-a011c6ab-ef5a-4c1c-a218-d2a28347e740.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a011c6ab-ef5a-4c1c-a218-d2a28347e740-root {
    text-align: center;
  }


#s-a011c6ab-ef5a-4c1c-a218-d2a28347e740.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
.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;
  
  
  text-transform: none;
  
  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-0d691ea2-023d-4d1b-bfe5-9180799a7109 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-0d691ea2-023d-4d1b-bfe5-9180799a7109 {
  
}
}
#s-0d691ea2-023d-4d1b-bfe5-9180799a7109 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



@media (min-width: 768px) and (max-width: 991px){#s-433865ac-6b4d-4c7e-9d03-ea686f32ec9a {
  display: none;
}
#s-433865ac-6b4d-4c7e-9d03-ea686f32ec9a, #wrap-s-433865ac-6b4d-4c7e-9d03-ea686f32ec9a, #wrap-content-s-433865ac-6b4d-4c7e-9d03-ea686f32ec9a { display: none !important; }}@media (max-width: 767px){#s-433865ac-6b4d-4c7e-9d03-ea686f32ec9a {
  display: none;
}
#s-433865ac-6b4d-4c7e-9d03-ea686f32ec9a, #wrap-s-433865ac-6b4d-4c7e-9d03-ea686f32ec9a, #wrap-content-s-433865ac-6b4d-4c7e-9d03-ea686f32ec9a { display: none !important; }}
@media (min-width: 0px) {
[id="s-433865ac-6b4d-4c7e-9d03-ea686f32ec9a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-433865ac-6b4d-4c7e-9d03-ea686f32ec9a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-433865ac-6b4d-4c7e-9d03-ea686f32ec9a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-433865ac-6b4d-4c7e-9d03-ea686f32ec9a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-b9d7d463-5006-46ec-9a72-b7789f8a8013 {
  max-width: 265px;
text-align: center;
}

#s-b9d7d463-5006-46ec-9a72-b7789f8a8013 {
  overflow: hidden;
  
  
      max-width: 265px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-b9d7d463-5006-46ec-9a72-b7789f8a8013 .shogun-image-content {
  
    justify-content: center;
  
}

.shg-product-title-component h1 span,
.shg-product-title-component h2 span,
.shg-product-title-component h3 span,
.shg-product-title-component h4 span,
.shg-product-title-component h5 span,
.shg-product-title-component h6 span {
  margin: 0;
  padding: 0;
  display: block;
  
  
  text-transform: none;
  
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-602f2846-3f7d-4073-8e23-8f4ab5c829b2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-602f2846-3f7d-4073-8e23-8f4ab5c829b2 .shg-product-title-component h3 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 18px;
  
  
  
}

#s-165272b9-36b6-4bcc-baf4-07d35bd109d7 {
  margin-top: 4px;
margin-bottom: 4px;
text-align: center;
}

#s-625264bb-3a86-4473-99a5-a73c2f71a8d6 {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-625264bb-3a86-4473-99a5-a73c2f71a8d6 {
  display: none;
}
#s-625264bb-3a86-4473-99a5-a73c2f71a8d6, #wrap-s-625264bb-3a86-4473-99a5-a73c2f71a8d6, #wrap-content-s-625264bb-3a86-4473-99a5-a73c2f71a8d6 { display: none !important; }}@media (max-width: 767px){#s-625264bb-3a86-4473-99a5-a73c2f71a8d6 {
  display: none;
}
#s-625264bb-3a86-4473-99a5-a73c2f71a8d6, #wrap-s-625264bb-3a86-4473-99a5-a73c2f71a8d6, #wrap-content-s-625264bb-3a86-4473-99a5-a73c2f71a8d6 { display: none !important; }}
#s-a2d6c637-c6cb-450a-a2fe-4975c3623cbc {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 8px;
padding-left: 0px;
padding-bottom: 8px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-a2d6c637-c6cb-450a-a2fe-4975c3623cbc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a2d6c637-c6cb-450a-a2fe-4975c3623cbc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a2d6c637-c6cb-450a-a2fe-4975c3623cbc-root {
    text-align: center;
  }


#s-a2d6c637-c6cb-450a-a2fe-4975c3623cbc.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-a2d6c637-c6cb-450a-a2fe-4975c3623cbc-root {
    text-align: center;
  }


#s-a2d6c637-c6cb-450a-a2fe-4975c3623cbc.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a2d6c637-c6cb-450a-a2fe-4975c3623cbc-root {
    text-align: center;
  }


#s-a2d6c637-c6cb-450a-a2fe-4975c3623cbc.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a2d6c637-c6cb-450a-a2fe-4975c3623cbc-root {
    text-align: center;
  }


#s-a2d6c637-c6cb-450a-a2fe-4975c3623cbc.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-a2d6c637-c6cb-450a-a2fe-4975c3623cbc-root {
    text-align: center;
  }


#s-a2d6c637-c6cb-450a-a2fe-4975c3623cbc.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-834ba973-afaf-449d-92b7-744d6ddddeb8 {
  max-width: 265px;
aspect-ratio: 265/502;
text-align: center;
}

#s-834ba973-afaf-449d-92b7-744d6ddddeb8 {
  overflow: hidden;
  
  
      max-width: 265px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-834ba973-afaf-449d-92b7-744d6ddddeb8 img.shogun-image,
  #s-834ba973-afaf-449d-92b7-744d6ddddeb8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-834ba973-afaf-449d-92b7-744d6ddddeb8 {
    width: 100%;
    height: auto;
  }



  #s-834ba973-afaf-449d-92b7-744d6ddddeb8 img.shogun-image {
    

    
    
    
  }


#s-834ba973-afaf-449d-92b7-744d6ddddeb8 .shogun-image-content {
  
    justify-content: center;
  
}

#s-d583e57c-a405-4491-ba98-4f98d8ed1b97 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d583e57c-a405-4491-ba98-4f98d8ed1b97 .shg-product-title-component h3 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 18px;
  
  
  
}

#s-a7cd7ebf-73d9-40e6-bc95-096d018cac72 {
  margin-top: 4px;
margin-bottom: 4px;
text-align: center;
}

#s-e0c45314-3dcd-4763-9852-af5805dcf538 {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 42px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e0c45314-3dcd-4763-9852-af5805dcf538 {
  display: none;
}
#s-e0c45314-3dcd-4763-9852-af5805dcf538, #wrap-s-e0c45314-3dcd-4763-9852-af5805dcf538, #wrap-content-s-e0c45314-3dcd-4763-9852-af5805dcf538 { display: none !important; }}@media (max-width: 767px){#s-e0c45314-3dcd-4763-9852-af5805dcf538 {
  display: none;
}
#s-e0c45314-3dcd-4763-9852-af5805dcf538, #wrap-s-e0c45314-3dcd-4763-9852-af5805dcf538, #wrap-content-s-e0c45314-3dcd-4763-9852-af5805dcf538 { display: none !important; }}
#s-c04c395b-ab77-444c-bcf0-d8f29809a5b9 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 8px;
padding-left: 0px;
padding-bottom: 8px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-c04c395b-ab77-444c-bcf0-d8f29809a5b9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c04c395b-ab77-444c-bcf0-d8f29809a5b9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c04c395b-ab77-444c-bcf0-d8f29809a5b9-root {
    text-align: center;
  }


#s-c04c395b-ab77-444c-bcf0-d8f29809a5b9.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c04c395b-ab77-444c-bcf0-d8f29809a5b9-root {
    text-align: center;
  }


#s-c04c395b-ab77-444c-bcf0-d8f29809a5b9.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c04c395b-ab77-444c-bcf0-d8f29809a5b9-root {
    text-align: center;
  }


#s-c04c395b-ab77-444c-bcf0-d8f29809a5b9.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c04c395b-ab77-444c-bcf0-d8f29809a5b9-root {
    text-align: center;
  }


#s-c04c395b-ab77-444c-bcf0-d8f29809a5b9.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c04c395b-ab77-444c-bcf0-d8f29809a5b9-root {
    text-align: center;
  }


#s-c04c395b-ab77-444c-bcf0-d8f29809a5b9.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-85c1bda5-494a-472d-89f3-e190a4e15009 {
  max-width: 265px;
aspect-ratio: 265/502;
text-align: center;
}

#s-85c1bda5-494a-472d-89f3-e190a4e15009 {
  overflow: hidden;
  
  
      max-width: 265px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-85c1bda5-494a-472d-89f3-e190a4e15009 img.shogun-image,
  #s-85c1bda5-494a-472d-89f3-e190a4e15009 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-85c1bda5-494a-472d-89f3-e190a4e15009 {
    width: 100%;
    height: auto;
  }



  #s-85c1bda5-494a-472d-89f3-e190a4e15009 img.shogun-image {
    

    
    
    
  }


#s-85c1bda5-494a-472d-89f3-e190a4e15009 .shogun-image-content {
  
    justify-content: center;
  
}

#s-f8f3189c-fc20-46a6-98b1-2cf8dbb0b4db {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f8f3189c-fc20-46a6-98b1-2cf8dbb0b4db .shg-product-title-component h3 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 18px;
  
  
  
}

#s-95df6b77-23db-415d-a8f8-dcb8bf90678f {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-83c82718-0890-4360-9e06-94b1bcf21f18 {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 45px;
}
@media (min-width: 768px) and (max-width: 991px){#s-83c82718-0890-4360-9e06-94b1bcf21f18 {
  display: none;
}
#s-83c82718-0890-4360-9e06-94b1bcf21f18, #wrap-s-83c82718-0890-4360-9e06-94b1bcf21f18, #wrap-content-s-83c82718-0890-4360-9e06-94b1bcf21f18 { display: none !important; }}@media (max-width: 767px){#s-83c82718-0890-4360-9e06-94b1bcf21f18 {
  display: none;
}
#s-83c82718-0890-4360-9e06-94b1bcf21f18, #wrap-s-83c82718-0890-4360-9e06-94b1bcf21f18, #wrap-content-s-83c82718-0890-4360-9e06-94b1bcf21f18 { display: none !important; }}
#s-ba2a5fb0-96fd-4f39-a697-45b23bc325e2 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 8px;
padding-left: 0px;
padding-bottom: 8px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-ba2a5fb0-96fd-4f39-a697-45b23bc325e2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ba2a5fb0-96fd-4f39-a697-45b23bc325e2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ba2a5fb0-96fd-4f39-a697-45b23bc325e2-root {
    text-align: center;
  }


#s-ba2a5fb0-96fd-4f39-a697-45b23bc325e2.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-ba2a5fb0-96fd-4f39-a697-45b23bc325e2-root {
    text-align: center;
  }


#s-ba2a5fb0-96fd-4f39-a697-45b23bc325e2.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ba2a5fb0-96fd-4f39-a697-45b23bc325e2-root {
    text-align: center;
  }


#s-ba2a5fb0-96fd-4f39-a697-45b23bc325e2.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ba2a5fb0-96fd-4f39-a697-45b23bc325e2-root {
    text-align: center;
  }


#s-ba2a5fb0-96fd-4f39-a697-45b23bc325e2.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-ba2a5fb0-96fd-4f39-a697-45b23bc325e2-root {
    text-align: center;
  }


#s-ba2a5fb0-96fd-4f39-a697-45b23bc325e2.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
@media (min-width: 768px) and (max-width: 991px){#s-faf46c8c-c271-45d4-a876-99c4eca99104 {
  display: none;
}
#s-faf46c8c-c271-45d4-a876-99c4eca99104, #wrap-s-faf46c8c-c271-45d4-a876-99c4eca99104, #wrap-content-s-faf46c8c-c271-45d4-a876-99c4eca99104 { display: none !important; }}@media (max-width: 767px){#s-faf46c8c-c271-45d4-a876-99c4eca99104 {
  display: none;
}
#s-faf46c8c-c271-45d4-a876-99c4eca99104, #wrap-s-faf46c8c-c271-45d4-a876-99c4eca99104, #wrap-content-s-faf46c8c-c271-45d4-a876-99c4eca99104 { display: none !important; }}
@media (min-width: 0px) {
[id="s-faf46c8c-c271-45d4-a876-99c4eca99104"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-faf46c8c-c271-45d4-a876-99c4eca99104"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-faf46c8c-c271-45d4-a876-99c4eca99104"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-faf46c8c-c271-45d4-a876-99c4eca99104"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-529a76f3-08c5-4165-a2ff-7b337e8816fc {
  max-width: 265px;
text-align: center;
}

#s-529a76f3-08c5-4165-a2ff-7b337e8816fc {
  overflow: hidden;
  
  
      max-width: 265px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-529a76f3-08c5-4165-a2ff-7b337e8816fc .shogun-image-content {
  
    justify-content: center;
  
}

#s-8ceb88a8-0a0d-44dc-9467-42fbaab68929 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8ceb88a8-0a0d-44dc-9467-42fbaab68929 .shg-product-title-component h3 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 18px;
  
  
  
}

#s-bc5baafa-3b13-4f57-9cf1-641d80138de5 {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-bef4d3d2-0b17-4ad5-b622-a63216a411bb {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 23px;
}
@media (min-width: 768px) and (max-width: 991px){#s-bef4d3d2-0b17-4ad5-b622-a63216a411bb {
  display: none;
}
#s-bef4d3d2-0b17-4ad5-b622-a63216a411bb, #wrap-s-bef4d3d2-0b17-4ad5-b622-a63216a411bb, #wrap-content-s-bef4d3d2-0b17-4ad5-b622-a63216a411bb { display: none !important; }}@media (max-width: 767px){#s-bef4d3d2-0b17-4ad5-b622-a63216a411bb {
  display: none;
}
#s-bef4d3d2-0b17-4ad5-b622-a63216a411bb, #wrap-s-bef4d3d2-0b17-4ad5-b622-a63216a411bb, #wrap-content-s-bef4d3d2-0b17-4ad5-b622-a63216a411bb { display: none !important; }}
#s-e8f5cec9-0c7a-4dfb-97c7-031c6d653263 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 8px;
padding-left: 0px;
padding-bottom: 8px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-e8f5cec9-0c7a-4dfb-97c7-031c6d653263:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e8f5cec9-0c7a-4dfb-97c7-031c6d653263:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e8f5cec9-0c7a-4dfb-97c7-031c6d653263-root {
    text-align: center;
  }


#s-e8f5cec9-0c7a-4dfb-97c7-031c6d653263.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-e8f5cec9-0c7a-4dfb-97c7-031c6d653263-root {
    text-align: center;
  }


#s-e8f5cec9-0c7a-4dfb-97c7-031c6d653263.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e8f5cec9-0c7a-4dfb-97c7-031c6d653263-root {
    text-align: center;
  }


#s-e8f5cec9-0c7a-4dfb-97c7-031c6d653263.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e8f5cec9-0c7a-4dfb-97c7-031c6d653263-root {
    text-align: center;
  }


#s-e8f5cec9-0c7a-4dfb-97c7-031c6d653263.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-e8f5cec9-0c7a-4dfb-97c7-031c6d653263-root {
    text-align: center;
  }


#s-e8f5cec9-0c7a-4dfb-97c7-031c6d653263.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-c5de6d0a-7d66-407b-82bd-24e0c2bb8e06 {
  max-width: 265px;
text-align: center;
}

#s-c5de6d0a-7d66-407b-82bd-24e0c2bb8e06 {
  overflow: hidden;
  
  
      max-width: 265px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-c5de6d0a-7d66-407b-82bd-24e0c2bb8e06 .shogun-image-content {
  
    justify-content: center;
  
}

#s-bdae856a-a8a2-404c-9df9-6c82e289fcd7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bdae856a-a8a2-404c-9df9-6c82e289fcd7 .shg-product-title-component h3 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 18px;
  
  
  
}

#s-0815f924-fcd7-44de-bf99-d6324559c08c {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-cef9cb2f-b7c1-48d6-8362-af7b5451ac77 {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-cef9cb2f-b7c1-48d6-8362-af7b5451ac77 {
  display: none;
}
#s-cef9cb2f-b7c1-48d6-8362-af7b5451ac77, #wrap-s-cef9cb2f-b7c1-48d6-8362-af7b5451ac77, #wrap-content-s-cef9cb2f-b7c1-48d6-8362-af7b5451ac77 { display: none !important; }}@media (max-width: 767px){#s-cef9cb2f-b7c1-48d6-8362-af7b5451ac77 {
  display: none;
}
#s-cef9cb2f-b7c1-48d6-8362-af7b5451ac77, #wrap-s-cef9cb2f-b7c1-48d6-8362-af7b5451ac77, #wrap-content-s-cef9cb2f-b7c1-48d6-8362-af7b5451ac77 { display: none !important; }}
#s-176c4e4a-4012-4ee8-aeeb-9face4dca9ad {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 8px;
padding-left: 0px;
padding-bottom: 8px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-176c4e4a-4012-4ee8-aeeb-9face4dca9ad:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-176c4e4a-4012-4ee8-aeeb-9face4dca9ad:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-176c4e4a-4012-4ee8-aeeb-9face4dca9ad-root {
    text-align: center;
  }


#s-176c4e4a-4012-4ee8-aeeb-9face4dca9ad.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-176c4e4a-4012-4ee8-aeeb-9face4dca9ad-root {
    text-align: center;
  }


#s-176c4e4a-4012-4ee8-aeeb-9face4dca9ad.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-176c4e4a-4012-4ee8-aeeb-9face4dca9ad-root {
    text-align: center;
  }


#s-176c4e4a-4012-4ee8-aeeb-9face4dca9ad.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-176c4e4a-4012-4ee8-aeeb-9face4dca9ad-root {
    text-align: center;
  }


#s-176c4e4a-4012-4ee8-aeeb-9face4dca9ad.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-176c4e4a-4012-4ee8-aeeb-9face4dca9ad-root {
    text-align: center;
  }


#s-176c4e4a-4012-4ee8-aeeb-9face4dca9ad.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

@media (min-width: 768px) and (max-width: 991px){#s-96afb468-17a5-4adc-814c-05e8099b7afc {
  display: none;
}
#s-96afb468-17a5-4adc-814c-05e8099b7afc, #wrap-s-96afb468-17a5-4adc-814c-05e8099b7afc, #wrap-content-s-96afb468-17a5-4adc-814c-05e8099b7afc { display: none !important; }}@media (max-width: 767px){#s-96afb468-17a5-4adc-814c-05e8099b7afc {
  display: none;
}
#s-96afb468-17a5-4adc-814c-05e8099b7afc, #wrap-s-96afb468-17a5-4adc-814c-05e8099b7afc, #wrap-content-s-96afb468-17a5-4adc-814c-05e8099b7afc { display: none !important; }}
#s-96afb468-17a5-4adc-814c-05e8099b7afc hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 1200px){#s-08c46c96-67f2-4ed5-83ce-8a05d20ef760 {
  display: none;
}
#s-08c46c96-67f2-4ed5-83ce-8a05d20ef760, #wrap-s-08c46c96-67f2-4ed5-83ce-8a05d20ef760, #wrap-content-s-08c46c96-67f2-4ed5-83ce-8a05d20ef760 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-08c46c96-67f2-4ed5-83ce-8a05d20ef760 {
  display: none;
}
#s-08c46c96-67f2-4ed5-83ce-8a05d20ef760, #wrap-s-08c46c96-67f2-4ed5-83ce-8a05d20ef760, #wrap-content-s-08c46c96-67f2-4ed5-83ce-8a05d20ef760 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-08c46c96-67f2-4ed5-83ce-8a05d20ef760 {
  display: none;
}
#s-08c46c96-67f2-4ed5-83ce-8a05d20ef760, #wrap-s-08c46c96-67f2-4ed5-83ce-8a05d20ef760, #wrap-content-s-08c46c96-67f2-4ed5-83ce-8a05d20ef760 { display: none !important; }}
@media (min-width: 0px) {
[id="s-08c46c96-67f2-4ed5-83ce-8a05d20ef760"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-08c46c96-67f2-4ed5-83ce-8a05d20ef760"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-08c46c96-67f2-4ed5-83ce-8a05d20ef760"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-08c46c96-67f2-4ed5-83ce-8a05d20ef760"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-6ed18e5a-a1ef-4e9c-bd25-d3cff10c09cc {
  max-width: 265px;
text-align: center;
}

#s-6ed18e5a-a1ef-4e9c-bd25-d3cff10c09cc {
  overflow: hidden;
  
  
      max-width: 265px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-6ed18e5a-a1ef-4e9c-bd25-d3cff10c09cc .shogun-image-content {
  
    justify-content: center;
  
}

#s-b8ce5b45-3855-4238-b209-bcb79b530c64 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b8ce5b45-3855-4238-b209-bcb79b530c64 .shg-product-title-component h5 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 14px;
  
  
  
}

#s-5716f007-28f1-453f-8d55-889013cc62df {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-9c361cca-3173-4d9c-bc6e-41ba386bad87 {
  margin-bottom: 4px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9c361cca-3173-4d9c-bc6e-41ba386bad87 {
  display: none;
}
#s-9c361cca-3173-4d9c-bc6e-41ba386bad87, #wrap-s-9c361cca-3173-4d9c-bc6e-41ba386bad87, #wrap-content-s-9c361cca-3173-4d9c-bc6e-41ba386bad87 { display: none !important; }}@media (max-width: 767px){#s-9c361cca-3173-4d9c-bc6e-41ba386bad87 {
  display: none;
}
#s-9c361cca-3173-4d9c-bc6e-41ba386bad87, #wrap-s-9c361cca-3173-4d9c-bc6e-41ba386bad87, #wrap-content-s-9c361cca-3173-4d9c-bc6e-41ba386bad87 { display: none !important; }}
#s-ccb48488-9bfd-465e-a81e-434c24048c7a {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 1200px){#s-ccb48488-9bfd-465e-a81e-434c24048c7a {
  display: none;
}
#s-ccb48488-9bfd-465e-a81e-434c24048c7a, #wrap-s-ccb48488-9bfd-465e-a81e-434c24048c7a, #wrap-content-s-ccb48488-9bfd-465e-a81e-434c24048c7a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ccb48488-9bfd-465e-a81e-434c24048c7a {
  display: none;
}
#s-ccb48488-9bfd-465e-a81e-434c24048c7a, #wrap-s-ccb48488-9bfd-465e-a81e-434c24048c7a, #wrap-content-s-ccb48488-9bfd-465e-a81e-434c24048c7a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ccb48488-9bfd-465e-a81e-434c24048c7a {
  
}
}@media (max-width: 767px){#s-ccb48488-9bfd-465e-a81e-434c24048c7a {
  
}
}
@media (min-width: 768px) and (max-width: 991px){#s-ba703467-a677-4cd6-9a16-46d5e1086870 {
  display: none;
}
#s-ba703467-a677-4cd6-9a16-46d5e1086870, #wrap-s-ba703467-a677-4cd6-9a16-46d5e1086870, #wrap-content-s-ba703467-a677-4cd6-9a16-46d5e1086870 { display: none !important; }}@media (max-width: 767px){#s-ba703467-a677-4cd6-9a16-46d5e1086870 {
  display: none;
}
#s-ba703467-a677-4cd6-9a16-46d5e1086870, #wrap-s-ba703467-a677-4cd6-9a16-46d5e1086870, #wrap-content-s-ba703467-a677-4cd6-9a16-46d5e1086870 { display: none !important; }}
#s-c775ec6c-2bc9-4224-a835-5f79ff0b50a1 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-ff1323b2-b581-4ab6-ab23-cddc188b1951 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-ff1323b2-b581-4ab6-ab23-cddc188b1951:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ff1323b2-b581-4ab6-ab23-cddc188b1951:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ff1323b2-b581-4ab6-ab23-cddc188b1951-root {
    text-align: center;
  }


#s-ff1323b2-b581-4ab6-ab23-cddc188b1951.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-ff1323b2-b581-4ab6-ab23-cddc188b1951-root {
    text-align: center;
  }


#s-ff1323b2-b581-4ab6-ab23-cddc188b1951.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ff1323b2-b581-4ab6-ab23-cddc188b1951-root {
    text-align: center;
  }


#s-ff1323b2-b581-4ab6-ab23-cddc188b1951.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ff1323b2-b581-4ab6-ab23-cddc188b1951-root {
    text-align: center;
  }


#s-ff1323b2-b581-4ab6-ab23-cddc188b1951.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-ff1323b2-b581-4ab6-ab23-cddc188b1951-root {
    text-align: center;
  }


#s-ff1323b2-b581-4ab6-ab23-cddc188b1951.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-42c9bc80-369a-47da-8d6d-12cad1bcf138 {
  max-width: 265px;
text-align: center;
}

#s-42c9bc80-369a-47da-8d6d-12cad1bcf138 {
  overflow: hidden;
  
  
      max-width: 265px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-42c9bc80-369a-47da-8d6d-12cad1bcf138 .shogun-image-content {
  
    justify-content: center;
  
}

#s-4cc1ec4b-cf93-42a0-b2c2-f9928cf06a23 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4cc1ec4b-cf93-42a0-b2c2-f9928cf06a23 .shg-product-title-component h5 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 14px;
  
  
  
}

#s-cf85a567-55ed-498e-83f0-f26b0452dad7 {
  text-align: center;
}

#s-7cc4dd9a-04c7-4627-b5de-1f5988531423 {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 44px;
}
@media (min-width: 1200px){#s-7cc4dd9a-04c7-4627-b5de-1f5988531423 {
  display: none;
}
#s-7cc4dd9a-04c7-4627-b5de-1f5988531423, #wrap-s-7cc4dd9a-04c7-4627-b5de-1f5988531423, #wrap-content-s-7cc4dd9a-04c7-4627-b5de-1f5988531423 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7cc4dd9a-04c7-4627-b5de-1f5988531423 {
  display: none;
}
#s-7cc4dd9a-04c7-4627-b5de-1f5988531423, #wrap-s-7cc4dd9a-04c7-4627-b5de-1f5988531423, #wrap-content-s-7cc4dd9a-04c7-4627-b5de-1f5988531423 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7cc4dd9a-04c7-4627-b5de-1f5988531423 {
  
}
}@media (max-width: 767px){#s-7cc4dd9a-04c7-4627-b5de-1f5988531423 {
  
}
}
#s-ffc2a1a3-fff7-48e7-9be4-f09c1fba8a19 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-d3f860c1-8256-4ea5-8486-04841ace4c87 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-d3f860c1-8256-4ea5-8486-04841ace4c87:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d3f860c1-8256-4ea5-8486-04841ace4c87:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d3f860c1-8256-4ea5-8486-04841ace4c87-root {
    text-align: center;
  }


#s-d3f860c1-8256-4ea5-8486-04841ace4c87.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-d3f860c1-8256-4ea5-8486-04841ace4c87-root {
    text-align: center;
  }


#s-d3f860c1-8256-4ea5-8486-04841ace4c87.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d3f860c1-8256-4ea5-8486-04841ace4c87-root {
    text-align: center;
  }


#s-d3f860c1-8256-4ea5-8486-04841ace4c87.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d3f860c1-8256-4ea5-8486-04841ace4c87-root {
    text-align: center;
  }


#s-d3f860c1-8256-4ea5-8486-04841ace4c87.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-d3f860c1-8256-4ea5-8486-04841ace4c87-root {
    text-align: center;
  }


#s-d3f860c1-8256-4ea5-8486-04841ace4c87.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
@media (min-width: 1200px){#s-4df0c175-6bdc-4d2b-90d4-ddf52c1f1b72 {
  display: none;
}
#s-4df0c175-6bdc-4d2b-90d4-ddf52c1f1b72, #wrap-s-4df0c175-6bdc-4d2b-90d4-ddf52c1f1b72, #wrap-content-s-4df0c175-6bdc-4d2b-90d4-ddf52c1f1b72 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4df0c175-6bdc-4d2b-90d4-ddf52c1f1b72 {
  display: none;
}
#s-4df0c175-6bdc-4d2b-90d4-ddf52c1f1b72, #wrap-s-4df0c175-6bdc-4d2b-90d4-ddf52c1f1b72, #wrap-content-s-4df0c175-6bdc-4d2b-90d4-ddf52c1f1b72 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4df0c175-6bdc-4d2b-90d4-ddf52c1f1b72 {
  display: none;
}
#s-4df0c175-6bdc-4d2b-90d4-ddf52c1f1b72, #wrap-s-4df0c175-6bdc-4d2b-90d4-ddf52c1f1b72, #wrap-content-s-4df0c175-6bdc-4d2b-90d4-ddf52c1f1b72 { display: none !important; }}
#s-4df0c175-6bdc-4d2b-90d4-ddf52c1f1b72 hr {
  border-top: 2px solid #ddd;
}

#s-1f225501-bfdd-475b-b669-c5bbcb3961f6 {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 1200px){#s-1f225501-bfdd-475b-b669-c5bbcb3961f6 {
  display: none;
}
#s-1f225501-bfdd-475b-b669-c5bbcb3961f6, #wrap-s-1f225501-bfdd-475b-b669-c5bbcb3961f6, #wrap-content-s-1f225501-bfdd-475b-b669-c5bbcb3961f6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1f225501-bfdd-475b-b669-c5bbcb3961f6 {
  display: none;
}
#s-1f225501-bfdd-475b-b669-c5bbcb3961f6, #wrap-s-1f225501-bfdd-475b-b669-c5bbcb3961f6, #wrap-content-s-1f225501-bfdd-475b-b669-c5bbcb3961f6 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1f225501-bfdd-475b-b669-c5bbcb3961f6 {
  display: none;
}
#s-1f225501-bfdd-475b-b669-c5bbcb3961f6, #wrap-s-1f225501-bfdd-475b-b669-c5bbcb3961f6, #wrap-content-s-1f225501-bfdd-475b-b669-c5bbcb3961f6 { display: none !important; }}@media (max-width: 767px){#s-1f225501-bfdd-475b-b669-c5bbcb3961f6 {
  
}
}
@media (min-width: 0px) {
[id="s-1f225501-bfdd-475b-b669-c5bbcb3961f6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-1f225501-bfdd-475b-b669-c5bbcb3961f6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-1f225501-bfdd-475b-b669-c5bbcb3961f6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-1f225501-bfdd-475b-b669-c5bbcb3961f6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-5938e0d4-994c-46b1-9fde-314badfdef35 {
  max-width: 265px;
text-align: center;
}

#s-5938e0d4-994c-46b1-9fde-314badfdef35 {
  overflow: hidden;
  
  
      max-width: 265px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-5938e0d4-994c-46b1-9fde-314badfdef35 .shogun-image-content {
  
    justify-content: center;
  
}

#s-83235723-4aa3-434c-bae4-16703c962a95 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-83235723-4aa3-434c-bae4-16703c962a95 .shg-product-title-component h5 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 14px;
  
  
  
}

#s-87859738-58bf-47ae-b770-d39eff83830d {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-1370be90-37a8-4002-800b-fff34902fa2b {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 1200px){#s-1370be90-37a8-4002-800b-fff34902fa2b {
  display: none;
}
#s-1370be90-37a8-4002-800b-fff34902fa2b, #wrap-s-1370be90-37a8-4002-800b-fff34902fa2b, #wrap-content-s-1370be90-37a8-4002-800b-fff34902fa2b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1370be90-37a8-4002-800b-fff34902fa2b {
  display: none;
}
#s-1370be90-37a8-4002-800b-fff34902fa2b, #wrap-s-1370be90-37a8-4002-800b-fff34902fa2b, #wrap-content-s-1370be90-37a8-4002-800b-fff34902fa2b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1370be90-37a8-4002-800b-fff34902fa2b {
  
}
}@media (max-width: 767px){#s-1370be90-37a8-4002-800b-fff34902fa2b {
  
}
}
#s-06a1d6e1-963a-4db2-b509-ca091abb16a0 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-f0694dfb-7820-45c8-8cdd-3d4257cded0e {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-f0694dfb-7820-45c8-8cdd-3d4257cded0e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f0694dfb-7820-45c8-8cdd-3d4257cded0e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f0694dfb-7820-45c8-8cdd-3d4257cded0e-root {
    text-align: center;
  }


#s-f0694dfb-7820-45c8-8cdd-3d4257cded0e.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-f0694dfb-7820-45c8-8cdd-3d4257cded0e-root {
    text-align: center;
  }


#s-f0694dfb-7820-45c8-8cdd-3d4257cded0e.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f0694dfb-7820-45c8-8cdd-3d4257cded0e-root {
    text-align: center;
  }


#s-f0694dfb-7820-45c8-8cdd-3d4257cded0e.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f0694dfb-7820-45c8-8cdd-3d4257cded0e-root {
    text-align: center;
  }


#s-f0694dfb-7820-45c8-8cdd-3d4257cded0e.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-f0694dfb-7820-45c8-8cdd-3d4257cded0e-root {
    text-align: center;
  }


#s-f0694dfb-7820-45c8-8cdd-3d4257cded0e.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-f1e9695d-c8c0-439c-a8cc-2a2e83499805 {
  max-width: 265px;
aspect-ratio: 265/502;
text-align: center;
}

#s-f1e9695d-c8c0-439c-a8cc-2a2e83499805 {
  overflow: hidden;
  
  
      max-width: 265px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-f1e9695d-c8c0-439c-a8cc-2a2e83499805 img.shogun-image,
  #s-f1e9695d-c8c0-439c-a8cc-2a2e83499805 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f1e9695d-c8c0-439c-a8cc-2a2e83499805 {
    width: 100%;
    height: auto;
  }



  #s-f1e9695d-c8c0-439c-a8cc-2a2e83499805 img.shogun-image {
    

    
    
    
  }


#s-f1e9695d-c8c0-439c-a8cc-2a2e83499805 .shogun-image-content {
  
    justify-content: center;
  
}

#s-b80c6f98-1311-4166-b2b9-da89d7e417b3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b80c6f98-1311-4166-b2b9-da89d7e417b3 .shg-product-title-component h5 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 14px;
  
  
  
}

#s-9052a550-0583-4709-af63-a4923944bb21 {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-8198291a-18bd-4b8c-9733-05932fc51451 {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8198291a-18bd-4b8c-9733-05932fc51451 {
  
}
}@media (max-width: 767px){#s-8198291a-18bd-4b8c-9733-05932fc51451 {
  
}
}
#s-ebc2f754-31b8-432b-9b7b-bd9d0e6012f8 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-ebc2f754-31b8-432b-9b7b-bd9d0e6012f8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ebc2f754-31b8-432b-9b7b-bd9d0e6012f8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ebc2f754-31b8-432b-9b7b-bd9d0e6012f8-root {
    text-align: center;
  }


#s-ebc2f754-31b8-432b-9b7b-bd9d0e6012f8.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-ebc2f754-31b8-432b-9b7b-bd9d0e6012f8-root {
    text-align: center;
  }


#s-ebc2f754-31b8-432b-9b7b-bd9d0e6012f8.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ebc2f754-31b8-432b-9b7b-bd9d0e6012f8-root {
    text-align: center;
  }


#s-ebc2f754-31b8-432b-9b7b-bd9d0e6012f8.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ebc2f754-31b8-432b-9b7b-bd9d0e6012f8-root {
    text-align: center;
  }


#s-ebc2f754-31b8-432b-9b7b-bd9d0e6012f8.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-ebc2f754-31b8-432b-9b7b-bd9d0e6012f8-root {
    text-align: center;
  }


#s-ebc2f754-31b8-432b-9b7b-bd9d0e6012f8.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
@media (min-width: 1200px){#s-380096de-2e4b-4a76-9d0b-d711cfdb3c1b {
  display: none;
}
#s-380096de-2e4b-4a76-9d0b-d711cfdb3c1b, #wrap-s-380096de-2e4b-4a76-9d0b-d711cfdb3c1b, #wrap-content-s-380096de-2e4b-4a76-9d0b-d711cfdb3c1b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-380096de-2e4b-4a76-9d0b-d711cfdb3c1b {
  display: none;
}
#s-380096de-2e4b-4a76-9d0b-d711cfdb3c1b, #wrap-s-380096de-2e4b-4a76-9d0b-d711cfdb3c1b, #wrap-content-s-380096de-2e4b-4a76-9d0b-d711cfdb3c1b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-380096de-2e4b-4a76-9d0b-d711cfdb3c1b {
  display: none;
}
#s-380096de-2e4b-4a76-9d0b-d711cfdb3c1b, #wrap-s-380096de-2e4b-4a76-9d0b-d711cfdb3c1b, #wrap-content-s-380096de-2e4b-4a76-9d0b-d711cfdb3c1b { display: none !important; }}
#s-380096de-2e4b-4a76-9d0b-d711cfdb3c1b hr {
  border-top: 2px solid #ddd;
}

#s-aeba2159-9b8e-4728-9557-90e2d285c9c1 {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 1200px){#s-aeba2159-9b8e-4728-9557-90e2d285c9c1 {
  display: none;
}
#s-aeba2159-9b8e-4728-9557-90e2d285c9c1, #wrap-s-aeba2159-9b8e-4728-9557-90e2d285c9c1, #wrap-content-s-aeba2159-9b8e-4728-9557-90e2d285c9c1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-aeba2159-9b8e-4728-9557-90e2d285c9c1 {
  display: none;
}
#s-aeba2159-9b8e-4728-9557-90e2d285c9c1, #wrap-s-aeba2159-9b8e-4728-9557-90e2d285c9c1, #wrap-content-s-aeba2159-9b8e-4728-9557-90e2d285c9c1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-aeba2159-9b8e-4728-9557-90e2d285c9c1 {
  display: none;
}
#s-aeba2159-9b8e-4728-9557-90e2d285c9c1, #wrap-s-aeba2159-9b8e-4728-9557-90e2d285c9c1, #wrap-content-s-aeba2159-9b8e-4728-9557-90e2d285c9c1 { display: none !important; }}@media (max-width: 767px){#s-aeba2159-9b8e-4728-9557-90e2d285c9c1 {
  
}
}
@media (min-width: 0px) {
[id="s-aeba2159-9b8e-4728-9557-90e2d285c9c1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-aeba2159-9b8e-4728-9557-90e2d285c9c1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-aeba2159-9b8e-4728-9557-90e2d285c9c1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-aeba2159-9b8e-4728-9557-90e2d285c9c1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-6aad7b4b-8924-4135-9724-885e95510f8a {
  max-width: 265px;
text-align: center;
}

#s-6aad7b4b-8924-4135-9724-885e95510f8a {
  overflow: hidden;
  
  
      max-width: 265px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-6aad7b4b-8924-4135-9724-885e95510f8a .shogun-image-content {
  
    justify-content: center;
  
}

#s-678a3b11-af2e-40c6-a179-39ba453a4099 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-678a3b11-af2e-40c6-a179-39ba453a4099 .shg-product-title-component h5 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 13px;
  
  
  
}

#s-249ddaca-e9b0-4cf9-83dc-35084f5fbbcf {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-810f9e09-7111-48ac-a5c0-9cff49627cfb {
  margin-top: 10px;
padding-bottom: 37px;
}
@media (min-width: 768px) and (max-width: 991px){#s-810f9e09-7111-48ac-a5c0-9cff49627cfb {
  display: none;
}
#s-810f9e09-7111-48ac-a5c0-9cff49627cfb, #wrap-s-810f9e09-7111-48ac-a5c0-9cff49627cfb, #wrap-content-s-810f9e09-7111-48ac-a5c0-9cff49627cfb { display: none !important; }}@media (max-width: 767px){#s-810f9e09-7111-48ac-a5c0-9cff49627cfb {
  display: none;
}
#s-810f9e09-7111-48ac-a5c0-9cff49627cfb, #wrap-s-810f9e09-7111-48ac-a5c0-9cff49627cfb, #wrap-content-s-810f9e09-7111-48ac-a5c0-9cff49627cfb { display: none !important; }}
#s-b9a03270-9614-45a9-ae23-c472cae20af4 {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 1200px){#s-b9a03270-9614-45a9-ae23-c472cae20af4 {
  display: none;
}
#s-b9a03270-9614-45a9-ae23-c472cae20af4, #wrap-s-b9a03270-9614-45a9-ae23-c472cae20af4, #wrap-content-s-b9a03270-9614-45a9-ae23-c472cae20af4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b9a03270-9614-45a9-ae23-c472cae20af4 {
  display: none;
}
#s-b9a03270-9614-45a9-ae23-c472cae20af4, #wrap-s-b9a03270-9614-45a9-ae23-c472cae20af4, #wrap-content-s-b9a03270-9614-45a9-ae23-c472cae20af4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b9a03270-9614-45a9-ae23-c472cae20af4 {
  
}
}@media (max-width: 767px){#s-b9a03270-9614-45a9-ae23-c472cae20af4 {
  
}
}
#s-06199ec3-75b4-43cb-a5f9-7401e55913d0 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-06199ec3-75b4-43cb-a5f9-7401e55913d0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-06199ec3-75b4-43cb-a5f9-7401e55913d0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-06199ec3-75b4-43cb-a5f9-7401e55913d0-root {
    text-align: center;
  }


#s-06199ec3-75b4-43cb-a5f9-7401e55913d0.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-06199ec3-75b4-43cb-a5f9-7401e55913d0-root {
    text-align: center;
  }


#s-06199ec3-75b4-43cb-a5f9-7401e55913d0.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-06199ec3-75b4-43cb-a5f9-7401e55913d0-root {
    text-align: center;
  }


#s-06199ec3-75b4-43cb-a5f9-7401e55913d0.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-06199ec3-75b4-43cb-a5f9-7401e55913d0-root {
    text-align: center;
  }


#s-06199ec3-75b4-43cb-a5f9-7401e55913d0.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-06199ec3-75b4-43cb-a5f9-7401e55913d0-root {
    text-align: center;
  }


#s-06199ec3-75b4-43cb-a5f9-7401e55913d0.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
@media (min-width: 1200px){#s-ef06af6c-173d-4726-bab5-c0e26c6e5d56 {
  display: none;
}
#s-ef06af6c-173d-4726-bab5-c0e26c6e5d56, #wrap-s-ef06af6c-173d-4726-bab5-c0e26c6e5d56, #wrap-content-s-ef06af6c-173d-4726-bab5-c0e26c6e5d56 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ef06af6c-173d-4726-bab5-c0e26c6e5d56 {
  display: none;
}
#s-ef06af6c-173d-4726-bab5-c0e26c6e5d56, #wrap-s-ef06af6c-173d-4726-bab5-c0e26c6e5d56, #wrap-content-s-ef06af6c-173d-4726-bab5-c0e26c6e5d56 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ef06af6c-173d-4726-bab5-c0e26c6e5d56 {
  display: none;
}
#s-ef06af6c-173d-4726-bab5-c0e26c6e5d56, #wrap-s-ef06af6c-173d-4726-bab5-c0e26c6e5d56, #wrap-content-s-ef06af6c-173d-4726-bab5-c0e26c6e5d56 { display: none !important; }}
#s-ef06af6c-173d-4726-bab5-c0e26c6e5d56 hr {
  border-top: 2px solid #ddd;
}

#s-27823241-07bd-4304-bd42-52cf0fa853a6 {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-27823241-07bd-4304-bd42-52cf0fa853a6 {
  display: none;
}
#s-27823241-07bd-4304-bd42-52cf0fa853a6, #wrap-s-27823241-07bd-4304-bd42-52cf0fa853a6, #wrap-content-s-27823241-07bd-4304-bd42-52cf0fa853a6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-27823241-07bd-4304-bd42-52cf0fa853a6 {
  display: none;
}
#s-27823241-07bd-4304-bd42-52cf0fa853a6, #wrap-s-27823241-07bd-4304-bd42-52cf0fa853a6, #wrap-content-s-27823241-07bd-4304-bd42-52cf0fa853a6 { display: none !important; }}@media (max-width: 767px){#s-27823241-07bd-4304-bd42-52cf0fa853a6 {
  display: none;
}
#s-27823241-07bd-4304-bd42-52cf0fa853a6, #wrap-s-27823241-07bd-4304-bd42-52cf0fa853a6, #wrap-content-s-27823241-07bd-4304-bd42-52cf0fa853a6 { display: none !important; }}
@media (min-width: 0px) {
[id="s-27823241-07bd-4304-bd42-52cf0fa853a6"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-27823241-07bd-4304-bd42-52cf0fa853a6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-27823241-07bd-4304-bd42-52cf0fa853a6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-27823241-07bd-4304-bd42-52cf0fa853a6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-f8b6d211-5cba-4c20-8e4d-f741f7df6475 {
  text-align: center;
}

#s-f8b6d211-5cba-4c20-8e4d-f741f7df6475 {
  overflow: hidden;
  
  
}







  #s-f8b6d211-5cba-4c20-8e4d-f741f7df6475 img.shogun-image {
    

    
    
    
  }


#s-f8b6d211-5cba-4c20-8e4d-f741f7df6475 .shogun-image-content {
  
    justify-content: center;
  
}

#s-9c97d4bb-cbad-4274-814b-6274c335be0d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9c97d4bb-cbad-4274-814b-6274c335be0d .shg-product-title-component h5 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 13px;
  
  
  
}

#s-543d2a43-9931-4396-8baf-a4b2b73802dc {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}

#s-7d2911fa-783b-4163-80b8-f00d953d4e0b {
  margin-bottom: 4px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7d2911fa-783b-4163-80b8-f00d953d4e0b {
  display: none;
}
#s-7d2911fa-783b-4163-80b8-f00d953d4e0b, #wrap-s-7d2911fa-783b-4163-80b8-f00d953d4e0b, #wrap-content-s-7d2911fa-783b-4163-80b8-f00d953d4e0b { display: none !important; }}@media (max-width: 767px){#s-7d2911fa-783b-4163-80b8-f00d953d4e0b {
  display: none;
}
#s-7d2911fa-783b-4163-80b8-f00d953d4e0b, #wrap-s-7d2911fa-783b-4163-80b8-f00d953d4e0b, #wrap-content-s-7d2911fa-783b-4163-80b8-f00d953d4e0b { display: none !important; }}
#s-92ae447a-3870-4e95-9626-1798989a182a {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-92ae447a-3870-4e95-9626-1798989a182a {
  display: none;
}
#s-92ae447a-3870-4e95-9626-1798989a182a, #wrap-s-92ae447a-3870-4e95-9626-1798989a182a, #wrap-content-s-92ae447a-3870-4e95-9626-1798989a182a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-92ae447a-3870-4e95-9626-1798989a182a {
  display: none;
}
#s-92ae447a-3870-4e95-9626-1798989a182a, #wrap-s-92ae447a-3870-4e95-9626-1798989a182a, #wrap-content-s-92ae447a-3870-4e95-9626-1798989a182a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-92ae447a-3870-4e95-9626-1798989a182a {
  
}
}@media (max-width: 767px){#s-92ae447a-3870-4e95-9626-1798989a182a {
  
}
}
@media (min-width: 768px) and (max-width: 991px){#s-ddf835c0-997a-41e3-92e3-934e8b1d52a8 {
  display: none;
}
#s-ddf835c0-997a-41e3-92e3-934e8b1d52a8, #wrap-s-ddf835c0-997a-41e3-92e3-934e8b1d52a8, #wrap-content-s-ddf835c0-997a-41e3-92e3-934e8b1d52a8 { display: none !important; }}@media (max-width: 767px){#s-ddf835c0-997a-41e3-92e3-934e8b1d52a8 {
  display: none;
}
#s-ddf835c0-997a-41e3-92e3-934e8b1d52a8, #wrap-s-ddf835c0-997a-41e3-92e3-934e8b1d52a8, #wrap-content-s-ddf835c0-997a-41e3-92e3-934e8b1d52a8 { display: none !important; }}
#s-601457e2-98d8-462f-bcd8-aadbc371c389 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-f47ff856-8411-484c-bb3a-c3a79518c211 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-f47ff856-8411-484c-bb3a-c3a79518c211:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f47ff856-8411-484c-bb3a-c3a79518c211:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f47ff856-8411-484c-bb3a-c3a79518c211-root {
    text-align: center;
  }


#s-f47ff856-8411-484c-bb3a-c3a79518c211.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-f47ff856-8411-484c-bb3a-c3a79518c211-root {
    text-align: center;
  }


#s-f47ff856-8411-484c-bb3a-c3a79518c211.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f47ff856-8411-484c-bb3a-c3a79518c211-root {
    text-align: center;
  }


#s-f47ff856-8411-484c-bb3a-c3a79518c211.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f47ff856-8411-484c-bb3a-c3a79518c211-root {
    text-align: center;
  }


#s-f47ff856-8411-484c-bb3a-c3a79518c211.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-f47ff856-8411-484c-bb3a-c3a79518c211-root {
    text-align: center;
  }


#s-f47ff856-8411-484c-bb3a-c3a79518c211.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-17e4f818-6b3d-4f7e-8bea-4613f1526790 {
  margin-top: 3px;
margin-bottom: 3px;
}
@media (min-width: 1200px){#s-17e4f818-6b3d-4f7e-8bea-4613f1526790 {
  display: none;
}
#s-17e4f818-6b3d-4f7e-8bea-4613f1526790, #wrap-s-17e4f818-6b3d-4f7e-8bea-4613f1526790, #wrap-content-s-17e4f818-6b3d-4f7e-8bea-4613f1526790 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-17e4f818-6b3d-4f7e-8bea-4613f1526790 {
  display: none;
}
#s-17e4f818-6b3d-4f7e-8bea-4613f1526790, #wrap-s-17e4f818-6b3d-4f7e-8bea-4613f1526790, #wrap-content-s-17e4f818-6b3d-4f7e-8bea-4613f1526790 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-17e4f818-6b3d-4f7e-8bea-4613f1526790 {
  display: none;
}
#s-17e4f818-6b3d-4f7e-8bea-4613f1526790, #wrap-s-17e4f818-6b3d-4f7e-8bea-4613f1526790, #wrap-content-s-17e4f818-6b3d-4f7e-8bea-4613f1526790 { display: none !important; }}@media (max-width: 767px){#s-17e4f818-6b3d-4f7e-8bea-4613f1526790 {
  display: none;
}
#s-17e4f818-6b3d-4f7e-8bea-4613f1526790, #wrap-s-17e4f818-6b3d-4f7e-8bea-4613f1526790, #wrap-content-s-17e4f818-6b3d-4f7e-8bea-4613f1526790 { display: none !important; }}
@media (min-width: 1200px){#s-202946db-5b9c-447d-9c9f-0be8dae05ade {
  display: none;
}
#s-202946db-5b9c-447d-9c9f-0be8dae05ade, #wrap-s-202946db-5b9c-447d-9c9f-0be8dae05ade, #wrap-content-s-202946db-5b9c-447d-9c9f-0be8dae05ade { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-202946db-5b9c-447d-9c9f-0be8dae05ade {
  display: none;
}
#s-202946db-5b9c-447d-9c9f-0be8dae05ade, #wrap-s-202946db-5b9c-447d-9c9f-0be8dae05ade, #wrap-content-s-202946db-5b9c-447d-9c9f-0be8dae05ade { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-202946db-5b9c-447d-9c9f-0be8dae05ade {
  display: none;
}
#s-202946db-5b9c-447d-9c9f-0be8dae05ade, #wrap-s-202946db-5b9c-447d-9c9f-0be8dae05ade, #wrap-content-s-202946db-5b9c-447d-9c9f-0be8dae05ade { display: none !important; }}@media (max-width: 767px){#s-202946db-5b9c-447d-9c9f-0be8dae05ade {
  display: none;
}
#s-202946db-5b9c-447d-9c9f-0be8dae05ade, #wrap-s-202946db-5b9c-447d-9c9f-0be8dae05ade, #wrap-content-s-202946db-5b9c-447d-9c9f-0be8dae05ade { display: none !important; }}
#s-cc2cae62-60d2-41dc-afe4-4332a059ae5e {
  margin-top: -6px;
margin-bottom: -6px;
}
@media (min-width: 1200px){#s-cc2cae62-60d2-41dc-afe4-4332a059ae5e {
  display: none;
}
#s-cc2cae62-60d2-41dc-afe4-4332a059ae5e, #wrap-s-cc2cae62-60d2-41dc-afe4-4332a059ae5e, #wrap-content-s-cc2cae62-60d2-41dc-afe4-4332a059ae5e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cc2cae62-60d2-41dc-afe4-4332a059ae5e {
  display: none;
}
#s-cc2cae62-60d2-41dc-afe4-4332a059ae5e, #wrap-s-cc2cae62-60d2-41dc-afe4-4332a059ae5e, #wrap-content-s-cc2cae62-60d2-41dc-afe4-4332a059ae5e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cc2cae62-60d2-41dc-afe4-4332a059ae5e {
  display: none;
}
#s-cc2cae62-60d2-41dc-afe4-4332a059ae5e, #wrap-s-cc2cae62-60d2-41dc-afe4-4332a059ae5e, #wrap-content-s-cc2cae62-60d2-41dc-afe4-4332a059ae5e { display: none !important; }}@media (max-width: 767px){#s-cc2cae62-60d2-41dc-afe4-4332a059ae5e {
  display: none;
}
#s-cc2cae62-60d2-41dc-afe4-4332a059ae5e, #wrap-s-cc2cae62-60d2-41dc-afe4-4332a059ae5e, #wrap-content-s-cc2cae62-60d2-41dc-afe4-4332a059ae5e { display: none !important; }}
#s-a674d82f-0555-4918-921f-7ed380e2f8a1 {
  max-width: 265px;
text-align: center;
}

#s-a674d82f-0555-4918-921f-7ed380e2f8a1 {
  overflow: hidden;
  
  
      max-width: 265px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-a674d82f-0555-4918-921f-7ed380e2f8a1 .shogun-image-content {
  
    justify-content: center;
  
}

#s-9627d3ac-e9b9-451e-ae92-ba6ccaa40e40 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9627d3ac-e9b9-451e-ae92-ba6ccaa40e40 .shg-product-title-component h5 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 13px;
  
  
  
}

#s-d55e16cb-69d4-4c13-8dc3-c8ed7abaa6cc {
  margin-top: 4px;
margin-bottom: 4px;
text-align: center;
}

#s-5d58fdd7-c83f-40b7-82e0-162b2a2a9a7a {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 66px;
}
@media (min-width: 1200px){#s-5d58fdd7-c83f-40b7-82e0-162b2a2a9a7a {
  display: none;
}
#s-5d58fdd7-c83f-40b7-82e0-162b2a2a9a7a, #wrap-s-5d58fdd7-c83f-40b7-82e0-162b2a2a9a7a, #wrap-content-s-5d58fdd7-c83f-40b7-82e0-162b2a2a9a7a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5d58fdd7-c83f-40b7-82e0-162b2a2a9a7a {
  display: none;
}
#s-5d58fdd7-c83f-40b7-82e0-162b2a2a9a7a, #wrap-s-5d58fdd7-c83f-40b7-82e0-162b2a2a9a7a, #wrap-content-s-5d58fdd7-c83f-40b7-82e0-162b2a2a9a7a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5d58fdd7-c83f-40b7-82e0-162b2a2a9a7a {
  
}
}@media (max-width: 767px){#s-5d58fdd7-c83f-40b7-82e0-162b2a2a9a7a {
  
}
}
#s-1af6d71f-631a-42f3-9f3c-d54587b72715 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-1af6d71f-631a-42f3-9f3c-d54587b72715:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1af6d71f-631a-42f3-9f3c-d54587b72715:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1af6d71f-631a-42f3-9f3c-d54587b72715-root {
    text-align: center;
  }


#s-1af6d71f-631a-42f3-9f3c-d54587b72715.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-1af6d71f-631a-42f3-9f3c-d54587b72715-root {
    text-align: center;
  }


#s-1af6d71f-631a-42f3-9f3c-d54587b72715.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1af6d71f-631a-42f3-9f3c-d54587b72715-root {
    text-align: center;
  }


#s-1af6d71f-631a-42f3-9f3c-d54587b72715.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1af6d71f-631a-42f3-9f3c-d54587b72715-root {
    text-align: center;
  }


#s-1af6d71f-631a-42f3-9f3c-d54587b72715.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-1af6d71f-631a-42f3-9f3c-d54587b72715-root {
    text-align: center;
  }


#s-1af6d71f-631a-42f3-9f3c-d54587b72715.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-322d3ea1-7a7f-4998-b45c-3bd03e9985d1 {
  max-width: 265px;
aspect-ratio: 265/502;
text-align: center;
}

#s-322d3ea1-7a7f-4998-b45c-3bd03e9985d1 {
  overflow: hidden;
  
  
      max-width: 265px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-322d3ea1-7a7f-4998-b45c-3bd03e9985d1 img.shogun-image,
  #s-322d3ea1-7a7f-4998-b45c-3bd03e9985d1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-322d3ea1-7a7f-4998-b45c-3bd03e9985d1 {
    width: 100%;
    height: auto;
  }



  #s-322d3ea1-7a7f-4998-b45c-3bd03e9985d1 img.shogun-image {
    

    
    
    
  }


#s-322d3ea1-7a7f-4998-b45c-3bd03e9985d1 .shogun-image-content {
  
    justify-content: center;
  
}

#s-f0a25d45-2c82-43c2-b62d-fe8fec882cae {
  padding-top: 10px;
padding-bottom: 26px;
text-align: center;
}

#s-f0a25d45-2c82-43c2-b62d-fe8fec882cae .shg-product-title-component h3 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 13px;
  
  
  
}

#s-3c74566e-98fd-40f2-9c13-b75d94ea3bb1 {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-94b7f889-b404-497a-88b0-1c3f5cef0044 {
  margin-top: 0px;
margin-bottom: 4px;
}
@media (min-width: 768px) and (max-width: 991px){#s-94b7f889-b404-497a-88b0-1c3f5cef0044 {
  
}
}@media (max-width: 767px){#s-94b7f889-b404-497a-88b0-1c3f5cef0044 {
  
}
}
#s-02acc0a0-6eee-461f-8fba-34aee51ac2f8 {
  margin-top: 5px;
margin-bottom: 0px;
}

#s-c1dbb8ed-1d27-4169-8fc4-abc55b2b53bc {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-c1dbb8ed-1d27-4169-8fc4-abc55b2b53bc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c1dbb8ed-1d27-4169-8fc4-abc55b2b53bc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c1dbb8ed-1d27-4169-8fc4-abc55b2b53bc-root {
    text-align: center;
  }


#s-c1dbb8ed-1d27-4169-8fc4-abc55b2b53bc.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c1dbb8ed-1d27-4169-8fc4-abc55b2b53bc-root {
    text-align: center;
  }


#s-c1dbb8ed-1d27-4169-8fc4-abc55b2b53bc.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c1dbb8ed-1d27-4169-8fc4-abc55b2b53bc-root {
    text-align: center;
  }


#s-c1dbb8ed-1d27-4169-8fc4-abc55b2b53bc.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c1dbb8ed-1d27-4169-8fc4-abc55b2b53bc-root {
    text-align: center;
  }


#s-c1dbb8ed-1d27-4169-8fc4-abc55b2b53bc.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c1dbb8ed-1d27-4169-8fc4-abc55b2b53bc-root {
    text-align: center;
  }


#s-c1dbb8ed-1d27-4169-8fc4-abc55b2b53bc.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-b00d7c9e-6046-46be-afc8-8f2ba2769025 {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-b00d7c9e-6046-46be-afc8-8f2ba2769025 {
  display: none;
}
#s-b00d7c9e-6046-46be-afc8-8f2ba2769025, #wrap-s-b00d7c9e-6046-46be-afc8-8f2ba2769025, #wrap-content-s-b00d7c9e-6046-46be-afc8-8f2ba2769025 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b00d7c9e-6046-46be-afc8-8f2ba2769025 {
  display: none;
}
#s-b00d7c9e-6046-46be-afc8-8f2ba2769025, #wrap-s-b00d7c9e-6046-46be-afc8-8f2ba2769025, #wrap-content-s-b00d7c9e-6046-46be-afc8-8f2ba2769025 { display: none !important; }}@media (max-width: 767px){#s-b00d7c9e-6046-46be-afc8-8f2ba2769025 {
  display: none;
}
#s-b00d7c9e-6046-46be-afc8-8f2ba2769025, #wrap-s-b00d7c9e-6046-46be-afc8-8f2ba2769025, #wrap-content-s-b00d7c9e-6046-46be-afc8-8f2ba2769025 { display: none !important; }}
@media (min-width: 0px) {
[id="s-b00d7c9e-6046-46be-afc8-8f2ba2769025"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-b00d7c9e-6046-46be-afc8-8f2ba2769025"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-b00d7c9e-6046-46be-afc8-8f2ba2769025"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-b00d7c9e-6046-46be-afc8-8f2ba2769025"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-aad3bb25-cbab-4fd5-8264-9553de709bf0 {
  text-align: center;
}

#s-aad3bb25-cbab-4fd5-8264-9553de709bf0 {
  overflow: hidden;
  
  
}







  #s-aad3bb25-cbab-4fd5-8264-9553de709bf0 img.shogun-image {
    

    
    
    
  }


#s-aad3bb25-cbab-4fd5-8264-9553de709bf0 .shogun-image-content {
  
    justify-content: center;
  
}

#s-780fb838-d3e6-470f-87c7-f11a7d5e858e {
  padding-top: 10px;
padding-bottom: 26px;
text-align: center;
}

#s-780fb838-d3e6-470f-87c7-f11a7d5e858e .shg-product-title-component h5 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 13px;
  
  
  
}

#s-597c5277-8ba7-41db-9f89-2c31b0573cea {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-aff6f72e-cf32-481a-b64d-0ca29a9a06f7 {
  margin-bottom: 4px;
}
@media (min-width: 1200px){#s-aff6f72e-cf32-481a-b64d-0ca29a9a06f7 {
  display: none;
}
#s-aff6f72e-cf32-481a-b64d-0ca29a9a06f7, #wrap-s-aff6f72e-cf32-481a-b64d-0ca29a9a06f7, #wrap-content-s-aff6f72e-cf32-481a-b64d-0ca29a9a06f7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-aff6f72e-cf32-481a-b64d-0ca29a9a06f7 {
  display: none;
}
#s-aff6f72e-cf32-481a-b64d-0ca29a9a06f7, #wrap-s-aff6f72e-cf32-481a-b64d-0ca29a9a06f7, #wrap-content-s-aff6f72e-cf32-481a-b64d-0ca29a9a06f7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-aff6f72e-cf32-481a-b64d-0ca29a9a06f7 {
  
}
}@media (max-width: 767px){#s-aff6f72e-cf32-481a-b64d-0ca29a9a06f7 {
  
}
}
#s-ace10b46-fdb5-45da-a72d-2ba96f448932 {
  margin-top: 5px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-4c1599b7-d520-412d-b254-9eeb1abd50b0 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-4c1599b7-d520-412d-b254-9eeb1abd50b0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4c1599b7-d520-412d-b254-9eeb1abd50b0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4c1599b7-d520-412d-b254-9eeb1abd50b0-root {
    text-align: center;
  }


#s-4c1599b7-d520-412d-b254-9eeb1abd50b0.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-4c1599b7-d520-412d-b254-9eeb1abd50b0-root {
    text-align: center;
  }


#s-4c1599b7-d520-412d-b254-9eeb1abd50b0.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4c1599b7-d520-412d-b254-9eeb1abd50b0-root {
    text-align: center;
  }


#s-4c1599b7-d520-412d-b254-9eeb1abd50b0.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4c1599b7-d520-412d-b254-9eeb1abd50b0-root {
    text-align: center;
  }


#s-4c1599b7-d520-412d-b254-9eeb1abd50b0.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-4c1599b7-d520-412d-b254-9eeb1abd50b0-root {
    text-align: center;
  }


#s-4c1599b7-d520-412d-b254-9eeb1abd50b0.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-86ddd85d-93df-4a66-87f0-9b964ad0bc6f {
  margin-top: 3px;
margin-bottom: 3px;
}
@media (min-width: 1200px){#s-86ddd85d-93df-4a66-87f0-9b964ad0bc6f {
  display: none;
}
#s-86ddd85d-93df-4a66-87f0-9b964ad0bc6f, #wrap-s-86ddd85d-93df-4a66-87f0-9b964ad0bc6f, #wrap-content-s-86ddd85d-93df-4a66-87f0-9b964ad0bc6f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-86ddd85d-93df-4a66-87f0-9b964ad0bc6f {
  display: none;
}
#s-86ddd85d-93df-4a66-87f0-9b964ad0bc6f, #wrap-s-86ddd85d-93df-4a66-87f0-9b964ad0bc6f, #wrap-content-s-86ddd85d-93df-4a66-87f0-9b964ad0bc6f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-86ddd85d-93df-4a66-87f0-9b964ad0bc6f {
  display: none;
}
#s-86ddd85d-93df-4a66-87f0-9b964ad0bc6f, #wrap-s-86ddd85d-93df-4a66-87f0-9b964ad0bc6f, #wrap-content-s-86ddd85d-93df-4a66-87f0-9b964ad0bc6f { display: none !important; }}@media (max-width: 767px){#s-86ddd85d-93df-4a66-87f0-9b964ad0bc6f {
  display: none;
}
#s-86ddd85d-93df-4a66-87f0-9b964ad0bc6f, #wrap-s-86ddd85d-93df-4a66-87f0-9b964ad0bc6f, #wrap-content-s-86ddd85d-93df-4a66-87f0-9b964ad0bc6f { display: none !important; }}
@media (min-width: 1200px){#s-584c9dbb-eaec-4715-a6bd-e605819dbc0c {
  display: none;
}
#s-584c9dbb-eaec-4715-a6bd-e605819dbc0c, #wrap-s-584c9dbb-eaec-4715-a6bd-e605819dbc0c, #wrap-content-s-584c9dbb-eaec-4715-a6bd-e605819dbc0c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-584c9dbb-eaec-4715-a6bd-e605819dbc0c {
  display: none;
}
#s-584c9dbb-eaec-4715-a6bd-e605819dbc0c, #wrap-s-584c9dbb-eaec-4715-a6bd-e605819dbc0c, #wrap-content-s-584c9dbb-eaec-4715-a6bd-e605819dbc0c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-584c9dbb-eaec-4715-a6bd-e605819dbc0c {
  display: none;
}
#s-584c9dbb-eaec-4715-a6bd-e605819dbc0c, #wrap-s-584c9dbb-eaec-4715-a6bd-e605819dbc0c, #wrap-content-s-584c9dbb-eaec-4715-a6bd-e605819dbc0c { display: none !important; }}@media (max-width: 767px){#s-584c9dbb-eaec-4715-a6bd-e605819dbc0c {
  display: none;
}
#s-584c9dbb-eaec-4715-a6bd-e605819dbc0c, #wrap-s-584c9dbb-eaec-4715-a6bd-e605819dbc0c, #wrap-content-s-584c9dbb-eaec-4715-a6bd-e605819dbc0c { display: none !important; }}
#s-80c5cc0c-9133-4f06-bd71-fa9bb75ff1b7 {
  margin-top: -6px;
margin-bottom: -6px;
}
@media (min-width: 1200px){#s-80c5cc0c-9133-4f06-bd71-fa9bb75ff1b7 {
  display: none;
}
#s-80c5cc0c-9133-4f06-bd71-fa9bb75ff1b7, #wrap-s-80c5cc0c-9133-4f06-bd71-fa9bb75ff1b7, #wrap-content-s-80c5cc0c-9133-4f06-bd71-fa9bb75ff1b7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-80c5cc0c-9133-4f06-bd71-fa9bb75ff1b7 {
  display: none;
}
#s-80c5cc0c-9133-4f06-bd71-fa9bb75ff1b7, #wrap-s-80c5cc0c-9133-4f06-bd71-fa9bb75ff1b7, #wrap-content-s-80c5cc0c-9133-4f06-bd71-fa9bb75ff1b7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-80c5cc0c-9133-4f06-bd71-fa9bb75ff1b7 {
  display: none;
}
#s-80c5cc0c-9133-4f06-bd71-fa9bb75ff1b7, #wrap-s-80c5cc0c-9133-4f06-bd71-fa9bb75ff1b7, #wrap-content-s-80c5cc0c-9133-4f06-bd71-fa9bb75ff1b7 { display: none !important; }}@media (max-width: 767px){#s-80c5cc0c-9133-4f06-bd71-fa9bb75ff1b7 {
  display: none;
}
#s-80c5cc0c-9133-4f06-bd71-fa9bb75ff1b7, #wrap-s-80c5cc0c-9133-4f06-bd71-fa9bb75ff1b7, #wrap-content-s-80c5cc0c-9133-4f06-bd71-fa9bb75ff1b7 { display: none !important; }}
#s-99a08003-f5b7-4123-b68f-eb082eded2df {
  max-width: 265px;
text-align: center;
}

#s-99a08003-f5b7-4123-b68f-eb082eded2df {
  overflow: hidden;
  
  
      max-width: 265px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-99a08003-f5b7-4123-b68f-eb082eded2df .shogun-image-content {
  
    justify-content: center;
  
}

#s-1c9075ee-133f-4a86-ae90-8c360e57552d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1c9075ee-133f-4a86-ae90-8c360e57552d .shg-product-title-component h5 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 13px;
  
  
  
}

#s-b345cc0d-fda3-4188-ab7e-910589b55bcd {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-f8c7575f-6bcd-4386-b589-e793f94d63b4 {
  margin-top: 10px;
padding-bottom: 37px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f8c7575f-6bcd-4386-b589-e793f94d63b4 {
  display: none;
}
#s-f8c7575f-6bcd-4386-b589-e793f94d63b4, #wrap-s-f8c7575f-6bcd-4386-b589-e793f94d63b4, #wrap-content-s-f8c7575f-6bcd-4386-b589-e793f94d63b4 { display: none !important; }}@media (max-width: 767px){#s-f8c7575f-6bcd-4386-b589-e793f94d63b4 {
  display: none;
}
#s-f8c7575f-6bcd-4386-b589-e793f94d63b4, #wrap-s-f8c7575f-6bcd-4386-b589-e793f94d63b4, #wrap-content-s-f8c7575f-6bcd-4386-b589-e793f94d63b4 { display: none !important; }}
#s-136fe18d-e735-4287-b6da-86f79ad94ebc {
  margin-bottom: 4px;
}
@media (min-width: 1200px){#s-136fe18d-e735-4287-b6da-86f79ad94ebc {
  display: none;
}
#s-136fe18d-e735-4287-b6da-86f79ad94ebc, #wrap-s-136fe18d-e735-4287-b6da-86f79ad94ebc, #wrap-content-s-136fe18d-e735-4287-b6da-86f79ad94ebc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-136fe18d-e735-4287-b6da-86f79ad94ebc {
  display: none;
}
#s-136fe18d-e735-4287-b6da-86f79ad94ebc, #wrap-s-136fe18d-e735-4287-b6da-86f79ad94ebc, #wrap-content-s-136fe18d-e735-4287-b6da-86f79ad94ebc { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-136fe18d-e735-4287-b6da-86f79ad94ebc {
  
}
}@media (max-width: 767px){#s-136fe18d-e735-4287-b6da-86f79ad94ebc {
  
}
}
#s-21c5d860-0f42-4bed-90c2-e6b36b83a525 {
  margin-top: 5px;
margin-bottom: 0px;
}

#s-a981791e-b8f0-4d83-b97f-f0de1fb9f993 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-a981791e-b8f0-4d83-b97f-f0de1fb9f993:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a981791e-b8f0-4d83-b97f-f0de1fb9f993:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a981791e-b8f0-4d83-b97f-f0de1fb9f993-root {
    text-align: center;
  }


#s-a981791e-b8f0-4d83-b97f-f0de1fb9f993.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-a981791e-b8f0-4d83-b97f-f0de1fb9f993-root {
    text-align: center;
  }


#s-a981791e-b8f0-4d83-b97f-f0de1fb9f993.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a981791e-b8f0-4d83-b97f-f0de1fb9f993-root {
    text-align: center;
  }


#s-a981791e-b8f0-4d83-b97f-f0de1fb9f993.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a981791e-b8f0-4d83-b97f-f0de1fb9f993-root {
    text-align: center;
  }


#s-a981791e-b8f0-4d83-b97f-f0de1fb9f993.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-a981791e-b8f0-4d83-b97f-f0de1fb9f993-root {
    text-align: center;
  }


#s-a981791e-b8f0-4d83-b97f-f0de1fb9f993.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
@media (min-width: 1200px){#s-bfbac421-3231-44ea-839c-d0db36dacce0 {
  display: none;
}
#s-bfbac421-3231-44ea-839c-d0db36dacce0, #wrap-s-bfbac421-3231-44ea-839c-d0db36dacce0, #wrap-content-s-bfbac421-3231-44ea-839c-d0db36dacce0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bfbac421-3231-44ea-839c-d0db36dacce0 {
  display: none;
}
#s-bfbac421-3231-44ea-839c-d0db36dacce0, #wrap-s-bfbac421-3231-44ea-839c-d0db36dacce0, #wrap-content-s-bfbac421-3231-44ea-839c-d0db36dacce0 { display: none !important; }}@media (max-width: 767px){#s-bfbac421-3231-44ea-839c-d0db36dacce0 {
  display: none;
}
#s-bfbac421-3231-44ea-839c-d0db36dacce0, #wrap-s-bfbac421-3231-44ea-839c-d0db36dacce0, #wrap-content-s-bfbac421-3231-44ea-839c-d0db36dacce0 { display: none !important; }}
#s-bfbac421-3231-44ea-839c-d0db36dacce0 hr {
  border-top: 2px solid #ddd;
}

#s-58e6214f-d4fd-457f-b776-e82849d8fb69 {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-58e6214f-d4fd-457f-b776-e82849d8fb69 {
  display: none;
}
#s-58e6214f-d4fd-457f-b776-e82849d8fb69, #wrap-s-58e6214f-d4fd-457f-b776-e82849d8fb69, #wrap-content-s-58e6214f-d4fd-457f-b776-e82849d8fb69 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-58e6214f-d4fd-457f-b776-e82849d8fb69 {
  display: none;
}
#s-58e6214f-d4fd-457f-b776-e82849d8fb69, #wrap-s-58e6214f-d4fd-457f-b776-e82849d8fb69, #wrap-content-s-58e6214f-d4fd-457f-b776-e82849d8fb69 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-58e6214f-d4fd-457f-b776-e82849d8fb69 {
  display: none;
}
#s-58e6214f-d4fd-457f-b776-e82849d8fb69, #wrap-s-58e6214f-d4fd-457f-b776-e82849d8fb69, #wrap-content-s-58e6214f-d4fd-457f-b776-e82849d8fb69 { display: none !important; }}@media (max-width: 767px){#s-58e6214f-d4fd-457f-b776-e82849d8fb69 {
  
}
}
@media (min-width: 0px) {
[id="s-58e6214f-d4fd-457f-b776-e82849d8fb69"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-58e6214f-d4fd-457f-b776-e82849d8fb69"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-58e6214f-d4fd-457f-b776-e82849d8fb69"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-58e6214f-d4fd-457f-b776-e82849d8fb69"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-b65423db-119c-43e9-b6c7-5ac046d92e5c {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 60px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b65423db-119c-43e9-b6c7-5ac046d92e5c {
  display: none;
}
#s-b65423db-119c-43e9-b6c7-5ac046d92e5c, #wrap-s-b65423db-119c-43e9-b6c7-5ac046d92e5c, #wrap-content-s-b65423db-119c-43e9-b6c7-5ac046d92e5c { display: none !important; }}@media (max-width: 767px){#s-b65423db-119c-43e9-b6c7-5ac046d92e5c {
  display: none;
}
#s-b65423db-119c-43e9-b6c7-5ac046d92e5c, #wrap-s-b65423db-119c-43e9-b6c7-5ac046d92e5c, #wrap-content-s-b65423db-119c-43e9-b6c7-5ac046d92e5c { display: none !important; }}
#s-ed27527e-c8a1-46f6-b699-fc3744e594ff {
  margin-top: 3px;
margin-bottom: 3px;
}
@media (min-width: 1200px){#s-ed27527e-c8a1-46f6-b699-fc3744e594ff {
  display: none;
}
#s-ed27527e-c8a1-46f6-b699-fc3744e594ff, #wrap-s-ed27527e-c8a1-46f6-b699-fc3744e594ff, #wrap-content-s-ed27527e-c8a1-46f6-b699-fc3744e594ff { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ed27527e-c8a1-46f6-b699-fc3744e594ff {
  display: none;
}
#s-ed27527e-c8a1-46f6-b699-fc3744e594ff, #wrap-s-ed27527e-c8a1-46f6-b699-fc3744e594ff, #wrap-content-s-ed27527e-c8a1-46f6-b699-fc3744e594ff { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ed27527e-c8a1-46f6-b699-fc3744e594ff {
  display: none;
}
#s-ed27527e-c8a1-46f6-b699-fc3744e594ff, #wrap-s-ed27527e-c8a1-46f6-b699-fc3744e594ff, #wrap-content-s-ed27527e-c8a1-46f6-b699-fc3744e594ff { display: none !important; }}@media (max-width: 767px){#s-ed27527e-c8a1-46f6-b699-fc3744e594ff {
  display: none;
}
#s-ed27527e-c8a1-46f6-b699-fc3744e594ff, #wrap-s-ed27527e-c8a1-46f6-b699-fc3744e594ff, #wrap-content-s-ed27527e-c8a1-46f6-b699-fc3744e594ff { display: none !important; }}
@media (min-width: 1200px){#s-7f38ac07-ab0a-444c-a0dc-7c3ef153de92 {
  display: none;
}
#s-7f38ac07-ab0a-444c-a0dc-7c3ef153de92, #wrap-s-7f38ac07-ab0a-444c-a0dc-7c3ef153de92, #wrap-content-s-7f38ac07-ab0a-444c-a0dc-7c3ef153de92 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7f38ac07-ab0a-444c-a0dc-7c3ef153de92 {
  display: none;
}
#s-7f38ac07-ab0a-444c-a0dc-7c3ef153de92, #wrap-s-7f38ac07-ab0a-444c-a0dc-7c3ef153de92, #wrap-content-s-7f38ac07-ab0a-444c-a0dc-7c3ef153de92 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7f38ac07-ab0a-444c-a0dc-7c3ef153de92 {
  display: none;
}
#s-7f38ac07-ab0a-444c-a0dc-7c3ef153de92, #wrap-s-7f38ac07-ab0a-444c-a0dc-7c3ef153de92, #wrap-content-s-7f38ac07-ab0a-444c-a0dc-7c3ef153de92 { display: none !important; }}@media (max-width: 767px){#s-7f38ac07-ab0a-444c-a0dc-7c3ef153de92 {
  display: none;
}
#s-7f38ac07-ab0a-444c-a0dc-7c3ef153de92, #wrap-s-7f38ac07-ab0a-444c-a0dc-7c3ef153de92, #wrap-content-s-7f38ac07-ab0a-444c-a0dc-7c3ef153de92 { display: none !important; }}
#s-d05c4354-6c80-4ffd-a75a-579690d77288 {
  margin-top: -6px;
margin-bottom: -6px;
}
@media (min-width: 1200px){#s-d05c4354-6c80-4ffd-a75a-579690d77288 {
  display: none;
}
#s-d05c4354-6c80-4ffd-a75a-579690d77288, #wrap-s-d05c4354-6c80-4ffd-a75a-579690d77288, #wrap-content-s-d05c4354-6c80-4ffd-a75a-579690d77288 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d05c4354-6c80-4ffd-a75a-579690d77288 {
  display: none;
}
#s-d05c4354-6c80-4ffd-a75a-579690d77288, #wrap-s-d05c4354-6c80-4ffd-a75a-579690d77288, #wrap-content-s-d05c4354-6c80-4ffd-a75a-579690d77288 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d05c4354-6c80-4ffd-a75a-579690d77288 {
  display: none;
}
#s-d05c4354-6c80-4ffd-a75a-579690d77288, #wrap-s-d05c4354-6c80-4ffd-a75a-579690d77288, #wrap-content-s-d05c4354-6c80-4ffd-a75a-579690d77288 { display: none !important; }}@media (max-width: 767px){#s-d05c4354-6c80-4ffd-a75a-579690d77288 {
  display: none;
}
#s-d05c4354-6c80-4ffd-a75a-579690d77288, #wrap-s-d05c4354-6c80-4ffd-a75a-579690d77288, #wrap-content-s-d05c4354-6c80-4ffd-a75a-579690d77288 { display: none !important; }}
#s-b8c5011a-3570-443a-bc0d-52ab7671281b {
  margin-top: 5px;
margin-bottom: 5px;
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(164, 160, 160, 1);
border-style: solid;
border-radius: 15px;
}
@media (min-width: 1200px){#s-b8c5011a-3570-443a-bc0d-52ab7671281b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b8c5011a-3570-443a-bc0d-52ab7671281b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b8c5011a-3570-443a-bc0d-52ab7671281b {
  
}
}@media (max-width: 767px){#s-b8c5011a-3570-443a-bc0d-52ab7671281b {
  
}
}
#s-62c5e54a-e86b-4b8c-9528-89f50a7be20a {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
background-color: rgba(138, 222, 243, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-62c5e54a-e86b-4b8c-9528-89f50a7be20a {
  
}
}@media (max-width: 767px){#s-62c5e54a-e86b-4b8c-9528-89f50a7be20a {
  display: none;
}
#s-62c5e54a-e86b-4b8c-9528-89f50a7be20a, #wrap-s-62c5e54a-e86b-4b8c-9528-89f50a7be20a, #wrap-content-s-62c5e54a-e86b-4b8c-9528-89f50a7be20a { display: none !important; }}
#s-08c1ece2-a9f1-4886-af5d-fd7b0e611e14 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-08c1ece2-a9f1-4886-af5d-fd7b0e611e14 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-206eaeb0-a73c-45ee-afae-4ca3c34fb316 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-206eaeb0-a73c-45ee-afae-4ca3c34fb316 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-206eaeb0-a73c-45ee-afae-4ca3c34fb316 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-206eaeb0-a73c-45ee-afae-4ca3c34fb316 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-206eaeb0-a73c-45ee-afae-4ca3c34fb316 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  
  
  
  font-size: 16px;
}

#s-206eaeb0-a73c-45ee-afae-4ca3c34fb316 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-c2fc4d49-6c9f-44b5-ad1f-44d6ee40d0b8 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-c2fc4d49-6c9f-44b5-ad1f-44d6ee40d0b8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-c2fc4d49-6c9f-44b5-ad1f-44d6ee40d0b8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-c2fc4d49-6c9f-44b5-ad1f-44d6ee40d0b8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-c2fc4d49-6c9f-44b5-ad1f-44d6ee40d0b8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: 600;
  
  font-size: 16px;
}

#s-c2fc4d49-6c9f-44b5-ad1f-44d6ee40d0b8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-e7abf08a-3a00-4aa3-b898-c93a0f355c32 {
  margin-top: 5px;
margin-bottom: 5px;
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(164, 160, 160, 1);
border-style: solid;
border-radius: 15px;
}
@media (min-width: 1200px){#s-e7abf08a-3a00-4aa3-b898-c93a0f355c32 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e7abf08a-3a00-4aa3-b898-c93a0f355c32 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e7abf08a-3a00-4aa3-b898-c93a0f355c32 {
  
}
}@media (max-width: 767px){#s-e7abf08a-3a00-4aa3-b898-c93a0f355c32 {
  
}
}
#s-a42aeb5b-0750-424c-9c0b-ee34a1a40ea5 {
  margin-top: 20px;
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(164, 160, 160, 1);
border-style: solid;
border-radius: 15px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-a42aeb5b-0750-424c-9c0b-ee34a1a40ea5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a42aeb5b-0750-424c-9c0b-ee34a1a40ea5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a42aeb5b-0750-424c-9c0b-ee34a1a40ea5 {
  
}
}@media (max-width: 767px){#s-a42aeb5b-0750-424c-9c0b-ee34a1a40ea5 {
  
}
}
/*
  $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;
  -webkit-user-select: none;
     -moz-user-select: none;
          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;
}
