<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.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 &gt; 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-38e9e50d-2504-4541-ad90-c7ab32ac892e {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 450px;
}
@media (min-width: 768px) and (max-width: 991px){#s-38e9e50d-2504-4541-ad90-c7ab32ac892e {
  display: none;
}
#s-38e9e50d-2504-4541-ad90-c7ab32ac892e, #wrap-s-38e9e50d-2504-4541-ad90-c7ab32ac892e { display: none !important; }}@media (max-width: 767px){#s-38e9e50d-2504-4541-ad90-c7ab32ac892e {
  display: none;
}
#s-38e9e50d-2504-4541-ad90-c7ab32ac892e, #wrap-s-38e9e50d-2504-4541-ad90-c7ab32ac892e { display: none !important; }}
#s-38e9e50d-2504-4541-ad90-c7ab32ac892e .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-38e9e50d-2504-4541-ad90-c7ab32ac892e .shg-sld-nav-button.shg-sld-left,
#s-38e9e50d-2504-4541-ad90-c7ab32ac892e .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 &gt; .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-505d9721-c4c1-46a6-b1b1-b95fd24aa8ba {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
}
@media (max-width: 767px){#s-505d9721-c4c1-46a6-b1b1-b95fd24aa8ba {
  
}
}
#s-505d9721-c4c1-46a6-b1b1-b95fd24aa8ba {
  background-image: url(https://i.shgcdn.com/fd478405-5c22-459d-a98c-3f906fc3bc9d/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-505d9721-c4c1-46a6-b1b1-b95fd24aa8ba &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-505d9721-c4c1-46a6-b1b1-b95fd24aa8ba.shg-box.shg-c {
  justify-content: center;
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  justify-content: space-between;
}

.shg-row &gt; * {
  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 &gt; div:empty {
  display: block;
}

#s-f8330193-cdeb-4fad-9056-4257dbe0aa75 {
  margin-top: 30px;
margin-bottom: 30px;
}
@media (max-width: 767px){#s-f8330193-cdeb-4fad-9056-4257dbe0aa75 {
  
}
}
@media (min-width: 0px) {
[id="s-f8330193-cdeb-4fad-9056-4257dbe0aa75"] &gt; .shg-row &gt; .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-f8330193-cdeb-4fad-9056-4257dbe0aa75"] &gt; .shg-row &gt; .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f8330193-cdeb-4fad-9056-4257dbe0aa75"] &gt; .shg-row &gt; .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f8330193-cdeb-4fad-9056-4257dbe0aa75"] &gt; .shg-row &gt; .shg-c-lg-6 {
  width: calc(50.0% - 15.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-06685a21-e94a-422a-93f5-2a8f68359a51 {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (max-width: 767px){#s-69399210-b2b6-4c6b-94ed-022c67ad4381 {
  
}
}
@media (min-width: 0px) {
[id="s-69399210-b2b6-4c6b-94ed-022c67ad4381"] &gt; .shg-row &gt; .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-69399210-b2b6-4c6b-94ed-022c67ad4381"] &gt; .shg-row &gt; .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-69399210-b2b6-4c6b-94ed-022c67ad4381"] &gt; .shg-row &gt; .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-69399210-b2b6-4c6b-94ed-022c67ad4381"] &gt; .shg-row &gt; .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

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

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

.shg-btn-text {
  
  
}

.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-065804c6-52a8-4bda-9921-821d682d93f6 {
  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-065804c6-52a8-4bda-9921-821d682d93f6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-065804c6-52a8-4bda-9921-821d682d93f6: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"=&gt;"0.00", "color"=&gt;"#f1f1ea"}, {"pos"=&gt;"1.00", "color"=&gt;"#7e20cf"}] !important;}

  #s-065804c6-52a8-4bda-9921-821d682d93f6-root {
    text-align: center;
  }


#s-065804c6-52a8-4bda-9921-821d682d93f6.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-065804c6-52a8-4bda-9921-821d682d93f6-root {
    text-align: center;
  }


#s-065804c6-52a8-4bda-9921-821d682d93f6.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-065804c6-52a8-4bda-9921-821d682d93f6-root {
    text-align: center;
  }


#s-065804c6-52a8-4bda-9921-821d682d93f6.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-065804c6-52a8-4bda-9921-821d682d93f6-root {
    text-align: center;
  }


#s-065804c6-52a8-4bda-9921-821d682d93f6.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-065804c6-52a8-4bda-9921-821d682d93f6-root {
    text-align: center;
  }


#s-065804c6-52a8-4bda-9921-821d682d93f6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-f3cc1734-c6fa-4ad1-84c8-b11a16ddd7c7 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 768px) and (max-width: 991px){#s-f3cc1734-c6fa-4ad1-84c8-b11a16ddd7c7 {
  
}
}@media (max-width: 767px){#s-f3cc1734-c6fa-4ad1-84c8-b11a16ddd7c7 {
  
}
}
#s-f3cc1734-c6fa-4ad1-84c8-b11a16ddd7c7 {
  background-image: url(https://i.shgcdn.com/f264bde1-6585-45f4-966b-f4ab086b72a9/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-f3cc1734-c6fa-4ad1-84c8-b11a16ddd7c7 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f3cc1734-c6fa-4ad1-84c8-b11a16ddd7c7.shg-box.shg-c {
  justify-content: flex-start;
}

#s-8904c563-c34f-454e-827a-14bb9bf28913 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8904c563-c34f-454e-827a-14bb9bf28913 {
  display: none;
}
#s-8904c563-c34f-454e-827a-14bb9bf28913, #wrap-s-8904c563-c34f-454e-827a-14bb9bf28913 { display: none !important; }}@media (max-width: 767px){#s-8904c563-c34f-454e-827a-14bb9bf28913 {
  display: none;
}
#s-8904c563-c34f-454e-827a-14bb9bf28913, #wrap-s-8904c563-c34f-454e-827a-14bb9bf28913 { display: none !important; }}
@media (min-width: 0px) {
[id="s-8904c563-c34f-454e-827a-14bb9bf28913"] &gt; .shg-row &gt; .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-8904c563-c34f-454e-827a-14bb9bf28913"] &gt; .shg-row &gt; .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8904c563-c34f-454e-827a-14bb9bf28913"] &gt; .shg-row &gt; .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8904c563-c34f-454e-827a-14bb9bf28913"] &gt; .shg-row &gt; .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-1c6ed426-b138-4b05-8e02-26ecaf1c2cc3 {
  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);
}
@media (min-width: 768px) and (max-width: 991px){#s-1c6ed426-b138-4b05-8e02-26ecaf1c2cc3 {
  display: none;
}
#s-1c6ed426-b138-4b05-8e02-26ecaf1c2cc3, #wrap-s-1c6ed426-b138-4b05-8e02-26ecaf1c2cc3 { display: none !important; }}@media (max-width: 767px){#s-1c6ed426-b138-4b05-8e02-26ecaf1c2cc3 {
  display: none;
}
#s-1c6ed426-b138-4b05-8e02-26ecaf1c2cc3, #wrap-s-1c6ed426-b138-4b05-8e02-26ecaf1c2cc3 { display: none !important; }}
#s-4eb97b03-5bc4-4e5c-add9-804a345a6f68 {
  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-4eb97b03-5bc4-4e5c-add9-804a345a6f68 {
  display: none;
}
#s-4eb97b03-5bc4-4e5c-add9-804a345a6f68, #wrap-s-4eb97b03-5bc4-4e5c-add9-804a345a6f68 { display: none !important; }}@media (max-width: 767px){#s-4eb97b03-5bc4-4e5c-add9-804a345a6f68 {
  display: none;
}
#s-4eb97b03-5bc4-4e5c-add9-804a345a6f68, #wrap-s-4eb97b03-5bc4-4e5c-add9-804a345a6f68 { display: none !important; }}
#s-d06f3c78-16a2-412b-a18f-76f9582cfc51 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 50px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d06f3c78-16a2-412b-a18f-76f9582cfc51 {
  display: none;
}
#s-d06f3c78-16a2-412b-a18f-76f9582cfc51, #wrap-s-d06f3c78-16a2-412b-a18f-76f9582cfc51 { display: none !important; }}@media (max-width: 767px){#s-d06f3c78-16a2-412b-a18f-76f9582cfc51 {
  display: none;
}
#s-d06f3c78-16a2-412b-a18f-76f9582cfc51, #wrap-s-d06f3c78-16a2-412b-a18f-76f9582cfc51 { display: none !important; }}
@media (min-width: 0px) {
[id="s-d06f3c78-16a2-412b-a18f-76f9582cfc51"] &gt; .shg-row &gt; .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-d06f3c78-16a2-412b-a18f-76f9582cfc51"] &gt; .shg-row &gt; .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d06f3c78-16a2-412b-a18f-76f9582cfc51"] &gt; .shg-row &gt; .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d06f3c78-16a2-412b-a18f-76f9582cfc51"] &gt; .shg-row &gt; .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-790b727c-fc23-45dc-86f3-391d5181cc0c {
  background-size: cover;
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.5);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
background-position: center center;
}
#s-790b727c-fc23-45dc-86f3-391d5181cc0c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-790b727c-fc23-45dc-86f3-391d5181cc0c:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-790b727c-fc23-45dc-86f3-391d5181cc0c {
  display: none;
}
#s-790b727c-fc23-45dc-86f3-391d5181cc0c, #wrap-s-790b727c-fc23-45dc-86f3-391d5181cc0c { display: none !important; }}@media (max-width: 767px){#s-790b727c-fc23-45dc-86f3-391d5181cc0c {
  display: none;
}
#s-790b727c-fc23-45dc-86f3-391d5181cc0c, #wrap-s-790b727c-fc23-45dc-86f3-391d5181cc0c { display: none !important; }}

  #s-790b727c-fc23-45dc-86f3-391d5181cc0c-root {
    text-align: center;
  }


#s-790b727c-fc23-45dc-86f3-391d5181cc0c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-790b727c-fc23-45dc-86f3-391d5181cc0c-root {
    text-align: center;
  }


#s-790b727c-fc23-45dc-86f3-391d5181cc0c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-790b727c-fc23-45dc-86f3-391d5181cc0c-root {
    text-align: center;
  }


#s-790b727c-fc23-45dc-86f3-391d5181cc0c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-790b727c-fc23-45dc-86f3-391d5181cc0c-root {
    text-align: center;
  }


#s-790b727c-fc23-45dc-86f3-391d5181cc0c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-790b727c-fc23-45dc-86f3-391d5181cc0c-root {
    text-align: center;
  }


#s-790b727c-fc23-45dc-86f3-391d5181cc0c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-5b418a74-14bf-445a-bbec-67e6c16b330b {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 260px;
margin-right: 0px;
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(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-5b418a74-14bf-445a-bbec-67e6c16b330b {
  display: none;
}
#s-5b418a74-14bf-445a-bbec-67e6c16b330b, #wrap-s-5b418a74-14bf-445a-bbec-67e6c16b330b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5b418a74-14bf-445a-bbec-67e6c16b330b {
  display: none;
}
#s-5b418a74-14bf-445a-bbec-67e6c16b330b, #wrap-s-5b418a74-14bf-445a-bbec-67e6c16b330b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5b418a74-14bf-445a-bbec-67e6c16b330b {
  
}
}@media (max-width: 767px){#s-5b418a74-14bf-445a-bbec-67e6c16b330b {
  
}
}
#s-21a4af62-fb72-4fb5-b43a-8f6cb18483e5 {
  margin-left: 20px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(0, 0, 0, 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-21a4af62-fb72-4fb5-b43a-8f6cb18483e5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-21a4af62-fb72-4fb5-b43a-8f6cb18483e5:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-21a4af62-fb72-4fb5-b43a-8f6cb18483e5 {
  display: none;
}
#s-21a4af62-fb72-4fb5-b43a-8f6cb18483e5, #wrap-s-21a4af62-fb72-4fb5-b43a-8f6cb18483e5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-21a4af62-fb72-4fb5-b43a-8f6cb18483e5 {
  display: none;
}
#s-21a4af62-fb72-4fb5-b43a-8f6cb18483e5, #wrap-s-21a4af62-fb72-4fb5-b43a-8f6cb18483e5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-21a4af62-fb72-4fb5-b43a-8f6cb18483e5 {
  
}
}@media (max-width: 767px){#s-21a4af62-fb72-4fb5-b43a-8f6cb18483e5 {
  
}
}

  #s-21a4af62-fb72-4fb5-b43a-8f6cb18483e5-root {
    text-align: center;
  }


#s-21a4af62-fb72-4fb5-b43a-8f6cb18483e5.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-21a4af62-fb72-4fb5-b43a-8f6cb18483e5-root {
    text-align: center;
  }


#s-21a4af62-fb72-4fb5-b43a-8f6cb18483e5.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-21a4af62-fb72-4fb5-b43a-8f6cb18483e5-root {
    text-align: center;
  }


#s-21a4af62-fb72-4fb5-b43a-8f6cb18483e5.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-21a4af62-fb72-4fb5-b43a-8f6cb18483e5-root {
    text-align: center;
  }


#s-21a4af62-fb72-4fb5-b43a-8f6cb18483e5.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-21a4af62-fb72-4fb5-b43a-8f6cb18483e5-root {
    text-align: center;
  }


#s-21a4af62-fb72-4fb5-b43a-8f6cb18483e5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-71f4df7b-f459-492c-be88-c70c9d4e1e70 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center -250px;
}
@media (min-width: 768px) and (max-width: 991px){#s-71f4df7b-f459-492c-be88-c70c9d4e1e70 {
  display: none;
}
#s-71f4df7b-f459-492c-be88-c70c9d4e1e70, #wrap-s-71f4df7b-f459-492c-be88-c70c9d4e1e70 { display: none !important; }}@media (max-width: 767px){#s-71f4df7b-f459-492c-be88-c70c9d4e1e70 {
  display: none;
}
#s-71f4df7b-f459-492c-be88-c70c9d4e1e70, #wrap-s-71f4df7b-f459-492c-be88-c70c9d4e1e70 { display: none !important; }}
#s-71f4df7b-f459-492c-be88-c70c9d4e1e70 {
  background-image: url(https://i.shgcdn.com/23ec68da-2f3c-432d-8b36-0a033f06f1d0/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-71f4df7b-f459-492c-be88-c70c9d4e1e70 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-71f4df7b-f459-492c-be88-c70c9d4e1e70 {
  cursor: pointer;
}#s-71f4df7b-f459-492c-be88-c70c9d4e1e70.shg-box.shg-c {
  justify-content: center;
}

#s-051667fa-6d89-47ca-9ebd-5e46cb6f1b1e {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-051667fa-6d89-47ca-9ebd-5e46cb6f1b1e {
  
}
}@media (max-width: 767px){#s-051667fa-6d89-47ca-9ebd-5e46cb6f1b1e {
  
}
}
@media (min-width: 0px) {
[id="s-051667fa-6d89-47ca-9ebd-5e46cb6f1b1e"] &gt; .shg-row &gt; .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-051667fa-6d89-47ca-9ebd-5e46cb6f1b1e"] &gt; .shg-row &gt; .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-051667fa-6d89-47ca-9ebd-5e46cb6f1b1e"] &gt; .shg-row &gt; .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-051667fa-6d89-47ca-9ebd-5e46cb6f1b1e"] &gt; .shg-row &gt; .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-5a7d1ea7-23d8-44ba-b03b-e82ff62122b8 {
  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-5a7d1ea7-23d8-44ba-b03b-e82ff62122b8 {
  
}
}@media (max-width: 767px){#s-5a7d1ea7-23d8-44ba-b03b-e82ff62122b8 {
  
}
}
#s-94becc03-3272-4563-bfcf-1763a5bf5092 {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-94becc03-3272-4563-bfcf-1763a5bf5092 {
  
}
}@media (max-width: 767px){#s-94becc03-3272-4563-bfcf-1763a5bf5092 {
  
}
}
@media (min-width: 0px) {
[id="s-94becc03-3272-4563-bfcf-1763a5bf5092"] &gt; .shg-row &gt; .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-94becc03-3272-4563-bfcf-1763a5bf5092"] &gt; .shg-row &gt; .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-94becc03-3272-4563-bfcf-1763a5bf5092"] &gt; .shg-row &gt; .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-94becc03-3272-4563-bfcf-1763a5bf5092"] &gt; .shg-row &gt; .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-150d3836-2383-4c62-96c7-1e9ebaa12988 {
  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-150d3836-2383-4c62-96c7-1e9ebaa12988:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-150d3836-2383-4c62-96c7-1e9ebaa12988:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-150d3836-2383-4c62-96c7-1e9ebaa12988 {
  
}
}@media (max-width: 767px){#s-150d3836-2383-4c62-96c7-1e9ebaa12988 {
  
}
}

  #s-150d3836-2383-4c62-96c7-1e9ebaa12988-root {
    text-align: center;
  }


#s-150d3836-2383-4c62-96c7-1e9ebaa12988.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-150d3836-2383-4c62-96c7-1e9ebaa12988-root {
    text-align: center;
  }


#s-150d3836-2383-4c62-96c7-1e9ebaa12988.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-150d3836-2383-4c62-96c7-1e9ebaa12988-root {
    text-align: center;
  }


#s-150d3836-2383-4c62-96c7-1e9ebaa12988.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-150d3836-2383-4c62-96c7-1e9ebaa12988-root {
    text-align: center;
  }


#s-150d3836-2383-4c62-96c7-1e9ebaa12988.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-150d3836-2383-4c62-96c7-1e9ebaa12988-root {
    text-align: center;
  }


#s-150d3836-2383-4c62-96c7-1e9ebaa12988.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-555c151b-e183-454e-a688-40f2cb0631cc {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: -100px center;
}
@media (min-width: 1200px){#s-555c151b-e183-454e-a688-40f2cb0631cc {
  display: none;
}
#s-555c151b-e183-454e-a688-40f2cb0631cc, #wrap-s-555c151b-e183-454e-a688-40f2cb0631cc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-555c151b-e183-454e-a688-40f2cb0631cc {
  display: none;
}
#s-555c151b-e183-454e-a688-40f2cb0631cc, #wrap-s-555c151b-e183-454e-a688-40f2cb0631cc { display: none !important; }}
#s-555c151b-e183-454e-a688-40f2cb0631cc {
  background-image: url(https://i.shgcdn.com/261fc4d0-2477-4e63-88b4-b9997384f199/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-555c151b-e183-454e-a688-40f2cb0631cc &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-555c151b-e183-454e-a688-40f2cb0631cc.shg-box.shg-c {
  justify-content: flex-start;
}

#s-8f8d71dc-80ce-4ced-9794-4dd111487728 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-8f8d71dc-80ce-4ced-9794-4dd111487728 {
  display: none;
}
#s-8f8d71dc-80ce-4ced-9794-4dd111487728, #wrap-s-8f8d71dc-80ce-4ced-9794-4dd111487728 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8f8d71dc-80ce-4ced-9794-4dd111487728 {
  display: none;
}
#s-8f8d71dc-80ce-4ced-9794-4dd111487728, #wrap-s-8f8d71dc-80ce-4ced-9794-4dd111487728 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8f8d71dc-80ce-4ced-9794-4dd111487728 {
  
}
}@media (max-width: 767px){#s-8f8d71dc-80ce-4ced-9794-4dd111487728 {
  display: none;
}
#s-8f8d71dc-80ce-4ced-9794-4dd111487728, #wrap-s-8f8d71dc-80ce-4ced-9794-4dd111487728 { display: none !important; }}
@media (min-width: 0px) {
[id="s-8f8d71dc-80ce-4ced-9794-4dd111487728"] &gt; .shg-row &gt; .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-8f8d71dc-80ce-4ced-9794-4dd111487728"] &gt; .shg-row &gt; .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8f8d71dc-80ce-4ced-9794-4dd111487728"] &gt; .shg-row &gt; .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8f8d71dc-80ce-4ced-9794-4dd111487728"] &gt; .shg-row &gt; .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6f4cecc2-be8f-47d5-a47f-4deffca737a9 {
  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-6f4cecc2-be8f-47d5-a47f-4deffca737a9 {
  display: none;
}
#s-6f4cecc2-be8f-47d5-a47f-4deffca737a9, #wrap-s-6f4cecc2-be8f-47d5-a47f-4deffca737a9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6f4cecc2-be8f-47d5-a47f-4deffca737a9 {
  display: none;
}
#s-6f4cecc2-be8f-47d5-a47f-4deffca737a9, #wrap-s-6f4cecc2-be8f-47d5-a47f-4deffca737a9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6f4cecc2-be8f-47d5-a47f-4deffca737a9 {
  
}
}@media (max-width: 767px){#s-6f4cecc2-be8f-47d5-a47f-4deffca737a9 {
  
}
}
#s-2893a073-ee80-402a-b761-7f752b179088 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-2893a073-ee80-402a-b761-7f752b179088 {
  display: none;
}
#s-2893a073-ee80-402a-b761-7f752b179088, #wrap-s-2893a073-ee80-402a-b761-7f752b179088 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2893a073-ee80-402a-b761-7f752b179088 {
  display: none;
}
#s-2893a073-ee80-402a-b761-7f752b179088, #wrap-s-2893a073-ee80-402a-b761-7f752b179088 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2893a073-ee80-402a-b761-7f752b179088 {
  
}
}@media (max-width: 767px){#s-2893a073-ee80-402a-b761-7f752b179088 {
  display: none;
}
#s-2893a073-ee80-402a-b761-7f752b179088, #wrap-s-2893a073-ee80-402a-b761-7f752b179088 { display: none !important; }}
@media (min-width: 0px) {
[id="s-2893a073-ee80-402a-b761-7f752b179088"] &gt; .shg-row &gt; .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-2893a073-ee80-402a-b761-7f752b179088"] &gt; .shg-row &gt; .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2893a073-ee80-402a-b761-7f752b179088"] &gt; .shg-row &gt; .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2893a073-ee80-402a-b761-7f752b179088"] &gt; .shg-row &gt; .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-adecd6a7-ab96-41ee-95c9-77f3a05ac77d {
  margin-top: 20px;
margin-bottom: 20px;
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-adecd6a7-ab96-41ee-95c9-77f3a05ac77d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-adecd6a7-ab96-41ee-95c9-77f3a05ac77d:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-adecd6a7-ab96-41ee-95c9-77f3a05ac77d {
  display: none;
}
#s-adecd6a7-ab96-41ee-95c9-77f3a05ac77d, #wrap-s-adecd6a7-ab96-41ee-95c9-77f3a05ac77d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-adecd6a7-ab96-41ee-95c9-77f3a05ac77d {
  display: none;
}
#s-adecd6a7-ab96-41ee-95c9-77f3a05ac77d, #wrap-s-adecd6a7-ab96-41ee-95c9-77f3a05ac77d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-adecd6a7-ab96-41ee-95c9-77f3a05ac77d {
  
}
}@media (max-width: 767px){#s-adecd6a7-ab96-41ee-95c9-77f3a05ac77d {
  display: none;
}
#s-adecd6a7-ab96-41ee-95c9-77f3a05ac77d, #wrap-s-adecd6a7-ab96-41ee-95c9-77f3a05ac77d { display: none !important; }}

  #s-adecd6a7-ab96-41ee-95c9-77f3a05ac77d-root {
    text-align: center;
  }


#s-adecd6a7-ab96-41ee-95c9-77f3a05ac77d.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-adecd6a7-ab96-41ee-95c9-77f3a05ac77d-root {
    text-align: center;
  }


#s-adecd6a7-ab96-41ee-95c9-77f3a05ac77d.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-adecd6a7-ab96-41ee-95c9-77f3a05ac77d-root {
    text-align: center;
  }


#s-adecd6a7-ab96-41ee-95c9-77f3a05ac77d.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-adecd6a7-ab96-41ee-95c9-77f3a05ac77d-root {
    text-align: center;
  }


#s-adecd6a7-ab96-41ee-95c9-77f3a05ac77d.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-adecd6a7-ab96-41ee-95c9-77f3a05ac77d-root {
    text-align: center;
  }


#s-adecd6a7-ab96-41ee-95c9-77f3a05ac77d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-7b8c7301-dea6-4b56-9fe7-037db0cf8453 {
  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: 10px;
background-color: rgba(23, 22, 23, 0.5);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-7b8c7301-dea6-4b56-9fe7-037db0cf8453:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 10px !important;
background-color: #424242 !important;
text-decoration: none !important;}#s-7b8c7301-dea6-4b56-9fe7-037db0cf8453:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-7b8c7301-dea6-4b56-9fe7-037db0cf8453 {
  display: none;
}
#s-7b8c7301-dea6-4b56-9fe7-037db0cf8453, #wrap-s-7b8c7301-dea6-4b56-9fe7-037db0cf8453 { display: none !important; }}@media (max-width: 767px){#s-7b8c7301-dea6-4b56-9fe7-037db0cf8453 {
  display: none;
}
#s-7b8c7301-dea6-4b56-9fe7-037db0cf8453, #wrap-s-7b8c7301-dea6-4b56-9fe7-037db0cf8453 { display: none !important; }}

  #s-7b8c7301-dea6-4b56-9fe7-037db0cf8453-root {
    text-align: center;
  }


#s-7b8c7301-dea6-4b56-9fe7-037db0cf8453.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7b8c7301-dea6-4b56-9fe7-037db0cf8453-root {
    text-align: center;
  }


#s-7b8c7301-dea6-4b56-9fe7-037db0cf8453.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7b8c7301-dea6-4b56-9fe7-037db0cf8453-root {
    text-align: center;
  }


#s-7b8c7301-dea6-4b56-9fe7-037db0cf8453.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7b8c7301-dea6-4b56-9fe7-037db0cf8453-root {
    text-align: center;
  }


#s-7b8c7301-dea6-4b56-9fe7-037db0cf8453.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7b8c7301-dea6-4b56-9fe7-037db0cf8453-root {
    text-align: center;
  }


#s-7b8c7301-dea6-4b56-9fe7-037db0cf8453.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-fab0f8d3-08ba-4c8b-a047-363c015e0442 {
  margin-top: 10px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
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-fab0f8d3-08ba-4c8b-a047-363c015e0442 {
  display: none;
}
#s-fab0f8d3-08ba-4c8b-a047-363c015e0442, #wrap-s-fab0f8d3-08ba-4c8b-a047-363c015e0442 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fab0f8d3-08ba-4c8b-a047-363c015e0442 {
  display: none;
}
#s-fab0f8d3-08ba-4c8b-a047-363c015e0442, #wrap-s-fab0f8d3-08ba-4c8b-a047-363c015e0442 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fab0f8d3-08ba-4c8b-a047-363c015e0442 {
  display: none;
}
#s-fab0f8d3-08ba-4c8b-a047-363c015e0442, #wrap-s-fab0f8d3-08ba-4c8b-a047-363c015e0442 { display: none !important; }}@media (max-width: 767px){#s-fab0f8d3-08ba-4c8b-a047-363c015e0442 {
  
}
}
#s-012ab64a-cb1f-4ada-b0f1-57dfe4108280 {
  margin-top: 280px;
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-012ab64a-cb1f-4ada-b0f1-57dfe4108280:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-012ab64a-cb1f-4ada-b0f1-57dfe4108280:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-012ab64a-cb1f-4ada-b0f1-57dfe4108280 {
  display: none;
}
#s-012ab64a-cb1f-4ada-b0f1-57dfe4108280, #wrap-s-012ab64a-cb1f-4ada-b0f1-57dfe4108280 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-012ab64a-cb1f-4ada-b0f1-57dfe4108280 {
  display: none;
}
#s-012ab64a-cb1f-4ada-b0f1-57dfe4108280, #wrap-s-012ab64a-cb1f-4ada-b0f1-57dfe4108280 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-012ab64a-cb1f-4ada-b0f1-57dfe4108280 {
  display: none;
}
#s-012ab64a-cb1f-4ada-b0f1-57dfe4108280, #wrap-s-012ab64a-cb1f-4ada-b0f1-57dfe4108280 { display: none !important; }}@media (max-width: 767px){#s-012ab64a-cb1f-4ada-b0f1-57dfe4108280 {
  
}
}

  #s-012ab64a-cb1f-4ada-b0f1-57dfe4108280-root {
    text-align: center;
  }


#s-012ab64a-cb1f-4ada-b0f1-57dfe4108280.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-012ab64a-cb1f-4ada-b0f1-57dfe4108280-root {
    text-align: center;
  }


#s-012ab64a-cb1f-4ada-b0f1-57dfe4108280.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-012ab64a-cb1f-4ada-b0f1-57dfe4108280-root {
    text-align: center;
  }


#s-012ab64a-cb1f-4ada-b0f1-57dfe4108280.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-012ab64a-cb1f-4ada-b0f1-57dfe4108280-root {
    text-align: center;
  }


#s-012ab64a-cb1f-4ada-b0f1-57dfe4108280.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-012ab64a-cb1f-4ada-b0f1-57dfe4108280-root {
    text-align: center;
  }


#s-012ab64a-cb1f-4ada-b0f1-57dfe4108280.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-4b8cde0b-fba3-4853-a4d7-363434597b80 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
}

#s-4b8cde0b-fba3-4853-a4d7-363434597b80 {
  background-image: url(https://i.shgcdn.com/8e119c04-00f2-4bf9-84e6-e4e8c78e37e2/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-4b8cde0b-fba3-4853-a4d7-363434597b80 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4b8cde0b-fba3-4853-a4d7-363434597b80 {
  cursor: pointer;
}#s-4b8cde0b-fba3-4853-a4d7-363434597b80.shg-box.shg-c {
  justify-content: flex-start;
}

#s-9abc81ba-39ff-4818-9cf8-e7697f626b63 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9abc81ba-39ff-4818-9cf8-e7697f626b63 {
  display: none;
}
#s-9abc81ba-39ff-4818-9cf8-e7697f626b63, #wrap-s-9abc81ba-39ff-4818-9cf8-e7697f626b63 { display: none !important; }}@media (max-width: 767px){#s-9abc81ba-39ff-4818-9cf8-e7697f626b63 {
  display: none;
}
#s-9abc81ba-39ff-4818-9cf8-e7697f626b63, #wrap-s-9abc81ba-39ff-4818-9cf8-e7697f626b63 { display: none !important; }}
@media (min-width: 0px) {
[id="s-9abc81ba-39ff-4818-9cf8-e7697f626b63"] &gt; .shg-row &gt; .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-9abc81ba-39ff-4818-9cf8-e7697f626b63"] &gt; .shg-row &gt; .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9abc81ba-39ff-4818-9cf8-e7697f626b63"] &gt; .shg-row &gt; .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9abc81ba-39ff-4818-9cf8-e7697f626b63"] &gt; .shg-row &gt; .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-7a0a0e09-d223-4085-9fc3-46ea345f5a17 {
  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-7a0a0e09-d223-4085-9fc3-46ea345f5a17 {
  display: none;
}
#s-7a0a0e09-d223-4085-9fc3-46ea345f5a17, #wrap-s-7a0a0e09-d223-4085-9fc3-46ea345f5a17 { display: none !important; }}@media (max-width: 767px){#s-7a0a0e09-d223-4085-9fc3-46ea345f5a17 {
  display: none;
}
#s-7a0a0e09-d223-4085-9fc3-46ea345f5a17, #wrap-s-7a0a0e09-d223-4085-9fc3-46ea345f5a17 { display: none !important; }}
#s-35bfe750-a251-4b38-9b8c-483730d75a5f {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-35bfe750-a251-4b38-9b8c-483730d75a5f {
  display: none;
}
#s-35bfe750-a251-4b38-9b8c-483730d75a5f, #wrap-s-35bfe750-a251-4b38-9b8c-483730d75a5f { display: none !important; }}@media (max-width: 767px){#s-35bfe750-a251-4b38-9b8c-483730d75a5f {
  display: none;
}
#s-35bfe750-a251-4b38-9b8c-483730d75a5f, #wrap-s-35bfe750-a251-4b38-9b8c-483730d75a5f { display: none !important; }}
@media (min-width: 0px) {
[id="s-35bfe750-a251-4b38-9b8c-483730d75a5f"] &gt; .shg-row &gt; .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-35bfe750-a251-4b38-9b8c-483730d75a5f"] &gt; .shg-row &gt; .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-35bfe750-a251-4b38-9b8c-483730d75a5f"] &gt; .shg-row &gt; .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-35bfe750-a251-4b38-9b8c-483730d75a5f"] &gt; .shg-row &gt; .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-33e07d56-d3b1-4ba1-8ce0-b7a97e2104cb {
  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-33e07d56-d3b1-4ba1-8ce0-b7a97e2104cb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-33e07d56-d3b1-4ba1-8ce0-b7a97e2104cb:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-33e07d56-d3b1-4ba1-8ce0-b7a97e2104cb {
  display: none;
}
#s-33e07d56-d3b1-4ba1-8ce0-b7a97e2104cb, #wrap-s-33e07d56-d3b1-4ba1-8ce0-b7a97e2104cb { display: none !important; }}@media (max-width: 767px){#s-33e07d56-d3b1-4ba1-8ce0-b7a97e2104cb {
  display: none;
}
#s-33e07d56-d3b1-4ba1-8ce0-b7a97e2104cb, #wrap-s-33e07d56-d3b1-4ba1-8ce0-b7a97e2104cb { display: none !important; }}

  #s-33e07d56-d3b1-4ba1-8ce0-b7a97e2104cb-root {
    text-align: center;
  }


#s-33e07d56-d3b1-4ba1-8ce0-b7a97e2104cb.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-33e07d56-d3b1-4ba1-8ce0-b7a97e2104cb-root {
    text-align: center;
  }


#s-33e07d56-d3b1-4ba1-8ce0-b7a97e2104cb.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-33e07d56-d3b1-4ba1-8ce0-b7a97e2104cb-root {
    text-align: center;
  }


#s-33e07d56-d3b1-4ba1-8ce0-b7a97e2104cb.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-33e07d56-d3b1-4ba1-8ce0-b7a97e2104cb-root {
    text-align: center;
  }


#s-33e07d56-d3b1-4ba1-8ce0-b7a97e2104cb.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-33e07d56-d3b1-4ba1-8ce0-b7a97e2104cb-root {
    text-align: center;
  }


#s-33e07d56-d3b1-4ba1-8ce0-b7a97e2104cb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-0852b013-cfa0-48f7-b030-6ec8b706d6b3 {
  margin-top: 0px;
margin-left: 50px;
margin-bottom: 40px;
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-0852b013-cfa0-48f7-b030-6ec8b706d6b3 {
  display: none;
}
#s-0852b013-cfa0-48f7-b030-6ec8b706d6b3, #wrap-s-0852b013-cfa0-48f7-b030-6ec8b706d6b3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0852b013-cfa0-48f7-b030-6ec8b706d6b3 {
  display: none;
}
#s-0852b013-cfa0-48f7-b030-6ec8b706d6b3, #wrap-s-0852b013-cfa0-48f7-b030-6ec8b706d6b3 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0852b013-cfa0-48f7-b030-6ec8b706d6b3 {
  
}
}@media (max-width: 767px){#s-0852b013-cfa0-48f7-b030-6ec8b706d6b3 {
  
}
}
#s-706ac635-eba4-4686-b8fa-74f72f4139ba {
  margin-top: 260px;
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-706ac635-eba4-4686-b8fa-74f72f4139ba:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-706ac635-eba4-4686-b8fa-74f72f4139ba:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-706ac635-eba4-4686-b8fa-74f72f4139ba {
  display: none;
}
#s-706ac635-eba4-4686-b8fa-74f72f4139ba, #wrap-s-706ac635-eba4-4686-b8fa-74f72f4139ba { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-706ac635-eba4-4686-b8fa-74f72f4139ba {
  display: none;
}
#s-706ac635-eba4-4686-b8fa-74f72f4139ba, #wrap-s-706ac635-eba4-4686-b8fa-74f72f4139ba { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-706ac635-eba4-4686-b8fa-74f72f4139ba {
  
}
}@media (max-width: 767px){#s-706ac635-eba4-4686-b8fa-74f72f4139ba {
  
}
}

  #s-706ac635-eba4-4686-b8fa-74f72f4139ba-root {
    text-align: center;
  }


#s-706ac635-eba4-4686-b8fa-74f72f4139ba.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-706ac635-eba4-4686-b8fa-74f72f4139ba-root {
    text-align: center;
  }


#s-706ac635-eba4-4686-b8fa-74f72f4139ba.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-706ac635-eba4-4686-b8fa-74f72f4139ba-root {
    text-align: center;
  }


#s-706ac635-eba4-4686-b8fa-74f72f4139ba.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-706ac635-eba4-4686-b8fa-74f72f4139ba-root {
    text-align: center;
  }


#s-706ac635-eba4-4686-b8fa-74f72f4139ba.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-706ac635-eba4-4686-b8fa-74f72f4139ba-root {
    text-align: center;
  }


#s-706ac635-eba4-4686-b8fa-74f72f4139ba.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-16f0bb37-a917-4a4e-8301-35785d475231 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
background-attachment: scroll;
}

#s-16f0bb37-a917-4a4e-8301-35785d475231 {
  background-image: url(https://i.shgcdn.com/d6fe3609-5bb3-4c47-b3af-f84fe6f78b2e/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-16f0bb37-a917-4a4e-8301-35785d475231 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-16f0bb37-a917-4a4e-8301-35785d475231.shg-box.shg-c {
  justify-content: center;
}

#s-d3278b4d-584a-4ba8-b4ca-8300543a489a {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d3278b4d-584a-4ba8-b4ca-8300543a489a {
  display: none;
}
#s-d3278b4d-584a-4ba8-b4ca-8300543a489a, #wrap-s-d3278b4d-584a-4ba8-b4ca-8300543a489a { display: none !important; }}@media (max-width: 767px){#s-d3278b4d-584a-4ba8-b4ca-8300543a489a {
  display: none;
}
#s-d3278b4d-584a-4ba8-b4ca-8300543a489a, #wrap-s-d3278b4d-584a-4ba8-b4ca-8300543a489a { display: none !important; }}
@media (min-width: 0px) {
[id="s-d3278b4d-584a-4ba8-b4ca-8300543a489a"] &gt; .shg-row &gt; .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-d3278b4d-584a-4ba8-b4ca-8300543a489a"] &gt; .shg-row &gt; .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d3278b4d-584a-4ba8-b4ca-8300543a489a"] &gt; .shg-row &gt; .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d3278b4d-584a-4ba8-b4ca-8300543a489a"] &gt; .shg-row &gt; .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-96cdcd26-a6c2-4663-ac60-a03482487395 {
  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-96cdcd26-a6c2-4663-ac60-a03482487395 {
  display: none;
}
#s-96cdcd26-a6c2-4663-ac60-a03482487395, #wrap-s-96cdcd26-a6c2-4663-ac60-a03482487395 { display: none !important; }}@media (max-width: 767px){#s-96cdcd26-a6c2-4663-ac60-a03482487395 {
  display: none;
}
#s-96cdcd26-a6c2-4663-ac60-a03482487395, #wrap-s-96cdcd26-a6c2-4663-ac60-a03482487395 { display: none !important; }}
#s-49f53006-fd50-4d26-8236-6c217d588d44 {
  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-49f53006-fd50-4d26-8236-6c217d588d44 {
  display: none;
}
#s-49f53006-fd50-4d26-8236-6c217d588d44, #wrap-s-49f53006-fd50-4d26-8236-6c217d588d44 { display: none !important; }}@media (max-width: 767px){#s-49f53006-fd50-4d26-8236-6c217d588d44 {
  display: none;
}
#s-49f53006-fd50-4d26-8236-6c217d588d44, #wrap-s-49f53006-fd50-4d26-8236-6c217d588d44 { display: none !important; }}
#s-0ebddc90-a7eb-4d04-bea6-b7f1a6cdaeba {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0ebddc90-a7eb-4d04-bea6-b7f1a6cdaeba {
  display: none;
}
#s-0ebddc90-a7eb-4d04-bea6-b7f1a6cdaeba, #wrap-s-0ebddc90-a7eb-4d04-bea6-b7f1a6cdaeba { display: none !important; }}@media (max-width: 767px){#s-0ebddc90-a7eb-4d04-bea6-b7f1a6cdaeba {
  display: none;
}
#s-0ebddc90-a7eb-4d04-bea6-b7f1a6cdaeba, #wrap-s-0ebddc90-a7eb-4d04-bea6-b7f1a6cdaeba { display: none !important; }}
@media (min-width: 0px) {
[id="s-0ebddc90-a7eb-4d04-bea6-b7f1a6cdaeba"] &gt; .shg-row &gt; .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-0ebddc90-a7eb-4d04-bea6-b7f1a6cdaeba"] &gt; .shg-row &gt; .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0ebddc90-a7eb-4d04-bea6-b7f1a6cdaeba"] &gt; .shg-row &gt; .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0ebddc90-a7eb-4d04-bea6-b7f1a6cdaeba"] &gt; .shg-row &gt; .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-9799a129-997c-4f3e-bea3-83d41a73faf4 {
  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-9799a129-997c-4f3e-bea3-83d41a73faf4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9799a129-997c-4f3e-bea3-83d41a73faf4:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-9799a129-997c-4f3e-bea3-83d41a73faf4 {
  display: none;
}
#s-9799a129-997c-4f3e-bea3-83d41a73faf4, #wrap-s-9799a129-997c-4f3e-bea3-83d41a73faf4 { display: none !important; }}@media (max-width: 767px){#s-9799a129-997c-4f3e-bea3-83d41a73faf4 {
  display: none;
}
#s-9799a129-997c-4f3e-bea3-83d41a73faf4, #wrap-s-9799a129-997c-4f3e-bea3-83d41a73faf4 { display: none !important; }}

  #s-9799a129-997c-4f3e-bea3-83d41a73faf4-root {
    text-align: center;
  }


#s-9799a129-997c-4f3e-bea3-83d41a73faf4.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-9799a129-997c-4f3e-bea3-83d41a73faf4-root {
    text-align: center;
  }


#s-9799a129-997c-4f3e-bea3-83d41a73faf4.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-9799a129-997c-4f3e-bea3-83d41a73faf4-root {
    text-align: center;
  }


#s-9799a129-997c-4f3e-bea3-83d41a73faf4.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-9799a129-997c-4f3e-bea3-83d41a73faf4-root {
    text-align: center;
  }


#s-9799a129-997c-4f3e-bea3-83d41a73faf4.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-9799a129-997c-4f3e-bea3-83d41a73faf4-root {
    text-align: center;
  }


#s-9799a129-997c-4f3e-bea3-83d41a73faf4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-7fac7e5a-362c-4040-83d6-68608671b0ae {
  margin-top: 10px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
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);
}
@media (min-width: 1200px){#s-7fac7e5a-362c-4040-83d6-68608671b0ae {
  display: none;
}
#s-7fac7e5a-362c-4040-83d6-68608671b0ae, #wrap-s-7fac7e5a-362c-4040-83d6-68608671b0ae { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7fac7e5a-362c-4040-83d6-68608671b0ae {
  display: none;
}
#s-7fac7e5a-362c-4040-83d6-68608671b0ae, #wrap-s-7fac7e5a-362c-4040-83d6-68608671b0ae { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7fac7e5a-362c-4040-83d6-68608671b0ae {
  
}
}@media (max-width: 767px){#s-7fac7e5a-362c-4040-83d6-68608671b0ae {
  
}
}
#s-b59ba3a8-1a49-4800-9942-fbb1f362ebab {
  margin-top: 260px;
margin-left: 10px;
margin-bottom: 20px;
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-b59ba3a8-1a49-4800-9942-fbb1f362ebab:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b59ba3a8-1a49-4800-9942-fbb1f362ebab:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-b59ba3a8-1a49-4800-9942-fbb1f362ebab {
  display: none;
}
#s-b59ba3a8-1a49-4800-9942-fbb1f362ebab, #wrap-s-b59ba3a8-1a49-4800-9942-fbb1f362ebab { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b59ba3a8-1a49-4800-9942-fbb1f362ebab {
  display: none;
}
#s-b59ba3a8-1a49-4800-9942-fbb1f362ebab, #wrap-s-b59ba3a8-1a49-4800-9942-fbb1f362ebab { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b59ba3a8-1a49-4800-9942-fbb1f362ebab {
  
}
}@media (max-width: 767px){#s-b59ba3a8-1a49-4800-9942-fbb1f362ebab {
  
}
}

  #s-b59ba3a8-1a49-4800-9942-fbb1f362ebab-root {
    text-align: center;
  }


#s-b59ba3a8-1a49-4800-9942-fbb1f362ebab.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-b59ba3a8-1a49-4800-9942-fbb1f362ebab-root {
    text-align: center;
  }


#s-b59ba3a8-1a49-4800-9942-fbb1f362ebab.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-b59ba3a8-1a49-4800-9942-fbb1f362ebab-root {
    text-align: center;
  }


#s-b59ba3a8-1a49-4800-9942-fbb1f362ebab.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-b59ba3a8-1a49-4800-9942-fbb1f362ebab-root {
    text-align: center;
  }


#s-b59ba3a8-1a49-4800-9942-fbb1f362ebab.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-b59ba3a8-1a49-4800-9942-fbb1f362ebab-root {
    text-align: center;
  }


#s-b59ba3a8-1a49-4800-9942-fbb1f362ebab.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-5b7883ac-3f66-4446-9aeb-f0e539bf8954 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
}
@media (min-width: 1200px){#s-5b7883ac-3f66-4446-9aeb-f0e539bf8954 {
  display: none;
}
#s-5b7883ac-3f66-4446-9aeb-f0e539bf8954, #wrap-s-5b7883ac-3f66-4446-9aeb-f0e539bf8954 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5b7883ac-3f66-4446-9aeb-f0e539bf8954 {
  display: none;
}
#s-5b7883ac-3f66-4446-9aeb-f0e539bf8954, #wrap-s-5b7883ac-3f66-4446-9aeb-f0e539bf8954 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5b7883ac-3f66-4446-9aeb-f0e539bf8954 {
  
}
}@media (max-width: 767px){#s-5b7883ac-3f66-4446-9aeb-f0e539bf8954 {
  
}
}
#s-5b7883ac-3f66-4446-9aeb-f0e539bf8954 {
  background-image: url(https://i.shgcdn.com/23ec68da-2f3c-432d-8b36-0a033f06f1d0/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-5b7883ac-3f66-4446-9aeb-f0e539bf8954 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5b7883ac-3f66-4446-9aeb-f0e539bf8954 {
  cursor: pointer;
}#s-5b7883ac-3f66-4446-9aeb-f0e539bf8954.shg-box.shg-c {
  justify-content: center;
}

#s-cbd8b1cb-f03e-4c54-aa29-b591dfc6422c {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-cbd8b1cb-f03e-4c54-aa29-b591dfc6422c {
  display: none;
}
#s-cbd8b1cb-f03e-4c54-aa29-b591dfc6422c, #wrap-s-cbd8b1cb-f03e-4c54-aa29-b591dfc6422c { display: none !important; }}@media (max-width: 767px){#s-cbd8b1cb-f03e-4c54-aa29-b591dfc6422c {
  display: none;
}
#s-cbd8b1cb-f03e-4c54-aa29-b591dfc6422c, #wrap-s-cbd8b1cb-f03e-4c54-aa29-b591dfc6422c { display: none !important; }}
@media (min-width: 0px) {
[id="s-cbd8b1cb-f03e-4c54-aa29-b591dfc6422c"] &gt; .shg-row &gt; .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-cbd8b1cb-f03e-4c54-aa29-b591dfc6422c"] &gt; .shg-row &gt; .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-cbd8b1cb-f03e-4c54-aa29-b591dfc6422c"] &gt; .shg-row &gt; .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-cbd8b1cb-f03e-4c54-aa29-b591dfc6422c"] &gt; .shg-row &gt; .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-94eecf2f-bc2f-49f2-988e-555f79396d7b {
  margin-top: 20px;
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-94eecf2f-bc2f-49f2-988e-555f79396d7b {
  display: none;
}
#s-94eecf2f-bc2f-49f2-988e-555f79396d7b, #wrap-s-94eecf2f-bc2f-49f2-988e-555f79396d7b { display: none !important; }}@media (max-width: 767px){#s-94eecf2f-bc2f-49f2-988e-555f79396d7b {
  display: none;
}
#s-94eecf2f-bc2f-49f2-988e-555f79396d7b, #wrap-s-94eecf2f-bc2f-49f2-988e-555f79396d7b { display: none !important; }}
#s-0fbed824-b226-49fd-bb56-4ca695ea0f88 {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0fbed824-b226-49fd-bb56-4ca695ea0f88 {
  display: none;
}
#s-0fbed824-b226-49fd-bb56-4ca695ea0f88, #wrap-s-0fbed824-b226-49fd-bb56-4ca695ea0f88 { display: none !important; }}@media (max-width: 767px){#s-0fbed824-b226-49fd-bb56-4ca695ea0f88 {
  display: none;
}
#s-0fbed824-b226-49fd-bb56-4ca695ea0f88, #wrap-s-0fbed824-b226-49fd-bb56-4ca695ea0f88 { display: none !important; }}
@media (min-width: 0px) {
[id="s-0fbed824-b226-49fd-bb56-4ca695ea0f88"] &gt; .shg-row &gt; .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-0fbed824-b226-49fd-bb56-4ca695ea0f88"] &gt; .shg-row &gt; .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0fbed824-b226-49fd-bb56-4ca695ea0f88"] &gt; .shg-row &gt; .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0fbed824-b226-49fd-bb56-4ca695ea0f88"] &gt; .shg-row &gt; .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-0cf245bb-e369-4b81-9acf-c5e9a043708f {
  margin-top: 10px;
margin-bottom: 100px;
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-0cf245bb-e369-4b81-9acf-c5e9a043708f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0cf245bb-e369-4b81-9acf-c5e9a043708f:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-0cf245bb-e369-4b81-9acf-c5e9a043708f {
  display: none;
}
#s-0cf245bb-e369-4b81-9acf-c5e9a043708f, #wrap-s-0cf245bb-e369-4b81-9acf-c5e9a043708f { display: none !important; }}@media (max-width: 767px){#s-0cf245bb-e369-4b81-9acf-c5e9a043708f {
  display: none;
}
#s-0cf245bb-e369-4b81-9acf-c5e9a043708f, #wrap-s-0cf245bb-e369-4b81-9acf-c5e9a043708f { display: none !important; }}

  #s-0cf245bb-e369-4b81-9acf-c5e9a043708f-root {
    text-align: center;
  }


#s-0cf245bb-e369-4b81-9acf-c5e9a043708f.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-0cf245bb-e369-4b81-9acf-c5e9a043708f-root {
    text-align: center;
  }


#s-0cf245bb-e369-4b81-9acf-c5e9a043708f.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-0cf245bb-e369-4b81-9acf-c5e9a043708f-root {
    text-align: center;
  }


#s-0cf245bb-e369-4b81-9acf-c5e9a043708f.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-0cf245bb-e369-4b81-9acf-c5e9a043708f-root {
    text-align: center;
  }


#s-0cf245bb-e369-4b81-9acf-c5e9a043708f.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-0cf245bb-e369-4b81-9acf-c5e9a043708f-root {
    text-align: center;
  }


#s-0cf245bb-e369-4b81-9acf-c5e9a043708f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-0ce8f658-42c3-4fef-a0a8-ac487be1f32c {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 1200px){#s-0ce8f658-42c3-4fef-a0a8-ac487be1f32c {
  display: none;
}
#s-0ce8f658-42c3-4fef-a0a8-ac487be1f32c, #wrap-s-0ce8f658-42c3-4fef-a0a8-ac487be1f32c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0ce8f658-42c3-4fef-a0a8-ac487be1f32c {
  display: none;
}
#s-0ce8f658-42c3-4fef-a0a8-ac487be1f32c, #wrap-s-0ce8f658-42c3-4fef-a0a8-ac487be1f32c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0ce8f658-42c3-4fef-a0a8-ac487be1f32c {
  
}
}@media (max-width: 767px){#s-0ce8f658-42c3-4fef-a0a8-ac487be1f32c {
  
}
}
@media (min-width: 0px) {
[id="s-0ce8f658-42c3-4fef-a0a8-ac487be1f32c"] &gt; .shg-row &gt; .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-0ce8f658-42c3-4fef-a0a8-ac487be1f32c"] &gt; .shg-row &gt; .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0ce8f658-42c3-4fef-a0a8-ac487be1f32c"] &gt; .shg-row &gt; .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0ce8f658-42c3-4fef-a0a8-ac487be1f32c"] &gt; .shg-row &gt; .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c2461e65-688c-4f5c-a5f6-06aacd4b7735 {
  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-c2461e65-688c-4f5c-a5f6-06aacd4b7735 {
  
}
}@media (max-width: 767px){#s-c2461e65-688c-4f5c-a5f6-06aacd4b7735 {
  
}
}
#s-2a0f2942-a4c9-45a4-81b5-3fe2fe5ad0c1 {
  margin-left: 10px;
margin-bottom: 80px;
margin-right: 10px;
}
@media (min-width: 1200px){#s-2a0f2942-a4c9-45a4-81b5-3fe2fe5ad0c1 {
  display: none;
}
#s-2a0f2942-a4c9-45a4-81b5-3fe2fe5ad0c1, #wrap-s-2a0f2942-a4c9-45a4-81b5-3fe2fe5ad0c1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2a0f2942-a4c9-45a4-81b5-3fe2fe5ad0c1 {
  display: none;
}
#s-2a0f2942-a4c9-45a4-81b5-3fe2fe5ad0c1, #wrap-s-2a0f2942-a4c9-45a4-81b5-3fe2fe5ad0c1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2a0f2942-a4c9-45a4-81b5-3fe2fe5ad0c1 {
  
}
}@media (max-width: 767px){#s-2a0f2942-a4c9-45a4-81b5-3fe2fe5ad0c1 {
  
}
}
@media (min-width: 0px) {
[id="s-2a0f2942-a4c9-45a4-81b5-3fe2fe5ad0c1"] &gt; .shg-row &gt; .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-2a0f2942-a4c9-45a4-81b5-3fe2fe5ad0c1"] &gt; .shg-row &gt; .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2a0f2942-a4c9-45a4-81b5-3fe2fe5ad0c1"] &gt; .shg-row &gt; .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2a0f2942-a4c9-45a4-81b5-3fe2fe5ad0c1"] &gt; .shg-row &gt; .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-60f7ebf3-00f8-4d53-8660-abc55b7202e4 {
  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-60f7ebf3-00f8-4d53-8660-abc55b7202e4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-60f7ebf3-00f8-4d53-8660-abc55b7202e4:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-60f7ebf3-00f8-4d53-8660-abc55b7202e4 {
  
}
}@media (max-width: 767px){#s-60f7ebf3-00f8-4d53-8660-abc55b7202e4 {
  
}
}

  #s-60f7ebf3-00f8-4d53-8660-abc55b7202e4-root {
    text-align: center;
  }


#s-60f7ebf3-00f8-4d53-8660-abc55b7202e4.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-60f7ebf3-00f8-4d53-8660-abc55b7202e4-root {
    text-align: center;
  }


#s-60f7ebf3-00f8-4d53-8660-abc55b7202e4.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-60f7ebf3-00f8-4d53-8660-abc55b7202e4-root {
    text-align: center;
  }


#s-60f7ebf3-00f8-4d53-8660-abc55b7202e4.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-60f7ebf3-00f8-4d53-8660-abc55b7202e4-root {
    text-align: center;
  }


#s-60f7ebf3-00f8-4d53-8660-abc55b7202e4.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-60f7ebf3-00f8-4d53-8660-abc55b7202e4-root {
    text-align: center;
  }


#s-60f7ebf3-00f8-4d53-8660-abc55b7202e4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-bd633c15-5c72-4e9c-a7ee-ca00dce5a7b5 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center -15px;
}
@media (min-width: 768px) and (max-width: 991px){#s-bd633c15-5c72-4e9c-a7ee-ca00dce5a7b5 {
  display: none;
}
#s-bd633c15-5c72-4e9c-a7ee-ca00dce5a7b5, #wrap-s-bd633c15-5c72-4e9c-a7ee-ca00dce5a7b5 { display: none !important; }}@media (max-width: 767px){#s-bd633c15-5c72-4e9c-a7ee-ca00dce5a7b5 {
  display: none;
}
#s-bd633c15-5c72-4e9c-a7ee-ca00dce5a7b5, #wrap-s-bd633c15-5c72-4e9c-a7ee-ca00dce5a7b5 { display: none !important; }}
#s-bd633c15-5c72-4e9c-a7ee-ca00dce5a7b5 {
  background-image: url(https://i.shgcdn.com/6ed0fecd-b3f7-49c8-8854-bc104c4d9470/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-bd633c15-5c72-4e9c-a7ee-ca00dce5a7b5 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bd633c15-5c72-4e9c-a7ee-ca00dce5a7b5 {
  cursor: pointer;
}#s-bd633c15-5c72-4e9c-a7ee-ca00dce5a7b5.shg-box.shg-c {
  justify-content: center;
}

#s-f13766f6-e2d0-406a-bdf8-42243f3bf6ff {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f13766f6-e2d0-406a-bdf8-42243f3bf6ff {
  display: none;
}
#s-f13766f6-e2d0-406a-bdf8-42243f3bf6ff, #wrap-s-f13766f6-e2d0-406a-bdf8-42243f3bf6ff { display: none !important; }}@media (max-width: 767px){#s-f13766f6-e2d0-406a-bdf8-42243f3bf6ff {
  display: none;
}
#s-f13766f6-e2d0-406a-bdf8-42243f3bf6ff, #wrap-s-f13766f6-e2d0-406a-bdf8-42243f3bf6ff { display: none !important; }}
@media (min-width: 0px) {
[id="s-f13766f6-e2d0-406a-bdf8-42243f3bf6ff"] &gt; .shg-row &gt; .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-f13766f6-e2d0-406a-bdf8-42243f3bf6ff"] &gt; .shg-row &gt; .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f13766f6-e2d0-406a-bdf8-42243f3bf6ff"] &gt; .shg-row &gt; .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f13766f6-e2d0-406a-bdf8-42243f3bf6ff"] &gt; .shg-row &gt; .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-d5541bcd-49b6-4433-9c6e-fe3e81a1ef79 {
  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-d5541bcd-49b6-4433-9c6e-fe3e81a1ef79 {
  display: none;
}
#s-d5541bcd-49b6-4433-9c6e-fe3e81a1ef79, #wrap-s-d5541bcd-49b6-4433-9c6e-fe3e81a1ef79 { display: none !important; }}@media (max-width: 767px){#s-d5541bcd-49b6-4433-9c6e-fe3e81a1ef79 {
  display: none;
}
#s-d5541bcd-49b6-4433-9c6e-fe3e81a1ef79, #wrap-s-d5541bcd-49b6-4433-9c6e-fe3e81a1ef79 { display: none !important; }}
#s-8c1000e1-0894-4542-ad32-72a366f28554 {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8c1000e1-0894-4542-ad32-72a366f28554 {
  display: none;
}
#s-8c1000e1-0894-4542-ad32-72a366f28554, #wrap-s-8c1000e1-0894-4542-ad32-72a366f28554 { display: none !important; }}@media (max-width: 767px){#s-8c1000e1-0894-4542-ad32-72a366f28554 {
  display: none;
}
#s-8c1000e1-0894-4542-ad32-72a366f28554, #wrap-s-8c1000e1-0894-4542-ad32-72a366f28554 { display: none !important; }}
@media (min-width: 0px) {
[id="s-8c1000e1-0894-4542-ad32-72a366f28554"] &gt; .shg-row &gt; .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-8c1000e1-0894-4542-ad32-72a366f28554"] &gt; .shg-row &gt; .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8c1000e1-0894-4542-ad32-72a366f28554"] &gt; .shg-row &gt; .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8c1000e1-0894-4542-ad32-72a366f28554"] &gt; .shg-row &gt; .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-69284d02-c1df-4d37-a8ee-7cb4a852acc1 {
  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-69284d02-c1df-4d37-a8ee-7cb4a852acc1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-69284d02-c1df-4d37-a8ee-7cb4a852acc1:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-69284d02-c1df-4d37-a8ee-7cb4a852acc1 {
  display: none;
}
#s-69284d02-c1df-4d37-a8ee-7cb4a852acc1, #wrap-s-69284d02-c1df-4d37-a8ee-7cb4a852acc1 { display: none !important; }}@media (max-width: 767px){#s-69284d02-c1df-4d37-a8ee-7cb4a852acc1 {
  display: none;
}
#s-69284d02-c1df-4d37-a8ee-7cb4a852acc1, #wrap-s-69284d02-c1df-4d37-a8ee-7cb4a852acc1 { display: none !important; }}

  #s-69284d02-c1df-4d37-a8ee-7cb4a852acc1-root {
    text-align: center;
  }


#s-69284d02-c1df-4d37-a8ee-7cb4a852acc1.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-69284d02-c1df-4d37-a8ee-7cb4a852acc1-root {
    text-align: center;
  }


#s-69284d02-c1df-4d37-a8ee-7cb4a852acc1.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-69284d02-c1df-4d37-a8ee-7cb4a852acc1-root {
    text-align: center;
  }


#s-69284d02-c1df-4d37-a8ee-7cb4a852acc1.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-69284d02-c1df-4d37-a8ee-7cb4a852acc1-root {
    text-align: center;
  }


#s-69284d02-c1df-4d37-a8ee-7cb4a852acc1.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-69284d02-c1df-4d37-a8ee-7cb4a852acc1-root {
    text-align: center;
  }


#s-69284d02-c1df-4d37-a8ee-7cb4a852acc1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-3cabc740-60f2-40bc-9a45-5fc14aff24fa {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 450px;
}
@media (min-width: 1200px){#s-3cabc740-60f2-40bc-9a45-5fc14aff24fa {
  display: none;
}
#s-3cabc740-60f2-40bc-9a45-5fc14aff24fa, #wrap-s-3cabc740-60f2-40bc-9a45-5fc14aff24fa { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3cabc740-60f2-40bc-9a45-5fc14aff24fa {
  display: none;
}
#s-3cabc740-60f2-40bc-9a45-5fc14aff24fa, #wrap-s-3cabc740-60f2-40bc-9a45-5fc14aff24fa { display: none !important; }}
#s-3cabc740-60f2-40bc-9a45-5fc14aff24fa .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-3cabc740-60f2-40bc-9a45-5fc14aff24fa .shg-sld-nav-button.shg-sld-left,
#s-3cabc740-60f2-40bc-9a45-5fc14aff24fa .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-a759153f-0a1b-40a7-af3b-1fecbdd73e67 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
}
@media (max-width: 767px){#s-a759153f-0a1b-40a7-af3b-1fecbdd73e67 {
  
}
}
#s-a759153f-0a1b-40a7-af3b-1fecbdd73e67 {
  background-image: url(https://i.shgcdn.com/fd478405-5c22-459d-a98c-3f906fc3bc9d/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-a759153f-0a1b-40a7-af3b-1fecbdd73e67 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a759153f-0a1b-40a7-af3b-1fecbdd73e67.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f43e5520-46bb-4659-81ac-e40c5ae93cc4 {
  margin-top: 10px;
margin-bottom: 270px;
}

#s-f84a7171-05d8-495b-91fb-bc1f8b1fd3e9 {
  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-f84a7171-05d8-495b-91fb-bc1f8b1fd3e9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f84a7171-05d8-495b-91fb-bc1f8b1fd3e9:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzM1MDRiMjEtNGQ2YS00ZTRkLWEzNjQtNGMwZDRkZWE4MzA1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjFmMWVhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjMzUwNGIyMS00ZDZhLTRlNGQtYTM2NC00YzBkNGRlYTgzMDUpIi8+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: [{"id"=&gt;1, "pos"=&gt;"0.00", "color"=&gt;"#f1f1ea"}, {"id"=&gt;2, "pos"=&gt;"1.00", "color"=&gt;"#7e20cf"}] !important;}

  #s-f84a7171-05d8-495b-91fb-bc1f8b1fd3e9-root {
    text-align: center;
  }


#s-f84a7171-05d8-495b-91fb-bc1f8b1fd3e9.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-f84a7171-05d8-495b-91fb-bc1f8b1fd3e9-root {
    text-align: center;
  }


#s-f84a7171-05d8-495b-91fb-bc1f8b1fd3e9.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-f84a7171-05d8-495b-91fb-bc1f8b1fd3e9-root {
    text-align: center;
  }


#s-f84a7171-05d8-495b-91fb-bc1f8b1fd3e9.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-f84a7171-05d8-495b-91fb-bc1f8b1fd3e9-root {
    text-align: center;
  }


#s-f84a7171-05d8-495b-91fb-bc1f8b1fd3e9.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-f84a7171-05d8-495b-91fb-bc1f8b1fd3e9-root {
    text-align: center;
  }


#s-f84a7171-05d8-495b-91fb-bc1f8b1fd3e9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-0fad37c6-80da-47e0-a993-393727b542fd {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 768px) and (max-width: 991px){#s-0fad37c6-80da-47e0-a993-393727b542fd {
  
}
}@media (max-width: 767px){#s-0fad37c6-80da-47e0-a993-393727b542fd {
  
}
}
#s-0fad37c6-80da-47e0-a993-393727b542fd {
  background-image: url(https://i.shgcdn.com/f264bde1-6585-45f4-966b-f4ab086b72a9/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-0fad37c6-80da-47e0-a993-393727b542fd &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0fad37c6-80da-47e0-a993-393727b542fd.shg-box.shg-c {
  justify-content: flex-start;
}

#s-e6a86c4b-8a4a-49c3-be1e-5a8383ced0a4 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e6a86c4b-8a4a-49c3-be1e-5a8383ced0a4 {
  display: none;
}
#s-e6a86c4b-8a4a-49c3-be1e-5a8383ced0a4, #wrap-s-e6a86c4b-8a4a-49c3-be1e-5a8383ced0a4 { display: none !important; }}@media (max-width: 767px){#s-e6a86c4b-8a4a-49c3-be1e-5a8383ced0a4 {
  display: none;
}
#s-e6a86c4b-8a4a-49c3-be1e-5a8383ced0a4, #wrap-s-e6a86c4b-8a4a-49c3-be1e-5a8383ced0a4 { display: none !important; }}
@media (min-width: 0px) {
[id="s-e6a86c4b-8a4a-49c3-be1e-5a8383ced0a4"] &gt; .shg-row &gt; .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-e6a86c4b-8a4a-49c3-be1e-5a8383ced0a4"] &gt; .shg-row &gt; .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e6a86c4b-8a4a-49c3-be1e-5a8383ced0a4"] &gt; .shg-row &gt; .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e6a86c4b-8a4a-49c3-be1e-5a8383ced0a4"] &gt; .shg-row &gt; .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-8a8f816d-05a3-402b-bad1-6afcc42abb27 {
  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);
}
@media (min-width: 768px) and (max-width: 991px){#s-8a8f816d-05a3-402b-bad1-6afcc42abb27 {
  display: none;
}
#s-8a8f816d-05a3-402b-bad1-6afcc42abb27, #wrap-s-8a8f816d-05a3-402b-bad1-6afcc42abb27 { display: none !important; }}@media (max-width: 767px){#s-8a8f816d-05a3-402b-bad1-6afcc42abb27 {
  display: none;
}
#s-8a8f816d-05a3-402b-bad1-6afcc42abb27, #wrap-s-8a8f816d-05a3-402b-bad1-6afcc42abb27 { display: none !important; }}
#s-ddd208e5-1705-408c-ba35-dbb6daa86d85 {
  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-ddd208e5-1705-408c-ba35-dbb6daa86d85 {
  display: none;
}
#s-ddd208e5-1705-408c-ba35-dbb6daa86d85, #wrap-s-ddd208e5-1705-408c-ba35-dbb6daa86d85 { display: none !important; }}@media (max-width: 767px){#s-ddd208e5-1705-408c-ba35-dbb6daa86d85 {
  display: none;
}
#s-ddd208e5-1705-408c-ba35-dbb6daa86d85, #wrap-s-ddd208e5-1705-408c-ba35-dbb6daa86d85 { display: none !important; }}
#s-b9de20f2-4b01-4f5e-817a-2b56da96a52a {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 50px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b9de20f2-4b01-4f5e-817a-2b56da96a52a {
  display: none;
}
#s-b9de20f2-4b01-4f5e-817a-2b56da96a52a, #wrap-s-b9de20f2-4b01-4f5e-817a-2b56da96a52a { display: none !important; }}@media (max-width: 767px){#s-b9de20f2-4b01-4f5e-817a-2b56da96a52a {
  display: none;
}
#s-b9de20f2-4b01-4f5e-817a-2b56da96a52a, #wrap-s-b9de20f2-4b01-4f5e-817a-2b56da96a52a { display: none !important; }}
@media (min-width: 0px) {
[id="s-b9de20f2-4b01-4f5e-817a-2b56da96a52a"] &gt; .shg-row &gt; .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-b9de20f2-4b01-4f5e-817a-2b56da96a52a"] &gt; .shg-row &gt; .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b9de20f2-4b01-4f5e-817a-2b56da96a52a"] &gt; .shg-row &gt; .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b9de20f2-4b01-4f5e-817a-2b56da96a52a"] &gt; .shg-row &gt; .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-e34e4549-7fa3-4031-9f25-c0d01dab92a1 {
  background-size: cover;
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.5);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
background-position: center center;
}
#s-e34e4549-7fa3-4031-9f25-c0d01dab92a1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e34e4549-7fa3-4031-9f25-c0d01dab92a1:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-e34e4549-7fa3-4031-9f25-c0d01dab92a1 {
  display: none;
}
#s-e34e4549-7fa3-4031-9f25-c0d01dab92a1, #wrap-s-e34e4549-7fa3-4031-9f25-c0d01dab92a1 { display: none !important; }}@media (max-width: 767px){#s-e34e4549-7fa3-4031-9f25-c0d01dab92a1 {
  display: none;
}
#s-e34e4549-7fa3-4031-9f25-c0d01dab92a1, #wrap-s-e34e4549-7fa3-4031-9f25-c0d01dab92a1 { display: none !important; }}

  #s-e34e4549-7fa3-4031-9f25-c0d01dab92a1-root {
    text-align: center;
  }


#s-e34e4549-7fa3-4031-9f25-c0d01dab92a1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e34e4549-7fa3-4031-9f25-c0d01dab92a1-root {
    text-align: center;
  }


#s-e34e4549-7fa3-4031-9f25-c0d01dab92a1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e34e4549-7fa3-4031-9f25-c0d01dab92a1-root {
    text-align: center;
  }


#s-e34e4549-7fa3-4031-9f25-c0d01dab92a1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e34e4549-7fa3-4031-9f25-c0d01dab92a1-root {
    text-align: center;
  }


#s-e34e4549-7fa3-4031-9f25-c0d01dab92a1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e34e4549-7fa3-4031-9f25-c0d01dab92a1-root {
    text-align: center;
  }


#s-e34e4549-7fa3-4031-9f25-c0d01dab92a1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-b6cc6d1d-06d4-4f33-b459-9c851d3b19b4 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 260px;
margin-right: 0px;
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(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-b6cc6d1d-06d4-4f33-b459-9c851d3b19b4 {
  display: none;
}
#s-b6cc6d1d-06d4-4f33-b459-9c851d3b19b4, #wrap-s-b6cc6d1d-06d4-4f33-b459-9c851d3b19b4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b6cc6d1d-06d4-4f33-b459-9c851d3b19b4 {
  display: none;
}
#s-b6cc6d1d-06d4-4f33-b459-9c851d3b19b4, #wrap-s-b6cc6d1d-06d4-4f33-b459-9c851d3b19b4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b6cc6d1d-06d4-4f33-b459-9c851d3b19b4 {
  
}
}@media (max-width: 767px){#s-b6cc6d1d-06d4-4f33-b459-9c851d3b19b4 {
  
}
}
#s-eaa76aa1-1987-4123-8b4d-81e847fdb423 {
  margin-left: 20px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(0, 0, 0, 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-eaa76aa1-1987-4123-8b4d-81e847fdb423:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-eaa76aa1-1987-4123-8b4d-81e847fdb423:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-eaa76aa1-1987-4123-8b4d-81e847fdb423 {
  display: none;
}
#s-eaa76aa1-1987-4123-8b4d-81e847fdb423, #wrap-s-eaa76aa1-1987-4123-8b4d-81e847fdb423 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-eaa76aa1-1987-4123-8b4d-81e847fdb423 {
  display: none;
}
#s-eaa76aa1-1987-4123-8b4d-81e847fdb423, #wrap-s-eaa76aa1-1987-4123-8b4d-81e847fdb423 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-eaa76aa1-1987-4123-8b4d-81e847fdb423 {
  
}
}@media (max-width: 767px){#s-eaa76aa1-1987-4123-8b4d-81e847fdb423 {
  
}
}

  #s-eaa76aa1-1987-4123-8b4d-81e847fdb423-root {
    text-align: center;
  }


#s-eaa76aa1-1987-4123-8b4d-81e847fdb423.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-eaa76aa1-1987-4123-8b4d-81e847fdb423-root {
    text-align: center;
  }


#s-eaa76aa1-1987-4123-8b4d-81e847fdb423.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-eaa76aa1-1987-4123-8b4d-81e847fdb423-root {
    text-align: center;
  }


#s-eaa76aa1-1987-4123-8b4d-81e847fdb423.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-eaa76aa1-1987-4123-8b4d-81e847fdb423-root {
    text-align: center;
  }


#s-eaa76aa1-1987-4123-8b4d-81e847fdb423.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-eaa76aa1-1987-4123-8b4d-81e847fdb423-root {
    text-align: center;
  }


#s-eaa76aa1-1987-4123-8b4d-81e847fdb423.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-92708692-f29d-4204-9315-423e525ebca9 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center -250px;
}
@media (min-width: 768px) and (max-width: 991px){#s-92708692-f29d-4204-9315-423e525ebca9 {
  display: none;
}
#s-92708692-f29d-4204-9315-423e525ebca9, #wrap-s-92708692-f29d-4204-9315-423e525ebca9 { display: none !important; }}@media (max-width: 767px){#s-92708692-f29d-4204-9315-423e525ebca9 {
  display: none;
}
#s-92708692-f29d-4204-9315-423e525ebca9, #wrap-s-92708692-f29d-4204-9315-423e525ebca9 { display: none !important; }}
#s-92708692-f29d-4204-9315-423e525ebca9 {
  background-image: url(https://i.shgcdn.com/23ec68da-2f3c-432d-8b36-0a033f06f1d0/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-92708692-f29d-4204-9315-423e525ebca9 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-92708692-f29d-4204-9315-423e525ebca9 {
  cursor: pointer;
}#s-92708692-f29d-4204-9315-423e525ebca9.shg-box.shg-c {
  justify-content: center;
}

#s-86364db8-2a9b-485c-bcb6-bfe25bed88d7 {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-86364db8-2a9b-485c-bcb6-bfe25bed88d7 {
  
}
}@media (max-width: 767px){#s-86364db8-2a9b-485c-bcb6-bfe25bed88d7 {
  
}
}
@media (min-width: 0px) {
[id="s-86364db8-2a9b-485c-bcb6-bfe25bed88d7"] &gt; .shg-row &gt; .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-86364db8-2a9b-485c-bcb6-bfe25bed88d7"] &gt; .shg-row &gt; .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-86364db8-2a9b-485c-bcb6-bfe25bed88d7"] &gt; .shg-row &gt; .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-86364db8-2a9b-485c-bcb6-bfe25bed88d7"] &gt; .shg-row &gt; .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-2cdd04f1-511e-4584-abcb-f6f53263c613 {
  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-2cdd04f1-511e-4584-abcb-f6f53263c613 {
  
}
}@media (max-width: 767px){#s-2cdd04f1-511e-4584-abcb-f6f53263c613 {
  
}
}
#s-927bdeba-f005-45bd-9286-92d5561158bf {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-927bdeba-f005-45bd-9286-92d5561158bf {
  
}
}@media (max-width: 767px){#s-927bdeba-f005-45bd-9286-92d5561158bf {
  
}
}
@media (min-width: 0px) {
[id="s-927bdeba-f005-45bd-9286-92d5561158bf"] &gt; .shg-row &gt; .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-927bdeba-f005-45bd-9286-92d5561158bf"] &gt; .shg-row &gt; .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-927bdeba-f005-45bd-9286-92d5561158bf"] &gt; .shg-row &gt; .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-927bdeba-f005-45bd-9286-92d5561158bf"] &gt; .shg-row &gt; .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-3277ca17-77da-4166-9194-d3090f423e8d {
  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-3277ca17-77da-4166-9194-d3090f423e8d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3277ca17-77da-4166-9194-d3090f423e8d:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-3277ca17-77da-4166-9194-d3090f423e8d {
  
}
}@media (max-width: 767px){#s-3277ca17-77da-4166-9194-d3090f423e8d {
  
}
}

  #s-3277ca17-77da-4166-9194-d3090f423e8d-root {
    text-align: center;
  }


#s-3277ca17-77da-4166-9194-d3090f423e8d.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-3277ca17-77da-4166-9194-d3090f423e8d-root {
    text-align: center;
  }


#s-3277ca17-77da-4166-9194-d3090f423e8d.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-3277ca17-77da-4166-9194-d3090f423e8d-root {
    text-align: center;
  }


#s-3277ca17-77da-4166-9194-d3090f423e8d.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-3277ca17-77da-4166-9194-d3090f423e8d-root {
    text-align: center;
  }


#s-3277ca17-77da-4166-9194-d3090f423e8d.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-3277ca17-77da-4166-9194-d3090f423e8d-root {
    text-align: center;
  }


#s-3277ca17-77da-4166-9194-d3090f423e8d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-1fe7571c-a98d-49a9-a70d-ed50aa48db97 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: -100px center;
}
@media (min-width: 1200px){#s-1fe7571c-a98d-49a9-a70d-ed50aa48db97 {
  display: none;
}
#s-1fe7571c-a98d-49a9-a70d-ed50aa48db97, #wrap-s-1fe7571c-a98d-49a9-a70d-ed50aa48db97 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1fe7571c-a98d-49a9-a70d-ed50aa48db97 {
  display: none;
}
#s-1fe7571c-a98d-49a9-a70d-ed50aa48db97, #wrap-s-1fe7571c-a98d-49a9-a70d-ed50aa48db97 { display: none !important; }}
#s-1fe7571c-a98d-49a9-a70d-ed50aa48db97 {
  background-image: url(https://i.shgcdn.com/261fc4d0-2477-4e63-88b4-b9997384f199/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-1fe7571c-a98d-49a9-a70d-ed50aa48db97 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1fe7571c-a98d-49a9-a70d-ed50aa48db97.shg-box.shg-c {
  justify-content: flex-start;
}

#s-27cabdf1-ac29-457b-a02e-a97ddc956db8 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-27cabdf1-ac29-457b-a02e-a97ddc956db8 {
  display: none;
}
#s-27cabdf1-ac29-457b-a02e-a97ddc956db8, #wrap-s-27cabdf1-ac29-457b-a02e-a97ddc956db8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-27cabdf1-ac29-457b-a02e-a97ddc956db8 {
  display: none;
}
#s-27cabdf1-ac29-457b-a02e-a97ddc956db8, #wrap-s-27cabdf1-ac29-457b-a02e-a97ddc956db8 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-27cabdf1-ac29-457b-a02e-a97ddc956db8 {
  
}
}@media (max-width: 767px){#s-27cabdf1-ac29-457b-a02e-a97ddc956db8 {
  display: none;
}
#s-27cabdf1-ac29-457b-a02e-a97ddc956db8, #wrap-s-27cabdf1-ac29-457b-a02e-a97ddc956db8 { display: none !important; }}
@media (min-width: 0px) {
[id="s-27cabdf1-ac29-457b-a02e-a97ddc956db8"] &gt; .shg-row &gt; .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-27cabdf1-ac29-457b-a02e-a97ddc956db8"] &gt; .shg-row &gt; .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-27cabdf1-ac29-457b-a02e-a97ddc956db8"] &gt; .shg-row &gt; .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-27cabdf1-ac29-457b-a02e-a97ddc956db8"] &gt; .shg-row &gt; .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-791ca03e-16ae-4d66-a306-4ce10ce97670 {
  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-791ca03e-16ae-4d66-a306-4ce10ce97670 {
  display: none;
}
#s-791ca03e-16ae-4d66-a306-4ce10ce97670, #wrap-s-791ca03e-16ae-4d66-a306-4ce10ce97670 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-791ca03e-16ae-4d66-a306-4ce10ce97670 {
  display: none;
}
#s-791ca03e-16ae-4d66-a306-4ce10ce97670, #wrap-s-791ca03e-16ae-4d66-a306-4ce10ce97670 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-791ca03e-16ae-4d66-a306-4ce10ce97670 {
  
}
}@media (max-width: 767px){#s-791ca03e-16ae-4d66-a306-4ce10ce97670 {
  
}
}
#s-b2609cda-2875-4fb9-a667-476bccb0f476 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-b2609cda-2875-4fb9-a667-476bccb0f476 {
  display: none;
}
#s-b2609cda-2875-4fb9-a667-476bccb0f476, #wrap-s-b2609cda-2875-4fb9-a667-476bccb0f476 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b2609cda-2875-4fb9-a667-476bccb0f476 {
  display: none;
}
#s-b2609cda-2875-4fb9-a667-476bccb0f476, #wrap-s-b2609cda-2875-4fb9-a667-476bccb0f476 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b2609cda-2875-4fb9-a667-476bccb0f476 {
  
}
}@media (max-width: 767px){#s-b2609cda-2875-4fb9-a667-476bccb0f476 {
  display: none;
}
#s-b2609cda-2875-4fb9-a667-476bccb0f476, #wrap-s-b2609cda-2875-4fb9-a667-476bccb0f476 { display: none !important; }}
@media (min-width: 0px) {
[id="s-b2609cda-2875-4fb9-a667-476bccb0f476"] &gt; .shg-row &gt; .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b2609cda-2875-4fb9-a667-476bccb0f476"] &gt; .shg-row &gt; .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b2609cda-2875-4fb9-a667-476bccb0f476"] &gt; .shg-row &gt; .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b2609cda-2875-4fb9-a667-476bccb0f476"] &gt; .shg-row &gt; .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a9930752-7c7c-4f05-9853-256f5617e326 {
  margin-top: 20px;
margin-bottom: 20px;
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-a9930752-7c7c-4f05-9853-256f5617e326:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a9930752-7c7c-4f05-9853-256f5617e326:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-a9930752-7c7c-4f05-9853-256f5617e326 {
  display: none;
}
#s-a9930752-7c7c-4f05-9853-256f5617e326, #wrap-s-a9930752-7c7c-4f05-9853-256f5617e326 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a9930752-7c7c-4f05-9853-256f5617e326 {
  display: none;
}
#s-a9930752-7c7c-4f05-9853-256f5617e326, #wrap-s-a9930752-7c7c-4f05-9853-256f5617e326 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a9930752-7c7c-4f05-9853-256f5617e326 {
  
}
}@media (max-width: 767px){#s-a9930752-7c7c-4f05-9853-256f5617e326 {
  display: none;
}
#s-a9930752-7c7c-4f05-9853-256f5617e326, #wrap-s-a9930752-7c7c-4f05-9853-256f5617e326 { display: none !important; }}

  #s-a9930752-7c7c-4f05-9853-256f5617e326-root {
    text-align: center;
  }


#s-a9930752-7c7c-4f05-9853-256f5617e326.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-a9930752-7c7c-4f05-9853-256f5617e326-root {
    text-align: center;
  }


#s-a9930752-7c7c-4f05-9853-256f5617e326.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-a9930752-7c7c-4f05-9853-256f5617e326-root {
    text-align: center;
  }


#s-a9930752-7c7c-4f05-9853-256f5617e326.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-a9930752-7c7c-4f05-9853-256f5617e326-root {
    text-align: center;
  }


#s-a9930752-7c7c-4f05-9853-256f5617e326.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-a9930752-7c7c-4f05-9853-256f5617e326-root {
    text-align: center;
  }


#s-a9930752-7c7c-4f05-9853-256f5617e326.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-9f03579d-dff9-496d-b7b4-217e7934fea2 {
  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: 10px;
background-color: rgba(23, 22, 23, 0.5);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-9f03579d-dff9-496d-b7b4-217e7934fea2:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 10px !important;
background-color: #424242 !important;
text-decoration: none !important;}#s-9f03579d-dff9-496d-b7b4-217e7934fea2:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-9f03579d-dff9-496d-b7b4-217e7934fea2 {
  display: none;
}
#s-9f03579d-dff9-496d-b7b4-217e7934fea2, #wrap-s-9f03579d-dff9-496d-b7b4-217e7934fea2 { display: none !important; }}@media (max-width: 767px){#s-9f03579d-dff9-496d-b7b4-217e7934fea2 {
  display: none;
}
#s-9f03579d-dff9-496d-b7b4-217e7934fea2, #wrap-s-9f03579d-dff9-496d-b7b4-217e7934fea2 { display: none !important; }}

  #s-9f03579d-dff9-496d-b7b4-217e7934fea2-root {
    text-align: center;
  }


#s-9f03579d-dff9-496d-b7b4-217e7934fea2.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9f03579d-dff9-496d-b7b4-217e7934fea2-root {
    text-align: center;
  }


#s-9f03579d-dff9-496d-b7b4-217e7934fea2.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9f03579d-dff9-496d-b7b4-217e7934fea2-root {
    text-align: center;
  }


#s-9f03579d-dff9-496d-b7b4-217e7934fea2.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9f03579d-dff9-496d-b7b4-217e7934fea2-root {
    text-align: center;
  }


#s-9f03579d-dff9-496d-b7b4-217e7934fea2.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9f03579d-dff9-496d-b7b4-217e7934fea2-root {
    text-align: center;
  }


#s-9f03579d-dff9-496d-b7b4-217e7934fea2.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-8e517e5b-c00f-4bee-80c0-83df9af819ef {
  margin-top: 10px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
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-8e517e5b-c00f-4bee-80c0-83df9af819ef {
  display: none;
}
#s-8e517e5b-c00f-4bee-80c0-83df9af819ef, #wrap-s-8e517e5b-c00f-4bee-80c0-83df9af819ef { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8e517e5b-c00f-4bee-80c0-83df9af819ef {
  display: none;
}
#s-8e517e5b-c00f-4bee-80c0-83df9af819ef, #wrap-s-8e517e5b-c00f-4bee-80c0-83df9af819ef { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8e517e5b-c00f-4bee-80c0-83df9af819ef {
  display: none;
}
#s-8e517e5b-c00f-4bee-80c0-83df9af819ef, #wrap-s-8e517e5b-c00f-4bee-80c0-83df9af819ef { display: none !important; }}@media (max-width: 767px){#s-8e517e5b-c00f-4bee-80c0-83df9af819ef {
  
}
}
#s-2cb402eb-2520-4a4c-a6d2-f1f2eb75270d {
  margin-top: 280px;
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-2cb402eb-2520-4a4c-a6d2-f1f2eb75270d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2cb402eb-2520-4a4c-a6d2-f1f2eb75270d:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-2cb402eb-2520-4a4c-a6d2-f1f2eb75270d {
  display: none;
}
#s-2cb402eb-2520-4a4c-a6d2-f1f2eb75270d, #wrap-s-2cb402eb-2520-4a4c-a6d2-f1f2eb75270d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2cb402eb-2520-4a4c-a6d2-f1f2eb75270d {
  display: none;
}
#s-2cb402eb-2520-4a4c-a6d2-f1f2eb75270d, #wrap-s-2cb402eb-2520-4a4c-a6d2-f1f2eb75270d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2cb402eb-2520-4a4c-a6d2-f1f2eb75270d {
  display: none;
}
#s-2cb402eb-2520-4a4c-a6d2-f1f2eb75270d, #wrap-s-2cb402eb-2520-4a4c-a6d2-f1f2eb75270d { display: none !important; }}@media (max-width: 767px){#s-2cb402eb-2520-4a4c-a6d2-f1f2eb75270d {
  
}
}

  #s-2cb402eb-2520-4a4c-a6d2-f1f2eb75270d-root {
    text-align: center;
  }


#s-2cb402eb-2520-4a4c-a6d2-f1f2eb75270d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2cb402eb-2520-4a4c-a6d2-f1f2eb75270d-root {
    text-align: center;
  }


#s-2cb402eb-2520-4a4c-a6d2-f1f2eb75270d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2cb402eb-2520-4a4c-a6d2-f1f2eb75270d-root {
    text-align: center;
  }


#s-2cb402eb-2520-4a4c-a6d2-f1f2eb75270d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2cb402eb-2520-4a4c-a6d2-f1f2eb75270d-root {
    text-align: center;
  }


#s-2cb402eb-2520-4a4c-a6d2-f1f2eb75270d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2cb402eb-2520-4a4c-a6d2-f1f2eb75270d-root {
    text-align: center;
  }


#s-2cb402eb-2520-4a4c-a6d2-f1f2eb75270d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-3c2cda58-f46b-4846-99a3-27e0e812cbcb {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
}

#s-3c2cda58-f46b-4846-99a3-27e0e812cbcb {
  background-image: url(https://i.shgcdn.com/8e119c04-00f2-4bf9-84e6-e4e8c78e37e2/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-3c2cda58-f46b-4846-99a3-27e0e812cbcb &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3c2cda58-f46b-4846-99a3-27e0e812cbcb {
  cursor: pointer;
}#s-3c2cda58-f46b-4846-99a3-27e0e812cbcb.shg-box.shg-c {
  justify-content: flex-start;
}

#s-2d2eaa1e-16e0-4729-8be9-cf3ce14ad014 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2d2eaa1e-16e0-4729-8be9-cf3ce14ad014 {
  display: none;
}
#s-2d2eaa1e-16e0-4729-8be9-cf3ce14ad014, #wrap-s-2d2eaa1e-16e0-4729-8be9-cf3ce14ad014 { display: none !important; }}@media (max-width: 767px){#s-2d2eaa1e-16e0-4729-8be9-cf3ce14ad014 {
  display: none;
}
#s-2d2eaa1e-16e0-4729-8be9-cf3ce14ad014, #wrap-s-2d2eaa1e-16e0-4729-8be9-cf3ce14ad014 { display: none !important; }}
@media (min-width: 0px) {
[id="s-2d2eaa1e-16e0-4729-8be9-cf3ce14ad014"] &gt; .shg-row &gt; .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-2d2eaa1e-16e0-4729-8be9-cf3ce14ad014"] &gt; .shg-row &gt; .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2d2eaa1e-16e0-4729-8be9-cf3ce14ad014"] &gt; .shg-row &gt; .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2d2eaa1e-16e0-4729-8be9-cf3ce14ad014"] &gt; .shg-row &gt; .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-267b7685-1462-4a54-b463-204c410e73c2 {
  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-267b7685-1462-4a54-b463-204c410e73c2 {
  display: none;
}
#s-267b7685-1462-4a54-b463-204c410e73c2, #wrap-s-267b7685-1462-4a54-b463-204c410e73c2 { display: none !important; }}@media (max-width: 767px){#s-267b7685-1462-4a54-b463-204c410e73c2 {
  display: none;
}
#s-267b7685-1462-4a54-b463-204c410e73c2, #wrap-s-267b7685-1462-4a54-b463-204c410e73c2 { display: none !important; }}
#s-187dbf0d-6775-4c18-904e-db0ae44d15b2 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-187dbf0d-6775-4c18-904e-db0ae44d15b2 {
  display: none;
}
#s-187dbf0d-6775-4c18-904e-db0ae44d15b2, #wrap-s-187dbf0d-6775-4c18-904e-db0ae44d15b2 { display: none !important; }}@media (max-width: 767px){#s-187dbf0d-6775-4c18-904e-db0ae44d15b2 {
  display: none;
}
#s-187dbf0d-6775-4c18-904e-db0ae44d15b2, #wrap-s-187dbf0d-6775-4c18-904e-db0ae44d15b2 { display: none !important; }}
@media (min-width: 0px) {
[id="s-187dbf0d-6775-4c18-904e-db0ae44d15b2"] &gt; .shg-row &gt; .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-187dbf0d-6775-4c18-904e-db0ae44d15b2"] &gt; .shg-row &gt; .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-187dbf0d-6775-4c18-904e-db0ae44d15b2"] &gt; .shg-row &gt; .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-187dbf0d-6775-4c18-904e-db0ae44d15b2"] &gt; .shg-row &gt; .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-6541f021-2c15-41c4-9ef4-facf217d34fe {
  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-6541f021-2c15-41c4-9ef4-facf217d34fe:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6541f021-2c15-41c4-9ef4-facf217d34fe:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-6541f021-2c15-41c4-9ef4-facf217d34fe {
  display: none;
}
#s-6541f021-2c15-41c4-9ef4-facf217d34fe, #wrap-s-6541f021-2c15-41c4-9ef4-facf217d34fe { display: none !important; }}@media (max-width: 767px){#s-6541f021-2c15-41c4-9ef4-facf217d34fe {
  display: none;
}
#s-6541f021-2c15-41c4-9ef4-facf217d34fe, #wrap-s-6541f021-2c15-41c4-9ef4-facf217d34fe { display: none !important; }}

  #s-6541f021-2c15-41c4-9ef4-facf217d34fe-root {
    text-align: center;
  }


#s-6541f021-2c15-41c4-9ef4-facf217d34fe.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-6541f021-2c15-41c4-9ef4-facf217d34fe-root {
    text-align: center;
  }


#s-6541f021-2c15-41c4-9ef4-facf217d34fe.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-6541f021-2c15-41c4-9ef4-facf217d34fe-root {
    text-align: center;
  }


#s-6541f021-2c15-41c4-9ef4-facf217d34fe.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-6541f021-2c15-41c4-9ef4-facf217d34fe-root {
    text-align: center;
  }


#s-6541f021-2c15-41c4-9ef4-facf217d34fe.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-6541f021-2c15-41c4-9ef4-facf217d34fe-root {
    text-align: center;
  }


#s-6541f021-2c15-41c4-9ef4-facf217d34fe.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-4c6ccf84-a317-4932-9f1e-2d80873877a5 {
  margin-top: 0px;
margin-left: 50px;
margin-bottom: 40px;
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-4c6ccf84-a317-4932-9f1e-2d80873877a5 {
  display: none;
}
#s-4c6ccf84-a317-4932-9f1e-2d80873877a5, #wrap-s-4c6ccf84-a317-4932-9f1e-2d80873877a5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4c6ccf84-a317-4932-9f1e-2d80873877a5 {
  display: none;
}
#s-4c6ccf84-a317-4932-9f1e-2d80873877a5, #wrap-s-4c6ccf84-a317-4932-9f1e-2d80873877a5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4c6ccf84-a317-4932-9f1e-2d80873877a5 {
  
}
}@media (max-width: 767px){#s-4c6ccf84-a317-4932-9f1e-2d80873877a5 {
  
}
}
#s-c5fa60c0-ba4e-4d4c-9246-2940a77dd414 {
  margin-top: 260px;
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-c5fa60c0-ba4e-4d4c-9246-2940a77dd414:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c5fa60c0-ba4e-4d4c-9246-2940a77dd414:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-c5fa60c0-ba4e-4d4c-9246-2940a77dd414 {
  display: none;
}
#s-c5fa60c0-ba4e-4d4c-9246-2940a77dd414, #wrap-s-c5fa60c0-ba4e-4d4c-9246-2940a77dd414 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c5fa60c0-ba4e-4d4c-9246-2940a77dd414 {
  display: none;
}
#s-c5fa60c0-ba4e-4d4c-9246-2940a77dd414, #wrap-s-c5fa60c0-ba4e-4d4c-9246-2940a77dd414 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c5fa60c0-ba4e-4d4c-9246-2940a77dd414 {
  
}
}@media (max-width: 767px){#s-c5fa60c0-ba4e-4d4c-9246-2940a77dd414 {
  
}
}

  #s-c5fa60c0-ba4e-4d4c-9246-2940a77dd414-root {
    text-align: center;
  }


#s-c5fa60c0-ba4e-4d4c-9246-2940a77dd414.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-c5fa60c0-ba4e-4d4c-9246-2940a77dd414-root {
    text-align: center;
  }


#s-c5fa60c0-ba4e-4d4c-9246-2940a77dd414.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-c5fa60c0-ba4e-4d4c-9246-2940a77dd414-root {
    text-align: center;
  }


#s-c5fa60c0-ba4e-4d4c-9246-2940a77dd414.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-c5fa60c0-ba4e-4d4c-9246-2940a77dd414-root {
    text-align: center;
  }


#s-c5fa60c0-ba4e-4d4c-9246-2940a77dd414.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-c5fa60c0-ba4e-4d4c-9246-2940a77dd414-root {
    text-align: center;
  }


#s-c5fa60c0-ba4e-4d4c-9246-2940a77dd414.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-29405fd0-bd52-4212-8674-bb8ead33deb4 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
background-attachment: scroll;
}

#s-29405fd0-bd52-4212-8674-bb8ead33deb4 {
  background-image: url(https://i.shgcdn.com/d6fe3609-5bb3-4c47-b3af-f84fe6f78b2e/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-29405fd0-bd52-4212-8674-bb8ead33deb4 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-29405fd0-bd52-4212-8674-bb8ead33deb4.shg-box.shg-c {
  justify-content: center;
}

#s-fff41ad6-3677-4adf-b8bc-362c8f66606c {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-fff41ad6-3677-4adf-b8bc-362c8f66606c {
  display: none;
}
#s-fff41ad6-3677-4adf-b8bc-362c8f66606c, #wrap-s-fff41ad6-3677-4adf-b8bc-362c8f66606c { display: none !important; }}@media (max-width: 767px){#s-fff41ad6-3677-4adf-b8bc-362c8f66606c {
  display: none;
}
#s-fff41ad6-3677-4adf-b8bc-362c8f66606c, #wrap-s-fff41ad6-3677-4adf-b8bc-362c8f66606c { display: none !important; }}
@media (min-width: 0px) {
[id="s-fff41ad6-3677-4adf-b8bc-362c8f66606c"] &gt; .shg-row &gt; .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-fff41ad6-3677-4adf-b8bc-362c8f66606c"] &gt; .shg-row &gt; .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-fff41ad6-3677-4adf-b8bc-362c8f66606c"] &gt; .shg-row &gt; .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-fff41ad6-3677-4adf-b8bc-362c8f66606c"] &gt; .shg-row &gt; .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-bdebd9b0-d75f-4c67-bf5e-f15e61af1f7b {
  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-bdebd9b0-d75f-4c67-bf5e-f15e61af1f7b {
  display: none;
}
#s-bdebd9b0-d75f-4c67-bf5e-f15e61af1f7b, #wrap-s-bdebd9b0-d75f-4c67-bf5e-f15e61af1f7b { display: none !important; }}@media (max-width: 767px){#s-bdebd9b0-d75f-4c67-bf5e-f15e61af1f7b {
  display: none;
}
#s-bdebd9b0-d75f-4c67-bf5e-f15e61af1f7b, #wrap-s-bdebd9b0-d75f-4c67-bf5e-f15e61af1f7b { display: none !important; }}
#s-047e1115-f1dc-40b6-995a-d0a588aad78a {
  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-047e1115-f1dc-40b6-995a-d0a588aad78a {
  display: none;
}
#s-047e1115-f1dc-40b6-995a-d0a588aad78a, #wrap-s-047e1115-f1dc-40b6-995a-d0a588aad78a { display: none !important; }}@media (max-width: 767px){#s-047e1115-f1dc-40b6-995a-d0a588aad78a {
  display: none;
}
#s-047e1115-f1dc-40b6-995a-d0a588aad78a, #wrap-s-047e1115-f1dc-40b6-995a-d0a588aad78a { display: none !important; }}
#s-4e73f430-95f2-4588-bad4-c8d58564bf16 {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4e73f430-95f2-4588-bad4-c8d58564bf16 {
  display: none;
}
#s-4e73f430-95f2-4588-bad4-c8d58564bf16, #wrap-s-4e73f430-95f2-4588-bad4-c8d58564bf16 { display: none !important; }}@media (max-width: 767px){#s-4e73f430-95f2-4588-bad4-c8d58564bf16 {
  display: none;
}
#s-4e73f430-95f2-4588-bad4-c8d58564bf16, #wrap-s-4e73f430-95f2-4588-bad4-c8d58564bf16 { display: none !important; }}
@media (min-width: 0px) {
[id="s-4e73f430-95f2-4588-bad4-c8d58564bf16"] &gt; .shg-row &gt; .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-4e73f430-95f2-4588-bad4-c8d58564bf16"] &gt; .shg-row &gt; .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4e73f430-95f2-4588-bad4-c8d58564bf16"] &gt; .shg-row &gt; .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4e73f430-95f2-4588-bad4-c8d58564bf16"] &gt; .shg-row &gt; .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-f5e7f626-1d9c-4f33-9b9b-403c7c748e65 {
  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-f5e7f626-1d9c-4f33-9b9b-403c7c748e65:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f5e7f626-1d9c-4f33-9b9b-403c7c748e65:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-f5e7f626-1d9c-4f33-9b9b-403c7c748e65 {
  display: none;
}
#s-f5e7f626-1d9c-4f33-9b9b-403c7c748e65, #wrap-s-f5e7f626-1d9c-4f33-9b9b-403c7c748e65 { display: none !important; }}@media (max-width: 767px){#s-f5e7f626-1d9c-4f33-9b9b-403c7c748e65 {
  display: none;
}
#s-f5e7f626-1d9c-4f33-9b9b-403c7c748e65, #wrap-s-f5e7f626-1d9c-4f33-9b9b-403c7c748e65 { display: none !important; }}

  #s-f5e7f626-1d9c-4f33-9b9b-403c7c748e65-root {
    text-align: center;
  }


#s-f5e7f626-1d9c-4f33-9b9b-403c7c748e65.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-f5e7f626-1d9c-4f33-9b9b-403c7c748e65-root {
    text-align: center;
  }


#s-f5e7f626-1d9c-4f33-9b9b-403c7c748e65.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-f5e7f626-1d9c-4f33-9b9b-403c7c748e65-root {
    text-align: center;
  }


#s-f5e7f626-1d9c-4f33-9b9b-403c7c748e65.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-f5e7f626-1d9c-4f33-9b9b-403c7c748e65-root {
    text-align: center;
  }


#s-f5e7f626-1d9c-4f33-9b9b-403c7c748e65.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-f5e7f626-1d9c-4f33-9b9b-403c7c748e65-root {
    text-align: center;
  }


#s-f5e7f626-1d9c-4f33-9b9b-403c7c748e65.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-190e6d95-3d47-420e-937c-4ad1f29c01d6 {
  margin-top: 10px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
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);
}
@media (min-width: 1200px){#s-190e6d95-3d47-420e-937c-4ad1f29c01d6 {
  display: none;
}
#s-190e6d95-3d47-420e-937c-4ad1f29c01d6, #wrap-s-190e6d95-3d47-420e-937c-4ad1f29c01d6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-190e6d95-3d47-420e-937c-4ad1f29c01d6 {
  display: none;
}
#s-190e6d95-3d47-420e-937c-4ad1f29c01d6, #wrap-s-190e6d95-3d47-420e-937c-4ad1f29c01d6 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-190e6d95-3d47-420e-937c-4ad1f29c01d6 {
  
}
}@media (max-width: 767px){#s-190e6d95-3d47-420e-937c-4ad1f29c01d6 {
  
}
}
#s-81afdfd6-004f-4749-9ccf-509ee43a185d {
  margin-top: 260px;
margin-left: 10px;
margin-bottom: 20px;
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-81afdfd6-004f-4749-9ccf-509ee43a185d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-81afdfd6-004f-4749-9ccf-509ee43a185d:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-81afdfd6-004f-4749-9ccf-509ee43a185d {
  display: none;
}
#s-81afdfd6-004f-4749-9ccf-509ee43a185d, #wrap-s-81afdfd6-004f-4749-9ccf-509ee43a185d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-81afdfd6-004f-4749-9ccf-509ee43a185d {
  display: none;
}
#s-81afdfd6-004f-4749-9ccf-509ee43a185d, #wrap-s-81afdfd6-004f-4749-9ccf-509ee43a185d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-81afdfd6-004f-4749-9ccf-509ee43a185d {
  
}
}@media (max-width: 767px){#s-81afdfd6-004f-4749-9ccf-509ee43a185d {
  
}
}

  #s-81afdfd6-004f-4749-9ccf-509ee43a185d-root {
    text-align: center;
  }


#s-81afdfd6-004f-4749-9ccf-509ee43a185d.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-81afdfd6-004f-4749-9ccf-509ee43a185d-root {
    text-align: center;
  }


#s-81afdfd6-004f-4749-9ccf-509ee43a185d.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-81afdfd6-004f-4749-9ccf-509ee43a185d-root {
    text-align: center;
  }


#s-81afdfd6-004f-4749-9ccf-509ee43a185d.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-81afdfd6-004f-4749-9ccf-509ee43a185d-root {
    text-align: center;
  }


#s-81afdfd6-004f-4749-9ccf-509ee43a185d.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-81afdfd6-004f-4749-9ccf-509ee43a185d-root {
    text-align: center;
  }


#s-81afdfd6-004f-4749-9ccf-509ee43a185d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-15eee6e4-a481-47b0-a53a-f285c6e72562 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
}
@media (min-width: 1200px){#s-15eee6e4-a481-47b0-a53a-f285c6e72562 {
  display: none;
}
#s-15eee6e4-a481-47b0-a53a-f285c6e72562, #wrap-s-15eee6e4-a481-47b0-a53a-f285c6e72562 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-15eee6e4-a481-47b0-a53a-f285c6e72562 {
  display: none;
}
#s-15eee6e4-a481-47b0-a53a-f285c6e72562, #wrap-s-15eee6e4-a481-47b0-a53a-f285c6e72562 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-15eee6e4-a481-47b0-a53a-f285c6e72562 {
  
}
}@media (max-width: 767px){#s-15eee6e4-a481-47b0-a53a-f285c6e72562 {
  
}
}
#s-15eee6e4-a481-47b0-a53a-f285c6e72562 {
  background-image: url(https://i.shgcdn.com/23ec68da-2f3c-432d-8b36-0a033f06f1d0/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-15eee6e4-a481-47b0-a53a-f285c6e72562 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-15eee6e4-a481-47b0-a53a-f285c6e72562 {
  cursor: pointer;
}#s-15eee6e4-a481-47b0-a53a-f285c6e72562.shg-box.shg-c {
  justify-content: center;
}

#s-04b0162d-63ce-414d-8216-ab580638f7a8 {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-04b0162d-63ce-414d-8216-ab580638f7a8 {
  display: none;
}
#s-04b0162d-63ce-414d-8216-ab580638f7a8, #wrap-s-04b0162d-63ce-414d-8216-ab580638f7a8 { display: none !important; }}@media (max-width: 767px){#s-04b0162d-63ce-414d-8216-ab580638f7a8 {
  display: none;
}
#s-04b0162d-63ce-414d-8216-ab580638f7a8, #wrap-s-04b0162d-63ce-414d-8216-ab580638f7a8 { display: none !important; }}
@media (min-width: 0px) {
[id="s-04b0162d-63ce-414d-8216-ab580638f7a8"] &gt; .shg-row &gt; .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-04b0162d-63ce-414d-8216-ab580638f7a8"] &gt; .shg-row &gt; .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-04b0162d-63ce-414d-8216-ab580638f7a8"] &gt; .shg-row &gt; .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-04b0162d-63ce-414d-8216-ab580638f7a8"] &gt; .shg-row &gt; .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-08194259-2835-4331-aae0-b29d804c3745 {
  margin-top: 20px;
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-08194259-2835-4331-aae0-b29d804c3745 {
  display: none;
}
#s-08194259-2835-4331-aae0-b29d804c3745, #wrap-s-08194259-2835-4331-aae0-b29d804c3745 { display: none !important; }}@media (max-width: 767px){#s-08194259-2835-4331-aae0-b29d804c3745 {
  display: none;
}
#s-08194259-2835-4331-aae0-b29d804c3745, #wrap-s-08194259-2835-4331-aae0-b29d804c3745 { display: none !important; }}
#s-9759663d-a27e-4ec4-8785-76a2858a3142 {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9759663d-a27e-4ec4-8785-76a2858a3142 {
  display: none;
}
#s-9759663d-a27e-4ec4-8785-76a2858a3142, #wrap-s-9759663d-a27e-4ec4-8785-76a2858a3142 { display: none !important; }}@media (max-width: 767px){#s-9759663d-a27e-4ec4-8785-76a2858a3142 {
  display: none;
}
#s-9759663d-a27e-4ec4-8785-76a2858a3142, #wrap-s-9759663d-a27e-4ec4-8785-76a2858a3142 { display: none !important; }}
@media (min-width: 0px) {
[id="s-9759663d-a27e-4ec4-8785-76a2858a3142"] &gt; .shg-row &gt; .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-9759663d-a27e-4ec4-8785-76a2858a3142"] &gt; .shg-row &gt; .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9759663d-a27e-4ec4-8785-76a2858a3142"] &gt; .shg-row &gt; .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9759663d-a27e-4ec4-8785-76a2858a3142"] &gt; .shg-row &gt; .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-5ca888c5-8d5a-435c-883d-dd0c0fc9ecf8 {
  margin-top: 10px;
margin-bottom: 100px;
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-5ca888c5-8d5a-435c-883d-dd0c0fc9ecf8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5ca888c5-8d5a-435c-883d-dd0c0fc9ecf8:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-5ca888c5-8d5a-435c-883d-dd0c0fc9ecf8 {
  display: none;
}
#s-5ca888c5-8d5a-435c-883d-dd0c0fc9ecf8, #wrap-s-5ca888c5-8d5a-435c-883d-dd0c0fc9ecf8 { display: none !important; }}@media (max-width: 767px){#s-5ca888c5-8d5a-435c-883d-dd0c0fc9ecf8 {
  display: none;
}
#s-5ca888c5-8d5a-435c-883d-dd0c0fc9ecf8, #wrap-s-5ca888c5-8d5a-435c-883d-dd0c0fc9ecf8 { display: none !important; }}

  #s-5ca888c5-8d5a-435c-883d-dd0c0fc9ecf8-root {
    text-align: center;
  }


#s-5ca888c5-8d5a-435c-883d-dd0c0fc9ecf8.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-5ca888c5-8d5a-435c-883d-dd0c0fc9ecf8-root {
    text-align: center;
  }


#s-5ca888c5-8d5a-435c-883d-dd0c0fc9ecf8.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-5ca888c5-8d5a-435c-883d-dd0c0fc9ecf8-root {
    text-align: center;
  }


#s-5ca888c5-8d5a-435c-883d-dd0c0fc9ecf8.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-5ca888c5-8d5a-435c-883d-dd0c0fc9ecf8-root {
    text-align: center;
  }


#s-5ca888c5-8d5a-435c-883d-dd0c0fc9ecf8.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-5ca888c5-8d5a-435c-883d-dd0c0fc9ecf8-root {
    text-align: center;
  }


#s-5ca888c5-8d5a-435c-883d-dd0c0fc9ecf8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-c231ee96-ff6f-4645-bff9-683c490faee5 {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 1200px){#s-c231ee96-ff6f-4645-bff9-683c490faee5 {
  display: none;
}
#s-c231ee96-ff6f-4645-bff9-683c490faee5, #wrap-s-c231ee96-ff6f-4645-bff9-683c490faee5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c231ee96-ff6f-4645-bff9-683c490faee5 {
  display: none;
}
#s-c231ee96-ff6f-4645-bff9-683c490faee5, #wrap-s-c231ee96-ff6f-4645-bff9-683c490faee5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c231ee96-ff6f-4645-bff9-683c490faee5 {
  
}
}@media (max-width: 767px){#s-c231ee96-ff6f-4645-bff9-683c490faee5 {
  
}
}
@media (min-width: 0px) {
[id="s-c231ee96-ff6f-4645-bff9-683c490faee5"] &gt; .shg-row &gt; .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c231ee96-ff6f-4645-bff9-683c490faee5"] &gt; .shg-row &gt; .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c231ee96-ff6f-4645-bff9-683c490faee5"] &gt; .shg-row &gt; .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c231ee96-ff6f-4645-bff9-683c490faee5"] &gt; .shg-row &gt; .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-436d41b6-ec10-4cb4-82d6-8d7b387a0356 {
  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-436d41b6-ec10-4cb4-82d6-8d7b387a0356 {
  
}
}@media (max-width: 767px){#s-436d41b6-ec10-4cb4-82d6-8d7b387a0356 {
  
}
}
#s-10bc39df-68d7-4b41-b440-550003422fac {
  margin-left: 10px;
margin-bottom: 80px;
margin-right: 10px;
}
@media (min-width: 1200px){#s-10bc39df-68d7-4b41-b440-550003422fac {
  display: none;
}
#s-10bc39df-68d7-4b41-b440-550003422fac, #wrap-s-10bc39df-68d7-4b41-b440-550003422fac { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-10bc39df-68d7-4b41-b440-550003422fac {
  display: none;
}
#s-10bc39df-68d7-4b41-b440-550003422fac, #wrap-s-10bc39df-68d7-4b41-b440-550003422fac { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-10bc39df-68d7-4b41-b440-550003422fac {
  
}
}@media (max-width: 767px){#s-10bc39df-68d7-4b41-b440-550003422fac {
  
}
}
@media (min-width: 0px) {
[id="s-10bc39df-68d7-4b41-b440-550003422fac"] &gt; .shg-row &gt; .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-10bc39df-68d7-4b41-b440-550003422fac"] &gt; .shg-row &gt; .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-10bc39df-68d7-4b41-b440-550003422fac"] &gt; .shg-row &gt; .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-10bc39df-68d7-4b41-b440-550003422fac"] &gt; .shg-row &gt; .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-7ea5557b-737a-46a4-ae3b-1d7248277aab {
  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-7ea5557b-737a-46a4-ae3b-1d7248277aab:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7ea5557b-737a-46a4-ae3b-1d7248277aab:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-7ea5557b-737a-46a4-ae3b-1d7248277aab {
  
}
}@media (max-width: 767px){#s-7ea5557b-737a-46a4-ae3b-1d7248277aab {
  
}
}

  #s-7ea5557b-737a-46a4-ae3b-1d7248277aab-root {
    text-align: center;
  }


#s-7ea5557b-737a-46a4-ae3b-1d7248277aab.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-7ea5557b-737a-46a4-ae3b-1d7248277aab-root {
    text-align: center;
  }


#s-7ea5557b-737a-46a4-ae3b-1d7248277aab.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-7ea5557b-737a-46a4-ae3b-1d7248277aab-root {
    text-align: center;
  }


#s-7ea5557b-737a-46a4-ae3b-1d7248277aab.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-7ea5557b-737a-46a4-ae3b-1d7248277aab-root {
    text-align: center;
  }


#s-7ea5557b-737a-46a4-ae3b-1d7248277aab.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-7ea5557b-737a-46a4-ae3b-1d7248277aab-root {
    text-align: center;
  }


#s-7ea5557b-737a-46a4-ae3b-1d7248277aab.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-def72e5b-f467-4fa3-8c77-608835c85717 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center -15px;
}
@media (min-width: 768px) and (max-width: 991px){#s-def72e5b-f467-4fa3-8c77-608835c85717 {
  display: none;
}
#s-def72e5b-f467-4fa3-8c77-608835c85717, #wrap-s-def72e5b-f467-4fa3-8c77-608835c85717 { display: none !important; }}@media (max-width: 767px){#s-def72e5b-f467-4fa3-8c77-608835c85717 {
  display: none;
}
#s-def72e5b-f467-4fa3-8c77-608835c85717, #wrap-s-def72e5b-f467-4fa3-8c77-608835c85717 { display: none !important; }}
#s-def72e5b-f467-4fa3-8c77-608835c85717 {
  background-image: url(https://i.shgcdn.com/6ed0fecd-b3f7-49c8-8854-bc104c4d9470/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-def72e5b-f467-4fa3-8c77-608835c85717 &gt; .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-def72e5b-f467-4fa3-8c77-608835c85717 {
  cursor: pointer;
}#s-def72e5b-f467-4fa3-8c77-608835c85717.shg-box.shg-c {
  justify-content: center;
}

#s-c64b146f-5e84-4223-8d9b-af9009c4e776 {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c64b146f-5e84-4223-8d9b-af9009c4e776 {
  display: none;
}
#s-c64b146f-5e84-4223-8d9b-af9009c4e776, #wrap-s-c64b146f-5e84-4223-8d9b-af9009c4e776 { display: none !important; }}@media (max-width: 767px){#s-c64b146f-5e84-4223-8d9b-af9009c4e776 {
  display: none;
}
#s-c64b146f-5e84-4223-8d9b-af9009c4e776, #wrap-s-c64b146f-5e84-4223-8d9b-af9009c4e776 { display: none !important; }}
@media (min-width: 0px) {
[id="s-c64b146f-5e84-4223-8d9b-af9009c4e776"] &gt; .shg-row &gt; .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-c64b146f-5e84-4223-8d9b-af9009c4e776"] &gt; .shg-row &gt; .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c64b146f-5e84-4223-8d9b-af9009c4e776"] &gt; .shg-row &gt; .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c64b146f-5e84-4223-8d9b-af9009c4e776"] &gt; .shg-row &gt; .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-455c3c06-ce25-448a-b9d3-9eb47a8de6d9 {
  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-455c3c06-ce25-448a-b9d3-9eb47a8de6d9 {
  display: none;
}
#s-455c3c06-ce25-448a-b9d3-9eb47a8de6d9, #wrap-s-455c3c06-ce25-448a-b9d3-9eb47a8de6d9 { display: none !important; }}@media (max-width: 767px){#s-455c3c06-ce25-448a-b9d3-9eb47a8de6d9 {
  display: none;
}
#s-455c3c06-ce25-448a-b9d3-9eb47a8de6d9, #wrap-s-455c3c06-ce25-448a-b9d3-9eb47a8de6d9 { display: none !important; }}
#s-bf65e538-b2e8-4af9-9885-8b9de59c926e {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-bf65e538-b2e8-4af9-9885-8b9de59c926e {
  display: none;
}
#s-bf65e538-b2e8-4af9-9885-8b9de59c926e, #wrap-s-bf65e538-b2e8-4af9-9885-8b9de59c926e { display: none !important; }}@media (max-width: 767px){#s-bf65e538-b2e8-4af9-9885-8b9de59c926e {
  display: none;
}
#s-bf65e538-b2e8-4af9-9885-8b9de59c926e, #wrap-s-bf65e538-b2e8-4af9-9885-8b9de59c926e { display: none !important; }}
@media (min-width: 0px) {
[id="s-bf65e538-b2e8-4af9-9885-8b9de59c926e"] &gt; .shg-row &gt; .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-bf65e538-b2e8-4af9-9885-8b9de59c926e"] &gt; .shg-row &gt; .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-bf65e538-b2e8-4af9-9885-8b9de59c926e"] &gt; .shg-row &gt; .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-bf65e538-b2e8-4af9-9885-8b9de59c926e"] &gt; .shg-row &gt; .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-c7b66374-8bdd-4efa-8bc1-4a7a8634b34b {
  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-c7b66374-8bdd-4efa-8bc1-4a7a8634b34b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c7b66374-8bdd-4efa-8bc1-4a7a8634b34b:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-c7b66374-8bdd-4efa-8bc1-4a7a8634b34b {
  display: none;
}
#s-c7b66374-8bdd-4efa-8bc1-4a7a8634b34b, #wrap-s-c7b66374-8bdd-4efa-8bc1-4a7a8634b34b { display: none !important; }}@media (max-width: 767px){#s-c7b66374-8bdd-4efa-8bc1-4a7a8634b34b {
  display: none;
}
#s-c7b66374-8bdd-4efa-8bc1-4a7a8634b34b, #wrap-s-c7b66374-8bdd-4efa-8bc1-4a7a8634b34b { display: none !important; }}

  #s-c7b66374-8bdd-4efa-8bc1-4a7a8634b34b-root {
    text-align: center;
  }


#s-c7b66374-8bdd-4efa-8bc1-4a7a8634b34b.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-c7b66374-8bdd-4efa-8bc1-4a7a8634b34b-root {
    text-align: center;
  }


#s-c7b66374-8bdd-4efa-8bc1-4a7a8634b34b.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-c7b66374-8bdd-4efa-8bc1-4a7a8634b34b-root {
    text-align: center;
  }


#s-c7b66374-8bdd-4efa-8bc1-4a7a8634b34b.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-c7b66374-8bdd-4efa-8bc1-4a7a8634b34b-root {
    text-align: center;
  }


#s-c7b66374-8bdd-4efa-8bc1-4a7a8634b34b.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-c7b66374-8bdd-4efa-8bc1-4a7a8634b34b-root {
    text-align: center;
  }


#s-c7b66374-8bdd-4efa-8bc1-4a7a8634b34b.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-bbf21bcd-b0ae-491b-af39-78795a02d0cb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bbf21bcd-b0ae-491b-af39-78795a02d0cb {
  display: none;
}
#s-bbf21bcd-b0ae-491b-af39-78795a02d0cb, #wrap-s-bbf21bcd-b0ae-491b-af39-78795a02d0cb { display: none !important; }}@media (max-width: 767px){#s-bbf21bcd-b0ae-491b-af39-78795a02d0cb {
  display: none;
}
#s-bbf21bcd-b0ae-491b-af39-78795a02d0cb, #wrap-s-bbf21bcd-b0ae-491b-af39-78795a02d0cb { display: none !important; }}
@media (min-width: 0px) {
[id="s-bbf21bcd-b0ae-491b-af39-78795a02d0cb"] &gt; .shg-row &gt; .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bbf21bcd-b0ae-491b-af39-78795a02d0cb"] &gt; .shg-row &gt; .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bbf21bcd-b0ae-491b-af39-78795a02d0cb"] &gt; .shg-row &gt; .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bbf21bcd-b0ae-491b-af39-78795a02d0cb"] &gt; .shg-row &gt; .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bbf21bcd-b0ae-491b-af39-78795a02d0cb"] &gt; .shg-row &gt; .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bbf21bcd-b0ae-491b-af39-78795a02d0cb"] &gt; .shg-row &gt; .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bbf21bcd-b0ae-491b-af39-78795a02d0cb"] &gt; .shg-row &gt; .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

.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-5bd8089b-2de2-4493-8f00-057e26a31762 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5bd8089b-2de2-4493-8f00-057e26a31762 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



.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;
  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 &gt; 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 &gt; 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-57aa79f9-9a40-4743-9f64-b4f770c7aa61 {
  text-align: center;
}







  #s-57aa79f9-9a40-4743-9f64-b4f770c7aa61 img.shogun-image {
    

    
    
    
  }


#s-57aa79f9-9a40-4743-9f64-b4f770c7aa61 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-fcdd8594-c7a7-45a2-bee0-391f82e8ec55 {
  display: none;
}
#s-fcdd8594-c7a7-45a2-bee0-391f82e8ec55, #wrap-s-fcdd8594-c7a7-45a2-bee0-391f82e8ec55 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fcdd8594-c7a7-45a2-bee0-391f82e8ec55 {
  display: none;
}
#s-fcdd8594-c7a7-45a2-bee0-391f82e8ec55, #wrap-s-fcdd8594-c7a7-45a2-bee0-391f82e8ec55 { display: none !important; }}
@media (min-width: 0px) {
[id="s-fcdd8594-c7a7-45a2-bee0-391f82e8ec55"] &gt; .shg-row &gt; .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fcdd8594-c7a7-45a2-bee0-391f82e8ec55"] &gt; .shg-row &gt; .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fcdd8594-c7a7-45a2-bee0-391f82e8ec55"] &gt; .shg-row &gt; .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fcdd8594-c7a7-45a2-bee0-391f82e8ec55"] &gt; .shg-row &gt; .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fcdd8594-c7a7-45a2-bee0-391f82e8ec55"] &gt; .shg-row &gt; .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fcdd8594-c7a7-45a2-bee0-391f82e8ec55"] &gt; .shg-row &gt; .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fcdd8594-c7a7-45a2-bee0-391f82e8ec55"] &gt; .shg-row &gt; .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-53f04bf7-3f7a-48cb-a874-3c8720582614 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-53f04bf7-3f7a-48cb-a874-3c8720582614 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-ba49f43f-81e4-42ce-84e5-87bff691061a {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-ba49f43f-81e4-42ce-84e5-87bff691061a img.shogun-image {
    

    
    
    
  }


#s-ba49f43f-81e4-42ce-84e5-87bff691061a .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -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 --&gt; */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

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

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

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