.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-31bdef3d-e047-446f-b8d4-3fcd46e21c5d {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 600px;
}
@media (min-width: 768px) and (max-width: 991px){#s-31bdef3d-e047-446f-b8d4-3fcd46e21c5d {
  display: none;
}
#s-31bdef3d-e047-446f-b8d4-3fcd46e21c5d, #wrap-s-31bdef3d-e047-446f-b8d4-3fcd46e21c5d, #wrap-content-s-31bdef3d-e047-446f-b8d4-3fcd46e21c5d { display: none !important; }}@media (max-width: 767px){#s-31bdef3d-e047-446f-b8d4-3fcd46e21c5d {
  display: none;
}
#s-31bdef3d-e047-446f-b8d4-3fcd46e21c5d, #wrap-s-31bdef3d-e047-446f-b8d4-3fcd46e21c5d, #wrap-content-s-31bdef3d-e047-446f-b8d4-3fcd46e21c5d { display: none !important; }}
#s-31bdef3d-e047-446f-b8d4-3fcd46e21c5d .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-31bdef3d-e047-446f-b8d4-3fcd46e21c5d .shg-sld-nav-button.shg-sld-left,
#s-31bdef3d-e047-446f-b8d4-3fcd46e21c5d .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-cff61770-8ff9-421d-b1ce-02eb3854a31d {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}

#s-cff61770-8ff9-421d-b1ce-02eb3854a31d {
  background-image: url(https://i.shgcdn.com/432808f4-32a3-4f19-b768-1381a2567125/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-cff61770-8ff9-421d-b1ce-02eb3854a31d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cff61770-8ff9-421d-b1ce-02eb3854a31d.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-432ee1a7-6d7a-41a0-9e60-fc14d1f0497e {
  margin-top: 80px;
margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-432ee1a7-6d7a-41a0-9e60-fc14d1f0497e {
  display: none;
}
#s-432ee1a7-6d7a-41a0-9e60-fc14d1f0497e, #wrap-s-432ee1a7-6d7a-41a0-9e60-fc14d1f0497e, #wrap-content-s-432ee1a7-6d7a-41a0-9e60-fc14d1f0497e { display: none !important; }}@media (max-width: 767px){#s-432ee1a7-6d7a-41a0-9e60-fc14d1f0497e {
  display: none;
}
#s-432ee1a7-6d7a-41a0-9e60-fc14d1f0497e, #wrap-s-432ee1a7-6d7a-41a0-9e60-fc14d1f0497e, #wrap-content-s-432ee1a7-6d7a-41a0-9e60-fc14d1f0497e { display: none !important; }}
@media (min-width: 0px) {
[id="s-432ee1a7-6d7a-41a0-9e60-fc14d1f0497e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-432ee1a7-6d7a-41a0-9e60-fc14d1f0497e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-432ee1a7-6d7a-41a0-9e60-fc14d1f0497e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-432ee1a7-6d7a-41a0-9e60-fc14d1f0497e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-text-content *:first-child {
  margin-top: 0;
}

.shg-default-text-content {
  text-align: left;
}

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  
  
  
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  
  
  
}

.shg-theme-text-content p {
  
  
  
}

#s-e6d031d9-6a10-4263-8f35-da5e36daed6a {
  margin-top: 0px;
margin-right: 15%;
}
@media (max-width: 767px){#s-e6d031d9-6a10-4263-8f35-da5e36daed6a {
  display: none;
}
#s-e6d031d9-6a10-4263-8f35-da5e36daed6a, #wrap-s-e6d031d9-6a10-4263-8f35-da5e36daed6a, #wrap-content-s-e6d031d9-6a10-4263-8f35-da5e36daed6a { display: none !important; }}
#s-73509e11-1b1f-4e34-90aa-7a47049c96ae {
  margin-top: 0px;
margin-bottom: 40px;
}
@media (max-width: 767px){#s-73509e11-1b1f-4e34-90aa-7a47049c96ae {
  display: none;
}
#s-73509e11-1b1f-4e34-90aa-7a47049c96ae, #wrap-s-73509e11-1b1f-4e34-90aa-7a47049c96ae, #wrap-content-s-73509e11-1b1f-4e34-90aa-7a47049c96ae { 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-bcdaebff-22af-4893-8a20-970e7eb46078 {
  margin-top: 300px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
background-color: rgba(23, 22, 23, 0.5);
text-align: center;
text-decoration: none;
}
#s-bcdaebff-22af-4893-8a20-970e7eb46078:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bcdaebff-22af-4893-8a20-970e7eb46078:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-bcdaebff-22af-4893-8a20-970e7eb46078 {
  display: none;
}
#s-bcdaebff-22af-4893-8a20-970e7eb46078, #wrap-s-bcdaebff-22af-4893-8a20-970e7eb46078, #wrap-content-s-bcdaebff-22af-4893-8a20-970e7eb46078 { display: none !important; }}

  #s-bcdaebff-22af-4893-8a20-970e7eb46078-root {
    text-align: center;
  }


#s-bcdaebff-22af-4893-8a20-970e7eb46078.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bcdaebff-22af-4893-8a20-970e7eb46078-root {
    text-align: center;
  }


#s-bcdaebff-22af-4893-8a20-970e7eb46078.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bcdaebff-22af-4893-8a20-970e7eb46078-root {
    text-align: center;
  }


#s-bcdaebff-22af-4893-8a20-970e7eb46078.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bcdaebff-22af-4893-8a20-970e7eb46078-root {
    text-align: center;
  }


#s-bcdaebff-22af-4893-8a20-970e7eb46078.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bcdaebff-22af-4893-8a20-970e7eb46078-root {
    text-align: center;
  }


#s-bcdaebff-22af-4893-8a20-970e7eb46078.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-c61db5c3-18c5-470b-8f7e-0b175faa7cbe {
  margin-top: 80px;
margin-bottom: 0px;
}
@media (min-width: 1200px){#s-c61db5c3-18c5-470b-8f7e-0b175faa7cbe {
  display: none;
}
#s-c61db5c3-18c5-470b-8f7e-0b175faa7cbe, #wrap-s-c61db5c3-18c5-470b-8f7e-0b175faa7cbe, #wrap-content-s-c61db5c3-18c5-470b-8f7e-0b175faa7cbe { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c61db5c3-18c5-470b-8f7e-0b175faa7cbe {
  display: none;
}
#s-c61db5c3-18c5-470b-8f7e-0b175faa7cbe, #wrap-s-c61db5c3-18c5-470b-8f7e-0b175faa7cbe, #wrap-content-s-c61db5c3-18c5-470b-8f7e-0b175faa7cbe { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c61db5c3-18c5-470b-8f7e-0b175faa7cbe {
  
}
}@media (max-width: 767px){#s-c61db5c3-18c5-470b-8f7e-0b175faa7cbe {
  display: none;
}
#s-c61db5c3-18c5-470b-8f7e-0b175faa7cbe, #wrap-s-c61db5c3-18c5-470b-8f7e-0b175faa7cbe, #wrap-content-s-c61db5c3-18c5-470b-8f7e-0b175faa7cbe { display: none !important; }}
@media (min-width: 0px) {
[id="s-c61db5c3-18c5-470b-8f7e-0b175faa7cbe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c61db5c3-18c5-470b-8f7e-0b175faa7cbe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c61db5c3-18c5-470b-8f7e-0b175faa7cbe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c61db5c3-18c5-470b-8f7e-0b175faa7cbe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2047e54a-ec3a-4968-9293-3892cc760163 {
  margin-top: 0px;
margin-right: 0%;
}
@media (max-width: 767px){#s-2047e54a-ec3a-4968-9293-3892cc760163 {
  
}
}
#s-4bd4186f-0e8f-4b95-ad9c-be8897480f43 {
  margin-top: 0px;
margin-bottom: 40px;
}
@media (max-width: 767px){#s-4bd4186f-0e8f-4b95-ad9c-be8897480f43 {
  
}
}
#s-d5b6b21a-3883-438d-aff9-2f9e90ee3221 {
  margin-top: 25px;
margin-bottom: 5px;
margin-right: 0%;
}
@media (min-width: 1200px){#s-d5b6b21a-3883-438d-aff9-2f9e90ee3221 {
  display: none;
}
#s-d5b6b21a-3883-438d-aff9-2f9e90ee3221, #wrap-s-d5b6b21a-3883-438d-aff9-2f9e90ee3221, #wrap-content-s-d5b6b21a-3883-438d-aff9-2f9e90ee3221 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d5b6b21a-3883-438d-aff9-2f9e90ee3221 {
  display: none;
}
#s-d5b6b21a-3883-438d-aff9-2f9e90ee3221, #wrap-s-d5b6b21a-3883-438d-aff9-2f9e90ee3221, #wrap-content-s-d5b6b21a-3883-438d-aff9-2f9e90ee3221 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d5b6b21a-3883-438d-aff9-2f9e90ee3221 {
  display: none;
}
#s-d5b6b21a-3883-438d-aff9-2f9e90ee3221, #wrap-s-d5b6b21a-3883-438d-aff9-2f9e90ee3221, #wrap-content-s-d5b6b21a-3883-438d-aff9-2f9e90ee3221 { display: none !important; }}@media (max-width: 767px){#s-d5b6b21a-3883-438d-aff9-2f9e90ee3221 {
  
}
}
#s-d10ac802-3384-42e2-8a62-c4285af35bad {
  margin-top: 320px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
background-color: rgba(23, 22, 23, 0.5);
text-align: center;
text-decoration: none;
}
#s-d10ac802-3384-42e2-8a62-c4285af35bad:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d10ac802-3384-42e2-8a62-c4285af35bad:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-d10ac802-3384-42e2-8a62-c4285af35bad {
  display: none;
}
#s-d10ac802-3384-42e2-8a62-c4285af35bad, #wrap-s-d10ac802-3384-42e2-8a62-c4285af35bad, #wrap-content-s-d10ac802-3384-42e2-8a62-c4285af35bad { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d10ac802-3384-42e2-8a62-c4285af35bad {
  display: none;
}
#s-d10ac802-3384-42e2-8a62-c4285af35bad, #wrap-s-d10ac802-3384-42e2-8a62-c4285af35bad, #wrap-content-s-d10ac802-3384-42e2-8a62-c4285af35bad { display: none !important; }}@media (max-width: 767px){#s-d10ac802-3384-42e2-8a62-c4285af35bad {
  display: none;
}
#s-d10ac802-3384-42e2-8a62-c4285af35bad, #wrap-s-d10ac802-3384-42e2-8a62-c4285af35bad, #wrap-content-s-d10ac802-3384-42e2-8a62-c4285af35bad { display: none !important; }}

  #s-d10ac802-3384-42e2-8a62-c4285af35bad-root {
    text-align: center;
  }


#s-d10ac802-3384-42e2-8a62-c4285af35bad.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d10ac802-3384-42e2-8a62-c4285af35bad-root {
    text-align: center;
  }


#s-d10ac802-3384-42e2-8a62-c4285af35bad.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d10ac802-3384-42e2-8a62-c4285af35bad-root {
    text-align: center;
  }


#s-d10ac802-3384-42e2-8a62-c4285af35bad.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d10ac802-3384-42e2-8a62-c4285af35bad-root {
    text-align: center;
  }


#s-d10ac802-3384-42e2-8a62-c4285af35bad.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d10ac802-3384-42e2-8a62-c4285af35bad-root {
    text-align: center;
  }


#s-d10ac802-3384-42e2-8a62-c4285af35bad.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-002b7197-d0ac-4a76-9527-4f88f5378c95 {
  margin-top: 410px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
background-color: rgba(23, 22, 23, 0.5);
text-align: center;
text-decoration: none;
}
#s-002b7197-d0ac-4a76-9527-4f88f5378c95:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-002b7197-d0ac-4a76-9527-4f88f5378c95:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-002b7197-d0ac-4a76-9527-4f88f5378c95 {
  display: none;
}
#s-002b7197-d0ac-4a76-9527-4f88f5378c95, #wrap-s-002b7197-d0ac-4a76-9527-4f88f5378c95, #wrap-content-s-002b7197-d0ac-4a76-9527-4f88f5378c95 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-002b7197-d0ac-4a76-9527-4f88f5378c95 {
  display: none;
}
#s-002b7197-d0ac-4a76-9527-4f88f5378c95, #wrap-s-002b7197-d0ac-4a76-9527-4f88f5378c95, #wrap-content-s-002b7197-d0ac-4a76-9527-4f88f5378c95 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-002b7197-d0ac-4a76-9527-4f88f5378c95 {
  display: none;
}
#s-002b7197-d0ac-4a76-9527-4f88f5378c95, #wrap-s-002b7197-d0ac-4a76-9527-4f88f5378c95, #wrap-content-s-002b7197-d0ac-4a76-9527-4f88f5378c95 { display: none !important; }}@media (max-width: 767px){#s-002b7197-d0ac-4a76-9527-4f88f5378c95 {
  
}
}

  #s-002b7197-d0ac-4a76-9527-4f88f5378c95-root {
    text-align: center;
  }


#s-002b7197-d0ac-4a76-9527-4f88f5378c95.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-002b7197-d0ac-4a76-9527-4f88f5378c95-root {
    text-align: center;
  }


#s-002b7197-d0ac-4a76-9527-4f88f5378c95.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-002b7197-d0ac-4a76-9527-4f88f5378c95-root {
    text-align: center;
  }


#s-002b7197-d0ac-4a76-9527-4f88f5378c95.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-002b7197-d0ac-4a76-9527-4f88f5378c95-root {
    text-align: center;
  }


#s-002b7197-d0ac-4a76-9527-4f88f5378c95.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-002b7197-d0ac-4a76-9527-4f88f5378c95-root {
    text-align: center;
  }


#s-002b7197-d0ac-4a76-9527-4f88f5378c95.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-307a4e21-cd0a-4726-bd65-d0029592bcbb {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}

#s-307a4e21-cd0a-4726-bd65-d0029592bcbb {
  background-image: url(https://i.shgcdn.com/34a9baca-b8b2-4e1c-bec9-d9f775284a6a/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-307a4e21-cd0a-4726-bd65-d0029592bcbb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-307a4e21-cd0a-4726-bd65-d0029592bcbb.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a555e29c-4542-4d49-91af-74a7e1f6a9a0 {
  margin-top: 80px;
margin-bottom: 20px;
}
@media (min-width: 1200px){#s-a555e29c-4542-4d49-91af-74a7e1f6a9a0 {
  display: none;
}
#s-a555e29c-4542-4d49-91af-74a7e1f6a9a0, #wrap-s-a555e29c-4542-4d49-91af-74a7e1f6a9a0, #wrap-content-s-a555e29c-4542-4d49-91af-74a7e1f6a9a0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a555e29c-4542-4d49-91af-74a7e1f6a9a0 {
  display: none;
}
#s-a555e29c-4542-4d49-91af-74a7e1f6a9a0, #wrap-s-a555e29c-4542-4d49-91af-74a7e1f6a9a0, #wrap-content-s-a555e29c-4542-4d49-91af-74a7e1f6a9a0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a555e29c-4542-4d49-91af-74a7e1f6a9a0 {
  display: none;
}
#s-a555e29c-4542-4d49-91af-74a7e1f6a9a0, #wrap-s-a555e29c-4542-4d49-91af-74a7e1f6a9a0, #wrap-content-s-a555e29c-4542-4d49-91af-74a7e1f6a9a0 { display: none !important; }}
#s-d0524915-9fb0-45f4-946e-240900f2e1a2 {
  margin-top: 340px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
background-color: rgba(23, 22, 23, 0.5);
text-align: center;
text-decoration: none;
}
#s-d0524915-9fb0-45f4-946e-240900f2e1a2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d0524915-9fb0-45f4-946e-240900f2e1a2:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-d0524915-9fb0-45f4-946e-240900f2e1a2 {
  display: none;
}
#s-d0524915-9fb0-45f4-946e-240900f2e1a2, #wrap-s-d0524915-9fb0-45f4-946e-240900f2e1a2, #wrap-content-s-d0524915-9fb0-45f4-946e-240900f2e1a2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d0524915-9fb0-45f4-946e-240900f2e1a2 {
  display: none;
}
#s-d0524915-9fb0-45f4-946e-240900f2e1a2, #wrap-s-d0524915-9fb0-45f4-946e-240900f2e1a2, #wrap-content-s-d0524915-9fb0-45f4-946e-240900f2e1a2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d0524915-9fb0-45f4-946e-240900f2e1a2 {
  display: none;
}
#s-d0524915-9fb0-45f4-946e-240900f2e1a2, #wrap-s-d0524915-9fb0-45f4-946e-240900f2e1a2, #wrap-content-s-d0524915-9fb0-45f4-946e-240900f2e1a2 { display: none !important; }}

  #s-d0524915-9fb0-45f4-946e-240900f2e1a2-root {
    text-align: center;
  }


#s-d0524915-9fb0-45f4-946e-240900f2e1a2.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d0524915-9fb0-45f4-946e-240900f2e1a2-root {
    text-align: center;
  }


#s-d0524915-9fb0-45f4-946e-240900f2e1a2.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d0524915-9fb0-45f4-946e-240900f2e1a2-root {
    text-align: center;
  }


#s-d0524915-9fb0-45f4-946e-240900f2e1a2.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d0524915-9fb0-45f4-946e-240900f2e1a2-root {
    text-align: center;
  }


#s-d0524915-9fb0-45f4-946e-240900f2e1a2.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d0524915-9fb0-45f4-946e-240900f2e1a2-root {
    text-align: center;
  }


#s-d0524915-9fb0-45f4-946e-240900f2e1a2.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-e176e40e-89d1-4905-b30f-50fd9ae58a00 {
  margin-top: 100px;
margin-bottom: 100px;
}
@media (min-width: 1200px){#s-e176e40e-89d1-4905-b30f-50fd9ae58a00 {
  display: none;
}
#s-e176e40e-89d1-4905-b30f-50fd9ae58a00, #wrap-s-e176e40e-89d1-4905-b30f-50fd9ae58a00, #wrap-content-s-e176e40e-89d1-4905-b30f-50fd9ae58a00 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e176e40e-89d1-4905-b30f-50fd9ae58a00 {
  display: none;
}
#s-e176e40e-89d1-4905-b30f-50fd9ae58a00, #wrap-s-e176e40e-89d1-4905-b30f-50fd9ae58a00, #wrap-content-s-e176e40e-89d1-4905-b30f-50fd9ae58a00 { display: none !important; }}@media (max-width: 767px){#s-e176e40e-89d1-4905-b30f-50fd9ae58a00 {
  display: none;
}
#s-e176e40e-89d1-4905-b30f-50fd9ae58a00, #wrap-s-e176e40e-89d1-4905-b30f-50fd9ae58a00, #wrap-content-s-e176e40e-89d1-4905-b30f-50fd9ae58a00 { display: none !important; }}
@media (min-width: 0px) {
[id="s-e176e40e-89d1-4905-b30f-50fd9ae58a00"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e176e40e-89d1-4905-b30f-50fd9ae58a00"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e176e40e-89d1-4905-b30f-50fd9ae58a00"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e176e40e-89d1-4905-b30f-50fd9ae58a00"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-409420de-ff5c-4861-bc9c-3e18bcf43e6d {
  margin-top: 0px;
}
@media (max-width: 767px){#s-409420de-ff5c-4861-bc9c-3e18bcf43e6d {
  display: none;
}
#s-409420de-ff5c-4861-bc9c-3e18bcf43e6d, #wrap-s-409420de-ff5c-4861-bc9c-3e18bcf43e6d, #wrap-content-s-409420de-ff5c-4861-bc9c-3e18bcf43e6d { display: none !important; }}
#s-d0c5c194-4bf9-4374-9aad-7ecb7624e7e3 {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-d0c5c194-4bf9-4374-9aad-7ecb7624e7e3 {
  display: none;
}
#s-d0c5c194-4bf9-4374-9aad-7ecb7624e7e3, #wrap-s-d0c5c194-4bf9-4374-9aad-7ecb7624e7e3, #wrap-content-s-d0c5c194-4bf9-4374-9aad-7ecb7624e7e3 { display: none !important; }}
#s-6a6eaac8-d6a8-4c93-8292-723760dcaeb3 {
  margin-top: 100px;
margin-bottom: 100px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6a6eaac8-d6a8-4c93-8292-723760dcaeb3 {
  display: none;
}
#s-6a6eaac8-d6a8-4c93-8292-723760dcaeb3, #wrap-s-6a6eaac8-d6a8-4c93-8292-723760dcaeb3, #wrap-content-s-6a6eaac8-d6a8-4c93-8292-723760dcaeb3 { display: none !important; }}@media (max-width: 767px){#s-6a6eaac8-d6a8-4c93-8292-723760dcaeb3 {
  display: none;
}
#s-6a6eaac8-d6a8-4c93-8292-723760dcaeb3, #wrap-s-6a6eaac8-d6a8-4c93-8292-723760dcaeb3, #wrap-content-s-6a6eaac8-d6a8-4c93-8292-723760dcaeb3 { display: none !important; }}
@media (min-width: 0px) {
[id="s-6a6eaac8-d6a8-4c93-8292-723760dcaeb3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6a6eaac8-d6a8-4c93-8292-723760dcaeb3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6a6eaac8-d6a8-4c93-8292-723760dcaeb3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6a6eaac8-d6a8-4c93-8292-723760dcaeb3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-75e4c50d-9878-49f1-a551-8324d0efb841 {
  margin-top: 0px;
}
@media (max-width: 767px){#s-75e4c50d-9878-49f1-a551-8324d0efb841 {
  display: none;
}
#s-75e4c50d-9878-49f1-a551-8324d0efb841, #wrap-s-75e4c50d-9878-49f1-a551-8324d0efb841, #wrap-content-s-75e4c50d-9878-49f1-a551-8324d0efb841 { display: none !important; }}
#s-acd71a33-a37b-4afd-b9ff-aec603104575 {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-acd71a33-a37b-4afd-b9ff-aec603104575 {
  display: none;
}
#s-acd71a33-a37b-4afd-b9ff-aec603104575, #wrap-s-acd71a33-a37b-4afd-b9ff-aec603104575, #wrap-content-s-acd71a33-a37b-4afd-b9ff-aec603104575 { display: none !important; }}
#s-75d5438e-5077-49ed-9b7e-b6f4dc4acfd7 {
  margin-top: 150px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
background-color: rgba(23, 22, 23, 0.5);
text-align: center;
text-decoration: none;
}
#s-75d5438e-5077-49ed-9b7e-b6f4dc4acfd7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-75d5438e-5077-49ed-9b7e-b6f4dc4acfd7:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-75d5438e-5077-49ed-9b7e-b6f4dc4acfd7 {
  display: none;
}
#s-75d5438e-5077-49ed-9b7e-b6f4dc4acfd7, #wrap-s-75d5438e-5077-49ed-9b7e-b6f4dc4acfd7, #wrap-content-s-75d5438e-5077-49ed-9b7e-b6f4dc4acfd7 { display: none !important; }}

  #s-75d5438e-5077-49ed-9b7e-b6f4dc4acfd7-root {
    text-align: center;
  }


#s-75d5438e-5077-49ed-9b7e-b6f4dc4acfd7.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-75d5438e-5077-49ed-9b7e-b6f4dc4acfd7-root {
    text-align: center;
  }


#s-75d5438e-5077-49ed-9b7e-b6f4dc4acfd7.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-75d5438e-5077-49ed-9b7e-b6f4dc4acfd7-root {
    text-align: center;
  }


#s-75d5438e-5077-49ed-9b7e-b6f4dc4acfd7.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-75d5438e-5077-49ed-9b7e-b6f4dc4acfd7-root {
    text-align: center;
  }


#s-75d5438e-5077-49ed-9b7e-b6f4dc4acfd7.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-75d5438e-5077-49ed-9b7e-b6f4dc4acfd7-root {
    text-align: center;
  }


#s-75d5438e-5077-49ed-9b7e-b6f4dc4acfd7.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-d57566ca-5550-41bb-98bc-30c73b1fde80 {
  margin-top: 240px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
background-color: rgba(23, 22, 23, 0.5);
text-align: center;
text-decoration: none;
}
#s-d57566ca-5550-41bb-98bc-30c73b1fde80:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d57566ca-5550-41bb-98bc-30c73b1fde80:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-d57566ca-5550-41bb-98bc-30c73b1fde80 {
  display: none;
}
#s-d57566ca-5550-41bb-98bc-30c73b1fde80, #wrap-s-d57566ca-5550-41bb-98bc-30c73b1fde80, #wrap-content-s-d57566ca-5550-41bb-98bc-30c73b1fde80 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d57566ca-5550-41bb-98bc-30c73b1fde80 {
  display: none;
}
#s-d57566ca-5550-41bb-98bc-30c73b1fde80, #wrap-s-d57566ca-5550-41bb-98bc-30c73b1fde80, #wrap-content-s-d57566ca-5550-41bb-98bc-30c73b1fde80 { display: none !important; }}@media (max-width: 767px){#s-d57566ca-5550-41bb-98bc-30c73b1fde80 {
  display: none;
}
#s-d57566ca-5550-41bb-98bc-30c73b1fde80, #wrap-s-d57566ca-5550-41bb-98bc-30c73b1fde80, #wrap-content-s-d57566ca-5550-41bb-98bc-30c73b1fde80 { display: none !important; }}

  #s-d57566ca-5550-41bb-98bc-30c73b1fde80-root {
    text-align: center;
  }


#s-d57566ca-5550-41bb-98bc-30c73b1fde80.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d57566ca-5550-41bb-98bc-30c73b1fde80-root {
    text-align: center;
  }


#s-d57566ca-5550-41bb-98bc-30c73b1fde80.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d57566ca-5550-41bb-98bc-30c73b1fde80-root {
    text-align: center;
  }


#s-d57566ca-5550-41bb-98bc-30c73b1fde80.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d57566ca-5550-41bb-98bc-30c73b1fde80-root {
    text-align: center;
  }


#s-d57566ca-5550-41bb-98bc-30c73b1fde80.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d57566ca-5550-41bb-98bc-30c73b1fde80-root {
    text-align: center;
  }


#s-d57566ca-5550-41bb-98bc-30c73b1fde80.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-a9396678-3abe-4831-ace3-e19c426c1af1 {
  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-a9396678-3abe-4831-ace3-e19c426c1af1 {
  display: none;
}
#s-a9396678-3abe-4831-ace3-e19c426c1af1, #wrap-s-a9396678-3abe-4831-ace3-e19c426c1af1, #wrap-content-s-a9396678-3abe-4831-ace3-e19c426c1af1 { display: none !important; }}@media (max-width: 767px){#s-a9396678-3abe-4831-ace3-e19c426c1af1 {
  display: none;
}
#s-a9396678-3abe-4831-ace3-e19c426c1af1, #wrap-s-a9396678-3abe-4831-ace3-e19c426c1af1, #wrap-content-s-a9396678-3abe-4831-ace3-e19c426c1af1 { display: none !important; }}
#s-a9396678-3abe-4831-ace3-e19c426c1af1 {
  background-image: url(https://i.shgcdn.com/fa095ffe-d26c-4b69-a6a0-bb83d3567371/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-a9396678-3abe-4831-ace3-e19c426c1af1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a9396678-3abe-4831-ace3-e19c426c1af1.shg-box.shg-c {
  justify-content: flex-start;
}

#s-72b47053-2fe9-45ff-a02b-1bce8cc5aa8c {
  margin-top: 100px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-72b47053-2fe9-45ff-a02b-1bce8cc5aa8c {
  display: none;
}
#s-72b47053-2fe9-45ff-a02b-1bce8cc5aa8c, #wrap-s-72b47053-2fe9-45ff-a02b-1bce8cc5aa8c, #wrap-content-s-72b47053-2fe9-45ff-a02b-1bce8cc5aa8c { display: none !important; }}@media (max-width: 767px){#s-72b47053-2fe9-45ff-a02b-1bce8cc5aa8c {
  display: none;
}
#s-72b47053-2fe9-45ff-a02b-1bce8cc5aa8c, #wrap-s-72b47053-2fe9-45ff-a02b-1bce8cc5aa8c, #wrap-content-s-72b47053-2fe9-45ff-a02b-1bce8cc5aa8c { display: none !important; }}
@media (min-width: 0px) {
[id="s-72b47053-2fe9-45ff-a02b-1bce8cc5aa8c"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-72b47053-2fe9-45ff-a02b-1bce8cc5aa8c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-72b47053-2fe9-45ff-a02b-1bce8cc5aa8c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-72b47053-2fe9-45ff-a02b-1bce8cc5aa8c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-72b47053-2fe9-45ff-a02b-1bce8cc5aa8c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-72b47053-2fe9-45ff-a02b-1bce8cc5aa8c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-72b47053-2fe9-45ff-a02b-1bce8cc5aa8c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-72b47053-2fe9-45ff-a02b-1bce8cc5aa8c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-72b47053-2fe9-45ff-a02b-1bce8cc5aa8c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-72b47053-2fe9-45ff-a02b-1bce8cc5aa8c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

#s-74645de4-4473-423c-886d-bb7eedd824ff {
  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-74645de4-4473-423c-886d-bb7eedd824ff {
  display: none;
}
#s-74645de4-4473-423c-886d-bb7eedd824ff, #wrap-s-74645de4-4473-423c-886d-bb7eedd824ff, #wrap-content-s-74645de4-4473-423c-886d-bb7eedd824ff { display: none !important; }}@media (max-width: 767px){#s-74645de4-4473-423c-886d-bb7eedd824ff {
  display: none;
}
#s-74645de4-4473-423c-886d-bb7eedd824ff, #wrap-s-74645de4-4473-423c-886d-bb7eedd824ff, #wrap-content-s-74645de4-4473-423c-886d-bb7eedd824ff { display: none !important; }}
#s-b613e7ce-d5d1-47fb-8ab5-5eb8b7115271 {
  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-b613e7ce-d5d1-47fb-8ab5-5eb8b7115271 {
  display: none;
}
#s-b613e7ce-d5d1-47fb-8ab5-5eb8b7115271, #wrap-s-b613e7ce-d5d1-47fb-8ab5-5eb8b7115271, #wrap-content-s-b613e7ce-d5d1-47fb-8ab5-5eb8b7115271 { display: none !important; }}@media (max-width: 767px){#s-b613e7ce-d5d1-47fb-8ab5-5eb8b7115271 {
  display: none;
}
#s-b613e7ce-d5d1-47fb-8ab5-5eb8b7115271, #wrap-s-b613e7ce-d5d1-47fb-8ab5-5eb8b7115271, #wrap-content-s-b613e7ce-d5d1-47fb-8ab5-5eb8b7115271 { display: none !important; }}
#s-0aad481b-7ded-49ff-a4bc-e2fe20ab8695 {
  margin-top: 120px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
background-color: rgba(23, 22, 23, 0.5);
text-align: center;
text-decoration: none;
}
#s-0aad481b-7ded-49ff-a4bc-e2fe20ab8695:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0aad481b-7ded-49ff-a4bc-e2fe20ab8695:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0aad481b-7ded-49ff-a4bc-e2fe20ab8695-root {
    text-align: center;
  }


#s-0aad481b-7ded-49ff-a4bc-e2fe20ab8695.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0aad481b-7ded-49ff-a4bc-e2fe20ab8695-root {
    text-align: center;
  }


#s-0aad481b-7ded-49ff-a4bc-e2fe20ab8695.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0aad481b-7ded-49ff-a4bc-e2fe20ab8695-root {
    text-align: center;
  }


#s-0aad481b-7ded-49ff-a4bc-e2fe20ab8695.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0aad481b-7ded-49ff-a4bc-e2fe20ab8695-root {
    text-align: center;
  }


#s-0aad481b-7ded-49ff-a4bc-e2fe20ab8695.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0aad481b-7ded-49ff-a4bc-e2fe20ab8695-root {
    text-align: center;
  }


#s-0aad481b-7ded-49ff-a4bc-e2fe20ab8695.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-76405149-51d8-471d-8c03-cf764b6c4f23 {
  margin-top: 100px;
}
@media (min-width: 1200px){#s-76405149-51d8-471d-8c03-cf764b6c4f23 {
  display: none;
}
#s-76405149-51d8-471d-8c03-cf764b6c4f23, #wrap-s-76405149-51d8-471d-8c03-cf764b6c4f23, #wrap-content-s-76405149-51d8-471d-8c03-cf764b6c4f23 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-76405149-51d8-471d-8c03-cf764b6c4f23 {
  display: none;
}
#s-76405149-51d8-471d-8c03-cf764b6c4f23, #wrap-s-76405149-51d8-471d-8c03-cf764b6c4f23, #wrap-content-s-76405149-51d8-471d-8c03-cf764b6c4f23 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-76405149-51d8-471d-8c03-cf764b6c4f23 {
  
}
}@media (max-width: 767px){#s-76405149-51d8-471d-8c03-cf764b6c4f23 {
  display: none;
}
#s-76405149-51d8-471d-8c03-cf764b6c4f23, #wrap-s-76405149-51d8-471d-8c03-cf764b6c4f23, #wrap-content-s-76405149-51d8-471d-8c03-cf764b6c4f23 { display: none !important; }}
@media (min-width: 0px) {
[id="s-76405149-51d8-471d-8c03-cf764b6c4f23"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-76405149-51d8-471d-8c03-cf764b6c4f23"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-76405149-51d8-471d-8c03-cf764b6c4f23"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-76405149-51d8-471d-8c03-cf764b6c4f23"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-76405149-51d8-471d-8c03-cf764b6c4f23"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-76405149-51d8-471d-8c03-cf764b6c4f23"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-76405149-51d8-471d-8c03-cf764b6c4f23"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-61f6644c-58c7-44b4-8f8c-debb85ce63ec {
  margin-top: 10px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
padding-top: 15px;
padding-left: 10px;
padding-bottom: 15px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(37, 29, 29, 0.5);
}
@media (min-width: 1200px){#s-61f6644c-58c7-44b4-8f8c-debb85ce63ec {
  display: none;
}
#s-61f6644c-58c7-44b4-8f8c-debb85ce63ec, #wrap-s-61f6644c-58c7-44b4-8f8c-debb85ce63ec, #wrap-content-s-61f6644c-58c7-44b4-8f8c-debb85ce63ec { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-61f6644c-58c7-44b4-8f8c-debb85ce63ec {
  display: none;
}
#s-61f6644c-58c7-44b4-8f8c-debb85ce63ec, #wrap-s-61f6644c-58c7-44b4-8f8c-debb85ce63ec, #wrap-content-s-61f6644c-58c7-44b4-8f8c-debb85ce63ec { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-61f6644c-58c7-44b4-8f8c-debb85ce63ec {
  
}
}@media (max-width: 767px){#s-61f6644c-58c7-44b4-8f8c-debb85ce63ec {
  
}
}
#s-18eaddb2-e6b7-4e8d-be47-0f728854057d {
  margin-top: 100px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
padding-top: 15px;
padding-left: 10px;
padding-bottom: 15px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(37, 29, 29, 0.5);
}
@media (min-width: 1200px){#s-18eaddb2-e6b7-4e8d-be47-0f728854057d {
  display: none;
}
#s-18eaddb2-e6b7-4e8d-be47-0f728854057d, #wrap-s-18eaddb2-e6b7-4e8d-be47-0f728854057d, #wrap-content-s-18eaddb2-e6b7-4e8d-be47-0f728854057d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-18eaddb2-e6b7-4e8d-be47-0f728854057d {
  display: none;
}
#s-18eaddb2-e6b7-4e8d-be47-0f728854057d, #wrap-s-18eaddb2-e6b7-4e8d-be47-0f728854057d, #wrap-content-s-18eaddb2-e6b7-4e8d-be47-0f728854057d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-18eaddb2-e6b7-4e8d-be47-0f728854057d {
  display: none;
}
#s-18eaddb2-e6b7-4e8d-be47-0f728854057d, #wrap-s-18eaddb2-e6b7-4e8d-be47-0f728854057d, #wrap-content-s-18eaddb2-e6b7-4e8d-be47-0f728854057d { display: none !important; }}@media (max-width: 767px){#s-18eaddb2-e6b7-4e8d-be47-0f728854057d {
  
}
}
#s-dfcb75a9-020c-4533-9fd7-cc130976e92b {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
}
@media (max-width: 767px){#s-dfcb75a9-020c-4533-9fd7-cc130976e92b {
  display: none;
}
#s-dfcb75a9-020c-4533-9fd7-cc130976e92b, #wrap-s-dfcb75a9-020c-4533-9fd7-cc130976e92b, #wrap-content-s-dfcb75a9-020c-4533-9fd7-cc130976e92b { display: none !important; }}
#s-dfcb75a9-020c-4533-9fd7-cc130976e92b {
  background-image: url(https://i.shgcdn.com/a6176e36-4136-4ec4-bf83-c5b4116df8cb/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-dfcb75a9-020c-4533-9fd7-cc130976e92b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dfcb75a9-020c-4533-9fd7-cc130976e92b.shg-box.shg-c {
  justify-content: center;
}

#s-d61c8a02-562f-47f3-b38a-bb5b12289b60 {
  margin-top: 30px;
margin-bottom: 30px;
}
@media (max-width: 767px){#s-d61c8a02-562f-47f3-b38a-bb5b12289b60 {
  display: none;
}
#s-d61c8a02-562f-47f3-b38a-bb5b12289b60, #wrap-s-d61c8a02-562f-47f3-b38a-bb5b12289b60, #wrap-content-s-d61c8a02-562f-47f3-b38a-bb5b12289b60 { display: none !important; }}
@media (min-width: 0px) {
[id="s-d61c8a02-562f-47f3-b38a-bb5b12289b60"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d61c8a02-562f-47f3-b38a-bb5b12289b60"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d61c8a02-562f-47f3-b38a-bb5b12289b60"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d61c8a02-562f-47f3-b38a-bb5b12289b60"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-7d0a9c67-3fea-4350-a190-f4399e879ccb {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (max-width: 767px){#s-c99e7d37-a309-48f3-883d-a47f8c8ae7f7 {
  display: none;
}
#s-c99e7d37-a309-48f3-883d-a47f8c8ae7f7, #wrap-s-c99e7d37-a309-48f3-883d-a47f8c8ae7f7, #wrap-content-s-c99e7d37-a309-48f3-883d-a47f8c8ae7f7 { display: none !important; }}
@media (min-width: 0px) {
[id="s-c99e7d37-a309-48f3-883d-a47f8c8ae7f7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c99e7d37-a309-48f3-883d-a47f8c8ae7f7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c99e7d37-a309-48f3-883d-a47f8c8ae7f7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c99e7d37-a309-48f3-883d-a47f8c8ae7f7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-46ead6e5-54e9-4268-892c-95a9868f8c97 {
  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-46ead6e5-54e9-4268-892c-95a9868f8c97:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-46ead6e5-54e9-4268-892c-95a9868f8c97: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-46ead6e5-54e9-4268-892c-95a9868f8c97-root {
    text-align: center;
  }


#s-46ead6e5-54e9-4268-892c-95a9868f8c97.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-46ead6e5-54e9-4268-892c-95a9868f8c97-root {
    text-align: center;
  }


#s-46ead6e5-54e9-4268-892c-95a9868f8c97.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-46ead6e5-54e9-4268-892c-95a9868f8c97-root {
    text-align: center;
  }


#s-46ead6e5-54e9-4268-892c-95a9868f8c97.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-46ead6e5-54e9-4268-892c-95a9868f8c97-root {
    text-align: center;
  }


#s-46ead6e5-54e9-4268-892c-95a9868f8c97.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-46ead6e5-54e9-4268-892c-95a9868f8c97-root {
    text-align: center;
  }


#s-46ead6e5-54e9-4268-892c-95a9868f8c97.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-1671bba2-236f-431d-ba04-eaff6eeb99d6 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-1671bba2-236f-431d-ba04-eaff6eeb99d6 {
  
}
}@media (max-width: 767px){#s-1671bba2-236f-431d-ba04-eaff6eeb99d6 {
  
}
}
#s-1671bba2-236f-431d-ba04-eaff6eeb99d6 {
  background-image: url(https://i.shgcdn.com/99b0ff2f-d981-4531-98f7-bdeec4493af2/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-1671bba2-236f-431d-ba04-eaff6eeb99d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1671bba2-236f-431d-ba04-eaff6eeb99d6 {
  cursor: pointer;
}#s-1671bba2-236f-431d-ba04-eaff6eeb99d6.shg-box.shg-c {
  justify-content: center;
}

#s-5b4d993b-4e22-4349-b0ec-aa0f5ef014ff {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5b4d993b-4e22-4349-b0ec-aa0f5ef014ff {
  display: none;
}
#s-5b4d993b-4e22-4349-b0ec-aa0f5ef014ff, #wrap-s-5b4d993b-4e22-4349-b0ec-aa0f5ef014ff, #wrap-content-s-5b4d993b-4e22-4349-b0ec-aa0f5ef014ff { display: none !important; }}@media (max-width: 767px){#s-5b4d993b-4e22-4349-b0ec-aa0f5ef014ff {
  display: none;
}
#s-5b4d993b-4e22-4349-b0ec-aa0f5ef014ff, #wrap-s-5b4d993b-4e22-4349-b0ec-aa0f5ef014ff, #wrap-content-s-5b4d993b-4e22-4349-b0ec-aa0f5ef014ff { display: none !important; }}
@media (min-width: 0px) {
[id="s-5b4d993b-4e22-4349-b0ec-aa0f5ef014ff"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-5b4d993b-4e22-4349-b0ec-aa0f5ef014ff"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5b4d993b-4e22-4349-b0ec-aa0f5ef014ff"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5b4d993b-4e22-4349-b0ec-aa0f5ef014ff"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-6d505e7a-791c-46b7-9d68-701ab3413be1 {
  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-6d505e7a-791c-46b7-9d68-701ab3413be1 {
  
}
}@media (max-width: 767px){#s-6d505e7a-791c-46b7-9d68-701ab3413be1 {
  
}
}
#s-68c3f799-65ea-4202-a099-027b89d1b1e6 {
  margin-left: 10px;
margin-bottom: 230px;
margin-right: 10px;
}
@media (min-width: 1200px){#s-68c3f799-65ea-4202-a099-027b89d1b1e6 {
  display: none;
}
#s-68c3f799-65ea-4202-a099-027b89d1b1e6, #wrap-s-68c3f799-65ea-4202-a099-027b89d1b1e6, #wrap-content-s-68c3f799-65ea-4202-a099-027b89d1b1e6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-68c3f799-65ea-4202-a099-027b89d1b1e6 {
  display: none;
}
#s-68c3f799-65ea-4202-a099-027b89d1b1e6, #wrap-s-68c3f799-65ea-4202-a099-027b89d1b1e6, #wrap-content-s-68c3f799-65ea-4202-a099-027b89d1b1e6 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-68c3f799-65ea-4202-a099-027b89d1b1e6 {
  
}
}@media (max-width: 767px){#s-68c3f799-65ea-4202-a099-027b89d1b1e6 {
  display: none;
}
#s-68c3f799-65ea-4202-a099-027b89d1b1e6, #wrap-s-68c3f799-65ea-4202-a099-027b89d1b1e6, #wrap-content-s-68c3f799-65ea-4202-a099-027b89d1b1e6 { display: none !important; }}
@media (min-width: 0px) {
[id="s-68c3f799-65ea-4202-a099-027b89d1b1e6"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-68c3f799-65ea-4202-a099-027b89d1b1e6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-68c3f799-65ea-4202-a099-027b89d1b1e6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-68c3f799-65ea-4202-a099-027b89d1b1e6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-68c3f799-65ea-4202-a099-027b89d1b1e6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-68c3f799-65ea-4202-a099-027b89d1b1e6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-68c3f799-65ea-4202-a099-027b89d1b1e6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-115d6723-d313-447c-a355-b29bd6bf50e5 {
  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-115d6723-d313-447c-a355-b29bd6bf50e5 {
  
}
}@media (max-width: 767px){#s-115d6723-d313-447c-a355-b29bd6bf50e5 {
  
}
}
#s-da9a070c-a134-499d-8ba6-666917d46a57 {
  margin-top: 0px;
margin-left: 50px;
margin-bottom: 240px;
margin-right: 50px;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.5);
}
@media (min-width: 1200px){#s-da9a070c-a134-499d-8ba6-666917d46a57 {
  display: none;
}
#s-da9a070c-a134-499d-8ba6-666917d46a57, #wrap-s-da9a070c-a134-499d-8ba6-666917d46a57, #wrap-content-s-da9a070c-a134-499d-8ba6-666917d46a57 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-da9a070c-a134-499d-8ba6-666917d46a57 {
  display: none;
}
#s-da9a070c-a134-499d-8ba6-666917d46a57, #wrap-s-da9a070c-a134-499d-8ba6-666917d46a57, #wrap-content-s-da9a070c-a134-499d-8ba6-666917d46a57 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-da9a070c-a134-499d-8ba6-666917d46a57 {
  display: none;
}
#s-da9a070c-a134-499d-8ba6-666917d46a57, #wrap-s-da9a070c-a134-499d-8ba6-666917d46a57, #wrap-content-s-da9a070c-a134-499d-8ba6-666917d46a57 { display: none !important; }}@media (max-width: 767px){#s-da9a070c-a134-499d-8ba6-666917d46a57 {
  
}
}
#s-9ac36993-92b4-4334-b216-026236b308dd {
  margin-top: 10px;
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-9ac36993-92b4-4334-b216-026236b308dd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9ac36993-92b4-4334-b216-026236b308dd:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-9ac36993-92b4-4334-b216-026236b308dd {
  display: none;
}
#s-9ac36993-92b4-4334-b216-026236b308dd, #wrap-s-9ac36993-92b4-4334-b216-026236b308dd, #wrap-content-s-9ac36993-92b4-4334-b216-026236b308dd { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9ac36993-92b4-4334-b216-026236b308dd {
  display: none;
}
#s-9ac36993-92b4-4334-b216-026236b308dd, #wrap-s-9ac36993-92b4-4334-b216-026236b308dd, #wrap-content-s-9ac36993-92b4-4334-b216-026236b308dd { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9ac36993-92b4-4334-b216-026236b308dd {
  
}
}@media (max-width: 767px){#s-9ac36993-92b4-4334-b216-026236b308dd {
  
}
}

  #s-9ac36993-92b4-4334-b216-026236b308dd-root {
    text-align: center;
  }


#s-9ac36993-92b4-4334-b216-026236b308dd.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-9ac36993-92b4-4334-b216-026236b308dd-root {
    text-align: center;
  }


#s-9ac36993-92b4-4334-b216-026236b308dd.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-9ac36993-92b4-4334-b216-026236b308dd-root {
    text-align: center;
  }


#s-9ac36993-92b4-4334-b216-026236b308dd.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-9ac36993-92b4-4334-b216-026236b308dd-root {
    text-align: center;
  }


#s-9ac36993-92b4-4334-b216-026236b308dd.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-9ac36993-92b4-4334-b216-026236b308dd-root {
    text-align: center;
  }


#s-9ac36993-92b4-4334-b216-026236b308dd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-65343698-c507-4e32-942b-d25f64a597a8 {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-65343698-c507-4e32-942b-d25f64a597a8 {
  display: none;
}
#s-65343698-c507-4e32-942b-d25f64a597a8, #wrap-s-65343698-c507-4e32-942b-d25f64a597a8, #wrap-content-s-65343698-c507-4e32-942b-d25f64a597a8 { display: none !important; }}@media (max-width: 767px){#s-65343698-c507-4e32-942b-d25f64a597a8 {
  display: none;
}
#s-65343698-c507-4e32-942b-d25f64a597a8, #wrap-s-65343698-c507-4e32-942b-d25f64a597a8, #wrap-content-s-65343698-c507-4e32-942b-d25f64a597a8 { display: none !important; }}
@media (min-width: 0px) {
[id="s-65343698-c507-4e32-942b-d25f64a597a8"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-65343698-c507-4e32-942b-d25f64a597a8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-65343698-c507-4e32-942b-d25f64a597a8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-65343698-c507-4e32-942b-d25f64a597a8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-97735704-e715-4f9b-8029-2ce6251aa9fa {
  margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.7);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
}
#s-97735704-e715-4f9b-8029-2ce6251aa9fa:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-97735704-e715-4f9b-8029-2ce6251aa9fa:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-97735704-e715-4f9b-8029-2ce6251aa9fa {
  
}
}@media (max-width: 767px){#s-97735704-e715-4f9b-8029-2ce6251aa9fa {
  
}
}

  #s-97735704-e715-4f9b-8029-2ce6251aa9fa-root {
    text-align: center;
  }


#s-97735704-e715-4f9b-8029-2ce6251aa9fa.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-97735704-e715-4f9b-8029-2ce6251aa9fa-root {
    text-align: center;
  }


#s-97735704-e715-4f9b-8029-2ce6251aa9fa.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-97735704-e715-4f9b-8029-2ce6251aa9fa-root {
    text-align: center;
  }


#s-97735704-e715-4f9b-8029-2ce6251aa9fa.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-97735704-e715-4f9b-8029-2ce6251aa9fa-root {
    text-align: center;
  }


#s-97735704-e715-4f9b-8029-2ce6251aa9fa.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-97735704-e715-4f9b-8029-2ce6251aa9fa-root {
    text-align: center;
  }


#s-97735704-e715-4f9b-8029-2ce6251aa9fa.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-8aa08867-0d63-4e6a-944d-2d1414e1d3a5 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-8aa08867-0d63-4e6a-944d-2d1414e1d3a5 {
  
}
}@media (max-width: 767px){#s-8aa08867-0d63-4e6a-944d-2d1414e1d3a5 {
  
}
}
#s-8aa08867-0d63-4e6a-944d-2d1414e1d3a5 {
  background-image: url(https://i.shgcdn.com/e785eed7-db6c-447d-b535-9b985c0e1819/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-8aa08867-0d63-4e6a-944d-2d1414e1d3a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8aa08867-0d63-4e6a-944d-2d1414e1d3a5 {
  cursor: pointer;
}#s-8aa08867-0d63-4e6a-944d-2d1414e1d3a5.shg-box.shg-c {
  justify-content: center;
}

#s-96e2236b-ac35-456a-8176-b2817c6ef69f {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-96e2236b-ac35-456a-8176-b2817c6ef69f {
  display: none;
}
#s-96e2236b-ac35-456a-8176-b2817c6ef69f, #wrap-s-96e2236b-ac35-456a-8176-b2817c6ef69f, #wrap-content-s-96e2236b-ac35-456a-8176-b2817c6ef69f { display: none !important; }}@media (max-width: 767px){#s-96e2236b-ac35-456a-8176-b2817c6ef69f {
  display: none;
}
#s-96e2236b-ac35-456a-8176-b2817c6ef69f, #wrap-s-96e2236b-ac35-456a-8176-b2817c6ef69f, #wrap-content-s-96e2236b-ac35-456a-8176-b2817c6ef69f { display: none !important; }}
@media (min-width: 0px) {
[id="s-96e2236b-ac35-456a-8176-b2817c6ef69f"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-96e2236b-ac35-456a-8176-b2817c6ef69f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-96e2236b-ac35-456a-8176-b2817c6ef69f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-96e2236b-ac35-456a-8176-b2817c6ef69f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-a5559486-4b46-4485-a693-6f718325a69b {
  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-a5559486-4b46-4485-a693-6f718325a69b {
  
}
}@media (max-width: 767px){#s-a5559486-4b46-4485-a693-6f718325a69b {
  
}
}
#s-2e0f101a-eed8-48cb-937a-5959c30ff965 {
  margin-top: 20px;
margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 1200px){#s-2e0f101a-eed8-48cb-937a-5959c30ff965 {
  display: none;
}
#s-2e0f101a-eed8-48cb-937a-5959c30ff965, #wrap-s-2e0f101a-eed8-48cb-937a-5959c30ff965, #wrap-content-s-2e0f101a-eed8-48cb-937a-5959c30ff965 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2e0f101a-eed8-48cb-937a-5959c30ff965 {
  display: none;
}
#s-2e0f101a-eed8-48cb-937a-5959c30ff965, #wrap-s-2e0f101a-eed8-48cb-937a-5959c30ff965, #wrap-content-s-2e0f101a-eed8-48cb-937a-5959c30ff965 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2e0f101a-eed8-48cb-937a-5959c30ff965 {
  
}
}@media (max-width: 767px){#s-2e0f101a-eed8-48cb-937a-5959c30ff965 {
  display: none;
}
#s-2e0f101a-eed8-48cb-937a-5959c30ff965, #wrap-s-2e0f101a-eed8-48cb-937a-5959c30ff965, #wrap-content-s-2e0f101a-eed8-48cb-937a-5959c30ff965 { display: none !important; }}
@media (min-width: 0px) {
[id="s-2e0f101a-eed8-48cb-937a-5959c30ff965"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-2e0f101a-eed8-48cb-937a-5959c30ff965"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2e0f101a-eed8-48cb-937a-5959c30ff965"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2e0f101a-eed8-48cb-937a-5959c30ff965"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4be0f7ae-35dd-472d-a44e-3605bd5ce1b0 {
  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-4be0f7ae-35dd-472d-a44e-3605bd5ce1b0 {
  
}
}@media (max-width: 767px){#s-4be0f7ae-35dd-472d-a44e-3605bd5ce1b0 {
  
}
}
#s-1d183308-ed74-4ca2-b68c-5541972c4cc2 {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1d183308-ed74-4ca2-b68c-5541972c4cc2 {
  display: none;
}
#s-1d183308-ed74-4ca2-b68c-5541972c4cc2, #wrap-s-1d183308-ed74-4ca2-b68c-5541972c4cc2, #wrap-content-s-1d183308-ed74-4ca2-b68c-5541972c4cc2 { display: none !important; }}@media (max-width: 767px){#s-1d183308-ed74-4ca2-b68c-5541972c4cc2 {
  display: none;
}
#s-1d183308-ed74-4ca2-b68c-5541972c4cc2, #wrap-s-1d183308-ed74-4ca2-b68c-5541972c4cc2, #wrap-content-s-1d183308-ed74-4ca2-b68c-5541972c4cc2 { display: none !important; }}
@media (min-width: 0px) {
[id="s-1d183308-ed74-4ca2-b68c-5541972c4cc2"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-1d183308-ed74-4ca2-b68c-5541972c4cc2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1d183308-ed74-4ca2-b68c-5541972c4cc2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1d183308-ed74-4ca2-b68c-5541972c4cc2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-e8004378-55bc-4448-98c8-2d45b2b4daba {
  margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.7);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
}
#s-e8004378-55bc-4448-98c8-2d45b2b4daba:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e8004378-55bc-4448-98c8-2d45b2b4daba:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-e8004378-55bc-4448-98c8-2d45b2b4daba {
  
}
}@media (max-width: 767px){#s-e8004378-55bc-4448-98c8-2d45b2b4daba {
  
}
}

  #s-e8004378-55bc-4448-98c8-2d45b2b4daba-root {
    text-align: center;
  }


#s-e8004378-55bc-4448-98c8-2d45b2b4daba.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-e8004378-55bc-4448-98c8-2d45b2b4daba-root {
    text-align: center;
  }


#s-e8004378-55bc-4448-98c8-2d45b2b4daba.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-e8004378-55bc-4448-98c8-2d45b2b4daba-root {
    text-align: center;
  }


#s-e8004378-55bc-4448-98c8-2d45b2b4daba.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-e8004378-55bc-4448-98c8-2d45b2b4daba-root {
    text-align: center;
  }


#s-e8004378-55bc-4448-98c8-2d45b2b4daba.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-e8004378-55bc-4448-98c8-2d45b2b4daba-root {
    text-align: center;
  }


#s-e8004378-55bc-4448-98c8-2d45b2b4daba.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-d3cf1f37-fd04-4adc-8151-ff58554b510f {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 1200px){#s-d3cf1f37-fd04-4adc-8151-ff58554b510f {
  display: none;
}
#s-d3cf1f37-fd04-4adc-8151-ff58554b510f, #wrap-s-d3cf1f37-fd04-4adc-8151-ff58554b510f, #wrap-content-s-d3cf1f37-fd04-4adc-8151-ff58554b510f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d3cf1f37-fd04-4adc-8151-ff58554b510f {
  display: none;
}
#s-d3cf1f37-fd04-4adc-8151-ff58554b510f, #wrap-s-d3cf1f37-fd04-4adc-8151-ff58554b510f, #wrap-content-s-d3cf1f37-fd04-4adc-8151-ff58554b510f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d3cf1f37-fd04-4adc-8151-ff58554b510f {
  
}
}@media (max-width: 767px){#s-d3cf1f37-fd04-4adc-8151-ff58554b510f {
  display: none;
}
#s-d3cf1f37-fd04-4adc-8151-ff58554b510f, #wrap-s-d3cf1f37-fd04-4adc-8151-ff58554b510f, #wrap-content-s-d3cf1f37-fd04-4adc-8151-ff58554b510f { display: none !important; }}
@media (min-width: 0px) {
[id="s-d3cf1f37-fd04-4adc-8151-ff58554b510f"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-d3cf1f37-fd04-4adc-8151-ff58554b510f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d3cf1f37-fd04-4adc-8151-ff58554b510f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d3cf1f37-fd04-4adc-8151-ff58554b510f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b7ddb33a-761a-4d20-9a4e-012bb929a2c7 {
  margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.7);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
}
#s-b7ddb33a-761a-4d20-9a4e-012bb929a2c7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b7ddb33a-761a-4d20-9a4e-012bb929a2c7:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-b7ddb33a-761a-4d20-9a4e-012bb929a2c7 {
  
}
}@media (max-width: 767px){#s-b7ddb33a-761a-4d20-9a4e-012bb929a2c7 {
  
}
}

  #s-b7ddb33a-761a-4d20-9a4e-012bb929a2c7-root {
    text-align: center;
  }


#s-b7ddb33a-761a-4d20-9a4e-012bb929a2c7.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-b7ddb33a-761a-4d20-9a4e-012bb929a2c7-root {
    text-align: center;
  }


#s-b7ddb33a-761a-4d20-9a4e-012bb929a2c7.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-b7ddb33a-761a-4d20-9a4e-012bb929a2c7-root {
    text-align: center;
  }


#s-b7ddb33a-761a-4d20-9a4e-012bb929a2c7.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-b7ddb33a-761a-4d20-9a4e-012bb929a2c7-root {
    text-align: center;
  }


#s-b7ddb33a-761a-4d20-9a4e-012bb929a2c7.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-b7ddb33a-761a-4d20-9a4e-012bb929a2c7-root {
    text-align: center;
  }


#s-b7ddb33a-761a-4d20-9a4e-012bb929a2c7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-ccb6fece-828b-4d69-8c9a-3cbc5beac03c {
  margin-top: 160px;
margin-left: 40px;
margin-right: 40px;
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: 1200px){#s-ccb6fece-828b-4d69-8c9a-3cbc5beac03c {
  display: none;
}
#s-ccb6fece-828b-4d69-8c9a-3cbc5beac03c, #wrap-s-ccb6fece-828b-4d69-8c9a-3cbc5beac03c, #wrap-content-s-ccb6fece-828b-4d69-8c9a-3cbc5beac03c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ccb6fece-828b-4d69-8c9a-3cbc5beac03c {
  display: none;
}
#s-ccb6fece-828b-4d69-8c9a-3cbc5beac03c, #wrap-s-ccb6fece-828b-4d69-8c9a-3cbc5beac03c, #wrap-content-s-ccb6fece-828b-4d69-8c9a-3cbc5beac03c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ccb6fece-828b-4d69-8c9a-3cbc5beac03c {
  display: none;
}
#s-ccb6fece-828b-4d69-8c9a-3cbc5beac03c, #wrap-s-ccb6fece-828b-4d69-8c9a-3cbc5beac03c, #wrap-content-s-ccb6fece-828b-4d69-8c9a-3cbc5beac03c { display: none !important; }}@media (max-width: 767px){#s-ccb6fece-828b-4d69-8c9a-3cbc5beac03c {
  
}
}
#s-1642e9dc-ac82-440c-8926-8366696711dd {
  margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.7);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
}
#s-1642e9dc-ac82-440c-8926-8366696711dd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1642e9dc-ac82-440c-8926-8366696711dd:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-1642e9dc-ac82-440c-8926-8366696711dd {
  display: none;
}
#s-1642e9dc-ac82-440c-8926-8366696711dd, #wrap-s-1642e9dc-ac82-440c-8926-8366696711dd, #wrap-content-s-1642e9dc-ac82-440c-8926-8366696711dd { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1642e9dc-ac82-440c-8926-8366696711dd {
  display: none;
}
#s-1642e9dc-ac82-440c-8926-8366696711dd, #wrap-s-1642e9dc-ac82-440c-8926-8366696711dd, #wrap-content-s-1642e9dc-ac82-440c-8926-8366696711dd { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1642e9dc-ac82-440c-8926-8366696711dd {
  display: none;
}
#s-1642e9dc-ac82-440c-8926-8366696711dd, #wrap-s-1642e9dc-ac82-440c-8926-8366696711dd, #wrap-content-s-1642e9dc-ac82-440c-8926-8366696711dd { display: none !important; }}@media (max-width: 767px){#s-1642e9dc-ac82-440c-8926-8366696711dd {
  
}
}

  #s-1642e9dc-ac82-440c-8926-8366696711dd-root {
    text-align: center;
  }


#s-1642e9dc-ac82-440c-8926-8366696711dd.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-1642e9dc-ac82-440c-8926-8366696711dd-root {
    text-align: center;
  }


#s-1642e9dc-ac82-440c-8926-8366696711dd.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-1642e9dc-ac82-440c-8926-8366696711dd-root {
    text-align: center;
  }


#s-1642e9dc-ac82-440c-8926-8366696711dd.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-1642e9dc-ac82-440c-8926-8366696711dd-root {
    text-align: center;
  }


#s-1642e9dc-ac82-440c-8926-8366696711dd.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-1642e9dc-ac82-440c-8926-8366696711dd-root {
    text-align: center;
  }


#s-1642e9dc-ac82-440c-8926-8366696711dd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-5368526a-46b8-4ff9-be10-4b5c92637cb4 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 768px) and (max-width: 991px){#s-5368526a-46b8-4ff9-be10-4b5c92637cb4 {
  display: none;
}
#s-5368526a-46b8-4ff9-be10-4b5c92637cb4, #wrap-s-5368526a-46b8-4ff9-be10-4b5c92637cb4, #wrap-content-s-5368526a-46b8-4ff9-be10-4b5c92637cb4 { display: none !important; }}@media (max-width: 767px){#s-5368526a-46b8-4ff9-be10-4b5c92637cb4 {
  display: none;
}
#s-5368526a-46b8-4ff9-be10-4b5c92637cb4, #wrap-s-5368526a-46b8-4ff9-be10-4b5c92637cb4, #wrap-content-s-5368526a-46b8-4ff9-be10-4b5c92637cb4 { display: none !important; }}
#s-5368526a-46b8-4ff9-be10-4b5c92637cb4 {
  background-image: url(https://i.shgcdn.com/979baac1-13cb-41b7-95cb-1d00621df19f/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-5368526a-46b8-4ff9-be10-4b5c92637cb4 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
  display: block;
}#s-5368526a-46b8-4ff9-be10-4b5c92637cb4 {
  cursor: pointer;
}#s-5368526a-46b8-4ff9-be10-4b5c92637cb4.shg-box.shg-c {
  justify-content: center;
}

#s-9a94bb6b-6a50-4b51-82e8-d4287f9199a4 {
  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-9a94bb6b-6a50-4b51-82e8-d4287f9199a4 {
  display: none;
}
#s-9a94bb6b-6a50-4b51-82e8-d4287f9199a4, #wrap-s-9a94bb6b-6a50-4b51-82e8-d4287f9199a4, #wrap-content-s-9a94bb6b-6a50-4b51-82e8-d4287f9199a4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9a94bb6b-6a50-4b51-82e8-d4287f9199a4 {
  display: none;
}
#s-9a94bb6b-6a50-4b51-82e8-d4287f9199a4, #wrap-s-9a94bb6b-6a50-4b51-82e8-d4287f9199a4, #wrap-content-s-9a94bb6b-6a50-4b51-82e8-d4287f9199a4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9a94bb6b-6a50-4b51-82e8-d4287f9199a4 {
  
}
}@media (max-width: 767px){#s-9a94bb6b-6a50-4b51-82e8-d4287f9199a4 {
  
}
}
#s-d7414c5f-f07e-4967-af31-f4ffbb47beaa {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d7414c5f-f07e-4967-af31-f4ffbb47beaa {
  display: none;
}
#s-d7414c5f-f07e-4967-af31-f4ffbb47beaa, #wrap-s-d7414c5f-f07e-4967-af31-f4ffbb47beaa, #wrap-content-s-d7414c5f-f07e-4967-af31-f4ffbb47beaa { display: none !important; }}@media (max-width: 767px){#s-d7414c5f-f07e-4967-af31-f4ffbb47beaa {
  display: none;
}
#s-d7414c5f-f07e-4967-af31-f4ffbb47beaa, #wrap-s-d7414c5f-f07e-4967-af31-f4ffbb47beaa, #wrap-content-s-d7414c5f-f07e-4967-af31-f4ffbb47beaa { display: none !important; }}
@media (min-width: 0px) {
[id="s-d7414c5f-f07e-4967-af31-f4ffbb47beaa"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-d7414c5f-f07e-4967-af31-f4ffbb47beaa"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d7414c5f-f07e-4967-af31-f4ffbb47beaa"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d7414c5f-f07e-4967-af31-f4ffbb47beaa"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d7414c5f-f07e-4967-af31-f4ffbb47beaa"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d7414c5f-f07e-4967-af31-f4ffbb47beaa"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d7414c5f-f07e-4967-af31-f4ffbb47beaa"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-6e38e1e6-88cb-4874-b985-0b4c6ef64082 {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
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-6e38e1e6-88cb-4874-b985-0b4c6ef64082 {
  display: none;
}
#s-6e38e1e6-88cb-4874-b985-0b4c6ef64082, #wrap-s-6e38e1e6-88cb-4874-b985-0b4c6ef64082, #wrap-content-s-6e38e1e6-88cb-4874-b985-0b4c6ef64082 { display: none !important; }}@media (max-width: 767px){#s-6e38e1e6-88cb-4874-b985-0b4c6ef64082 {
  display: none;
}
#s-6e38e1e6-88cb-4874-b985-0b4c6ef64082, #wrap-s-6e38e1e6-88cb-4874-b985-0b4c6ef64082, #wrap-content-s-6e38e1e6-88cb-4874-b985-0b4c6ef64082 { display: none !important; }}
#s-fced326c-bb08-419e-9198-2d1114ba3e2a {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
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);
}
@media (min-width: 768px) and (max-width: 991px){#s-fced326c-bb08-419e-9198-2d1114ba3e2a {
  display: none;
}
#s-fced326c-bb08-419e-9198-2d1114ba3e2a, #wrap-s-fced326c-bb08-419e-9198-2d1114ba3e2a, #wrap-content-s-fced326c-bb08-419e-9198-2d1114ba3e2a { display: none !important; }}@media (max-width: 767px){#s-fced326c-bb08-419e-9198-2d1114ba3e2a {
  display: none;
}
#s-fced326c-bb08-419e-9198-2d1114ba3e2a, #wrap-s-fced326c-bb08-419e-9198-2d1114ba3e2a, #wrap-content-s-fced326c-bb08-419e-9198-2d1114ba3e2a { display: none !important; }}
#s-6de0bde4-a8ce-4033-a30d-3046152dbab6 {
  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;
}
#s-6de0bde4-a8ce-4033-a30d-3046152dbab6:hover {background-color: rgba(254, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6de0bde4-a8ce-4033-a30d-3046152dbab6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6de0bde4-a8ce-4033-a30d-3046152dbab6-root {
    text-align: center;
  }


#s-6de0bde4-a8ce-4033-a30d-3046152dbab6.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-6de0bde4-a8ce-4033-a30d-3046152dbab6-root {
    text-align: center;
  }


#s-6de0bde4-a8ce-4033-a30d-3046152dbab6.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-6de0bde4-a8ce-4033-a30d-3046152dbab6-root {
    text-align: center;
  }


#s-6de0bde4-a8ce-4033-a30d-3046152dbab6.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-6de0bde4-a8ce-4033-a30d-3046152dbab6-root {
    text-align: center;
  }


#s-6de0bde4-a8ce-4033-a30d-3046152dbab6.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-6de0bde4-a8ce-4033-a30d-3046152dbab6-root {
    text-align: center;
  }


#s-6de0bde4-a8ce-4033-a30d-3046152dbab6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-f53ac203-3739-4610-ac19-7b80b62b9bee {
  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-f53ac203-3739-4610-ac19-7b80b62b9bee:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f53ac203-3739-4610-ac19-7b80b62b9bee:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-f53ac203-3739-4610-ac19-7b80b62b9bee {
  display: none;
}
#s-f53ac203-3739-4610-ac19-7b80b62b9bee, #wrap-s-f53ac203-3739-4610-ac19-7b80b62b9bee, #wrap-content-s-f53ac203-3739-4610-ac19-7b80b62b9bee { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f53ac203-3739-4610-ac19-7b80b62b9bee {
  display: none;
}
#s-f53ac203-3739-4610-ac19-7b80b62b9bee, #wrap-s-f53ac203-3739-4610-ac19-7b80b62b9bee, #wrap-content-s-f53ac203-3739-4610-ac19-7b80b62b9bee { display: none !important; }}

  #s-f53ac203-3739-4610-ac19-7b80b62b9bee-root {
    text-align: right;
  }


#s-f53ac203-3739-4610-ac19-7b80b62b9bee.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-f53ac203-3739-4610-ac19-7b80b62b9bee-root {
    text-align: right;
  }


#s-f53ac203-3739-4610-ac19-7b80b62b9bee.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-f53ac203-3739-4610-ac19-7b80b62b9bee-root {
    text-align: right;
  }


#s-f53ac203-3739-4610-ac19-7b80b62b9bee.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-f53ac203-3739-4610-ac19-7b80b62b9bee-root {
    text-align: right;
  }


#s-f53ac203-3739-4610-ac19-7b80b62b9bee.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-f53ac203-3739-4610-ac19-7b80b62b9bee-root {
    text-align: right;
  }


#s-f53ac203-3739-4610-ac19-7b80b62b9bee.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-9aab872d-7d4e-4ae1-a1a0-ec3b790c88a1 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: -100px center;
}
@media (min-width: 1200px){#s-9aab872d-7d4e-4ae1-a1a0-ec3b790c88a1 {
  display: none;
}
#s-9aab872d-7d4e-4ae1-a1a0-ec3b790c88a1, #wrap-s-9aab872d-7d4e-4ae1-a1a0-ec3b790c88a1, #wrap-content-s-9aab872d-7d4e-4ae1-a1a0-ec3b790c88a1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9aab872d-7d4e-4ae1-a1a0-ec3b790c88a1 {
  display: none;
}
#s-9aab872d-7d4e-4ae1-a1a0-ec3b790c88a1, #wrap-s-9aab872d-7d4e-4ae1-a1a0-ec3b790c88a1, #wrap-content-s-9aab872d-7d4e-4ae1-a1a0-ec3b790c88a1 { display: none !important; }}
#s-9aab872d-7d4e-4ae1-a1a0-ec3b790c88a1 {
  background-image: url(https://i.shgcdn.com/261fc4d0-2477-4e63-88b4-b9997384f199/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-9aab872d-7d4e-4ae1-a1a0-ec3b790c88a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9aab872d-7d4e-4ae1-a1a0-ec3b790c88a1.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d217c4f1-2170-4864-bee0-c6a1d2368d10 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-d217c4f1-2170-4864-bee0-c6a1d2368d10 {
  display: none;
}
#s-d217c4f1-2170-4864-bee0-c6a1d2368d10, #wrap-s-d217c4f1-2170-4864-bee0-c6a1d2368d10, #wrap-content-s-d217c4f1-2170-4864-bee0-c6a1d2368d10 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d217c4f1-2170-4864-bee0-c6a1d2368d10 {
  display: none;
}
#s-d217c4f1-2170-4864-bee0-c6a1d2368d10, #wrap-s-d217c4f1-2170-4864-bee0-c6a1d2368d10, #wrap-content-s-d217c4f1-2170-4864-bee0-c6a1d2368d10 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d217c4f1-2170-4864-bee0-c6a1d2368d10 {
  
}
}@media (max-width: 767px){#s-d217c4f1-2170-4864-bee0-c6a1d2368d10 {
  display: none;
}
#s-d217c4f1-2170-4864-bee0-c6a1d2368d10, #wrap-s-d217c4f1-2170-4864-bee0-c6a1d2368d10, #wrap-content-s-d217c4f1-2170-4864-bee0-c6a1d2368d10 { display: none !important; }}
@media (min-width: 0px) {
[id="s-d217c4f1-2170-4864-bee0-c6a1d2368d10"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-d217c4f1-2170-4864-bee0-c6a1d2368d10"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d217c4f1-2170-4864-bee0-c6a1d2368d10"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d217c4f1-2170-4864-bee0-c6a1d2368d10"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-9974d38e-c130-49f1-8797-d84365b045bc {
  padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.5);
}
@media (min-width: 1200px){#s-9974d38e-c130-49f1-8797-d84365b045bc {
  display: none;
}
#s-9974d38e-c130-49f1-8797-d84365b045bc, #wrap-s-9974d38e-c130-49f1-8797-d84365b045bc, #wrap-content-s-9974d38e-c130-49f1-8797-d84365b045bc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9974d38e-c130-49f1-8797-d84365b045bc {
  display: none;
}
#s-9974d38e-c130-49f1-8797-d84365b045bc, #wrap-s-9974d38e-c130-49f1-8797-d84365b045bc, #wrap-content-s-9974d38e-c130-49f1-8797-d84365b045bc { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9974d38e-c130-49f1-8797-d84365b045bc {
  
}
}@media (max-width: 767px){#s-9974d38e-c130-49f1-8797-d84365b045bc {
  
}
}
#s-d75ce835-a7cd-43e0-8006-d3d5e50a1638 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-d75ce835-a7cd-43e0-8006-d3d5e50a1638 {
  display: none;
}
#s-d75ce835-a7cd-43e0-8006-d3d5e50a1638, #wrap-s-d75ce835-a7cd-43e0-8006-d3d5e50a1638, #wrap-content-s-d75ce835-a7cd-43e0-8006-d3d5e50a1638 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d75ce835-a7cd-43e0-8006-d3d5e50a1638 {
  display: none;
}
#s-d75ce835-a7cd-43e0-8006-d3d5e50a1638, #wrap-s-d75ce835-a7cd-43e0-8006-d3d5e50a1638, #wrap-content-s-d75ce835-a7cd-43e0-8006-d3d5e50a1638 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d75ce835-a7cd-43e0-8006-d3d5e50a1638 {
  
}
}@media (max-width: 767px){#s-d75ce835-a7cd-43e0-8006-d3d5e50a1638 {
  display: none;
}
#s-d75ce835-a7cd-43e0-8006-d3d5e50a1638, #wrap-s-d75ce835-a7cd-43e0-8006-d3d5e50a1638, #wrap-content-s-d75ce835-a7cd-43e0-8006-d3d5e50a1638 { display: none !important; }}
@media (min-width: 0px) {
[id="s-d75ce835-a7cd-43e0-8006-d3d5e50a1638"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-d75ce835-a7cd-43e0-8006-d3d5e50a1638"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d75ce835-a7cd-43e0-8006-d3d5e50a1638"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d75ce835-a7cd-43e0-8006-d3d5e50a1638"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-8c2bed8d-b47f-4080-ba2c-1de36609d650 {
  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-8c2bed8d-b47f-4080-ba2c-1de36609d650:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8c2bed8d-b47f-4080-ba2c-1de36609d650:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-8c2bed8d-b47f-4080-ba2c-1de36609d650 {
  display: none;
}
#s-8c2bed8d-b47f-4080-ba2c-1de36609d650, #wrap-s-8c2bed8d-b47f-4080-ba2c-1de36609d650, #wrap-content-s-8c2bed8d-b47f-4080-ba2c-1de36609d650 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8c2bed8d-b47f-4080-ba2c-1de36609d650 {
  display: none;
}
#s-8c2bed8d-b47f-4080-ba2c-1de36609d650, #wrap-s-8c2bed8d-b47f-4080-ba2c-1de36609d650, #wrap-content-s-8c2bed8d-b47f-4080-ba2c-1de36609d650 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8c2bed8d-b47f-4080-ba2c-1de36609d650 {
  
}
}@media (max-width: 767px){#s-8c2bed8d-b47f-4080-ba2c-1de36609d650 {
  display: none;
}
#s-8c2bed8d-b47f-4080-ba2c-1de36609d650, #wrap-s-8c2bed8d-b47f-4080-ba2c-1de36609d650, #wrap-content-s-8c2bed8d-b47f-4080-ba2c-1de36609d650 { display: none !important; }}

  #s-8c2bed8d-b47f-4080-ba2c-1de36609d650-root {
    text-align: center;
  }


#s-8c2bed8d-b47f-4080-ba2c-1de36609d650.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-8c2bed8d-b47f-4080-ba2c-1de36609d650-root {
    text-align: center;
  }


#s-8c2bed8d-b47f-4080-ba2c-1de36609d650.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-8c2bed8d-b47f-4080-ba2c-1de36609d650-root {
    text-align: center;
  }


#s-8c2bed8d-b47f-4080-ba2c-1de36609d650.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-8c2bed8d-b47f-4080-ba2c-1de36609d650-root {
    text-align: center;
  }


#s-8c2bed8d-b47f-4080-ba2c-1de36609d650.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-8c2bed8d-b47f-4080-ba2c-1de36609d650-root {
    text-align: center;
  }


#s-8c2bed8d-b47f-4080-ba2c-1de36609d650.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-f3655028-fb5f-4a3d-a0b6-2931eba66983 {
  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-f3655028-fb5f-4a3d-a0b6-2931eba66983: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-f3655028-fb5f-4a3d-a0b6-2931eba66983:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-f3655028-fb5f-4a3d-a0b6-2931eba66983 {
  display: none;
}
#s-f3655028-fb5f-4a3d-a0b6-2931eba66983, #wrap-s-f3655028-fb5f-4a3d-a0b6-2931eba66983, #wrap-content-s-f3655028-fb5f-4a3d-a0b6-2931eba66983 { display: none !important; }}@media (max-width: 767px){#s-f3655028-fb5f-4a3d-a0b6-2931eba66983 {
  display: none;
}
#s-f3655028-fb5f-4a3d-a0b6-2931eba66983, #wrap-s-f3655028-fb5f-4a3d-a0b6-2931eba66983, #wrap-content-s-f3655028-fb5f-4a3d-a0b6-2931eba66983 { display: none !important; }}

  #s-f3655028-fb5f-4a3d-a0b6-2931eba66983-root {
    text-align: center;
  }


#s-f3655028-fb5f-4a3d-a0b6-2931eba66983.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f3655028-fb5f-4a3d-a0b6-2931eba66983-root {
    text-align: center;
  }


#s-f3655028-fb5f-4a3d-a0b6-2931eba66983.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-f3655028-fb5f-4a3d-a0b6-2931eba66983-root {
    text-align: center;
  }


#s-f3655028-fb5f-4a3d-a0b6-2931eba66983.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-f3655028-fb5f-4a3d-a0b6-2931eba66983-root {
    text-align: center;
  }


#s-f3655028-fb5f-4a3d-a0b6-2931eba66983.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f3655028-fb5f-4a3d-a0b6-2931eba66983-root {
    text-align: center;
  }


#s-f3655028-fb5f-4a3d-a0b6-2931eba66983.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-8fd8c8b5-cd51-4fe9-9331-72419c21cf3e {
  margin-top: 10px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.5);
}
@media (min-width: 1200px){#s-8fd8c8b5-cd51-4fe9-9331-72419c21cf3e {
  display: none;
}
#s-8fd8c8b5-cd51-4fe9-9331-72419c21cf3e, #wrap-s-8fd8c8b5-cd51-4fe9-9331-72419c21cf3e, #wrap-content-s-8fd8c8b5-cd51-4fe9-9331-72419c21cf3e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8fd8c8b5-cd51-4fe9-9331-72419c21cf3e {
  display: none;
}
#s-8fd8c8b5-cd51-4fe9-9331-72419c21cf3e, #wrap-s-8fd8c8b5-cd51-4fe9-9331-72419c21cf3e, #wrap-content-s-8fd8c8b5-cd51-4fe9-9331-72419c21cf3e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8fd8c8b5-cd51-4fe9-9331-72419c21cf3e {
  display: none;
}
#s-8fd8c8b5-cd51-4fe9-9331-72419c21cf3e, #wrap-s-8fd8c8b5-cd51-4fe9-9331-72419c21cf3e, #wrap-content-s-8fd8c8b5-cd51-4fe9-9331-72419c21cf3e { display: none !important; }}@media (max-width: 767px){#s-8fd8c8b5-cd51-4fe9-9331-72419c21cf3e {
  
}
}
#s-379a359e-d609-4668-9d4a-8df0297f6df8 {
  margin-top: 280px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.7);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-379a359e-d609-4668-9d4a-8df0297f6df8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-379a359e-d609-4668-9d4a-8df0297f6df8:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-379a359e-d609-4668-9d4a-8df0297f6df8 {
  display: none;
}
#s-379a359e-d609-4668-9d4a-8df0297f6df8, #wrap-s-379a359e-d609-4668-9d4a-8df0297f6df8, #wrap-content-s-379a359e-d609-4668-9d4a-8df0297f6df8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-379a359e-d609-4668-9d4a-8df0297f6df8 {
  display: none;
}
#s-379a359e-d609-4668-9d4a-8df0297f6df8, #wrap-s-379a359e-d609-4668-9d4a-8df0297f6df8, #wrap-content-s-379a359e-d609-4668-9d4a-8df0297f6df8 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-379a359e-d609-4668-9d4a-8df0297f6df8 {
  display: none;
}
#s-379a359e-d609-4668-9d4a-8df0297f6df8, #wrap-s-379a359e-d609-4668-9d4a-8df0297f6df8, #wrap-content-s-379a359e-d609-4668-9d4a-8df0297f6df8 { display: none !important; }}@media (max-width: 767px){#s-379a359e-d609-4668-9d4a-8df0297f6df8 {
  
}
}

  #s-379a359e-d609-4668-9d4a-8df0297f6df8-root {
    text-align: center;
  }


#s-379a359e-d609-4668-9d4a-8df0297f6df8.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-379a359e-d609-4668-9d4a-8df0297f6df8-root {
    text-align: center;
  }


#s-379a359e-d609-4668-9d4a-8df0297f6df8.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-379a359e-d609-4668-9d4a-8df0297f6df8-root {
    text-align: center;
  }


#s-379a359e-d609-4668-9d4a-8df0297f6df8.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-379a359e-d609-4668-9d4a-8df0297f6df8-root {
    text-align: center;
  }


#s-379a359e-d609-4668-9d4a-8df0297f6df8.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-379a359e-d609-4668-9d4a-8df0297f6df8-root {
    text-align: center;
  }


#s-379a359e-d609-4668-9d4a-8df0297f6df8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-1c5fed37-9047-4edf-980f-67bc0ceacb5e {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}

#s-1c5fed37-9047-4edf-980f-67bc0ceacb5e {
  background-image: url(https://i.shgcdn.com/8e119c04-00f2-4bf9-84e6-e4e8c78e37e2/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-1c5fed37-9047-4edf-980f-67bc0ceacb5e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1c5fed37-9047-4edf-980f-67bc0ceacb5e.shg-box.shg-c {
  justify-content: flex-start;
}

#s-3cd8134d-7f15-4dc4-ab04-630a522f5b79 {
  margin-top: 100px;
margin-left: 10px;
margin-bottom: 260px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3cd8134d-7f15-4dc4-ab04-630a522f5b79 {
  display: none;
}
#s-3cd8134d-7f15-4dc4-ab04-630a522f5b79, #wrap-s-3cd8134d-7f15-4dc4-ab04-630a522f5b79, #wrap-content-s-3cd8134d-7f15-4dc4-ab04-630a522f5b79 { display: none !important; }}@media (max-width: 767px){#s-3cd8134d-7f15-4dc4-ab04-630a522f5b79 {
  display: none;
}
#s-3cd8134d-7f15-4dc4-ab04-630a522f5b79, #wrap-s-3cd8134d-7f15-4dc4-ab04-630a522f5b79, #wrap-content-s-3cd8134d-7f15-4dc4-ab04-630a522f5b79 { display: none !important; }}
@media (min-width: 0px) {
[id="s-3cd8134d-7f15-4dc4-ab04-630a522f5b79"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3cd8134d-7f15-4dc4-ab04-630a522f5b79"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3cd8134d-7f15-4dc4-ab04-630a522f5b79"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3cd8134d-7f15-4dc4-ab04-630a522f5b79"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-3a501707-4b43-4d1a-add0-1f35a72f7780 {
  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: 768px) and (max-width: 991px){#s-3a501707-4b43-4d1a-add0-1f35a72f7780 {
  display: none;
}
#s-3a501707-4b43-4d1a-add0-1f35a72f7780, #wrap-s-3a501707-4b43-4d1a-add0-1f35a72f7780, #wrap-content-s-3a501707-4b43-4d1a-add0-1f35a72f7780 { display: none !important; }}@media (max-width: 767px){#s-3a501707-4b43-4d1a-add0-1f35a72f7780 {
  display: none;
}
#s-3a501707-4b43-4d1a-add0-1f35a72f7780, #wrap-s-3a501707-4b43-4d1a-add0-1f35a72f7780, #wrap-content-s-3a501707-4b43-4d1a-add0-1f35a72f7780 { display: none !important; }}
#s-c8a93983-8c85-42ca-a255-33ee6450b090 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c8a93983-8c85-42ca-a255-33ee6450b090 {
  display: none;
}
#s-c8a93983-8c85-42ca-a255-33ee6450b090, #wrap-s-c8a93983-8c85-42ca-a255-33ee6450b090, #wrap-content-s-c8a93983-8c85-42ca-a255-33ee6450b090 { display: none !important; }}@media (max-width: 767px){#s-c8a93983-8c85-42ca-a255-33ee6450b090 {
  display: none;
}
#s-c8a93983-8c85-42ca-a255-33ee6450b090, #wrap-s-c8a93983-8c85-42ca-a255-33ee6450b090, #wrap-content-s-c8a93983-8c85-42ca-a255-33ee6450b090 { display: none !important; }}
@media (min-width: 0px) {
[id="s-c8a93983-8c85-42ca-a255-33ee6450b090"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c8a93983-8c85-42ca-a255-33ee6450b090"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c8a93983-8c85-42ca-a255-33ee6450b090"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c8a93983-8c85-42ca-a255-33ee6450b090"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c8a93983-8c85-42ca-a255-33ee6450b090"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c8a93983-8c85-42ca-a255-33ee6450b090"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c8a93983-8c85-42ca-a255-33ee6450b090"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

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

  #s-ad42a326-6dac-4067-b098-4f6996e42c71-root {
    text-align: center;
  }


#s-ad42a326-6dac-4067-b098-4f6996e42c71.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-ad42a326-6dac-4067-b098-4f6996e42c71-root {
    text-align: center;
  }


#s-ad42a326-6dac-4067-b098-4f6996e42c71.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-ad42a326-6dac-4067-b098-4f6996e42c71-root {
    text-align: center;
  }


#s-ad42a326-6dac-4067-b098-4f6996e42c71.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-ad42a326-6dac-4067-b098-4f6996e42c71-root {
    text-align: center;
  }


#s-ad42a326-6dac-4067-b098-4f6996e42c71.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-ad42a326-6dac-4067-b098-4f6996e42c71-root {
    text-align: center;
  }


#s-ad42a326-6dac-4067-b098-4f6996e42c71.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-9170cee5-6fbe-4fa5-a410-1ac47ca3ef0a {
  margin-top: 0px;
margin-left: 50px;
margin-bottom: 40px;
margin-right: 50px;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.01);
}
@media (min-width: 1200px){#s-9170cee5-6fbe-4fa5-a410-1ac47ca3ef0a {
  display: none;
}
#s-9170cee5-6fbe-4fa5-a410-1ac47ca3ef0a, #wrap-s-9170cee5-6fbe-4fa5-a410-1ac47ca3ef0a, #wrap-content-s-9170cee5-6fbe-4fa5-a410-1ac47ca3ef0a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9170cee5-6fbe-4fa5-a410-1ac47ca3ef0a {
  display: none;
}
#s-9170cee5-6fbe-4fa5-a410-1ac47ca3ef0a, #wrap-s-9170cee5-6fbe-4fa5-a410-1ac47ca3ef0a, #wrap-content-s-9170cee5-6fbe-4fa5-a410-1ac47ca3ef0a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9170cee5-6fbe-4fa5-a410-1ac47ca3ef0a {
  
}
}@media (max-width: 767px){#s-9170cee5-6fbe-4fa5-a410-1ac47ca3ef0a {
  
}
}
#s-746173d8-bf75-4e97-8247-1bc4352ee96f {
  margin-top: 360px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.6);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-746173d8-bf75-4e97-8247-1bc4352ee96f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-746173d8-bf75-4e97-8247-1bc4352ee96f:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-746173d8-bf75-4e97-8247-1bc4352ee96f {
  display: none;
}
#s-746173d8-bf75-4e97-8247-1bc4352ee96f, #wrap-s-746173d8-bf75-4e97-8247-1bc4352ee96f, #wrap-content-s-746173d8-bf75-4e97-8247-1bc4352ee96f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-746173d8-bf75-4e97-8247-1bc4352ee96f {
  display: none;
}
#s-746173d8-bf75-4e97-8247-1bc4352ee96f, #wrap-s-746173d8-bf75-4e97-8247-1bc4352ee96f, #wrap-content-s-746173d8-bf75-4e97-8247-1bc4352ee96f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-746173d8-bf75-4e97-8247-1bc4352ee96f {
  
}
}@media (max-width: 767px){#s-746173d8-bf75-4e97-8247-1bc4352ee96f {
  
}
}

  #s-746173d8-bf75-4e97-8247-1bc4352ee96f-root {
    text-align: center;
  }


#s-746173d8-bf75-4e97-8247-1bc4352ee96f.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-746173d8-bf75-4e97-8247-1bc4352ee96f-root {
    text-align: center;
  }


#s-746173d8-bf75-4e97-8247-1bc4352ee96f.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-746173d8-bf75-4e97-8247-1bc4352ee96f-root {
    text-align: center;
  }


#s-746173d8-bf75-4e97-8247-1bc4352ee96f.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-746173d8-bf75-4e97-8247-1bc4352ee96f-root {
    text-align: center;
  }


#s-746173d8-bf75-4e97-8247-1bc4352ee96f.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-746173d8-bf75-4e97-8247-1bc4352ee96f-root {
    text-align: center;
  }


#s-746173d8-bf75-4e97-8247-1bc4352ee96f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-15982b4c-ef7c-4166-b1b4-c110fdbb9a86 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-15982b4c-ef7c-4166-b1b4-c110fdbb9a86 {
  display: none;
}
#s-15982b4c-ef7c-4166-b1b4-c110fdbb9a86, #wrap-s-15982b4c-ef7c-4166-b1b4-c110fdbb9a86, #wrap-content-s-15982b4c-ef7c-4166-b1b4-c110fdbb9a86 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-15982b4c-ef7c-4166-b1b4-c110fdbb9a86 {
  display: none;
}
#s-15982b4c-ef7c-4166-b1b4-c110fdbb9a86, #wrap-s-15982b4c-ef7c-4166-b1b4-c110fdbb9a86, #wrap-content-s-15982b4c-ef7c-4166-b1b4-c110fdbb9a86 { display: none !important; }}@media (max-width: 767px){#s-15982b4c-ef7c-4166-b1b4-c110fdbb9a86 {
  display: none;
}
#s-15982b4c-ef7c-4166-b1b4-c110fdbb9a86, #wrap-s-15982b4c-ef7c-4166-b1b4-c110fdbb9a86, #wrap-content-s-15982b4c-ef7c-4166-b1b4-c110fdbb9a86 { display: none !important; }}
#s-15982b4c-ef7c-4166-b1b4-c110fdbb9a86 {
  background-image: url(https://i.shgcdn.com/1adef12a-3b6a-4cfe-b2dd-bf012aea0ea5/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-15982b4c-ef7c-4166-b1b4-c110fdbb9a86 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-15982b4c-ef7c-4166-b1b4-c110fdbb9a86.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c3c183ad-f774-48b6-b5f3-a07714c747ab {
  margin-top: 100px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
padding-top: 15px;
padding-left: 10px;
padding-bottom: 15px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(37, 29, 29, 0.5);
}
@media (min-width: 1200px){#s-c3c183ad-f774-48b6-b5f3-a07714c747ab {
  display: none;
}
#s-c3c183ad-f774-48b6-b5f3-a07714c747ab, #wrap-s-c3c183ad-f774-48b6-b5f3-a07714c747ab, #wrap-content-s-c3c183ad-f774-48b6-b5f3-a07714c747ab { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c3c183ad-f774-48b6-b5f3-a07714c747ab {
  display: none;
}
#s-c3c183ad-f774-48b6-b5f3-a07714c747ab, #wrap-s-c3c183ad-f774-48b6-b5f3-a07714c747ab, #wrap-content-s-c3c183ad-f774-48b6-b5f3-a07714c747ab { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c3c183ad-f774-48b6-b5f3-a07714c747ab {
  display: none;
}
#s-c3c183ad-f774-48b6-b5f3-a07714c747ab, #wrap-s-c3c183ad-f774-48b6-b5f3-a07714c747ab, #wrap-content-s-c3c183ad-f774-48b6-b5f3-a07714c747ab { display: none !important; }}@media (max-width: 767px){#s-c3c183ad-f774-48b6-b5f3-a07714c747ab {
  
}
}
#s-15737985-64cb-4197-a6a4-4e5eee85aa22 {
  margin-top: 5px;
margin-left: 0%;
margin-bottom: 400px;
margin-right: 0%;
padding-top: 1px;
padding-bottom: 1px;
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-15737985-64cb-4197-a6a4-4e5eee85aa22 {
  
}
}@media (max-width: 767px){#s-15737985-64cb-4197-a6a4-4e5eee85aa22 {
  
}
}
#s-535c6e1e-95bd-40bc-a6a2-04f907b76f05 {
  margin-bottom: 5px;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
background-color: rgba(23, 22, 23, 0.5);
text-align: center;
text-decoration: none;
}
#s-535c6e1e-95bd-40bc-a6a2-04f907b76f05:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-535c6e1e-95bd-40bc-a6a2-04f907b76f05:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-535c6e1e-95bd-40bc-a6a2-04f907b76f05-root {
    text-align: center;
  }


#s-535c6e1e-95bd-40bc-a6a2-04f907b76f05.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-535c6e1e-95bd-40bc-a6a2-04f907b76f05-root {
    text-align: center;
  }


#s-535c6e1e-95bd-40bc-a6a2-04f907b76f05.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-535c6e1e-95bd-40bc-a6a2-04f907b76f05-root {
    text-align: center;
  }


#s-535c6e1e-95bd-40bc-a6a2-04f907b76f05.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-535c6e1e-95bd-40bc-a6a2-04f907b76f05-root {
    text-align: center;
  }


#s-535c6e1e-95bd-40bc-a6a2-04f907b76f05.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-535c6e1e-95bd-40bc-a6a2-04f907b76f05-root {
    text-align: center;
  }


#s-535c6e1e-95bd-40bc-a6a2-04f907b76f05.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-fe46e86c-96d6-4728-84b7-2ce046dbafc8 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
}
@media (min-width: 1200px){#s-fe46e86c-96d6-4728-84b7-2ce046dbafc8 {
  display: none;
}
#s-fe46e86c-96d6-4728-84b7-2ce046dbafc8, #wrap-s-fe46e86c-96d6-4728-84b7-2ce046dbafc8, #wrap-content-s-fe46e86c-96d6-4728-84b7-2ce046dbafc8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fe46e86c-96d6-4728-84b7-2ce046dbafc8 {
  display: none;
}
#s-fe46e86c-96d6-4728-84b7-2ce046dbafc8, #wrap-s-fe46e86c-96d6-4728-84b7-2ce046dbafc8, #wrap-content-s-fe46e86c-96d6-4728-84b7-2ce046dbafc8 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fe46e86c-96d6-4728-84b7-2ce046dbafc8 {
  display: none;
}
#s-fe46e86c-96d6-4728-84b7-2ce046dbafc8, #wrap-s-fe46e86c-96d6-4728-84b7-2ce046dbafc8, #wrap-content-s-fe46e86c-96d6-4728-84b7-2ce046dbafc8 { display: none !important; }}
#s-fe46e86c-96d6-4728-84b7-2ce046dbafc8 {
  background-image: url(https://i.shgcdn.com/a6176e36-4136-4ec4-bf83-c5b4116df8cb/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-fe46e86c-96d6-4728-84b7-2ce046dbafc8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fe46e86c-96d6-4728-84b7-2ce046dbafc8.shg-box.shg-c {
  justify-content: center;
}

#s-79c52e88-4270-493f-82c6-bc62a6f06022 {
  margin-top: 100px;
margin-left: 20px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-79c52e88-4270-493f-82c6-bc62a6f06022 {
  display: none;
}
#s-79c52e88-4270-493f-82c6-bc62a6f06022, #wrap-s-79c52e88-4270-493f-82c6-bc62a6f06022, #wrap-content-s-79c52e88-4270-493f-82c6-bc62a6f06022 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-79c52e88-4270-493f-82c6-bc62a6f06022 {
  display: none;
}
#s-79c52e88-4270-493f-82c6-bc62a6f06022, #wrap-s-79c52e88-4270-493f-82c6-bc62a6f06022, #wrap-content-s-79c52e88-4270-493f-82c6-bc62a6f06022 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-79c52e88-4270-493f-82c6-bc62a6f06022 {
  display: none;
}
#s-79c52e88-4270-493f-82c6-bc62a6f06022, #wrap-s-79c52e88-4270-493f-82c6-bc62a6f06022, #wrap-content-s-79c52e88-4270-493f-82c6-bc62a6f06022 { display: none !important; }}
@media (min-width: 0px) {
[id="s-79c52e88-4270-493f-82c6-bc62a6f06022"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-79c52e88-4270-493f-82c6-bc62a6f06022"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-79c52e88-4270-493f-82c6-bc62a6f06022"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-79c52e88-4270-493f-82c6-bc62a6f06022"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-7c7c3540-fdd6-4955-bcbc-f1d3e01c039c {
  margin-top: 25px;
margin-bottom: 25px;
}

#s-6ba29b46-6274-41fb-bba6-15c6f27fcff0 {
  margin-top: 30px;
margin-bottom: 30px;
}
@media (max-width: 767px){#s-6ba29b46-6274-41fb-bba6-15c6f27fcff0 {
  display: none;
}
#s-6ba29b46-6274-41fb-bba6-15c6f27fcff0, #wrap-s-6ba29b46-6274-41fb-bba6-15c6f27fcff0, #wrap-content-s-6ba29b46-6274-41fb-bba6-15c6f27fcff0 { display: none !important; }}
@media (min-width: 0px) {
[id="s-6ba29b46-6274-41fb-bba6-15c6f27fcff0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6ba29b46-6274-41fb-bba6-15c6f27fcff0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6ba29b46-6274-41fb-bba6-15c6f27fcff0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6ba29b46-6274-41fb-bba6-15c6f27fcff0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2dfe3293-6925-4f5f-ba7e-876849f2bb67 {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (max-width: 767px){#s-85647ed3-92d4-4f4e-b357-81400cfdd644 {
  display: none;
}
#s-85647ed3-92d4-4f4e-b357-81400cfdd644, #wrap-s-85647ed3-92d4-4f4e-b357-81400cfdd644, #wrap-content-s-85647ed3-92d4-4f4e-b357-81400cfdd644 { display: none !important; }}
@media (min-width: 0px) {
[id="s-85647ed3-92d4-4f4e-b357-81400cfdd644"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-85647ed3-92d4-4f4e-b357-81400cfdd644"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-85647ed3-92d4-4f4e-b357-81400cfdd644"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-85647ed3-92d4-4f4e-b357-81400cfdd644"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d41ecd87-98e1-4232-be96-4a4e3fdf42e1 {
  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-d41ecd87-98e1-4232-be96-4a4e3fdf42e1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d41ecd87-98e1-4232-be96-4a4e3fdf42e1: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-d41ecd87-98e1-4232-be96-4a4e3fdf42e1-root {
    text-align: center;
  }


#s-d41ecd87-98e1-4232-be96-4a4e3fdf42e1.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-d41ecd87-98e1-4232-be96-4a4e3fdf42e1-root {
    text-align: center;
  }


#s-d41ecd87-98e1-4232-be96-4a4e3fdf42e1.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-d41ecd87-98e1-4232-be96-4a4e3fdf42e1-root {
    text-align: center;
  }


#s-d41ecd87-98e1-4232-be96-4a4e3fdf42e1.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-d41ecd87-98e1-4232-be96-4a4e3fdf42e1-root {
    text-align: center;
  }


#s-d41ecd87-98e1-4232-be96-4a4e3fdf42e1.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-d41ecd87-98e1-4232-be96-4a4e3fdf42e1-root {
    text-align: center;
  }


#s-d41ecd87-98e1-4232-be96-4a4e3fdf42e1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-7efcc184-0d64-4f4c-81ed-1beb282b7bea {
  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-7efcc184-0d64-4f4c-81ed-1beb282b7bea:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7efcc184-0d64-4f4c-81ed-1beb282b7bea: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-7efcc184-0d64-4f4c-81ed-1beb282b7bea {
  display: none;
}
#s-7efcc184-0d64-4f4c-81ed-1beb282b7bea, #wrap-s-7efcc184-0d64-4f4c-81ed-1beb282b7bea, #wrap-content-s-7efcc184-0d64-4f4c-81ed-1beb282b7bea { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7efcc184-0d64-4f4c-81ed-1beb282b7bea {
  display: none;
}
#s-7efcc184-0d64-4f4c-81ed-1beb282b7bea, #wrap-s-7efcc184-0d64-4f4c-81ed-1beb282b7bea, #wrap-content-s-7efcc184-0d64-4f4c-81ed-1beb282b7bea { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7efcc184-0d64-4f4c-81ed-1beb282b7bea {
  display: none;
}
#s-7efcc184-0d64-4f4c-81ed-1beb282b7bea, #wrap-s-7efcc184-0d64-4f4c-81ed-1beb282b7bea, #wrap-content-s-7efcc184-0d64-4f4c-81ed-1beb282b7bea { display: none !important; }}

  #s-7efcc184-0d64-4f4c-81ed-1beb282b7bea-root {
    text-align: center;
  }


#s-7efcc184-0d64-4f4c-81ed-1beb282b7bea.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-7efcc184-0d64-4f4c-81ed-1beb282b7bea-root {
    text-align: center;
  }


#s-7efcc184-0d64-4f4c-81ed-1beb282b7bea.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-7efcc184-0d64-4f4c-81ed-1beb282b7bea-root {
    text-align: center;
  }


#s-7efcc184-0d64-4f4c-81ed-1beb282b7bea.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-7efcc184-0d64-4f4c-81ed-1beb282b7bea-root {
    text-align: center;
  }


#s-7efcc184-0d64-4f4c-81ed-1beb282b7bea.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-7efcc184-0d64-4f4c-81ed-1beb282b7bea-root {
    text-align: center;
  }


#s-7efcc184-0d64-4f4c-81ed-1beb282b7bea.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-84e1dca4-c461-4576-aab6-98cd42e4ad33 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-84e1dca4-c461-4576-aab6-98cd42e4ad33 {
  display: none;
}
#s-84e1dca4-c461-4576-aab6-98cd42e4ad33, #wrap-s-84e1dca4-c461-4576-aab6-98cd42e4ad33, #wrap-content-s-84e1dca4-c461-4576-aab6-98cd42e4ad33 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-84e1dca4-c461-4576-aab6-98cd42e4ad33 {
  display: none;
}
#s-84e1dca4-c461-4576-aab6-98cd42e4ad33, #wrap-s-84e1dca4-c461-4576-aab6-98cd42e4ad33, #wrap-content-s-84e1dca4-c461-4576-aab6-98cd42e4ad33 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-84e1dca4-c461-4576-aab6-98cd42e4ad33 {
  
}
}@media (max-width: 767px){#s-84e1dca4-c461-4576-aab6-98cd42e4ad33 {
  
}
}
#s-84e1dca4-c461-4576-aab6-98cd42e4ad33 {
  background-image: url(https://i.shgcdn.com/9c255575-e01d-4cb7-8840-bd98b1abdec6/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-84e1dca4-c461-4576-aab6-98cd42e4ad33 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
  display: block;
}#s-84e1dca4-c461-4576-aab6-98cd42e4ad33 {
  cursor: pointer;
}#s-84e1dca4-c461-4576-aab6-98cd42e4ad33.shg-box.shg-c {
  justify-content: flex-end;
}

@media (min-width: 768px) and (max-width: 991px){#s-f4f477d5-c53c-4575-b2c7-d6dc2e8898a2 {
  display: none;
}
#s-f4f477d5-c53c-4575-b2c7-d6dc2e8898a2, #wrap-s-f4f477d5-c53c-4575-b2c7-d6dc2e8898a2, #wrap-content-s-f4f477d5-c53c-4575-b2c7-d6dc2e8898a2 { display: none !important; }}@media (max-width: 767px){#s-f4f477d5-c53c-4575-b2c7-d6dc2e8898a2 {
  display: none;
}
#s-f4f477d5-c53c-4575-b2c7-d6dc2e8898a2, #wrap-s-f4f477d5-c53c-4575-b2c7-d6dc2e8898a2, #wrap-content-s-f4f477d5-c53c-4575-b2c7-d6dc2e8898a2 { display: none !important; }}
@media (min-width: 0px) {
[id="s-f4f477d5-c53c-4575-b2c7-d6dc2e8898a2"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-f4f477d5-c53c-4575-b2c7-d6dc2e8898a2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f4f477d5-c53c-4575-b2c7-d6dc2e8898a2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f4f477d5-c53c-4575-b2c7-d6dc2e8898a2"] > .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-18cd7758-f7bf-4f13-a08c-8baa52d75c51 {
  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-18cd7758-f7bf-4f13-a08c-8baa52d75c51 {
  display: none;
}
#s-18cd7758-f7bf-4f13-a08c-8baa52d75c51, #wrap-s-18cd7758-f7bf-4f13-a08c-8baa52d75c51, #wrap-content-s-18cd7758-f7bf-4f13-a08c-8baa52d75c51 { display: none !important; }}@media (max-width: 767px){#s-18cd7758-f7bf-4f13-a08c-8baa52d75c51 {
  display: none;
}
#s-18cd7758-f7bf-4f13-a08c-8baa52d75c51, #wrap-s-18cd7758-f7bf-4f13-a08c-8baa52d75c51, #wrap-content-s-18cd7758-f7bf-4f13-a08c-8baa52d75c51 { display: none !important; }}
#s-18cd7758-f7bf-4f13-a08c-8baa52d75c51 .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-c145d424-209d-4a17-a7cf-2f58624defc1 {
  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-c145d424-209d-4a17-a7cf-2f58624defc1 {
  display: none;
}
#s-c145d424-209d-4a17-a7cf-2f58624defc1, #wrap-s-c145d424-209d-4a17-a7cf-2f58624defc1, #wrap-content-s-c145d424-209d-4a17-a7cf-2f58624defc1 { display: none !important; }}@media (max-width: 767px){#s-c145d424-209d-4a17-a7cf-2f58624defc1 {
  display: none;
}
#s-c145d424-209d-4a17-a7cf-2f58624defc1, #wrap-s-c145d424-209d-4a17-a7cf-2f58624defc1, #wrap-content-s-c145d424-209d-4a17-a7cf-2f58624defc1 { display: none !important; }}
#s-da8d4e61-71ae-45ce-9815-edb8f0eb43a2 {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-da8d4e61-71ae-45ce-9815-edb8f0eb43a2 {
  display: none;
}
#s-da8d4e61-71ae-45ce-9815-edb8f0eb43a2, #wrap-s-da8d4e61-71ae-45ce-9815-edb8f0eb43a2, #wrap-content-s-da8d4e61-71ae-45ce-9815-edb8f0eb43a2 { display: none !important; }}@media (max-width: 767px){#s-da8d4e61-71ae-45ce-9815-edb8f0eb43a2 {
  display: none;
}
#s-da8d4e61-71ae-45ce-9815-edb8f0eb43a2, #wrap-s-da8d4e61-71ae-45ce-9815-edb8f0eb43a2, #wrap-content-s-da8d4e61-71ae-45ce-9815-edb8f0eb43a2 { display: none !important; }}
@media (min-width: 0px) {
[id="s-da8d4e61-71ae-45ce-9815-edb8f0eb43a2"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-da8d4e61-71ae-45ce-9815-edb8f0eb43a2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-da8d4e61-71ae-45ce-9815-edb8f0eb43a2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-da8d4e61-71ae-45ce-9815-edb8f0eb43a2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-af63885a-0158-41a9-b29e-653ecf97903f {
  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-af63885a-0158-41a9-b29e-653ecf97903f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-af63885a-0158-41a9-b29e-653ecf97903f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-af63885a-0158-41a9-b29e-653ecf97903f-root {
    text-align: center;
  }


#s-af63885a-0158-41a9-b29e-653ecf97903f.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-af63885a-0158-41a9-b29e-653ecf97903f-root {
    text-align: center;
  }


#s-af63885a-0158-41a9-b29e-653ecf97903f.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-af63885a-0158-41a9-b29e-653ecf97903f-root {
    text-align: center;
  }


#s-af63885a-0158-41a9-b29e-653ecf97903f.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-af63885a-0158-41a9-b29e-653ecf97903f-root {
    text-align: center;
  }


#s-af63885a-0158-41a9-b29e-653ecf97903f.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-af63885a-0158-41a9-b29e-653ecf97903f-root {
    text-align: center;
  }


#s-af63885a-0158-41a9-b29e-653ecf97903f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-f09a9c71-385c-4d8d-955c-44e3ed7b64f0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-f09a9c71-385c-4d8d-955c-44e3ed7b64f0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f09a9c71-385c-4d8d-955c-44e3ed7b64f0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f09a9c71-385c-4d8d-955c-44e3ed7b64f0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6556adb0-02c5-4e7f-94b7-0dbca252a20c {
  margin-top: 5px;
margin-left: 10px;
margin-bottom: 5px;
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.5);
}
@media (min-width: 1200px){#s-6556adb0-02c5-4e7f-94b7-0dbca252a20c {
  display: none;
}
#s-6556adb0-02c5-4e7f-94b7-0dbca252a20c, #wrap-s-6556adb0-02c5-4e7f-94b7-0dbca252a20c, #wrap-content-s-6556adb0-02c5-4e7f-94b7-0dbca252a20c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6556adb0-02c5-4e7f-94b7-0dbca252a20c {
  display: none;
}
#s-6556adb0-02c5-4e7f-94b7-0dbca252a20c, #wrap-s-6556adb0-02c5-4e7f-94b7-0dbca252a20c, #wrap-content-s-6556adb0-02c5-4e7f-94b7-0dbca252a20c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6556adb0-02c5-4e7f-94b7-0dbca252a20c {
  
}
}@media (max-width: 767px){#s-6556adb0-02c5-4e7f-94b7-0dbca252a20c {
  
}
}
@media (min-width: 0px) {
[id="s-9a192e92-0991-43eb-88b6-3dc447f15846"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-9a192e92-0991-43eb-88b6-3dc447f15846"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9a192e92-0991-43eb-88b6-3dc447f15846"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9a192e92-0991-43eb-88b6-3dc447f15846"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2e9c2135-de4e-4013-8d1f-5e9952317f2a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.9);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
}
#s-2e9c2135-de4e-4013-8d1f-5e9952317f2a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2e9c2135-de4e-4013-8d1f-5e9952317f2a:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-2e9c2135-de4e-4013-8d1f-5e9952317f2a {
  display: none;
}
#s-2e9c2135-de4e-4013-8d1f-5e9952317f2a, #wrap-s-2e9c2135-de4e-4013-8d1f-5e9952317f2a, #wrap-content-s-2e9c2135-de4e-4013-8d1f-5e9952317f2a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2e9c2135-de4e-4013-8d1f-5e9952317f2a {
  display: none;
}
#s-2e9c2135-de4e-4013-8d1f-5e9952317f2a, #wrap-s-2e9c2135-de4e-4013-8d1f-5e9952317f2a, #wrap-content-s-2e9c2135-de4e-4013-8d1f-5e9952317f2a { display: none !important; }}

  #s-2e9c2135-de4e-4013-8d1f-5e9952317f2a-root {
    text-align: center;
  }


#s-2e9c2135-de4e-4013-8d1f-5e9952317f2a.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-2e9c2135-de4e-4013-8d1f-5e9952317f2a-root {
    text-align: center;
  }


#s-2e9c2135-de4e-4013-8d1f-5e9952317f2a.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-2e9c2135-de4e-4013-8d1f-5e9952317f2a-root {
    text-align: center;
  }


#s-2e9c2135-de4e-4013-8d1f-5e9952317f2a.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-2e9c2135-de4e-4013-8d1f-5e9952317f2a-root {
    text-align: center;
  }


#s-2e9c2135-de4e-4013-8d1f-5e9952317f2a.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-2e9c2135-de4e-4013-8d1f-5e9952317f2a-root {
    text-align: center;
  }


#s-2e9c2135-de4e-4013-8d1f-5e9952317f2a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-8e8a219c-0cff-49d1-9486-8fc910ff8226 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center -15px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8e8a219c-0cff-49d1-9486-8fc910ff8226 {
  display: none;
}
#s-8e8a219c-0cff-49d1-9486-8fc910ff8226, #wrap-s-8e8a219c-0cff-49d1-9486-8fc910ff8226, #wrap-content-s-8e8a219c-0cff-49d1-9486-8fc910ff8226 { display: none !important; }}@media (max-width: 767px){#s-8e8a219c-0cff-49d1-9486-8fc910ff8226 {
  display: none;
}
#s-8e8a219c-0cff-49d1-9486-8fc910ff8226, #wrap-s-8e8a219c-0cff-49d1-9486-8fc910ff8226, #wrap-content-s-8e8a219c-0cff-49d1-9486-8fc910ff8226 { display: none !important; }}
#s-8e8a219c-0cff-49d1-9486-8fc910ff8226 {
  background-image: url(https://i.shgcdn.com/6ed0fecd-b3f7-49c8-8854-bc104c4d9470/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-8e8a219c-0cff-49d1-9486-8fc910ff8226 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8e8a219c-0cff-49d1-9486-8fc910ff8226 {
  cursor: pointer;
}#s-8e8a219c-0cff-49d1-9486-8fc910ff8226.shg-box.shg-c {
  justify-content: center;
}

#s-ee5540e2-8cd6-436c-b7dd-2211ae37af4b {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ee5540e2-8cd6-436c-b7dd-2211ae37af4b {
  display: none;
}
#s-ee5540e2-8cd6-436c-b7dd-2211ae37af4b, #wrap-s-ee5540e2-8cd6-436c-b7dd-2211ae37af4b, #wrap-content-s-ee5540e2-8cd6-436c-b7dd-2211ae37af4b { display: none !important; }}@media (max-width: 767px){#s-ee5540e2-8cd6-436c-b7dd-2211ae37af4b {
  display: none;
}
#s-ee5540e2-8cd6-436c-b7dd-2211ae37af4b, #wrap-s-ee5540e2-8cd6-436c-b7dd-2211ae37af4b, #wrap-content-s-ee5540e2-8cd6-436c-b7dd-2211ae37af4b { display: none !important; }}
@media (min-width: 0px) {
[id="s-ee5540e2-8cd6-436c-b7dd-2211ae37af4b"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-ee5540e2-8cd6-436c-b7dd-2211ae37af4b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ee5540e2-8cd6-436c-b7dd-2211ae37af4b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ee5540e2-8cd6-436c-b7dd-2211ae37af4b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-56cc3797-cacc-4eca-8ddb-2219e81fdbf1 {
  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-56cc3797-cacc-4eca-8ddb-2219e81fdbf1 {
  display: none;
}
#s-56cc3797-cacc-4eca-8ddb-2219e81fdbf1, #wrap-s-56cc3797-cacc-4eca-8ddb-2219e81fdbf1, #wrap-content-s-56cc3797-cacc-4eca-8ddb-2219e81fdbf1 { display: none !important; }}@media (max-width: 767px){#s-56cc3797-cacc-4eca-8ddb-2219e81fdbf1 {
  display: none;
}
#s-56cc3797-cacc-4eca-8ddb-2219e81fdbf1, #wrap-s-56cc3797-cacc-4eca-8ddb-2219e81fdbf1, #wrap-content-s-56cc3797-cacc-4eca-8ddb-2219e81fdbf1 { display: none !important; }}
#s-56562739-b006-44e7-926e-5262f17085e4 {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-56562739-b006-44e7-926e-5262f17085e4 {
  display: none;
}
#s-56562739-b006-44e7-926e-5262f17085e4, #wrap-s-56562739-b006-44e7-926e-5262f17085e4, #wrap-content-s-56562739-b006-44e7-926e-5262f17085e4 { display: none !important; }}@media (max-width: 767px){#s-56562739-b006-44e7-926e-5262f17085e4 {
  display: none;
}
#s-56562739-b006-44e7-926e-5262f17085e4, #wrap-s-56562739-b006-44e7-926e-5262f17085e4, #wrap-content-s-56562739-b006-44e7-926e-5262f17085e4 { display: none !important; }}
@media (min-width: 0px) {
[id="s-56562739-b006-44e7-926e-5262f17085e4"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-56562739-b006-44e7-926e-5262f17085e4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-56562739-b006-44e7-926e-5262f17085e4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-56562739-b006-44e7-926e-5262f17085e4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-6c5818e0-ddf0-4bb1-828c-de05959d3de1 {
  margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.7);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
}
#s-6c5818e0-ddf0-4bb1-828c-de05959d3de1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6c5818e0-ddf0-4bb1-828c-de05959d3de1:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-6c5818e0-ddf0-4bb1-828c-de05959d3de1 {
  display: none;
}
#s-6c5818e0-ddf0-4bb1-828c-de05959d3de1, #wrap-s-6c5818e0-ddf0-4bb1-828c-de05959d3de1, #wrap-content-s-6c5818e0-ddf0-4bb1-828c-de05959d3de1 { display: none !important; }}@media (max-width: 767px){#s-6c5818e0-ddf0-4bb1-828c-de05959d3de1 {
  display: none;
}
#s-6c5818e0-ddf0-4bb1-828c-de05959d3de1, #wrap-s-6c5818e0-ddf0-4bb1-828c-de05959d3de1, #wrap-content-s-6c5818e0-ddf0-4bb1-828c-de05959d3de1 { display: none !important; }}

  #s-6c5818e0-ddf0-4bb1-828c-de05959d3de1-root {
    text-align: center;
  }


#s-6c5818e0-ddf0-4bb1-828c-de05959d3de1.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-6c5818e0-ddf0-4bb1-828c-de05959d3de1-root {
    text-align: center;
  }


#s-6c5818e0-ddf0-4bb1-828c-de05959d3de1.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-6c5818e0-ddf0-4bb1-828c-de05959d3de1-root {
    text-align: center;
  }


#s-6c5818e0-ddf0-4bb1-828c-de05959d3de1.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-6c5818e0-ddf0-4bb1-828c-de05959d3de1-root {
    text-align: center;
  }


#s-6c5818e0-ddf0-4bb1-828c-de05959d3de1.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-6c5818e0-ddf0-4bb1-828c-de05959d3de1-root {
    text-align: center;
  }


#s-6c5818e0-ddf0-4bb1-828c-de05959d3de1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-ac015334-1a50-48fa-98f1-52e9bced8c72 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-ac015334-1a50-48fa-98f1-52e9bced8c72 {
  display: none;
}
#s-ac015334-1a50-48fa-98f1-52e9bced8c72, #wrap-s-ac015334-1a50-48fa-98f1-52e9bced8c72, #wrap-content-s-ac015334-1a50-48fa-98f1-52e9bced8c72 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ac015334-1a50-48fa-98f1-52e9bced8c72 {
  display: none;
}
#s-ac015334-1a50-48fa-98f1-52e9bced8c72, #wrap-s-ac015334-1a50-48fa-98f1-52e9bced8c72, #wrap-content-s-ac015334-1a50-48fa-98f1-52e9bced8c72 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ac015334-1a50-48fa-98f1-52e9bced8c72 {
  display: none;
}
#s-ac015334-1a50-48fa-98f1-52e9bced8c72, #wrap-s-ac015334-1a50-48fa-98f1-52e9bced8c72, #wrap-content-s-ac015334-1a50-48fa-98f1-52e9bced8c72 { display: none !important; }}
#s-ac015334-1a50-48fa-98f1-52e9bced8c72 {
  background-image: url(https://i.shgcdn.com/1adef12a-3b6a-4cfe-b2dd-bf012aea0ea5/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-ac015334-1a50-48fa-98f1-52e9bced8c72 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ac015334-1a50-48fa-98f1-52e9bced8c72 {
  cursor: pointer;
}#s-ac015334-1a50-48fa-98f1-52e9bced8c72.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c1be4568-cad7-434d-acd9-4ff21e565abd {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 400px;
margin-right: 0%;
padding-top: 1px;
padding-bottom: 1px;
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-c1be4568-cad7-434d-acd9-4ff21e565abd {
  
}
}@media (max-width: 767px){#s-c1be4568-cad7-434d-acd9-4ff21e565abd {
  
}
}
#s-2df5da2a-b5fe-48ce-bbd9-bd733db8c7cd {
  margin-top: 0px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
background-color: rgba(23, 22, 23, 0.5);
text-align: center;
text-decoration: none;
}
#s-2df5da2a-b5fe-48ce-bbd9-bd733db8c7cd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2df5da2a-b5fe-48ce-bbd9-bd733db8c7cd:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2df5da2a-b5fe-48ce-bbd9-bd733db8c7cd-root {
    text-align: center;
  }


#s-2df5da2a-b5fe-48ce-bbd9-bd733db8c7cd.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2df5da2a-b5fe-48ce-bbd9-bd733db8c7cd-root {
    text-align: center;
  }


#s-2df5da2a-b5fe-48ce-bbd9-bd733db8c7cd.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2df5da2a-b5fe-48ce-bbd9-bd733db8c7cd-root {
    text-align: center;
  }


#s-2df5da2a-b5fe-48ce-bbd9-bd733db8c7cd.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2df5da2a-b5fe-48ce-bbd9-bd733db8c7cd-root {
    text-align: center;
  }


#s-2df5da2a-b5fe-48ce-bbd9-bd733db8c7cd.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2df5da2a-b5fe-48ce-bbd9-bd733db8c7cd-root {
    text-align: center;
  }


#s-2df5da2a-b5fe-48ce-bbd9-bd733db8c7cd.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-c46dc06e-f7dc-4b6d-a807-66b697d8e5b2 {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 600px;
}
@media (min-width: 1200px){#s-c46dc06e-f7dc-4b6d-a807-66b697d8e5b2 {
  display: none;
}
#s-c46dc06e-f7dc-4b6d-a807-66b697d8e5b2, #wrap-s-c46dc06e-f7dc-4b6d-a807-66b697d8e5b2, #wrap-content-s-c46dc06e-f7dc-4b6d-a807-66b697d8e5b2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c46dc06e-f7dc-4b6d-a807-66b697d8e5b2 {
  display: none;
}
#s-c46dc06e-f7dc-4b6d-a807-66b697d8e5b2, #wrap-s-c46dc06e-f7dc-4b6d-a807-66b697d8e5b2, #wrap-content-s-c46dc06e-f7dc-4b6d-a807-66b697d8e5b2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c46dc06e-f7dc-4b6d-a807-66b697d8e5b2 {
  
}
}@media (max-width: 767px){#s-c46dc06e-f7dc-4b6d-a807-66b697d8e5b2 {
  
}
}
#s-c46dc06e-f7dc-4b6d-a807-66b697d8e5b2 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-c46dc06e-f7dc-4b6d-a807-66b697d8e5b2 .shg-sld-nav-button.shg-sld-left,
#s-c46dc06e-f7dc-4b6d-a807-66b697d8e5b2 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-c9e7181d-adf2-4445-81c1-1bf213c3b61b {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}

#s-c9e7181d-adf2-4445-81c1-1bf213c3b61b {
  background-image: url(https://i.shgcdn.com/432808f4-32a3-4f19-b768-1381a2567125/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-c9e7181d-adf2-4445-81c1-1bf213c3b61b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c9e7181d-adf2-4445-81c1-1bf213c3b61b.shg-box.shg-c {
  justify-content: flex-start;
}

#s-1707a36b-63f4-4690-87b5-f494221c822c {
  margin-top: 80px;
margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1707a36b-63f4-4690-87b5-f494221c822c {
  display: none;
}
#s-1707a36b-63f4-4690-87b5-f494221c822c, #wrap-s-1707a36b-63f4-4690-87b5-f494221c822c, #wrap-content-s-1707a36b-63f4-4690-87b5-f494221c822c { display: none !important; }}@media (max-width: 767px){#s-1707a36b-63f4-4690-87b5-f494221c822c {
  display: none;
}
#s-1707a36b-63f4-4690-87b5-f494221c822c, #wrap-s-1707a36b-63f4-4690-87b5-f494221c822c, #wrap-content-s-1707a36b-63f4-4690-87b5-f494221c822c { display: none !important; }}
@media (min-width: 0px) {
[id="s-1707a36b-63f4-4690-87b5-f494221c822c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1707a36b-63f4-4690-87b5-f494221c822c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1707a36b-63f4-4690-87b5-f494221c822c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1707a36b-63f4-4690-87b5-f494221c822c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ca898718-e32a-4daf-a78a-2dc160d535d0 {
  margin-top: 0px;
margin-right: 15%;
}
@media (max-width: 767px){#s-ca898718-e32a-4daf-a78a-2dc160d535d0 {
  display: none;
}
#s-ca898718-e32a-4daf-a78a-2dc160d535d0, #wrap-s-ca898718-e32a-4daf-a78a-2dc160d535d0, #wrap-content-s-ca898718-e32a-4daf-a78a-2dc160d535d0 { display: none !important; }}
#s-72058c71-d4ed-4a50-afc8-edc70cbdb892 {
  margin-top: 0px;
margin-bottom: 40px;
}
@media (max-width: 767px){#s-72058c71-d4ed-4a50-afc8-edc70cbdb892 {
  display: none;
}
#s-72058c71-d4ed-4a50-afc8-edc70cbdb892, #wrap-s-72058c71-d4ed-4a50-afc8-edc70cbdb892, #wrap-content-s-72058c71-d4ed-4a50-afc8-edc70cbdb892 { display: none !important; }}
#s-5ca82ca1-6610-4ff1-bf7a-175c740c797f {
  margin-top: 300px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
background-color: rgba(23, 22, 23, 0.5);
text-align: center;
text-decoration: none;
}
#s-5ca82ca1-6610-4ff1-bf7a-175c740c797f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5ca82ca1-6610-4ff1-bf7a-175c740c797f:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-5ca82ca1-6610-4ff1-bf7a-175c740c797f {
  display: none;
}
#s-5ca82ca1-6610-4ff1-bf7a-175c740c797f, #wrap-s-5ca82ca1-6610-4ff1-bf7a-175c740c797f, #wrap-content-s-5ca82ca1-6610-4ff1-bf7a-175c740c797f { display: none !important; }}

  #s-5ca82ca1-6610-4ff1-bf7a-175c740c797f-root {
    text-align: center;
  }


#s-5ca82ca1-6610-4ff1-bf7a-175c740c797f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5ca82ca1-6610-4ff1-bf7a-175c740c797f-root {
    text-align: center;
  }


#s-5ca82ca1-6610-4ff1-bf7a-175c740c797f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5ca82ca1-6610-4ff1-bf7a-175c740c797f-root {
    text-align: center;
  }


#s-5ca82ca1-6610-4ff1-bf7a-175c740c797f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5ca82ca1-6610-4ff1-bf7a-175c740c797f-root {
    text-align: center;
  }


#s-5ca82ca1-6610-4ff1-bf7a-175c740c797f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5ca82ca1-6610-4ff1-bf7a-175c740c797f-root {
    text-align: center;
  }


#s-5ca82ca1-6610-4ff1-bf7a-175c740c797f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-71b28903-c5ca-455b-b756-449e343891ad {
  margin-top: 80px;
margin-bottom: 0px;
}
@media (min-width: 1200px){#s-71b28903-c5ca-455b-b756-449e343891ad {
  display: none;
}
#s-71b28903-c5ca-455b-b756-449e343891ad, #wrap-s-71b28903-c5ca-455b-b756-449e343891ad, #wrap-content-s-71b28903-c5ca-455b-b756-449e343891ad { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-71b28903-c5ca-455b-b756-449e343891ad {
  display: none;
}
#s-71b28903-c5ca-455b-b756-449e343891ad, #wrap-s-71b28903-c5ca-455b-b756-449e343891ad, #wrap-content-s-71b28903-c5ca-455b-b756-449e343891ad { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-71b28903-c5ca-455b-b756-449e343891ad {
  
}
}@media (max-width: 767px){#s-71b28903-c5ca-455b-b756-449e343891ad {
  display: none;
}
#s-71b28903-c5ca-455b-b756-449e343891ad, #wrap-s-71b28903-c5ca-455b-b756-449e343891ad, #wrap-content-s-71b28903-c5ca-455b-b756-449e343891ad { display: none !important; }}
@media (min-width: 0px) {
[id="s-71b28903-c5ca-455b-b756-449e343891ad"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-71b28903-c5ca-455b-b756-449e343891ad"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-71b28903-c5ca-455b-b756-449e343891ad"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-71b28903-c5ca-455b-b756-449e343891ad"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-3bd5e418-4179-4533-bb5f-c887a3af0d8e {
  margin-top: 0px;
margin-right: 0%;
}
@media (max-width: 767px){#s-3bd5e418-4179-4533-bb5f-c887a3af0d8e {
  
}
}
#s-e001d844-464f-442d-ba52-9b0d1c3cb22f {
  margin-top: 0px;
margin-bottom: 40px;
}
@media (max-width: 767px){#s-e001d844-464f-442d-ba52-9b0d1c3cb22f {
  
}
}
#s-58ed5913-f15e-4d96-b6fe-9c1cb6b27ad9 {
  margin-top: 25px;
margin-bottom: 5px;
margin-right: 0%;
}
@media (min-width: 1200px){#s-58ed5913-f15e-4d96-b6fe-9c1cb6b27ad9 {
  display: none;
}
#s-58ed5913-f15e-4d96-b6fe-9c1cb6b27ad9, #wrap-s-58ed5913-f15e-4d96-b6fe-9c1cb6b27ad9, #wrap-content-s-58ed5913-f15e-4d96-b6fe-9c1cb6b27ad9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-58ed5913-f15e-4d96-b6fe-9c1cb6b27ad9 {
  display: none;
}
#s-58ed5913-f15e-4d96-b6fe-9c1cb6b27ad9, #wrap-s-58ed5913-f15e-4d96-b6fe-9c1cb6b27ad9, #wrap-content-s-58ed5913-f15e-4d96-b6fe-9c1cb6b27ad9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-58ed5913-f15e-4d96-b6fe-9c1cb6b27ad9 {
  display: none;
}
#s-58ed5913-f15e-4d96-b6fe-9c1cb6b27ad9, #wrap-s-58ed5913-f15e-4d96-b6fe-9c1cb6b27ad9, #wrap-content-s-58ed5913-f15e-4d96-b6fe-9c1cb6b27ad9 { display: none !important; }}@media (max-width: 767px){#s-58ed5913-f15e-4d96-b6fe-9c1cb6b27ad9 {
  
}
}
#s-6169e38b-594f-4414-a5f0-450ef90fe7f6 {
  margin-top: 320px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
background-color: rgba(23, 22, 23, 0.5);
text-align: center;
text-decoration: none;
}
#s-6169e38b-594f-4414-a5f0-450ef90fe7f6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6169e38b-594f-4414-a5f0-450ef90fe7f6:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-6169e38b-594f-4414-a5f0-450ef90fe7f6 {
  display: none;
}
#s-6169e38b-594f-4414-a5f0-450ef90fe7f6, #wrap-s-6169e38b-594f-4414-a5f0-450ef90fe7f6, #wrap-content-s-6169e38b-594f-4414-a5f0-450ef90fe7f6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6169e38b-594f-4414-a5f0-450ef90fe7f6 {
  display: none;
}
#s-6169e38b-594f-4414-a5f0-450ef90fe7f6, #wrap-s-6169e38b-594f-4414-a5f0-450ef90fe7f6, #wrap-content-s-6169e38b-594f-4414-a5f0-450ef90fe7f6 { display: none !important; }}@media (max-width: 767px){#s-6169e38b-594f-4414-a5f0-450ef90fe7f6 {
  display: none;
}
#s-6169e38b-594f-4414-a5f0-450ef90fe7f6, #wrap-s-6169e38b-594f-4414-a5f0-450ef90fe7f6, #wrap-content-s-6169e38b-594f-4414-a5f0-450ef90fe7f6 { display: none !important; }}

  #s-6169e38b-594f-4414-a5f0-450ef90fe7f6-root {
    text-align: center;
  }


#s-6169e38b-594f-4414-a5f0-450ef90fe7f6.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6169e38b-594f-4414-a5f0-450ef90fe7f6-root {
    text-align: center;
  }


#s-6169e38b-594f-4414-a5f0-450ef90fe7f6.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6169e38b-594f-4414-a5f0-450ef90fe7f6-root {
    text-align: center;
  }


#s-6169e38b-594f-4414-a5f0-450ef90fe7f6.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6169e38b-594f-4414-a5f0-450ef90fe7f6-root {
    text-align: center;
  }


#s-6169e38b-594f-4414-a5f0-450ef90fe7f6.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6169e38b-594f-4414-a5f0-450ef90fe7f6-root {
    text-align: center;
  }


#s-6169e38b-594f-4414-a5f0-450ef90fe7f6.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-b3d26a9b-b851-4eae-8a59-b25ec2c631f6 {
  margin-top: 410px;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
background-color: rgba(23, 22, 23, 0.5);
text-align: center;
text-decoration: none;
}
#s-b3d26a9b-b851-4eae-8a59-b25ec2c631f6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b3d26a9b-b851-4eae-8a59-b25ec2c631f6:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-b3d26a9b-b851-4eae-8a59-b25ec2c631f6 {
  display: none;
}
#s-b3d26a9b-b851-4eae-8a59-b25ec2c631f6, #wrap-s-b3d26a9b-b851-4eae-8a59-b25ec2c631f6, #wrap-content-s-b3d26a9b-b851-4eae-8a59-b25ec2c631f6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b3d26a9b-b851-4eae-8a59-b25ec2c631f6 {
  display: none;
}
#s-b3d26a9b-b851-4eae-8a59-b25ec2c631f6, #wrap-s-b3d26a9b-b851-4eae-8a59-b25ec2c631f6, #wrap-content-s-b3d26a9b-b851-4eae-8a59-b25ec2c631f6 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b3d26a9b-b851-4eae-8a59-b25ec2c631f6 {
  display: none;
}
#s-b3d26a9b-b851-4eae-8a59-b25ec2c631f6, #wrap-s-b3d26a9b-b851-4eae-8a59-b25ec2c631f6, #wrap-content-s-b3d26a9b-b851-4eae-8a59-b25ec2c631f6 { display: none !important; }}@media (max-width: 767px){#s-b3d26a9b-b851-4eae-8a59-b25ec2c631f6 {
  
}
}

  #s-b3d26a9b-b851-4eae-8a59-b25ec2c631f6-root {
    text-align: center;
  }


#s-b3d26a9b-b851-4eae-8a59-b25ec2c631f6.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b3d26a9b-b851-4eae-8a59-b25ec2c631f6-root {
    text-align: center;
  }


#s-b3d26a9b-b851-4eae-8a59-b25ec2c631f6.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b3d26a9b-b851-4eae-8a59-b25ec2c631f6-root {
    text-align: center;
  }


#s-b3d26a9b-b851-4eae-8a59-b25ec2c631f6.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b3d26a9b-b851-4eae-8a59-b25ec2c631f6-root {
    text-align: center;
  }


#s-b3d26a9b-b851-4eae-8a59-b25ec2c631f6.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b3d26a9b-b851-4eae-8a59-b25ec2c631f6-root {
    text-align: center;
  }


#s-b3d26a9b-b851-4eae-8a59-b25ec2c631f6.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-b47188e4-47e0-4cba-aa82-2a5992f501e5 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}

#s-b47188e4-47e0-4cba-aa82-2a5992f501e5 {
  background-image: url(https://i.shgcdn.com/34a9baca-b8b2-4e1c-bec9-d9f775284a6a/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-b47188e4-47e0-4cba-aa82-2a5992f501e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b47188e4-47e0-4cba-aa82-2a5992f501e5.shg-box.shg-c {
  justify-content: flex-start;
}

#s-3468e3b7-eed7-41b1-8753-62229ab04080 {
  margin-top: 80px;
margin-bottom: 20px;
}
@media (min-width: 1200px){#s-3468e3b7-eed7-41b1-8753-62229ab04080 {
  display: none;
}
#s-3468e3b7-eed7-41b1-8753-62229ab04080, #wrap-s-3468e3b7-eed7-41b1-8753-62229ab04080, #wrap-content-s-3468e3b7-eed7-41b1-8753-62229ab04080 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3468e3b7-eed7-41b1-8753-62229ab04080 {
  display: none;
}
#s-3468e3b7-eed7-41b1-8753-62229ab04080, #wrap-s-3468e3b7-eed7-41b1-8753-62229ab04080, #wrap-content-s-3468e3b7-eed7-41b1-8753-62229ab04080 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3468e3b7-eed7-41b1-8753-62229ab04080 {
  display: none;
}
#s-3468e3b7-eed7-41b1-8753-62229ab04080, #wrap-s-3468e3b7-eed7-41b1-8753-62229ab04080, #wrap-content-s-3468e3b7-eed7-41b1-8753-62229ab04080 { display: none !important; }}
#s-9a37130f-9566-482b-9fab-2dc9243b23f5 {
  margin-top: 340px;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
background-color: rgba(23, 22, 23, 0.5);
text-align: center;
text-decoration: none;
}
#s-9a37130f-9566-482b-9fab-2dc9243b23f5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9a37130f-9566-482b-9fab-2dc9243b23f5:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-9a37130f-9566-482b-9fab-2dc9243b23f5 {
  display: none;
}
#s-9a37130f-9566-482b-9fab-2dc9243b23f5, #wrap-s-9a37130f-9566-482b-9fab-2dc9243b23f5, #wrap-content-s-9a37130f-9566-482b-9fab-2dc9243b23f5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9a37130f-9566-482b-9fab-2dc9243b23f5 {
  display: none;
}
#s-9a37130f-9566-482b-9fab-2dc9243b23f5, #wrap-s-9a37130f-9566-482b-9fab-2dc9243b23f5, #wrap-content-s-9a37130f-9566-482b-9fab-2dc9243b23f5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9a37130f-9566-482b-9fab-2dc9243b23f5 {
  display: none;
}
#s-9a37130f-9566-482b-9fab-2dc9243b23f5, #wrap-s-9a37130f-9566-482b-9fab-2dc9243b23f5, #wrap-content-s-9a37130f-9566-482b-9fab-2dc9243b23f5 { display: none !important; }}

  #s-9a37130f-9566-482b-9fab-2dc9243b23f5-root {
    text-align: center;
  }


#s-9a37130f-9566-482b-9fab-2dc9243b23f5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9a37130f-9566-482b-9fab-2dc9243b23f5-root {
    text-align: center;
  }


#s-9a37130f-9566-482b-9fab-2dc9243b23f5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9a37130f-9566-482b-9fab-2dc9243b23f5-root {
    text-align: center;
  }


#s-9a37130f-9566-482b-9fab-2dc9243b23f5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9a37130f-9566-482b-9fab-2dc9243b23f5-root {
    text-align: center;
  }


#s-9a37130f-9566-482b-9fab-2dc9243b23f5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9a37130f-9566-482b-9fab-2dc9243b23f5-root {
    text-align: center;
  }


#s-9a37130f-9566-482b-9fab-2dc9243b23f5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-fbe962f1-d679-45c6-b4f6-c85750e809f9 {
  margin-top: 100px;
margin-bottom: 100px;
}
@media (min-width: 1200px){#s-fbe962f1-d679-45c6-b4f6-c85750e809f9 {
  display: none;
}
#s-fbe962f1-d679-45c6-b4f6-c85750e809f9, #wrap-s-fbe962f1-d679-45c6-b4f6-c85750e809f9, #wrap-content-s-fbe962f1-d679-45c6-b4f6-c85750e809f9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fbe962f1-d679-45c6-b4f6-c85750e809f9 {
  display: none;
}
#s-fbe962f1-d679-45c6-b4f6-c85750e809f9, #wrap-s-fbe962f1-d679-45c6-b4f6-c85750e809f9, #wrap-content-s-fbe962f1-d679-45c6-b4f6-c85750e809f9 { display: none !important; }}@media (max-width: 767px){#s-fbe962f1-d679-45c6-b4f6-c85750e809f9 {
  display: none;
}
#s-fbe962f1-d679-45c6-b4f6-c85750e809f9, #wrap-s-fbe962f1-d679-45c6-b4f6-c85750e809f9, #wrap-content-s-fbe962f1-d679-45c6-b4f6-c85750e809f9 { display: none !important; }}
@media (min-width: 0px) {
[id="s-fbe962f1-d679-45c6-b4f6-c85750e809f9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fbe962f1-d679-45c6-b4f6-c85750e809f9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fbe962f1-d679-45c6-b4f6-c85750e809f9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fbe962f1-d679-45c6-b4f6-c85750e809f9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d8229aac-c223-436f-970c-dc44883771f6 {
  margin-top: 0px;
}
@media (max-width: 767px){#s-d8229aac-c223-436f-970c-dc44883771f6 {
  display: none;
}
#s-d8229aac-c223-436f-970c-dc44883771f6, #wrap-s-d8229aac-c223-436f-970c-dc44883771f6, #wrap-content-s-d8229aac-c223-436f-970c-dc44883771f6 { display: none !important; }}
#s-bca179ee-369f-42db-addd-bffb31588605 {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-bca179ee-369f-42db-addd-bffb31588605 {
  display: none;
}
#s-bca179ee-369f-42db-addd-bffb31588605, #wrap-s-bca179ee-369f-42db-addd-bffb31588605, #wrap-content-s-bca179ee-369f-42db-addd-bffb31588605 { display: none !important; }}
#s-1dc6b4d3-570a-4586-969c-dede3de6bed1 {
  margin-top: 100px;
margin-bottom: 100px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1dc6b4d3-570a-4586-969c-dede3de6bed1 {
  display: none;
}
#s-1dc6b4d3-570a-4586-969c-dede3de6bed1, #wrap-s-1dc6b4d3-570a-4586-969c-dede3de6bed1, #wrap-content-s-1dc6b4d3-570a-4586-969c-dede3de6bed1 { display: none !important; }}@media (max-width: 767px){#s-1dc6b4d3-570a-4586-969c-dede3de6bed1 {
  display: none;
}
#s-1dc6b4d3-570a-4586-969c-dede3de6bed1, #wrap-s-1dc6b4d3-570a-4586-969c-dede3de6bed1, #wrap-content-s-1dc6b4d3-570a-4586-969c-dede3de6bed1 { display: none !important; }}
@media (min-width: 0px) {
[id="s-1dc6b4d3-570a-4586-969c-dede3de6bed1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1dc6b4d3-570a-4586-969c-dede3de6bed1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1dc6b4d3-570a-4586-969c-dede3de6bed1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1dc6b4d3-570a-4586-969c-dede3de6bed1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-0eddf828-c861-46eb-9cd3-4ed2b2f846a4 {
  margin-top: 0px;
}
@media (max-width: 767px){#s-0eddf828-c861-46eb-9cd3-4ed2b2f846a4 {
  display: none;
}
#s-0eddf828-c861-46eb-9cd3-4ed2b2f846a4, #wrap-s-0eddf828-c861-46eb-9cd3-4ed2b2f846a4, #wrap-content-s-0eddf828-c861-46eb-9cd3-4ed2b2f846a4 { display: none !important; }}
#s-fe7094bd-0959-4f9a-a86a-4d95108910ee {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-fe7094bd-0959-4f9a-a86a-4d95108910ee {
  display: none;
}
#s-fe7094bd-0959-4f9a-a86a-4d95108910ee, #wrap-s-fe7094bd-0959-4f9a-a86a-4d95108910ee, #wrap-content-s-fe7094bd-0959-4f9a-a86a-4d95108910ee { display: none !important; }}
#s-f509e012-7962-4e0b-829d-d8ac0e510dd2 {
  margin-top: 150px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
background-color: rgba(23, 22, 23, 0.5);
text-align: center;
text-decoration: none;
}
#s-f509e012-7962-4e0b-829d-d8ac0e510dd2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f509e012-7962-4e0b-829d-d8ac0e510dd2:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-f509e012-7962-4e0b-829d-d8ac0e510dd2 {
  display: none;
}
#s-f509e012-7962-4e0b-829d-d8ac0e510dd2, #wrap-s-f509e012-7962-4e0b-829d-d8ac0e510dd2, #wrap-content-s-f509e012-7962-4e0b-829d-d8ac0e510dd2 { display: none !important; }}

  #s-f509e012-7962-4e0b-829d-d8ac0e510dd2-root {
    text-align: center;
  }


#s-f509e012-7962-4e0b-829d-d8ac0e510dd2.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f509e012-7962-4e0b-829d-d8ac0e510dd2-root {
    text-align: center;
  }


#s-f509e012-7962-4e0b-829d-d8ac0e510dd2.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f509e012-7962-4e0b-829d-d8ac0e510dd2-root {
    text-align: center;
  }


#s-f509e012-7962-4e0b-829d-d8ac0e510dd2.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f509e012-7962-4e0b-829d-d8ac0e510dd2-root {
    text-align: center;
  }


#s-f509e012-7962-4e0b-829d-d8ac0e510dd2.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f509e012-7962-4e0b-829d-d8ac0e510dd2-root {
    text-align: center;
  }


#s-f509e012-7962-4e0b-829d-d8ac0e510dd2.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-b59785cb-f961-45d3-872c-fb397d800129 {
  margin-top: 240px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
background-color: rgba(23, 22, 23, 0.5);
text-align: center;
text-decoration: none;
}
#s-b59785cb-f961-45d3-872c-fb397d800129:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b59785cb-f961-45d3-872c-fb397d800129:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-b59785cb-f961-45d3-872c-fb397d800129 {
  display: none;
}
#s-b59785cb-f961-45d3-872c-fb397d800129, #wrap-s-b59785cb-f961-45d3-872c-fb397d800129, #wrap-content-s-b59785cb-f961-45d3-872c-fb397d800129 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b59785cb-f961-45d3-872c-fb397d800129 {
  display: none;
}
#s-b59785cb-f961-45d3-872c-fb397d800129, #wrap-s-b59785cb-f961-45d3-872c-fb397d800129, #wrap-content-s-b59785cb-f961-45d3-872c-fb397d800129 { display: none !important; }}@media (max-width: 767px){#s-b59785cb-f961-45d3-872c-fb397d800129 {
  display: none;
}
#s-b59785cb-f961-45d3-872c-fb397d800129, #wrap-s-b59785cb-f961-45d3-872c-fb397d800129, #wrap-content-s-b59785cb-f961-45d3-872c-fb397d800129 { display: none !important; }}

  #s-b59785cb-f961-45d3-872c-fb397d800129-root {
    text-align: center;
  }


#s-b59785cb-f961-45d3-872c-fb397d800129.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b59785cb-f961-45d3-872c-fb397d800129-root {
    text-align: center;
  }


#s-b59785cb-f961-45d3-872c-fb397d800129.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b59785cb-f961-45d3-872c-fb397d800129-root {
    text-align: center;
  }


#s-b59785cb-f961-45d3-872c-fb397d800129.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b59785cb-f961-45d3-872c-fb397d800129-root {
    text-align: center;
  }


#s-b59785cb-f961-45d3-872c-fb397d800129.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b59785cb-f961-45d3-872c-fb397d800129-root {
    text-align: center;
  }


#s-b59785cb-f961-45d3-872c-fb397d800129.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-4b849cd6-a2cb-4c19-83fe-19f39d92521a {
  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-4b849cd6-a2cb-4c19-83fe-19f39d92521a {
  display: none;
}
#s-4b849cd6-a2cb-4c19-83fe-19f39d92521a, #wrap-s-4b849cd6-a2cb-4c19-83fe-19f39d92521a, #wrap-content-s-4b849cd6-a2cb-4c19-83fe-19f39d92521a { display: none !important; }}@media (max-width: 767px){#s-4b849cd6-a2cb-4c19-83fe-19f39d92521a {
  display: none;
}
#s-4b849cd6-a2cb-4c19-83fe-19f39d92521a, #wrap-s-4b849cd6-a2cb-4c19-83fe-19f39d92521a, #wrap-content-s-4b849cd6-a2cb-4c19-83fe-19f39d92521a { display: none !important; }}
#s-4b849cd6-a2cb-4c19-83fe-19f39d92521a {
  background-image: url(https://i.shgcdn.com/fa095ffe-d26c-4b69-a6a0-bb83d3567371/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-4b849cd6-a2cb-4c19-83fe-19f39d92521a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4b849cd6-a2cb-4c19-83fe-19f39d92521a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-9bc0a441-0225-4630-ba39-e2260520c018 {
  margin-top: 100px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9bc0a441-0225-4630-ba39-e2260520c018 {
  display: none;
}
#s-9bc0a441-0225-4630-ba39-e2260520c018, #wrap-s-9bc0a441-0225-4630-ba39-e2260520c018, #wrap-content-s-9bc0a441-0225-4630-ba39-e2260520c018 { display: none !important; }}@media (max-width: 767px){#s-9bc0a441-0225-4630-ba39-e2260520c018 {
  display: none;
}
#s-9bc0a441-0225-4630-ba39-e2260520c018, #wrap-s-9bc0a441-0225-4630-ba39-e2260520c018, #wrap-content-s-9bc0a441-0225-4630-ba39-e2260520c018 { display: none !important; }}
@media (min-width: 0px) {
[id="s-9bc0a441-0225-4630-ba39-e2260520c018"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-9bc0a441-0225-4630-ba39-e2260520c018"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9bc0a441-0225-4630-ba39-e2260520c018"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9bc0a441-0225-4630-ba39-e2260520c018"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9bc0a441-0225-4630-ba39-e2260520c018"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9bc0a441-0225-4630-ba39-e2260520c018"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9bc0a441-0225-4630-ba39-e2260520c018"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9bc0a441-0225-4630-ba39-e2260520c018"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9bc0a441-0225-4630-ba39-e2260520c018"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9bc0a441-0225-4630-ba39-e2260520c018"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

#s-e30e5c88-deff-4669-95dc-5bee6357fa77 {
  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-e30e5c88-deff-4669-95dc-5bee6357fa77 {
  display: none;
}
#s-e30e5c88-deff-4669-95dc-5bee6357fa77, #wrap-s-e30e5c88-deff-4669-95dc-5bee6357fa77, #wrap-content-s-e30e5c88-deff-4669-95dc-5bee6357fa77 { display: none !important; }}@media (max-width: 767px){#s-e30e5c88-deff-4669-95dc-5bee6357fa77 {
  display: none;
}
#s-e30e5c88-deff-4669-95dc-5bee6357fa77, #wrap-s-e30e5c88-deff-4669-95dc-5bee6357fa77, #wrap-content-s-e30e5c88-deff-4669-95dc-5bee6357fa77 { display: none !important; }}
#s-89e3ac27-9a83-4a23-be7d-501969d99915 {
  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-89e3ac27-9a83-4a23-be7d-501969d99915 {
  display: none;
}
#s-89e3ac27-9a83-4a23-be7d-501969d99915, #wrap-s-89e3ac27-9a83-4a23-be7d-501969d99915, #wrap-content-s-89e3ac27-9a83-4a23-be7d-501969d99915 { display: none !important; }}@media (max-width: 767px){#s-89e3ac27-9a83-4a23-be7d-501969d99915 {
  display: none;
}
#s-89e3ac27-9a83-4a23-be7d-501969d99915, #wrap-s-89e3ac27-9a83-4a23-be7d-501969d99915, #wrap-content-s-89e3ac27-9a83-4a23-be7d-501969d99915 { display: none !important; }}
#s-cafdc74b-b9af-4ad2-90a8-b5f00e5d5e3d {
  margin-top: 120px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
background-color: rgba(23, 22, 23, 0.5);
text-align: center;
text-decoration: none;
}
#s-cafdc74b-b9af-4ad2-90a8-b5f00e5d5e3d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cafdc74b-b9af-4ad2-90a8-b5f00e5d5e3d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-cafdc74b-b9af-4ad2-90a8-b5f00e5d5e3d-root {
    text-align: center;
  }


#s-cafdc74b-b9af-4ad2-90a8-b5f00e5d5e3d.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cafdc74b-b9af-4ad2-90a8-b5f00e5d5e3d-root {
    text-align: center;
  }


#s-cafdc74b-b9af-4ad2-90a8-b5f00e5d5e3d.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cafdc74b-b9af-4ad2-90a8-b5f00e5d5e3d-root {
    text-align: center;
  }


#s-cafdc74b-b9af-4ad2-90a8-b5f00e5d5e3d.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cafdc74b-b9af-4ad2-90a8-b5f00e5d5e3d-root {
    text-align: center;
  }


#s-cafdc74b-b9af-4ad2-90a8-b5f00e5d5e3d.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cafdc74b-b9af-4ad2-90a8-b5f00e5d5e3d-root {
    text-align: center;
  }


#s-cafdc74b-b9af-4ad2-90a8-b5f00e5d5e3d.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-0f5351ce-1e52-43c0-9ee2-bd11e1f5cfb4 {
  margin-top: 100px;
}
@media (min-width: 1200px){#s-0f5351ce-1e52-43c0-9ee2-bd11e1f5cfb4 {
  display: none;
}
#s-0f5351ce-1e52-43c0-9ee2-bd11e1f5cfb4, #wrap-s-0f5351ce-1e52-43c0-9ee2-bd11e1f5cfb4, #wrap-content-s-0f5351ce-1e52-43c0-9ee2-bd11e1f5cfb4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0f5351ce-1e52-43c0-9ee2-bd11e1f5cfb4 {
  display: none;
}
#s-0f5351ce-1e52-43c0-9ee2-bd11e1f5cfb4, #wrap-s-0f5351ce-1e52-43c0-9ee2-bd11e1f5cfb4, #wrap-content-s-0f5351ce-1e52-43c0-9ee2-bd11e1f5cfb4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0f5351ce-1e52-43c0-9ee2-bd11e1f5cfb4 {
  
}
}@media (max-width: 767px){#s-0f5351ce-1e52-43c0-9ee2-bd11e1f5cfb4 {
  display: none;
}
#s-0f5351ce-1e52-43c0-9ee2-bd11e1f5cfb4, #wrap-s-0f5351ce-1e52-43c0-9ee2-bd11e1f5cfb4, #wrap-content-s-0f5351ce-1e52-43c0-9ee2-bd11e1f5cfb4 { display: none !important; }}
@media (min-width: 0px) {
[id="s-0f5351ce-1e52-43c0-9ee2-bd11e1f5cfb4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0f5351ce-1e52-43c0-9ee2-bd11e1f5cfb4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0f5351ce-1e52-43c0-9ee2-bd11e1f5cfb4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0f5351ce-1e52-43c0-9ee2-bd11e1f5cfb4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0f5351ce-1e52-43c0-9ee2-bd11e1f5cfb4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0f5351ce-1e52-43c0-9ee2-bd11e1f5cfb4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0f5351ce-1e52-43c0-9ee2-bd11e1f5cfb4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-c289d851-7dd7-469a-9c5d-376868fa015d {
  margin-top: 10px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
padding-top: 15px;
padding-left: 10px;
padding-bottom: 15px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(37, 29, 29, 0.5);
}
@media (min-width: 1200px){#s-c289d851-7dd7-469a-9c5d-376868fa015d {
  display: none;
}
#s-c289d851-7dd7-469a-9c5d-376868fa015d, #wrap-s-c289d851-7dd7-469a-9c5d-376868fa015d, #wrap-content-s-c289d851-7dd7-469a-9c5d-376868fa015d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c289d851-7dd7-469a-9c5d-376868fa015d {
  display: none;
}
#s-c289d851-7dd7-469a-9c5d-376868fa015d, #wrap-s-c289d851-7dd7-469a-9c5d-376868fa015d, #wrap-content-s-c289d851-7dd7-469a-9c5d-376868fa015d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c289d851-7dd7-469a-9c5d-376868fa015d {
  
}
}@media (max-width: 767px){#s-c289d851-7dd7-469a-9c5d-376868fa015d {
  
}
}
#s-743c7543-0e10-4f87-8169-4d57ab76f64c {
  margin-top: 100px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
padding-top: 15px;
padding-left: 10px;
padding-bottom: 15px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(37, 29, 29, 0.5);
}
@media (min-width: 1200px){#s-743c7543-0e10-4f87-8169-4d57ab76f64c {
  display: none;
}
#s-743c7543-0e10-4f87-8169-4d57ab76f64c, #wrap-s-743c7543-0e10-4f87-8169-4d57ab76f64c, #wrap-content-s-743c7543-0e10-4f87-8169-4d57ab76f64c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-743c7543-0e10-4f87-8169-4d57ab76f64c {
  display: none;
}
#s-743c7543-0e10-4f87-8169-4d57ab76f64c, #wrap-s-743c7543-0e10-4f87-8169-4d57ab76f64c, #wrap-content-s-743c7543-0e10-4f87-8169-4d57ab76f64c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-743c7543-0e10-4f87-8169-4d57ab76f64c {
  display: none;
}
#s-743c7543-0e10-4f87-8169-4d57ab76f64c, #wrap-s-743c7543-0e10-4f87-8169-4d57ab76f64c, #wrap-content-s-743c7543-0e10-4f87-8169-4d57ab76f64c { display: none !important; }}@media (max-width: 767px){#s-743c7543-0e10-4f87-8169-4d57ab76f64c {
  
}
}
#s-2ad28ef2-b71a-478f-b2e7-85cd80b5765a {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
}
@media (max-width: 767px){#s-2ad28ef2-b71a-478f-b2e7-85cd80b5765a {
  display: none;
}
#s-2ad28ef2-b71a-478f-b2e7-85cd80b5765a, #wrap-s-2ad28ef2-b71a-478f-b2e7-85cd80b5765a, #wrap-content-s-2ad28ef2-b71a-478f-b2e7-85cd80b5765a { display: none !important; }}
#s-2ad28ef2-b71a-478f-b2e7-85cd80b5765a {
  background-image: url(https://i.shgcdn.com/a6176e36-4136-4ec4-bf83-c5b4116df8cb/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-2ad28ef2-b71a-478f-b2e7-85cd80b5765a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2ad28ef2-b71a-478f-b2e7-85cd80b5765a.shg-box.shg-c {
  justify-content: center;
}

#s-36570c60-20a7-4513-a505-56bf4c3837cf {
  margin-top: 30px;
margin-bottom: 30px;
}
@media (max-width: 767px){#s-36570c60-20a7-4513-a505-56bf4c3837cf {
  display: none;
}
#s-36570c60-20a7-4513-a505-56bf4c3837cf, #wrap-s-36570c60-20a7-4513-a505-56bf4c3837cf, #wrap-content-s-36570c60-20a7-4513-a505-56bf4c3837cf { display: none !important; }}
@media (min-width: 0px) {
[id="s-36570c60-20a7-4513-a505-56bf4c3837cf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-36570c60-20a7-4513-a505-56bf4c3837cf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-36570c60-20a7-4513-a505-56bf4c3837cf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-36570c60-20a7-4513-a505-56bf4c3837cf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-77cdd38f-2d48-4085-ae49-78114cc79373 {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (max-width: 767px){#s-8db10fa5-7176-4075-81f2-f184d48580ff {
  display: none;
}
#s-8db10fa5-7176-4075-81f2-f184d48580ff, #wrap-s-8db10fa5-7176-4075-81f2-f184d48580ff, #wrap-content-s-8db10fa5-7176-4075-81f2-f184d48580ff { display: none !important; }}
@media (min-width: 0px) {
[id="s-8db10fa5-7176-4075-81f2-f184d48580ff"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8db10fa5-7176-4075-81f2-f184d48580ff"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8db10fa5-7176-4075-81f2-f184d48580ff"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8db10fa5-7176-4075-81f2-f184d48580ff"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-632d1145-b9a5-4269-8c61-a5dd607659e1 {
  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-632d1145-b9a5-4269-8c61-a5dd607659e1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-632d1145-b9a5-4269-8c61-a5dd607659e1: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-632d1145-b9a5-4269-8c61-a5dd607659e1-root {
    text-align: center;
  }


#s-632d1145-b9a5-4269-8c61-a5dd607659e1.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-632d1145-b9a5-4269-8c61-a5dd607659e1-root {
    text-align: center;
  }


#s-632d1145-b9a5-4269-8c61-a5dd607659e1.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-632d1145-b9a5-4269-8c61-a5dd607659e1-root {
    text-align: center;
  }


#s-632d1145-b9a5-4269-8c61-a5dd607659e1.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-632d1145-b9a5-4269-8c61-a5dd607659e1-root {
    text-align: center;
  }


#s-632d1145-b9a5-4269-8c61-a5dd607659e1.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-632d1145-b9a5-4269-8c61-a5dd607659e1-root {
    text-align: center;
  }


#s-632d1145-b9a5-4269-8c61-a5dd607659e1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-607edba1-73d2-4846-b4a0-bf487099ff85 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-607edba1-73d2-4846-b4a0-bf487099ff85 {
  
}
}@media (max-width: 767px){#s-607edba1-73d2-4846-b4a0-bf487099ff85 {
  
}
}
#s-607edba1-73d2-4846-b4a0-bf487099ff85 {
  background-image: url(https://i.shgcdn.com/99b0ff2f-d981-4531-98f7-bdeec4493af2/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-607edba1-73d2-4846-b4a0-bf487099ff85 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-607edba1-73d2-4846-b4a0-bf487099ff85 {
  cursor: pointer;
}#s-607edba1-73d2-4846-b4a0-bf487099ff85.shg-box.shg-c {
  justify-content: center;
}

#s-b774cc41-f9e8-4f0f-b15c-f5224521b404 {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b774cc41-f9e8-4f0f-b15c-f5224521b404 {
  display: none;
}
#s-b774cc41-f9e8-4f0f-b15c-f5224521b404, #wrap-s-b774cc41-f9e8-4f0f-b15c-f5224521b404, #wrap-content-s-b774cc41-f9e8-4f0f-b15c-f5224521b404 { display: none !important; }}@media (max-width: 767px){#s-b774cc41-f9e8-4f0f-b15c-f5224521b404 {
  display: none;
}
#s-b774cc41-f9e8-4f0f-b15c-f5224521b404, #wrap-s-b774cc41-f9e8-4f0f-b15c-f5224521b404, #wrap-content-s-b774cc41-f9e8-4f0f-b15c-f5224521b404 { display: none !important; }}
@media (min-width: 0px) {
[id="s-b774cc41-f9e8-4f0f-b15c-f5224521b404"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-b774cc41-f9e8-4f0f-b15c-f5224521b404"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b774cc41-f9e8-4f0f-b15c-f5224521b404"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b774cc41-f9e8-4f0f-b15c-f5224521b404"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-dbc60d26-5e96-4fdf-8319-48c7bae9ef95 {
  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-dbc60d26-5e96-4fdf-8319-48c7bae9ef95 {
  
}
}@media (max-width: 767px){#s-dbc60d26-5e96-4fdf-8319-48c7bae9ef95 {
  
}
}
#s-db8b9918-1316-42b3-8f65-79436dc6e9ff {
  margin-left: 10px;
margin-bottom: 230px;
margin-right: 10px;
}
@media (min-width: 1200px){#s-db8b9918-1316-42b3-8f65-79436dc6e9ff {
  display: none;
}
#s-db8b9918-1316-42b3-8f65-79436dc6e9ff, #wrap-s-db8b9918-1316-42b3-8f65-79436dc6e9ff, #wrap-content-s-db8b9918-1316-42b3-8f65-79436dc6e9ff { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-db8b9918-1316-42b3-8f65-79436dc6e9ff {
  display: none;
}
#s-db8b9918-1316-42b3-8f65-79436dc6e9ff, #wrap-s-db8b9918-1316-42b3-8f65-79436dc6e9ff, #wrap-content-s-db8b9918-1316-42b3-8f65-79436dc6e9ff { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-db8b9918-1316-42b3-8f65-79436dc6e9ff {
  
}
}@media (max-width: 767px){#s-db8b9918-1316-42b3-8f65-79436dc6e9ff {
  display: none;
}
#s-db8b9918-1316-42b3-8f65-79436dc6e9ff, #wrap-s-db8b9918-1316-42b3-8f65-79436dc6e9ff, #wrap-content-s-db8b9918-1316-42b3-8f65-79436dc6e9ff { display: none !important; }}
@media (min-width: 0px) {
[id="s-db8b9918-1316-42b3-8f65-79436dc6e9ff"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-db8b9918-1316-42b3-8f65-79436dc6e9ff"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-db8b9918-1316-42b3-8f65-79436dc6e9ff"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-db8b9918-1316-42b3-8f65-79436dc6e9ff"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-db8b9918-1316-42b3-8f65-79436dc6e9ff"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-db8b9918-1316-42b3-8f65-79436dc6e9ff"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-db8b9918-1316-42b3-8f65-79436dc6e9ff"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-e7e6e9a8-8de3-4724-a79b-05fb8514a935 {
  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-e7e6e9a8-8de3-4724-a79b-05fb8514a935 {
  
}
}@media (max-width: 767px){#s-e7e6e9a8-8de3-4724-a79b-05fb8514a935 {
  
}
}
#s-d04201ae-ae80-4444-8d54-58492839c6fd {
  margin-top: 0px;
margin-left: 50px;
margin-bottom: 240px;
margin-right: 50px;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.5);
}
@media (min-width: 1200px){#s-d04201ae-ae80-4444-8d54-58492839c6fd {
  display: none;
}
#s-d04201ae-ae80-4444-8d54-58492839c6fd, #wrap-s-d04201ae-ae80-4444-8d54-58492839c6fd, #wrap-content-s-d04201ae-ae80-4444-8d54-58492839c6fd { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d04201ae-ae80-4444-8d54-58492839c6fd {
  display: none;
}
#s-d04201ae-ae80-4444-8d54-58492839c6fd, #wrap-s-d04201ae-ae80-4444-8d54-58492839c6fd, #wrap-content-s-d04201ae-ae80-4444-8d54-58492839c6fd { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d04201ae-ae80-4444-8d54-58492839c6fd {
  display: none;
}
#s-d04201ae-ae80-4444-8d54-58492839c6fd, #wrap-s-d04201ae-ae80-4444-8d54-58492839c6fd, #wrap-content-s-d04201ae-ae80-4444-8d54-58492839c6fd { display: none !important; }}@media (max-width: 767px){#s-d04201ae-ae80-4444-8d54-58492839c6fd {
  
}
}
#s-e317b75a-e3ee-4e61-8cda-15b29521c982 {
  margin-top: 10px;
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-e317b75a-e3ee-4e61-8cda-15b29521c982:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e317b75a-e3ee-4e61-8cda-15b29521c982:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-e317b75a-e3ee-4e61-8cda-15b29521c982 {
  display: none;
}
#s-e317b75a-e3ee-4e61-8cda-15b29521c982, #wrap-s-e317b75a-e3ee-4e61-8cda-15b29521c982, #wrap-content-s-e317b75a-e3ee-4e61-8cda-15b29521c982 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e317b75a-e3ee-4e61-8cda-15b29521c982 {
  display: none;
}
#s-e317b75a-e3ee-4e61-8cda-15b29521c982, #wrap-s-e317b75a-e3ee-4e61-8cda-15b29521c982, #wrap-content-s-e317b75a-e3ee-4e61-8cda-15b29521c982 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e317b75a-e3ee-4e61-8cda-15b29521c982 {
  
}
}@media (max-width: 767px){#s-e317b75a-e3ee-4e61-8cda-15b29521c982 {
  
}
}

  #s-e317b75a-e3ee-4e61-8cda-15b29521c982-root {
    text-align: center;
  }


#s-e317b75a-e3ee-4e61-8cda-15b29521c982.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-e317b75a-e3ee-4e61-8cda-15b29521c982-root {
    text-align: center;
  }


#s-e317b75a-e3ee-4e61-8cda-15b29521c982.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-e317b75a-e3ee-4e61-8cda-15b29521c982-root {
    text-align: center;
  }


#s-e317b75a-e3ee-4e61-8cda-15b29521c982.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-e317b75a-e3ee-4e61-8cda-15b29521c982-root {
    text-align: center;
  }


#s-e317b75a-e3ee-4e61-8cda-15b29521c982.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-e317b75a-e3ee-4e61-8cda-15b29521c982-root {
    text-align: center;
  }


#s-e317b75a-e3ee-4e61-8cda-15b29521c982.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-d5d530ba-99e2-4b2e-8000-4d4721641b65 {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d5d530ba-99e2-4b2e-8000-4d4721641b65 {
  display: none;
}
#s-d5d530ba-99e2-4b2e-8000-4d4721641b65, #wrap-s-d5d530ba-99e2-4b2e-8000-4d4721641b65, #wrap-content-s-d5d530ba-99e2-4b2e-8000-4d4721641b65 { display: none !important; }}@media (max-width: 767px){#s-d5d530ba-99e2-4b2e-8000-4d4721641b65 {
  display: none;
}
#s-d5d530ba-99e2-4b2e-8000-4d4721641b65, #wrap-s-d5d530ba-99e2-4b2e-8000-4d4721641b65, #wrap-content-s-d5d530ba-99e2-4b2e-8000-4d4721641b65 { display: none !important; }}
@media (min-width: 0px) {
[id="s-d5d530ba-99e2-4b2e-8000-4d4721641b65"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-d5d530ba-99e2-4b2e-8000-4d4721641b65"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d5d530ba-99e2-4b2e-8000-4d4721641b65"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d5d530ba-99e2-4b2e-8000-4d4721641b65"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-d9581b8a-2fe1-4872-895f-b007058294f7 {
  margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.7);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
}
#s-d9581b8a-2fe1-4872-895f-b007058294f7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d9581b8a-2fe1-4872-895f-b007058294f7:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-d9581b8a-2fe1-4872-895f-b007058294f7 {
  
}
}@media (max-width: 767px){#s-d9581b8a-2fe1-4872-895f-b007058294f7 {
  
}
}

  #s-d9581b8a-2fe1-4872-895f-b007058294f7-root {
    text-align: center;
  }


#s-d9581b8a-2fe1-4872-895f-b007058294f7.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-d9581b8a-2fe1-4872-895f-b007058294f7-root {
    text-align: center;
  }


#s-d9581b8a-2fe1-4872-895f-b007058294f7.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-d9581b8a-2fe1-4872-895f-b007058294f7-root {
    text-align: center;
  }


#s-d9581b8a-2fe1-4872-895f-b007058294f7.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-d9581b8a-2fe1-4872-895f-b007058294f7-root {
    text-align: center;
  }


#s-d9581b8a-2fe1-4872-895f-b007058294f7.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-d9581b8a-2fe1-4872-895f-b007058294f7-root {
    text-align: center;
  }


#s-d9581b8a-2fe1-4872-895f-b007058294f7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-6efdf64b-e0b9-486b-83e1-e98c18671a0e {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-6efdf64b-e0b9-486b-83e1-e98c18671a0e {
  
}
}@media (max-width: 767px){#s-6efdf64b-e0b9-486b-83e1-e98c18671a0e {
  
}
}
#s-6efdf64b-e0b9-486b-83e1-e98c18671a0e {
  background-image: url(https://i.shgcdn.com/e785eed7-db6c-447d-b535-9b985c0e1819/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-6efdf64b-e0b9-486b-83e1-e98c18671a0e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6efdf64b-e0b9-486b-83e1-e98c18671a0e {
  cursor: pointer;
}#s-6efdf64b-e0b9-486b-83e1-e98c18671a0e.shg-box.shg-c {
  justify-content: center;
}

#s-09bf67da-7054-4706-bc46-7eff4f563d34 {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-09bf67da-7054-4706-bc46-7eff4f563d34 {
  display: none;
}
#s-09bf67da-7054-4706-bc46-7eff4f563d34, #wrap-s-09bf67da-7054-4706-bc46-7eff4f563d34, #wrap-content-s-09bf67da-7054-4706-bc46-7eff4f563d34 { display: none !important; }}@media (max-width: 767px){#s-09bf67da-7054-4706-bc46-7eff4f563d34 {
  display: none;
}
#s-09bf67da-7054-4706-bc46-7eff4f563d34, #wrap-s-09bf67da-7054-4706-bc46-7eff4f563d34, #wrap-content-s-09bf67da-7054-4706-bc46-7eff4f563d34 { display: none !important; }}
@media (min-width: 0px) {
[id="s-09bf67da-7054-4706-bc46-7eff4f563d34"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-09bf67da-7054-4706-bc46-7eff4f563d34"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-09bf67da-7054-4706-bc46-7eff4f563d34"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-09bf67da-7054-4706-bc46-7eff4f563d34"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-86b978ba-9b44-4f85-a8f4-bc7b2fcd3e58 {
  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-86b978ba-9b44-4f85-a8f4-bc7b2fcd3e58 {
  
}
}@media (max-width: 767px){#s-86b978ba-9b44-4f85-a8f4-bc7b2fcd3e58 {
  
}
}
#s-fbab1f85-3dd6-4578-933b-2d62fcd1dee4 {
  margin-top: 20px;
margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 1200px){#s-fbab1f85-3dd6-4578-933b-2d62fcd1dee4 {
  display: none;
}
#s-fbab1f85-3dd6-4578-933b-2d62fcd1dee4, #wrap-s-fbab1f85-3dd6-4578-933b-2d62fcd1dee4, #wrap-content-s-fbab1f85-3dd6-4578-933b-2d62fcd1dee4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fbab1f85-3dd6-4578-933b-2d62fcd1dee4 {
  display: none;
}
#s-fbab1f85-3dd6-4578-933b-2d62fcd1dee4, #wrap-s-fbab1f85-3dd6-4578-933b-2d62fcd1dee4, #wrap-content-s-fbab1f85-3dd6-4578-933b-2d62fcd1dee4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fbab1f85-3dd6-4578-933b-2d62fcd1dee4 {
  
}
}@media (max-width: 767px){#s-fbab1f85-3dd6-4578-933b-2d62fcd1dee4 {
  display: none;
}
#s-fbab1f85-3dd6-4578-933b-2d62fcd1dee4, #wrap-s-fbab1f85-3dd6-4578-933b-2d62fcd1dee4, #wrap-content-s-fbab1f85-3dd6-4578-933b-2d62fcd1dee4 { display: none !important; }}
@media (min-width: 0px) {
[id="s-fbab1f85-3dd6-4578-933b-2d62fcd1dee4"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-fbab1f85-3dd6-4578-933b-2d62fcd1dee4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fbab1f85-3dd6-4578-933b-2d62fcd1dee4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fbab1f85-3dd6-4578-933b-2d62fcd1dee4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6d85cea9-c259-4b80-be75-8be259932d69 {
  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-6d85cea9-c259-4b80-be75-8be259932d69 {
  
}
}@media (max-width: 767px){#s-6d85cea9-c259-4b80-be75-8be259932d69 {
  
}
}
#s-41b8a0a3-a224-44ca-8ea1-5d1736669fc8 {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-41b8a0a3-a224-44ca-8ea1-5d1736669fc8 {
  display: none;
}
#s-41b8a0a3-a224-44ca-8ea1-5d1736669fc8, #wrap-s-41b8a0a3-a224-44ca-8ea1-5d1736669fc8, #wrap-content-s-41b8a0a3-a224-44ca-8ea1-5d1736669fc8 { display: none !important; }}@media (max-width: 767px){#s-41b8a0a3-a224-44ca-8ea1-5d1736669fc8 {
  display: none;
}
#s-41b8a0a3-a224-44ca-8ea1-5d1736669fc8, #wrap-s-41b8a0a3-a224-44ca-8ea1-5d1736669fc8, #wrap-content-s-41b8a0a3-a224-44ca-8ea1-5d1736669fc8 { display: none !important; }}
@media (min-width: 0px) {
[id="s-41b8a0a3-a224-44ca-8ea1-5d1736669fc8"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-41b8a0a3-a224-44ca-8ea1-5d1736669fc8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-41b8a0a3-a224-44ca-8ea1-5d1736669fc8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-41b8a0a3-a224-44ca-8ea1-5d1736669fc8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-9f94fd40-19dc-4cd6-a71a-a049187dcb11 {
  margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.7);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
}
#s-9f94fd40-19dc-4cd6-a71a-a049187dcb11:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9f94fd40-19dc-4cd6-a71a-a049187dcb11:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-9f94fd40-19dc-4cd6-a71a-a049187dcb11 {
  
}
}@media (max-width: 767px){#s-9f94fd40-19dc-4cd6-a71a-a049187dcb11 {
  
}
}

  #s-9f94fd40-19dc-4cd6-a71a-a049187dcb11-root {
    text-align: center;
  }


#s-9f94fd40-19dc-4cd6-a71a-a049187dcb11.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-9f94fd40-19dc-4cd6-a71a-a049187dcb11-root {
    text-align: center;
  }


#s-9f94fd40-19dc-4cd6-a71a-a049187dcb11.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-9f94fd40-19dc-4cd6-a71a-a049187dcb11-root {
    text-align: center;
  }


#s-9f94fd40-19dc-4cd6-a71a-a049187dcb11.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-9f94fd40-19dc-4cd6-a71a-a049187dcb11-root {
    text-align: center;
  }


#s-9f94fd40-19dc-4cd6-a71a-a049187dcb11.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-9f94fd40-19dc-4cd6-a71a-a049187dcb11-root {
    text-align: center;
  }


#s-9f94fd40-19dc-4cd6-a71a-a049187dcb11.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-8a9258ce-a800-4edd-ae52-7f959114f7c1 {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 1200px){#s-8a9258ce-a800-4edd-ae52-7f959114f7c1 {
  display: none;
}
#s-8a9258ce-a800-4edd-ae52-7f959114f7c1, #wrap-s-8a9258ce-a800-4edd-ae52-7f959114f7c1, #wrap-content-s-8a9258ce-a800-4edd-ae52-7f959114f7c1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8a9258ce-a800-4edd-ae52-7f959114f7c1 {
  display: none;
}
#s-8a9258ce-a800-4edd-ae52-7f959114f7c1, #wrap-s-8a9258ce-a800-4edd-ae52-7f959114f7c1, #wrap-content-s-8a9258ce-a800-4edd-ae52-7f959114f7c1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8a9258ce-a800-4edd-ae52-7f959114f7c1 {
  
}
}@media (max-width: 767px){#s-8a9258ce-a800-4edd-ae52-7f959114f7c1 {
  display: none;
}
#s-8a9258ce-a800-4edd-ae52-7f959114f7c1, #wrap-s-8a9258ce-a800-4edd-ae52-7f959114f7c1, #wrap-content-s-8a9258ce-a800-4edd-ae52-7f959114f7c1 { display: none !important; }}
@media (min-width: 0px) {
[id="s-8a9258ce-a800-4edd-ae52-7f959114f7c1"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-8a9258ce-a800-4edd-ae52-7f959114f7c1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8a9258ce-a800-4edd-ae52-7f959114f7c1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8a9258ce-a800-4edd-ae52-7f959114f7c1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-93283baa-a1d3-484a-a76b-3d2d8f42f1c2 {
  margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.7);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
}
#s-93283baa-a1d3-484a-a76b-3d2d8f42f1c2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-93283baa-a1d3-484a-a76b-3d2d8f42f1c2:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-93283baa-a1d3-484a-a76b-3d2d8f42f1c2 {
  
}
}@media (max-width: 767px){#s-93283baa-a1d3-484a-a76b-3d2d8f42f1c2 {
  
}
}

  #s-93283baa-a1d3-484a-a76b-3d2d8f42f1c2-root {
    text-align: center;
  }


#s-93283baa-a1d3-484a-a76b-3d2d8f42f1c2.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-93283baa-a1d3-484a-a76b-3d2d8f42f1c2-root {
    text-align: center;
  }


#s-93283baa-a1d3-484a-a76b-3d2d8f42f1c2.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-93283baa-a1d3-484a-a76b-3d2d8f42f1c2-root {
    text-align: center;
  }


#s-93283baa-a1d3-484a-a76b-3d2d8f42f1c2.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-93283baa-a1d3-484a-a76b-3d2d8f42f1c2-root {
    text-align: center;
  }


#s-93283baa-a1d3-484a-a76b-3d2d8f42f1c2.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-93283baa-a1d3-484a-a76b-3d2d8f42f1c2-root {
    text-align: center;
  }


#s-93283baa-a1d3-484a-a76b-3d2d8f42f1c2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-46252c0e-58d6-44ae-a3cb-c2be916075fb {
  margin-top: 160px;
margin-left: 40px;
margin-right: 40px;
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: 1200px){#s-46252c0e-58d6-44ae-a3cb-c2be916075fb {
  display: none;
}
#s-46252c0e-58d6-44ae-a3cb-c2be916075fb, #wrap-s-46252c0e-58d6-44ae-a3cb-c2be916075fb, #wrap-content-s-46252c0e-58d6-44ae-a3cb-c2be916075fb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-46252c0e-58d6-44ae-a3cb-c2be916075fb {
  display: none;
}
#s-46252c0e-58d6-44ae-a3cb-c2be916075fb, #wrap-s-46252c0e-58d6-44ae-a3cb-c2be916075fb, #wrap-content-s-46252c0e-58d6-44ae-a3cb-c2be916075fb { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-46252c0e-58d6-44ae-a3cb-c2be916075fb {
  display: none;
}
#s-46252c0e-58d6-44ae-a3cb-c2be916075fb, #wrap-s-46252c0e-58d6-44ae-a3cb-c2be916075fb, #wrap-content-s-46252c0e-58d6-44ae-a3cb-c2be916075fb { display: none !important; }}@media (max-width: 767px){#s-46252c0e-58d6-44ae-a3cb-c2be916075fb {
  
}
}
#s-88c54115-111a-4d08-8dba-dde1d265b8a4 {
  margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.7);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
}
#s-88c54115-111a-4d08-8dba-dde1d265b8a4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-88c54115-111a-4d08-8dba-dde1d265b8a4:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-88c54115-111a-4d08-8dba-dde1d265b8a4 {
  display: none;
}
#s-88c54115-111a-4d08-8dba-dde1d265b8a4, #wrap-s-88c54115-111a-4d08-8dba-dde1d265b8a4, #wrap-content-s-88c54115-111a-4d08-8dba-dde1d265b8a4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-88c54115-111a-4d08-8dba-dde1d265b8a4 {
  display: none;
}
#s-88c54115-111a-4d08-8dba-dde1d265b8a4, #wrap-s-88c54115-111a-4d08-8dba-dde1d265b8a4, #wrap-content-s-88c54115-111a-4d08-8dba-dde1d265b8a4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-88c54115-111a-4d08-8dba-dde1d265b8a4 {
  display: none;
}
#s-88c54115-111a-4d08-8dba-dde1d265b8a4, #wrap-s-88c54115-111a-4d08-8dba-dde1d265b8a4, #wrap-content-s-88c54115-111a-4d08-8dba-dde1d265b8a4 { display: none !important; }}@media (max-width: 767px){#s-88c54115-111a-4d08-8dba-dde1d265b8a4 {
  
}
}

  #s-88c54115-111a-4d08-8dba-dde1d265b8a4-root {
    text-align: center;
  }


#s-88c54115-111a-4d08-8dba-dde1d265b8a4.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-88c54115-111a-4d08-8dba-dde1d265b8a4-root {
    text-align: center;
  }


#s-88c54115-111a-4d08-8dba-dde1d265b8a4.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-88c54115-111a-4d08-8dba-dde1d265b8a4-root {
    text-align: center;
  }


#s-88c54115-111a-4d08-8dba-dde1d265b8a4.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-88c54115-111a-4d08-8dba-dde1d265b8a4-root {
    text-align: center;
  }


#s-88c54115-111a-4d08-8dba-dde1d265b8a4.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-88c54115-111a-4d08-8dba-dde1d265b8a4-root {
    text-align: center;
  }


#s-88c54115-111a-4d08-8dba-dde1d265b8a4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-4a504136-499a-480d-82fe-e6bae61a1f0b {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 768px) and (max-width: 991px){#s-4a504136-499a-480d-82fe-e6bae61a1f0b {
  display: none;
}
#s-4a504136-499a-480d-82fe-e6bae61a1f0b, #wrap-s-4a504136-499a-480d-82fe-e6bae61a1f0b, #wrap-content-s-4a504136-499a-480d-82fe-e6bae61a1f0b { display: none !important; }}@media (max-width: 767px){#s-4a504136-499a-480d-82fe-e6bae61a1f0b {
  display: none;
}
#s-4a504136-499a-480d-82fe-e6bae61a1f0b, #wrap-s-4a504136-499a-480d-82fe-e6bae61a1f0b, #wrap-content-s-4a504136-499a-480d-82fe-e6bae61a1f0b { display: none !important; }}
#s-4a504136-499a-480d-82fe-e6bae61a1f0b {
  background-image: url(https://i.shgcdn.com/979baac1-13cb-41b7-95cb-1d00621df19f/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-4a504136-499a-480d-82fe-e6bae61a1f0b > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
  display: block;
}#s-4a504136-499a-480d-82fe-e6bae61a1f0b {
  cursor: pointer;
}#s-4a504136-499a-480d-82fe-e6bae61a1f0b.shg-box.shg-c {
  justify-content: center;
}

#s-1d94aa76-5114-4f22-9f18-f11168145902 {
  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-1d94aa76-5114-4f22-9f18-f11168145902 {
  display: none;
}
#s-1d94aa76-5114-4f22-9f18-f11168145902, #wrap-s-1d94aa76-5114-4f22-9f18-f11168145902, #wrap-content-s-1d94aa76-5114-4f22-9f18-f11168145902 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1d94aa76-5114-4f22-9f18-f11168145902 {
  display: none;
}
#s-1d94aa76-5114-4f22-9f18-f11168145902, #wrap-s-1d94aa76-5114-4f22-9f18-f11168145902, #wrap-content-s-1d94aa76-5114-4f22-9f18-f11168145902 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1d94aa76-5114-4f22-9f18-f11168145902 {
  
}
}@media (max-width: 767px){#s-1d94aa76-5114-4f22-9f18-f11168145902 {
  
}
}
#s-b6aa2b2e-d840-422e-82e9-ac31e604cb06 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b6aa2b2e-d840-422e-82e9-ac31e604cb06 {
  display: none;
}
#s-b6aa2b2e-d840-422e-82e9-ac31e604cb06, #wrap-s-b6aa2b2e-d840-422e-82e9-ac31e604cb06, #wrap-content-s-b6aa2b2e-d840-422e-82e9-ac31e604cb06 { display: none !important; }}@media (max-width: 767px){#s-b6aa2b2e-d840-422e-82e9-ac31e604cb06 {
  display: none;
}
#s-b6aa2b2e-d840-422e-82e9-ac31e604cb06, #wrap-s-b6aa2b2e-d840-422e-82e9-ac31e604cb06, #wrap-content-s-b6aa2b2e-d840-422e-82e9-ac31e604cb06 { display: none !important; }}
@media (min-width: 0px) {
[id="s-b6aa2b2e-d840-422e-82e9-ac31e604cb06"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b6aa2b2e-d840-422e-82e9-ac31e604cb06"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b6aa2b2e-d840-422e-82e9-ac31e604cb06"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b6aa2b2e-d840-422e-82e9-ac31e604cb06"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b6aa2b2e-d840-422e-82e9-ac31e604cb06"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b6aa2b2e-d840-422e-82e9-ac31e604cb06"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b6aa2b2e-d840-422e-82e9-ac31e604cb06"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-ce207127-ff2f-418b-96f9-ed37ccfb810f {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
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-ce207127-ff2f-418b-96f9-ed37ccfb810f {
  display: none;
}
#s-ce207127-ff2f-418b-96f9-ed37ccfb810f, #wrap-s-ce207127-ff2f-418b-96f9-ed37ccfb810f, #wrap-content-s-ce207127-ff2f-418b-96f9-ed37ccfb810f { display: none !important; }}@media (max-width: 767px){#s-ce207127-ff2f-418b-96f9-ed37ccfb810f {
  display: none;
}
#s-ce207127-ff2f-418b-96f9-ed37ccfb810f, #wrap-s-ce207127-ff2f-418b-96f9-ed37ccfb810f, #wrap-content-s-ce207127-ff2f-418b-96f9-ed37ccfb810f { display: none !important; }}
#s-f0dafcb4-3413-48aa-93b7-2784ce1f4040 {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
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);
}
@media (min-width: 768px) and (max-width: 991px){#s-f0dafcb4-3413-48aa-93b7-2784ce1f4040 {
  display: none;
}
#s-f0dafcb4-3413-48aa-93b7-2784ce1f4040, #wrap-s-f0dafcb4-3413-48aa-93b7-2784ce1f4040, #wrap-content-s-f0dafcb4-3413-48aa-93b7-2784ce1f4040 { display: none !important; }}@media (max-width: 767px){#s-f0dafcb4-3413-48aa-93b7-2784ce1f4040 {
  display: none;
}
#s-f0dafcb4-3413-48aa-93b7-2784ce1f4040, #wrap-s-f0dafcb4-3413-48aa-93b7-2784ce1f4040, #wrap-content-s-f0dafcb4-3413-48aa-93b7-2784ce1f4040 { display: none !important; }}
#s-93a9e371-c27f-46c9-9956-679d751374c3 {
  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;
}
#s-93a9e371-c27f-46c9-9956-679d751374c3:hover {background-color: rgba(254, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-93a9e371-c27f-46c9-9956-679d751374c3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-93a9e371-c27f-46c9-9956-679d751374c3-root {
    text-align: center;
  }


#s-93a9e371-c27f-46c9-9956-679d751374c3.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-93a9e371-c27f-46c9-9956-679d751374c3-root {
    text-align: center;
  }


#s-93a9e371-c27f-46c9-9956-679d751374c3.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-93a9e371-c27f-46c9-9956-679d751374c3-root {
    text-align: center;
  }


#s-93a9e371-c27f-46c9-9956-679d751374c3.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-93a9e371-c27f-46c9-9956-679d751374c3-root {
    text-align: center;
  }


#s-93a9e371-c27f-46c9-9956-679d751374c3.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-93a9e371-c27f-46c9-9956-679d751374c3-root {
    text-align: center;
  }


#s-93a9e371-c27f-46c9-9956-679d751374c3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-995067d2-f7f6-494d-8140-74d21a842653 {
  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-995067d2-f7f6-494d-8140-74d21a842653:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-995067d2-f7f6-494d-8140-74d21a842653:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-995067d2-f7f6-494d-8140-74d21a842653 {
  display: none;
}
#s-995067d2-f7f6-494d-8140-74d21a842653, #wrap-s-995067d2-f7f6-494d-8140-74d21a842653, #wrap-content-s-995067d2-f7f6-494d-8140-74d21a842653 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-995067d2-f7f6-494d-8140-74d21a842653 {
  display: none;
}
#s-995067d2-f7f6-494d-8140-74d21a842653, #wrap-s-995067d2-f7f6-494d-8140-74d21a842653, #wrap-content-s-995067d2-f7f6-494d-8140-74d21a842653 { display: none !important; }}

  #s-995067d2-f7f6-494d-8140-74d21a842653-root {
    text-align: right;
  }


#s-995067d2-f7f6-494d-8140-74d21a842653.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-995067d2-f7f6-494d-8140-74d21a842653-root {
    text-align: right;
  }


#s-995067d2-f7f6-494d-8140-74d21a842653.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-995067d2-f7f6-494d-8140-74d21a842653-root {
    text-align: right;
  }


#s-995067d2-f7f6-494d-8140-74d21a842653.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-995067d2-f7f6-494d-8140-74d21a842653-root {
    text-align: right;
  }


#s-995067d2-f7f6-494d-8140-74d21a842653.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-995067d2-f7f6-494d-8140-74d21a842653-root {
    text-align: right;
  }


#s-995067d2-f7f6-494d-8140-74d21a842653.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-e7f8b68f-09fd-4108-864e-97094d0aee63 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: -100px center;
}
@media (min-width: 1200px){#s-e7f8b68f-09fd-4108-864e-97094d0aee63 {
  display: none;
}
#s-e7f8b68f-09fd-4108-864e-97094d0aee63, #wrap-s-e7f8b68f-09fd-4108-864e-97094d0aee63, #wrap-content-s-e7f8b68f-09fd-4108-864e-97094d0aee63 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e7f8b68f-09fd-4108-864e-97094d0aee63 {
  display: none;
}
#s-e7f8b68f-09fd-4108-864e-97094d0aee63, #wrap-s-e7f8b68f-09fd-4108-864e-97094d0aee63, #wrap-content-s-e7f8b68f-09fd-4108-864e-97094d0aee63 { display: none !important; }}
#s-e7f8b68f-09fd-4108-864e-97094d0aee63 {
  background-image: url(https://i.shgcdn.com/261fc4d0-2477-4e63-88b4-b9997384f199/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-e7f8b68f-09fd-4108-864e-97094d0aee63 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e7f8b68f-09fd-4108-864e-97094d0aee63.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b95b7f53-5868-40c7-a92d-67dbedfbebec {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-b95b7f53-5868-40c7-a92d-67dbedfbebec {
  display: none;
}
#s-b95b7f53-5868-40c7-a92d-67dbedfbebec, #wrap-s-b95b7f53-5868-40c7-a92d-67dbedfbebec, #wrap-content-s-b95b7f53-5868-40c7-a92d-67dbedfbebec { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b95b7f53-5868-40c7-a92d-67dbedfbebec {
  display: none;
}
#s-b95b7f53-5868-40c7-a92d-67dbedfbebec, #wrap-s-b95b7f53-5868-40c7-a92d-67dbedfbebec, #wrap-content-s-b95b7f53-5868-40c7-a92d-67dbedfbebec { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b95b7f53-5868-40c7-a92d-67dbedfbebec {
  
}
}@media (max-width: 767px){#s-b95b7f53-5868-40c7-a92d-67dbedfbebec {
  display: none;
}
#s-b95b7f53-5868-40c7-a92d-67dbedfbebec, #wrap-s-b95b7f53-5868-40c7-a92d-67dbedfbebec, #wrap-content-s-b95b7f53-5868-40c7-a92d-67dbedfbebec { display: none !important; }}
@media (min-width: 0px) {
[id="s-b95b7f53-5868-40c7-a92d-67dbedfbebec"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b95b7f53-5868-40c7-a92d-67dbedfbebec"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b95b7f53-5868-40c7-a92d-67dbedfbebec"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b95b7f53-5868-40c7-a92d-67dbedfbebec"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-da120b56-3e08-4f1d-aa03-4e0febba9743 {
  padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.5);
}
@media (min-width: 1200px){#s-da120b56-3e08-4f1d-aa03-4e0febba9743 {
  display: none;
}
#s-da120b56-3e08-4f1d-aa03-4e0febba9743, #wrap-s-da120b56-3e08-4f1d-aa03-4e0febba9743, #wrap-content-s-da120b56-3e08-4f1d-aa03-4e0febba9743 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-da120b56-3e08-4f1d-aa03-4e0febba9743 {
  display: none;
}
#s-da120b56-3e08-4f1d-aa03-4e0febba9743, #wrap-s-da120b56-3e08-4f1d-aa03-4e0febba9743, #wrap-content-s-da120b56-3e08-4f1d-aa03-4e0febba9743 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-da120b56-3e08-4f1d-aa03-4e0febba9743 {
  
}
}@media (max-width: 767px){#s-da120b56-3e08-4f1d-aa03-4e0febba9743 {
  
}
}
#s-b3b17725-efec-4b19-91b5-4c5860f62092 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-b3b17725-efec-4b19-91b5-4c5860f62092 {
  display: none;
}
#s-b3b17725-efec-4b19-91b5-4c5860f62092, #wrap-s-b3b17725-efec-4b19-91b5-4c5860f62092, #wrap-content-s-b3b17725-efec-4b19-91b5-4c5860f62092 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b3b17725-efec-4b19-91b5-4c5860f62092 {
  display: none;
}
#s-b3b17725-efec-4b19-91b5-4c5860f62092, #wrap-s-b3b17725-efec-4b19-91b5-4c5860f62092, #wrap-content-s-b3b17725-efec-4b19-91b5-4c5860f62092 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b3b17725-efec-4b19-91b5-4c5860f62092 {
  
}
}@media (max-width: 767px){#s-b3b17725-efec-4b19-91b5-4c5860f62092 {
  display: none;
}
#s-b3b17725-efec-4b19-91b5-4c5860f62092, #wrap-s-b3b17725-efec-4b19-91b5-4c5860f62092, #wrap-content-s-b3b17725-efec-4b19-91b5-4c5860f62092 { display: none !important; }}
@media (min-width: 0px) {
[id="s-b3b17725-efec-4b19-91b5-4c5860f62092"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b3b17725-efec-4b19-91b5-4c5860f62092"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b3b17725-efec-4b19-91b5-4c5860f62092"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b3b17725-efec-4b19-91b5-4c5860f62092"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-43de920b-e375-4cfb-8364-e78422577fc8 {
  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-43de920b-e375-4cfb-8364-e78422577fc8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-43de920b-e375-4cfb-8364-e78422577fc8:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-43de920b-e375-4cfb-8364-e78422577fc8 {
  display: none;
}
#s-43de920b-e375-4cfb-8364-e78422577fc8, #wrap-s-43de920b-e375-4cfb-8364-e78422577fc8, #wrap-content-s-43de920b-e375-4cfb-8364-e78422577fc8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-43de920b-e375-4cfb-8364-e78422577fc8 {
  display: none;
}
#s-43de920b-e375-4cfb-8364-e78422577fc8, #wrap-s-43de920b-e375-4cfb-8364-e78422577fc8, #wrap-content-s-43de920b-e375-4cfb-8364-e78422577fc8 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-43de920b-e375-4cfb-8364-e78422577fc8 {
  
}
}@media (max-width: 767px){#s-43de920b-e375-4cfb-8364-e78422577fc8 {
  display: none;
}
#s-43de920b-e375-4cfb-8364-e78422577fc8, #wrap-s-43de920b-e375-4cfb-8364-e78422577fc8, #wrap-content-s-43de920b-e375-4cfb-8364-e78422577fc8 { display: none !important; }}

  #s-43de920b-e375-4cfb-8364-e78422577fc8-root {
    text-align: center;
  }


#s-43de920b-e375-4cfb-8364-e78422577fc8.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-43de920b-e375-4cfb-8364-e78422577fc8-root {
    text-align: center;
  }


#s-43de920b-e375-4cfb-8364-e78422577fc8.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-43de920b-e375-4cfb-8364-e78422577fc8-root {
    text-align: center;
  }


#s-43de920b-e375-4cfb-8364-e78422577fc8.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-43de920b-e375-4cfb-8364-e78422577fc8-root {
    text-align: center;
  }


#s-43de920b-e375-4cfb-8364-e78422577fc8.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-43de920b-e375-4cfb-8364-e78422577fc8-root {
    text-align: center;
  }


#s-43de920b-e375-4cfb-8364-e78422577fc8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-c8b4c494-1b68-4569-bcdf-2730e8f51a0a {
  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-c8b4c494-1b68-4569-bcdf-2730e8f51a0a: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-c8b4c494-1b68-4569-bcdf-2730e8f51a0a:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-c8b4c494-1b68-4569-bcdf-2730e8f51a0a {
  display: none;
}
#s-c8b4c494-1b68-4569-bcdf-2730e8f51a0a, #wrap-s-c8b4c494-1b68-4569-bcdf-2730e8f51a0a, #wrap-content-s-c8b4c494-1b68-4569-bcdf-2730e8f51a0a { display: none !important; }}@media (max-width: 767px){#s-c8b4c494-1b68-4569-bcdf-2730e8f51a0a {
  display: none;
}
#s-c8b4c494-1b68-4569-bcdf-2730e8f51a0a, #wrap-s-c8b4c494-1b68-4569-bcdf-2730e8f51a0a, #wrap-content-s-c8b4c494-1b68-4569-bcdf-2730e8f51a0a { display: none !important; }}

  #s-c8b4c494-1b68-4569-bcdf-2730e8f51a0a-root {
    text-align: center;
  }


#s-c8b4c494-1b68-4569-bcdf-2730e8f51a0a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c8b4c494-1b68-4569-bcdf-2730e8f51a0a-root {
    text-align: center;
  }


#s-c8b4c494-1b68-4569-bcdf-2730e8f51a0a.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-c8b4c494-1b68-4569-bcdf-2730e8f51a0a-root {
    text-align: center;
  }


#s-c8b4c494-1b68-4569-bcdf-2730e8f51a0a.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-c8b4c494-1b68-4569-bcdf-2730e8f51a0a-root {
    text-align: center;
  }


#s-c8b4c494-1b68-4569-bcdf-2730e8f51a0a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c8b4c494-1b68-4569-bcdf-2730e8f51a0a-root {
    text-align: center;
  }


#s-c8b4c494-1b68-4569-bcdf-2730e8f51a0a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-d7721961-690e-4e76-9f17-ca1c965d02c1 {
  margin-top: 10px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.5);
}
@media (min-width: 1200px){#s-d7721961-690e-4e76-9f17-ca1c965d02c1 {
  display: none;
}
#s-d7721961-690e-4e76-9f17-ca1c965d02c1, #wrap-s-d7721961-690e-4e76-9f17-ca1c965d02c1, #wrap-content-s-d7721961-690e-4e76-9f17-ca1c965d02c1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d7721961-690e-4e76-9f17-ca1c965d02c1 {
  display: none;
}
#s-d7721961-690e-4e76-9f17-ca1c965d02c1, #wrap-s-d7721961-690e-4e76-9f17-ca1c965d02c1, #wrap-content-s-d7721961-690e-4e76-9f17-ca1c965d02c1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d7721961-690e-4e76-9f17-ca1c965d02c1 {
  display: none;
}
#s-d7721961-690e-4e76-9f17-ca1c965d02c1, #wrap-s-d7721961-690e-4e76-9f17-ca1c965d02c1, #wrap-content-s-d7721961-690e-4e76-9f17-ca1c965d02c1 { display: none !important; }}@media (max-width: 767px){#s-d7721961-690e-4e76-9f17-ca1c965d02c1 {
  
}
}
#s-9d8dcfa8-679c-47fd-81c4-f934dc291e17 {
  margin-top: 280px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.7);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-9d8dcfa8-679c-47fd-81c4-f934dc291e17:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9d8dcfa8-679c-47fd-81c4-f934dc291e17:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-9d8dcfa8-679c-47fd-81c4-f934dc291e17 {
  display: none;
}
#s-9d8dcfa8-679c-47fd-81c4-f934dc291e17, #wrap-s-9d8dcfa8-679c-47fd-81c4-f934dc291e17, #wrap-content-s-9d8dcfa8-679c-47fd-81c4-f934dc291e17 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9d8dcfa8-679c-47fd-81c4-f934dc291e17 {
  display: none;
}
#s-9d8dcfa8-679c-47fd-81c4-f934dc291e17, #wrap-s-9d8dcfa8-679c-47fd-81c4-f934dc291e17, #wrap-content-s-9d8dcfa8-679c-47fd-81c4-f934dc291e17 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9d8dcfa8-679c-47fd-81c4-f934dc291e17 {
  display: none;
}
#s-9d8dcfa8-679c-47fd-81c4-f934dc291e17, #wrap-s-9d8dcfa8-679c-47fd-81c4-f934dc291e17, #wrap-content-s-9d8dcfa8-679c-47fd-81c4-f934dc291e17 { display: none !important; }}@media (max-width: 767px){#s-9d8dcfa8-679c-47fd-81c4-f934dc291e17 {
  
}
}

  #s-9d8dcfa8-679c-47fd-81c4-f934dc291e17-root {
    text-align: center;
  }


#s-9d8dcfa8-679c-47fd-81c4-f934dc291e17.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-9d8dcfa8-679c-47fd-81c4-f934dc291e17-root {
    text-align: center;
  }


#s-9d8dcfa8-679c-47fd-81c4-f934dc291e17.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-9d8dcfa8-679c-47fd-81c4-f934dc291e17-root {
    text-align: center;
  }


#s-9d8dcfa8-679c-47fd-81c4-f934dc291e17.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-9d8dcfa8-679c-47fd-81c4-f934dc291e17-root {
    text-align: center;
  }


#s-9d8dcfa8-679c-47fd-81c4-f934dc291e17.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-9d8dcfa8-679c-47fd-81c4-f934dc291e17-root {
    text-align: center;
  }


#s-9d8dcfa8-679c-47fd-81c4-f934dc291e17.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-8e184389-495c-448d-afb6-0a632294954a {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}

#s-8e184389-495c-448d-afb6-0a632294954a {
  background-image: url(https://i.shgcdn.com/8e119c04-00f2-4bf9-84e6-e4e8c78e37e2/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-8e184389-495c-448d-afb6-0a632294954a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8e184389-495c-448d-afb6-0a632294954a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-56a3d369-963c-4428-961c-ee48d81adb90 {
  margin-top: 100px;
margin-left: 10px;
margin-bottom: 260px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-56a3d369-963c-4428-961c-ee48d81adb90 {
  display: none;
}
#s-56a3d369-963c-4428-961c-ee48d81adb90, #wrap-s-56a3d369-963c-4428-961c-ee48d81adb90, #wrap-content-s-56a3d369-963c-4428-961c-ee48d81adb90 { display: none !important; }}@media (max-width: 767px){#s-56a3d369-963c-4428-961c-ee48d81adb90 {
  display: none;
}
#s-56a3d369-963c-4428-961c-ee48d81adb90, #wrap-s-56a3d369-963c-4428-961c-ee48d81adb90, #wrap-content-s-56a3d369-963c-4428-961c-ee48d81adb90 { display: none !important; }}
@media (min-width: 0px) {
[id="s-56a3d369-963c-4428-961c-ee48d81adb90"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-56a3d369-963c-4428-961c-ee48d81adb90"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-56a3d369-963c-4428-961c-ee48d81adb90"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-56a3d369-963c-4428-961c-ee48d81adb90"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e5d5231a-da87-4d84-94bc-b042236fc24a {
  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: 768px) and (max-width: 991px){#s-e5d5231a-da87-4d84-94bc-b042236fc24a {
  display: none;
}
#s-e5d5231a-da87-4d84-94bc-b042236fc24a, #wrap-s-e5d5231a-da87-4d84-94bc-b042236fc24a, #wrap-content-s-e5d5231a-da87-4d84-94bc-b042236fc24a { display: none !important; }}@media (max-width: 767px){#s-e5d5231a-da87-4d84-94bc-b042236fc24a {
  display: none;
}
#s-e5d5231a-da87-4d84-94bc-b042236fc24a, #wrap-s-e5d5231a-da87-4d84-94bc-b042236fc24a, #wrap-content-s-e5d5231a-da87-4d84-94bc-b042236fc24a { display: none !important; }}
#s-e5961a47-9ab9-4e8d-b279-0428e5a2a44d {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e5961a47-9ab9-4e8d-b279-0428e5a2a44d {
  display: none;
}
#s-e5961a47-9ab9-4e8d-b279-0428e5a2a44d, #wrap-s-e5961a47-9ab9-4e8d-b279-0428e5a2a44d, #wrap-content-s-e5961a47-9ab9-4e8d-b279-0428e5a2a44d { display: none !important; }}@media (max-width: 767px){#s-e5961a47-9ab9-4e8d-b279-0428e5a2a44d {
  display: none;
}
#s-e5961a47-9ab9-4e8d-b279-0428e5a2a44d, #wrap-s-e5961a47-9ab9-4e8d-b279-0428e5a2a44d, #wrap-content-s-e5961a47-9ab9-4e8d-b279-0428e5a2a44d { display: none !important; }}
@media (min-width: 0px) {
[id="s-e5961a47-9ab9-4e8d-b279-0428e5a2a44d"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-e5961a47-9ab9-4e8d-b279-0428e5a2a44d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e5961a47-9ab9-4e8d-b279-0428e5a2a44d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e5961a47-9ab9-4e8d-b279-0428e5a2a44d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e5961a47-9ab9-4e8d-b279-0428e5a2a44d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e5961a47-9ab9-4e8d-b279-0428e5a2a44d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e5961a47-9ab9-4e8d-b279-0428e5a2a44d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-0c114709-99ca-4e2e-95c4-1ae5b7e6dc68 {
  margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.6);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-0c114709-99ca-4e2e-95c4-1ae5b7e6dc68:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0c114709-99ca-4e2e-95c4-1ae5b7e6dc68:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-0c114709-99ca-4e2e-95c4-1ae5b7e6dc68 {
  display: none;
}
#s-0c114709-99ca-4e2e-95c4-1ae5b7e6dc68, #wrap-s-0c114709-99ca-4e2e-95c4-1ae5b7e6dc68, #wrap-content-s-0c114709-99ca-4e2e-95c4-1ae5b7e6dc68 { display: none !important; }}@media (max-width: 767px){#s-0c114709-99ca-4e2e-95c4-1ae5b7e6dc68 {
  display: none;
}
#s-0c114709-99ca-4e2e-95c4-1ae5b7e6dc68, #wrap-s-0c114709-99ca-4e2e-95c4-1ae5b7e6dc68, #wrap-content-s-0c114709-99ca-4e2e-95c4-1ae5b7e6dc68 { display: none !important; }}

  #s-0c114709-99ca-4e2e-95c4-1ae5b7e6dc68-root {
    text-align: center;
  }


#s-0c114709-99ca-4e2e-95c4-1ae5b7e6dc68.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-0c114709-99ca-4e2e-95c4-1ae5b7e6dc68-root {
    text-align: center;
  }


#s-0c114709-99ca-4e2e-95c4-1ae5b7e6dc68.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-0c114709-99ca-4e2e-95c4-1ae5b7e6dc68-root {
    text-align: center;
  }


#s-0c114709-99ca-4e2e-95c4-1ae5b7e6dc68.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-0c114709-99ca-4e2e-95c4-1ae5b7e6dc68-root {
    text-align: center;
  }


#s-0c114709-99ca-4e2e-95c4-1ae5b7e6dc68.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-0c114709-99ca-4e2e-95c4-1ae5b7e6dc68-root {
    text-align: center;
  }


#s-0c114709-99ca-4e2e-95c4-1ae5b7e6dc68.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-10df70f0-f82d-41bd-8aa4-02c711e7b0a9 {
  margin-top: 0px;
margin-left: 50px;
margin-bottom: 40px;
margin-right: 50px;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.01);
}
@media (min-width: 1200px){#s-10df70f0-f82d-41bd-8aa4-02c711e7b0a9 {
  display: none;
}
#s-10df70f0-f82d-41bd-8aa4-02c711e7b0a9, #wrap-s-10df70f0-f82d-41bd-8aa4-02c711e7b0a9, #wrap-content-s-10df70f0-f82d-41bd-8aa4-02c711e7b0a9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-10df70f0-f82d-41bd-8aa4-02c711e7b0a9 {
  display: none;
}
#s-10df70f0-f82d-41bd-8aa4-02c711e7b0a9, #wrap-s-10df70f0-f82d-41bd-8aa4-02c711e7b0a9, #wrap-content-s-10df70f0-f82d-41bd-8aa4-02c711e7b0a9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-10df70f0-f82d-41bd-8aa4-02c711e7b0a9 {
  
}
}@media (max-width: 767px){#s-10df70f0-f82d-41bd-8aa4-02c711e7b0a9 {
  
}
}
#s-a9f5e7bd-eebb-4398-b0f8-a03d08a32bec {
  margin-top: 380px;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.6);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-a9f5e7bd-eebb-4398-b0f8-a03d08a32bec:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a9f5e7bd-eebb-4398-b0f8-a03d08a32bec:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-a9f5e7bd-eebb-4398-b0f8-a03d08a32bec {
  display: none;
}
#s-a9f5e7bd-eebb-4398-b0f8-a03d08a32bec, #wrap-s-a9f5e7bd-eebb-4398-b0f8-a03d08a32bec, #wrap-content-s-a9f5e7bd-eebb-4398-b0f8-a03d08a32bec { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a9f5e7bd-eebb-4398-b0f8-a03d08a32bec {
  display: none;
}
#s-a9f5e7bd-eebb-4398-b0f8-a03d08a32bec, #wrap-s-a9f5e7bd-eebb-4398-b0f8-a03d08a32bec, #wrap-content-s-a9f5e7bd-eebb-4398-b0f8-a03d08a32bec { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a9f5e7bd-eebb-4398-b0f8-a03d08a32bec {
  
}
}@media (max-width: 767px){#s-a9f5e7bd-eebb-4398-b0f8-a03d08a32bec {
  
}
}

  #s-a9f5e7bd-eebb-4398-b0f8-a03d08a32bec-root {
    text-align: center;
  }


#s-a9f5e7bd-eebb-4398-b0f8-a03d08a32bec.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-a9f5e7bd-eebb-4398-b0f8-a03d08a32bec-root {
    text-align: center;
  }


#s-a9f5e7bd-eebb-4398-b0f8-a03d08a32bec.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-a9f5e7bd-eebb-4398-b0f8-a03d08a32bec-root {
    text-align: center;
  }


#s-a9f5e7bd-eebb-4398-b0f8-a03d08a32bec.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-a9f5e7bd-eebb-4398-b0f8-a03d08a32bec-root {
    text-align: center;
  }


#s-a9f5e7bd-eebb-4398-b0f8-a03d08a32bec.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-a9f5e7bd-eebb-4398-b0f8-a03d08a32bec-root {
    text-align: center;
  }


#s-a9f5e7bd-eebb-4398-b0f8-a03d08a32bec.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-1acdc5cc-8ec6-44b5-8ce7-068a0a8cde1a {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-1acdc5cc-8ec6-44b5-8ce7-068a0a8cde1a {
  display: none;
}
#s-1acdc5cc-8ec6-44b5-8ce7-068a0a8cde1a, #wrap-s-1acdc5cc-8ec6-44b5-8ce7-068a0a8cde1a, #wrap-content-s-1acdc5cc-8ec6-44b5-8ce7-068a0a8cde1a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1acdc5cc-8ec6-44b5-8ce7-068a0a8cde1a {
  display: none;
}
#s-1acdc5cc-8ec6-44b5-8ce7-068a0a8cde1a, #wrap-s-1acdc5cc-8ec6-44b5-8ce7-068a0a8cde1a, #wrap-content-s-1acdc5cc-8ec6-44b5-8ce7-068a0a8cde1a { display: none !important; }}@media (max-width: 767px){#s-1acdc5cc-8ec6-44b5-8ce7-068a0a8cde1a {
  display: none;
}
#s-1acdc5cc-8ec6-44b5-8ce7-068a0a8cde1a, #wrap-s-1acdc5cc-8ec6-44b5-8ce7-068a0a8cde1a, #wrap-content-s-1acdc5cc-8ec6-44b5-8ce7-068a0a8cde1a { display: none !important; }}
#s-1acdc5cc-8ec6-44b5-8ce7-068a0a8cde1a {
  background-image: url(https://i.shgcdn.com/1adef12a-3b6a-4cfe-b2dd-bf012aea0ea5/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-1acdc5cc-8ec6-44b5-8ce7-068a0a8cde1a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1acdc5cc-8ec6-44b5-8ce7-068a0a8cde1a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-25a95b03-c89c-4fa0-9908-f5c507d96c3f {
  margin-top: 100px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
padding-top: 15px;
padding-left: 10px;
padding-bottom: 15px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(37, 29, 29, 0.5);
}
@media (min-width: 1200px){#s-25a95b03-c89c-4fa0-9908-f5c507d96c3f {
  display: none;
}
#s-25a95b03-c89c-4fa0-9908-f5c507d96c3f, #wrap-s-25a95b03-c89c-4fa0-9908-f5c507d96c3f, #wrap-content-s-25a95b03-c89c-4fa0-9908-f5c507d96c3f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-25a95b03-c89c-4fa0-9908-f5c507d96c3f {
  display: none;
}
#s-25a95b03-c89c-4fa0-9908-f5c507d96c3f, #wrap-s-25a95b03-c89c-4fa0-9908-f5c507d96c3f, #wrap-content-s-25a95b03-c89c-4fa0-9908-f5c507d96c3f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-25a95b03-c89c-4fa0-9908-f5c507d96c3f {
  display: none;
}
#s-25a95b03-c89c-4fa0-9908-f5c507d96c3f, #wrap-s-25a95b03-c89c-4fa0-9908-f5c507d96c3f, #wrap-content-s-25a95b03-c89c-4fa0-9908-f5c507d96c3f { display: none !important; }}@media (max-width: 767px){#s-25a95b03-c89c-4fa0-9908-f5c507d96c3f {
  
}
}
#s-d03936f9-0e3e-4f75-9978-4e7eb59fcb54 {
  margin-top: 5px;
margin-left: 0%;
margin-right: 0%;
padding-top: 1px;
padding-bottom: 1px;
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-d03936f9-0e3e-4f75-9978-4e7eb59fcb54 {
  
}
}@media (max-width: 767px){#s-d03936f9-0e3e-4f75-9978-4e7eb59fcb54 {
  
}
}
#s-6b57a9bd-3499-4051-bd4e-c1f94a161bd8 {
  margin-top: 400px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
background-color: rgba(23, 22, 23, 0.5);
text-align: center;
text-decoration: none;
}
#s-6b57a9bd-3499-4051-bd4e-c1f94a161bd8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6b57a9bd-3499-4051-bd4e-c1f94a161bd8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6b57a9bd-3499-4051-bd4e-c1f94a161bd8-root {
    text-align: center;
  }


#s-6b57a9bd-3499-4051-bd4e-c1f94a161bd8.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6b57a9bd-3499-4051-bd4e-c1f94a161bd8-root {
    text-align: center;
  }


#s-6b57a9bd-3499-4051-bd4e-c1f94a161bd8.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6b57a9bd-3499-4051-bd4e-c1f94a161bd8-root {
    text-align: center;
  }


#s-6b57a9bd-3499-4051-bd4e-c1f94a161bd8.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6b57a9bd-3499-4051-bd4e-c1f94a161bd8-root {
    text-align: center;
  }


#s-6b57a9bd-3499-4051-bd4e-c1f94a161bd8.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6b57a9bd-3499-4051-bd4e-c1f94a161bd8-root {
    text-align: center;
  }


#s-6b57a9bd-3499-4051-bd4e-c1f94a161bd8.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-232de3b8-bb74-4eaf-b661-cc734e700302 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
}
@media (min-width: 1200px){#s-232de3b8-bb74-4eaf-b661-cc734e700302 {
  display: none;
}
#s-232de3b8-bb74-4eaf-b661-cc734e700302, #wrap-s-232de3b8-bb74-4eaf-b661-cc734e700302, #wrap-content-s-232de3b8-bb74-4eaf-b661-cc734e700302 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-232de3b8-bb74-4eaf-b661-cc734e700302 {
  display: none;
}
#s-232de3b8-bb74-4eaf-b661-cc734e700302, #wrap-s-232de3b8-bb74-4eaf-b661-cc734e700302, #wrap-content-s-232de3b8-bb74-4eaf-b661-cc734e700302 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-232de3b8-bb74-4eaf-b661-cc734e700302 {
  display: none;
}
#s-232de3b8-bb74-4eaf-b661-cc734e700302, #wrap-s-232de3b8-bb74-4eaf-b661-cc734e700302, #wrap-content-s-232de3b8-bb74-4eaf-b661-cc734e700302 { display: none !important; }}
#s-232de3b8-bb74-4eaf-b661-cc734e700302 {
  background-image: url(https://i.shgcdn.com/a6176e36-4136-4ec4-bf83-c5b4116df8cb/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-232de3b8-bb74-4eaf-b661-cc734e700302 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-232de3b8-bb74-4eaf-b661-cc734e700302.shg-box.shg-c {
  justify-content: center;
}

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

}

@media (min-width: 768px) {
[id="s-84c1e985-6e0d-4de2-90ba-5f29992e97b4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-84c1e985-6e0d-4de2-90ba-5f29992e97b4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-84c1e985-6e0d-4de2-90ba-5f29992e97b4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2f1a4e32-ad3c-45ef-a922-eaa7d9fd117b {
  margin-top: 25px;
margin-bottom: 25px;
}

#s-8be4ca91-90be-4279-a7ae-def59741815e {
  margin-top: 30px;
margin-bottom: 30px;
}
@media (max-width: 767px){#s-8be4ca91-90be-4279-a7ae-def59741815e {
  display: none;
}
#s-8be4ca91-90be-4279-a7ae-def59741815e, #wrap-s-8be4ca91-90be-4279-a7ae-def59741815e, #wrap-content-s-8be4ca91-90be-4279-a7ae-def59741815e { display: none !important; }}
@media (min-width: 0px) {
[id="s-8be4ca91-90be-4279-a7ae-def59741815e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8be4ca91-90be-4279-a7ae-def59741815e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8be4ca91-90be-4279-a7ae-def59741815e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8be4ca91-90be-4279-a7ae-def59741815e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f194fa83-a914-4460-9f8b-696ab1e73762 {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (max-width: 767px){#s-61a8e39f-43d0-48cb-9227-c23da3c16f35 {
  display: none;
}
#s-61a8e39f-43d0-48cb-9227-c23da3c16f35, #wrap-s-61a8e39f-43d0-48cb-9227-c23da3c16f35, #wrap-content-s-61a8e39f-43d0-48cb-9227-c23da3c16f35 { display: none !important; }}
@media (min-width: 0px) {
[id="s-61a8e39f-43d0-48cb-9227-c23da3c16f35"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-61a8e39f-43d0-48cb-9227-c23da3c16f35"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-61a8e39f-43d0-48cb-9227-c23da3c16f35"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-61a8e39f-43d0-48cb-9227-c23da3c16f35"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-75ea82ad-2a85-41da-a601-c34672fd8bad {
  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-75ea82ad-2a85-41da-a601-c34672fd8bad:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-75ea82ad-2a85-41da-a601-c34672fd8bad: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-75ea82ad-2a85-41da-a601-c34672fd8bad-root {
    text-align: center;
  }


#s-75ea82ad-2a85-41da-a601-c34672fd8bad.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-75ea82ad-2a85-41da-a601-c34672fd8bad-root {
    text-align: center;
  }


#s-75ea82ad-2a85-41da-a601-c34672fd8bad.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-75ea82ad-2a85-41da-a601-c34672fd8bad-root {
    text-align: center;
  }


#s-75ea82ad-2a85-41da-a601-c34672fd8bad.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-75ea82ad-2a85-41da-a601-c34672fd8bad-root {
    text-align: center;
  }


#s-75ea82ad-2a85-41da-a601-c34672fd8bad.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-75ea82ad-2a85-41da-a601-c34672fd8bad-root {
    text-align: center;
  }


#s-75ea82ad-2a85-41da-a601-c34672fd8bad.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-98ec76d9-920b-4e76-b8f0-86187b79e5f1 {
  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-98ec76d9-920b-4e76-b8f0-86187b79e5f1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-98ec76d9-920b-4e76-b8f0-86187b79e5f1: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-98ec76d9-920b-4e76-b8f0-86187b79e5f1 {
  display: none;
}
#s-98ec76d9-920b-4e76-b8f0-86187b79e5f1, #wrap-s-98ec76d9-920b-4e76-b8f0-86187b79e5f1, #wrap-content-s-98ec76d9-920b-4e76-b8f0-86187b79e5f1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-98ec76d9-920b-4e76-b8f0-86187b79e5f1 {
  display: none;
}
#s-98ec76d9-920b-4e76-b8f0-86187b79e5f1, #wrap-s-98ec76d9-920b-4e76-b8f0-86187b79e5f1, #wrap-content-s-98ec76d9-920b-4e76-b8f0-86187b79e5f1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-98ec76d9-920b-4e76-b8f0-86187b79e5f1 {
  display: none;
}
#s-98ec76d9-920b-4e76-b8f0-86187b79e5f1, #wrap-s-98ec76d9-920b-4e76-b8f0-86187b79e5f1, #wrap-content-s-98ec76d9-920b-4e76-b8f0-86187b79e5f1 { display: none !important; }}

  #s-98ec76d9-920b-4e76-b8f0-86187b79e5f1-root {
    text-align: center;
  }


#s-98ec76d9-920b-4e76-b8f0-86187b79e5f1.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-98ec76d9-920b-4e76-b8f0-86187b79e5f1-root {
    text-align: center;
  }


#s-98ec76d9-920b-4e76-b8f0-86187b79e5f1.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-98ec76d9-920b-4e76-b8f0-86187b79e5f1-root {
    text-align: center;
  }


#s-98ec76d9-920b-4e76-b8f0-86187b79e5f1.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-98ec76d9-920b-4e76-b8f0-86187b79e5f1-root {
    text-align: center;
  }


#s-98ec76d9-920b-4e76-b8f0-86187b79e5f1.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-98ec76d9-920b-4e76-b8f0-86187b79e5f1-root {
    text-align: center;
  }


#s-98ec76d9-920b-4e76-b8f0-86187b79e5f1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-1602a2ae-5d3c-4ddf-b1e7-3690564bfd5a {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-1602a2ae-5d3c-4ddf-b1e7-3690564bfd5a {
  display: none;
}
#s-1602a2ae-5d3c-4ddf-b1e7-3690564bfd5a, #wrap-s-1602a2ae-5d3c-4ddf-b1e7-3690564bfd5a, #wrap-content-s-1602a2ae-5d3c-4ddf-b1e7-3690564bfd5a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1602a2ae-5d3c-4ddf-b1e7-3690564bfd5a {
  display: none;
}
#s-1602a2ae-5d3c-4ddf-b1e7-3690564bfd5a, #wrap-s-1602a2ae-5d3c-4ddf-b1e7-3690564bfd5a, #wrap-content-s-1602a2ae-5d3c-4ddf-b1e7-3690564bfd5a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1602a2ae-5d3c-4ddf-b1e7-3690564bfd5a {
  
}
}@media (max-width: 767px){#s-1602a2ae-5d3c-4ddf-b1e7-3690564bfd5a {
  
}
}
#s-1602a2ae-5d3c-4ddf-b1e7-3690564bfd5a {
  background-image: url(https://i.shgcdn.com/9c255575-e01d-4cb7-8840-bd98b1abdec6/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-1602a2ae-5d3c-4ddf-b1e7-3690564bfd5a > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
  display: block;
}#s-1602a2ae-5d3c-4ddf-b1e7-3690564bfd5a {
  cursor: pointer;
}#s-1602a2ae-5d3c-4ddf-b1e7-3690564bfd5a.shg-box.shg-c {
  justify-content: flex-end;
}

@media (min-width: 768px) and (max-width: 991px){#s-93b1d073-99d5-4617-afe5-06ab678fc4af {
  display: none;
}
#s-93b1d073-99d5-4617-afe5-06ab678fc4af, #wrap-s-93b1d073-99d5-4617-afe5-06ab678fc4af, #wrap-content-s-93b1d073-99d5-4617-afe5-06ab678fc4af { display: none !important; }}@media (max-width: 767px){#s-93b1d073-99d5-4617-afe5-06ab678fc4af {
  display: none;
}
#s-93b1d073-99d5-4617-afe5-06ab678fc4af, #wrap-s-93b1d073-99d5-4617-afe5-06ab678fc4af, #wrap-content-s-93b1d073-99d5-4617-afe5-06ab678fc4af { display: none !important; }}
@media (min-width: 0px) {
[id="s-93b1d073-99d5-4617-afe5-06ab678fc4af"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-93b1d073-99d5-4617-afe5-06ab678fc4af"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-93b1d073-99d5-4617-afe5-06ab678fc4af"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-93b1d073-99d5-4617-afe5-06ab678fc4af"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-8d31b29f-5962-4855-a2d1-3faa06bf6e78 {
  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-8d31b29f-5962-4855-a2d1-3faa06bf6e78 {
  display: none;
}
#s-8d31b29f-5962-4855-a2d1-3faa06bf6e78, #wrap-s-8d31b29f-5962-4855-a2d1-3faa06bf6e78, #wrap-content-s-8d31b29f-5962-4855-a2d1-3faa06bf6e78 { display: none !important; }}@media (max-width: 767px){#s-8d31b29f-5962-4855-a2d1-3faa06bf6e78 {
  display: none;
}
#s-8d31b29f-5962-4855-a2d1-3faa06bf6e78, #wrap-s-8d31b29f-5962-4855-a2d1-3faa06bf6e78, #wrap-content-s-8d31b29f-5962-4855-a2d1-3faa06bf6e78 { display: none !important; }}
#s-8d31b29f-5962-4855-a2d1-3faa06bf6e78 .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-5fffca7e-76b1-4abf-b902-baeeb226e4f7 {
  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-5fffca7e-76b1-4abf-b902-baeeb226e4f7 {
  display: none;
}
#s-5fffca7e-76b1-4abf-b902-baeeb226e4f7, #wrap-s-5fffca7e-76b1-4abf-b902-baeeb226e4f7, #wrap-content-s-5fffca7e-76b1-4abf-b902-baeeb226e4f7 { display: none !important; }}@media (max-width: 767px){#s-5fffca7e-76b1-4abf-b902-baeeb226e4f7 {
  display: none;
}
#s-5fffca7e-76b1-4abf-b902-baeeb226e4f7, #wrap-s-5fffca7e-76b1-4abf-b902-baeeb226e4f7, #wrap-content-s-5fffca7e-76b1-4abf-b902-baeeb226e4f7 { display: none !important; }}
#s-2dda1365-cf48-4bc0-8d64-1352c79cb508 {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2dda1365-cf48-4bc0-8d64-1352c79cb508 {
  display: none;
}
#s-2dda1365-cf48-4bc0-8d64-1352c79cb508, #wrap-s-2dda1365-cf48-4bc0-8d64-1352c79cb508, #wrap-content-s-2dda1365-cf48-4bc0-8d64-1352c79cb508 { display: none !important; }}@media (max-width: 767px){#s-2dda1365-cf48-4bc0-8d64-1352c79cb508 {
  display: none;
}
#s-2dda1365-cf48-4bc0-8d64-1352c79cb508, #wrap-s-2dda1365-cf48-4bc0-8d64-1352c79cb508, #wrap-content-s-2dda1365-cf48-4bc0-8d64-1352c79cb508 { display: none !important; }}
@media (min-width: 0px) {
[id="s-2dda1365-cf48-4bc0-8d64-1352c79cb508"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-2dda1365-cf48-4bc0-8d64-1352c79cb508"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2dda1365-cf48-4bc0-8d64-1352c79cb508"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2dda1365-cf48-4bc0-8d64-1352c79cb508"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-b53f3a4e-043c-4c74-aa95-be2e4ab72d34 {
  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-b53f3a4e-043c-4c74-aa95-be2e4ab72d34:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b53f3a4e-043c-4c74-aa95-be2e4ab72d34:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b53f3a4e-043c-4c74-aa95-be2e4ab72d34-root {
    text-align: center;
  }


#s-b53f3a4e-043c-4c74-aa95-be2e4ab72d34.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-b53f3a4e-043c-4c74-aa95-be2e4ab72d34-root {
    text-align: center;
  }


#s-b53f3a4e-043c-4c74-aa95-be2e4ab72d34.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-b53f3a4e-043c-4c74-aa95-be2e4ab72d34-root {
    text-align: center;
  }


#s-b53f3a4e-043c-4c74-aa95-be2e4ab72d34.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-b53f3a4e-043c-4c74-aa95-be2e4ab72d34-root {
    text-align: center;
  }


#s-b53f3a4e-043c-4c74-aa95-be2e4ab72d34.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-b53f3a4e-043c-4c74-aa95-be2e4ab72d34-root {
    text-align: center;
  }


#s-b53f3a4e-043c-4c74-aa95-be2e4ab72d34.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-1a6821bb-990f-4473-8108-cb744e8d9cf7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-1a6821bb-990f-4473-8108-cb744e8d9cf7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1a6821bb-990f-4473-8108-cb744e8d9cf7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1a6821bb-990f-4473-8108-cb744e8d9cf7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2c33aedc-e08a-443b-b0d5-89fbd383c831 {
  margin-top: 5px;
margin-left: 10px;
margin-bottom: 5px;
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.5);
}
@media (min-width: 1200px){#s-2c33aedc-e08a-443b-b0d5-89fbd383c831 {
  display: none;
}
#s-2c33aedc-e08a-443b-b0d5-89fbd383c831, #wrap-s-2c33aedc-e08a-443b-b0d5-89fbd383c831, #wrap-content-s-2c33aedc-e08a-443b-b0d5-89fbd383c831 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2c33aedc-e08a-443b-b0d5-89fbd383c831 {
  display: none;
}
#s-2c33aedc-e08a-443b-b0d5-89fbd383c831, #wrap-s-2c33aedc-e08a-443b-b0d5-89fbd383c831, #wrap-content-s-2c33aedc-e08a-443b-b0d5-89fbd383c831 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2c33aedc-e08a-443b-b0d5-89fbd383c831 {
  
}
}@media (max-width: 767px){#s-2c33aedc-e08a-443b-b0d5-89fbd383c831 {
  
}
}
@media (min-width: 0px) {
[id="s-9021c1ac-651e-4580-a652-3826b5c5f065"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-9021c1ac-651e-4580-a652-3826b5c5f065"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9021c1ac-651e-4580-a652-3826b5c5f065"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9021c1ac-651e-4580-a652-3826b5c5f065"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6b843359-a41d-4a00-9857-464a78a8a4c7 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(23, 22, 23, 0.9);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
}
#s-6b843359-a41d-4a00-9857-464a78a8a4c7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6b843359-a41d-4a00-9857-464a78a8a4c7:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-6b843359-a41d-4a00-9857-464a78a8a4c7 {
  display: none;
}
#s-6b843359-a41d-4a00-9857-464a78a8a4c7, #wrap-s-6b843359-a41d-4a00-9857-464a78a8a4c7, #wrap-content-s-6b843359-a41d-4a00-9857-464a78a8a4c7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6b843359-a41d-4a00-9857-464a78a8a4c7 {
  display: none;
}
#s-6b843359-a41d-4a00-9857-464a78a8a4c7, #wrap-s-6b843359-a41d-4a00-9857-464a78a8a4c7, #wrap-content-s-6b843359-a41d-4a00-9857-464a78a8a4c7 { display: none !important; }}

  #s-6b843359-a41d-4a00-9857-464a78a8a4c7-root {
    text-align: center;
  }


#s-6b843359-a41d-4a00-9857-464a78a8a4c7.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-6b843359-a41d-4a00-9857-464a78a8a4c7-root {
    text-align: center;
  }


#s-6b843359-a41d-4a00-9857-464a78a8a4c7.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-6b843359-a41d-4a00-9857-464a78a8a4c7-root {
    text-align: center;
  }


#s-6b843359-a41d-4a00-9857-464a78a8a4c7.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-6b843359-a41d-4a00-9857-464a78a8a4c7-root {
    text-align: center;
  }


#s-6b843359-a41d-4a00-9857-464a78a8a4c7.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-6b843359-a41d-4a00-9857-464a78a8a4c7-root {
    text-align: center;
  }


#s-6b843359-a41d-4a00-9857-464a78a8a4c7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-f4bfeb26-67b2-41a5-a8c2-e734e71913f2 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 450px;
background-position: center -15px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f4bfeb26-67b2-41a5-a8c2-e734e71913f2 {
  display: none;
}
#s-f4bfeb26-67b2-41a5-a8c2-e734e71913f2, #wrap-s-f4bfeb26-67b2-41a5-a8c2-e734e71913f2, #wrap-content-s-f4bfeb26-67b2-41a5-a8c2-e734e71913f2 { display: none !important; }}@media (max-width: 767px){#s-f4bfeb26-67b2-41a5-a8c2-e734e71913f2 {
  display: none;
}
#s-f4bfeb26-67b2-41a5-a8c2-e734e71913f2, #wrap-s-f4bfeb26-67b2-41a5-a8c2-e734e71913f2, #wrap-content-s-f4bfeb26-67b2-41a5-a8c2-e734e71913f2 { display: none !important; }}
#s-f4bfeb26-67b2-41a5-a8c2-e734e71913f2 {
  background-image: url(https://i.shgcdn.com/6ed0fecd-b3f7-49c8-8854-bc104c4d9470/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-f4bfeb26-67b2-41a5-a8c2-e734e71913f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f4bfeb26-67b2-41a5-a8c2-e734e71913f2 {
  cursor: pointer;
}#s-f4bfeb26-67b2-41a5-a8c2-e734e71913f2.shg-box.shg-c {
  justify-content: center;
}

#s-a5223fcd-3ecd-483e-9e9a-572c1431e696 {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a5223fcd-3ecd-483e-9e9a-572c1431e696 {
  display: none;
}
#s-a5223fcd-3ecd-483e-9e9a-572c1431e696, #wrap-s-a5223fcd-3ecd-483e-9e9a-572c1431e696, #wrap-content-s-a5223fcd-3ecd-483e-9e9a-572c1431e696 { display: none !important; }}@media (max-width: 767px){#s-a5223fcd-3ecd-483e-9e9a-572c1431e696 {
  display: none;
}
#s-a5223fcd-3ecd-483e-9e9a-572c1431e696, #wrap-s-a5223fcd-3ecd-483e-9e9a-572c1431e696, #wrap-content-s-a5223fcd-3ecd-483e-9e9a-572c1431e696 { display: none !important; }}
@media (min-width: 0px) {
[id="s-a5223fcd-3ecd-483e-9e9a-572c1431e696"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-a5223fcd-3ecd-483e-9e9a-572c1431e696"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a5223fcd-3ecd-483e-9e9a-572c1431e696"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a5223fcd-3ecd-483e-9e9a-572c1431e696"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-3df652e4-5dbf-4732-bc0b-51a2ee971f07 {
  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-3df652e4-5dbf-4732-bc0b-51a2ee971f07 {
  display: none;
}
#s-3df652e4-5dbf-4732-bc0b-51a2ee971f07, #wrap-s-3df652e4-5dbf-4732-bc0b-51a2ee971f07, #wrap-content-s-3df652e4-5dbf-4732-bc0b-51a2ee971f07 { display: none !important; }}@media (max-width: 767px){#s-3df652e4-5dbf-4732-bc0b-51a2ee971f07 {
  display: none;
}
#s-3df652e4-5dbf-4732-bc0b-51a2ee971f07, #wrap-s-3df652e4-5dbf-4732-bc0b-51a2ee971f07, #wrap-content-s-3df652e4-5dbf-4732-bc0b-51a2ee971f07 { display: none !important; }}
#s-8adbcb97-c25a-4ed0-a635-4f773ebafb14 {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8adbcb97-c25a-4ed0-a635-4f773ebafb14 {
  display: none;
}
#s-8adbcb97-c25a-4ed0-a635-4f773ebafb14, #wrap-s-8adbcb97-c25a-4ed0-a635-4f773ebafb14, #wrap-content-s-8adbcb97-c25a-4ed0-a635-4f773ebafb14 { display: none !important; }}@media (max-width: 767px){#s-8adbcb97-c25a-4ed0-a635-4f773ebafb14 {
  display: none;
}
#s-8adbcb97-c25a-4ed0-a635-4f773ebafb14, #wrap-s-8adbcb97-c25a-4ed0-a635-4f773ebafb14, #wrap-content-s-8adbcb97-c25a-4ed0-a635-4f773ebafb14 { display: none !important; }}
@media (min-width: 0px) {
[id="s-8adbcb97-c25a-4ed0-a635-4f773ebafb14"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-8adbcb97-c25a-4ed0-a635-4f773ebafb14"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8adbcb97-c25a-4ed0-a635-4f773ebafb14"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8adbcb97-c25a-4ed0-a635-4f773ebafb14"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

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

  #s-0db3c703-3344-4b21-9a8d-49f87aca3e8a-root {
    text-align: center;
  }


#s-0db3c703-3344-4b21-9a8d-49f87aca3e8a.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-0db3c703-3344-4b21-9a8d-49f87aca3e8a-root {
    text-align: center;
  }


#s-0db3c703-3344-4b21-9a8d-49f87aca3e8a.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-0db3c703-3344-4b21-9a8d-49f87aca3e8a-root {
    text-align: center;
  }


#s-0db3c703-3344-4b21-9a8d-49f87aca3e8a.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-0db3c703-3344-4b21-9a8d-49f87aca3e8a-root {
    text-align: center;
  }


#s-0db3c703-3344-4b21-9a8d-49f87aca3e8a.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-0db3c703-3344-4b21-9a8d-49f87aca3e8a-root {
    text-align: center;
  }


#s-0db3c703-3344-4b21-9a8d-49f87aca3e8a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-ec66e99c-0c35-493d-916a-81443a3077aa {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-ec66e99c-0c35-493d-916a-81443a3077aa {
  display: none;
}
#s-ec66e99c-0c35-493d-916a-81443a3077aa, #wrap-s-ec66e99c-0c35-493d-916a-81443a3077aa, #wrap-content-s-ec66e99c-0c35-493d-916a-81443a3077aa { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ec66e99c-0c35-493d-916a-81443a3077aa {
  display: none;
}
#s-ec66e99c-0c35-493d-916a-81443a3077aa, #wrap-s-ec66e99c-0c35-493d-916a-81443a3077aa, #wrap-content-s-ec66e99c-0c35-493d-916a-81443a3077aa { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ec66e99c-0c35-493d-916a-81443a3077aa {
  display: none;
}
#s-ec66e99c-0c35-493d-916a-81443a3077aa, #wrap-s-ec66e99c-0c35-493d-916a-81443a3077aa, #wrap-content-s-ec66e99c-0c35-493d-916a-81443a3077aa { display: none !important; }}







#s-ec66e99c-0c35-493d-916a-81443a3077aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ec66e99c-0c35-493d-916a-81443a3077aa {
  cursor: pointer;
}#s-ec66e99c-0c35-493d-916a-81443a3077aa.shg-box.shg-c {
  justify-content: flex-start;
}

#s-19f3e2e3-7bda-4eb7-8ee1-9d556d325489 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 400px;
margin-right: 0%;
padding-top: 1px;
padding-bottom: 1px;
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-19f3e2e3-7bda-4eb7-8ee1-9d556d325489 {
  
}
}@media (max-width: 767px){#s-19f3e2e3-7bda-4eb7-8ee1-9d556d325489 {
  
}
}
#s-f63743f9-101a-4542-8f6d-566b0f8bc99f {
  margin-top: 0px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
background-color: rgba(23, 22, 23, 0.5);
text-align: center;
text-decoration: none;
}
#s-f63743f9-101a-4542-8f6d-566b0f8bc99f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f63743f9-101a-4542-8f6d-566b0f8bc99f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f63743f9-101a-4542-8f6d-566b0f8bc99f-root {
    text-align: center;
  }


#s-f63743f9-101a-4542-8f6d-566b0f8bc99f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f63743f9-101a-4542-8f6d-566b0f8bc99f-root {
    text-align: center;
  }


#s-f63743f9-101a-4542-8f6d-566b0f8bc99f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f63743f9-101a-4542-8f6d-566b0f8bc99f-root {
    text-align: center;
  }


#s-f63743f9-101a-4542-8f6d-566b0f8bc99f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f63743f9-101a-4542-8f6d-566b0f8bc99f-root {
    text-align: center;
  }


#s-f63743f9-101a-4542-8f6d-566b0f8bc99f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f63743f9-101a-4542-8f6d-566b0f8bc99f-root {
    text-align: center;
  }


#s-f63743f9-101a-4542-8f6d-566b0f8bc99f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
.shg-hr-wrapper {
  padding: 30px 0;
}

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

@media (min-width: 1200px){#s-b922673f-273c-476a-80f0-7363a6ae84c5 {
  display: none;
}
#s-b922673f-273c-476a-80f0-7363a6ae84c5, #wrap-s-b922673f-273c-476a-80f0-7363a6ae84c5, #wrap-content-s-b922673f-273c-476a-80f0-7363a6ae84c5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b922673f-273c-476a-80f0-7363a6ae84c5 {
  display: none;
}
#s-b922673f-273c-476a-80f0-7363a6ae84c5, #wrap-s-b922673f-273c-476a-80f0-7363a6ae84c5, #wrap-content-s-b922673f-273c-476a-80f0-7363a6ae84c5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b922673f-273c-476a-80f0-7363a6ae84c5 {
  display: none;
}
#s-b922673f-273c-476a-80f0-7363a6ae84c5, #wrap-s-b922673f-273c-476a-80f0-7363a6ae84c5, #wrap-content-s-b922673f-273c-476a-80f0-7363a6ae84c5 { display: none !important; }}@media (max-width: 767px){#s-b922673f-273c-476a-80f0-7363a6ae84c5 {
  display: none;
}
#s-b922673f-273c-476a-80f0-7363a6ae84c5, #wrap-s-b922673f-273c-476a-80f0-7363a6ae84c5, #wrap-content-s-b922673f-273c-476a-80f0-7363a6ae84c5 { display: none !important; }}
#s-b922673f-273c-476a-80f0-7363a6ae84c5 hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-1049eb94-466b-40b9-805d-4d6ab8592999 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-1049eb94-466b-40b9-805d-4d6ab8592999 {
  display: none;
}
#s-1049eb94-466b-40b9-805d-4d6ab8592999, #wrap-s-1049eb94-466b-40b9-805d-4d6ab8592999, #wrap-content-s-1049eb94-466b-40b9-805d-4d6ab8592999 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1049eb94-466b-40b9-805d-4d6ab8592999 {
  display: none;
}
#s-1049eb94-466b-40b9-805d-4d6ab8592999, #wrap-s-1049eb94-466b-40b9-805d-4d6ab8592999, #wrap-content-s-1049eb94-466b-40b9-805d-4d6ab8592999 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1049eb94-466b-40b9-805d-4d6ab8592999 {
  display: none;
}
#s-1049eb94-466b-40b9-805d-4d6ab8592999, #wrap-s-1049eb94-466b-40b9-805d-4d6ab8592999, #wrap-content-s-1049eb94-466b-40b9-805d-4d6ab8592999 { display: none !important; }}
#s-1049eb94-466b-40b9-805d-4d6ab8592999 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 17px;
  
  
  
}



#s-d6c08cc1-dc72-49cb-96f0-b469e0907da9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-d6c08cc1-dc72-49cb-96f0-b469e0907da9 {
  display: none;
}
#s-d6c08cc1-dc72-49cb-96f0-b469e0907da9, #wrap-s-d6c08cc1-dc72-49cb-96f0-b469e0907da9, #wrap-content-s-d6c08cc1-dc72-49cb-96f0-b469e0907da9 { display: none !important; }}
#s-d6c08cc1-dc72-49cb-96f0-b469e0907da9 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



@media (min-width: 1200px){#s-4a9ddf2d-fc02-47cb-a323-41024b9c710f {
  display: none;
}
#s-4a9ddf2d-fc02-47cb-a323-41024b9c710f, #wrap-s-4a9ddf2d-fc02-47cb-a323-41024b9c710f, #wrap-content-s-4a9ddf2d-fc02-47cb-a323-41024b9c710f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4a9ddf2d-fc02-47cb-a323-41024b9c710f {
  display: none;
}
#s-4a9ddf2d-fc02-47cb-a323-41024b9c710f, #wrap-s-4a9ddf2d-fc02-47cb-a323-41024b9c710f, #wrap-content-s-4a9ddf2d-fc02-47cb-a323-41024b9c710f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4a9ddf2d-fc02-47cb-a323-41024b9c710f {
  display: none;
}
#s-4a9ddf2d-fc02-47cb-a323-41024b9c710f, #wrap-s-4a9ddf2d-fc02-47cb-a323-41024b9c710f, #wrap-content-s-4a9ddf2d-fc02-47cb-a323-41024b9c710f { display: none !important; }}@media (max-width: 767px){#s-4a9ddf2d-fc02-47cb-a323-41024b9c710f {
  
}
}
@media (min-width: 0px) {
[id="s-4a9ddf2d-fc02-47cb-a323-41024b9c710f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-4a9ddf2d-fc02-47cb-a323-41024b9c710f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4a9ddf2d-fc02-47cb-a323-41024b9c710f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4a9ddf2d-fc02-47cb-a323-41024b9c710f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.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-836cf701-7bfb-40b8-88b0-788237d08f43 {
  text-align: center;
}

#s-836cf701-7bfb-40b8-88b0-788237d08f43 {
  overflow: hidden;
  
  
}







  #s-836cf701-7bfb-40b8-88b0-788237d08f43 img.shogun-image {
    

    
    
    
  }


#s-836cf701-7bfb-40b8-88b0-788237d08f43 .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-8c10c379-3d25-4b84-a641-576b0053336c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8c10c379-3d25-4b84-a641-576b0053336c .shg-product-title-component h5 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 14px;
  
  
  
}

#s-eac56ce1-73fe-46be-8810-74b8a197c5f2 {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-6313e644-e457-44cd-82e3-957ec132f2ca {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 66px;
}
@media (min-width: 1200px){#s-6313e644-e457-44cd-82e3-957ec132f2ca {
  display: none;
}
#s-6313e644-e457-44cd-82e3-957ec132f2ca, #wrap-s-6313e644-e457-44cd-82e3-957ec132f2ca, #wrap-content-s-6313e644-e457-44cd-82e3-957ec132f2ca { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6313e644-e457-44cd-82e3-957ec132f2ca {
  display: none;
}
#s-6313e644-e457-44cd-82e3-957ec132f2ca, #wrap-s-6313e644-e457-44cd-82e3-957ec132f2ca, #wrap-content-s-6313e644-e457-44cd-82e3-957ec132f2ca { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6313e644-e457-44cd-82e3-957ec132f2ca {
  
}
}@media (max-width: 767px){#s-6313e644-e457-44cd-82e3-957ec132f2ca {
  
}
}
#s-45367f0d-a6a0-4625-b76b-02a65588a257 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-45367f0d-a6a0-4625-b76b-02a65588a257:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-45367f0d-a6a0-4625-b76b-02a65588a257:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-45367f0d-a6a0-4625-b76b-02a65588a257-root {
    text-align: center;
  }


#s-45367f0d-a6a0-4625-b76b-02a65588a257.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-45367f0d-a6a0-4625-b76b-02a65588a257-root {
    text-align: center;
  }


#s-45367f0d-a6a0-4625-b76b-02a65588a257.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-45367f0d-a6a0-4625-b76b-02a65588a257-root {
    text-align: center;
  }


#s-45367f0d-a6a0-4625-b76b-02a65588a257.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-45367f0d-a6a0-4625-b76b-02a65588a257-root {
    text-align: center;
  }


#s-45367f0d-a6a0-4625-b76b-02a65588a257.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-45367f0d-a6a0-4625-b76b-02a65588a257-root {
    text-align: center;
  }


#s-45367f0d-a6a0-4625-b76b-02a65588a257.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-fc7c860f-05cd-454d-8d58-614ffa1d9cb5 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-87b66441-6eea-4475-8061-d35da69e451e {
  max-width: 265px;
aspect-ratio: 265/502;
text-align: center;
}

#s-87b66441-6eea-4475-8061-d35da69e451e {
  overflow: hidden;
  
  
      max-width: 265px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-87b66441-6eea-4475-8061-d35da69e451e img.shogun-image,
  #s-87b66441-6eea-4475-8061-d35da69e451e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-87b66441-6eea-4475-8061-d35da69e451e {
    width: 100%;
    height: auto;
  }



  #s-87b66441-6eea-4475-8061-d35da69e451e img.shogun-image {
    

    
    
    
  }


#s-87b66441-6eea-4475-8061-d35da69e451e .shogun-image-content {
  
    justify-content: center;
  
}

#s-44de8f69-30f9-4f9a-a853-f6cf6b179ec6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-44de8f69-30f9-4f9a-a853-f6cf6b179ec6 .shg-product-title-component h5 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 14px;
  
  
  
}

#s-edea295a-e273-4190-b072-3a38dc5e7d2b {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-8a607635-32bf-4100-b046-451eb6ad375f {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 39px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8a607635-32bf-4100-b046-451eb6ad375f {
  display: none;
}
#s-8a607635-32bf-4100-b046-451eb6ad375f, #wrap-s-8a607635-32bf-4100-b046-451eb6ad375f, #wrap-content-s-8a607635-32bf-4100-b046-451eb6ad375f { display: none !important; }}@media (max-width: 767px){#s-8a607635-32bf-4100-b046-451eb6ad375f {
  display: none;
}
#s-8a607635-32bf-4100-b046-451eb6ad375f, #wrap-s-8a607635-32bf-4100-b046-451eb6ad375f, #wrap-content-s-8a607635-32bf-4100-b046-451eb6ad375f { display: none !important; }}
#s-6491a296-bca9-4c70-b5e7-0340409c8fbd {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 1200px){#s-6491a296-bca9-4c70-b5e7-0340409c8fbd {
  display: none;
}
#s-6491a296-bca9-4c70-b5e7-0340409c8fbd, #wrap-s-6491a296-bca9-4c70-b5e7-0340409c8fbd, #wrap-content-s-6491a296-bca9-4c70-b5e7-0340409c8fbd { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6491a296-bca9-4c70-b5e7-0340409c8fbd {
  display: none;
}
#s-6491a296-bca9-4c70-b5e7-0340409c8fbd, #wrap-s-6491a296-bca9-4c70-b5e7-0340409c8fbd, #wrap-content-s-6491a296-bca9-4c70-b5e7-0340409c8fbd { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6491a296-bca9-4c70-b5e7-0340409c8fbd {
  
}
}@media (max-width: 767px){#s-6491a296-bca9-4c70-b5e7-0340409c8fbd {
  
}
}
#s-0ed75d41-26f3-4e38-96dc-7a86e24aa474 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-90e9884e-1d55-4d89-9327-8b9d0befc1c4 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-90e9884e-1d55-4d89-9327-8b9d0befc1c4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-90e9884e-1d55-4d89-9327-8b9d0befc1c4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-90e9884e-1d55-4d89-9327-8b9d0befc1c4-root {
    text-align: center;
  }


#s-90e9884e-1d55-4d89-9327-8b9d0befc1c4.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-90e9884e-1d55-4d89-9327-8b9d0befc1c4-root {
    text-align: center;
  }


#s-90e9884e-1d55-4d89-9327-8b9d0befc1c4.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-90e9884e-1d55-4d89-9327-8b9d0befc1c4-root {
    text-align: center;
  }


#s-90e9884e-1d55-4d89-9327-8b9d0befc1c4.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-90e9884e-1d55-4d89-9327-8b9d0befc1c4-root {
    text-align: center;
  }


#s-90e9884e-1d55-4d89-9327-8b9d0befc1c4.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-90e9884e-1d55-4d89-9327-8b9d0befc1c4-root {
    text-align: center;
  }


#s-90e9884e-1d55-4d89-9327-8b9d0befc1c4.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
@media (min-width: 768px) and (max-width: 991px){#s-2b1f5334-e702-4aa1-931d-888e409ac184 {
  display: none;
}
#s-2b1f5334-e702-4aa1-931d-888e409ac184, #wrap-s-2b1f5334-e702-4aa1-931d-888e409ac184, #wrap-content-s-2b1f5334-e702-4aa1-931d-888e409ac184 { display: none !important; }}@media (max-width: 767px){#s-2b1f5334-e702-4aa1-931d-888e409ac184 {
  display: none;
}
#s-2b1f5334-e702-4aa1-931d-888e409ac184, #wrap-s-2b1f5334-e702-4aa1-931d-888e409ac184, #wrap-content-s-2b1f5334-e702-4aa1-931d-888e409ac184 { display: none !important; }}
#s-81b89835-44d8-481e-8969-4049b139e65f {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-81b89835-44d8-481e-8969-4049b139e65f {
  display: none;
}
#s-81b89835-44d8-481e-8969-4049b139e65f, #wrap-s-81b89835-44d8-481e-8969-4049b139e65f, #wrap-content-s-81b89835-44d8-481e-8969-4049b139e65f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-81b89835-44d8-481e-8969-4049b139e65f {
  display: none;
}
#s-81b89835-44d8-481e-8969-4049b139e65f, #wrap-s-81b89835-44d8-481e-8969-4049b139e65f, #wrap-content-s-81b89835-44d8-481e-8969-4049b139e65f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-81b89835-44d8-481e-8969-4049b139e65f {
  display: none;
}
#s-81b89835-44d8-481e-8969-4049b139e65f, #wrap-s-81b89835-44d8-481e-8969-4049b139e65f, #wrap-content-s-81b89835-44d8-481e-8969-4049b139e65f { display: none !important; }}
@media (min-width: 0px) {
[id="s-81b89835-44d8-481e-8969-4049b139e65f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-81b89835-44d8-481e-8969-4049b139e65f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-81b89835-44d8-481e-8969-4049b139e65f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-81b89835-44d8-481e-8969-4049b139e65f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-7ae80c3d-a81c-4817-9fc2-6f3d0b2d9be0 {
  max-width: 265px;
text-align: center;
}

#s-7ae80c3d-a81c-4817-9fc2-6f3d0b2d9be0 {
  overflow: hidden;
  
  
      max-width: 265px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-7ae80c3d-a81c-4817-9fc2-6f3d0b2d9be0 .shogun-image-content {
  
    justify-content: center;
  
}

#s-7cbd987b-a2a4-4f10-b27a-48c92d5d3505 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7cbd987b-a2a4-4f10-b27a-48c92d5d3505 .shg-product-title-component h5 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 14px;
  
  
  
}

#s-2b340ad4-c514-4eca-b7e2-df92dc776b88 {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-b1ea2457-1c6e-4f01-8c71-4eed8d74ab33 {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 1200px){#s-b1ea2457-1c6e-4f01-8c71-4eed8d74ab33 {
  display: none;
}
#s-b1ea2457-1c6e-4f01-8c71-4eed8d74ab33, #wrap-s-b1ea2457-1c6e-4f01-8c71-4eed8d74ab33, #wrap-content-s-b1ea2457-1c6e-4f01-8c71-4eed8d74ab33 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b1ea2457-1c6e-4f01-8c71-4eed8d74ab33 {
  display: none;
}
#s-b1ea2457-1c6e-4f01-8c71-4eed8d74ab33, #wrap-s-b1ea2457-1c6e-4f01-8c71-4eed8d74ab33, #wrap-content-s-b1ea2457-1c6e-4f01-8c71-4eed8d74ab33 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b1ea2457-1c6e-4f01-8c71-4eed8d74ab33 {
  
}
}@media (max-width: 767px){#s-b1ea2457-1c6e-4f01-8c71-4eed8d74ab33 {
  
}
}
#s-bb6e53b7-7c14-45ce-a60c-16884262b608 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-bb6e53b7-7c14-45ce-a60c-16884262b608:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bb6e53b7-7c14-45ce-a60c-16884262b608:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-bb6e53b7-7c14-45ce-a60c-16884262b608-root {
    text-align: center;
  }


#s-bb6e53b7-7c14-45ce-a60c-16884262b608.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-bb6e53b7-7c14-45ce-a60c-16884262b608-root {
    text-align: center;
  }


#s-bb6e53b7-7c14-45ce-a60c-16884262b608.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bb6e53b7-7c14-45ce-a60c-16884262b608-root {
    text-align: center;
  }


#s-bb6e53b7-7c14-45ce-a60c-16884262b608.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bb6e53b7-7c14-45ce-a60c-16884262b608-root {
    text-align: center;
  }


#s-bb6e53b7-7c14-45ce-a60c-16884262b608.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-bb6e53b7-7c14-45ce-a60c-16884262b608-root {
    text-align: center;
  }


#s-bb6e53b7-7c14-45ce-a60c-16884262b608.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-57324afe-47ac-414c-aaae-1a46ac387c30 {
  max-width: 265px;
aspect-ratio: 265/502;
text-align: center;
}

#s-57324afe-47ac-414c-aaae-1a46ac387c30 {
  overflow: hidden;
  
  
      max-width: 265px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-57324afe-47ac-414c-aaae-1a46ac387c30 img.shogun-image,
  #s-57324afe-47ac-414c-aaae-1a46ac387c30 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-57324afe-47ac-414c-aaae-1a46ac387c30 {
    width: 100%;
    height: auto;
  }



  #s-57324afe-47ac-414c-aaae-1a46ac387c30 img.shogun-image {
    

    
    
    
  }


#s-57324afe-47ac-414c-aaae-1a46ac387c30 .shogun-image-content {
  
    justify-content: center;
  
}

#s-04de1156-353c-4191-b596-d3d9fb531eb0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-04de1156-353c-4191-b596-d3d9fb531eb0 .shg-product-title-component h5 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 13px;
  
  
  
}

#s-27962b5b-e9bf-42d8-a14c-35b9f9bf5e04 {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-97e0f83b-1754-4a94-8efb-1abe51050a2e {
  margin-top: 10px;
padding-bottom: 37px;
}
@media (min-width: 768px) and (max-width: 991px){#s-97e0f83b-1754-4a94-8efb-1abe51050a2e {
  display: none;
}
#s-97e0f83b-1754-4a94-8efb-1abe51050a2e, #wrap-s-97e0f83b-1754-4a94-8efb-1abe51050a2e, #wrap-content-s-97e0f83b-1754-4a94-8efb-1abe51050a2e { display: none !important; }}@media (max-width: 767px){#s-97e0f83b-1754-4a94-8efb-1abe51050a2e {
  display: none;
}
#s-97e0f83b-1754-4a94-8efb-1abe51050a2e, #wrap-s-97e0f83b-1754-4a94-8efb-1abe51050a2e, #wrap-content-s-97e0f83b-1754-4a94-8efb-1abe51050a2e { display: none !important; }}
#s-4f37cdb9-4252-47dd-beab-e15b3d14cd28 {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 1200px){#s-4f37cdb9-4252-47dd-beab-e15b3d14cd28 {
  display: none;
}
#s-4f37cdb9-4252-47dd-beab-e15b3d14cd28, #wrap-s-4f37cdb9-4252-47dd-beab-e15b3d14cd28, #wrap-content-s-4f37cdb9-4252-47dd-beab-e15b3d14cd28 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4f37cdb9-4252-47dd-beab-e15b3d14cd28 {
  display: none;
}
#s-4f37cdb9-4252-47dd-beab-e15b3d14cd28, #wrap-s-4f37cdb9-4252-47dd-beab-e15b3d14cd28, #wrap-content-s-4f37cdb9-4252-47dd-beab-e15b3d14cd28 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4f37cdb9-4252-47dd-beab-e15b3d14cd28 {
  
}
}@media (max-width: 767px){#s-4f37cdb9-4252-47dd-beab-e15b3d14cd28 {
  
}
}
#s-4f8f7262-f558-4602-8e85-1740a007c71d {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-4f8f7262-f558-4602-8e85-1740a007c71d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4f8f7262-f558-4602-8e85-1740a007c71d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4f8f7262-f558-4602-8e85-1740a007c71d-root {
    text-align: center;
  }


#s-4f8f7262-f558-4602-8e85-1740a007c71d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-4f8f7262-f558-4602-8e85-1740a007c71d-root {
    text-align: center;
  }


#s-4f8f7262-f558-4602-8e85-1740a007c71d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4f8f7262-f558-4602-8e85-1740a007c71d-root {
    text-align: center;
  }


#s-4f8f7262-f558-4602-8e85-1740a007c71d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4f8f7262-f558-4602-8e85-1740a007c71d-root {
    text-align: center;
  }


#s-4f8f7262-f558-4602-8e85-1740a007c71d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-4f8f7262-f558-4602-8e85-1740a007c71d-root {
    text-align: center;
  }


#s-4f8f7262-f558-4602-8e85-1740a007c71d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
@media (min-width: 1200px){#s-a0181107-6974-4ee0-bc74-b98cbb853b19 {
  display: none;
}
#s-a0181107-6974-4ee0-bc74-b98cbb853b19, #wrap-s-a0181107-6974-4ee0-bc74-b98cbb853b19, #wrap-content-s-a0181107-6974-4ee0-bc74-b98cbb853b19 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a0181107-6974-4ee0-bc74-b98cbb853b19 {
  display: none;
}
#s-a0181107-6974-4ee0-bc74-b98cbb853b19, #wrap-s-a0181107-6974-4ee0-bc74-b98cbb853b19, #wrap-content-s-a0181107-6974-4ee0-bc74-b98cbb853b19 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a0181107-6974-4ee0-bc74-b98cbb853b19 {
  display: none;
}
#s-a0181107-6974-4ee0-bc74-b98cbb853b19, #wrap-s-a0181107-6974-4ee0-bc74-b98cbb853b19, #wrap-content-s-a0181107-6974-4ee0-bc74-b98cbb853b19 { display: none !important; }}
#s-a0181107-6974-4ee0-bc74-b98cbb853b19 hr {
  border-top: 2px solid #ddd;
}

#s-a375fef3-c80d-41b0-bfc8-2943c071ad30 {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-a375fef3-c80d-41b0-bfc8-2943c071ad30 {
  display: none;
}
#s-a375fef3-c80d-41b0-bfc8-2943c071ad30, #wrap-s-a375fef3-c80d-41b0-bfc8-2943c071ad30, #wrap-content-s-a375fef3-c80d-41b0-bfc8-2943c071ad30 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a375fef3-c80d-41b0-bfc8-2943c071ad30 {
  display: none;
}
#s-a375fef3-c80d-41b0-bfc8-2943c071ad30, #wrap-s-a375fef3-c80d-41b0-bfc8-2943c071ad30, #wrap-content-s-a375fef3-c80d-41b0-bfc8-2943c071ad30 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a375fef3-c80d-41b0-bfc8-2943c071ad30 {
  display: none;
}
#s-a375fef3-c80d-41b0-bfc8-2943c071ad30, #wrap-s-a375fef3-c80d-41b0-bfc8-2943c071ad30, #wrap-content-s-a375fef3-c80d-41b0-bfc8-2943c071ad30 { display: none !important; }}
@media (min-width: 0px) {
[id="s-a375fef3-c80d-41b0-bfc8-2943c071ad30"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-a375fef3-c80d-41b0-bfc8-2943c071ad30"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-a375fef3-c80d-41b0-bfc8-2943c071ad30"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-a375fef3-c80d-41b0-bfc8-2943c071ad30"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-7e6d7667-cecb-4c7a-9ccb-6beb951a4bce {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7e6d7667-cecb-4c7a-9ccb-6beb951a4bce {
  display: none;
}
#s-7e6d7667-cecb-4c7a-9ccb-6beb951a4bce, #wrap-s-7e6d7667-cecb-4c7a-9ccb-6beb951a4bce, #wrap-content-s-7e6d7667-cecb-4c7a-9ccb-6beb951a4bce { display: none !important; }}@media (max-width: 767px){#s-7e6d7667-cecb-4c7a-9ccb-6beb951a4bce {
  display: none;
}
#s-7e6d7667-cecb-4c7a-9ccb-6beb951a4bce, #wrap-s-7e6d7667-cecb-4c7a-9ccb-6beb951a4bce, #wrap-content-s-7e6d7667-cecb-4c7a-9ccb-6beb951a4bce { display: none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-99c546e2-dcab-40fb-8f53-7963cf1dbe09 {
  display: none;
}
#s-99c546e2-dcab-40fb-8f53-7963cf1dbe09, #wrap-s-99c546e2-dcab-40fb-8f53-7963cf1dbe09, #wrap-content-s-99c546e2-dcab-40fb-8f53-7963cf1dbe09 { display: none !important; }}@media (max-width: 767px){#s-99c546e2-dcab-40fb-8f53-7963cf1dbe09 {
  display: none;
}
#s-99c546e2-dcab-40fb-8f53-7963cf1dbe09, #wrap-s-99c546e2-dcab-40fb-8f53-7963cf1dbe09, #wrap-content-s-99c546e2-dcab-40fb-8f53-7963cf1dbe09 { display: none !important; }}
#s-334d5445-581a-46a3-93cd-db681bb7255b {
  text-align: center;
}

#s-334d5445-581a-46a3-93cd-db681bb7255b {
  overflow: hidden;
  
  
}







  #s-334d5445-581a-46a3-93cd-db681bb7255b img.shogun-image {
    

    
    
    
  }


#s-334d5445-581a-46a3-93cd-db681bb7255b .shogun-image-content {
  
    justify-content: center;
  
}

#s-927693f2-6dbb-4e8f-b469-8ce78d6448a4 {
  padding-top: 10px;
padding-bottom: 28px;
text-align: center;
}

#s-927693f2-6dbb-4e8f-b469-8ce78d6448a4 .shg-product-title-component h5 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 14px;
  
  
  
}

#s-898f130c-1170-4046-8483-c20f73de1790 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-3bcb5471-723c-4ea5-8ce0-328d14a039f5 {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-3bcb5471-723c-4ea5-8ce0-328d14a039f5 {
  display: none;
}
#s-3bcb5471-723c-4ea5-8ce0-328d14a039f5, #wrap-s-3bcb5471-723c-4ea5-8ce0-328d14a039f5, #wrap-content-s-3bcb5471-723c-4ea5-8ce0-328d14a039f5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3bcb5471-723c-4ea5-8ce0-328d14a039f5 {
  display: none;
}
#s-3bcb5471-723c-4ea5-8ce0-328d14a039f5, #wrap-s-3bcb5471-723c-4ea5-8ce0-328d14a039f5, #wrap-content-s-3bcb5471-723c-4ea5-8ce0-328d14a039f5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3bcb5471-723c-4ea5-8ce0-328d14a039f5 {
  
}
}@media (max-width: 767px){#s-3bcb5471-723c-4ea5-8ce0-328d14a039f5 {
  
}
}
#s-a0a57b7d-2afb-48b0-8658-ce5003a14863 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-bddf2a62-8866-4fea-8fec-be01c416ed8b {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-bddf2a62-8866-4fea-8fec-be01c416ed8b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bddf2a62-8866-4fea-8fec-be01c416ed8b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-bddf2a62-8866-4fea-8fec-be01c416ed8b-root {
    text-align: center;
  }


#s-bddf2a62-8866-4fea-8fec-be01c416ed8b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-bddf2a62-8866-4fea-8fec-be01c416ed8b-root {
    text-align: center;
  }


#s-bddf2a62-8866-4fea-8fec-be01c416ed8b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bddf2a62-8866-4fea-8fec-be01c416ed8b-root {
    text-align: center;
  }


#s-bddf2a62-8866-4fea-8fec-be01c416ed8b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bddf2a62-8866-4fea-8fec-be01c416ed8b-root {
    text-align: center;
  }


#s-bddf2a62-8866-4fea-8fec-be01c416ed8b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-bddf2a62-8866-4fea-8fec-be01c416ed8b-root {
    text-align: center;
  }


#s-bddf2a62-8866-4fea-8fec-be01c416ed8b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-21a1d1fd-bbb2-4b4b-b213-a7953b14322f {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 22px;
}
@media (min-width: 768px) and (max-width: 991px){#s-21a1d1fd-bbb2-4b4b-b213-a7953b14322f {
  display: none;
}
#s-21a1d1fd-bbb2-4b4b-b213-a7953b14322f, #wrap-s-21a1d1fd-bbb2-4b4b-b213-a7953b14322f, #wrap-content-s-21a1d1fd-bbb2-4b4b-b213-a7953b14322f { display: none !important; }}@media (max-width: 767px){#s-21a1d1fd-bbb2-4b4b-b213-a7953b14322f {
  display: none;
}
#s-21a1d1fd-bbb2-4b4b-b213-a7953b14322f, #wrap-s-21a1d1fd-bbb2-4b4b-b213-a7953b14322f, #wrap-content-s-21a1d1fd-bbb2-4b4b-b213-a7953b14322f { display: none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-4ab40e53-a6c3-43a3-83e4-84af645abbd2 {
  display: none;
}
#s-4ab40e53-a6c3-43a3-83e4-84af645abbd2, #wrap-s-4ab40e53-a6c3-43a3-83e4-84af645abbd2, #wrap-content-s-4ab40e53-a6c3-43a3-83e4-84af645abbd2 { display: none !important; }}@media (max-width: 767px){#s-4ab40e53-a6c3-43a3-83e4-84af645abbd2 {
  display: none;
}
#s-4ab40e53-a6c3-43a3-83e4-84af645abbd2, #wrap-s-4ab40e53-a6c3-43a3-83e4-84af645abbd2, #wrap-content-s-4ab40e53-a6c3-43a3-83e4-84af645abbd2 { display: none !important; }}
#s-79824633-ac62-4b73-adc2-82d4d76a44d0 {
  margin-top: 3px;
margin-bottom: 3px;
}
@media (min-width: 1200px){#s-79824633-ac62-4b73-adc2-82d4d76a44d0 {
  display: none;
}
#s-79824633-ac62-4b73-adc2-82d4d76a44d0, #wrap-s-79824633-ac62-4b73-adc2-82d4d76a44d0, #wrap-content-s-79824633-ac62-4b73-adc2-82d4d76a44d0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-79824633-ac62-4b73-adc2-82d4d76a44d0 {
  display: none;
}
#s-79824633-ac62-4b73-adc2-82d4d76a44d0, #wrap-s-79824633-ac62-4b73-adc2-82d4d76a44d0, #wrap-content-s-79824633-ac62-4b73-adc2-82d4d76a44d0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-79824633-ac62-4b73-adc2-82d4d76a44d0 {
  display: none;
}
#s-79824633-ac62-4b73-adc2-82d4d76a44d0, #wrap-s-79824633-ac62-4b73-adc2-82d4d76a44d0, #wrap-content-s-79824633-ac62-4b73-adc2-82d4d76a44d0 { display: none !important; }}@media (max-width: 767px){#s-79824633-ac62-4b73-adc2-82d4d76a44d0 {
  display: none;
}
#s-79824633-ac62-4b73-adc2-82d4d76a44d0, #wrap-s-79824633-ac62-4b73-adc2-82d4d76a44d0, #wrap-content-s-79824633-ac62-4b73-adc2-82d4d76a44d0 { display: none !important; }}
@media (min-width: 1200px){#s-8461f8cc-8880-47c7-b85b-4bf0960625ad {
  display: none;
}
#s-8461f8cc-8880-47c7-b85b-4bf0960625ad, #wrap-s-8461f8cc-8880-47c7-b85b-4bf0960625ad, #wrap-content-s-8461f8cc-8880-47c7-b85b-4bf0960625ad { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8461f8cc-8880-47c7-b85b-4bf0960625ad {
  display: none;
}
#s-8461f8cc-8880-47c7-b85b-4bf0960625ad, #wrap-s-8461f8cc-8880-47c7-b85b-4bf0960625ad, #wrap-content-s-8461f8cc-8880-47c7-b85b-4bf0960625ad { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8461f8cc-8880-47c7-b85b-4bf0960625ad {
  display: none;
}
#s-8461f8cc-8880-47c7-b85b-4bf0960625ad, #wrap-s-8461f8cc-8880-47c7-b85b-4bf0960625ad, #wrap-content-s-8461f8cc-8880-47c7-b85b-4bf0960625ad { display: none !important; }}@media (max-width: 767px){#s-8461f8cc-8880-47c7-b85b-4bf0960625ad {
  display: none;
}
#s-8461f8cc-8880-47c7-b85b-4bf0960625ad, #wrap-s-8461f8cc-8880-47c7-b85b-4bf0960625ad, #wrap-content-s-8461f8cc-8880-47c7-b85b-4bf0960625ad { display: none !important; }}
#s-481ca979-7302-48ba-97f5-4a0ceea56340 {
  margin-top: -6px;
margin-bottom: -6px;
}
@media (min-width: 1200px){#s-481ca979-7302-48ba-97f5-4a0ceea56340 {
  display: none;
}
#s-481ca979-7302-48ba-97f5-4a0ceea56340, #wrap-s-481ca979-7302-48ba-97f5-4a0ceea56340, #wrap-content-s-481ca979-7302-48ba-97f5-4a0ceea56340 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-481ca979-7302-48ba-97f5-4a0ceea56340 {
  display: none;
}
#s-481ca979-7302-48ba-97f5-4a0ceea56340, #wrap-s-481ca979-7302-48ba-97f5-4a0ceea56340, #wrap-content-s-481ca979-7302-48ba-97f5-4a0ceea56340 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-481ca979-7302-48ba-97f5-4a0ceea56340 {
  display: none;
}
#s-481ca979-7302-48ba-97f5-4a0ceea56340, #wrap-s-481ca979-7302-48ba-97f5-4a0ceea56340, #wrap-content-s-481ca979-7302-48ba-97f5-4a0ceea56340 { display: none !important; }}@media (max-width: 767px){#s-481ca979-7302-48ba-97f5-4a0ceea56340 {
  display: none;
}
#s-481ca979-7302-48ba-97f5-4a0ceea56340, #wrap-s-481ca979-7302-48ba-97f5-4a0ceea56340, #wrap-content-s-481ca979-7302-48ba-97f5-4a0ceea56340 { display: none !important; }}
#s-aead4215-cdcb-4101-9fb1-b2e89754db15 {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-aead4215-cdcb-4101-9fb1-b2e89754db15 {
  display: none;
}
#s-aead4215-cdcb-4101-9fb1-b2e89754db15, #wrap-s-aead4215-cdcb-4101-9fb1-b2e89754db15, #wrap-content-s-aead4215-cdcb-4101-9fb1-b2e89754db15 { display: none !important; }}@media (max-width: 767px){#s-aead4215-cdcb-4101-9fb1-b2e89754db15 {
  display: none;
}
#s-aead4215-cdcb-4101-9fb1-b2e89754db15, #wrap-s-aead4215-cdcb-4101-9fb1-b2e89754db15, #wrap-content-s-aead4215-cdcb-4101-9fb1-b2e89754db15 { display: none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-48790214-3b41-4947-b77e-946aabaeef5f {
  display: none;
}
#s-48790214-3b41-4947-b77e-946aabaeef5f, #wrap-s-48790214-3b41-4947-b77e-946aabaeef5f, #wrap-content-s-48790214-3b41-4947-b77e-946aabaeef5f { display: none !important; }}@media (max-width: 767px){#s-48790214-3b41-4947-b77e-946aabaeef5f {
  display: none;
}
#s-48790214-3b41-4947-b77e-946aabaeef5f, #wrap-s-48790214-3b41-4947-b77e-946aabaeef5f, #wrap-content-s-48790214-3b41-4947-b77e-946aabaeef5f { display: none !important; }}
#s-b933a9aa-bd3d-46a6-a42c-68c1071a031c {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b933a9aa-bd3d-46a6-a42c-68c1071a031c {
  display: none;
}
#s-b933a9aa-bd3d-46a6-a42c-68c1071a031c, #wrap-s-b933a9aa-bd3d-46a6-a42c-68c1071a031c, #wrap-content-s-b933a9aa-bd3d-46a6-a42c-68c1071a031c { display: none !important; }}@media (max-width: 767px){#s-b933a9aa-bd3d-46a6-a42c-68c1071a031c {
  display: none;
}
#s-b933a9aa-bd3d-46a6-a42c-68c1071a031c, #wrap-s-b933a9aa-bd3d-46a6-a42c-68c1071a031c, #wrap-content-s-b933a9aa-bd3d-46a6-a42c-68c1071a031c { display: none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-5150ca86-46e4-44d2-8fb0-1b2a58e35d78 {
  display: none;
}
#s-5150ca86-46e4-44d2-8fb0-1b2a58e35d78, #wrap-s-5150ca86-46e4-44d2-8fb0-1b2a58e35d78, #wrap-content-s-5150ca86-46e4-44d2-8fb0-1b2a58e35d78 { display: none !important; }}@media (max-width: 767px){#s-5150ca86-46e4-44d2-8fb0-1b2a58e35d78 {
  display: none;
}
#s-5150ca86-46e4-44d2-8fb0-1b2a58e35d78, #wrap-s-5150ca86-46e4-44d2-8fb0-1b2a58e35d78, #wrap-content-s-5150ca86-46e4-44d2-8fb0-1b2a58e35d78 { display: none !important; }}
#s-11df0cfc-6698-4095-ba7d-ad68623de8ce {
  text-align: center;
}

#s-11df0cfc-6698-4095-ba7d-ad68623de8ce {
  overflow: hidden;
  
  
}







  #s-11df0cfc-6698-4095-ba7d-ad68623de8ce img.shogun-image {
    

    
    
    
  }


#s-11df0cfc-6698-4095-ba7d-ad68623de8ce .shogun-image-content {
  
    justify-content: center;
  
}

#s-b4a4a479-210f-4844-acc6-4273e6956001 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b4a4a479-210f-4844-acc6-4273e6956001 .shg-product-title-component h5 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 14px;
  
  
  
}

#s-fef577a2-f843-4733-84d7-1415f1fea891 {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-9ccf3a97-ce1b-43ae-b11f-8d42cbaf32f7 {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 1200px){#s-9ccf3a97-ce1b-43ae-b11f-8d42cbaf32f7 {
  display: none;
}
#s-9ccf3a97-ce1b-43ae-b11f-8d42cbaf32f7, #wrap-s-9ccf3a97-ce1b-43ae-b11f-8d42cbaf32f7, #wrap-content-s-9ccf3a97-ce1b-43ae-b11f-8d42cbaf32f7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9ccf3a97-ce1b-43ae-b11f-8d42cbaf32f7 {
  display: none;
}
#s-9ccf3a97-ce1b-43ae-b11f-8d42cbaf32f7, #wrap-s-9ccf3a97-ce1b-43ae-b11f-8d42cbaf32f7, #wrap-content-s-9ccf3a97-ce1b-43ae-b11f-8d42cbaf32f7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9ccf3a97-ce1b-43ae-b11f-8d42cbaf32f7 {
  
}
}@media (max-width: 767px){#s-9ccf3a97-ce1b-43ae-b11f-8d42cbaf32f7 {
  
}
}
#s-476bda83-2dfe-420d-81db-a59a2739fe92 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-476bda83-2dfe-420d-81db-a59a2739fe92:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-476bda83-2dfe-420d-81db-a59a2739fe92:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-476bda83-2dfe-420d-81db-a59a2739fe92-root {
    text-align: center;
  }


#s-476bda83-2dfe-420d-81db-a59a2739fe92.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-476bda83-2dfe-420d-81db-a59a2739fe92-root {
    text-align: center;
  }


#s-476bda83-2dfe-420d-81db-a59a2739fe92.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-476bda83-2dfe-420d-81db-a59a2739fe92-root {
    text-align: center;
  }


#s-476bda83-2dfe-420d-81db-a59a2739fe92.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-476bda83-2dfe-420d-81db-a59a2739fe92-root {
    text-align: center;
  }


#s-476bda83-2dfe-420d-81db-a59a2739fe92.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-476bda83-2dfe-420d-81db-a59a2739fe92-root {
    text-align: center;
  }


#s-476bda83-2dfe-420d-81db-a59a2739fe92.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
@media (min-width: 768px) and (max-width: 991px){#s-b6c4fb93-700c-4ea7-a7e7-5cb45830425f {
  display: none;
}
#s-b6c4fb93-700c-4ea7-a7e7-5cb45830425f, #wrap-s-b6c4fb93-700c-4ea7-a7e7-5cb45830425f, #wrap-content-s-b6c4fb93-700c-4ea7-a7e7-5cb45830425f { display: none !important; }}@media (max-width: 767px){#s-b6c4fb93-700c-4ea7-a7e7-5cb45830425f {
  display: none;
}
#s-b6c4fb93-700c-4ea7-a7e7-5cb45830425f, #wrap-s-b6c4fb93-700c-4ea7-a7e7-5cb45830425f, #wrap-content-s-b6c4fb93-700c-4ea7-a7e7-5cb45830425f { display: none !important; }}
@media (min-width: 0px) {
[id="s-b6c4fb93-700c-4ea7-a7e7-5cb45830425f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b6c4fb93-700c-4ea7-a7e7-5cb45830425f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-b6c4fb93-700c-4ea7-a7e7-5cb45830425f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-b6c4fb93-700c-4ea7-a7e7-5cb45830425f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-2547deca-e474-4bdb-9dd5-5340620fa4c2 {
  text-align: center;
}

#s-2547deca-e474-4bdb-9dd5-5340620fa4c2 {
  overflow: hidden;
  
  
}







  #s-2547deca-e474-4bdb-9dd5-5340620fa4c2 img.shogun-image {
    

    
    
    
  }


#s-2547deca-e474-4bdb-9dd5-5340620fa4c2 .shogun-image-content {
  
    justify-content: center;
  
}

#s-2e9a90d1-19ec-438c-a400-1272d337c5c6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2e9a90d1-19ec-438c-a400-1272d337c5c6 .shg-product-title-component h3 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 18px;
  
  
  
}

#s-45ee6fe6-9328-4eb8-aeae-6ebec45a5074 {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-aa128f3d-0040-4401-b833-699389ccf91d {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 46px;
}
@media (min-width: 768px) and (max-width: 991px){#s-aa128f3d-0040-4401-b833-699389ccf91d {
  display: none;
}
#s-aa128f3d-0040-4401-b833-699389ccf91d, #wrap-s-aa128f3d-0040-4401-b833-699389ccf91d, #wrap-content-s-aa128f3d-0040-4401-b833-699389ccf91d { display: none !important; }}@media (max-width: 767px){#s-aa128f3d-0040-4401-b833-699389ccf91d {
  display: none;
}
#s-aa128f3d-0040-4401-b833-699389ccf91d, #wrap-s-aa128f3d-0040-4401-b833-699389ccf91d, #wrap-content-s-aa128f3d-0040-4401-b833-699389ccf91d { display: none !important; }}
#s-54bc8dc3-50de-489b-b942-6fc7763cbe55 {
  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-54bc8dc3-50de-489b-b942-6fc7763cbe55:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-54bc8dc3-50de-489b-b942-6fc7763cbe55:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-54bc8dc3-50de-489b-b942-6fc7763cbe55-root {
    text-align: center;
  }


#s-54bc8dc3-50de-489b-b942-6fc7763cbe55.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-54bc8dc3-50de-489b-b942-6fc7763cbe55-root {
    text-align: center;
  }


#s-54bc8dc3-50de-489b-b942-6fc7763cbe55.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-54bc8dc3-50de-489b-b942-6fc7763cbe55-root {
    text-align: center;
  }


#s-54bc8dc3-50de-489b-b942-6fc7763cbe55.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-54bc8dc3-50de-489b-b942-6fc7763cbe55-root {
    text-align: center;
  }


#s-54bc8dc3-50de-489b-b942-6fc7763cbe55.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-54bc8dc3-50de-489b-b942-6fc7763cbe55-root {
    text-align: center;
  }


#s-54bc8dc3-50de-489b-b942-6fc7763cbe55.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-65de32f3-a541-486c-bc0b-ea93a5001026 {
  max-width: 265px;
text-align: center;
}

#s-65de32f3-a541-486c-bc0b-ea93a5001026 {
  overflow: hidden;
  
  
      max-width: 265px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-65de32f3-a541-486c-bc0b-ea93a5001026 .shogun-image-content {
  
    justify-content: center;
  
}

#s-8e7d09d9-df6a-4ad2-8e16-5307d3b1f4b2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8e7d09d9-df6a-4ad2-8e16-5307d3b1f4b2 .shg-product-title-component h3 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 18px;
  
  
  
}

#s-a9696ea7-953c-459a-b37c-c77410b67bff {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-32281ff1-312e-46d6-bdbd-839e8b2c4262 {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-32281ff1-312e-46d6-bdbd-839e8b2c4262 {
  display: none;
}
#s-32281ff1-312e-46d6-bdbd-839e8b2c4262, #wrap-s-32281ff1-312e-46d6-bdbd-839e8b2c4262, #wrap-content-s-32281ff1-312e-46d6-bdbd-839e8b2c4262 { display: none !important; }}@media (max-width: 767px){#s-32281ff1-312e-46d6-bdbd-839e8b2c4262 {
  display: none;
}
#s-32281ff1-312e-46d6-bdbd-839e8b2c4262, #wrap-s-32281ff1-312e-46d6-bdbd-839e8b2c4262, #wrap-content-s-32281ff1-312e-46d6-bdbd-839e8b2c4262 { display: none !important; }}
#s-b3715388-0542-4fb9-9aeb-1aeb21580922 {
  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-b3715388-0542-4fb9-9aeb-1aeb21580922:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b3715388-0542-4fb9-9aeb-1aeb21580922:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b3715388-0542-4fb9-9aeb-1aeb21580922-root {
    text-align: center;
  }


#s-b3715388-0542-4fb9-9aeb-1aeb21580922.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-b3715388-0542-4fb9-9aeb-1aeb21580922-root {
    text-align: center;
  }


#s-b3715388-0542-4fb9-9aeb-1aeb21580922.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b3715388-0542-4fb9-9aeb-1aeb21580922-root {
    text-align: center;
  }


#s-b3715388-0542-4fb9-9aeb-1aeb21580922.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b3715388-0542-4fb9-9aeb-1aeb21580922-root {
    text-align: center;
  }


#s-b3715388-0542-4fb9-9aeb-1aeb21580922.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-b3715388-0542-4fb9-9aeb-1aeb21580922-root {
    text-align: center;
  }


#s-b3715388-0542-4fb9-9aeb-1aeb21580922.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-258a414d-2c83-43dc-bea9-5a22d219f629 {
  text-align: center;
}

#s-258a414d-2c83-43dc-bea9-5a22d219f629 {
  overflow: hidden;
  
  
}







  #s-258a414d-2c83-43dc-bea9-5a22d219f629 img.shogun-image {
    

    
    
    
  }


#s-258a414d-2c83-43dc-bea9-5a22d219f629 .shogun-image-content {
  
    justify-content: center;
  
}

#s-13889cee-620b-42c0-bd3a-b860b9f9e843 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-13889cee-620b-42c0-bd3a-b860b9f9e843 .shg-product-title-component h3 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 18px;
  
  
  
}

#s-94fc53dc-4df5-466a-ad9c-b4ba34687d40 {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-8220084f-97dd-4bea-9691-2186fc059350 {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 24px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8220084f-97dd-4bea-9691-2186fc059350 {
  display: none;
}
#s-8220084f-97dd-4bea-9691-2186fc059350, #wrap-s-8220084f-97dd-4bea-9691-2186fc059350, #wrap-content-s-8220084f-97dd-4bea-9691-2186fc059350 { display: none !important; }}@media (max-width: 767px){#s-8220084f-97dd-4bea-9691-2186fc059350 {
  display: none;
}
#s-8220084f-97dd-4bea-9691-2186fc059350, #wrap-s-8220084f-97dd-4bea-9691-2186fc059350, #wrap-content-s-8220084f-97dd-4bea-9691-2186fc059350 { display: none !important; }}
#s-203df892-bd25-4b64-b647-47a4113a5568 {
  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-203df892-bd25-4b64-b647-47a4113a5568:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-203df892-bd25-4b64-b647-47a4113a5568:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-203df892-bd25-4b64-b647-47a4113a5568-root {
    text-align: center;
  }


#s-203df892-bd25-4b64-b647-47a4113a5568.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-203df892-bd25-4b64-b647-47a4113a5568-root {
    text-align: center;
  }


#s-203df892-bd25-4b64-b647-47a4113a5568.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-203df892-bd25-4b64-b647-47a4113a5568-root {
    text-align: center;
  }


#s-203df892-bd25-4b64-b647-47a4113a5568.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-203df892-bd25-4b64-b647-47a4113a5568-root {
    text-align: center;
  }


#s-203df892-bd25-4b64-b647-47a4113a5568.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-203df892-bd25-4b64-b647-47a4113a5568-root {
    text-align: center;
  }


#s-203df892-bd25-4b64-b647-47a4113a5568.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-8cc80063-8155-4657-9730-8a8ef0052dfa {
  text-align: center;
}

#s-8cc80063-8155-4657-9730-8a8ef0052dfa {
  overflow: hidden;
  
  
}







  #s-8cc80063-8155-4657-9730-8a8ef0052dfa img.shogun-image {
    

    
    
    
  }


#s-8cc80063-8155-4657-9730-8a8ef0052dfa .shogun-image-content {
  
    justify-content: center;
  
}

#s-1ad00b7a-070c-4c3c-a909-31140bbc99ae {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1ad00b7a-070c-4c3c-a909-31140bbc99ae .shg-product-title-component h3 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 18px;
  
  
  
}

#s-2048a06b-872e-43b2-ae78-3a6788bbaf40 {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-26b9baa3-491f-41dd-a07c-aab0b4df541a {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 75px;
}
@media (min-width: 768px) and (max-width: 991px){#s-26b9baa3-491f-41dd-a07c-aab0b4df541a {
  display: none;
}
#s-26b9baa3-491f-41dd-a07c-aab0b4df541a, #wrap-s-26b9baa3-491f-41dd-a07c-aab0b4df541a, #wrap-content-s-26b9baa3-491f-41dd-a07c-aab0b4df541a { display: none !important; }}@media (max-width: 767px){#s-26b9baa3-491f-41dd-a07c-aab0b4df541a {
  display: none;
}
#s-26b9baa3-491f-41dd-a07c-aab0b4df541a, #wrap-s-26b9baa3-491f-41dd-a07c-aab0b4df541a, #wrap-content-s-26b9baa3-491f-41dd-a07c-aab0b4df541a { display: none !important; }}
#s-cd75f490-8ee4-43f7-ab80-e294f192f676 {
  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-cd75f490-8ee4-43f7-ab80-e294f192f676:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cd75f490-8ee4-43f7-ab80-e294f192f676:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-cd75f490-8ee4-43f7-ab80-e294f192f676-root {
    text-align: center;
  }


#s-cd75f490-8ee4-43f7-ab80-e294f192f676.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-cd75f490-8ee4-43f7-ab80-e294f192f676-root {
    text-align: center;
  }


#s-cd75f490-8ee4-43f7-ab80-e294f192f676.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cd75f490-8ee4-43f7-ab80-e294f192f676-root {
    text-align: center;
  }


#s-cd75f490-8ee4-43f7-ab80-e294f192f676.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cd75f490-8ee4-43f7-ab80-e294f192f676-root {
    text-align: center;
  }


#s-cd75f490-8ee4-43f7-ab80-e294f192f676.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-cd75f490-8ee4-43f7-ab80-e294f192f676-root {
    text-align: center;
  }


#s-cd75f490-8ee4-43f7-ab80-e294f192f676.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-4d9a6d32-bac1-4e44-bc4a-38a5c2d6b3fe {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-4d9a6d32-bac1-4e44-bc4a-38a5c2d6b3fe {
  display: none;
}
#s-4d9a6d32-bac1-4e44-bc4a-38a5c2d6b3fe, #wrap-s-4d9a6d32-bac1-4e44-bc4a-38a5c2d6b3fe, #wrap-content-s-4d9a6d32-bac1-4e44-bc4a-38a5c2d6b3fe { display: none !important; }}@media (max-width: 767px){#s-4d9a6d32-bac1-4e44-bc4a-38a5c2d6b3fe {
  display: none;
}
#s-4d9a6d32-bac1-4e44-bc4a-38a5c2d6b3fe, #wrap-s-4d9a6d32-bac1-4e44-bc4a-38a5c2d6b3fe, #wrap-content-s-4d9a6d32-bac1-4e44-bc4a-38a5c2d6b3fe { display: none !important; }}
@media (min-width: 0px) {
[id="s-4d9a6d32-bac1-4e44-bc4a-38a5c2d6b3fe"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-4d9a6d32-bac1-4e44-bc4a-38a5c2d6b3fe"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-4d9a6d32-bac1-4e44-bc4a-38a5c2d6b3fe"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-4d9a6d32-bac1-4e44-bc4a-38a5c2d6b3fe"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-c1143afc-09c8-4289-a640-36dab150f5d2 {
  max-width: 265px;
text-align: center;
}

#s-c1143afc-09c8-4289-a640-36dab150f5d2 {
  overflow: hidden;
  
  
      max-width: 265px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-c1143afc-09c8-4289-a640-36dab150f5d2 .shogun-image-content {
  
    justify-content: center;
  
}

#s-4c232117-de99-4f47-80c4-aafaedf6b4ef {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4c232117-de99-4f47-80c4-aafaedf6b4ef .shg-product-title-component h3 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 18px;
  
  
  
}

#s-2e6cf988-7533-4103-bd05-fbf5c2f8e8e6 {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-7eccd148-7c02-41c9-bd80-26de92d2aa72 {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7eccd148-7c02-41c9-bd80-26de92d2aa72 {
  display: none;
}
#s-7eccd148-7c02-41c9-bd80-26de92d2aa72, #wrap-s-7eccd148-7c02-41c9-bd80-26de92d2aa72, #wrap-content-s-7eccd148-7c02-41c9-bd80-26de92d2aa72 { display: none !important; }}@media (max-width: 767px){#s-7eccd148-7c02-41c9-bd80-26de92d2aa72 {
  display: none;
}
#s-7eccd148-7c02-41c9-bd80-26de92d2aa72, #wrap-s-7eccd148-7c02-41c9-bd80-26de92d2aa72, #wrap-content-s-7eccd148-7c02-41c9-bd80-26de92d2aa72 { display: none !important; }}
#s-df97d4a7-963b-458e-a195-913539d5fe2e {
  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-df97d4a7-963b-458e-a195-913539d5fe2e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-df97d4a7-963b-458e-a195-913539d5fe2e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-df97d4a7-963b-458e-a195-913539d5fe2e-root {
    text-align: center;
  }


#s-df97d4a7-963b-458e-a195-913539d5fe2e.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-df97d4a7-963b-458e-a195-913539d5fe2e-root {
    text-align: center;
  }


#s-df97d4a7-963b-458e-a195-913539d5fe2e.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-df97d4a7-963b-458e-a195-913539d5fe2e-root {
    text-align: center;
  }


#s-df97d4a7-963b-458e-a195-913539d5fe2e.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-df97d4a7-963b-458e-a195-913539d5fe2e-root {
    text-align: center;
  }


#s-df97d4a7-963b-458e-a195-913539d5fe2e.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-df97d4a7-963b-458e-a195-913539d5fe2e-root {
    text-align: center;
  }


#s-df97d4a7-963b-458e-a195-913539d5fe2e.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-f0d824f4-9b7d-47d8-9b61-41a014a8d58c {
  max-width: 265px;
text-align: center;
}

#s-f0d824f4-9b7d-47d8-9b61-41a014a8d58c {
  overflow: hidden;
  
  
      max-width: 265px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-f0d824f4-9b7d-47d8-9b61-41a014a8d58c .shogun-image-content {
  
    justify-content: center;
  
}

#s-7fe643ab-b9be-4790-bda3-13defe6fb5c7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7fe643ab-b9be-4790-bda3-13defe6fb5c7 .shg-product-title-component h3 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 18px;
  
  
  
}

#s-21c19b72-3101-474f-a214-1d83b29ad646 {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-2ff1d8ba-9f2e-4a94-8a59-ac80cd5cf02c {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2ff1d8ba-9f2e-4a94-8a59-ac80cd5cf02c {
  display: none;
}
#s-2ff1d8ba-9f2e-4a94-8a59-ac80cd5cf02c, #wrap-s-2ff1d8ba-9f2e-4a94-8a59-ac80cd5cf02c, #wrap-content-s-2ff1d8ba-9f2e-4a94-8a59-ac80cd5cf02c { display: none !important; }}@media (max-width: 767px){#s-2ff1d8ba-9f2e-4a94-8a59-ac80cd5cf02c {
  display: none;
}
#s-2ff1d8ba-9f2e-4a94-8a59-ac80cd5cf02c, #wrap-s-2ff1d8ba-9f2e-4a94-8a59-ac80cd5cf02c, #wrap-content-s-2ff1d8ba-9f2e-4a94-8a59-ac80cd5cf02c { display: none !important; }}
#s-8a6ad8e0-83d1-4cec-a399-02cd43a6c00a {
  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-8a6ad8e0-83d1-4cec-a399-02cd43a6c00a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8a6ad8e0-83d1-4cec-a399-02cd43a6c00a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8a6ad8e0-83d1-4cec-a399-02cd43a6c00a-root {
    text-align: center;
  }


#s-8a6ad8e0-83d1-4cec-a399-02cd43a6c00a.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-8a6ad8e0-83d1-4cec-a399-02cd43a6c00a-root {
    text-align: center;
  }


#s-8a6ad8e0-83d1-4cec-a399-02cd43a6c00a.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8a6ad8e0-83d1-4cec-a399-02cd43a6c00a-root {
    text-align: center;
  }


#s-8a6ad8e0-83d1-4cec-a399-02cd43a6c00a.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8a6ad8e0-83d1-4cec-a399-02cd43a6c00a-root {
    text-align: center;
  }


#s-8a6ad8e0-83d1-4cec-a399-02cd43a6c00a.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-8a6ad8e0-83d1-4cec-a399-02cd43a6c00a-root {
    text-align: center;
  }


#s-8a6ad8e0-83d1-4cec-a399-02cd43a6c00a.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-e132cdd2-025b-4ecb-8b3d-1a4f6841601b {
  text-align: center;
}

#s-e132cdd2-025b-4ecb-8b3d-1a4f6841601b {
  overflow: hidden;
  
  
}







  #s-e132cdd2-025b-4ecb-8b3d-1a4f6841601b img.shogun-image {
    

    
    
    
  }


#s-e132cdd2-025b-4ecb-8b3d-1a4f6841601b .shogun-image-content {
  
    justify-content: center;
  
}

#s-474fe88a-7574-42f1-81ca-3bb5f639fb5e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-474fe88a-7574-42f1-81ca-3bb5f639fb5e .shg-product-title-component h3 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 18px;
  
  
  
}

#s-49f99d82-af64-4bc4-963d-de07eb275735 {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-6a25e75e-389f-4505-8100-8cec9f3b5739 {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 22px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6a25e75e-389f-4505-8100-8cec9f3b5739 {
  display: none;
}
#s-6a25e75e-389f-4505-8100-8cec9f3b5739, #wrap-s-6a25e75e-389f-4505-8100-8cec9f3b5739, #wrap-content-s-6a25e75e-389f-4505-8100-8cec9f3b5739 { display: none !important; }}@media (max-width: 767px){#s-6a25e75e-389f-4505-8100-8cec9f3b5739 {
  display: none;
}
#s-6a25e75e-389f-4505-8100-8cec9f3b5739, #wrap-s-6a25e75e-389f-4505-8100-8cec9f3b5739, #wrap-content-s-6a25e75e-389f-4505-8100-8cec9f3b5739 { display: none !important; }}
#s-8b54d521-7bde-4002-b4ce-a072662d06c7 {
  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-8b54d521-7bde-4002-b4ce-a072662d06c7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8b54d521-7bde-4002-b4ce-a072662d06c7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8b54d521-7bde-4002-b4ce-a072662d06c7-root {
    text-align: center;
  }


#s-8b54d521-7bde-4002-b4ce-a072662d06c7.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-8b54d521-7bde-4002-b4ce-a072662d06c7-root {
    text-align: center;
  }


#s-8b54d521-7bde-4002-b4ce-a072662d06c7.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8b54d521-7bde-4002-b4ce-a072662d06c7-root {
    text-align: center;
  }


#s-8b54d521-7bde-4002-b4ce-a072662d06c7.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8b54d521-7bde-4002-b4ce-a072662d06c7-root {
    text-align: center;
  }


#s-8b54d521-7bde-4002-b4ce-a072662d06c7.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-8b54d521-7bde-4002-b4ce-a072662d06c7-root {
    text-align: center;
  }


#s-8b54d521-7bde-4002-b4ce-a072662d06c7.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-ede5cee0-af39-43ea-b744-527750d20d57 {
  text-align: center;
}

#s-ede5cee0-af39-43ea-b744-527750d20d57 {
  overflow: hidden;
  
  
}







  #s-ede5cee0-af39-43ea-b744-527750d20d57 img.shogun-image {
    

    
    
    
  }


#s-ede5cee0-af39-43ea-b744-527750d20d57 .shogun-image-content {
  
    justify-content: center;
  
}

#s-4b4666c4-b868-466b-aaea-56bd848c842a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4b4666c4-b868-466b-aaea-56bd848c842a .shg-product-title-component h3 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 18px;
  
  
  
}

#s-600de85d-546a-46a0-acb4-0653490d1adf {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-eeaf9818-1138-4cf4-97f6-563dd4f342ac {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 75px;
}
@media (min-width: 768px) and (max-width: 991px){#s-eeaf9818-1138-4cf4-97f6-563dd4f342ac {
  display: none;
}
#s-eeaf9818-1138-4cf4-97f6-563dd4f342ac, #wrap-s-eeaf9818-1138-4cf4-97f6-563dd4f342ac, #wrap-content-s-eeaf9818-1138-4cf4-97f6-563dd4f342ac { display: none !important; }}@media (max-width: 767px){#s-eeaf9818-1138-4cf4-97f6-563dd4f342ac {
  display: none;
}
#s-eeaf9818-1138-4cf4-97f6-563dd4f342ac, #wrap-s-eeaf9818-1138-4cf4-97f6-563dd4f342ac, #wrap-content-s-eeaf9818-1138-4cf4-97f6-563dd4f342ac { display: none !important; }}
#s-cbb44343-0529-4ea5-84b7-f98decd28140 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-1a5531e5-f5c3-4115-8180-1572adbe2e8e {
  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-1a5531e5-f5c3-4115-8180-1572adbe2e8e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1a5531e5-f5c3-4115-8180-1572adbe2e8e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1a5531e5-f5c3-4115-8180-1572adbe2e8e-root {
    text-align: center;
  }


#s-1a5531e5-f5c3-4115-8180-1572adbe2e8e.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-1a5531e5-f5c3-4115-8180-1572adbe2e8e-root {
    text-align: center;
  }


#s-1a5531e5-f5c3-4115-8180-1572adbe2e8e.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1a5531e5-f5c3-4115-8180-1572adbe2e8e-root {
    text-align: center;
  }


#s-1a5531e5-f5c3-4115-8180-1572adbe2e8e.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1a5531e5-f5c3-4115-8180-1572adbe2e8e-root {
    text-align: center;
  }


#s-1a5531e5-f5c3-4115-8180-1572adbe2e8e.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-1a5531e5-f5c3-4115-8180-1572adbe2e8e-root {
    text-align: center;
  }


#s-1a5531e5-f5c3-4115-8180-1572adbe2e8e.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
@media (min-width: 768px) and (max-width: 991px){#s-0f2120c7-41f8-4a49-9fe7-ea14442cb24a {
  display: none;
}
#s-0f2120c7-41f8-4a49-9fe7-ea14442cb24a, #wrap-s-0f2120c7-41f8-4a49-9fe7-ea14442cb24a, #wrap-content-s-0f2120c7-41f8-4a49-9fe7-ea14442cb24a { display: none !important; }}@media (max-width: 767px){#s-0f2120c7-41f8-4a49-9fe7-ea14442cb24a {
  display: none;
}
#s-0f2120c7-41f8-4a49-9fe7-ea14442cb24a, #wrap-s-0f2120c7-41f8-4a49-9fe7-ea14442cb24a, #wrap-content-s-0f2120c7-41f8-4a49-9fe7-ea14442cb24a { display: none !important; }}
#s-0f2120c7-41f8-4a49-9fe7-ea14442cb24a hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-a5a89e66-a2b1-4f47-b05d-ebf9d7ef6fcb {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a5a89e66-a2b1-4f47-b05d-ebf9d7ef6fcb {
  display: none;
}
#s-a5a89e66-a2b1-4f47-b05d-ebf9d7ef6fcb, #wrap-s-a5a89e66-a2b1-4f47-b05d-ebf9d7ef6fcb, #wrap-content-s-a5a89e66-a2b1-4f47-b05d-ebf9d7ef6fcb { display: none !important; }}@media (max-width: 767px){#s-a5a89e66-a2b1-4f47-b05d-ebf9d7ef6fcb {
  display: none;
}
#s-a5a89e66-a2b1-4f47-b05d-ebf9d7ef6fcb, #wrap-s-a5a89e66-a2b1-4f47-b05d-ebf9d7ef6fcb, #wrap-content-s-a5a89e66-a2b1-4f47-b05d-ebf9d7ef6fcb { display: none !important; }}
@media (min-width: 0px) {
[id="s-a5a89e66-a2b1-4f47-b05d-ebf9d7ef6fcb"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a5a89e66-a2b1-4f47-b05d-ebf9d7ef6fcb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a5a89e66-a2b1-4f47-b05d-ebf9d7ef6fcb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a5a89e66-a2b1-4f47-b05d-ebf9d7ef6fcb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-21b27539-0efa-497a-892b-ef0e1725cc07 {
  margin-bottom: 4px;
}
@media (min-width: 1200px){#s-21b27539-0efa-497a-892b-ef0e1725cc07 {
  display: none;
}
#s-21b27539-0efa-497a-892b-ef0e1725cc07, #wrap-s-21b27539-0efa-497a-892b-ef0e1725cc07, #wrap-content-s-21b27539-0efa-497a-892b-ef0e1725cc07 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-21b27539-0efa-497a-892b-ef0e1725cc07 {
  display: none;
}
#s-21b27539-0efa-497a-892b-ef0e1725cc07, #wrap-s-21b27539-0efa-497a-892b-ef0e1725cc07, #wrap-content-s-21b27539-0efa-497a-892b-ef0e1725cc07 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-21b27539-0efa-497a-892b-ef0e1725cc07 {
  
}
}@media (max-width: 767px){#s-21b27539-0efa-497a-892b-ef0e1725cc07 {
  
}
}
#s-9fa0850f-e93d-4208-b09e-64bfe17a71a5 {
  max-width: 265px;
aspect-ratio: 265/502;
text-align: center;
}

#s-9fa0850f-e93d-4208-b09e-64bfe17a71a5 {
  overflow: hidden;
  
  
      max-width: 265px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-9fa0850f-e93d-4208-b09e-64bfe17a71a5 img.shogun-image,
  #s-9fa0850f-e93d-4208-b09e-64bfe17a71a5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9fa0850f-e93d-4208-b09e-64bfe17a71a5 {
    width: 100%;
    height: auto;
  }



  #s-9fa0850f-e93d-4208-b09e-64bfe17a71a5 img.shogun-image {
    

    
    
    
  }


#s-9fa0850f-e93d-4208-b09e-64bfe17a71a5 .shogun-image-content {
  
    justify-content: center;
  
}

#s-0a8bf5fe-ff6a-4f12-94ba-fcc246f02653 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0a8bf5fe-ff6a-4f12-94ba-fcc246f02653 .shg-product-title-component h3 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 18px;
  
  
  
}

#s-63d137fc-a21e-4463-b385-42944b6f55f8 {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-716774b9-5cfd-4801-8a3c-a3a56e34c5f8 {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 45px;
}
@media (min-width: 768px) and (max-width: 991px){#s-716774b9-5cfd-4801-8a3c-a3a56e34c5f8 {
  display: none;
}
#s-716774b9-5cfd-4801-8a3c-a3a56e34c5f8, #wrap-s-716774b9-5cfd-4801-8a3c-a3a56e34c5f8, #wrap-content-s-716774b9-5cfd-4801-8a3c-a3a56e34c5f8 { display: none !important; }}@media (max-width: 767px){#s-716774b9-5cfd-4801-8a3c-a3a56e34c5f8 {
  display: none;
}
#s-716774b9-5cfd-4801-8a3c-a3a56e34c5f8, #wrap-s-716774b9-5cfd-4801-8a3c-a3a56e34c5f8, #wrap-content-s-716774b9-5cfd-4801-8a3c-a3a56e34c5f8 { display: none !important; }}
#s-08590141-c19e-4c5e-b786-6b91c4b59e9f {
  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-08590141-c19e-4c5e-b786-6b91c4b59e9f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-08590141-c19e-4c5e-b786-6b91c4b59e9f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-08590141-c19e-4c5e-b786-6b91c4b59e9f-root {
    text-align: center;
  }


#s-08590141-c19e-4c5e-b786-6b91c4b59e9f.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-08590141-c19e-4c5e-b786-6b91c4b59e9f-root {
    text-align: center;
  }


#s-08590141-c19e-4c5e-b786-6b91c4b59e9f.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-08590141-c19e-4c5e-b786-6b91c4b59e9f-root {
    text-align: center;
  }


#s-08590141-c19e-4c5e-b786-6b91c4b59e9f.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-08590141-c19e-4c5e-b786-6b91c4b59e9f-root {
    text-align: center;
  }


#s-08590141-c19e-4c5e-b786-6b91c4b59e9f.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-08590141-c19e-4c5e-b786-6b91c4b59e9f-root {
    text-align: center;
  }


#s-08590141-c19e-4c5e-b786-6b91c4b59e9f.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-7f4a30c2-f451-4684-bc5b-b002832222d5 {
  margin-bottom: 4px;
}
@media (min-width: 1200px){#s-7f4a30c2-f451-4684-bc5b-b002832222d5 {
  display: none;
}
#s-7f4a30c2-f451-4684-bc5b-b002832222d5, #wrap-s-7f4a30c2-f451-4684-bc5b-b002832222d5, #wrap-content-s-7f4a30c2-f451-4684-bc5b-b002832222d5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7f4a30c2-f451-4684-bc5b-b002832222d5 {
  display: none;
}
#s-7f4a30c2-f451-4684-bc5b-b002832222d5, #wrap-s-7f4a30c2-f451-4684-bc5b-b002832222d5, #wrap-content-s-7f4a30c2-f451-4684-bc5b-b002832222d5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7f4a30c2-f451-4684-bc5b-b002832222d5 {
  
}
}@media (max-width: 767px){#s-7f4a30c2-f451-4684-bc5b-b002832222d5 {
  
}
}
#s-ea0c2568-e6e5-4d23-b01d-bf5c17124745 {
  text-align: center;
}

#s-ea0c2568-e6e5-4d23-b01d-bf5c17124745 {
  overflow: hidden;
  
  
}







  #s-ea0c2568-e6e5-4d23-b01d-bf5c17124745 img.shogun-image {
    

    
    
    
  }


#s-ea0c2568-e6e5-4d23-b01d-bf5c17124745 .shogun-image-content {
  
    justify-content: center;
  
}

#s-62186fb0-9b6b-4bc7-af72-8d92041f7f6c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-62186fb0-9b6b-4bc7-af72-8d92041f7f6c .shg-product-title-component h3 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 18px;
  
  
  
}

#s-d6dbc4ae-364b-4419-8487-7988b366faea {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-fb5109c7-a5aa-475f-b77b-3796c53e0cd6 {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 23px;
}
@media (min-width: 768px) and (max-width: 991px){#s-fb5109c7-a5aa-475f-b77b-3796c53e0cd6 {
  display: none;
}
#s-fb5109c7-a5aa-475f-b77b-3796c53e0cd6, #wrap-s-fb5109c7-a5aa-475f-b77b-3796c53e0cd6, #wrap-content-s-fb5109c7-a5aa-475f-b77b-3796c53e0cd6 { display: none !important; }}@media (max-width: 767px){#s-fb5109c7-a5aa-475f-b77b-3796c53e0cd6 {
  display: none;
}
#s-fb5109c7-a5aa-475f-b77b-3796c53e0cd6, #wrap-s-fb5109c7-a5aa-475f-b77b-3796c53e0cd6, #wrap-content-s-fb5109c7-a5aa-475f-b77b-3796c53e0cd6 { display: none !important; }}
#s-e8c7d8a3-1898-4466-a891-99520c5943ec {
  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-e8c7d8a3-1898-4466-a891-99520c5943ec:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e8c7d8a3-1898-4466-a891-99520c5943ec:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e8c7d8a3-1898-4466-a891-99520c5943ec-root {
    text-align: center;
  }


#s-e8c7d8a3-1898-4466-a891-99520c5943ec.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-e8c7d8a3-1898-4466-a891-99520c5943ec-root {
    text-align: center;
  }


#s-e8c7d8a3-1898-4466-a891-99520c5943ec.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e8c7d8a3-1898-4466-a891-99520c5943ec-root {
    text-align: center;
  }


#s-e8c7d8a3-1898-4466-a891-99520c5943ec.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e8c7d8a3-1898-4466-a891-99520c5943ec-root {
    text-align: center;
  }


#s-e8c7d8a3-1898-4466-a891-99520c5943ec.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-e8c7d8a3-1898-4466-a891-99520c5943ec-root {
    text-align: center;
  }


#s-e8c7d8a3-1898-4466-a891-99520c5943ec.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-c3a9b5da-1493-496b-939d-d88d37992304 {
  margin-top: 3px;
margin-bottom: 3px;
}
@media (min-width: 1200px){#s-c3a9b5da-1493-496b-939d-d88d37992304 {
  display: none;
}
#s-c3a9b5da-1493-496b-939d-d88d37992304, #wrap-s-c3a9b5da-1493-496b-939d-d88d37992304, #wrap-content-s-c3a9b5da-1493-496b-939d-d88d37992304 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c3a9b5da-1493-496b-939d-d88d37992304 {
  display: none;
}
#s-c3a9b5da-1493-496b-939d-d88d37992304, #wrap-s-c3a9b5da-1493-496b-939d-d88d37992304, #wrap-content-s-c3a9b5da-1493-496b-939d-d88d37992304 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c3a9b5da-1493-496b-939d-d88d37992304 {
  display: none;
}
#s-c3a9b5da-1493-496b-939d-d88d37992304, #wrap-s-c3a9b5da-1493-496b-939d-d88d37992304, #wrap-content-s-c3a9b5da-1493-496b-939d-d88d37992304 { display: none !important; }}@media (max-width: 767px){#s-c3a9b5da-1493-496b-939d-d88d37992304 {
  display: none;
}
#s-c3a9b5da-1493-496b-939d-d88d37992304, #wrap-s-c3a9b5da-1493-496b-939d-d88d37992304, #wrap-content-s-c3a9b5da-1493-496b-939d-d88d37992304 { display: none !important; }}
@media (min-width: 1200px){#s-e1dd4be2-c3e8-4a99-aae1-f9d839346030 {
  display: none;
}
#s-e1dd4be2-c3e8-4a99-aae1-f9d839346030, #wrap-s-e1dd4be2-c3e8-4a99-aae1-f9d839346030, #wrap-content-s-e1dd4be2-c3e8-4a99-aae1-f9d839346030 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e1dd4be2-c3e8-4a99-aae1-f9d839346030 {
  display: none;
}
#s-e1dd4be2-c3e8-4a99-aae1-f9d839346030, #wrap-s-e1dd4be2-c3e8-4a99-aae1-f9d839346030, #wrap-content-s-e1dd4be2-c3e8-4a99-aae1-f9d839346030 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e1dd4be2-c3e8-4a99-aae1-f9d839346030 {
  display: none;
}
#s-e1dd4be2-c3e8-4a99-aae1-f9d839346030, #wrap-s-e1dd4be2-c3e8-4a99-aae1-f9d839346030, #wrap-content-s-e1dd4be2-c3e8-4a99-aae1-f9d839346030 { display: none !important; }}@media (max-width: 767px){#s-e1dd4be2-c3e8-4a99-aae1-f9d839346030 {
  display: none;
}
#s-e1dd4be2-c3e8-4a99-aae1-f9d839346030, #wrap-s-e1dd4be2-c3e8-4a99-aae1-f9d839346030, #wrap-content-s-e1dd4be2-c3e8-4a99-aae1-f9d839346030 { display: none !important; }}
#s-35dda7ff-9b97-441a-998c-52dade6bb66e {
  margin-top: -6px;
margin-bottom: -6px;
}
@media (min-width: 1200px){#s-35dda7ff-9b97-441a-998c-52dade6bb66e {
  display: none;
}
#s-35dda7ff-9b97-441a-998c-52dade6bb66e, #wrap-s-35dda7ff-9b97-441a-998c-52dade6bb66e, #wrap-content-s-35dda7ff-9b97-441a-998c-52dade6bb66e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-35dda7ff-9b97-441a-998c-52dade6bb66e {
  display: none;
}
#s-35dda7ff-9b97-441a-998c-52dade6bb66e, #wrap-s-35dda7ff-9b97-441a-998c-52dade6bb66e, #wrap-content-s-35dda7ff-9b97-441a-998c-52dade6bb66e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-35dda7ff-9b97-441a-998c-52dade6bb66e {
  display: none;
}
#s-35dda7ff-9b97-441a-998c-52dade6bb66e, #wrap-s-35dda7ff-9b97-441a-998c-52dade6bb66e, #wrap-content-s-35dda7ff-9b97-441a-998c-52dade6bb66e { display: none !important; }}@media (max-width: 767px){#s-35dda7ff-9b97-441a-998c-52dade6bb66e {
  display: none;
}
#s-35dda7ff-9b97-441a-998c-52dade6bb66e, #wrap-s-35dda7ff-9b97-441a-998c-52dade6bb66e, #wrap-content-s-35dda7ff-9b97-441a-998c-52dade6bb66e { display: none !important; }}
#s-add25b2d-8e50-410a-8a27-beefc0741532 {
  margin-bottom: 4px;
}
@media (min-width: 1200px){#s-add25b2d-8e50-410a-8a27-beefc0741532 {
  display: none;
}
#s-add25b2d-8e50-410a-8a27-beefc0741532, #wrap-s-add25b2d-8e50-410a-8a27-beefc0741532, #wrap-content-s-add25b2d-8e50-410a-8a27-beefc0741532 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-add25b2d-8e50-410a-8a27-beefc0741532 {
  display: none;
}
#s-add25b2d-8e50-410a-8a27-beefc0741532, #wrap-s-add25b2d-8e50-410a-8a27-beefc0741532, #wrap-content-s-add25b2d-8e50-410a-8a27-beefc0741532 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-add25b2d-8e50-410a-8a27-beefc0741532 {
  
}
}@media (max-width: 767px){#s-add25b2d-8e50-410a-8a27-beefc0741532 {
  
}
}
#s-f997c21e-a5e5-4fc6-9f6b-9d8791b72f1f {
  margin-bottom: 4px;
}
@media (min-width: 1200px){#s-f997c21e-a5e5-4fc6-9f6b-9d8791b72f1f {
  display: none;
}
#s-f997c21e-a5e5-4fc6-9f6b-9d8791b72f1f, #wrap-s-f997c21e-a5e5-4fc6-9f6b-9d8791b72f1f, #wrap-content-s-f997c21e-a5e5-4fc6-9f6b-9d8791b72f1f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f997c21e-a5e5-4fc6-9f6b-9d8791b72f1f {
  display: none;
}
#s-f997c21e-a5e5-4fc6-9f6b-9d8791b72f1f, #wrap-s-f997c21e-a5e5-4fc6-9f6b-9d8791b72f1f, #wrap-content-s-f997c21e-a5e5-4fc6-9f6b-9d8791b72f1f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f997c21e-a5e5-4fc6-9f6b-9d8791b72f1f {
  
}
}@media (max-width: 767px){#s-f997c21e-a5e5-4fc6-9f6b-9d8791b72f1f {
  
}
}
#s-7321e219-ba04-4b2a-8bee-84c2e12a7647 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-7321e219-ba04-4b2a-8bee-84c2e12a7647 {
  overflow: hidden;
  
  
}







  #s-7321e219-ba04-4b2a-8bee-84c2e12a7647 img.shogun-image {
    

    
    
    
  }


#s-7321e219-ba04-4b2a-8bee-84c2e12a7647 .shogun-image-content {
  
    justify-content: center;
  
}

#s-0dc6549f-7455-4b02-a0f6-18308f1363cd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0dc6549f-7455-4b02-a0f6-18308f1363cd .shg-product-title-component h3 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 18px;
  
  
  
}

#s-63de75c6-f5e7-40aa-81ce-4bda4c4b91a7 {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-8a006b70-78e5-4f3a-b2b4-92b9bcb08fe7 {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8a006b70-78e5-4f3a-b2b4-92b9bcb08fe7 {
  display: none;
}
#s-8a006b70-78e5-4f3a-b2b4-92b9bcb08fe7, #wrap-s-8a006b70-78e5-4f3a-b2b4-92b9bcb08fe7, #wrap-content-s-8a006b70-78e5-4f3a-b2b4-92b9bcb08fe7 { display: none !important; }}@media (max-width: 767px){#s-8a006b70-78e5-4f3a-b2b4-92b9bcb08fe7 {
  display: none;
}
#s-8a006b70-78e5-4f3a-b2b4-92b9bcb08fe7, #wrap-s-8a006b70-78e5-4f3a-b2b4-92b9bcb08fe7, #wrap-content-s-8a006b70-78e5-4f3a-b2b4-92b9bcb08fe7 { display: none !important; }}
#s-8cc5060c-c360-4164-8e91-d4d969d55ecf {
  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-8cc5060c-c360-4164-8e91-d4d969d55ecf:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8cc5060c-c360-4164-8e91-d4d969d55ecf:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8cc5060c-c360-4164-8e91-d4d969d55ecf-root {
    text-align: center;
  }


#s-8cc5060c-c360-4164-8e91-d4d969d55ecf.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-8cc5060c-c360-4164-8e91-d4d969d55ecf-root {
    text-align: center;
  }


#s-8cc5060c-c360-4164-8e91-d4d969d55ecf.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8cc5060c-c360-4164-8e91-d4d969d55ecf-root {
    text-align: center;
  }


#s-8cc5060c-c360-4164-8e91-d4d969d55ecf.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8cc5060c-c360-4164-8e91-d4d969d55ecf-root {
    text-align: center;
  }


#s-8cc5060c-c360-4164-8e91-d4d969d55ecf.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-8cc5060c-c360-4164-8e91-d4d969d55ecf-root {
    text-align: center;
  }


#s-8cc5060c-c360-4164-8e91-d4d969d55ecf.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-e5a76256-0a73-4834-ae75-3e100032d268 {
  max-width: 265px;
aspect-ratio: 265/502;
text-align: center;
}

#s-e5a76256-0a73-4834-ae75-3e100032d268 {
  overflow: hidden;
  
  
      max-width: 265px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-e5a76256-0a73-4834-ae75-3e100032d268 img.shogun-image,
  #s-e5a76256-0a73-4834-ae75-3e100032d268 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e5a76256-0a73-4834-ae75-3e100032d268 {
    width: 100%;
    height: auto;
  }



  #s-e5a76256-0a73-4834-ae75-3e100032d268 img.shogun-image {
    

    
    
    
  }


#s-e5a76256-0a73-4834-ae75-3e100032d268 .shogun-image-content {
  
    justify-content: center;
  
}

#s-b042bf30-1924-40e5-abba-62a8efdfedc2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b042bf30-1924-40e5-abba-62a8efdfedc2 .shg-product-title-component h3 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 18px;
  
  
  
}

#s-2704769f-b482-44f3-b30c-e5fd94b725c5 {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-70b03d49-bbc2-4743-908b-248755e7d935 {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-70b03d49-bbc2-4743-908b-248755e7d935 {
  display: none;
}
#s-70b03d49-bbc2-4743-908b-248755e7d935, #wrap-s-70b03d49-bbc2-4743-908b-248755e7d935, #wrap-content-s-70b03d49-bbc2-4743-908b-248755e7d935 { display: none !important; }}@media (max-width: 767px){#s-70b03d49-bbc2-4743-908b-248755e7d935 {
  display: none;
}
#s-70b03d49-bbc2-4743-908b-248755e7d935, #wrap-s-70b03d49-bbc2-4743-908b-248755e7d935, #wrap-content-s-70b03d49-bbc2-4743-908b-248755e7d935 { display: none !important; }}
#s-41c12a2f-4be3-4b55-b76a-74ec9fa267ab {
  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-41c12a2f-4be3-4b55-b76a-74ec9fa267ab:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-41c12a2f-4be3-4b55-b76a-74ec9fa267ab:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-41c12a2f-4be3-4b55-b76a-74ec9fa267ab-root {
    text-align: center;
  }


#s-41c12a2f-4be3-4b55-b76a-74ec9fa267ab.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-41c12a2f-4be3-4b55-b76a-74ec9fa267ab-root {
    text-align: center;
  }


#s-41c12a2f-4be3-4b55-b76a-74ec9fa267ab.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-41c12a2f-4be3-4b55-b76a-74ec9fa267ab-root {
    text-align: center;
  }


#s-41c12a2f-4be3-4b55-b76a-74ec9fa267ab.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-41c12a2f-4be3-4b55-b76a-74ec9fa267ab-root {
    text-align: center;
  }


#s-41c12a2f-4be3-4b55-b76a-74ec9fa267ab.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-41c12a2f-4be3-4b55-b76a-74ec9fa267ab-root {
    text-align: center;
  }


#s-41c12a2f-4be3-4b55-b76a-74ec9fa267ab.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-a9e5e6cc-ea5e-4f74-be20-38975531e818 {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-a9e5e6cc-ea5e-4f74-be20-38975531e818 {
  display: none;
}
#s-a9e5e6cc-ea5e-4f74-be20-38975531e818, #wrap-s-a9e5e6cc-ea5e-4f74-be20-38975531e818, #wrap-content-s-a9e5e6cc-ea5e-4f74-be20-38975531e818 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a9e5e6cc-ea5e-4f74-be20-38975531e818 {
  display: none;
}
#s-a9e5e6cc-ea5e-4f74-be20-38975531e818, #wrap-s-a9e5e6cc-ea5e-4f74-be20-38975531e818, #wrap-content-s-a9e5e6cc-ea5e-4f74-be20-38975531e818 { display: none !important; }}@media (max-width: 767px){#s-a9e5e6cc-ea5e-4f74-be20-38975531e818 {
  display: none;
}
#s-a9e5e6cc-ea5e-4f74-be20-38975531e818, #wrap-s-a9e5e6cc-ea5e-4f74-be20-38975531e818, #wrap-content-s-a9e5e6cc-ea5e-4f74-be20-38975531e818 { display: none !important; }}
@media (min-width: 0px) {
[id="s-a9e5e6cc-ea5e-4f74-be20-38975531e818"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-a9e5e6cc-ea5e-4f74-be20-38975531e818"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-a9e5e6cc-ea5e-4f74-be20-38975531e818"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-a9e5e6cc-ea5e-4f74-be20-38975531e818"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-98ba543c-d829-4de5-bbcc-ea35536e6f2a {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 43px;
}
@media (min-width: 768px) and (max-width: 991px){#s-98ba543c-d829-4de5-bbcc-ea35536e6f2a {
  display: none;
}
#s-98ba543c-d829-4de5-bbcc-ea35536e6f2a, #wrap-s-98ba543c-d829-4de5-bbcc-ea35536e6f2a, #wrap-content-s-98ba543c-d829-4de5-bbcc-ea35536e6f2a { display: none !important; }}@media (max-width: 767px){#s-98ba543c-d829-4de5-bbcc-ea35536e6f2a {
  display: none;
}
#s-98ba543c-d829-4de5-bbcc-ea35536e6f2a, #wrap-s-98ba543c-d829-4de5-bbcc-ea35536e6f2a, #wrap-content-s-98ba543c-d829-4de5-bbcc-ea35536e6f2a { display: none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-d9b8e863-b814-4d2f-bc49-c35fc6fe8e8e {
  display: none;
}
#s-d9b8e863-b814-4d2f-bc49-c35fc6fe8e8e, #wrap-s-d9b8e863-b814-4d2f-bc49-c35fc6fe8e8e, #wrap-content-s-d9b8e863-b814-4d2f-bc49-c35fc6fe8e8e { display: none !important; }}@media (max-width: 767px){#s-d9b8e863-b814-4d2f-bc49-c35fc6fe8e8e {
  display: none;
}
#s-d9b8e863-b814-4d2f-bc49-c35fc6fe8e8e, #wrap-s-d9b8e863-b814-4d2f-bc49-c35fc6fe8e8e, #wrap-content-s-d9b8e863-b814-4d2f-bc49-c35fc6fe8e8e { display: none !important; }}
#s-6916f4b5-5db7-45ca-8002-c3d8a461abe0 {
  text-align: center;
}

#s-6916f4b5-5db7-45ca-8002-c3d8a461abe0 {
  overflow: hidden;
  
  
}







  #s-6916f4b5-5db7-45ca-8002-c3d8a461abe0 img.shogun-image {
    

    
    
    
  }


#s-6916f4b5-5db7-45ca-8002-c3d8a461abe0 .shogun-image-content {
  
    justify-content: center;
  
}

#s-9fb0e356-c5ad-4630-be80-2e3f489a379b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9fb0e356-c5ad-4630-be80-2e3f489a379b .shg-product-title-component h5 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 14px;
  
  
  
}

#s-1a4e9909-6b8e-4563-812d-df2e818901bf {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-086864e4-1922-4471-a38e-2c08dd90550b {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 90px;
}
@media (min-width: 1200px){#s-086864e4-1922-4471-a38e-2c08dd90550b {
  display: none;
}
#s-086864e4-1922-4471-a38e-2c08dd90550b, #wrap-s-086864e4-1922-4471-a38e-2c08dd90550b, #wrap-content-s-086864e4-1922-4471-a38e-2c08dd90550b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-086864e4-1922-4471-a38e-2c08dd90550b {
  display: none;
}
#s-086864e4-1922-4471-a38e-2c08dd90550b, #wrap-s-086864e4-1922-4471-a38e-2c08dd90550b, #wrap-content-s-086864e4-1922-4471-a38e-2c08dd90550b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-086864e4-1922-4471-a38e-2c08dd90550b {
  
}
}@media (max-width: 767px){#s-086864e4-1922-4471-a38e-2c08dd90550b {
  
}
}
#s-cfdf3c0b-a290-4cdc-aafe-837b4f5b11c1 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-827a04dd-52fc-4aaa-84c2-7f58b6ae1a83 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-827a04dd-52fc-4aaa-84c2-7f58b6ae1a83:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-827a04dd-52fc-4aaa-84c2-7f58b6ae1a83:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-827a04dd-52fc-4aaa-84c2-7f58b6ae1a83-root {
    text-align: center;
  }


#s-827a04dd-52fc-4aaa-84c2-7f58b6ae1a83.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-827a04dd-52fc-4aaa-84c2-7f58b6ae1a83-root {
    text-align: center;
  }


#s-827a04dd-52fc-4aaa-84c2-7f58b6ae1a83.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-827a04dd-52fc-4aaa-84c2-7f58b6ae1a83-root {
    text-align: center;
  }


#s-827a04dd-52fc-4aaa-84c2-7f58b6ae1a83.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-827a04dd-52fc-4aaa-84c2-7f58b6ae1a83-root {
    text-align: center;
  }


#s-827a04dd-52fc-4aaa-84c2-7f58b6ae1a83.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-827a04dd-52fc-4aaa-84c2-7f58b6ae1a83-root {
    text-align: center;
  }


#s-827a04dd-52fc-4aaa-84c2-7f58b6ae1a83.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-040b367b-3ad6-41e0-b233-8ef1ad95d3dc {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 43px;
}
@media (min-width: 768px) and (max-width: 991px){#s-040b367b-3ad6-41e0-b233-8ef1ad95d3dc {
  display: none;
}
#s-040b367b-3ad6-41e0-b233-8ef1ad95d3dc, #wrap-s-040b367b-3ad6-41e0-b233-8ef1ad95d3dc, #wrap-content-s-040b367b-3ad6-41e0-b233-8ef1ad95d3dc { display: none !important; }}@media (max-width: 767px){#s-040b367b-3ad6-41e0-b233-8ef1ad95d3dc {
  display: none;
}
#s-040b367b-3ad6-41e0-b233-8ef1ad95d3dc, #wrap-s-040b367b-3ad6-41e0-b233-8ef1ad95d3dc, #wrap-content-s-040b367b-3ad6-41e0-b233-8ef1ad95d3dc { display: none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-d4557c78-ab55-4ba8-ad6c-186cf21c7232 {
  display: none;
}
#s-d4557c78-ab55-4ba8-ad6c-186cf21c7232, #wrap-s-d4557c78-ab55-4ba8-ad6c-186cf21c7232, #wrap-content-s-d4557c78-ab55-4ba8-ad6c-186cf21c7232 { display: none !important; }}@media (max-width: 767px){#s-d4557c78-ab55-4ba8-ad6c-186cf21c7232 {
  display: none;
}
#s-d4557c78-ab55-4ba8-ad6c-186cf21c7232, #wrap-s-d4557c78-ab55-4ba8-ad6c-186cf21c7232, #wrap-content-s-d4557c78-ab55-4ba8-ad6c-186cf21c7232 { display: none !important; }}
#s-1bea7f76-2210-4115-ab1c-5a5146d385b1 {
  margin-top: 3px;
margin-bottom: 3px;
}
@media (min-width: 1200px){#s-1bea7f76-2210-4115-ab1c-5a5146d385b1 {
  display: none;
}
#s-1bea7f76-2210-4115-ab1c-5a5146d385b1, #wrap-s-1bea7f76-2210-4115-ab1c-5a5146d385b1, #wrap-content-s-1bea7f76-2210-4115-ab1c-5a5146d385b1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1bea7f76-2210-4115-ab1c-5a5146d385b1 {
  display: none;
}
#s-1bea7f76-2210-4115-ab1c-5a5146d385b1, #wrap-s-1bea7f76-2210-4115-ab1c-5a5146d385b1, #wrap-content-s-1bea7f76-2210-4115-ab1c-5a5146d385b1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1bea7f76-2210-4115-ab1c-5a5146d385b1 {
  display: none;
}
#s-1bea7f76-2210-4115-ab1c-5a5146d385b1, #wrap-s-1bea7f76-2210-4115-ab1c-5a5146d385b1, #wrap-content-s-1bea7f76-2210-4115-ab1c-5a5146d385b1 { display: none !important; }}@media (max-width: 767px){#s-1bea7f76-2210-4115-ab1c-5a5146d385b1 {
  display: none;
}
#s-1bea7f76-2210-4115-ab1c-5a5146d385b1, #wrap-s-1bea7f76-2210-4115-ab1c-5a5146d385b1, #wrap-content-s-1bea7f76-2210-4115-ab1c-5a5146d385b1 { display: none !important; }}
@media (min-width: 1200px){#s-b9548a30-4c8a-440f-93d6-3956d038bf65 {
  display: none;
}
#s-b9548a30-4c8a-440f-93d6-3956d038bf65, #wrap-s-b9548a30-4c8a-440f-93d6-3956d038bf65, #wrap-content-s-b9548a30-4c8a-440f-93d6-3956d038bf65 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b9548a30-4c8a-440f-93d6-3956d038bf65 {
  display: none;
}
#s-b9548a30-4c8a-440f-93d6-3956d038bf65, #wrap-s-b9548a30-4c8a-440f-93d6-3956d038bf65, #wrap-content-s-b9548a30-4c8a-440f-93d6-3956d038bf65 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b9548a30-4c8a-440f-93d6-3956d038bf65 {
  display: none;
}
#s-b9548a30-4c8a-440f-93d6-3956d038bf65, #wrap-s-b9548a30-4c8a-440f-93d6-3956d038bf65, #wrap-content-s-b9548a30-4c8a-440f-93d6-3956d038bf65 { display: none !important; }}@media (max-width: 767px){#s-b9548a30-4c8a-440f-93d6-3956d038bf65 {
  display: none;
}
#s-b9548a30-4c8a-440f-93d6-3956d038bf65, #wrap-s-b9548a30-4c8a-440f-93d6-3956d038bf65, #wrap-content-s-b9548a30-4c8a-440f-93d6-3956d038bf65 { display: none !important; }}
#s-ef957c60-a1af-42d4-91dd-92089fa103c5 {
  margin-top: -6px;
margin-bottom: -6px;
}
@media (min-width: 1200px){#s-ef957c60-a1af-42d4-91dd-92089fa103c5 {
  display: none;
}
#s-ef957c60-a1af-42d4-91dd-92089fa103c5, #wrap-s-ef957c60-a1af-42d4-91dd-92089fa103c5, #wrap-content-s-ef957c60-a1af-42d4-91dd-92089fa103c5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ef957c60-a1af-42d4-91dd-92089fa103c5 {
  display: none;
}
#s-ef957c60-a1af-42d4-91dd-92089fa103c5, #wrap-s-ef957c60-a1af-42d4-91dd-92089fa103c5, #wrap-content-s-ef957c60-a1af-42d4-91dd-92089fa103c5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ef957c60-a1af-42d4-91dd-92089fa103c5 {
  display: none;
}
#s-ef957c60-a1af-42d4-91dd-92089fa103c5, #wrap-s-ef957c60-a1af-42d4-91dd-92089fa103c5, #wrap-content-s-ef957c60-a1af-42d4-91dd-92089fa103c5 { display: none !important; }}@media (max-width: 767px){#s-ef957c60-a1af-42d4-91dd-92089fa103c5 {
  display: none;
}
#s-ef957c60-a1af-42d4-91dd-92089fa103c5, #wrap-s-ef957c60-a1af-42d4-91dd-92089fa103c5, #wrap-content-s-ef957c60-a1af-42d4-91dd-92089fa103c5 { display: none !important; }}
#s-28062fa5-aecf-414f-bc67-1502fdd6bd7a {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 23px;
}
@media (min-width: 768px) and (max-width: 991px){#s-28062fa5-aecf-414f-bc67-1502fdd6bd7a {
  display: none;
}
#s-28062fa5-aecf-414f-bc67-1502fdd6bd7a, #wrap-s-28062fa5-aecf-414f-bc67-1502fdd6bd7a, #wrap-content-s-28062fa5-aecf-414f-bc67-1502fdd6bd7a { display: none !important; }}@media (max-width: 767px){#s-28062fa5-aecf-414f-bc67-1502fdd6bd7a {
  display: none;
}
#s-28062fa5-aecf-414f-bc67-1502fdd6bd7a, #wrap-s-28062fa5-aecf-414f-bc67-1502fdd6bd7a, #wrap-content-s-28062fa5-aecf-414f-bc67-1502fdd6bd7a { display: none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-7e3fa1fa-2094-43be-8649-bf37467cde20 {
  display: none;
}
#s-7e3fa1fa-2094-43be-8649-bf37467cde20, #wrap-s-7e3fa1fa-2094-43be-8649-bf37467cde20, #wrap-content-s-7e3fa1fa-2094-43be-8649-bf37467cde20 { display: none !important; }}@media (max-width: 767px){#s-7e3fa1fa-2094-43be-8649-bf37467cde20 {
  display: none;
}
#s-7e3fa1fa-2094-43be-8649-bf37467cde20, #wrap-s-7e3fa1fa-2094-43be-8649-bf37467cde20, #wrap-content-s-7e3fa1fa-2094-43be-8649-bf37467cde20 { display: none !important; }}
#s-b575c6d8-07b5-405f-99d6-f9937ac8e1ae {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b575c6d8-07b5-405f-99d6-f9937ac8e1ae {
  display: none;
}
#s-b575c6d8-07b5-405f-99d6-f9937ac8e1ae, #wrap-s-b575c6d8-07b5-405f-99d6-f9937ac8e1ae, #wrap-content-s-b575c6d8-07b5-405f-99d6-f9937ac8e1ae { display: none !important; }}@media (max-width: 767px){#s-b575c6d8-07b5-405f-99d6-f9937ac8e1ae {
  display: none;
}
#s-b575c6d8-07b5-405f-99d6-f9937ac8e1ae, #wrap-s-b575c6d8-07b5-405f-99d6-f9937ac8e1ae, #wrap-content-s-b575c6d8-07b5-405f-99d6-f9937ac8e1ae { display: none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-0f3e5697-7953-41be-8d89-d4d5f2e88947 {
  display: none;
}
#s-0f3e5697-7953-41be-8d89-d4d5f2e88947, #wrap-s-0f3e5697-7953-41be-8d89-d4d5f2e88947, #wrap-content-s-0f3e5697-7953-41be-8d89-d4d5f2e88947 { display: none !important; }}@media (max-width: 767px){#s-0f3e5697-7953-41be-8d89-d4d5f2e88947 {
  display: none;
}
#s-0f3e5697-7953-41be-8d89-d4d5f2e88947, #wrap-s-0f3e5697-7953-41be-8d89-d4d5f2e88947, #wrap-content-s-0f3e5697-7953-41be-8d89-d4d5f2e88947 { display: none !important; }}
#s-b7c3a08d-23e3-4d6f-af1c-3ff7b7149c80 {
  max-width: 265px;
text-align: center;
}

#s-b7c3a08d-23e3-4d6f-af1c-3ff7b7149c80 {
  overflow: hidden;
  
  
      max-width: 265px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-b7c3a08d-23e3-4d6f-af1c-3ff7b7149c80 .shogun-image-content {
  
    justify-content: center;
  
}

#s-3cc0fa60-f72a-4b35-af2d-0b4578a5752c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3cc0fa60-f72a-4b35-af2d-0b4578a5752c .shg-product-title-component h5 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 14px;
  
  
  
}

#s-97fda388-af5f-4011-a188-da2ac8141d94 {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-3b135e4b-df20-496d-abd6-b81ebd68ea0e {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 39px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3b135e4b-df20-496d-abd6-b81ebd68ea0e {
  display: none;
}
#s-3b135e4b-df20-496d-abd6-b81ebd68ea0e, #wrap-s-3b135e4b-df20-496d-abd6-b81ebd68ea0e, #wrap-content-s-3b135e4b-df20-496d-abd6-b81ebd68ea0e { display: none !important; }}@media (max-width: 767px){#s-3b135e4b-df20-496d-abd6-b81ebd68ea0e {
  display: none;
}
#s-3b135e4b-df20-496d-abd6-b81ebd68ea0e, #wrap-s-3b135e4b-df20-496d-abd6-b81ebd68ea0e, #wrap-content-s-3b135e4b-df20-496d-abd6-b81ebd68ea0e { display: none !important; }}
#s-d603d0a4-9bb7-41ef-8143-331a5ea19957 {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 1200px){#s-d603d0a4-9bb7-41ef-8143-331a5ea19957 {
  display: none;
}
#s-d603d0a4-9bb7-41ef-8143-331a5ea19957, #wrap-s-d603d0a4-9bb7-41ef-8143-331a5ea19957, #wrap-content-s-d603d0a4-9bb7-41ef-8143-331a5ea19957 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d603d0a4-9bb7-41ef-8143-331a5ea19957 {
  display: none;
}
#s-d603d0a4-9bb7-41ef-8143-331a5ea19957, #wrap-s-d603d0a4-9bb7-41ef-8143-331a5ea19957, #wrap-content-s-d603d0a4-9bb7-41ef-8143-331a5ea19957 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d603d0a4-9bb7-41ef-8143-331a5ea19957 {
  
}
}@media (max-width: 767px){#s-d603d0a4-9bb7-41ef-8143-331a5ea19957 {
  
}
}
@media (min-width: 768px) and (max-width: 991px){#s-1baf4387-cc44-4e53-a426-c4ea6cac92ac {
  display: none;
}
#s-1baf4387-cc44-4e53-a426-c4ea6cac92ac, #wrap-s-1baf4387-cc44-4e53-a426-c4ea6cac92ac, #wrap-content-s-1baf4387-cc44-4e53-a426-c4ea6cac92ac { display: none !important; }}@media (max-width: 767px){#s-1baf4387-cc44-4e53-a426-c4ea6cac92ac {
  display: none;
}
#s-1baf4387-cc44-4e53-a426-c4ea6cac92ac, #wrap-s-1baf4387-cc44-4e53-a426-c4ea6cac92ac, #wrap-content-s-1baf4387-cc44-4e53-a426-c4ea6cac92ac { display: none !important; }}
#s-3e935174-b319-42c1-9916-44538c7b6f30 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-3e935174-b319-42c1-9916-44538c7b6f30:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3e935174-b319-42c1-9916-44538c7b6f30:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3e935174-b319-42c1-9916-44538c7b6f30-root {
    text-align: center;
  }


#s-3e935174-b319-42c1-9916-44538c7b6f30.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-3e935174-b319-42c1-9916-44538c7b6f30-root {
    text-align: center;
  }


#s-3e935174-b319-42c1-9916-44538c7b6f30.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3e935174-b319-42c1-9916-44538c7b6f30-root {
    text-align: center;
  }


#s-3e935174-b319-42c1-9916-44538c7b6f30.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3e935174-b319-42c1-9916-44538c7b6f30-root {
    text-align: center;
  }


#s-3e935174-b319-42c1-9916-44538c7b6f30.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-3e935174-b319-42c1-9916-44538c7b6f30-root {
    text-align: center;
  }


#s-3e935174-b319-42c1-9916-44538c7b6f30.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-d76376ef-e00e-495d-b1af-32edd7ce42cb {
  text-align: center;
}

#s-d76376ef-e00e-495d-b1af-32edd7ce42cb {
  overflow: hidden;
  
  
}







  #s-d76376ef-e00e-495d-b1af-32edd7ce42cb img.shogun-image {
    

    
    
    
  }


#s-d76376ef-e00e-495d-b1af-32edd7ce42cb .shogun-image-content {
  
    justify-content: center;
  
}

#s-25815f50-8149-44bc-a2f4-452395f8e8b3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-25815f50-8149-44bc-a2f4-452395f8e8b3 .shg-product-title-component h5 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 14px;
  
  
  
}

#s-33bfbbaf-d514-4d36-a145-6daae66e3d96 {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-0f208b9f-a045-4c95-8fe8-f4e6f3ccda94 {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 23px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0f208b9f-a045-4c95-8fe8-f4e6f3ccda94 {
  display: none;
}
#s-0f208b9f-a045-4c95-8fe8-f4e6f3ccda94, #wrap-s-0f208b9f-a045-4c95-8fe8-f4e6f3ccda94, #wrap-content-s-0f208b9f-a045-4c95-8fe8-f4e6f3ccda94 { display: none !important; }}@media (max-width: 767px){#s-0f208b9f-a045-4c95-8fe8-f4e6f3ccda94 {
  display: none;
}
#s-0f208b9f-a045-4c95-8fe8-f4e6f3ccda94, #wrap-s-0f208b9f-a045-4c95-8fe8-f4e6f3ccda94, #wrap-content-s-0f208b9f-a045-4c95-8fe8-f4e6f3ccda94 { display: none !important; }}
#s-02dfd61e-2d39-41d7-82f7-0d474a071920 {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 19px;
}
@media (min-width: 1200px){#s-02dfd61e-2d39-41d7-82f7-0d474a071920 {
  display: none;
}
#s-02dfd61e-2d39-41d7-82f7-0d474a071920, #wrap-s-02dfd61e-2d39-41d7-82f7-0d474a071920, #wrap-content-s-02dfd61e-2d39-41d7-82f7-0d474a071920 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-02dfd61e-2d39-41d7-82f7-0d474a071920 {
  display: none;
}
#s-02dfd61e-2d39-41d7-82f7-0d474a071920, #wrap-s-02dfd61e-2d39-41d7-82f7-0d474a071920, #wrap-content-s-02dfd61e-2d39-41d7-82f7-0d474a071920 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-02dfd61e-2d39-41d7-82f7-0d474a071920 {
  
}
}@media (max-width: 767px){#s-02dfd61e-2d39-41d7-82f7-0d474a071920 {
  
}
}
#s-366d4dd8-5a16-47c7-843b-3825c5169ef5 {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 768px) and (max-width: 991px){#s-9a6d2e28-1fef-45dc-9a1b-e6ca950a415d {
  display: none;
}
#s-9a6d2e28-1fef-45dc-9a1b-e6ca950a415d, #wrap-s-9a6d2e28-1fef-45dc-9a1b-e6ca950a415d, #wrap-content-s-9a6d2e28-1fef-45dc-9a1b-e6ca950a415d { display: none !important; }}@media (max-width: 767px){#s-9a6d2e28-1fef-45dc-9a1b-e6ca950a415d {
  display: none;
}
#s-9a6d2e28-1fef-45dc-9a1b-e6ca950a415d, #wrap-s-9a6d2e28-1fef-45dc-9a1b-e6ca950a415d, #wrap-content-s-9a6d2e28-1fef-45dc-9a1b-e6ca950a415d { display: none !important; }}
#s-5c340d6b-e215-4894-a612-e41e61c187af {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-5c340d6b-e215-4894-a612-e41e61c187af:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5c340d6b-e215-4894-a612-e41e61c187af:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5c340d6b-e215-4894-a612-e41e61c187af-root {
    text-align: center;
  }


#s-5c340d6b-e215-4894-a612-e41e61c187af.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-5c340d6b-e215-4894-a612-e41e61c187af-root {
    text-align: center;
  }


#s-5c340d6b-e215-4894-a612-e41e61c187af.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5c340d6b-e215-4894-a612-e41e61c187af-root {
    text-align: center;
  }


#s-5c340d6b-e215-4894-a612-e41e61c187af.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5c340d6b-e215-4894-a612-e41e61c187af-root {
    text-align: center;
  }


#s-5c340d6b-e215-4894-a612-e41e61c187af.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-5c340d6b-e215-4894-a612-e41e61c187af-root {
    text-align: center;
  }


#s-5c340d6b-e215-4894-a612-e41e61c187af.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-ac69ea1e-09ee-4b01-bab3-496a1ec0c1ff {
  text-align: center;
}

#s-ac69ea1e-09ee-4b01-bab3-496a1ec0c1ff {
  overflow: hidden;
  
  
}







  #s-ac69ea1e-09ee-4b01-bab3-496a1ec0c1ff img.shogun-image {
    

    
    
    
  }


#s-ac69ea1e-09ee-4b01-bab3-496a1ec0c1ff .shogun-image-content {
  
    justify-content: center;
  
}

#s-f7cdaee9-ae96-44a5-879d-29c67e6dcd3e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f7cdaee9-ae96-44a5-879d-29c67e6dcd3e .shg-product-title-component h5 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 14px;
  
  
  
}

#s-3951a0aa-ce8c-4a64-9025-e3dc5e5fea4d {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-286d6755-67ff-4e5e-8b9b-168c128a51e0 {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 23px;
}
@media (min-width: 1200px){#s-286d6755-67ff-4e5e-8b9b-168c128a51e0 {
  display: none;
}
#s-286d6755-67ff-4e5e-8b9b-168c128a51e0, #wrap-s-286d6755-67ff-4e5e-8b9b-168c128a51e0, #wrap-content-s-286d6755-67ff-4e5e-8b9b-168c128a51e0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-286d6755-67ff-4e5e-8b9b-168c128a51e0 {
  display: none;
}
#s-286d6755-67ff-4e5e-8b9b-168c128a51e0, #wrap-s-286d6755-67ff-4e5e-8b9b-168c128a51e0, #wrap-content-s-286d6755-67ff-4e5e-8b9b-168c128a51e0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-286d6755-67ff-4e5e-8b9b-168c128a51e0 {
  
}
}@media (max-width: 767px){#s-286d6755-67ff-4e5e-8b9b-168c128a51e0 {
  
}
}
#s-f045b7b8-395f-426b-be7a-ce36961e1703 {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-89b8ac57-d2e7-448a-9a55-4a7a54f52d3e {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-89b8ac57-d2e7-448a-9a55-4a7a54f52d3e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-89b8ac57-d2e7-448a-9a55-4a7a54f52d3e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-89b8ac57-d2e7-448a-9a55-4a7a54f52d3e-root {
    text-align: center;
  }


#s-89b8ac57-d2e7-448a-9a55-4a7a54f52d3e.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-89b8ac57-d2e7-448a-9a55-4a7a54f52d3e-root {
    text-align: center;
  }


#s-89b8ac57-d2e7-448a-9a55-4a7a54f52d3e.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-89b8ac57-d2e7-448a-9a55-4a7a54f52d3e-root {
    text-align: center;
  }


#s-89b8ac57-d2e7-448a-9a55-4a7a54f52d3e.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-89b8ac57-d2e7-448a-9a55-4a7a54f52d3e-root {
    text-align: center;
  }


#s-89b8ac57-d2e7-448a-9a55-4a7a54f52d3e.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-89b8ac57-d2e7-448a-9a55-4a7a54f52d3e-root {
    text-align: center;
  }


#s-89b8ac57-d2e7-448a-9a55-4a7a54f52d3e.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-b80ab42b-62eb-44a4-a687-ca53422fc29a {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-b80ab42b-62eb-44a4-a687-ca53422fc29a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b80ab42b-62eb-44a4-a687-ca53422fc29a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b80ab42b-62eb-44a4-a687-ca53422fc29a {
  display: none;
}
#s-b80ab42b-62eb-44a4-a687-ca53422fc29a, #wrap-s-b80ab42b-62eb-44a4-a687-ca53422fc29a, #wrap-content-s-b80ab42b-62eb-44a4-a687-ca53422fc29a { display: none !important; }}@media (max-width: 767px){#s-b80ab42b-62eb-44a4-a687-ca53422fc29a {
  display: none;
}
#s-b80ab42b-62eb-44a4-a687-ca53422fc29a, #wrap-s-b80ab42b-62eb-44a4-a687-ca53422fc29a, #wrap-content-s-b80ab42b-62eb-44a4-a687-ca53422fc29a { display: none !important; }}
@media (min-width: 0px) {
[id="s-b80ab42b-62eb-44a4-a687-ca53422fc29a"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-b80ab42b-62eb-44a4-a687-ca53422fc29a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-b80ab42b-62eb-44a4-a687-ca53422fc29a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-b80ab42b-62eb-44a4-a687-ca53422fc29a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-de7f0e8a-4124-4827-a7bc-9a442cb980df {
  max-width: 265px;
aspect-ratio: 265/502;
text-align: center;
}

#s-de7f0e8a-4124-4827-a7bc-9a442cb980df {
  overflow: hidden;
  
  
      max-width: 265px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-de7f0e8a-4124-4827-a7bc-9a442cb980df img.shogun-image,
  #s-de7f0e8a-4124-4827-a7bc-9a442cb980df .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-de7f0e8a-4124-4827-a7bc-9a442cb980df {
    width: 100%;
    height: auto;
  }



  #s-de7f0e8a-4124-4827-a7bc-9a442cb980df img.shogun-image {
    

    
    
    
  }


#s-de7f0e8a-4124-4827-a7bc-9a442cb980df .shogun-image-content {
  
    justify-content: center;
  
}

#s-21041f18-466a-438e-87fc-6ed75ae9852b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-21041f18-466a-438e-87fc-6ed75ae9852b .shg-product-title-component h3 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 18px;
  
  
  
}

#s-cc7c2d1a-cd11-43f0-b2f8-2765ab7df15e {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-fbdd2039-f004-4317-9473-bb1506c99de6 {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 65px;
}
@media (min-width: 768px) and (max-width: 991px){#s-fbdd2039-f004-4317-9473-bb1506c99de6 {
  display: none;
}
#s-fbdd2039-f004-4317-9473-bb1506c99de6, #wrap-s-fbdd2039-f004-4317-9473-bb1506c99de6, #wrap-content-s-fbdd2039-f004-4317-9473-bb1506c99de6 { display: none !important; }}@media (max-width: 767px){#s-fbdd2039-f004-4317-9473-bb1506c99de6 {
  display: none;
}
#s-fbdd2039-f004-4317-9473-bb1506c99de6, #wrap-s-fbdd2039-f004-4317-9473-bb1506c99de6, #wrap-content-s-fbdd2039-f004-4317-9473-bb1506c99de6 { display: none !important; }}
#s-7fdb05d1-21b9-43bb-a749-0560a79fb8b0 {
  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-7fdb05d1-21b9-43bb-a749-0560a79fb8b0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7fdb05d1-21b9-43bb-a749-0560a79fb8b0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7fdb05d1-21b9-43bb-a749-0560a79fb8b0-root {
    text-align: center;
  }


#s-7fdb05d1-21b9-43bb-a749-0560a79fb8b0.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-7fdb05d1-21b9-43bb-a749-0560a79fb8b0-root {
    text-align: center;
  }


#s-7fdb05d1-21b9-43bb-a749-0560a79fb8b0.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7fdb05d1-21b9-43bb-a749-0560a79fb8b0-root {
    text-align: center;
  }


#s-7fdb05d1-21b9-43bb-a749-0560a79fb8b0.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7fdb05d1-21b9-43bb-a749-0560a79fb8b0-root {
    text-align: center;
  }


#s-7fdb05d1-21b9-43bb-a749-0560a79fb8b0.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-7fdb05d1-21b9-43bb-a749-0560a79fb8b0-root {
    text-align: center;
  }


#s-7fdb05d1-21b9-43bb-a749-0560a79fb8b0.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-bd10168f-beda-4768-891b-0f019cfa7161 {
  margin-top: auto;
margin-bottom: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-bd10168f-beda-4768-891b-0f019cfa7161 {
  overflow: hidden;
  
  
}







  #s-bd10168f-beda-4768-891b-0f019cfa7161 img.shogun-image {
    

    
    
    
  }


#s-bd10168f-beda-4768-891b-0f019cfa7161 .shogun-image-content {
  
    justify-content: center;
  
}

#s-f2522d7a-284c-4f87-8ac8-a599ed37690e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f2522d7a-284c-4f87-8ac8-a599ed37690e .shg-product-title-component h3 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 18px;
  
  
  
}

#s-961cbdf3-c272-4ac8-9d2a-c3c517abfc11 {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-096c6292-631e-497b-b05f-19693f90ef38 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 43px;
}
@media (min-width: 768px) and (max-width: 991px){#s-096c6292-631e-497b-b05f-19693f90ef38 {
  display: none;
}
#s-096c6292-631e-497b-b05f-19693f90ef38, #wrap-s-096c6292-631e-497b-b05f-19693f90ef38, #wrap-content-s-096c6292-631e-497b-b05f-19693f90ef38 { display: none !important; }}@media (max-width: 767px){#s-096c6292-631e-497b-b05f-19693f90ef38 {
  display: none;
}
#s-096c6292-631e-497b-b05f-19693f90ef38, #wrap-s-096c6292-631e-497b-b05f-19693f90ef38, #wrap-content-s-096c6292-631e-497b-b05f-19693f90ef38 { display: none !important; }}
#s-7980c80a-97b9-4aca-ad1e-8b1e26c0f843 {
  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-7980c80a-97b9-4aca-ad1e-8b1e26c0f843:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7980c80a-97b9-4aca-ad1e-8b1e26c0f843:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7980c80a-97b9-4aca-ad1e-8b1e26c0f843-root {
    text-align: center;
  }


#s-7980c80a-97b9-4aca-ad1e-8b1e26c0f843.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-7980c80a-97b9-4aca-ad1e-8b1e26c0f843-root {
    text-align: center;
  }


#s-7980c80a-97b9-4aca-ad1e-8b1e26c0f843.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7980c80a-97b9-4aca-ad1e-8b1e26c0f843-root {
    text-align: center;
  }


#s-7980c80a-97b9-4aca-ad1e-8b1e26c0f843.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7980c80a-97b9-4aca-ad1e-8b1e26c0f843-root {
    text-align: center;
  }


#s-7980c80a-97b9-4aca-ad1e-8b1e26c0f843.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-7980c80a-97b9-4aca-ad1e-8b1e26c0f843-root {
    text-align: center;
  }


#s-7980c80a-97b9-4aca-ad1e-8b1e26c0f843.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-0763ed0a-c310-4932-9f76-d31350d8b4d4 {
  text-align: center;
}

#s-0763ed0a-c310-4932-9f76-d31350d8b4d4 {
  overflow: hidden;
  
  
}







  #s-0763ed0a-c310-4932-9f76-d31350d8b4d4 img.shogun-image {
    

    
    
    
  }


#s-0763ed0a-c310-4932-9f76-d31350d8b4d4 .shogun-image-content {
  
    justify-content: center;
  
}

#s-e6730e7d-19df-4cf2-b1b8-000290efd680 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e6730e7d-19df-4cf2-b1b8-000290efd680 .shg-product-title-component h3 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 18px;
  
  
  
}

#s-618f840b-c22d-430e-aa87-778f2c204553 {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-e43841f0-5364-4c68-ba0b-ba3066a07f31 {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 42px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e43841f0-5364-4c68-ba0b-ba3066a07f31 {
  display: none;
}
#s-e43841f0-5364-4c68-ba0b-ba3066a07f31, #wrap-s-e43841f0-5364-4c68-ba0b-ba3066a07f31, #wrap-content-s-e43841f0-5364-4c68-ba0b-ba3066a07f31 { display: none !important; }}@media (max-width: 767px){#s-e43841f0-5364-4c68-ba0b-ba3066a07f31 {
  display: none;
}
#s-e43841f0-5364-4c68-ba0b-ba3066a07f31, #wrap-s-e43841f0-5364-4c68-ba0b-ba3066a07f31, #wrap-content-s-e43841f0-5364-4c68-ba0b-ba3066a07f31 { display: none !important; }}
#s-b1ff3189-cf25-4137-a8fb-f69b69268450 {
  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-b1ff3189-cf25-4137-a8fb-f69b69268450:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b1ff3189-cf25-4137-a8fb-f69b69268450:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b1ff3189-cf25-4137-a8fb-f69b69268450-root {
    text-align: center;
  }


#s-b1ff3189-cf25-4137-a8fb-f69b69268450.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-b1ff3189-cf25-4137-a8fb-f69b69268450-root {
    text-align: center;
  }


#s-b1ff3189-cf25-4137-a8fb-f69b69268450.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b1ff3189-cf25-4137-a8fb-f69b69268450-root {
    text-align: center;
  }


#s-b1ff3189-cf25-4137-a8fb-f69b69268450.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b1ff3189-cf25-4137-a8fb-f69b69268450-root {
    text-align: center;
  }


#s-b1ff3189-cf25-4137-a8fb-f69b69268450.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-b1ff3189-cf25-4137-a8fb-f69b69268450-root {
    text-align: center;
  }


#s-b1ff3189-cf25-4137-a8fb-f69b69268450.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-20560ab1-f207-4894-a14e-f24277ea0250 {
  max-width: 265px;
aspect-ratio: 265/502;
text-align: center;
}

#s-20560ab1-f207-4894-a14e-f24277ea0250 {
  overflow: hidden;
  
  
      max-width: 265px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-20560ab1-f207-4894-a14e-f24277ea0250 img.shogun-image,
  #s-20560ab1-f207-4894-a14e-f24277ea0250 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-20560ab1-f207-4894-a14e-f24277ea0250 {
    width: 100%;
    height: auto;
  }



  #s-20560ab1-f207-4894-a14e-f24277ea0250 img.shogun-image {
    

    
    
    
  }


#s-20560ab1-f207-4894-a14e-f24277ea0250 .shogun-image-content {
  
    justify-content: center;
  
}

#s-f666796f-4f73-401d-a74b-9efc2624259c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f666796f-4f73-401d-a74b-9efc2624259c .shg-product-title-component h3 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 18px;
  
  
  
}

#s-d4c28b62-96fc-431c-91c6-2a11e7afed75 {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-12d3c3fa-9aec-4a35-ba26-cf807d9ede64 {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-12d3c3fa-9aec-4a35-ba26-cf807d9ede64 {
  display: none;
}
#s-12d3c3fa-9aec-4a35-ba26-cf807d9ede64, #wrap-s-12d3c3fa-9aec-4a35-ba26-cf807d9ede64, #wrap-content-s-12d3c3fa-9aec-4a35-ba26-cf807d9ede64 { display: none !important; }}@media (max-width: 767px){#s-12d3c3fa-9aec-4a35-ba26-cf807d9ede64 {
  display: none;
}
#s-12d3c3fa-9aec-4a35-ba26-cf807d9ede64, #wrap-s-12d3c3fa-9aec-4a35-ba26-cf807d9ede64, #wrap-content-s-12d3c3fa-9aec-4a35-ba26-cf807d9ede64 { display: none !important; }}
#s-17428d67-09bb-40de-88ed-ae88775a5da8 {
  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-17428d67-09bb-40de-88ed-ae88775a5da8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-17428d67-09bb-40de-88ed-ae88775a5da8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-17428d67-09bb-40de-88ed-ae88775a5da8-root {
    text-align: center;
  }


#s-17428d67-09bb-40de-88ed-ae88775a5da8.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-17428d67-09bb-40de-88ed-ae88775a5da8-root {
    text-align: center;
  }


#s-17428d67-09bb-40de-88ed-ae88775a5da8.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-17428d67-09bb-40de-88ed-ae88775a5da8-root {
    text-align: center;
  }


#s-17428d67-09bb-40de-88ed-ae88775a5da8.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-17428d67-09bb-40de-88ed-ae88775a5da8-root {
    text-align: center;
  }


#s-17428d67-09bb-40de-88ed-ae88775a5da8.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-17428d67-09bb-40de-88ed-ae88775a5da8-root {
    text-align: center;
  }


#s-17428d67-09bb-40de-88ed-ae88775a5da8.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-c6e3479f-b552-483d-8d94-82c592b65f74 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-c6e3479f-b552-483d-8d94-82c592b65f74 {
  display: none;
}
#s-c6e3479f-b552-483d-8d94-82c592b65f74, #wrap-s-c6e3479f-b552-483d-8d94-82c592b65f74, #wrap-content-s-c6e3479f-b552-483d-8d94-82c592b65f74 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c6e3479f-b552-483d-8d94-82c592b65f74 {
  display: none;
}
#s-c6e3479f-b552-483d-8d94-82c592b65f74, #wrap-s-c6e3479f-b552-483d-8d94-82c592b65f74, #wrap-content-s-c6e3479f-b552-483d-8d94-82c592b65f74 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c6e3479f-b552-483d-8d94-82c592b65f74 {
  display: none;
}
#s-c6e3479f-b552-483d-8d94-82c592b65f74, #wrap-s-c6e3479f-b552-483d-8d94-82c592b65f74, #wrap-content-s-c6e3479f-b552-483d-8d94-82c592b65f74 { display: none !important; }}
@media (min-width: 0px) {
[id="s-c6e3479f-b552-483d-8d94-82c592b65f74"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c6e3479f-b552-483d-8d94-82c592b65f74"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c6e3479f-b552-483d-8d94-82c592b65f74"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c6e3479f-b552-483d-8d94-82c592b65f74"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e6d18e70-d51e-4465-b1b4-cb3508055c35 {
  text-align: center;
}

#s-e6d18e70-d51e-4465-b1b4-cb3508055c35 {
  overflow: hidden;
  
  
}







  #s-e6d18e70-d51e-4465-b1b4-cb3508055c35 img.shogun-image {
    

    
    
    
  }


#s-e6d18e70-d51e-4465-b1b4-cb3508055c35 .shogun-image-content {
  
    justify-content: center;
  
}

#s-6591f956-4727-4bb0-b74d-6423345be3db {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6591f956-4727-4bb0-b74d-6423345be3db .shg-product-title-component h5 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 13px;
  
  
  
}

#s-08fd46b6-70da-4605-9a79-edd28c597f8c {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-347ddcb4-17b0-4245-931d-fd3aab2592ad {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 58px;
}
@media (min-width: 768px) and (max-width: 991px){#s-347ddcb4-17b0-4245-931d-fd3aab2592ad {
  display: none;
}
#s-347ddcb4-17b0-4245-931d-fd3aab2592ad, #wrap-s-347ddcb4-17b0-4245-931d-fd3aab2592ad, #wrap-content-s-347ddcb4-17b0-4245-931d-fd3aab2592ad { display: none !important; }}@media (max-width: 767px){#s-347ddcb4-17b0-4245-931d-fd3aab2592ad {
  display: none;
}
#s-347ddcb4-17b0-4245-931d-fd3aab2592ad, #wrap-s-347ddcb4-17b0-4245-931d-fd3aab2592ad, #wrap-content-s-347ddcb4-17b0-4245-931d-fd3aab2592ad { display: none !important; }}
#s-6312f3f8-5361-4a7c-86aa-396f62e6319d {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 22px;
}
@media (min-width: 1200px){#s-6312f3f8-5361-4a7c-86aa-396f62e6319d {
  display: none;
}
#s-6312f3f8-5361-4a7c-86aa-396f62e6319d, #wrap-s-6312f3f8-5361-4a7c-86aa-396f62e6319d, #wrap-content-s-6312f3f8-5361-4a7c-86aa-396f62e6319d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6312f3f8-5361-4a7c-86aa-396f62e6319d {
  display: none;
}
#s-6312f3f8-5361-4a7c-86aa-396f62e6319d, #wrap-s-6312f3f8-5361-4a7c-86aa-396f62e6319d, #wrap-content-s-6312f3f8-5361-4a7c-86aa-396f62e6319d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6312f3f8-5361-4a7c-86aa-396f62e6319d {
  
}
}@media (max-width: 767px){#s-6312f3f8-5361-4a7c-86aa-396f62e6319d {
  
}
}
#s-19718f71-1f62-4f3c-9b10-c03c980ea0b7 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-19718f71-1f62-4f3c-9b10-c03c980ea0b7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-19718f71-1f62-4f3c-9b10-c03c980ea0b7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-19718f71-1f62-4f3c-9b10-c03c980ea0b7-root {
    text-align: center;
  }


#s-19718f71-1f62-4f3c-9b10-c03c980ea0b7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-19718f71-1f62-4f3c-9b10-c03c980ea0b7-root {
    text-align: center;
  }


#s-19718f71-1f62-4f3c-9b10-c03c980ea0b7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-19718f71-1f62-4f3c-9b10-c03c980ea0b7-root {
    text-align: center;
  }


#s-19718f71-1f62-4f3c-9b10-c03c980ea0b7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-19718f71-1f62-4f3c-9b10-c03c980ea0b7-root {
    text-align: center;
  }


#s-19718f71-1f62-4f3c-9b10-c03c980ea0b7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-19718f71-1f62-4f3c-9b10-c03c980ea0b7-root {
    text-align: center;
  }


#s-19718f71-1f62-4f3c-9b10-c03c980ea0b7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-bdd03bbf-01b7-4217-b3fa-2b89cb7a8eef {
  text-align: center;
}

#s-bdd03bbf-01b7-4217-b3fa-2b89cb7a8eef {
  overflow: hidden;
  
  
}







  #s-bdd03bbf-01b7-4217-b3fa-2b89cb7a8eef img.shogun-image {
    

    
    
    
  }


#s-bdd03bbf-01b7-4217-b3fa-2b89cb7a8eef .shogun-image-content {
  
    justify-content: center;
  
}

#s-0e6b70b8-8f92-4e77-9c58-323330562f19 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0e6b70b8-8f92-4e77-9c58-323330562f19 .shg-product-title-component h5 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 13px;
  
  
  
}

#s-ec2b0307-b248-413b-9126-207938d4e8e8 {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-b0dd59e8-34ec-423c-8478-244d63a7c1f5 {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 1200px){#s-b0dd59e8-34ec-423c-8478-244d63a7c1f5 {
  display: none;
}
#s-b0dd59e8-34ec-423c-8478-244d63a7c1f5, #wrap-s-b0dd59e8-34ec-423c-8478-244d63a7c1f5, #wrap-content-s-b0dd59e8-34ec-423c-8478-244d63a7c1f5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b0dd59e8-34ec-423c-8478-244d63a7c1f5 {
  display: none;
}
#s-b0dd59e8-34ec-423c-8478-244d63a7c1f5, #wrap-s-b0dd59e8-34ec-423c-8478-244d63a7c1f5, #wrap-content-s-b0dd59e8-34ec-423c-8478-244d63a7c1f5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b0dd59e8-34ec-423c-8478-244d63a7c1f5 {
  
}
}@media (max-width: 767px){#s-b0dd59e8-34ec-423c-8478-244d63a7c1f5 {
  
}
}
#s-fa42d613-96b5-4efd-af8d-257f1c897841 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-fa42d613-96b5-4efd-af8d-257f1c897841:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fa42d613-96b5-4efd-af8d-257f1c897841:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fa42d613-96b5-4efd-af8d-257f1c897841-root {
    text-align: center;
  }


#s-fa42d613-96b5-4efd-af8d-257f1c897841.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-fa42d613-96b5-4efd-af8d-257f1c897841-root {
    text-align: center;
  }


#s-fa42d613-96b5-4efd-af8d-257f1c897841.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fa42d613-96b5-4efd-af8d-257f1c897841-root {
    text-align: center;
  }


#s-fa42d613-96b5-4efd-af8d-257f1c897841.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fa42d613-96b5-4efd-af8d-257f1c897841-root {
    text-align: center;
  }


#s-fa42d613-96b5-4efd-af8d-257f1c897841.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-fa42d613-96b5-4efd-af8d-257f1c897841-root {
    text-align: center;
  }


#s-fa42d613-96b5-4efd-af8d-257f1c897841.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
@media (min-width: 768px) and (max-width: 991px){#s-270c62b1-3a70-4967-aeb5-c53108b90bcc {
  display: none;
}
#s-270c62b1-3a70-4967-aeb5-c53108b90bcc, #wrap-s-270c62b1-3a70-4967-aeb5-c53108b90bcc, #wrap-content-s-270c62b1-3a70-4967-aeb5-c53108b90bcc { display: none !important; }}@media (max-width: 767px){#s-270c62b1-3a70-4967-aeb5-c53108b90bcc {
  display: none;
}
#s-270c62b1-3a70-4967-aeb5-c53108b90bcc, #wrap-s-270c62b1-3a70-4967-aeb5-c53108b90bcc, #wrap-content-s-270c62b1-3a70-4967-aeb5-c53108b90bcc { display: none !important; }}
#s-270c62b1-3a70-4967-aeb5-c53108b90bcc hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-d0e66e91-31af-4340-8123-ee963d7a8f06 {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d0e66e91-31af-4340-8123-ee963d7a8f06 {
  display: none;
}
#s-d0e66e91-31af-4340-8123-ee963d7a8f06, #wrap-s-d0e66e91-31af-4340-8123-ee963d7a8f06, #wrap-content-s-d0e66e91-31af-4340-8123-ee963d7a8f06 { display: none !important; }}@media (max-width: 767px){#s-d0e66e91-31af-4340-8123-ee963d7a8f06 {
  display: none;
}
#s-d0e66e91-31af-4340-8123-ee963d7a8f06, #wrap-s-d0e66e91-31af-4340-8123-ee963d7a8f06, #wrap-content-s-d0e66e91-31af-4340-8123-ee963d7a8f06 { display: none !important; }}
@media (min-width: 0px) {
[id="s-d0e66e91-31af-4340-8123-ee963d7a8f06"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-d0e66e91-31af-4340-8123-ee963d7a8f06"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d0e66e91-31af-4340-8123-ee963d7a8f06"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d0e66e91-31af-4340-8123-ee963d7a8f06"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-09693437-ac59-48b1-aa90-4e955d781146 {
  margin-bottom: 4px;
}
@media (min-width: 1200px){#s-09693437-ac59-48b1-aa90-4e955d781146 {
  display: none;
}
#s-09693437-ac59-48b1-aa90-4e955d781146, #wrap-s-09693437-ac59-48b1-aa90-4e955d781146, #wrap-content-s-09693437-ac59-48b1-aa90-4e955d781146 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-09693437-ac59-48b1-aa90-4e955d781146 {
  display: none;
}
#s-09693437-ac59-48b1-aa90-4e955d781146, #wrap-s-09693437-ac59-48b1-aa90-4e955d781146, #wrap-content-s-09693437-ac59-48b1-aa90-4e955d781146 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-09693437-ac59-48b1-aa90-4e955d781146 {
  
}
}@media (max-width: 767px){#s-09693437-ac59-48b1-aa90-4e955d781146 {
  
}
}
#s-d87c5509-c595-46e4-9ae3-fccd25989b05 {
  max-width: 265px;
aspect-ratio: 265/502;
text-align: center;
}

#s-d87c5509-c595-46e4-9ae3-fccd25989b05 {
  overflow: hidden;
  
  
      max-width: 265px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-d87c5509-c595-46e4-9ae3-fccd25989b05 img.shogun-image,
  #s-d87c5509-c595-46e4-9ae3-fccd25989b05 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d87c5509-c595-46e4-9ae3-fccd25989b05 {
    width: 100%;
    height: auto;
  }



  #s-d87c5509-c595-46e4-9ae3-fccd25989b05 img.shogun-image {
    

    
    
    
  }


#s-d87c5509-c595-46e4-9ae3-fccd25989b05 .shogun-image-content {
  
    justify-content: center;
  
}

#s-ade64af6-64ed-4575-b860-4bd9b4e1dfae {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ade64af6-64ed-4575-b860-4bd9b4e1dfae .shg-product-title-component h3 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 17px;
  
  
  
}

#s-d853dd9d-6c67-4f83-902d-6e1018e13bdc {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-96b2a08e-2ca6-4ba5-a00f-b1f72ecb7f5e {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-96b2a08e-2ca6-4ba5-a00f-b1f72ecb7f5e {
  display: none;
}
#s-96b2a08e-2ca6-4ba5-a00f-b1f72ecb7f5e, #wrap-s-96b2a08e-2ca6-4ba5-a00f-b1f72ecb7f5e, #wrap-content-s-96b2a08e-2ca6-4ba5-a00f-b1f72ecb7f5e { display: none !important; }}@media (max-width: 767px){#s-96b2a08e-2ca6-4ba5-a00f-b1f72ecb7f5e {
  display: none;
}
#s-96b2a08e-2ca6-4ba5-a00f-b1f72ecb7f5e, #wrap-s-96b2a08e-2ca6-4ba5-a00f-b1f72ecb7f5e, #wrap-content-s-96b2a08e-2ca6-4ba5-a00f-b1f72ecb7f5e { display: none !important; }}
#s-47406e85-a299-4c0a-be46-2ad4c75e8059 {
  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-47406e85-a299-4c0a-be46-2ad4c75e8059:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-47406e85-a299-4c0a-be46-2ad4c75e8059:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-47406e85-a299-4c0a-be46-2ad4c75e8059-root {
    text-align: center;
  }


#s-47406e85-a299-4c0a-be46-2ad4c75e8059.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-47406e85-a299-4c0a-be46-2ad4c75e8059-root {
    text-align: center;
  }


#s-47406e85-a299-4c0a-be46-2ad4c75e8059.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-47406e85-a299-4c0a-be46-2ad4c75e8059-root {
    text-align: center;
  }


#s-47406e85-a299-4c0a-be46-2ad4c75e8059.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-47406e85-a299-4c0a-be46-2ad4c75e8059-root {
    text-align: center;
  }


#s-47406e85-a299-4c0a-be46-2ad4c75e8059.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-47406e85-a299-4c0a-be46-2ad4c75e8059-root {
    text-align: center;
  }


#s-47406e85-a299-4c0a-be46-2ad4c75e8059.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-2a051045-461d-4236-a25e-c11745a85383 {
  margin-bottom: 4px;
}
@media (min-width: 1200px){#s-2a051045-461d-4236-a25e-c11745a85383 {
  display: none;
}
#s-2a051045-461d-4236-a25e-c11745a85383, #wrap-s-2a051045-461d-4236-a25e-c11745a85383, #wrap-content-s-2a051045-461d-4236-a25e-c11745a85383 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2a051045-461d-4236-a25e-c11745a85383 {
  display: none;
}
#s-2a051045-461d-4236-a25e-c11745a85383, #wrap-s-2a051045-461d-4236-a25e-c11745a85383, #wrap-content-s-2a051045-461d-4236-a25e-c11745a85383 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2a051045-461d-4236-a25e-c11745a85383 {
  
}
}@media (max-width: 767px){#s-2a051045-461d-4236-a25e-c11745a85383 {
  
}
}
#s-619f8ae2-5900-43fb-bf6e-0850f2970b94 {
  text-align: center;
}

#s-619f8ae2-5900-43fb-bf6e-0850f2970b94 {
  overflow: hidden;
  
  
}







  #s-619f8ae2-5900-43fb-bf6e-0850f2970b94 img.shogun-image {
    

    
    
    
  }


#s-619f8ae2-5900-43fb-bf6e-0850f2970b94 .shogun-image-content {
  
    justify-content: center;
  
}

#s-c906014f-5709-42dc-8f3b-bb04e9e489a6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c906014f-5709-42dc-8f3b-bb04e9e489a6 .shg-product-title-component h3 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 18px;
  
  
  
}

#s-1504adc6-360c-4fa8-be2f-f4d7c50c646d {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-ca8d40c6-de44-4d01-a12f-1674d40e45e5 {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 73px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ca8d40c6-de44-4d01-a12f-1674d40e45e5 {
  display: none;
}
#s-ca8d40c6-de44-4d01-a12f-1674d40e45e5, #wrap-s-ca8d40c6-de44-4d01-a12f-1674d40e45e5, #wrap-content-s-ca8d40c6-de44-4d01-a12f-1674d40e45e5 { display: none !important; }}@media (max-width: 767px){#s-ca8d40c6-de44-4d01-a12f-1674d40e45e5 {
  display: none;
}
#s-ca8d40c6-de44-4d01-a12f-1674d40e45e5, #wrap-s-ca8d40c6-de44-4d01-a12f-1674d40e45e5, #wrap-content-s-ca8d40c6-de44-4d01-a12f-1674d40e45e5 { display: none !important; }}
#s-e282ec44-d2d9-4551-9087-83be5cd382fb {
  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-e282ec44-d2d9-4551-9087-83be5cd382fb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e282ec44-d2d9-4551-9087-83be5cd382fb:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e282ec44-d2d9-4551-9087-83be5cd382fb-root {
    text-align: center;
  }


#s-e282ec44-d2d9-4551-9087-83be5cd382fb.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-e282ec44-d2d9-4551-9087-83be5cd382fb-root {
    text-align: center;
  }


#s-e282ec44-d2d9-4551-9087-83be5cd382fb.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e282ec44-d2d9-4551-9087-83be5cd382fb-root {
    text-align: center;
  }


#s-e282ec44-d2d9-4551-9087-83be5cd382fb.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e282ec44-d2d9-4551-9087-83be5cd382fb-root {
    text-align: center;
  }


#s-e282ec44-d2d9-4551-9087-83be5cd382fb.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-e282ec44-d2d9-4551-9087-83be5cd382fb-root {
    text-align: center;
  }


#s-e282ec44-d2d9-4551-9087-83be5cd382fb.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-d9d9a0d1-47e5-4320-a34c-a792e2c2f89b {
  margin-top: 3px;
margin-bottom: 3px;
}
@media (min-width: 1200px){#s-d9d9a0d1-47e5-4320-a34c-a792e2c2f89b {
  display: none;
}
#s-d9d9a0d1-47e5-4320-a34c-a792e2c2f89b, #wrap-s-d9d9a0d1-47e5-4320-a34c-a792e2c2f89b, #wrap-content-s-d9d9a0d1-47e5-4320-a34c-a792e2c2f89b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d9d9a0d1-47e5-4320-a34c-a792e2c2f89b {
  display: none;
}
#s-d9d9a0d1-47e5-4320-a34c-a792e2c2f89b, #wrap-s-d9d9a0d1-47e5-4320-a34c-a792e2c2f89b, #wrap-content-s-d9d9a0d1-47e5-4320-a34c-a792e2c2f89b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d9d9a0d1-47e5-4320-a34c-a792e2c2f89b {
  display: none;
}
#s-d9d9a0d1-47e5-4320-a34c-a792e2c2f89b, #wrap-s-d9d9a0d1-47e5-4320-a34c-a792e2c2f89b, #wrap-content-s-d9d9a0d1-47e5-4320-a34c-a792e2c2f89b { display: none !important; }}@media (max-width: 767px){#s-d9d9a0d1-47e5-4320-a34c-a792e2c2f89b {
  display: none;
}
#s-d9d9a0d1-47e5-4320-a34c-a792e2c2f89b, #wrap-s-d9d9a0d1-47e5-4320-a34c-a792e2c2f89b, #wrap-content-s-d9d9a0d1-47e5-4320-a34c-a792e2c2f89b { display: none !important; }}
@media (min-width: 1200px){#s-3f06a306-7b12-468f-8cfc-c1366283a91b {
  display: none;
}
#s-3f06a306-7b12-468f-8cfc-c1366283a91b, #wrap-s-3f06a306-7b12-468f-8cfc-c1366283a91b, #wrap-content-s-3f06a306-7b12-468f-8cfc-c1366283a91b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3f06a306-7b12-468f-8cfc-c1366283a91b {
  display: none;
}
#s-3f06a306-7b12-468f-8cfc-c1366283a91b, #wrap-s-3f06a306-7b12-468f-8cfc-c1366283a91b, #wrap-content-s-3f06a306-7b12-468f-8cfc-c1366283a91b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3f06a306-7b12-468f-8cfc-c1366283a91b {
  display: none;
}
#s-3f06a306-7b12-468f-8cfc-c1366283a91b, #wrap-s-3f06a306-7b12-468f-8cfc-c1366283a91b, #wrap-content-s-3f06a306-7b12-468f-8cfc-c1366283a91b { display: none !important; }}@media (max-width: 767px){#s-3f06a306-7b12-468f-8cfc-c1366283a91b {
  display: none;
}
#s-3f06a306-7b12-468f-8cfc-c1366283a91b, #wrap-s-3f06a306-7b12-468f-8cfc-c1366283a91b, #wrap-content-s-3f06a306-7b12-468f-8cfc-c1366283a91b { display: none !important; }}
#s-c41b9b93-9cc0-4833-bca2-136574aa24f8 {
  margin-top: -6px;
margin-bottom: -6px;
}
@media (min-width: 1200px){#s-c41b9b93-9cc0-4833-bca2-136574aa24f8 {
  display: none;
}
#s-c41b9b93-9cc0-4833-bca2-136574aa24f8, #wrap-s-c41b9b93-9cc0-4833-bca2-136574aa24f8, #wrap-content-s-c41b9b93-9cc0-4833-bca2-136574aa24f8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c41b9b93-9cc0-4833-bca2-136574aa24f8 {
  display: none;
}
#s-c41b9b93-9cc0-4833-bca2-136574aa24f8, #wrap-s-c41b9b93-9cc0-4833-bca2-136574aa24f8, #wrap-content-s-c41b9b93-9cc0-4833-bca2-136574aa24f8 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c41b9b93-9cc0-4833-bca2-136574aa24f8 {
  display: none;
}
#s-c41b9b93-9cc0-4833-bca2-136574aa24f8, #wrap-s-c41b9b93-9cc0-4833-bca2-136574aa24f8, #wrap-content-s-c41b9b93-9cc0-4833-bca2-136574aa24f8 { display: none !important; }}@media (max-width: 767px){#s-c41b9b93-9cc0-4833-bca2-136574aa24f8 {
  display: none;
}
#s-c41b9b93-9cc0-4833-bca2-136574aa24f8, #wrap-s-c41b9b93-9cc0-4833-bca2-136574aa24f8, #wrap-content-s-c41b9b93-9cc0-4833-bca2-136574aa24f8 { display: none !important; }}
#s-6f8c47bc-da14-458f-8ec0-12dc04cb066f {
  margin-bottom: 4px;
}
@media (min-width: 1200px){#s-6f8c47bc-da14-458f-8ec0-12dc04cb066f {
  display: none;
}
#s-6f8c47bc-da14-458f-8ec0-12dc04cb066f, #wrap-s-6f8c47bc-da14-458f-8ec0-12dc04cb066f, #wrap-content-s-6f8c47bc-da14-458f-8ec0-12dc04cb066f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6f8c47bc-da14-458f-8ec0-12dc04cb066f {
  display: none;
}
#s-6f8c47bc-da14-458f-8ec0-12dc04cb066f, #wrap-s-6f8c47bc-da14-458f-8ec0-12dc04cb066f, #wrap-content-s-6f8c47bc-da14-458f-8ec0-12dc04cb066f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6f8c47bc-da14-458f-8ec0-12dc04cb066f {
  
}
}@media (max-width: 767px){#s-6f8c47bc-da14-458f-8ec0-12dc04cb066f {
  
}
}
#s-5b6c689d-a2c8-4445-9080-7743e719936b {
  max-width: 265px;
text-align: center;
}

#s-5b6c689d-a2c8-4445-9080-7743e719936b {
  overflow: hidden;
  
  
      max-width: 265px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-5b6c689d-a2c8-4445-9080-7743e719936b .shogun-image-content {
  
    justify-content: center;
  
}

#s-896b4daa-3191-4cd4-8a6a-d9aa888e57b0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-896b4daa-3191-4cd4-8a6a-d9aa888e57b0 .shg-product-title-component h3 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 18px;
  
  
  
}

#s-ad7e746a-0cd3-4dc0-878f-675b669874eb {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-1106e5b7-6a97-4551-a555-15de32bbae82 {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 49px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1106e5b7-6a97-4551-a555-15de32bbae82 {
  display: none;
}
#s-1106e5b7-6a97-4551-a555-15de32bbae82, #wrap-s-1106e5b7-6a97-4551-a555-15de32bbae82, #wrap-content-s-1106e5b7-6a97-4551-a555-15de32bbae82 { display: none !important; }}@media (max-width: 767px){#s-1106e5b7-6a97-4551-a555-15de32bbae82 {
  display: none;
}
#s-1106e5b7-6a97-4551-a555-15de32bbae82, #wrap-s-1106e5b7-6a97-4551-a555-15de32bbae82, #wrap-content-s-1106e5b7-6a97-4551-a555-15de32bbae82 { display: none !important; }}
#s-ea2dae27-8588-4e3c-8066-fc34319d1916 {
  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-ea2dae27-8588-4e3c-8066-fc34319d1916:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ea2dae27-8588-4e3c-8066-fc34319d1916:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ea2dae27-8588-4e3c-8066-fc34319d1916-root {
    text-align: center;
  }


#s-ea2dae27-8588-4e3c-8066-fc34319d1916.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-ea2dae27-8588-4e3c-8066-fc34319d1916-root {
    text-align: center;
  }


#s-ea2dae27-8588-4e3c-8066-fc34319d1916.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ea2dae27-8588-4e3c-8066-fc34319d1916-root {
    text-align: center;
  }


#s-ea2dae27-8588-4e3c-8066-fc34319d1916.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ea2dae27-8588-4e3c-8066-fc34319d1916-root {
    text-align: center;
  }


#s-ea2dae27-8588-4e3c-8066-fc34319d1916.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-ea2dae27-8588-4e3c-8066-fc34319d1916-root {
    text-align: center;
  }


#s-ea2dae27-8588-4e3c-8066-fc34319d1916.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-9bb7f190-fe5c-4c4b-bb4d-85f776b35629 {
  margin-bottom: 4px;
}
@media (min-width: 1200px){#s-9bb7f190-fe5c-4c4b-bb4d-85f776b35629 {
  display: none;
}
#s-9bb7f190-fe5c-4c4b-bb4d-85f776b35629, #wrap-s-9bb7f190-fe5c-4c4b-bb4d-85f776b35629, #wrap-content-s-9bb7f190-fe5c-4c4b-bb4d-85f776b35629 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9bb7f190-fe5c-4c4b-bb4d-85f776b35629 {
  display: none;
}
#s-9bb7f190-fe5c-4c4b-bb4d-85f776b35629, #wrap-s-9bb7f190-fe5c-4c4b-bb4d-85f776b35629, #wrap-content-s-9bb7f190-fe5c-4c4b-bb4d-85f776b35629 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9bb7f190-fe5c-4c4b-bb4d-85f776b35629 {
  
}
}@media (max-width: 767px){#s-9bb7f190-fe5c-4c4b-bb4d-85f776b35629 {
  
}
}
#s-6dcc2688-b3f0-4d37-9e81-37af0c28c14e {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 992px) and (max-width: 1199px){#s-6dcc2688-b3f0-4d37-9e81-37af0c28c14e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6dcc2688-b3f0-4d37-9e81-37af0c28c14e {
  display: none;
}
#s-6dcc2688-b3f0-4d37-9e81-37af0c28c14e, #wrap-s-6dcc2688-b3f0-4d37-9e81-37af0c28c14e, #wrap-content-s-6dcc2688-b3f0-4d37-9e81-37af0c28c14e { display: none !important; }}@media (max-width: 767px){#s-6dcc2688-b3f0-4d37-9e81-37af0c28c14e {
  display: none;
}
#s-6dcc2688-b3f0-4d37-9e81-37af0c28c14e, #wrap-s-6dcc2688-b3f0-4d37-9e81-37af0c28c14e, #wrap-content-s-6dcc2688-b3f0-4d37-9e81-37af0c28c14e { display: none !important; }}
@media (min-width: 0px) {
[id="s-6dcc2688-b3f0-4d37-9e81-37af0c28c14e"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-6dcc2688-b3f0-4d37-9e81-37af0c28c14e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-6dcc2688-b3f0-4d37-9e81-37af0c28c14e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-6dcc2688-b3f0-4d37-9e81-37af0c28c14e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-358e3571-9b75-4531-aec0-3a1eb4d14552 {
  max-width: 265px;
text-align: center;
}

#s-358e3571-9b75-4531-aec0-3a1eb4d14552 {
  overflow: hidden;
  
  
      max-width: 265px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-358e3571-9b75-4531-aec0-3a1eb4d14552 .shogun-image-content {
  
    justify-content: center;
  
}

#s-6f8249c4-d677-424e-88aa-4b60c1c48c43 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6f8249c4-d677-424e-88aa-4b60c1c48c43 .shg-product-title-component h3 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 18px;
  
  
  
}

#s-e99ab3c5-058c-4b04-8468-627bb8fef8ea {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-6a41bac3-b145-4b73-bc16-31e7cfd495fe {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6a41bac3-b145-4b73-bc16-31e7cfd495fe {
  display: none;
}
#s-6a41bac3-b145-4b73-bc16-31e7cfd495fe, #wrap-s-6a41bac3-b145-4b73-bc16-31e7cfd495fe, #wrap-content-s-6a41bac3-b145-4b73-bc16-31e7cfd495fe { display: none !important; }}@media (max-width: 767px){#s-6a41bac3-b145-4b73-bc16-31e7cfd495fe {
  display: none;
}
#s-6a41bac3-b145-4b73-bc16-31e7cfd495fe, #wrap-s-6a41bac3-b145-4b73-bc16-31e7cfd495fe, #wrap-content-s-6a41bac3-b145-4b73-bc16-31e7cfd495fe { display: none !important; }}
#s-5ba1e06a-ec66-4e01-a446-bd2ab51e739c {
  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-5ba1e06a-ec66-4e01-a446-bd2ab51e739c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5ba1e06a-ec66-4e01-a446-bd2ab51e739c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5ba1e06a-ec66-4e01-a446-bd2ab51e739c-root {
    text-align: center;
  }


#s-5ba1e06a-ec66-4e01-a446-bd2ab51e739c.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-5ba1e06a-ec66-4e01-a446-bd2ab51e739c-root {
    text-align: center;
  }


#s-5ba1e06a-ec66-4e01-a446-bd2ab51e739c.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5ba1e06a-ec66-4e01-a446-bd2ab51e739c-root {
    text-align: center;
  }


#s-5ba1e06a-ec66-4e01-a446-bd2ab51e739c.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5ba1e06a-ec66-4e01-a446-bd2ab51e739c-root {
    text-align: center;
  }


#s-5ba1e06a-ec66-4e01-a446-bd2ab51e739c.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-5ba1e06a-ec66-4e01-a446-bd2ab51e739c-root {
    text-align: center;
  }


#s-5ba1e06a-ec66-4e01-a446-bd2ab51e739c.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-7ffda21f-f5e3-4c73-b035-8e898be1df0e {
  text-align: center;
}

#s-7ffda21f-f5e3-4c73-b035-8e898be1df0e {
  overflow: hidden;
  
  
}







  #s-7ffda21f-f5e3-4c73-b035-8e898be1df0e img.shogun-image {
    

    
    
    
  }


#s-7ffda21f-f5e3-4c73-b035-8e898be1df0e .shogun-image-content {
  
    justify-content: center;
  
}

#s-04f27421-1ef2-48bf-a4fd-ab44b0489862 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-04f27421-1ef2-48bf-a4fd-ab44b0489862 .shg-product-title-component h3 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 18px;
  
  
  
}

#s-46c29a98-af41-4c46-af37-534b3617452f {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-fef5c1b1-3a2b-4ae8-b1f9-86e13959d8f4 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 75px;
}
@media (min-width: 768px) and (max-width: 991px){#s-fef5c1b1-3a2b-4ae8-b1f9-86e13959d8f4 {
  display: none;
}
#s-fef5c1b1-3a2b-4ae8-b1f9-86e13959d8f4, #wrap-s-fef5c1b1-3a2b-4ae8-b1f9-86e13959d8f4, #wrap-content-s-fef5c1b1-3a2b-4ae8-b1f9-86e13959d8f4 { display: none !important; }}@media (max-width: 767px){#s-fef5c1b1-3a2b-4ae8-b1f9-86e13959d8f4 {
  display: none;
}
#s-fef5c1b1-3a2b-4ae8-b1f9-86e13959d8f4, #wrap-s-fef5c1b1-3a2b-4ae8-b1f9-86e13959d8f4, #wrap-content-s-fef5c1b1-3a2b-4ae8-b1f9-86e13959d8f4 { display: none !important; }}
#s-9954f68b-70c0-487e-9739-319365017d26 {
  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-9954f68b-70c0-487e-9739-319365017d26:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9954f68b-70c0-487e-9739-319365017d26:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9954f68b-70c0-487e-9739-319365017d26-root {
    text-align: center;
  }


#s-9954f68b-70c0-487e-9739-319365017d26.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-9954f68b-70c0-487e-9739-319365017d26-root {
    text-align: center;
  }


#s-9954f68b-70c0-487e-9739-319365017d26.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9954f68b-70c0-487e-9739-319365017d26-root {
    text-align: center;
  }


#s-9954f68b-70c0-487e-9739-319365017d26.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9954f68b-70c0-487e-9739-319365017d26-root {
    text-align: center;
  }


#s-9954f68b-70c0-487e-9739-319365017d26.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-9954f68b-70c0-487e-9739-319365017d26-root {
    text-align: center;
  }


#s-9954f68b-70c0-487e-9739-319365017d26.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-3aed2959-5ccf-4e6d-b157-05c4a74201f7 {
  max-width: 265px;
text-align: center;
}

#s-3aed2959-5ccf-4e6d-b157-05c4a74201f7 {
  overflow: hidden;
  
  
      max-width: 265px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-3aed2959-5ccf-4e6d-b157-05c4a74201f7 .shogun-image-content {
  
    justify-content: center;
  
}

#s-0ae6a176-6c91-4199-b987-bc1571f7bfb7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0ae6a176-6c91-4199-b987-bc1571f7bfb7 .shg-product-title-component h3 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 18px;
  
  
  
}

#s-bf0dac53-7683-4ae4-8b20-b13df5cb2969 {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-83804bc7-120b-43e0-abfb-a58918bdbfcd {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-83804bc7-120b-43e0-abfb-a58918bdbfcd {
  display: none;
}
#s-83804bc7-120b-43e0-abfb-a58918bdbfcd, #wrap-s-83804bc7-120b-43e0-abfb-a58918bdbfcd, #wrap-content-s-83804bc7-120b-43e0-abfb-a58918bdbfcd { display: none !important; }}@media (max-width: 767px){#s-83804bc7-120b-43e0-abfb-a58918bdbfcd {
  display: none;
}
#s-83804bc7-120b-43e0-abfb-a58918bdbfcd, #wrap-s-83804bc7-120b-43e0-abfb-a58918bdbfcd, #wrap-content-s-83804bc7-120b-43e0-abfb-a58918bdbfcd { display: none !important; }}
#s-1a783f9c-812d-400f-b15e-1f7c27b2470c {
  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-1a783f9c-812d-400f-b15e-1f7c27b2470c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1a783f9c-812d-400f-b15e-1f7c27b2470c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1a783f9c-812d-400f-b15e-1f7c27b2470c-root {
    text-align: center;
  }


#s-1a783f9c-812d-400f-b15e-1f7c27b2470c.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-1a783f9c-812d-400f-b15e-1f7c27b2470c-root {
    text-align: center;
  }


#s-1a783f9c-812d-400f-b15e-1f7c27b2470c.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1a783f9c-812d-400f-b15e-1f7c27b2470c-root {
    text-align: center;
  }


#s-1a783f9c-812d-400f-b15e-1f7c27b2470c.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1a783f9c-812d-400f-b15e-1f7c27b2470c-root {
    text-align: center;
  }


#s-1a783f9c-812d-400f-b15e-1f7c27b2470c.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-1a783f9c-812d-400f-b15e-1f7c27b2470c-root {
    text-align: center;
  }


#s-1a783f9c-812d-400f-b15e-1f7c27b2470c.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
@media (min-width: 768px) and (max-width: 991px){#s-30d77ff5-1107-44dc-a597-26e29b4c59f8 {
  display: none;
}
#s-30d77ff5-1107-44dc-a597-26e29b4c59f8, #wrap-s-30d77ff5-1107-44dc-a597-26e29b4c59f8, #wrap-content-s-30d77ff5-1107-44dc-a597-26e29b4c59f8 { display: none !important; }}@media (max-width: 767px){#s-30d77ff5-1107-44dc-a597-26e29b4c59f8 {
  display: none;
}
#s-30d77ff5-1107-44dc-a597-26e29b4c59f8, #wrap-s-30d77ff5-1107-44dc-a597-26e29b4c59f8, #wrap-content-s-30d77ff5-1107-44dc-a597-26e29b4c59f8 { display: none !important; }}
#s-30d77ff5-1107-44dc-a597-26e29b4c59f8 hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

@media (min-width: 1200px){#s-6e8d86f6-58cd-4451-83f1-49cdef45396c {
  display: none;
}
#s-6e8d86f6-58cd-4451-83f1-49cdef45396c, #wrap-s-6e8d86f6-58cd-4451-83f1-49cdef45396c, #wrap-content-s-6e8d86f6-58cd-4451-83f1-49cdef45396c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6e8d86f6-58cd-4451-83f1-49cdef45396c {
  display: none;
}
#s-6e8d86f6-58cd-4451-83f1-49cdef45396c, #wrap-s-6e8d86f6-58cd-4451-83f1-49cdef45396c, #wrap-content-s-6e8d86f6-58cd-4451-83f1-49cdef45396c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6e8d86f6-58cd-4451-83f1-49cdef45396c {
  display: none;
}
#s-6e8d86f6-58cd-4451-83f1-49cdef45396c, #wrap-s-6e8d86f6-58cd-4451-83f1-49cdef45396c, #wrap-content-s-6e8d86f6-58cd-4451-83f1-49cdef45396c { display: none !important; }}
#s-6e8d86f6-58cd-4451-83f1-49cdef45396c hr {
  border-top: 2px solid #ddd;
}

#s-15d75ebe-6999-4a97-9f72-3ad56a96d5ac {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-15d75ebe-6999-4a97-9f72-3ad56a96d5ac {
  display: none;
}
#s-15d75ebe-6999-4a97-9f72-3ad56a96d5ac, #wrap-s-15d75ebe-6999-4a97-9f72-3ad56a96d5ac, #wrap-content-s-15d75ebe-6999-4a97-9f72-3ad56a96d5ac { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-15d75ebe-6999-4a97-9f72-3ad56a96d5ac {
  display: none;
}
#s-15d75ebe-6999-4a97-9f72-3ad56a96d5ac, #wrap-s-15d75ebe-6999-4a97-9f72-3ad56a96d5ac, #wrap-content-s-15d75ebe-6999-4a97-9f72-3ad56a96d5ac { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-15d75ebe-6999-4a97-9f72-3ad56a96d5ac {
  display: none;
}
#s-15d75ebe-6999-4a97-9f72-3ad56a96d5ac, #wrap-s-15d75ebe-6999-4a97-9f72-3ad56a96d5ac, #wrap-content-s-15d75ebe-6999-4a97-9f72-3ad56a96d5ac { display: none !important; }}
@media (min-width: 0px) {
[id="s-15d75ebe-6999-4a97-9f72-3ad56a96d5ac"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-15d75ebe-6999-4a97-9f72-3ad56a96d5ac"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-15d75ebe-6999-4a97-9f72-3ad56a96d5ac"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-15d75ebe-6999-4a97-9f72-3ad56a96d5ac"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-7db96a51-5fce-4485-8d87-c37467b50ff4 {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 43px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7db96a51-5fce-4485-8d87-c37467b50ff4 {
  display: none;
}
#s-7db96a51-5fce-4485-8d87-c37467b50ff4, #wrap-s-7db96a51-5fce-4485-8d87-c37467b50ff4, #wrap-content-s-7db96a51-5fce-4485-8d87-c37467b50ff4 { display: none !important; }}@media (max-width: 767px){#s-7db96a51-5fce-4485-8d87-c37467b50ff4 {
  display: none;
}
#s-7db96a51-5fce-4485-8d87-c37467b50ff4, #wrap-s-7db96a51-5fce-4485-8d87-c37467b50ff4, #wrap-content-s-7db96a51-5fce-4485-8d87-c37467b50ff4 { display: none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-215992d4-dd68-4611-b238-c77a56aef4dc {
  display: none;
}
#s-215992d4-dd68-4611-b238-c77a56aef4dc, #wrap-s-215992d4-dd68-4611-b238-c77a56aef4dc, #wrap-content-s-215992d4-dd68-4611-b238-c77a56aef4dc { display: none !important; }}@media (max-width: 767px){#s-215992d4-dd68-4611-b238-c77a56aef4dc {
  display: none;
}
#s-215992d4-dd68-4611-b238-c77a56aef4dc, #wrap-s-215992d4-dd68-4611-b238-c77a56aef4dc, #wrap-content-s-215992d4-dd68-4611-b238-c77a56aef4dc { display: none !important; }}
#s-a0ebcedd-3988-4301-8106-1f30d98fcbcc {
  max-width: 265px;
aspect-ratio: 265/502;
text-align: center;
}

#s-a0ebcedd-3988-4301-8106-1f30d98fcbcc {
  overflow: hidden;
  
  
      max-width: 265px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-a0ebcedd-3988-4301-8106-1f30d98fcbcc img.shogun-image,
  #s-a0ebcedd-3988-4301-8106-1f30d98fcbcc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a0ebcedd-3988-4301-8106-1f30d98fcbcc {
    width: 100%;
    height: auto;
  }



  #s-a0ebcedd-3988-4301-8106-1f30d98fcbcc img.shogun-image {
    

    
    
    
  }


#s-a0ebcedd-3988-4301-8106-1f30d98fcbcc .shogun-image-content {
  
    justify-content: center;
  
}

#s-9be9aeda-d7fb-47db-9e94-1beff47e04e4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9be9aeda-d7fb-47db-9e94-1beff47e04e4 .shg-product-title-component h5 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 14px;
  
  
  
}

#s-8ec8fa58-c8d4-4e54-b642-c2704f1ad96e {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-1eea3fee-1f71-4422-aea5-3316960f8235 {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1eea3fee-1f71-4422-aea5-3316960f8235 {
  
}
}@media (max-width: 767px){#s-1eea3fee-1f71-4422-aea5-3316960f8235 {
  
}
}
#s-41f88de7-9720-44a4-9b26-db117c0c845f {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-e7880f9e-163f-4b2d-8f78-45e478b9e329 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-e7880f9e-163f-4b2d-8f78-45e478b9e329:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e7880f9e-163f-4b2d-8f78-45e478b9e329:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e7880f9e-163f-4b2d-8f78-45e478b9e329-root {
    text-align: center;
  }


#s-e7880f9e-163f-4b2d-8f78-45e478b9e329.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-e7880f9e-163f-4b2d-8f78-45e478b9e329-root {
    text-align: center;
  }


#s-e7880f9e-163f-4b2d-8f78-45e478b9e329.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e7880f9e-163f-4b2d-8f78-45e478b9e329-root {
    text-align: center;
  }


#s-e7880f9e-163f-4b2d-8f78-45e478b9e329.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e7880f9e-163f-4b2d-8f78-45e478b9e329-root {
    text-align: center;
  }


#s-e7880f9e-163f-4b2d-8f78-45e478b9e329.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-e7880f9e-163f-4b2d-8f78-45e478b9e329-root {
    text-align: center;
  }


#s-e7880f9e-163f-4b2d-8f78-45e478b9e329.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-e43258d1-5226-4ebf-946f-c8825addd0b1 {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 43px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e43258d1-5226-4ebf-946f-c8825addd0b1 {
  display: none;
}
#s-e43258d1-5226-4ebf-946f-c8825addd0b1, #wrap-s-e43258d1-5226-4ebf-946f-c8825addd0b1, #wrap-content-s-e43258d1-5226-4ebf-946f-c8825addd0b1 { display: none !important; }}@media (max-width: 767px){#s-e43258d1-5226-4ebf-946f-c8825addd0b1 {
  display: none;
}
#s-e43258d1-5226-4ebf-946f-c8825addd0b1, #wrap-s-e43258d1-5226-4ebf-946f-c8825addd0b1, #wrap-content-s-e43258d1-5226-4ebf-946f-c8825addd0b1 { display: none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-dc23dbd8-816c-4eb8-b2a8-5a3c0d9ee6de {
  display: none;
}
#s-dc23dbd8-816c-4eb8-b2a8-5a3c0d9ee6de, #wrap-s-dc23dbd8-816c-4eb8-b2a8-5a3c0d9ee6de, #wrap-content-s-dc23dbd8-816c-4eb8-b2a8-5a3c0d9ee6de { display: none !important; }}@media (max-width: 767px){#s-dc23dbd8-816c-4eb8-b2a8-5a3c0d9ee6de {
  display: none;
}
#s-dc23dbd8-816c-4eb8-b2a8-5a3c0d9ee6de, #wrap-s-dc23dbd8-816c-4eb8-b2a8-5a3c0d9ee6de, #wrap-content-s-dc23dbd8-816c-4eb8-b2a8-5a3c0d9ee6de { display: none !important; }}
#s-9f620af3-5039-4b52-be98-45918b69e691 {
  margin-top: 3px;
margin-bottom: 3px;
}
@media (min-width: 1200px){#s-9f620af3-5039-4b52-be98-45918b69e691 {
  display: none;
}
#s-9f620af3-5039-4b52-be98-45918b69e691, #wrap-s-9f620af3-5039-4b52-be98-45918b69e691, #wrap-content-s-9f620af3-5039-4b52-be98-45918b69e691 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9f620af3-5039-4b52-be98-45918b69e691 {
  display: none;
}
#s-9f620af3-5039-4b52-be98-45918b69e691, #wrap-s-9f620af3-5039-4b52-be98-45918b69e691, #wrap-content-s-9f620af3-5039-4b52-be98-45918b69e691 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9f620af3-5039-4b52-be98-45918b69e691 {
  display: none;
}
#s-9f620af3-5039-4b52-be98-45918b69e691, #wrap-s-9f620af3-5039-4b52-be98-45918b69e691, #wrap-content-s-9f620af3-5039-4b52-be98-45918b69e691 { display: none !important; }}@media (max-width: 767px){#s-9f620af3-5039-4b52-be98-45918b69e691 {
  display: none;
}
#s-9f620af3-5039-4b52-be98-45918b69e691, #wrap-s-9f620af3-5039-4b52-be98-45918b69e691, #wrap-content-s-9f620af3-5039-4b52-be98-45918b69e691 { display: none !important; }}
@media (min-width: 1200px){#s-e55f9ebe-10d9-46ab-befc-92abea65ea09 {
  display: none;
}
#s-e55f9ebe-10d9-46ab-befc-92abea65ea09, #wrap-s-e55f9ebe-10d9-46ab-befc-92abea65ea09, #wrap-content-s-e55f9ebe-10d9-46ab-befc-92abea65ea09 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e55f9ebe-10d9-46ab-befc-92abea65ea09 {
  display: none;
}
#s-e55f9ebe-10d9-46ab-befc-92abea65ea09, #wrap-s-e55f9ebe-10d9-46ab-befc-92abea65ea09, #wrap-content-s-e55f9ebe-10d9-46ab-befc-92abea65ea09 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e55f9ebe-10d9-46ab-befc-92abea65ea09 {
  display: none;
}
#s-e55f9ebe-10d9-46ab-befc-92abea65ea09, #wrap-s-e55f9ebe-10d9-46ab-befc-92abea65ea09, #wrap-content-s-e55f9ebe-10d9-46ab-befc-92abea65ea09 { display: none !important; }}@media (max-width: 767px){#s-e55f9ebe-10d9-46ab-befc-92abea65ea09 {
  display: none;
}
#s-e55f9ebe-10d9-46ab-befc-92abea65ea09, #wrap-s-e55f9ebe-10d9-46ab-befc-92abea65ea09, #wrap-content-s-e55f9ebe-10d9-46ab-befc-92abea65ea09 { display: none !important; }}
#s-9d28c9f6-5f52-4dd2-a799-244aac22bbb0 {
  margin-top: -6px;
margin-bottom: -6px;
}
@media (min-width: 1200px){#s-9d28c9f6-5f52-4dd2-a799-244aac22bbb0 {
  display: none;
}
#s-9d28c9f6-5f52-4dd2-a799-244aac22bbb0, #wrap-s-9d28c9f6-5f52-4dd2-a799-244aac22bbb0, #wrap-content-s-9d28c9f6-5f52-4dd2-a799-244aac22bbb0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9d28c9f6-5f52-4dd2-a799-244aac22bbb0 {
  display: none;
}
#s-9d28c9f6-5f52-4dd2-a799-244aac22bbb0, #wrap-s-9d28c9f6-5f52-4dd2-a799-244aac22bbb0, #wrap-content-s-9d28c9f6-5f52-4dd2-a799-244aac22bbb0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9d28c9f6-5f52-4dd2-a799-244aac22bbb0 {
  display: none;
}
#s-9d28c9f6-5f52-4dd2-a799-244aac22bbb0, #wrap-s-9d28c9f6-5f52-4dd2-a799-244aac22bbb0, #wrap-content-s-9d28c9f6-5f52-4dd2-a799-244aac22bbb0 { display: none !important; }}@media (max-width: 767px){#s-9d28c9f6-5f52-4dd2-a799-244aac22bbb0 {
  display: none;
}
#s-9d28c9f6-5f52-4dd2-a799-244aac22bbb0, #wrap-s-9d28c9f6-5f52-4dd2-a799-244aac22bbb0, #wrap-content-s-9d28c9f6-5f52-4dd2-a799-244aac22bbb0 { display: none !important; }}
#s-803fd771-ead3-440c-bb37-d6a6108de75e {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 23px;
}
@media (min-width: 768px) and (max-width: 991px){#s-803fd771-ead3-440c-bb37-d6a6108de75e {
  display: none;
}
#s-803fd771-ead3-440c-bb37-d6a6108de75e, #wrap-s-803fd771-ead3-440c-bb37-d6a6108de75e, #wrap-content-s-803fd771-ead3-440c-bb37-d6a6108de75e { display: none !important; }}@media (max-width: 767px){#s-803fd771-ead3-440c-bb37-d6a6108de75e {
  display: none;
}
#s-803fd771-ead3-440c-bb37-d6a6108de75e, #wrap-s-803fd771-ead3-440c-bb37-d6a6108de75e, #wrap-content-s-803fd771-ead3-440c-bb37-d6a6108de75e { display: none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-941a08b1-cd5b-4b01-8f95-f4a12fa165cf {
  display: none;
}
#s-941a08b1-cd5b-4b01-8f95-f4a12fa165cf, #wrap-s-941a08b1-cd5b-4b01-8f95-f4a12fa165cf, #wrap-content-s-941a08b1-cd5b-4b01-8f95-f4a12fa165cf { display: none !important; }}@media (max-width: 767px){#s-941a08b1-cd5b-4b01-8f95-f4a12fa165cf {
  display: none;
}
#s-941a08b1-cd5b-4b01-8f95-f4a12fa165cf, #wrap-s-941a08b1-cd5b-4b01-8f95-f4a12fa165cf, #wrap-content-s-941a08b1-cd5b-4b01-8f95-f4a12fa165cf { display: none !important; }}
#s-a2e3e97b-22b7-486a-a4da-1f6e9c752ef7 {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a2e3e97b-22b7-486a-a4da-1f6e9c752ef7 {
  display: none;
}
#s-a2e3e97b-22b7-486a-a4da-1f6e9c752ef7, #wrap-s-a2e3e97b-22b7-486a-a4da-1f6e9c752ef7, #wrap-content-s-a2e3e97b-22b7-486a-a4da-1f6e9c752ef7 { display: none !important; }}@media (max-width: 767px){#s-a2e3e97b-22b7-486a-a4da-1f6e9c752ef7 {
  display: none;
}
#s-a2e3e97b-22b7-486a-a4da-1f6e9c752ef7, #wrap-s-a2e3e97b-22b7-486a-a4da-1f6e9c752ef7, #wrap-content-s-a2e3e97b-22b7-486a-a4da-1f6e9c752ef7 { display: none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-95463b33-8220-4a59-8842-6bc349216986 {
  display: none;
}
#s-95463b33-8220-4a59-8842-6bc349216986, #wrap-s-95463b33-8220-4a59-8842-6bc349216986, #wrap-content-s-95463b33-8220-4a59-8842-6bc349216986 { display: none !important; }}@media (max-width: 767px){#s-95463b33-8220-4a59-8842-6bc349216986 {
  display: none;
}
#s-95463b33-8220-4a59-8842-6bc349216986, #wrap-s-95463b33-8220-4a59-8842-6bc349216986, #wrap-content-s-95463b33-8220-4a59-8842-6bc349216986 { display: none !important; }}
#s-72a28044-52cc-46a7-be68-20c7791c8778 {
  text-align: center;
}

#s-72a28044-52cc-46a7-be68-20c7791c8778 {
  overflow: hidden;
  
  
}







  #s-72a28044-52cc-46a7-be68-20c7791c8778 img.shogun-image {
    

    
    
    
  }


#s-72a28044-52cc-46a7-be68-20c7791c8778 .shogun-image-content {
  
    justify-content: center;
  
}

#s-3c4b438d-726f-4e62-8f68-32e212c9d303 {
  padding-top: 18px;
padding-bottom: 18px;
text-align: center;
}

#s-3c4b438d-726f-4e62-8f68-32e212c9d303 .shg-product-title-component h5 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 14px;
  
  
  
}

#s-3550021d-86b1-4a39-8261-97a50348a6d6 {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-d77aacd0-fe1d-4082-8d43-6fc06bbab68e {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 1200px){#s-d77aacd0-fe1d-4082-8d43-6fc06bbab68e {
  display: none;
}
#s-d77aacd0-fe1d-4082-8d43-6fc06bbab68e, #wrap-s-d77aacd0-fe1d-4082-8d43-6fc06bbab68e, #wrap-content-s-d77aacd0-fe1d-4082-8d43-6fc06bbab68e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d77aacd0-fe1d-4082-8d43-6fc06bbab68e {
  display: none;
}
#s-d77aacd0-fe1d-4082-8d43-6fc06bbab68e, #wrap-s-d77aacd0-fe1d-4082-8d43-6fc06bbab68e, #wrap-content-s-d77aacd0-fe1d-4082-8d43-6fc06bbab68e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d77aacd0-fe1d-4082-8d43-6fc06bbab68e {
  
}
}@media (max-width: 767px){#s-d77aacd0-fe1d-4082-8d43-6fc06bbab68e {
  
}
}
#s-710b84dd-9a3b-4199-8085-6ff333074db5 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-f97be939-f911-4f75-8297-91a4fc60f363 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-f97be939-f911-4f75-8297-91a4fc60f363:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f97be939-f911-4f75-8297-91a4fc60f363:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f97be939-f911-4f75-8297-91a4fc60f363-root {
    text-align: center;
  }


#s-f97be939-f911-4f75-8297-91a4fc60f363.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-f97be939-f911-4f75-8297-91a4fc60f363-root {
    text-align: center;
  }


#s-f97be939-f911-4f75-8297-91a4fc60f363.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f97be939-f911-4f75-8297-91a4fc60f363-root {
    text-align: center;
  }


#s-f97be939-f911-4f75-8297-91a4fc60f363.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f97be939-f911-4f75-8297-91a4fc60f363-root {
    text-align: center;
  }


#s-f97be939-f911-4f75-8297-91a4fc60f363.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-f97be939-f911-4f75-8297-91a4fc60f363-root {
    text-align: center;
  }


#s-f97be939-f911-4f75-8297-91a4fc60f363.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-64e1a8a6-14da-4cb8-a751-acdf3bf86363 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-64e1a8a6-14da-4cb8-a751-acdf3bf86363 {
  display: none;
}
#s-64e1a8a6-14da-4cb8-a751-acdf3bf86363, #wrap-s-64e1a8a6-14da-4cb8-a751-acdf3bf86363, #wrap-content-s-64e1a8a6-14da-4cb8-a751-acdf3bf86363 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-64e1a8a6-14da-4cb8-a751-acdf3bf86363 {
  display: none;
}
#s-64e1a8a6-14da-4cb8-a751-acdf3bf86363, #wrap-s-64e1a8a6-14da-4cb8-a751-acdf3bf86363, #wrap-content-s-64e1a8a6-14da-4cb8-a751-acdf3bf86363 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-64e1a8a6-14da-4cb8-a751-acdf3bf86363 {
  display: none;
}
#s-64e1a8a6-14da-4cb8-a751-acdf3bf86363, #wrap-s-64e1a8a6-14da-4cb8-a751-acdf3bf86363, #wrap-content-s-64e1a8a6-14da-4cb8-a751-acdf3bf86363 { display: none !important; }}@media (max-width: 767px){#s-64e1a8a6-14da-4cb8-a751-acdf3bf86363 {
  
}
}
@media (min-width: 0px) {
[id="s-64e1a8a6-14da-4cb8-a751-acdf3bf86363"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-64e1a8a6-14da-4cb8-a751-acdf3bf86363"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-64e1a8a6-14da-4cb8-a751-acdf3bf86363"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-64e1a8a6-14da-4cb8-a751-acdf3bf86363"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a758a603-c01e-42ea-af3b-daa850ca44a1 {
  max-width: 265px;
aspect-ratio: 265/502;
text-align: center;
}

#s-a758a603-c01e-42ea-af3b-daa850ca44a1 {
  overflow: hidden;
  
  
      max-width: 265px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-a758a603-c01e-42ea-af3b-daa850ca44a1 img.shogun-image,
  #s-a758a603-c01e-42ea-af3b-daa850ca44a1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a758a603-c01e-42ea-af3b-daa850ca44a1 {
    width: 100%;
    height: auto;
  }



  #s-a758a603-c01e-42ea-af3b-daa850ca44a1 img.shogun-image {
    

    
    
    
  }


#s-a758a603-c01e-42ea-af3b-daa850ca44a1 .shogun-image-content {
  
    justify-content: center;
  
}

#s-429c9aff-b5f4-461b-9cf0-5818bbbe0135 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-429c9aff-b5f4-461b-9cf0-5818bbbe0135 .shg-product-title-component h5 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 14px;
  
  
  
}

#s-7b778817-6732-4c04-9116-480fec9d1845 {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-f22768cb-db11-4ad1-920e-7b48abf2d2bb {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f22768cb-db11-4ad1-920e-7b48abf2d2bb {
  
}
}@media (max-width: 767px){#s-f22768cb-db11-4ad1-920e-7b48abf2d2bb {
  
}
}
#s-4a5c8dda-af68-4d2a-a291-dfe701712627 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-4a5c8dda-af68-4d2a-a291-dfe701712627:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4a5c8dda-af68-4d2a-a291-dfe701712627:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4a5c8dda-af68-4d2a-a291-dfe701712627-root {
    text-align: center;
  }


#s-4a5c8dda-af68-4d2a-a291-dfe701712627.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-4a5c8dda-af68-4d2a-a291-dfe701712627-root {
    text-align: center;
  }


#s-4a5c8dda-af68-4d2a-a291-dfe701712627.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4a5c8dda-af68-4d2a-a291-dfe701712627-root {
    text-align: center;
  }


#s-4a5c8dda-af68-4d2a-a291-dfe701712627.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4a5c8dda-af68-4d2a-a291-dfe701712627-root {
    text-align: center;
  }


#s-4a5c8dda-af68-4d2a-a291-dfe701712627.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-4a5c8dda-af68-4d2a-a291-dfe701712627-root {
    text-align: center;
  }


#s-4a5c8dda-af68-4d2a-a291-dfe701712627.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-8d1cf8fd-31e1-4047-9c96-4e064a81898f {
  margin-top: auto;
margin-bottom: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-8d1cf8fd-31e1-4047-9c96-4e064a81898f {
  overflow: hidden;
  
  
}







  #s-8d1cf8fd-31e1-4047-9c96-4e064a81898f img.shogun-image {
    

    
    
    
  }


#s-8d1cf8fd-31e1-4047-9c96-4e064a81898f .shogun-image-content {
  
    justify-content: center;
  
}

#s-a7bd7564-0591-4302-a465-c8b79f175400 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a7bd7564-0591-4302-a465-c8b79f175400 .shg-product-title-component h5 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 14px;
  
  
  
}

#s-2f74f563-3b6e-4465-8f0d-be0c8385c814 {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-0abd3fa3-eb4b-4afe-8360-785c5adc6c5a {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 22px;
}
@media (min-width: 1200px){#s-0abd3fa3-eb4b-4afe-8360-785c5adc6c5a {
  display: none;
}
#s-0abd3fa3-eb4b-4afe-8360-785c5adc6c5a, #wrap-s-0abd3fa3-eb4b-4afe-8360-785c5adc6c5a, #wrap-content-s-0abd3fa3-eb4b-4afe-8360-785c5adc6c5a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0abd3fa3-eb4b-4afe-8360-785c5adc6c5a {
  display: none;
}
#s-0abd3fa3-eb4b-4afe-8360-785c5adc6c5a, #wrap-s-0abd3fa3-eb4b-4afe-8360-785c5adc6c5a, #wrap-content-s-0abd3fa3-eb4b-4afe-8360-785c5adc6c5a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0abd3fa3-eb4b-4afe-8360-785c5adc6c5a {
  
}
}@media (max-width: 767px){#s-0abd3fa3-eb4b-4afe-8360-785c5adc6c5a {
  
}
}
#s-ef780515-077e-4ae5-80e6-88b11fa4be8c {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 57px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ef780515-077e-4ae5-80e6-88b11fa4be8c {
  display: none;
}
#s-ef780515-077e-4ae5-80e6-88b11fa4be8c, #wrap-s-ef780515-077e-4ae5-80e6-88b11fa4be8c, #wrap-content-s-ef780515-077e-4ae5-80e6-88b11fa4be8c { display: none !important; }}@media (max-width: 767px){#s-ef780515-077e-4ae5-80e6-88b11fa4be8c {
  display: none;
}
#s-ef780515-077e-4ae5-80e6-88b11fa4be8c, #wrap-s-ef780515-077e-4ae5-80e6-88b11fa4be8c, #wrap-content-s-ef780515-077e-4ae5-80e6-88b11fa4be8c { display: none !important; }}
#s-393b3916-4cde-45d8-8873-93badadd28b9 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-393b3916-4cde-45d8-8873-93badadd28b9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-393b3916-4cde-45d8-8873-93badadd28b9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-393b3916-4cde-45d8-8873-93badadd28b9-root {
    text-align: center;
  }


#s-393b3916-4cde-45d8-8873-93badadd28b9.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-393b3916-4cde-45d8-8873-93badadd28b9-root {
    text-align: center;
  }


#s-393b3916-4cde-45d8-8873-93badadd28b9.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-393b3916-4cde-45d8-8873-93badadd28b9-root {
    text-align: center;
  }


#s-393b3916-4cde-45d8-8873-93badadd28b9.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-393b3916-4cde-45d8-8873-93badadd28b9-root {
    text-align: center;
  }


#s-393b3916-4cde-45d8-8873-93badadd28b9.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-393b3916-4cde-45d8-8873-93badadd28b9-root {
    text-align: center;
  }


#s-393b3916-4cde-45d8-8873-93badadd28b9.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
@media (min-width: 1200px){#s-0fd8bc1d-392b-4bc5-9b12-ad91eccc2c4a {
  display: none;
}
#s-0fd8bc1d-392b-4bc5-9b12-ad91eccc2c4a, #wrap-s-0fd8bc1d-392b-4bc5-9b12-ad91eccc2c4a, #wrap-content-s-0fd8bc1d-392b-4bc5-9b12-ad91eccc2c4a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0fd8bc1d-392b-4bc5-9b12-ad91eccc2c4a {
  display: none;
}
#s-0fd8bc1d-392b-4bc5-9b12-ad91eccc2c4a, #wrap-s-0fd8bc1d-392b-4bc5-9b12-ad91eccc2c4a, #wrap-content-s-0fd8bc1d-392b-4bc5-9b12-ad91eccc2c4a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0fd8bc1d-392b-4bc5-9b12-ad91eccc2c4a {
  display: none;
}
#s-0fd8bc1d-392b-4bc5-9b12-ad91eccc2c4a, #wrap-s-0fd8bc1d-392b-4bc5-9b12-ad91eccc2c4a, #wrap-content-s-0fd8bc1d-392b-4bc5-9b12-ad91eccc2c4a { display: none !important; }}
#s-0fd8bc1d-392b-4bc5-9b12-ad91eccc2c4a hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 1200px){#s-5d8d47d6-9cb7-4007-97bc-ca9427459b4f {
  display: none;
}
#s-5d8d47d6-9cb7-4007-97bc-ca9427459b4f, #wrap-s-5d8d47d6-9cb7-4007-97bc-ca9427459b4f, #wrap-content-s-5d8d47d6-9cb7-4007-97bc-ca9427459b4f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5d8d47d6-9cb7-4007-97bc-ca9427459b4f {
  display: none;
}
#s-5d8d47d6-9cb7-4007-97bc-ca9427459b4f, #wrap-s-5d8d47d6-9cb7-4007-97bc-ca9427459b4f, #wrap-content-s-5d8d47d6-9cb7-4007-97bc-ca9427459b4f { display: none !important; }}@media (max-width: 767px){#s-5d8d47d6-9cb7-4007-97bc-ca9427459b4f {
  display: none;
}
#s-5d8d47d6-9cb7-4007-97bc-ca9427459b4f, #wrap-s-5d8d47d6-9cb7-4007-97bc-ca9427459b4f, #wrap-content-s-5d8d47d6-9cb7-4007-97bc-ca9427459b4f { display: none !important; }}
#s-5d8d47d6-9cb7-4007-97bc-ca9427459b4f hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-30a6cc41-bd2a-40ac-a69c-098b9110b37f {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-30a6cc41-bd2a-40ac-a69c-098b9110b37f {
  display: none;
}
#s-30a6cc41-bd2a-40ac-a69c-098b9110b37f, #wrap-s-30a6cc41-bd2a-40ac-a69c-098b9110b37f, #wrap-content-s-30a6cc41-bd2a-40ac-a69c-098b9110b37f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-30a6cc41-bd2a-40ac-a69c-098b9110b37f {
  display: none;
}
#s-30a6cc41-bd2a-40ac-a69c-098b9110b37f, #wrap-s-30a6cc41-bd2a-40ac-a69c-098b9110b37f, #wrap-content-s-30a6cc41-bd2a-40ac-a69c-098b9110b37f { display: none !important; }}@media (max-width: 767px){#s-30a6cc41-bd2a-40ac-a69c-098b9110b37f {
  display: none;
}
#s-30a6cc41-bd2a-40ac-a69c-098b9110b37f, #wrap-s-30a6cc41-bd2a-40ac-a69c-098b9110b37f, #wrap-content-s-30a6cc41-bd2a-40ac-a69c-098b9110b37f { display: none !important; }}
@media (min-width: 0px) {
[id="s-30a6cc41-bd2a-40ac-a69c-098b9110b37f"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-30a6cc41-bd2a-40ac-a69c-098b9110b37f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-30a6cc41-bd2a-40ac-a69c-098b9110b37f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-30a6cc41-bd2a-40ac-a69c-098b9110b37f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-085e480b-44cd-4587-894f-f8fca44bea16 {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 43px;
}
@media (min-width: 768px) and (max-width: 991px){#s-085e480b-44cd-4587-894f-f8fca44bea16 {
  display: none;
}
#s-085e480b-44cd-4587-894f-f8fca44bea16, #wrap-s-085e480b-44cd-4587-894f-f8fca44bea16, #wrap-content-s-085e480b-44cd-4587-894f-f8fca44bea16 { display: none !important; }}@media (max-width: 767px){#s-085e480b-44cd-4587-894f-f8fca44bea16 {
  display: none;
}
#s-085e480b-44cd-4587-894f-f8fca44bea16, #wrap-s-085e480b-44cd-4587-894f-f8fca44bea16, #wrap-content-s-085e480b-44cd-4587-894f-f8fca44bea16 { display: none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-d0c8bf3f-906c-4bb7-a3c6-f24a8c3e6a5f {
  display: none;
}
#s-d0c8bf3f-906c-4bb7-a3c6-f24a8c3e6a5f, #wrap-s-d0c8bf3f-906c-4bb7-a3c6-f24a8c3e6a5f, #wrap-content-s-d0c8bf3f-906c-4bb7-a3c6-f24a8c3e6a5f { display: none !important; }}@media (max-width: 767px){#s-d0c8bf3f-906c-4bb7-a3c6-f24a8c3e6a5f {
  display: none;
}
#s-d0c8bf3f-906c-4bb7-a3c6-f24a8c3e6a5f, #wrap-s-d0c8bf3f-906c-4bb7-a3c6-f24a8c3e6a5f, #wrap-content-s-d0c8bf3f-906c-4bb7-a3c6-f24a8c3e6a5f { display: none !important; }}
#s-0ff1669f-db3f-4a7f-b0b5-dc74a94db552 {
  max-width: 265px;
aspect-ratio: 265/502;
text-align: center;
}

#s-0ff1669f-db3f-4a7f-b0b5-dc74a94db552 {
  overflow: hidden;
  
  
      max-width: 265px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-0ff1669f-db3f-4a7f-b0b5-dc74a94db552 img.shogun-image,
  #s-0ff1669f-db3f-4a7f-b0b5-dc74a94db552 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0ff1669f-db3f-4a7f-b0b5-dc74a94db552 {
    width: 100%;
    height: auto;
  }



  #s-0ff1669f-db3f-4a7f-b0b5-dc74a94db552 img.shogun-image {
    

    
    
    
  }


#s-0ff1669f-db3f-4a7f-b0b5-dc74a94db552 .shogun-image-content {
  
    justify-content: center;
  
}

#s-87b18a3a-03f8-46d5-8934-c360a0cc8e22 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-87b18a3a-03f8-46d5-8934-c360a0cc8e22 .shg-product-title-component h3 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 13px;
  
  
  
}

#s-2e4060b5-d511-49a6-89e4-c302ea7be1b5 {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-80b17171-ab3c-473d-a257-59147371f907 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 23px;
}
@media (min-width: 768px) and (max-width: 991px){#s-80b17171-ab3c-473d-a257-59147371f907 {
  
}
}@media (max-width: 767px){#s-80b17171-ab3c-473d-a257-59147371f907 {
  
}
}
#s-29e2f34c-1019-4e3a-8d0a-4be059cc5ea1 {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-2d395d91-a250-4c7d-a811-a18fa6bccb36 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-2d395d91-a250-4c7d-a811-a18fa6bccb36:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2d395d91-a250-4c7d-a811-a18fa6bccb36:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2d395d91-a250-4c7d-a811-a18fa6bccb36-root {
    text-align: center;
  }


#s-2d395d91-a250-4c7d-a811-a18fa6bccb36.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-2d395d91-a250-4c7d-a811-a18fa6bccb36-root {
    text-align: center;
  }


#s-2d395d91-a250-4c7d-a811-a18fa6bccb36.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2d395d91-a250-4c7d-a811-a18fa6bccb36-root {
    text-align: center;
  }


#s-2d395d91-a250-4c7d-a811-a18fa6bccb36.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2d395d91-a250-4c7d-a811-a18fa6bccb36-root {
    text-align: center;
  }


#s-2d395d91-a250-4c7d-a811-a18fa6bccb36.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-2d395d91-a250-4c7d-a811-a18fa6bccb36-root {
    text-align: center;
  }


#s-2d395d91-a250-4c7d-a811-a18fa6bccb36.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-91381425-7ab7-4184-b2c1-9a6f30f860bb {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 43px;
}
@media (min-width: 768px) and (max-width: 991px){#s-91381425-7ab7-4184-b2c1-9a6f30f860bb {
  display: none;
}
#s-91381425-7ab7-4184-b2c1-9a6f30f860bb, #wrap-s-91381425-7ab7-4184-b2c1-9a6f30f860bb, #wrap-content-s-91381425-7ab7-4184-b2c1-9a6f30f860bb { display: none !important; }}@media (max-width: 767px){#s-91381425-7ab7-4184-b2c1-9a6f30f860bb {
  display: none;
}
#s-91381425-7ab7-4184-b2c1-9a6f30f860bb, #wrap-s-91381425-7ab7-4184-b2c1-9a6f30f860bb, #wrap-content-s-91381425-7ab7-4184-b2c1-9a6f30f860bb { display: none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-0e1b7210-6be2-4e64-b341-3d9c1c2025ed {
  display: none;
}
#s-0e1b7210-6be2-4e64-b341-3d9c1c2025ed, #wrap-s-0e1b7210-6be2-4e64-b341-3d9c1c2025ed, #wrap-content-s-0e1b7210-6be2-4e64-b341-3d9c1c2025ed { display: none !important; }}@media (max-width: 767px){#s-0e1b7210-6be2-4e64-b341-3d9c1c2025ed {
  display: none;
}
#s-0e1b7210-6be2-4e64-b341-3d9c1c2025ed, #wrap-s-0e1b7210-6be2-4e64-b341-3d9c1c2025ed, #wrap-content-s-0e1b7210-6be2-4e64-b341-3d9c1c2025ed { display: none !important; }}
#s-d7e846df-7cd4-43ce-a30b-25a0c911b5f2 {
  margin-top: 3px;
margin-bottom: 3px;
}
@media (min-width: 1200px){#s-d7e846df-7cd4-43ce-a30b-25a0c911b5f2 {
  display: none;
}
#s-d7e846df-7cd4-43ce-a30b-25a0c911b5f2, #wrap-s-d7e846df-7cd4-43ce-a30b-25a0c911b5f2, #wrap-content-s-d7e846df-7cd4-43ce-a30b-25a0c911b5f2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d7e846df-7cd4-43ce-a30b-25a0c911b5f2 {
  display: none;
}
#s-d7e846df-7cd4-43ce-a30b-25a0c911b5f2, #wrap-s-d7e846df-7cd4-43ce-a30b-25a0c911b5f2, #wrap-content-s-d7e846df-7cd4-43ce-a30b-25a0c911b5f2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d7e846df-7cd4-43ce-a30b-25a0c911b5f2 {
  display: none;
}
#s-d7e846df-7cd4-43ce-a30b-25a0c911b5f2, #wrap-s-d7e846df-7cd4-43ce-a30b-25a0c911b5f2, #wrap-content-s-d7e846df-7cd4-43ce-a30b-25a0c911b5f2 { display: none !important; }}@media (max-width: 767px){#s-d7e846df-7cd4-43ce-a30b-25a0c911b5f2 {
  display: none;
}
#s-d7e846df-7cd4-43ce-a30b-25a0c911b5f2, #wrap-s-d7e846df-7cd4-43ce-a30b-25a0c911b5f2, #wrap-content-s-d7e846df-7cd4-43ce-a30b-25a0c911b5f2 { display: none !important; }}
@media (min-width: 1200px){#s-d0ac52b4-38c1-4eb6-8d0c-2af3fc0d69bd {
  display: none;
}
#s-d0ac52b4-38c1-4eb6-8d0c-2af3fc0d69bd, #wrap-s-d0ac52b4-38c1-4eb6-8d0c-2af3fc0d69bd, #wrap-content-s-d0ac52b4-38c1-4eb6-8d0c-2af3fc0d69bd { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d0ac52b4-38c1-4eb6-8d0c-2af3fc0d69bd {
  display: none;
}
#s-d0ac52b4-38c1-4eb6-8d0c-2af3fc0d69bd, #wrap-s-d0ac52b4-38c1-4eb6-8d0c-2af3fc0d69bd, #wrap-content-s-d0ac52b4-38c1-4eb6-8d0c-2af3fc0d69bd { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d0ac52b4-38c1-4eb6-8d0c-2af3fc0d69bd {
  display: none;
}
#s-d0ac52b4-38c1-4eb6-8d0c-2af3fc0d69bd, #wrap-s-d0ac52b4-38c1-4eb6-8d0c-2af3fc0d69bd, #wrap-content-s-d0ac52b4-38c1-4eb6-8d0c-2af3fc0d69bd { display: none !important; }}@media (max-width: 767px){#s-d0ac52b4-38c1-4eb6-8d0c-2af3fc0d69bd {
  display: none;
}
#s-d0ac52b4-38c1-4eb6-8d0c-2af3fc0d69bd, #wrap-s-d0ac52b4-38c1-4eb6-8d0c-2af3fc0d69bd, #wrap-content-s-d0ac52b4-38c1-4eb6-8d0c-2af3fc0d69bd { display: none !important; }}
#s-e47bf191-8c86-45ab-bffc-055bd447e0f5 {
  margin-top: -6px;
margin-bottom: -6px;
}
@media (min-width: 1200px){#s-e47bf191-8c86-45ab-bffc-055bd447e0f5 {
  display: none;
}
#s-e47bf191-8c86-45ab-bffc-055bd447e0f5, #wrap-s-e47bf191-8c86-45ab-bffc-055bd447e0f5, #wrap-content-s-e47bf191-8c86-45ab-bffc-055bd447e0f5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e47bf191-8c86-45ab-bffc-055bd447e0f5 {
  display: none;
}
#s-e47bf191-8c86-45ab-bffc-055bd447e0f5, #wrap-s-e47bf191-8c86-45ab-bffc-055bd447e0f5, #wrap-content-s-e47bf191-8c86-45ab-bffc-055bd447e0f5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e47bf191-8c86-45ab-bffc-055bd447e0f5 {
  display: none;
}
#s-e47bf191-8c86-45ab-bffc-055bd447e0f5, #wrap-s-e47bf191-8c86-45ab-bffc-055bd447e0f5, #wrap-content-s-e47bf191-8c86-45ab-bffc-055bd447e0f5 { display: none !important; }}@media (max-width: 767px){#s-e47bf191-8c86-45ab-bffc-055bd447e0f5 {
  display: none;
}
#s-e47bf191-8c86-45ab-bffc-055bd447e0f5, #wrap-s-e47bf191-8c86-45ab-bffc-055bd447e0f5, #wrap-content-s-e47bf191-8c86-45ab-bffc-055bd447e0f5 { display: none !important; }}
#s-b72ad86a-7d1d-45ab-aaa2-f77c14d6cd7b {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 23px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b72ad86a-7d1d-45ab-aaa2-f77c14d6cd7b {
  display: none;
}
#s-b72ad86a-7d1d-45ab-aaa2-f77c14d6cd7b, #wrap-s-b72ad86a-7d1d-45ab-aaa2-f77c14d6cd7b, #wrap-content-s-b72ad86a-7d1d-45ab-aaa2-f77c14d6cd7b { display: none !important; }}@media (max-width: 767px){#s-b72ad86a-7d1d-45ab-aaa2-f77c14d6cd7b {
  display: none;
}
#s-b72ad86a-7d1d-45ab-aaa2-f77c14d6cd7b, #wrap-s-b72ad86a-7d1d-45ab-aaa2-f77c14d6cd7b, #wrap-content-s-b72ad86a-7d1d-45ab-aaa2-f77c14d6cd7b { display: none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-b219898d-dc99-4fab-b56f-45c3dbd47e09 {
  display: none;
}
#s-b219898d-dc99-4fab-b56f-45c3dbd47e09, #wrap-s-b219898d-dc99-4fab-b56f-45c3dbd47e09, #wrap-content-s-b219898d-dc99-4fab-b56f-45c3dbd47e09 { display: none !important; }}@media (max-width: 767px){#s-b219898d-dc99-4fab-b56f-45c3dbd47e09 {
  display: none;
}
#s-b219898d-dc99-4fab-b56f-45c3dbd47e09, #wrap-s-b219898d-dc99-4fab-b56f-45c3dbd47e09, #wrap-content-s-b219898d-dc99-4fab-b56f-45c3dbd47e09 { display: none !important; }}
#s-e0b109de-d12c-4b17-839c-29250f32a823 {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e0b109de-d12c-4b17-839c-29250f32a823 {
  display: none;
}
#s-e0b109de-d12c-4b17-839c-29250f32a823, #wrap-s-e0b109de-d12c-4b17-839c-29250f32a823, #wrap-content-s-e0b109de-d12c-4b17-839c-29250f32a823 { display: none !important; }}@media (max-width: 767px){#s-e0b109de-d12c-4b17-839c-29250f32a823 {
  display: none;
}
#s-e0b109de-d12c-4b17-839c-29250f32a823, #wrap-s-e0b109de-d12c-4b17-839c-29250f32a823, #wrap-content-s-e0b109de-d12c-4b17-839c-29250f32a823 { display: none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-882b6ea8-117e-427a-9b53-535f22f38e84 {
  display: none;
}
#s-882b6ea8-117e-427a-9b53-535f22f38e84, #wrap-s-882b6ea8-117e-427a-9b53-535f22f38e84, #wrap-content-s-882b6ea8-117e-427a-9b53-535f22f38e84 { display: none !important; }}@media (max-width: 767px){#s-882b6ea8-117e-427a-9b53-535f22f38e84 {
  display: none;
}
#s-882b6ea8-117e-427a-9b53-535f22f38e84, #wrap-s-882b6ea8-117e-427a-9b53-535f22f38e84, #wrap-content-s-882b6ea8-117e-427a-9b53-535f22f38e84 { display: none !important; }}
#s-c0ae770f-57d4-41ee-83c0-51b1bdf746d1 {
  text-align: center;
}

#s-c0ae770f-57d4-41ee-83c0-51b1bdf746d1 {
  overflow: hidden;
  
  
}







  #s-c0ae770f-57d4-41ee-83c0-51b1bdf746d1 img.shogun-image {
    

    
    
    
  }


#s-c0ae770f-57d4-41ee-83c0-51b1bdf746d1 .shogun-image-content {
  
    justify-content: center;
  
}

#s-b47493ca-bbd0-4604-a8fd-6cd04ff3a50e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b47493ca-bbd0-4604-a8fd-6cd04ff3a50e .shg-product-title-component h5 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 13px;
  
  
  
}

#s-5f7dcd95-49f3-4e08-b96b-68a3a4a35f8f {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-e9bcdaeb-f72c-4bfc-af4a-20dd87cf36c2 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-e9bcdaeb-f72c-4bfc-af4a-20dd87cf36c2 {
  display: none;
}
#s-e9bcdaeb-f72c-4bfc-af4a-20dd87cf36c2, #wrap-s-e9bcdaeb-f72c-4bfc-af4a-20dd87cf36c2, #wrap-content-s-e9bcdaeb-f72c-4bfc-af4a-20dd87cf36c2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e9bcdaeb-f72c-4bfc-af4a-20dd87cf36c2 {
  display: none;
}
#s-e9bcdaeb-f72c-4bfc-af4a-20dd87cf36c2, #wrap-s-e9bcdaeb-f72c-4bfc-af4a-20dd87cf36c2, #wrap-content-s-e9bcdaeb-f72c-4bfc-af4a-20dd87cf36c2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e9bcdaeb-f72c-4bfc-af4a-20dd87cf36c2 {
  
}
}@media (max-width: 767px){#s-e9bcdaeb-f72c-4bfc-af4a-20dd87cf36c2 {
  
}
}
#s-490e1deb-adfd-46c1-b1a3-d09b751a18dc {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-d9f41655-1e2c-4340-8a32-9ecc7628c2d0 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-d9f41655-1e2c-4340-8a32-9ecc7628c2d0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d9f41655-1e2c-4340-8a32-9ecc7628c2d0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d9f41655-1e2c-4340-8a32-9ecc7628c2d0-root {
    text-align: center;
  }


#s-d9f41655-1e2c-4340-8a32-9ecc7628c2d0.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-d9f41655-1e2c-4340-8a32-9ecc7628c2d0-root {
    text-align: center;
  }


#s-d9f41655-1e2c-4340-8a32-9ecc7628c2d0.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d9f41655-1e2c-4340-8a32-9ecc7628c2d0-root {
    text-align: center;
  }


#s-d9f41655-1e2c-4340-8a32-9ecc7628c2d0.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d9f41655-1e2c-4340-8a32-9ecc7628c2d0-root {
    text-align: center;
  }


#s-d9f41655-1e2c-4340-8a32-9ecc7628c2d0.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-d9f41655-1e2c-4340-8a32-9ecc7628c2d0-root {
    text-align: center;
  }


#s-d9f41655-1e2c-4340-8a32-9ecc7628c2d0.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-c13922c8-0345-4720-853b-e8f27edc4e66 {
  margin-top: auto;
margin-bottom: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-c13922c8-0345-4720-853b-e8f27edc4e66 {
  overflow: hidden;
  
  
}







  #s-c13922c8-0345-4720-853b-e8f27edc4e66 img.shogun-image {
    

    
    
    
  }


#s-c13922c8-0345-4720-853b-e8f27edc4e66 .shogun-image-content {
  
    justify-content: center;
  
}

#s-9a90d408-1427-4110-8f6f-f9875386286b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9a90d408-1427-4110-8f6f-f9875386286b .shg-product-title-component h5 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 13px;
  
  
  
}

#s-234316ff-e776-44f4-9526-de2e47ce37e7 {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-aa826b91-f8d8-4638-b491-30e42856e2da {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-aa826b91-f8d8-4638-b491-30e42856e2da {
  display: none;
}
#s-aa826b91-f8d8-4638-b491-30e42856e2da, #wrap-s-aa826b91-f8d8-4638-b491-30e42856e2da, #wrap-content-s-aa826b91-f8d8-4638-b491-30e42856e2da { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-aa826b91-f8d8-4638-b491-30e42856e2da {
  display: none;
}
#s-aa826b91-f8d8-4638-b491-30e42856e2da, #wrap-s-aa826b91-f8d8-4638-b491-30e42856e2da, #wrap-content-s-aa826b91-f8d8-4638-b491-30e42856e2da { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-aa826b91-f8d8-4638-b491-30e42856e2da {
  
}
}@media (max-width: 767px){#s-aa826b91-f8d8-4638-b491-30e42856e2da {
  
}
}
#s-d27e61cd-6426-4fd1-8fec-eadf8dc385eb {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-1e88917a-eaa9-461f-a6e5-b8c3055b7979 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-1e88917a-eaa9-461f-a6e5-b8c3055b7979:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1e88917a-eaa9-461f-a6e5-b8c3055b7979:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1e88917a-eaa9-461f-a6e5-b8c3055b7979-root {
    text-align: center;
  }


#s-1e88917a-eaa9-461f-a6e5-b8c3055b7979.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-1e88917a-eaa9-461f-a6e5-b8c3055b7979-root {
    text-align: center;
  }


#s-1e88917a-eaa9-461f-a6e5-b8c3055b7979.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1e88917a-eaa9-461f-a6e5-b8c3055b7979-root {
    text-align: center;
  }


#s-1e88917a-eaa9-461f-a6e5-b8c3055b7979.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1e88917a-eaa9-461f-a6e5-b8c3055b7979-root {
    text-align: center;
  }


#s-1e88917a-eaa9-461f-a6e5-b8c3055b7979.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-1e88917a-eaa9-461f-a6e5-b8c3055b7979-root {
    text-align: center;
  }


#s-1e88917a-eaa9-461f-a6e5-b8c3055b7979.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-e1c8b4bb-8658-4ddf-b11d-33395397d0c2 {
  max-width: 265px;
aspect-ratio: 265/502;
text-align: center;
}

#s-e1c8b4bb-8658-4ddf-b11d-33395397d0c2 {
  overflow: hidden;
  
  
      max-width: 265px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-e1c8b4bb-8658-4ddf-b11d-33395397d0c2 img.shogun-image,
  #s-e1c8b4bb-8658-4ddf-b11d-33395397d0c2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e1c8b4bb-8658-4ddf-b11d-33395397d0c2 {
    width: 100%;
    height: auto;
  }



  #s-e1c8b4bb-8658-4ddf-b11d-33395397d0c2 img.shogun-image {
    

    
    
    
  }


#s-e1c8b4bb-8658-4ddf-b11d-33395397d0c2 .shogun-image-content {
  
    justify-content: center;
  
}

#s-691d3c4d-75fd-4b07-87c5-0ca974874476 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-691d3c4d-75fd-4b07-87c5-0ca974874476 .shg-product-title-component h5 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 14px;
  
  
  
}

#s-0dd8ff7b-35da-4664-9d25-92d0b88a2914 {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-87d6637a-379c-473e-bef7-66b2b7930340 {
  margin-top: 5px;
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-87d6637a-379c-473e-bef7-66b2b7930340 {
  display: none;
}
#s-87d6637a-379c-473e-bef7-66b2b7930340, #wrap-s-87d6637a-379c-473e-bef7-66b2b7930340, #wrap-content-s-87d6637a-379c-473e-bef7-66b2b7930340 { display: none !important; }}@media (max-width: 767px){#s-87d6637a-379c-473e-bef7-66b2b7930340 {
  display: none;
}
#s-87d6637a-379c-473e-bef7-66b2b7930340, #wrap-s-87d6637a-379c-473e-bef7-66b2b7930340, #wrap-content-s-87d6637a-379c-473e-bef7-66b2b7930340 { display: none !important; }}
#s-47c0e3ef-d6ee-4d66-8adc-b1d68bc6c067 {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 1200px){#s-47c0e3ef-d6ee-4d66-8adc-b1d68bc6c067 {
  display: none;
}
#s-47c0e3ef-d6ee-4d66-8adc-b1d68bc6c067, #wrap-s-47c0e3ef-d6ee-4d66-8adc-b1d68bc6c067, #wrap-content-s-47c0e3ef-d6ee-4d66-8adc-b1d68bc6c067 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-47c0e3ef-d6ee-4d66-8adc-b1d68bc6c067 {
  display: none;
}
#s-47c0e3ef-d6ee-4d66-8adc-b1d68bc6c067, #wrap-s-47c0e3ef-d6ee-4d66-8adc-b1d68bc6c067, #wrap-content-s-47c0e3ef-d6ee-4d66-8adc-b1d68bc6c067 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-47c0e3ef-d6ee-4d66-8adc-b1d68bc6c067 {
  
}
}@media (max-width: 767px){#s-47c0e3ef-d6ee-4d66-8adc-b1d68bc6c067 {
  
}
}
#s-943150ad-f557-486f-98df-efae196d4104 {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-ad60b575-2790-4bb7-b91d-ee95c6cf9ed3 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-ad60b575-2790-4bb7-b91d-ee95c6cf9ed3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ad60b575-2790-4bb7-b91d-ee95c6cf9ed3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ad60b575-2790-4bb7-b91d-ee95c6cf9ed3-root {
    text-align: center;
  }


#s-ad60b575-2790-4bb7-b91d-ee95c6cf9ed3.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-ad60b575-2790-4bb7-b91d-ee95c6cf9ed3-root {
    text-align: center;
  }


#s-ad60b575-2790-4bb7-b91d-ee95c6cf9ed3.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ad60b575-2790-4bb7-b91d-ee95c6cf9ed3-root {
    text-align: center;
  }


#s-ad60b575-2790-4bb7-b91d-ee95c6cf9ed3.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ad60b575-2790-4bb7-b91d-ee95c6cf9ed3-root {
    text-align: center;
  }


#s-ad60b575-2790-4bb7-b91d-ee95c6cf9ed3.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-ad60b575-2790-4bb7-b91d-ee95c6cf9ed3-root {
    text-align: center;
  }


#s-ad60b575-2790-4bb7-b91d-ee95c6cf9ed3.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
@media (min-width: 1200px){#s-192a6c60-92bd-47a0-943c-f14f9a470f11 {
  display: none;
}
#s-192a6c60-92bd-47a0-943c-f14f9a470f11, #wrap-s-192a6c60-92bd-47a0-943c-f14f9a470f11, #wrap-content-s-192a6c60-92bd-47a0-943c-f14f9a470f11 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-192a6c60-92bd-47a0-943c-f14f9a470f11 {
  display: none;
}
#s-192a6c60-92bd-47a0-943c-f14f9a470f11, #wrap-s-192a6c60-92bd-47a0-943c-f14f9a470f11, #wrap-content-s-192a6c60-92bd-47a0-943c-f14f9a470f11 { display: none !important; }}@media (max-width: 767px){#s-192a6c60-92bd-47a0-943c-f14f9a470f11 {
  display: none;
}
#s-192a6c60-92bd-47a0-943c-f14f9a470f11, #wrap-s-192a6c60-92bd-47a0-943c-f14f9a470f11, #wrap-content-s-192a6c60-92bd-47a0-943c-f14f9a470f11 { display: none !important; }}
#s-192a6c60-92bd-47a0-943c-f14f9a470f11 hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-e99e1bb1-416d-4f13-afdf-3e4c42774a46 {
  padding-top: 5px;
padding-bottom: 5px;
}
@media (min-width: 1200px){#s-e99e1bb1-416d-4f13-afdf-3e4c42774a46 {
  display: none;
}
#s-e99e1bb1-416d-4f13-afdf-3e4c42774a46, #wrap-s-e99e1bb1-416d-4f13-afdf-3e4c42774a46, #wrap-content-s-e99e1bb1-416d-4f13-afdf-3e4c42774a46 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e99e1bb1-416d-4f13-afdf-3e4c42774a46 {
  display: none;
}
#s-e99e1bb1-416d-4f13-afdf-3e4c42774a46, #wrap-s-e99e1bb1-416d-4f13-afdf-3e4c42774a46, #wrap-content-s-e99e1bb1-416d-4f13-afdf-3e4c42774a46 { display: none !important; }}@media (max-width: 767px){#s-e99e1bb1-416d-4f13-afdf-3e4c42774a46 {
  display: none;
}
#s-e99e1bb1-416d-4f13-afdf-3e4c42774a46, #wrap-s-e99e1bb1-416d-4f13-afdf-3e4c42774a46, #wrap-content-s-e99e1bb1-416d-4f13-afdf-3e4c42774a46 { display: none !important; }}
@media (min-width: 0px) {
[id="s-e99e1bb1-416d-4f13-afdf-3e4c42774a46"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-e99e1bb1-416d-4f13-afdf-3e4c42774a46"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-e99e1bb1-416d-4f13-afdf-3e4c42774a46"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-e99e1bb1-416d-4f13-afdf-3e4c42774a46"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-122b5b8c-dba7-47b9-ab8a-4a4c73a00f3c {
  max-width: 265px;
text-align: center;
}

#s-122b5b8c-dba7-47b9-ab8a-4a4c73a00f3c {
  overflow: hidden;
  
  
      max-width: 265px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-122b5b8c-dba7-47b9-ab8a-4a4c73a00f3c .shogun-image-content {
  
    justify-content: center;
  
}

#s-afd8684b-c802-4554-9937-ff799fa0af16 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-afd8684b-c802-4554-9937-ff799fa0af16 .shg-product-title-component h5 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 14px;
  
  
  
}

#s-290e16c5-9cc9-4941-84c3-1f4542953717 {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-d8f6c751-faa7-4be5-974a-ce9fce6846e7 {
  margin-top: 10px;
padding-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d8f6c751-faa7-4be5-974a-ce9fce6846e7 {
  display: none;
}
#s-d8f6c751-faa7-4be5-974a-ce9fce6846e7, #wrap-s-d8f6c751-faa7-4be5-974a-ce9fce6846e7, #wrap-content-s-d8f6c751-faa7-4be5-974a-ce9fce6846e7 { display: none !important; }}@media (max-width: 767px){#s-d8f6c751-faa7-4be5-974a-ce9fce6846e7 {
  display: none;
}
#s-d8f6c751-faa7-4be5-974a-ce9fce6846e7, #wrap-s-d8f6c751-faa7-4be5-974a-ce9fce6846e7, #wrap-content-s-d8f6c751-faa7-4be5-974a-ce9fce6846e7 { display: none !important; }}
#s-47afe509-f9c9-49ae-b328-aea3417fa3ba {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 1200px){#s-47afe509-f9c9-49ae-b328-aea3417fa3ba {
  display: none;
}
#s-47afe509-f9c9-49ae-b328-aea3417fa3ba, #wrap-s-47afe509-f9c9-49ae-b328-aea3417fa3ba, #wrap-content-s-47afe509-f9c9-49ae-b328-aea3417fa3ba { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-47afe509-f9c9-49ae-b328-aea3417fa3ba {
  display: none;
}
#s-47afe509-f9c9-49ae-b328-aea3417fa3ba, #wrap-s-47afe509-f9c9-49ae-b328-aea3417fa3ba, #wrap-content-s-47afe509-f9c9-49ae-b328-aea3417fa3ba { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-47afe509-f9c9-49ae-b328-aea3417fa3ba {
  
}
}@media (max-width: 767px){#s-47afe509-f9c9-49ae-b328-aea3417fa3ba {
  
}
}
#s-1c5e2899-5227-4228-a92e-f6cdeac9b221 {
  margin-top: 5px;
margin-bottom: 5px;
}

@media (min-width: 768px) and (max-width: 991px){#s-f831ca6e-bc5b-466f-b9ef-afed3b05fb58 {
  display: none;
}
#s-f831ca6e-bc5b-466f-b9ef-afed3b05fb58, #wrap-s-f831ca6e-bc5b-466f-b9ef-afed3b05fb58, #wrap-content-s-f831ca6e-bc5b-466f-b9ef-afed3b05fb58 { display: none !important; }}@media (max-width: 767px){#s-f831ca6e-bc5b-466f-b9ef-afed3b05fb58 {
  display: none;
}
#s-f831ca6e-bc5b-466f-b9ef-afed3b05fb58, #wrap-s-f831ca6e-bc5b-466f-b9ef-afed3b05fb58, #wrap-content-s-f831ca6e-bc5b-466f-b9ef-afed3b05fb58 { display: none !important; }}
#s-29247891-4def-4861-a06b-bd6ce0e79c66 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-29247891-4def-4861-a06b-bd6ce0e79c66:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-29247891-4def-4861-a06b-bd6ce0e79c66:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-29247891-4def-4861-a06b-bd6ce0e79c66-root {
    text-align: center;
  }


#s-29247891-4def-4861-a06b-bd6ce0e79c66.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-29247891-4def-4861-a06b-bd6ce0e79c66-root {
    text-align: center;
  }


#s-29247891-4def-4861-a06b-bd6ce0e79c66.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-29247891-4def-4861-a06b-bd6ce0e79c66-root {
    text-align: center;
  }


#s-29247891-4def-4861-a06b-bd6ce0e79c66.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-29247891-4def-4861-a06b-bd6ce0e79c66-root {
    text-align: center;
  }


#s-29247891-4def-4861-a06b-bd6ce0e79c66.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-29247891-4def-4861-a06b-bd6ce0e79c66-root {
    text-align: center;
  }


#s-29247891-4def-4861-a06b-bd6ce0e79c66.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-21082df3-7cc1-448d-baff-f73ce5e6c012 {
  text-align: center;
}

#s-21082df3-7cc1-448d-baff-f73ce5e6c012 {
  overflow: hidden;
  
  
}







  #s-21082df3-7cc1-448d-baff-f73ce5e6c012 img.shogun-image {
    

    
    
    
  }


#s-21082df3-7cc1-448d-baff-f73ce5e6c012 .shogun-image-content {
  
    justify-content: center;
  
}

#s-cd1a397e-92a0-4528-a593-0263a326f2fc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cd1a397e-92a0-4528-a593-0263a326f2fc .shg-product-title-component h5 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 14px;
  
  
  
}

#s-62247690-8866-4ff8-857c-683ce4971642 {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-eff78cde-e8c9-4a91-9640-18456db343f7 {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 66px;
}
@media (min-width: 768px) and (max-width: 991px){#s-eff78cde-e8c9-4a91-9640-18456db343f7 {
  display: none;
}
#s-eff78cde-e8c9-4a91-9640-18456db343f7, #wrap-s-eff78cde-e8c9-4a91-9640-18456db343f7, #wrap-content-s-eff78cde-e8c9-4a91-9640-18456db343f7 { display: none !important; }}@media (max-width: 767px){#s-eff78cde-e8c9-4a91-9640-18456db343f7 {
  display: none;
}
#s-eff78cde-e8c9-4a91-9640-18456db343f7, #wrap-s-eff78cde-e8c9-4a91-9640-18456db343f7, #wrap-content-s-eff78cde-e8c9-4a91-9640-18456db343f7 { display: none !important; }}
#s-c7880969-f4a7-4688-88a0-fd3ed68ad436 {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 23px;
}
@media (min-width: 1200px){#s-c7880969-f4a7-4688-88a0-fd3ed68ad436 {
  display: none;
}
#s-c7880969-f4a7-4688-88a0-fd3ed68ad436, #wrap-s-c7880969-f4a7-4688-88a0-fd3ed68ad436, #wrap-content-s-c7880969-f4a7-4688-88a0-fd3ed68ad436 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c7880969-f4a7-4688-88a0-fd3ed68ad436 {
  display: none;
}
#s-c7880969-f4a7-4688-88a0-fd3ed68ad436, #wrap-s-c7880969-f4a7-4688-88a0-fd3ed68ad436, #wrap-content-s-c7880969-f4a7-4688-88a0-fd3ed68ad436 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c7880969-f4a7-4688-88a0-fd3ed68ad436 {
  
}
}@media (max-width: 767px){#s-c7880969-f4a7-4688-88a0-fd3ed68ad436 {
  
}
}
#s-1da0da80-b576-4fd2-818e-ad232fb6c1f3 {
  margin-top: 5px;
margin-bottom: 5px;
}

@media (min-width: 768px) and (max-width: 991px){#s-5be90fa5-a74f-47d7-aac1-0d56d4129e73 {
  display: none;
}
#s-5be90fa5-a74f-47d7-aac1-0d56d4129e73, #wrap-s-5be90fa5-a74f-47d7-aac1-0d56d4129e73, #wrap-content-s-5be90fa5-a74f-47d7-aac1-0d56d4129e73 { display: none !important; }}@media (max-width: 767px){#s-5be90fa5-a74f-47d7-aac1-0d56d4129e73 {
  display: none;
}
#s-5be90fa5-a74f-47d7-aac1-0d56d4129e73, #wrap-s-5be90fa5-a74f-47d7-aac1-0d56d4129e73, #wrap-content-s-5be90fa5-a74f-47d7-aac1-0d56d4129e73 { display: none !important; }}
#s-b074933c-20d2-41b5-8343-31ec4a682363 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-b074933c-20d2-41b5-8343-31ec4a682363:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b074933c-20d2-41b5-8343-31ec4a682363:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b074933c-20d2-41b5-8343-31ec4a682363-root {
    text-align: center;
  }


#s-b074933c-20d2-41b5-8343-31ec4a682363.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-b074933c-20d2-41b5-8343-31ec4a682363-root {
    text-align: center;
  }


#s-b074933c-20d2-41b5-8343-31ec4a682363.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b074933c-20d2-41b5-8343-31ec4a682363-root {
    text-align: center;
  }


#s-b074933c-20d2-41b5-8343-31ec4a682363.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b074933c-20d2-41b5-8343-31ec4a682363-root {
    text-align: center;
  }


#s-b074933c-20d2-41b5-8343-31ec4a682363.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-b074933c-20d2-41b5-8343-31ec4a682363-root {
    text-align: center;
  }


#s-b074933c-20d2-41b5-8343-31ec4a682363.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-397f04d0-eaad-45c7-855c-3f453ed126b3 {
  max-width: 265px;
text-align: center;
}

#s-397f04d0-eaad-45c7-855c-3f453ed126b3 {
  overflow: hidden;
  
  
      max-width: 265px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-397f04d0-eaad-45c7-855c-3f453ed126b3 .shogun-image-content {
  
    justify-content: center;
  
}

#s-367e0273-2f20-40af-86c1-d5f797f6f4b5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-367e0273-2f20-40af-86c1-d5f797f6f4b5 .shg-product-title-component h5 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 14px;
  
  
  
}

#s-eef53543-60f6-415f-8f9c-7ad2653bef9a {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-12302a7f-7b32-4b83-826a-0d8904a13739 {
  margin-top: 10px;
padding-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-12302a7f-7b32-4b83-826a-0d8904a13739 {
  display: none;
}
#s-12302a7f-7b32-4b83-826a-0d8904a13739, #wrap-s-12302a7f-7b32-4b83-826a-0d8904a13739, #wrap-content-s-12302a7f-7b32-4b83-826a-0d8904a13739 { display: none !important; }}@media (max-width: 767px){#s-12302a7f-7b32-4b83-826a-0d8904a13739 {
  display: none;
}
#s-12302a7f-7b32-4b83-826a-0d8904a13739, #wrap-s-12302a7f-7b32-4b83-826a-0d8904a13739, #wrap-content-s-12302a7f-7b32-4b83-826a-0d8904a13739 { display: none !important; }}
#s-e1a62d25-8ad3-4e6f-9f09-0b83995a1b58 {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-e1a62d25-8ad3-4e6f-9f09-0b83995a1b58 {
  display: none;
}
#s-e1a62d25-8ad3-4e6f-9f09-0b83995a1b58, #wrap-s-e1a62d25-8ad3-4e6f-9f09-0b83995a1b58, #wrap-content-s-e1a62d25-8ad3-4e6f-9f09-0b83995a1b58 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e1a62d25-8ad3-4e6f-9f09-0b83995a1b58 {
  display: none;
}
#s-e1a62d25-8ad3-4e6f-9f09-0b83995a1b58, #wrap-s-e1a62d25-8ad3-4e6f-9f09-0b83995a1b58, #wrap-content-s-e1a62d25-8ad3-4e6f-9f09-0b83995a1b58 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e1a62d25-8ad3-4e6f-9f09-0b83995a1b58 {
  
}
}@media (max-width: 767px){#s-e1a62d25-8ad3-4e6f-9f09-0b83995a1b58 {
  
}
}
@media (min-width: 768px) and (max-width: 991px){#s-596e86a6-4ff2-4287-a3e2-b4e4cc610df3 {
  display: none;
}
#s-596e86a6-4ff2-4287-a3e2-b4e4cc610df3, #wrap-s-596e86a6-4ff2-4287-a3e2-b4e4cc610df3, #wrap-content-s-596e86a6-4ff2-4287-a3e2-b4e4cc610df3 { display: none !important; }}@media (max-width: 767px){#s-596e86a6-4ff2-4287-a3e2-b4e4cc610df3 {
  display: none;
}
#s-596e86a6-4ff2-4287-a3e2-b4e4cc610df3, #wrap-s-596e86a6-4ff2-4287-a3e2-b4e4cc610df3, #wrap-content-s-596e86a6-4ff2-4287-a3e2-b4e4cc610df3 { display: none !important; }}
#s-21911f9f-78fc-4d6b-968b-3431163b2ed2 {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-9ecb8774-3e20-47f2-b9a9-40a947397dd6 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-9ecb8774-3e20-47f2-b9a9-40a947397dd6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9ecb8774-3e20-47f2-b9a9-40a947397dd6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9ecb8774-3e20-47f2-b9a9-40a947397dd6-root {
    text-align: center;
  }


#s-9ecb8774-3e20-47f2-b9a9-40a947397dd6.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-9ecb8774-3e20-47f2-b9a9-40a947397dd6-root {
    text-align: center;
  }


#s-9ecb8774-3e20-47f2-b9a9-40a947397dd6.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9ecb8774-3e20-47f2-b9a9-40a947397dd6-root {
    text-align: center;
  }


#s-9ecb8774-3e20-47f2-b9a9-40a947397dd6.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9ecb8774-3e20-47f2-b9a9-40a947397dd6-root {
    text-align: center;
  }


#s-9ecb8774-3e20-47f2-b9a9-40a947397dd6.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-9ecb8774-3e20-47f2-b9a9-40a947397dd6-root {
    text-align: center;
  }


#s-9ecb8774-3e20-47f2-b9a9-40a947397dd6.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-6913f210-f2d9-451e-9fde-3e9cb9cc7246 {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-6913f210-f2d9-451e-9fde-3e9cb9cc7246 {
  display: none;
}
#s-6913f210-f2d9-451e-9fde-3e9cb9cc7246, #wrap-s-6913f210-f2d9-451e-9fde-3e9cb9cc7246, #wrap-content-s-6913f210-f2d9-451e-9fde-3e9cb9cc7246 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6913f210-f2d9-451e-9fde-3e9cb9cc7246 {
  display: none;
}
#s-6913f210-f2d9-451e-9fde-3e9cb9cc7246, #wrap-s-6913f210-f2d9-451e-9fde-3e9cb9cc7246, #wrap-content-s-6913f210-f2d9-451e-9fde-3e9cb9cc7246 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6913f210-f2d9-451e-9fde-3e9cb9cc7246 {
  display: none;
}
#s-6913f210-f2d9-451e-9fde-3e9cb9cc7246, #wrap-s-6913f210-f2d9-451e-9fde-3e9cb9cc7246, #wrap-content-s-6913f210-f2d9-451e-9fde-3e9cb9cc7246 { display: none !important; }}
@media (min-width: 0px) {
[id="s-6913f210-f2d9-451e-9fde-3e9cb9cc7246"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-6913f210-f2d9-451e-9fde-3e9cb9cc7246"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-6913f210-f2d9-451e-9fde-3e9cb9cc7246"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-6913f210-f2d9-451e-9fde-3e9cb9cc7246"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-3797ad04-775d-44ab-910b-b530dde0b11c {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 43px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3797ad04-775d-44ab-910b-b530dde0b11c {
  display: none;
}
#s-3797ad04-775d-44ab-910b-b530dde0b11c, #wrap-s-3797ad04-775d-44ab-910b-b530dde0b11c, #wrap-content-s-3797ad04-775d-44ab-910b-b530dde0b11c { display: none !important; }}@media (max-width: 767px){#s-3797ad04-775d-44ab-910b-b530dde0b11c {
  display: none;
}
#s-3797ad04-775d-44ab-910b-b530dde0b11c, #wrap-s-3797ad04-775d-44ab-910b-b530dde0b11c, #wrap-content-s-3797ad04-775d-44ab-910b-b530dde0b11c { display: none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-a11d04b3-ebdd-4f51-b11d-f0ef0c662a50 {
  display: none;
}
#s-a11d04b3-ebdd-4f51-b11d-f0ef0c662a50, #wrap-s-a11d04b3-ebdd-4f51-b11d-f0ef0c662a50, #wrap-content-s-a11d04b3-ebdd-4f51-b11d-f0ef0c662a50 { display: none !important; }}@media (max-width: 767px){#s-a11d04b3-ebdd-4f51-b11d-f0ef0c662a50 {
  display: none;
}
#s-a11d04b3-ebdd-4f51-b11d-f0ef0c662a50, #wrap-s-a11d04b3-ebdd-4f51-b11d-f0ef0c662a50, #wrap-content-s-a11d04b3-ebdd-4f51-b11d-f0ef0c662a50 { display: none !important; }}
#s-00a0f307-f986-4c3e-9f05-35329d54f8b5 {
  margin-top: auto;
margin-bottom: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-00a0f307-f986-4c3e-9f05-35329d54f8b5 {
  overflow: hidden;
  
  
}







  #s-00a0f307-f986-4c3e-9f05-35329d54f8b5 img.shogun-image {
    

    
    
    
  }


#s-00a0f307-f986-4c3e-9f05-35329d54f8b5 .shogun-image-content {
  
    justify-content: center;
  
}

#s-2c1a9b25-536a-436a-94c5-bcd0d02ab8b1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2c1a9b25-536a-436a-94c5-bcd0d02ab8b1 .shg-product-title-component h5 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 14px;
  
  
  
}

#s-bb4caeab-8a35-4750-bccc-5bf50fa80c24 {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-f0c1a9b3-6878-4a54-ae96-fa28855d7b5e {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-f0c1a9b3-6878-4a54-ae96-fa28855d7b5e {
  display: none;
}
#s-f0c1a9b3-6878-4a54-ae96-fa28855d7b5e, #wrap-s-f0c1a9b3-6878-4a54-ae96-fa28855d7b5e, #wrap-content-s-f0c1a9b3-6878-4a54-ae96-fa28855d7b5e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f0c1a9b3-6878-4a54-ae96-fa28855d7b5e {
  display: none;
}
#s-f0c1a9b3-6878-4a54-ae96-fa28855d7b5e, #wrap-s-f0c1a9b3-6878-4a54-ae96-fa28855d7b5e, #wrap-content-s-f0c1a9b3-6878-4a54-ae96-fa28855d7b5e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f0c1a9b3-6878-4a54-ae96-fa28855d7b5e {
  
}
}@media (max-width: 767px){#s-f0c1a9b3-6878-4a54-ae96-fa28855d7b5e {
  
}
}
#s-5dd98615-e691-4dac-9224-a9461f6ce9bf {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-5dd98615-e691-4dac-9224-a9461f6ce9bf:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5dd98615-e691-4dac-9224-a9461f6ce9bf:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5dd98615-e691-4dac-9224-a9461f6ce9bf-root {
    text-align: center;
  }


#s-5dd98615-e691-4dac-9224-a9461f6ce9bf.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-5dd98615-e691-4dac-9224-a9461f6ce9bf-root {
    text-align: center;
  }


#s-5dd98615-e691-4dac-9224-a9461f6ce9bf.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5dd98615-e691-4dac-9224-a9461f6ce9bf-root {
    text-align: center;
  }


#s-5dd98615-e691-4dac-9224-a9461f6ce9bf.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5dd98615-e691-4dac-9224-a9461f6ce9bf-root {
    text-align: center;
  }


#s-5dd98615-e691-4dac-9224-a9461f6ce9bf.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-5dd98615-e691-4dac-9224-a9461f6ce9bf-root {
    text-align: center;
  }


#s-5dd98615-e691-4dac-9224-a9461f6ce9bf.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-4add0002-cabf-4060-bf85-dac3bdb8e73d {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 43px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4add0002-cabf-4060-bf85-dac3bdb8e73d {
  display: none;
}
#s-4add0002-cabf-4060-bf85-dac3bdb8e73d, #wrap-s-4add0002-cabf-4060-bf85-dac3bdb8e73d, #wrap-content-s-4add0002-cabf-4060-bf85-dac3bdb8e73d { display: none !important; }}@media (max-width: 767px){#s-4add0002-cabf-4060-bf85-dac3bdb8e73d {
  display: none;
}
#s-4add0002-cabf-4060-bf85-dac3bdb8e73d, #wrap-s-4add0002-cabf-4060-bf85-dac3bdb8e73d, #wrap-content-s-4add0002-cabf-4060-bf85-dac3bdb8e73d { display: none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-bf51a846-7efe-4bd1-9632-4f8d2c4cd43f {
  display: none;
}
#s-bf51a846-7efe-4bd1-9632-4f8d2c4cd43f, #wrap-s-bf51a846-7efe-4bd1-9632-4f8d2c4cd43f, #wrap-content-s-bf51a846-7efe-4bd1-9632-4f8d2c4cd43f { display: none !important; }}@media (max-width: 767px){#s-bf51a846-7efe-4bd1-9632-4f8d2c4cd43f {
  display: none;
}
#s-bf51a846-7efe-4bd1-9632-4f8d2c4cd43f, #wrap-s-bf51a846-7efe-4bd1-9632-4f8d2c4cd43f, #wrap-content-s-bf51a846-7efe-4bd1-9632-4f8d2c4cd43f { display: none !important; }}
#s-08eb3476-776c-4cd7-a7c1-c29b92664101 {
  margin-top: 3px;
margin-bottom: 3px;
}
@media (min-width: 1200px){#s-08eb3476-776c-4cd7-a7c1-c29b92664101 {
  display: none;
}
#s-08eb3476-776c-4cd7-a7c1-c29b92664101, #wrap-s-08eb3476-776c-4cd7-a7c1-c29b92664101, #wrap-content-s-08eb3476-776c-4cd7-a7c1-c29b92664101 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-08eb3476-776c-4cd7-a7c1-c29b92664101 {
  display: none;
}
#s-08eb3476-776c-4cd7-a7c1-c29b92664101, #wrap-s-08eb3476-776c-4cd7-a7c1-c29b92664101, #wrap-content-s-08eb3476-776c-4cd7-a7c1-c29b92664101 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-08eb3476-776c-4cd7-a7c1-c29b92664101 {
  display: none;
}
#s-08eb3476-776c-4cd7-a7c1-c29b92664101, #wrap-s-08eb3476-776c-4cd7-a7c1-c29b92664101, #wrap-content-s-08eb3476-776c-4cd7-a7c1-c29b92664101 { display: none !important; }}@media (max-width: 767px){#s-08eb3476-776c-4cd7-a7c1-c29b92664101 {
  display: none;
}
#s-08eb3476-776c-4cd7-a7c1-c29b92664101, #wrap-s-08eb3476-776c-4cd7-a7c1-c29b92664101, #wrap-content-s-08eb3476-776c-4cd7-a7c1-c29b92664101 { display: none !important; }}
@media (min-width: 1200px){#s-6ce098df-3cfb-4d93-acdc-c051b7d663ba {
  display: none;
}
#s-6ce098df-3cfb-4d93-acdc-c051b7d663ba, #wrap-s-6ce098df-3cfb-4d93-acdc-c051b7d663ba, #wrap-content-s-6ce098df-3cfb-4d93-acdc-c051b7d663ba { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6ce098df-3cfb-4d93-acdc-c051b7d663ba {
  display: none;
}
#s-6ce098df-3cfb-4d93-acdc-c051b7d663ba, #wrap-s-6ce098df-3cfb-4d93-acdc-c051b7d663ba, #wrap-content-s-6ce098df-3cfb-4d93-acdc-c051b7d663ba { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6ce098df-3cfb-4d93-acdc-c051b7d663ba {
  display: none;
}
#s-6ce098df-3cfb-4d93-acdc-c051b7d663ba, #wrap-s-6ce098df-3cfb-4d93-acdc-c051b7d663ba, #wrap-content-s-6ce098df-3cfb-4d93-acdc-c051b7d663ba { display: none !important; }}@media (max-width: 767px){#s-6ce098df-3cfb-4d93-acdc-c051b7d663ba {
  display: none;
}
#s-6ce098df-3cfb-4d93-acdc-c051b7d663ba, #wrap-s-6ce098df-3cfb-4d93-acdc-c051b7d663ba, #wrap-content-s-6ce098df-3cfb-4d93-acdc-c051b7d663ba { display: none !important; }}
#s-f696f616-9417-4c7f-bdff-b10f61213f2d {
  margin-top: -6px;
margin-bottom: -6px;
}
@media (min-width: 1200px){#s-f696f616-9417-4c7f-bdff-b10f61213f2d {
  display: none;
}
#s-f696f616-9417-4c7f-bdff-b10f61213f2d, #wrap-s-f696f616-9417-4c7f-bdff-b10f61213f2d, #wrap-content-s-f696f616-9417-4c7f-bdff-b10f61213f2d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f696f616-9417-4c7f-bdff-b10f61213f2d {
  display: none;
}
#s-f696f616-9417-4c7f-bdff-b10f61213f2d, #wrap-s-f696f616-9417-4c7f-bdff-b10f61213f2d, #wrap-content-s-f696f616-9417-4c7f-bdff-b10f61213f2d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f696f616-9417-4c7f-bdff-b10f61213f2d {
  display: none;
}
#s-f696f616-9417-4c7f-bdff-b10f61213f2d, #wrap-s-f696f616-9417-4c7f-bdff-b10f61213f2d, #wrap-content-s-f696f616-9417-4c7f-bdff-b10f61213f2d { display: none !important; }}@media (max-width: 767px){#s-f696f616-9417-4c7f-bdff-b10f61213f2d {
  display: none;
}
#s-f696f616-9417-4c7f-bdff-b10f61213f2d, #wrap-s-f696f616-9417-4c7f-bdff-b10f61213f2d, #wrap-content-s-f696f616-9417-4c7f-bdff-b10f61213f2d { display: none !important; }}
#s-5c802c2a-76af-457b-9cb3-07eea2937b1f {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 23px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5c802c2a-76af-457b-9cb3-07eea2937b1f {
  display: none;
}
#s-5c802c2a-76af-457b-9cb3-07eea2937b1f, #wrap-s-5c802c2a-76af-457b-9cb3-07eea2937b1f, #wrap-content-s-5c802c2a-76af-457b-9cb3-07eea2937b1f { display: none !important; }}@media (max-width: 767px){#s-5c802c2a-76af-457b-9cb3-07eea2937b1f {
  display: none;
}
#s-5c802c2a-76af-457b-9cb3-07eea2937b1f, #wrap-s-5c802c2a-76af-457b-9cb3-07eea2937b1f, #wrap-content-s-5c802c2a-76af-457b-9cb3-07eea2937b1f { display: none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-68249fe1-565b-43a2-af84-19a08189ad1c {
  display: none;
}
#s-68249fe1-565b-43a2-af84-19a08189ad1c, #wrap-s-68249fe1-565b-43a2-af84-19a08189ad1c, #wrap-content-s-68249fe1-565b-43a2-af84-19a08189ad1c { display: none !important; }}@media (max-width: 767px){#s-68249fe1-565b-43a2-af84-19a08189ad1c {
  display: none;
}
#s-68249fe1-565b-43a2-af84-19a08189ad1c, #wrap-s-68249fe1-565b-43a2-af84-19a08189ad1c, #wrap-content-s-68249fe1-565b-43a2-af84-19a08189ad1c { display: none !important; }}
#s-63bf62b7-96ad-4e1f-bb7f-75d42c3098ac {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-63bf62b7-96ad-4e1f-bb7f-75d42c3098ac {
  display: none;
}
#s-63bf62b7-96ad-4e1f-bb7f-75d42c3098ac, #wrap-s-63bf62b7-96ad-4e1f-bb7f-75d42c3098ac, #wrap-content-s-63bf62b7-96ad-4e1f-bb7f-75d42c3098ac { display: none !important; }}@media (max-width: 767px){#s-63bf62b7-96ad-4e1f-bb7f-75d42c3098ac {
  display: none;
}
#s-63bf62b7-96ad-4e1f-bb7f-75d42c3098ac, #wrap-s-63bf62b7-96ad-4e1f-bb7f-75d42c3098ac, #wrap-content-s-63bf62b7-96ad-4e1f-bb7f-75d42c3098ac { display: none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-761c81dd-9e43-43a9-8ef5-6d87bd3ea2fa {
  display: none;
}
#s-761c81dd-9e43-43a9-8ef5-6d87bd3ea2fa, #wrap-s-761c81dd-9e43-43a9-8ef5-6d87bd3ea2fa, #wrap-content-s-761c81dd-9e43-43a9-8ef5-6d87bd3ea2fa { display: none !important; }}@media (max-width: 767px){#s-761c81dd-9e43-43a9-8ef5-6d87bd3ea2fa {
  display: none;
}
#s-761c81dd-9e43-43a9-8ef5-6d87bd3ea2fa, #wrap-s-761c81dd-9e43-43a9-8ef5-6d87bd3ea2fa, #wrap-content-s-761c81dd-9e43-43a9-8ef5-6d87bd3ea2fa { display: none !important; }}
#s-8465e072-fa35-4a8a-8767-de2b620f0d7b {
  max-width: 265px;
aspect-ratio: 265/502;
text-align: center;
}

#s-8465e072-fa35-4a8a-8767-de2b620f0d7b {
  overflow: hidden;
  
  
      max-width: 265px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-8465e072-fa35-4a8a-8767-de2b620f0d7b img.shogun-image,
  #s-8465e072-fa35-4a8a-8767-de2b620f0d7b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8465e072-fa35-4a8a-8767-de2b620f0d7b {
    width: 100%;
    height: auto;
  }



  #s-8465e072-fa35-4a8a-8767-de2b620f0d7b img.shogun-image {
    

    
    
    
  }


#s-8465e072-fa35-4a8a-8767-de2b620f0d7b .shogun-image-content {
  
    justify-content: center;
  
}

#s-44ea236c-cc99-46e8-9d6c-e0777e5682c3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-44ea236c-cc99-46e8-9d6c-e0777e5682c3 .shg-product-title-component h5 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 14px;
  
  
  
}

#s-e16c7f0d-2210-4e2d-82b3-cf859c1aaa9e {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-5fd58ca3-95e8-433b-9f3e-21be9cfdd104 {
  margin-top: 5px;
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5fd58ca3-95e8-433b-9f3e-21be9cfdd104 {
  display: none;
}
#s-5fd58ca3-95e8-433b-9f3e-21be9cfdd104, #wrap-s-5fd58ca3-95e8-433b-9f3e-21be9cfdd104, #wrap-content-s-5fd58ca3-95e8-433b-9f3e-21be9cfdd104 { display: none !important; }}@media (max-width: 767px){#s-5fd58ca3-95e8-433b-9f3e-21be9cfdd104 {
  display: none;
}
#s-5fd58ca3-95e8-433b-9f3e-21be9cfdd104, #wrap-s-5fd58ca3-95e8-433b-9f3e-21be9cfdd104, #wrap-content-s-5fd58ca3-95e8-433b-9f3e-21be9cfdd104 { display: none !important; }}
#s-bf802120-673e-417a-8024-635e10caded1 {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 1200px){#s-bf802120-673e-417a-8024-635e10caded1 {
  display: none;
}
#s-bf802120-673e-417a-8024-635e10caded1, #wrap-s-bf802120-673e-417a-8024-635e10caded1, #wrap-content-s-bf802120-673e-417a-8024-635e10caded1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bf802120-673e-417a-8024-635e10caded1 {
  display: none;
}
#s-bf802120-673e-417a-8024-635e10caded1, #wrap-s-bf802120-673e-417a-8024-635e10caded1, #wrap-content-s-bf802120-673e-417a-8024-635e10caded1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bf802120-673e-417a-8024-635e10caded1 {
  
}
}@media (max-width: 767px){#s-bf802120-673e-417a-8024-635e10caded1 {
  
}
}
#s-804e644c-a1ae-4b4c-b371-6d653cabf619 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-804e644c-a1ae-4b4c-b371-6d653cabf619:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-804e644c-a1ae-4b4c-b371-6d653cabf619:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-804e644c-a1ae-4b4c-b371-6d653cabf619-root {
    text-align: center;
  }


#s-804e644c-a1ae-4b4c-b371-6d653cabf619.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-804e644c-a1ae-4b4c-b371-6d653cabf619-root {
    text-align: center;
  }


#s-804e644c-a1ae-4b4c-b371-6d653cabf619.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-804e644c-a1ae-4b4c-b371-6d653cabf619-root {
    text-align: center;
  }


#s-804e644c-a1ae-4b4c-b371-6d653cabf619.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-804e644c-a1ae-4b4c-b371-6d653cabf619-root {
    text-align: center;
  }


#s-804e644c-a1ae-4b4c-b371-6d653cabf619.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-804e644c-a1ae-4b4c-b371-6d653cabf619-root {
    text-align: center;
  }


#s-804e644c-a1ae-4b4c-b371-6d653cabf619.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-8df25068-7cce-4b79-8cb4-997826cce566 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-8df25068-7cce-4b79-8cb4-997826cce566 {
  display: none;
}
#s-8df25068-7cce-4b79-8cb4-997826cce566, #wrap-s-8df25068-7cce-4b79-8cb4-997826cce566, #wrap-content-s-8df25068-7cce-4b79-8cb4-997826cce566 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8df25068-7cce-4b79-8cb4-997826cce566 {
  display: none;
}
#s-8df25068-7cce-4b79-8cb4-997826cce566, #wrap-s-8df25068-7cce-4b79-8cb4-997826cce566, #wrap-content-s-8df25068-7cce-4b79-8cb4-997826cce566 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8df25068-7cce-4b79-8cb4-997826cce566 {
  display: none;
}
#s-8df25068-7cce-4b79-8cb4-997826cce566, #wrap-s-8df25068-7cce-4b79-8cb4-997826cce566, #wrap-content-s-8df25068-7cce-4b79-8cb4-997826cce566 { display: none !important; }}
@media (min-width: 0px) {
[id="s-8df25068-7cce-4b79-8cb4-997826cce566"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-8df25068-7cce-4b79-8cb4-997826cce566"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8df25068-7cce-4b79-8cb4-997826cce566"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8df25068-7cce-4b79-8cb4-997826cce566"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-5808d13c-d001-42f7-97a9-658882075e53 {
  text-align: center;
}

#s-5808d13c-d001-42f7-97a9-658882075e53 {
  overflow: hidden;
  
  
}







  #s-5808d13c-d001-42f7-97a9-658882075e53 img.shogun-image {
    

    
    
    
  }


#s-5808d13c-d001-42f7-97a9-658882075e53 .shogun-image-content {
  
    justify-content: center;
  
}

#s-ca03d434-be81-4153-b710-02818145dc0b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ca03d434-be81-4153-b710-02818145dc0b .shg-product-title-component h5 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 13px;
  
  
  
}

#s-276e9b78-17dc-477f-a1d8-90b0b4d50d27 {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-466dd8ea-eaac-4a50-8191-96cf96faedd4 {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 1200px){#s-466dd8ea-eaac-4a50-8191-96cf96faedd4 {
  display: none;
}
#s-466dd8ea-eaac-4a50-8191-96cf96faedd4, #wrap-s-466dd8ea-eaac-4a50-8191-96cf96faedd4, #wrap-content-s-466dd8ea-eaac-4a50-8191-96cf96faedd4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-466dd8ea-eaac-4a50-8191-96cf96faedd4 {
  display: none;
}
#s-466dd8ea-eaac-4a50-8191-96cf96faedd4, #wrap-s-466dd8ea-eaac-4a50-8191-96cf96faedd4, #wrap-content-s-466dd8ea-eaac-4a50-8191-96cf96faedd4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-466dd8ea-eaac-4a50-8191-96cf96faedd4 {
  
}
}@media (max-width: 767px){#s-466dd8ea-eaac-4a50-8191-96cf96faedd4 {
  
}
}
#s-3e0346f3-6ef9-4f16-93b8-e8b2ad5d52e2 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-3e0346f3-6ef9-4f16-93b8-e8b2ad5d52e2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3e0346f3-6ef9-4f16-93b8-e8b2ad5d52e2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3e0346f3-6ef9-4f16-93b8-e8b2ad5d52e2-root {
    text-align: center;
  }


#s-3e0346f3-6ef9-4f16-93b8-e8b2ad5d52e2.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-3e0346f3-6ef9-4f16-93b8-e8b2ad5d52e2-root {
    text-align: center;
  }


#s-3e0346f3-6ef9-4f16-93b8-e8b2ad5d52e2.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3e0346f3-6ef9-4f16-93b8-e8b2ad5d52e2-root {
    text-align: center;
  }


#s-3e0346f3-6ef9-4f16-93b8-e8b2ad5d52e2.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3e0346f3-6ef9-4f16-93b8-e8b2ad5d52e2-root {
    text-align: center;
  }


#s-3e0346f3-6ef9-4f16-93b8-e8b2ad5d52e2.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-3e0346f3-6ef9-4f16-93b8-e8b2ad5d52e2-root {
    text-align: center;
  }


#s-3e0346f3-6ef9-4f16-93b8-e8b2ad5d52e2.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-0ba20342-cd7f-4148-9ba6-acde8681afc3 {
  max-width: 265px;
aspect-ratio: 265/502;
text-align: center;
}

#s-0ba20342-cd7f-4148-9ba6-acde8681afc3 {
  overflow: hidden;
  
  
      max-width: 265px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-0ba20342-cd7f-4148-9ba6-acde8681afc3 img.shogun-image,
  #s-0ba20342-cd7f-4148-9ba6-acde8681afc3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0ba20342-cd7f-4148-9ba6-acde8681afc3 {
    width: 100%;
    height: auto;
  }



  #s-0ba20342-cd7f-4148-9ba6-acde8681afc3 img.shogun-image {
    

    
    
    
  }


#s-0ba20342-cd7f-4148-9ba6-acde8681afc3 .shogun-image-content {
  
    justify-content: center;
  
}

#s-c3ae3061-661d-4f49-8d0c-bc6e83158c86 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c3ae3061-661d-4f49-8d0c-bc6e83158c86 .shg-product-title-component h5 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 13px;
  
  
  
}

#s-bce153a4-5a40-45bf-bf02-242b52f027b7 {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-fcb2e0b3-acb8-4e89-ae0f-6eeba7d5e65a {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 3px;
padding-bottom: 3px;
}
@media (min-width: 768px) and (max-width: 991px){#s-fcb2e0b3-acb8-4e89-ae0f-6eeba7d5e65a {
  display: none;
}
#s-fcb2e0b3-acb8-4e89-ae0f-6eeba7d5e65a, #wrap-s-fcb2e0b3-acb8-4e89-ae0f-6eeba7d5e65a, #wrap-content-s-fcb2e0b3-acb8-4e89-ae0f-6eeba7d5e65a { display: none !important; }}@media (max-width: 767px){#s-fcb2e0b3-acb8-4e89-ae0f-6eeba7d5e65a {
  display: none;
}
#s-fcb2e0b3-acb8-4e89-ae0f-6eeba7d5e65a, #wrap-s-fcb2e0b3-acb8-4e89-ae0f-6eeba7d5e65a, #wrap-content-s-fcb2e0b3-acb8-4e89-ae0f-6eeba7d5e65a { display: none !important; }}
#s-14878c46-60e3-4ea1-b84d-6a5e273366c9 {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 1200px){#s-14878c46-60e3-4ea1-b84d-6a5e273366c9 {
  display: none;
}
#s-14878c46-60e3-4ea1-b84d-6a5e273366c9, #wrap-s-14878c46-60e3-4ea1-b84d-6a5e273366c9, #wrap-content-s-14878c46-60e3-4ea1-b84d-6a5e273366c9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-14878c46-60e3-4ea1-b84d-6a5e273366c9 {
  display: none;
}
#s-14878c46-60e3-4ea1-b84d-6a5e273366c9, #wrap-s-14878c46-60e3-4ea1-b84d-6a5e273366c9, #wrap-content-s-14878c46-60e3-4ea1-b84d-6a5e273366c9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-14878c46-60e3-4ea1-b84d-6a5e273366c9 {
  
}
}@media (max-width: 767px){#s-14878c46-60e3-4ea1-b84d-6a5e273366c9 {
  
}
}
#s-9d010fb6-6d93-41d0-99b0-2d6d2f1dad3d {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-9d010fb6-6d93-41d0-99b0-2d6d2f1dad3d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9d010fb6-6d93-41d0-99b0-2d6d2f1dad3d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9d010fb6-6d93-41d0-99b0-2d6d2f1dad3d-root {
    text-align: center;
  }


#s-9d010fb6-6d93-41d0-99b0-2d6d2f1dad3d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-9d010fb6-6d93-41d0-99b0-2d6d2f1dad3d-root {
    text-align: center;
  }


#s-9d010fb6-6d93-41d0-99b0-2d6d2f1dad3d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9d010fb6-6d93-41d0-99b0-2d6d2f1dad3d-root {
    text-align: center;
  }


#s-9d010fb6-6d93-41d0-99b0-2d6d2f1dad3d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9d010fb6-6d93-41d0-99b0-2d6d2f1dad3d-root {
    text-align: center;
  }


#s-9d010fb6-6d93-41d0-99b0-2d6d2f1dad3d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-9d010fb6-6d93-41d0-99b0-2d6d2f1dad3d-root {
    text-align: center;
  }


#s-9d010fb6-6d93-41d0-99b0-2d6d2f1dad3d.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
@media (min-width: 1200px){#s-607d470a-8c72-470c-99d6-6c6ae7a07b98 {
  display: none;
}
#s-607d470a-8c72-470c-99d6-6c6ae7a07b98, #wrap-s-607d470a-8c72-470c-99d6-6c6ae7a07b98, #wrap-content-s-607d470a-8c72-470c-99d6-6c6ae7a07b98 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-607d470a-8c72-470c-99d6-6c6ae7a07b98 {
  display: none;
}
#s-607d470a-8c72-470c-99d6-6c6ae7a07b98, #wrap-s-607d470a-8c72-470c-99d6-6c6ae7a07b98, #wrap-content-s-607d470a-8c72-470c-99d6-6c6ae7a07b98 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-607d470a-8c72-470c-99d6-6c6ae7a07b98 {
  display: none;
}
#s-607d470a-8c72-470c-99d6-6c6ae7a07b98, #wrap-s-607d470a-8c72-470c-99d6-6c6ae7a07b98, #wrap-content-s-607d470a-8c72-470c-99d6-6c6ae7a07b98 { display: none !important; }}
#s-607d470a-8c72-470c-99d6-6c6ae7a07b98 hr {
  border-top: 2px solid #ddd;
}

#s-e83ce537-3cf5-4504-98c5-5621c99de84c {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-e83ce537-3cf5-4504-98c5-5621c99de84c {
  display: none;
}
#s-e83ce537-3cf5-4504-98c5-5621c99de84c, #wrap-s-e83ce537-3cf5-4504-98c5-5621c99de84c, #wrap-content-s-e83ce537-3cf5-4504-98c5-5621c99de84c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e83ce537-3cf5-4504-98c5-5621c99de84c {
  display: none;
}
#s-e83ce537-3cf5-4504-98c5-5621c99de84c, #wrap-s-e83ce537-3cf5-4504-98c5-5621c99de84c, #wrap-content-s-e83ce537-3cf5-4504-98c5-5621c99de84c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e83ce537-3cf5-4504-98c5-5621c99de84c {
  display: none;
}
#s-e83ce537-3cf5-4504-98c5-5621c99de84c, #wrap-s-e83ce537-3cf5-4504-98c5-5621c99de84c, #wrap-content-s-e83ce537-3cf5-4504-98c5-5621c99de84c { display: none !important; }}
@media (min-width: 0px) {
[id="s-e83ce537-3cf5-4504-98c5-5621c99de84c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-e83ce537-3cf5-4504-98c5-5621c99de84c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-e83ce537-3cf5-4504-98c5-5621c99de84c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-e83ce537-3cf5-4504-98c5-5621c99de84c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-a8027d5d-b17b-4322-b6f5-c0989c5e8a1d {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a8027d5d-b17b-4322-b6f5-c0989c5e8a1d {
  display: none;
}
#s-a8027d5d-b17b-4322-b6f5-c0989c5e8a1d, #wrap-s-a8027d5d-b17b-4322-b6f5-c0989c5e8a1d, #wrap-content-s-a8027d5d-b17b-4322-b6f5-c0989c5e8a1d { display: none !important; }}@media (max-width: 767px){#s-a8027d5d-b17b-4322-b6f5-c0989c5e8a1d {
  display: none;
}
#s-a8027d5d-b17b-4322-b6f5-c0989c5e8a1d, #wrap-s-a8027d5d-b17b-4322-b6f5-c0989c5e8a1d, #wrap-content-s-a8027d5d-b17b-4322-b6f5-c0989c5e8a1d { display: none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-a67950c4-567b-44ba-9a31-f210ddf99a1e {
  display: none;
}
#s-a67950c4-567b-44ba-9a31-f210ddf99a1e, #wrap-s-a67950c4-567b-44ba-9a31-f210ddf99a1e, #wrap-content-s-a67950c4-567b-44ba-9a31-f210ddf99a1e { display: none !important; }}@media (max-width: 767px){#s-a67950c4-567b-44ba-9a31-f210ddf99a1e {
  display: none;
}
#s-a67950c4-567b-44ba-9a31-f210ddf99a1e, #wrap-s-a67950c4-567b-44ba-9a31-f210ddf99a1e, #wrap-content-s-a67950c4-567b-44ba-9a31-f210ddf99a1e { display: none !important; }}
#s-0fd7abe3-c8ed-4ea5-b17a-174763efb11e {
  max-width: 265px;
text-align: center;
}

#s-0fd7abe3-c8ed-4ea5-b17a-174763efb11e {
  overflow: hidden;
  
  
      max-width: 265px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-0fd7abe3-c8ed-4ea5-b17a-174763efb11e .shogun-image-content {
  
    justify-content: center;
  
}

#s-ab4142e6-3948-4da6-b67f-571761b2be46 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ab4142e6-3948-4da6-b67f-571761b2be46 .shg-product-title-component h5 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 14px;
  
  
  
}

#s-ec28829d-6751-49a6-acc5-7b3b3663e932 {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-4f42a77a-e411-496a-8c62-442e56ce690d {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-4f42a77a-e411-496a-8c62-442e56ce690d {
  display: none;
}
#s-4f42a77a-e411-496a-8c62-442e56ce690d, #wrap-s-4f42a77a-e411-496a-8c62-442e56ce690d, #wrap-content-s-4f42a77a-e411-496a-8c62-442e56ce690d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4f42a77a-e411-496a-8c62-442e56ce690d {
  display: none;
}
#s-4f42a77a-e411-496a-8c62-442e56ce690d, #wrap-s-4f42a77a-e411-496a-8c62-442e56ce690d, #wrap-content-s-4f42a77a-e411-496a-8c62-442e56ce690d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4f42a77a-e411-496a-8c62-442e56ce690d {
  
}
}@media (max-width: 767px){#s-4f42a77a-e411-496a-8c62-442e56ce690d {
  
}
}
#s-2dad507c-18e8-4864-9293-88b168b2f1db {
  margin-top: 10px;
padding-bottom: 41px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2dad507c-18e8-4864-9293-88b168b2f1db {
  display: none;
}
#s-2dad507c-18e8-4864-9293-88b168b2f1db, #wrap-s-2dad507c-18e8-4864-9293-88b168b2f1db, #wrap-content-s-2dad507c-18e8-4864-9293-88b168b2f1db { display: none !important; }}@media (max-width: 767px){#s-2dad507c-18e8-4864-9293-88b168b2f1db {
  display: none;
}
#s-2dad507c-18e8-4864-9293-88b168b2f1db, #wrap-s-2dad507c-18e8-4864-9293-88b168b2f1db, #wrap-content-s-2dad507c-18e8-4864-9293-88b168b2f1db { display: none !important; }}
#s-1bec5c5c-5198-4459-8cdf-c92990889045 {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 768px) and (max-width: 991px){#s-0a56176a-2ffc-4b15-b66a-5f2597e585cd {
  display: none;
}
#s-0a56176a-2ffc-4b15-b66a-5f2597e585cd, #wrap-s-0a56176a-2ffc-4b15-b66a-5f2597e585cd, #wrap-content-s-0a56176a-2ffc-4b15-b66a-5f2597e585cd { display: none !important; }}@media (max-width: 767px){#s-0a56176a-2ffc-4b15-b66a-5f2597e585cd {
  display: none;
}
#s-0a56176a-2ffc-4b15-b66a-5f2597e585cd, #wrap-s-0a56176a-2ffc-4b15-b66a-5f2597e585cd, #wrap-content-s-0a56176a-2ffc-4b15-b66a-5f2597e585cd { display: none !important; }}
#s-b416abc5-84c7-41cd-b8a6-2a300b597b2a {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-b416abc5-84c7-41cd-b8a6-2a300b597b2a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b416abc5-84c7-41cd-b8a6-2a300b597b2a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b416abc5-84c7-41cd-b8a6-2a300b597b2a-root {
    text-align: center;
  }


#s-b416abc5-84c7-41cd-b8a6-2a300b597b2a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-b416abc5-84c7-41cd-b8a6-2a300b597b2a-root {
    text-align: center;
  }


#s-b416abc5-84c7-41cd-b8a6-2a300b597b2a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b416abc5-84c7-41cd-b8a6-2a300b597b2a-root {
    text-align: center;
  }


#s-b416abc5-84c7-41cd-b8a6-2a300b597b2a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b416abc5-84c7-41cd-b8a6-2a300b597b2a-root {
    text-align: center;
  }


#s-b416abc5-84c7-41cd-b8a6-2a300b597b2a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-b416abc5-84c7-41cd-b8a6-2a300b597b2a-root {
    text-align: center;
  }


#s-b416abc5-84c7-41cd-b8a6-2a300b597b2a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-e5a36f72-8b0f-4dbc-b63f-a87f2b71f11d {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 22px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e5a36f72-8b0f-4dbc-b63f-a87f2b71f11d {
  display: none;
}
#s-e5a36f72-8b0f-4dbc-b63f-a87f2b71f11d, #wrap-s-e5a36f72-8b0f-4dbc-b63f-a87f2b71f11d, #wrap-content-s-e5a36f72-8b0f-4dbc-b63f-a87f2b71f11d { display: none !important; }}@media (max-width: 767px){#s-e5a36f72-8b0f-4dbc-b63f-a87f2b71f11d {
  display: none;
}
#s-e5a36f72-8b0f-4dbc-b63f-a87f2b71f11d, #wrap-s-e5a36f72-8b0f-4dbc-b63f-a87f2b71f11d, #wrap-content-s-e5a36f72-8b0f-4dbc-b63f-a87f2b71f11d { display: none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-88671e22-89dc-4be9-931f-78563b443591 {
  display: none;
}
#s-88671e22-89dc-4be9-931f-78563b443591, #wrap-s-88671e22-89dc-4be9-931f-78563b443591, #wrap-content-s-88671e22-89dc-4be9-931f-78563b443591 { display: none !important; }}@media (max-width: 767px){#s-88671e22-89dc-4be9-931f-78563b443591 {
  display: none;
}
#s-88671e22-89dc-4be9-931f-78563b443591, #wrap-s-88671e22-89dc-4be9-931f-78563b443591, #wrap-content-s-88671e22-89dc-4be9-931f-78563b443591 { display: none !important; }}
#s-b4369ef2-7a59-484e-bc64-e534526d2d2e {
  margin-top: 3px;
margin-bottom: 3px;
}
@media (min-width: 1200px){#s-b4369ef2-7a59-484e-bc64-e534526d2d2e {
  display: none;
}
#s-b4369ef2-7a59-484e-bc64-e534526d2d2e, #wrap-s-b4369ef2-7a59-484e-bc64-e534526d2d2e, #wrap-content-s-b4369ef2-7a59-484e-bc64-e534526d2d2e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b4369ef2-7a59-484e-bc64-e534526d2d2e {
  display: none;
}
#s-b4369ef2-7a59-484e-bc64-e534526d2d2e, #wrap-s-b4369ef2-7a59-484e-bc64-e534526d2d2e, #wrap-content-s-b4369ef2-7a59-484e-bc64-e534526d2d2e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b4369ef2-7a59-484e-bc64-e534526d2d2e {
  display: none;
}
#s-b4369ef2-7a59-484e-bc64-e534526d2d2e, #wrap-s-b4369ef2-7a59-484e-bc64-e534526d2d2e, #wrap-content-s-b4369ef2-7a59-484e-bc64-e534526d2d2e { display: none !important; }}@media (max-width: 767px){#s-b4369ef2-7a59-484e-bc64-e534526d2d2e {
  display: none;
}
#s-b4369ef2-7a59-484e-bc64-e534526d2d2e, #wrap-s-b4369ef2-7a59-484e-bc64-e534526d2d2e, #wrap-content-s-b4369ef2-7a59-484e-bc64-e534526d2d2e { display: none !important; }}
@media (min-width: 1200px){#s-1545ad1c-a25a-44e7-9aae-678c13e7ac5c {
  display: none;
}
#s-1545ad1c-a25a-44e7-9aae-678c13e7ac5c, #wrap-s-1545ad1c-a25a-44e7-9aae-678c13e7ac5c, #wrap-content-s-1545ad1c-a25a-44e7-9aae-678c13e7ac5c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1545ad1c-a25a-44e7-9aae-678c13e7ac5c {
  display: none;
}
#s-1545ad1c-a25a-44e7-9aae-678c13e7ac5c, #wrap-s-1545ad1c-a25a-44e7-9aae-678c13e7ac5c, #wrap-content-s-1545ad1c-a25a-44e7-9aae-678c13e7ac5c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1545ad1c-a25a-44e7-9aae-678c13e7ac5c {
  display: none;
}
#s-1545ad1c-a25a-44e7-9aae-678c13e7ac5c, #wrap-s-1545ad1c-a25a-44e7-9aae-678c13e7ac5c, #wrap-content-s-1545ad1c-a25a-44e7-9aae-678c13e7ac5c { display: none !important; }}@media (max-width: 767px){#s-1545ad1c-a25a-44e7-9aae-678c13e7ac5c {
  display: none;
}
#s-1545ad1c-a25a-44e7-9aae-678c13e7ac5c, #wrap-s-1545ad1c-a25a-44e7-9aae-678c13e7ac5c, #wrap-content-s-1545ad1c-a25a-44e7-9aae-678c13e7ac5c { display: none !important; }}
#s-2cd9a555-ec73-4e40-b4b2-befa0cb39f67 {
  margin-top: -6px;
margin-bottom: -6px;
}
@media (min-width: 1200px){#s-2cd9a555-ec73-4e40-b4b2-befa0cb39f67 {
  display: none;
}
#s-2cd9a555-ec73-4e40-b4b2-befa0cb39f67, #wrap-s-2cd9a555-ec73-4e40-b4b2-befa0cb39f67, #wrap-content-s-2cd9a555-ec73-4e40-b4b2-befa0cb39f67 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2cd9a555-ec73-4e40-b4b2-befa0cb39f67 {
  display: none;
}
#s-2cd9a555-ec73-4e40-b4b2-befa0cb39f67, #wrap-s-2cd9a555-ec73-4e40-b4b2-befa0cb39f67, #wrap-content-s-2cd9a555-ec73-4e40-b4b2-befa0cb39f67 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2cd9a555-ec73-4e40-b4b2-befa0cb39f67 {
  display: none;
}
#s-2cd9a555-ec73-4e40-b4b2-befa0cb39f67, #wrap-s-2cd9a555-ec73-4e40-b4b2-befa0cb39f67, #wrap-content-s-2cd9a555-ec73-4e40-b4b2-befa0cb39f67 { display: none !important; }}@media (max-width: 767px){#s-2cd9a555-ec73-4e40-b4b2-befa0cb39f67 {
  display: none;
}
#s-2cd9a555-ec73-4e40-b4b2-befa0cb39f67, #wrap-s-2cd9a555-ec73-4e40-b4b2-befa0cb39f67, #wrap-content-s-2cd9a555-ec73-4e40-b4b2-befa0cb39f67 { display: none !important; }}
#s-609202c6-2bd2-45d3-927f-c4e31007ffac {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-609202c6-2bd2-45d3-927f-c4e31007ffac {
  display: none;
}
#s-609202c6-2bd2-45d3-927f-c4e31007ffac, #wrap-s-609202c6-2bd2-45d3-927f-c4e31007ffac, #wrap-content-s-609202c6-2bd2-45d3-927f-c4e31007ffac { display: none !important; }}@media (max-width: 767px){#s-609202c6-2bd2-45d3-927f-c4e31007ffac {
  display: none;
}
#s-609202c6-2bd2-45d3-927f-c4e31007ffac, #wrap-s-609202c6-2bd2-45d3-927f-c4e31007ffac, #wrap-content-s-609202c6-2bd2-45d3-927f-c4e31007ffac { display: none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-d64ddef3-7e40-4965-8ba8-9c1b04474f62 {
  display: none;
}
#s-d64ddef3-7e40-4965-8ba8-9c1b04474f62, #wrap-s-d64ddef3-7e40-4965-8ba8-9c1b04474f62, #wrap-content-s-d64ddef3-7e40-4965-8ba8-9c1b04474f62 { display: none !important; }}@media (max-width: 767px){#s-d64ddef3-7e40-4965-8ba8-9c1b04474f62 {
  display: none;
}
#s-d64ddef3-7e40-4965-8ba8-9c1b04474f62, #wrap-s-d64ddef3-7e40-4965-8ba8-9c1b04474f62, #wrap-content-s-d64ddef3-7e40-4965-8ba8-9c1b04474f62 { display: none !important; }}
#s-c0bba1c0-2846-4ba9-ab34-94d5d6e0fcf8 {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c0bba1c0-2846-4ba9-ab34-94d5d6e0fcf8 {
  display: none;
}
#s-c0bba1c0-2846-4ba9-ab34-94d5d6e0fcf8, #wrap-s-c0bba1c0-2846-4ba9-ab34-94d5d6e0fcf8, #wrap-content-s-c0bba1c0-2846-4ba9-ab34-94d5d6e0fcf8 { display: none !important; }}@media (max-width: 767px){#s-c0bba1c0-2846-4ba9-ab34-94d5d6e0fcf8 {
  display: none;
}
#s-c0bba1c0-2846-4ba9-ab34-94d5d6e0fcf8, #wrap-s-c0bba1c0-2846-4ba9-ab34-94d5d6e0fcf8, #wrap-content-s-c0bba1c0-2846-4ba9-ab34-94d5d6e0fcf8 { display: none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-e82acb7a-e3d0-4c92-9bd1-d9d6227af223 {
  display: none;
}
#s-e82acb7a-e3d0-4c92-9bd1-d9d6227af223, #wrap-s-e82acb7a-e3d0-4c92-9bd1-d9d6227af223, #wrap-content-s-e82acb7a-e3d0-4c92-9bd1-d9d6227af223 { display: none !important; }}@media (max-width: 767px){#s-e82acb7a-e3d0-4c92-9bd1-d9d6227af223 {
  display: none;
}
#s-e82acb7a-e3d0-4c92-9bd1-d9d6227af223, #wrap-s-e82acb7a-e3d0-4c92-9bd1-d9d6227af223, #wrap-content-s-e82acb7a-e3d0-4c92-9bd1-d9d6227af223 { display: none !important; }}
#s-4cb5fc70-41bf-44e6-b83d-6a86bbb9a5ee {
  text-align: center;
}

#s-4cb5fc70-41bf-44e6-b83d-6a86bbb9a5ee {
  overflow: hidden;
  
  
}







  #s-4cb5fc70-41bf-44e6-b83d-6a86bbb9a5ee img.shogun-image {
    

    
    
    
  }


#s-4cb5fc70-41bf-44e6-b83d-6a86bbb9a5ee .shogun-image-content {
  
    justify-content: center;
  
}

#s-b23ed571-5e7e-46aa-89cc-f62ab9422a44 {
  padding-top: 10px;
padding-bottom: 27px;
text-align: center;
}

#s-b23ed571-5e7e-46aa-89cc-f62ab9422a44 .shg-product-title-component h5 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 14px;
  
  
  
}

#s-2b37f891-8ec1-4979-9fca-4baedda92eda {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-820021f0-c750-47e0-bc9b-c468fa611c6a {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 1200px){#s-820021f0-c750-47e0-bc9b-c468fa611c6a {
  display: none;
}
#s-820021f0-c750-47e0-bc9b-c468fa611c6a, #wrap-s-820021f0-c750-47e0-bc9b-c468fa611c6a, #wrap-content-s-820021f0-c750-47e0-bc9b-c468fa611c6a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-820021f0-c750-47e0-bc9b-c468fa611c6a {
  display: none;
}
#s-820021f0-c750-47e0-bc9b-c468fa611c6a, #wrap-s-820021f0-c750-47e0-bc9b-c468fa611c6a, #wrap-content-s-820021f0-c750-47e0-bc9b-c468fa611c6a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-820021f0-c750-47e0-bc9b-c468fa611c6a {
  
}
}@media (max-width: 767px){#s-820021f0-c750-47e0-bc9b-c468fa611c6a {
  
}
}
#s-19e1e13c-aebe-40ed-94a2-90df3fe5a77b {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-19e1e13c-aebe-40ed-94a2-90df3fe5a77b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-19e1e13c-aebe-40ed-94a2-90df3fe5a77b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-19e1e13c-aebe-40ed-94a2-90df3fe5a77b-root {
    text-align: center;
  }


#s-19e1e13c-aebe-40ed-94a2-90df3fe5a77b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-19e1e13c-aebe-40ed-94a2-90df3fe5a77b-root {
    text-align: center;
  }


#s-19e1e13c-aebe-40ed-94a2-90df3fe5a77b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-19e1e13c-aebe-40ed-94a2-90df3fe5a77b-root {
    text-align: center;
  }


#s-19e1e13c-aebe-40ed-94a2-90df3fe5a77b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-19e1e13c-aebe-40ed-94a2-90df3fe5a77b-root {
    text-align: center;
  }


#s-19e1e13c-aebe-40ed-94a2-90df3fe5a77b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-19e1e13c-aebe-40ed-94a2-90df3fe5a77b-root {
    text-align: center;
  }


#s-19e1e13c-aebe-40ed-94a2-90df3fe5a77b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-4dc241c9-b031-4f73-acc0-724e834aaf0f {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-4dc241c9-b031-4f73-acc0-724e834aaf0f {
  display: none;
}
#s-4dc241c9-b031-4f73-acc0-724e834aaf0f, #wrap-s-4dc241c9-b031-4f73-acc0-724e834aaf0f, #wrap-content-s-4dc241c9-b031-4f73-acc0-724e834aaf0f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4dc241c9-b031-4f73-acc0-724e834aaf0f {
  display: none;
}
#s-4dc241c9-b031-4f73-acc0-724e834aaf0f, #wrap-s-4dc241c9-b031-4f73-acc0-724e834aaf0f, #wrap-content-s-4dc241c9-b031-4f73-acc0-724e834aaf0f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4dc241c9-b031-4f73-acc0-724e834aaf0f {
  display: none;
}
#s-4dc241c9-b031-4f73-acc0-724e834aaf0f, #wrap-s-4dc241c9-b031-4f73-acc0-724e834aaf0f, #wrap-content-s-4dc241c9-b031-4f73-acc0-724e834aaf0f { display: none !important; }}
@media (min-width: 0px) {
[id="s-4dc241c9-b031-4f73-acc0-724e834aaf0f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-4dc241c9-b031-4f73-acc0-724e834aaf0f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4dc241c9-b031-4f73-acc0-724e834aaf0f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4dc241c9-b031-4f73-acc0-724e834aaf0f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-0cb9d9a2-ee0f-4cf0-91c2-6a1846da839b {
  max-width: 265px;
text-align: center;
}

#s-0cb9d9a2-ee0f-4cf0-91c2-6a1846da839b {
  overflow: hidden;
  
  
      max-width: 265px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-0cb9d9a2-ee0f-4cf0-91c2-6a1846da839b .shogun-image-content {
  
    justify-content: center;
  
}

#s-9e8dcfe1-9888-4744-b8e1-fabfe32a94a4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9e8dcfe1-9888-4744-b8e1-fabfe32a94a4 .shg-product-title-component h5 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 13px;
  
  
  
}

#s-a1ca7c08-55a6-43b8-b8eb-d42985ef1ad3 {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-ca51268e-ab82-457d-9faf-72d9b75ed962 {
  margin-top: 10px;
padding-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ca51268e-ab82-457d-9faf-72d9b75ed962 {
  display: none;
}
#s-ca51268e-ab82-457d-9faf-72d9b75ed962, #wrap-s-ca51268e-ab82-457d-9faf-72d9b75ed962, #wrap-content-s-ca51268e-ab82-457d-9faf-72d9b75ed962 { display: none !important; }}@media (max-width: 767px){#s-ca51268e-ab82-457d-9faf-72d9b75ed962 {
  display: none;
}
#s-ca51268e-ab82-457d-9faf-72d9b75ed962, #wrap-s-ca51268e-ab82-457d-9faf-72d9b75ed962, #wrap-content-s-ca51268e-ab82-457d-9faf-72d9b75ed962 { display: none !important; }}
#s-0413273d-a398-4481-a434-95df984daaa2 {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 1200px){#s-0413273d-a398-4481-a434-95df984daaa2 {
  display: none;
}
#s-0413273d-a398-4481-a434-95df984daaa2, #wrap-s-0413273d-a398-4481-a434-95df984daaa2, #wrap-content-s-0413273d-a398-4481-a434-95df984daaa2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0413273d-a398-4481-a434-95df984daaa2 {
  display: none;
}
#s-0413273d-a398-4481-a434-95df984daaa2, #wrap-s-0413273d-a398-4481-a434-95df984daaa2, #wrap-content-s-0413273d-a398-4481-a434-95df984daaa2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0413273d-a398-4481-a434-95df984daaa2 {
  
}
}@media (max-width: 767px){#s-0413273d-a398-4481-a434-95df984daaa2 {
  
}
}
#s-9d5c4d3d-d743-4748-80e1-9bb0e32fd2f8 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-9d5c4d3d-d743-4748-80e1-9bb0e32fd2f8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9d5c4d3d-d743-4748-80e1-9bb0e32fd2f8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9d5c4d3d-d743-4748-80e1-9bb0e32fd2f8-root {
    text-align: center;
  }


#s-9d5c4d3d-d743-4748-80e1-9bb0e32fd2f8.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-9d5c4d3d-d743-4748-80e1-9bb0e32fd2f8-root {
    text-align: center;
  }


#s-9d5c4d3d-d743-4748-80e1-9bb0e32fd2f8.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9d5c4d3d-d743-4748-80e1-9bb0e32fd2f8-root {
    text-align: center;
  }


#s-9d5c4d3d-d743-4748-80e1-9bb0e32fd2f8.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9d5c4d3d-d743-4748-80e1-9bb0e32fd2f8-root {
    text-align: center;
  }


#s-9d5c4d3d-d743-4748-80e1-9bb0e32fd2f8.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-9d5c4d3d-d743-4748-80e1-9bb0e32fd2f8-root {
    text-align: center;
  }


#s-9d5c4d3d-d743-4748-80e1-9bb0e32fd2f8.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-874cfc0b-97e7-435c-882f-e09416d1d6ff {
  text-align: center;
}

#s-874cfc0b-97e7-435c-882f-e09416d1d6ff {
  overflow: hidden;
  
  
}







  #s-874cfc0b-97e7-435c-882f-e09416d1d6ff img.shogun-image {
    

    
    
    
  }


#s-874cfc0b-97e7-435c-882f-e09416d1d6ff .shogun-image-content {
  
    justify-content: center;
  
}

#s-ae913a81-1e6b-4c4d-ad4b-6d2df39cdadc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ae913a81-1e6b-4c4d-ad4b-6d2df39cdadc .shg-product-title-component h5 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 14px;
  
  
  
}

#s-c6dde0e5-6665-444c-8929-3deee304015d {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-8cfa6d4c-b7df-46d8-97fb-2af889b67989 {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 97px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8cfa6d4c-b7df-46d8-97fb-2af889b67989 {
  display: none;
}
#s-8cfa6d4c-b7df-46d8-97fb-2af889b67989, #wrap-s-8cfa6d4c-b7df-46d8-97fb-2af889b67989, #wrap-content-s-8cfa6d4c-b7df-46d8-97fb-2af889b67989 { display: none !important; }}@media (max-width: 767px){#s-8cfa6d4c-b7df-46d8-97fb-2af889b67989 {
  display: none;
}
#s-8cfa6d4c-b7df-46d8-97fb-2af889b67989, #wrap-s-8cfa6d4c-b7df-46d8-97fb-2af889b67989, #wrap-content-s-8cfa6d4c-b7df-46d8-97fb-2af889b67989 { display: none !important; }}
#s-9a6734a1-e9a6-43b9-9657-05cb074076f0 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-9a6734a1-e9a6-43b9-9657-05cb074076f0 {
  display: none;
}
#s-9a6734a1-e9a6-43b9-9657-05cb074076f0, #wrap-s-9a6734a1-e9a6-43b9-9657-05cb074076f0, #wrap-content-s-9a6734a1-e9a6-43b9-9657-05cb074076f0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9a6734a1-e9a6-43b9-9657-05cb074076f0 {
  display: none;
}
#s-9a6734a1-e9a6-43b9-9657-05cb074076f0, #wrap-s-9a6734a1-e9a6-43b9-9657-05cb074076f0, #wrap-content-s-9a6734a1-e9a6-43b9-9657-05cb074076f0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9a6734a1-e9a6-43b9-9657-05cb074076f0 {
  
}
}@media (max-width: 767px){#s-9a6734a1-e9a6-43b9-9657-05cb074076f0 {
  
}
}
#s-4014ce4d-4943-4618-8f92-f76e7fd71c01 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-4014ce4d-4943-4618-8f92-f76e7fd71c01:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4014ce4d-4943-4618-8f92-f76e7fd71c01:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4014ce4d-4943-4618-8f92-f76e7fd71c01-root {
    text-align: center;
  }


#s-4014ce4d-4943-4618-8f92-f76e7fd71c01.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-4014ce4d-4943-4618-8f92-f76e7fd71c01-root {
    text-align: center;
  }


#s-4014ce4d-4943-4618-8f92-f76e7fd71c01.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4014ce4d-4943-4618-8f92-f76e7fd71c01-root {
    text-align: center;
  }


#s-4014ce4d-4943-4618-8f92-f76e7fd71c01.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4014ce4d-4943-4618-8f92-f76e7fd71c01-root {
    text-align: center;
  }


#s-4014ce4d-4943-4618-8f92-f76e7fd71c01.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-4014ce4d-4943-4618-8f92-f76e7fd71c01-root {
    text-align: center;
  }


#s-4014ce4d-4943-4618-8f92-f76e7fd71c01.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
@media (min-width: 1200px){#s-ec4c7553-382e-4206-9aee-1ad6873568c2 {
  display: none;
}
#s-ec4c7553-382e-4206-9aee-1ad6873568c2, #wrap-s-ec4c7553-382e-4206-9aee-1ad6873568c2, #wrap-content-s-ec4c7553-382e-4206-9aee-1ad6873568c2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ec4c7553-382e-4206-9aee-1ad6873568c2 {
  display: none;
}
#s-ec4c7553-382e-4206-9aee-1ad6873568c2, #wrap-s-ec4c7553-382e-4206-9aee-1ad6873568c2, #wrap-content-s-ec4c7553-382e-4206-9aee-1ad6873568c2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ec4c7553-382e-4206-9aee-1ad6873568c2 {
  display: none;
}
#s-ec4c7553-382e-4206-9aee-1ad6873568c2, #wrap-s-ec4c7553-382e-4206-9aee-1ad6873568c2, #wrap-content-s-ec4c7553-382e-4206-9aee-1ad6873568c2 { display: none !important; }}
#s-ec4c7553-382e-4206-9aee-1ad6873568c2 hr {
  border-top: 2px solid #ddd;
}

#s-1337b5e9-8120-45b6-9563-e62c491aad82 {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-1337b5e9-8120-45b6-9563-e62c491aad82 {
  display: none;
}
#s-1337b5e9-8120-45b6-9563-e62c491aad82, #wrap-s-1337b5e9-8120-45b6-9563-e62c491aad82, #wrap-content-s-1337b5e9-8120-45b6-9563-e62c491aad82 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1337b5e9-8120-45b6-9563-e62c491aad82 {
  display: none;
}
#s-1337b5e9-8120-45b6-9563-e62c491aad82, #wrap-s-1337b5e9-8120-45b6-9563-e62c491aad82, #wrap-content-s-1337b5e9-8120-45b6-9563-e62c491aad82 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1337b5e9-8120-45b6-9563-e62c491aad82 {
  display: none;
}
#s-1337b5e9-8120-45b6-9563-e62c491aad82, #wrap-s-1337b5e9-8120-45b6-9563-e62c491aad82, #wrap-content-s-1337b5e9-8120-45b6-9563-e62c491aad82 { display: none !important; }}
@media (min-width: 0px) {
[id="s-1337b5e9-8120-45b6-9563-e62c491aad82"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-1337b5e9-8120-45b6-9563-e62c491aad82"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-1337b5e9-8120-45b6-9563-e62c491aad82"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-1337b5e9-8120-45b6-9563-e62c491aad82"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-6d8b805f-648e-4028-8612-736980f76af4 {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 43px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6d8b805f-648e-4028-8612-736980f76af4 {
  display: none;
}
#s-6d8b805f-648e-4028-8612-736980f76af4, #wrap-s-6d8b805f-648e-4028-8612-736980f76af4, #wrap-content-s-6d8b805f-648e-4028-8612-736980f76af4 { display: none !important; }}@media (max-width: 767px){#s-6d8b805f-648e-4028-8612-736980f76af4 {
  display: none;
}
#s-6d8b805f-648e-4028-8612-736980f76af4, #wrap-s-6d8b805f-648e-4028-8612-736980f76af4, #wrap-content-s-6d8b805f-648e-4028-8612-736980f76af4 { display: none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-b37664bc-8cb5-4a4f-93ec-2fcf57275888 {
  display: none;
}
#s-b37664bc-8cb5-4a4f-93ec-2fcf57275888, #wrap-s-b37664bc-8cb5-4a4f-93ec-2fcf57275888, #wrap-content-s-b37664bc-8cb5-4a4f-93ec-2fcf57275888 { display: none !important; }}@media (max-width: 767px){#s-b37664bc-8cb5-4a4f-93ec-2fcf57275888 {
  display: none;
}
#s-b37664bc-8cb5-4a4f-93ec-2fcf57275888, #wrap-s-b37664bc-8cb5-4a4f-93ec-2fcf57275888, #wrap-content-s-b37664bc-8cb5-4a4f-93ec-2fcf57275888 { display: none !important; }}
#s-dcdbcea5-c6ae-48ac-81f3-ea4786cc54cd {
  max-width: 265px;
text-align: center;
}

#s-dcdbcea5-c6ae-48ac-81f3-ea4786cc54cd {
  overflow: hidden;
  
  
      max-width: 265px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-dcdbcea5-c6ae-48ac-81f3-ea4786cc54cd .shogun-image-content {
  
    justify-content: center;
  
}

#s-85a94530-e0ee-434b-9ecc-e2a4381a7f0d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-85a94530-e0ee-434b-9ecc-e2a4381a7f0d .shg-product-title-component h5 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 14px;
  
  
  
}

#s-6fdcc98c-94c6-4ce7-9fbd-09a4594e847f {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-57a2d0fe-e5dd-4b64-9684-75ed6067181d {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-57a2d0fe-e5dd-4b64-9684-75ed6067181d {
  display: none;
}
#s-57a2d0fe-e5dd-4b64-9684-75ed6067181d, #wrap-s-57a2d0fe-e5dd-4b64-9684-75ed6067181d, #wrap-content-s-57a2d0fe-e5dd-4b64-9684-75ed6067181d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-57a2d0fe-e5dd-4b64-9684-75ed6067181d {
  display: none;
}
#s-57a2d0fe-e5dd-4b64-9684-75ed6067181d, #wrap-s-57a2d0fe-e5dd-4b64-9684-75ed6067181d, #wrap-content-s-57a2d0fe-e5dd-4b64-9684-75ed6067181d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-57a2d0fe-e5dd-4b64-9684-75ed6067181d {
  
}
}@media (max-width: 767px){#s-57a2d0fe-e5dd-4b64-9684-75ed6067181d {
  
}
}
#s-b6527df1-f715-4fe2-a21c-79128c718fe7 {
  margin-top: 10px;
padding-bottom: 41px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b6527df1-f715-4fe2-a21c-79128c718fe7 {
  display: none;
}
#s-b6527df1-f715-4fe2-a21c-79128c718fe7, #wrap-s-b6527df1-f715-4fe2-a21c-79128c718fe7, #wrap-content-s-b6527df1-f715-4fe2-a21c-79128c718fe7 { display: none !important; }}@media (max-width: 767px){#s-b6527df1-f715-4fe2-a21c-79128c718fe7 {
  display: none;
}
#s-b6527df1-f715-4fe2-a21c-79128c718fe7, #wrap-s-b6527df1-f715-4fe2-a21c-79128c718fe7, #wrap-content-s-b6527df1-f715-4fe2-a21c-79128c718fe7 { display: none !important; }}
#s-f267f3fb-de2f-40fd-89ba-95d515329c6e {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 768px) and (max-width: 991px){#s-c771e8ba-7011-495a-92d4-b4ffdc7f11b8 {
  display: none;
}
#s-c771e8ba-7011-495a-92d4-b4ffdc7f11b8, #wrap-s-c771e8ba-7011-495a-92d4-b4ffdc7f11b8, #wrap-content-s-c771e8ba-7011-495a-92d4-b4ffdc7f11b8 { display: none !important; }}@media (max-width: 767px){#s-c771e8ba-7011-495a-92d4-b4ffdc7f11b8 {
  display: none;
}
#s-c771e8ba-7011-495a-92d4-b4ffdc7f11b8, #wrap-s-c771e8ba-7011-495a-92d4-b4ffdc7f11b8, #wrap-content-s-c771e8ba-7011-495a-92d4-b4ffdc7f11b8 { display: none !important; }}
#s-1cec2291-18bf-4f67-9583-5081210a019d {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-1cec2291-18bf-4f67-9583-5081210a019d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1cec2291-18bf-4f67-9583-5081210a019d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1cec2291-18bf-4f67-9583-5081210a019d-root {
    text-align: center;
  }


#s-1cec2291-18bf-4f67-9583-5081210a019d.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-1cec2291-18bf-4f67-9583-5081210a019d-root {
    text-align: center;
  }


#s-1cec2291-18bf-4f67-9583-5081210a019d.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1cec2291-18bf-4f67-9583-5081210a019d-root {
    text-align: center;
  }


#s-1cec2291-18bf-4f67-9583-5081210a019d.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1cec2291-18bf-4f67-9583-5081210a019d-root {
    text-align: center;
  }


#s-1cec2291-18bf-4f67-9583-5081210a019d.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-1cec2291-18bf-4f67-9583-5081210a019d-root {
    text-align: center;
  }


#s-1cec2291-18bf-4f67-9583-5081210a019d.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-3cc03462-a5e0-41a1-8396-faae67ad8ba9 {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 43px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3cc03462-a5e0-41a1-8396-faae67ad8ba9 {
  display: none;
}
#s-3cc03462-a5e0-41a1-8396-faae67ad8ba9, #wrap-s-3cc03462-a5e0-41a1-8396-faae67ad8ba9, #wrap-content-s-3cc03462-a5e0-41a1-8396-faae67ad8ba9 { display: none !important; }}@media (max-width: 767px){#s-3cc03462-a5e0-41a1-8396-faae67ad8ba9 {
  display: none;
}
#s-3cc03462-a5e0-41a1-8396-faae67ad8ba9, #wrap-s-3cc03462-a5e0-41a1-8396-faae67ad8ba9, #wrap-content-s-3cc03462-a5e0-41a1-8396-faae67ad8ba9 { display: none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-d3aee1a0-df85-4ada-81f4-c87fa30137e2 {
  display: none;
}
#s-d3aee1a0-df85-4ada-81f4-c87fa30137e2, #wrap-s-d3aee1a0-df85-4ada-81f4-c87fa30137e2, #wrap-content-s-d3aee1a0-df85-4ada-81f4-c87fa30137e2 { display: none !important; }}@media (max-width: 767px){#s-d3aee1a0-df85-4ada-81f4-c87fa30137e2 {
  display: none;
}
#s-d3aee1a0-df85-4ada-81f4-c87fa30137e2, #wrap-s-d3aee1a0-df85-4ada-81f4-c87fa30137e2, #wrap-content-s-d3aee1a0-df85-4ada-81f4-c87fa30137e2 { display: none !important; }}
#s-439266f1-0001-4042-9720-8cb31503836f {
  margin-top: 3px;
margin-bottom: 3px;
}
@media (min-width: 1200px){#s-439266f1-0001-4042-9720-8cb31503836f {
  display: none;
}
#s-439266f1-0001-4042-9720-8cb31503836f, #wrap-s-439266f1-0001-4042-9720-8cb31503836f, #wrap-content-s-439266f1-0001-4042-9720-8cb31503836f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-439266f1-0001-4042-9720-8cb31503836f {
  display: none;
}
#s-439266f1-0001-4042-9720-8cb31503836f, #wrap-s-439266f1-0001-4042-9720-8cb31503836f, #wrap-content-s-439266f1-0001-4042-9720-8cb31503836f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-439266f1-0001-4042-9720-8cb31503836f {
  display: none;
}
#s-439266f1-0001-4042-9720-8cb31503836f, #wrap-s-439266f1-0001-4042-9720-8cb31503836f, #wrap-content-s-439266f1-0001-4042-9720-8cb31503836f { display: none !important; }}@media (max-width: 767px){#s-439266f1-0001-4042-9720-8cb31503836f {
  display: none;
}
#s-439266f1-0001-4042-9720-8cb31503836f, #wrap-s-439266f1-0001-4042-9720-8cb31503836f, #wrap-content-s-439266f1-0001-4042-9720-8cb31503836f { display: none !important; }}
@media (min-width: 1200px){#s-526a2fcd-f414-414f-a2d5-5729fa2ea3cc {
  display: none;
}
#s-526a2fcd-f414-414f-a2d5-5729fa2ea3cc, #wrap-s-526a2fcd-f414-414f-a2d5-5729fa2ea3cc, #wrap-content-s-526a2fcd-f414-414f-a2d5-5729fa2ea3cc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-526a2fcd-f414-414f-a2d5-5729fa2ea3cc {
  display: none;
}
#s-526a2fcd-f414-414f-a2d5-5729fa2ea3cc, #wrap-s-526a2fcd-f414-414f-a2d5-5729fa2ea3cc, #wrap-content-s-526a2fcd-f414-414f-a2d5-5729fa2ea3cc { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-526a2fcd-f414-414f-a2d5-5729fa2ea3cc {
  display: none;
}
#s-526a2fcd-f414-414f-a2d5-5729fa2ea3cc, #wrap-s-526a2fcd-f414-414f-a2d5-5729fa2ea3cc, #wrap-content-s-526a2fcd-f414-414f-a2d5-5729fa2ea3cc { display: none !important; }}@media (max-width: 767px){#s-526a2fcd-f414-414f-a2d5-5729fa2ea3cc {
  display: none;
}
#s-526a2fcd-f414-414f-a2d5-5729fa2ea3cc, #wrap-s-526a2fcd-f414-414f-a2d5-5729fa2ea3cc, #wrap-content-s-526a2fcd-f414-414f-a2d5-5729fa2ea3cc { display: none !important; }}
#s-6d0deb10-c3c5-445d-9069-e3a1d4f45b2c {
  margin-top: -6px;
margin-bottom: -6px;
}
@media (min-width: 1200px){#s-6d0deb10-c3c5-445d-9069-e3a1d4f45b2c {
  display: none;
}
#s-6d0deb10-c3c5-445d-9069-e3a1d4f45b2c, #wrap-s-6d0deb10-c3c5-445d-9069-e3a1d4f45b2c, #wrap-content-s-6d0deb10-c3c5-445d-9069-e3a1d4f45b2c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6d0deb10-c3c5-445d-9069-e3a1d4f45b2c {
  display: none;
}
#s-6d0deb10-c3c5-445d-9069-e3a1d4f45b2c, #wrap-s-6d0deb10-c3c5-445d-9069-e3a1d4f45b2c, #wrap-content-s-6d0deb10-c3c5-445d-9069-e3a1d4f45b2c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6d0deb10-c3c5-445d-9069-e3a1d4f45b2c {
  display: none;
}
#s-6d0deb10-c3c5-445d-9069-e3a1d4f45b2c, #wrap-s-6d0deb10-c3c5-445d-9069-e3a1d4f45b2c, #wrap-content-s-6d0deb10-c3c5-445d-9069-e3a1d4f45b2c { display: none !important; }}@media (max-width: 767px){#s-6d0deb10-c3c5-445d-9069-e3a1d4f45b2c {
  display: none;
}
#s-6d0deb10-c3c5-445d-9069-e3a1d4f45b2c, #wrap-s-6d0deb10-c3c5-445d-9069-e3a1d4f45b2c, #wrap-content-s-6d0deb10-c3c5-445d-9069-e3a1d4f45b2c { display: none !important; }}
#s-6371f1a7-ef79-422d-aa79-bd764843fc7d {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 23px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6371f1a7-ef79-422d-aa79-bd764843fc7d {
  display: none;
}
#s-6371f1a7-ef79-422d-aa79-bd764843fc7d, #wrap-s-6371f1a7-ef79-422d-aa79-bd764843fc7d, #wrap-content-s-6371f1a7-ef79-422d-aa79-bd764843fc7d { display: none !important; }}@media (max-width: 767px){#s-6371f1a7-ef79-422d-aa79-bd764843fc7d {
  display: none;
}
#s-6371f1a7-ef79-422d-aa79-bd764843fc7d, #wrap-s-6371f1a7-ef79-422d-aa79-bd764843fc7d, #wrap-content-s-6371f1a7-ef79-422d-aa79-bd764843fc7d { display: none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-16aa428f-a0ab-4cf7-8c74-dc5c70dfa37b {
  display: none;
}
#s-16aa428f-a0ab-4cf7-8c74-dc5c70dfa37b, #wrap-s-16aa428f-a0ab-4cf7-8c74-dc5c70dfa37b, #wrap-content-s-16aa428f-a0ab-4cf7-8c74-dc5c70dfa37b { display: none !important; }}@media (max-width: 767px){#s-16aa428f-a0ab-4cf7-8c74-dc5c70dfa37b {
  display: none;
}
#s-16aa428f-a0ab-4cf7-8c74-dc5c70dfa37b, #wrap-s-16aa428f-a0ab-4cf7-8c74-dc5c70dfa37b, #wrap-content-s-16aa428f-a0ab-4cf7-8c74-dc5c70dfa37b { display: none !important; }}
#s-19bb294f-2f53-4494-8ce8-0ac0a938a350 {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-19bb294f-2f53-4494-8ce8-0ac0a938a350 {
  display: none;
}
#s-19bb294f-2f53-4494-8ce8-0ac0a938a350, #wrap-s-19bb294f-2f53-4494-8ce8-0ac0a938a350, #wrap-content-s-19bb294f-2f53-4494-8ce8-0ac0a938a350 { display: none !important; }}@media (max-width: 767px){#s-19bb294f-2f53-4494-8ce8-0ac0a938a350 {
  display: none;
}
#s-19bb294f-2f53-4494-8ce8-0ac0a938a350, #wrap-s-19bb294f-2f53-4494-8ce8-0ac0a938a350, #wrap-content-s-19bb294f-2f53-4494-8ce8-0ac0a938a350 { display: none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-a6b5192c-d0d3-4751-89fc-23884f2824c3 {
  display: none;
}
#s-a6b5192c-d0d3-4751-89fc-23884f2824c3, #wrap-s-a6b5192c-d0d3-4751-89fc-23884f2824c3, #wrap-content-s-a6b5192c-d0d3-4751-89fc-23884f2824c3 { display: none !important; }}@media (max-width: 767px){#s-a6b5192c-d0d3-4751-89fc-23884f2824c3 {
  display: none;
}
#s-a6b5192c-d0d3-4751-89fc-23884f2824c3, #wrap-s-a6b5192c-d0d3-4751-89fc-23884f2824c3, #wrap-content-s-a6b5192c-d0d3-4751-89fc-23884f2824c3 { display: none !important; }}
#s-9c86a042-e96f-490e-9175-00fbde6d427b {
  max-width: 265px;
text-align: center;
}

#s-9c86a042-e96f-490e-9175-00fbde6d427b {
  overflow: hidden;
  
  
      max-width: 265px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-9c86a042-e96f-490e-9175-00fbde6d427b .shogun-image-content {
  
    justify-content: center;
  
}

#s-20294417-2682-4fd6-a17a-98d6325bf3a1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-20294417-2682-4fd6-a17a-98d6325bf3a1 .shg-product-title-component h5 span {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  
  font-size: 13px;
  
  
  
}

#s-8c8beae7-4bac-48df-a26a-8bf8ef26802e {
  margin-top: 4px;
margin-bottom: 4px;
}

#s-daa4ccc1-2ee1-41df-95ae-e8340261d9fa {
  margin-top: 10px;
padding-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-daa4ccc1-2ee1-41df-95ae-e8340261d9fa {
  display: none;
}
#s-daa4ccc1-2ee1-41df-95ae-e8340261d9fa, #wrap-s-daa4ccc1-2ee1-41df-95ae-e8340261d9fa, #wrap-content-s-daa4ccc1-2ee1-41df-95ae-e8340261d9fa { display: none !important; }}@media (max-width: 767px){#s-daa4ccc1-2ee1-41df-95ae-e8340261d9fa {
  display: none;
}
#s-daa4ccc1-2ee1-41df-95ae-e8340261d9fa, #wrap-s-daa4ccc1-2ee1-41df-95ae-e8340261d9fa, #wrap-content-s-daa4ccc1-2ee1-41df-95ae-e8340261d9fa { display: none !important; }}
#s-1187a72c-af03-466f-9142-e01dcaf7a594 {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 1200px){#s-1187a72c-af03-466f-9142-e01dcaf7a594 {
  display: none;
}
#s-1187a72c-af03-466f-9142-e01dcaf7a594, #wrap-s-1187a72c-af03-466f-9142-e01dcaf7a594, #wrap-content-s-1187a72c-af03-466f-9142-e01dcaf7a594 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1187a72c-af03-466f-9142-e01dcaf7a594 {
  display: none;
}
#s-1187a72c-af03-466f-9142-e01dcaf7a594, #wrap-s-1187a72c-af03-466f-9142-e01dcaf7a594, #wrap-content-s-1187a72c-af03-466f-9142-e01dcaf7a594 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1187a72c-af03-466f-9142-e01dcaf7a594 {
  
}
}@media (max-width: 767px){#s-1187a72c-af03-466f-9142-e01dcaf7a594 {
  
}
}
#s-e6369e21-bc0e-4436-89dc-85d2dbbe89d1 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 0px;
border-radius: 2px;
text-align: center;
background-color: rgba(52, 152, 219, 1);
text-decoration: none;
}
#s-e6369e21-bc0e-4436-89dc-85d2dbbe89d1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e6369e21-bc0e-4436-89dc-85d2dbbe89d1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e6369e21-bc0e-4436-89dc-85d2dbbe89d1-root {
    text-align: center;
  }


#s-e6369e21-bc0e-4436-89dc-85d2dbbe89d1.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-e6369e21-bc0e-4436-89dc-85d2dbbe89d1-root {
    text-align: center;
  }


#s-e6369e21-bc0e-4436-89dc-85d2dbbe89d1.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e6369e21-bc0e-4436-89dc-85d2dbbe89d1-root {
    text-align: center;
  }


#s-e6369e21-bc0e-4436-89dc-85d2dbbe89d1.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e6369e21-bc0e-4436-89dc-85d2dbbe89d1-root {
    text-align: center;
  }


#s-e6369e21-bc0e-4436-89dc-85d2dbbe89d1.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-e6369e21-bc0e-4436-89dc-85d2dbbe89d1-root {
    text-align: center;
  }


#s-e6369e21-bc0e-4436-89dc-85d2dbbe89d1.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
@media (min-width: 1200px){#s-54b5ba6d-0917-4a2e-93e0-54095f747f5f {
  display: none;
}
#s-54b5ba6d-0917-4a2e-93e0-54095f747f5f, #wrap-s-54b5ba6d-0917-4a2e-93e0-54095f747f5f, #wrap-content-s-54b5ba6d-0917-4a2e-93e0-54095f747f5f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-54b5ba6d-0917-4a2e-93e0-54095f747f5f {
  display: none;
}
#s-54b5ba6d-0917-4a2e-93e0-54095f747f5f, #wrap-s-54b5ba6d-0917-4a2e-93e0-54095f747f5f, #wrap-content-s-54b5ba6d-0917-4a2e-93e0-54095f747f5f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-54b5ba6d-0917-4a2e-93e0-54095f747f5f {
  display: none;
}
#s-54b5ba6d-0917-4a2e-93e0-54095f747f5f, #wrap-s-54b5ba6d-0917-4a2e-93e0-54095f747f5f, #wrap-content-s-54b5ba6d-0917-4a2e-93e0-54095f747f5f { display: none !important; }}
#s-54b5ba6d-0917-4a2e-93e0-54095f747f5f hr {
  border-top: 2px solid #ddd;
}

#s-e08973cc-9917-4855-90fa-028676b303d9 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
background-color: rgba(138, 222, 243, 1);
}
@media (min-width: 1200px){#s-e08973cc-9917-4855-90fa-028676b303d9 {
  display: none;
}
#s-e08973cc-9917-4855-90fa-028676b303d9, #wrap-s-e08973cc-9917-4855-90fa-028676b303d9, #wrap-content-s-e08973cc-9917-4855-90fa-028676b303d9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e08973cc-9917-4855-90fa-028676b303d9 {
  display: none;
}
#s-e08973cc-9917-4855-90fa-028676b303d9, #wrap-s-e08973cc-9917-4855-90fa-028676b303d9, #wrap-content-s-e08973cc-9917-4855-90fa-028676b303d9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e08973cc-9917-4855-90fa-028676b303d9 {
  display: none;
}
#s-e08973cc-9917-4855-90fa-028676b303d9, #wrap-s-e08973cc-9917-4855-90fa-028676b303d9, #wrap-content-s-e08973cc-9917-4855-90fa-028676b303d9 { display: none !important; }}
@media (min-width: 1200px){#s-f5b153a2-3c96-4008-81f0-c44466e921fc {
  display: none;
}
#s-f5b153a2-3c96-4008-81f0-c44466e921fc, #wrap-s-f5b153a2-3c96-4008-81f0-c44466e921fc, #wrap-content-s-f5b153a2-3c96-4008-81f0-c44466e921fc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f5b153a2-3c96-4008-81f0-c44466e921fc {
  display: none;
}
#s-f5b153a2-3c96-4008-81f0-c44466e921fc, #wrap-s-f5b153a2-3c96-4008-81f0-c44466e921fc, #wrap-content-s-f5b153a2-3c96-4008-81f0-c44466e921fc { display: none !important; }}
#s-f5b153a2-3c96-4008-81f0-c44466e921fc hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

@media (max-width: 767px){#s-19b6a286-c3ec-48cc-b764-5026f7fa46fc {
  display: none;
}
#s-19b6a286-c3ec-48cc-b764-5026f7fa46fc, #wrap-s-19b6a286-c3ec-48cc-b764-5026f7fa46fc, #wrap-content-s-19b6a286-c3ec-48cc-b764-5026f7fa46fc { display: none !important; }}
#s-19b6a286-c3ec-48cc-b764-5026f7fa46fc hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-f817f848-92c7-4e55-b1cc-f7160b05b8e7 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (min-width: 1200px){#s-f817f848-92c7-4e55-b1cc-f7160b05b8e7 {
  display: none;
}
#s-f817f848-92c7-4e55-b1cc-f7160b05b8e7, #wrap-s-f817f848-92c7-4e55-b1cc-f7160b05b8e7, #wrap-content-s-f817f848-92c7-4e55-b1cc-f7160b05b8e7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f817f848-92c7-4e55-b1cc-f7160b05b8e7 {
  display: none;
}
#s-f817f848-92c7-4e55-b1cc-f7160b05b8e7, #wrap-s-f817f848-92c7-4e55-b1cc-f7160b05b8e7, #wrap-content-s-f817f848-92c7-4e55-b1cc-f7160b05b8e7 { display: none !important; }}@media (max-width: 767px){#s-f817f848-92c7-4e55-b1cc-f7160b05b8e7 {
  display: none;
}
#s-f817f848-92c7-4e55-b1cc-f7160b05b8e7, #wrap-s-f817f848-92c7-4e55-b1cc-f7160b05b8e7, #wrap-content-s-f817f848-92c7-4e55-b1cc-f7160b05b8e7 { display: none !important; }}
#s-cce24f1b-6d0a-45ce-8c99-a2d7bf1a690a {
  background-repeat: no-repeat;
background-size: contain;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 5px;
min-height: 10px;
background-position: 200px center;
}
@media (min-width: 768px) and (max-width: 991px){#s-cce24f1b-6d0a-45ce-8c99-a2d7bf1a690a {
  display: none;
}
#s-cce24f1b-6d0a-45ce-8c99-a2d7bf1a690a, #wrap-s-cce24f1b-6d0a-45ce-8c99-a2d7bf1a690a, #wrap-content-s-cce24f1b-6d0a-45ce-8c99-a2d7bf1a690a { display: none !important; }}@media (max-width: 767px){#s-cce24f1b-6d0a-45ce-8c99-a2d7bf1a690a {
  display: none;
}
#s-cce24f1b-6d0a-45ce-8c99-a2d7bf1a690a, #wrap-s-cce24f1b-6d0a-45ce-8c99-a2d7bf1a690a, #wrap-content-s-cce24f1b-6d0a-45ce-8c99-a2d7bf1a690a { display: none !important; }}







#s-cce24f1b-6d0a-45ce-8c99-a2d7bf1a690a > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
  display: block;
}#s-cce24f1b-6d0a-45ce-8c99-a2d7bf1a690a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-e18c1da4-f008-43f4-908c-5d6d62343e4b {
  margin-top: 25px;
margin-left: 50px;
margin-bottom: 25px;
margin-right: 50px;
background-color: rgba(26, 26, 26, 0);
}
@media (min-width: 1200px){#s-e18c1da4-f008-43f4-908c-5d6d62343e4b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e18c1da4-f008-43f4-908c-5d6d62343e4b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e18c1da4-f008-43f4-908c-5d6d62343e4b {
  
}
}@media (max-width: 767px){#s-e18c1da4-f008-43f4-908c-5d6d62343e4b {
  
}
}
@media (min-width: 0px) {
[id="s-e18c1da4-f008-43f4-908c-5d6d62343e4b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-e18c1da4-f008-43f4-908c-5d6d62343e4b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e18c1da4-f008-43f4-908c-5d6d62343e4b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e18c1da4-f008-43f4-908c-5d6d62343e4b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-2932b3f3-0e44-4bdd-a15e-e16674f68a13 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-2932b3f3-0e44-4bdd-a15e-e16674f68a13 .shogun-heading-component h2 {
  color: rgba(17, 17, 17, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-4d2dd3b1-0cea-47bd-bb00-440224b6a21d {
  margin-left: 0px;
margin-right: 0px;
}

#s-27633bf2-8268-4301-839d-86d33145f494 {
  min-height: 50px;
}








#s-27633bf2-8268-4301-839d-86d33145f494 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-27633bf2-8268-4301-839d-86d33145f494.shg-box.shg-c {
  justify-content: center;
}

#s-6a31f0cd-7863-4ddf-9796-60181f235e4e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6a31f0cd-7863-4ddf-9796-60181f235e4e .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-b03599a0-e7d2-41e4-9884-d71ea1e6aa26 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-b03599a0-e7d2-41e4-9884-d71ea1e6aa26 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-b03599a0-e7d2-41e4-9884-d71ea1e6aa26 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-b03599a0-e7d2-41e4-9884-d71ea1e6aa26 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-b03599a0-e7d2-41e4-9884-d71ea1e6aa26 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: 600;
  
  font-size: 16px;
}

#s-b03599a0-e7d2-41e4-9884-d71ea1e6aa26 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-e0367e2e-880f-449e-ab7d-5bd70a93c84b {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-e0367e2e-880f-449e-ab7d-5bd70a93c84b > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-e0367e2e-880f-449e-ab7d-5bd70a93c84b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-e0367e2e-880f-449e-ab7d-5bd70a93c84b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-e0367e2e-880f-449e-ab7d-5bd70a93c84b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-e0367e2e-880f-449e-ab7d-5bd70a93c84b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: 600;
  
  font-size: 16px;
}

#s-e0367e2e-880f-449e-ab7d-5bd70a93c84b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-501f32b5-88dd-4bee-a908-726da430b1a9 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-501f32b5-88dd-4bee-a908-726da430b1a9 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-501f32b5-88dd-4bee-a908-726da430b1a9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-501f32b5-88dd-4bee-a908-726da430b1a9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-501f32b5-88dd-4bee-a908-726da430b1a9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-501f32b5-88dd-4bee-a908-726da430b1a9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: 600;
  
  font-size: 16px;
}

#s-501f32b5-88dd-4bee-a908-726da430b1a9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-ce60b2a2-b1ed-4b66-9df2-e2ab3488afe0 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-ce60b2a2-b1ed-4b66-9df2-e2ab3488afe0 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-ce60b2a2-b1ed-4b66-9df2-e2ab3488afe0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-ce60b2a2-b1ed-4b66-9df2-e2ab3488afe0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-ce60b2a2-b1ed-4b66-9df2-e2ab3488afe0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-ce60b2a2-b1ed-4b66-9df2-e2ab3488afe0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: 600;
  
  font-size: 16px;
}

#s-ce60b2a2-b1ed-4b66-9df2-e2ab3488afe0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-5ec744d8-2093-45fb-9a24-3edc1c468440 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-5ec744d8-2093-45fb-9a24-3edc1c468440 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-5ec744d8-2093-45fb-9a24-3edc1c468440 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-5ec744d8-2093-45fb-9a24-3edc1c468440 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-5ec744d8-2093-45fb-9a24-3edc1c468440 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-5ec744d8-2093-45fb-9a24-3edc1c468440 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: 600;
  
  font-size: 16px;
}

#s-5ec744d8-2093-45fb-9a24-3edc1c468440 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-294d7693-1749-46de-a547-229fbad98f3f {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-294d7693-1749-46de-a547-229fbad98f3f > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-294d7693-1749-46de-a547-229fbad98f3f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-294d7693-1749-46de-a547-229fbad98f3f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-294d7693-1749-46de-a547-229fbad98f3f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-294d7693-1749-46de-a547-229fbad98f3f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: 600;
  
  font-size: 16px;
}

#s-294d7693-1749-46de-a547-229fbad98f3f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-0aaeca06-3875-46fc-9229-acfa2afbe827 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-0aaeca06-3875-46fc-9229-acfa2afbe827 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-0aaeca06-3875-46fc-9229-acfa2afbe827 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-0aaeca06-3875-46fc-9229-acfa2afbe827 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-0aaeca06-3875-46fc-9229-acfa2afbe827 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-0aaeca06-3875-46fc-9229-acfa2afbe827 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: 600;
  
  font-size: 16px;
}

#s-0aaeca06-3875-46fc-9229-acfa2afbe827 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-b10f0d65-c830-4389-b724-ad143140c1d2 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-b10f0d65-c830-4389-b724-ad143140c1d2 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-b10f0d65-c830-4389-b724-ad143140c1d2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-b10f0d65-c830-4389-b724-ad143140c1d2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-b10f0d65-c830-4389-b724-ad143140c1d2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-b10f0d65-c830-4389-b724-ad143140c1d2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: 600;
  
  font-size: 16px;
}

#s-b10f0d65-c830-4389-b724-ad143140c1d2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-1cd236c7-5b14-44ee-9427-c27231fbb950 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-1cd236c7-5b14-44ee-9427-c27231fbb950 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-1cd236c7-5b14-44ee-9427-c27231fbb950 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-1cd236c7-5b14-44ee-9427-c27231fbb950 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-1cd236c7-5b14-44ee-9427-c27231fbb950 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-1cd236c7-5b14-44ee-9427-c27231fbb950 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: 600;
  
  font-size: 16px;
}

#s-1cd236c7-5b14-44ee-9427-c27231fbb950 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-cd629d0f-1e6e-4452-b2c6-93ae46d461c5 {
  margin-top: 5px;
margin-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(15, 1, 1, 1);
border-style: solid;
border-radius: 15px;
}
@media (min-width: 768px) and (max-width: 991px){#s-cd629d0f-1e6e-4452-b2c6-93ae46d461c5 {
  display: none;
}
#s-cd629d0f-1e6e-4452-b2c6-93ae46d461c5, #wrap-s-cd629d0f-1e6e-4452-b2c6-93ae46d461c5, #wrap-content-s-cd629d0f-1e6e-4452-b2c6-93ae46d461c5 { display: none !important; }}@media (max-width: 767px){#s-cd629d0f-1e6e-4452-b2c6-93ae46d461c5 {
  display: none;
}
#s-cd629d0f-1e6e-4452-b2c6-93ae46d461c5, #wrap-s-cd629d0f-1e6e-4452-b2c6-93ae46d461c5, #wrap-content-s-cd629d0f-1e6e-4452-b2c6-93ae46d461c5 { display: none !important; }}
/*
  $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;
}
