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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content p {
  
  
  
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-0a9a29ce-1bb6-483a-a5d8-89f74493ebe5 {
  text-align: center;
}

#s-0a9a29ce-1bb6-483a-a5d8-89f74493ebe5 {
  overflow: hidden;
  
  
}







  #s-0a9a29ce-1bb6-483a-a5d8-89f74493ebe5 img.shogun-image {
    

    
    
    
  }


#s-0a9a29ce-1bb6-483a-a5d8-89f74493ebe5 .shogun-image-content {
  
    justify-content: center;
  
}

#s-6da88a3c-8f25-4b03-89d2-976fdc709bd3 {
  margin-top: 4px;
}

#s-b4abfc53-db30-42f5-bcea-2d7ebb8d9d5a {
  margin-top: 14px;
margin-bottom: 11px;
}

.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.shogun-tabs-body > .shogun-tab-content {
  display: none;
}

.shogun-tabs-body > .shogun-tab-content.shogun-tab-active {
  animation: fadeIn 0.5s;
  display: block;
}

.shogun-tab-border {
  position: absolute;
}

.shogun-tab-title {
  white-space: nowrap;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  transform: translateZ(1000px);
}

#s-e67f128d-f9e3-4478-9dd6-7d63908172f4 {
  margin-top: 7px;
margin-bottom: 40px;
}
@media (max-width: 767px){#s-e67f128d-f9e3-4478-9dd6-7d63908172f4 {
  margin-bottom: 0px;
}
}

  #s-e67f128d-f9e3-4478-9dd6-7d63908172f4 .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 7px solid #DDDDDD;
  }
  #s-e67f128d-f9e3-4478-9dd6-7d63908172f4 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: #F4F4F4;
    border: 7px solid #ddd;
  }
#s-e67f128d-f9e3-4478-9dd6-7d63908172f4 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: #50b3da;
  
  
  
  font-size: 16px;
}

#s-e67f128d-f9e3-4478-9dd6-7d63908172f4 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: #555;
}

#s-e67f128d-f9e3-4478-9dd6-7d63908172f4 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 7px);
  left: 7px;
  bottom: -7px;
  height: 7px;
  background: #F4F4F4;
}

#s-e67f128d-f9e3-4478-9dd6-7d63908172f4 .shogun-tabs-body {
  margin-top: -7px;
  border-top: 7px solid #ddd;
}

#s-dc421131-dfd3-49ee-8147-a29420dbceab {
  margin-left: 18px;
margin-right: 18px;
}

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

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

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

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

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

#s-44db9725-9aee-4108-81a2-555cfee35bc6 {
  margin-top: -5px;
margin-left: 0px;
margin-bottom: 23px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-44db9725-9aee-4108-81a2-555cfee35bc6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-44db9725-9aee-4108-81a2-555cfee35bc6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-44db9725-9aee-4108-81a2-555cfee35bc6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-44db9725-9aee-4108-81a2-555cfee35bc6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-44db9725-9aee-4108-81a2-555cfee35bc6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-44db9725-9aee-4108-81a2-555cfee35bc6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-44db9725-9aee-4108-81a2-555cfee35bc6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-f09ad076-5687-4b74-a94e-614388396b1a {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: center;
}

#s-f09ad076-5687-4b74-a94e-614388396b1a {
  overflow: hidden;
  
  
}







  #s-f09ad076-5687-4b74-a94e-614388396b1a img.shogun-image {
    

    
    
    
  }


#s-f09ad076-5687-4b74-a94e-614388396b1a .shogun-image-content {
  
    justify-content: center;
  
}

#s-356352fc-1b34-4af5-b038-7f76e83bd5ae {
  margin-top: 19px;
margin-left: 0px;
margin-bottom: 19px;
margin-right: 105px;
}
@media (max-width: 767px){#s-356352fc-1b34-4af5-b038-7f76e83bd5ae {
  margin-left: 33px;
margin-right: 33px;
}
}
#s-140231cc-2934-4401-b741-f5f1a32792fc {
  text-align: center;
}
@media (max-width: 767px){#s-140231cc-2934-4401-b741-f5f1a32792fc {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-140231cc-2934-4401-b741-f5f1a32792fc {
  overflow: hidden;
  
  
}







  #s-140231cc-2934-4401-b741-f5f1a32792fc img.shogun-image {
    

    
    
    
  }


#s-140231cc-2934-4401-b741-f5f1a32792fc .shogun-image-content {
  
    justify-content: center;
  
}

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

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

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

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

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

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

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

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

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

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

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

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

#s-287cc0fe-775f-41b3-86c0-3fa998469289 {
  min-height: 50px;
}








#s-287cc0fe-775f-41b3-86c0-3fa998469289 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-287cc0fe-775f-41b3-86c0-3fa998469289.shg-box.shg-c {
  justify-content: center;
}

@media (max-width: 767px){#s-11f4fc97-d974-4d35-aab9-c03a8576b1d4 {
  margin-top: 10px;
}
}
#s-450ed203-6297-46ed-90e3-1fe4ff6e4ad5 {
  background-repeat: repeat;
background-size: contain;
margin-top: 26px;
margin-bottom: 5px;
padding-top: 45px;
padding-left: 55px;
padding-bottom: 45px;
padding-right: 55px;
min-height: 50px;
background-position: center center;
}








#s-450ed203-6297-46ed-90e3-1fe4ff6e4ad5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-450ed203-6297-46ed-90e3-1fe4ff6e4ad5.shg-box.shg-c {
  justify-content: center;
}

#s-27cc8034-b183-4164-a662-a4e7f4836892 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-27cc8034-b183-4164-a662-a4e7f4836892"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-27cc8034-b183-4164-a662-a4e7f4836892"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-27cc8034-b183-4164-a662-a4e7f4836892"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-27cc8034-b183-4164-a662-a4e7f4836892"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-27cc8034-b183-4164-a662-a4e7f4836892"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-27cc8034-b183-4164-a662-a4e7f4836892"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-27cc8034-b183-4164-a662-a4e7f4836892"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-d99960b6-8548-45c7-ae50-edab14456942 {
  margin-top: -24px;
margin-bottom: -24px;
border-radius: 7px;
text-align: center;
}
@media (max-width: 767px){#s-d99960b6-8548-45c7-ae50-edab14456942 {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
}
}
#s-d99960b6-8548-45c7-ae50-edab14456942 {
  overflow: hidden;
  
  
}







  #s-d99960b6-8548-45c7-ae50-edab14456942 img.shogun-image {
    

    
    
    
  }


#s-d99960b6-8548-45c7-ae50-edab14456942 .shogun-image-content {
  
    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;
  
  
  text-transform: none;
  
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-eaeeb883-b347-4617-a7f3-3c0a5d1068cb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-eaeeb883-b347-4617-a7f3-3c0a5d1068cb {
  margin-top: 10px;
margin-bottom: 10px;
}
}
#s-eaeeb883-b347-4617-a7f3-3c0a5d1068cb .shogun-heading-component h1 {
  color: rgba(22, 2, 2, 1);
  font-weight:  normal ;
  font-family: "Source Serif Pro";
  font-style:  normal ;
  
  
  
  text-align: center;
}



#s-7ace0fb3-0ae0-443a-8327-03d3ba485165 {
  margin-left: 8px;
margin-right: 0px;
}
@media (max-width: 767px){#s-7ace0fb3-0ae0-443a-8327-03d3ba485165 {
  margin-top: 11px;
}
}
.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

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

.shg-btn-text {
  
  
}

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

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

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

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

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

#s-1725416e-8aa2-4327-b3c3-debd1e31107a {
  box-shadow:0px 10px 15px 1px rgba(123, 132, 131, 1);
margin-top: 16px;
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: rgba(123, 132, 131, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(216, 41, 163, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
color: rgba(255, 255, 255, 1);
line-height: 0.5em;
}
#s-1725416e-8aa2-4327-b3c3-debd1e31107a:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMGNhNmRmN2QtMmUzMy00NTJmLWExNTEtZTVhNTgwMTgzZDNhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMWRiOGUxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwY2E2ZGY3ZC0yZTMzLTQ1MmYtYTE1MS1lNWE1ODAxODNkM2EpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(216, 41, 163, 1) !important;
border-radius: 0px !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#1db8e1"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;
hover-type: gradient !important;
color: rgba(255, 255, 255, 1) !important;}#s-1725416e-8aa2-4327-b3c3-debd1e31107a:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(248, 173, 168, 1) !important;}

  #s-1725416e-8aa2-4327-b3c3-debd1e31107a-root {
    text-align: center;
  }


#s-1725416e-8aa2-4327-b3c3-debd1e31107a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  font-weight: 600;
  
  font-family: Sarabun;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1725416e-8aa2-4327-b3c3-debd1e31107a-root {
    text-align: center;
  }


#s-1725416e-8aa2-4327-b3c3-debd1e31107a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  font-weight: 600;
  
  font-family: Sarabun;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1725416e-8aa2-4327-b3c3-debd1e31107a-root {
    text-align: center;
  }


#s-1725416e-8aa2-4327-b3c3-debd1e31107a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  font-weight: 600;
  
  font-family: Sarabun;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1725416e-8aa2-4327-b3c3-debd1e31107a-root {
    text-align: center;
  }


#s-1725416e-8aa2-4327-b3c3-debd1e31107a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  font-weight: 600;
  
  font-family: Sarabun;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1725416e-8aa2-4327-b3c3-debd1e31107a-root {
    text-align: center;
  }


#s-1725416e-8aa2-4327-b3c3-debd1e31107a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  font-weight: 600;
  
  font-family: Sarabun;
  display:  inline-block ;
}
}
#s-e6f5ebb0-3f22-420e-9235-df3632a68805 {
  min-height: 50px;
}








#s-e6f5ebb0-3f22-420e-9235-df3632a68805 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e6f5ebb0-3f22-420e-9235-df3632a68805.shg-box.shg-c {
  justify-content: center;
}

#s-0688cdf5-79f9-4072-b33b-1aa5e41a2b94 {
  min-height: 50px;
}








#s-0688cdf5-79f9-4072-b33b-1aa5e41a2b94 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0688cdf5-79f9-4072-b33b-1aa5e41a2b94.shg-box.shg-c {
  justify-content: center;
}

#s-05d23bfa-0bc6-4115-844d-42b4d3ff7cc9 {
  margin-top: -30px;
margin-left: auto;
margin-bottom: -21px;
margin-right: auto;
padding-top: 75px;
padding-bottom: 75px;
min-height: 50px;
max-width: 1200px;
}
@media (max-width: 767px){#s-05d23bfa-0bc6-4115-844d-42b4d3ff7cc9 {
  margin-left: 17%;
margin-right: 17%;
}
}







#s-05d23bfa-0bc6-4115-844d-42b4d3ff7cc9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-05d23bfa-0bc6-4115-844d-42b4d3ff7cc9 {
  cursor: pointer;
}#s-05d23bfa-0bc6-4115-844d-42b4d3ff7cc9.shg-box.shg-c {
  justify-content: center;
}

#s-67362b64-da01-4dce-89bb-57971d60de30 {
  text-align: center;
}

#s-67362b64-da01-4dce-89bb-57971d60de30 .shogun-heading-component h1 {
  color: rgba(22, 2, 2, 1);
  font-weight:  700 ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 32px;
  line-height: 0.5em;
  
  
}



#s-d1f13edd-79dc-450f-8d56-62ca07c55461 {
  margin-top: 15px;
margin-bottom: 15px;
padding-bottom: 10px;
text-align: center;
}

#s-d1f13edd-79dc-450f-8d56-62ca07c55461 .shogun-heading-component h4 {
  color: rgba(131, 51, 51, 1);
  font-weight:  800 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.6em;
  letter-spacing: 2px;
  
}



#s-12d4efa0-84a9-41f5-8625-6e41278681fc {
  margin-top: 15px;
margin-bottom: 10px;
}

#s-ed0082a6-4496-4820-b4d7-f40c291469c9 {
  margin-left: auto;
margin-right: auto;
max-width: 900px;
background-color: rgba(246, 232, 216, 0);
}

@media (min-width: 0px) {
[id="s-ed0082a6-4496-4820-b4d7-f40c291469c9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ed0082a6-4496-4820-b4d7-f40c291469c9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ed0082a6-4496-4820-b4d7-f40c291469c9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ed0082a6-4496-4820-b4d7-f40c291469c9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-17b1e8dd-c152-4af2-be78-5182178cf5fa {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 7px;
min-height: 50px;
background-color: rgba(246, 232, 216, 1);
}








#s-17b1e8dd-c152-4af2-be78-5182178cf5fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-17b1e8dd-c152-4af2-be78-5182178cf5fa.shg-box.shg-c {
  justify-content: center;
}

#s-f2fbe058-2a83-46ea-8696-66547ec02eae {
  text-align: center;
}

#s-f2fbe058-2a83-46ea-8696-66547ec02eae {
  overflow: hidden;
  
  
}







  #s-f2fbe058-2a83-46ea-8696-66547ec02eae img.shogun-image {
    

    
    
    
  }


#s-f2fbe058-2a83-46ea-8696-66547ec02eae .shogun-image-content {
  
    justify-content: center;
  
}

#s-6e731dbe-7177-46d3-a0a3-7922f25fe443 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
}

#s-97d649e6-3849-42bf-a4c9-beb6f128b99d {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 7px;
min-height: 50px;
background-color: rgba(246, 232, 216, 1);
}








#s-97d649e6-3849-42bf-a4c9-beb6f128b99d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-97d649e6-3849-42bf-a4c9-beb6f128b99d.shg-box.shg-c {
  justify-content: center;
}

#s-45d0251b-c671-44c6-92f6-4a51fb884f8a {
  text-align: center;
}

#s-45d0251b-c671-44c6-92f6-4a51fb884f8a {
  overflow: hidden;
  
  
}







  #s-45d0251b-c671-44c6-92f6-4a51fb884f8a img.shogun-image {
    

    
    
    
  }


#s-45d0251b-c671-44c6-92f6-4a51fb884f8a .shogun-image-content {
  
    justify-content: center;
  
}

#s-19922a2e-56a0-4fb4-ba27-a3431a7f0c58 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
}

#s-fe177fd9-5355-4b12-a361-52ec2dd65aa3 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 7px;
min-height: 50px;
background-color: rgba(246, 232, 216, 1);
}








#s-fe177fd9-5355-4b12-a361-52ec2dd65aa3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fe177fd9-5355-4b12-a361-52ec2dd65aa3.shg-box.shg-c {
  justify-content: center;
}

#s-7f56b7d6-39b3-4bb7-806a-4aa4ad2eccf0 {
  text-align: center;
}

#s-7f56b7d6-39b3-4bb7-806a-4aa4ad2eccf0 {
  overflow: hidden;
  
  
}







  #s-7f56b7d6-39b3-4bb7-806a-4aa4ad2eccf0 img.shogun-image {
    

    
    
    
  }


#s-7f56b7d6-39b3-4bb7-806a-4aa4ad2eccf0 .shogun-image-content {
  
    justify-content: center;
  
}

#s-c40e95d7-72c0-4592-ac14-23840e6b8dab {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
}

#s-667d2649-df3f-4730-b7f7-cf34f2048d5e {
  margin-top: 25px;
margin-left: auto;
margin-right: auto;
max-width: 900px;
}

#s-16081da2-cbc0-4cda-acf6-b3ded2271ebc {
  box-shadow:1px 7px 15px 1px rgba(123, 132, 131, 1);
margin-top: 33px;
margin-bottom: 33px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(123, 132, 131, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(216, 41, 163, 1);
text-align: center;
text-decoration: none;
}
#s-16081da2-cbc0-4cda-acf6-b3ded2271ebc:hover {box-shadow:1px 10px 15px 1px rgba(123, 132, 131, 1) !important;
border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(123, 132, 131, 1) !important;
border-radius: 11px !important;
background-color: rgba(216, 41, 163, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-16081da2-cbc0-4cda-acf6-b3ded2271ebc:active {background-color: rgba(68, 201, 201, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-16081da2-cbc0-4cda-acf6-b3ded2271ebc-root {
    text-align: center;
  }


#s-16081da2-cbc0-4cda-acf6-b3ded2271ebc.shg-btn {
  color: #ffffff;
  font-size: 25px;
  font-weight: 600;
  
  font-family: Sarabun;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-16081da2-cbc0-4cda-acf6-b3ded2271ebc-root {
    text-align: center;
  }


#s-16081da2-cbc0-4cda-acf6-b3ded2271ebc.shg-btn {
  color: #ffffff;
  font-size: 25px;
  font-weight: 600;
  
  font-family: Sarabun;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-16081da2-cbc0-4cda-acf6-b3ded2271ebc-root {
    text-align: center;
  }


#s-16081da2-cbc0-4cda-acf6-b3ded2271ebc.shg-btn {
  color: #ffffff;
  font-size: 25px;
  font-weight: 600;
  
  font-family: Sarabun;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-16081da2-cbc0-4cda-acf6-b3ded2271ebc-root {
    text-align: center;
  }


#s-16081da2-cbc0-4cda-acf6-b3ded2271ebc.shg-btn {
  color: #ffffff;
  font-size: 25px;
  font-weight: 600;
  
  font-family: Sarabun;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-16081da2-cbc0-4cda-acf6-b3ded2271ebc-root {
    text-align: center;
  }


#s-16081da2-cbc0-4cda-acf6-b3ded2271ebc.shg-btn {
  color: #ffffff;
  font-size: 25px;
  font-weight: 600;
  
  font-family: Sarabun;
  display:  inline-block ;
}
}
#s-b9da3518-5627-48cd-b87c-f060a3dca00a {
  margin-top: 0px;
padding-top: 0px;
min-height: 120px;
background-color: rgba(246, 232, 216, 1);
}
@media (max-width: 767px){#s-b9da3518-5627-48cd-b87c-f060a3dca00a {
  display: none;
}
#s-b9da3518-5627-48cd-b87c-f060a3dca00a, #wrap-s-b9da3518-5627-48cd-b87c-f060a3dca00a, #wrap-content-s-b9da3518-5627-48cd-b87c-f060a3dca00a { display: none !important; }}







#s-b9da3518-5627-48cd-b87c-f060a3dca00a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b9da3518-5627-48cd-b87c-f060a3dca00a.shg-box.shg-c {
  justify-content: center;
}

#s-22c9a3f0-cc48-421a-a983-2daeeb4b212e {
  margin-left: auto;
margin-right: auto;
max-width: 1100px;
}

@media (min-width: 0px) {
[id="s-22c9a3f0-cc48-421a-a983-2daeeb4b212e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 27.5px);
}

}

@media (min-width: 768px) {
[id="s-22c9a3f0-cc48-421a-a983-2daeeb4b212e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 45.833333333333336px);
}

}

@media (min-width: 992px) {
[id="s-22c9a3f0-cc48-421a-a983-2daeeb4b212e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 45.833333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-22c9a3f0-cc48-421a-a983-2daeeb4b212e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 45.833333333333336px);
}

}

#s-f0ecfae7-7b28-4c03-90f3-0f6eb05e98c9 {
  text-align: center;
}

#s-f0ecfae7-7b28-4c03-90f3-0f6eb05e98c9 {
  overflow: hidden;
  
  
}







  #s-f0ecfae7-7b28-4c03-90f3-0f6eb05e98c9 img.shogun-image {
    

    
    
    
  }


#s-f0ecfae7-7b28-4c03-90f3-0f6eb05e98c9 .shogun-image-content {
  
    justify-content: center;
  
}

#s-02e8feb6-7485-4b22-9cc8-41b920429073 {
  margin-top: 18px;
margin-bottom: 18px;
}

#s-02e8feb6-7485-4b22-9cc8-41b920429073 {
  overflow: hidden;
  
  
}







  #s-02e8feb6-7485-4b22-9cc8-41b920429073 img.shogun-image {
    

    
    
    
  }


#s-02e8feb6-7485-4b22-9cc8-41b920429073 .shogun-image-content {
  
    justify-content: center;
  
}

#s-e4e13ddb-847f-438e-a8d0-43c7e84ab8f1 {
  margin-top: 18px;
margin-bottom: 18px;
text-align: center;
}

#s-e4e13ddb-847f-438e-a8d0-43c7e84ab8f1 {
  overflow: hidden;
  
  
}







  #s-e4e13ddb-847f-438e-a8d0-43c7e84ab8f1 img.shogun-image {
    

    
    
    
  }


#s-e4e13ddb-847f-438e-a8d0-43c7e84ab8f1 .shogun-image-content {
  
    justify-content: center;
  
}

#s-7578bb0a-b66a-43b3-9a55-533bac6a9a51 {
  text-align: center;
}

#s-7578bb0a-b66a-43b3-9a55-533bac6a9a51 {
  overflow: hidden;
  
  
}







  #s-7578bb0a-b66a-43b3-9a55-533bac6a9a51 img.shogun-image {
    

    
    
    
  }


#s-7578bb0a-b66a-43b3-9a55-533bac6a9a51 .shogun-image-content {
  
    justify-content: center;
  
}

#s-e49c9f86-1f07-49ca-85b9-5a6927dc9393 {
  text-align: center;
}

#s-e49c9f86-1f07-49ca-85b9-5a6927dc9393 {
  overflow: hidden;
  
  
}







  #s-e49c9f86-1f07-49ca-85b9-5a6927dc9393 img.shogun-image {
    

    
    
    
  }


#s-e49c9f86-1f07-49ca-85b9-5a6927dc9393 .shogun-image-content {
  
    justify-content: center;
  
}

#s-b9278b79-80a7-4ef4-97a3-e18f569ee5fe {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}

#s-b9278b79-80a7-4ef4-97a3-e18f569ee5fe {
  overflow: hidden;
  
  
}







  #s-b9278b79-80a7-4ef4-97a3-e18f569ee5fe img.shogun-image {
    

    
    
    
  }


#s-b9278b79-80a7-4ef4-97a3-e18f569ee5fe .shogun-image-content {
  
    justify-content: center;
  
}

#s-4c472ccd-cd5d-4427-acda-a4dadc4cd3df {
  margin-left: auto;
margin-bottom: 75px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 1200px;
}
@media (max-width: 767px){#s-4c472ccd-cd5d-4427-acda-a4dadc4cd3df {
  margin-left: 35px;
margin-right: 35px;
}
}
@media (min-width: 0px) {
[id="s-4c472ccd-cd5d-4427-acda-a4dadc4cd3df"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4c472ccd-cd5d-4427-acda-a4dadc4cd3df"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 50.0px);
}

[id="s-4c472ccd-cd5d-4427-acda-a4dadc4cd3df"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-4c472ccd-cd5d-4427-acda-a4dadc4cd3df"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 50.0px);
}

[id="s-4c472ccd-cd5d-4427-acda-a4dadc4cd3df"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-4c472ccd-cd5d-4427-acda-a4dadc4cd3df"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 50.0px);
}

[id="s-4c472ccd-cd5d-4427-acda-a4dadc4cd3df"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

#s-00b01119-4c3a-4513-bb77-59a043649a33 {
  margin-top: 50px;
}
@media (max-width: 767px){#s-00b01119-4c3a-4513-bb77-59a043649a33 {
  padding-left: 25px;
padding-right: 25px;
}
}
@media (min-width: 0px) {
[id="s-00b01119-4c3a-4513-bb77-59a043649a33"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-00b01119-4c3a-4513-bb77-59a043649a33"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-00b01119-4c3a-4513-bb77-59a043649a33"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-00b01119-4c3a-4513-bb77-59a043649a33"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-00b01119-4c3a-4513-bb77-59a043649a33"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-00b01119-4c3a-4513-bb77-59a043649a33"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-00b01119-4c3a-4513-bb77-59a043649a33"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-451f99a1-6785-4a7f-a5a6-84415ca3d233 {
  text-align: center;
}
@media (max-width: 767px){#s-451f99a1-6785-4a7f-a5a6-84415ca3d233 {
  max-width: 75px;
display: none;
}
#s-451f99a1-6785-4a7f-a5a6-84415ca3d233, #wrap-s-451f99a1-6785-4a7f-a5a6-84415ca3d233, #wrap-content-s-451f99a1-6785-4a7f-a5a6-84415ca3d233 { display: none !important; }}
#s-451f99a1-6785-4a7f-a5a6-84415ca3d233 {
  overflow: hidden;
  
  
}







  #s-451f99a1-6785-4a7f-a5a6-84415ca3d233 img.shogun-image {
    

    
    
    
  }


#s-451f99a1-6785-4a7f-a5a6-84415ca3d233 .shogun-image-content {
  
    justify-content: center;
  
}

#s-5185040b-099e-4903-83db-6a550c7cf7e3 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-5185040b-099e-4903-83db-6a550c7cf7e3 {
  margin-top: -1px;
margin-left: 0px;
margin-bottom: -1px;
margin-right: 0px;
}
}
#s-5185040b-099e-4903-83db-6a550c7cf7e3 .shogun-heading-component h1 {
  color: rgba(22, 2, 2, 1);
  font-weight:  500 ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  font-size: 41px;
  
  letter-spacing: -2px;
  text-align: left;
}



#s-750570cc-b4c6-47c7-880d-f0bce87ba593 {
  margin-top: 15px;
margin-bottom: 15px;
text-align: left;
}

#s-750570cc-b4c6-47c7-880d-f0bce87ba593 .shogun-heading-component h5 {
  color: rgba(210, 117, 29, 1);
  font-weight:  700 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 15px;
  
  letter-spacing: 2px;
  text-align: left;
}



#s-c211ad6a-3923-4b4a-9cb5-270f9db925be {
  margin-right: 55px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-c211ad6a-3923-4b4a-9cb5-270f9db925be {
  margin-right: 0px;
}
}
#s-c211ad6a-3923-4b4a-9cb5-270f9db925be .shogun-heading-component h4 {
  color: rgba(22, 2, 2, 1);
  font-weight:  500 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.7em;
  
  text-align: left;
}



#s-9e009926-6e69-41d3-9bb9-d8110c5f4856 {
  box-shadow:1px 20px 60px 1px rgba(212, 173, 137, 0.47);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 500px;
text-align: center;
}
@media (max-width: 767px){#s-9e009926-6e69-41d3-9bb9-d8110c5f4856 {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
}
}
#s-9e009926-6e69-41d3-9bb9-d8110c5f4856 {
  overflow: hidden;
  
  
}







  #s-9e009926-6e69-41d3-9bb9-d8110c5f4856 img.shogun-image {
    

    
    
    
  }


#s-9e009926-6e69-41d3-9bb9-d8110c5f4856 .shogun-image-content {
  
    justify-content: center;
  
}

#s-a3ded037-aa03-4804-9fb8-30c9a1e77486 {
  box-shadow:1px 10px 15px 1px rgba(123, 132, 131, 1);
border-style: solid;
margin-top: 15px;
margin-bottom: 15px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(123, 132, 131, 1);
border-radius: 0px;
background-color: rgba(216, 41, 163, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-a3ded037-aa03-4804-9fb8-30c9a1e77486:hover {box-shadow:1px 10px 15px 1px rgba(123, 132, 131, 1) !important;
border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(123, 132, 131, 1) !important;
border-radius: 11px !important;
background-color: rgba(216, 41, 163, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a3ded037-aa03-4804-9fb8-30c9a1e77486:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(68, 201, 201, 1) !important;}

  #s-a3ded037-aa03-4804-9fb8-30c9a1e77486-root {
    text-align: center;
  }


#s-a3ded037-aa03-4804-9fb8-30c9a1e77486.shg-btn {
  color: #ffffff;
  font-size: 28px;
  font-weight: 600;
  
  font-family: Sarabun;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a3ded037-aa03-4804-9fb8-30c9a1e77486-root {
    text-align: center;
  }


#s-a3ded037-aa03-4804-9fb8-30c9a1e77486.shg-btn {
  color: #ffffff;
  font-size: 28px;
  font-weight: 600;
  
  font-family: Sarabun;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a3ded037-aa03-4804-9fb8-30c9a1e77486-root {
    text-align: center;
  }


#s-a3ded037-aa03-4804-9fb8-30c9a1e77486.shg-btn {
  color: #ffffff;
  font-size: 28px;
  font-weight: 600;
  
  font-family: Sarabun;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a3ded037-aa03-4804-9fb8-30c9a1e77486-root {
    text-align: center;
  }


#s-a3ded037-aa03-4804-9fb8-30c9a1e77486.shg-btn {
  color: #ffffff;
  font-size: 28px;
  font-weight: 600;
  
  font-family: Sarabun;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a3ded037-aa03-4804-9fb8-30c9a1e77486-root {
    text-align: center;
  }


#s-a3ded037-aa03-4804-9fb8-30c9a1e77486.shg-btn {
  color: #ffffff;
  font-size: 28px;
  font-weight: 600;
  
  font-family: Sarabun;
  display:  inline-block ;
}
}
#s-00f52ba3-f6b3-4ce8-b14a-c17f9e644b41 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-00f52ba3-f6b3-4ce8-b14a-c17f9e644b41 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-00f52ba3-f6b3-4ce8-b14a-c17f9e644b41 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-00f52ba3-f6b3-4ce8-b14a-c17f9e644b41 {
  
}
}@media (max-width: 767px){#s-00f52ba3-f6b3-4ce8-b14a-c17f9e644b41 {
  
}
}







#s-00f52ba3-f6b3-4ce8-b14a-c17f9e644b41 > .shg-box-overlay {
  background-color: rgba(222, 247, 250, 1);
  opacity: 0;
  display: block;
}#s-00f52ba3-f6b3-4ce8-b14a-c17f9e644b41.shg-box.shg-c {
  justify-content: center;
}

#s-1c52b805-f958-4b47-a641-a3c498dbded2 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-1c52b805-f958-4b47-a641-a3c498dbded2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1c52b805-f958-4b47-a641-a3c498dbded2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1c52b805-f958-4b47-a641-a3c498dbded2 {
  
}
}@media (max-width: 767px){#s-1c52b805-f958-4b47-a641-a3c498dbded2 {
  
}
}







#s-1c52b805-f958-4b47-a641-a3c498dbded2 > .shg-box-overlay {
  background-color: rgba(222, 247, 250, 1);
  opacity: 0;
  display: block;
}#s-1c52b805-f958-4b47-a641-a3c498dbded2.shg-box.shg-c {
  justify-content: center;
}

#s-65a0fb77-ffe2-4de1-917f-f15668a1624e {
  box-shadow:0px -7px 15px 10px rgba(246, 232, 216, 1);
margin-left: 0px;
margin-right: 0px;
background-color: rgba(246, 232, 216, 1);
}

@media (min-width: 0px) {
[id="s-65a0fb77-ffe2-4de1-917f-f15668a1624e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-65a0fb77-ffe2-4de1-917f-f15668a1624e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-65a0fb77-ffe2-4de1-917f-f15668a1624e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-65a0fb77-ffe2-4de1-917f-f15668a1624e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-65a0fb77-ffe2-4de1-917f-f15668a1624e"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-3f7466e7-7412-4385-b1e6-f718007970b2 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 20%;
padding-right: 20%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(246, 232, 216, 1);
border-style: solid;
border-radius: 25px;
text-align: center;
}
@media (max-width: 767px){#s-3f7466e7-7412-4385-b1e6-f718007970b2 {
  margin-top: 15px;
}
}
#s-3f7466e7-7412-4385-b1e6-f718007970b2 {
  overflow: hidden;
  
  
}







  #s-3f7466e7-7412-4385-b1e6-f718007970b2 img.shogun-image {
    

    
    
    
  }


#s-3f7466e7-7412-4385-b1e6-f718007970b2 .shogun-image-content {
  
    justify-content: center;
  
}

#s-aea438b4-5545-4076-b55b-34f95b43dafa {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-aea438b4-5545-4076-b55b-34f95b43dafa {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-aea438b4-5545-4076-b55b-34f95b43dafa {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-aea438b4-5545-4076-b55b-34f95b43dafa {
  
}
}@media (max-width: 767px){#s-aea438b4-5545-4076-b55b-34f95b43dafa {
  
}
}
#s-aea438b4-5545-4076-b55b-34f95b43dafa .shogun-heading-component h1 {
  color: rgba(22, 2, 2, 1);
  font-weight:  normal ;
  font-family: "IBM Plex Serif";
  font-style:  normal ;
  
  
  
  
}



#s-235cb13e-b837-40d8-b414-8d1428b5c200 {
  margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
}

#s-7aef21a4-f8b6-4d78-a75c-8ef5a3731ec1 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(216, 41, 163, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-7aef21a4-f8b6-4d78-a75c-8ef5a3731ec1:hover {background-color: rgba(17, 205, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7aef21a4-f8b6-4d78-a75c-8ef5a3731ec1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7aef21a4-f8b6-4d78-a75c-8ef5a3731ec1-root {
    text-align: center;
  }


#s-7aef21a4-f8b6-4d78-a75c-8ef5a3731ec1.shg-btn {
  color: #ffffff;
  font-size: 23px;
  font-weight: 500;
  
  font-family: Ubuntu;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7aef21a4-f8b6-4d78-a75c-8ef5a3731ec1-root {
    text-align: center;
  }


#s-7aef21a4-f8b6-4d78-a75c-8ef5a3731ec1.shg-btn {
  color: #ffffff;
  font-size: 23px;
  font-weight: 500;
  
  font-family: Ubuntu;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7aef21a4-f8b6-4d78-a75c-8ef5a3731ec1-root {
    text-align: center;
  }


#s-7aef21a4-f8b6-4d78-a75c-8ef5a3731ec1.shg-btn {
  color: #ffffff;
  font-size: 23px;
  font-weight: 500;
  
  font-family: Ubuntu;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7aef21a4-f8b6-4d78-a75c-8ef5a3731ec1-root {
    text-align: center;
  }


#s-7aef21a4-f8b6-4d78-a75c-8ef5a3731ec1.shg-btn {
  color: #ffffff;
  font-size: 23px;
  font-weight: 500;
  
  font-family: Ubuntu;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7aef21a4-f8b6-4d78-a75c-8ef5a3731ec1-root {
    text-align: center;
  }


#s-7aef21a4-f8b6-4d78-a75c-8ef5a3731ec1.shg-btn {
  color: #ffffff;
  font-size: 23px;
  font-weight: 500;
  
  font-family: Ubuntu;
  display:  inline-block ;
}
}
#s-7104f050-45fb-46a2-ae65-69eb41c9e683 {
  margin-right: 0%;
padding-top: 0px;
padding-left: 15%;
padding-bottom: 0px;
padding-right: 15%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(246, 232, 216, 1);
border-style: solid;
border-radius: 55px;
text-align: center;
background-color: rgba(246, 232, 216, 1);
}

#s-7104f050-45fb-46a2-ae65-69eb41c9e683 {
  overflow: hidden;
  
  
}







  #s-7104f050-45fb-46a2-ae65-69eb41c9e683 img.shogun-image {
    

    
    
    
  }


#s-7104f050-45fb-46a2-ae65-69eb41c9e683 .shogun-image-content {
  
    justify-content: center;
  
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

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

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[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;
}

@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;
  }
}
