.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
  overflow-x: hidden;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-22d79906-0f97-417f-a417-adbf81567e55 {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 600px;
}
@media (min-width: 768px) and (max-width: 991px){#s-22d79906-0f97-417f-a417-adbf81567e55 {
  display: none;
}
#s-22d79906-0f97-417f-a417-adbf81567e55, #wrap-s-22d79906-0f97-417f-a417-adbf81567e55, #wrap-content-s-22d79906-0f97-417f-a417-adbf81567e55 { display: none !important; }}@media (max-width: 767px){#s-22d79906-0f97-417f-a417-adbf81567e55 {
  display: none;
}
#s-22d79906-0f97-417f-a417-adbf81567e55, #wrap-s-22d79906-0f97-417f-a417-adbf81567e55, #wrap-content-s-22d79906-0f97-417f-a417-adbf81567e55 { display: none !important; }}
#s-22d79906-0f97-417f-a417-adbf81567e55 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-22d79906-0f97-417f-a417-adbf81567e55 .shg-sld-nav-button.shg-sld-left,
#s-22d79906-0f97-417f-a417-adbf81567e55 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

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

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

#s-254735c8-1edc-472b-98c4-97113966da7a {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
background-attachment: scroll;
}








#s-254735c8-1edc-472b-98c4-97113966da7a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-254735c8-1edc-472b-98c4-97113966da7a.shg-box.shg-c {
  justify-content: flex-start;
}

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

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

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

/* 
  Shopify base css adds display none to empty divs
  This causes items in the second column position to shift when
  the first column is empty. In order to overwrite that style,
  we have to manually set empty divs in the column to display block 
  so the whole element holds its positioning on published pages.
*/

.shg-row > div:empty {
  display: block;
}

#s-9e7c56bc-c655-4aac-8681-dcb64c705086 {
  margin-top: 80px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9e7c56bc-c655-4aac-8681-dcb64c705086 {
  display: none;
}
#s-9e7c56bc-c655-4aac-8681-dcb64c705086, #wrap-s-9e7c56bc-c655-4aac-8681-dcb64c705086, #wrap-content-s-9e7c56bc-c655-4aac-8681-dcb64c705086 { display: none !important; }}@media (max-width: 767px){#s-9e7c56bc-c655-4aac-8681-dcb64c705086 {
  display: none;
}
#s-9e7c56bc-c655-4aac-8681-dcb64c705086, #wrap-s-9e7c56bc-c655-4aac-8681-dcb64c705086, #wrap-content-s-9e7c56bc-c655-4aac-8681-dcb64c705086 { display: none !important; }}
@media (min-width: 0px) {
[id="s-9e7c56bc-c655-4aac-8681-dcb64c705086"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-9e7c56bc-c655-4aac-8681-dcb64c705086"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9e7c56bc-c655-4aac-8681-dcb64c705086"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9e7c56bc-c655-4aac-8681-dcb64c705086"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9e7c56bc-c655-4aac-8681-dcb64c705086"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9e7c56bc-c655-4aac-8681-dcb64c705086"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9e7c56bc-c655-4aac-8681-dcb64c705086"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 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-ecd5b86d-1dc6-4f4c-bff9-7d304d2231f1 {
  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-ecd5b86d-1dc6-4f4c-bff9-7d304d2231f1 {
  display: none;
}
#s-ecd5b86d-1dc6-4f4c-bff9-7d304d2231f1, #wrap-s-ecd5b86d-1dc6-4f4c-bff9-7d304d2231f1, #wrap-content-s-ecd5b86d-1dc6-4f4c-bff9-7d304d2231f1 { display: none !important; }}@media (max-width: 767px){#s-ecd5b86d-1dc6-4f4c-bff9-7d304d2231f1 {
  display: none;
}
#s-ecd5b86d-1dc6-4f4c-bff9-7d304d2231f1, #wrap-s-ecd5b86d-1dc6-4f4c-bff9-7d304d2231f1, #wrap-content-s-ecd5b86d-1dc6-4f4c-bff9-7d304d2231f1 { display: none !important; }}
.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

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

.shg-btn-text {
  
  
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-77ce5856-b64d-4a07-b2d5-28d5507fb00b {
  margin-top: 60px;
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-77ce5856-b64d-4a07-b2d5-28d5507fb00b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-77ce5856-b64d-4a07-b2d5-28d5507fb00b:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-77ce5856-b64d-4a07-b2d5-28d5507fb00b {
  display: none;
}
#s-77ce5856-b64d-4a07-b2d5-28d5507fb00b, #wrap-s-77ce5856-b64d-4a07-b2d5-28d5507fb00b, #wrap-content-s-77ce5856-b64d-4a07-b2d5-28d5507fb00b { display: none !important; }}@media (max-width: 767px){#s-77ce5856-b64d-4a07-b2d5-28d5507fb00b {
  display: none;
}
#s-77ce5856-b64d-4a07-b2d5-28d5507fb00b, #wrap-s-77ce5856-b64d-4a07-b2d5-28d5507fb00b, #wrap-content-s-77ce5856-b64d-4a07-b2d5-28d5507fb00b { display: none !important; }}

  #s-77ce5856-b64d-4a07-b2d5-28d5507fb00b-root {
    text-align: center;
  }


#s-77ce5856-b64d-4a07-b2d5-28d5507fb00b.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-77ce5856-b64d-4a07-b2d5-28d5507fb00b-root {
    text-align: center;
  }


#s-77ce5856-b64d-4a07-b2d5-28d5507fb00b.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-77ce5856-b64d-4a07-b2d5-28d5507fb00b-root {
    text-align: center;
  }


#s-77ce5856-b64d-4a07-b2d5-28d5507fb00b.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-77ce5856-b64d-4a07-b2d5-28d5507fb00b-root {
    text-align: center;
  }


#s-77ce5856-b64d-4a07-b2d5-28d5507fb00b.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-77ce5856-b64d-4a07-b2d5-28d5507fb00b-root {
    text-align: center;
  }


#s-77ce5856-b64d-4a07-b2d5-28d5507fb00b.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-8498a82e-d7dd-49a4-baea-2f082f5c5dad {
  display: none;
}
#s-8498a82e-d7dd-49a4-baea-2f082f5c5dad, #wrap-s-8498a82e-d7dd-49a4-baea-2f082f5c5dad, #wrap-content-s-8498a82e-d7dd-49a4-baea-2f082f5c5dad { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8498a82e-d7dd-49a4-baea-2f082f5c5dad {
  display: none;
}
#s-8498a82e-d7dd-49a4-baea-2f082f5c5dad, #wrap-s-8498a82e-d7dd-49a4-baea-2f082f5c5dad, #wrap-content-s-8498a82e-d7dd-49a4-baea-2f082f5c5dad { display: none !important; }}@media (max-width: 767px){#s-8498a82e-d7dd-49a4-baea-2f082f5c5dad {
  display: none;
}
#s-8498a82e-d7dd-49a4-baea-2f082f5c5dad, #wrap-s-8498a82e-d7dd-49a4-baea-2f082f5c5dad, #wrap-content-s-8498a82e-d7dd-49a4-baea-2f082f5c5dad { display: none !important; }}
@media (min-width: 0px) {
[id="s-8498a82e-d7dd-49a4-baea-2f082f5c5dad"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-8498a82e-d7dd-49a4-baea-2f082f5c5dad"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8498a82e-d7dd-49a4-baea-2f082f5c5dad"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8498a82e-d7dd-49a4-baea-2f082f5c5dad"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8498a82e-d7dd-49a4-baea-2f082f5c5dad"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8498a82e-d7dd-49a4-baea-2f082f5c5dad"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8498a82e-d7dd-49a4-baea-2f082f5c5dad"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-a882d901-6ef2-4e3d-b5eb-0852e0242f47 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 0px;
padding-left: 10px;
padding-bottom: 0px;
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-a882d901-6ef2-4e3d-b5eb-0852e0242f47 {
  display: none;
}
#s-a882d901-6ef2-4e3d-b5eb-0852e0242f47, #wrap-s-a882d901-6ef2-4e3d-b5eb-0852e0242f47, #wrap-content-s-a882d901-6ef2-4e3d-b5eb-0852e0242f47 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a882d901-6ef2-4e3d-b5eb-0852e0242f47 {
  display: none;
}
#s-a882d901-6ef2-4e3d-b5eb-0852e0242f47, #wrap-s-a882d901-6ef2-4e3d-b5eb-0852e0242f47, #wrap-content-s-a882d901-6ef2-4e3d-b5eb-0852e0242f47 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a882d901-6ef2-4e3d-b5eb-0852e0242f47 {
  
}
}@media (max-width: 767px){#s-a882d901-6ef2-4e3d-b5eb-0852e0242f47 {
  
}
}
@media (min-width: 1200px){#s-f1e246a2-ab38-4989-9135-9c03e819d036 {
  display: none;
}
#s-f1e246a2-ab38-4989-9135-9c03e819d036, #wrap-s-f1e246a2-ab38-4989-9135-9c03e819d036, #wrap-content-s-f1e246a2-ab38-4989-9135-9c03e819d036 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f1e246a2-ab38-4989-9135-9c03e819d036 {
  display: none;
}
#s-f1e246a2-ab38-4989-9135-9c03e819d036, #wrap-s-f1e246a2-ab38-4989-9135-9c03e819d036, #wrap-content-s-f1e246a2-ab38-4989-9135-9c03e819d036 { display: none !important; }}@media (max-width: 767px){#s-f1e246a2-ab38-4989-9135-9c03e819d036 {
  display: none;
}
#s-f1e246a2-ab38-4989-9135-9c03e819d036, #wrap-s-f1e246a2-ab38-4989-9135-9c03e819d036, #wrap-content-s-f1e246a2-ab38-4989-9135-9c03e819d036 { display: none !important; }}
@media (min-width: 0px) {
[id="s-f1e246a2-ab38-4989-9135-9c03e819d036"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-f1e246a2-ab38-4989-9135-9c03e819d036"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f1e246a2-ab38-4989-9135-9c03e819d036"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f1e246a2-ab38-4989-9135-9c03e819d036"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f1e246a2-ab38-4989-9135-9c03e819d036"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f1e246a2-ab38-4989-9135-9c03e819d036"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f1e246a2-ab38-4989-9135-9c03e819d036"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-7282ab1f-c1c3-42a4-b55c-431e3c21d9f2 {
  margin-top: 10px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
padding-top: 20px;
padding-left: 10px;
padding-bottom: 20px;
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-7282ab1f-c1c3-42a4-b55c-431e3c21d9f2 {
  display: none;
}
#s-7282ab1f-c1c3-42a4-b55c-431e3c21d9f2, #wrap-s-7282ab1f-c1c3-42a4-b55c-431e3c21d9f2, #wrap-content-s-7282ab1f-c1c3-42a4-b55c-431e3c21d9f2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7282ab1f-c1c3-42a4-b55c-431e3c21d9f2 {
  display: none;
}
#s-7282ab1f-c1c3-42a4-b55c-431e3c21d9f2, #wrap-s-7282ab1f-c1c3-42a4-b55c-431e3c21d9f2, #wrap-content-s-7282ab1f-c1c3-42a4-b55c-431e3c21d9f2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7282ab1f-c1c3-42a4-b55c-431e3c21d9f2 {
  
}
}@media (max-width: 767px){#s-7282ab1f-c1c3-42a4-b55c-431e3c21d9f2 {
  
}
}
#s-ba408d57-75a1-4b58-beed-b3bf9fd1b90e {
  margin-top: 120px;
margin-bottom: 100px;
}
@media (min-width: 1200px){#s-ba408d57-75a1-4b58-beed-b3bf9fd1b90e {
  display: none;
}
#s-ba408d57-75a1-4b58-beed-b3bf9fd1b90e, #wrap-s-ba408d57-75a1-4b58-beed-b3bf9fd1b90e, #wrap-content-s-ba408d57-75a1-4b58-beed-b3bf9fd1b90e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ba408d57-75a1-4b58-beed-b3bf9fd1b90e {
  display: none;
}
#s-ba408d57-75a1-4b58-beed-b3bf9fd1b90e, #wrap-s-ba408d57-75a1-4b58-beed-b3bf9fd1b90e, #wrap-content-s-ba408d57-75a1-4b58-beed-b3bf9fd1b90e { display: none !important; }}@media (max-width: 767px){#s-ba408d57-75a1-4b58-beed-b3bf9fd1b90e {
  display: none;
}
#s-ba408d57-75a1-4b58-beed-b3bf9fd1b90e, #wrap-s-ba408d57-75a1-4b58-beed-b3bf9fd1b90e, #wrap-content-s-ba408d57-75a1-4b58-beed-b3bf9fd1b90e { display: none !important; }}
@media (min-width: 0px) {
[id="s-ba408d57-75a1-4b58-beed-b3bf9fd1b90e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-ba408d57-75a1-4b58-beed-b3bf9fd1b90e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ba408d57-75a1-4b58-beed-b3bf9fd1b90e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ba408d57-75a1-4b58-beed-b3bf9fd1b90e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-bb21e7a6-2f8d-42f6-8712-79c7757d12a8 {
  margin-top: 20px;
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-bb21e7a6-2f8d-42f6-8712-79c7757d12a8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bb21e7a6-2f8d-42f6-8712-79c7757d12a8:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-bb21e7a6-2f8d-42f6-8712-79c7757d12a8 {
  display: none;
}
#s-bb21e7a6-2f8d-42f6-8712-79c7757d12a8, #wrap-s-bb21e7a6-2f8d-42f6-8712-79c7757d12a8, #wrap-content-s-bb21e7a6-2f8d-42f6-8712-79c7757d12a8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bb21e7a6-2f8d-42f6-8712-79c7757d12a8 {
  display: none;
}
#s-bb21e7a6-2f8d-42f6-8712-79c7757d12a8, #wrap-s-bb21e7a6-2f8d-42f6-8712-79c7757d12a8, #wrap-content-s-bb21e7a6-2f8d-42f6-8712-79c7757d12a8 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bb21e7a6-2f8d-42f6-8712-79c7757d12a8 {
  
}
}@media (max-width: 767px){#s-bb21e7a6-2f8d-42f6-8712-79c7757d12a8 {
  
}
}

  #s-bb21e7a6-2f8d-42f6-8712-79c7757d12a8-root {
    text-align: center;
  }


#s-bb21e7a6-2f8d-42f6-8712-79c7757d12a8.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-bb21e7a6-2f8d-42f6-8712-79c7757d12a8-root {
    text-align: center;
  }


#s-bb21e7a6-2f8d-42f6-8712-79c7757d12a8.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-bb21e7a6-2f8d-42f6-8712-79c7757d12a8-root {
    text-align: center;
  }


#s-bb21e7a6-2f8d-42f6-8712-79c7757d12a8.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-bb21e7a6-2f8d-42f6-8712-79c7757d12a8-root {
    text-align: center;
  }


#s-bb21e7a6-2f8d-42f6-8712-79c7757d12a8.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-bb21e7a6-2f8d-42f6-8712-79c7757d12a8-root {
    text-align: center;
  }


#s-bb21e7a6-2f8d-42f6-8712-79c7757d12a8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-af067800-51cc-4887-9dab-181cee22ec48 {
  margin-left: 0px;
margin-bottom: 370px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(37, 29, 29, 0);
}
@media (min-width: 1200px){#s-af067800-51cc-4887-9dab-181cee22ec48 {
  display: none;
}
#s-af067800-51cc-4887-9dab-181cee22ec48, #wrap-s-af067800-51cc-4887-9dab-181cee22ec48, #wrap-content-s-af067800-51cc-4887-9dab-181cee22ec48 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-af067800-51cc-4887-9dab-181cee22ec48 {
  display: none;
}
#s-af067800-51cc-4887-9dab-181cee22ec48, #wrap-s-af067800-51cc-4887-9dab-181cee22ec48, #wrap-content-s-af067800-51cc-4887-9dab-181cee22ec48 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-af067800-51cc-4887-9dab-181cee22ec48 {
  display: none;
}
#s-af067800-51cc-4887-9dab-181cee22ec48, #wrap-s-af067800-51cc-4887-9dab-181cee22ec48, #wrap-content-s-af067800-51cc-4887-9dab-181cee22ec48 { display: none !important; }}@media (max-width: 767px){#s-af067800-51cc-4887-9dab-181cee22ec48 {
  
}
}
#s-5225290c-7e66-46bd-aa83-5d14ed120208 {
  margin-top: 0px;
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-5225290c-7e66-46bd-aa83-5d14ed120208:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5225290c-7e66-46bd-aa83-5d14ed120208:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-5225290c-7e66-46bd-aa83-5d14ed120208 {
  display: none;
}
#s-5225290c-7e66-46bd-aa83-5d14ed120208, #wrap-s-5225290c-7e66-46bd-aa83-5d14ed120208, #wrap-content-s-5225290c-7e66-46bd-aa83-5d14ed120208 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5225290c-7e66-46bd-aa83-5d14ed120208 {
  display: none;
}
#s-5225290c-7e66-46bd-aa83-5d14ed120208, #wrap-s-5225290c-7e66-46bd-aa83-5d14ed120208, #wrap-content-s-5225290c-7e66-46bd-aa83-5d14ed120208 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5225290c-7e66-46bd-aa83-5d14ed120208 {
  display: none;
}
#s-5225290c-7e66-46bd-aa83-5d14ed120208, #wrap-s-5225290c-7e66-46bd-aa83-5d14ed120208, #wrap-content-s-5225290c-7e66-46bd-aa83-5d14ed120208 { display: none !important; }}@media (max-width: 767px){#s-5225290c-7e66-46bd-aa83-5d14ed120208 {
  
}
}

  #s-5225290c-7e66-46bd-aa83-5d14ed120208-root {
    text-align: center;
  }


#s-5225290c-7e66-46bd-aa83-5d14ed120208.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-5225290c-7e66-46bd-aa83-5d14ed120208-root {
    text-align: center;
  }


#s-5225290c-7e66-46bd-aa83-5d14ed120208.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-5225290c-7e66-46bd-aa83-5d14ed120208-root {
    text-align: center;
  }


#s-5225290c-7e66-46bd-aa83-5d14ed120208.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-5225290c-7e66-46bd-aa83-5d14ed120208-root {
    text-align: center;
  }


#s-5225290c-7e66-46bd-aa83-5d14ed120208.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-5225290c-7e66-46bd-aa83-5d14ed120208-root {
    text-align: center;
  }


#s-5225290c-7e66-46bd-aa83-5d14ed120208.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-4422d342-61ad-4378-bead-00f16acbc178 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 768px) and (max-width: 991px){#s-4422d342-61ad-4378-bead-00f16acbc178 {
  display: none;
}
#s-4422d342-61ad-4378-bead-00f16acbc178, #wrap-s-4422d342-61ad-4378-bead-00f16acbc178, #wrap-content-s-4422d342-61ad-4378-bead-00f16acbc178 { display: none !important; }}@media (max-width: 767px){#s-4422d342-61ad-4378-bead-00f16acbc178 {
  display: none;
}
#s-4422d342-61ad-4378-bead-00f16acbc178, #wrap-s-4422d342-61ad-4378-bead-00f16acbc178, #wrap-content-s-4422d342-61ad-4378-bead-00f16acbc178 { display: none !important; }}







#s-4422d342-61ad-4378-bead-00f16acbc178 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4422d342-61ad-4378-bead-00f16acbc178.shg-box.shg-c {
  justify-content: flex-start;
}

#s-138893a2-6cb4-415f-9b70-8bd4b89c06e4 {
  margin-top: 90px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-138893a2-6cb4-415f-9b70-8bd4b89c06e4 {
  display: none;
}
#s-138893a2-6cb4-415f-9b70-8bd4b89c06e4, #wrap-s-138893a2-6cb4-415f-9b70-8bd4b89c06e4, #wrap-content-s-138893a2-6cb4-415f-9b70-8bd4b89c06e4 { display: none !important; }}@media (max-width: 767px){#s-138893a2-6cb4-415f-9b70-8bd4b89c06e4 {
  display: none;
}
#s-138893a2-6cb4-415f-9b70-8bd4b89c06e4, #wrap-s-138893a2-6cb4-415f-9b70-8bd4b89c06e4, #wrap-content-s-138893a2-6cb4-415f-9b70-8bd4b89c06e4 { display: none !important; }}
@media (min-width: 0px) {
[id="s-138893a2-6cb4-415f-9b70-8bd4b89c06e4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-138893a2-6cb4-415f-9b70-8bd4b89c06e4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-138893a2-6cb4-415f-9b70-8bd4b89c06e4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-138893a2-6cb4-415f-9b70-8bd4b89c06e4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b974e990-8950-4503-a18d-b52d30aa4ffb {
  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-b974e990-8950-4503-a18d-b52d30aa4ffb {
  display: none;
}
#s-b974e990-8950-4503-a18d-b52d30aa4ffb, #wrap-s-b974e990-8950-4503-a18d-b52d30aa4ffb, #wrap-content-s-b974e990-8950-4503-a18d-b52d30aa4ffb { display: none !important; }}@media (max-width: 767px){#s-b974e990-8950-4503-a18d-b52d30aa4ffb {
  display: none;
}
#s-b974e990-8950-4503-a18d-b52d30aa4ffb, #wrap-s-b974e990-8950-4503-a18d-b52d30aa4ffb, #wrap-content-s-b974e990-8950-4503-a18d-b52d30aa4ffb { display: none !important; }}
#s-95b2c592-bc2e-40e6-a9ad-1069b5023e12 {
  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-95b2c592-bc2e-40e6-a9ad-1069b5023e12 {
  display: none;
}
#s-95b2c592-bc2e-40e6-a9ad-1069b5023e12, #wrap-s-95b2c592-bc2e-40e6-a9ad-1069b5023e12, #wrap-content-s-95b2c592-bc2e-40e6-a9ad-1069b5023e12 { display: none !important; }}@media (max-width: 767px){#s-95b2c592-bc2e-40e6-a9ad-1069b5023e12 {
  display: none;
}
#s-95b2c592-bc2e-40e6-a9ad-1069b5023e12, #wrap-s-95b2c592-bc2e-40e6-a9ad-1069b5023e12, #wrap-content-s-95b2c592-bc2e-40e6-a9ad-1069b5023e12 { display: none !important; }}
#s-cd3d1846-f394-4337-abdd-737d123f9e19 {
  background-size: cover;
margin-top: 30px;
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-cd3d1846-f394-4337-abdd-737d123f9e19:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cd3d1846-f394-4337-abdd-737d123f9e19:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-cd3d1846-f394-4337-abdd-737d123f9e19 {
  display: none;
}
#s-cd3d1846-f394-4337-abdd-737d123f9e19, #wrap-s-cd3d1846-f394-4337-abdd-737d123f9e19, #wrap-content-s-cd3d1846-f394-4337-abdd-737d123f9e19 { display: none !important; }}@media (max-width: 767px){#s-cd3d1846-f394-4337-abdd-737d123f9e19 {
  display: none;
}
#s-cd3d1846-f394-4337-abdd-737d123f9e19, #wrap-s-cd3d1846-f394-4337-abdd-737d123f9e19, #wrap-content-s-cd3d1846-f394-4337-abdd-737d123f9e19 { display: none !important; }}

  #s-cd3d1846-f394-4337-abdd-737d123f9e19-root {
    text-align: center;
  }


#s-cd3d1846-f394-4337-abdd-737d123f9e19.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-cd3d1846-f394-4337-abdd-737d123f9e19-root {
    text-align: center;
  }


#s-cd3d1846-f394-4337-abdd-737d123f9e19.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-cd3d1846-f394-4337-abdd-737d123f9e19-root {
    text-align: center;
  }


#s-cd3d1846-f394-4337-abdd-737d123f9e19.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-cd3d1846-f394-4337-abdd-737d123f9e19-root {
    text-align: center;
  }


#s-cd3d1846-f394-4337-abdd-737d123f9e19.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-cd3d1846-f394-4337-abdd-737d123f9e19-root {
    text-align: center;
  }


#s-cd3d1846-f394-4337-abdd-737d123f9e19.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-7497a2f9-7755-4646-ae24-49e1379248cb {
  margin-top: 10px;
margin-left: 250px;
margin-right: 15px;
padding-top: 30px;
padding-left: 10px;
padding-bottom: 30px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.5);
}
@media (min-width: 1200px){#s-7497a2f9-7755-4646-ae24-49e1379248cb {
  display: none;
}
#s-7497a2f9-7755-4646-ae24-49e1379248cb, #wrap-s-7497a2f9-7755-4646-ae24-49e1379248cb, #wrap-content-s-7497a2f9-7755-4646-ae24-49e1379248cb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7497a2f9-7755-4646-ae24-49e1379248cb {
  display: none;
}
#s-7497a2f9-7755-4646-ae24-49e1379248cb, #wrap-s-7497a2f9-7755-4646-ae24-49e1379248cb, #wrap-content-s-7497a2f9-7755-4646-ae24-49e1379248cb { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7497a2f9-7755-4646-ae24-49e1379248cb {
  
}
}@media (max-width: 767px){#s-7497a2f9-7755-4646-ae24-49e1379248cb {
  display: none;
}
#s-7497a2f9-7755-4646-ae24-49e1379248cb, #wrap-s-7497a2f9-7755-4646-ae24-49e1379248cb, #wrap-content-s-7497a2f9-7755-4646-ae24-49e1379248cb { display: none !important; }}
#s-a9c4d9ca-a400-48ab-8e4d-14485b0d4b9a {
  background-size: cover;
margin-top: 10px;
margin-left: 250px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.5);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
background-position: center center;
}
#s-a9c4d9ca-a400-48ab-8e4d-14485b0d4b9a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a9c4d9ca-a400-48ab-8e4d-14485b0d4b9a:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-a9c4d9ca-a400-48ab-8e4d-14485b0d4b9a {
  display: none;
}
#s-a9c4d9ca-a400-48ab-8e4d-14485b0d4b9a, #wrap-s-a9c4d9ca-a400-48ab-8e4d-14485b0d4b9a, #wrap-content-s-a9c4d9ca-a400-48ab-8e4d-14485b0d4b9a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a9c4d9ca-a400-48ab-8e4d-14485b0d4b9a {
  display: none;
}
#s-a9c4d9ca-a400-48ab-8e4d-14485b0d4b9a, #wrap-s-a9c4d9ca-a400-48ab-8e4d-14485b0d4b9a, #wrap-content-s-a9c4d9ca-a400-48ab-8e4d-14485b0d4b9a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a9c4d9ca-a400-48ab-8e4d-14485b0d4b9a {
  
}
}@media (max-width: 767px){#s-a9c4d9ca-a400-48ab-8e4d-14485b0d4b9a {
  display: none;
}
#s-a9c4d9ca-a400-48ab-8e4d-14485b0d4b9a, #wrap-s-a9c4d9ca-a400-48ab-8e4d-14485b0d4b9a, #wrap-content-s-a9c4d9ca-a400-48ab-8e4d-14485b0d4b9a { display: none !important; }}

  #s-a9c4d9ca-a400-48ab-8e4d-14485b0d4b9a-root {
    text-align: center;
  }


#s-a9c4d9ca-a400-48ab-8e4d-14485b0d4b9a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a9c4d9ca-a400-48ab-8e4d-14485b0d4b9a-root {
    text-align: center;
  }


#s-a9c4d9ca-a400-48ab-8e4d-14485b0d4b9a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a9c4d9ca-a400-48ab-8e4d-14485b0d4b9a-root {
    text-align: center;
  }


#s-a9c4d9ca-a400-48ab-8e4d-14485b0d4b9a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a9c4d9ca-a400-48ab-8e4d-14485b0d4b9a-root {
    text-align: center;
  }


#s-a9c4d9ca-a400-48ab-8e4d-14485b0d4b9a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a9c4d9ca-a400-48ab-8e4d-14485b0d4b9a-root {
    text-align: center;
  }


#s-a9c4d9ca-a400-48ab-8e4d-14485b0d4b9a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-e93e2501-07e1-4d9b-aeeb-3a0d37f6b1d5 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
}
@media (max-width: 767px){#s-e93e2501-07e1-4d9b-aeeb-3a0d37f6b1d5 {
  display: none;
}
#s-e93e2501-07e1-4d9b-aeeb-3a0d37f6b1d5, #wrap-s-e93e2501-07e1-4d9b-aeeb-3a0d37f6b1d5, #wrap-content-s-e93e2501-07e1-4d9b-aeeb-3a0d37f6b1d5 { display: none !important; }}
#s-e93e2501-07e1-4d9b-aeeb-3a0d37f6b1d5 {
  background-image: url(https://i.shgcdn.com/a6176e36-4136-4ec4-bf83-c5b4116df8cb/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-e93e2501-07e1-4d9b-aeeb-3a0d37f6b1d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e93e2501-07e1-4d9b-aeeb-3a0d37f6b1d5.shg-box.shg-c {
  justify-content: center;
}

#s-391218b0-2aa8-4206-a31b-133a02eae15c {
  margin-top: 30px;
margin-bottom: 30px;
}
@media (max-width: 767px){#s-391218b0-2aa8-4206-a31b-133a02eae15c {
  display: none;
}
#s-391218b0-2aa8-4206-a31b-133a02eae15c, #wrap-s-391218b0-2aa8-4206-a31b-133a02eae15c, #wrap-content-s-391218b0-2aa8-4206-a31b-133a02eae15c { display: none !important; }}
@media (min-width: 0px) {
[id="s-391218b0-2aa8-4206-a31b-133a02eae15c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-391218b0-2aa8-4206-a31b-133a02eae15c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-391218b0-2aa8-4206-a31b-133a02eae15c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-391218b0-2aa8-4206-a31b-133a02eae15c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2ff3971c-7364-4b24-a2dc-3b801da7cac6 {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (max-width: 767px){#s-f5556d73-bcc0-42f8-b700-623aa8c39dc8 {
  display: none;
}
#s-f5556d73-bcc0-42f8-b700-623aa8c39dc8, #wrap-s-f5556d73-bcc0-42f8-b700-623aa8c39dc8, #wrap-content-s-f5556d73-bcc0-42f8-b700-623aa8c39dc8 { display: none !important; }}
@media (min-width: 0px) {
[id="s-f5556d73-bcc0-42f8-b700-623aa8c39dc8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f5556d73-bcc0-42f8-b700-623aa8c39dc8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f5556d73-bcc0-42f8-b700-623aa8c39dc8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f5556d73-bcc0-42f8-b700-623aa8c39dc8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a111f27c-e485-4415-bdcd-be3043a0a363 {
  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-a111f27c-e485-4415-bdcd-be3043a0a363:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a111f27c-e485-4415-bdcd-be3043a0a363:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODhkNTEwN2MtNDgxNy00MTIwLTgzN2QtMjAwYjM0Y2RmZmZlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjFmMWVhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4OGQ1MTA3Yy00ODE3LTQxMjAtODM3ZC0yMDBiMzRjZGZmZmUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 15px !important;
border-left-width: 15px !important;
border-bottom-width: 15px !important;
border-right-width: 15px !important;
border-color: #2C2A34 !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"pos"=>"0.00", "color"=>"#f1f1ea"}, {"pos"=>"1.00", "color"=>"#7e20cf"}] !important;}

  #s-a111f27c-e485-4415-bdcd-be3043a0a363-root {
    text-align: center;
  }


#s-a111f27c-e485-4415-bdcd-be3043a0a363.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-a111f27c-e485-4415-bdcd-be3043a0a363-root {
    text-align: center;
  }


#s-a111f27c-e485-4415-bdcd-be3043a0a363.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-a111f27c-e485-4415-bdcd-be3043a0a363-root {
    text-align: center;
  }


#s-a111f27c-e485-4415-bdcd-be3043a0a363.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-a111f27c-e485-4415-bdcd-be3043a0a363-root {
    text-align: center;
  }


#s-a111f27c-e485-4415-bdcd-be3043a0a363.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-a111f27c-e485-4415-bdcd-be3043a0a363-root {
    text-align: center;
  }


#s-a111f27c-e485-4415-bdcd-be3043a0a363.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-afe200af-49ad-4b24-849a-3671fe6ec4c2 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 768px) and (max-width: 991px){#s-afe200af-49ad-4b24-849a-3671fe6ec4c2 {
  display: none;
}
#s-afe200af-49ad-4b24-849a-3671fe6ec4c2, #wrap-s-afe200af-49ad-4b24-849a-3671fe6ec4c2, #wrap-content-s-afe200af-49ad-4b24-849a-3671fe6ec4c2 { display: none !important; }}@media (max-width: 767px){#s-afe200af-49ad-4b24-849a-3671fe6ec4c2 {
  display: none;
}
#s-afe200af-49ad-4b24-849a-3671fe6ec4c2, #wrap-s-afe200af-49ad-4b24-849a-3671fe6ec4c2, #wrap-content-s-afe200af-49ad-4b24-849a-3671fe6ec4c2 { display: none !important; }}







#s-afe200af-49ad-4b24-849a-3671fe6ec4c2 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
  display: block;
}#s-afe200af-49ad-4b24-849a-3671fe6ec4c2.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b2eb62b0-3f10-47a7-8c16-5032b8c5fdf5 {
  margin-top: 400px;
margin-left: 10px;
margin-right: 10px;
padding-top: 20px;
padding-bottom: 20px;
background-color: rgba(23, 22, 23, 0.5);
}
@media (min-width: 1200px){#s-b2eb62b0-3f10-47a7-8c16-5032b8c5fdf5 {
  display: none;
}
#s-b2eb62b0-3f10-47a7-8c16-5032b8c5fdf5, #wrap-s-b2eb62b0-3f10-47a7-8c16-5032b8c5fdf5, #wrap-content-s-b2eb62b0-3f10-47a7-8c16-5032b8c5fdf5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b2eb62b0-3f10-47a7-8c16-5032b8c5fdf5 {
  display: none;
}
#s-b2eb62b0-3f10-47a7-8c16-5032b8c5fdf5, #wrap-s-b2eb62b0-3f10-47a7-8c16-5032b8c5fdf5, #wrap-content-s-b2eb62b0-3f10-47a7-8c16-5032b8c5fdf5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b2eb62b0-3f10-47a7-8c16-5032b8c5fdf5 {
  
}
}@media (max-width: 767px){#s-b2eb62b0-3f10-47a7-8c16-5032b8c5fdf5 {
  
}
}
#s-1c314dea-9fd9-4b67-ad57-3e017a894d8c {
  margin-top: 80px;
margin-left: 8px;
margin-bottom: 80px;
margin-right: 8px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1c314dea-9fd9-4b67-ad57-3e017a894d8c {
  display: none;
}
#s-1c314dea-9fd9-4b67-ad57-3e017a894d8c, #wrap-s-1c314dea-9fd9-4b67-ad57-3e017a894d8c, #wrap-content-s-1c314dea-9fd9-4b67-ad57-3e017a894d8c { display: none !important; }}@media (max-width: 767px){#s-1c314dea-9fd9-4b67-ad57-3e017a894d8c {
  display: none;
}
#s-1c314dea-9fd9-4b67-ad57-3e017a894d8c, #wrap-s-1c314dea-9fd9-4b67-ad57-3e017a894d8c, #wrap-content-s-1c314dea-9fd9-4b67-ad57-3e017a894d8c { display: none !important; }}
@media (min-width: 0px) {
[id="s-1c314dea-9fd9-4b67-ad57-3e017a894d8c"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-1c314dea-9fd9-4b67-ad57-3e017a894d8c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1c314dea-9fd9-4b67-ad57-3e017a894d8c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1c314dea-9fd9-4b67-ad57-3e017a894d8c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1c314dea-9fd9-4b67-ad57-3e017a894d8c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1c314dea-9fd9-4b67-ad57-3e017a894d8c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1c314dea-9fd9-4b67-ad57-3e017a894d8c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-df345d9e-cf86-4765-94ad-7ca05037fa74 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 2px;
padding-left: 10px;
padding-bottom: 2px;
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(194, 194, 194, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-df345d9e-cf86-4765-94ad-7ca05037fa74 {
  display: none;
}
#s-df345d9e-cf86-4765-94ad-7ca05037fa74, #wrap-s-df345d9e-cf86-4765-94ad-7ca05037fa74, #wrap-content-s-df345d9e-cf86-4765-94ad-7ca05037fa74 { display: none !important; }}@media (max-width: 767px){#s-df345d9e-cf86-4765-94ad-7ca05037fa74 {
  display: none;
}
#s-df345d9e-cf86-4765-94ad-7ca05037fa74, #wrap-s-df345d9e-cf86-4765-94ad-7ca05037fa74, #wrap-content-s-df345d9e-cf86-4765-94ad-7ca05037fa74 { display: none !important; }}
#s-58f39f05-2a04-49e8-bb13-a456c61a4693 {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(194, 194, 194, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-58f39f05-2a04-49e8-bb13-a456c61a4693 {
  display: none;
}
#s-58f39f05-2a04-49e8-bb13-a456c61a4693, #wrap-s-58f39f05-2a04-49e8-bb13-a456c61a4693, #wrap-content-s-58f39f05-2a04-49e8-bb13-a456c61a4693 { display: none !important; }}@media (max-width: 767px){#s-58f39f05-2a04-49e8-bb13-a456c61a4693 {
  display: none;
}
#s-58f39f05-2a04-49e8-bb13-a456c61a4693, #wrap-s-58f39f05-2a04-49e8-bb13-a456c61a4693, #wrap-content-s-58f39f05-2a04-49e8-bb13-a456c61a4693 { display: none !important; }}
#s-cfc7652e-0324-4ea5-b9ff-7b682de958ae {
  margin-top: 140px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(194, 194, 194, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-cfc7652e-0324-4ea5-b9ff-7b682de958ae:hover {background-color: rgba(254, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-cfc7652e-0324-4ea5-b9ff-7b682de958ae:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-cfc7652e-0324-4ea5-b9ff-7b682de958ae-root {
    text-align: center;
  }


#s-cfc7652e-0324-4ea5-b9ff-7b682de958ae.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cfc7652e-0324-4ea5-b9ff-7b682de958ae-root {
    text-align: center;
  }


#s-cfc7652e-0324-4ea5-b9ff-7b682de958ae.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cfc7652e-0324-4ea5-b9ff-7b682de958ae-root {
    text-align: center;
  }


#s-cfc7652e-0324-4ea5-b9ff-7b682de958ae.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cfc7652e-0324-4ea5-b9ff-7b682de958ae-root {
    text-align: center;
  }


#s-cfc7652e-0324-4ea5-b9ff-7b682de958ae.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cfc7652e-0324-4ea5-b9ff-7b682de958ae-root {
    text-align: center;
  }


#s-cfc7652e-0324-4ea5-b9ff-7b682de958ae.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-3a5d124a-3042-4d80-a511-a9d60585107a {
  margin-top: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: #252525;
text-align: right;
text-decoration: none;
color: rgba(255, 255, 255, 1);
}
#s-3a5d124a-3042-4d80-a511-a9d60585107a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3a5d124a-3042-4d80-a511-a9d60585107a:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-3a5d124a-3042-4d80-a511-a9d60585107a {
  display: none;
}
#s-3a5d124a-3042-4d80-a511-a9d60585107a, #wrap-s-3a5d124a-3042-4d80-a511-a9d60585107a, #wrap-content-s-3a5d124a-3042-4d80-a511-a9d60585107a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3a5d124a-3042-4d80-a511-a9d60585107a {
  display: none;
}
#s-3a5d124a-3042-4d80-a511-a9d60585107a, #wrap-s-3a5d124a-3042-4d80-a511-a9d60585107a, #wrap-content-s-3a5d124a-3042-4d80-a511-a9d60585107a { display: none !important; }}

  #s-3a5d124a-3042-4d80-a511-a9d60585107a-root {
    text-align: right;
  }


#s-3a5d124a-3042-4d80-a511-a9d60585107a.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-3a5d124a-3042-4d80-a511-a9d60585107a-root {
    text-align: right;
  }


#s-3a5d124a-3042-4d80-a511-a9d60585107a.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-3a5d124a-3042-4d80-a511-a9d60585107a-root {
    text-align: right;
  }


#s-3a5d124a-3042-4d80-a511-a9d60585107a.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-3a5d124a-3042-4d80-a511-a9d60585107a-root {
    text-align: right;
  }


#s-3a5d124a-3042-4d80-a511-a9d60585107a.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-3a5d124a-3042-4d80-a511-a9d60585107a-root {
    text-align: right;
  }


#s-3a5d124a-3042-4d80-a511-a9d60585107a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-2679a241-8523-4e68-b2ac-7221b9365d3d {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
}
@media (min-width: 1200px){#s-2679a241-8523-4e68-b2ac-7221b9365d3d {
  display: none;
}
#s-2679a241-8523-4e68-b2ac-7221b9365d3d, #wrap-s-2679a241-8523-4e68-b2ac-7221b9365d3d, #wrap-content-s-2679a241-8523-4e68-b2ac-7221b9365d3d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2679a241-8523-4e68-b2ac-7221b9365d3d {
  display: none;
}
#s-2679a241-8523-4e68-b2ac-7221b9365d3d, #wrap-s-2679a241-8523-4e68-b2ac-7221b9365d3d, #wrap-content-s-2679a241-8523-4e68-b2ac-7221b9365d3d { display: none !important; }}
#s-2679a241-8523-4e68-b2ac-7221b9365d3d {
  background-image: url(https://i.shgcdn.com/75f08e4b-9b13-4ad9-8d6e-9cd4339510f1/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-2679a241-8523-4e68-b2ac-7221b9365d3d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2679a241-8523-4e68-b2ac-7221b9365d3d.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a9f290f2-422b-42b3-b32f-56978ce384cc {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 1200px){#s-a9f290f2-422b-42b3-b32f-56978ce384cc {
  display: none;
}
#s-a9f290f2-422b-42b3-b32f-56978ce384cc, #wrap-s-a9f290f2-422b-42b3-b32f-56978ce384cc, #wrap-content-s-a9f290f2-422b-42b3-b32f-56978ce384cc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a9f290f2-422b-42b3-b32f-56978ce384cc {
  display: none;
}
#s-a9f290f2-422b-42b3-b32f-56978ce384cc, #wrap-s-a9f290f2-422b-42b3-b32f-56978ce384cc, #wrap-content-s-a9f290f2-422b-42b3-b32f-56978ce384cc { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a9f290f2-422b-42b3-b32f-56978ce384cc {
  
}
}@media (max-width: 767px){#s-a9f290f2-422b-42b3-b32f-56978ce384cc {
  display: none;
}
#s-a9f290f2-422b-42b3-b32f-56978ce384cc, #wrap-s-a9f290f2-422b-42b3-b32f-56978ce384cc, #wrap-content-s-a9f290f2-422b-42b3-b32f-56978ce384cc { display: none !important; }}
@media (min-width: 0px) {
[id="s-a9f290f2-422b-42b3-b32f-56978ce384cc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a9f290f2-422b-42b3-b32f-56978ce384cc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a9f290f2-422b-42b3-b32f-56978ce384cc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a9f290f2-422b-42b3-b32f-56978ce384cc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a9f290f2-422b-42b3-b32f-56978ce384cc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a9f290f2-422b-42b3-b32f-56978ce384cc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a9f290f2-422b-42b3-b32f-56978ce384cc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-76bee2b1-98d3-4b0e-bd7d-735357c349af {
  padding-top: 5px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.5);
}
@media (min-width: 1200px){#s-76bee2b1-98d3-4b0e-bd7d-735357c349af {
  display: none;
}
#s-76bee2b1-98d3-4b0e-bd7d-735357c349af, #wrap-s-76bee2b1-98d3-4b0e-bd7d-735357c349af, #wrap-content-s-76bee2b1-98d3-4b0e-bd7d-735357c349af { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-76bee2b1-98d3-4b0e-bd7d-735357c349af {
  display: none;
}
#s-76bee2b1-98d3-4b0e-bd7d-735357c349af, #wrap-s-76bee2b1-98d3-4b0e-bd7d-735357c349af, #wrap-content-s-76bee2b1-98d3-4b0e-bd7d-735357c349af { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-76bee2b1-98d3-4b0e-bd7d-735357c349af {
  
}
}@media (max-width: 767px){#s-76bee2b1-98d3-4b0e-bd7d-735357c349af {
  
}
}
#s-773047a7-92a7-4346-bc9f-02c5230a5743 {
  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-773047a7-92a7-4346-bc9f-02c5230a5743:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-773047a7-92a7-4346-bc9f-02c5230a5743:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-773047a7-92a7-4346-bc9f-02c5230a5743 {
  display: none;
}
#s-773047a7-92a7-4346-bc9f-02c5230a5743, #wrap-s-773047a7-92a7-4346-bc9f-02c5230a5743, #wrap-content-s-773047a7-92a7-4346-bc9f-02c5230a5743 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-773047a7-92a7-4346-bc9f-02c5230a5743 {
  display: none;
}
#s-773047a7-92a7-4346-bc9f-02c5230a5743, #wrap-s-773047a7-92a7-4346-bc9f-02c5230a5743, #wrap-content-s-773047a7-92a7-4346-bc9f-02c5230a5743 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-773047a7-92a7-4346-bc9f-02c5230a5743 {
  
}
}@media (max-width: 767px){#s-773047a7-92a7-4346-bc9f-02c5230a5743 {
  display: none;
}
#s-773047a7-92a7-4346-bc9f-02c5230a5743, #wrap-s-773047a7-92a7-4346-bc9f-02c5230a5743, #wrap-content-s-773047a7-92a7-4346-bc9f-02c5230a5743 { display: none !important; }}

  #s-773047a7-92a7-4346-bc9f-02c5230a5743-root {
    text-align: center;
  }


#s-773047a7-92a7-4346-bc9f-02c5230a5743.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-773047a7-92a7-4346-bc9f-02c5230a5743-root {
    text-align: center;
  }


#s-773047a7-92a7-4346-bc9f-02c5230a5743.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-773047a7-92a7-4346-bc9f-02c5230a5743-root {
    text-align: center;
  }


#s-773047a7-92a7-4346-bc9f-02c5230a5743.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-773047a7-92a7-4346-bc9f-02c5230a5743-root {
    text-align: center;
  }


#s-773047a7-92a7-4346-bc9f-02c5230a5743.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-773047a7-92a7-4346-bc9f-02c5230a5743-root {
    text-align: center;
  }


#s-773047a7-92a7-4346-bc9f-02c5230a5743.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-d4738a57-0de7-4a57-83e3-cd0c583d5e06 {
  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-d4738a57-0de7-4a57-83e3-cd0c583d5e06: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-d4738a57-0de7-4a57-83e3-cd0c583d5e06:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-d4738a57-0de7-4a57-83e3-cd0c583d5e06 {
  display: none;
}
#s-d4738a57-0de7-4a57-83e3-cd0c583d5e06, #wrap-s-d4738a57-0de7-4a57-83e3-cd0c583d5e06, #wrap-content-s-d4738a57-0de7-4a57-83e3-cd0c583d5e06 { display: none !important; }}@media (max-width: 767px){#s-d4738a57-0de7-4a57-83e3-cd0c583d5e06 {
  display: none;
}
#s-d4738a57-0de7-4a57-83e3-cd0c583d5e06, #wrap-s-d4738a57-0de7-4a57-83e3-cd0c583d5e06, #wrap-content-s-d4738a57-0de7-4a57-83e3-cd0c583d5e06 { display: none !important; }}

  #s-d4738a57-0de7-4a57-83e3-cd0c583d5e06-root {
    text-align: center;
  }


#s-d4738a57-0de7-4a57-83e3-cd0c583d5e06.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d4738a57-0de7-4a57-83e3-cd0c583d5e06-root {
    text-align: center;
  }


#s-d4738a57-0de7-4a57-83e3-cd0c583d5e06.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-d4738a57-0de7-4a57-83e3-cd0c583d5e06-root {
    text-align: center;
  }


#s-d4738a57-0de7-4a57-83e3-cd0c583d5e06.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-d4738a57-0de7-4a57-83e3-cd0c583d5e06-root {
    text-align: center;
  }


#s-d4738a57-0de7-4a57-83e3-cd0c583d5e06.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d4738a57-0de7-4a57-83e3-cd0c583d5e06-root {
    text-align: center;
  }


#s-d4738a57-0de7-4a57-83e3-cd0c583d5e06.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-14ef97cb-ee4c-4eea-bebc-961044aa69e4 {
  margin-top: 30px;
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-14ef97cb-ee4c-4eea-bebc-961044aa69e4 {
  display: none;
}
#s-14ef97cb-ee4c-4eea-bebc-961044aa69e4, #wrap-s-14ef97cb-ee4c-4eea-bebc-961044aa69e4, #wrap-content-s-14ef97cb-ee4c-4eea-bebc-961044aa69e4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-14ef97cb-ee4c-4eea-bebc-961044aa69e4 {
  display: none;
}
#s-14ef97cb-ee4c-4eea-bebc-961044aa69e4, #wrap-s-14ef97cb-ee4c-4eea-bebc-961044aa69e4, #wrap-content-s-14ef97cb-ee4c-4eea-bebc-961044aa69e4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-14ef97cb-ee4c-4eea-bebc-961044aa69e4 {
  display: none;
}
#s-14ef97cb-ee4c-4eea-bebc-961044aa69e4, #wrap-s-14ef97cb-ee4c-4eea-bebc-961044aa69e4, #wrap-content-s-14ef97cb-ee4c-4eea-bebc-961044aa69e4 { display: none !important; }}@media (max-width: 767px){#s-14ef97cb-ee4c-4eea-bebc-961044aa69e4 {
  
}
}
#s-054f6c7e-120f-4852-a380-fe827b92d1fe {
  margin-top: 60px;
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-054f6c7e-120f-4852-a380-fe827b92d1fe:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-054f6c7e-120f-4852-a380-fe827b92d1fe:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-054f6c7e-120f-4852-a380-fe827b92d1fe {
  display: none;
}
#s-054f6c7e-120f-4852-a380-fe827b92d1fe, #wrap-s-054f6c7e-120f-4852-a380-fe827b92d1fe, #wrap-content-s-054f6c7e-120f-4852-a380-fe827b92d1fe { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-054f6c7e-120f-4852-a380-fe827b92d1fe {
  display: none;
}
#s-054f6c7e-120f-4852-a380-fe827b92d1fe, #wrap-s-054f6c7e-120f-4852-a380-fe827b92d1fe, #wrap-content-s-054f6c7e-120f-4852-a380-fe827b92d1fe { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-054f6c7e-120f-4852-a380-fe827b92d1fe {
  display: none;
}
#s-054f6c7e-120f-4852-a380-fe827b92d1fe, #wrap-s-054f6c7e-120f-4852-a380-fe827b92d1fe, #wrap-content-s-054f6c7e-120f-4852-a380-fe827b92d1fe { display: none !important; }}@media (max-width: 767px){#s-054f6c7e-120f-4852-a380-fe827b92d1fe {
  
}
}

  #s-054f6c7e-120f-4852-a380-fe827b92d1fe-root {
    text-align: center;
  }


#s-054f6c7e-120f-4852-a380-fe827b92d1fe.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-054f6c7e-120f-4852-a380-fe827b92d1fe-root {
    text-align: center;
  }


#s-054f6c7e-120f-4852-a380-fe827b92d1fe.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-054f6c7e-120f-4852-a380-fe827b92d1fe-root {
    text-align: center;
  }


#s-054f6c7e-120f-4852-a380-fe827b92d1fe.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-054f6c7e-120f-4852-a380-fe827b92d1fe-root {
    text-align: center;
  }


#s-054f6c7e-120f-4852-a380-fe827b92d1fe.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-054f6c7e-120f-4852-a380-fe827b92d1fe-root {
    text-align: center;
  }


#s-054f6c7e-120f-4852-a380-fe827b92d1fe.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-63c47932-700e-472c-9a3a-0cddde2af638 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-63c47932-700e-472c-9a3a-0cddde2af638 {
  display: none;
}
#s-63c47932-700e-472c-9a3a-0cddde2af638, #wrap-s-63c47932-700e-472c-9a3a-0cddde2af638, #wrap-content-s-63c47932-700e-472c-9a3a-0cddde2af638 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-63c47932-700e-472c-9a3a-0cddde2af638 {
  display: none;
}
#s-63c47932-700e-472c-9a3a-0cddde2af638, #wrap-s-63c47932-700e-472c-9a3a-0cddde2af638, #wrap-content-s-63c47932-700e-472c-9a3a-0cddde2af638 { display: none !important; }}@media (max-width: 767px){#s-63c47932-700e-472c-9a3a-0cddde2af638 {
  display: none;
}
#s-63c47932-700e-472c-9a3a-0cddde2af638, #wrap-s-63c47932-700e-472c-9a3a-0cddde2af638, #wrap-content-s-63c47932-700e-472c-9a3a-0cddde2af638 { display: none !important; }}
#s-63c47932-700e-472c-9a3a-0cddde2af638 {
  background-image: url(https://i.shgcdn.com/42872549-7e8a-42bf-8021-3bd7294d180f/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-63c47932-700e-472c-9a3a-0cddde2af638 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-63c47932-700e-472c-9a3a-0cddde2af638.shg-box.shg-c {
  justify-content: flex-start;
}

#s-918f79a5-da48-453e-bb05-1721ef45772a {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-918f79a5-da48-453e-bb05-1721ef45772a {
  display: none;
}
#s-918f79a5-da48-453e-bb05-1721ef45772a, #wrap-s-918f79a5-da48-453e-bb05-1721ef45772a, #wrap-content-s-918f79a5-da48-453e-bb05-1721ef45772a { display: none !important; }}@media (max-width: 767px){#s-918f79a5-da48-453e-bb05-1721ef45772a {
  display: none;
}
#s-918f79a5-da48-453e-bb05-1721ef45772a, #wrap-s-918f79a5-da48-453e-bb05-1721ef45772a, #wrap-content-s-918f79a5-da48-453e-bb05-1721ef45772a { display: none !important; }}
@media (min-width: 0px) {
[id="s-918f79a5-da48-453e-bb05-1721ef45772a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-918f79a5-da48-453e-bb05-1721ef45772a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-918f79a5-da48-453e-bb05-1721ef45772a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-918f79a5-da48-453e-bb05-1721ef45772a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-7ea87823-b85d-4deb-9552-90aeef622d4b {
  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-7ea87823-b85d-4deb-9552-90aeef622d4b {
  display: none;
}
#s-7ea87823-b85d-4deb-9552-90aeef622d4b, #wrap-s-7ea87823-b85d-4deb-9552-90aeef622d4b, #wrap-content-s-7ea87823-b85d-4deb-9552-90aeef622d4b { display: none !important; }}@media (max-width: 767px){#s-7ea87823-b85d-4deb-9552-90aeef622d4b {
  display: none;
}
#s-7ea87823-b85d-4deb-9552-90aeef622d4b, #wrap-s-7ea87823-b85d-4deb-9552-90aeef622d4b, #wrap-content-s-7ea87823-b85d-4deb-9552-90aeef622d4b { display: none !important; }}
#s-6df1e9d8-ef58-40ed-b6df-d03cacf05cc2 {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6df1e9d8-ef58-40ed-b6df-d03cacf05cc2 {
  display: none;
}
#s-6df1e9d8-ef58-40ed-b6df-d03cacf05cc2, #wrap-s-6df1e9d8-ef58-40ed-b6df-d03cacf05cc2, #wrap-content-s-6df1e9d8-ef58-40ed-b6df-d03cacf05cc2 { display: none !important; }}@media (max-width: 767px){#s-6df1e9d8-ef58-40ed-b6df-d03cacf05cc2 {
  display: none;
}
#s-6df1e9d8-ef58-40ed-b6df-d03cacf05cc2, #wrap-s-6df1e9d8-ef58-40ed-b6df-d03cacf05cc2, #wrap-content-s-6df1e9d8-ef58-40ed-b6df-d03cacf05cc2 { display: none !important; }}
@media (min-width: 0px) {
[id="s-6df1e9d8-ef58-40ed-b6df-d03cacf05cc2"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-6df1e9d8-ef58-40ed-b6df-d03cacf05cc2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6df1e9d8-ef58-40ed-b6df-d03cacf05cc2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6df1e9d8-ef58-40ed-b6df-d03cacf05cc2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-f7fd7e7e-c1ec-4a9c-ab32-5b6d6f215ecd {
  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-f7fd7e7e-c1ec-4a9c-ab32-5b6d6f215ecd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f7fd7e7e-c1ec-4a9c-ab32-5b6d6f215ecd:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-f7fd7e7e-c1ec-4a9c-ab32-5b6d6f215ecd {
  display: none;
}
#s-f7fd7e7e-c1ec-4a9c-ab32-5b6d6f215ecd, #wrap-s-f7fd7e7e-c1ec-4a9c-ab32-5b6d6f215ecd, #wrap-content-s-f7fd7e7e-c1ec-4a9c-ab32-5b6d6f215ecd { display: none !important; }}@media (max-width: 767px){#s-f7fd7e7e-c1ec-4a9c-ab32-5b6d6f215ecd {
  display: none;
}
#s-f7fd7e7e-c1ec-4a9c-ab32-5b6d6f215ecd, #wrap-s-f7fd7e7e-c1ec-4a9c-ab32-5b6d6f215ecd, #wrap-content-s-f7fd7e7e-c1ec-4a9c-ab32-5b6d6f215ecd { display: none !important; }}

  #s-f7fd7e7e-c1ec-4a9c-ab32-5b6d6f215ecd-root {
    text-align: center;
  }


#s-f7fd7e7e-c1ec-4a9c-ab32-5b6d6f215ecd.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-f7fd7e7e-c1ec-4a9c-ab32-5b6d6f215ecd-root {
    text-align: center;
  }


#s-f7fd7e7e-c1ec-4a9c-ab32-5b6d6f215ecd.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-f7fd7e7e-c1ec-4a9c-ab32-5b6d6f215ecd-root {
    text-align: center;
  }


#s-f7fd7e7e-c1ec-4a9c-ab32-5b6d6f215ecd.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-f7fd7e7e-c1ec-4a9c-ab32-5b6d6f215ecd-root {
    text-align: center;
  }


#s-f7fd7e7e-c1ec-4a9c-ab32-5b6d6f215ecd.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-f7fd7e7e-c1ec-4a9c-ab32-5b6d6f215ecd-root {
    text-align: center;
  }


#s-f7fd7e7e-c1ec-4a9c-ab32-5b6d6f215ecd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-94e7df10-62d2-4069-b9f4-5f075a4deedc {
  margin-left: 30px;
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(194, 194, 194, 0.6);
}
@media (min-width: 1200px){#s-94e7df10-62d2-4069-b9f4-5f075a4deedc {
  display: none;
}
#s-94e7df10-62d2-4069-b9f4-5f075a4deedc, #wrap-s-94e7df10-62d2-4069-b9f4-5f075a4deedc, #wrap-content-s-94e7df10-62d2-4069-b9f4-5f075a4deedc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-94e7df10-62d2-4069-b9f4-5f075a4deedc {
  display: none;
}
#s-94e7df10-62d2-4069-b9f4-5f075a4deedc, #wrap-s-94e7df10-62d2-4069-b9f4-5f075a4deedc, #wrap-content-s-94e7df10-62d2-4069-b9f4-5f075a4deedc { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-94e7df10-62d2-4069-b9f4-5f075a4deedc {
  display: none;
}
#s-94e7df10-62d2-4069-b9f4-5f075a4deedc, #wrap-s-94e7df10-62d2-4069-b9f4-5f075a4deedc, #wrap-content-s-94e7df10-62d2-4069-b9f4-5f075a4deedc { display: none !important; }}@media (max-width: 767px){#s-94e7df10-62d2-4069-b9f4-5f075a4deedc {
  
}
}
#s-94c15a87-942c-4c00-8f61-5e60044b6215 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 330px;
margin-right: 0px;
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(194, 194, 194, 0);
}
@media (min-width: 1200px){#s-94c15a87-942c-4c00-8f61-5e60044b6215 {
  display: none;
}
#s-94c15a87-942c-4c00-8f61-5e60044b6215, #wrap-s-94c15a87-942c-4c00-8f61-5e60044b6215, #wrap-content-s-94c15a87-942c-4c00-8f61-5e60044b6215 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-94c15a87-942c-4c00-8f61-5e60044b6215 {
  display: none;
}
#s-94c15a87-942c-4c00-8f61-5e60044b6215, #wrap-s-94c15a87-942c-4c00-8f61-5e60044b6215, #wrap-content-s-94c15a87-942c-4c00-8f61-5e60044b6215 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-94c15a87-942c-4c00-8f61-5e60044b6215 {
  
}
}@media (max-width: 767px){#s-94c15a87-942c-4c00-8f61-5e60044b6215 {
  
}
}
#s-06395832-f0ef-42a4-a19a-24f9b6c6d1f8 {
  margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(194, 194, 194, 0.7);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
background-position: center center;
}
#s-06395832-f0ef-42a4-a19a-24f9b6c6d1f8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-06395832-f0ef-42a4-a19a-24f9b6c6d1f8:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-06395832-f0ef-42a4-a19a-24f9b6c6d1f8 {
  display: none;
}
#s-06395832-f0ef-42a4-a19a-24f9b6c6d1f8, #wrap-s-06395832-f0ef-42a4-a19a-24f9b6c6d1f8, #wrap-content-s-06395832-f0ef-42a4-a19a-24f9b6c6d1f8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-06395832-f0ef-42a4-a19a-24f9b6c6d1f8 {
  display: none;
}
#s-06395832-f0ef-42a4-a19a-24f9b6c6d1f8, #wrap-s-06395832-f0ef-42a4-a19a-24f9b6c6d1f8, #wrap-content-s-06395832-f0ef-42a4-a19a-24f9b6c6d1f8 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-06395832-f0ef-42a4-a19a-24f9b6c6d1f8 {
  display: none;
}
#s-06395832-f0ef-42a4-a19a-24f9b6c6d1f8, #wrap-s-06395832-f0ef-42a4-a19a-24f9b6c6d1f8, #wrap-content-s-06395832-f0ef-42a4-a19a-24f9b6c6d1f8 { display: none !important; }}@media (max-width: 767px){#s-06395832-f0ef-42a4-a19a-24f9b6c6d1f8 {
  
}
}

  #s-06395832-f0ef-42a4-a19a-24f9b6c6d1f8-root {
    text-align: center;
  }


#s-06395832-f0ef-42a4-a19a-24f9b6c6d1f8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-06395832-f0ef-42a4-a19a-24f9b6c6d1f8-root {
    text-align: center;
  }


#s-06395832-f0ef-42a4-a19a-24f9b6c6d1f8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-06395832-f0ef-42a4-a19a-24f9b6c6d1f8-root {
    text-align: center;
  }


#s-06395832-f0ef-42a4-a19a-24f9b6c6d1f8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-06395832-f0ef-42a4-a19a-24f9b6c6d1f8-root {
    text-align: center;
  }


#s-06395832-f0ef-42a4-a19a-24f9b6c6d1f8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-06395832-f0ef-42a4-a19a-24f9b6c6d1f8-root {
    text-align: center;
  }


#s-06395832-f0ef-42a4-a19a-24f9b6c6d1f8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-358b52f0-c956-46a4-be95-0ba698ec1014 {
  margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(194, 194, 194, 0.7);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
background-position: center center;
}
#s-358b52f0-c956-46a4-be95-0ba698ec1014:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-358b52f0-c956-46a4-be95-0ba698ec1014:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-358b52f0-c956-46a4-be95-0ba698ec1014 {
  display: none;
}
#s-358b52f0-c956-46a4-be95-0ba698ec1014, #wrap-s-358b52f0-c956-46a4-be95-0ba698ec1014, #wrap-content-s-358b52f0-c956-46a4-be95-0ba698ec1014 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-358b52f0-c956-46a4-be95-0ba698ec1014 {
  display: none;
}
#s-358b52f0-c956-46a4-be95-0ba698ec1014, #wrap-s-358b52f0-c956-46a4-be95-0ba698ec1014, #wrap-content-s-358b52f0-c956-46a4-be95-0ba698ec1014 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-358b52f0-c956-46a4-be95-0ba698ec1014 {
  
}
}@media (max-width: 767px){#s-358b52f0-c956-46a4-be95-0ba698ec1014 {
  
}
}

  #s-358b52f0-c956-46a4-be95-0ba698ec1014-root {
    text-align: center;
  }


#s-358b52f0-c956-46a4-be95-0ba698ec1014.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-358b52f0-c956-46a4-be95-0ba698ec1014-root {
    text-align: center;
  }


#s-358b52f0-c956-46a4-be95-0ba698ec1014.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-358b52f0-c956-46a4-be95-0ba698ec1014-root {
    text-align: center;
  }


#s-358b52f0-c956-46a4-be95-0ba698ec1014.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-358b52f0-c956-46a4-be95-0ba698ec1014-root {
    text-align: center;
  }


#s-358b52f0-c956-46a4-be95-0ba698ec1014.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-358b52f0-c956-46a4-be95-0ba698ec1014-root {
    text-align: center;
  }


#s-358b52f0-c956-46a4-be95-0ba698ec1014.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-daa5b624-9d0d-487d-9634-32f0637ffc5a {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
}
@media (min-width: 1200px){#s-daa5b624-9d0d-487d-9634-32f0637ffc5a {
  display: none;
}
#s-daa5b624-9d0d-487d-9634-32f0637ffc5a, #wrap-s-daa5b624-9d0d-487d-9634-32f0637ffc5a, #wrap-content-s-daa5b624-9d0d-487d-9634-32f0637ffc5a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-daa5b624-9d0d-487d-9634-32f0637ffc5a {
  display: none;
}
#s-daa5b624-9d0d-487d-9634-32f0637ffc5a, #wrap-s-daa5b624-9d0d-487d-9634-32f0637ffc5a, #wrap-content-s-daa5b624-9d0d-487d-9634-32f0637ffc5a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-daa5b624-9d0d-487d-9634-32f0637ffc5a {
  display: none;
}
#s-daa5b624-9d0d-487d-9634-32f0637ffc5a, #wrap-s-daa5b624-9d0d-487d-9634-32f0637ffc5a, #wrap-content-s-daa5b624-9d0d-487d-9634-32f0637ffc5a { display: none !important; }}
#s-daa5b624-9d0d-487d-9634-32f0637ffc5a {
  background-image: url(https://i.shgcdn.com/a6176e36-4136-4ec4-bf83-c5b4116df8cb/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-daa5b624-9d0d-487d-9634-32f0637ffc5a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-daa5b624-9d0d-487d-9634-32f0637ffc5a.shg-box.shg-c {
  justify-content: center;
}

#s-40c326fd-aeea-4540-a282-8e22f8537430 {
  margin-top: 100px;
margin-left: 20px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-40c326fd-aeea-4540-a282-8e22f8537430 {
  display: none;
}
#s-40c326fd-aeea-4540-a282-8e22f8537430, #wrap-s-40c326fd-aeea-4540-a282-8e22f8537430, #wrap-content-s-40c326fd-aeea-4540-a282-8e22f8537430 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-40c326fd-aeea-4540-a282-8e22f8537430 {
  display: none;
}
#s-40c326fd-aeea-4540-a282-8e22f8537430, #wrap-s-40c326fd-aeea-4540-a282-8e22f8537430, #wrap-content-s-40c326fd-aeea-4540-a282-8e22f8537430 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-40c326fd-aeea-4540-a282-8e22f8537430 {
  display: none;
}
#s-40c326fd-aeea-4540-a282-8e22f8537430, #wrap-s-40c326fd-aeea-4540-a282-8e22f8537430, #wrap-content-s-40c326fd-aeea-4540-a282-8e22f8537430 { display: none !important; }}
@media (min-width: 0px) {
[id="s-40c326fd-aeea-4540-a282-8e22f8537430"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-40c326fd-aeea-4540-a282-8e22f8537430"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-40c326fd-aeea-4540-a282-8e22f8537430"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-40c326fd-aeea-4540-a282-8e22f8537430"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-0489a6ae-92b4-4ee9-bf79-31821da7edd9 {
  margin-top: 25px;
margin-bottom: 25px;
}

#s-137e9765-0bbf-4477-a0d5-4f2a2f96086b {
  margin-top: 30px;
margin-bottom: 30px;
}
@media (max-width: 767px){#s-137e9765-0bbf-4477-a0d5-4f2a2f96086b {
  display: none;
}
#s-137e9765-0bbf-4477-a0d5-4f2a2f96086b, #wrap-s-137e9765-0bbf-4477-a0d5-4f2a2f96086b, #wrap-content-s-137e9765-0bbf-4477-a0d5-4f2a2f96086b { display: none !important; }}
@media (min-width: 0px) {
[id="s-137e9765-0bbf-4477-a0d5-4f2a2f96086b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-137e9765-0bbf-4477-a0d5-4f2a2f96086b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-137e9765-0bbf-4477-a0d5-4f2a2f96086b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-137e9765-0bbf-4477-a0d5-4f2a2f96086b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e2271bf7-99e5-4593-b567-c12f4b1fb413 {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (max-width: 767px){#s-89139528-dd2e-48dd-bd87-74c6878f9474 {
  display: none;
}
#s-89139528-dd2e-48dd-bd87-74c6878f9474, #wrap-s-89139528-dd2e-48dd-bd87-74c6878f9474, #wrap-content-s-89139528-dd2e-48dd-bd87-74c6878f9474 { display: none !important; }}
@media (min-width: 0px) {
[id="s-89139528-dd2e-48dd-bd87-74c6878f9474"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-89139528-dd2e-48dd-bd87-74c6878f9474"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-89139528-dd2e-48dd-bd87-74c6878f9474"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-89139528-dd2e-48dd-bd87-74c6878f9474"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-074dba5c-3995-4ce3-9923-b1e9cc21277c {
  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-074dba5c-3995-4ce3-9923-b1e9cc21277c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-074dba5c-3995-4ce3-9923-b1e9cc21277c:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODhkNTEwN2MtNDgxNy00MTIwLTgzN2QtMjAwYjM0Y2RmZmZlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjFmMWVhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4OGQ1MTA3Yy00ODE3LTQxMjAtODM3ZC0yMDBiMzRjZGZmZmUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 15px !important;
border-left-width: 15px !important;
border-bottom-width: 15px !important;
border-right-width: 15px !important;
border-color: #2C2A34 !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"pos"=>"0.00", "color"=>"#f1f1ea"}, {"pos"=>"1.00", "color"=>"#7e20cf"}] !important;}

  #s-074dba5c-3995-4ce3-9923-b1e9cc21277c-root {
    text-align: center;
  }


#s-074dba5c-3995-4ce3-9923-b1e9cc21277c.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-074dba5c-3995-4ce3-9923-b1e9cc21277c-root {
    text-align: center;
  }


#s-074dba5c-3995-4ce3-9923-b1e9cc21277c.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-074dba5c-3995-4ce3-9923-b1e9cc21277c-root {
    text-align: center;
  }


#s-074dba5c-3995-4ce3-9923-b1e9cc21277c.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-074dba5c-3995-4ce3-9923-b1e9cc21277c-root {
    text-align: center;
  }


#s-074dba5c-3995-4ce3-9923-b1e9cc21277c.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-074dba5c-3995-4ce3-9923-b1e9cc21277c-root {
    text-align: center;
  }


#s-074dba5c-3995-4ce3-9923-b1e9cc21277c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-4428225a-f42e-48cc-8024-c64f4ec50d0c {
  border-style: solid;
margin-top: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 15px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-4428225a-f42e-48cc-8024-c64f4ec50d0c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4428225a-f42e-48cc-8024-c64f4ec50d0c:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODhkNTEwN2MtNDgxNy00MTIwLTgzN2QtMjAwYjM0Y2RmZmZlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjFmMWVhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4OGQ1MTA3Yy00ODE3LTQxMjAtODM3ZC0yMDBiMzRjZGZmZmUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 15px !important;
border-left-width: 15px !important;
border-bottom-width: 15px !important;
border-right-width: 15px !important;
border-color: #2C2A34 !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"pos"=>"0.00", "color"=>"#f1f1ea"}, {"pos"=>"1.00", "color"=>"#7e20cf"}] !important;}@media (min-width: 1200px){#s-4428225a-f42e-48cc-8024-c64f4ec50d0c {
  display: none;
}
#s-4428225a-f42e-48cc-8024-c64f4ec50d0c, #wrap-s-4428225a-f42e-48cc-8024-c64f4ec50d0c, #wrap-content-s-4428225a-f42e-48cc-8024-c64f4ec50d0c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4428225a-f42e-48cc-8024-c64f4ec50d0c {
  display: none;
}
#s-4428225a-f42e-48cc-8024-c64f4ec50d0c, #wrap-s-4428225a-f42e-48cc-8024-c64f4ec50d0c, #wrap-content-s-4428225a-f42e-48cc-8024-c64f4ec50d0c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4428225a-f42e-48cc-8024-c64f4ec50d0c {
  display: none;
}
#s-4428225a-f42e-48cc-8024-c64f4ec50d0c, #wrap-s-4428225a-f42e-48cc-8024-c64f4ec50d0c, #wrap-content-s-4428225a-f42e-48cc-8024-c64f4ec50d0c { display: none !important; }}

  #s-4428225a-f42e-48cc-8024-c64f4ec50d0c-root {
    text-align: center;
  }


#s-4428225a-f42e-48cc-8024-c64f4ec50d0c.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-4428225a-f42e-48cc-8024-c64f4ec50d0c-root {
    text-align: center;
  }


#s-4428225a-f42e-48cc-8024-c64f4ec50d0c.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-4428225a-f42e-48cc-8024-c64f4ec50d0c-root {
    text-align: center;
  }


#s-4428225a-f42e-48cc-8024-c64f4ec50d0c.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-4428225a-f42e-48cc-8024-c64f4ec50d0c-root {
    text-align: center;
  }


#s-4428225a-f42e-48cc-8024-c64f4ec50d0c.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-4428225a-f42e-48cc-8024-c64f4ec50d0c-root {
    text-align: center;
  }


#s-4428225a-f42e-48cc-8024-c64f4ec50d0c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-4f538608-7869-4b57-b0e3-08d2c78bf10d {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-4f538608-7869-4b57-b0e3-08d2c78bf10d {
  display: none;
}
#s-4f538608-7869-4b57-b0e3-08d2c78bf10d, #wrap-s-4f538608-7869-4b57-b0e3-08d2c78bf10d, #wrap-content-s-4f538608-7869-4b57-b0e3-08d2c78bf10d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4f538608-7869-4b57-b0e3-08d2c78bf10d {
  display: none;
}
#s-4f538608-7869-4b57-b0e3-08d2c78bf10d, #wrap-s-4f538608-7869-4b57-b0e3-08d2c78bf10d, #wrap-content-s-4f538608-7869-4b57-b0e3-08d2c78bf10d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4f538608-7869-4b57-b0e3-08d2c78bf10d {
  
}
}@media (max-width: 767px){#s-4f538608-7869-4b57-b0e3-08d2c78bf10d {
  display: none;
}
#s-4f538608-7869-4b57-b0e3-08d2c78bf10d, #wrap-s-4f538608-7869-4b57-b0e3-08d2c78bf10d, #wrap-content-s-4f538608-7869-4b57-b0e3-08d2c78bf10d { display: none !important; }}
#s-4f538608-7869-4b57-b0e3-08d2c78bf10d {
  background-image: url(https://i.shgcdn.com/f81b913f-f2e1-46d7-8b65-36ed836a9522/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-4f538608-7869-4b57-b0e3-08d2c78bf10d > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
  display: block;
}#s-4f538608-7869-4b57-b0e3-08d2c78bf10d.shg-box.shg-c {
  justify-content: flex-start;
}

@media (min-width: 768px) and (max-width: 991px){#s-f642cd88-c15f-413c-8d93-cb56ee3f2abb {
  display: none;
}
#s-f642cd88-c15f-413c-8d93-cb56ee3f2abb, #wrap-s-f642cd88-c15f-413c-8d93-cb56ee3f2abb, #wrap-content-s-f642cd88-c15f-413c-8d93-cb56ee3f2abb { display: none !important; }}@media (max-width: 767px){#s-f642cd88-c15f-413c-8d93-cb56ee3f2abb {
  display: none;
}
#s-f642cd88-c15f-413c-8d93-cb56ee3f2abb, #wrap-s-f642cd88-c15f-413c-8d93-cb56ee3f2abb, #wrap-content-s-f642cd88-c15f-413c-8d93-cb56ee3f2abb { display: none !important; }}
@media (min-width: 0px) {
[id="s-f642cd88-c15f-413c-8d93-cb56ee3f2abb"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-f642cd88-c15f-413c-8d93-cb56ee3f2abb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f642cd88-c15f-413c-8d93-cb56ee3f2abb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f642cd88-c15f-413c-8d93-cb56ee3f2abb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.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-e800fe32-ec88-4345-9893-e1b703a16a93 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-e800fe32-ec88-4345-9893-e1b703a16a93 {
  display: none;
}
#s-e800fe32-ec88-4345-9893-e1b703a16a93, #wrap-s-e800fe32-ec88-4345-9893-e1b703a16a93, #wrap-content-s-e800fe32-ec88-4345-9893-e1b703a16a93 { display: none !important; }}@media (max-width: 767px){#s-e800fe32-ec88-4345-9893-e1b703a16a93 {
  display: none;
}
#s-e800fe32-ec88-4345-9893-e1b703a16a93, #wrap-s-e800fe32-ec88-4345-9893-e1b703a16a93, #wrap-content-s-e800fe32-ec88-4345-9893-e1b703a16a93 { display: none !important; }}
#s-e800fe32-ec88-4345-9893-e1b703a16a93 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}



#s-507b95f5-2497-4a5b-805b-8354fba43f9e {
  margin-top: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.5);
}
@media (min-width: 768px) and (max-width: 991px){#s-507b95f5-2497-4a5b-805b-8354fba43f9e {
  display: none;
}
#s-507b95f5-2497-4a5b-805b-8354fba43f9e, #wrap-s-507b95f5-2497-4a5b-805b-8354fba43f9e, #wrap-content-s-507b95f5-2497-4a5b-805b-8354fba43f9e { display: none !important; }}@media (max-width: 767px){#s-507b95f5-2497-4a5b-805b-8354fba43f9e {
  display: none;
}
#s-507b95f5-2497-4a5b-805b-8354fba43f9e, #wrap-s-507b95f5-2497-4a5b-805b-8354fba43f9e, #wrap-content-s-507b95f5-2497-4a5b-805b-8354fba43f9e { display: none !important; }}
#s-a188491b-df57-430f-83f3-2a1960981d32 {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a188491b-df57-430f-83f3-2a1960981d32 {
  display: none;
}
#s-a188491b-df57-430f-83f3-2a1960981d32, #wrap-s-a188491b-df57-430f-83f3-2a1960981d32, #wrap-content-s-a188491b-df57-430f-83f3-2a1960981d32 { display: none !important; }}@media (max-width: 767px){#s-a188491b-df57-430f-83f3-2a1960981d32 {
  display: none;
}
#s-a188491b-df57-430f-83f3-2a1960981d32, #wrap-s-a188491b-df57-430f-83f3-2a1960981d32, #wrap-content-s-a188491b-df57-430f-83f3-2a1960981d32 { display: none !important; }}
@media (min-width: 0px) {
[id="s-a188491b-df57-430f-83f3-2a1960981d32"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-a188491b-df57-430f-83f3-2a1960981d32"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a188491b-df57-430f-83f3-2a1960981d32"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a188491b-df57-430f-83f3-2a1960981d32"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-d5381512-325d-4999-b836-3677e33cabf8 {
  margin-top: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 10px;
background-color: #252525;
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
}
#s-d5381512-325d-4999-b836-3677e33cabf8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d5381512-325d-4999-b836-3677e33cabf8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d5381512-325d-4999-b836-3677e33cabf8-root {
    text-align: center;
  }


#s-d5381512-325d-4999-b836-3677e33cabf8.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-d5381512-325d-4999-b836-3677e33cabf8-root {
    text-align: center;
  }


#s-d5381512-325d-4999-b836-3677e33cabf8.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-d5381512-325d-4999-b836-3677e33cabf8-root {
    text-align: center;
  }


#s-d5381512-325d-4999-b836-3677e33cabf8.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-d5381512-325d-4999-b836-3677e33cabf8-root {
    text-align: center;
  }


#s-d5381512-325d-4999-b836-3677e33cabf8.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-d5381512-325d-4999-b836-3677e33cabf8-root {
    text-align: center;
  }


#s-d5381512-325d-4999-b836-3677e33cabf8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-6afff65c-6dad-4a60-ba8b-fb82edcfbe19 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
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: 1200px){#s-6afff65c-6dad-4a60-ba8b-fb82edcfbe19 {
  display: none;
}
#s-6afff65c-6dad-4a60-ba8b-fb82edcfbe19, #wrap-s-6afff65c-6dad-4a60-ba8b-fb82edcfbe19, #wrap-content-s-6afff65c-6dad-4a60-ba8b-fb82edcfbe19 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6afff65c-6dad-4a60-ba8b-fb82edcfbe19 {
  display: none;
}
#s-6afff65c-6dad-4a60-ba8b-fb82edcfbe19, #wrap-s-6afff65c-6dad-4a60-ba8b-fb82edcfbe19, #wrap-content-s-6afff65c-6dad-4a60-ba8b-fb82edcfbe19 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6afff65c-6dad-4a60-ba8b-fb82edcfbe19 {
  
}
}@media (max-width: 767px){#s-6afff65c-6dad-4a60-ba8b-fb82edcfbe19 {
  
}
}
#s-60edcbfa-315e-48cd-ac9b-9a71cf26662c {
  margin-top: 330px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.9);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
}
#s-60edcbfa-315e-48cd-ac9b-9a71cf26662c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-60edcbfa-315e-48cd-ac9b-9a71cf26662c:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-60edcbfa-315e-48cd-ac9b-9a71cf26662c {
  display: none;
}
#s-60edcbfa-315e-48cd-ac9b-9a71cf26662c, #wrap-s-60edcbfa-315e-48cd-ac9b-9a71cf26662c, #wrap-content-s-60edcbfa-315e-48cd-ac9b-9a71cf26662c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-60edcbfa-315e-48cd-ac9b-9a71cf26662c {
  display: none;
}
#s-60edcbfa-315e-48cd-ac9b-9a71cf26662c, #wrap-s-60edcbfa-315e-48cd-ac9b-9a71cf26662c, #wrap-content-s-60edcbfa-315e-48cd-ac9b-9a71cf26662c { display: none !important; }}

  #s-60edcbfa-315e-48cd-ac9b-9a71cf26662c-root {
    text-align: center;
  }


#s-60edcbfa-315e-48cd-ac9b-9a71cf26662c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-60edcbfa-315e-48cd-ac9b-9a71cf26662c-root {
    text-align: center;
  }


#s-60edcbfa-315e-48cd-ac9b-9a71cf26662c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-60edcbfa-315e-48cd-ac9b-9a71cf26662c-root {
    text-align: center;
  }


#s-60edcbfa-315e-48cd-ac9b-9a71cf26662c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-60edcbfa-315e-48cd-ac9b-9a71cf26662c-root {
    text-align: center;
  }


#s-60edcbfa-315e-48cd-ac9b-9a71cf26662c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-60edcbfa-315e-48cd-ac9b-9a71cf26662c-root {
    text-align: center;
  }


#s-60edcbfa-315e-48cd-ac9b-9a71cf26662c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-874b7730-c622-44b0-8f6a-dc924122ac26 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-874b7730-c622-44b0-8f6a-dc924122ac26 {
  display: none;
}
#s-874b7730-c622-44b0-8f6a-dc924122ac26, #wrap-s-874b7730-c622-44b0-8f6a-dc924122ac26, #wrap-content-s-874b7730-c622-44b0-8f6a-dc924122ac26 { display: none !important; }}@media (max-width: 767px){#s-874b7730-c622-44b0-8f6a-dc924122ac26 {
  display: none;
}
#s-874b7730-c622-44b0-8f6a-dc924122ac26, #wrap-s-874b7730-c622-44b0-8f6a-dc924122ac26, #wrap-content-s-874b7730-c622-44b0-8f6a-dc924122ac26 { display: none !important; }}
#s-874b7730-c622-44b0-8f6a-dc924122ac26 {
  background-image: url(https://i.shgcdn.com/1f92fb9f-8a8f-42bb-b88f-8a34db9098a8/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-874b7730-c622-44b0-8f6a-dc924122ac26 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-874b7730-c622-44b0-8f6a-dc924122ac26 {
  cursor: pointer;
}#s-874b7730-c622-44b0-8f6a-dc924122ac26.shg-box.shg-c {
  justify-content: center;
}

#s-fbd79a61-37d9-4cd2-bfdb-749c53b47894 {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-fbd79a61-37d9-4cd2-bfdb-749c53b47894 {
  display: none;
}
#s-fbd79a61-37d9-4cd2-bfdb-749c53b47894, #wrap-s-fbd79a61-37d9-4cd2-bfdb-749c53b47894, #wrap-content-s-fbd79a61-37d9-4cd2-bfdb-749c53b47894 { display: none !important; }}@media (max-width: 767px){#s-fbd79a61-37d9-4cd2-bfdb-749c53b47894 {
  display: none;
}
#s-fbd79a61-37d9-4cd2-bfdb-749c53b47894, #wrap-s-fbd79a61-37d9-4cd2-bfdb-749c53b47894, #wrap-content-s-fbd79a61-37d9-4cd2-bfdb-749c53b47894 { display: none !important; }}
@media (min-width: 0px) {
[id="s-fbd79a61-37d9-4cd2-bfdb-749c53b47894"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-fbd79a61-37d9-4cd2-bfdb-749c53b47894"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-fbd79a61-37d9-4cd2-bfdb-749c53b47894"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-fbd79a61-37d9-4cd2-bfdb-749c53b47894"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-14a36061-241a-4b31-ba19-35e9fa79a3f6 {
  margin-top: 0px;
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-14a36061-241a-4b31-ba19-35e9fa79a3f6 {
  display: none;
}
#s-14a36061-241a-4b31-ba19-35e9fa79a3f6, #wrap-s-14a36061-241a-4b31-ba19-35e9fa79a3f6, #wrap-content-s-14a36061-241a-4b31-ba19-35e9fa79a3f6 { display: none !important; }}@media (max-width: 767px){#s-14a36061-241a-4b31-ba19-35e9fa79a3f6 {
  display: none;
}
#s-14a36061-241a-4b31-ba19-35e9fa79a3f6, #wrap-s-14a36061-241a-4b31-ba19-35e9fa79a3f6, #wrap-content-s-14a36061-241a-4b31-ba19-35e9fa79a3f6 { display: none !important; }}
#s-abb3f440-38a7-4b55-ae0d-8ea1477e50ab {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-abb3f440-38a7-4b55-ae0d-8ea1477e50ab {
  display: none;
}
#s-abb3f440-38a7-4b55-ae0d-8ea1477e50ab, #wrap-s-abb3f440-38a7-4b55-ae0d-8ea1477e50ab, #wrap-content-s-abb3f440-38a7-4b55-ae0d-8ea1477e50ab { display: none !important; }}@media (max-width: 767px){#s-abb3f440-38a7-4b55-ae0d-8ea1477e50ab {
  display: none;
}
#s-abb3f440-38a7-4b55-ae0d-8ea1477e50ab, #wrap-s-abb3f440-38a7-4b55-ae0d-8ea1477e50ab, #wrap-content-s-abb3f440-38a7-4b55-ae0d-8ea1477e50ab { display: none !important; }}
@media (min-width: 0px) {
[id="s-abb3f440-38a7-4b55-ae0d-8ea1477e50ab"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-abb3f440-38a7-4b55-ae0d-8ea1477e50ab"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-abb3f440-38a7-4b55-ae0d-8ea1477e50ab"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-abb3f440-38a7-4b55-ae0d-8ea1477e50ab"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-0dd10204-19e3-414e-afa7-692ebf2cb70a {
  margin-top: 50px;
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-0dd10204-19e3-414e-afa7-692ebf2cb70a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0dd10204-19e3-414e-afa7-692ebf2cb70a:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-0dd10204-19e3-414e-afa7-692ebf2cb70a {
  display: none;
}
#s-0dd10204-19e3-414e-afa7-692ebf2cb70a, #wrap-s-0dd10204-19e3-414e-afa7-692ebf2cb70a, #wrap-content-s-0dd10204-19e3-414e-afa7-692ebf2cb70a { display: none !important; }}@media (max-width: 767px){#s-0dd10204-19e3-414e-afa7-692ebf2cb70a {
  display: none;
}
#s-0dd10204-19e3-414e-afa7-692ebf2cb70a, #wrap-s-0dd10204-19e3-414e-afa7-692ebf2cb70a, #wrap-content-s-0dd10204-19e3-414e-afa7-692ebf2cb70a { display: none !important; }}

  #s-0dd10204-19e3-414e-afa7-692ebf2cb70a-root {
    text-align: center;
  }


#s-0dd10204-19e3-414e-afa7-692ebf2cb70a.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-0dd10204-19e3-414e-afa7-692ebf2cb70a-root {
    text-align: center;
  }


#s-0dd10204-19e3-414e-afa7-692ebf2cb70a.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-0dd10204-19e3-414e-afa7-692ebf2cb70a-root {
    text-align: center;
  }


#s-0dd10204-19e3-414e-afa7-692ebf2cb70a.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-0dd10204-19e3-414e-afa7-692ebf2cb70a-root {
    text-align: center;
  }


#s-0dd10204-19e3-414e-afa7-692ebf2cb70a.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-0dd10204-19e3-414e-afa7-692ebf2cb70a-root {
    text-align: center;
  }


#s-0dd10204-19e3-414e-afa7-692ebf2cb70a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-2df92169-ea3b-4be3-9db6-971d354c3078 {
  box-shadow:0px 0px 0px 0px ;
background-repeat: no-repeat;
background-size: cover;
min-height: 550px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-2df92169-ea3b-4be3-9db6-971d354c3078 {
  display: none;
}
#s-2df92169-ea3b-4be3-9db6-971d354c3078, #wrap-s-2df92169-ea3b-4be3-9db6-971d354c3078, #wrap-content-s-2df92169-ea3b-4be3-9db6-971d354c3078 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2df92169-ea3b-4be3-9db6-971d354c3078 {
  display: none;
}
#s-2df92169-ea3b-4be3-9db6-971d354c3078, #wrap-s-2df92169-ea3b-4be3-9db6-971d354c3078, #wrap-content-s-2df92169-ea3b-4be3-9db6-971d354c3078 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2df92169-ea3b-4be3-9db6-971d354c3078 {
  display: none;
}
#s-2df92169-ea3b-4be3-9db6-971d354c3078, #wrap-s-2df92169-ea3b-4be3-9db6-971d354c3078, #wrap-content-s-2df92169-ea3b-4be3-9db6-971d354c3078 { display: none !important; }}
#s-2df92169-ea3b-4be3-9db6-971d354c3078 {
  background-image: url(https://i.shgcdn.com/d2fddb88-9dff-43c2-935a-69d8c8bfa5f3/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-2df92169-ea3b-4be3-9db6-971d354c3078 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2df92169-ea3b-4be3-9db6-971d354c3078.shg-box.shg-c {
  justify-content: flex-start;
}

#s-05f576ac-abe6-40ba-9a1d-feaea604cac3 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-05f576ac-abe6-40ba-9a1d-feaea604cac3 {
  display: none;
}
#s-05f576ac-abe6-40ba-9a1d-feaea604cac3, #wrap-s-05f576ac-abe6-40ba-9a1d-feaea604cac3, #wrap-content-s-05f576ac-abe6-40ba-9a1d-feaea604cac3 { display: none !important; }}@media (max-width: 767px){#s-05f576ac-abe6-40ba-9a1d-feaea604cac3 {
  display: none;
}
#s-05f576ac-abe6-40ba-9a1d-feaea604cac3, #wrap-s-05f576ac-abe6-40ba-9a1d-feaea604cac3, #wrap-content-s-05f576ac-abe6-40ba-9a1d-feaea604cac3 { display: none !important; }}
@media (min-width: 0px) {
[id="s-05f576ac-abe6-40ba-9a1d-feaea604cac3"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-05f576ac-abe6-40ba-9a1d-feaea604cac3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-05f576ac-abe6-40ba-9a1d-feaea604cac3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-05f576ac-abe6-40ba-9a1d-feaea604cac3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-e3f04e83-43a2-4290-933f-7de6a8407c0b {
  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-e3f04e83-43a2-4290-933f-7de6a8407c0b {
  display: none;
}
#s-e3f04e83-43a2-4290-933f-7de6a8407c0b, #wrap-s-e3f04e83-43a2-4290-933f-7de6a8407c0b, #wrap-content-s-e3f04e83-43a2-4290-933f-7de6a8407c0b { display: none !important; }}@media (max-width: 767px){#s-e3f04e83-43a2-4290-933f-7de6a8407c0b {
  display: none;
}
#s-e3f04e83-43a2-4290-933f-7de6a8407c0b, #wrap-s-e3f04e83-43a2-4290-933f-7de6a8407c0b, #wrap-content-s-e3f04e83-43a2-4290-933f-7de6a8407c0b { display: none !important; }}
#s-81a9c20e-5984-421b-a98e-bf1f865fab44 {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-81a9c20e-5984-421b-a98e-bf1f865fab44 {
  display: none;
}
#s-81a9c20e-5984-421b-a98e-bf1f865fab44, #wrap-s-81a9c20e-5984-421b-a98e-bf1f865fab44, #wrap-content-s-81a9c20e-5984-421b-a98e-bf1f865fab44 { display: none !important; }}@media (max-width: 767px){#s-81a9c20e-5984-421b-a98e-bf1f865fab44 {
  display: none;
}
#s-81a9c20e-5984-421b-a98e-bf1f865fab44, #wrap-s-81a9c20e-5984-421b-a98e-bf1f865fab44, #wrap-content-s-81a9c20e-5984-421b-a98e-bf1f865fab44 { display: none !important; }}
@media (min-width: 0px) {
[id="s-81a9c20e-5984-421b-a98e-bf1f865fab44"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-81a9c20e-5984-421b-a98e-bf1f865fab44"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-81a9c20e-5984-421b-a98e-bf1f865fab44"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-81a9c20e-5984-421b-a98e-bf1f865fab44"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-7e107c19-958c-4ff2-a1e2-569e1d74ae1e {
  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-7e107c19-958c-4ff2-a1e2-569e1d74ae1e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7e107c19-958c-4ff2-a1e2-569e1d74ae1e:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-7e107c19-958c-4ff2-a1e2-569e1d74ae1e {
  display: none;
}
#s-7e107c19-958c-4ff2-a1e2-569e1d74ae1e, #wrap-s-7e107c19-958c-4ff2-a1e2-569e1d74ae1e, #wrap-content-s-7e107c19-958c-4ff2-a1e2-569e1d74ae1e { display: none !important; }}@media (max-width: 767px){#s-7e107c19-958c-4ff2-a1e2-569e1d74ae1e {
  display: none;
}
#s-7e107c19-958c-4ff2-a1e2-569e1d74ae1e, #wrap-s-7e107c19-958c-4ff2-a1e2-569e1d74ae1e, #wrap-content-s-7e107c19-958c-4ff2-a1e2-569e1d74ae1e { display: none !important; }}

  #s-7e107c19-958c-4ff2-a1e2-569e1d74ae1e-root {
    text-align: center;
  }


#s-7e107c19-958c-4ff2-a1e2-569e1d74ae1e.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-7e107c19-958c-4ff2-a1e2-569e1d74ae1e-root {
    text-align: center;
  }


#s-7e107c19-958c-4ff2-a1e2-569e1d74ae1e.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-7e107c19-958c-4ff2-a1e2-569e1d74ae1e-root {
    text-align: center;
  }


#s-7e107c19-958c-4ff2-a1e2-569e1d74ae1e.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-7e107c19-958c-4ff2-a1e2-569e1d74ae1e-root {
    text-align: center;
  }


#s-7e107c19-958c-4ff2-a1e2-569e1d74ae1e.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-7e107c19-958c-4ff2-a1e2-569e1d74ae1e-root {
    text-align: center;
  }


#s-7e107c19-958c-4ff2-a1e2-569e1d74ae1e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-e3c399d2-4dc1-47cc-8560-3a9338579255 {
  margin-top: 10px;
margin-bottom: 30px;
padding-left: 30px;
padding-right: 30px;
}
@media (min-width: 1200px){#s-e3c399d2-4dc1-47cc-8560-3a9338579255 {
  display: none;
}
#s-e3c399d2-4dc1-47cc-8560-3a9338579255, #wrap-s-e3c399d2-4dc1-47cc-8560-3a9338579255, #wrap-content-s-e3c399d2-4dc1-47cc-8560-3a9338579255 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e3c399d2-4dc1-47cc-8560-3a9338579255 {
  display: none;
}
#s-e3c399d2-4dc1-47cc-8560-3a9338579255, #wrap-s-e3c399d2-4dc1-47cc-8560-3a9338579255, #wrap-content-s-e3c399d2-4dc1-47cc-8560-3a9338579255 { display: none !important; }}@media (max-width: 767px){#s-e3c399d2-4dc1-47cc-8560-3a9338579255 {
  display: none;
}
#s-e3c399d2-4dc1-47cc-8560-3a9338579255, #wrap-s-e3c399d2-4dc1-47cc-8560-3a9338579255, #wrap-content-s-e3c399d2-4dc1-47cc-8560-3a9338579255 { display: none !important; }}
@media (min-width: 0px) {
[id="s-e3c399d2-4dc1-47cc-8560-3a9338579255"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-e3c399d2-4dc1-47cc-8560-3a9338579255"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e3c399d2-4dc1-47cc-8560-3a9338579255"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e3c399d2-4dc1-47cc-8560-3a9338579255"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-092f00fb-daa4-4c26-acde-d63c82322f54 {
  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(194, 194, 194, 0.5);
}
@media (min-width: 1200px){#s-092f00fb-daa4-4c26-acde-d63c82322f54 {
  display: none;
}
#s-092f00fb-daa4-4c26-acde-d63c82322f54, #wrap-s-092f00fb-daa4-4c26-acde-d63c82322f54, #wrap-content-s-092f00fb-daa4-4c26-acde-d63c82322f54 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-092f00fb-daa4-4c26-acde-d63c82322f54 {
  display: none;
}
#s-092f00fb-daa4-4c26-acde-d63c82322f54, #wrap-s-092f00fb-daa4-4c26-acde-d63c82322f54, #wrap-content-s-092f00fb-daa4-4c26-acde-d63c82322f54 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-092f00fb-daa4-4c26-acde-d63c82322f54 {
  
}
}@media (max-width: 767px){#s-092f00fb-daa4-4c26-acde-d63c82322f54 {
  
}
}
#s-a22babf7-763b-43ed-9c7d-aad301597135 {
  margin-left: 30px;
margin-bottom: 50px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-a22babf7-763b-43ed-9c7d-aad301597135 {
  display: none;
}
#s-a22babf7-763b-43ed-9c7d-aad301597135, #wrap-s-a22babf7-763b-43ed-9c7d-aad301597135, #wrap-content-s-a22babf7-763b-43ed-9c7d-aad301597135 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a22babf7-763b-43ed-9c7d-aad301597135 {
  display: none;
}
#s-a22babf7-763b-43ed-9c7d-aad301597135, #wrap-s-a22babf7-763b-43ed-9c7d-aad301597135, #wrap-content-s-a22babf7-763b-43ed-9c7d-aad301597135 { display: none !important; }}@media (max-width: 767px){#s-a22babf7-763b-43ed-9c7d-aad301597135 {
  display: none;
}
#s-a22babf7-763b-43ed-9c7d-aad301597135, #wrap-s-a22babf7-763b-43ed-9c7d-aad301597135, #wrap-content-s-a22babf7-763b-43ed-9c7d-aad301597135 { display: none !important; }}
@media (min-width: 0px) {
[id="s-a22babf7-763b-43ed-9c7d-aad301597135"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a22babf7-763b-43ed-9c7d-aad301597135"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a22babf7-763b-43ed-9c7d-aad301597135"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a22babf7-763b-43ed-9c7d-aad301597135"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2f48ccf0-540b-40dd-9861-394b78a201db {
  margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(194, 194, 194, 0.7);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
background-position: center center;
}
#s-2f48ccf0-540b-40dd-9861-394b78a201db:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2f48ccf0-540b-40dd-9861-394b78a201db:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-2f48ccf0-540b-40dd-9861-394b78a201db {
  display: none;
}
#s-2f48ccf0-540b-40dd-9861-394b78a201db, #wrap-s-2f48ccf0-540b-40dd-9861-394b78a201db, #wrap-content-s-2f48ccf0-540b-40dd-9861-394b78a201db { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2f48ccf0-540b-40dd-9861-394b78a201db {
  display: none;
}
#s-2f48ccf0-540b-40dd-9861-394b78a201db, #wrap-s-2f48ccf0-540b-40dd-9861-394b78a201db, #wrap-content-s-2f48ccf0-540b-40dd-9861-394b78a201db { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2f48ccf0-540b-40dd-9861-394b78a201db {
  
}
}@media (max-width: 767px){#s-2f48ccf0-540b-40dd-9861-394b78a201db {
  
}
}

  #s-2f48ccf0-540b-40dd-9861-394b78a201db-root {
    text-align: center;
  }


#s-2f48ccf0-540b-40dd-9861-394b78a201db.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2f48ccf0-540b-40dd-9861-394b78a201db-root {
    text-align: center;
  }


#s-2f48ccf0-540b-40dd-9861-394b78a201db.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2f48ccf0-540b-40dd-9861-394b78a201db-root {
    text-align: center;
  }


#s-2f48ccf0-540b-40dd-9861-394b78a201db.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2f48ccf0-540b-40dd-9861-394b78a201db-root {
    text-align: center;
  }


#s-2f48ccf0-540b-40dd-9861-394b78a201db.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2f48ccf0-540b-40dd-9861-394b78a201db-root {
    text-align: center;
  }


#s-2f48ccf0-540b-40dd-9861-394b78a201db.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-b0696726-ad5f-4543-b58d-cc0e1741589b {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 330px;
margin-right: 0px;
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(194, 194, 194, 0);
}
@media (min-width: 1200px){#s-b0696726-ad5f-4543-b58d-cc0e1741589b {
  display: none;
}
#s-b0696726-ad5f-4543-b58d-cc0e1741589b, #wrap-s-b0696726-ad5f-4543-b58d-cc0e1741589b, #wrap-content-s-b0696726-ad5f-4543-b58d-cc0e1741589b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b0696726-ad5f-4543-b58d-cc0e1741589b {
  display: none;
}
#s-b0696726-ad5f-4543-b58d-cc0e1741589b, #wrap-s-b0696726-ad5f-4543-b58d-cc0e1741589b, #wrap-content-s-b0696726-ad5f-4543-b58d-cc0e1741589b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b0696726-ad5f-4543-b58d-cc0e1741589b {
  display: none;
}
#s-b0696726-ad5f-4543-b58d-cc0e1741589b, #wrap-s-b0696726-ad5f-4543-b58d-cc0e1741589b, #wrap-content-s-b0696726-ad5f-4543-b58d-cc0e1741589b { display: none !important; }}@media (max-width: 767px){#s-b0696726-ad5f-4543-b58d-cc0e1741589b {
  
}
}
#s-05bead01-eaca-4a0c-a715-5c06d1b9db21 {
  margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(194, 194, 194, 0.7);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
background-position: center center;
}
#s-05bead01-eaca-4a0c-a715-5c06d1b9db21:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-05bead01-eaca-4a0c-a715-5c06d1b9db21:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-05bead01-eaca-4a0c-a715-5c06d1b9db21 {
  display: none;
}
#s-05bead01-eaca-4a0c-a715-5c06d1b9db21, #wrap-s-05bead01-eaca-4a0c-a715-5c06d1b9db21, #wrap-content-s-05bead01-eaca-4a0c-a715-5c06d1b9db21 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-05bead01-eaca-4a0c-a715-5c06d1b9db21 {
  display: none;
}
#s-05bead01-eaca-4a0c-a715-5c06d1b9db21, #wrap-s-05bead01-eaca-4a0c-a715-5c06d1b9db21, #wrap-content-s-05bead01-eaca-4a0c-a715-5c06d1b9db21 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-05bead01-eaca-4a0c-a715-5c06d1b9db21 {
  display: none;
}
#s-05bead01-eaca-4a0c-a715-5c06d1b9db21, #wrap-s-05bead01-eaca-4a0c-a715-5c06d1b9db21, #wrap-content-s-05bead01-eaca-4a0c-a715-5c06d1b9db21 { display: none !important; }}@media (max-width: 767px){#s-05bead01-eaca-4a0c-a715-5c06d1b9db21 {
  
}
}

  #s-05bead01-eaca-4a0c-a715-5c06d1b9db21-root {
    text-align: center;
  }


#s-05bead01-eaca-4a0c-a715-5c06d1b9db21.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-05bead01-eaca-4a0c-a715-5c06d1b9db21-root {
    text-align: center;
  }


#s-05bead01-eaca-4a0c-a715-5c06d1b9db21.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-05bead01-eaca-4a0c-a715-5c06d1b9db21-root {
    text-align: center;
  }


#s-05bead01-eaca-4a0c-a715-5c06d1b9db21.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-05bead01-eaca-4a0c-a715-5c06d1b9db21-root {
    text-align: center;
  }


#s-05bead01-eaca-4a0c-a715-5c06d1b9db21.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-05bead01-eaca-4a0c-a715-5c06d1b9db21-root {
    text-align: center;
  }


#s-05bead01-eaca-4a0c-a715-5c06d1b9db21.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-e0226714-7446-419e-803a-b08fecb6bf3f {
  background-repeat: no-repeat;
background-size: cover;
min-height: 550px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-e0226714-7446-419e-803a-b08fecb6bf3f {
  display: none;
}
#s-e0226714-7446-419e-803a-b08fecb6bf3f, #wrap-s-e0226714-7446-419e-803a-b08fecb6bf3f, #wrap-content-s-e0226714-7446-419e-803a-b08fecb6bf3f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e0226714-7446-419e-803a-b08fecb6bf3f {
  display: none;
}
#s-e0226714-7446-419e-803a-b08fecb6bf3f, #wrap-s-e0226714-7446-419e-803a-b08fecb6bf3f, #wrap-content-s-e0226714-7446-419e-803a-b08fecb6bf3f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e0226714-7446-419e-803a-b08fecb6bf3f {
  display: none;
}
#s-e0226714-7446-419e-803a-b08fecb6bf3f, #wrap-s-e0226714-7446-419e-803a-b08fecb6bf3f, #wrap-content-s-e0226714-7446-419e-803a-b08fecb6bf3f { display: none !important; }}@media (max-width: 767px){#s-e0226714-7446-419e-803a-b08fecb6bf3f {
  
}
}
#s-e0226714-7446-419e-803a-b08fecb6bf3f {
  background-image: url(https://i.shgcdn.com/6d95180d-719c-4d32-97bd-2372117ad975/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-e0226714-7446-419e-803a-b08fecb6bf3f > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
  display: block;
}#s-e0226714-7446-419e-803a-b08fecb6bf3f.shg-box.shg-c {
  justify-content: flex-start;
}

@media (min-width: 768px) and (max-width: 991px){#s-dc6928e9-d891-409f-bec3-f7825f43183d {
  display: none;
}
#s-dc6928e9-d891-409f-bec3-f7825f43183d, #wrap-s-dc6928e9-d891-409f-bec3-f7825f43183d, #wrap-content-s-dc6928e9-d891-409f-bec3-f7825f43183d { display: none !important; }}@media (max-width: 767px){#s-dc6928e9-d891-409f-bec3-f7825f43183d {
  display: none;
}
#s-dc6928e9-d891-409f-bec3-f7825f43183d, #wrap-s-dc6928e9-d891-409f-bec3-f7825f43183d, #wrap-content-s-dc6928e9-d891-409f-bec3-f7825f43183d { display: none !important; }}
@media (min-width: 0px) {
[id="s-dc6928e9-d891-409f-bec3-f7825f43183d"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-dc6928e9-d891-409f-bec3-f7825f43183d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-dc6928e9-d891-409f-bec3-f7825f43183d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-dc6928e9-d891-409f-bec3-f7825f43183d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-2bb3f01b-effd-4c37-bd3d-58c3c64cfa2a {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-2bb3f01b-effd-4c37-bd3d-58c3c64cfa2a {
  display: none;
}
#s-2bb3f01b-effd-4c37-bd3d-58c3c64cfa2a, #wrap-s-2bb3f01b-effd-4c37-bd3d-58c3c64cfa2a, #wrap-content-s-2bb3f01b-effd-4c37-bd3d-58c3c64cfa2a { display: none !important; }}@media (max-width: 767px){#s-2bb3f01b-effd-4c37-bd3d-58c3c64cfa2a {
  display: none;
}
#s-2bb3f01b-effd-4c37-bd3d-58c3c64cfa2a, #wrap-s-2bb3f01b-effd-4c37-bd3d-58c3c64cfa2a, #wrap-content-s-2bb3f01b-effd-4c37-bd3d-58c3c64cfa2a { display: none !important; }}
#s-2bb3f01b-effd-4c37-bd3d-58c3c64cfa2a .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}



#s-0116928d-065f-478b-a47a-c7ac4c99d83c {
  margin-top: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.5);
}
@media (min-width: 768px) and (max-width: 991px){#s-0116928d-065f-478b-a47a-c7ac4c99d83c {
  display: none;
}
#s-0116928d-065f-478b-a47a-c7ac4c99d83c, #wrap-s-0116928d-065f-478b-a47a-c7ac4c99d83c, #wrap-content-s-0116928d-065f-478b-a47a-c7ac4c99d83c { display: none !important; }}@media (max-width: 767px){#s-0116928d-065f-478b-a47a-c7ac4c99d83c {
  display: none;
}
#s-0116928d-065f-478b-a47a-c7ac4c99d83c, #wrap-s-0116928d-065f-478b-a47a-c7ac4c99d83c, #wrap-content-s-0116928d-065f-478b-a47a-c7ac4c99d83c { display: none !important; }}
#s-cdb71a62-68c2-4bb5-9196-d3bcbacaf859 {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-cdb71a62-68c2-4bb5-9196-d3bcbacaf859 {
  display: none;
}
#s-cdb71a62-68c2-4bb5-9196-d3bcbacaf859, #wrap-s-cdb71a62-68c2-4bb5-9196-d3bcbacaf859, #wrap-content-s-cdb71a62-68c2-4bb5-9196-d3bcbacaf859 { display: none !important; }}@media (max-width: 767px){#s-cdb71a62-68c2-4bb5-9196-d3bcbacaf859 {
  display: none;
}
#s-cdb71a62-68c2-4bb5-9196-d3bcbacaf859, #wrap-s-cdb71a62-68c2-4bb5-9196-d3bcbacaf859, #wrap-content-s-cdb71a62-68c2-4bb5-9196-d3bcbacaf859 { display: none !important; }}
@media (min-width: 0px) {
[id="s-cdb71a62-68c2-4bb5-9196-d3bcbacaf859"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-cdb71a62-68c2-4bb5-9196-d3bcbacaf859"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-cdb71a62-68c2-4bb5-9196-d3bcbacaf859"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-cdb71a62-68c2-4bb5-9196-d3bcbacaf859"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-3de7c519-4b80-407f-95c5-4bf0c8f862a4 {
  margin-top: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 10px;
background-color: #252525;
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
}
#s-3de7c519-4b80-407f-95c5-4bf0c8f862a4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3de7c519-4b80-407f-95c5-4bf0c8f862a4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3de7c519-4b80-407f-95c5-4bf0c8f862a4-root {
    text-align: center;
  }


#s-3de7c519-4b80-407f-95c5-4bf0c8f862a4.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-3de7c519-4b80-407f-95c5-4bf0c8f862a4-root {
    text-align: center;
  }


#s-3de7c519-4b80-407f-95c5-4bf0c8f862a4.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-3de7c519-4b80-407f-95c5-4bf0c8f862a4-root {
    text-align: center;
  }


#s-3de7c519-4b80-407f-95c5-4bf0c8f862a4.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-3de7c519-4b80-407f-95c5-4bf0c8f862a4-root {
    text-align: center;
  }


#s-3de7c519-4b80-407f-95c5-4bf0c8f862a4.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-3de7c519-4b80-407f-95c5-4bf0c8f862a4-root {
    text-align: center;
  }


#s-3de7c519-4b80-407f-95c5-4bf0c8f862a4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-905cf5ac-7de8-4815-9b9d-34bb4deb7e0d {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 260px;
margin-right: 0px;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0);
}
@media (min-width: 1200px){#s-905cf5ac-7de8-4815-9b9d-34bb4deb7e0d {
  display: none;
}
#s-905cf5ac-7de8-4815-9b9d-34bb4deb7e0d, #wrap-s-905cf5ac-7de8-4815-9b9d-34bb4deb7e0d, #wrap-content-s-905cf5ac-7de8-4815-9b9d-34bb4deb7e0d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-905cf5ac-7de8-4815-9b9d-34bb4deb7e0d {
  display: none;
}
#s-905cf5ac-7de8-4815-9b9d-34bb4deb7e0d, #wrap-s-905cf5ac-7de8-4815-9b9d-34bb4deb7e0d, #wrap-content-s-905cf5ac-7de8-4815-9b9d-34bb4deb7e0d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-905cf5ac-7de8-4815-9b9d-34bb4deb7e0d {
  
}
}@media (max-width: 767px){#s-905cf5ac-7de8-4815-9b9d-34bb4deb7e0d {
  
}
}
#s-752f63e1-1655-4186-bf19-a19db78aaa17 {
  margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(194, 194, 194, 0.5);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
}
#s-752f63e1-1655-4186-bf19-a19db78aaa17:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-752f63e1-1655-4186-bf19-a19db78aaa17:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-752f63e1-1655-4186-bf19-a19db78aaa17 {
  display: none;
}
#s-752f63e1-1655-4186-bf19-a19db78aaa17, #wrap-s-752f63e1-1655-4186-bf19-a19db78aaa17, #wrap-content-s-752f63e1-1655-4186-bf19-a19db78aaa17 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-752f63e1-1655-4186-bf19-a19db78aaa17 {
  display: none;
}
#s-752f63e1-1655-4186-bf19-a19db78aaa17, #wrap-s-752f63e1-1655-4186-bf19-a19db78aaa17, #wrap-content-s-752f63e1-1655-4186-bf19-a19db78aaa17 { display: none !important; }}

  #s-752f63e1-1655-4186-bf19-a19db78aaa17-root {
    text-align: center;
  }


#s-752f63e1-1655-4186-bf19-a19db78aaa17.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-752f63e1-1655-4186-bf19-a19db78aaa17-root {
    text-align: center;
  }


#s-752f63e1-1655-4186-bf19-a19db78aaa17.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-752f63e1-1655-4186-bf19-a19db78aaa17-root {
    text-align: center;
  }


#s-752f63e1-1655-4186-bf19-a19db78aaa17.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-752f63e1-1655-4186-bf19-a19db78aaa17-root {
    text-align: center;
  }


#s-752f63e1-1655-4186-bf19-a19db78aaa17.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-752f63e1-1655-4186-bf19-a19db78aaa17-root {
    text-align: center;
  }


#s-752f63e1-1655-4186-bf19-a19db78aaa17.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-57c0abc5-04fd-49f6-af12-8e94ad1157eb {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 0px;
}
@media (min-width: 1200px){#s-57c0abc5-04fd-49f6-af12-8e94ad1157eb {
  display: none;
}
#s-57c0abc5-04fd-49f6-af12-8e94ad1157eb, #wrap-s-57c0abc5-04fd-49f6-af12-8e94ad1157eb, #wrap-content-s-57c0abc5-04fd-49f6-af12-8e94ad1157eb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-57c0abc5-04fd-49f6-af12-8e94ad1157eb {
  display: none;
}
#s-57c0abc5-04fd-49f6-af12-8e94ad1157eb, #wrap-s-57c0abc5-04fd-49f6-af12-8e94ad1157eb, #wrap-content-s-57c0abc5-04fd-49f6-af12-8e94ad1157eb { display: none !important; }}
#s-57c0abc5-04fd-49f6-af12-8e94ad1157eb .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-57c0abc5-04fd-49f6-af12-8e94ad1157eb .shg-sld-nav-button.shg-sld-left,
#s-57c0abc5-04fd-49f6-af12-8e94ad1157eb .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-ccc4359a-9700-4af1-b7f4-e2a561486013 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 768px) and (max-width: 991px){#s-ccc4359a-9700-4af1-b7f4-e2a561486013 {
  display: none;
}
#s-ccc4359a-9700-4af1-b7f4-e2a561486013, #wrap-s-ccc4359a-9700-4af1-b7f4-e2a561486013, #wrap-content-s-ccc4359a-9700-4af1-b7f4-e2a561486013 { display: none !important; }}@media (max-width: 767px){#s-ccc4359a-9700-4af1-b7f4-e2a561486013 {
  display: none;
}
#s-ccc4359a-9700-4af1-b7f4-e2a561486013, #wrap-s-ccc4359a-9700-4af1-b7f4-e2a561486013, #wrap-content-s-ccc4359a-9700-4af1-b7f4-e2a561486013 { display: none !important; }}
#s-ccc4359a-9700-4af1-b7f4-e2a561486013 {
  background-image: url(https://i.shgcdn.com/7aba359c-9650-42d8-a2d6-2eb6c06dfa0c/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-ccc4359a-9700-4af1-b7f4-e2a561486013 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ccc4359a-9700-4af1-b7f4-e2a561486013.shg-box.shg-c {
  justify-content: flex-start;
}

#s-437a2708-1ca1-492d-ace3-03a5c17984e2 {
  margin-top: 90px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-437a2708-1ca1-492d-ace3-03a5c17984e2 {
  display: none;
}
#s-437a2708-1ca1-492d-ace3-03a5c17984e2, #wrap-s-437a2708-1ca1-492d-ace3-03a5c17984e2, #wrap-content-s-437a2708-1ca1-492d-ace3-03a5c17984e2 { display: none !important; }}@media (max-width: 767px){#s-437a2708-1ca1-492d-ace3-03a5c17984e2 {
  display: none;
}
#s-437a2708-1ca1-492d-ace3-03a5c17984e2, #wrap-s-437a2708-1ca1-492d-ace3-03a5c17984e2, #wrap-content-s-437a2708-1ca1-492d-ace3-03a5c17984e2 { display: none !important; }}
@media (min-width: 0px) {
[id="s-437a2708-1ca1-492d-ace3-03a5c17984e2"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-437a2708-1ca1-492d-ace3-03a5c17984e2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-437a2708-1ca1-492d-ace3-03a5c17984e2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-437a2708-1ca1-492d-ace3-03a5c17984e2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-437a2708-1ca1-492d-ace3-03a5c17984e2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-437a2708-1ca1-492d-ace3-03a5c17984e2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-437a2708-1ca1-492d-ace3-03a5c17984e2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-437a2708-1ca1-492d-ace3-03a5c17984e2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-437a2708-1ca1-492d-ace3-03a5c17984e2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-437a2708-1ca1-492d-ace3-03a5c17984e2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-bd1acb7a-aa8d-41b3-94f3-174d5354794f {
  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-bd1acb7a-aa8d-41b3-94f3-174d5354794f {
  display: none;
}
#s-bd1acb7a-aa8d-41b3-94f3-174d5354794f, #wrap-s-bd1acb7a-aa8d-41b3-94f3-174d5354794f, #wrap-content-s-bd1acb7a-aa8d-41b3-94f3-174d5354794f { display: none !important; }}@media (max-width: 767px){#s-bd1acb7a-aa8d-41b3-94f3-174d5354794f {
  display: none;
}
#s-bd1acb7a-aa8d-41b3-94f3-174d5354794f, #wrap-s-bd1acb7a-aa8d-41b3-94f3-174d5354794f, #wrap-content-s-bd1acb7a-aa8d-41b3-94f3-174d5354794f { display: none !important; }}
#s-21516f2d-3836-4ab2-a558-996af15c88b4 {
  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-21516f2d-3836-4ab2-a558-996af15c88b4 {
  display: none;
}
#s-21516f2d-3836-4ab2-a558-996af15c88b4, #wrap-s-21516f2d-3836-4ab2-a558-996af15c88b4, #wrap-content-s-21516f2d-3836-4ab2-a558-996af15c88b4 { display: none !important; }}@media (max-width: 767px){#s-21516f2d-3836-4ab2-a558-996af15c88b4 {
  display: none;
}
#s-21516f2d-3836-4ab2-a558-996af15c88b4, #wrap-s-21516f2d-3836-4ab2-a558-996af15c88b4, #wrap-content-s-21516f2d-3836-4ab2-a558-996af15c88b4 { display: none !important; }}
#s-6b2cf45c-433d-416c-afa8-d03cd33908bc {
  background-size: cover;
margin-top: 60px;
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-6b2cf45c-433d-416c-afa8-d03cd33908bc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6b2cf45c-433d-416c-afa8-d03cd33908bc:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-6b2cf45c-433d-416c-afa8-d03cd33908bc {
  display: none;
}
#s-6b2cf45c-433d-416c-afa8-d03cd33908bc, #wrap-s-6b2cf45c-433d-416c-afa8-d03cd33908bc, #wrap-content-s-6b2cf45c-433d-416c-afa8-d03cd33908bc { display: none !important; }}@media (max-width: 767px){#s-6b2cf45c-433d-416c-afa8-d03cd33908bc {
  display: none;
}
#s-6b2cf45c-433d-416c-afa8-d03cd33908bc, #wrap-s-6b2cf45c-433d-416c-afa8-d03cd33908bc, #wrap-content-s-6b2cf45c-433d-416c-afa8-d03cd33908bc { display: none !important; }}

  #s-6b2cf45c-433d-416c-afa8-d03cd33908bc-root {
    text-align: center;
  }


#s-6b2cf45c-433d-416c-afa8-d03cd33908bc.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-6b2cf45c-433d-416c-afa8-d03cd33908bc-root {
    text-align: center;
  }


#s-6b2cf45c-433d-416c-afa8-d03cd33908bc.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-6b2cf45c-433d-416c-afa8-d03cd33908bc-root {
    text-align: center;
  }


#s-6b2cf45c-433d-416c-afa8-d03cd33908bc.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-6b2cf45c-433d-416c-afa8-d03cd33908bc-root {
    text-align: center;
  }


#s-6b2cf45c-433d-416c-afa8-d03cd33908bc.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-6b2cf45c-433d-416c-afa8-d03cd33908bc-root {
    text-align: center;
  }


#s-6b2cf45c-433d-416c-afa8-d03cd33908bc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-00f6af3c-cefe-42cb-986c-e6cc144ecb4e {
  margin-top: 10px;
margin-left: 250px;
margin-right: 15px;
padding-top: 30px;
padding-left: 10px;
padding-bottom: 30px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.5);
}
@media (min-width: 1200px){#s-00f6af3c-cefe-42cb-986c-e6cc144ecb4e {
  display: none;
}
#s-00f6af3c-cefe-42cb-986c-e6cc144ecb4e, #wrap-s-00f6af3c-cefe-42cb-986c-e6cc144ecb4e, #wrap-content-s-00f6af3c-cefe-42cb-986c-e6cc144ecb4e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-00f6af3c-cefe-42cb-986c-e6cc144ecb4e {
  display: none;
}
#s-00f6af3c-cefe-42cb-986c-e6cc144ecb4e, #wrap-s-00f6af3c-cefe-42cb-986c-e6cc144ecb4e, #wrap-content-s-00f6af3c-cefe-42cb-986c-e6cc144ecb4e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-00f6af3c-cefe-42cb-986c-e6cc144ecb4e {
  
}
}@media (max-width: 767px){#s-00f6af3c-cefe-42cb-986c-e6cc144ecb4e {
  display: none;
}
#s-00f6af3c-cefe-42cb-986c-e6cc144ecb4e, #wrap-s-00f6af3c-cefe-42cb-986c-e6cc144ecb4e, #wrap-content-s-00f6af3c-cefe-42cb-986c-e6cc144ecb4e { display: none !important; }}
#s-79b58456-3da2-4c56-8881-eb18363aa38b {
  background-size: cover;
margin-top: 10px;
margin-left: 250px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.5);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
background-position: center center;
}
#s-79b58456-3da2-4c56-8881-eb18363aa38b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-79b58456-3da2-4c56-8881-eb18363aa38b:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-79b58456-3da2-4c56-8881-eb18363aa38b {
  display: none;
}
#s-79b58456-3da2-4c56-8881-eb18363aa38b, #wrap-s-79b58456-3da2-4c56-8881-eb18363aa38b, #wrap-content-s-79b58456-3da2-4c56-8881-eb18363aa38b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-79b58456-3da2-4c56-8881-eb18363aa38b {
  display: none;
}
#s-79b58456-3da2-4c56-8881-eb18363aa38b, #wrap-s-79b58456-3da2-4c56-8881-eb18363aa38b, #wrap-content-s-79b58456-3da2-4c56-8881-eb18363aa38b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-79b58456-3da2-4c56-8881-eb18363aa38b {
  
}
}@media (max-width: 767px){#s-79b58456-3da2-4c56-8881-eb18363aa38b {
  display: none;
}
#s-79b58456-3da2-4c56-8881-eb18363aa38b, #wrap-s-79b58456-3da2-4c56-8881-eb18363aa38b, #wrap-content-s-79b58456-3da2-4c56-8881-eb18363aa38b { display: none !important; }}

  #s-79b58456-3da2-4c56-8881-eb18363aa38b-root {
    text-align: center;
  }


#s-79b58456-3da2-4c56-8881-eb18363aa38b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-79b58456-3da2-4c56-8881-eb18363aa38b-root {
    text-align: center;
  }


#s-79b58456-3da2-4c56-8881-eb18363aa38b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-79b58456-3da2-4c56-8881-eb18363aa38b-root {
    text-align: center;
  }


#s-79b58456-3da2-4c56-8881-eb18363aa38b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-79b58456-3da2-4c56-8881-eb18363aa38b-root {
    text-align: center;
  }


#s-79b58456-3da2-4c56-8881-eb18363aa38b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-79b58456-3da2-4c56-8881-eb18363aa38b-root {
    text-align: center;
  }


#s-79b58456-3da2-4c56-8881-eb18363aa38b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-0750f25f-04b0-4fc8-a02d-9375eee93621 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 768px) and (max-width: 991px){#s-0750f25f-04b0-4fc8-a02d-9375eee93621 {
  display: none;
}
#s-0750f25f-04b0-4fc8-a02d-9375eee93621, #wrap-s-0750f25f-04b0-4fc8-a02d-9375eee93621, #wrap-content-s-0750f25f-04b0-4fc8-a02d-9375eee93621 { display: none !important; }}@media (max-width: 767px){#s-0750f25f-04b0-4fc8-a02d-9375eee93621 {
  display: none;
}
#s-0750f25f-04b0-4fc8-a02d-9375eee93621, #wrap-s-0750f25f-04b0-4fc8-a02d-9375eee93621, #wrap-content-s-0750f25f-04b0-4fc8-a02d-9375eee93621 { display: none !important; }}
#s-0750f25f-04b0-4fc8-a02d-9375eee93621 {
  background-image: url(https://i.shgcdn.com/79369450-36ba-4fe1-8fda-418ad2d6c662/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-0750f25f-04b0-4fc8-a02d-9375eee93621 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
  display: block;
}#s-0750f25f-04b0-4fc8-a02d-9375eee93621.shg-box.shg-c {
  justify-content: flex-start;
}

#s-7d971bd3-f931-4b35-90c0-50600feb46f6 {
  margin-top: 400px;
margin-left: 10px;
margin-right: 10px;
padding-top: 20px;
padding-bottom: 20px;
background-color: rgba(23, 22, 23, 0.5);
}
@media (min-width: 1200px){#s-7d971bd3-f931-4b35-90c0-50600feb46f6 {
  display: none;
}
#s-7d971bd3-f931-4b35-90c0-50600feb46f6, #wrap-s-7d971bd3-f931-4b35-90c0-50600feb46f6, #wrap-content-s-7d971bd3-f931-4b35-90c0-50600feb46f6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7d971bd3-f931-4b35-90c0-50600feb46f6 {
  display: none;
}
#s-7d971bd3-f931-4b35-90c0-50600feb46f6, #wrap-s-7d971bd3-f931-4b35-90c0-50600feb46f6, #wrap-content-s-7d971bd3-f931-4b35-90c0-50600feb46f6 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7d971bd3-f931-4b35-90c0-50600feb46f6 {
  
}
}@media (max-width: 767px){#s-7d971bd3-f931-4b35-90c0-50600feb46f6 {
  
}
}
#s-41403bce-d941-40a3-b58d-8943efeaf29e {
  margin-top: 80px;
margin-left: 8px;
margin-bottom: 80px;
margin-right: 8px;
}
@media (min-width: 768px) and (max-width: 991px){#s-41403bce-d941-40a3-b58d-8943efeaf29e {
  display: none;
}
#s-41403bce-d941-40a3-b58d-8943efeaf29e, #wrap-s-41403bce-d941-40a3-b58d-8943efeaf29e, #wrap-content-s-41403bce-d941-40a3-b58d-8943efeaf29e { display: none !important; }}@media (max-width: 767px){#s-41403bce-d941-40a3-b58d-8943efeaf29e {
  display: none;
}
#s-41403bce-d941-40a3-b58d-8943efeaf29e, #wrap-s-41403bce-d941-40a3-b58d-8943efeaf29e, #wrap-content-s-41403bce-d941-40a3-b58d-8943efeaf29e { display: none !important; }}
@media (min-width: 0px) {
[id="s-41403bce-d941-40a3-b58d-8943efeaf29e"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-41403bce-d941-40a3-b58d-8943efeaf29e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-41403bce-d941-40a3-b58d-8943efeaf29e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-41403bce-d941-40a3-b58d-8943efeaf29e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-41403bce-d941-40a3-b58d-8943efeaf29e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-41403bce-d941-40a3-b58d-8943efeaf29e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-41403bce-d941-40a3-b58d-8943efeaf29e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-5f81c5e0-e30c-4636-9c15-c74921c25db1 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 2px;
padding-left: 10px;
padding-bottom: 2px;
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(194, 194, 194, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-5f81c5e0-e30c-4636-9c15-c74921c25db1 {
  display: none;
}
#s-5f81c5e0-e30c-4636-9c15-c74921c25db1, #wrap-s-5f81c5e0-e30c-4636-9c15-c74921c25db1, #wrap-content-s-5f81c5e0-e30c-4636-9c15-c74921c25db1 { display: none !important; }}@media (max-width: 767px){#s-5f81c5e0-e30c-4636-9c15-c74921c25db1 {
  display: none;
}
#s-5f81c5e0-e30c-4636-9c15-c74921c25db1, #wrap-s-5f81c5e0-e30c-4636-9c15-c74921c25db1, #wrap-content-s-5f81c5e0-e30c-4636-9c15-c74921c25db1 { display: none !important; }}
#s-cffe696d-220e-4d82-950c-d0f0babea642 {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(194, 194, 194, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-cffe696d-220e-4d82-950c-d0f0babea642 {
  display: none;
}
#s-cffe696d-220e-4d82-950c-d0f0babea642, #wrap-s-cffe696d-220e-4d82-950c-d0f0babea642, #wrap-content-s-cffe696d-220e-4d82-950c-d0f0babea642 { display: none !important; }}@media (max-width: 767px){#s-cffe696d-220e-4d82-950c-d0f0babea642 {
  display: none;
}
#s-cffe696d-220e-4d82-950c-d0f0babea642, #wrap-s-cffe696d-220e-4d82-950c-d0f0babea642, #wrap-content-s-cffe696d-220e-4d82-950c-d0f0babea642 { display: none !important; }}
#s-526625a8-7333-4e69-aa54-beddc330167f {
  margin-top: 200px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(194, 194, 194, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-526625a8-7333-4e69-aa54-beddc330167f:hover {background-color: rgba(254, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-526625a8-7333-4e69-aa54-beddc330167f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-526625a8-7333-4e69-aa54-beddc330167f-root {
    text-align: center;
  }


#s-526625a8-7333-4e69-aa54-beddc330167f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-526625a8-7333-4e69-aa54-beddc330167f-root {
    text-align: center;
  }


#s-526625a8-7333-4e69-aa54-beddc330167f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-526625a8-7333-4e69-aa54-beddc330167f-root {
    text-align: center;
  }


#s-526625a8-7333-4e69-aa54-beddc330167f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-526625a8-7333-4e69-aa54-beddc330167f-root {
    text-align: center;
  }


#s-526625a8-7333-4e69-aa54-beddc330167f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-526625a8-7333-4e69-aa54-beddc330167f-root {
    text-align: center;
  }


#s-526625a8-7333-4e69-aa54-beddc330167f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-d4183bde-217d-4210-9ea2-3aa03d7b5598 {
  margin-top: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: #252525;
text-align: right;
text-decoration: none;
color: rgba(255, 255, 255, 1);
}
#s-d4183bde-217d-4210-9ea2-3aa03d7b5598:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d4183bde-217d-4210-9ea2-3aa03d7b5598:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-d4183bde-217d-4210-9ea2-3aa03d7b5598 {
  display: none;
}
#s-d4183bde-217d-4210-9ea2-3aa03d7b5598, #wrap-s-d4183bde-217d-4210-9ea2-3aa03d7b5598, #wrap-content-s-d4183bde-217d-4210-9ea2-3aa03d7b5598 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d4183bde-217d-4210-9ea2-3aa03d7b5598 {
  display: none;
}
#s-d4183bde-217d-4210-9ea2-3aa03d7b5598, #wrap-s-d4183bde-217d-4210-9ea2-3aa03d7b5598, #wrap-content-s-d4183bde-217d-4210-9ea2-3aa03d7b5598 { display: none !important; }}

  #s-d4183bde-217d-4210-9ea2-3aa03d7b5598-root {
    text-align: right;
  }


#s-d4183bde-217d-4210-9ea2-3aa03d7b5598.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-d4183bde-217d-4210-9ea2-3aa03d7b5598-root {
    text-align: right;
  }


#s-d4183bde-217d-4210-9ea2-3aa03d7b5598.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-d4183bde-217d-4210-9ea2-3aa03d7b5598-root {
    text-align: right;
  }


#s-d4183bde-217d-4210-9ea2-3aa03d7b5598.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-d4183bde-217d-4210-9ea2-3aa03d7b5598-root {
    text-align: right;
  }


#s-d4183bde-217d-4210-9ea2-3aa03d7b5598.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-d4183bde-217d-4210-9ea2-3aa03d7b5598-root {
    text-align: right;
  }


#s-d4183bde-217d-4210-9ea2-3aa03d7b5598.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-66a5ead0-e9d4-44b3-ae8d-30ac40a9a9dc {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
background-attachment: scroll;
}

#s-66a5ead0-e9d4-44b3-ae8d-30ac40a9a9dc {
  background-image: url(https://i.shgcdn.com/84aa2b3b-edb6-4cb1-a378-f884714e4632/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-66a5ead0-e9d4-44b3-ae8d-30ac40a9a9dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-66a5ead0-e9d4-44b3-ae8d-30ac40a9a9dc.shg-box.shg-c {
  justify-content: flex-start;
}

#s-447d928d-0f67-4c94-9fa7-983404ee183a {
  margin-top: 80px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-447d928d-0f67-4c94-9fa7-983404ee183a {
  display: none;
}
#s-447d928d-0f67-4c94-9fa7-983404ee183a, #wrap-s-447d928d-0f67-4c94-9fa7-983404ee183a, #wrap-content-s-447d928d-0f67-4c94-9fa7-983404ee183a { display: none !important; }}@media (max-width: 767px){#s-447d928d-0f67-4c94-9fa7-983404ee183a {
  display: none;
}
#s-447d928d-0f67-4c94-9fa7-983404ee183a, #wrap-s-447d928d-0f67-4c94-9fa7-983404ee183a, #wrap-content-s-447d928d-0f67-4c94-9fa7-983404ee183a { display: none !important; }}
@media (min-width: 0px) {
[id="s-447d928d-0f67-4c94-9fa7-983404ee183a"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-447d928d-0f67-4c94-9fa7-983404ee183a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-447d928d-0f67-4c94-9fa7-983404ee183a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-447d928d-0f67-4c94-9fa7-983404ee183a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-447d928d-0f67-4c94-9fa7-983404ee183a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-447d928d-0f67-4c94-9fa7-983404ee183a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-447d928d-0f67-4c94-9fa7-983404ee183a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-3a63d35d-a8eb-485f-b52b-d03b5b98ff78 {
  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-3a63d35d-a8eb-485f-b52b-d03b5b98ff78 {
  display: none;
}
#s-3a63d35d-a8eb-485f-b52b-d03b5b98ff78, #wrap-s-3a63d35d-a8eb-485f-b52b-d03b5b98ff78, #wrap-content-s-3a63d35d-a8eb-485f-b52b-d03b5b98ff78 { display: none !important; }}@media (max-width: 767px){#s-3a63d35d-a8eb-485f-b52b-d03b5b98ff78 {
  display: none;
}
#s-3a63d35d-a8eb-485f-b52b-d03b5b98ff78, #wrap-s-3a63d35d-a8eb-485f-b52b-d03b5b98ff78, #wrap-content-s-3a63d35d-a8eb-485f-b52b-d03b5b98ff78 { display: none !important; }}
#s-0e3cbbd0-d0ac-4b8e-8414-fe543cad5d74 {
  padding-top: 55px;
padding-bottom: 55px;
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-0e3cbbd0-d0ac-4b8e-8414-fe543cad5d74 {
  display: none;
}
#s-0e3cbbd0-d0ac-4b8e-8414-fe543cad5d74, #wrap-s-0e3cbbd0-d0ac-4b8e-8414-fe543cad5d74, #wrap-content-s-0e3cbbd0-d0ac-4b8e-8414-fe543cad5d74 { display: none !important; }}@media (max-width: 767px){#s-0e3cbbd0-d0ac-4b8e-8414-fe543cad5d74 {
  display: none;
}
#s-0e3cbbd0-d0ac-4b8e-8414-fe543cad5d74, #wrap-s-0e3cbbd0-d0ac-4b8e-8414-fe543cad5d74, #wrap-content-s-0e3cbbd0-d0ac-4b8e-8414-fe543cad5d74 { display: none !important; }}
#s-b1ff4bf1-b914-40e9-a202-0662546ea266 {
  margin-top: 270px;
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-b1ff4bf1-b914-40e9-a202-0662546ea266:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b1ff4bf1-b914-40e9-a202-0662546ea266:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-b1ff4bf1-b914-40e9-a202-0662546ea266 {
  display: none;
}
#s-b1ff4bf1-b914-40e9-a202-0662546ea266, #wrap-s-b1ff4bf1-b914-40e9-a202-0662546ea266, #wrap-content-s-b1ff4bf1-b914-40e9-a202-0662546ea266 { display: none !important; }}@media (max-width: 767px){#s-b1ff4bf1-b914-40e9-a202-0662546ea266 {
  display: none;
}
#s-b1ff4bf1-b914-40e9-a202-0662546ea266, #wrap-s-b1ff4bf1-b914-40e9-a202-0662546ea266, #wrap-content-s-b1ff4bf1-b914-40e9-a202-0662546ea266 { display: none !important; }}

  #s-b1ff4bf1-b914-40e9-a202-0662546ea266-root {
    text-align: center;
  }


#s-b1ff4bf1-b914-40e9-a202-0662546ea266.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-b1ff4bf1-b914-40e9-a202-0662546ea266-root {
    text-align: center;
  }


#s-b1ff4bf1-b914-40e9-a202-0662546ea266.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-b1ff4bf1-b914-40e9-a202-0662546ea266-root {
    text-align: center;
  }


#s-b1ff4bf1-b914-40e9-a202-0662546ea266.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-b1ff4bf1-b914-40e9-a202-0662546ea266-root {
    text-align: center;
  }


#s-b1ff4bf1-b914-40e9-a202-0662546ea266.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-b1ff4bf1-b914-40e9-a202-0662546ea266-root {
    text-align: center;
  }


#s-b1ff4bf1-b914-40e9-a202-0662546ea266.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-6a79cca2-1a9a-4893-9885-7b3ab74469f7 {
  margin-top: 50px;
}
@media (min-width: 1200px){#s-6a79cca2-1a9a-4893-9885-7b3ab74469f7 {
  display: none;
}
#s-6a79cca2-1a9a-4893-9885-7b3ab74469f7, #wrap-s-6a79cca2-1a9a-4893-9885-7b3ab74469f7, #wrap-content-s-6a79cca2-1a9a-4893-9885-7b3ab74469f7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6a79cca2-1a9a-4893-9885-7b3ab74469f7 {
  display: none;
}
#s-6a79cca2-1a9a-4893-9885-7b3ab74469f7, #wrap-s-6a79cca2-1a9a-4893-9885-7b3ab74469f7, #wrap-content-s-6a79cca2-1a9a-4893-9885-7b3ab74469f7 { display: none !important; }}@media (max-width: 767px){#s-6a79cca2-1a9a-4893-9885-7b3ab74469f7 {
  display: none;
}
#s-6a79cca2-1a9a-4893-9885-7b3ab74469f7, #wrap-s-6a79cca2-1a9a-4893-9885-7b3ab74469f7, #wrap-content-s-6a79cca2-1a9a-4893-9885-7b3ab74469f7 { display: none !important; }}
@media (min-width: 0px) {
[id="s-6a79cca2-1a9a-4893-9885-7b3ab74469f7"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-6a79cca2-1a9a-4893-9885-7b3ab74469f7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6a79cca2-1a9a-4893-9885-7b3ab74469f7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6a79cca2-1a9a-4893-9885-7b3ab74469f7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6a79cca2-1a9a-4893-9885-7b3ab74469f7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6a79cca2-1a9a-4893-9885-7b3ab74469f7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6a79cca2-1a9a-4893-9885-7b3ab74469f7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-67068339-5830-4179-84fa-7035c67d6134 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(37, 29, 29, 0);
}
@media (min-width: 1200px){#s-67068339-5830-4179-84fa-7035c67d6134 {
  display: none;
}
#s-67068339-5830-4179-84fa-7035c67d6134, #wrap-s-67068339-5830-4179-84fa-7035c67d6134, #wrap-content-s-67068339-5830-4179-84fa-7035c67d6134 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-67068339-5830-4179-84fa-7035c67d6134 {
  display: none;
}
#s-67068339-5830-4179-84fa-7035c67d6134, #wrap-s-67068339-5830-4179-84fa-7035c67d6134, #wrap-content-s-67068339-5830-4179-84fa-7035c67d6134 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-67068339-5830-4179-84fa-7035c67d6134 {
  
}
}@media (max-width: 767px){#s-67068339-5830-4179-84fa-7035c67d6134 {
  
}
}
#s-50308e87-c382-4930-8944-6271c53332dd {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-left: 10px;
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-50308e87-c382-4930-8944-6271c53332dd {
  display: none;
}
#s-50308e87-c382-4930-8944-6271c53332dd, #wrap-s-50308e87-c382-4930-8944-6271c53332dd, #wrap-content-s-50308e87-c382-4930-8944-6271c53332dd { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-50308e87-c382-4930-8944-6271c53332dd {
  display: none;
}
#s-50308e87-c382-4930-8944-6271c53332dd, #wrap-s-50308e87-c382-4930-8944-6271c53332dd, #wrap-content-s-50308e87-c382-4930-8944-6271c53332dd { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-50308e87-c382-4930-8944-6271c53332dd {
  
}
}@media (max-width: 767px){#s-50308e87-c382-4930-8944-6271c53332dd {
  
}
}
#s-fbd6fe92-beb4-44ef-a24a-c8d78a1fd3f2 {
  margin-top: 40px;
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-fbd6fe92-beb4-44ef-a24a-c8d78a1fd3f2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fbd6fe92-beb4-44ef-a24a-c8d78a1fd3f2:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-fbd6fe92-beb4-44ef-a24a-c8d78a1fd3f2 {
  display: none;
}
#s-fbd6fe92-beb4-44ef-a24a-c8d78a1fd3f2, #wrap-s-fbd6fe92-beb4-44ef-a24a-c8d78a1fd3f2, #wrap-content-s-fbd6fe92-beb4-44ef-a24a-c8d78a1fd3f2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fbd6fe92-beb4-44ef-a24a-c8d78a1fd3f2 {
  display: none;
}
#s-fbd6fe92-beb4-44ef-a24a-c8d78a1fd3f2, #wrap-s-fbd6fe92-beb4-44ef-a24a-c8d78a1fd3f2, #wrap-content-s-fbd6fe92-beb4-44ef-a24a-c8d78a1fd3f2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fbd6fe92-beb4-44ef-a24a-c8d78a1fd3f2 {
  
}
}@media (max-width: 767px){#s-fbd6fe92-beb4-44ef-a24a-c8d78a1fd3f2 {
  
}
}

  #s-fbd6fe92-beb4-44ef-a24a-c8d78a1fd3f2-root {
    text-align: center;
  }


#s-fbd6fe92-beb4-44ef-a24a-c8d78a1fd3f2.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-fbd6fe92-beb4-44ef-a24a-c8d78a1fd3f2-root {
    text-align: center;
  }


#s-fbd6fe92-beb4-44ef-a24a-c8d78a1fd3f2.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-fbd6fe92-beb4-44ef-a24a-c8d78a1fd3f2-root {
    text-align: center;
  }


#s-fbd6fe92-beb4-44ef-a24a-c8d78a1fd3f2.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-fbd6fe92-beb4-44ef-a24a-c8d78a1fd3f2-root {
    text-align: center;
  }


#s-fbd6fe92-beb4-44ef-a24a-c8d78a1fd3f2.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-fbd6fe92-beb4-44ef-a24a-c8d78a1fd3f2-root {
    text-align: center;
  }


#s-fbd6fe92-beb4-44ef-a24a-c8d78a1fd3f2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-1b39f0ed-2975-4963-8a06-d30949847dc7 {
  margin-top: 80px;
margin-left: 0px;
margin-bottom: 110px;
margin-right: 15%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(37, 29, 29, 0);
}
@media (min-width: 1200px){#s-1b39f0ed-2975-4963-8a06-d30949847dc7 {
  display: none;
}
#s-1b39f0ed-2975-4963-8a06-d30949847dc7, #wrap-s-1b39f0ed-2975-4963-8a06-d30949847dc7, #wrap-content-s-1b39f0ed-2975-4963-8a06-d30949847dc7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1b39f0ed-2975-4963-8a06-d30949847dc7 {
  display: none;
}
#s-1b39f0ed-2975-4963-8a06-d30949847dc7, #wrap-s-1b39f0ed-2975-4963-8a06-d30949847dc7, #wrap-content-s-1b39f0ed-2975-4963-8a06-d30949847dc7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1b39f0ed-2975-4963-8a06-d30949847dc7 {
  display: none;
}
#s-1b39f0ed-2975-4963-8a06-d30949847dc7, #wrap-s-1b39f0ed-2975-4963-8a06-d30949847dc7, #wrap-content-s-1b39f0ed-2975-4963-8a06-d30949847dc7 { display: none !important; }}@media (max-width: 767px){#s-1b39f0ed-2975-4963-8a06-d30949847dc7 {
  
}
}
#s-b35c6d6d-dc99-4558-a93c-196fc182dec5 {
  margin-top: 0px;
margin-right: 40%;
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-b35c6d6d-dc99-4558-a93c-196fc182dec5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b35c6d6d-dc99-4558-a93c-196fc182dec5:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-b35c6d6d-dc99-4558-a93c-196fc182dec5 {
  display: none;
}
#s-b35c6d6d-dc99-4558-a93c-196fc182dec5, #wrap-s-b35c6d6d-dc99-4558-a93c-196fc182dec5, #wrap-content-s-b35c6d6d-dc99-4558-a93c-196fc182dec5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b35c6d6d-dc99-4558-a93c-196fc182dec5 {
  display: none;
}
#s-b35c6d6d-dc99-4558-a93c-196fc182dec5, #wrap-s-b35c6d6d-dc99-4558-a93c-196fc182dec5, #wrap-content-s-b35c6d6d-dc99-4558-a93c-196fc182dec5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b35c6d6d-dc99-4558-a93c-196fc182dec5 {
  display: none;
}
#s-b35c6d6d-dc99-4558-a93c-196fc182dec5, #wrap-s-b35c6d6d-dc99-4558-a93c-196fc182dec5, #wrap-content-s-b35c6d6d-dc99-4558-a93c-196fc182dec5 { display: none !important; }}@media (max-width: 767px){#s-b35c6d6d-dc99-4558-a93c-196fc182dec5 {
  
}
}

  #s-b35c6d6d-dc99-4558-a93c-196fc182dec5-root {
    text-align: center;
  }


#s-b35c6d6d-dc99-4558-a93c-196fc182dec5.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-b35c6d6d-dc99-4558-a93c-196fc182dec5-root {
    text-align: center;
  }


#s-b35c6d6d-dc99-4558-a93c-196fc182dec5.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-b35c6d6d-dc99-4558-a93c-196fc182dec5-root {
    text-align: center;
  }


#s-b35c6d6d-dc99-4558-a93c-196fc182dec5.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-b35c6d6d-dc99-4558-a93c-196fc182dec5-root {
    text-align: center;
  }


#s-b35c6d6d-dc99-4558-a93c-196fc182dec5.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-b35c6d6d-dc99-4558-a93c-196fc182dec5-root {
    text-align: center;
  }


#s-b35c6d6d-dc99-4558-a93c-196fc182dec5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-f2214d03-a9f2-431b-b35f-744c4b774adb {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
}
@media (max-width: 767px){#s-f2214d03-a9f2-431b-b35f-744c4b774adb {
  display: none;
}
#s-f2214d03-a9f2-431b-b35f-744c4b774adb, #wrap-s-f2214d03-a9f2-431b-b35f-744c4b774adb, #wrap-content-s-f2214d03-a9f2-431b-b35f-744c4b774adb { display: none !important; }}
#s-f2214d03-a9f2-431b-b35f-744c4b774adb {
  background-image: url(https://i.shgcdn.com/a6176e36-4136-4ec4-bf83-c5b4116df8cb/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-f2214d03-a9f2-431b-b35f-744c4b774adb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f2214d03-a9f2-431b-b35f-744c4b774adb.shg-box.shg-c {
  justify-content: center;
}

#s-ba649ff7-b7eb-4842-8463-836809d91979 {
  margin-top: 30px;
margin-bottom: 30px;
}
@media (max-width: 767px){#s-ba649ff7-b7eb-4842-8463-836809d91979 {
  display: none;
}
#s-ba649ff7-b7eb-4842-8463-836809d91979, #wrap-s-ba649ff7-b7eb-4842-8463-836809d91979, #wrap-content-s-ba649ff7-b7eb-4842-8463-836809d91979 { display: none !important; }}
@media (min-width: 0px) {
[id="s-ba649ff7-b7eb-4842-8463-836809d91979"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ba649ff7-b7eb-4842-8463-836809d91979"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ba649ff7-b7eb-4842-8463-836809d91979"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ba649ff7-b7eb-4842-8463-836809d91979"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-8094f363-de3e-4af9-b396-65167083274c {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (max-width: 767px){#s-b8e493c7-b383-4acc-80d5-585bf4e634a6 {
  display: none;
}
#s-b8e493c7-b383-4acc-80d5-585bf4e634a6, #wrap-s-b8e493c7-b383-4acc-80d5-585bf4e634a6, #wrap-content-s-b8e493c7-b383-4acc-80d5-585bf4e634a6 { display: none !important; }}
@media (min-width: 0px) {
[id="s-b8e493c7-b383-4acc-80d5-585bf4e634a6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b8e493c7-b383-4acc-80d5-585bf4e634a6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b8e493c7-b383-4acc-80d5-585bf4e634a6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b8e493c7-b383-4acc-80d5-585bf4e634a6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ce59d814-260b-4e0a-9396-dcb649b0acc3 {
  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-ce59d814-260b-4e0a-9396-dcb649b0acc3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ce59d814-260b-4e0a-9396-dcb649b0acc3:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODhkNTEwN2MtNDgxNy00MTIwLTgzN2QtMjAwYjM0Y2RmZmZlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjFmMWVhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4OGQ1MTA3Yy00ODE3LTQxMjAtODM3ZC0yMDBiMzRjZGZmZmUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 15px !important;
border-left-width: 15px !important;
border-bottom-width: 15px !important;
border-right-width: 15px !important;
border-color: #2C2A34 !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"pos"=>"0.00", "color"=>"#f1f1ea"}, {"pos"=>"1.00", "color"=>"#7e20cf"}] !important;}

  #s-ce59d814-260b-4e0a-9396-dcb649b0acc3-root {
    text-align: center;
  }


#s-ce59d814-260b-4e0a-9396-dcb649b0acc3.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-ce59d814-260b-4e0a-9396-dcb649b0acc3-root {
    text-align: center;
  }


#s-ce59d814-260b-4e0a-9396-dcb649b0acc3.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-ce59d814-260b-4e0a-9396-dcb649b0acc3-root {
    text-align: center;
  }


#s-ce59d814-260b-4e0a-9396-dcb649b0acc3.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-ce59d814-260b-4e0a-9396-dcb649b0acc3-root {
    text-align: center;
  }


#s-ce59d814-260b-4e0a-9396-dcb649b0acc3.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-ce59d814-260b-4e0a-9396-dcb649b0acc3-root {
    text-align: center;
  }


#s-ce59d814-260b-4e0a-9396-dcb649b0acc3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-5f132176-0ae2-451c-b91f-1313c30315c7 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
}
@media (min-width: 1200px){#s-5f132176-0ae2-451c-b91f-1313c30315c7 {
  display: none;
}
#s-5f132176-0ae2-451c-b91f-1313c30315c7, #wrap-s-5f132176-0ae2-451c-b91f-1313c30315c7, #wrap-content-s-5f132176-0ae2-451c-b91f-1313c30315c7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5f132176-0ae2-451c-b91f-1313c30315c7 {
  display: none;
}
#s-5f132176-0ae2-451c-b91f-1313c30315c7, #wrap-s-5f132176-0ae2-451c-b91f-1313c30315c7, #wrap-content-s-5f132176-0ae2-451c-b91f-1313c30315c7 { display: none !important; }}
#s-5f132176-0ae2-451c-b91f-1313c30315c7 {
  background-image: url(https://i.shgcdn.com/75f08e4b-9b13-4ad9-8d6e-9cd4339510f1/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-5f132176-0ae2-451c-b91f-1313c30315c7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5f132176-0ae2-451c-b91f-1313c30315c7.shg-box.shg-c {
  justify-content: flex-start;
}

#s-6171cd67-b9b3-4d8b-bb90-12809c2bf0c5 {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 1200px){#s-6171cd67-b9b3-4d8b-bb90-12809c2bf0c5 {
  display: none;
}
#s-6171cd67-b9b3-4d8b-bb90-12809c2bf0c5, #wrap-s-6171cd67-b9b3-4d8b-bb90-12809c2bf0c5, #wrap-content-s-6171cd67-b9b3-4d8b-bb90-12809c2bf0c5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6171cd67-b9b3-4d8b-bb90-12809c2bf0c5 {
  display: none;
}
#s-6171cd67-b9b3-4d8b-bb90-12809c2bf0c5, #wrap-s-6171cd67-b9b3-4d8b-bb90-12809c2bf0c5, #wrap-content-s-6171cd67-b9b3-4d8b-bb90-12809c2bf0c5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6171cd67-b9b3-4d8b-bb90-12809c2bf0c5 {
  
}
}@media (max-width: 767px){#s-6171cd67-b9b3-4d8b-bb90-12809c2bf0c5 {
  display: none;
}
#s-6171cd67-b9b3-4d8b-bb90-12809c2bf0c5, #wrap-s-6171cd67-b9b3-4d8b-bb90-12809c2bf0c5, #wrap-content-s-6171cd67-b9b3-4d8b-bb90-12809c2bf0c5 { display: none !important; }}
@media (min-width: 0px) {
[id="s-6171cd67-b9b3-4d8b-bb90-12809c2bf0c5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6171cd67-b9b3-4d8b-bb90-12809c2bf0c5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6171cd67-b9b3-4d8b-bb90-12809c2bf0c5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6171cd67-b9b3-4d8b-bb90-12809c2bf0c5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6171cd67-b9b3-4d8b-bb90-12809c2bf0c5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6171cd67-b9b3-4d8b-bb90-12809c2bf0c5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6171cd67-b9b3-4d8b-bb90-12809c2bf0c5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-1061f15a-f21c-475a-91ae-04f12051fd15 {
  padding-top: 5px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.5);
}
@media (min-width: 1200px){#s-1061f15a-f21c-475a-91ae-04f12051fd15 {
  display: none;
}
#s-1061f15a-f21c-475a-91ae-04f12051fd15, #wrap-s-1061f15a-f21c-475a-91ae-04f12051fd15, #wrap-content-s-1061f15a-f21c-475a-91ae-04f12051fd15 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1061f15a-f21c-475a-91ae-04f12051fd15 {
  display: none;
}
#s-1061f15a-f21c-475a-91ae-04f12051fd15, #wrap-s-1061f15a-f21c-475a-91ae-04f12051fd15, #wrap-content-s-1061f15a-f21c-475a-91ae-04f12051fd15 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1061f15a-f21c-475a-91ae-04f12051fd15 {
  
}
}@media (max-width: 767px){#s-1061f15a-f21c-475a-91ae-04f12051fd15 {
  
}
}
#s-3148d076-1b38-49cc-a94f-d51f40747bb9 {
  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-3148d076-1b38-49cc-a94f-d51f40747bb9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3148d076-1b38-49cc-a94f-d51f40747bb9:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-3148d076-1b38-49cc-a94f-d51f40747bb9 {
  display: none;
}
#s-3148d076-1b38-49cc-a94f-d51f40747bb9, #wrap-s-3148d076-1b38-49cc-a94f-d51f40747bb9, #wrap-content-s-3148d076-1b38-49cc-a94f-d51f40747bb9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3148d076-1b38-49cc-a94f-d51f40747bb9 {
  display: none;
}
#s-3148d076-1b38-49cc-a94f-d51f40747bb9, #wrap-s-3148d076-1b38-49cc-a94f-d51f40747bb9, #wrap-content-s-3148d076-1b38-49cc-a94f-d51f40747bb9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3148d076-1b38-49cc-a94f-d51f40747bb9 {
  
}
}@media (max-width: 767px){#s-3148d076-1b38-49cc-a94f-d51f40747bb9 {
  display: none;
}
#s-3148d076-1b38-49cc-a94f-d51f40747bb9, #wrap-s-3148d076-1b38-49cc-a94f-d51f40747bb9, #wrap-content-s-3148d076-1b38-49cc-a94f-d51f40747bb9 { display: none !important; }}

  #s-3148d076-1b38-49cc-a94f-d51f40747bb9-root {
    text-align: center;
  }


#s-3148d076-1b38-49cc-a94f-d51f40747bb9.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-3148d076-1b38-49cc-a94f-d51f40747bb9-root {
    text-align: center;
  }


#s-3148d076-1b38-49cc-a94f-d51f40747bb9.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-3148d076-1b38-49cc-a94f-d51f40747bb9-root {
    text-align: center;
  }


#s-3148d076-1b38-49cc-a94f-d51f40747bb9.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-3148d076-1b38-49cc-a94f-d51f40747bb9-root {
    text-align: center;
  }


#s-3148d076-1b38-49cc-a94f-d51f40747bb9.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-3148d076-1b38-49cc-a94f-d51f40747bb9-root {
    text-align: center;
  }


#s-3148d076-1b38-49cc-a94f-d51f40747bb9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-1180e08f-7ed5-4abe-a828-37b7b6312c85 {
  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-1180e08f-7ed5-4abe-a828-37b7b6312c85: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-1180e08f-7ed5-4abe-a828-37b7b6312c85:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-1180e08f-7ed5-4abe-a828-37b7b6312c85 {
  display: none;
}
#s-1180e08f-7ed5-4abe-a828-37b7b6312c85, #wrap-s-1180e08f-7ed5-4abe-a828-37b7b6312c85, #wrap-content-s-1180e08f-7ed5-4abe-a828-37b7b6312c85 { display: none !important; }}@media (max-width: 767px){#s-1180e08f-7ed5-4abe-a828-37b7b6312c85 {
  display: none;
}
#s-1180e08f-7ed5-4abe-a828-37b7b6312c85, #wrap-s-1180e08f-7ed5-4abe-a828-37b7b6312c85, #wrap-content-s-1180e08f-7ed5-4abe-a828-37b7b6312c85 { display: none !important; }}

  #s-1180e08f-7ed5-4abe-a828-37b7b6312c85-root {
    text-align: center;
  }


#s-1180e08f-7ed5-4abe-a828-37b7b6312c85.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1180e08f-7ed5-4abe-a828-37b7b6312c85-root {
    text-align: center;
  }


#s-1180e08f-7ed5-4abe-a828-37b7b6312c85.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-1180e08f-7ed5-4abe-a828-37b7b6312c85-root {
    text-align: center;
  }


#s-1180e08f-7ed5-4abe-a828-37b7b6312c85.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-1180e08f-7ed5-4abe-a828-37b7b6312c85-root {
    text-align: center;
  }


#s-1180e08f-7ed5-4abe-a828-37b7b6312c85.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1180e08f-7ed5-4abe-a828-37b7b6312c85-root {
    text-align: center;
  }


#s-1180e08f-7ed5-4abe-a828-37b7b6312c85.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-866436cf-4a0d-45b0-9ffb-7934e3bfeef0 {
  margin-top: 30px;
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-866436cf-4a0d-45b0-9ffb-7934e3bfeef0 {
  display: none;
}
#s-866436cf-4a0d-45b0-9ffb-7934e3bfeef0, #wrap-s-866436cf-4a0d-45b0-9ffb-7934e3bfeef0, #wrap-content-s-866436cf-4a0d-45b0-9ffb-7934e3bfeef0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-866436cf-4a0d-45b0-9ffb-7934e3bfeef0 {
  display: none;
}
#s-866436cf-4a0d-45b0-9ffb-7934e3bfeef0, #wrap-s-866436cf-4a0d-45b0-9ffb-7934e3bfeef0, #wrap-content-s-866436cf-4a0d-45b0-9ffb-7934e3bfeef0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-866436cf-4a0d-45b0-9ffb-7934e3bfeef0 {
  display: none;
}
#s-866436cf-4a0d-45b0-9ffb-7934e3bfeef0, #wrap-s-866436cf-4a0d-45b0-9ffb-7934e3bfeef0, #wrap-content-s-866436cf-4a0d-45b0-9ffb-7934e3bfeef0 { display: none !important; }}@media (max-width: 767px){#s-866436cf-4a0d-45b0-9ffb-7934e3bfeef0 {
  
}
}
#s-2de9c648-6299-47ab-9477-f0484da6e0b0 {
  margin-top: 60px;
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-2de9c648-6299-47ab-9477-f0484da6e0b0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2de9c648-6299-47ab-9477-f0484da6e0b0:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-2de9c648-6299-47ab-9477-f0484da6e0b0 {
  display: none;
}
#s-2de9c648-6299-47ab-9477-f0484da6e0b0, #wrap-s-2de9c648-6299-47ab-9477-f0484da6e0b0, #wrap-content-s-2de9c648-6299-47ab-9477-f0484da6e0b0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2de9c648-6299-47ab-9477-f0484da6e0b0 {
  display: none;
}
#s-2de9c648-6299-47ab-9477-f0484da6e0b0, #wrap-s-2de9c648-6299-47ab-9477-f0484da6e0b0, #wrap-content-s-2de9c648-6299-47ab-9477-f0484da6e0b0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2de9c648-6299-47ab-9477-f0484da6e0b0 {
  display: none;
}
#s-2de9c648-6299-47ab-9477-f0484da6e0b0, #wrap-s-2de9c648-6299-47ab-9477-f0484da6e0b0, #wrap-content-s-2de9c648-6299-47ab-9477-f0484da6e0b0 { display: none !important; }}@media (max-width: 767px){#s-2de9c648-6299-47ab-9477-f0484da6e0b0 {
  
}
}

  #s-2de9c648-6299-47ab-9477-f0484da6e0b0-root {
    text-align: center;
  }


#s-2de9c648-6299-47ab-9477-f0484da6e0b0.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-2de9c648-6299-47ab-9477-f0484da6e0b0-root {
    text-align: center;
  }


#s-2de9c648-6299-47ab-9477-f0484da6e0b0.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-2de9c648-6299-47ab-9477-f0484da6e0b0-root {
    text-align: center;
  }


#s-2de9c648-6299-47ab-9477-f0484da6e0b0.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-2de9c648-6299-47ab-9477-f0484da6e0b0-root {
    text-align: center;
  }


#s-2de9c648-6299-47ab-9477-f0484da6e0b0.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-2de9c648-6299-47ab-9477-f0484da6e0b0-root {
    text-align: center;
  }


#s-2de9c648-6299-47ab-9477-f0484da6e0b0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-f90d6c53-8e93-4717-a724-31f1d3961a9b {
  box-shadow:0px 0px 0px 0px ;
background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-f90d6c53-8e93-4717-a724-31f1d3961a9b {
  display: none;
}
#s-f90d6c53-8e93-4717-a724-31f1d3961a9b, #wrap-s-f90d6c53-8e93-4717-a724-31f1d3961a9b, #wrap-content-s-f90d6c53-8e93-4717-a724-31f1d3961a9b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f90d6c53-8e93-4717-a724-31f1d3961a9b {
  display: none;
}
#s-f90d6c53-8e93-4717-a724-31f1d3961a9b, #wrap-s-f90d6c53-8e93-4717-a724-31f1d3961a9b, #wrap-content-s-f90d6c53-8e93-4717-a724-31f1d3961a9b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f90d6c53-8e93-4717-a724-31f1d3961a9b {
  
}
}
#s-f90d6c53-8e93-4717-a724-31f1d3961a9b {
  background-image: url(https://i.shgcdn.com/d2fddb88-9dff-43c2-935a-69d8c8bfa5f3/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-f90d6c53-8e93-4717-a724-31f1d3961a9b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f90d6c53-8e93-4717-a724-31f1d3961a9b.shg-box.shg-c {
  justify-content: flex-start;
}

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

}

@media (min-width: 768px) {
[id="s-d40d3da9-392e-4705-802e-e7ce631bd2b5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d40d3da9-392e-4705-802e-e7ce631bd2b5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d40d3da9-392e-4705-802e-e7ce631bd2b5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-03e8279d-2c1a-4786-9ad5-96154ee0fb98 {
  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-03e8279d-2c1a-4786-9ad5-96154ee0fb98 {
  display: none;
}
#s-03e8279d-2c1a-4786-9ad5-96154ee0fb98, #wrap-s-03e8279d-2c1a-4786-9ad5-96154ee0fb98, #wrap-content-s-03e8279d-2c1a-4786-9ad5-96154ee0fb98 { display: none !important; }}@media (max-width: 767px){#s-03e8279d-2c1a-4786-9ad5-96154ee0fb98 {
  display: none;
}
#s-03e8279d-2c1a-4786-9ad5-96154ee0fb98, #wrap-s-03e8279d-2c1a-4786-9ad5-96154ee0fb98, #wrap-content-s-03e8279d-2c1a-4786-9ad5-96154ee0fb98 { display: none !important; }}
#s-58552d69-572a-4af8-8bb5-383cf6c8dd0f {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-58552d69-572a-4af8-8bb5-383cf6c8dd0f {
  display: none;
}
#s-58552d69-572a-4af8-8bb5-383cf6c8dd0f, #wrap-s-58552d69-572a-4af8-8bb5-383cf6c8dd0f, #wrap-content-s-58552d69-572a-4af8-8bb5-383cf6c8dd0f { display: none !important; }}@media (max-width: 767px){#s-58552d69-572a-4af8-8bb5-383cf6c8dd0f {
  display: none;
}
#s-58552d69-572a-4af8-8bb5-383cf6c8dd0f, #wrap-s-58552d69-572a-4af8-8bb5-383cf6c8dd0f, #wrap-content-s-58552d69-572a-4af8-8bb5-383cf6c8dd0f { display: none !important; }}
@media (min-width: 0px) {
[id="s-58552d69-572a-4af8-8bb5-383cf6c8dd0f"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-58552d69-572a-4af8-8bb5-383cf6c8dd0f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-58552d69-572a-4af8-8bb5-383cf6c8dd0f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-58552d69-572a-4af8-8bb5-383cf6c8dd0f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-fc472a56-a715-4593-aabb-41a76f975a5c {
  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-fc472a56-a715-4593-aabb-41a76f975a5c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fc472a56-a715-4593-aabb-41a76f975a5c:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-fc472a56-a715-4593-aabb-41a76f975a5c {
  display: none;
}
#s-fc472a56-a715-4593-aabb-41a76f975a5c, #wrap-s-fc472a56-a715-4593-aabb-41a76f975a5c, #wrap-content-s-fc472a56-a715-4593-aabb-41a76f975a5c { display: none !important; }}@media (max-width: 767px){#s-fc472a56-a715-4593-aabb-41a76f975a5c {
  display: none;
}
#s-fc472a56-a715-4593-aabb-41a76f975a5c, #wrap-s-fc472a56-a715-4593-aabb-41a76f975a5c, #wrap-content-s-fc472a56-a715-4593-aabb-41a76f975a5c { display: none !important; }}

  #s-fc472a56-a715-4593-aabb-41a76f975a5c-root {
    text-align: center;
  }


#s-fc472a56-a715-4593-aabb-41a76f975a5c.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-fc472a56-a715-4593-aabb-41a76f975a5c-root {
    text-align: center;
  }


#s-fc472a56-a715-4593-aabb-41a76f975a5c.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-fc472a56-a715-4593-aabb-41a76f975a5c-root {
    text-align: center;
  }


#s-fc472a56-a715-4593-aabb-41a76f975a5c.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-fc472a56-a715-4593-aabb-41a76f975a5c-root {
    text-align: center;
  }


#s-fc472a56-a715-4593-aabb-41a76f975a5c.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-fc472a56-a715-4593-aabb-41a76f975a5c-root {
    text-align: center;
  }


#s-fc472a56-a715-4593-aabb-41a76f975a5c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-ed588e5d-4a89-48df-817e-5c3705cb91f2 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 250px;
margin-right: 0px;
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(194, 194, 194, 0);
}
@media (min-width: 1200px){#s-ed588e5d-4a89-48df-817e-5c3705cb91f2 {
  display: none;
}
#s-ed588e5d-4a89-48df-817e-5c3705cb91f2, #wrap-s-ed588e5d-4a89-48df-817e-5c3705cb91f2, #wrap-content-s-ed588e5d-4a89-48df-817e-5c3705cb91f2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ed588e5d-4a89-48df-817e-5c3705cb91f2 {
  display: none;
}
#s-ed588e5d-4a89-48df-817e-5c3705cb91f2, #wrap-s-ed588e5d-4a89-48df-817e-5c3705cb91f2, #wrap-content-s-ed588e5d-4a89-48df-817e-5c3705cb91f2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ed588e5d-4a89-48df-817e-5c3705cb91f2 {
  display: none;
}
#s-ed588e5d-4a89-48df-817e-5c3705cb91f2, #wrap-s-ed588e5d-4a89-48df-817e-5c3705cb91f2, #wrap-content-s-ed588e5d-4a89-48df-817e-5c3705cb91f2 { display: none !important; }}@media (max-width: 767px){#s-ed588e5d-4a89-48df-817e-5c3705cb91f2 {
  
}
}
#s-921ceb09-32fd-44d4-b37d-808771aabf25 {
  margin-bottom: 0px;
padding-top: 10px;
padding-left: 1%;
padding-bottom: 10px;
padding-right: 1%;
border-radius: 10px;
background-color: rgba(194, 194, 194, 0.7);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
background-position: center center;
}
#s-921ceb09-32fd-44d4-b37d-808771aabf25:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-921ceb09-32fd-44d4-b37d-808771aabf25:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-921ceb09-32fd-44d4-b37d-808771aabf25 {
  display: none;
}
#s-921ceb09-32fd-44d4-b37d-808771aabf25, #wrap-s-921ceb09-32fd-44d4-b37d-808771aabf25, #wrap-content-s-921ceb09-32fd-44d4-b37d-808771aabf25 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-921ceb09-32fd-44d4-b37d-808771aabf25 {
  display: none;
}
#s-921ceb09-32fd-44d4-b37d-808771aabf25, #wrap-s-921ceb09-32fd-44d4-b37d-808771aabf25, #wrap-content-s-921ceb09-32fd-44d4-b37d-808771aabf25 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-921ceb09-32fd-44d4-b37d-808771aabf25 {
  display: none;
}
#s-921ceb09-32fd-44d4-b37d-808771aabf25, #wrap-s-921ceb09-32fd-44d4-b37d-808771aabf25, #wrap-content-s-921ceb09-32fd-44d4-b37d-808771aabf25 { display: none !important; }}@media (max-width: 767px){#s-921ceb09-32fd-44d4-b37d-808771aabf25 {
  
}
}

  #s-921ceb09-32fd-44d4-b37d-808771aabf25-root {
    text-align: center;
  }


#s-921ceb09-32fd-44d4-b37d-808771aabf25.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-921ceb09-32fd-44d4-b37d-808771aabf25-root {
    text-align: center;
  }


#s-921ceb09-32fd-44d4-b37d-808771aabf25.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-921ceb09-32fd-44d4-b37d-808771aabf25-root {
    text-align: center;
  }


#s-921ceb09-32fd-44d4-b37d-808771aabf25.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-921ceb09-32fd-44d4-b37d-808771aabf25-root {
    text-align: center;
  }


#s-921ceb09-32fd-44d4-b37d-808771aabf25.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-921ceb09-32fd-44d4-b37d-808771aabf25-root {
    text-align: center;
  }


#s-921ceb09-32fd-44d4-b37d-808771aabf25.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-8b8b8e53-f30a-4476-b09a-d62b96fb3535 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 210px;
margin-right: 0px;
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(194, 194, 194, 0);
}
@media (min-width: 1200px){#s-8b8b8e53-f30a-4476-b09a-d62b96fb3535 {
  display: none;
}
#s-8b8b8e53-f30a-4476-b09a-d62b96fb3535, #wrap-s-8b8b8e53-f30a-4476-b09a-d62b96fb3535, #wrap-content-s-8b8b8e53-f30a-4476-b09a-d62b96fb3535 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8b8b8e53-f30a-4476-b09a-d62b96fb3535 {
  display: none;
}
#s-8b8b8e53-f30a-4476-b09a-d62b96fb3535, #wrap-s-8b8b8e53-f30a-4476-b09a-d62b96fb3535, #wrap-content-s-8b8b8e53-f30a-4476-b09a-d62b96fb3535 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8b8b8e53-f30a-4476-b09a-d62b96fb3535 {
  
}
}@media (max-width: 767px){#s-8b8b8e53-f30a-4476-b09a-d62b96fb3535 {
  display: none;
}
#s-8b8b8e53-f30a-4476-b09a-d62b96fb3535, #wrap-s-8b8b8e53-f30a-4476-b09a-d62b96fb3535, #wrap-content-s-8b8b8e53-f30a-4476-b09a-d62b96fb3535 { display: none !important; }}
#s-b36bdfd0-ce0b-496d-8b06-75e6959b28b3 {
  margin-bottom: 0px;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
border-radius: 10px;
background-color: rgba(194, 194, 194, 0.7);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
background-position: center center;
}
#s-b36bdfd0-ce0b-496d-8b06-75e6959b28b3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b36bdfd0-ce0b-496d-8b06-75e6959b28b3:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-b36bdfd0-ce0b-496d-8b06-75e6959b28b3 {
  display: none;
}
#s-b36bdfd0-ce0b-496d-8b06-75e6959b28b3, #wrap-s-b36bdfd0-ce0b-496d-8b06-75e6959b28b3, #wrap-content-s-b36bdfd0-ce0b-496d-8b06-75e6959b28b3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b36bdfd0-ce0b-496d-8b06-75e6959b28b3 {
  display: none;
}
#s-b36bdfd0-ce0b-496d-8b06-75e6959b28b3, #wrap-s-b36bdfd0-ce0b-496d-8b06-75e6959b28b3, #wrap-content-s-b36bdfd0-ce0b-496d-8b06-75e6959b28b3 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b36bdfd0-ce0b-496d-8b06-75e6959b28b3 {
  
}
}@media (max-width: 767px){#s-b36bdfd0-ce0b-496d-8b06-75e6959b28b3 {
  display: none;
}
#s-b36bdfd0-ce0b-496d-8b06-75e6959b28b3, #wrap-s-b36bdfd0-ce0b-496d-8b06-75e6959b28b3, #wrap-content-s-b36bdfd0-ce0b-496d-8b06-75e6959b28b3 { display: none !important; }}

  #s-b36bdfd0-ce0b-496d-8b06-75e6959b28b3-root {
    text-align: center;
  }


#s-b36bdfd0-ce0b-496d-8b06-75e6959b28b3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b36bdfd0-ce0b-496d-8b06-75e6959b28b3-root {
    text-align: center;
  }


#s-b36bdfd0-ce0b-496d-8b06-75e6959b28b3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b36bdfd0-ce0b-496d-8b06-75e6959b28b3-root {
    text-align: center;
  }


#s-b36bdfd0-ce0b-496d-8b06-75e6959b28b3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b36bdfd0-ce0b-496d-8b06-75e6959b28b3-root {
    text-align: center;
  }


#s-b36bdfd0-ce0b-496d-8b06-75e6959b28b3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b36bdfd0-ce0b-496d-8b06-75e6959b28b3-root {
    text-align: center;
  }


#s-b36bdfd0-ce0b-496d-8b06-75e6959b28b3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-cd4b6d22-e72e-43ff-a11e-26b3c96c877b {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-cd4b6d22-e72e-43ff-a11e-26b3c96c877b {
  display: none;
}
#s-cd4b6d22-e72e-43ff-a11e-26b3c96c877b, #wrap-s-cd4b6d22-e72e-43ff-a11e-26b3c96c877b, #wrap-content-s-cd4b6d22-e72e-43ff-a11e-26b3c96c877b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cd4b6d22-e72e-43ff-a11e-26b3c96c877b {
  display: none;
}
#s-cd4b6d22-e72e-43ff-a11e-26b3c96c877b, #wrap-s-cd4b6d22-e72e-43ff-a11e-26b3c96c877b, #wrap-content-s-cd4b6d22-e72e-43ff-a11e-26b3c96c877b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cd4b6d22-e72e-43ff-a11e-26b3c96c877b {
  
}
}@media (max-width: 767px){#s-cd4b6d22-e72e-43ff-a11e-26b3c96c877b {
  
}
}
#s-cd4b6d22-e72e-43ff-a11e-26b3c96c877b {
  background-image: url(https://i.shgcdn.com/6d95180d-719c-4d32-97bd-2372117ad975/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-cd4b6d22-e72e-43ff-a11e-26b3c96c877b > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
  display: block;
}#s-cd4b6d22-e72e-43ff-a11e-26b3c96c877b.shg-box.shg-c {
  justify-content: flex-start;
}

@media (min-width: 768px) and (max-width: 991px){#s-0628ebf7-b689-4992-9a55-c56e1414cddb {
  display: none;
}
#s-0628ebf7-b689-4992-9a55-c56e1414cddb, #wrap-s-0628ebf7-b689-4992-9a55-c56e1414cddb, #wrap-content-s-0628ebf7-b689-4992-9a55-c56e1414cddb { display: none !important; }}@media (max-width: 767px){#s-0628ebf7-b689-4992-9a55-c56e1414cddb {
  display: none;
}
#s-0628ebf7-b689-4992-9a55-c56e1414cddb, #wrap-s-0628ebf7-b689-4992-9a55-c56e1414cddb, #wrap-content-s-0628ebf7-b689-4992-9a55-c56e1414cddb { display: none !important; }}
@media (min-width: 0px) {
[id="s-0628ebf7-b689-4992-9a55-c56e1414cddb"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-0628ebf7-b689-4992-9a55-c56e1414cddb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0628ebf7-b689-4992-9a55-c56e1414cddb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0628ebf7-b689-4992-9a55-c56e1414cddb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-b88764a9-f594-4236-a164-a3e6e718d733 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-b88764a9-f594-4236-a164-a3e6e718d733 {
  display: none;
}
#s-b88764a9-f594-4236-a164-a3e6e718d733, #wrap-s-b88764a9-f594-4236-a164-a3e6e718d733, #wrap-content-s-b88764a9-f594-4236-a164-a3e6e718d733 { display: none !important; }}@media (max-width: 767px){#s-b88764a9-f594-4236-a164-a3e6e718d733 {
  display: none;
}
#s-b88764a9-f594-4236-a164-a3e6e718d733, #wrap-s-b88764a9-f594-4236-a164-a3e6e718d733, #wrap-content-s-b88764a9-f594-4236-a164-a3e6e718d733 { display: none !important; }}
#s-b88764a9-f594-4236-a164-a3e6e718d733 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}



#s-3eee549f-9a87-4dca-9042-d5484d1225f2 {
  margin-top: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.5);
}
@media (min-width: 768px) and (max-width: 991px){#s-3eee549f-9a87-4dca-9042-d5484d1225f2 {
  display: none;
}
#s-3eee549f-9a87-4dca-9042-d5484d1225f2, #wrap-s-3eee549f-9a87-4dca-9042-d5484d1225f2, #wrap-content-s-3eee549f-9a87-4dca-9042-d5484d1225f2 { display: none !important; }}@media (max-width: 767px){#s-3eee549f-9a87-4dca-9042-d5484d1225f2 {
  display: none;
}
#s-3eee549f-9a87-4dca-9042-d5484d1225f2, #wrap-s-3eee549f-9a87-4dca-9042-d5484d1225f2, #wrap-content-s-3eee549f-9a87-4dca-9042-d5484d1225f2 { display: none !important; }}
#s-78fb1d31-8753-4593-8ed6-0921c6d5b8e3 {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-78fb1d31-8753-4593-8ed6-0921c6d5b8e3 {
  display: none;
}
#s-78fb1d31-8753-4593-8ed6-0921c6d5b8e3, #wrap-s-78fb1d31-8753-4593-8ed6-0921c6d5b8e3, #wrap-content-s-78fb1d31-8753-4593-8ed6-0921c6d5b8e3 { display: none !important; }}@media (max-width: 767px){#s-78fb1d31-8753-4593-8ed6-0921c6d5b8e3 {
  display: none;
}
#s-78fb1d31-8753-4593-8ed6-0921c6d5b8e3, #wrap-s-78fb1d31-8753-4593-8ed6-0921c6d5b8e3, #wrap-content-s-78fb1d31-8753-4593-8ed6-0921c6d5b8e3 { display: none !important; }}
@media (min-width: 0px) {
[id="s-78fb1d31-8753-4593-8ed6-0921c6d5b8e3"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-78fb1d31-8753-4593-8ed6-0921c6d5b8e3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-78fb1d31-8753-4593-8ed6-0921c6d5b8e3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-78fb1d31-8753-4593-8ed6-0921c6d5b8e3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-db1add7b-725c-4adf-aada-583cbeffa022 {
  margin-top: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 10px;
background-color: #252525;
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
}
#s-db1add7b-725c-4adf-aada-583cbeffa022:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-db1add7b-725c-4adf-aada-583cbeffa022:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-db1add7b-725c-4adf-aada-583cbeffa022-root {
    text-align: center;
  }


#s-db1add7b-725c-4adf-aada-583cbeffa022.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-db1add7b-725c-4adf-aada-583cbeffa022-root {
    text-align: center;
  }


#s-db1add7b-725c-4adf-aada-583cbeffa022.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-db1add7b-725c-4adf-aada-583cbeffa022-root {
    text-align: center;
  }


#s-db1add7b-725c-4adf-aada-583cbeffa022.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-db1add7b-725c-4adf-aada-583cbeffa022-root {
    text-align: center;
  }


#s-db1add7b-725c-4adf-aada-583cbeffa022.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-db1add7b-725c-4adf-aada-583cbeffa022-root {
    text-align: center;
  }


#s-db1add7b-725c-4adf-aada-583cbeffa022.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-dd528787-9b68-45d7-9492-e2a19b344fb4 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 280px;
margin-right: 0px;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0);
}
@media (min-width: 1200px){#s-dd528787-9b68-45d7-9492-e2a19b344fb4 {
  display: none;
}
#s-dd528787-9b68-45d7-9492-e2a19b344fb4, #wrap-s-dd528787-9b68-45d7-9492-e2a19b344fb4, #wrap-content-s-dd528787-9b68-45d7-9492-e2a19b344fb4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dd528787-9b68-45d7-9492-e2a19b344fb4 {
  display: none;
}
#s-dd528787-9b68-45d7-9492-e2a19b344fb4, #wrap-s-dd528787-9b68-45d7-9492-e2a19b344fb4, #wrap-content-s-dd528787-9b68-45d7-9492-e2a19b344fb4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-dd528787-9b68-45d7-9492-e2a19b344fb4 {
  
}
}@media (max-width: 767px){#s-dd528787-9b68-45d7-9492-e2a19b344fb4 {
  
}
}
#s-c1c383a3-9c10-48c9-ad09-b6b74ab96cb7 {
  margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(194, 194, 194, 0.5);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
}
#s-c1c383a3-9c10-48c9-ad09-b6b74ab96cb7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c1c383a3-9c10-48c9-ad09-b6b74ab96cb7:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-c1c383a3-9c10-48c9-ad09-b6b74ab96cb7 {
  display: none;
}
#s-c1c383a3-9c10-48c9-ad09-b6b74ab96cb7, #wrap-s-c1c383a3-9c10-48c9-ad09-b6b74ab96cb7, #wrap-content-s-c1c383a3-9c10-48c9-ad09-b6b74ab96cb7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c1c383a3-9c10-48c9-ad09-b6b74ab96cb7 {
  display: none;
}
#s-c1c383a3-9c10-48c9-ad09-b6b74ab96cb7, #wrap-s-c1c383a3-9c10-48c9-ad09-b6b74ab96cb7, #wrap-content-s-c1c383a3-9c10-48c9-ad09-b6b74ab96cb7 { display: none !important; }}

  #s-c1c383a3-9c10-48c9-ad09-b6b74ab96cb7-root {
    text-align: center;
  }


#s-c1c383a3-9c10-48c9-ad09-b6b74ab96cb7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c1c383a3-9c10-48c9-ad09-b6b74ab96cb7-root {
    text-align: center;
  }


#s-c1c383a3-9c10-48c9-ad09-b6b74ab96cb7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c1c383a3-9c10-48c9-ad09-b6b74ab96cb7-root {
    text-align: center;
  }


#s-c1c383a3-9c10-48c9-ad09-b6b74ab96cb7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c1c383a3-9c10-48c9-ad09-b6b74ab96cb7-root {
    text-align: center;
  }


#s-c1c383a3-9c10-48c9-ad09-b6b74ab96cb7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c1c383a3-9c10-48c9-ad09-b6b74ab96cb7-root {
    text-align: center;
  }


#s-c1c383a3-9c10-48c9-ad09-b6b74ab96cb7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-3eda5476-951b-4828-936c-d2f81a70d75d {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
}
@media (min-width: 1200px){#s-3eda5476-951b-4828-936c-d2f81a70d75d {
  display: none;
}
#s-3eda5476-951b-4828-936c-d2f81a70d75d, #wrap-s-3eda5476-951b-4828-936c-d2f81a70d75d, #wrap-content-s-3eda5476-951b-4828-936c-d2f81a70d75d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3eda5476-951b-4828-936c-d2f81a70d75d {
  display: none;
}
#s-3eda5476-951b-4828-936c-d2f81a70d75d, #wrap-s-3eda5476-951b-4828-936c-d2f81a70d75d, #wrap-content-s-3eda5476-951b-4828-936c-d2f81a70d75d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3eda5476-951b-4828-936c-d2f81a70d75d {
  display: none;
}
#s-3eda5476-951b-4828-936c-d2f81a70d75d, #wrap-s-3eda5476-951b-4828-936c-d2f81a70d75d, #wrap-content-s-3eda5476-951b-4828-936c-d2f81a70d75d { display: none !important; }}
#s-3eda5476-951b-4828-936c-d2f81a70d75d {
  background-image: url(https://i.shgcdn.com/a6176e36-4136-4ec4-bf83-c5b4116df8cb/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-3eda5476-951b-4828-936c-d2f81a70d75d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3eda5476-951b-4828-936c-d2f81a70d75d.shg-box.shg-c {
  justify-content: center;
}

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

}

@media (min-width: 768px) {
[id="s-0fa4a25c-8b9c-4b57-b4da-e63057d479ad"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0fa4a25c-8b9c-4b57-b4da-e63057d479ad"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0fa4a25c-8b9c-4b57-b4da-e63057d479ad"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-91b8b02b-4f9a-4c21-bb00-7c9ea8dd8a52 {
  margin-top: 25px;
margin-bottom: 25px;
}

#s-a81bd321-aaab-4d50-b54b-991cf68986c3 {
  margin-top: 30px;
margin-bottom: 30px;
}
@media (max-width: 767px){#s-a81bd321-aaab-4d50-b54b-991cf68986c3 {
  display: none;
}
#s-a81bd321-aaab-4d50-b54b-991cf68986c3, #wrap-s-a81bd321-aaab-4d50-b54b-991cf68986c3, #wrap-content-s-a81bd321-aaab-4d50-b54b-991cf68986c3 { display: none !important; }}
@media (min-width: 0px) {
[id="s-a81bd321-aaab-4d50-b54b-991cf68986c3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a81bd321-aaab-4d50-b54b-991cf68986c3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a81bd321-aaab-4d50-b54b-991cf68986c3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a81bd321-aaab-4d50-b54b-991cf68986c3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-bd4f13a9-5042-40c9-b579-5c54b62d4990 {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (max-width: 767px){#s-dbd807e3-a0bf-4baa-ab67-0f32791d8a8a {
  display: none;
}
#s-dbd807e3-a0bf-4baa-ab67-0f32791d8a8a, #wrap-s-dbd807e3-a0bf-4baa-ab67-0f32791d8a8a, #wrap-content-s-dbd807e3-a0bf-4baa-ab67-0f32791d8a8a { display: none !important; }}
@media (min-width: 0px) {
[id="s-dbd807e3-a0bf-4baa-ab67-0f32791d8a8a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dbd807e3-a0bf-4baa-ab67-0f32791d8a8a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dbd807e3-a0bf-4baa-ab67-0f32791d8a8a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dbd807e3-a0bf-4baa-ab67-0f32791d8a8a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-39883bd6-b82d-436a-93f7-3c019ced91aa {
  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-39883bd6-b82d-436a-93f7-3c019ced91aa:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-39883bd6-b82d-436a-93f7-3c019ced91aa:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODhkNTEwN2MtNDgxNy00MTIwLTgzN2QtMjAwYjM0Y2RmZmZlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjFmMWVhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4OGQ1MTA3Yy00ODE3LTQxMjAtODM3ZC0yMDBiMzRjZGZmZmUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 15px !important;
border-left-width: 15px !important;
border-bottom-width: 15px !important;
border-right-width: 15px !important;
border-color: #2C2A34 !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"pos"=>"0.00", "color"=>"#f1f1ea"}, {"pos"=>"1.00", "color"=>"#7e20cf"}] !important;}

  #s-39883bd6-b82d-436a-93f7-3c019ced91aa-root {
    text-align: center;
  }


#s-39883bd6-b82d-436a-93f7-3c019ced91aa.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-39883bd6-b82d-436a-93f7-3c019ced91aa-root {
    text-align: center;
  }


#s-39883bd6-b82d-436a-93f7-3c019ced91aa.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-39883bd6-b82d-436a-93f7-3c019ced91aa-root {
    text-align: center;
  }


#s-39883bd6-b82d-436a-93f7-3c019ced91aa.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-39883bd6-b82d-436a-93f7-3c019ced91aa-root {
    text-align: center;
  }


#s-39883bd6-b82d-436a-93f7-3c019ced91aa.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-39883bd6-b82d-436a-93f7-3c019ced91aa-root {
    text-align: center;
  }


#s-39883bd6-b82d-436a-93f7-3c019ced91aa.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-b506c0a7-479b-4eb2-9e44-a209d2842311 {
  border-style: solid;
margin-top: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 15px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-b506c0a7-479b-4eb2-9e44-a209d2842311:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b506c0a7-479b-4eb2-9e44-a209d2842311:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODhkNTEwN2MtNDgxNy00MTIwLTgzN2QtMjAwYjM0Y2RmZmZlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjFmMWVhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4OGQ1MTA3Yy00ODE3LTQxMjAtODM3ZC0yMDBiMzRjZGZmZmUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 15px !important;
border-left-width: 15px !important;
border-bottom-width: 15px !important;
border-right-width: 15px !important;
border-color: #2C2A34 !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"pos"=>"0.00", "color"=>"#f1f1ea"}, {"pos"=>"1.00", "color"=>"#7e20cf"}] !important;}@media (min-width: 1200px){#s-b506c0a7-479b-4eb2-9e44-a209d2842311 {
  display: none;
}
#s-b506c0a7-479b-4eb2-9e44-a209d2842311, #wrap-s-b506c0a7-479b-4eb2-9e44-a209d2842311, #wrap-content-s-b506c0a7-479b-4eb2-9e44-a209d2842311 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b506c0a7-479b-4eb2-9e44-a209d2842311 {
  display: none;
}
#s-b506c0a7-479b-4eb2-9e44-a209d2842311, #wrap-s-b506c0a7-479b-4eb2-9e44-a209d2842311, #wrap-content-s-b506c0a7-479b-4eb2-9e44-a209d2842311 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b506c0a7-479b-4eb2-9e44-a209d2842311 {
  display: none;
}
#s-b506c0a7-479b-4eb2-9e44-a209d2842311, #wrap-s-b506c0a7-479b-4eb2-9e44-a209d2842311, #wrap-content-s-b506c0a7-479b-4eb2-9e44-a209d2842311 { display: none !important; }}

  #s-b506c0a7-479b-4eb2-9e44-a209d2842311-root {
    text-align: center;
  }


#s-b506c0a7-479b-4eb2-9e44-a209d2842311.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-b506c0a7-479b-4eb2-9e44-a209d2842311-root {
    text-align: center;
  }


#s-b506c0a7-479b-4eb2-9e44-a209d2842311.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-b506c0a7-479b-4eb2-9e44-a209d2842311-root {
    text-align: center;
  }


#s-b506c0a7-479b-4eb2-9e44-a209d2842311.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-b506c0a7-479b-4eb2-9e44-a209d2842311-root {
    text-align: center;
  }


#s-b506c0a7-479b-4eb2-9e44-a209d2842311.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-b506c0a7-479b-4eb2-9e44-a209d2842311-root {
    text-align: center;
  }


#s-b506c0a7-479b-4eb2-9e44-a209d2842311.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-d3162d3a-159b-418f-a12f-995487b9b7e5 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-d3162d3a-159b-418f-a12f-995487b9b7e5 {
  display: none;
}
#s-d3162d3a-159b-418f-a12f-995487b9b7e5, #wrap-s-d3162d3a-159b-418f-a12f-995487b9b7e5, #wrap-content-s-d3162d3a-159b-418f-a12f-995487b9b7e5 { display: none !important; }}@media (max-width: 767px){#s-d3162d3a-159b-418f-a12f-995487b9b7e5 {
  display: none;
}
#s-d3162d3a-159b-418f-a12f-995487b9b7e5, #wrap-s-d3162d3a-159b-418f-a12f-995487b9b7e5, #wrap-content-s-d3162d3a-159b-418f-a12f-995487b9b7e5 { display: none !important; }}
#s-d3162d3a-159b-418f-a12f-995487b9b7e5 {
  background-image: url(https://i.shgcdn.com/1f92fb9f-8a8f-42bb-b88f-8a34db9098a8/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-d3162d3a-159b-418f-a12f-995487b9b7e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d3162d3a-159b-418f-a12f-995487b9b7e5 {
  cursor: pointer;
}#s-d3162d3a-159b-418f-a12f-995487b9b7e5.shg-box.shg-c {
  justify-content: center;
}

#s-c9beef9e-70f2-4430-baae-59e37487faf9 {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c9beef9e-70f2-4430-baae-59e37487faf9 {
  display: none;
}
#s-c9beef9e-70f2-4430-baae-59e37487faf9, #wrap-s-c9beef9e-70f2-4430-baae-59e37487faf9, #wrap-content-s-c9beef9e-70f2-4430-baae-59e37487faf9 { display: none !important; }}@media (max-width: 767px){#s-c9beef9e-70f2-4430-baae-59e37487faf9 {
  display: none;
}
#s-c9beef9e-70f2-4430-baae-59e37487faf9, #wrap-s-c9beef9e-70f2-4430-baae-59e37487faf9, #wrap-content-s-c9beef9e-70f2-4430-baae-59e37487faf9 { display: none !important; }}
@media (min-width: 0px) {
[id="s-c9beef9e-70f2-4430-baae-59e37487faf9"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-c9beef9e-70f2-4430-baae-59e37487faf9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c9beef9e-70f2-4430-baae-59e37487faf9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c9beef9e-70f2-4430-baae-59e37487faf9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-1d857d37-98f4-484c-ba38-40688cfa8e5d {
  margin-top: 0px;
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-1d857d37-98f4-484c-ba38-40688cfa8e5d {
  display: none;
}
#s-1d857d37-98f4-484c-ba38-40688cfa8e5d, #wrap-s-1d857d37-98f4-484c-ba38-40688cfa8e5d, #wrap-content-s-1d857d37-98f4-484c-ba38-40688cfa8e5d { display: none !important; }}@media (max-width: 767px){#s-1d857d37-98f4-484c-ba38-40688cfa8e5d {
  display: none;
}
#s-1d857d37-98f4-484c-ba38-40688cfa8e5d, #wrap-s-1d857d37-98f4-484c-ba38-40688cfa8e5d, #wrap-content-s-1d857d37-98f4-484c-ba38-40688cfa8e5d { display: none !important; }}
#s-dcfa3c8a-85d6-4475-8573-e5efd614b64d {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-dcfa3c8a-85d6-4475-8573-e5efd614b64d {
  display: none;
}
#s-dcfa3c8a-85d6-4475-8573-e5efd614b64d, #wrap-s-dcfa3c8a-85d6-4475-8573-e5efd614b64d, #wrap-content-s-dcfa3c8a-85d6-4475-8573-e5efd614b64d { display: none !important; }}@media (max-width: 767px){#s-dcfa3c8a-85d6-4475-8573-e5efd614b64d {
  display: none;
}
#s-dcfa3c8a-85d6-4475-8573-e5efd614b64d, #wrap-s-dcfa3c8a-85d6-4475-8573-e5efd614b64d, #wrap-content-s-dcfa3c8a-85d6-4475-8573-e5efd614b64d { display: none !important; }}
@media (min-width: 0px) {
[id="s-dcfa3c8a-85d6-4475-8573-e5efd614b64d"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-dcfa3c8a-85d6-4475-8573-e5efd614b64d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-dcfa3c8a-85d6-4475-8573-e5efd614b64d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-dcfa3c8a-85d6-4475-8573-e5efd614b64d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-b163a424-2ee1-4be5-ae52-af146fe7b07e {
  margin-top: 50px;
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-b163a424-2ee1-4be5-ae52-af146fe7b07e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b163a424-2ee1-4be5-ae52-af146fe7b07e:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-b163a424-2ee1-4be5-ae52-af146fe7b07e {
  display: none;
}
#s-b163a424-2ee1-4be5-ae52-af146fe7b07e, #wrap-s-b163a424-2ee1-4be5-ae52-af146fe7b07e, #wrap-content-s-b163a424-2ee1-4be5-ae52-af146fe7b07e { display: none !important; }}@media (max-width: 767px){#s-b163a424-2ee1-4be5-ae52-af146fe7b07e {
  display: none;
}
#s-b163a424-2ee1-4be5-ae52-af146fe7b07e, #wrap-s-b163a424-2ee1-4be5-ae52-af146fe7b07e, #wrap-content-s-b163a424-2ee1-4be5-ae52-af146fe7b07e { display: none !important; }}

  #s-b163a424-2ee1-4be5-ae52-af146fe7b07e-root {
    text-align: center;
  }


#s-b163a424-2ee1-4be5-ae52-af146fe7b07e.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-b163a424-2ee1-4be5-ae52-af146fe7b07e-root {
    text-align: center;
  }


#s-b163a424-2ee1-4be5-ae52-af146fe7b07e.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-b163a424-2ee1-4be5-ae52-af146fe7b07e-root {
    text-align: center;
  }


#s-b163a424-2ee1-4be5-ae52-af146fe7b07e.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-b163a424-2ee1-4be5-ae52-af146fe7b07e-root {
    text-align: center;
  }


#s-b163a424-2ee1-4be5-ae52-af146fe7b07e.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-b163a424-2ee1-4be5-ae52-af146fe7b07e-root {
    text-align: center;
  }


#s-b163a424-2ee1-4be5-ae52-af146fe7b07e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-74f95fa2-40fe-421f-922b-8b85bbfee58e {
  min-height: 50px;
}








#s-74f95fa2-40fe-421f-922b-8b85bbfee58e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-74f95fa2-40fe-421f-922b-8b85bbfee58e.shg-box.shg-c {
  justify-content: center;
}

#s-f8e8b3df-6114-48a6-8283-0aaddbaba203 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f8e8b3df-6114-48a6-8283-0aaddbaba203 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



@media (min-width: 768px) and (max-width: 991px){#s-2ffcb455-dce1-4bf0-8b04-1b795698d945 {
  display: none;
}
#s-2ffcb455-dce1-4bf0-8b04-1b795698d945, #wrap-s-2ffcb455-dce1-4bf0-8b04-1b795698d945, #wrap-content-s-2ffcb455-dce1-4bf0-8b04-1b795698d945 { display: none !important; }}@media (max-width: 767px){#s-2ffcb455-dce1-4bf0-8b04-1b795698d945 {
  display: none;
}
#s-2ffcb455-dce1-4bf0-8b04-1b795698d945, #wrap-s-2ffcb455-dce1-4bf0-8b04-1b795698d945, #wrap-content-s-2ffcb455-dce1-4bf0-8b04-1b795698d945 { display: none !important; }}
@media (min-width: 0px) {
[id="s-2ffcb455-dce1-4bf0-8b04-1b795698d945"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-2ffcb455-dce1-4bf0-8b04-1b795698d945"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-2ffcb455-dce1-4bf0-8b04-1b795698d945"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-2ffcb455-dce1-4bf0-8b04-1b795698d945"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

.shogun-image-container {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-bdaad12c-f5e2-497f-8496-33f96e7a8a4e {
  text-align: center;
}

#s-bdaad12c-f5e2-497f-8496-33f96e7a8a4e {
  overflow: hidden;
  
  
}







  #s-bdaad12c-f5e2-497f-8496-33f96e7a8a4e img.shogun-image {
    

    
    
    
  }


#s-bdaad12c-f5e2-497f-8496-33f96e7a8a4e .shogun-image-content {
  
    justify-content: center;
  
}

.shg-product-title-component h1 span,
.shg-product-title-component h2 span,
.shg-product-title-component h3 span,
.shg-product-title-component h4 span,
.shg-product-title-component h5 span,
.shg-product-title-component h6 span {
  margin: 0;
  padding: 0;
  display: block;
  
  
  text-transform: none;
  
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-4161323b-67ac-45ce-a16f-344269cfb18a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4161323b-67ac-45ce-a16f-344269cfb18a .shg-product-title-component h3 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 18px;
  
  
  
}

#s-b36d7730-b3d2-4e41-a2c0-6240f7ce3f73 {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-5d28d5db-e031-4702-9815-93705db23f0c {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 86px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5d28d5db-e031-4702-9815-93705db23f0c {
  
}
}@media (max-width: 767px){#s-5d28d5db-e031-4702-9815-93705db23f0c {
  
}
}
#s-3c14fa29-1d25-48fa-94ae-6b36dafcf734 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 8px;
padding-left: 0px;
padding-bottom: 8px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-3c14fa29-1d25-48fa-94ae-6b36dafcf734:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3c14fa29-1d25-48fa-94ae-6b36dafcf734:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3c14fa29-1d25-48fa-94ae-6b36dafcf734-root {
    text-align: center;
  }


#s-3c14fa29-1d25-48fa-94ae-6b36dafcf734.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-3c14fa29-1d25-48fa-94ae-6b36dafcf734-root {
    text-align: center;
  }


#s-3c14fa29-1d25-48fa-94ae-6b36dafcf734.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3c14fa29-1d25-48fa-94ae-6b36dafcf734-root {
    text-align: center;
  }


#s-3c14fa29-1d25-48fa-94ae-6b36dafcf734.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3c14fa29-1d25-48fa-94ae-6b36dafcf734-root {
    text-align: center;
  }


#s-3c14fa29-1d25-48fa-94ae-6b36dafcf734.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-3c14fa29-1d25-48fa-94ae-6b36dafcf734-root {
    text-align: center;
  }


#s-3c14fa29-1d25-48fa-94ae-6b36dafcf734.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-7896ad7c-67cc-45c4-8561-7e85f2618922 {
  text-align: center;
}

#s-7896ad7c-67cc-45c4-8561-7e85f2618922 {
  overflow: hidden;
  
  
}







  #s-7896ad7c-67cc-45c4-8561-7e85f2618922 img.shogun-image {
    

    
    
    
  }


#s-7896ad7c-67cc-45c4-8561-7e85f2618922 .shogun-image-content {
  
    justify-content: center;
  
}

#s-3ee745f4-ef7b-44a2-9ae8-6a347f7b8d64 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3ee745f4-ef7b-44a2-9ae8-6a347f7b8d64 .shg-product-title-component h3 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 18px;
  
  
  
}

#s-199e272b-e1d6-4ab5-818b-30e7103a239b {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-6ac92114-5f34-4f4d-96db-d524f2b6af98 {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 43px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6ac92114-5f34-4f4d-96db-d524f2b6af98 {
  display: none;
}
#s-6ac92114-5f34-4f4d-96db-d524f2b6af98, #wrap-s-6ac92114-5f34-4f4d-96db-d524f2b6af98, #wrap-content-s-6ac92114-5f34-4f4d-96db-d524f2b6af98 { display: none !important; }}@media (max-width: 767px){#s-6ac92114-5f34-4f4d-96db-d524f2b6af98 {
  display: none;
}
#s-6ac92114-5f34-4f4d-96db-d524f2b6af98, #wrap-s-6ac92114-5f34-4f4d-96db-d524f2b6af98, #wrap-content-s-6ac92114-5f34-4f4d-96db-d524f2b6af98 { display: none !important; }}
#s-45434d52-3dd7-4679-acf7-b438534a315d {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 8px;
padding-left: 0px;
padding-bottom: 8px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-45434d52-3dd7-4679-acf7-b438534a315d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-45434d52-3dd7-4679-acf7-b438534a315d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-45434d52-3dd7-4679-acf7-b438534a315d-root {
    text-align: center;
  }


#s-45434d52-3dd7-4679-acf7-b438534a315d.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-45434d52-3dd7-4679-acf7-b438534a315d-root {
    text-align: center;
  }


#s-45434d52-3dd7-4679-acf7-b438534a315d.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-45434d52-3dd7-4679-acf7-b438534a315d-root {
    text-align: center;
  }


#s-45434d52-3dd7-4679-acf7-b438534a315d.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-45434d52-3dd7-4679-acf7-b438534a315d-root {
    text-align: center;
  }


#s-45434d52-3dd7-4679-acf7-b438534a315d.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-45434d52-3dd7-4679-acf7-b438534a315d-root {
    text-align: center;
  }


#s-45434d52-3dd7-4679-acf7-b438534a315d.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-2413e31e-4ae6-4674-be90-03c718dd23f7 {
  text-align: center;
}

#s-2413e31e-4ae6-4674-be90-03c718dd23f7 {
  overflow: hidden;
  
  
}







  #s-2413e31e-4ae6-4674-be90-03c718dd23f7 img.shogun-image {
    

    
    
    
  }


#s-2413e31e-4ae6-4674-be90-03c718dd23f7 .shogun-image-content {
  
    justify-content: center;
  
}

#s-c9326e28-825b-4c18-b779-fb9aebfd7ad5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c9326e28-825b-4c18-b779-fb9aebfd7ad5 .shg-product-title-component h3 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 18px;
  
  
  
}

#s-687bbcf5-eee1-4a71-b072-24efb129486b {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-781a7c11-544e-4354-8972-dfe6cf5d1894 {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 43px;
}
@media (min-width: 768px) and (max-width: 991px){#s-781a7c11-544e-4354-8972-dfe6cf5d1894 {
  display: none;
}
#s-781a7c11-544e-4354-8972-dfe6cf5d1894, #wrap-s-781a7c11-544e-4354-8972-dfe6cf5d1894, #wrap-content-s-781a7c11-544e-4354-8972-dfe6cf5d1894 { display: none !important; }}@media (max-width: 767px){#s-781a7c11-544e-4354-8972-dfe6cf5d1894 {
  display: none;
}
#s-781a7c11-544e-4354-8972-dfe6cf5d1894, #wrap-s-781a7c11-544e-4354-8972-dfe6cf5d1894, #wrap-content-s-781a7c11-544e-4354-8972-dfe6cf5d1894 { display: none !important; }}
#s-19ae9a37-2dc0-4ae2-967a-fd898dcb0a4f {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 8px;
padding-left: 0px;
padding-bottom: 8px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-19ae9a37-2dc0-4ae2-967a-fd898dcb0a4f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-19ae9a37-2dc0-4ae2-967a-fd898dcb0a4f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-19ae9a37-2dc0-4ae2-967a-fd898dcb0a4f-root {
    text-align: center;
  }


#s-19ae9a37-2dc0-4ae2-967a-fd898dcb0a4f.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-19ae9a37-2dc0-4ae2-967a-fd898dcb0a4f-root {
    text-align: center;
  }


#s-19ae9a37-2dc0-4ae2-967a-fd898dcb0a4f.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-19ae9a37-2dc0-4ae2-967a-fd898dcb0a4f-root {
    text-align: center;
  }


#s-19ae9a37-2dc0-4ae2-967a-fd898dcb0a4f.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-19ae9a37-2dc0-4ae2-967a-fd898dcb0a4f-root {
    text-align: center;
  }


#s-19ae9a37-2dc0-4ae2-967a-fd898dcb0a4f.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-19ae9a37-2dc0-4ae2-967a-fd898dcb0a4f-root {
    text-align: center;
  }


#s-19ae9a37-2dc0-4ae2-967a-fd898dcb0a4f.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-457cdf8a-9f5b-400f-924e-c009a7af1e2d {
  text-align: center;
}

#s-457cdf8a-9f5b-400f-924e-c009a7af1e2d {
  overflow: hidden;
  
  
}







  #s-457cdf8a-9f5b-400f-924e-c009a7af1e2d img.shogun-image {
    

    
    
    
  }


#s-457cdf8a-9f5b-400f-924e-c009a7af1e2d .shogun-image-content {
  
    justify-content: center;
  
}

#s-6f73d78f-54d3-43eb-b0f7-1ce3f33ee9b9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6f73d78f-54d3-43eb-b0f7-1ce3f33ee9b9 .shg-product-title-component h3 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 18px;
  
  
  
}

#s-f3060a0a-858d-4af3-a55e-58f08712a6a3 {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-917742b8-54ef-4228-9f8d-ebc00c6c3dc7 {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-917742b8-54ef-4228-9f8d-ebc00c6c3dc7 {
  display: none;
}
#s-917742b8-54ef-4228-9f8d-ebc00c6c3dc7, #wrap-s-917742b8-54ef-4228-9f8d-ebc00c6c3dc7, #wrap-content-s-917742b8-54ef-4228-9f8d-ebc00c6c3dc7 { display: none !important; }}@media (max-width: 767px){#s-917742b8-54ef-4228-9f8d-ebc00c6c3dc7 {
  display: none;
}
#s-917742b8-54ef-4228-9f8d-ebc00c6c3dc7, #wrap-s-917742b8-54ef-4228-9f8d-ebc00c6c3dc7, #wrap-content-s-917742b8-54ef-4228-9f8d-ebc00c6c3dc7 { display: none !important; }}
#s-d3973f2c-0ea1-49bc-bf81-94b84d46f48a {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 8px;
padding-left: 0px;
padding-bottom: 8px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-d3973f2c-0ea1-49bc-bf81-94b84d46f48a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d3973f2c-0ea1-49bc-bf81-94b84d46f48a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d3973f2c-0ea1-49bc-bf81-94b84d46f48a-root {
    text-align: center;
  }


#s-d3973f2c-0ea1-49bc-bf81-94b84d46f48a.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-d3973f2c-0ea1-49bc-bf81-94b84d46f48a-root {
    text-align: center;
  }


#s-d3973f2c-0ea1-49bc-bf81-94b84d46f48a.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d3973f2c-0ea1-49bc-bf81-94b84d46f48a-root {
    text-align: center;
  }


#s-d3973f2c-0ea1-49bc-bf81-94b84d46f48a.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d3973f2c-0ea1-49bc-bf81-94b84d46f48a-root {
    text-align: center;
  }


#s-d3973f2c-0ea1-49bc-bf81-94b84d46f48a.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-d3973f2c-0ea1-49bc-bf81-94b84d46f48a-root {
    text-align: center;
  }


#s-d3973f2c-0ea1-49bc-bf81-94b84d46f48a.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
@media (min-width: 1200px){#s-2a4870dc-a58e-4d13-88c9-11f15256740a {
  display: none;
}
#s-2a4870dc-a58e-4d13-88c9-11f15256740a, #wrap-s-2a4870dc-a58e-4d13-88c9-11f15256740a, #wrap-content-s-2a4870dc-a58e-4d13-88c9-11f15256740a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2a4870dc-a58e-4d13-88c9-11f15256740a {
  display: none;
}
#s-2a4870dc-a58e-4d13-88c9-11f15256740a, #wrap-s-2a4870dc-a58e-4d13-88c9-11f15256740a, #wrap-content-s-2a4870dc-a58e-4d13-88c9-11f15256740a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2a4870dc-a58e-4d13-88c9-11f15256740a {
  
}
}@media (max-width: 767px){#s-2a4870dc-a58e-4d13-88c9-11f15256740a {
  display: none;
}
#s-2a4870dc-a58e-4d13-88c9-11f15256740a, #wrap-s-2a4870dc-a58e-4d13-88c9-11f15256740a, #wrap-content-s-2a4870dc-a58e-4d13-88c9-11f15256740a { display: none !important; }}
@media (min-width: 0px) {
[id="s-2a4870dc-a58e-4d13-88c9-11f15256740a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-2a4870dc-a58e-4d13-88c9-11f15256740a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-2a4870dc-a58e-4d13-88c9-11f15256740a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-2a4870dc-a58e-4d13-88c9-11f15256740a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-2d117aa3-9647-4957-9bde-8d111ac424b7 {
  text-align: center;
}

#s-2d117aa3-9647-4957-9bde-8d111ac424b7 {
  overflow: hidden;
  
  
}







  #s-2d117aa3-9647-4957-9bde-8d111ac424b7 img.shogun-image {
    

    
    
    
  }


#s-2d117aa3-9647-4957-9bde-8d111ac424b7 .shogun-image-content {
  
    justify-content: center;
  
}

#s-7b8b33c2-f53f-4ce8-a379-d8a8caab32fc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7b8b33c2-f53f-4ce8-a379-d8a8caab32fc .shg-product-title-component h3 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 13px;
  
  
  
}

#s-1dfe841e-72a1-44f6-b703-8122a0134e56 {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-1a3a759e-d3d0-436e-9130-e3615cd42755 {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 43px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1a3a759e-d3d0-436e-9130-e3615cd42755 {
  
}
}@media (max-width: 767px){#s-1a3a759e-d3d0-436e-9130-e3615cd42755 {
  
}
}
#s-6f0a0f94-9900-4ed3-ab9d-284757d5b1b7 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 8px;
padding-left: 0px;
padding-bottom: 8px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-6f0a0f94-9900-4ed3-ab9d-284757d5b1b7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6f0a0f94-9900-4ed3-ab9d-284757d5b1b7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6f0a0f94-9900-4ed3-ab9d-284757d5b1b7-root {
    text-align: center;
  }


#s-6f0a0f94-9900-4ed3-ab9d-284757d5b1b7.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-6f0a0f94-9900-4ed3-ab9d-284757d5b1b7-root {
    text-align: center;
  }


#s-6f0a0f94-9900-4ed3-ab9d-284757d5b1b7.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6f0a0f94-9900-4ed3-ab9d-284757d5b1b7-root {
    text-align: center;
  }


#s-6f0a0f94-9900-4ed3-ab9d-284757d5b1b7.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6f0a0f94-9900-4ed3-ab9d-284757d5b1b7-root {
    text-align: center;
  }


#s-6f0a0f94-9900-4ed3-ab9d-284757d5b1b7.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-6f0a0f94-9900-4ed3-ab9d-284757d5b1b7-root {
    text-align: center;
  }


#s-6f0a0f94-9900-4ed3-ab9d-284757d5b1b7.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-19b66dd7-4e38-4b92-a089-3fb29ba9adcf {
  text-align: center;
}

#s-19b66dd7-4e38-4b92-a089-3fb29ba9adcf {
  overflow: hidden;
  
  
}







  #s-19b66dd7-4e38-4b92-a089-3fb29ba9adcf img.shogun-image {
    

    
    
    
  }


#s-19b66dd7-4e38-4b92-a089-3fb29ba9adcf .shogun-image-content {
  
    justify-content: center;
  
}

#s-8dd84e8e-9430-44aa-bb72-6e02dd1e854e {
  padding-top: 10px;
padding-bottom: 26px;
text-align: center;
}

#s-8dd84e8e-9430-44aa-bb72-6e02dd1e854e .shg-product-title-component h3 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 13px;
  
  
  
}

#s-15ddc671-e8bb-45cb-b0ac-014ce091229f {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-6b87c2fa-6494-4142-bc89-55431cd6f179 {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 22px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6b87c2fa-6494-4142-bc89-55431cd6f179 {
  
}
}@media (max-width: 767px){#s-6b87c2fa-6494-4142-bc89-55431cd6f179 {
  
}
}
#s-ee368682-993a-41b6-9c11-10438e6385fc {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 8px;
padding-left: 0px;
padding-bottom: 8px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-ee368682-993a-41b6-9c11-10438e6385fc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ee368682-993a-41b6-9c11-10438e6385fc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ee368682-993a-41b6-9c11-10438e6385fc-root {
    text-align: center;
  }


#s-ee368682-993a-41b6-9c11-10438e6385fc.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-ee368682-993a-41b6-9c11-10438e6385fc-root {
    text-align: center;
  }


#s-ee368682-993a-41b6-9c11-10438e6385fc.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ee368682-993a-41b6-9c11-10438e6385fc-root {
    text-align: center;
  }


#s-ee368682-993a-41b6-9c11-10438e6385fc.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ee368682-993a-41b6-9c11-10438e6385fc-root {
    text-align: center;
  }


#s-ee368682-993a-41b6-9c11-10438e6385fc.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-ee368682-993a-41b6-9c11-10438e6385fc-root {
    text-align: center;
  }


#s-ee368682-993a-41b6-9c11-10438e6385fc.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-b7f7c850-4a7d-4514-a050-529bc699e135 {
  text-align: center;
}

#s-b7f7c850-4a7d-4514-a050-529bc699e135 {
  overflow: hidden;
  
  
}







  #s-b7f7c850-4a7d-4514-a050-529bc699e135 img.shogun-image {
    

    
    
    
  }


#s-b7f7c850-4a7d-4514-a050-529bc699e135 .shogun-image-content {
  
    justify-content: center;
  
}

#s-4314c657-63fb-4323-ae11-7c9e472a28a3 {
  padding-top: 10px;
padding-bottom: 26px;
text-align: center;
}

#s-4314c657-63fb-4323-ae11-7c9e472a28a3 .shg-product-title-component h3 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 13px;
  
  
  
}

#s-c41fe940-8ca8-40a5-b214-99f2588943bf {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-27a9825c-0abe-4ed6-958f-f4d6e7550bd9 {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 43px;
}
@media (min-width: 768px) and (max-width: 991px){#s-27a9825c-0abe-4ed6-958f-f4d6e7550bd9 {
  
}
}@media (max-width: 767px){#s-27a9825c-0abe-4ed6-958f-f4d6e7550bd9 {
  
}
}
#s-08914d2d-0f41-4309-985a-1ebb54f6199a {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 8px;
padding-left: 0px;
padding-bottom: 8px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-08914d2d-0f41-4309-985a-1ebb54f6199a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-08914d2d-0f41-4309-985a-1ebb54f6199a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-08914d2d-0f41-4309-985a-1ebb54f6199a-root {
    text-align: center;
  }


#s-08914d2d-0f41-4309-985a-1ebb54f6199a.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-08914d2d-0f41-4309-985a-1ebb54f6199a-root {
    text-align: center;
  }


#s-08914d2d-0f41-4309-985a-1ebb54f6199a.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-08914d2d-0f41-4309-985a-1ebb54f6199a-root {
    text-align: center;
  }


#s-08914d2d-0f41-4309-985a-1ebb54f6199a.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-08914d2d-0f41-4309-985a-1ebb54f6199a-root {
    text-align: center;
  }


#s-08914d2d-0f41-4309-985a-1ebb54f6199a.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-08914d2d-0f41-4309-985a-1ebb54f6199a-root {
    text-align: center;
  }


#s-08914d2d-0f41-4309-985a-1ebb54f6199a.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-37bf08b3-41ed-4a7a-a2cb-bb1fc3e85f60 {
  text-align: center;
}

#s-37bf08b3-41ed-4a7a-a2cb-bb1fc3e85f60 {
  overflow: hidden;
  
  
}







  #s-37bf08b3-41ed-4a7a-a2cb-bb1fc3e85f60 img.shogun-image {
    

    
    
    
  }


#s-37bf08b3-41ed-4a7a-a2cb-bb1fc3e85f60 .shogun-image-content {
  
    justify-content: center;
  
}

#s-c994befb-b043-4c38-8ffd-244d87058828 {
  padding-top: 10px;
padding-bottom: 26px;
text-align: center;
}

#s-c994befb-b043-4c38-8ffd-244d87058828 .shg-product-title-component h3 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 13px;
  
  
  
}

#s-1d6a589b-07c8-4b20-875b-c923a78ef857 {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-755de55b-2248-445a-8396-d96dd2308da3 {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-755de55b-2248-445a-8396-d96dd2308da3 {
  
}
}@media (max-width: 767px){#s-755de55b-2248-445a-8396-d96dd2308da3 {
  
}
}
#s-a15ccf13-e0bf-495d-b3ff-f216b9920496 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 8px;
padding-left: 0px;
padding-bottom: 8px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-a15ccf13-e0bf-495d-b3ff-f216b9920496:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a15ccf13-e0bf-495d-b3ff-f216b9920496:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a15ccf13-e0bf-495d-b3ff-f216b9920496-root {
    text-align: center;
  }


#s-a15ccf13-e0bf-495d-b3ff-f216b9920496.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-a15ccf13-e0bf-495d-b3ff-f216b9920496-root {
    text-align: center;
  }


#s-a15ccf13-e0bf-495d-b3ff-f216b9920496.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a15ccf13-e0bf-495d-b3ff-f216b9920496-root {
    text-align: center;
  }


#s-a15ccf13-e0bf-495d-b3ff-f216b9920496.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a15ccf13-e0bf-495d-b3ff-f216b9920496-root {
    text-align: center;
  }


#s-a15ccf13-e0bf-495d-b3ff-f216b9920496.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-a15ccf13-e0bf-495d-b3ff-f216b9920496-root {
    text-align: center;
  }


#s-a15ccf13-e0bf-495d-b3ff-f216b9920496.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
@media (min-width: 1200px){#s-101323b4-167c-414a-beea-c027c1dcf858 {
  display: none;
}
#s-101323b4-167c-414a-beea-c027c1dcf858, #wrap-s-101323b4-167c-414a-beea-c027c1dcf858, #wrap-content-s-101323b4-167c-414a-beea-c027c1dcf858 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-101323b4-167c-414a-beea-c027c1dcf858 {
  display: none;
}
#s-101323b4-167c-414a-beea-c027c1dcf858, #wrap-s-101323b4-167c-414a-beea-c027c1dcf858, #wrap-content-s-101323b4-167c-414a-beea-c027c1dcf858 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-101323b4-167c-414a-beea-c027c1dcf858 {
  display: none;
}
#s-101323b4-167c-414a-beea-c027c1dcf858, #wrap-s-101323b4-167c-414a-beea-c027c1dcf858, #wrap-content-s-101323b4-167c-414a-beea-c027c1dcf858 { display: none !important; }}@media (max-width: 767px){#s-101323b4-167c-414a-beea-c027c1dcf858 {
  
}
}
@media (min-width: 0px) {
[id="s-101323b4-167c-414a-beea-c027c1dcf858"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-101323b4-167c-414a-beea-c027c1dcf858"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-101323b4-167c-414a-beea-c027c1dcf858"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-101323b4-167c-414a-beea-c027c1dcf858"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-df929f1d-9975-445f-b7c3-d0021a0f4a9e {
  text-align: center;
}

#s-df929f1d-9975-445f-b7c3-d0021a0f4a9e {
  overflow: hidden;
  
  
}







  #s-df929f1d-9975-445f-b7c3-d0021a0f4a9e img.shogun-image {
    

    
    
    
  }


#s-df929f1d-9975-445f-b7c3-d0021a0f4a9e .shogun-image-content {
  
    justify-content: center;
  
}

#s-f395caaf-91f5-40e8-b2d9-72f9ed1090aa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f395caaf-91f5-40e8-b2d9-72f9ed1090aa .shg-product-title-component h3 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 13px;
  
  
  
}

#s-73fb9310-de21-4bee-bea0-cdd8b383abe2 {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-55c3e3bb-ac6f-4fc5-9a0b-dc322eb5e526 {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 21px;
}
@media (min-width: 768px) and (max-width: 991px){#s-55c3e3bb-ac6f-4fc5-9a0b-dc322eb5e526 {
  
}
}@media (max-width: 767px){#s-55c3e3bb-ac6f-4fc5-9a0b-dc322eb5e526 {
  
}
}
#s-5861da8c-1087-428f-ae8b-699de680b969 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 8px;
padding-left: 0px;
padding-bottom: 8px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-5861da8c-1087-428f-ae8b-699de680b969:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5861da8c-1087-428f-ae8b-699de680b969:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5861da8c-1087-428f-ae8b-699de680b969-root {
    text-align: center;
  }


#s-5861da8c-1087-428f-ae8b-699de680b969.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-5861da8c-1087-428f-ae8b-699de680b969-root {
    text-align: center;
  }


#s-5861da8c-1087-428f-ae8b-699de680b969.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5861da8c-1087-428f-ae8b-699de680b969-root {
    text-align: center;
  }


#s-5861da8c-1087-428f-ae8b-699de680b969.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5861da8c-1087-428f-ae8b-699de680b969-root {
    text-align: center;
  }


#s-5861da8c-1087-428f-ae8b-699de680b969.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-5861da8c-1087-428f-ae8b-699de680b969-root {
    text-align: center;
  }


#s-5861da8c-1087-428f-ae8b-699de680b969.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-c0421a10-1905-4a33-a914-d6423b12843b {
  text-align: center;
}

#s-c0421a10-1905-4a33-a914-d6423b12843b {
  overflow: hidden;
  
  
}







  #s-c0421a10-1905-4a33-a914-d6423b12843b img.shogun-image {
    

    
    
    
  }


#s-c0421a10-1905-4a33-a914-d6423b12843b .shogun-image-content {
  
    justify-content: center;
  
}

#s-7a1ef36a-1220-46f8-98e4-a98c51a1bde7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7a1ef36a-1220-46f8-98e4-a98c51a1bde7 .shg-product-title-component h3 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 13px;
  
  
  
}

#s-494293cc-b182-4e06-ac86-f9432dce0c80 {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-4927166c-aab5-4fbe-bc68-8692079fcbf2 {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4927166c-aab5-4fbe-bc68-8692079fcbf2 {
  
}
}@media (max-width: 767px){#s-4927166c-aab5-4fbe-bc68-8692079fcbf2 {
  
}
}
#s-4148b485-5528-4e0e-b3f0-670e842844bf {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 8px;
padding-left: 0px;
padding-bottom: 8px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-4148b485-5528-4e0e-b3f0-670e842844bf:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4148b485-5528-4e0e-b3f0-670e842844bf:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4148b485-5528-4e0e-b3f0-670e842844bf-root {
    text-align: center;
  }


#s-4148b485-5528-4e0e-b3f0-670e842844bf.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-4148b485-5528-4e0e-b3f0-670e842844bf-root {
    text-align: center;
  }


#s-4148b485-5528-4e0e-b3f0-670e842844bf.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4148b485-5528-4e0e-b3f0-670e842844bf-root {
    text-align: center;
  }


#s-4148b485-5528-4e0e-b3f0-670e842844bf.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4148b485-5528-4e0e-b3f0-670e842844bf-root {
    text-align: center;
  }


#s-4148b485-5528-4e0e-b3f0-670e842844bf.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-4148b485-5528-4e0e-b3f0-670e842844bf-root {
    text-align: center;
  }


#s-4148b485-5528-4e0e-b3f0-670e842844bf.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-83a7c4f1-06e2-4097-8850-5698f2707c76 {
  text-align: center;
}

#s-83a7c4f1-06e2-4097-8850-5698f2707c76 {
  overflow: hidden;
  
  
}







  #s-83a7c4f1-06e2-4097-8850-5698f2707c76 img.shogun-image {
    

    
    
    
  }


#s-83a7c4f1-06e2-4097-8850-5698f2707c76 .shogun-image-content {
  
    justify-content: center;
  
}

#s-28c8d97b-359d-40d7-bc13-771a3a1183c3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-28c8d97b-359d-40d7-bc13-771a3a1183c3 .shg-product-title-component h3 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 13px;
  
  
  
}

#s-61716caf-5b24-48dc-84c0-59cba90a979f {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-a65a9b82-1887-4de3-a596-023cde43a408 {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 44px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a65a9b82-1887-4de3-a596-023cde43a408 {
  
}
}@media (max-width: 767px){#s-a65a9b82-1887-4de3-a596-023cde43a408 {
  
}
}
#s-6003813a-5413-4932-97cf-ee93dbbcda00 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 8px;
padding-left: 0px;
padding-bottom: 8px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-6003813a-5413-4932-97cf-ee93dbbcda00:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6003813a-5413-4932-97cf-ee93dbbcda00:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6003813a-5413-4932-97cf-ee93dbbcda00-root {
    text-align: center;
  }


#s-6003813a-5413-4932-97cf-ee93dbbcda00.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-6003813a-5413-4932-97cf-ee93dbbcda00-root {
    text-align: center;
  }


#s-6003813a-5413-4932-97cf-ee93dbbcda00.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6003813a-5413-4932-97cf-ee93dbbcda00-root {
    text-align: center;
  }


#s-6003813a-5413-4932-97cf-ee93dbbcda00.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6003813a-5413-4932-97cf-ee93dbbcda00-root {
    text-align: center;
  }


#s-6003813a-5413-4932-97cf-ee93dbbcda00.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-6003813a-5413-4932-97cf-ee93dbbcda00-root {
    text-align: center;
  }


#s-6003813a-5413-4932-97cf-ee93dbbcda00.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-59f16b14-856d-4389-9d08-4f79c884d1a6 {
  text-align: center;
}

#s-59f16b14-856d-4389-9d08-4f79c884d1a6 {
  overflow: hidden;
  
  
}







  #s-59f16b14-856d-4389-9d08-4f79c884d1a6 img.shogun-image {
    

    
    
    
  }


#s-59f16b14-856d-4389-9d08-4f79c884d1a6 .shogun-image-content {
  
    justify-content: center;
  
}

#s-402f1269-ac93-4b40-b344-825169dadfb2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-402f1269-ac93-4b40-b344-825169dadfb2 .shg-product-title-component h3 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 13px;
  
  
  
}

#s-6132e8c0-30f3-467a-9b64-cce390e11c20 {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-a7364cda-5aef-4280-bb16-3beb108c612a {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a7364cda-5aef-4280-bb16-3beb108c612a {
  
}
}@media (max-width: 767px){#s-a7364cda-5aef-4280-bb16-3beb108c612a {
  
}
}
#s-196f0e33-51a1-4f35-bf6a-20072ccdc369 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 8px;
padding-left: 0px;
padding-bottom: 8px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-196f0e33-51a1-4f35-bf6a-20072ccdc369:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-196f0e33-51a1-4f35-bf6a-20072ccdc369:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-196f0e33-51a1-4f35-bf6a-20072ccdc369-root {
    text-align: center;
  }


#s-196f0e33-51a1-4f35-bf6a-20072ccdc369.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-196f0e33-51a1-4f35-bf6a-20072ccdc369-root {
    text-align: center;
  }


#s-196f0e33-51a1-4f35-bf6a-20072ccdc369.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-196f0e33-51a1-4f35-bf6a-20072ccdc369-root {
    text-align: center;
  }


#s-196f0e33-51a1-4f35-bf6a-20072ccdc369.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-196f0e33-51a1-4f35-bf6a-20072ccdc369-root {
    text-align: center;
  }


#s-196f0e33-51a1-4f35-bf6a-20072ccdc369.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-196f0e33-51a1-4f35-bf6a-20072ccdc369-root {
    text-align: center;
  }


#s-196f0e33-51a1-4f35-bf6a-20072ccdc369.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

@media (min-width: 768px) and (max-width: 991px){#s-7b3a4fbe-d786-47fa-92a6-ac1844268e7e {
  display: none;
}
#s-7b3a4fbe-d786-47fa-92a6-ac1844268e7e, #wrap-s-7b3a4fbe-d786-47fa-92a6-ac1844268e7e, #wrap-content-s-7b3a4fbe-d786-47fa-92a6-ac1844268e7e { display: none !important; }}@media (max-width: 767px){#s-7b3a4fbe-d786-47fa-92a6-ac1844268e7e {
  display: none;
}
#s-7b3a4fbe-d786-47fa-92a6-ac1844268e7e, #wrap-s-7b3a4fbe-d786-47fa-92a6-ac1844268e7e, #wrap-content-s-7b3a4fbe-d786-47fa-92a6-ac1844268e7e { display: none !important; }}
#s-7b3a4fbe-d786-47fa-92a6-ac1844268e7e hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

@media (min-width: 768px) and (max-width: 991px){#s-bd757945-007f-44d6-86a1-7e389faf5a61 {
  display: none;
}
#s-bd757945-007f-44d6-86a1-7e389faf5a61, #wrap-s-bd757945-007f-44d6-86a1-7e389faf5a61, #wrap-content-s-bd757945-007f-44d6-86a1-7e389faf5a61 { display: none !important; }}@media (max-width: 767px){#s-bd757945-007f-44d6-86a1-7e389faf5a61 {
  display: none;
}
#s-bd757945-007f-44d6-86a1-7e389faf5a61, #wrap-s-bd757945-007f-44d6-86a1-7e389faf5a61, #wrap-content-s-bd757945-007f-44d6-86a1-7e389faf5a61 { display: none !important; }}
@media (min-width: 0px) {
[id="s-bd757945-007f-44d6-86a1-7e389faf5a61"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-bd757945-007f-44d6-86a1-7e389faf5a61"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-bd757945-007f-44d6-86a1-7e389faf5a61"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-bd757945-007f-44d6-86a1-7e389faf5a61"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-9f321dba-c59e-45f2-9300-0c7bfa95a1df {
  text-align: center;
}

#s-9f321dba-c59e-45f2-9300-0c7bfa95a1df {
  overflow: hidden;
  
  
}







  #s-9f321dba-c59e-45f2-9300-0c7bfa95a1df img.shogun-image {
    

    
    
    
  }


#s-9f321dba-c59e-45f2-9300-0c7bfa95a1df .shogun-image-content {
  
    justify-content: center;
  
}

#s-da57d980-52ae-4c05-a441-49d7882795f2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-da57d980-52ae-4c05-a441-49d7882795f2 .shg-product-title-component h3 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 18px;
  
  
  
}

#s-96191d1e-8dce-4c2e-8f11-4ac09ede3f1c {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-8b8eaa3f-1b00-4a69-9012-16eea34e5dd5 {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 65px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8b8eaa3f-1b00-4a69-9012-16eea34e5dd5 {
  display: none;
}
#s-8b8eaa3f-1b00-4a69-9012-16eea34e5dd5, #wrap-s-8b8eaa3f-1b00-4a69-9012-16eea34e5dd5, #wrap-content-s-8b8eaa3f-1b00-4a69-9012-16eea34e5dd5 { display: none !important; }}@media (max-width: 767px){#s-8b8eaa3f-1b00-4a69-9012-16eea34e5dd5 {
  display: none;
}
#s-8b8eaa3f-1b00-4a69-9012-16eea34e5dd5, #wrap-s-8b8eaa3f-1b00-4a69-9012-16eea34e5dd5, #wrap-content-s-8b8eaa3f-1b00-4a69-9012-16eea34e5dd5 { display: none !important; }}
#s-c1981b1c-9fb2-49d8-845b-d2c3d5d32f5b {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 8px;
padding-left: 0px;
padding-bottom: 8px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-c1981b1c-9fb2-49d8-845b-d2c3d5d32f5b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c1981b1c-9fb2-49d8-845b-d2c3d5d32f5b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c1981b1c-9fb2-49d8-845b-d2c3d5d32f5b-root {
    text-align: center;
  }


#s-c1981b1c-9fb2-49d8-845b-d2c3d5d32f5b.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c1981b1c-9fb2-49d8-845b-d2c3d5d32f5b-root {
    text-align: center;
  }


#s-c1981b1c-9fb2-49d8-845b-d2c3d5d32f5b.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c1981b1c-9fb2-49d8-845b-d2c3d5d32f5b-root {
    text-align: center;
  }


#s-c1981b1c-9fb2-49d8-845b-d2c3d5d32f5b.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c1981b1c-9fb2-49d8-845b-d2c3d5d32f5b-root {
    text-align: center;
  }


#s-c1981b1c-9fb2-49d8-845b-d2c3d5d32f5b.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c1981b1c-9fb2-49d8-845b-d2c3d5d32f5b-root {
    text-align: center;
  }


#s-c1981b1c-9fb2-49d8-845b-d2c3d5d32f5b.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-4b350344-d369-4777-9413-4e1968e891fe {
  text-align: center;
}

#s-4b350344-d369-4777-9413-4e1968e891fe {
  overflow: hidden;
  
  
}







  #s-4b350344-d369-4777-9413-4e1968e891fe img.shogun-image {
    

    
    
    
  }


#s-4b350344-d369-4777-9413-4e1968e891fe .shogun-image-content {
  
    justify-content: center;
  
}

#s-763d7e7e-5789-459e-b7a1-2916a0b95eab {
  padding-top: 10px;
padding-bottom: 32px;
text-align: center;
}

#s-763d7e7e-5789-459e-b7a1-2916a0b95eab .shg-product-title-component h3 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 18px;
  
  
  
}

#s-8e11425b-eb40-4b7d-9792-57243bb23223 {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-78cc1b48-d61f-40c5-991a-3b3149b1ac7b {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 88px;
}
@media (min-width: 768px) and (max-width: 991px){#s-78cc1b48-d61f-40c5-991a-3b3149b1ac7b {
  
}
}@media (max-width: 767px){#s-78cc1b48-d61f-40c5-991a-3b3149b1ac7b {
  
}
}
#s-91630b1e-0651-4327-a6f1-574137f6e61f {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 8px;
padding-left: 0px;
padding-bottom: 8px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-91630b1e-0651-4327-a6f1-574137f6e61f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-91630b1e-0651-4327-a6f1-574137f6e61f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-91630b1e-0651-4327-a6f1-574137f6e61f-root {
    text-align: center;
  }


#s-91630b1e-0651-4327-a6f1-574137f6e61f.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-91630b1e-0651-4327-a6f1-574137f6e61f-root {
    text-align: center;
  }


#s-91630b1e-0651-4327-a6f1-574137f6e61f.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-91630b1e-0651-4327-a6f1-574137f6e61f-root {
    text-align: center;
  }


#s-91630b1e-0651-4327-a6f1-574137f6e61f.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-91630b1e-0651-4327-a6f1-574137f6e61f-root {
    text-align: center;
  }


#s-91630b1e-0651-4327-a6f1-574137f6e61f.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-91630b1e-0651-4327-a6f1-574137f6e61f-root {
    text-align: center;
  }


#s-91630b1e-0651-4327-a6f1-574137f6e61f.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-a92a6ab1-0fd7-4d3c-9cef-92d836b994da {
  margin-top: auto;
margin-bottom: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-a92a6ab1-0fd7-4d3c-9cef-92d836b994da {
  overflow: hidden;
  
  
}







  #s-a92a6ab1-0fd7-4d3c-9cef-92d836b994da img.shogun-image {
    

    
    
    
  }


#s-a92a6ab1-0fd7-4d3c-9cef-92d836b994da .shogun-image-content {
  
    justify-content: center;
  
}

#s-fd66881d-b942-4370-9adf-7272ac7592c9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fd66881d-b942-4370-9adf-7272ac7592c9 .shg-product-title-component h3 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 18px;
  
  
  
}

#s-672625c6-2316-481a-946c-0e380668bf0d {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-24c40b3e-a67a-4dc8-8713-cc54d4236b8c {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-24c40b3e-a67a-4dc8-8713-cc54d4236b8c {
  display: none;
}
#s-24c40b3e-a67a-4dc8-8713-cc54d4236b8c, #wrap-s-24c40b3e-a67a-4dc8-8713-cc54d4236b8c, #wrap-content-s-24c40b3e-a67a-4dc8-8713-cc54d4236b8c { display: none !important; }}@media (max-width: 767px){#s-24c40b3e-a67a-4dc8-8713-cc54d4236b8c {
  display: none;
}
#s-24c40b3e-a67a-4dc8-8713-cc54d4236b8c, #wrap-s-24c40b3e-a67a-4dc8-8713-cc54d4236b8c, #wrap-content-s-24c40b3e-a67a-4dc8-8713-cc54d4236b8c { display: none !important; }}
#s-6b10b700-2c33-4213-8921-1befffe7e051 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 8px;
padding-left: 0px;
padding-bottom: 8px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-6b10b700-2c33-4213-8921-1befffe7e051:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6b10b700-2c33-4213-8921-1befffe7e051:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6b10b700-2c33-4213-8921-1befffe7e051-root {
    text-align: center;
  }


#s-6b10b700-2c33-4213-8921-1befffe7e051.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-6b10b700-2c33-4213-8921-1befffe7e051-root {
    text-align: center;
  }


#s-6b10b700-2c33-4213-8921-1befffe7e051.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6b10b700-2c33-4213-8921-1befffe7e051-root {
    text-align: center;
  }


#s-6b10b700-2c33-4213-8921-1befffe7e051.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6b10b700-2c33-4213-8921-1befffe7e051-root {
    text-align: center;
  }


#s-6b10b700-2c33-4213-8921-1befffe7e051.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-6b10b700-2c33-4213-8921-1befffe7e051-root {
    text-align: center;
  }


#s-6b10b700-2c33-4213-8921-1befffe7e051.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-3f46f25e-ffa4-48df-a458-a30b59215cd0 {
  text-align: center;
}

#s-3f46f25e-ffa4-48df-a458-a30b59215cd0 {
  overflow: hidden;
  
  
}







  #s-3f46f25e-ffa4-48df-a458-a30b59215cd0 img.shogun-image {
    

    
    
    
  }


#s-3f46f25e-ffa4-48df-a458-a30b59215cd0 .shogun-image-content {
  
    justify-content: center;
  
}

#s-8e6b7fbe-932d-47ef-ad7d-d118517a00a2 {
  padding-top: 10px;
padding-bottom: 32px;
text-align: center;
}

#s-8e6b7fbe-932d-47ef-ad7d-d118517a00a2 .shg-product-title-component h3 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 18px;
  
  
  
}

#s-ffc848ad-77ba-4b8c-81c9-0da1d4d7ddb3 {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-5f97cf69-28f7-447b-910e-0f4863d8043c {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 22px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5f97cf69-28f7-447b-910e-0f4863d8043c {
  
}
}@media (max-width: 767px){#s-5f97cf69-28f7-447b-910e-0f4863d8043c {
  
}
}
#s-6f9d894e-b38e-4ff0-b352-d7d1ebfe1b09 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 8px;
padding-left: 0px;
padding-bottom: 8px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-6f9d894e-b38e-4ff0-b352-d7d1ebfe1b09:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6f9d894e-b38e-4ff0-b352-d7d1ebfe1b09:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6f9d894e-b38e-4ff0-b352-d7d1ebfe1b09-root {
    text-align: center;
  }


#s-6f9d894e-b38e-4ff0-b352-d7d1ebfe1b09.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-6f9d894e-b38e-4ff0-b352-d7d1ebfe1b09-root {
    text-align: center;
  }


#s-6f9d894e-b38e-4ff0-b352-d7d1ebfe1b09.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6f9d894e-b38e-4ff0-b352-d7d1ebfe1b09-root {
    text-align: center;
  }


#s-6f9d894e-b38e-4ff0-b352-d7d1ebfe1b09.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6f9d894e-b38e-4ff0-b352-d7d1ebfe1b09-root {
    text-align: center;
  }


#s-6f9d894e-b38e-4ff0-b352-d7d1ebfe1b09.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-6f9d894e-b38e-4ff0-b352-d7d1ebfe1b09-root {
    text-align: center;
  }


#s-6f9d894e-b38e-4ff0-b352-d7d1ebfe1b09.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
@media (min-width: 768px) and (max-width: 991px){#s-67770a7e-0458-4027-b6d6-30b8f0d3f3d0 {
  display: none;
}
#s-67770a7e-0458-4027-b6d6-30b8f0d3f3d0, #wrap-s-67770a7e-0458-4027-b6d6-30b8f0d3f3d0, #wrap-content-s-67770a7e-0458-4027-b6d6-30b8f0d3f3d0 { display: none !important; }}@media (max-width: 767px){#s-67770a7e-0458-4027-b6d6-30b8f0d3f3d0 {
  display: none;
}
#s-67770a7e-0458-4027-b6d6-30b8f0d3f3d0, #wrap-s-67770a7e-0458-4027-b6d6-30b8f0d3f3d0, #wrap-content-s-67770a7e-0458-4027-b6d6-30b8f0d3f3d0 { display: none !important; }}
#s-67770a7e-0458-4027-b6d6-30b8f0d3f3d0 hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

@media (min-width: 768px) and (max-width: 991px){#s-1c86136b-2b51-4989-b379-8d9e36382d36 {
  display: none;
}
#s-1c86136b-2b51-4989-b379-8d9e36382d36, #wrap-s-1c86136b-2b51-4989-b379-8d9e36382d36, #wrap-content-s-1c86136b-2b51-4989-b379-8d9e36382d36 { display: none !important; }}@media (max-width: 767px){#s-1c86136b-2b51-4989-b379-8d9e36382d36 {
  display: none;
}
#s-1c86136b-2b51-4989-b379-8d9e36382d36, #wrap-s-1c86136b-2b51-4989-b379-8d9e36382d36, #wrap-content-s-1c86136b-2b51-4989-b379-8d9e36382d36 { display: none !important; }}
@media (min-width: 0px) {
[id="s-1c86136b-2b51-4989-b379-8d9e36382d36"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-1c86136b-2b51-4989-b379-8d9e36382d36"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-1c86136b-2b51-4989-b379-8d9e36382d36"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-1c86136b-2b51-4989-b379-8d9e36382d36"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-3a0c585e-3a32-4217-99b4-ee6ca4c9905a {
  text-align: center;
}

#s-3a0c585e-3a32-4217-99b4-ee6ca4c9905a {
  overflow: hidden;
  
  
}







  #s-3a0c585e-3a32-4217-99b4-ee6ca4c9905a img.shogun-image {
    

    
    
    
  }


#s-3a0c585e-3a32-4217-99b4-ee6ca4c9905a .shogun-image-content {
  
    justify-content: center;
  
}

#s-ad5a0499-b6e7-4817-a7e3-0c614125af2c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ad5a0499-b6e7-4817-a7e3-0c614125af2c .shg-product-title-component h3 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 18px;
  
  
  
}

#s-26ed9fd7-235a-467c-9583-92554005f8f9 {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-528d67be-7f09-4d9c-915a-72f91f9e7728 {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 88px;
}
@media (min-width: 768px) and (max-width: 991px){#s-528d67be-7f09-4d9c-915a-72f91f9e7728 {
  display: none;
}
#s-528d67be-7f09-4d9c-915a-72f91f9e7728, #wrap-s-528d67be-7f09-4d9c-915a-72f91f9e7728, #wrap-content-s-528d67be-7f09-4d9c-915a-72f91f9e7728 { display: none !important; }}@media (max-width: 767px){#s-528d67be-7f09-4d9c-915a-72f91f9e7728 {
  display: none;
}
#s-528d67be-7f09-4d9c-915a-72f91f9e7728, #wrap-s-528d67be-7f09-4d9c-915a-72f91f9e7728, #wrap-content-s-528d67be-7f09-4d9c-915a-72f91f9e7728 { display: none !important; }}
#s-c0f92a8a-89c9-4ba3-a72b-8afddb3cdcfa {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 8px;
padding-left: 0px;
padding-bottom: 8px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-c0f92a8a-89c9-4ba3-a72b-8afddb3cdcfa:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c0f92a8a-89c9-4ba3-a72b-8afddb3cdcfa:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c0f92a8a-89c9-4ba3-a72b-8afddb3cdcfa-root {
    text-align: center;
  }


#s-c0f92a8a-89c9-4ba3-a72b-8afddb3cdcfa.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c0f92a8a-89c9-4ba3-a72b-8afddb3cdcfa-root {
    text-align: center;
  }


#s-c0f92a8a-89c9-4ba3-a72b-8afddb3cdcfa.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c0f92a8a-89c9-4ba3-a72b-8afddb3cdcfa-root {
    text-align: center;
  }


#s-c0f92a8a-89c9-4ba3-a72b-8afddb3cdcfa.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c0f92a8a-89c9-4ba3-a72b-8afddb3cdcfa-root {
    text-align: center;
  }


#s-c0f92a8a-89c9-4ba3-a72b-8afddb3cdcfa.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c0f92a8a-89c9-4ba3-a72b-8afddb3cdcfa-root {
    text-align: center;
  }


#s-c0f92a8a-89c9-4ba3-a72b-8afddb3cdcfa.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-a2931c9d-21f8-4690-b37c-703131af9537 {
  text-align: center;
}

#s-a2931c9d-21f8-4690-b37c-703131af9537 {
  overflow: hidden;
  
  
}







  #s-a2931c9d-21f8-4690-b37c-703131af9537 img.shogun-image {
    

    
    
    
  }


#s-a2931c9d-21f8-4690-b37c-703131af9537 .shogun-image-content {
  
    justify-content: center;
  
}

#s-54a0dbf7-782c-406f-af55-19cf2c5b1373 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-54a0dbf7-782c-406f-af55-19cf2c5b1373 .shg-product-title-component h3 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 18px;
  
  
  
}

#s-7ed731dc-6ba3-4d45-910a-c73f8bdc0a64 {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-a7f6b8b2-267f-4945-8235-6a34216c8e10 {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 88px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a7f6b8b2-267f-4945-8235-6a34216c8e10 {
  display: none;
}
#s-a7f6b8b2-267f-4945-8235-6a34216c8e10, #wrap-s-a7f6b8b2-267f-4945-8235-6a34216c8e10, #wrap-content-s-a7f6b8b2-267f-4945-8235-6a34216c8e10 { display: none !important; }}@media (max-width: 767px){#s-a7f6b8b2-267f-4945-8235-6a34216c8e10 {
  display: none;
}
#s-a7f6b8b2-267f-4945-8235-6a34216c8e10, #wrap-s-a7f6b8b2-267f-4945-8235-6a34216c8e10, #wrap-content-s-a7f6b8b2-267f-4945-8235-6a34216c8e10 { display: none !important; }}
#s-152910cf-663b-4cb4-8cd1-32546cfe6b2d {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 8px;
padding-left: 0px;
padding-bottom: 8px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-152910cf-663b-4cb4-8cd1-32546cfe6b2d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-152910cf-663b-4cb4-8cd1-32546cfe6b2d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-152910cf-663b-4cb4-8cd1-32546cfe6b2d-root {
    text-align: center;
  }


#s-152910cf-663b-4cb4-8cd1-32546cfe6b2d.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-152910cf-663b-4cb4-8cd1-32546cfe6b2d-root {
    text-align: center;
  }


#s-152910cf-663b-4cb4-8cd1-32546cfe6b2d.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-152910cf-663b-4cb4-8cd1-32546cfe6b2d-root {
    text-align: center;
  }


#s-152910cf-663b-4cb4-8cd1-32546cfe6b2d.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-152910cf-663b-4cb4-8cd1-32546cfe6b2d-root {
    text-align: center;
  }


#s-152910cf-663b-4cb4-8cd1-32546cfe6b2d.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-152910cf-663b-4cb4-8cd1-32546cfe6b2d-root {
    text-align: center;
  }


#s-152910cf-663b-4cb4-8cd1-32546cfe6b2d.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-ef4968a0-e979-4828-ac34-28b3a95ec305 {
  text-align: center;
}

#s-ef4968a0-e979-4828-ac34-28b3a95ec305 {
  overflow: hidden;
  
  
}







  #s-ef4968a0-e979-4828-ac34-28b3a95ec305 img.shogun-image {
    

    
    
    
  }


#s-ef4968a0-e979-4828-ac34-28b3a95ec305 .shogun-image-content {
  
    justify-content: center;
  
}

#s-4486a773-b0ec-41d7-b5cf-f236bea99430 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4486a773-b0ec-41d7-b5cf-f236bea99430 .shg-product-title-component h3 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 18px;
  
  
  
}

#s-8ef03ef1-f8bc-439d-9260-7a7f43cdb106 {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-08192bc8-d076-4731-ae45-2ce5e74f19e9 {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 24px;
}
@media (min-width: 768px) and (max-width: 991px){#s-08192bc8-d076-4731-ae45-2ce5e74f19e9 {
  display: none;
}
#s-08192bc8-d076-4731-ae45-2ce5e74f19e9, #wrap-s-08192bc8-d076-4731-ae45-2ce5e74f19e9, #wrap-content-s-08192bc8-d076-4731-ae45-2ce5e74f19e9 { display: none !important; }}@media (max-width: 767px){#s-08192bc8-d076-4731-ae45-2ce5e74f19e9 {
  display: none;
}
#s-08192bc8-d076-4731-ae45-2ce5e74f19e9, #wrap-s-08192bc8-d076-4731-ae45-2ce5e74f19e9, #wrap-content-s-08192bc8-d076-4731-ae45-2ce5e74f19e9 { display: none !important; }}
#s-68045992-3452-415f-9034-30bf6fd5481c {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 8px;
padding-left: 0px;
padding-bottom: 8px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-68045992-3452-415f-9034-30bf6fd5481c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-68045992-3452-415f-9034-30bf6fd5481c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-68045992-3452-415f-9034-30bf6fd5481c-root {
    text-align: center;
  }


#s-68045992-3452-415f-9034-30bf6fd5481c.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-68045992-3452-415f-9034-30bf6fd5481c-root {
    text-align: center;
  }


#s-68045992-3452-415f-9034-30bf6fd5481c.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-68045992-3452-415f-9034-30bf6fd5481c-root {
    text-align: center;
  }


#s-68045992-3452-415f-9034-30bf6fd5481c.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-68045992-3452-415f-9034-30bf6fd5481c-root {
    text-align: center;
  }


#s-68045992-3452-415f-9034-30bf6fd5481c.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-68045992-3452-415f-9034-30bf6fd5481c-root {
    text-align: center;
  }


#s-68045992-3452-415f-9034-30bf6fd5481c.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-e30e81a0-baa2-4a6e-9393-013f6d5298ea {
  text-align: center;
}

#s-e30e81a0-baa2-4a6e-9393-013f6d5298ea {
  overflow: hidden;
  
  
}







  #s-e30e81a0-baa2-4a6e-9393-013f6d5298ea img.shogun-image {
    

    
    
    
  }


#s-e30e81a0-baa2-4a6e-9393-013f6d5298ea .shogun-image-content {
  
    justify-content: center;
  
}

#s-57957a83-f6bb-47c6-a37a-fc4a122f6984 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-57957a83-f6bb-47c6-a37a-fc4a122f6984 .shg-product-title-component h3 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 18px;
  
  
  
}

#s-e63f0d37-8493-46b3-847a-c3577f82d974 {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-bc84e04f-319c-4465-a6de-66694d4372dc {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-bc84e04f-319c-4465-a6de-66694d4372dc {
  
}
}@media (max-width: 767px){#s-bc84e04f-319c-4465-a6de-66694d4372dc {
  
}
}
#s-256521a4-188a-43a0-8b60-59e1e76aae68 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 8px;
padding-left: 0px;
padding-bottom: 8px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-256521a4-188a-43a0-8b60-59e1e76aae68:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-256521a4-188a-43a0-8b60-59e1e76aae68:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-256521a4-188a-43a0-8b60-59e1e76aae68-root {
    text-align: center;
  }


#s-256521a4-188a-43a0-8b60-59e1e76aae68.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-256521a4-188a-43a0-8b60-59e1e76aae68-root {
    text-align: center;
  }


#s-256521a4-188a-43a0-8b60-59e1e76aae68.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-256521a4-188a-43a0-8b60-59e1e76aae68-root {
    text-align: center;
  }


#s-256521a4-188a-43a0-8b60-59e1e76aae68.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-256521a4-188a-43a0-8b60-59e1e76aae68-root {
    text-align: center;
  }


#s-256521a4-188a-43a0-8b60-59e1e76aae68.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-256521a4-188a-43a0-8b60-59e1e76aae68-root {
    text-align: center;
  }


#s-256521a4-188a-43a0-8b60-59e1e76aae68.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
@media (min-width: 1200px){#s-4d076183-0f8a-4413-a767-f1bf7cc00263 {
  display: none;
}
#s-4d076183-0f8a-4413-a767-f1bf7cc00263, #wrap-s-4d076183-0f8a-4413-a767-f1bf7cc00263, #wrap-content-s-4d076183-0f8a-4413-a767-f1bf7cc00263 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4d076183-0f8a-4413-a767-f1bf7cc00263 {
  display: none;
}
#s-4d076183-0f8a-4413-a767-f1bf7cc00263, #wrap-s-4d076183-0f8a-4413-a767-f1bf7cc00263, #wrap-content-s-4d076183-0f8a-4413-a767-f1bf7cc00263 { display: none !important; }}@media (max-width: 767px){#s-4d076183-0f8a-4413-a767-f1bf7cc00263 {
  display: none;
}
#s-4d076183-0f8a-4413-a767-f1bf7cc00263, #wrap-s-4d076183-0f8a-4413-a767-f1bf7cc00263, #wrap-content-s-4d076183-0f8a-4413-a767-f1bf7cc00263 { display: none !important; }}
#s-4d076183-0f8a-4413-a767-f1bf7cc00263 hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

@media (min-width: 1200px){#s-042ebc74-37dd-4573-85dc-73bde9b52445 {
  display: none;
}
#s-042ebc74-37dd-4573-85dc-73bde9b52445, #wrap-s-042ebc74-37dd-4573-85dc-73bde9b52445, #wrap-content-s-042ebc74-37dd-4573-85dc-73bde9b52445 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-042ebc74-37dd-4573-85dc-73bde9b52445 {
  display: none;
}
#s-042ebc74-37dd-4573-85dc-73bde9b52445, #wrap-s-042ebc74-37dd-4573-85dc-73bde9b52445, #wrap-content-s-042ebc74-37dd-4573-85dc-73bde9b52445 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-042ebc74-37dd-4573-85dc-73bde9b52445 {
  
}
}@media (max-width: 767px){#s-042ebc74-37dd-4573-85dc-73bde9b52445 {
  display: none;
}
#s-042ebc74-37dd-4573-85dc-73bde9b52445, #wrap-s-042ebc74-37dd-4573-85dc-73bde9b52445, #wrap-content-s-042ebc74-37dd-4573-85dc-73bde9b52445 { display: none !important; }}
@media (min-width: 0px) {
[id="s-042ebc74-37dd-4573-85dc-73bde9b52445"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-042ebc74-37dd-4573-85dc-73bde9b52445"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-042ebc74-37dd-4573-85dc-73bde9b52445"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-042ebc74-37dd-4573-85dc-73bde9b52445"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-4e1d76f8-4260-4077-8639-5237c6fcb16e {
  text-align: center;
}

#s-4e1d76f8-4260-4077-8639-5237c6fcb16e {
  overflow: hidden;
  
  
}







  #s-4e1d76f8-4260-4077-8639-5237c6fcb16e img.shogun-image {
    

    
    
    
  }


#s-4e1d76f8-4260-4077-8639-5237c6fcb16e .shogun-image-content {
  
    justify-content: center;
  
}

#s-51bbb44c-48c5-496b-8280-ed6039468837 {
  padding-top: 10px;
padding-bottom: 25px;
text-align: center;
}

#s-51bbb44c-48c5-496b-8280-ed6039468837 .shg-product-title-component h5 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 13px;
  
  
  
}

#s-a9c2fe8a-4e67-4e55-ad5c-3526e02ce3c7 {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-a81be43d-c944-43d1-8b86-4bc1eeee42b3 {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 66px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a81be43d-c944-43d1-8b86-4bc1eeee42b3 {
  display: none;
}
#s-a81be43d-c944-43d1-8b86-4bc1eeee42b3, #wrap-s-a81be43d-c944-43d1-8b86-4bc1eeee42b3, #wrap-content-s-a81be43d-c944-43d1-8b86-4bc1eeee42b3 { display: none !important; }}@media (max-width: 767px){#s-a81be43d-c944-43d1-8b86-4bc1eeee42b3 {
  display: none;
}
#s-a81be43d-c944-43d1-8b86-4bc1eeee42b3, #wrap-s-a81be43d-c944-43d1-8b86-4bc1eeee42b3, #wrap-content-s-a81be43d-c944-43d1-8b86-4bc1eeee42b3 { display: none !important; }}
#s-12b59113-d56c-4d7c-a49c-ba2a98b704fe {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 18px;
}
@media (min-width: 1200px){#s-12b59113-d56c-4d7c-a49c-ba2a98b704fe {
  display: none;
}
#s-12b59113-d56c-4d7c-a49c-ba2a98b704fe, #wrap-s-12b59113-d56c-4d7c-a49c-ba2a98b704fe, #wrap-content-s-12b59113-d56c-4d7c-a49c-ba2a98b704fe { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-12b59113-d56c-4d7c-a49c-ba2a98b704fe {
  display: none;
}
#s-12b59113-d56c-4d7c-a49c-ba2a98b704fe, #wrap-s-12b59113-d56c-4d7c-a49c-ba2a98b704fe, #wrap-content-s-12b59113-d56c-4d7c-a49c-ba2a98b704fe { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-12b59113-d56c-4d7c-a49c-ba2a98b704fe {
  
}
}@media (max-width: 767px){#s-12b59113-d56c-4d7c-a49c-ba2a98b704fe {
  
}
}
@media (min-width: 768px) and (max-width: 991px){#s-9d8b88c1-8f2e-4c25-a360-dc4d2203a399 {
  display: none;
}
#s-9d8b88c1-8f2e-4c25-a360-dc4d2203a399, #wrap-s-9d8b88c1-8f2e-4c25-a360-dc4d2203a399, #wrap-content-s-9d8b88c1-8f2e-4c25-a360-dc4d2203a399 { display: none !important; }}@media (max-width: 767px){#s-9d8b88c1-8f2e-4c25-a360-dc4d2203a399 {
  display: none;
}
#s-9d8b88c1-8f2e-4c25-a360-dc4d2203a399, #wrap-s-9d8b88c1-8f2e-4c25-a360-dc4d2203a399, #wrap-content-s-9d8b88c1-8f2e-4c25-a360-dc4d2203a399 { display: none !important; }}
#s-dcc62061-f89a-4f2f-8eb3-1e9732d9bfe8 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 8px;
padding-left: 0px;
padding-bottom: 8px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-dcc62061-f89a-4f2f-8eb3-1e9732d9bfe8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-dcc62061-f89a-4f2f-8eb3-1e9732d9bfe8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-dcc62061-f89a-4f2f-8eb3-1e9732d9bfe8-root {
    text-align: center;
  }


#s-dcc62061-f89a-4f2f-8eb3-1e9732d9bfe8.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-dcc62061-f89a-4f2f-8eb3-1e9732d9bfe8-root {
    text-align: center;
  }


#s-dcc62061-f89a-4f2f-8eb3-1e9732d9bfe8.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dcc62061-f89a-4f2f-8eb3-1e9732d9bfe8-root {
    text-align: center;
  }


#s-dcc62061-f89a-4f2f-8eb3-1e9732d9bfe8.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dcc62061-f89a-4f2f-8eb3-1e9732d9bfe8-root {
    text-align: center;
  }


#s-dcc62061-f89a-4f2f-8eb3-1e9732d9bfe8.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-dcc62061-f89a-4f2f-8eb3-1e9732d9bfe8-root {
    text-align: center;
  }


#s-dcc62061-f89a-4f2f-8eb3-1e9732d9bfe8.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-61aadd2f-973e-4402-9539-bc695ac0183e {
  margin-top: auto;
margin-bottom: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-61aadd2f-973e-4402-9539-bc695ac0183e {
  overflow: hidden;
  
  
}







  #s-61aadd2f-973e-4402-9539-bc695ac0183e img.shogun-image {
    

    
    
    
  }


#s-61aadd2f-973e-4402-9539-bc695ac0183e .shogun-image-content {
  
    justify-content: center;
  
}

#s-7d500896-ea02-4887-987b-60e617ddd2c8 {
  padding-top: 10px;
padding-bottom: 26px;
text-align: center;
}

#s-7d500896-ea02-4887-987b-60e617ddd2c8 .shg-product-title-component h5 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 13px;
  
  
  
}

#s-f75a83e9-bc02-4f25-97b6-f765c77ffd63 {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-d4a58f9b-d2e2-43c4-bce1-08ad79fb5982 {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 37px;
}
@media (min-width: 1200px){#s-d4a58f9b-d2e2-43c4-bce1-08ad79fb5982 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d4a58f9b-d2e2-43c4-bce1-08ad79fb5982 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d4a58f9b-d2e2-43c4-bce1-08ad79fb5982 {
  
}
}@media (max-width: 767px){#s-d4a58f9b-d2e2-43c4-bce1-08ad79fb5982 {
  
}
}
#s-5bea3016-56c0-4830-a93e-1a3b3b2a0a1a {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 8px;
padding-left: 0px;
padding-bottom: 8px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-5bea3016-56c0-4830-a93e-1a3b3b2a0a1a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5bea3016-56c0-4830-a93e-1a3b3b2a0a1a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5bea3016-56c0-4830-a93e-1a3b3b2a0a1a-root {
    text-align: center;
  }


#s-5bea3016-56c0-4830-a93e-1a3b3b2a0a1a.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-5bea3016-56c0-4830-a93e-1a3b3b2a0a1a-root {
    text-align: center;
  }


#s-5bea3016-56c0-4830-a93e-1a3b3b2a0a1a.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5bea3016-56c0-4830-a93e-1a3b3b2a0a1a-root {
    text-align: center;
  }


#s-5bea3016-56c0-4830-a93e-1a3b3b2a0a1a.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5bea3016-56c0-4830-a93e-1a3b3b2a0a1a-root {
    text-align: center;
  }


#s-5bea3016-56c0-4830-a93e-1a3b3b2a0a1a.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-5bea3016-56c0-4830-a93e-1a3b3b2a0a1a-root {
    text-align: center;
  }


#s-5bea3016-56c0-4830-a93e-1a3b3b2a0a1a.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-29d8d719-56ce-4444-ad23-e0806b6ab6da {
  margin-top: auto;
margin-bottom: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-29d8d719-56ce-4444-ad23-e0806b6ab6da {
  overflow: hidden;
  
  
}







  #s-29d8d719-56ce-4444-ad23-e0806b6ab6da img.shogun-image {
    

    
    
    
  }


#s-29d8d719-56ce-4444-ad23-e0806b6ab6da .shogun-image-content {
  
    justify-content: center;
  
}

#s-11f4e947-b81a-43a6-be93-9552243bb963 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-11f4e947-b81a-43a6-be93-9552243bb963 .shg-product-title-component h5 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 13px;
  
  
  
}

#s-5e880358-f282-40d0-af61-18359a9404cb {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-e721d5fc-9db2-4452-bd3f-90006448ea6e {
  margin-bottom: 4px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e721d5fc-9db2-4452-bd3f-90006448ea6e {
  display: none;
}
#s-e721d5fc-9db2-4452-bd3f-90006448ea6e, #wrap-s-e721d5fc-9db2-4452-bd3f-90006448ea6e, #wrap-content-s-e721d5fc-9db2-4452-bd3f-90006448ea6e { display: none !important; }}@media (max-width: 767px){#s-e721d5fc-9db2-4452-bd3f-90006448ea6e {
  display: none;
}
#s-e721d5fc-9db2-4452-bd3f-90006448ea6e, #wrap-s-e721d5fc-9db2-4452-bd3f-90006448ea6e, #wrap-content-s-e721d5fc-9db2-4452-bd3f-90006448ea6e { display: none !important; }}
#s-33ce56d6-4c50-4485-9363-fc29cb31ce40 {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-33ce56d6-4c50-4485-9363-fc29cb31ce40 {
  display: none;
}
#s-33ce56d6-4c50-4485-9363-fc29cb31ce40, #wrap-s-33ce56d6-4c50-4485-9363-fc29cb31ce40, #wrap-content-s-33ce56d6-4c50-4485-9363-fc29cb31ce40 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-33ce56d6-4c50-4485-9363-fc29cb31ce40 {
  display: none;
}
#s-33ce56d6-4c50-4485-9363-fc29cb31ce40, #wrap-s-33ce56d6-4c50-4485-9363-fc29cb31ce40, #wrap-content-s-33ce56d6-4c50-4485-9363-fc29cb31ce40 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-33ce56d6-4c50-4485-9363-fc29cb31ce40 {
  
}
}@media (max-width: 767px){#s-33ce56d6-4c50-4485-9363-fc29cb31ce40 {
  
}
}
@media (min-width: 768px) and (max-width: 991px){#s-ff39609c-a0e3-4ae1-b2f0-bec2950b1678 {
  display: none;
}
#s-ff39609c-a0e3-4ae1-b2f0-bec2950b1678, #wrap-s-ff39609c-a0e3-4ae1-b2f0-bec2950b1678, #wrap-content-s-ff39609c-a0e3-4ae1-b2f0-bec2950b1678 { display: none !important; }}@media (max-width: 767px){#s-ff39609c-a0e3-4ae1-b2f0-bec2950b1678 {
  display: none;
}
#s-ff39609c-a0e3-4ae1-b2f0-bec2950b1678, #wrap-s-ff39609c-a0e3-4ae1-b2f0-bec2950b1678, #wrap-content-s-ff39609c-a0e3-4ae1-b2f0-bec2950b1678 { display: none !important; }}
#s-bcfc0b75-fc4a-4167-8617-c549c7f47dde {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 8px;
padding-left: 0px;
padding-bottom: 8px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-bcfc0b75-fc4a-4167-8617-c549c7f47dde:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bcfc0b75-fc4a-4167-8617-c549c7f47dde:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-bcfc0b75-fc4a-4167-8617-c549c7f47dde-root {
    text-align: center;
  }


#s-bcfc0b75-fc4a-4167-8617-c549c7f47dde.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-bcfc0b75-fc4a-4167-8617-c549c7f47dde-root {
    text-align: center;
  }


#s-bcfc0b75-fc4a-4167-8617-c549c7f47dde.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bcfc0b75-fc4a-4167-8617-c549c7f47dde-root {
    text-align: center;
  }


#s-bcfc0b75-fc4a-4167-8617-c549c7f47dde.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bcfc0b75-fc4a-4167-8617-c549c7f47dde-root {
    text-align: center;
  }


#s-bcfc0b75-fc4a-4167-8617-c549c7f47dde.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-bcfc0b75-fc4a-4167-8617-c549c7f47dde-root {
    text-align: center;
  }


#s-bcfc0b75-fc4a-4167-8617-c549c7f47dde.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-5df6db86-9152-40b2-bdc6-9a1f44aee6d8 {
  text-align: center;
}

#s-5df6db86-9152-40b2-bdc6-9a1f44aee6d8 {
  overflow: hidden;
  
  
}







  #s-5df6db86-9152-40b2-bdc6-9a1f44aee6d8 img.shogun-image {
    

    
    
    
  }


#s-5df6db86-9152-40b2-bdc6-9a1f44aee6d8 .shogun-image-content {
  
    justify-content: center;
  
}

#s-dba20651-a823-4b6e-8139-c274cdbe6e02 {
  padding-top: 10px;
padding-bottom: 25px;
text-align: center;
}

#s-dba20651-a823-4b6e-8139-c274cdbe6e02 .shg-product-title-component h5 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 13px;
  
  
  
}

#s-91139da2-c3a4-4b07-8477-686833eebb4d {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-0d3ce74f-4fd3-4c11-b2de-cf10ab6d2ec7 {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-0d3ce74f-4fd3-4c11-b2de-cf10ab6d2ec7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0d3ce74f-4fd3-4c11-b2de-cf10ab6d2ec7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0d3ce74f-4fd3-4c11-b2de-cf10ab6d2ec7 {
  
}
}@media (max-width: 767px){#s-0d3ce74f-4fd3-4c11-b2de-cf10ab6d2ec7 {
  
}
}
#s-50de92eb-e3a2-41d0-a3d3-b213a57f2dc5 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 8px;
padding-left: 0px;
padding-bottom: 8px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-50de92eb-e3a2-41d0-a3d3-b213a57f2dc5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-50de92eb-e3a2-41d0-a3d3-b213a57f2dc5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-50de92eb-e3a2-41d0-a3d3-b213a57f2dc5-root {
    text-align: center;
  }


#s-50de92eb-e3a2-41d0-a3d3-b213a57f2dc5.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-50de92eb-e3a2-41d0-a3d3-b213a57f2dc5-root {
    text-align: center;
  }


#s-50de92eb-e3a2-41d0-a3d3-b213a57f2dc5.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-50de92eb-e3a2-41d0-a3d3-b213a57f2dc5-root {
    text-align: center;
  }


#s-50de92eb-e3a2-41d0-a3d3-b213a57f2dc5.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-50de92eb-e3a2-41d0-a3d3-b213a57f2dc5-root {
    text-align: center;
  }


#s-50de92eb-e3a2-41d0-a3d3-b213a57f2dc5.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-50de92eb-e3a2-41d0-a3d3-b213a57f2dc5-root {
    text-align: center;
  }


#s-50de92eb-e3a2-41d0-a3d3-b213a57f2dc5.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
@media (min-width: 1200px){#s-3b0e8b0f-05af-4d46-84a9-4f70ea572a2a {
  display: none;
}
#s-3b0e8b0f-05af-4d46-84a9-4f70ea572a2a, #wrap-s-3b0e8b0f-05af-4d46-84a9-4f70ea572a2a, #wrap-content-s-3b0e8b0f-05af-4d46-84a9-4f70ea572a2a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3b0e8b0f-05af-4d46-84a9-4f70ea572a2a {
  display: none;
}
#s-3b0e8b0f-05af-4d46-84a9-4f70ea572a2a, #wrap-s-3b0e8b0f-05af-4d46-84a9-4f70ea572a2a, #wrap-content-s-3b0e8b0f-05af-4d46-84a9-4f70ea572a2a { display: none !important; }}@media (max-width: 767px){#s-3b0e8b0f-05af-4d46-84a9-4f70ea572a2a {
  display: none;
}
#s-3b0e8b0f-05af-4d46-84a9-4f70ea572a2a, #wrap-s-3b0e8b0f-05af-4d46-84a9-4f70ea572a2a, #wrap-content-s-3b0e8b0f-05af-4d46-84a9-4f70ea572a2a { display: none !important; }}
#s-3b0e8b0f-05af-4d46-84a9-4f70ea572a2a hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

@media (min-width: 1200px){#s-44a3d8dd-aa8c-464d-babd-a12359568b11 {
  display: none;
}
#s-44a3d8dd-aa8c-464d-babd-a12359568b11, #wrap-s-44a3d8dd-aa8c-464d-babd-a12359568b11, #wrap-content-s-44a3d8dd-aa8c-464d-babd-a12359568b11 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-44a3d8dd-aa8c-464d-babd-a12359568b11 {
  display: none;
}
#s-44a3d8dd-aa8c-464d-babd-a12359568b11, #wrap-s-44a3d8dd-aa8c-464d-babd-a12359568b11, #wrap-content-s-44a3d8dd-aa8c-464d-babd-a12359568b11 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-44a3d8dd-aa8c-464d-babd-a12359568b11 {
  
}
}@media (max-width: 767px){#s-44a3d8dd-aa8c-464d-babd-a12359568b11 {
  display: none;
}
#s-44a3d8dd-aa8c-464d-babd-a12359568b11, #wrap-s-44a3d8dd-aa8c-464d-babd-a12359568b11, #wrap-content-s-44a3d8dd-aa8c-464d-babd-a12359568b11 { display: none !important; }}
@media (min-width: 0px) {
[id="s-44a3d8dd-aa8c-464d-babd-a12359568b11"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-44a3d8dd-aa8c-464d-babd-a12359568b11"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-44a3d8dd-aa8c-464d-babd-a12359568b11"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-44a3d8dd-aa8c-464d-babd-a12359568b11"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-06a9f142-2257-487f-8140-a59c2f85892c {
  text-align: center;
}

#s-06a9f142-2257-487f-8140-a59c2f85892c {
  overflow: hidden;
  
  
}







  #s-06a9f142-2257-487f-8140-a59c2f85892c img.shogun-image {
    

    
    
    
  }


#s-06a9f142-2257-487f-8140-a59c2f85892c .shogun-image-content {
  
    justify-content: center;
  
}

#s-a134c8e2-5718-4f15-9ae5-94cdf0c95f38 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a134c8e2-5718-4f15-9ae5-94cdf0c95f38 .shg-product-title-component h3 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 13px;
  
  
  
}

#s-43ad7ab7-19d6-4c92-9daf-b2aea6926303 {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-ec16a91c-f3e1-430c-9447-10987e6d8c6f {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 44px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ec16a91c-f3e1-430c-9447-10987e6d8c6f {
  
}
}@media (max-width: 767px){#s-ec16a91c-f3e1-430c-9447-10987e6d8c6f {
  
}
}
#s-3323ede2-2b2f-4c8a-8813-ace9fb82143c {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 8px;
padding-left: 0px;
padding-bottom: 8px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-3323ede2-2b2f-4c8a-8813-ace9fb82143c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3323ede2-2b2f-4c8a-8813-ace9fb82143c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3323ede2-2b2f-4c8a-8813-ace9fb82143c-root {
    text-align: center;
  }


#s-3323ede2-2b2f-4c8a-8813-ace9fb82143c.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-3323ede2-2b2f-4c8a-8813-ace9fb82143c-root {
    text-align: center;
  }


#s-3323ede2-2b2f-4c8a-8813-ace9fb82143c.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3323ede2-2b2f-4c8a-8813-ace9fb82143c-root {
    text-align: center;
  }


#s-3323ede2-2b2f-4c8a-8813-ace9fb82143c.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3323ede2-2b2f-4c8a-8813-ace9fb82143c-root {
    text-align: center;
  }


#s-3323ede2-2b2f-4c8a-8813-ace9fb82143c.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-3323ede2-2b2f-4c8a-8813-ace9fb82143c-root {
    text-align: center;
  }


#s-3323ede2-2b2f-4c8a-8813-ace9fb82143c.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-b81a2f63-58c4-47e8-b9db-6e0ff2eac724 {
  text-align: center;
}

#s-b81a2f63-58c4-47e8-b9db-6e0ff2eac724 {
  overflow: hidden;
  
  
}







  #s-b81a2f63-58c4-47e8-b9db-6e0ff2eac724 img.shogun-image {
    

    
    
    
  }


#s-b81a2f63-58c4-47e8-b9db-6e0ff2eac724 .shogun-image-content {
  
    justify-content: center;
  
}

#s-5363c1eb-2c7c-4703-88d5-f7c38118ad14 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5363c1eb-2c7c-4703-88d5-f7c38118ad14 .shg-product-title-component h3 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 13px;
  
  
  
}

#s-8de1c948-116c-40e9-b23b-b9f73d01180a {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-293c9bb6-e7cc-4ae9-9cce-bb86dce77542 {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 88px;
}
@media (min-width: 768px) and (max-width: 991px){#s-293c9bb6-e7cc-4ae9-9cce-bb86dce77542 {
  
}
}@media (max-width: 767px){#s-293c9bb6-e7cc-4ae9-9cce-bb86dce77542 {
  
}
}
#s-ef103961-67df-42c0-8c5e-9192474e9842 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 8px;
padding-left: 0px;
padding-bottom: 8px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-ef103961-67df-42c0-8c5e-9192474e9842:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ef103961-67df-42c0-8c5e-9192474e9842:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ef103961-67df-42c0-8c5e-9192474e9842-root {
    text-align: center;
  }


#s-ef103961-67df-42c0-8c5e-9192474e9842.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-ef103961-67df-42c0-8c5e-9192474e9842-root {
    text-align: center;
  }


#s-ef103961-67df-42c0-8c5e-9192474e9842.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ef103961-67df-42c0-8c5e-9192474e9842-root {
    text-align: center;
  }


#s-ef103961-67df-42c0-8c5e-9192474e9842.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ef103961-67df-42c0-8c5e-9192474e9842-root {
    text-align: center;
  }


#s-ef103961-67df-42c0-8c5e-9192474e9842.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-ef103961-67df-42c0-8c5e-9192474e9842-root {
    text-align: center;
  }


#s-ef103961-67df-42c0-8c5e-9192474e9842.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-ceaa55c3-2e3c-4db7-9dea-aafa6836029a {
  text-align: center;
}

#s-ceaa55c3-2e3c-4db7-9dea-aafa6836029a {
  overflow: hidden;
  
  
}







  #s-ceaa55c3-2e3c-4db7-9dea-aafa6836029a img.shogun-image {
    

    
    
    
  }


#s-ceaa55c3-2e3c-4db7-9dea-aafa6836029a .shogun-image-content {
  
    justify-content: center;
  
}

#s-911925be-8289-451d-b99a-8aa9b83f4150 {
  padding-top: 10px;
padding-bottom: 26px;
text-align: center;
}

#s-911925be-8289-451d-b99a-8aa9b83f4150 .shg-product-title-component h3 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 13px;
  
  
  
}

#s-a079dcd3-8c44-4a62-8647-3064a6a76cf1 {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-ff87fc4e-5e81-4a43-a5fd-8d7185aba692 {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ff87fc4e-5e81-4a43-a5fd-8d7185aba692 {
  
}
}@media (max-width: 767px){#s-ff87fc4e-5e81-4a43-a5fd-8d7185aba692 {
  
}
}
#s-dec10c10-186c-4cf5-ad4b-023341bd8a9d {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 8px;
padding-left: 0px;
padding-bottom: 8px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-dec10c10-186c-4cf5-ad4b-023341bd8a9d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-dec10c10-186c-4cf5-ad4b-023341bd8a9d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-dec10c10-186c-4cf5-ad4b-023341bd8a9d-root {
    text-align: center;
  }


#s-dec10c10-186c-4cf5-ad4b-023341bd8a9d.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-dec10c10-186c-4cf5-ad4b-023341bd8a9d-root {
    text-align: center;
  }


#s-dec10c10-186c-4cf5-ad4b-023341bd8a9d.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dec10c10-186c-4cf5-ad4b-023341bd8a9d-root {
    text-align: center;
  }


#s-dec10c10-186c-4cf5-ad4b-023341bd8a9d.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dec10c10-186c-4cf5-ad4b-023341bd8a9d-root {
    text-align: center;
  }


#s-dec10c10-186c-4cf5-ad4b-023341bd8a9d.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-dec10c10-186c-4cf5-ad4b-023341bd8a9d-root {
    text-align: center;
  }


#s-dec10c10-186c-4cf5-ad4b-023341bd8a9d.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-02cfc8e3-35ad-439d-a883-956b1068757b {
  text-align: center;
}

#s-02cfc8e3-35ad-439d-a883-956b1068757b {
  overflow: hidden;
  
  
}







  #s-02cfc8e3-35ad-439d-a883-956b1068757b img.shogun-image {
    

    
    
    
  }


#s-02cfc8e3-35ad-439d-a883-956b1068757b .shogun-image-content {
  
    justify-content: center;
  
}

#s-7ded7560-0120-4440-99c1-936608540a2b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7ded7560-0120-4440-99c1-936608540a2b .shg-product-title-component h5 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 13px;
  
  
  
}

#s-60dc79ba-4141-49e3-ad5a-03d7f887f6c5 {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-cec23781-efe1-4a3d-b624-8100b8c60429 {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 67px;
}
@media (min-width: 1200px){#s-cec23781-efe1-4a3d-b624-8100b8c60429 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cec23781-efe1-4a3d-b624-8100b8c60429 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-cec23781-efe1-4a3d-b624-8100b8c60429 {
  
}
}@media (max-width: 767px){#s-cec23781-efe1-4a3d-b624-8100b8c60429 {
  
}
}
#s-0dd641e5-530c-4483-91ba-055c15b35bac {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 8px;
padding-left: 0px;
padding-bottom: 8px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-0dd641e5-530c-4483-91ba-055c15b35bac:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0dd641e5-530c-4483-91ba-055c15b35bac:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0dd641e5-530c-4483-91ba-055c15b35bac-root {
    text-align: center;
  }


#s-0dd641e5-530c-4483-91ba-055c15b35bac.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-0dd641e5-530c-4483-91ba-055c15b35bac-root {
    text-align: center;
  }


#s-0dd641e5-530c-4483-91ba-055c15b35bac.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0dd641e5-530c-4483-91ba-055c15b35bac-root {
    text-align: center;
  }


#s-0dd641e5-530c-4483-91ba-055c15b35bac.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0dd641e5-530c-4483-91ba-055c15b35bac-root {
    text-align: center;
  }


#s-0dd641e5-530c-4483-91ba-055c15b35bac.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-0dd641e5-530c-4483-91ba-055c15b35bac-root {
    text-align: center;
  }


#s-0dd641e5-530c-4483-91ba-055c15b35bac.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
@media (min-width: 1200px){#s-34142bb3-150f-4972-935a-9251cd3701f8 {
  display: none;
}
#s-34142bb3-150f-4972-935a-9251cd3701f8, #wrap-s-34142bb3-150f-4972-935a-9251cd3701f8, #wrap-content-s-34142bb3-150f-4972-935a-9251cd3701f8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-34142bb3-150f-4972-935a-9251cd3701f8 {
  display: none;
}
#s-34142bb3-150f-4972-935a-9251cd3701f8, #wrap-s-34142bb3-150f-4972-935a-9251cd3701f8, #wrap-content-s-34142bb3-150f-4972-935a-9251cd3701f8 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-34142bb3-150f-4972-935a-9251cd3701f8 {
  display: none;
}
#s-34142bb3-150f-4972-935a-9251cd3701f8, #wrap-s-34142bb3-150f-4972-935a-9251cd3701f8, #wrap-content-s-34142bb3-150f-4972-935a-9251cd3701f8 { display: none !important; }}
#s-34142bb3-150f-4972-935a-9251cd3701f8 hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 1200px){#s-96f410b9-4644-459c-9987-e9a75c62d13c {
  display: none;
}
#s-96f410b9-4644-459c-9987-e9a75c62d13c, #wrap-s-96f410b9-4644-459c-9987-e9a75c62d13c, #wrap-content-s-96f410b9-4644-459c-9987-e9a75c62d13c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-96f410b9-4644-459c-9987-e9a75c62d13c {
  display: none;
}
#s-96f410b9-4644-459c-9987-e9a75c62d13c, #wrap-s-96f410b9-4644-459c-9987-e9a75c62d13c, #wrap-content-s-96f410b9-4644-459c-9987-e9a75c62d13c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-96f410b9-4644-459c-9987-e9a75c62d13c {
  display: none;
}
#s-96f410b9-4644-459c-9987-e9a75c62d13c, #wrap-s-96f410b9-4644-459c-9987-e9a75c62d13c, #wrap-content-s-96f410b9-4644-459c-9987-e9a75c62d13c { display: none !important; }}@media (max-width: 767px){#s-96f410b9-4644-459c-9987-e9a75c62d13c {
  
}
}
@media (min-width: 0px) {
[id="s-96f410b9-4644-459c-9987-e9a75c62d13c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-96f410b9-4644-459c-9987-e9a75c62d13c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-96f410b9-4644-459c-9987-e9a75c62d13c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-96f410b9-4644-459c-9987-e9a75c62d13c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-673605b3-604a-46c6-9e91-a6615f393bbf {
  text-align: center;
}

#s-673605b3-604a-46c6-9e91-a6615f393bbf {
  overflow: hidden;
  
  
}







  #s-673605b3-604a-46c6-9e91-a6615f393bbf img.shogun-image {
    

    
    
    
  }


#s-673605b3-604a-46c6-9e91-a6615f393bbf .shogun-image-content {
  
    justify-content: center;
  
}

#s-33c4dc53-a332-4603-8949-a71bbf9725b2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-33c4dc53-a332-4603-8949-a71bbf9725b2 .shg-product-title-component h5 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 13px;
  
  
  
}

#s-6c965389-b65d-4671-8ab0-24855a17c46b {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-756a66c7-6522-4e5a-a9a3-db75a7111e7e {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 66px;
}
@media (min-width: 768px) and (max-width: 991px){#s-756a66c7-6522-4e5a-a9a3-db75a7111e7e {
  display: none;
}
#s-756a66c7-6522-4e5a-a9a3-db75a7111e7e, #wrap-s-756a66c7-6522-4e5a-a9a3-db75a7111e7e, #wrap-content-s-756a66c7-6522-4e5a-a9a3-db75a7111e7e { display: none !important; }}@media (max-width: 767px){#s-756a66c7-6522-4e5a-a9a3-db75a7111e7e {
  display: none;
}
#s-756a66c7-6522-4e5a-a9a3-db75a7111e7e, #wrap-s-756a66c7-6522-4e5a-a9a3-db75a7111e7e, #wrap-content-s-756a66c7-6522-4e5a-a9a3-db75a7111e7e { display: none !important; }}
#s-7660f9fd-cf26-4b17-93db-a34b4040b460 {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-7660f9fd-cf26-4b17-93db-a34b4040b460 {
  display: none;
}
#s-7660f9fd-cf26-4b17-93db-a34b4040b460, #wrap-s-7660f9fd-cf26-4b17-93db-a34b4040b460, #wrap-content-s-7660f9fd-cf26-4b17-93db-a34b4040b460 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7660f9fd-cf26-4b17-93db-a34b4040b460 {
  display: none;
}
#s-7660f9fd-cf26-4b17-93db-a34b4040b460, #wrap-s-7660f9fd-cf26-4b17-93db-a34b4040b460, #wrap-content-s-7660f9fd-cf26-4b17-93db-a34b4040b460 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7660f9fd-cf26-4b17-93db-a34b4040b460 {
  
}
}@media (max-width: 767px){#s-7660f9fd-cf26-4b17-93db-a34b4040b460 {
  
}
}
@media (min-width: 768px) and (max-width: 991px){#s-7a6bbc46-9f41-4611-97b2-0ca83eebade0 {
  display: none;
}
#s-7a6bbc46-9f41-4611-97b2-0ca83eebade0, #wrap-s-7a6bbc46-9f41-4611-97b2-0ca83eebade0, #wrap-content-s-7a6bbc46-9f41-4611-97b2-0ca83eebade0 { display: none !important; }}@media (max-width: 767px){#s-7a6bbc46-9f41-4611-97b2-0ca83eebade0 {
  display: none;
}
#s-7a6bbc46-9f41-4611-97b2-0ca83eebade0, #wrap-s-7a6bbc46-9f41-4611-97b2-0ca83eebade0, #wrap-content-s-7a6bbc46-9f41-4611-97b2-0ca83eebade0 { display: none !important; }}
#s-2c8cb89b-c0ec-46a0-b1cf-668a5528211e {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 8px;
padding-left: 0px;
padding-bottom: 8px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-2c8cb89b-c0ec-46a0-b1cf-668a5528211e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2c8cb89b-c0ec-46a0-b1cf-668a5528211e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2c8cb89b-c0ec-46a0-b1cf-668a5528211e-root {
    text-align: center;
  }


#s-2c8cb89b-c0ec-46a0-b1cf-668a5528211e.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-2c8cb89b-c0ec-46a0-b1cf-668a5528211e-root {
    text-align: center;
  }


#s-2c8cb89b-c0ec-46a0-b1cf-668a5528211e.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2c8cb89b-c0ec-46a0-b1cf-668a5528211e-root {
    text-align: center;
  }


#s-2c8cb89b-c0ec-46a0-b1cf-668a5528211e.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2c8cb89b-c0ec-46a0-b1cf-668a5528211e-root {
    text-align: center;
  }


#s-2c8cb89b-c0ec-46a0-b1cf-668a5528211e.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-2c8cb89b-c0ec-46a0-b1cf-668a5528211e-root {
    text-align: center;
  }


#s-2c8cb89b-c0ec-46a0-b1cf-668a5528211e.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-84406efe-76a3-43a1-a4a3-340e6beec5ab {
  text-align: center;
}

#s-84406efe-76a3-43a1-a4a3-340e6beec5ab {
  overflow: hidden;
  
  
}







  #s-84406efe-76a3-43a1-a4a3-340e6beec5ab img.shogun-image {
    

    
    
    
  }


#s-84406efe-76a3-43a1-a4a3-340e6beec5ab .shogun-image-content {
  
    justify-content: center;
  
}

#s-ad4e624a-81fe-457f-a73b-ef584fffdd0e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ad4e624a-81fe-457f-a73b-ef584fffdd0e .shg-product-title-component h5 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 13px;
  
  
  
}

#s-222969de-6b2c-424c-a4e5-3743bcf14b45 {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-6d2af111-5e8f-4a03-aab8-588b94510f29 {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 1200px){#s-6d2af111-5e8f-4a03-aab8-588b94510f29 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6d2af111-5e8f-4a03-aab8-588b94510f29 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6d2af111-5e8f-4a03-aab8-588b94510f29 {
  
}
}@media (max-width: 767px){#s-6d2af111-5e8f-4a03-aab8-588b94510f29 {
  
}
}
#s-fe09e931-c9fa-4fe2-bd4f-ce254a4ab977 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 8px;
padding-left: 0px;
padding-bottom: 8px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-fe09e931-c9fa-4fe2-bd4f-ce254a4ab977:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fe09e931-c9fa-4fe2-bd4f-ce254a4ab977:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fe09e931-c9fa-4fe2-bd4f-ce254a4ab977-root {
    text-align: center;
  }


#s-fe09e931-c9fa-4fe2-bd4f-ce254a4ab977.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-fe09e931-c9fa-4fe2-bd4f-ce254a4ab977-root {
    text-align: center;
  }


#s-fe09e931-c9fa-4fe2-bd4f-ce254a4ab977.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fe09e931-c9fa-4fe2-bd4f-ce254a4ab977-root {
    text-align: center;
  }


#s-fe09e931-c9fa-4fe2-bd4f-ce254a4ab977.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fe09e931-c9fa-4fe2-bd4f-ce254a4ab977-root {
    text-align: center;
  }


#s-fe09e931-c9fa-4fe2-bd4f-ce254a4ab977.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-fe09e931-c9fa-4fe2-bd4f-ce254a4ab977-root {
    text-align: center;
  }


#s-fe09e931-c9fa-4fe2-bd4f-ce254a4ab977.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-3b25d58b-6383-4285-b768-6ffe452db249 {
  margin-top: auto;
margin-bottom: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-3b25d58b-6383-4285-b768-6ffe452db249 {
  overflow: hidden;
  
  
}







  #s-3b25d58b-6383-4285-b768-6ffe452db249 img.shogun-image {
    

    
    
    
  }


#s-3b25d58b-6383-4285-b768-6ffe452db249 .shogun-image-content {
  
    justify-content: center;
  
}

#s-c6ae38cf-49fb-4934-8734-987e9f1139a0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c6ae38cf-49fb-4934-8734-987e9f1139a0 .shg-product-title-component h5 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 13px;
  
  
  
}

#s-f614fb15-0caa-40f4-bae7-0d7df6929ce6 {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-dc2303a3-4372-4b39-b641-3031bd050414 {
  margin-bottom: 4px;
}
@media (min-width: 768px) and (max-width: 991px){#s-dc2303a3-4372-4b39-b641-3031bd050414 {
  display: none;
}
#s-dc2303a3-4372-4b39-b641-3031bd050414, #wrap-s-dc2303a3-4372-4b39-b641-3031bd050414, #wrap-content-s-dc2303a3-4372-4b39-b641-3031bd050414 { display: none !important; }}@media (max-width: 767px){#s-dc2303a3-4372-4b39-b641-3031bd050414 {
  display: none;
}
#s-dc2303a3-4372-4b39-b641-3031bd050414, #wrap-s-dc2303a3-4372-4b39-b641-3031bd050414, #wrap-content-s-dc2303a3-4372-4b39-b641-3031bd050414 { display: none !important; }}
#s-70486925-3e1d-4b3d-a88b-c94131c004d3 {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 1200px){#s-70486925-3e1d-4b3d-a88b-c94131c004d3 {
  display: none;
}
#s-70486925-3e1d-4b3d-a88b-c94131c004d3, #wrap-s-70486925-3e1d-4b3d-a88b-c94131c004d3, #wrap-content-s-70486925-3e1d-4b3d-a88b-c94131c004d3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-70486925-3e1d-4b3d-a88b-c94131c004d3 {
  display: none;
}
#s-70486925-3e1d-4b3d-a88b-c94131c004d3, #wrap-s-70486925-3e1d-4b3d-a88b-c94131c004d3, #wrap-content-s-70486925-3e1d-4b3d-a88b-c94131c004d3 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-70486925-3e1d-4b3d-a88b-c94131c004d3 {
  
}
}@media (max-width: 767px){#s-70486925-3e1d-4b3d-a88b-c94131c004d3 {
  
}
}
@media (min-width: 768px) and (max-width: 991px){#s-c5666474-73b8-417b-a434-3e2225326910 {
  display: none;
}
#s-c5666474-73b8-417b-a434-3e2225326910, #wrap-s-c5666474-73b8-417b-a434-3e2225326910, #wrap-content-s-c5666474-73b8-417b-a434-3e2225326910 { display: none !important; }}@media (max-width: 767px){#s-c5666474-73b8-417b-a434-3e2225326910 {
  display: none;
}
#s-c5666474-73b8-417b-a434-3e2225326910, #wrap-s-c5666474-73b8-417b-a434-3e2225326910, #wrap-content-s-c5666474-73b8-417b-a434-3e2225326910 { display: none !important; }}
#s-e582a5b8-a737-41d8-a33c-b1f60bb91fec {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 8px;
padding-left: 0px;
padding-bottom: 8px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-e582a5b8-a737-41d8-a33c-b1f60bb91fec:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e582a5b8-a737-41d8-a33c-b1f60bb91fec:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e582a5b8-a737-41d8-a33c-b1f60bb91fec-root {
    text-align: center;
  }


#s-e582a5b8-a737-41d8-a33c-b1f60bb91fec.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-e582a5b8-a737-41d8-a33c-b1f60bb91fec-root {
    text-align: center;
  }


#s-e582a5b8-a737-41d8-a33c-b1f60bb91fec.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e582a5b8-a737-41d8-a33c-b1f60bb91fec-root {
    text-align: center;
  }


#s-e582a5b8-a737-41d8-a33c-b1f60bb91fec.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e582a5b8-a737-41d8-a33c-b1f60bb91fec-root {
    text-align: center;
  }


#s-e582a5b8-a737-41d8-a33c-b1f60bb91fec.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-e582a5b8-a737-41d8-a33c-b1f60bb91fec-root {
    text-align: center;
  }


#s-e582a5b8-a737-41d8-a33c-b1f60bb91fec.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-7228635c-785e-40fd-9de5-5a13526f08ab {
  text-align: center;
}

#s-7228635c-785e-40fd-9de5-5a13526f08ab {
  overflow: hidden;
  
  
}







  #s-7228635c-785e-40fd-9de5-5a13526f08ab img.shogun-image {
    

    
    
    
  }


#s-7228635c-785e-40fd-9de5-5a13526f08ab .shogun-image-content {
  
    justify-content: center;
  
}

#s-260fc15d-b1b5-44cf-b83c-687eaf627346 {
  padding-top: 10px;
padding-bottom: 26px;
text-align: center;
}

#s-260fc15d-b1b5-44cf-b83c-687eaf627346 .shg-product-title-component h5 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 13px;
  
  
  
}

#s-d1708bf8-cf88-4609-8cd4-2b08b3f4badd {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-119d8f08-f69b-4b62-95a4-1c80c886bb71 {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-119d8f08-f69b-4b62-95a4-1c80c886bb71 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-119d8f08-f69b-4b62-95a4-1c80c886bb71 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-119d8f08-f69b-4b62-95a4-1c80c886bb71 {
  
}
}@media (max-width: 767px){#s-119d8f08-f69b-4b62-95a4-1c80c886bb71 {
  
}
}
#s-cc187040-fb2c-4391-8b6d-7c169c3a86b9 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 8px;
padding-left: 0px;
padding-bottom: 8px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-cc187040-fb2c-4391-8b6d-7c169c3a86b9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cc187040-fb2c-4391-8b6d-7c169c3a86b9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-cc187040-fb2c-4391-8b6d-7c169c3a86b9-root {
    text-align: center;
  }


#s-cc187040-fb2c-4391-8b6d-7c169c3a86b9.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-cc187040-fb2c-4391-8b6d-7c169c3a86b9-root {
    text-align: center;
  }


#s-cc187040-fb2c-4391-8b6d-7c169c3a86b9.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cc187040-fb2c-4391-8b6d-7c169c3a86b9-root {
    text-align: center;
  }


#s-cc187040-fb2c-4391-8b6d-7c169c3a86b9.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cc187040-fb2c-4391-8b6d-7c169c3a86b9-root {
    text-align: center;
  }


#s-cc187040-fb2c-4391-8b6d-7c169c3a86b9.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-cc187040-fb2c-4391-8b6d-7c169c3a86b9-root {
    text-align: center;
  }


#s-cc187040-fb2c-4391-8b6d-7c169c3a86b9.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
@media (min-width: 1200px){#s-9c5202bd-3b2f-4436-80c2-990c619e53f6 {
  display: none;
}
#s-9c5202bd-3b2f-4436-80c2-990c619e53f6, #wrap-s-9c5202bd-3b2f-4436-80c2-990c619e53f6, #wrap-content-s-9c5202bd-3b2f-4436-80c2-990c619e53f6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9c5202bd-3b2f-4436-80c2-990c619e53f6 {
  display: none;
}
#s-9c5202bd-3b2f-4436-80c2-990c619e53f6, #wrap-s-9c5202bd-3b2f-4436-80c2-990c619e53f6, #wrap-content-s-9c5202bd-3b2f-4436-80c2-990c619e53f6 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9c5202bd-3b2f-4436-80c2-990c619e53f6 {
  display: none;
}
#s-9c5202bd-3b2f-4436-80c2-990c619e53f6, #wrap-s-9c5202bd-3b2f-4436-80c2-990c619e53f6, #wrap-content-s-9c5202bd-3b2f-4436-80c2-990c619e53f6 { display: none !important; }}
#s-9c5202bd-3b2f-4436-80c2-990c619e53f6 hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 1200px){#s-57a6d5ff-66b8-4a3f-88a0-9d718c181d1c {
  display: none;
}
#s-57a6d5ff-66b8-4a3f-88a0-9d718c181d1c, #wrap-s-57a6d5ff-66b8-4a3f-88a0-9d718c181d1c, #wrap-content-s-57a6d5ff-66b8-4a3f-88a0-9d718c181d1c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-57a6d5ff-66b8-4a3f-88a0-9d718c181d1c {
  display: none;
}
#s-57a6d5ff-66b8-4a3f-88a0-9d718c181d1c, #wrap-s-57a6d5ff-66b8-4a3f-88a0-9d718c181d1c, #wrap-content-s-57a6d5ff-66b8-4a3f-88a0-9d718c181d1c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-57a6d5ff-66b8-4a3f-88a0-9d718c181d1c {
  display: none;
}
#s-57a6d5ff-66b8-4a3f-88a0-9d718c181d1c, #wrap-s-57a6d5ff-66b8-4a3f-88a0-9d718c181d1c, #wrap-content-s-57a6d5ff-66b8-4a3f-88a0-9d718c181d1c { display: none !important; }}@media (max-width: 767px){#s-57a6d5ff-66b8-4a3f-88a0-9d718c181d1c {
  
}
}
@media (min-width: 0px) {
[id="s-57a6d5ff-66b8-4a3f-88a0-9d718c181d1c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-57a6d5ff-66b8-4a3f-88a0-9d718c181d1c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-57a6d5ff-66b8-4a3f-88a0-9d718c181d1c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-57a6d5ff-66b8-4a3f-88a0-9d718c181d1c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-33aa3714-d1e7-43cc-97c4-f70fb344985d {
  text-align: center;
}

#s-33aa3714-d1e7-43cc-97c4-f70fb344985d {
  overflow: hidden;
  
  
}







  #s-33aa3714-d1e7-43cc-97c4-f70fb344985d img.shogun-image {
    

    
    
    
  }


#s-33aa3714-d1e7-43cc-97c4-f70fb344985d .shogun-image-content {
  
    justify-content: center;
  
}

#s-87a00644-6999-4d35-a93c-45d4c5c21df4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-87a00644-6999-4d35-a93c-45d4c5c21df4 .shg-product-title-component h3 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 13px;
  
  
  
}

#s-c0956ee3-74c6-4241-83a2-1b6cd89ee5b5 {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-95eaf0fb-bfa8-4523-b5b7-ccd912f088d8 {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-95eaf0fb-bfa8-4523-b5b7-ccd912f088d8 {
  
}
}@media (max-width: 767px){#s-95eaf0fb-bfa8-4523-b5b7-ccd912f088d8 {
  
}
}
#s-6619314f-02c0-442e-b5ae-5cac3d2c2d51 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 8px;
padding-left: 0px;
padding-bottom: 8px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-6619314f-02c0-442e-b5ae-5cac3d2c2d51:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6619314f-02c0-442e-b5ae-5cac3d2c2d51:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6619314f-02c0-442e-b5ae-5cac3d2c2d51-root {
    text-align: center;
  }


#s-6619314f-02c0-442e-b5ae-5cac3d2c2d51.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-6619314f-02c0-442e-b5ae-5cac3d2c2d51-root {
    text-align: center;
  }


#s-6619314f-02c0-442e-b5ae-5cac3d2c2d51.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6619314f-02c0-442e-b5ae-5cac3d2c2d51-root {
    text-align: center;
  }


#s-6619314f-02c0-442e-b5ae-5cac3d2c2d51.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6619314f-02c0-442e-b5ae-5cac3d2c2d51-root {
    text-align: center;
  }


#s-6619314f-02c0-442e-b5ae-5cac3d2c2d51.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-6619314f-02c0-442e-b5ae-5cac3d2c2d51-root {
    text-align: center;
  }


#s-6619314f-02c0-442e-b5ae-5cac3d2c2d51.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-9fe0b527-7631-48b8-b76e-15947fe45c41 {
  text-align: center;
}

#s-9fe0b527-7631-48b8-b76e-15947fe45c41 {
  overflow: hidden;
  
  
}







  #s-9fe0b527-7631-48b8-b76e-15947fe45c41 img.shogun-image {
    

    
    
    
  }


#s-9fe0b527-7631-48b8-b76e-15947fe45c41 .shogun-image-content {
  
    justify-content: center;
  
}

#s-be6810aa-7e5e-4b50-b544-9cf7cd47eea3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-be6810aa-7e5e-4b50-b544-9cf7cd47eea3 .shg-product-title-component h3 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 13px;
  
  
  
}

#s-d1256430-cae8-4eb4-a72c-4572f8db0ee4 {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-28b89baa-1390-42a8-adc0-4aa95dc15be0 {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 22px;
}
@media (min-width: 768px) and (max-width: 991px){#s-28b89baa-1390-42a8-adc0-4aa95dc15be0 {
  
}
}@media (max-width: 767px){#s-28b89baa-1390-42a8-adc0-4aa95dc15be0 {
  
}
}
#s-d7a35303-5551-4135-b74e-2d5d6f074ed6 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 8px;
padding-left: 0px;
padding-bottom: 8px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-d7a35303-5551-4135-b74e-2d5d6f074ed6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d7a35303-5551-4135-b74e-2d5d6f074ed6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d7a35303-5551-4135-b74e-2d5d6f074ed6-root {
    text-align: center;
  }


#s-d7a35303-5551-4135-b74e-2d5d6f074ed6.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-d7a35303-5551-4135-b74e-2d5d6f074ed6-root {
    text-align: center;
  }


#s-d7a35303-5551-4135-b74e-2d5d6f074ed6.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d7a35303-5551-4135-b74e-2d5d6f074ed6-root {
    text-align: center;
  }


#s-d7a35303-5551-4135-b74e-2d5d6f074ed6.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d7a35303-5551-4135-b74e-2d5d6f074ed6-root {
    text-align: center;
  }


#s-d7a35303-5551-4135-b74e-2d5d6f074ed6.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-d7a35303-5551-4135-b74e-2d5d6f074ed6-root {
    text-align: center;
  }


#s-d7a35303-5551-4135-b74e-2d5d6f074ed6.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-bba19fc5-67eb-4dcd-b3c1-54c304de427d {
  text-align: center;
}

#s-bba19fc5-67eb-4dcd-b3c1-54c304de427d {
  overflow: hidden;
  
  
}







  #s-bba19fc5-67eb-4dcd-b3c1-54c304de427d img.shogun-image {
    

    
    
    
  }


#s-bba19fc5-67eb-4dcd-b3c1-54c304de427d .shogun-image-content {
  
    justify-content: center;
  
}

#s-aa252a7f-6ed0-482a-bfce-6c237ec01939 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-aa252a7f-6ed0-482a-bfce-6c237ec01939 .shg-product-title-component h3 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 13px;
  
  
  
}

#s-9a883eab-327d-4ca7-97d9-acf29f98a972 {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-5315ff96-5bb6-4677-a237-3a1b8ea399e4 {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5315ff96-5bb6-4677-a237-3a1b8ea399e4 {
  
}
}@media (max-width: 767px){#s-5315ff96-5bb6-4677-a237-3a1b8ea399e4 {
  
}
}
#s-bf57a8a6-cd61-4fcc-bc0b-73af7f43e114 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 8px;
padding-left: 0px;
padding-bottom: 8px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-bf57a8a6-cd61-4fcc-bc0b-73af7f43e114:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bf57a8a6-cd61-4fcc-bc0b-73af7f43e114:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-bf57a8a6-cd61-4fcc-bc0b-73af7f43e114-root {
    text-align: center;
  }


#s-bf57a8a6-cd61-4fcc-bc0b-73af7f43e114.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-bf57a8a6-cd61-4fcc-bc0b-73af7f43e114-root {
    text-align: center;
  }


#s-bf57a8a6-cd61-4fcc-bc0b-73af7f43e114.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bf57a8a6-cd61-4fcc-bc0b-73af7f43e114-root {
    text-align: center;
  }


#s-bf57a8a6-cd61-4fcc-bc0b-73af7f43e114.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bf57a8a6-cd61-4fcc-bc0b-73af7f43e114-root {
    text-align: center;
  }


#s-bf57a8a6-cd61-4fcc-bc0b-73af7f43e114.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-bf57a8a6-cd61-4fcc-bc0b-73af7f43e114-root {
    text-align: center;
  }


#s-bf57a8a6-cd61-4fcc-bc0b-73af7f43e114.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-3c3f88bc-104a-42a7-a70b-2edb6823b801 {
  text-align: center;
}

#s-3c3f88bc-104a-42a7-a70b-2edb6823b801 {
  overflow: hidden;
  
  
}







  #s-3c3f88bc-104a-42a7-a70b-2edb6823b801 img.shogun-image {
    

    
    
    
  }


#s-3c3f88bc-104a-42a7-a70b-2edb6823b801 .shogun-image-content {
  
    justify-content: center;
  
}

#s-d32db653-7a0d-4033-a922-1525e45f592d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d32db653-7a0d-4033-a922-1525e45f592d .shg-product-title-component h5 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 13px;
  
  
  
}

#s-505592b0-1879-4183-a593-ca063ddd198d {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-ccb5f26c-e84a-4a2a-82fa-98ed939c285b {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 66px;
}
@media (min-width: 1200px){#s-ccb5f26c-e84a-4a2a-82fa-98ed939c285b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ccb5f26c-e84a-4a2a-82fa-98ed939c285b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ccb5f26c-e84a-4a2a-82fa-98ed939c285b {
  
}
}@media (max-width: 767px){#s-ccb5f26c-e84a-4a2a-82fa-98ed939c285b {
  
}
}
#s-47fdf912-fa7a-4322-9a24-ad06b6a94e9b {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 8px;
padding-left: 0px;
padding-bottom: 8px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-47fdf912-fa7a-4322-9a24-ad06b6a94e9b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-47fdf912-fa7a-4322-9a24-ad06b6a94e9b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-47fdf912-fa7a-4322-9a24-ad06b6a94e9b-root {
    text-align: center;
  }


#s-47fdf912-fa7a-4322-9a24-ad06b6a94e9b.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-47fdf912-fa7a-4322-9a24-ad06b6a94e9b-root {
    text-align: center;
  }


#s-47fdf912-fa7a-4322-9a24-ad06b6a94e9b.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-47fdf912-fa7a-4322-9a24-ad06b6a94e9b-root {
    text-align: center;
  }


#s-47fdf912-fa7a-4322-9a24-ad06b6a94e9b.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-47fdf912-fa7a-4322-9a24-ad06b6a94e9b-root {
    text-align: center;
  }


#s-47fdf912-fa7a-4322-9a24-ad06b6a94e9b.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-47fdf912-fa7a-4322-9a24-ad06b6a94e9b-root {
    text-align: center;
  }


#s-47fdf912-fa7a-4322-9a24-ad06b6a94e9b.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
@media (min-width: 768px) and (max-width: 991px){#s-cf574cd0-5782-4e9e-8a4b-277b7c511951 {
  display: none;
}
#s-cf574cd0-5782-4e9e-8a4b-277b7c511951, #wrap-s-cf574cd0-5782-4e9e-8a4b-277b7c511951, #wrap-content-s-cf574cd0-5782-4e9e-8a4b-277b7c511951 { display: none !important; }}@media (max-width: 767px){#s-cf574cd0-5782-4e9e-8a4b-277b7c511951 {
  display: none;
}
#s-cf574cd0-5782-4e9e-8a4b-277b7c511951, #wrap-s-cf574cd0-5782-4e9e-8a4b-277b7c511951, #wrap-content-s-cf574cd0-5782-4e9e-8a4b-277b7c511951 { display: none !important; }}
#s-cf574cd0-5782-4e9e-8a4b-277b7c511951 hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

@media (min-width: 1200px){#s-4d5c6bbd-dcce-4c2e-a628-b3dddf479bce {
  display: none;
}
#s-4d5c6bbd-dcce-4c2e-a628-b3dddf479bce, #wrap-s-4d5c6bbd-dcce-4c2e-a628-b3dddf479bce, #wrap-content-s-4d5c6bbd-dcce-4c2e-a628-b3dddf479bce { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4d5c6bbd-dcce-4c2e-a628-b3dddf479bce {
  display: none;
}
#s-4d5c6bbd-dcce-4c2e-a628-b3dddf479bce, #wrap-s-4d5c6bbd-dcce-4c2e-a628-b3dddf479bce, #wrap-content-s-4d5c6bbd-dcce-4c2e-a628-b3dddf479bce { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4d5c6bbd-dcce-4c2e-a628-b3dddf479bce {
  display: none;
}
#s-4d5c6bbd-dcce-4c2e-a628-b3dddf479bce, #wrap-s-4d5c6bbd-dcce-4c2e-a628-b3dddf479bce, #wrap-content-s-4d5c6bbd-dcce-4c2e-a628-b3dddf479bce { display: none !important; }}
#s-4d5c6bbd-dcce-4c2e-a628-b3dddf479bce hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 1200px){#s-0f833cef-f6e9-40ab-b770-0106e3eaedba {
  display: none;
}
#s-0f833cef-f6e9-40ab-b770-0106e3eaedba, #wrap-s-0f833cef-f6e9-40ab-b770-0106e3eaedba, #wrap-content-s-0f833cef-f6e9-40ab-b770-0106e3eaedba { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0f833cef-f6e9-40ab-b770-0106e3eaedba {
  display: none;
}
#s-0f833cef-f6e9-40ab-b770-0106e3eaedba, #wrap-s-0f833cef-f6e9-40ab-b770-0106e3eaedba, #wrap-content-s-0f833cef-f6e9-40ab-b770-0106e3eaedba { display: none !important; }}@media (max-width: 767px){#s-0f833cef-f6e9-40ab-b770-0106e3eaedba {
  display: none;
}
#s-0f833cef-f6e9-40ab-b770-0106e3eaedba, #wrap-s-0f833cef-f6e9-40ab-b770-0106e3eaedba, #wrap-content-s-0f833cef-f6e9-40ab-b770-0106e3eaedba { display: none !important; }}
#s-0f833cef-f6e9-40ab-b770-0106e3eaedba hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

@media (min-width: 768px) and (max-width: 991px){#s-f9acf19c-3b1f-41c2-819f-1eb7f77cb547 {
  display: none;
}
#s-f9acf19c-3b1f-41c2-819f-1eb7f77cb547, #wrap-s-f9acf19c-3b1f-41c2-819f-1eb7f77cb547, #wrap-content-s-f9acf19c-3b1f-41c2-819f-1eb7f77cb547 { display: none !important; }}@media (max-width: 767px){#s-f9acf19c-3b1f-41c2-819f-1eb7f77cb547 {
  display: none;
}
#s-f9acf19c-3b1f-41c2-819f-1eb7f77cb547, #wrap-s-f9acf19c-3b1f-41c2-819f-1eb7f77cb547, #wrap-content-s-f9acf19c-3b1f-41c2-819f-1eb7f77cb547 { display: none !important; }}
@media (min-width: 0px) {
[id="s-f9acf19c-3b1f-41c2-819f-1eb7f77cb547"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-f9acf19c-3b1f-41c2-819f-1eb7f77cb547"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-f9acf19c-3b1f-41c2-819f-1eb7f77cb547"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-f9acf19c-3b1f-41c2-819f-1eb7f77cb547"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-681c26df-bf0a-4e3d-9554-eb8cfa630a12 {
  text-align: center;
}

#s-681c26df-bf0a-4e3d-9554-eb8cfa630a12 {
  overflow: hidden;
  
  
}







  #s-681c26df-bf0a-4e3d-9554-eb8cfa630a12 img.shogun-image {
    

    
    
    
  }


#s-681c26df-bf0a-4e3d-9554-eb8cfa630a12 .shogun-image-content {
  
    justify-content: center;
  
}

#s-d7500193-4a5a-4038-bd2c-cdad9022f7cf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d7500193-4a5a-4038-bd2c-cdad9022f7cf .shg-product-title-component h3 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 16px;
  
  
  
}

#s-87b1dc56-c521-4e19-ac02-a4673bcc8eb7 {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-bac782da-aa33-4889-9477-58b2d7712739 {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-bac782da-aa33-4889-9477-58b2d7712739 {
  display: none;
}
#s-bac782da-aa33-4889-9477-58b2d7712739, #wrap-s-bac782da-aa33-4889-9477-58b2d7712739, #wrap-content-s-bac782da-aa33-4889-9477-58b2d7712739 { display: none !important; }}@media (max-width: 767px){#s-bac782da-aa33-4889-9477-58b2d7712739 {
  display: none;
}
#s-bac782da-aa33-4889-9477-58b2d7712739, #wrap-s-bac782da-aa33-4889-9477-58b2d7712739, #wrap-content-s-bac782da-aa33-4889-9477-58b2d7712739 { display: none !important; }}
#s-b8dd6807-dad9-4f50-be21-e57ad510d834 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 8px;
padding-left: 0px;
padding-bottom: 8px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-b8dd6807-dad9-4f50-be21-e57ad510d834:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b8dd6807-dad9-4f50-be21-e57ad510d834:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b8dd6807-dad9-4f50-be21-e57ad510d834-root {
    text-align: center;
  }


#s-b8dd6807-dad9-4f50-be21-e57ad510d834.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-b8dd6807-dad9-4f50-be21-e57ad510d834-root {
    text-align: center;
  }


#s-b8dd6807-dad9-4f50-be21-e57ad510d834.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b8dd6807-dad9-4f50-be21-e57ad510d834-root {
    text-align: center;
  }


#s-b8dd6807-dad9-4f50-be21-e57ad510d834.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b8dd6807-dad9-4f50-be21-e57ad510d834-root {
    text-align: center;
  }


#s-b8dd6807-dad9-4f50-be21-e57ad510d834.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-b8dd6807-dad9-4f50-be21-e57ad510d834-root {
    text-align: center;
  }


#s-b8dd6807-dad9-4f50-be21-e57ad510d834.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-a9b1e6f1-dcd8-4bfd-bac4-985ae53dba23 {
  text-align: center;
}

#s-a9b1e6f1-dcd8-4bfd-bac4-985ae53dba23 {
  overflow: hidden;
  
  
}







  #s-a9b1e6f1-dcd8-4bfd-bac4-985ae53dba23 img.shogun-image {
    

    
    
    
  }


#s-a9b1e6f1-dcd8-4bfd-bac4-985ae53dba23 .shogun-image-content {
  
    justify-content: center;
  
}

#s-18db9105-86ed-4281-9467-1e15126f13ca {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-18db9105-86ed-4281-9467-1e15126f13ca .shg-product-title-component h3 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 16px;
  
  
  
}

#s-14341b6b-ec0a-4a82-98bd-5126a63ce24e {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-f3ab8f43-a8b0-47ab-b524-9437ed28a17c {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f3ab8f43-a8b0-47ab-b524-9437ed28a17c {
  display: none;
}
#s-f3ab8f43-a8b0-47ab-b524-9437ed28a17c, #wrap-s-f3ab8f43-a8b0-47ab-b524-9437ed28a17c, #wrap-content-s-f3ab8f43-a8b0-47ab-b524-9437ed28a17c { display: none !important; }}@media (max-width: 767px){#s-f3ab8f43-a8b0-47ab-b524-9437ed28a17c {
  display: none;
}
#s-f3ab8f43-a8b0-47ab-b524-9437ed28a17c, #wrap-s-f3ab8f43-a8b0-47ab-b524-9437ed28a17c, #wrap-content-s-f3ab8f43-a8b0-47ab-b524-9437ed28a17c { display: none !important; }}
#s-89680e79-a875-4ba9-a02a-84ca22369e06 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 8px;
padding-left: 0px;
padding-bottom: 8px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-89680e79-a875-4ba9-a02a-84ca22369e06:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-89680e79-a875-4ba9-a02a-84ca22369e06:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-89680e79-a875-4ba9-a02a-84ca22369e06-root {
    text-align: center;
  }


#s-89680e79-a875-4ba9-a02a-84ca22369e06.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-89680e79-a875-4ba9-a02a-84ca22369e06-root {
    text-align: center;
  }


#s-89680e79-a875-4ba9-a02a-84ca22369e06.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-89680e79-a875-4ba9-a02a-84ca22369e06-root {
    text-align: center;
  }


#s-89680e79-a875-4ba9-a02a-84ca22369e06.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-89680e79-a875-4ba9-a02a-84ca22369e06-root {
    text-align: center;
  }


#s-89680e79-a875-4ba9-a02a-84ca22369e06.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-89680e79-a875-4ba9-a02a-84ca22369e06-root {
    text-align: center;
  }


#s-89680e79-a875-4ba9-a02a-84ca22369e06.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-8a80f3c0-b0fc-466a-9ace-f708c2cb2944 {
  text-align: center;
}

#s-8a80f3c0-b0fc-466a-9ace-f708c2cb2944 {
  overflow: hidden;
  
  
}







  #s-8a80f3c0-b0fc-466a-9ace-f708c2cb2944 img.shogun-image {
    

    
    
    
  }


#s-8a80f3c0-b0fc-466a-9ace-f708c2cb2944 .shogun-image-content {
  
    justify-content: center;
  
}

#s-baabf87e-62c5-4f8d-8062-77e9c9eda3fa {
  padding-top: 10px;
padding-bottom: 26px;
text-align: center;
}

#s-baabf87e-62c5-4f8d-8062-77e9c9eda3fa .shg-product-title-component h3 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 16px;
  
  
  
}

#s-79c5512d-de7d-435a-8610-7495f18cda20 {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-792813d5-5d15-4f66-9769-ff0b92b1a2b2 {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-792813d5-5d15-4f66-9769-ff0b92b1a2b2 {
  display: none;
}
#s-792813d5-5d15-4f66-9769-ff0b92b1a2b2, #wrap-s-792813d5-5d15-4f66-9769-ff0b92b1a2b2, #wrap-content-s-792813d5-5d15-4f66-9769-ff0b92b1a2b2 { display: none !important; }}@media (max-width: 767px){#s-792813d5-5d15-4f66-9769-ff0b92b1a2b2 {
  display: none;
}
#s-792813d5-5d15-4f66-9769-ff0b92b1a2b2, #wrap-s-792813d5-5d15-4f66-9769-ff0b92b1a2b2, #wrap-content-s-792813d5-5d15-4f66-9769-ff0b92b1a2b2 { display: none !important; }}
#s-603b5404-cc2a-497f-b547-efbe295b58fe {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 8px;
padding-left: 0px;
padding-bottom: 8px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-603b5404-cc2a-497f-b547-efbe295b58fe:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-603b5404-cc2a-497f-b547-efbe295b58fe:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-603b5404-cc2a-497f-b547-efbe295b58fe-root {
    text-align: center;
  }


#s-603b5404-cc2a-497f-b547-efbe295b58fe.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-603b5404-cc2a-497f-b547-efbe295b58fe-root {
    text-align: center;
  }


#s-603b5404-cc2a-497f-b547-efbe295b58fe.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-603b5404-cc2a-497f-b547-efbe295b58fe-root {
    text-align: center;
  }


#s-603b5404-cc2a-497f-b547-efbe295b58fe.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-603b5404-cc2a-497f-b547-efbe295b58fe-root {
    text-align: center;
  }


#s-603b5404-cc2a-497f-b547-efbe295b58fe.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-603b5404-cc2a-497f-b547-efbe295b58fe-root {
    text-align: center;
  }


#s-603b5404-cc2a-497f-b547-efbe295b58fe.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-f4d12562-7965-46df-8596-4f75fcefec37 {
  text-align: center;
}

#s-f4d12562-7965-46df-8596-4f75fcefec37 {
  overflow: hidden;
  
  
}







  #s-f4d12562-7965-46df-8596-4f75fcefec37 img.shogun-image {
    

    
    
    
  }


#s-f4d12562-7965-46df-8596-4f75fcefec37 .shogun-image-content {
  
    justify-content: center;
  
}

#s-a30349dd-2d17-4e79-81a5-a2d06bfb3a5a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a30349dd-2d17-4e79-81a5-a2d06bfb3a5a .shg-product-title-component h3 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 16px;
  
  
  
}

#s-a2ce02d2-693b-45fd-84d1-41390d256e76 {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-4025f0ed-bbaa-4a11-b710-898e0fc79ad3 {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4025f0ed-bbaa-4a11-b710-898e0fc79ad3 {
  display: none;
}
#s-4025f0ed-bbaa-4a11-b710-898e0fc79ad3, #wrap-s-4025f0ed-bbaa-4a11-b710-898e0fc79ad3, #wrap-content-s-4025f0ed-bbaa-4a11-b710-898e0fc79ad3 { display: none !important; }}@media (max-width: 767px){#s-4025f0ed-bbaa-4a11-b710-898e0fc79ad3 {
  display: none;
}
#s-4025f0ed-bbaa-4a11-b710-898e0fc79ad3, #wrap-s-4025f0ed-bbaa-4a11-b710-898e0fc79ad3, #wrap-content-s-4025f0ed-bbaa-4a11-b710-898e0fc79ad3 { display: none !important; }}
#s-99400240-78a5-4bf4-bbd7-cdfd9a5f88df {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 8px;
padding-left: 0px;
padding-bottom: 8px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-99400240-78a5-4bf4-bbd7-cdfd9a5f88df:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-99400240-78a5-4bf4-bbd7-cdfd9a5f88df:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-99400240-78a5-4bf4-bbd7-cdfd9a5f88df-root {
    text-align: center;
  }


#s-99400240-78a5-4bf4-bbd7-cdfd9a5f88df.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-99400240-78a5-4bf4-bbd7-cdfd9a5f88df-root {
    text-align: center;
  }


#s-99400240-78a5-4bf4-bbd7-cdfd9a5f88df.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-99400240-78a5-4bf4-bbd7-cdfd9a5f88df-root {
    text-align: center;
  }


#s-99400240-78a5-4bf4-bbd7-cdfd9a5f88df.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-99400240-78a5-4bf4-bbd7-cdfd9a5f88df-root {
    text-align: center;
  }


#s-99400240-78a5-4bf4-bbd7-cdfd9a5f88df.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-99400240-78a5-4bf4-bbd7-cdfd9a5f88df-root {
    text-align: center;
  }


#s-99400240-78a5-4bf4-bbd7-cdfd9a5f88df.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
@media (min-width: 1200px){#s-bba3c4be-9970-4703-9bc4-19cc9122ea7c {
  display: none;
}
#s-bba3c4be-9970-4703-9bc4-19cc9122ea7c, #wrap-s-bba3c4be-9970-4703-9bc4-19cc9122ea7c, #wrap-content-s-bba3c4be-9970-4703-9bc4-19cc9122ea7c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bba3c4be-9970-4703-9bc4-19cc9122ea7c {
  display: none;
}
#s-bba3c4be-9970-4703-9bc4-19cc9122ea7c, #wrap-s-bba3c4be-9970-4703-9bc4-19cc9122ea7c, #wrap-content-s-bba3c4be-9970-4703-9bc4-19cc9122ea7c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bba3c4be-9970-4703-9bc4-19cc9122ea7c {
  
}
}@media (max-width: 767px){#s-bba3c4be-9970-4703-9bc4-19cc9122ea7c {
  display: none;
}
#s-bba3c4be-9970-4703-9bc4-19cc9122ea7c, #wrap-s-bba3c4be-9970-4703-9bc4-19cc9122ea7c, #wrap-content-s-bba3c4be-9970-4703-9bc4-19cc9122ea7c { display: none !important; }}
@media (min-width: 0px) {
[id="s-bba3c4be-9970-4703-9bc4-19cc9122ea7c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-bba3c4be-9970-4703-9bc4-19cc9122ea7c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-bba3c4be-9970-4703-9bc4-19cc9122ea7c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-bba3c4be-9970-4703-9bc4-19cc9122ea7c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-c612d7ac-74b1-4b7f-b739-8447b1a4a22f {
  text-align: center;
}

#s-c612d7ac-74b1-4b7f-b739-8447b1a4a22f {
  overflow: hidden;
  
  
}







  #s-c612d7ac-74b1-4b7f-b739-8447b1a4a22f img.shogun-image {
    

    
    
    
  }


#s-c612d7ac-74b1-4b7f-b739-8447b1a4a22f .shogun-image-content {
  
    justify-content: center;
  
}

#s-5136cb30-acbd-457f-9697-916bd04f29a1 {
  padding-top: 10px;
padding-bottom: 26px;
text-align: center;
}

#s-5136cb30-acbd-457f-9697-916bd04f29a1 .shg-product-title-component h3 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 14px;
  
  
  
}

#s-a4984a4c-1515-4846-8fad-a3e0b6a4da35 {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-a3921f36-45c8-41de-8aa3-ccb11e0a0914 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 8px;
padding-left: 0px;
padding-bottom: 8px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-a3921f36-45c8-41de-8aa3-ccb11e0a0914:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a3921f36-45c8-41de-8aa3-ccb11e0a0914:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a3921f36-45c8-41de-8aa3-ccb11e0a0914-root {
    text-align: center;
  }


#s-a3921f36-45c8-41de-8aa3-ccb11e0a0914.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-a3921f36-45c8-41de-8aa3-ccb11e0a0914-root {
    text-align: center;
  }


#s-a3921f36-45c8-41de-8aa3-ccb11e0a0914.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a3921f36-45c8-41de-8aa3-ccb11e0a0914-root {
    text-align: center;
  }


#s-a3921f36-45c8-41de-8aa3-ccb11e0a0914.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a3921f36-45c8-41de-8aa3-ccb11e0a0914-root {
    text-align: center;
  }


#s-a3921f36-45c8-41de-8aa3-ccb11e0a0914.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-a3921f36-45c8-41de-8aa3-ccb11e0a0914-root {
    text-align: center;
  }


#s-a3921f36-45c8-41de-8aa3-ccb11e0a0914.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-5500e8ad-ea2a-4edc-8f87-2691f676282d {
  text-align: center;
}

#s-5500e8ad-ea2a-4edc-8f87-2691f676282d {
  overflow: hidden;
  
  
}







  #s-5500e8ad-ea2a-4edc-8f87-2691f676282d img.shogun-image {
    

    
    
    
  }


#s-5500e8ad-ea2a-4edc-8f87-2691f676282d .shogun-image-content {
  
    justify-content: center;
  
}

#s-58160773-bdfb-4c48-8a5c-305a20446335 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-58160773-bdfb-4c48-8a5c-305a20446335 .shg-product-title-component h3 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 14px;
  
  
  
}

#s-03abfc02-3a0d-4511-99e2-4e8b78a21402 {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-b17fd7cc-a07c-4140-bd08-cfd139d3aa63 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 8px;
padding-left: 0px;
padding-bottom: 8px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-b17fd7cc-a07c-4140-bd08-cfd139d3aa63:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b17fd7cc-a07c-4140-bd08-cfd139d3aa63:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b17fd7cc-a07c-4140-bd08-cfd139d3aa63-root {
    text-align: center;
  }


#s-b17fd7cc-a07c-4140-bd08-cfd139d3aa63.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-b17fd7cc-a07c-4140-bd08-cfd139d3aa63-root {
    text-align: center;
  }


#s-b17fd7cc-a07c-4140-bd08-cfd139d3aa63.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b17fd7cc-a07c-4140-bd08-cfd139d3aa63-root {
    text-align: center;
  }


#s-b17fd7cc-a07c-4140-bd08-cfd139d3aa63.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b17fd7cc-a07c-4140-bd08-cfd139d3aa63-root {
    text-align: center;
  }


#s-b17fd7cc-a07c-4140-bd08-cfd139d3aa63.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-b17fd7cc-a07c-4140-bd08-cfd139d3aa63-root {
    text-align: center;
  }


#s-b17fd7cc-a07c-4140-bd08-cfd139d3aa63.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-b7c6d9e7-6036-408e-b85e-52c326d30993 {
  text-align: center;
}

#s-b7c6d9e7-6036-408e-b85e-52c326d30993 {
  overflow: hidden;
  
  
}







  #s-b7c6d9e7-6036-408e-b85e-52c326d30993 img.shogun-image {
    

    
    
    
  }


#s-b7c6d9e7-6036-408e-b85e-52c326d30993 .shogun-image-content {
  
    justify-content: center;
  
}

#s-25c387ba-01b6-42d9-ab3f-a6f52a9c4bac {
  padding-top: 10px;
padding-bottom: 57px;
text-align: center;
}

#s-25c387ba-01b6-42d9-ab3f-a6f52a9c4bac .shg-product-title-component h3 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 14px;
  
  
  
}

#s-1a14d088-a8bb-4b39-8371-ce23c5c7ce34 {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-263cb4b7-b3ea-4848-963d-79dd79ba27ca {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 8px;
padding-left: 0px;
padding-bottom: 8px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-263cb4b7-b3ea-4848-963d-79dd79ba27ca:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-263cb4b7-b3ea-4848-963d-79dd79ba27ca:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-263cb4b7-b3ea-4848-963d-79dd79ba27ca-root {
    text-align: center;
  }


#s-263cb4b7-b3ea-4848-963d-79dd79ba27ca.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-263cb4b7-b3ea-4848-963d-79dd79ba27ca-root {
    text-align: center;
  }


#s-263cb4b7-b3ea-4848-963d-79dd79ba27ca.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-263cb4b7-b3ea-4848-963d-79dd79ba27ca-root {
    text-align: center;
  }


#s-263cb4b7-b3ea-4848-963d-79dd79ba27ca.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-263cb4b7-b3ea-4848-963d-79dd79ba27ca-root {
    text-align: center;
  }


#s-263cb4b7-b3ea-4848-963d-79dd79ba27ca.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-263cb4b7-b3ea-4848-963d-79dd79ba27ca-root {
    text-align: center;
  }


#s-263cb4b7-b3ea-4848-963d-79dd79ba27ca.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-e1bd0271-934b-4aad-998d-c02d84180436 {
  text-align: center;
}

#s-e1bd0271-934b-4aad-998d-c02d84180436 {
  overflow: hidden;
  
  
}







  #s-e1bd0271-934b-4aad-998d-c02d84180436 img.shogun-image {
    

    
    
    
  }


#s-e1bd0271-934b-4aad-998d-c02d84180436 .shogun-image-content {
  
    justify-content: center;
  
}

#s-5cfae28b-f10b-487b-8245-cb7ef8d3566b {
  padding-top: 10px;
padding-bottom: 40px;
text-align: center;
}

#s-5cfae28b-f10b-487b-8245-cb7ef8d3566b .shg-product-title-component h3 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 14px;
  
  
  
}

#s-f84dd2f7-e92c-4434-90e5-8b44392c4632 {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-7ebb0548-2241-4fb3-b4a5-99fe58b0030d {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 8px;
padding-left: 0px;
padding-bottom: 8px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-7ebb0548-2241-4fb3-b4a5-99fe58b0030d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7ebb0548-2241-4fb3-b4a5-99fe58b0030d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7ebb0548-2241-4fb3-b4a5-99fe58b0030d-root {
    text-align: center;
  }


#s-7ebb0548-2241-4fb3-b4a5-99fe58b0030d.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-7ebb0548-2241-4fb3-b4a5-99fe58b0030d-root {
    text-align: center;
  }


#s-7ebb0548-2241-4fb3-b4a5-99fe58b0030d.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7ebb0548-2241-4fb3-b4a5-99fe58b0030d-root {
    text-align: center;
  }


#s-7ebb0548-2241-4fb3-b4a5-99fe58b0030d.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7ebb0548-2241-4fb3-b4a5-99fe58b0030d-root {
    text-align: center;
  }


#s-7ebb0548-2241-4fb3-b4a5-99fe58b0030d.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-7ebb0548-2241-4fb3-b4a5-99fe58b0030d-root {
    text-align: center;
  }


#s-7ebb0548-2241-4fb3-b4a5-99fe58b0030d.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
@media (min-width: 1200px){#s-b13fe8b6-c7ac-4016-84a4-68ba081fe4ab {
  display: none;
}
#s-b13fe8b6-c7ac-4016-84a4-68ba081fe4ab, #wrap-s-b13fe8b6-c7ac-4016-84a4-68ba081fe4ab, #wrap-content-s-b13fe8b6-c7ac-4016-84a4-68ba081fe4ab { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b13fe8b6-c7ac-4016-84a4-68ba081fe4ab {
  display: none;
}
#s-b13fe8b6-c7ac-4016-84a4-68ba081fe4ab, #wrap-s-b13fe8b6-c7ac-4016-84a4-68ba081fe4ab, #wrap-content-s-b13fe8b6-c7ac-4016-84a4-68ba081fe4ab { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b13fe8b6-c7ac-4016-84a4-68ba081fe4ab {
  display: none;
}
#s-b13fe8b6-c7ac-4016-84a4-68ba081fe4ab, #wrap-s-b13fe8b6-c7ac-4016-84a4-68ba081fe4ab, #wrap-content-s-b13fe8b6-c7ac-4016-84a4-68ba081fe4ab { display: none !important; }}@media (max-width: 767px){#s-b13fe8b6-c7ac-4016-84a4-68ba081fe4ab {
  
}
}
@media (min-width: 0px) {
[id="s-b13fe8b6-c7ac-4016-84a4-68ba081fe4ab"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b13fe8b6-c7ac-4016-84a4-68ba081fe4ab"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-b13fe8b6-c7ac-4016-84a4-68ba081fe4ab"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-b13fe8b6-c7ac-4016-84a4-68ba081fe4ab"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-313b7981-c82d-4945-b95b-9444e4179806 {
  text-align: center;
}

#s-313b7981-c82d-4945-b95b-9444e4179806 {
  overflow: hidden;
  
  
}







  #s-313b7981-c82d-4945-b95b-9444e4179806 img.shogun-image {
    

    
    
    
  }


#s-313b7981-c82d-4945-b95b-9444e4179806 .shogun-image-content {
  
    justify-content: center;
  
}

#s-002473f6-4bf9-4957-80f0-e058533bbee8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-002473f6-4bf9-4957-80f0-e058533bbee8 .shg-product-title-component h3 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 14px;
  
  
  
}

#s-77876dc1-c896-4fe7-a30f-c1a60608f90a {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-25e7d764-be2c-4b1c-b4bf-f833ddc66eac {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 8px;
padding-left: 0px;
padding-bottom: 8px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-25e7d764-be2c-4b1c-b4bf-f833ddc66eac:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-25e7d764-be2c-4b1c-b4bf-f833ddc66eac:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-25e7d764-be2c-4b1c-b4bf-f833ddc66eac-root {
    text-align: center;
  }


#s-25e7d764-be2c-4b1c-b4bf-f833ddc66eac.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-25e7d764-be2c-4b1c-b4bf-f833ddc66eac-root {
    text-align: center;
  }


#s-25e7d764-be2c-4b1c-b4bf-f833ddc66eac.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-25e7d764-be2c-4b1c-b4bf-f833ddc66eac-root {
    text-align: center;
  }


#s-25e7d764-be2c-4b1c-b4bf-f833ddc66eac.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-25e7d764-be2c-4b1c-b4bf-f833ddc66eac-root {
    text-align: center;
  }


#s-25e7d764-be2c-4b1c-b4bf-f833ddc66eac.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-25e7d764-be2c-4b1c-b4bf-f833ddc66eac-root {
    text-align: center;
  }


#s-25e7d764-be2c-4b1c-b4bf-f833ddc66eac.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-14c7b0d3-e940-40a3-8e77-c65e0f8cb82b {
  text-align: center;
}

#s-14c7b0d3-e940-40a3-8e77-c65e0f8cb82b {
  overflow: hidden;
  
  
}







  #s-14c7b0d3-e940-40a3-8e77-c65e0f8cb82b img.shogun-image {
    

    
    
    
  }


#s-14c7b0d3-e940-40a3-8e77-c65e0f8cb82b .shogun-image-content {
  
    justify-content: center;
  
}

#s-740601f5-f9c3-4341-9899-6c53dd3e5fbb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-740601f5-f9c3-4341-9899-6c53dd3e5fbb .shg-product-title-component h3 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 14px;
  
  
  
}

#s-7fc14312-68a1-40d4-a87b-6781fbd8b006 {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-e97359d0-c2c0-4744-95c7-b72327a1290b {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 8px;
padding-left: 0px;
padding-bottom: 8px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-e97359d0-c2c0-4744-95c7-b72327a1290b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e97359d0-c2c0-4744-95c7-b72327a1290b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e97359d0-c2c0-4744-95c7-b72327a1290b-root {
    text-align: center;
  }


#s-e97359d0-c2c0-4744-95c7-b72327a1290b.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-e97359d0-c2c0-4744-95c7-b72327a1290b-root {
    text-align: center;
  }


#s-e97359d0-c2c0-4744-95c7-b72327a1290b.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e97359d0-c2c0-4744-95c7-b72327a1290b-root {
    text-align: center;
  }


#s-e97359d0-c2c0-4744-95c7-b72327a1290b.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e97359d0-c2c0-4744-95c7-b72327a1290b-root {
    text-align: center;
  }


#s-e97359d0-c2c0-4744-95c7-b72327a1290b.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-e97359d0-c2c0-4744-95c7-b72327a1290b-root {
    text-align: center;
  }


#s-e97359d0-c2c0-4744-95c7-b72327a1290b.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-9aa670f7-edfd-437c-9a22-7181f010d481 {
  text-align: center;
}

#s-9aa670f7-edfd-437c-9a22-7181f010d481 {
  overflow: hidden;
  
  
}







  #s-9aa670f7-edfd-437c-9a22-7181f010d481 img.shogun-image {
    

    
    
    
  }


#s-9aa670f7-edfd-437c-9a22-7181f010d481 .shogun-image-content {
  
    justify-content: center;
  
}

#s-b451771d-807f-4a45-a7f8-3356ac2b6f14 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b451771d-807f-4a45-a7f8-3356ac2b6f14 .shg-product-title-component h3 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 14px;
  
  
  
}

#s-2de95b13-d69c-42e1-a960-53bd8b10a905 {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-9821bdc1-d037-4c0b-a7c7-48a995722a0e {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 8px;
padding-left: 0px;
padding-bottom: 8px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-9821bdc1-d037-4c0b-a7c7-48a995722a0e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9821bdc1-d037-4c0b-a7c7-48a995722a0e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9821bdc1-d037-4c0b-a7c7-48a995722a0e-root {
    text-align: center;
  }


#s-9821bdc1-d037-4c0b-a7c7-48a995722a0e.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-9821bdc1-d037-4c0b-a7c7-48a995722a0e-root {
    text-align: center;
  }


#s-9821bdc1-d037-4c0b-a7c7-48a995722a0e.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9821bdc1-d037-4c0b-a7c7-48a995722a0e-root {
    text-align: center;
  }


#s-9821bdc1-d037-4c0b-a7c7-48a995722a0e.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9821bdc1-d037-4c0b-a7c7-48a995722a0e-root {
    text-align: center;
  }


#s-9821bdc1-d037-4c0b-a7c7-48a995722a0e.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-9821bdc1-d037-4c0b-a7c7-48a995722a0e-root {
    text-align: center;
  }


#s-9821bdc1-d037-4c0b-a7c7-48a995722a0e.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-7602617c-44f4-4593-b736-5834d1d1b301 {
  text-align: center;
}

#s-7602617c-44f4-4593-b736-5834d1d1b301 {
  overflow: hidden;
  
  
}







  #s-7602617c-44f4-4593-b736-5834d1d1b301 img.shogun-image {
    

    
    
    
  }


#s-7602617c-44f4-4593-b736-5834d1d1b301 .shogun-image-content {
  
    justify-content: center;
  
}

#s-1c488b5a-fa02-49e1-bbd2-7f283e095016 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1c488b5a-fa02-49e1-bbd2-7f283e095016 .shg-product-title-component h3 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 14px;
  
  
  
}

#s-cda7bc66-1830-430f-8352-d3f4f0aea7b6 {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-47795c51-22b7-41ad-9cdb-734085f60c06 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 8px;
padding-left: 0px;
padding-bottom: 8px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-47795c51-22b7-41ad-9cdb-734085f60c06:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-47795c51-22b7-41ad-9cdb-734085f60c06:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-47795c51-22b7-41ad-9cdb-734085f60c06-root {
    text-align: center;
  }


#s-47795c51-22b7-41ad-9cdb-734085f60c06.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-47795c51-22b7-41ad-9cdb-734085f60c06-root {
    text-align: center;
  }


#s-47795c51-22b7-41ad-9cdb-734085f60c06.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-47795c51-22b7-41ad-9cdb-734085f60c06-root {
    text-align: center;
  }


#s-47795c51-22b7-41ad-9cdb-734085f60c06.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-47795c51-22b7-41ad-9cdb-734085f60c06-root {
    text-align: center;
  }


#s-47795c51-22b7-41ad-9cdb-734085f60c06.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-47795c51-22b7-41ad-9cdb-734085f60c06-root {
    text-align: center;
  }


#s-47795c51-22b7-41ad-9cdb-734085f60c06.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
@media (min-width: 1200px){#s-50a1893f-bb3c-41d3-b65d-f7d9c2ec460e {
  display: none;
}
#s-50a1893f-bb3c-41d3-b65d-f7d9c2ec460e, #wrap-s-50a1893f-bb3c-41d3-b65d-f7d9c2ec460e, #wrap-content-s-50a1893f-bb3c-41d3-b65d-f7d9c2ec460e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-50a1893f-bb3c-41d3-b65d-f7d9c2ec460e {
  display: none;
}
#s-50a1893f-bb3c-41d3-b65d-f7d9c2ec460e, #wrap-s-50a1893f-bb3c-41d3-b65d-f7d9c2ec460e, #wrap-content-s-50a1893f-bb3c-41d3-b65d-f7d9c2ec460e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-50a1893f-bb3c-41d3-b65d-f7d9c2ec460e {
  display: none;
}
#s-50a1893f-bb3c-41d3-b65d-f7d9c2ec460e, #wrap-s-50a1893f-bb3c-41d3-b65d-f7d9c2ec460e, #wrap-content-s-50a1893f-bb3c-41d3-b65d-f7d9c2ec460e { display: none !important; }}
#s-50a1893f-bb3c-41d3-b65d-f7d9c2ec460e hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 768px) and (max-width: 991px){#s-05869ae6-d7d7-4199-82eb-dbaa28d70853 {
  display: none;
}
#s-05869ae6-d7d7-4199-82eb-dbaa28d70853, #wrap-s-05869ae6-d7d7-4199-82eb-dbaa28d70853, #wrap-content-s-05869ae6-d7d7-4199-82eb-dbaa28d70853 { display: none !important; }}@media (max-width: 767px){#s-05869ae6-d7d7-4199-82eb-dbaa28d70853 {
  display: none;
}
#s-05869ae6-d7d7-4199-82eb-dbaa28d70853, #wrap-s-05869ae6-d7d7-4199-82eb-dbaa28d70853, #wrap-content-s-05869ae6-d7d7-4199-82eb-dbaa28d70853 { display: none !important; }}
#s-05869ae6-d7d7-4199-82eb-dbaa28d70853 hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

@media (min-width: 1200px){#s-75def915-1103-4155-bf5e-037c8e28d2b1 {
  display: none;
}
#s-75def915-1103-4155-bf5e-037c8e28d2b1, #wrap-s-75def915-1103-4155-bf5e-037c8e28d2b1, #wrap-content-s-75def915-1103-4155-bf5e-037c8e28d2b1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-75def915-1103-4155-bf5e-037c8e28d2b1 {
  display: none;
}
#s-75def915-1103-4155-bf5e-037c8e28d2b1, #wrap-s-75def915-1103-4155-bf5e-037c8e28d2b1, #wrap-content-s-75def915-1103-4155-bf5e-037c8e28d2b1 { display: none !important; }}@media (max-width: 767px){#s-75def915-1103-4155-bf5e-037c8e28d2b1 {
  display: none;
}
#s-75def915-1103-4155-bf5e-037c8e28d2b1, #wrap-s-75def915-1103-4155-bf5e-037c8e28d2b1, #wrap-content-s-75def915-1103-4155-bf5e-037c8e28d2b1 { display: none !important; }}
#s-75def915-1103-4155-bf5e-037c8e28d2b1 hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-d5386b68-477f-4672-a1a9-5a57d4514539 {
  overflow: hidden;
  
  
}







  #s-d5386b68-477f-4672-a1a9-5a57d4514539 img.shogun-image {
    

    
    
    
  }


#s-d5386b68-477f-4672-a1a9-5a57d4514539 .shogun-image-content {
  
    justify-content: center;
  
}

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-b50036f0-971f-4135-ae8e-dc90f7bf9554 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-b50036f0-971f-4135-ae8e-dc90f7bf9554 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-b50036f0-971f-4135-ae8e-dc90f7bf9554 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(3, 3, 3, 1);
}

#s-b50036f0-971f-4135-ae8e-dc90f7bf9554 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-b50036f0-971f-4135-ae8e-dc90f7bf9554 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(3, 3, 3, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: 600;
  
  font-size: 18px;
}

#s-b50036f0-971f-4135-ae8e-dc90f7bf9554 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

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

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

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

/* <-- User Content Animations */

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

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

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