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

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

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

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

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

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

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

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

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

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

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

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

#s-636b4d65-6a7c-4c0f-84f3-b892b7d4ce3b {
  min-height: 60px;
background-color: rgba(180, 208, 238, 1);
}








#s-636b4d65-6a7c-4c0f-84f3-b892b7d4ce3b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-636b4d65-6a7c-4c0f-84f3-b892b7d4ce3b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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 {
  color: rgba(1, 0, 0, 1);
  font-family: Assistant;
  font-weight: 400;
}

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

.shg-default-text-content p {
  font-size: 1em;
  font-weight: 400;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: #000000;
  font-family: Assistant;
}

.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 {
  color: rgba(1, 0, 0, 1);
  font-family: Assistant;
  font-weight: 400;
}

.shg-theme-text-content p {
  color: #000000;
  font-family: Assistant;
  font-weight: 400;
}

#s-c7b8c105-ee62-414f-a0ab-205692e3b382 {
  margin-left: 10%;
margin-right: 10%;
}
@media (min-width: 1200px){#s-c7b8c105-ee62-414f-a0ab-205692e3b382 {
  
}
}
.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

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

#s-ad49a624-1456-4ae1-bc7e-6a72132206ed {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-ad49a624-1456-4ae1-bc7e-6a72132206ed {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ad49a624-1456-4ae1-bc7e-6a72132206ed {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ad49a624-1456-4ae1-bc7e-6a72132206ed {
  
}
}@media (max-width: 767px){#s-ad49a624-1456-4ae1-bc7e-6a72132206ed {
  
}
}
@media (min-width: 0px) {
[id="s-ad49a624-1456-4ae1-bc7e-6a72132206ed"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ad49a624-1456-4ae1-bc7e-6a72132206ed"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ad49a624-1456-4ae1-bc7e-6a72132206ed"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ad49a624-1456-4ae1-bc7e-6a72132206ed"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-ad49a624-1456-4ae1-bc7e-6a72132206ed"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-fb2821c4-c948-4f0e-9c8c-2692da53f202 {
  padding-left: 10%;
padding-right: 10%;
min-height: 720px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-fb2821c4-c948-4f0e-9c8c-2692da53f202 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fb2821c4-c948-4f0e-9c8c-2692da53f202 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fb2821c4-c948-4f0e-9c8c-2692da53f202 {
  min-height: 480px;
}
}@media (max-width: 767px){#s-fb2821c4-c948-4f0e-9c8c-2692da53f202 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
min-height: 100%;
}
}







#s-fb2821c4-c948-4f0e-9c8c-2692da53f202 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-fb2821c4-c948-4f0e-9c8c-2692da53f202.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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;
  color: rgba(1, 0, 0, 1);
  font-family: Assistant;
  text-transform: none;
  font-weight: 400;
  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-baacb8f7-4d44-4c5d-8f12-bf9a416ac088 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-baacb8f7-4d44-4c5d-8f12-bf9a416ac088 .shogun-heading-component h1 {
  color: rgba(33, 33, 33, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 70px;
  
  letter-spacing: -2px;
  text-align: left;
}



.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 {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

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

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

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

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

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

.shogun-image-content-not-linked > 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;
}
#s-89d01b69-fd4f-4a58-8033-306dd3a53750 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: left;
}







  #s-89d01b69-fd4f-4a58-8033-306dd3a53750 img.shogun-image {
    

    
    
    
  }


#s-89d01b69-fd4f-4a58-8033-306dd3a53750 .shogun-image-content {
  
    align-items: center;
  
}

#s-323db7d5-47c8-4bf6-9596-8c2569b3eeed {
  margin-bottom: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-323db7d5-47c8-4bf6-9596-8c2569b3eeed .shogun-heading-component h4 {
  color: rgba(124, 137, 151, 1);
  font-weight:  300 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-323db7d5-47c8-4bf6-9596-8c2569b3eeed .shogun-heading-component h4 {
  color: rgba(124, 137, 151, 1);
  font-weight:  300 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-323db7d5-47c8-4bf6-9596-8c2569b3eeed .shogun-heading-component h4 {
  color: rgba(124, 137, 151, 1);
  font-weight:  300 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


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

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

.shg-btn-text {
  font-weight: 400;
  font-family: Assistant;
}

.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-5da13bfc-ca9a-4c64-b6e4-b0fcd970b8ff {
  padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 4px;
background-color: rgba(11, 10, 10, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-5da13bfc-ca9a-4c64-b6e4-b0fcd970b8ff:hover {background-color: rgba(171, 126, 126, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5da13bfc-ca9a-4c64-b6e4-b0fcd970b8ff:active {background-color: rgba(120, 76, 76, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-5da13bfc-ca9a-4c64-b6e4-b0fcd970b8ff-root {
    text-align: left;
  }


#s-5da13bfc-ca9a-4c64-b6e4-b0fcd970b8ff.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Sarabun;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5da13bfc-ca9a-4c64-b6e4-b0fcd970b8ff-root {
    text-align: left;
  }


#s-5da13bfc-ca9a-4c64-b6e4-b0fcd970b8ff.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Sarabun;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5da13bfc-ca9a-4c64-b6e4-b0fcd970b8ff-root {
    text-align: left;
  }


#s-5da13bfc-ca9a-4c64-b6e4-b0fcd970b8ff.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Sarabun;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5da13bfc-ca9a-4c64-b6e4-b0fcd970b8ff-root {
    text-align: left;
  }


#s-5da13bfc-ca9a-4c64-b6e4-b0fcd970b8ff.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Sarabun;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5da13bfc-ca9a-4c64-b6e4-b0fcd970b8ff-root {
    text-align: left;
  }


#s-5da13bfc-ca9a-4c64-b6e4-b0fcd970b8ff.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Sarabun;
  display:  inline-block ;
}
}
#s-8047e812-ebf1-41aa-9317-e6e36a93b7c9 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
min-height: 720px;
background-position: center center;
}
@media (min-width: 1200px){#s-8047e812-ebf1-41aa-9317-e6e36a93b7c9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8047e812-ebf1-41aa-9317-e6e36a93b7c9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8047e812-ebf1-41aa-9317-e6e36a93b7c9 {
  min-height: 480px;
}
}@media (max-width: 767px){#s-8047e812-ebf1-41aa-9317-e6e36a93b7c9 {
  min-height: 360px;
}
}
#s-8047e812-ebf1-41aa-9317-e6e36a93b7c9 {
  background-image: url(https://i.shgcdn.com/fb606a08-61b9-4a85-929d-ce13368ac50c/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-8047e812-ebf1-41aa-9317-e6e36a93b7c9 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-8047e812-ebf1-41aa-9317-e6e36a93b7c9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0643fb72-4c2f-4bdc-830a-5d10ee650585 {
  padding-top: 100px;
padding-left: 10%;
padding-bottom: 100px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-0643fb72-4c2f-4bdc-830a-5d10ee650585 {
  padding-top: 60px;
padding-left: 5%;
padding-bottom: 60px;
padding-right: 5%;
}
}@media (max-width: 767px){#s-0643fb72-4c2f-4bdc-830a-5d10ee650585 {
  padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
}
}







#s-0643fb72-4c2f-4bdc-830a-5d10ee650585 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0643fb72-4c2f-4bdc-830a-5d10ee650585.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9ce85189-cc65-4450-a95e-96384ae17a03 {
  padding-top: 0px;
padding-bottom: 60px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-9ce85189-cc65-4450-a95e-96384ae17a03 {
  padding-bottom: 40px;
}
}@media (max-width: 767px){#s-9ce85189-cc65-4450-a95e-96384ae17a03 {
  padding-bottom: 40px;
}
}
#s-9ce85189-cc65-4450-a95e-96384ae17a03 .shogun-heading-component h2 {
  color: rgba(1, 5, 18, 1);
  font-weight:  500 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-9ce85189-cc65-4450-a95e-96384ae17a03 .shogun-heading-component h2 {
  color: rgba(1, 5, 18, 1);
  font-weight:  500 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}@media (max-width: 767px){#s-9ce85189-cc65-4450-a95e-96384ae17a03 .shogun-heading-component h2 {
  color: rgba(1, 5, 18, 1);
  font-weight:  500 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}
#s-87d700fa-7e2a-4371-ae6f-1d8081cdfc3d {
  margin-bottom: 120px;
}
@media (min-width: 768px) and (max-width: 991px){#s-87d700fa-7e2a-4371-ae6f-1d8081cdfc3d {
  margin-bottom: 60px;
}
}@media (max-width: 767px){#s-87d700fa-7e2a-4371-ae6f-1d8081cdfc3d {
  margin-bottom: 60px;
}
}
@media (min-width: 0px) {
[id="s-87d700fa-7e2a-4371-ae6f-1d8081cdfc3d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-87d700fa-7e2a-4371-ae6f-1d8081cdfc3d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-87d700fa-7e2a-4371-ae6f-1d8081cdfc3d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-87d700fa-7e2a-4371-ae6f-1d8081cdfc3d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (max-width: 767px){#s-4e241ff6-7ba1-4315-b3e4-74def6a22228 {
  margin-top: 0px;
margin-bottom: 60px;
}
}
#s-4e241ff6-7ba1-4315-b3e4-74def6a22228 {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
}

.shg-product-image-wrapper {
  display: none;
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-b698e0b6-264f-4ed7-8255-27caf92073f3 {
  text-align: left;
}



.shg-c#s-b698e0b6-264f-4ed7-8255-27caf92073f3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b698e0b6-264f-4ed7-8255-27caf92073f3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b698e0b6-264f-4ed7-8255-27caf92073f3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b698e0b6-264f-4ed7-8255-27caf92073f3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b698e0b6-264f-4ed7-8255-27caf92073f3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b698e0b6-264f-4ed7-8255-27caf92073f3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b698e0b6-264f-4ed7-8255-27caf92073f3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b698e0b6-264f-4ed7-8255-27caf92073f3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b698e0b6-264f-4ed7-8255-27caf92073f3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b698e0b6-264f-4ed7-8255-27caf92073f3 img.shogun-image {
  width: 100%;
}



}
.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: rgba(1, 0, 0, 1);
  font-family: Assistant;
  text-transform: none;
  font-weight: 400;
  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-1a3744a5-5ad7-4476-a729-f95cb38ceb19 {
  margin-top: 30px;
margin-bottom: 10px;
text-align: center;
}

#s-1a3744a5-5ad7-4476-a729-f95cb38ceb19 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: IBM Plex Serif;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-94a40dbf-ea81-464f-bec6-c6f17b7377ea {
  margin-bottom: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-94a40dbf-ea81-464f-bec6-c6f17b7377ea .shg-product-sold-out {
  display: none;
  color: rgba(56, 89, 93, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Sarabun;
  font-style:  normal ;
}

#s-94a40dbf-ea81-464f-bec6-c6f17b7377ea .shg-product-price {
  color: rgba(56, 89, 93, 1);
  font-weight:   ;
  font-family: Sarabun;
  font-style:  normal ;
  font-size: 20px;
}

#s-94a40dbf-ea81-464f-bec6-c6f17b7377ea .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

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

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

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

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

#s-442ec55e-0044-4f5f-bb14-c99d8626d9f3 {
  padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 4px;
background-color: rgba(124, 137, 151, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-442ec55e-0044-4f5f-bb14-c99d8626d9f3:hover {background-color: rgba(255, 193, 183, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-442ec55e-0044-4f5f-bb14-c99d8626d9f3:active {background-color: rgba(204, 142, 132, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-442ec55e-0044-4f5f-bb14-c99d8626d9f3 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-442ec55e-0044-4f5f-bb14-c99d8626d9f3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-442ec55e-0044-4f5f-bb14-c99d8626d9f3.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Sarabun;
  display:  inline-block ;
}

#s-442ec55e-0044-4f5f-bb14-c99d8626d9f3.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Sarabun;
  
  font-size: 18px;
  color: rgba(255, 255, 255, 1);
}



@media (max-width: 767px){#s-d26afec1-0741-4148-b919-7df833e49e0e {
  margin-bottom: 60px;
}
}
#s-d26afec1-0741-4148-b919-7df833e49e0e {
  display: none;
}
#s-86ef29bb-5b8d-4db8-a5e1-9757904f7758 {
  text-align: left;
}



.shg-c#s-86ef29bb-5b8d-4db8-a5e1-9757904f7758 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-86ef29bb-5b8d-4db8-a5e1-9757904f7758 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-86ef29bb-5b8d-4db8-a5e1-9757904f7758 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-86ef29bb-5b8d-4db8-a5e1-9757904f7758 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-86ef29bb-5b8d-4db8-a5e1-9757904f7758 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-86ef29bb-5b8d-4db8-a5e1-9757904f7758 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-86ef29bb-5b8d-4db8-a5e1-9757904f7758 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-86ef29bb-5b8d-4db8-a5e1-9757904f7758 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-86ef29bb-5b8d-4db8-a5e1-9757904f7758 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-86ef29bb-5b8d-4db8-a5e1-9757904f7758 img.shogun-image {
  width: 100%;
}



}
#s-2df5a2d9-8e3f-4729-92a7-ed11e5f97588 {
  margin-top: 30px;
margin-bottom: 10px;
text-align: center;
}

#s-2df5a2d9-8e3f-4729-92a7-ed11e5f97588 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: IBM Plex Serif;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-de17720a-7bb3-4ac7-afdf-00139755d896 {
  margin-bottom: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-de17720a-7bb3-4ac7-afdf-00139755d896 .shg-product-sold-out {
  display: none;
  color: rgba(56, 89, 93, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Sarabun;
  font-style:  normal ;
}

#s-de17720a-7bb3-4ac7-afdf-00139755d896 .shg-product-price {
  color: rgba(56, 89, 93, 1);
  font-weight:   ;
  font-family: Sarabun;
  font-style:  normal ;
  font-size: 20px;
}

#s-de17720a-7bb3-4ac7-afdf-00139755d896 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-9f911fc4-4c8f-4467-b09a-70f37715f403 {
  padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 4px;
background-color: rgba(124, 137, 151, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-9f911fc4-4c8f-4467-b09a-70f37715f403:hover {background-color: rgba(255, 193, 183, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9f911fc4-4c8f-4467-b09a-70f37715f403:active {background-color: rgba(204, 142, 132, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-9f911fc4-4c8f-4467-b09a-70f37715f403 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9f911fc4-4c8f-4467-b09a-70f37715f403.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9f911fc4-4c8f-4467-b09a-70f37715f403.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Sarabun;
  display:  inline-block ;
}

#s-9f911fc4-4c8f-4467-b09a-70f37715f403.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Sarabun;
  
  font-size: 18px;
  color: rgba(255, 255, 255, 1);
}



#s-fabcab59-5b80-4b1e-bad5-840a42c8f86e {
  display: none;
}
#s-9db82ca8-e795-44d0-a04f-6b65ab7b5f28 {
  text-align: left;
}



.shg-c#s-9db82ca8-e795-44d0-a04f-6b65ab7b5f28 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9db82ca8-e795-44d0-a04f-6b65ab7b5f28 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9db82ca8-e795-44d0-a04f-6b65ab7b5f28 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9db82ca8-e795-44d0-a04f-6b65ab7b5f28 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9db82ca8-e795-44d0-a04f-6b65ab7b5f28 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9db82ca8-e795-44d0-a04f-6b65ab7b5f28 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9db82ca8-e795-44d0-a04f-6b65ab7b5f28 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9db82ca8-e795-44d0-a04f-6b65ab7b5f28 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9db82ca8-e795-44d0-a04f-6b65ab7b5f28 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9db82ca8-e795-44d0-a04f-6b65ab7b5f28 img.shogun-image {
  width: 100%;
}



}
#s-dd40e5db-4006-47bd-8370-42b13d0114ed {
  margin-top: 30px;
margin-bottom: 10px;
text-align: center;
}

#s-dd40e5db-4006-47bd-8370-42b13d0114ed .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: IBM Plex Serif;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-ed2b8735-1d77-4fda-b64b-1feb4bb24e3f {
  margin-bottom: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-ed2b8735-1d77-4fda-b64b-1feb4bb24e3f .shg-product-sold-out {
  display: none;
  color: rgba(56, 89, 93, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Sarabun;
  font-style:  normal ;
}

#s-ed2b8735-1d77-4fda-b64b-1feb4bb24e3f .shg-product-price {
  color: rgba(56, 89, 93, 1);
  font-weight:   ;
  font-family: Sarabun;
  font-style:  normal ;
  font-size: 20px;
}

#s-ed2b8735-1d77-4fda-b64b-1feb4bb24e3f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-fb16f37e-ae5b-418b-a6e4-9550e870d666 {
  padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 4px;
background-color: rgba(124, 137, 151, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-fb16f37e-ae5b-418b-a6e4-9550e870d666:hover {background-color: rgba(255, 193, 183, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-fb16f37e-ae5b-418b-a6e4-9550e870d666:active {background-color: rgba(204, 142, 132, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-fb16f37e-ae5b-418b-a6e4-9550e870d666 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fb16f37e-ae5b-418b-a6e4-9550e870d666.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fb16f37e-ae5b-418b-a6e4-9550e870d666.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Sarabun;
  display:  inline-block ;
}

#s-fb16f37e-ae5b-418b-a6e4-9550e870d666.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Sarabun;
  
  font-size: 18px;
  color: rgba(255, 255, 255, 1);
}



#s-33e382ca-b2ff-47d0-a8c2-7b6174d7ae33 {
  margin-bottom: 120px;
}
@media (min-width: 768px) and (max-width: 991px){#s-33e382ca-b2ff-47d0-a8c2-7b6174d7ae33 {
  margin-bottom: 60px;
}
}@media (max-width: 767px){#s-33e382ca-b2ff-47d0-a8c2-7b6174d7ae33 {
  margin-bottom: 60px;
}
}
@media (min-width: 0px) {
[id="s-33e382ca-b2ff-47d0-a8c2-7b6174d7ae33"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-33e382ca-b2ff-47d0-a8c2-7b6174d7ae33"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-33e382ca-b2ff-47d0-a8c2-7b6174d7ae33"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-33e382ca-b2ff-47d0-a8c2-7b6174d7ae33"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (max-width: 767px){#s-1fe80ff3-67d3-43ff-b1d3-addf8b9e98bc {
  margin-top: 0px;
margin-bottom: 60px;
}
}
#s-1fe80ff3-67d3-43ff-b1d3-addf8b9e98bc {
  display: none;
}
#s-9fe3691d-d2c9-4d32-b4e1-13f75fb5ae45 {
  text-align: left;
}



.shg-c#s-9fe3691d-d2c9-4d32-b4e1-13f75fb5ae45 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9fe3691d-d2c9-4d32-b4e1-13f75fb5ae45 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9fe3691d-d2c9-4d32-b4e1-13f75fb5ae45 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9fe3691d-d2c9-4d32-b4e1-13f75fb5ae45 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9fe3691d-d2c9-4d32-b4e1-13f75fb5ae45 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9fe3691d-d2c9-4d32-b4e1-13f75fb5ae45 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9fe3691d-d2c9-4d32-b4e1-13f75fb5ae45 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9fe3691d-d2c9-4d32-b4e1-13f75fb5ae45 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9fe3691d-d2c9-4d32-b4e1-13f75fb5ae45 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9fe3691d-d2c9-4d32-b4e1-13f75fb5ae45 img.shogun-image {
  width: 100%;
}



}
#s-a08654e6-3957-439b-b37d-48a4209dfc33 {
  margin-top: 30px;
margin-bottom: 10px;
text-align: center;
}

#s-a08654e6-3957-439b-b37d-48a4209dfc33 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: IBM Plex Serif;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-39773565-2c35-4e30-80ba-636d0410b6d6 {
  margin-bottom: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-39773565-2c35-4e30-80ba-636d0410b6d6 .shg-product-sold-out {
  display: none;
  color: rgba(56, 89, 93, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Sarabun;
  font-style:  normal ;
}

#s-39773565-2c35-4e30-80ba-636d0410b6d6 .shg-product-price {
  color: rgba(56, 89, 93, 1);
  font-weight:   ;
  font-family: Sarabun;
  font-style:  normal ;
  font-size: 20px;
}

#s-39773565-2c35-4e30-80ba-636d0410b6d6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f7d33d0f-a78d-45ae-8f5e-cb2c67c698e9 {
  padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 4px;
background-color: rgba(124, 137, 151, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-f7d33d0f-a78d-45ae-8f5e-cb2c67c698e9:hover {background-color: rgba(255, 193, 183, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f7d33d0f-a78d-45ae-8f5e-cb2c67c698e9:active {background-color: rgba(204, 142, 132, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-f7d33d0f-a78d-45ae-8f5e-cb2c67c698e9 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f7d33d0f-a78d-45ae-8f5e-cb2c67c698e9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f7d33d0f-a78d-45ae-8f5e-cb2c67c698e9.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Sarabun;
  display:  inline-block ;
}

#s-f7d33d0f-a78d-45ae-8f5e-cb2c67c698e9.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Sarabun;
  
  font-size: 18px;
  color: rgba(255, 255, 255, 1);
}



@media (max-width: 767px){#s-7e323db4-ce36-4fc0-8288-00c06682fc15 {
  margin-bottom: 60px;
}
}
#s-7e323db4-ce36-4fc0-8288-00c06682fc15 {
  display: none;
}
#s-d46ae6b6-a562-448a-abf4-e93fbd277606 {
  text-align: left;
}



.shg-c#s-d46ae6b6-a562-448a-abf4-e93fbd277606 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d46ae6b6-a562-448a-abf4-e93fbd277606 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d46ae6b6-a562-448a-abf4-e93fbd277606 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d46ae6b6-a562-448a-abf4-e93fbd277606 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d46ae6b6-a562-448a-abf4-e93fbd277606 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d46ae6b6-a562-448a-abf4-e93fbd277606 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d46ae6b6-a562-448a-abf4-e93fbd277606 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d46ae6b6-a562-448a-abf4-e93fbd277606 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d46ae6b6-a562-448a-abf4-e93fbd277606 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d46ae6b6-a562-448a-abf4-e93fbd277606 img.shogun-image {
  width: 100%;
}



}
#s-ede79f8e-7871-4473-ad66-86e455f26623 {
  margin-top: 30px;
margin-bottom: 10px;
text-align: center;
}

#s-ede79f8e-7871-4473-ad66-86e455f26623 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: IBM Plex Serif;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-b4fa78f2-d0e9-4906-93df-9ba6e5e4f208 {
  margin-bottom: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-b4fa78f2-d0e9-4906-93df-9ba6e5e4f208 .shg-product-sold-out {
  display: none;
  color: rgba(56, 89, 93, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Sarabun;
  font-style:  normal ;
}

#s-b4fa78f2-d0e9-4906-93df-9ba6e5e4f208 .shg-product-price {
  color: rgba(56, 89, 93, 1);
  font-weight:   ;
  font-family: Sarabun;
  font-style:  normal ;
  font-size: 20px;
}

#s-b4fa78f2-d0e9-4906-93df-9ba6e5e4f208 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-35ae1728-4f79-4f0d-b15b-ca6234121693 {
  padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 4px;
background-color: rgba(124, 137, 151, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-35ae1728-4f79-4f0d-b15b-ca6234121693:hover {background-color: rgba(255, 193, 183, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-35ae1728-4f79-4f0d-b15b-ca6234121693:active {background-color: rgba(204, 142, 132, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-35ae1728-4f79-4f0d-b15b-ca6234121693 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-35ae1728-4f79-4f0d-b15b-ca6234121693.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-35ae1728-4f79-4f0d-b15b-ca6234121693.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Sarabun;
  display:  inline-block ;
}

#s-35ae1728-4f79-4f0d-b15b-ca6234121693.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Sarabun;
  
  font-size: 18px;
  color: rgba(255, 255, 255, 1);
}



#s-b15ae9b2-35a8-4376-ab3b-f95d3c740bee {
  display: none;
}
#s-a86f35b6-ce80-40e0-a393-9a657134476c {
  text-align: left;
}



.shg-c#s-a86f35b6-ce80-40e0-a393-9a657134476c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a86f35b6-ce80-40e0-a393-9a657134476c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a86f35b6-ce80-40e0-a393-9a657134476c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a86f35b6-ce80-40e0-a393-9a657134476c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a86f35b6-ce80-40e0-a393-9a657134476c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a86f35b6-ce80-40e0-a393-9a657134476c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a86f35b6-ce80-40e0-a393-9a657134476c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a86f35b6-ce80-40e0-a393-9a657134476c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a86f35b6-ce80-40e0-a393-9a657134476c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a86f35b6-ce80-40e0-a393-9a657134476c img.shogun-image {
  width: 100%;
}



}
#s-15724ef6-e2c4-493e-a831-a80501865ea0 {
  margin-top: 30px;
margin-bottom: 10px;
text-align: center;
}

#s-15724ef6-e2c4-493e-a831-a80501865ea0 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: IBM Plex Serif;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-b0f02208-c081-436c-9eb1-edb9afefaa68 {
  margin-bottom: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-b0f02208-c081-436c-9eb1-edb9afefaa68 .shg-product-sold-out {
  display: none;
  color: rgba(56, 89, 93, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Sarabun;
  font-style:  normal ;
}

#s-b0f02208-c081-436c-9eb1-edb9afefaa68 .shg-product-price {
  color: rgba(56, 89, 93, 1);
  font-weight:   ;
  font-family: Sarabun;
  font-style:  normal ;
  font-size: 20px;
}

#s-b0f02208-c081-436c-9eb1-edb9afefaa68 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-5ec7ad00-6c74-4e31-b465-f8d0c955c067 {
  padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 4px;
background-color: rgba(124, 137, 151, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-5ec7ad00-6c74-4e31-b465-f8d0c955c067:hover {background-color: rgba(255, 193, 183, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5ec7ad00-6c74-4e31-b465-f8d0c955c067:active {background-color: rgba(204, 142, 132, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-5ec7ad00-6c74-4e31-b465-f8d0c955c067 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5ec7ad00-6c74-4e31-b465-f8d0c955c067.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5ec7ad00-6c74-4e31-b465-f8d0c955c067.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Sarabun;
  display:  inline-block ;
}

#s-5ec7ad00-6c74-4e31-b465-f8d0c955c067.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Sarabun;
  
  font-size: 18px;
  color: rgba(255, 255, 255, 1);
}



@media (min-width: 0px) {
[id="s-3e255f70-d2bd-4fb2-807d-ecc8607f5091"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3e255f70-d2bd-4fb2-807d-ecc8607f5091"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3e255f70-d2bd-4fb2-807d-ecc8607f5091"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3e255f70-d2bd-4fb2-807d-ecc8607f5091"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (max-width: 767px){#s-587e9a91-00c4-47d9-9da3-2e320ab2c7dc {
  margin-top: 0px;
margin-bottom: 60px;
}
}
#s-587e9a91-00c4-47d9-9da3-2e320ab2c7dc {
  display: none;
}
#s-2c78b8c9-2a18-4f08-9cfa-42918e31bcd0 {
  text-align: left;
}



.shg-c#s-2c78b8c9-2a18-4f08-9cfa-42918e31bcd0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c78b8c9-2a18-4f08-9cfa-42918e31bcd0 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-2c78b8c9-2a18-4f08-9cfa-42918e31bcd0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c78b8c9-2a18-4f08-9cfa-42918e31bcd0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2c78b8c9-2a18-4f08-9cfa-42918e31bcd0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c78b8c9-2a18-4f08-9cfa-42918e31bcd0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2c78b8c9-2a18-4f08-9cfa-42918e31bcd0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c78b8c9-2a18-4f08-9cfa-42918e31bcd0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2c78b8c9-2a18-4f08-9cfa-42918e31bcd0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c78b8c9-2a18-4f08-9cfa-42918e31bcd0 img.shogun-image {
  width: 100%;
}



}
#s-e9dffc9a-7f8c-4a92-8125-214f13a00be7 {
  margin-top: 30px;
margin-bottom: 10px;
text-align: center;
}

#s-e9dffc9a-7f8c-4a92-8125-214f13a00be7 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: IBM Plex Serif;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-060c7508-b5f0-473e-a549-a23ca765db6e {
  margin-bottom: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-060c7508-b5f0-473e-a549-a23ca765db6e .shg-product-sold-out {
  display: none;
  color: rgba(56, 89, 93, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Sarabun;
  font-style:  normal ;
}

#s-060c7508-b5f0-473e-a549-a23ca765db6e .shg-product-price {
  color: rgba(56, 89, 93, 1);
  font-weight:   ;
  font-family: Sarabun;
  font-style:  normal ;
  font-size: 20px;
}

#s-060c7508-b5f0-473e-a549-a23ca765db6e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-1d116a2f-2206-4e8f-94d9-92758f188a22 {
  padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 4px;
background-color: rgba(124, 137, 151, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-1d116a2f-2206-4e8f-94d9-92758f188a22:hover {background-color: rgba(255, 193, 183, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1d116a2f-2206-4e8f-94d9-92758f188a22:active {background-color: rgba(204, 142, 132, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-1d116a2f-2206-4e8f-94d9-92758f188a22 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1d116a2f-2206-4e8f-94d9-92758f188a22.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1d116a2f-2206-4e8f-94d9-92758f188a22.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Sarabun;
  display:  inline-block ;
}

#s-1d116a2f-2206-4e8f-94d9-92758f188a22.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Sarabun;
  
  font-size: 18px;
  color: rgba(255, 255, 255, 1);
}



@media (max-width: 767px){#s-2e43b56c-7e1f-4a08-b42c-ab890110066b {
  margin-bottom: 60px;
}
}
#s-2e43b56c-7e1f-4a08-b42c-ab890110066b {
  display: none;
}
#s-baf6167c-fdde-4a63-b3d6-37eaa695b43c {
  text-align: left;
}



.shg-c#s-baf6167c-fdde-4a63-b3d6-37eaa695b43c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-baf6167c-fdde-4a63-b3d6-37eaa695b43c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-baf6167c-fdde-4a63-b3d6-37eaa695b43c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-baf6167c-fdde-4a63-b3d6-37eaa695b43c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-baf6167c-fdde-4a63-b3d6-37eaa695b43c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-baf6167c-fdde-4a63-b3d6-37eaa695b43c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-baf6167c-fdde-4a63-b3d6-37eaa695b43c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-baf6167c-fdde-4a63-b3d6-37eaa695b43c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-baf6167c-fdde-4a63-b3d6-37eaa695b43c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-baf6167c-fdde-4a63-b3d6-37eaa695b43c img.shogun-image {
  width: 100%;
}



}
#s-f3aa6fbc-61cd-4a03-8588-9deeb9796b92 {
  margin-top: 30px;
margin-bottom: 10px;
text-align: center;
}

#s-f3aa6fbc-61cd-4a03-8588-9deeb9796b92 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: IBM Plex Serif;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-9eaa2e38-f923-4528-b8f7-61cfa2ead7b6 {
  margin-bottom: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-9eaa2e38-f923-4528-b8f7-61cfa2ead7b6 .shg-product-sold-out {
  display: none;
  color: rgba(56, 89, 93, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Sarabun;
  font-style:  normal ;
}

#s-9eaa2e38-f923-4528-b8f7-61cfa2ead7b6 .shg-product-price {
  color: rgba(56, 89, 93, 1);
  font-weight:   ;
  font-family: Sarabun;
  font-style:  normal ;
  font-size: 20px;
}

#s-9eaa2e38-f923-4528-b8f7-61cfa2ead7b6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-170f5b41-46c2-43d6-87f0-3fa518f31c44 {
  padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 4px;
background-color: rgba(124, 137, 151, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-170f5b41-46c2-43d6-87f0-3fa518f31c44:hover {background-color: rgba(255, 193, 183, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-170f5b41-46c2-43d6-87f0-3fa518f31c44:active {background-color: rgba(204, 142, 132, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-170f5b41-46c2-43d6-87f0-3fa518f31c44 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-170f5b41-46c2-43d6-87f0-3fa518f31c44.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-170f5b41-46c2-43d6-87f0-3fa518f31c44.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Sarabun;
  display:  inline-block ;
}

#s-170f5b41-46c2-43d6-87f0-3fa518f31c44.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Sarabun;
  
  font-size: 18px;
  color: rgba(255, 255, 255, 1);
}



#s-563a2d9e-0727-4711-be18-98259420a03a {
  display: none;
}
#s-a9130bbc-48f2-4dbb-bcc4-9f90cd96ea5f {
  text-align: left;
}



.shg-c#s-a9130bbc-48f2-4dbb-bcc4-9f90cd96ea5f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a9130bbc-48f2-4dbb-bcc4-9f90cd96ea5f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a9130bbc-48f2-4dbb-bcc4-9f90cd96ea5f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a9130bbc-48f2-4dbb-bcc4-9f90cd96ea5f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a9130bbc-48f2-4dbb-bcc4-9f90cd96ea5f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a9130bbc-48f2-4dbb-bcc4-9f90cd96ea5f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a9130bbc-48f2-4dbb-bcc4-9f90cd96ea5f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a9130bbc-48f2-4dbb-bcc4-9f90cd96ea5f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a9130bbc-48f2-4dbb-bcc4-9f90cd96ea5f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a9130bbc-48f2-4dbb-bcc4-9f90cd96ea5f img.shogun-image {
  width: 100%;
}



}
#s-78e5fbcc-0255-4008-8776-deb12dc079d2 {
  margin-top: 30px;
margin-bottom: 10px;
text-align: center;
}

#s-78e5fbcc-0255-4008-8776-deb12dc079d2 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: IBM Plex Serif;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-0bec19f5-617f-4dd5-800d-ef8d2b9d5d08 {
  margin-bottom: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-0bec19f5-617f-4dd5-800d-ef8d2b9d5d08 .shg-product-sold-out {
  display: none;
  color: rgba(56, 89, 93, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Sarabun;
  font-style:  normal ;
}

#s-0bec19f5-617f-4dd5-800d-ef8d2b9d5d08 .shg-product-price {
  color: rgba(56, 89, 93, 1);
  font-weight:   ;
  font-family: Sarabun;
  font-style:  normal ;
  font-size: 20px;
}

#s-0bec19f5-617f-4dd5-800d-ef8d2b9d5d08 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-887489f9-104b-471a-927c-bf2a0b7ec2e7 {
  padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 4px;
background-color: rgba(124, 137, 151, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-887489f9-104b-471a-927c-bf2a0b7ec2e7:hover {background-color: rgba(255, 193, 183, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-887489f9-104b-471a-927c-bf2a0b7ec2e7:active {background-color: rgba(204, 142, 132, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-887489f9-104b-471a-927c-bf2a0b7ec2e7 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-887489f9-104b-471a-927c-bf2a0b7ec2e7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-887489f9-104b-471a-927c-bf2a0b7ec2e7.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Sarabun;
  display:  inline-block ;
}

#s-887489f9-104b-471a-927c-bf2a0b7ec2e7.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Sarabun;
  
  font-size: 18px;
  color: rgba(255, 255, 255, 1);
}



#s-dec230c9-c644-4c97-bef7-360bef0d946a {
  padding-top: 100px;
padding-left: 10%;
padding-bottom: 100px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(243, 247, 253, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-dec230c9-c644-4c97-bef7-360bef0d946a {
  padding-top: 60px;
padding-left: 5%;
padding-bottom: 60px;
padding-right: 5%;
}
}@media (max-width: 767px){#s-dec230c9-c644-4c97-bef7-360bef0d946a {
  padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
}
}







#s-dec230c9-c644-4c97-bef7-360bef0d946a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dec230c9-c644-4c97-bef7-360bef0d946a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c9c41b70-b607-403c-9d2e-96388243eeb4 {
  padding-top: 0px;
padding-bottom: 60px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-c9c41b70-b607-403c-9d2e-96388243eeb4 {
  padding-bottom: 40px;
}
}@media (max-width: 767px){#s-c9c41b70-b607-403c-9d2e-96388243eeb4 {
  padding-bottom: 40px;
}
}
#s-c9c41b70-b607-403c-9d2e-96388243eeb4 .shogun-heading-component h2 {
  color: rgba(68, 71, 74, 1);
  font-weight:  500 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-c9c41b70-b607-403c-9d2e-96388243eeb4 .shogun-heading-component h2 {
  color: rgba(68, 71, 74, 1);
  font-weight:  500 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}@media (max-width: 767px){#s-c9c41b70-b607-403c-9d2e-96388243eeb4 .shogun-heading-component h2 {
  color: rgba(68, 71, 74, 1);
  font-weight:  500 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}
#s-20b35da0-fe9a-4e20-ad26-7bebb1824a07 {
  margin-bottom: 30px;
}
@media (max-width: 767px){#s-20b35da0-fe9a-4e20-ad26-7bebb1824a07 {
  margin-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-20b35da0-fe9a-4e20-ad26-7bebb1824a07"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-20b35da0-fe9a-4e20-ad26-7bebb1824a07"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-20b35da0-fe9a-4e20-ad26-7bebb1824a07"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-20b35da0-fe9a-4e20-ad26-7bebb1824a07"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px){#s-47c91bf0-53ab-40e1-9ec8-e207a4aa92d4 {
  margin-top: 0px;
margin-bottom: 20px;
}
}
@media (min-width: 0px) {
[id="s-47c91bf0-53ab-40e1-9ec8-e207a4aa92d4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-47c91bf0-53ab-40e1-9ec8-e207a4aa92d4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-47c91bf0-53ab-40e1-9ec8-e207a4aa92d4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-47c91bf0-53ab-40e1-9ec8-e207a4aa92d4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-47c91bf0-53ab-40e1-9ec8-e207a4aa92d4"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-2812baa3-f347-41cc-96ab-1ffc515de66c {
  padding-left: 30px;
padding-right: 30px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-2812baa3-f347-41cc-96ab-1ffc515de66c {
  padding-left: 20px;
padding-right: 20px;
min-height: 240px;
}
}@media (max-width: 767px){#s-2812baa3-f347-41cc-96ab-1ffc515de66c {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
}
}







#s-2812baa3-f347-41cc-96ab-1ffc515de66c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2812baa3-f347-41cc-96ab-1ffc515de66c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4622bb01-d371-4acb-b106-519f75a0612a {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-4622bb01-d371-4acb-b106-519f75a0612a .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: -1px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-4622bb01-d371-4acb-b106-519f75a0612a .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  text-align: left;
}


}@media (max-width: 767px){#s-4622bb01-d371-4acb-b106-519f75a0612a .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  text-align: left;
}


}
.shg-hr-wrapper {
  padding: 30px 0;
}

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

#s-b28cc11d-c364-42a6-a9cb-7cce5bb9e791 hr {
  border-top: 2px solid #ddd;
}

#s-12e712be-08af-450c-9324-c9c09c491765 {
  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: 2px;
background-color: rgba(124, 137, 151, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-12e712be-08af-450c-9324-c9c09c491765:hover {background-color: rgba(255, 178, 165, 0.5) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-12e712be-08af-450c-9324-c9c09c491765:active {background-color: rgba(255, 178, 165, 0.5) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-12e712be-08af-450c-9324-c9c09c491765-root {
    text-align: center;
  }


#s-12e712be-08af-450c-9324-c9c09c491765.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-12e712be-08af-450c-9324-c9c09c491765-root {
    text-align: center;
  }


#s-12e712be-08af-450c-9324-c9c09c491765.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-12e712be-08af-450c-9324-c9c09c491765-root {
    text-align: center;
  }


#s-12e712be-08af-450c-9324-c9c09c491765.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-12e712be-08af-450c-9324-c9c09c491765-root {
    text-align: center;
  }


#s-12e712be-08af-450c-9324-c9c09c491765.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-12e712be-08af-450c-9324-c9c09c491765-root {
    text-align: center;
  }


#s-12e712be-08af-450c-9324-c9c09c491765.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-35d69e92-67a6-4cca-9f95-b2848048837c {
  background-repeat: no-repeat;
background-size: cover;
min-height: 300px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-35d69e92-67a6-4cca-9f95-b2848048837c {
  min-height: 240px;
}
}







#s-35d69e92-67a6-4cca-9f95-b2848048837c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-35d69e92-67a6-4cca-9f95-b2848048837c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-dfccf0b8-dce1-40cb-bc35-d866189e450d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dfccf0b8-dce1-40cb-bc35-d866189e450d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-dfccf0b8-dce1-40cb-bc35-d866189e450d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-dfccf0b8-dce1-40cb-bc35-d866189e450d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-dfccf0b8-dce1-40cb-bc35-d866189e450d"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-74e70dcc-8e35-4b2e-b5d6-723ad3c460a0 {
  padding-left: 30px;
padding-right: 30px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-74e70dcc-8e35-4b2e-b5d6-723ad3c460a0 {
  padding-left: 20px;
padding-right: 20px;
min-height: 240px;
}
}@media (max-width: 767px){#s-74e70dcc-8e35-4b2e-b5d6-723ad3c460a0 {
  margin-bottom: 20px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
}
}







#s-74e70dcc-8e35-4b2e-b5d6-723ad3c460a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-74e70dcc-8e35-4b2e-b5d6-723ad3c460a0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-250fb2ce-0c0e-4f89-8d41-1d07165c2960 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-250fb2ce-0c0e-4f89-8d41-1d07165c2960 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: -1px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-250fb2ce-0c0e-4f89-8d41-1d07165c2960 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  text-align: left;
}


}@media (max-width: 767px){#s-250fb2ce-0c0e-4f89-8d41-1d07165c2960 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  text-align: left;
}


}
#s-1d8a2f54-b104-4328-bab6-111f077f8bfa hr {
  border-top: 2px solid #ddd;
}

#s-572b9d9f-5ab2-4156-8222-c9b9c3aa3752 {
  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: 2px;
background-color: rgba(124, 137, 151, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-572b9d9f-5ab2-4156-8222-c9b9c3aa3752:hover {background-color: rgba(255, 178, 165, 0.5) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-572b9d9f-5ab2-4156-8222-c9b9c3aa3752:active {background-color: rgba(255, 178, 165, 0.5) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-572b9d9f-5ab2-4156-8222-c9b9c3aa3752-root {
    text-align: center;
  }


#s-572b9d9f-5ab2-4156-8222-c9b9c3aa3752.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-572b9d9f-5ab2-4156-8222-c9b9c3aa3752-root {
    text-align: center;
  }


#s-572b9d9f-5ab2-4156-8222-c9b9c3aa3752.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-572b9d9f-5ab2-4156-8222-c9b9c3aa3752-root {
    text-align: center;
  }


#s-572b9d9f-5ab2-4156-8222-c9b9c3aa3752.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-572b9d9f-5ab2-4156-8222-c9b9c3aa3752-root {
    text-align: center;
  }


#s-572b9d9f-5ab2-4156-8222-c9b9c3aa3752.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-572b9d9f-5ab2-4156-8222-c9b9c3aa3752-root {
    text-align: center;
  }


#s-572b9d9f-5ab2-4156-8222-c9b9c3aa3752.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-a972f132-6ca6-4de1-8daf-3bbda6369a36 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 300px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-a972f132-6ca6-4de1-8daf-3bbda6369a36 {
  min-height: 240px;
}
}







#s-a972f132-6ca6-4de1-8daf-3bbda6369a36 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a972f132-6ca6-4de1-8daf-3bbda6369a36.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-1b7622bd-3a47-4320-96f9-5eaaf8ce9f44"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1b7622bd-3a47-4320-96f9-5eaaf8ce9f44"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1b7622bd-3a47-4320-96f9-5eaaf8ce9f44"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1b7622bd-3a47-4320-96f9-5eaaf8ce9f44"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-93290ae0-bb9a-4872-a5b9-c79b1a5194c9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-93290ae0-bb9a-4872-a5b9-c79b1a5194c9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-93290ae0-bb9a-4872-a5b9-c79b1a5194c9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-93290ae0-bb9a-4872-a5b9-c79b1a5194c9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-93290ae0-bb9a-4872-a5b9-c79b1a5194c9"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-f60be426-223b-43d8-870a-83e1f4dc43b0 {
  padding-left: 30px;
padding-right: 30px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-f60be426-223b-43d8-870a-83e1f4dc43b0 {
  padding-left: 20px;
padding-right: 20px;
min-height: 240px;
}
}@media (max-width: 767px){#s-f60be426-223b-43d8-870a-83e1f4dc43b0 {
  margin-bottom: 20px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
}
}







#s-f60be426-223b-43d8-870a-83e1f4dc43b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f60be426-223b-43d8-870a-83e1f4dc43b0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8a23a2c8-c9a2-41bd-b3aa-177197aa8d4e {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-8a23a2c8-c9a2-41bd-b3aa-177197aa8d4e .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: -1px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-8a23a2c8-c9a2-41bd-b3aa-177197aa8d4e .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  text-align: left;
}


}@media (max-width: 767px){#s-8a23a2c8-c9a2-41bd-b3aa-177197aa8d4e .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  text-align: left;
}


}
#s-b61fb2ea-8042-4463-8358-a785572bd996 hr {
  border-top: 2px solid #ddd;
}

#s-2d270979-d44d-41b1-9787-2b92d6efa9f0 {
  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: 2px;
background-color: rgba(124, 137, 151, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-2d270979-d44d-41b1-9787-2b92d6efa9f0:hover {background-color: rgba(255, 178, 165, 0.5) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2d270979-d44d-41b1-9787-2b92d6efa9f0:active {background-color: rgba(255, 178, 165, 0.5) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-2d270979-d44d-41b1-9787-2b92d6efa9f0-root {
    text-align: center;
  }


#s-2d270979-d44d-41b1-9787-2b92d6efa9f0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2d270979-d44d-41b1-9787-2b92d6efa9f0-root {
    text-align: center;
  }


#s-2d270979-d44d-41b1-9787-2b92d6efa9f0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2d270979-d44d-41b1-9787-2b92d6efa9f0-root {
    text-align: center;
  }


#s-2d270979-d44d-41b1-9787-2b92d6efa9f0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2d270979-d44d-41b1-9787-2b92d6efa9f0-root {
    text-align: center;
  }


#s-2d270979-d44d-41b1-9787-2b92d6efa9f0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2d270979-d44d-41b1-9787-2b92d6efa9f0-root {
    text-align: center;
  }


#s-2d270979-d44d-41b1-9787-2b92d6efa9f0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-03c23a82-abe9-406c-b15f-c8d75828b93b {
  background-repeat: no-repeat;
background-size: cover;
min-height: 300px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-03c23a82-abe9-406c-b15f-c8d75828b93b {
  min-height: 240px;
}
}







#s-03c23a82-abe9-406c-b15f-c8d75828b93b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-03c23a82-abe9-406c-b15f-c8d75828b93b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-d77f88f6-0cb5-4665-a269-7a7173848957"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d77f88f6-0cb5-4665-a269-7a7173848957"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d77f88f6-0cb5-4665-a269-7a7173848957"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d77f88f6-0cb5-4665-a269-7a7173848957"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-d77f88f6-0cb5-4665-a269-7a7173848957"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-fb295b40-f10b-44cc-97e2-57d19952b028 {
  padding-left: 30px;
padding-right: 30px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-fb295b40-f10b-44cc-97e2-57d19952b028 {
  padding-left: 20px;
padding-right: 20px;
min-height: 240px;
}
}@media (max-width: 767px){#s-fb295b40-f10b-44cc-97e2-57d19952b028 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
}
}







#s-fb295b40-f10b-44cc-97e2-57d19952b028 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb295b40-f10b-44cc-97e2-57d19952b028.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-26ba9445-b224-4e13-a9e7-7ab2e1337233 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-26ba9445-b224-4e13-a9e7-7ab2e1337233 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: -1px;
  text-align: left;
}



#s-adb4e990-0242-4b9f-9372-d6f1538c1bdd hr {
  border-top: 2px solid #ddd;
}

#s-66c1d349-debc-48db-adb3-5abeb6e5648a {
  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: 2px;
background-color: rgba(124, 137, 151, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-66c1d349-debc-48db-adb3-5abeb6e5648a:hover {background-color: rgba(255, 178, 165, 0.5) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-66c1d349-debc-48db-adb3-5abeb6e5648a:active {background-color: rgba(255, 178, 165, 0.5) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-66c1d349-debc-48db-adb3-5abeb6e5648a-root {
    text-align: center;
  }


#s-66c1d349-debc-48db-adb3-5abeb6e5648a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-66c1d349-debc-48db-adb3-5abeb6e5648a-root {
    text-align: center;
  }


#s-66c1d349-debc-48db-adb3-5abeb6e5648a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-66c1d349-debc-48db-adb3-5abeb6e5648a-root {
    text-align: center;
  }


#s-66c1d349-debc-48db-adb3-5abeb6e5648a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-66c1d349-debc-48db-adb3-5abeb6e5648a-root {
    text-align: center;
  }


#s-66c1d349-debc-48db-adb3-5abeb6e5648a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-66c1d349-debc-48db-adb3-5abeb6e5648a-root {
    text-align: center;
  }


#s-66c1d349-debc-48db-adb3-5abeb6e5648a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-576180a0-a2f8-49f8-bf71-b5d4f3835acf {
  background-repeat: no-repeat;
background-size: cover;
min-height: 300px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-576180a0-a2f8-49f8-bf71-b5d4f3835acf {
  min-height: 240px;
}
}







#s-576180a0-a2f8-49f8-bf71-b5d4f3835acf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-576180a0-a2f8-49f8-bf71-b5d4f3835acf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8af79368-bcd3-4cea-82ef-ef4f443a404f {
  margin-top: 100px;
margin-left: 10%;
margin-bottom: 100px;
margin-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-8af79368-bcd3-4cea-82ef-ef4f443a404f {
  margin-top: 60px;
margin-left: 5%;
margin-bottom: 60px;
margin-right: 5%;
}
}@media (max-width: 767px){#s-8af79368-bcd3-4cea-82ef-ef4f443a404f {
  margin-top: 60px;
margin-left: 20px;
margin-bottom: 60px;
margin-right: 20px;
}
}







#s-8af79368-bcd3-4cea-82ef-ef4f443a404f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8af79368-bcd3-4cea-82ef-ef4f443a404f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f8df6e4c-3e59-4118-8531-b65827165e3d {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 15px;
text-align: center;
}

#s-f8df6e4c-3e59-4118-8531-b65827165e3d .shogun-heading-component h2 {
  color: rgba(33, 33, 33, 1);
  font-weight:  500 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-f8df6e4c-3e59-4118-8531-b65827165e3d .shogun-heading-component h2 {
  color: rgba(33, 33, 33, 1);
  font-weight:  500 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}@media (max-width: 767px){#s-f8df6e4c-3e59-4118-8531-b65827165e3d .shogun-heading-component h2 {
  color: rgba(33, 33, 33, 1);
  font-weight:  500 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}
#s-05ed0c5e-0e74-441f-a944-b4b9a58cfb03 {
  margin-left: 10%;
margin-bottom: 30px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-05ed0c5e-0e74-441f-a944-b4b9a58cfb03 {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-05ed0c5e-0e74-441f-a944-b4b9a58cfb03 .shogun-heading-component h4 {
  color: rgba(151, 125, 124, 1);
  font-weight:  300 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-05ed0c5e-0e74-441f-a944-b4b9a58cfb03 .shogun-heading-component h4 {
  color: rgba(151, 125, 124, 1);
  font-weight:  300 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}


}@media (max-width: 767px){#s-05ed0c5e-0e74-441f-a944-b4b9a58cfb03 .shogun-heading-component h4 {
  color: rgba(151, 125, 124, 1);
  font-weight:  300 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}


}
#s-3a0c18dc-26d0-419f-93b5-fdd3187de8f9 {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}

#s-3a0c18dc-26d0-419f-93b5-fdd3187de8f9 .shogun-form-box label.shogun-form-label {
  display: flex;
  font-weight:  normal;
  color: #000;
  
  
  
  
  
  
  padding-top: 0px;
  padding-bottom: 0px;
  
  
}

#s-3a0c18dc-26d0-419f-93b5-fdd3187de8f9 .shogun-form-success-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-style: ;
  color: #008000;
  font-family: Sarabun;
  font-weight: 500;
  line-height: 3em;
  
  justify-content: center;
}

#s-3a0c18dc-26d0-419f-93b5-fdd3187de8f9 .shogun-form-success-msg > svg {
  margin-right: 4px;
  stroke: #008000;
}

#s-3a0c18dc-26d0-419f-93b5-fdd3187de8f9 .shogun-form-error-msg-container, #s-3a0c18dc-26d0-419f-93b5-fdd3187de8f9 .shogun-form-field-error-msg-container {
  display: none;
}

#s-3a0c18dc-26d0-419f-93b5-fdd3187de8f9 .shogun-form-error-msg {
  
  
  color: #ff0000;
  
  
  line-height: 3em;
  
  
}

#s-3a0c18dc-26d0-419f-93b5-fdd3187de8f9 .shogun-form-field-error-msg > svg {
  margin-right: 4px;
  stroke: #ff0000;
}

@media (min-width: 0px) {
[id="s-0c6fc07d-16ab-4cef-8dc3-8e3ed4a5c5dd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0c6fc07d-16ab-4cef-8dc3-8e3ed4a5c5dd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0c6fc07d-16ab-4cef-8dc3-8e3ed4a5c5dd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0c6fc07d-16ab-4cef-8dc3-8e3ed4a5c5dd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0c6fc07d-16ab-4cef-8dc3-8e3ed4a5c5dd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0c6fc07d-16ab-4cef-8dc3-8e3ed4a5c5dd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0c6fc07d-16ab-4cef-8dc3-8e3ed4a5c5dd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-7fa0718e-ecd0-4428-92f4-4f0acd927877"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7fa0718e-ecd0-4428-92f4-4f0acd927877"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7fa0718e-ecd0-4428-92f4-4f0acd927877"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7fa0718e-ecd0-4428-92f4-4f0acd927877"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7fa0718e-ecd0-4428-92f4-4f0acd927877"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7fa0718e-ecd0-4428-92f4-4f0acd927877"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7fa0718e-ecd0-4428-92f4-4f0acd927877"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

.shogun-form-text-input-field {
  width: 100%;
}

.shogun-form-text-input-field:focus {
  outline: none;
}

textarea.shogun-form-text-input-field {
  resize: none;
  overflow: hidden;
  min-height: 70px !important;
}

#s-10098a41-42f7-47c7-9998-e0ebb311de64 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-10098a41-42f7-47c7-9998-e0ebb311de64  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: rgba(234, 223, 223, 1);
  border-radius: 4px;
  
  
  font-size: 18px;
  font-style: normal;
  color: rgba(159, 92, 93, 1);
  font-family: Sarabun;
  font-weight: normal;
  line-height: 1.75em;
  
}

#s-10098a41-42f7-47c7-9998-e0ebb311de64  .shogun-form-text-input-field::placeholder {
  font-size: 18px;
  font-style: ;
  color: rgba(192, 159, 159, 1);
  font-family: Sarabun;
  font-weight: ;
  
  
}


#s-10098a41-42f7-47c7-9998-e0ebb311de64 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: rgba(234, 223, 223, 1);
  border-radius: 2px;
  
  color: rgba(159, 92, 93, 1);
}



#s-10098a41-42f7-47c7-9998-e0ebb311de64 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: rgba(151, 125, 124, 1);
  border-radius: 2px;
  
  color: rgba(159, 92, 93, 1);
}


.shogun-form-box-submit {
  border: 0;
  font-size: 1em;
  line-height: 1.8;
}

.shogun-form-box-submit:focus {
  outline: none;
}

.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-5dc68742-c8fa-4597-b275-7d2564c15714 {
  border-style: solid;
margin-top: 5px;
padding-top: 13px;
padding-left: 20px;
padding-bottom: 13px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 4px;
color: #FFFFFF;
background-color: rgba(124, 137, 151, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
font-family: Sarabun;
font-weight: 600;
font-size: 18px;
}
#s-5dc68742-c8fa-4597-b275-7d2564c15714: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: 4px !important;
background-color: rgba(171, 126, 126, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5dc68742-c8fa-4597-b275-7d2564c15714:active {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: 4px !important;
background-color: rgba(120, 76, 76, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-5dc68742-c8fa-4597-b275-7d2564c15714 {
  margin-top: 20px;
}
}
#s-5dc68742-c8fa-4597-b275-7d2564c15714[disabled],
#s-5dc68742-c8fa-4597-b275-7d2564c15714[disabled]:hover,
#s-5dc68742-c8fa-4597-b275-7d2564c15714[disabled]:focus {
  background-color: #D7D5E2 !important;
}

#s-5dc68742-c8fa-4597-b275-7d2564c15714 {
  display:  block ;
  width:  100% ;
}


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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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