.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-3d602f48-eeec-45f7-8d44-1a2c261c50ca {
  margin-top: 30px;
margin-bottom: 30px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3d602f48-eeec-45f7-8d44-1a2c261c50ca {
  
}
}@media (max-width: 767px){#s-3d602f48-eeec-45f7-8d44-1a2c261c50ca {
  
}
}







#s-3d602f48-eeec-45f7-8d44-1a2c261c50ca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3d602f48-eeec-45f7-8d44-1a2c261c50ca.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b6430997-4f13-4693-a08d-52b4dde13847 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 5%;
padding-bottom: 0%;
min-height: 500px;
background-position: center center;
}

#s-b6430997-4f13-4693-a08d-52b4dde13847 {
  background-image: url(https://i.shgcdn.com/275219ed-f99f-4f58-8e93-5242be879244/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-b6430997-4f13-4693-a08d-52b4dde13847 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
}#s-b6430997-4f13-4693-a08d-52b4dde13847.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: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  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-97a774a3-8d80-4382-a079-eb3509561b4f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-97a774a3-8d80-4382-a079-eb3509561b4f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: left;
}



#s-13ee7fe7-cfe0-4d18-ab77-0997b94bae2b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-13ee7fe7-cfe0-4d18-ab77-0997b94bae2b .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  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: ;
  font-family: ;
}

.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-ed5d43bd-82a2-4906-8fca-0c35922ea38f {
  padding-top: 1.25%;
padding-left: 5%;
padding-bottom: 1.25%;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-ed5d43bd-82a2-4906-8fca-0c35922ea38f:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-ed5d43bd-82a2-4906-8fca-0c35922ea38f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ed5d43bd-82a2-4906-8fca-0c35922ea38f-root {
    text-align: left;
  }


#s-ed5d43bd-82a2-4906-8fca-0c35922ea38f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ed5d43bd-82a2-4906-8fca-0c35922ea38f-root {
    text-align: left;
  }


#s-ed5d43bd-82a2-4906-8fca-0c35922ea38f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ed5d43bd-82a2-4906-8fca-0c35922ea38f-root {
    text-align: left;
  }


#s-ed5d43bd-82a2-4906-8fca-0c35922ea38f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ed5d43bd-82a2-4906-8fca-0c35922ea38f-root {
    text-align: left;
  }


#s-ed5d43bd-82a2-4906-8fca-0c35922ea38f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ed5d43bd-82a2-4906-8fca-0c35922ea38f-root {
    text-align: left;
  }


#s-ed5d43bd-82a2-4906-8fca-0c35922ea38f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-ca40e2a1-e47b-4e1d-9666-39cc160d6b88 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-ca40e2a1-e47b-4e1d-9666-39cc160d6b88 {
  display: none;
}
#s-ca40e2a1-e47b-4e1d-9666-39cc160d6b88, #wrap-s-ca40e2a1-e47b-4e1d-9666-39cc160d6b88 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ca40e2a1-e47b-4e1d-9666-39cc160d6b88 {
  display: none;
}
#s-ca40e2a1-e47b-4e1d-9666-39cc160d6b88, #wrap-s-ca40e2a1-e47b-4e1d-9666-39cc160d6b88 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ca40e2a1-e47b-4e1d-9666-39cc160d6b88 {
  display: none;
}
#s-ca40e2a1-e47b-4e1d-9666-39cc160d6b88, #wrap-s-ca40e2a1-e47b-4e1d-9666-39cc160d6b88 { display:none !important; }}@media (max-width: 767px){#s-ca40e2a1-e47b-4e1d-9666-39cc160d6b88 {
  display: none;
}
#s-ca40e2a1-e47b-4e1d-9666-39cc160d6b88, #wrap-s-ca40e2a1-e47b-4e1d-9666-39cc160d6b88 { display:none !important; }}
#s-ca40e2a1-e47b-4e1d-9666-39cc160d6b88 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-ca40e2a1-e47b-4e1d-9666-39cc160d6b88 .shg-sld-nav-button.shg-sld-left,
#s-ca40e2a1-e47b-4e1d-9666-39cc160d6b88 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-8906956f-028c-4c1e-834b-16f889babd7b {
  min-height: 50px;
}
@media (min-width: 1200px){#s-8906956f-028c-4c1e-834b-16f889babd7b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8906956f-028c-4c1e-834b-16f889babd7b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8906956f-028c-4c1e-834b-16f889babd7b {
  
}
}@media (max-width: 767px){#s-8906956f-028c-4c1e-834b-16f889babd7b {
  
}
}







#s-8906956f-028c-4c1e-834b-16f889babd7b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8906956f-028c-4c1e-834b-16f889babd7b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-88226cc2-4670-4724-a90b-4e2db5d41e03 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 400px;
background-position: center center;
}
@media (min-width: 1200px){#s-88226cc2-4670-4724-a90b-4e2db5d41e03 {
  display: none;
}
#s-88226cc2-4670-4724-a90b-4e2db5d41e03, #wrap-s-88226cc2-4670-4724-a90b-4e2db5d41e03 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-88226cc2-4670-4724-a90b-4e2db5d41e03 {
  display: none;
}
#s-88226cc2-4670-4724-a90b-4e2db5d41e03, #wrap-s-88226cc2-4670-4724-a90b-4e2db5d41e03 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-88226cc2-4670-4724-a90b-4e2db5d41e03 {
  
}
}@media (max-width: 767px){#s-88226cc2-4670-4724-a90b-4e2db5d41e03 {
  display: none;
}
#s-88226cc2-4670-4724-a90b-4e2db5d41e03, #wrap-s-88226cc2-4670-4724-a90b-4e2db5d41e03 { display:none !important; }}
#s-88226cc2-4670-4724-a90b-4e2db5d41e03 {
  background-image: url(https://i.shgcdn.com/e80493d1-4c62-4efb-b224-8e48c112be51/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-88226cc2-4670-4724-a90b-4e2db5d41e03 > .shg-box-overlay {
  background-color: rgba(67, 68, 68, 1);
  opacity: 0.2;
}#s-88226cc2-4670-4724-a90b-4e2db5d41e03.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-31972ebd-ba85-49d7-b6f1-f04fed8dac12 {
  min-height: 200px;
}








#s-31972ebd-ba85-49d7-b6f1-f04fed8dac12 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-31972ebd-ba85-49d7-b6f1-f04fed8dac12.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-dc0256b0-68f8-4aaf-aa33-7408d832d2f2 {
  background-color: rgba(95, 95, 95, 0.53);
}

@media (min-width: 0px) {
[id="s-dc0256b0-68f8-4aaf-aa33-7408d832d2f2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dc0256b0-68f8-4aaf-aa33-7408d832d2f2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-dc0256b0-68f8-4aaf-aa33-7408d832d2f2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-dc0256b0-68f8-4aaf-aa33-7408d832d2f2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-dc0256b0-68f8-4aaf-aa33-7408d832d2f2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-dc0256b0-68f8-4aaf-aa33-7408d832d2f2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-dc0256b0-68f8-4aaf-aa33-7408d832d2f2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-c00bf94a-2618-4a01-9fc6-aa03f82dfd88 {
  min-height: 50px;
}








#s-c00bf94a-2618-4a01-9fc6-aa03f82dfd88 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c00bf94a-2618-4a01-9fc6-aa03f82dfd88.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-68ed1aaf-d19f-4839-8db4-29a54e9204da {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-68ed1aaf-d19f-4839-8db4-29a54e9204da {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-68ed1aaf-d19f-4839-8db4-29a54e9204da {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-68ed1aaf-d19f-4839-8db4-29a54e9204da {
  
}
}@media (max-width: 767px){#s-68ed1aaf-d19f-4839-8db4-29a54e9204da {
  
}
}
#s-68ed1aaf-d19f-4839-8db4-29a54e9204da .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Hammersmith One";
  font-style:  normal ;
  font-size: 38px;
  
  
  
}



.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: ;
  font-family: ;
  font-weight: ;
}

.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: ;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: ;
  font-family: ;
}

.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: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-22468ba4-c33d-4d55-82b7-d93860969e59 {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-22468ba4-c33d-4d55-82b7-d93860969e59 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-22468ba4-c33d-4d55-82b7-d93860969e59 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-22468ba4-c33d-4d55-82b7-d93860969e59 {
  
}
}@media (max-width: 767px){#s-22468ba4-c33d-4d55-82b7-d93860969e59 {
  
}
}
#s-7606fbc8-0906-414f-8a9a-b7e778b3eb8a {
  border-style: solid;
margin-bottom: 25px;
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(159, 92, 93, 1);
border-radius: 0px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 16px;
font-weight: bold;
color: rgba(159, 92, 93, 1);
text-decoration: none;
}
#s-7606fbc8-0906-414f-8a9a-b7e778b3eb8a:hover {opacity: 0.8 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-7606fbc8-0906-414f-8a9a-b7e778b3eb8a:active {opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-7606fbc8-0906-414f-8a9a-b7e778b3eb8a-root {
    text-align: center;
  }


#s-7606fbc8-0906-414f-8a9a-b7e778b3eb8a.shg-btn {
  color: rgba(159, 92, 93, 1);
  font-size: 20px;
  
  
  font-family: Didact Gothic;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7606fbc8-0906-414f-8a9a-b7e778b3eb8a-root {
    text-align: center;
  }


#s-7606fbc8-0906-414f-8a9a-b7e778b3eb8a.shg-btn {
  color: rgba(159, 92, 93, 1);
  font-size: 20px;
  
  
  font-family: Didact Gothic;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7606fbc8-0906-414f-8a9a-b7e778b3eb8a-root {
    text-align: center;
  }


#s-7606fbc8-0906-414f-8a9a-b7e778b3eb8a.shg-btn {
  color: rgba(159, 92, 93, 1);
  font-size: 20px;
  
  
  font-family: Didact Gothic;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7606fbc8-0906-414f-8a9a-b7e778b3eb8a-root {
    text-align: center;
  }


#s-7606fbc8-0906-414f-8a9a-b7e778b3eb8a.shg-btn {
  color: rgba(159, 92, 93, 1);
  font-size: 20px;
  
  
  font-family: Didact Gothic;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7606fbc8-0906-414f-8a9a-b7e778b3eb8a-root {
    text-align: center;
  }


#s-7606fbc8-0906-414f-8a9a-b7e778b3eb8a.shg-btn {
  color: rgba(159, 92, 93, 1);
  font-size: 20px;
  
  
  font-family: Didact Gothic;
  display:  inline-block ;
}
}
#s-0a98df4c-443c-453b-a01d-9762087968f1 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 400px;
background-position: center center;
}
@media (min-width: 1200px){#s-0a98df4c-443c-453b-a01d-9762087968f1 {
  display: none;
}
#s-0a98df4c-443c-453b-a01d-9762087968f1, #wrap-s-0a98df4c-443c-453b-a01d-9762087968f1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0a98df4c-443c-453b-a01d-9762087968f1 {
  display: none;
}
#s-0a98df4c-443c-453b-a01d-9762087968f1, #wrap-s-0a98df4c-443c-453b-a01d-9762087968f1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0a98df4c-443c-453b-a01d-9762087968f1 {
  display: none;
}
#s-0a98df4c-443c-453b-a01d-9762087968f1, #wrap-s-0a98df4c-443c-453b-a01d-9762087968f1 { display:none !important; }}@media (max-width: 767px){#s-0a98df4c-443c-453b-a01d-9762087968f1 {
  
}
}
#s-0a98df4c-443c-453b-a01d-9762087968f1 {
  background-image: url(https://i.shgcdn.com/e80493d1-4c62-4efb-b224-8e48c112be51/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-0a98df4c-443c-453b-a01d-9762087968f1 > .shg-box-overlay {
  background-color: rgba(67, 68, 68, 1);
  opacity: 0.5;
}#s-0a98df4c-443c-453b-a01d-9762087968f1.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e8ea739d-96b9-4048-bce0-05643723203b {
  min-height: 300px;
}








#s-e8ea739d-96b9-4048-bce0-05643723203b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e8ea739d-96b9-4048-bce0-05643723203b.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-164458ac-4176-4551-921c-780a2c14632d {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-164458ac-4176-4551-921c-780a2c14632d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-164458ac-4176-4551-921c-780a2c14632d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-164458ac-4176-4551-921c-780a2c14632d {
  
}
}@media (max-width: 767px){#s-164458ac-4176-4551-921c-780a2c14632d {
  
}
}
#s-164458ac-4176-4551-921c-780a2c14632d .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Hammersmith One";
  font-style:  normal ;
  font-size: 38px;
  line-height: 1.1em;
  
  
}



#s-f54594ed-1247-499c-91b3-426d6b5800ee {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
}
@media (min-width: 1200px){#s-f54594ed-1247-499c-91b3-426d6b5800ee {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f54594ed-1247-499c-91b3-426d6b5800ee {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f54594ed-1247-499c-91b3-426d6b5800ee {
  
}
}@media (max-width: 767px){#s-f54594ed-1247-499c-91b3-426d6b5800ee {
  
}
}
#s-cabdbb5b-4146-4855-bca0-c7e099a3afa6 {
  border-style: solid;
margin-bottom: 25px;
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(159, 92, 93, 1);
border-radius: 0px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 16px;
font-weight: bold;
color: rgba(159, 92, 93, 1);
text-decoration: none;
}
#s-cabdbb5b-4146-4855-bca0-c7e099a3afa6:hover {opacity: 0.8 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-cabdbb5b-4146-4855-bca0-c7e099a3afa6:active {opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-cabdbb5b-4146-4855-bca0-c7e099a3afa6-root {
    text-align: center;
  }


#s-cabdbb5b-4146-4855-bca0-c7e099a3afa6.shg-btn {
  color: rgba(159, 92, 93, 1);
  font-size: 20px;
  
  
  font-family: Didact Gothic;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cabdbb5b-4146-4855-bca0-c7e099a3afa6-root {
    text-align: center;
  }


#s-cabdbb5b-4146-4855-bca0-c7e099a3afa6.shg-btn {
  color: rgba(159, 92, 93, 1);
  font-size: 20px;
  
  
  font-family: Didact Gothic;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cabdbb5b-4146-4855-bca0-c7e099a3afa6-root {
    text-align: center;
  }


#s-cabdbb5b-4146-4855-bca0-c7e099a3afa6.shg-btn {
  color: rgba(159, 92, 93, 1);
  font-size: 20px;
  
  
  font-family: Didact Gothic;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cabdbb5b-4146-4855-bca0-c7e099a3afa6-root {
    text-align: center;
  }


#s-cabdbb5b-4146-4855-bca0-c7e099a3afa6.shg-btn {
  color: rgba(159, 92, 93, 1);
  font-size: 20px;
  
  
  font-family: Didact Gothic;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cabdbb5b-4146-4855-bca0-c7e099a3afa6-root {
    text-align: center;
  }


#s-cabdbb5b-4146-4855-bca0-c7e099a3afa6.shg-btn {
  color: rgba(159, 92, 93, 1);
  font-size: 20px;
  
  
  font-family: Didact Gothic;
  display:  inline-block ;
}
}
#s-2799fb27-532c-4ea4-9823-5e22690c12d7 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 600px;
background-position: center center;
}
@media (min-width: 1200px){#s-2799fb27-532c-4ea4-9823-5e22690c12d7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2799fb27-532c-4ea4-9823-5e22690c12d7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2799fb27-532c-4ea4-9823-5e22690c12d7 {
  display: none;
}
#s-2799fb27-532c-4ea4-9823-5e22690c12d7, #wrap-s-2799fb27-532c-4ea4-9823-5e22690c12d7 { display:none !important; }}@media (max-width: 767px){#s-2799fb27-532c-4ea4-9823-5e22690c12d7 {
  display: none;
}
#s-2799fb27-532c-4ea4-9823-5e22690c12d7, #wrap-s-2799fb27-532c-4ea4-9823-5e22690c12d7 { display:none !important; }}
#s-2799fb27-532c-4ea4-9823-5e22690c12d7 {
  background-image: url(https://i.shgcdn.com/e80493d1-4c62-4efb-b224-8e48c112be51/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-2799fb27-532c-4ea4-9823-5e22690c12d7 > .shg-box-overlay {
  background-color: rgba(67, 68, 68, 1);
  opacity: 0.2;
}#s-2799fb27-532c-4ea4-9823-5e22690c12d7.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-6a2d5f27-ca01-4f5c-8c78-b840ff36545d {
  margin-top: 75px;
margin-bottom: 75px;
}

@media (min-width: 0px) {
[id="s-6a2d5f27-ca01-4f5c-8c78-b840ff36545d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6a2d5f27-ca01-4f5c-8c78-b840ff36545d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6a2d5f27-ca01-4f5c-8c78-b840ff36545d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6a2d5f27-ca01-4f5c-8c78-b840ff36545d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6a2d5f27-ca01-4f5c-8c78-b840ff36545d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6a2d5f27-ca01-4f5c-8c78-b840ff36545d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6a2d5f27-ca01-4f5c-8c78-b840ff36545d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6a2d5f27-ca01-4f5c-8c78-b840ff36545d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6a2d5f27-ca01-4f5c-8c78-b840ff36545d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6a2d5f27-ca01-4f5c-8c78-b840ff36545d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-a049f1e2-8ae2-4823-8293-ed99c46f9b49 {
  min-height: 100px;
}








#s-a049f1e2-8ae2-4823-8293-ed99c46f9b49 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a049f1e2-8ae2-4823-8293-ed99c46f9b49.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a208d7a0-ca40-423e-90a2-1c46aa17d3c1 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-a208d7a0-ca40-423e-90a2-1c46aa17d3c1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a208d7a0-ca40-423e-90a2-1c46aa17d3c1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a208d7a0-ca40-423e-90a2-1c46aa17d3c1 {
  
}
}@media (max-width: 767px){#s-a208d7a0-ca40-423e-90a2-1c46aa17d3c1 {
  
}
}
#s-a208d7a0-ca40-423e-90a2-1c46aa17d3c1 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Didact Gothic";
  font-style:  normal ;
  font-size: 38px;
  
  
  
}



#s-d635fa2a-9172-4aa3-a27c-472d45d01442 {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-d635fa2a-9172-4aa3-a27c-472d45d01442 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d635fa2a-9172-4aa3-a27c-472d45d01442 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d635fa2a-9172-4aa3-a27c-472d45d01442 {
  
}
}@media (max-width: 767px){#s-d635fa2a-9172-4aa3-a27c-472d45d01442 {
  
}
}
#s-be9ab605-9b11-4236-b39c-4c4278567b2e {
  border-style: solid;
margin-bottom: 25px;
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(159, 92, 93, 1);
border-radius: 0px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 16px;
font-weight: bold;
color: rgba(159, 92, 93, 1);
text-decoration: none;
}
#s-be9ab605-9b11-4236-b39c-4c4278567b2e:hover {opacity: 0.8 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-be9ab605-9b11-4236-b39c-4c4278567b2e:active {opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-be9ab605-9b11-4236-b39c-4c4278567b2e-root {
    text-align: center;
  }


#s-be9ab605-9b11-4236-b39c-4c4278567b2e.shg-btn {
  color: rgba(159, 92, 93, 1);
  font-size: 20px;
  
  
  font-family: Didact Gothic;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-be9ab605-9b11-4236-b39c-4c4278567b2e-root {
    text-align: center;
  }


#s-be9ab605-9b11-4236-b39c-4c4278567b2e.shg-btn {
  color: rgba(159, 92, 93, 1);
  font-size: 20px;
  
  
  font-family: Didact Gothic;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-be9ab605-9b11-4236-b39c-4c4278567b2e-root {
    text-align: center;
  }


#s-be9ab605-9b11-4236-b39c-4c4278567b2e.shg-btn {
  color: rgba(159, 92, 93, 1);
  font-size: 20px;
  
  
  font-family: Didact Gothic;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-be9ab605-9b11-4236-b39c-4c4278567b2e-root {
    text-align: center;
  }


#s-be9ab605-9b11-4236-b39c-4c4278567b2e.shg-btn {
  color: rgba(159, 92, 93, 1);
  font-size: 20px;
  
  
  font-family: Didact Gothic;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-be9ab605-9b11-4236-b39c-4c4278567b2e-root {
    text-align: center;
  }


#s-be9ab605-9b11-4236-b39c-4c4278567b2e.shg-btn {
  color: rgba(159, 92, 93, 1);
  font-size: 20px;
  
  
  font-family: Didact Gothic;
  display:  inline-block ;
}
}
#s-52b517ed-7282-4192-9943-3080b39d35bf {
  min-height: 50px;
}








#s-52b517ed-7282-4192-9943-3080b39d35bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-52b517ed-7282-4192-9943-3080b39d35bf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

#s-fd043fd8-3bfb-4a57-8629-8d2499fe7c68 {
  min-height: 300px;
text-align: center;
}







  #s-fd043fd8-3bfb-4a57-8629-8d2499fe7c68 img.shogun-image {
    

    
    
    
  }


#s-fd043fd8-3bfb-4a57-8629-8d2499fe7c68 .shogun-image-content {
  
    align-items: center;
  
}

#s-bba457a6-3abc-401f-8fc4-0f3839884ce3 {
  margin-top: 375px;
margin-left: 110px;
margin-right: 110px;
}

@media (min-width: 0px) {
[id="s-bba457a6-3abc-401f-8fc4-0f3839884ce3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bba457a6-3abc-401f-8fc4-0f3839884ce3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bba457a6-3abc-401f-8fc4-0f3839884ce3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-bba457a6-3abc-401f-8fc4-0f3839884ce3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bba457a6-3abc-401f-8fc4-0f3839884ce3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-bba457a6-3abc-401f-8fc4-0f3839884ce3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bba457a6-3abc-401f-8fc4-0f3839884ce3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-702433f9-0a8c-496a-9c0c-f219262c82df {
  border-style: solid;
margin-top: 75px;
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(41, 27, 37, 1);
border-radius: 0px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 16px;
font-weight: bold;
color: rgba(41, 27, 37, 1);
text-decoration: none;
}
#s-702433f9-0a8c-496a-9c0c-f219262c82df:hover {opacity: 0.8 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-702433f9-0a8c-496a-9c0c-f219262c82df:active {opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-702433f9-0a8c-496a-9c0c-f219262c82df-root {
    text-align: center;
  }


#s-702433f9-0a8c-496a-9c0c-f219262c82df.shg-btn {
  color: rgba(41, 27, 37, 1);
  font-size: 20px;
  
  
  font-family: Didact Gothic;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-702433f9-0a8c-496a-9c0c-f219262c82df-root {
    text-align: center;
  }


#s-702433f9-0a8c-496a-9c0c-f219262c82df.shg-btn {
  color: rgba(41, 27, 37, 1);
  font-size: 20px;
  
  
  font-family: Didact Gothic;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-702433f9-0a8c-496a-9c0c-f219262c82df-root {
    text-align: center;
  }


#s-702433f9-0a8c-496a-9c0c-f219262c82df.shg-btn {
  color: rgba(41, 27, 37, 1);
  font-size: 20px;
  
  
  font-family: Didact Gothic;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-702433f9-0a8c-496a-9c0c-f219262c82df-root {
    text-align: center;
  }


#s-702433f9-0a8c-496a-9c0c-f219262c82df.shg-btn {
  color: rgba(41, 27, 37, 1);
  font-size: 20px;
  
  
  font-family: Didact Gothic;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-702433f9-0a8c-496a-9c0c-f219262c82df-root {
    text-align: center;
  }


#s-702433f9-0a8c-496a-9c0c-f219262c82df.shg-btn {
  color: rgba(41, 27, 37, 1);
  font-size: 20px;
  
  
  font-family: Didact Gothic;
  display:  inline-block ;
}
}
#s-6b3cb2e1-2f28-4015-92fc-ca8728bd58d4 {
  margin-left: 50px;
margin-right: 50px;
min-height: 50px;
}
@media (min-width: 1200px){#s-6b3cb2e1-2f28-4015-92fc-ca8728bd58d4 {
  display: none;
}
#s-6b3cb2e1-2f28-4015-92fc-ca8728bd58d4, #wrap-s-6b3cb2e1-2f28-4015-92fc-ca8728bd58d4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6b3cb2e1-2f28-4015-92fc-ca8728bd58d4 {
  display: none;
}
#s-6b3cb2e1-2f28-4015-92fc-ca8728bd58d4, #wrap-s-6b3cb2e1-2f28-4015-92fc-ca8728bd58d4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6b3cb2e1-2f28-4015-92fc-ca8728bd58d4 {
  display: none;
}
#s-6b3cb2e1-2f28-4015-92fc-ca8728bd58d4, #wrap-s-6b3cb2e1-2f28-4015-92fc-ca8728bd58d4 { display:none !important; }}@media (max-width: 767px){#s-6b3cb2e1-2f28-4015-92fc-ca8728bd58d4 {
  display: none;
}
#s-6b3cb2e1-2f28-4015-92fc-ca8728bd58d4, #wrap-s-6b3cb2e1-2f28-4015-92fc-ca8728bd58d4 { display:none !important; }}







#s-6b3cb2e1-2f28-4015-92fc-ca8728bd58d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6b3cb2e1-2f28-4015-92fc-ca8728bd58d4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ad1063b4-04c6-42ab-8143-d164e2f7a6da {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}

#s-ad1063b4-04c6-42ab-8143-d164e2f7a6da .shogun-heading-component h1 {
  color: rgba(41, 27, 37, 1);
  font-weight:  normal ;
  font-family: "Didact Gothic";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-af733880-95c4-4163-ab4d-8bb7b2154743 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-af733880-95c4-4163-ab4d-8bb7b2154743"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-af733880-95c4-4163-ab4d-8bb7b2154743"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-af733880-95c4-4163-ab4d-8bb7b2154743"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-af733880-95c4-4163-ab4d-8bb7b2154743"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-268c3dcd-525d-4d99-9e2b-1cb196105e79 {
  margin-left: 20px;
margin-right: 20px;
text-align: center;
}







  #s-268c3dcd-525d-4d99-9e2b-1cb196105e79 img.shogun-image {
    

    
    
    
  }


#s-268c3dcd-525d-4d99-9e2b-1cb196105e79 .shogun-image-content {
  
    align-items: center;
  
}

#s-f4d865fa-18cd-46d8-9be5-8d06eaedf48c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f4d865fa-18cd-46d8-9be5-8d06eaedf48c .shogun-heading-component h3 {
  color: rgba(159, 92, 93, 1);
  font-weight:  normal ;
  font-family: "Didact Gothic";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


#s-f4d865fa-18cd-46d8-9be5-8d06eaedf48c .shogun-heading-component h3 a {
  color: rgba(159, 92, 93, 1);
}


#s-9c8cae1c-4aaa-47e7-8e54-ea79df02520d {
  margin-left: 20px;
margin-right: 20px;
text-align: center;
}







  #s-9c8cae1c-4aaa-47e7-8e54-ea79df02520d img.shogun-image {
    

    
    
    
  }


#s-9c8cae1c-4aaa-47e7-8e54-ea79df02520d .shogun-image-content {
  
    align-items: center;
  
}

#s-60bbe1f5-8cd3-4f40-8031-54daf37732a7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-60bbe1f5-8cd3-4f40-8031-54daf37732a7 .shogun-heading-component h3 {
  color: rgba(159, 92, 93, 1);
  font-weight:  normal ;
  font-family: "Didact Gothic";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


#s-60bbe1f5-8cd3-4f40-8031-54daf37732a7 .shogun-heading-component h3 a {
  color: rgba(159, 92, 93, 1);
}


#s-d46bc8ed-be99-4b3b-a1f6-65cca138546d {
  margin-left: 20px;
margin-right: 20px;
text-align: center;
}







  #s-d46bc8ed-be99-4b3b-a1f6-65cca138546d img.shogun-image {
    

    
    
    
  }


#s-d46bc8ed-be99-4b3b-a1f6-65cca138546d .shogun-image-content {
  
    align-items: center;
  
}

#s-b7dc8063-5444-47c4-8369-7a3282ab9776 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b7dc8063-5444-47c4-8369-7a3282ab9776 .shogun-heading-component h3 {
  color: rgba(159, 92, 93, 1);
  font-weight:  normal ;
  font-family: "Didact Gothic";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


#s-b7dc8063-5444-47c4-8369-7a3282ab9776 .shogun-heading-component h3 a {
  color: rgba(159, 92, 93, 1);
}


#s-913238d6-2fbf-4513-ae3e-b8417e00a341 {
  margin-left: 20px;
margin-right: 20px;
text-align: center;
}







  #s-913238d6-2fbf-4513-ae3e-b8417e00a341 img.shogun-image {
    

    
    
    
  }


#s-913238d6-2fbf-4513-ae3e-b8417e00a341 .shogun-image-content {
  
    align-items: center;
  
}

#s-5b923771-6e16-4662-9f60-19e3fed288f8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5b923771-6e16-4662-9f60-19e3fed288f8 .shogun-heading-component h3 {
  color: rgba(159, 92, 93, 1);
  font-weight:  normal ;
  font-family: "Didact Gothic";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


#s-5b923771-6e16-4662-9f60-19e3fed288f8 .shogun-heading-component h3 a {
  color: rgba(159, 92, 93, 1);
}


#s-1f7fbbed-247d-4a01-9f4b-5bd9646708a7 {
  margin-left: 20px;
margin-right: 20px;
text-align: center;
}







  #s-1f7fbbed-247d-4a01-9f4b-5bd9646708a7 img.shogun-image {
    

    
    
    
  }


#s-1f7fbbed-247d-4a01-9f4b-5bd9646708a7 .shogun-image-content {
  
    align-items: center;
  
}

#s-7f2099fd-571a-4f83-bc85-b6b94fb3a2e0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7f2099fd-571a-4f83-bc85-b6b94fb3a2e0 .shogun-heading-component h3 {
  color: rgba(159, 92, 93, 1);
  font-weight:  normal ;
  font-family: "Didact Gothic";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


#s-7f2099fd-571a-4f83-bc85-b6b94fb3a2e0 .shogun-heading-component h3 a {
  color: rgba(159, 92, 93, 1);
}


#s-ca6a1bfe-49d3-4224-9bcf-a9d3cd96ba86 {
  margin-left: 20px;
margin-right: 20px;
text-align: center;
}







  #s-ca6a1bfe-49d3-4224-9bcf-a9d3cd96ba86 img.shogun-image {
    

    
    
    
  }


#s-ca6a1bfe-49d3-4224-9bcf-a9d3cd96ba86 .shogun-image-content {
  
    align-items: center;
  
}

#s-211f4b6f-efd2-4507-b6fb-7a0053fa2dfa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-211f4b6f-efd2-4507-b6fb-7a0053fa2dfa .shogun-heading-component h3 {
  color: rgba(159, 92, 93, 1);
  font-weight:  normal ;
  font-family: "Didact Gothic";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


#s-211f4b6f-efd2-4507-b6fb-7a0053fa2dfa .shogun-heading-component h3 a {
  color: rgba(159, 92, 93, 1);
}


#s-513fad39-11dc-4951-806c-b78b6e2335a2 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-513fad39-11dc-4951-806c-b78b6e2335a2 {
  display: none;
}
#s-513fad39-11dc-4951-806c-b78b6e2335a2, #wrap-s-513fad39-11dc-4951-806c-b78b6e2335a2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-513fad39-11dc-4951-806c-b78b6e2335a2 {
  display: none;
}
#s-513fad39-11dc-4951-806c-b78b6e2335a2, #wrap-s-513fad39-11dc-4951-806c-b78b6e2335a2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-513fad39-11dc-4951-806c-b78b6e2335a2 {
  display: none;
}
#s-513fad39-11dc-4951-806c-b78b6e2335a2, #wrap-s-513fad39-11dc-4951-806c-b78b6e2335a2 { display:none !important; }}@media (max-width: 767px){#s-513fad39-11dc-4951-806c-b78b6e2335a2 {
  display: none;
}
#s-513fad39-11dc-4951-806c-b78b6e2335a2, #wrap-s-513fad39-11dc-4951-806c-b78b6e2335a2 { display:none !important; }}
#s-513fad39-11dc-4951-806c-b78b6e2335a2 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-513fad39-11dc-4951-806c-b78b6e2335a2 .shg-sld-nav-button.shg-sld-left,
#s-513fad39-11dc-4951-806c-b78b6e2335a2 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-aa5debd0-165f-4804-8114-dded61cc975b {
  min-height: 50px;
}
@media (min-width: 1200px){#s-aa5debd0-165f-4804-8114-dded61cc975b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-aa5debd0-165f-4804-8114-dded61cc975b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-aa5debd0-165f-4804-8114-dded61cc975b {
  
}
}@media (max-width: 767px){#s-aa5debd0-165f-4804-8114-dded61cc975b {
  
}
}







#s-aa5debd0-165f-4804-8114-dded61cc975b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aa5debd0-165f-4804-8114-dded61cc975b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2c2a1ceb-2a0c-41d9-9a6f-1d1d778672e5 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 400px;
background-position: center center;
}
@media (min-width: 1200px){#s-2c2a1ceb-2a0c-41d9-9a6f-1d1d778672e5 {
  display: none;
}
#s-2c2a1ceb-2a0c-41d9-9a6f-1d1d778672e5, #wrap-s-2c2a1ceb-2a0c-41d9-9a6f-1d1d778672e5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2c2a1ceb-2a0c-41d9-9a6f-1d1d778672e5 {
  display: none;
}
#s-2c2a1ceb-2a0c-41d9-9a6f-1d1d778672e5, #wrap-s-2c2a1ceb-2a0c-41d9-9a6f-1d1d778672e5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2c2a1ceb-2a0c-41d9-9a6f-1d1d778672e5 {
  
}
}@media (max-width: 767px){#s-2c2a1ceb-2a0c-41d9-9a6f-1d1d778672e5 {
  display: none;
}
#s-2c2a1ceb-2a0c-41d9-9a6f-1d1d778672e5, #wrap-s-2c2a1ceb-2a0c-41d9-9a6f-1d1d778672e5 { display:none !important; }}
#s-2c2a1ceb-2a0c-41d9-9a6f-1d1d778672e5 {
  background-image: url(https://i.shgcdn.com/e80493d1-4c62-4efb-b224-8e48c112be51/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-2c2a1ceb-2a0c-41d9-9a6f-1d1d778672e5 > .shg-box-overlay {
  background-color: rgba(67, 68, 68, 1);
  opacity: 0.2;
}#s-2c2a1ceb-2a0c-41d9-9a6f-1d1d778672e5.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-9ba5427a-4275-4d39-b3a5-126036367329 {
  min-height: 200px;
}








#s-9ba5427a-4275-4d39-b3a5-126036367329 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9ba5427a-4275-4d39-b3a5-126036367329.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d1f44bc5-43ce-4f4d-8e80-cdd16556ab06 {
  background-color: rgba(95, 95, 95, 0.53);
}

@media (min-width: 0px) {
[id="s-d1f44bc5-43ce-4f4d-8e80-cdd16556ab06"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d1f44bc5-43ce-4f4d-8e80-cdd16556ab06"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d1f44bc5-43ce-4f4d-8e80-cdd16556ab06"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d1f44bc5-43ce-4f4d-8e80-cdd16556ab06"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d1f44bc5-43ce-4f4d-8e80-cdd16556ab06"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d1f44bc5-43ce-4f4d-8e80-cdd16556ab06"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d1f44bc5-43ce-4f4d-8e80-cdd16556ab06"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-e712de64-5203-413f-8b73-d46bc1ff2833 {
  min-height: 50px;
}








#s-e712de64-5203-413f-8b73-d46bc1ff2833 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e712de64-5203-413f-8b73-d46bc1ff2833.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ee460ec9-d019-4702-a049-2efcb78ec216 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-ee460ec9-d019-4702-a049-2efcb78ec216 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ee460ec9-d019-4702-a049-2efcb78ec216 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ee460ec9-d019-4702-a049-2efcb78ec216 {
  
}
}@media (max-width: 767px){#s-ee460ec9-d019-4702-a049-2efcb78ec216 {
  
}
}
#s-ee460ec9-d019-4702-a049-2efcb78ec216 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Hammersmith One";
  font-style:  normal ;
  font-size: 38px;
  
  
  
}



#s-b2ab7a9c-d3e2-4b50-9eca-d3fb84dc0b6a {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-b2ab7a9c-d3e2-4b50-9eca-d3fb84dc0b6a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b2ab7a9c-d3e2-4b50-9eca-d3fb84dc0b6a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b2ab7a9c-d3e2-4b50-9eca-d3fb84dc0b6a {
  
}
}@media (max-width: 767px){#s-b2ab7a9c-d3e2-4b50-9eca-d3fb84dc0b6a {
  
}
}
#s-ea6ef689-8e14-4159-a79b-6888225594ff {
  border-style: solid;
margin-bottom: 25px;
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(159, 92, 93, 1);
border-radius: 0px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 16px;
font-weight: bold;
color: rgba(159, 92, 93, 1);
text-decoration: none;
}
#s-ea6ef689-8e14-4159-a79b-6888225594ff:hover {opacity: 0.8 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-ea6ef689-8e14-4159-a79b-6888225594ff:active {opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-ea6ef689-8e14-4159-a79b-6888225594ff-root {
    text-align: center;
  }


#s-ea6ef689-8e14-4159-a79b-6888225594ff.shg-btn {
  color: rgba(159, 92, 93, 1);
  font-size: 20px;
  
  
  font-family: Didact Gothic;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ea6ef689-8e14-4159-a79b-6888225594ff-root {
    text-align: center;
  }


#s-ea6ef689-8e14-4159-a79b-6888225594ff.shg-btn {
  color: rgba(159, 92, 93, 1);
  font-size: 20px;
  
  
  font-family: Didact Gothic;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ea6ef689-8e14-4159-a79b-6888225594ff-root {
    text-align: center;
  }


#s-ea6ef689-8e14-4159-a79b-6888225594ff.shg-btn {
  color: rgba(159, 92, 93, 1);
  font-size: 20px;
  
  
  font-family: Didact Gothic;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ea6ef689-8e14-4159-a79b-6888225594ff-root {
    text-align: center;
  }


#s-ea6ef689-8e14-4159-a79b-6888225594ff.shg-btn {
  color: rgba(159, 92, 93, 1);
  font-size: 20px;
  
  
  font-family: Didact Gothic;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ea6ef689-8e14-4159-a79b-6888225594ff-root {
    text-align: center;
  }


#s-ea6ef689-8e14-4159-a79b-6888225594ff.shg-btn {
  color: rgba(159, 92, 93, 1);
  font-size: 20px;
  
  
  font-family: Didact Gothic;
  display:  inline-block ;
}
}
#s-051e8c6d-4c25-4238-910e-7f97c60a8113 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 400px;
background-position: center center;
}
@media (min-width: 1200px){#s-051e8c6d-4c25-4238-910e-7f97c60a8113 {
  display: none;
}
#s-051e8c6d-4c25-4238-910e-7f97c60a8113, #wrap-s-051e8c6d-4c25-4238-910e-7f97c60a8113 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-051e8c6d-4c25-4238-910e-7f97c60a8113 {
  display: none;
}
#s-051e8c6d-4c25-4238-910e-7f97c60a8113, #wrap-s-051e8c6d-4c25-4238-910e-7f97c60a8113 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-051e8c6d-4c25-4238-910e-7f97c60a8113 {
  display: none;
}
#s-051e8c6d-4c25-4238-910e-7f97c60a8113, #wrap-s-051e8c6d-4c25-4238-910e-7f97c60a8113 { display:none !important; }}@media (max-width: 767px){#s-051e8c6d-4c25-4238-910e-7f97c60a8113 {
  
}
}
#s-051e8c6d-4c25-4238-910e-7f97c60a8113 {
  background-image: url(https://i.shgcdn.com/810d2daa-ec2c-439b-979e-8a26e6fd0f92/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-051e8c6d-4c25-4238-910e-7f97c60a8113 > .shg-box-overlay {
  background-color: rgba(67, 68, 68, 1);
  opacity: 0.6;
}#s-051e8c6d-4c25-4238-910e-7f97c60a8113.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ccbf4f39-12cf-4eb6-b41d-9c486af87076 {
  min-height: 300px;
}








#s-ccbf4f39-12cf-4eb6-b41d-9c486af87076 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ccbf4f39-12cf-4eb6-b41d-9c486af87076.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-1f7ab191-0044-4b9a-82ae-640a2eda3c0b {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-1f7ab191-0044-4b9a-82ae-640a2eda3c0b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1f7ab191-0044-4b9a-82ae-640a2eda3c0b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1f7ab191-0044-4b9a-82ae-640a2eda3c0b {
  
}
}@media (max-width: 767px){#s-1f7ab191-0044-4b9a-82ae-640a2eda3c0b {
  
}
}
#s-1f7ab191-0044-4b9a-82ae-640a2eda3c0b .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Hammersmith One";
  font-style:  normal ;
  font-size: 37px;
  line-height: 1.1em;
  
  
}



#s-e61f8c00-7497-4052-ba7c-5682d2c626bb {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
}
@media (min-width: 1200px){#s-e61f8c00-7497-4052-ba7c-5682d2c626bb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e61f8c00-7497-4052-ba7c-5682d2c626bb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e61f8c00-7497-4052-ba7c-5682d2c626bb {
  
}
}@media (max-width: 767px){#s-e61f8c00-7497-4052-ba7c-5682d2c626bb {
  
}
}
#s-16ccde31-84c2-495d-ade9-e0014839c9dc {
  border-style: solid;
margin-bottom: 25px;
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(159, 92, 93, 1);
border-radius: 0px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 16px;
font-weight: bold;
color: rgba(159, 92, 93, 1);
text-decoration: none;
}
#s-16ccde31-84c2-495d-ade9-e0014839c9dc:hover {opacity: 0.8 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-16ccde31-84c2-495d-ade9-e0014839c9dc:active {opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-16ccde31-84c2-495d-ade9-e0014839c9dc-root {
    text-align: center;
  }


#s-16ccde31-84c2-495d-ade9-e0014839c9dc.shg-btn {
  color: rgba(159, 92, 93, 1);
  font-size: 20px;
  
  
  font-family: Didact Gothic;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-16ccde31-84c2-495d-ade9-e0014839c9dc-root {
    text-align: center;
  }


#s-16ccde31-84c2-495d-ade9-e0014839c9dc.shg-btn {
  color: rgba(159, 92, 93, 1);
  font-size: 20px;
  
  
  font-family: Didact Gothic;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-16ccde31-84c2-495d-ade9-e0014839c9dc-root {
    text-align: center;
  }


#s-16ccde31-84c2-495d-ade9-e0014839c9dc.shg-btn {
  color: rgba(159, 92, 93, 1);
  font-size: 20px;
  
  
  font-family: Didact Gothic;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-16ccde31-84c2-495d-ade9-e0014839c9dc-root {
    text-align: center;
  }


#s-16ccde31-84c2-495d-ade9-e0014839c9dc.shg-btn {
  color: rgba(159, 92, 93, 1);
  font-size: 20px;
  
  
  font-family: Didact Gothic;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-16ccde31-84c2-495d-ade9-e0014839c9dc-root {
    text-align: center;
  }


#s-16ccde31-84c2-495d-ade9-e0014839c9dc.shg-btn {
  color: rgba(159, 92, 93, 1);
  font-size: 20px;
  
  
  font-family: Didact Gothic;
  display:  inline-block ;
}
}
#s-3762b2b3-6dff-4f71-a471-142b0fc26d74 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 600px;
background-position: center center;
}
@media (min-width: 1200px){#s-3762b2b3-6dff-4f71-a471-142b0fc26d74 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3762b2b3-6dff-4f71-a471-142b0fc26d74 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3762b2b3-6dff-4f71-a471-142b0fc26d74 {
  display: none;
}
#s-3762b2b3-6dff-4f71-a471-142b0fc26d74, #wrap-s-3762b2b3-6dff-4f71-a471-142b0fc26d74 { display:none !important; }}@media (max-width: 767px){#s-3762b2b3-6dff-4f71-a471-142b0fc26d74 {
  display: none;
}
#s-3762b2b3-6dff-4f71-a471-142b0fc26d74, #wrap-s-3762b2b3-6dff-4f71-a471-142b0fc26d74 { display:none !important; }}
#s-3762b2b3-6dff-4f71-a471-142b0fc26d74 {
  background-image: url(https://i.shgcdn.com/e80493d1-4c62-4efb-b224-8e48c112be51/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-3762b2b3-6dff-4f71-a471-142b0fc26d74 > .shg-box-overlay {
  background-color: rgba(67, 68, 68, 1);
  opacity: 0.2;
}#s-3762b2b3-6dff-4f71-a471-142b0fc26d74.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1916fa23-a62b-4995-ba49-6744a9948a26 {
  margin-top: 75px;
margin-bottom: 75px;
}

@media (min-width: 0px) {
[id="s-1916fa23-a62b-4995-ba49-6744a9948a26"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1916fa23-a62b-4995-ba49-6744a9948a26"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1916fa23-a62b-4995-ba49-6744a9948a26"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1916fa23-a62b-4995-ba49-6744a9948a26"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1916fa23-a62b-4995-ba49-6744a9948a26"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1916fa23-a62b-4995-ba49-6744a9948a26"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1916fa23-a62b-4995-ba49-6744a9948a26"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1916fa23-a62b-4995-ba49-6744a9948a26"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1916fa23-a62b-4995-ba49-6744a9948a26"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1916fa23-a62b-4995-ba49-6744a9948a26"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-4dcf4747-1d82-450f-b636-1d89d7738794 {
  min-height: 100px;
}








#s-4dcf4747-1d82-450f-b636-1d89d7738794 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4dcf4747-1d82-450f-b636-1d89d7738794.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7aba74f0-94ba-4b34-bf00-f6c08ca2dd81 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-7aba74f0-94ba-4b34-bf00-f6c08ca2dd81 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7aba74f0-94ba-4b34-bf00-f6c08ca2dd81 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7aba74f0-94ba-4b34-bf00-f6c08ca2dd81 {
  
}
}@media (max-width: 767px){#s-7aba74f0-94ba-4b34-bf00-f6c08ca2dd81 {
  
}
}
#s-7aba74f0-94ba-4b34-bf00-f6c08ca2dd81 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Didact Gothic";
  font-style:  normal ;
  font-size: 38px;
  
  
  
}



#s-d34dc522-2601-49f4-b616-2e3b70f45dca {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-d34dc522-2601-49f4-b616-2e3b70f45dca {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d34dc522-2601-49f4-b616-2e3b70f45dca {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d34dc522-2601-49f4-b616-2e3b70f45dca {
  
}
}@media (max-width: 767px){#s-d34dc522-2601-49f4-b616-2e3b70f45dca {
  
}
}
#s-c6988d12-3798-4b07-b362-15d031a42173 {
  border-style: solid;
margin-bottom: 25px;
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(159, 92, 93, 1);
border-radius: 0px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 16px;
font-weight: bold;
color: rgba(159, 92, 93, 1);
text-decoration: none;
}
#s-c6988d12-3798-4b07-b362-15d031a42173:hover {opacity: 0.8 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-c6988d12-3798-4b07-b362-15d031a42173:active {opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-c6988d12-3798-4b07-b362-15d031a42173-root {
    text-align: center;
  }


#s-c6988d12-3798-4b07-b362-15d031a42173.shg-btn {
  color: rgba(159, 92, 93, 1);
  font-size: 20px;
  
  
  font-family: Didact Gothic;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c6988d12-3798-4b07-b362-15d031a42173-root {
    text-align: center;
  }


#s-c6988d12-3798-4b07-b362-15d031a42173.shg-btn {
  color: rgba(159, 92, 93, 1);
  font-size: 20px;
  
  
  font-family: Didact Gothic;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c6988d12-3798-4b07-b362-15d031a42173-root {
    text-align: center;
  }


#s-c6988d12-3798-4b07-b362-15d031a42173.shg-btn {
  color: rgba(159, 92, 93, 1);
  font-size: 20px;
  
  
  font-family: Didact Gothic;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c6988d12-3798-4b07-b362-15d031a42173-root {
    text-align: center;
  }


#s-c6988d12-3798-4b07-b362-15d031a42173.shg-btn {
  color: rgba(159, 92, 93, 1);
  font-size: 20px;
  
  
  font-family: Didact Gothic;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c6988d12-3798-4b07-b362-15d031a42173-root {
    text-align: center;
  }


#s-c6988d12-3798-4b07-b362-15d031a42173.shg-btn {
  color: rgba(159, 92, 93, 1);
  font-size: 20px;
  
  
  font-family: Didact Gothic;
  display:  inline-block ;
}
}
#s-a148d3be-c00e-4660-a498-96c1a10f818c {
  min-height: 50px;
}








#s-a148d3be-c00e-4660-a498-96c1a10f818c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a148d3be-c00e-4660-a498-96c1a10f818c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d363ab9a-d2f8-48d3-b2f3-831e0491f6e3 {
  margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
min-height: 50px;
}
@media (min-width: 1200px){#s-d363ab9a-d2f8-48d3-b2f3-831e0491f6e3 {
  display: none;
}
#s-d363ab9a-d2f8-48d3-b2f3-831e0491f6e3, #wrap-s-d363ab9a-d2f8-48d3-b2f3-831e0491f6e3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d363ab9a-d2f8-48d3-b2f3-831e0491f6e3 {
  display: none;
}
#s-d363ab9a-d2f8-48d3-b2f3-831e0491f6e3, #wrap-s-d363ab9a-d2f8-48d3-b2f3-831e0491f6e3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d363ab9a-d2f8-48d3-b2f3-831e0491f6e3 {
  display: none;
}
#s-d363ab9a-d2f8-48d3-b2f3-831e0491f6e3, #wrap-s-d363ab9a-d2f8-48d3-b2f3-831e0491f6e3 { display:none !important; }}@media (max-width: 767px){#s-d363ab9a-d2f8-48d3-b2f3-831e0491f6e3 {
  display: none;
}
#s-d363ab9a-d2f8-48d3-b2f3-831e0491f6e3, #wrap-s-d363ab9a-d2f8-48d3-b2f3-831e0491f6e3 { display:none !important; }}







#s-d363ab9a-d2f8-48d3-b2f3-831e0491f6e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d363ab9a-d2f8-48d3-b2f3-831e0491f6e3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-44244c15-ad31-4f9c-9dc2-5bae884b46e6 {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}

#s-44244c15-ad31-4f9c-9dc2-5bae884b46e6 .shogun-heading-component h1 {
  color: rgba(41, 27, 37, 1);
  font-weight:  normal ;
  font-family: "Didact Gothic";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



@media (min-width: 0px) {
[id="s-2f03f129-ba94-47c0-814a-f4944278c625"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-2f03f129-ba94-47c0-814a-f4944278c625"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2f03f129-ba94-47c0-814a-f4944278c625"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2f03f129-ba94-47c0-814a-f4944278c625"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-38642341-d3d2-45d0-bbbc-e4148ae6cdd7 {
  margin-left: 20px;
margin-right: 20px;
text-align: center;
}







  #s-38642341-d3d2-45d0-bbbc-e4148ae6cdd7 img.shogun-image {
    

    
    
    
  }


#s-38642341-d3d2-45d0-bbbc-e4148ae6cdd7 .shogun-image-content {
  
    align-items: center;
  
}

#s-eaf1e44b-b5cd-46ec-b10c-e279a86a2d60 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eaf1e44b-b5cd-46ec-b10c-e279a86a2d60 .shogun-heading-component h3 {
  color: rgba(159, 92, 93, 1);
  font-weight:  normal ;
  font-family: "Didact Gothic";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


#s-eaf1e44b-b5cd-46ec-b10c-e279a86a2d60 .shogun-heading-component h3 a {
  color: rgba(159, 92, 93, 1);
}


#s-4f155aa4-c160-4795-8f44-46aaf0c8d849 {
  margin-left: 20px;
margin-right: 20px;
text-align: center;
}







  #s-4f155aa4-c160-4795-8f44-46aaf0c8d849 img.shogun-image {
    

    
    
    
  }


#s-4f155aa4-c160-4795-8f44-46aaf0c8d849 .shogun-image-content {
  
    align-items: center;
  
}

#s-65fc634e-6f3b-47ee-bf42-2267923eeda6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-65fc634e-6f3b-47ee-bf42-2267923eeda6 .shogun-heading-component h3 {
  color: rgba(159, 92, 93, 1);
  font-weight:  normal ;
  font-family: "Didact Gothic";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


#s-65fc634e-6f3b-47ee-bf42-2267923eeda6 .shogun-heading-component h3 a {
  color: rgba(159, 92, 93, 1);
}


#s-b70ccec3-8e93-401e-96d9-40a7ce9ca186 {
  margin-left: 20px;
margin-right: 20px;
text-align: center;
}







  #s-b70ccec3-8e93-401e-96d9-40a7ce9ca186 img.shogun-image {
    

    
    
    
  }


#s-b70ccec3-8e93-401e-96d9-40a7ce9ca186 .shogun-image-content {
  
    align-items: center;
  
}

#s-e4cd2d57-bb2f-4444-b786-2d0fa1849e19 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e4cd2d57-bb2f-4444-b786-2d0fa1849e19 .shogun-heading-component h3 {
  color: rgba(159, 92, 93, 1);
  font-weight:  normal ;
  font-family: "Didact Gothic";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


#s-e4cd2d57-bb2f-4444-b786-2d0fa1849e19 .shogun-heading-component h3 a {
  color: rgba(159, 92, 93, 1);
}


@media (min-width: 0px) {
[id="s-adcaa1bc-c52a-4fd2-a960-c85d45e596da"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-adcaa1bc-c52a-4fd2-a960-c85d45e596da"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-adcaa1bc-c52a-4fd2-a960-c85d45e596da"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-adcaa1bc-c52a-4fd2-a960-c85d45e596da"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-75c4b850-5eb8-4d7f-8b65-84c0d9842488 {
  margin-left: 20px;
margin-right: 20px;
text-align: center;
}







  #s-75c4b850-5eb8-4d7f-8b65-84c0d9842488 img.shogun-image {
    

    
    
    
  }


#s-75c4b850-5eb8-4d7f-8b65-84c0d9842488 .shogun-image-content {
  
    align-items: center;
  
}

#s-7add1781-13f6-44e0-99ac-5d0111136c02 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7add1781-13f6-44e0-99ac-5d0111136c02 .shogun-heading-component h3 {
  color: rgba(159, 92, 93, 1);
  font-weight:  normal ;
  font-family: "Didact Gothic";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


#s-7add1781-13f6-44e0-99ac-5d0111136c02 .shogun-heading-component h3 a {
  color: rgba(159, 92, 93, 1);
}


#s-5ec2ddf0-43be-4fc5-aea0-cf95c567f817 {
  margin-left: 20px;
margin-right: 20px;
text-align: center;
}







  #s-5ec2ddf0-43be-4fc5-aea0-cf95c567f817 img.shogun-image {
    

    
    
    
  }


#s-5ec2ddf0-43be-4fc5-aea0-cf95c567f817 .shogun-image-content {
  
    align-items: center;
  
}

#s-1ce71d01-dc47-4230-8e67-b60ac404c9c3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1ce71d01-dc47-4230-8e67-b60ac404c9c3 .shogun-heading-component h3 {
  color: rgba(159, 92, 93, 1);
  font-weight:  normal ;
  font-family: "Didact Gothic";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


#s-1ce71d01-dc47-4230-8e67-b60ac404c9c3 .shogun-heading-component h3 a {
  color: rgba(159, 92, 93, 1);
}


#s-8b79c69e-f712-467a-924f-16e6d19f4af9 {
  margin-left: 20px;
margin-right: 20px;
text-align: center;
}







  #s-8b79c69e-f712-467a-924f-16e6d19f4af9 img.shogun-image {
    

    
    
    
  }


#s-8b79c69e-f712-467a-924f-16e6d19f4af9 .shogun-image-content {
  
    align-items: center;
  
}

#s-ecbc6848-3166-4b8e-b52c-a46a5bebc0d5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ecbc6848-3166-4b8e-b52c-a46a5bebc0d5 .shogun-heading-component h3 {
  color: rgba(159, 92, 93, 1);
  font-weight:  normal ;
  font-family: "Didact Gothic";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


#s-ecbc6848-3166-4b8e-b52c-a46a5bebc0d5 .shogun-heading-component h3 a {
  color: rgba(159, 92, 93, 1);
}


#s-d8a8a253-b95b-4b9c-b4d1-6df711b574a2 {
  margin-left: 50px;
margin-right: 50px;
padding-left: 50px;
padding-right: 50px;
min-height: 50px;
}
@media (min-width: 1200px){#s-d8a8a253-b95b-4b9c-b4d1-6df711b574a2 {
  display: none;
}
#s-d8a8a253-b95b-4b9c-b4d1-6df711b574a2, #wrap-s-d8a8a253-b95b-4b9c-b4d1-6df711b574a2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d8a8a253-b95b-4b9c-b4d1-6df711b574a2 {
  display: none;
}
#s-d8a8a253-b95b-4b9c-b4d1-6df711b574a2, #wrap-s-d8a8a253-b95b-4b9c-b4d1-6df711b574a2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d8a8a253-b95b-4b9c-b4d1-6df711b574a2 {
  display: none;
}
#s-d8a8a253-b95b-4b9c-b4d1-6df711b574a2, #wrap-s-d8a8a253-b95b-4b9c-b4d1-6df711b574a2 { display:none !important; }}@media (max-width: 767px){#s-d8a8a253-b95b-4b9c-b4d1-6df711b574a2 {
  display: none;
}
#s-d8a8a253-b95b-4b9c-b4d1-6df711b574a2, #wrap-s-d8a8a253-b95b-4b9c-b4d1-6df711b574a2 { display:none !important; }}







#s-d8a8a253-b95b-4b9c-b4d1-6df711b574a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d8a8a253-b95b-4b9c-b4d1-6df711b574a2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d23ee3ec-e7e4-47b6-8dab-71a22d0fdb58 {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}

#s-d23ee3ec-e7e4-47b6-8dab-71a22d0fdb58 .shogun-heading-component h1 {
  color: rgba(41, 27, 37, 1);
  font-weight:  normal ;
  font-family: "Didact Gothic";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-4aff8703-f876-4cb1-890f-1d511459d53f {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-left: 150px;
padding-right: 150px;
}

@media (min-width: 0px) {
[id="s-4aff8703-f876-4cb1-890f-1d511459d53f"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-4aff8703-f876-4cb1-890f-1d511459d53f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4aff8703-f876-4cb1-890f-1d511459d53f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4aff8703-f876-4cb1-890f-1d511459d53f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-551282ac-cfdb-4f94-ac65-ab3deb67a729 {
  margin-left: 20px;
margin-right: 20px;
text-align: center;
}







  #s-551282ac-cfdb-4f94-ac65-ab3deb67a729 img.shogun-image {
    

    
    
    
  }


#s-551282ac-cfdb-4f94-ac65-ab3deb67a729 .shogun-image-content {
  
    align-items: center;
  
}

#s-a89e1f72-9fd3-43c1-8eee-9e6105643257 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a89e1f72-9fd3-43c1-8eee-9e6105643257 .shogun-heading-component h3 {
  color: rgba(159, 92, 93, 1);
  font-weight:  normal ;
  font-family: "Didact Gothic";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


#s-a89e1f72-9fd3-43c1-8eee-9e6105643257 .shogun-heading-component h3 a {
  color: rgba(159, 92, 93, 1);
}


#s-8580372b-c4df-4aec-9c63-f0ce65f19b97 {
  margin-left: 20px;
margin-right: 20px;
text-align: center;
}







  #s-8580372b-c4df-4aec-9c63-f0ce65f19b97 img.shogun-image {
    

    
    
    
  }


#s-8580372b-c4df-4aec-9c63-f0ce65f19b97 .shogun-image-content {
  
    align-items: center;
  
}

#s-4f4a52dd-7c1a-4292-8710-50d168bc7bf7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4f4a52dd-7c1a-4292-8710-50d168bc7bf7 .shogun-heading-component h3 {
  color: rgba(159, 92, 93, 1);
  font-weight:  normal ;
  font-family: "Didact Gothic";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


#s-4f4a52dd-7c1a-4292-8710-50d168bc7bf7 .shogun-heading-component h3 a {
  color: rgba(159, 92, 93, 1);
}


#s-cef9556e-8b99-4a27-ad98-bbafece5d9d8 {
  margin-left: 20px;
margin-right: 20px;
text-align: center;
}







  #s-cef9556e-8b99-4a27-ad98-bbafece5d9d8 img.shogun-image {
    

    
    
    
  }


#s-cef9556e-8b99-4a27-ad98-bbafece5d9d8 .shogun-image-content {
  
    align-items: center;
  
}

#s-c8695495-07d3-4fe1-8c64-c486ef004d93 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c8695495-07d3-4fe1-8c64-c486ef004d93 .shogun-heading-component h3 {
  color: rgba(159, 92, 93, 1);
  font-weight:  normal ;
  font-family: "Didact Gothic";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


#s-c8695495-07d3-4fe1-8c64-c486ef004d93 .shogun-heading-component h3 a {
  color: rgba(159, 92, 93, 1);
}


#s-5a26478e-4cdf-4a9e-a7db-439420cfbdeb {
  margin-left: 20px;
margin-right: 20px;
text-align: center;
}







  #s-5a26478e-4cdf-4a9e-a7db-439420cfbdeb img.shogun-image {
    

    
    
    
  }


#s-5a26478e-4cdf-4a9e-a7db-439420cfbdeb .shogun-image-content {
  
    align-items: center;
  
}

#s-50aedb6e-1bfd-4602-a307-10f5d63e87d3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-50aedb6e-1bfd-4602-a307-10f5d63e87d3 .shogun-heading-component h3 {
  color: rgba(159, 92, 93, 1);
  font-weight:  normal ;
  font-family: "Didact Gothic";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


#s-50aedb6e-1bfd-4602-a307-10f5d63e87d3 .shogun-heading-component h3 a {
  color: rgba(159, 92, 93, 1);
}


#s-7c3c04d8-1813-4334-8cd3-0f60792278cd {
  margin-left: 20px;
margin-right: 20px;
text-align: center;
}







  #s-7c3c04d8-1813-4334-8cd3-0f60792278cd img.shogun-image {
    

    
    
    
  }


#s-7c3c04d8-1813-4334-8cd3-0f60792278cd .shogun-image-content {
  
    align-items: center;
  
}

#s-6a025af4-f3e2-4a3e-ac81-d2f394cca102 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6a025af4-f3e2-4a3e-ac81-d2f394cca102 .shogun-heading-component h3 {
  color: rgba(159, 92, 93, 1);
  font-weight:  normal ;
  font-family: "Didact Gothic";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


#s-6a025af4-f3e2-4a3e-ac81-d2f394cca102 .shogun-heading-component h3 a {
  color: rgba(159, 92, 93, 1);
}


#s-52be05de-17e9-46d1-a560-d7942e5c7549 {
  margin-left: 20px;
margin-right: 20px;
text-align: center;
}







  #s-52be05de-17e9-46d1-a560-d7942e5c7549 img.shogun-image {
    

    
    
    
  }


#s-52be05de-17e9-46d1-a560-d7942e5c7549 .shogun-image-content {
  
    align-items: center;
  
}

#s-e80f834f-1737-40da-96b5-a5dc12a04bbc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e80f834f-1737-40da-96b5-a5dc12a04bbc .shogun-heading-component h3 {
  color: rgba(159, 92, 93, 1);
  font-weight:  normal ;
  font-family: "Didact Gothic";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


#s-e80f834f-1737-40da-96b5-a5dc12a04bbc .shogun-heading-component h3 a {
  color: rgba(159, 92, 93, 1);
}


#s-a35b4441-33c5-4a75-a9b3-ba0eed415929 {
  margin-left: 50px;
margin-right: 50px;
padding-left: 75px;
padding-right: 75px;
min-height: 50px;
}
@media (min-width: 1200px){#s-a35b4441-33c5-4a75-a9b3-ba0eed415929 {
  display: none;
}
#s-a35b4441-33c5-4a75-a9b3-ba0eed415929, #wrap-s-a35b4441-33c5-4a75-a9b3-ba0eed415929 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a35b4441-33c5-4a75-a9b3-ba0eed415929 {
  display: none;
}
#s-a35b4441-33c5-4a75-a9b3-ba0eed415929, #wrap-s-a35b4441-33c5-4a75-a9b3-ba0eed415929 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a35b4441-33c5-4a75-a9b3-ba0eed415929 {
  display: none;
}
#s-a35b4441-33c5-4a75-a9b3-ba0eed415929, #wrap-s-a35b4441-33c5-4a75-a9b3-ba0eed415929 { display:none !important; }}@media (max-width: 767px){#s-a35b4441-33c5-4a75-a9b3-ba0eed415929 {
  display: none;
}
#s-a35b4441-33c5-4a75-a9b3-ba0eed415929, #wrap-s-a35b4441-33c5-4a75-a9b3-ba0eed415929 { display:none !important; }}







#s-a35b4441-33c5-4a75-a9b3-ba0eed415929 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a35b4441-33c5-4a75-a9b3-ba0eed415929.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b98392d2-73da-48ac-bdaa-fd025bfe3b3b {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}

#s-b98392d2-73da-48ac-bdaa-fd025bfe3b3b .shogun-heading-component h1 {
  color: rgba(41, 27, 37, 1);
  font-weight:  normal ;
  font-family: "Didact Gothic";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-56a7f030-f468-4670-9330-97ff4c5cb842 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-56a7f030-f468-4670-9330-97ff4c5cb842"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

@media (min-width: 768px) {
[id="s-56a7f030-f468-4670-9330-97ff4c5cb842"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-56a7f030-f468-4670-9330-97ff4c5cb842"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-56a7f030-f468-4670-9330-97ff4c5cb842"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

#s-8d672224-eaeb-4c65-97dd-8b2f70b07148 {
  margin-left: 20px;
margin-right: 20px;
text-align: center;
}







  #s-8d672224-eaeb-4c65-97dd-8b2f70b07148 img.shogun-image {
    

    
    
    
  }


#s-8d672224-eaeb-4c65-97dd-8b2f70b07148 .shogun-image-content {
  
    align-items: center;
  
}

#s-f9cf65ab-fa6f-4942-9423-d69f1fea427f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f9cf65ab-fa6f-4942-9423-d69f1fea427f .shogun-heading-component h3 {
  color: rgba(159, 92, 93, 1);
  font-weight:  normal ;
  font-family: "Didact Gothic";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


#s-f9cf65ab-fa6f-4942-9423-d69f1fea427f .shogun-heading-component h3 a {
  color: rgba(159, 92, 93, 1);
}


#s-db04ff98-a3c7-4899-819c-65326e42e878 {
  margin-left: 20px;
margin-right: 20px;
text-align: center;
}







  #s-db04ff98-a3c7-4899-819c-65326e42e878 img.shogun-image {
    

    
    
    
  }


#s-db04ff98-a3c7-4899-819c-65326e42e878 .shogun-image-content {
  
    align-items: center;
  
}

#s-d368330b-e9d0-43a6-9bc8-56be106c7789 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d368330b-e9d0-43a6-9bc8-56be106c7789 .shogun-heading-component h3 {
  color: rgba(159, 92, 93, 1);
  font-weight:  normal ;
  font-family: "Didact Gothic";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


#s-d368330b-e9d0-43a6-9bc8-56be106c7789 .shogun-heading-component h3 a {
  color: rgba(159, 92, 93, 1);
}


#s-86a0b9ae-aa00-4038-a76d-348f4ddcadf7 {
  margin-left: 20px;
margin-right: 20px;
text-align: center;
}







  #s-86a0b9ae-aa00-4038-a76d-348f4ddcadf7 img.shogun-image {
    

    
    
    
  }


#s-86a0b9ae-aa00-4038-a76d-348f4ddcadf7 .shogun-image-content {
  
    align-items: center;
  
}

#s-ef56237c-9822-4bba-8e95-75af25c97eb2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ef56237c-9822-4bba-8e95-75af25c97eb2 .shogun-heading-component h3 {
  color: rgba(159, 92, 93, 1);
  font-weight:  normal ;
  font-family: "Didact Gothic";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


#s-ef56237c-9822-4bba-8e95-75af25c97eb2 .shogun-heading-component h3 a {
  color: rgba(159, 92, 93, 1);
}


#s-65f5726d-a5d5-4a2a-a6d2-d162819dcfa1 {
  margin-left: 20px;
margin-right: 20px;
text-align: center;
}







  #s-65f5726d-a5d5-4a2a-a6d2-d162819dcfa1 img.shogun-image {
    

    
    
    
  }


#s-65f5726d-a5d5-4a2a-a6d2-d162819dcfa1 .shogun-image-content {
  
    align-items: center;
  
}

#s-d8b4871f-5481-435a-a15c-13a1bcf81473 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d8b4871f-5481-435a-a15c-13a1bcf81473 .shogun-heading-component h3 {
  color: rgba(159, 92, 93, 1);
  font-weight:  normal ;
  font-family: "Didact Gothic";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


#s-d8b4871f-5481-435a-a15c-13a1bcf81473 .shogun-heading-component h3 a {
  color: rgba(159, 92, 93, 1);
}


#s-c41a7519-2fe5-4f33-9536-fd1cb86e2b9c {
  margin-left: 20px;
margin-right: 20px;
text-align: center;
}







  #s-c41a7519-2fe5-4f33-9536-fd1cb86e2b9c img.shogun-image {
    

    
    
    
  }


#s-c41a7519-2fe5-4f33-9536-fd1cb86e2b9c .shogun-image-content {
  
    align-items: center;
  
}

#s-0e2076f9-9ead-48a3-a52d-66e98a5eb1af {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0e2076f9-9ead-48a3-a52d-66e98a5eb1af .shogun-heading-component h3 {
  color: rgba(159, 92, 93, 1);
  font-weight:  normal ;
  font-family: "Didact Gothic";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


#s-0e2076f9-9ead-48a3-a52d-66e98a5eb1af .shogun-heading-component h3 a {
  color: rgba(159, 92, 93, 1);
}


#s-33b0cf54-7d8f-43ad-9fe4-95014262370c {
  margin-left: 20px;
margin-right: 20px;
text-align: center;
}







  #s-33b0cf54-7d8f-43ad-9fe4-95014262370c img.shogun-image {
    

    
    
    
  }


#s-33b0cf54-7d8f-43ad-9fe4-95014262370c .shogun-image-content {
  
    align-items: center;
  
}

#s-884f41d9-fe6b-4bd4-b162-48b5b1b3e93e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-884f41d9-fe6b-4bd4-b162-48b5b1b3e93e .shogun-heading-component h3 {
  color: rgba(159, 92, 93, 1);
  font-weight:  normal ;
  font-family: "Didact Gothic";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


#s-884f41d9-fe6b-4bd4-b162-48b5b1b3e93e .shogun-heading-component h3 a {
  color: rgba(159, 92, 93, 1);
}


#s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe {
  display: none;
}
#s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe, #wrap-s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe {
  display: none;
}
#s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe, #wrap-s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe {
  display: none;
}
#s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe, #wrap-s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe { display:none !important; }}@media (max-width: 767px){#s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe {
  display: none;
}
#s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe, #wrap-s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe { display:none !important; }}
@media (min-width: 0px) {
[id="s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-7aa88de2-7ed5-4a93-b258-809ea2c84fbe"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-08fd8015-9c90-4601-b6fb-408258b31da2 {
  padding-left: 10%;
padding-right: 10%;
min-height: 720px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-08fd8015-9c90-4601-b6fb-408258b31da2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-08fd8015-9c90-4601-b6fb-408258b31da2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-08fd8015-9c90-4601-b6fb-408258b31da2 {
  min-height: 480px;
}
}@media (max-width: 767px){#s-08fd8015-9c90-4601-b6fb-408258b31da2 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
min-height: 100%;
}
}







#s-08fd8015-9c90-4601-b6fb-408258b31da2 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-08fd8015-9c90-4601-b6fb-408258b31da2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-347390eb-ca4f-4e42-a9eb-5ea3119be16b {
  text-align: center;
}







  #s-347390eb-ca4f-4e42-a9eb-5ea3119be16b img.shogun-image {
    

    
    
    
  }


#s-347390eb-ca4f-4e42-a9eb-5ea3119be16b .shogun-image-content {
  
    align-items: center;
  
}

#s-e8de5347-1bd4-4fd3-a306-f1c5fe022580 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-e8de5347-1bd4-4fd3-a306-f1c5fe022580 .shogun-heading-component h2 {
  color: rgba(33, 33, 33, 1);
  font-weight:  normal ;
  font-family: "Didact Gothic";
  font-style:  normal ;
  font-size: 34px;
  
  letter-spacing: -2px;
  text-align: left;
}



#s-7c101140-bd38-4b7a-a675-b5f1c0d993b6 {
  margin-bottom: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-7c101140-bd38-4b7a-a675-b5f1c0d993b6 .shogun-heading-component h4 {
  color: rgba(237, 91, 45, 1);
  font-weight:  300 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-4bef1bfc-0266-42e1-911e-0b3a58d95dff {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-dcaa943e-7219-4b6e-84b3-49678691d856 {
  border-style: solid;
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(41, 27, 37, 1);
border-radius: 0px;
opacity: 1;
text-align: left;
background-color: rgba(255, 255, 255, 1);
font-size: 16px;
font-weight: bold;
color: rgba(41, 27, 37, 1);
text-decoration: none;
}
#s-dcaa943e-7219-4b6e-84b3-49678691d856:hover {opacity: 0.8 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-dcaa943e-7219-4b6e-84b3-49678691d856:active {opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-dcaa943e-7219-4b6e-84b3-49678691d856-root {
    text-align: left;
  }


#s-dcaa943e-7219-4b6e-84b3-49678691d856.shg-btn {
  color: rgba(41, 27, 37, 1);
  font-size: 20px;
  
  
  font-family: Didact Gothic;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-dcaa943e-7219-4b6e-84b3-49678691d856-root {
    text-align: left;
  }


#s-dcaa943e-7219-4b6e-84b3-49678691d856.shg-btn {
  color: rgba(41, 27, 37, 1);
  font-size: 20px;
  
  
  font-family: Didact Gothic;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dcaa943e-7219-4b6e-84b3-49678691d856-root {
    text-align: left;
  }


#s-dcaa943e-7219-4b6e-84b3-49678691d856.shg-btn {
  color: rgba(41, 27, 37, 1);
  font-size: 20px;
  
  
  font-family: Didact Gothic;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dcaa943e-7219-4b6e-84b3-49678691d856-root {
    text-align: left;
  }


#s-dcaa943e-7219-4b6e-84b3-49678691d856.shg-btn {
  color: rgba(41, 27, 37, 1);
  font-size: 20px;
  
  
  font-family: Didact Gothic;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-dcaa943e-7219-4b6e-84b3-49678691d856-root {
    text-align: left;
  }


#s-dcaa943e-7219-4b6e-84b3-49678691d856.shg-btn {
  color: rgba(41, 27, 37, 1);
  font-size: 20px;
  
  
  font-family: Didact Gothic;
  display:  inline-block ;
}
}
#s-9acedd4f-e2dd-4cf1-bc01-b7556e20031a {
  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-9acedd4f-e2dd-4cf1-bc01-b7556e20031a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9acedd4f-e2dd-4cf1-bc01-b7556e20031a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9acedd4f-e2dd-4cf1-bc01-b7556e20031a {
  min-height: 480px;
}
}@media (max-width: 767px){#s-9acedd4f-e2dd-4cf1-bc01-b7556e20031a {
  min-height: 360px;
}
}
#s-9acedd4f-e2dd-4cf1-bc01-b7556e20031a {
  background-image: url(https://i.shgcdn.com/cd0e64c0-cbf7-4293-a35e-0878d68566fb/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-9acedd4f-e2dd-4cf1-bc01-b7556e20031a > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-9acedd4f-e2dd-4cf1-bc01-b7556e20031a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ef6e3d25-12eb-4408-b1b8-ba82dc296f7d {
  margin-left: 0px;
margin-right: 0px;
padding-top: 20px;
padding-bottom: 20px;
}
@media (min-width: 1200px){#s-ef6e3d25-12eb-4408-b1b8-ba82dc296f7d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ef6e3d25-12eb-4408-b1b8-ba82dc296f7d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ef6e3d25-12eb-4408-b1b8-ba82dc296f7d {
  
}
}@media (max-width: 767px){#s-ef6e3d25-12eb-4408-b1b8-ba82dc296f7d {
  
}
}
@media (min-width: 0px) {
[id="s-ef6e3d25-12eb-4408-b1b8-ba82dc296f7d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ef6e3d25-12eb-4408-b1b8-ba82dc296f7d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ef6e3d25-12eb-4408-b1b8-ba82dc296f7d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ef6e3d25-12eb-4408-b1b8-ba82dc296f7d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-ef6e3d25-12eb-4408-b1b8-ba82dc296f7d"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-d65ad8c9-9b36-43eb-94e1-6da80768a0ac {
  padding-left: 10%;
padding-right: 10%;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-d65ad8c9-9b36-43eb-94e1-6da80768a0ac {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d65ad8c9-9b36-43eb-94e1-6da80768a0ac {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d65ad8c9-9b36-43eb-94e1-6da80768a0ac {
  
}
}@media (max-width: 767px){#s-d65ad8c9-9b36-43eb-94e1-6da80768a0ac {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
}
}







#s-d65ad8c9-9b36-43eb-94e1-6da80768a0ac > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-d65ad8c9-9b36-43eb-94e1-6da80768a0ac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-822ee658-3265-4086-a616-606a5b8bf39e {
  border-style: solid;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
text-align: left;
}

#s-822ee658-3265-4086-a616-606a5b8bf39e .shogun-heading-component h1 {
  color: rgba(33, 33, 33, 1);
  font-weight:  normal ;
  font-family: "Didact Gothic";
  font-style:  normal ;
  
  
  letter-spacing: 0px;
  text-align: left;
}



#s-9f08e5fb-b8f8-453a-92f5-4a96c59c23fa {
  min-height: 20px;
max-width: 100px;
}








#s-9f08e5fb-b8f8-453a-92f5-4a96c59c23fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9f08e5fb-b8f8-453a-92f5-4a96c59c23fa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-64b77e2a-ab92-4114-96d1-f3e2c5fd230d {
  margin-top: -10px;
margin-bottom: -10px;
}

#s-64b77e2a-ab92-4114-96d1-f3e2c5fd230d hr {
  border-top: 2px solid #ddd;
}

#s-276be5bc-412e-4c79-a9b6-aafc541be9da {
  padding-top: 1.25%;
padding-left: 5%;
padding-bottom: 1.25%;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(159, 92, 93, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(159, 92, 93, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-276be5bc-412e-4c79-a9b6-aafc541be9da:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-276be5bc-412e-4c79-a9b6-aafc541be9da:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-276be5bc-412e-4c79-a9b6-aafc541be9da-root {
    text-align: left;
  }


#s-276be5bc-412e-4c79-a9b6-aafc541be9da.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Didact Gothic;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-276be5bc-412e-4c79-a9b6-aafc541be9da-root {
    text-align: left;
  }


#s-276be5bc-412e-4c79-a9b6-aafc541be9da.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Didact Gothic;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-276be5bc-412e-4c79-a9b6-aafc541be9da-root {
    text-align: left;
  }


#s-276be5bc-412e-4c79-a9b6-aafc541be9da.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Didact Gothic;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-276be5bc-412e-4c79-a9b6-aafc541be9da-root {
    text-align: left;
  }


#s-276be5bc-412e-4c79-a9b6-aafc541be9da.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Didact Gothic;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-276be5bc-412e-4c79-a9b6-aafc541be9da-root {
    text-align: left;
  }


#s-276be5bc-412e-4c79-a9b6-aafc541be9da.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Didact Gothic;
  display:  inline-block ;
}
}
#s-2735d76c-0c3e-4786-8fd6-5181fd9f54e9 {
  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: 670px;
background-position: center -100px;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-2735d76c-0c3e-4786-8fd6-5181fd9f54e9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2735d76c-0c3e-4786-8fd6-5181fd9f54e9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2735d76c-0c3e-4786-8fd6-5181fd9f54e9 {
  
}
}@media (max-width: 767px){#s-2735d76c-0c3e-4786-8fd6-5181fd9f54e9 {
  
}
}
#s-2735d76c-0c3e-4786-8fd6-5181fd9f54e9 {
  background-image: url(https://i.shgcdn.com/92a49a5b-2c18-468f-8547-d86d023c3fc3/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-2735d76c-0c3e-4786-8fd6-5181fd9f54e9 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-2735d76c-0c3e-4786-8fd6-5181fd9f54e9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5179dbe2-9e99-46d2-90a0-0c081b78538c {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
}








#s-5179dbe2-9e99-46d2-90a0-0c081b78538c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5179dbe2-9e99-46d2-90a0-0c081b78538c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f4d173ae-85ac-454b-9e3d-921e1eef7760 {
  min-height: 500px;
}








#s-f4d173ae-85ac-454b-9e3d-921e1eef7760 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f4d173ae-85ac-454b-9e3d-921e1eef7760.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-7baa598f-a986-4dff-9997-0228a5ec95d6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7baa598f-a986-4dff-9997-0228a5ec95d6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7baa598f-a986-4dff-9997-0228a5ec95d6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7baa598f-a986-4dff-9997-0228a5ec95d6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-caeda43f-9261-4664-88d9-94e38bf0e649 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 5%;
padding-bottom: 6%;
min-height: 500px;
background-position: right center;
}








#s-caeda43f-9261-4664-88d9-94e38bf0e649 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-caeda43f-9261-4664-88d9-94e38bf0e649.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-62e36301-55a9-4e36-a997-97d263f5703f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-62e36301-55a9-4e36-a997-97d263f5703f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: left;
}



#s-d0d988d3-3f04-401d-98e8-070a02afe1e4 {
  border-style: solid;
padding-top: 1.25%;
padding-left: 5%;
padding-bottom: 1.25%;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-d0d988d3-3f04-401d-98e8-070a02afe1e4:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-d0d988d3-3f04-401d-98e8-070a02afe1e4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d0d988d3-3f04-401d-98e8-070a02afe1e4-root {
    text-align: left;
  }


#s-d0d988d3-3f04-401d-98e8-070a02afe1e4.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Didact Gothic;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d0d988d3-3f04-401d-98e8-070a02afe1e4-root {
    text-align: left;
  }


#s-d0d988d3-3f04-401d-98e8-070a02afe1e4.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Didact Gothic;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d0d988d3-3f04-401d-98e8-070a02afe1e4-root {
    text-align: left;
  }


#s-d0d988d3-3f04-401d-98e8-070a02afe1e4.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Didact Gothic;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d0d988d3-3f04-401d-98e8-070a02afe1e4-root {
    text-align: left;
  }


#s-d0d988d3-3f04-401d-98e8-070a02afe1e4.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Didact Gothic;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d0d988d3-3f04-401d-98e8-070a02afe1e4-root {
    text-align: left;
  }


#s-d0d988d3-3f04-401d-98e8-070a02afe1e4.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Didact Gothic;
  display:  inline-block ;
}
}
#s-f914b21b-7ed4-4560-a38d-a3347bd86047 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 5%;
padding-bottom: 6%;
min-height: 500px;
background-position: center center;
}








#s-f914b21b-7ed4-4560-a38d-a3347bd86047 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
}#s-f914b21b-7ed4-4560-a38d-a3347bd86047.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-14ff286f-2089-4e81-9c1e-d9f578ffdcba {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-14ff286f-2089-4e81-9c1e-d9f578ffdcba .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: left;
}



#s-0a0a6a5f-16c0-4a15-8717-84388884c7e9 {
  border-style: solid;
padding-top: 1.25%;
padding-left: 5%;
padding-bottom: 1.25%;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-0a0a6a5f-16c0-4a15-8717-84388884c7e9:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-0a0a6a5f-16c0-4a15-8717-84388884c7e9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0a0a6a5f-16c0-4a15-8717-84388884c7e9-root {
    text-align: left;
  }


#s-0a0a6a5f-16c0-4a15-8717-84388884c7e9.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Didact Gothic;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0a0a6a5f-16c0-4a15-8717-84388884c7e9-root {
    text-align: left;
  }


#s-0a0a6a5f-16c0-4a15-8717-84388884c7e9.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Didact Gothic;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0a0a6a5f-16c0-4a15-8717-84388884c7e9-root {
    text-align: left;
  }


#s-0a0a6a5f-16c0-4a15-8717-84388884c7e9.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Didact Gothic;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0a0a6a5f-16c0-4a15-8717-84388884c7e9-root {
    text-align: left;
  }


#s-0a0a6a5f-16c0-4a15-8717-84388884c7e9.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Didact Gothic;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0a0a6a5f-16c0-4a15-8717-84388884c7e9-root {
    text-align: left;
  }


#s-0a0a6a5f-16c0-4a15-8717-84388884c7e9.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Didact Gothic;
  display:  inline-block ;
}
}
#s-39314f22-0c78-4c09-9138-b28d3a363857 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-39314f22-0c78-4c09-9138-b28d3a363857 {
  display: none;
}
#s-39314f22-0c78-4c09-9138-b28d3a363857, #wrap-s-39314f22-0c78-4c09-9138-b28d3a363857 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-39314f22-0c78-4c09-9138-b28d3a363857 {
  display: none;
}
#s-39314f22-0c78-4c09-9138-b28d3a363857, #wrap-s-39314f22-0c78-4c09-9138-b28d3a363857 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-39314f22-0c78-4c09-9138-b28d3a363857 {
  display: none;
}
#s-39314f22-0c78-4c09-9138-b28d3a363857, #wrap-s-39314f22-0c78-4c09-9138-b28d3a363857 { display:none !important; }}@media (max-width: 767px){#s-39314f22-0c78-4c09-9138-b28d3a363857 {
  display: none;
}
#s-39314f22-0c78-4c09-9138-b28d3a363857, #wrap-s-39314f22-0c78-4c09-9138-b28d3a363857 { display:none !important; }}
@media (min-width: 0px) {
[id="s-39314f22-0c78-4c09-9138-b28d3a363857"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-39314f22-0c78-4c09-9138-b28d3a363857"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-39314f22-0c78-4c09-9138-b28d3a363857"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-39314f22-0c78-4c09-9138-b28d3a363857"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-39314f22-0c78-4c09-9138-b28d3a363857"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-3313581c-9fe5-4cad-85c8-520262308965 {
  padding-left: 10%;
padding-right: 10%;
min-height: 720px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-3313581c-9fe5-4cad-85c8-520262308965 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3313581c-9fe5-4cad-85c8-520262308965 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3313581c-9fe5-4cad-85c8-520262308965 {
  min-height: 480px;
}
}@media (max-width: 767px){#s-3313581c-9fe5-4cad-85c8-520262308965 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
min-height: 100%;
}
}







#s-3313581c-9fe5-4cad-85c8-520262308965 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-3313581c-9fe5-4cad-85c8-520262308965.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f9783a6b-b0c5-4a10-9220-7fe655cb0ad1 {
  text-align: center;
}







  #s-f9783a6b-b0c5-4a10-9220-7fe655cb0ad1 img.shogun-image {
    

    
    
    
  }


#s-f9783a6b-b0c5-4a10-9220-7fe655cb0ad1 .shogun-image-content {
  
    align-items: center;
  
}

#s-d8b767e1-52c6-4e20-b413-d5b6355b4997 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-d8b767e1-52c6-4e20-b413-d5b6355b4997 .shogun-heading-component h1 {
  color: rgba(41, 27, 37, 1);
  font-weight:  500 ;
  font-family: "Open Sans";
  font-style:  normal ;
  
  
  letter-spacing: -2px;
  text-align: center;
}



#s-acaf8ced-49a2-4e2d-b5a1-ca1f525568f2 {
  margin-bottom: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-acaf8ced-49a2-4e2d-b5a1-ca1f525568f2 .shogun-heading-component h4 {
  color: rgba(237, 91, 45, 1);
  font-weight:  300 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 23px;
  
  
  text-align: center;
}



#s-e69415ca-d120-4bd2-a449-8a6903008377 {
  border-style: solid;
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(41, 27, 37, 1);
border-radius: 0px;
opacity: 1;
text-align: left;
background-color: rgba(255, 255, 255, 1);
font-size: 16px;
font-weight: bold;
color: rgba(41, 27, 37, 1);
text-decoration: none;
}
#s-e69415ca-d120-4bd2-a449-8a6903008377:hover {opacity: 0.8 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-e69415ca-d120-4bd2-a449-8a6903008377:active {opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-e69415ca-d120-4bd2-a449-8a6903008377-root {
    text-align: left;
  }


#s-e69415ca-d120-4bd2-a449-8a6903008377.shg-btn {
  color: rgba(41, 27, 37, 1);
  font-size: 20px;
  
  
  font-family: Didact Gothic;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e69415ca-d120-4bd2-a449-8a6903008377-root {
    text-align: left;
  }


#s-e69415ca-d120-4bd2-a449-8a6903008377.shg-btn {
  color: rgba(41, 27, 37, 1);
  font-size: 20px;
  
  
  font-family: Didact Gothic;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e69415ca-d120-4bd2-a449-8a6903008377-root {
    text-align: left;
  }


#s-e69415ca-d120-4bd2-a449-8a6903008377.shg-btn {
  color: rgba(41, 27, 37, 1);
  font-size: 20px;
  
  
  font-family: Didact Gothic;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e69415ca-d120-4bd2-a449-8a6903008377-root {
    text-align: left;
  }


#s-e69415ca-d120-4bd2-a449-8a6903008377.shg-btn {
  color: rgba(41, 27, 37, 1);
  font-size: 20px;
  
  
  font-family: Didact Gothic;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e69415ca-d120-4bd2-a449-8a6903008377-root {
    text-align: left;
  }


#s-e69415ca-d120-4bd2-a449-8a6903008377.shg-btn {
  color: rgba(41, 27, 37, 1);
  font-size: 20px;
  
  
  font-family: Didact Gothic;
  display:  inline-block ;
}
}
#s-b20ba4f3-4c17-416b-97aa-00c3bede86f0 {
  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-b20ba4f3-4c17-416b-97aa-00c3bede86f0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b20ba4f3-4c17-416b-97aa-00c3bede86f0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b20ba4f3-4c17-416b-97aa-00c3bede86f0 {
  min-height: 480px;
}
}@media (max-width: 767px){#s-b20ba4f3-4c17-416b-97aa-00c3bede86f0 {
  min-height: 360px;
}
}
#s-b20ba4f3-4c17-416b-97aa-00c3bede86f0 {
  background-image: url(https://i.shgcdn.com/cd0e64c0-cbf7-4293-a35e-0878d68566fb/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-b20ba4f3-4c17-416b-97aa-00c3bede86f0 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-b20ba4f3-4c17-416b-97aa-00c3bede86f0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-d6678943-baa4-400d-8e6b-ce6f129ad184 {
  display: none;
}
#s-d6678943-baa4-400d-8e6b-ce6f129ad184, #wrap-s-d6678943-baa4-400d-8e6b-ce6f129ad184 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d6678943-baa4-400d-8e6b-ce6f129ad184 {
  display: none;
}
#s-d6678943-baa4-400d-8e6b-ce6f129ad184, #wrap-s-d6678943-baa4-400d-8e6b-ce6f129ad184 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d6678943-baa4-400d-8e6b-ce6f129ad184 {
  display: none;
}
#s-d6678943-baa4-400d-8e6b-ce6f129ad184, #wrap-s-d6678943-baa4-400d-8e6b-ce6f129ad184 { display:none !important; }}@media (max-width: 767px){#s-d6678943-baa4-400d-8e6b-ce6f129ad184 {
  display: none;
}
#s-d6678943-baa4-400d-8e6b-ce6f129ad184, #wrap-s-d6678943-baa4-400d-8e6b-ce6f129ad184 { display:none !important; }}
@media (min-width: 0px) {
[id="s-d6678943-baa4-400d-8e6b-ce6f129ad184"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-d6678943-baa4-400d-8e6b-ce6f129ad184"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d6678943-baa4-400d-8e6b-ce6f129ad184"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d6678943-baa4-400d-8e6b-ce6f129ad184"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-bd0e4660-db24-4c27-9879-4c64f3ee0b90 {
  margin-top: 10px;
text-align: center;
}







  #s-bd0e4660-db24-4c27-9879-4c64f3ee0b90 img.shogun-image {
    

    
    
    
  }


#s-bd0e4660-db24-4c27-9879-4c64f3ee0b90 .shogun-image-content {
  
    align-items: center;
  
}

#s-e0aad1be-b569-4032-88c3-5c0869d98179 {
  min-height: 250px;
background-color: rgba(230, 230, 230, 0.67);
}








#s-e0aad1be-b569-4032-88c3-5c0869d98179 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e0aad1be-b569-4032-88c3-5c0869d98179.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-15fe9b52-3d71-4886-b618-f3b9db31c6fe {
  margin-top: 10px;
margin-left: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-15fe9b52-3d71-4886-b618-f3b9db31c6fe"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-15fe9b52-3d71-4886-b618-f3b9db31c6fe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-15fe9b52-3d71-4886-b618-f3b9db31c6fe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-15fe9b52-3d71-4886-b618-f3b9db31c6fe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f383ca98-096c-40f0-a000-ff44923f1e29 {
  text-align: center;
}







  #s-f383ca98-096c-40f0-a000-ff44923f1e29 img.shogun-image {
    

    
    
    
  }


#s-f383ca98-096c-40f0-a000-ff44923f1e29 .shogun-image-content {
  
    align-items: center;
  
}

#s-cdaa63f8-46bb-4c26-9c29-0c7365363bbe {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cdaa63f8-46bb-4c26-9c29-0c7365363bbe .shogun-heading-component h3 {
  color: rgba(159, 92, 93, 1);
  font-weight:  normal ;
  font-family: "Didact Gothic";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-cc9f518b-217b-4892-b76e-2ec02a058198 {
  text-align: center;
}







  #s-cc9f518b-217b-4892-b76e-2ec02a058198 img.shogun-image {
    

    
    
    
  }


#s-cc9f518b-217b-4892-b76e-2ec02a058198 .shogun-image-content {
  
    align-items: center;
  
}

#s-7e0cc608-35d3-44ff-92b7-750ab144b882 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7e0cc608-35d3-44ff-92b7-750ab144b882 .shogun-heading-component h3 {
  color: rgba(159, 92, 93, 1);
  font-weight:  normal ;
  font-family: "Didact Gothic";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-19549b54-73ee-49c8-aa19-7647f904e5de {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
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(159, 92, 93, 1);
border-radius: 0px;
opacity: 1;
text-align: center;
background-color: rgba(159, 92, 93, 1);
font-size: 16px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-19549b54-73ee-49c8-aa19-7647f904e5de:hover {opacity: 0.8 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(159, 92, 93, 1) !important;}#s-19549b54-73ee-49c8-aa19-7647f904e5de:active {opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-19549b54-73ee-49c8-aa19-7647f904e5de-root {
    text-align: center;
  }


#s-19549b54-73ee-49c8-aa19-7647f904e5de.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Didact Gothic;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-19549b54-73ee-49c8-aa19-7647f904e5de-root {
    text-align: center;
  }


#s-19549b54-73ee-49c8-aa19-7647f904e5de.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Didact Gothic;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-19549b54-73ee-49c8-aa19-7647f904e5de-root {
    text-align: center;
  }


#s-19549b54-73ee-49c8-aa19-7647f904e5de.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Didact Gothic;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-19549b54-73ee-49c8-aa19-7647f904e5de-root {
    text-align: center;
  }


#s-19549b54-73ee-49c8-aa19-7647f904e5de.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Didact Gothic;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-19549b54-73ee-49c8-aa19-7647f904e5de-root {
    text-align: center;
  }


#s-19549b54-73ee-49c8-aa19-7647f904e5de.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Didact Gothic;
  display:  inline-block ;
}
}
#s-9614913a-b4e9-4fb4-890d-1a74beea8c66 {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 725px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9614913a-b4e9-4fb4-890d-1a74beea8c66 {
  display: none;
}
#s-9614913a-b4e9-4fb4-890d-1a74beea8c66, #wrap-s-9614913a-b4e9-4fb4-890d-1a74beea8c66 { display:none !important; }}@media (max-width: 767px){#s-9614913a-b4e9-4fb4-890d-1a74beea8c66 {
  display: none;
}
#s-9614913a-b4e9-4fb4-890d-1a74beea8c66, #wrap-s-9614913a-b4e9-4fb4-890d-1a74beea8c66 { display:none !important; }}
@media (min-width: 0px) {
[id="s-9614913a-b4e9-4fb4-890d-1a74beea8c66"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-9614913a-b4e9-4fb4-890d-1a74beea8c66"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9614913a-b4e9-4fb4-890d-1a74beea8c66"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9614913a-b4e9-4fb4-890d-1a74beea8c66"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-b97fcfcf-e232-4ea9-a1c3-2bcee24a8d5d {
  margin-top: 10px;
max-width: 2657px;
aspect-ratio: 2657/3600;
text-align: center;
}





  #s-b97fcfcf-e232-4ea9-a1c3-2bcee24a8d5d img.shogun-image,
  #s-b97fcfcf-e232-4ea9-a1c3-2bcee24a8d5d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b97fcfcf-e232-4ea9-a1c3-2bcee24a8d5d {
    width: 100%;
    height: auto;
  }



  #s-b97fcfcf-e232-4ea9-a1c3-2bcee24a8d5d img.shogun-image {
    

    
    
    
  }


#s-b97fcfcf-e232-4ea9-a1c3-2bcee24a8d5d .shogun-image-content {
  
    align-items: center;
  
}

#s-84f203ff-ba09-4336-971d-79bdeb88f954 {
  min-height: 250px;
background-color: rgba(255, 255, 255, 0.67);
}








#s-84f203ff-ba09-4336-971d-79bdeb88f954 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-84f203ff-ba09-4336-971d-79bdeb88f954.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3a0652d1-6531-47ff-b85c-b50b2a83089c {
  margin-left: 50px;
margin-bottom: -48px;
margin-right: 50px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}







  #s-3a0652d1-6531-47ff-b85c-b50b2a83089c img.shogun-image {
    

    
    
    
  }


#s-3a0652d1-6531-47ff-b85c-b50b2a83089c .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-e1ce7dcb-4b01-477d-94f2-d630901347be"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e1ce7dcb-4b01-477d-94f2-d630901347be"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e1ce7dcb-4b01-477d-94f2-d630901347be"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e1ce7dcb-4b01-477d-94f2-d630901347be"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e1ce7dcb-4b01-477d-94f2-d630901347be"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e1ce7dcb-4b01-477d-94f2-d630901347be"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e1ce7dcb-4b01-477d-94f2-d630901347be"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-d2a5e61e-f0f3-4939-9198-5859e3302fae {
  padding-top: 10px;
padding-bottom: 10px;
text-align: right;
}

#s-d2a5e61e-f0f3-4939-9198-5859e3302fae .shogun-heading-component h1 {
  color: rgba(41, 27, 37, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  
  line-height: 3em;
  
  text-align: right;
}



#s-ad0b9cdf-5887-4372-9039-0595c853db4d {
  margin-left: 50px;
margin-right: 50px;
text-align: left;
}







  #s-ad0b9cdf-5887-4372-9039-0595c853db4d img.shogun-image {
    

    
    
    
  }


#s-ad0b9cdf-5887-4372-9039-0595c853db4d .shogun-image-content {
  
    align-items: center;
  
}

#s-2784bf49-372d-48ab-b1a2-b4be1bf40f7f {
  text-align: center;
}







  #s-2784bf49-372d-48ab-b1a2-b4be1bf40f7f img.shogun-image {
    

    
    
    
  }


#s-2784bf49-372d-48ab-b1a2-b4be1bf40f7f .shogun-image-content {
  
    align-items: center;
  
}

#s-cc05d0af-eefb-4ad1-896d-0bf112117a87 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cc05d0af-eefb-4ad1-896d-0bf112117a87 .shogun-heading-component h3 {
  color: rgba(41, 27, 37, 1);
  font-weight:  normal ;
  font-family: "Hammersmith One";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-f45fc8ea-33e3-434d-ab3e-9d7112bbc6f6 {
  margin-left: 75px;
margin-right: 75px;
}

#s-6e97963a-58a0-4e5e-906c-116e23c2d030 {
  padding-top: 20px;
padding-bottom: 10px;
text-align: center;
}







  #s-6e97963a-58a0-4e5e-906c-116e23c2d030 img.shogun-image {
    

    
    
    
  }


#s-6e97963a-58a0-4e5e-906c-116e23c2d030 .shogun-image-content {
  
    align-items: center;
  
}

#s-071e3f4d-2648-4fe8-afdb-951486a00b08 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-071e3f4d-2648-4fe8-afdb-951486a00b08 .shogun-heading-component h3 {
  color: rgba(41, 27, 37, 1);
  font-weight:  normal ;
  font-family: "Hammersmith One";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-c54bec03-1da3-4c1e-b228-771fda0c68e7 {
  margin-left: 75px;
margin-right: 75px;
}

#s-c1e8a6a7-96f0-48b9-b9a8-f1fe97e295b7 {
  border-style: solid;
margin-top: 40px;
margin-bottom: 40px;
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(159, 92, 93, 1);
border-radius: 0px;
opacity: 1;
text-align: center;
background-color: rgba(159, 92, 93, 1);
font-size: 16px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-c1e8a6a7-96f0-48b9-b9a8-f1fe97e295b7:hover {opacity: 0.8 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(159, 92, 93, 1) !important;}#s-c1e8a6a7-96f0-48b9-b9a8-f1fe97e295b7:active {opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-c1e8a6a7-96f0-48b9-b9a8-f1fe97e295b7-root {
    text-align: center;
  }


#s-c1e8a6a7-96f0-48b9-b9a8-f1fe97e295b7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Didact Gothic;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c1e8a6a7-96f0-48b9-b9a8-f1fe97e295b7-root {
    text-align: center;
  }


#s-c1e8a6a7-96f0-48b9-b9a8-f1fe97e295b7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Didact Gothic;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c1e8a6a7-96f0-48b9-b9a8-f1fe97e295b7-root {
    text-align: center;
  }


#s-c1e8a6a7-96f0-48b9-b9a8-f1fe97e295b7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Didact Gothic;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c1e8a6a7-96f0-48b9-b9a8-f1fe97e295b7-root {
    text-align: center;
  }


#s-c1e8a6a7-96f0-48b9-b9a8-f1fe97e295b7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Didact Gothic;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c1e8a6a7-96f0-48b9-b9a8-f1fe97e295b7-root {
    text-align: center;
  }


#s-c1e8a6a7-96f0-48b9-b9a8-f1fe97e295b7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Didact Gothic;
  display:  inline-block ;
}
}
#s-d07bac80-277e-4234-affd-1c414ad97402 {
  margin-top: 20px;
}
@media (min-width: 1200px){#s-d07bac80-277e-4234-affd-1c414ad97402 {
  display: none;
}
#s-d07bac80-277e-4234-affd-1c414ad97402, #wrap-s-d07bac80-277e-4234-affd-1c414ad97402 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d07bac80-277e-4234-affd-1c414ad97402 {
  display: none;
}
#s-d07bac80-277e-4234-affd-1c414ad97402, #wrap-s-d07bac80-277e-4234-affd-1c414ad97402 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d07bac80-277e-4234-affd-1c414ad97402 {
  
}
}@media (max-width: 767px){#s-d07bac80-277e-4234-affd-1c414ad97402 {
  display: none;
}
#s-d07bac80-277e-4234-affd-1c414ad97402, #wrap-s-d07bac80-277e-4234-affd-1c414ad97402 { display:none !important; }}
@media (min-width: 0px) {
[id="s-d07bac80-277e-4234-affd-1c414ad97402"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-d07bac80-277e-4234-affd-1c414ad97402"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d07bac80-277e-4234-affd-1c414ad97402"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d07bac80-277e-4234-affd-1c414ad97402"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-04a86ba7-c981-46d4-82ff-56bec40bcaea {
  margin-top: 10px;
max-width: 2657px;
aspect-ratio: 2657/3600;
text-align: center;
}





  #s-04a86ba7-c981-46d4-82ff-56bec40bcaea img.shogun-image,
  #s-04a86ba7-c981-46d4-82ff-56bec40bcaea .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-04a86ba7-c981-46d4-82ff-56bec40bcaea {
    width: 100%;
    height: auto;
  }



  #s-04a86ba7-c981-46d4-82ff-56bec40bcaea img.shogun-image {
    

    
    
    
  }


#s-04a86ba7-c981-46d4-82ff-56bec40bcaea .shogun-image-content {
  
    align-items: center;
  
}

#s-dc120496-6402-43e0-9658-833b13a26fae {
  min-height: 250px;
background-color: rgba(255, 255, 255, 0.67);
}








#s-dc120496-6402-43e0-9658-833b13a26fae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dc120496-6402-43e0-9658-833b13a26fae.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-37aa02fa-565a-4ea2-8b6d-b80e70140981 {
  margin-left: 50px;
margin-bottom: -29px;
margin-right: 50px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}







  #s-37aa02fa-565a-4ea2-8b6d-b80e70140981 img.shogun-image {
    

    
    
    
  }


#s-37aa02fa-565a-4ea2-8b6d-b80e70140981 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-447a403e-1530-4493-9f45-19dc26be472a {
  display: none;
}
#s-447a403e-1530-4493-9f45-19dc26be472a, #wrap-s-447a403e-1530-4493-9f45-19dc26be472a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-447a403e-1530-4493-9f45-19dc26be472a {
  display: none;
}
#s-447a403e-1530-4493-9f45-19dc26be472a, #wrap-s-447a403e-1530-4493-9f45-19dc26be472a { display:none !important; }}
@media (min-width: 0px) {
[id="s-447a403e-1530-4493-9f45-19dc26be472a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-447a403e-1530-4493-9f45-19dc26be472a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-447a403e-1530-4493-9f45-19dc26be472a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-447a403e-1530-4493-9f45-19dc26be472a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-447a403e-1530-4493-9f45-19dc26be472a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-447a403e-1530-4493-9f45-19dc26be472a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-447a403e-1530-4493-9f45-19dc26be472a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-3b09d1c3-0c28-4aad-b0e9-74d4fb39e671 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: right;
}

#s-3b09d1c3-0c28-4aad-b0e9-74d4fb39e671 .shogun-heading-component h1 {
  color: rgba(41, 27, 37, 1);
  font-weight:  normal ;
  font-family: "Hammersmith One";
  font-style:  normal ;
  font-size: 32px;
  line-height: 2.5em;
  
  text-align: right;
}



#s-b23a89e0-c669-4f43-904b-803e08cb6d70 {
  margin-right: 25px;
text-align: left;
}







  #s-b23a89e0-c669-4f43-904b-803e08cb6d70 img.shogun-image {
    

    
    
    
  }


#s-b23a89e0-c669-4f43-904b-803e08cb6d70 .shogun-image-content {
  
    align-items: center;
  
}

#s-b9ab859f-fb24-4381-a97f-abed343da403 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-b9ab859f-fb24-4381-a97f-abed343da403 img.shogun-image {
    

    
    
    
  }


#s-b9ab859f-fb24-4381-a97f-abed343da403 .shogun-image-content {
  
    align-items: center;
  
}

#s-d9c138f9-4947-4b8a-90cc-e7c031470648 {
  text-align: center;
}

#s-d9c138f9-4947-4b8a-90cc-e7c031470648 .shogun-heading-component h3 {
  color: rgba(41, 27, 37, 1);
  font-weight:  normal ;
  font-family: "Hammersmith One";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-18d1e0ac-5201-468e-b195-170a6e4c9984 {
  padding-top: 20px;
padding-bottom: 10px;
text-align: center;
}







  #s-18d1e0ac-5201-468e-b195-170a6e4c9984 img.shogun-image {
    

    
    
    
  }


#s-18d1e0ac-5201-468e-b195-170a6e4c9984 .shogun-image-content {
  
    align-items: center;
  
}

#s-a42c27d2-f345-4dd8-ae35-af9eeffefba7 {
  text-align: center;
}

#s-a42c27d2-f345-4dd8-ae35-af9eeffefba7 .shogun-heading-component h3 {
  color: rgba(41, 27, 37, 1);
  font-weight:  normal ;
  font-family: "Hammersmith One";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-5ca34480-c310-4017-9f6e-f9f87651d133 {
  margin-top: 20px;
}
@media (min-width: 1200px){#s-5ca34480-c310-4017-9f6e-f9f87651d133 {
  display: none;
}
#s-5ca34480-c310-4017-9f6e-f9f87651d133, #wrap-s-5ca34480-c310-4017-9f6e-f9f87651d133 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5ca34480-c310-4017-9f6e-f9f87651d133 {
  display: none;
}
#s-5ca34480-c310-4017-9f6e-f9f87651d133, #wrap-s-5ca34480-c310-4017-9f6e-f9f87651d133 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5ca34480-c310-4017-9f6e-f9f87651d133 {
  display: none;
}
#s-5ca34480-c310-4017-9f6e-f9f87651d133, #wrap-s-5ca34480-c310-4017-9f6e-f9f87651d133 { display:none !important; }}@media (max-width: 767px){#s-5ca34480-c310-4017-9f6e-f9f87651d133 {
  
}
}
@media (min-width: 0px) {
[id="s-5ca34480-c310-4017-9f6e-f9f87651d133"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5ca34480-c310-4017-9f6e-f9f87651d133"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5ca34480-c310-4017-9f6e-f9f87651d133"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5ca34480-c310-4017-9f6e-f9f87651d133"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-3bbe2be0-6f41-4281-a6e5-7bc060925b51 {
  margin-top: 10px;
max-width: 2657px;
aspect-ratio: 2657/3600;
text-align: center;
}





  #s-3bbe2be0-6f41-4281-a6e5-7bc060925b51 img.shogun-image,
  #s-3bbe2be0-6f41-4281-a6e5-7bc060925b51 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3bbe2be0-6f41-4281-a6e5-7bc060925b51 {
    width: 100%;
    height: auto;
  }



  #s-3bbe2be0-6f41-4281-a6e5-7bc060925b51 img.shogun-image {
    

    
    
    
  }


#s-3bbe2be0-6f41-4281-a6e5-7bc060925b51 .shogun-image-content {
  
    align-items: center;
  
}

#s-5e04905a-321c-4409-be7d-7b470c8c8467 {
  min-height: 250px;
background-color: rgba(255, 255, 255, 0.67);
}








#s-5e04905a-321c-4409-be7d-7b470c8c8467 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5e04905a-321c-4409-be7d-7b470c8c8467.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ecc06245-70ef-4c18-aebb-77ec6c01810d {
  margin-left: 50px;
margin-bottom: -29px;
margin-right: 50px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}







  #s-ecc06245-70ef-4c18-aebb-77ec6c01810d img.shogun-image {
    

    
    
    
  }


#s-ecc06245-70ef-4c18-aebb-77ec6c01810d .shogun-image-content {
  
    align-items: center;
  
}

#s-a3c6f97c-b613-4cba-83da-bcb28490e195 {
  margin-left: 50px;
margin-right: 50px;
padding-right: 25px;
}
@media (min-width: 1200px){#s-a3c6f97c-b613-4cba-83da-bcb28490e195 {
  display: none;
}
#s-a3c6f97c-b613-4cba-83da-bcb28490e195, #wrap-s-a3c6f97c-b613-4cba-83da-bcb28490e195 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a3c6f97c-b613-4cba-83da-bcb28490e195 {
  display: none;
}
#s-a3c6f97c-b613-4cba-83da-bcb28490e195, #wrap-s-a3c6f97c-b613-4cba-83da-bcb28490e195 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a3c6f97c-b613-4cba-83da-bcb28490e195 {
  display: none;
}
#s-a3c6f97c-b613-4cba-83da-bcb28490e195, #wrap-s-a3c6f97c-b613-4cba-83da-bcb28490e195 { display:none !important; }}
@media (min-width: 0px) {
[id="s-a3c6f97c-b613-4cba-83da-bcb28490e195"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a3c6f97c-b613-4cba-83da-bcb28490e195"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a3c6f97c-b613-4cba-83da-bcb28490e195"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a3c6f97c-b613-4cba-83da-bcb28490e195"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-1680b507-20be-4d01-935b-1578531086fb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: right;
}

#s-1680b507-20be-4d01-935b-1578531086fb .shogun-heading-component h1 {
  color: rgba(41, 27, 37, 1);
  font-weight:  normal ;
  font-family: "Hammersmith One";
  font-style:  normal ;
  font-size: 26px;
  line-height: 2em;
  
  text-align: right;
}



#s-ca6d77e5-1037-4eef-b01b-3e32f4d7a8e2 {
  margin-right: 25px;
text-align: left;
}







  #s-ca6d77e5-1037-4eef-b01b-3e32f4d7a8e2 img.shogun-image {
    

    
    
    
  }


#s-ca6d77e5-1037-4eef-b01b-3e32f4d7a8e2 .shogun-image-content {
  
    align-items: center;
  
}

#s-fb24066f-16be-4991-b5f1-29193b33f674 {
  margin-left: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-fb24066f-16be-4991-b5f1-29193b33f674"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-fb24066f-16be-4991-b5f1-29193b33f674"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fb24066f-16be-4991-b5f1-29193b33f674"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fb24066f-16be-4991-b5f1-29193b33f674"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-979db5b9-c9a8-4dd4-8596-fa85218d59f7 {
  text-align: center;
}







  #s-979db5b9-c9a8-4dd4-8596-fa85218d59f7 img.shogun-image {
    

    
    
    
  }


#s-979db5b9-c9a8-4dd4-8596-fa85218d59f7 .shogun-image-content {
  
    align-items: center;
  
}

#s-7145fc68-a404-4415-a059-927c9aaed347 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-ab0e5df7-fa33-4100-b3ff-66c9fe5e8992 {
  text-align: center;
}







  #s-ab0e5df7-fa33-4100-b3ff-66c9fe5e8992 img.shogun-image {
    

    
    
    
  }


#s-ab0e5df7-fa33-4100-b3ff-66c9fe5e8992 .shogun-image-content {
  
    align-items: center;
  
}

#s-48cde4dc-0cbc-4f7b-bbaa-6b9e447934bf {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-36124e02-2349-433c-a68c-8cd1b1d1cd41 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
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(159, 92, 93, 1);
border-radius: 0px;
opacity: 1;
text-align: center;
background-color: rgba(159, 92, 93, 1);
font-size: 16px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-36124e02-2349-433c-a68c-8cd1b1d1cd41:hover {opacity: 0.8 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(159, 92, 93, 1) !important;}#s-36124e02-2349-433c-a68c-8cd1b1d1cd41:active {opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-36124e02-2349-433c-a68c-8cd1b1d1cd41 {
  display: none;
}
#s-36124e02-2349-433c-a68c-8cd1b1d1cd41, #wrap-s-36124e02-2349-433c-a68c-8cd1b1d1cd41 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-36124e02-2349-433c-a68c-8cd1b1d1cd41 {
  display: none;
}
#s-36124e02-2349-433c-a68c-8cd1b1d1cd41, #wrap-s-36124e02-2349-433c-a68c-8cd1b1d1cd41 { display:none !important; }}

  #s-36124e02-2349-433c-a68c-8cd1b1d1cd41-root {
    text-align: center;
  }


#s-36124e02-2349-433c-a68c-8cd1b1d1cd41.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Didact Gothic;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-36124e02-2349-433c-a68c-8cd1b1d1cd41-root {
    text-align: center;
  }


#s-36124e02-2349-433c-a68c-8cd1b1d1cd41.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Didact Gothic;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-36124e02-2349-433c-a68c-8cd1b1d1cd41-root {
    text-align: center;
  }


#s-36124e02-2349-433c-a68c-8cd1b1d1cd41.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Didact Gothic;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-36124e02-2349-433c-a68c-8cd1b1d1cd41-root {
    text-align: center;
  }


#s-36124e02-2349-433c-a68c-8cd1b1d1cd41.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Didact Gothic;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-36124e02-2349-433c-a68c-8cd1b1d1cd41-root {
    text-align: center;
  }


#s-36124e02-2349-433c-a68c-8cd1b1d1cd41.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Didact Gothic;
  display:  inline-block ;
}
}
#s-6e948498-d078-45b0-858b-2bb7704621c4 {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-6e948498-d078-45b0-858b-2bb7704621c4 {
  display: none;
}
#s-6e948498-d078-45b0-858b-2bb7704621c4, #wrap-s-6e948498-d078-45b0-858b-2bb7704621c4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6e948498-d078-45b0-858b-2bb7704621c4 {
  display: none;
}
#s-6e948498-d078-45b0-858b-2bb7704621c4, #wrap-s-6e948498-d078-45b0-858b-2bb7704621c4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6e948498-d078-45b0-858b-2bb7704621c4 {
  display: none;
}
#s-6e948498-d078-45b0-858b-2bb7704621c4, #wrap-s-6e948498-d078-45b0-858b-2bb7704621c4 { display:none !important; }}@media (max-width: 767px){#s-6e948498-d078-45b0-858b-2bb7704621c4 {
  display: none;
}
#s-6e948498-d078-45b0-858b-2bb7704621c4, #wrap-s-6e948498-d078-45b0-858b-2bb7704621c4 { display:none !important; }}
#s-6e948498-d078-45b0-858b-2bb7704621c4 .shogun-heading-component h1 {
  color: rgba(41, 27, 37, 1);
  font-weight:  normal ;
  font-family: "Didact Gothic";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-67951c4f-8f2c-4820-8940-8561a725f0ce {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-67951c4f-8f2c-4820-8940-8561a725f0ce {
  display: none;
}
#s-67951c4f-8f2c-4820-8940-8561a725f0ce, #wrap-s-67951c4f-8f2c-4820-8940-8561a725f0ce { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-67951c4f-8f2c-4820-8940-8561a725f0ce {
  display: none;
}
#s-67951c4f-8f2c-4820-8940-8561a725f0ce, #wrap-s-67951c4f-8f2c-4820-8940-8561a725f0ce { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-67951c4f-8f2c-4820-8940-8561a725f0ce {
  display: none;
}
#s-67951c4f-8f2c-4820-8940-8561a725f0ce, #wrap-s-67951c4f-8f2c-4820-8940-8561a725f0ce { display:none !important; }}@media (max-width: 767px){#s-67951c4f-8f2c-4820-8940-8561a725f0ce {
  display: none;
}
#s-67951c4f-8f2c-4820-8940-8561a725f0ce, #wrap-s-67951c4f-8f2c-4820-8940-8561a725f0ce { display:none !important; }}
#s-67951c4f-8f2c-4820-8940-8561a725f0ce .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-67951c4f-8f2c-4820-8940-8561a725f0ce .shg-sld-nav-button.shg-sld-left,
#s-67951c4f-8f2c-4820-8940-8561a725f0ce .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-0884b852-8cc4-4f9f-be9e-0597b4f4d4b7 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-0884b852-8cc4-4f9f-be9e-0597b4f4d4b7"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-0884b852-8cc4-4f9f-be9e-0597b4f4d4b7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-0884b852-8cc4-4f9f-be9e-0597b4f4d4b7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-0884b852-8cc4-4f9f-be9e-0597b4f4d4b7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-99780051-95a6-4752-9272-9d6d750b668a {
  text-align: center;
}







  #s-99780051-95a6-4752-9272-9d6d750b668a img.shogun-image {
    

    
    
    
  }


#s-99780051-95a6-4752-9272-9d6d750b668a .shogun-image-content {
  
    align-items: center;
  
}

#s-9b690479-77cb-4997-99de-0c590d8398c5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9b690479-77cb-4997-99de-0c590d8398c5 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Didact Gothic";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-f1b4bc04-efa2-4f42-a1d3-0a5166cbc03c {
  text-align: center;
}







  #s-f1b4bc04-efa2-4f42-a1d3-0a5166cbc03c img.shogun-image {
    

    
    
    
  }


#s-f1b4bc04-efa2-4f42-a1d3-0a5166cbc03c .shogun-image-content {
  
    align-items: center;
  
}

#s-13e4b18f-c3a6-4eb8-97e6-742bd6f8bc02 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-13e4b18f-c3a6-4eb8-97e6-742bd6f8bc02 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Didact Gothic";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-f44fe3cc-2119-4664-b8e0-dbc84e006206 {
  text-align: center;
}







  #s-f44fe3cc-2119-4664-b8e0-dbc84e006206 img.shogun-image {
    

    
    
    
  }


#s-f44fe3cc-2119-4664-b8e0-dbc84e006206 .shogun-image-content {
  
    align-items: center;
  
}

#s-0322dcce-6ef1-4c54-88cc-19ee955d6d90 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0322dcce-6ef1-4c54-88cc-19ee955d6d90 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Didact Gothic";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-0ca2d8c8-4f2e-4c25-b430-1108c4661444 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-0ca2d8c8-4f2e-4c25-b430-1108c4661444"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 768px) {
[id="s-0ca2d8c8-4f2e-4c25-b430-1108c4661444"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-0ca2d8c8-4f2e-4c25-b430-1108c4661444"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-0ca2d8c8-4f2e-4c25-b430-1108c4661444"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

#s-57059763-f546-420d-9ea4-553a5d3e2ff6 {
  text-align: center;
}







  #s-57059763-f546-420d-9ea4-553a5d3e2ff6 img.shogun-image {
    

    
    
    
  }


#s-57059763-f546-420d-9ea4-553a5d3e2ff6 .shogun-image-content {
  
    align-items: center;
  
}

#s-ad23e549-06aa-4c5c-bc76-ea3568491b6e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ad23e549-06aa-4c5c-bc76-ea3568491b6e .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Didact Gothic";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-6de594e8-dd14-462b-b8c7-b6df56ec2d6c {
  text-align: center;
}







  #s-6de594e8-dd14-462b-b8c7-b6df56ec2d6c img.shogun-image {
    

    
    
    
  }


#s-6de594e8-dd14-462b-b8c7-b6df56ec2d6c .shogun-image-content {
  
    align-items: center;
  
}

#s-9f83ee46-0aec-4153-9c60-631fdf4cbbed {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9f83ee46-0aec-4153-9c60-631fdf4cbbed .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Didact Gothic";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-fe5fa064-3790-4ec7-bca9-080f1d36659c {
  text-align: center;
}







  #s-fe5fa064-3790-4ec7-bca9-080f1d36659c img.shogun-image {
    

    
    
    
  }


#s-fe5fa064-3790-4ec7-bca9-080f1d36659c .shogun-image-content {
  
    align-items: center;
  
}

#s-1cf3af24-48cd-485d-a6d5-110dfd3bf120 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1cf3af24-48cd-485d-a6d5-110dfd3bf120 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Didact Gothic";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-cd7d1cc8-17c0-48b8-8b85-ad09e1de1db3 {
  text-align: center;
}







  #s-cd7d1cc8-17c0-48b8-8b85-ad09e1de1db3 img.shogun-image {
    

    
    
    
  }


#s-cd7d1cc8-17c0-48b8-8b85-ad09e1de1db3 .shogun-image-content {
  
    align-items: center;
  
}

#s-43a427e9-73af-486a-9ec1-6acc4bdda401 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-43a427e9-73af-486a-9ec1-6acc4bdda401 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Didact Gothic";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-4a4a8217-3c4e-425d-a426-56e610c5f802 {
  text-align: center;
}







  #s-4a4a8217-3c4e-425d-a426-56e610c5f802 img.shogun-image {
    

    
    
    
  }


#s-4a4a8217-3c4e-425d-a426-56e610c5f802 .shogun-image-content {
  
    align-items: center;
  
}

#s-f42ac802-db63-48e4-80e7-f87e53986f90 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f42ac802-db63-48e4-80e7-f87e53986f90 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Didact Gothic";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-531bfac8-ef48-4097-a8cf-5c6bd192ef49 {
  text-align: center;
}







  #s-531bfac8-ef48-4097-a8cf-5c6bd192ef49 img.shogun-image {
    

    
    
    
  }


#s-531bfac8-ef48-4097-a8cf-5c6bd192ef49 .shogun-image-content {
  
    align-items: center;
  
}

#s-eabff169-2aa9-45b2-b3f5-b2cc7b098f87 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eabff169-2aa9-45b2-b3f5-b2cc7b098f87 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Didact Gothic";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-08909fda-de02-4734-a710-7ab2ac8e911d {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-08909fda-de02-4734-a710-7ab2ac8e911d {
  display: none;
}
#s-08909fda-de02-4734-a710-7ab2ac8e911d, #wrap-s-08909fda-de02-4734-a710-7ab2ac8e911d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-08909fda-de02-4734-a710-7ab2ac8e911d {
  display: none;
}
#s-08909fda-de02-4734-a710-7ab2ac8e911d, #wrap-s-08909fda-de02-4734-a710-7ab2ac8e911d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-08909fda-de02-4734-a710-7ab2ac8e911d {
  display: none;
}
#s-08909fda-de02-4734-a710-7ab2ac8e911d, #wrap-s-08909fda-de02-4734-a710-7ab2ac8e911d { display:none !important; }}@media (max-width: 767px){#s-08909fda-de02-4734-a710-7ab2ac8e911d {
  display: none;
}
#s-08909fda-de02-4734-a710-7ab2ac8e911d, #wrap-s-08909fda-de02-4734-a710-7ab2ac8e911d { display:none !important; }}
#s-08909fda-de02-4734-a710-7ab2ac8e911d .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-08909fda-de02-4734-a710-7ab2ac8e911d .shg-sld-nav-button.shg-sld-left,
#s-08909fda-de02-4734-a710-7ab2ac8e911d .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-abd4cd4f-dcf6-40c6-be88-6d491dddecc3"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-abd4cd4f-dcf6-40c6-be88-6d491dddecc3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-abd4cd4f-dcf6-40c6-be88-6d491dddecc3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-abd4cd4f-dcf6-40c6-be88-6d491dddecc3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-39d78c14-7147-4be3-bc60-d8273868f2ac {
  text-align: center;
}







  #s-39d78c14-7147-4be3-bc60-d8273868f2ac img.shogun-image {
    

    
    
    
  }


#s-39d78c14-7147-4be3-bc60-d8273868f2ac .shogun-image-content {
  
    align-items: center;
  
}

#s-5bef6f2c-027f-45e4-8696-1919772afcc3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5bef6f2c-027f-45e4-8696-1919772afcc3 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Didact Gothic";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-797df3c0-c935-40ac-b60e-ca3f7c0ec309 {
  text-align: center;
}







  #s-797df3c0-c935-40ac-b60e-ca3f7c0ec309 img.shogun-image {
    

    
    
    
  }


#s-797df3c0-c935-40ac-b60e-ca3f7c0ec309 .shogun-image-content {
  
    align-items: center;
  
}

#s-cc53bc7c-ba2a-4f2d-b6a2-933f6542d4b7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cc53bc7c-ba2a-4f2d-b6a2-933f6542d4b7 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Didact Gothic";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-c51d0ef9-7b6f-431c-abce-a94ba90379db {
  text-align: center;
}







  #s-c51d0ef9-7b6f-431c-abce-a94ba90379db img.shogun-image {
    

    
    
    
  }


#s-c51d0ef9-7b6f-431c-abce-a94ba90379db .shogun-image-content {
  
    align-items: center;
  
}

#s-3165d429-9f12-4ac9-a757-fd7b7e3c6a7a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3165d429-9f12-4ac9-a757-fd7b7e3c6a7a .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Didact Gothic";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-2ca204fc-2136-4232-b786-27bdb0bf2dd7 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-2ca204fc-2136-4232-b786-27bdb0bf2dd7"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-2ca204fc-2136-4232-b786-27bdb0bf2dd7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-2ca204fc-2136-4232-b786-27bdb0bf2dd7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-2ca204fc-2136-4232-b786-27bdb0bf2dd7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-a9ef0c7f-3963-4668-aca0-d8530a281758 {
  text-align: center;
}







  #s-a9ef0c7f-3963-4668-aca0-d8530a281758 img.shogun-image {
    

    
    
    
  }


#s-a9ef0c7f-3963-4668-aca0-d8530a281758 .shogun-image-content {
  
    align-items: center;
  
}

#s-a8edfff7-2b01-4227-bcec-8f25127b1bd7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a8edfff7-2b01-4227-bcec-8f25127b1bd7 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Didact Gothic";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-f149f3c8-0660-4d0e-b405-91f8fb68688a {
  text-align: center;
}







  #s-f149f3c8-0660-4d0e-b405-91f8fb68688a img.shogun-image {
    

    
    
    
  }


#s-f149f3c8-0660-4d0e-b405-91f8fb68688a .shogun-image-content {
  
    align-items: center;
  
}

#s-f458b006-0e3f-49d5-89d3-ced3b848232f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f458b006-0e3f-49d5-89d3-ced3b848232f .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Didact Gothic";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-55a50cf0-0d87-4946-9313-1cd678818535 {
  text-align: center;
}







  #s-55a50cf0-0d87-4946-9313-1cd678818535 img.shogun-image {
    

    
    
    
  }


#s-55a50cf0-0d87-4946-9313-1cd678818535 .shogun-image-content {
  
    align-items: center;
  
}

#s-31f9c55d-d63a-4a4f-b197-6f2d37c46299 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-31f9c55d-d63a-4a4f-b197-6f2d37c46299 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Didact Gothic";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-9cd4a569-4ce6-4337-9721-46509c4d5f5a {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-9cd4a569-4ce6-4337-9721-46509c4d5f5a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-9cd4a569-4ce6-4337-9721-46509c4d5f5a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-9cd4a569-4ce6-4337-9721-46509c4d5f5a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-9cd4a569-4ce6-4337-9721-46509c4d5f5a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-5c1e2179-885e-42ce-90ec-a1f151876a73 {
  text-align: center;
}







  #s-5c1e2179-885e-42ce-90ec-a1f151876a73 img.shogun-image {
    

    
    
    
  }


#s-5c1e2179-885e-42ce-90ec-a1f151876a73 .shogun-image-content {
  
    align-items: center;
  
}

#s-4f509ac0-c8ab-443b-a8cb-b9d02ab6024c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4f509ac0-c8ab-443b-a8cb-b9d02ab6024c .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Didact Gothic";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-87debee8-ff12-4ce1-bdf2-012f3844985b {
  text-align: center;
}







  #s-87debee8-ff12-4ce1-bdf2-012f3844985b img.shogun-image {
    

    
    
    
  }


#s-87debee8-ff12-4ce1-bdf2-012f3844985b .shogun-image-content {
  
    align-items: center;
  
}

#s-e4047e0f-d4ca-4ce7-a208-e27731e06b0f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e4047e0f-d4ca-4ce7-a208-e27731e06b0f .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Didact Gothic";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-ca4cbaca-96da-4bed-a6f3-15972f7f3fb9 {
  text-align: center;
}







  #s-ca4cbaca-96da-4bed-a6f3-15972f7f3fb9 img.shogun-image {
    

    
    
    
  }


#s-ca4cbaca-96da-4bed-a6f3-15972f7f3fb9 .shogun-image-content {
  
    align-items: center;
  
}

#s-559a7803-e522-41ab-9f78-2b512253e608 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-559a7803-e522-41ab-9f78-2b512253e608 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Didact Gothic";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-28780359-779c-48b5-b9ef-d80ee7b7382b {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-28780359-779c-48b5-b9ef-d80ee7b7382b .shogun-heading-component h1 {
  color: rgba(41, 27, 37, 1);
  font-weight:  normal ;
  font-family: "Didact Gothic";
  font-style:  normal ;
  font-size: 48px;
  
  letter-spacing: -2px;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-85e7c3ee-f9a0-4325-b902-aa6896d80e76"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-85e7c3ee-f9a0-4325-b902-aa6896d80e76"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-85e7c3ee-f9a0-4325-b902-aa6896d80e76"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-85e7c3ee-f9a0-4325-b902-aa6896d80e76"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-5666a0ee-0c13-4f0e-87e2-8081086e46ef {
  margin-bottom: 5px;
text-align: center;
}







  #s-5666a0ee-0c13-4f0e-87e2-8081086e46ef img.shogun-image {
    

    
    
    
  }


#s-5666a0ee-0c13-4f0e-87e2-8081086e46ef .shogun-image-content {
  
    align-items: center;
  
}

#s-61518ca1-85de-47ae-879d-a68ee806a6b1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(41, 27, 37, 0.34);
}

#s-61518ca1-85de-47ae-879d-a68ee806a6b1 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Didact Gothic";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


#s-61518ca1-85de-47ae-879d-a68ee806a6b1 .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-b404d7b4-1a9e-434a-8dc8-2aaee98dd15f {
  margin-bottom: 5px;
text-align: center;
}







  #s-b404d7b4-1a9e-434a-8dc8-2aaee98dd15f img.shogun-image {
    

    
    
    
  }


#s-b404d7b4-1a9e-434a-8dc8-2aaee98dd15f .shogun-image-content {
  
    align-items: center;
  
}

#s-40eef8e8-181e-4c4f-bfb8-9b2e4c6bf0c8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(41, 27, 37, 0.34);
}

#s-40eef8e8-181e-4c4f-bfb8-9b2e4c6bf0c8 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Didact Gothic";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


#s-40eef8e8-181e-4c4f-bfb8-9b2e4c6bf0c8 .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-0c9295f9-0f0a-4883-96a5-b6ff1b394e2c {
  margin-top: 5px;
margin-bottom: 5px;
}

@media (min-width: 0px) {
[id="s-0c9295f9-0f0a-4883-96a5-b6ff1b394e2c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0c9295f9-0f0a-4883-96a5-b6ff1b394e2c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-0c9295f9-0f0a-4883-96a5-b6ff1b394e2c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-0c9295f9-0f0a-4883-96a5-b6ff1b394e2c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-eadae6c0-54d4-47b3-b515-b4f29519e501 {
  margin-bottom: 5px;
text-align: center;
}







  #s-eadae6c0-54d4-47b3-b515-b4f29519e501 img.shogun-image {
    

    
    
    
  }


#s-eadae6c0-54d4-47b3-b515-b4f29519e501 .shogun-image-content {
  
    align-items: center;
  
}

#s-295e6d58-0358-473c-8803-d5252a4ad6b5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(41, 27, 37, 0.34);
}

#s-295e6d58-0358-473c-8803-d5252a4ad6b5 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Didact Gothic";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


#s-295e6d58-0358-473c-8803-d5252a4ad6b5 .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-233da415-a41d-4668-ae1d-28fabbe693dd {
  margin-bottom: 5px;
text-align: center;
}







  #s-233da415-a41d-4668-ae1d-28fabbe693dd img.shogun-image {
    

    
    
    
  }


#s-233da415-a41d-4668-ae1d-28fabbe693dd .shogun-image-content {
  
    align-items: center;
  
}

#s-d5c911af-a75d-4da3-9f3d-4fff66323d72 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(41, 27, 37, 0.34);
}

#s-d5c911af-a75d-4da3-9f3d-4fff66323d72 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Didact Gothic";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


#s-d5c911af-a75d-4da3-9f3d-4fff66323d72 .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-fed96a5f-b3a5-486b-9ea9-c43a14beaae3 {
  padding-left: 10%;
padding-right: 10%;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-fed96a5f-b3a5-486b-9ea9-c43a14beaae3 {
  display: none;
}
#s-fed96a5f-b3a5-486b-9ea9-c43a14beaae3, #wrap-s-fed96a5f-b3a5-486b-9ea9-c43a14beaae3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fed96a5f-b3a5-486b-9ea9-c43a14beaae3 {
  display: none;
}
#s-fed96a5f-b3a5-486b-9ea9-c43a14beaae3, #wrap-s-fed96a5f-b3a5-486b-9ea9-c43a14beaae3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fed96a5f-b3a5-486b-9ea9-c43a14beaae3 {
  display: none;
}
#s-fed96a5f-b3a5-486b-9ea9-c43a14beaae3, #wrap-s-fed96a5f-b3a5-486b-9ea9-c43a14beaae3 { display:none !important; }}@media (max-width: 767px){#s-fed96a5f-b3a5-486b-9ea9-c43a14beaae3 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
}
}







#s-fed96a5f-b3a5-486b-9ea9-c43a14beaae3 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-fed96a5f-b3a5-486b-9ea9-c43a14beaae3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8f7bd0bf-f9ea-41c8-a878-d4bfd9af08ad {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-8f7bd0bf-f9ea-41c8-a878-d4bfd9af08ad .shogun-heading-component h1 {
  color: rgba(41, 27, 37, 1);
  font-weight:  normal ;
  font-family: "Didact Gothic";
  font-style:  normal ;
  font-size: 48px;
  
  letter-spacing: -2px;
  text-align: center;
}



#s-438f6933-578a-4c1b-b576-2a32eb87da47 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}







  #s-438f6933-578a-4c1b-b576-2a32eb87da47 img.shogun-image {
    

    
    
    
  }


#s-438f6933-578a-4c1b-b576-2a32eb87da47 .shogun-image-content {
  
    align-items: center;
  
}

#s-354b39b5-56b5-44e6-9b51-cfd3eb8cc31e {
  margin-bottom: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-354b39b5-56b5-44e6-9b51-cfd3eb8cc31e .shogun-heading-component h3 {
  color: rgba(151, 125, 124, 1);
  font-weight:  normal ;
  font-family: "Didact Gothic";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}



#s-62f1534d-e856-44d3-a8f2-d088537cca71 {
  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: 0px;
background-color: rgba(151, 125, 124, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-62f1534d-e856-44d3-a8f2-d088537cca71:hover {background-color: rgba(171, 126, 126, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-62f1534d-e856-44d3-a8f2-d088537cca71:active {background-color: rgba(120, 76, 76, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-62f1534d-e856-44d3-a8f2-d088537cca71-root {
    text-align: center;
  }


#s-62f1534d-e856-44d3-a8f2-d088537cca71.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Didact Gothic;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-62f1534d-e856-44d3-a8f2-d088537cca71-root {
    text-align: center;
  }


#s-62f1534d-e856-44d3-a8f2-d088537cca71.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Didact Gothic;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-62f1534d-e856-44d3-a8f2-d088537cca71-root {
    text-align: center;
  }


#s-62f1534d-e856-44d3-a8f2-d088537cca71.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Didact Gothic;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-62f1534d-e856-44d3-a8f2-d088537cca71-root {
    text-align: center;
  }


#s-62f1534d-e856-44d3-a8f2-d088537cca71.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Didact Gothic;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-62f1534d-e856-44d3-a8f2-d088537cca71-root {
    text-align: center;
  }


#s-62f1534d-e856-44d3-a8f2-d088537cca71.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Didact Gothic;
  display:  inline-block ;
}
}
#s-fc3dcc57-6552-43ef-be15-2701b475adfb {
  padding-top: 20px;
padding-bottom: 20px;
}
@media (min-width: 1200px){#s-fc3dcc57-6552-43ef-be15-2701b475adfb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fc3dcc57-6552-43ef-be15-2701b475adfb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fc3dcc57-6552-43ef-be15-2701b475adfb {
  
}
}@media (max-width: 767px){#s-fc3dcc57-6552-43ef-be15-2701b475adfb {
  display: none;
}
#s-fc3dcc57-6552-43ef-be15-2701b475adfb, #wrap-s-fc3dcc57-6552-43ef-be15-2701b475adfb { display:none !important; }}
@media (min-width: 0px) {
[id="s-fc3dcc57-6552-43ef-be15-2701b475adfb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fc3dcc57-6552-43ef-be15-2701b475adfb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-fc3dcc57-6552-43ef-be15-2701b475adfb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-fc3dcc57-6552-43ef-be15-2701b475adfb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-fc3dcc57-6552-43ef-be15-2701b475adfb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-fc3dcc57-6552-43ef-be15-2701b475adfb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-fc3dcc57-6552-43ef-be15-2701b475adfb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-35497d90-4eeb-4c90-82af-3c611d88a99e {
  border-style: solid;
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(159, 92, 93, 1);
border-radius: 0px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 16px;
font-weight: bold;
color: rgba(159, 92, 93, 1);
text-decoration: none;
}
#s-35497d90-4eeb-4c90-82af-3c611d88a99e:hover {opacity: 0.8 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-35497d90-4eeb-4c90-82af-3c611d88a99e:active {opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-35497d90-4eeb-4c90-82af-3c611d88a99e-root {
    text-align: center;
  }


#s-35497d90-4eeb-4c90-82af-3c611d88a99e.shg-btn {
  color: rgba(159, 92, 93, 1);
  font-size: 20px;
  
  
  font-family: Didact Gothic;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-35497d90-4eeb-4c90-82af-3c611d88a99e-root {
    text-align: center;
  }


#s-35497d90-4eeb-4c90-82af-3c611d88a99e.shg-btn {
  color: rgba(159, 92, 93, 1);
  font-size: 20px;
  
  
  font-family: Didact Gothic;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-35497d90-4eeb-4c90-82af-3c611d88a99e-root {
    text-align: center;
  }


#s-35497d90-4eeb-4c90-82af-3c611d88a99e.shg-btn {
  color: rgba(159, 92, 93, 1);
  font-size: 20px;
  
  
  font-family: Didact Gothic;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-35497d90-4eeb-4c90-82af-3c611d88a99e-root {
    text-align: center;
  }


#s-35497d90-4eeb-4c90-82af-3c611d88a99e.shg-btn {
  color: rgba(159, 92, 93, 1);
  font-size: 20px;
  
  
  font-family: Didact Gothic;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-35497d90-4eeb-4c90-82af-3c611d88a99e-root {
    text-align: center;
  }


#s-35497d90-4eeb-4c90-82af-3c611d88a99e.shg-btn {
  color: rgba(159, 92, 93, 1);
  font-size: 20px;
  
  
  font-family: Didact Gothic;
  display:  inline-block ;
}
}
#s-230b83e7-aa80-4b53-b558-474c3c435476 {
  margin-top: 40px;
margin-bottom: 40px;
padding-left: 10%;
padding-right: 10%;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-230b83e7-aa80-4b53-b558-474c3c435476 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-230b83e7-aa80-4b53-b558-474c3c435476 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-230b83e7-aa80-4b53-b558-474c3c435476 {
  
}
}@media (max-width: 767px){#s-230b83e7-aa80-4b53-b558-474c3c435476 {
  padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
display: none;
}
#s-230b83e7-aa80-4b53-b558-474c3c435476, #wrap-s-230b83e7-aa80-4b53-b558-474c3c435476 { display:none !important; }}







#s-230b83e7-aa80-4b53-b558-474c3c435476 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-230b83e7-aa80-4b53-b558-474c3c435476.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-db5fa703-e343-4463-ae50-ce37b1e01c87 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-db5fa703-e343-4463-ae50-ce37b1e01c87 .shogun-heading-component h1 {
  color: rgba(41, 27, 37, 1);
  font-weight:  normal ;
  font-family: "Didact Gothic";
  font-style:  normal ;
  font-size: 48px;
  
  letter-spacing: -2px;
  text-align: center;
}



#s-ffb72a65-bcd2-40c4-9556-f7f52da14039 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}







  #s-ffb72a65-bcd2-40c4-9556-f7f52da14039 img.shogun-image {
    

    
    
    
  }


#s-ffb72a65-bcd2-40c4-9556-f7f52da14039 .shogun-image-content {
  
    align-items: center;
  
}

#s-9707372d-45e9-4dfa-a9e2-d80e4e388d3a {
  margin-bottom: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-9707372d-45e9-4dfa-a9e2-d80e4e388d3a .shogun-heading-component h3 {
  color: rgba(159, 92, 93, 1);
  font-weight:  normal ;
  font-family: "Didact Gothic";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}



#s-31493161-acc0-4ce5-95b2-c2bcde5e39ed {
  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: 0px;
background-color: rgba(159, 92, 93, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-31493161-acc0-4ce5-95b2-c2bcde5e39ed:hover {background-color: rgba(171, 126, 126, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-31493161-acc0-4ce5-95b2-c2bcde5e39ed:active {background-color: rgba(120, 76, 76, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-31493161-acc0-4ce5-95b2-c2bcde5e39ed-root {
    text-align: center;
  }


#s-31493161-acc0-4ce5-95b2-c2bcde5e39ed.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Didact Gothic;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-31493161-acc0-4ce5-95b2-c2bcde5e39ed-root {
    text-align: center;
  }


#s-31493161-acc0-4ce5-95b2-c2bcde5e39ed.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Didact Gothic;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-31493161-acc0-4ce5-95b2-c2bcde5e39ed-root {
    text-align: center;
  }


#s-31493161-acc0-4ce5-95b2-c2bcde5e39ed.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Didact Gothic;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-31493161-acc0-4ce5-95b2-c2bcde5e39ed-root {
    text-align: center;
  }


#s-31493161-acc0-4ce5-95b2-c2bcde5e39ed.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Didact Gothic;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-31493161-acc0-4ce5-95b2-c2bcde5e39ed-root {
    text-align: center;
  }


#s-31493161-acc0-4ce5-95b2-c2bcde5e39ed.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Didact Gothic;
  display:  inline-block ;
}
}
#s-14cb7237-84ff-471d-9ea4-9e98f1d004bb {
  padding-top: 20px;
padding-left: 60px;
padding-bottom: 20px;
padding-right: 60px;
}
@media (min-width: 1200px){#s-14cb7237-84ff-471d-9ea4-9e98f1d004bb {
  display: none;
}
#s-14cb7237-84ff-471d-9ea4-9e98f1d004bb, #wrap-s-14cb7237-84ff-471d-9ea4-9e98f1d004bb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-14cb7237-84ff-471d-9ea4-9e98f1d004bb {
  display: none;
}
#s-14cb7237-84ff-471d-9ea4-9e98f1d004bb, #wrap-s-14cb7237-84ff-471d-9ea4-9e98f1d004bb { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-14cb7237-84ff-471d-9ea4-9e98f1d004bb {
  display: none;
}
#s-14cb7237-84ff-471d-9ea4-9e98f1d004bb, #wrap-s-14cb7237-84ff-471d-9ea4-9e98f1d004bb { display:none !important; }}@media (max-width: 767px){#s-14cb7237-84ff-471d-9ea4-9e98f1d004bb {
  display: none;
}
#s-14cb7237-84ff-471d-9ea4-9e98f1d004bb, #wrap-s-14cb7237-84ff-471d-9ea4-9e98f1d004bb { display:none !important; }}
@media (min-width: 0px) {
[id="s-14cb7237-84ff-471d-9ea4-9e98f1d004bb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-14cb7237-84ff-471d-9ea4-9e98f1d004bb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-14cb7237-84ff-471d-9ea4-9e98f1d004bb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-14cb7237-84ff-471d-9ea4-9e98f1d004bb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-fc3af80c-5a75-4aa9-847f-a17488f2d38d {
  margin-left: 20px;
margin-right: 20px;
text-align: center;
}








#s-fc3af80c-5a75-4aa9-847f-a17488f2d38d .shogun-image-content {
  
    align-items: center;
  
}

#s-9922a2f1-4c1d-4c6a-b792-a1cde53554ac {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9922a2f1-4c1d-4c6a-b792-a1cde53554ac .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-7844bed7-5d45-43ca-a0cf-c48038f1e514 {
  margin-left: 20px;
margin-right: 20px;
text-align: center;
}







  #s-7844bed7-5d45-43ca-a0cf-c48038f1e514 img.shogun-image {
    

    
    
    
  }


#s-7844bed7-5d45-43ca-a0cf-c48038f1e514 .shogun-image-content {
  
    align-items: center;
  
}

#s-a9351f62-be7c-46c0-a379-195f1ad54f63 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a9351f62-be7c-46c0-a379-195f1ad54f63 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-246e6bf2-3bbb-4b49-b016-e80d39e18781 {
  margin-left: 20px;
margin-right: 20px;
text-align: center;
}







  #s-246e6bf2-3bbb-4b49-b016-e80d39e18781 img.shogun-image {
    

    
    
    
  }


#s-246e6bf2-3bbb-4b49-b016-e80d39e18781 .shogun-image-content {
  
    align-items: center;
  
}

#s-27184857-a035-4897-9ccf-453a9fa70acc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-27184857-a035-4897-9ccf-453a9fa70acc .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-6f711208-e011-4cbe-a604-2f3cac6b0dfc {
  margin-left: 20px;
margin-right: 20px;
text-align: center;
}







  #s-6f711208-e011-4cbe-a604-2f3cac6b0dfc img.shogun-image {
    

    
    
    
  }


#s-6f711208-e011-4cbe-a604-2f3cac6b0dfc .shogun-image-content {
  
    align-items: center;
  
}

#s-c071e6ad-86f3-476a-87ec-be65544446c0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c071e6ad-86f3-476a-87ec-be65544446c0 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-07b7c0a6-7d7a-4644-94cc-42ae05f0e204 {
  margin-left: 20px;
margin-right: 20px;
text-align: center;
}







  #s-07b7c0a6-7d7a-4644-94cc-42ae05f0e204 img.shogun-image {
    

    
    
    
  }


#s-07b7c0a6-7d7a-4644-94cc-42ae05f0e204 .shogun-image-content {
  
    align-items: center;
  
}

#s-d1a6098c-b2b8-4ffe-9176-6f10d1bb9b39 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d1a6098c-b2b8-4ffe-9176-6f10d1bb9b39 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-5acb5fd2-14de-47e3-89fa-1aec93e477d3 {
  margin-left: 20px;
margin-right: 20px;
text-align: center;
}







  #s-5acb5fd2-14de-47e3-89fa-1aec93e477d3 img.shogun-image {
    

    
    
    
  }


#s-5acb5fd2-14de-47e3-89fa-1aec93e477d3 .shogun-image-content {
  
    align-items: center;
  
}

#s-6aa209c4-24df-4414-894c-e685f6615912 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6aa209c4-24df-4414-894c-e685f6615912 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-49d8664b-69f2-48f3-8332-6c6c7c4a5803 {
  padding-top: 20px;
padding-left: 60px;
padding-bottom: 20px;
padding-right: 60px;
}
@media (min-width: 1200px){#s-49d8664b-69f2-48f3-8332-6c6c7c4a5803 {
  display: none;
}
#s-49d8664b-69f2-48f3-8332-6c6c7c4a5803, #wrap-s-49d8664b-69f2-48f3-8332-6c6c7c4a5803 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-49d8664b-69f2-48f3-8332-6c6c7c4a5803 {
  display: none;
}
#s-49d8664b-69f2-48f3-8332-6c6c7c4a5803, #wrap-s-49d8664b-69f2-48f3-8332-6c6c7c4a5803 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-49d8664b-69f2-48f3-8332-6c6c7c4a5803 {
  display: none;
}
#s-49d8664b-69f2-48f3-8332-6c6c7c4a5803, #wrap-s-49d8664b-69f2-48f3-8332-6c6c7c4a5803 { display:none !important; }}@media (max-width: 767px){#s-49d8664b-69f2-48f3-8332-6c6c7c4a5803 {
  display: none;
}
#s-49d8664b-69f2-48f3-8332-6c6c7c4a5803, #wrap-s-49d8664b-69f2-48f3-8332-6c6c7c4a5803 { display:none !important; }}
@media (min-width: 0px) {
[id="s-49d8664b-69f2-48f3-8332-6c6c7c4a5803"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-49d8664b-69f2-48f3-8332-6c6c7c4a5803"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-49d8664b-69f2-48f3-8332-6c6c7c4a5803"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-49d8664b-69f2-48f3-8332-6c6c7c4a5803"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-645887df-ba94-47b7-9eab-d0f3a842d2ad {
  margin-left: 20px;
margin-right: 20px;
text-align: center;
}







  #s-645887df-ba94-47b7-9eab-d0f3a842d2ad img.shogun-image {
    

    
    
    
  }


#s-645887df-ba94-47b7-9eab-d0f3a842d2ad .shogun-image-content {
  
    align-items: center;
  
}

#s-924ec061-51cf-4046-b248-1c35927ab0db {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-924ec061-51cf-4046-b248-1c35927ab0db .shogun-heading-component h3 {
  color: rgba(41, 27, 37, 1);
  font-weight:  normal ;
  font-family: "Didact Gothic";
  font-style:  normal ;
  font-size: 17px;
  
  
  
}



#s-699aa401-acd9-4299-8a50-bea50750713f {
  margin-left: 20px;
margin-right: 20px;
text-align: center;
}







  #s-699aa401-acd9-4299-8a50-bea50750713f img.shogun-image {
    

    
    
    
  }


#s-699aa401-acd9-4299-8a50-bea50750713f .shogun-image-content {
  
    align-items: center;
  
}

#s-5333535f-8892-424c-9687-a87cc6f710b2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5333535f-8892-424c-9687-a87cc6f710b2 .shogun-heading-component h3 {
  color: rgba(41, 27, 37, 1);
  font-weight:  normal ;
  font-family: "Didact Gothic";
  font-style:  normal ;
  font-size: 17px;
  
  
  
}



#s-f59d799b-fbb0-4906-9049-17f5866cdb8c {
  margin-left: 20px;
margin-right: 20px;
text-align: center;
}







  #s-f59d799b-fbb0-4906-9049-17f5866cdb8c img.shogun-image {
    

    
    
    
  }


#s-f59d799b-fbb0-4906-9049-17f5866cdb8c .shogun-image-content {
  
    align-items: center;
  
}

#s-ad1cb43b-0226-4b5b-9197-47caeec095cc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ad1cb43b-0226-4b5b-9197-47caeec095cc .shogun-heading-component h3 {
  color: rgba(41, 27, 37, 1);
  font-weight:  normal ;
  font-family: "Didact Gothic";
  font-style:  normal ;
  font-size: 17px;
  
  
  
}



#s-80fd4d85-34bb-4cbc-bf3a-8c120be1ebc8 {
  margin-left: 20px;
margin-right: 20px;
text-align: center;
}







  #s-80fd4d85-34bb-4cbc-bf3a-8c120be1ebc8 img.shogun-image {
    

    
    
    
  }


#s-80fd4d85-34bb-4cbc-bf3a-8c120be1ebc8 .shogun-image-content {
  
    align-items: center;
  
}

#s-ee285795-d91d-4d3c-b388-8f5ab1011a96 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ee285795-d91d-4d3c-b388-8f5ab1011a96 .shogun-heading-component h3 {
  color: rgba(41, 27, 37, 1);
  font-weight:  normal ;
  font-family: "Didact Gothic";
  font-style:  normal ;
  font-size: 17px;
  
  
  
}



#s-e5b1f505-beee-4c9c-8243-87c059013704 {
  margin-left: 20px;
margin-right: 20px;
text-align: center;
}







  #s-e5b1f505-beee-4c9c-8243-87c059013704 img.shogun-image {
    

    
    
    
  }


#s-e5b1f505-beee-4c9c-8243-87c059013704 .shogun-image-content {
  
    align-items: center;
  
}

#s-da689ad7-3111-4ad4-aef1-426990d4d91a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-da689ad7-3111-4ad4-aef1-426990d4d91a .shogun-heading-component h3 {
  color: rgba(41, 27, 37, 1);
  font-weight:  normal ;
  font-family: "Didact Gothic";
  font-style:  normal ;
  font-size: 17px;
  
  
  
}



#s-4146afe1-d706-4ee5-bfbc-56529360638d {
  margin-left: 20px;
margin-right: 20px;
text-align: center;
}







  #s-4146afe1-d706-4ee5-bfbc-56529360638d img.shogun-image {
    

    
    
    
  }


#s-4146afe1-d706-4ee5-bfbc-56529360638d .shogun-image-content {
  
    align-items: center;
  
}

#s-f38fb377-53cf-4e90-bd66-2a62e82ebae3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f38fb377-53cf-4e90-bd66-2a62e82ebae3 .shogun-heading-component h3 {
  color: rgba(41, 27, 37, 1);
  font-weight:  normal ;
  font-family: "Didact Gothic";
  font-style:  normal ;
  font-size: 17px;
  
  
  
}



#s-382d45da-bec0-4d7b-9440-8f20059bcc2f {
  padding-top: 20px;
padding-left: 60px;
padding-bottom: 20px;
padding-right: 60px;
}
@media (min-width: 1200px){#s-382d45da-bec0-4d7b-9440-8f20059bcc2f {
  display: none;
}
#s-382d45da-bec0-4d7b-9440-8f20059bcc2f, #wrap-s-382d45da-bec0-4d7b-9440-8f20059bcc2f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-382d45da-bec0-4d7b-9440-8f20059bcc2f {
  display: none;
}
#s-382d45da-bec0-4d7b-9440-8f20059bcc2f, #wrap-s-382d45da-bec0-4d7b-9440-8f20059bcc2f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-382d45da-bec0-4d7b-9440-8f20059bcc2f {
  display: none;
}
#s-382d45da-bec0-4d7b-9440-8f20059bcc2f, #wrap-s-382d45da-bec0-4d7b-9440-8f20059bcc2f { display:none !important; }}@media (max-width: 767px){#s-382d45da-bec0-4d7b-9440-8f20059bcc2f {
  display: none;
}
#s-382d45da-bec0-4d7b-9440-8f20059bcc2f, #wrap-s-382d45da-bec0-4d7b-9440-8f20059bcc2f { display:none !important; }}
@media (min-width: 0px) {
[id="s-382d45da-bec0-4d7b-9440-8f20059bcc2f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-382d45da-bec0-4d7b-9440-8f20059bcc2f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-382d45da-bec0-4d7b-9440-8f20059bcc2f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-382d45da-bec0-4d7b-9440-8f20059bcc2f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-d289510b-480c-49e9-808d-a491ecb95589 {
  margin-left: 20px;
margin-right: 20px;
text-align: center;
}







  #s-d289510b-480c-49e9-808d-a491ecb95589 img.shogun-image {
    

    
    
    
  }


#s-d289510b-480c-49e9-808d-a491ecb95589 .shogun-image-content {
  
    align-items: center;
  
}

#s-a8dd4565-a667-4d29-bb57-86e55806f80f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a8dd4565-a667-4d29-bb57-86e55806f80f .shogun-heading-component h3 {
  color: rgba(159, 92, 93, 1);
  font-weight:  normal ;
  font-family: "Didact Gothic";
  font-style:  normal ;
  font-size: 17px;
  
  
  
}



#s-0d52d114-e0fc-4c8e-99ae-3178e316080e {
  margin-left: 20px;
margin-right: 20px;
text-align: center;
}







  #s-0d52d114-e0fc-4c8e-99ae-3178e316080e img.shogun-image {
    

    
    
    
  }


#s-0d52d114-e0fc-4c8e-99ae-3178e316080e .shogun-image-content {
  
    align-items: center;
  
}

#s-0250d4ba-383d-4140-b1f6-0e97bdcc7b9e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0250d4ba-383d-4140-b1f6-0e97bdcc7b9e .shogun-heading-component h3 {
  color: rgba(159, 92, 93, 1);
  font-weight:  normal ;
  font-family: "Didact Gothic";
  font-style:  normal ;
  font-size: 17px;
  
  
  
}



#s-b63e329b-407b-4d27-a0f1-c426b11284ec {
  margin-left: 20px;
margin-right: 20px;
text-align: center;
}







  #s-b63e329b-407b-4d27-a0f1-c426b11284ec img.shogun-image {
    

    
    
    
  }


#s-b63e329b-407b-4d27-a0f1-c426b11284ec .shogun-image-content {
  
    align-items: center;
  
}

#s-01dbce96-24c0-4c41-9731-8b29306888a6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-01dbce96-24c0-4c41-9731-8b29306888a6 .shogun-heading-component h3 {
  color: rgba(159, 92, 93, 1);
  font-weight:  normal ;
  font-family: "Didact Gothic";
  font-style:  normal ;
  font-size: 17px;
  
  
  
}



#s-0d0616e2-42ed-412e-a760-d800f26fd0f5 {
  margin-left: 20px;
margin-right: 20px;
text-align: center;
}







  #s-0d0616e2-42ed-412e-a760-d800f26fd0f5 img.shogun-image {
    

    
    
    
  }


#s-0d0616e2-42ed-412e-a760-d800f26fd0f5 .shogun-image-content {
  
    align-items: center;
  
}

#s-4965318d-3a7e-4967-b1c6-8ed2fd58bc28 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4965318d-3a7e-4967-b1c6-8ed2fd58bc28 .shogun-heading-component h3 {
  color: rgba(159, 92, 93, 1);
  font-weight:  normal ;
  font-family: "Didact Gothic";
  font-style:  normal ;
  font-size: 17px;
  
  
  
}



#s-1b469b0f-d697-432e-afe8-2743eff5aed4 {
  margin-left: 20px;
margin-right: 20px;
text-align: center;
}







  #s-1b469b0f-d697-432e-afe8-2743eff5aed4 img.shogun-image {
    

    
    
    
  }


#s-1b469b0f-d697-432e-afe8-2743eff5aed4 .shogun-image-content {
  
    align-items: center;
  
}

#s-af0e8b83-e8c0-427d-95a5-12db70d0324f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-af0e8b83-e8c0-427d-95a5-12db70d0324f .shogun-heading-component h3 {
  color: rgba(159, 92, 93, 1);
  font-weight:  normal ;
  font-family: "Didact Gothic";
  font-style:  normal ;
  font-size: 17px;
  
  
  
}



#s-b34592be-1125-4c3d-a1f2-ea402625ed68 {
  margin-left: 20px;
margin-right: 20px;
text-align: center;
}







  #s-b34592be-1125-4c3d-a1f2-ea402625ed68 img.shogun-image {
    

    
    
    
  }


#s-b34592be-1125-4c3d-a1f2-ea402625ed68 .shogun-image-content {
  
    align-items: center;
  
}

#s-04a2fa48-3e93-40da-90b7-3b3913ab5fe7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-04a2fa48-3e93-40da-90b7-3b3913ab5fe7 .shogun-heading-component h3 {
  color: rgba(159, 92, 93, 1);
  font-weight:  normal ;
  font-family: "Didact Gothic";
  font-style:  normal ;
  font-size: 17px;
  
  
  
}



#s-0181a73b-0483-4d92-b04f-859c628c54fd {
  padding-top: 20px;
padding-left: 60px;
padding-bottom: 20px;
padding-right: 60px;
}
@media (min-width: 1200px){#s-0181a73b-0483-4d92-b04f-859c628c54fd {
  display: none;
}
#s-0181a73b-0483-4d92-b04f-859c628c54fd, #wrap-s-0181a73b-0483-4d92-b04f-859c628c54fd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0181a73b-0483-4d92-b04f-859c628c54fd {
  display: none;
}
#s-0181a73b-0483-4d92-b04f-859c628c54fd, #wrap-s-0181a73b-0483-4d92-b04f-859c628c54fd { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0181a73b-0483-4d92-b04f-859c628c54fd {
  display: none;
}
#s-0181a73b-0483-4d92-b04f-859c628c54fd, #wrap-s-0181a73b-0483-4d92-b04f-859c628c54fd { display:none !important; }}@media (max-width: 767px){#s-0181a73b-0483-4d92-b04f-859c628c54fd {
  display: none;
}
#s-0181a73b-0483-4d92-b04f-859c628c54fd, #wrap-s-0181a73b-0483-4d92-b04f-859c628c54fd { display:none !important; }}
@media (min-width: 0px) {
[id="s-0181a73b-0483-4d92-b04f-859c628c54fd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-0181a73b-0483-4d92-b04f-859c628c54fd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0181a73b-0483-4d92-b04f-859c628c54fd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0181a73b-0483-4d92-b04f-859c628c54fd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-bcdad011-d6bb-4ded-aa8c-f7ec29036703 {
  margin-left: 20px;
margin-right: 20px;
text-align: center;
}







  #s-bcdad011-d6bb-4ded-aa8c-f7ec29036703 img.shogun-image {
    

    
    
    
  }


#s-bcdad011-d6bb-4ded-aa8c-f7ec29036703 .shogun-image-content {
  
    align-items: center;
  
}

#s-89a3ba74-a567-4422-994a-1dee80285c38 {
  margin-left: 20px;
margin-right: 20px;
text-align: center;
}







  #s-89a3ba74-a567-4422-994a-1dee80285c38 img.shogun-image {
    

    
    
    
  }


#s-89a3ba74-a567-4422-994a-1dee80285c38 .shogun-image-content {
  
    align-items: center;
  
}

#s-2261c347-e35a-4416-a5dd-e7040014ccec {
  margin-left: 20px;
margin-right: 20px;
text-align: center;
}







  #s-2261c347-e35a-4416-a5dd-e7040014ccec img.shogun-image {
    

    
    
    
  }


#s-2261c347-e35a-4416-a5dd-e7040014ccec .shogun-image-content {
  
    align-items: center;
  
}

#s-f4f302e9-16b1-49fb-94c8-df4dc03caebc {
  margin-left: 20px;
margin-right: 20px;
text-align: center;
}







  #s-f4f302e9-16b1-49fb-94c8-df4dc03caebc img.shogun-image {
    

    
    
    
  }


#s-f4f302e9-16b1-49fb-94c8-df4dc03caebc .shogun-image-content {
  
    align-items: center;
  
}

#s-9350e345-96b7-4c22-b687-d4a25390d622 {
  margin-left: 20px;
margin-right: 20px;
text-align: center;
}







  #s-9350e345-96b7-4c22-b687-d4a25390d622 img.shogun-image {
    

    
    
    
  }


#s-9350e345-96b7-4c22-b687-d4a25390d622 .shogun-image-content {
  
    align-items: center;
  
}

#s-d76403d4-026b-4263-a244-0f4351e6cd8a {
  margin-left: 20px;
margin-right: 20px;
text-align: center;
}







  #s-d76403d4-026b-4263-a244-0f4351e6cd8a img.shogun-image {
    

    
    
    
  }


#s-d76403d4-026b-4263-a244-0f4351e6cd8a .shogun-image-content {
  
    align-items: center;
  
}

#s-395e280c-45e8-4fef-89a9-e60b379381db {
  padding-top: 20px;
padding-bottom: 20px;
}
@media (min-width: 1200px){#s-395e280c-45e8-4fef-89a9-e60b379381db {
  display: none;
}
#s-395e280c-45e8-4fef-89a9-e60b379381db, #wrap-s-395e280c-45e8-4fef-89a9-e60b379381db { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-395e280c-45e8-4fef-89a9-e60b379381db {
  display: none;
}
#s-395e280c-45e8-4fef-89a9-e60b379381db, #wrap-s-395e280c-45e8-4fef-89a9-e60b379381db { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-395e280c-45e8-4fef-89a9-e60b379381db {
  display: none;
}
#s-395e280c-45e8-4fef-89a9-e60b379381db, #wrap-s-395e280c-45e8-4fef-89a9-e60b379381db { display:none !important; }}@media (max-width: 767px){#s-395e280c-45e8-4fef-89a9-e60b379381db {
  display: none;
}
#s-395e280c-45e8-4fef-89a9-e60b379381db, #wrap-s-395e280c-45e8-4fef-89a9-e60b379381db { display:none !important; }}
@media (min-width: 0px) {
[id="s-395e280c-45e8-4fef-89a9-e60b379381db"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-395e280c-45e8-4fef-89a9-e60b379381db"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-395e280c-45e8-4fef-89a9-e60b379381db"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-395e280c-45e8-4fef-89a9-e60b379381db"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-a2a2c5a8-3c65-4985-b360-0f65ea9e1fcb {
  margin-left: 20px;
margin-right: 20px;
text-align: center;
}







  #s-a2a2c5a8-3c65-4985-b360-0f65ea9e1fcb img.shogun-image {
    

    
    
    
  }


#s-a2a2c5a8-3c65-4985-b360-0f65ea9e1fcb .shogun-image-content {
  
    align-items: center;
  
}

#s-1484d144-565a-4d10-9913-b8d6ca959e41 {
  margin-left: 20px;
margin-right: 20px;
text-align: center;
}







  #s-1484d144-565a-4d10-9913-b8d6ca959e41 img.shogun-image {
    

    
    
    
  }


#s-1484d144-565a-4d10-9913-b8d6ca959e41 .shogun-image-content {
  
    align-items: center;
  
}

#s-da1f7628-b75d-4daf-a670-4b8ece1919ef {
  margin-left: 20px;
margin-right: 20px;
text-align: center;
}







  #s-da1f7628-b75d-4daf-a670-4b8ece1919ef img.shogun-image {
    

    
    
    
  }


#s-da1f7628-b75d-4daf-a670-4b8ece1919ef .shogun-image-content {
  
    align-items: center;
  
}

#s-67af6186-d6ef-4965-8153-4fca403cb473 {
  margin-left: 20px;
margin-right: 20px;
text-align: center;
}







  #s-67af6186-d6ef-4965-8153-4fca403cb473 img.shogun-image {
    

    
    
    
  }


#s-67af6186-d6ef-4965-8153-4fca403cb473 .shogun-image-content {
  
    align-items: center;
  
}

#s-39e37cc7-8f61-4e1a-a9c4-306296c5a084 {
  margin-left: 20px;
margin-right: 20px;
text-align: center;
}







  #s-39e37cc7-8f61-4e1a-a9c4-306296c5a084 img.shogun-image {
    

    
    
    
  }


#s-39e37cc7-8f61-4e1a-a9c4-306296c5a084 .shogun-image-content {
  
    align-items: center;
  
}

#s-6d461bd5-a85a-48b3-aed7-cca29ccb94b2 {
  margin-left: 20px;
margin-right: 20px;
text-align: center;
}







  #s-6d461bd5-a85a-48b3-aed7-cca29ccb94b2 img.shogun-image {
    

    
    
    
  }


#s-6d461bd5-a85a-48b3-aed7-cca29ccb94b2 .shogun-image-content {
  
    align-items: center;
  
}

#s-9e2b4643-29af-4365-8565-12d984411140 {
  padding-top: 20px;
padding-left: 60px;
padding-bottom: 20px;
padding-right: 60px;
}
@media (min-width: 1200px){#s-9e2b4643-29af-4365-8565-12d984411140 {
  display: none;
}
#s-9e2b4643-29af-4365-8565-12d984411140, #wrap-s-9e2b4643-29af-4365-8565-12d984411140 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9e2b4643-29af-4365-8565-12d984411140 {
  display: none;
}
#s-9e2b4643-29af-4365-8565-12d984411140, #wrap-s-9e2b4643-29af-4365-8565-12d984411140 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9e2b4643-29af-4365-8565-12d984411140 {
  display: none;
}
#s-9e2b4643-29af-4365-8565-12d984411140, #wrap-s-9e2b4643-29af-4365-8565-12d984411140 { display:none !important; }}@media (max-width: 767px){#s-9e2b4643-29af-4365-8565-12d984411140 {
  display: none;
}
#s-9e2b4643-29af-4365-8565-12d984411140, #wrap-s-9e2b4643-29af-4365-8565-12d984411140 { display:none !important; }}
@media (min-width: 0px) {
[id="s-9e2b4643-29af-4365-8565-12d984411140"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-9e2b4643-29af-4365-8565-12d984411140"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-9e2b4643-29af-4365-8565-12d984411140"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-9e2b4643-29af-4365-8565-12d984411140"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-7f587aa0-83ad-4b6f-8fdf-15f3ca6e2895 {
  margin-left: 20px;
margin-right: 20px;
text-align: center;
}








#s-7f587aa0-83ad-4b6f-8fdf-15f3ca6e2895 .shogun-image-content {
  
    align-items: center;
  
}

#s-7282a95c-fd5e-4e62-8add-247ead2976be {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7282a95c-fd5e-4e62-8add-247ead2976be .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-ba336caa-29ea-4c2e-a93c-b5138f3c462b {
  margin-left: 20px;
margin-right: 20px;
text-align: center;
}







  #s-ba336caa-29ea-4c2e-a93c-b5138f3c462b img.shogun-image {
    

    
    
    
  }


#s-ba336caa-29ea-4c2e-a93c-b5138f3c462b .shogun-image-content {
  
    align-items: center;
  
}

#s-8377c2d7-8018-45c4-98dc-f8082b95b0ef {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8377c2d7-8018-45c4-98dc-f8082b95b0ef .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-911d13fd-f035-4b77-933a-5ee2a58e09a7 {
  margin-left: 20px;
margin-right: 20px;
text-align: center;
}







  #s-911d13fd-f035-4b77-933a-5ee2a58e09a7 img.shogun-image {
    

    
    
    
  }


#s-911d13fd-f035-4b77-933a-5ee2a58e09a7 .shogun-image-content {
  
    align-items: center;
  
}

#s-68c4e68e-7ade-49c3-b54c-16a3733838ee {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-68c4e68e-7ade-49c3-b54c-16a3733838ee .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-1d5aef31-7f45-42f7-b162-fea6f7e44ab0 {
  margin-left: 20px;
margin-right: 20px;
text-align: center;
}







  #s-1d5aef31-7f45-42f7-b162-fea6f7e44ab0 img.shogun-image {
    

    
    
    
  }


#s-1d5aef31-7f45-42f7-b162-fea6f7e44ab0 .shogun-image-content {
  
    align-items: center;
  
}

#s-d31816db-04ec-4b07-9dd1-bd5034ef26c5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d31816db-04ec-4b07-9dd1-bd5034ef26c5 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-c794192b-4389-4815-9944-eda92ba437c3 {
  margin-left: 20px;
margin-right: 20px;
text-align: center;
}







  #s-c794192b-4389-4815-9944-eda92ba437c3 img.shogun-image {
    

    
    
    
  }


#s-c794192b-4389-4815-9944-eda92ba437c3 .shogun-image-content {
  
    align-items: center;
  
}

#s-bf3d74fa-9f93-4dad-8d4b-d4122c007018 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bf3d74fa-9f93-4dad-8d4b-d4122c007018 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-c5f87a7d-c5c2-4924-a789-1d054ce3ff16 {
  margin-left: 20px;
margin-right: 20px;
text-align: center;
}







  #s-c5f87a7d-c5c2-4924-a789-1d054ce3ff16 img.shogun-image {
    

    
    
    
  }


#s-c5f87a7d-c5c2-4924-a789-1d054ce3ff16 .shogun-image-content {
  
    align-items: center;
  
}

#s-8cab0c80-3ee0-42cf-89f3-a18bdd17ceb2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8cab0c80-3ee0-42cf-89f3-a18bdd17ceb2 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-bde10ff5-76d9-48da-b9f7-0d4076f3103f {
  min-height: 50px;
}








#s-bde10ff5-76d9-48da-b9f7-0d4076f3103f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bde10ff5-76d9-48da-b9f7-0d4076f3103f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 1200px){#s-2be27a79-a95b-4d64-8bb6-ac016daf0378 {
  display: none;
}
#s-2be27a79-a95b-4d64-8bb6-ac016daf0378, #wrap-s-2be27a79-a95b-4d64-8bb6-ac016daf0378 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2be27a79-a95b-4d64-8bb6-ac016daf0378 {
  display: none;
}
#s-2be27a79-a95b-4d64-8bb6-ac016daf0378, #wrap-s-2be27a79-a95b-4d64-8bb6-ac016daf0378 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2be27a79-a95b-4d64-8bb6-ac016daf0378 {
  display: none;
}
#s-2be27a79-a95b-4d64-8bb6-ac016daf0378, #wrap-s-2be27a79-a95b-4d64-8bb6-ac016daf0378 { display:none !important; }}
@media (min-width: 0px) {
[id="s-2be27a79-a95b-4d64-8bb6-ac016daf0378"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2be27a79-a95b-4d64-8bb6-ac016daf0378"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2be27a79-a95b-4d64-8bb6-ac016daf0378"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2be27a79-a95b-4d64-8bb6-ac016daf0378"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2be27a79-a95b-4d64-8bb6-ac016daf0378"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2be27a79-a95b-4d64-8bb6-ac016daf0378"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2be27a79-a95b-4d64-8bb6-ac016daf0378"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-d9bf084a-1108-4878-a5dc-958183c597c3 {
  border-style: solid;
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(159, 92, 93, 1);
border-radius: 0px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 16px;
font-weight: bold;
color: rgba(159, 92, 93, 1);
text-decoration: none;
}
#s-d9bf084a-1108-4878-a5dc-958183c597c3:hover {opacity: 0.8 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-d9bf084a-1108-4878-a5dc-958183c597c3:active {opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-d9bf084a-1108-4878-a5dc-958183c597c3-root {
    text-align: center;
  }


#s-d9bf084a-1108-4878-a5dc-958183c597c3.shg-btn {
  color: rgba(159, 92, 93, 1);
  font-size: 20px;
  
  
  font-family: Didact Gothic;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d9bf084a-1108-4878-a5dc-958183c597c3-root {
    text-align: center;
  }


#s-d9bf084a-1108-4878-a5dc-958183c597c3.shg-btn {
  color: rgba(159, 92, 93, 1);
  font-size: 20px;
  
  
  font-family: Didact Gothic;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d9bf084a-1108-4878-a5dc-958183c597c3-root {
    text-align: center;
  }


#s-d9bf084a-1108-4878-a5dc-958183c597c3.shg-btn {
  color: rgba(159, 92, 93, 1);
  font-size: 20px;
  
  
  font-family: Didact Gothic;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d9bf084a-1108-4878-a5dc-958183c597c3-root {
    text-align: center;
  }


#s-d9bf084a-1108-4878-a5dc-958183c597c3.shg-btn {
  color: rgba(159, 92, 93, 1);
  font-size: 20px;
  
  
  font-family: Didact Gothic;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d9bf084a-1108-4878-a5dc-958183c597c3-root {
    text-align: center;
  }


#s-d9bf084a-1108-4878-a5dc-958183c597c3.shg-btn {
  color: rgba(159, 92, 93, 1);
  font-size: 20px;
  
  
  font-family: Didact Gothic;
  display:  inline-block ;
}
}
#s-24faee54-6a8d-4c6a-a048-7937a2a4996f {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(23, 143, 238, 1);
border-radius: 0px;
background-color: rgba(97, 166, 171, 0.8);
}
@media (min-width: 1200px){#s-24faee54-6a8d-4c6a-a048-7937a2a4996f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-24faee54-6a8d-4c6a-a048-7937a2a4996f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-24faee54-6a8d-4c6a-a048-7937a2a4996f {
  
}
}@media (max-width: 767px){#s-24faee54-6a8d-4c6a-a048-7937a2a4996f {
  
}
}







#s-24faee54-6a8d-4c6a-a048-7937a2a4996f > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-24faee54-6a8d-4c6a-a048-7937a2a4996f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-64c6e60c-ac82-4c61-b86f-2c958283f21f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-64c6e60c-ac82-4c61-b86f-2c958283f21f .shogun-heading-component h1 {
  color: rgba(253, 253, 253, 1);
  font-weight:  normal ;
  font-family: "Didact Gothic";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-b717f8db-2207-494c-840e-d8658e880da5 {
  margin-top: 25px;
margin-left: 40px;
margin-bottom: 25px;
margin-right: 40px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px){#s-f0588e1b-cd02-4b72-9287-50d9e6b1f604 {
  display: none;
}
#s-f0588e1b-cd02-4b72-9287-50d9e6b1f604, #wrap-s-f0588e1b-cd02-4b72-9287-50d9e6b1f604 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f0588e1b-cd02-4b72-9287-50d9e6b1f604 {
  display: none;
}
#s-f0588e1b-cd02-4b72-9287-50d9e6b1f604, #wrap-s-f0588e1b-cd02-4b72-9287-50d9e6b1f604 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f0588e1b-cd02-4b72-9287-50d9e6b1f604 {
  display: none;
}
#s-f0588e1b-cd02-4b72-9287-50d9e6b1f604, #wrap-s-f0588e1b-cd02-4b72-9287-50d9e6b1f604 { display:none !important; }}@media (max-width: 767px){#s-f0588e1b-cd02-4b72-9287-50d9e6b1f604 {
  display: none;
}
#s-f0588e1b-cd02-4b72-9287-50d9e6b1f604, #wrap-s-f0588e1b-cd02-4b72-9287-50d9e6b1f604 { display:none !important; }}
@media (min-width: 0px) {
[id="s-f0588e1b-cd02-4b72-9287-50d9e6b1f604"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f0588e1b-cd02-4b72-9287-50d9e6b1f604"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f0588e1b-cd02-4b72-9287-50d9e6b1f604"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f0588e1b-cd02-4b72-9287-50d9e6b1f604"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-0c7a0f37-2d78-4031-9d1f-d8bc5bcc2f0c {
  padding-left: 10%;
padding-right: 10%;
min-height: 240px;
background-color: rgba(255, 206, 109, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-0c7a0f37-2d78-4031-9d1f-d8bc5bcc2f0c {
  min-height: 240px;
}
}@media (max-width: 767px){#s-0c7a0f37-2d78-4031-9d1f-d8bc5bcc2f0c {
  padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
min-height: 0px;
}
}







#s-0c7a0f37-2d78-4031-9d1f-d8bc5bcc2f0c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0c7a0f37-2d78-4031-9d1f-d8bc5bcc2f0c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3dcb3ff5-9ab7-48d7-9579-251f6dc7c7a9 {
  margin-bottom: 10px;
text-align: center;
}

#s-3dcb3ff5-9ab7-48d7-9579-251f6dc7c7a9 .shogun-heading-component h5 {
  color: rgba(148, 118, 61, 1);
  font-weight:  normal ;
  font-family: "Hammersmith One";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 2px;
  
}



#s-594911aa-c9ce-4ac7-a9e4-e1d5edc3443b {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-594911aa-c9ce-4ac7-a9e4-e1d5edc3443b .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Didact Gothic";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  
}



#s-3f0a2f0d-045f-4769-8da3-1fe13b8a6dde {
  background-repeat: no-repeat;
background-size: cover;
min-height: 480px;
background-position: center top;
}
@media (min-width: 768px) and (max-width: 991px){#s-3f0a2f0d-045f-4769-8da3-1fe13b8a6dde {
  min-height: 240px;
}
}







#s-3f0a2f0d-045f-4769-8da3-1fe13b8a6dde > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3f0a2f0d-045f-4769-8da3-1fe13b8a6dde.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4f7dc908-8fe6-480f-936f-8eab05c5414c {
  padding-left: 10%;
padding-right: 10%;
min-height: 720px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-4f7dc908-8fe6-480f-936f-8eab05c5414c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4f7dc908-8fe6-480f-936f-8eab05c5414c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4f7dc908-8fe6-480f-936f-8eab05c5414c {
  min-height: 480px;
}
}@media (max-width: 767px){#s-4f7dc908-8fe6-480f-936f-8eab05c5414c {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
min-height: 100%;
}
}







#s-4f7dc908-8fe6-480f-936f-8eab05c5414c > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-4f7dc908-8fe6-480f-936f-8eab05c5414c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e515cd6e-855a-46ed-ac9b-bf93fabeeaa9 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-e515cd6e-855a-46ed-ac9b-bf93fabeeaa9 .shogun-heading-component h1 {
  color: rgba(33, 33, 33, 1);
  font-weight:  normal ;
  font-family: "Hammersmith One";
  font-style:  normal ;
  
  
  letter-spacing: -2px;
  text-align: left;
}



#s-69a742fd-1004-4698-aa8e-abc09cbc2f65 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: left;
}







  #s-69a742fd-1004-4698-aa8e-abc09cbc2f65 img.shogun-image {
    

    
    
    
  }


#s-69a742fd-1004-4698-aa8e-abc09cbc2f65 .shogun-image-content {
  
    align-items: center;
  
}

#s-ab9a59e6-8007-48a9-bb37-320ee53ae388 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-ab9a59e6-8007-48a9-bb37-320ee53ae388 .shogun-heading-component h4 {
  color: rgba(151, 125, 124, 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-ab9a59e6-8007-48a9-bb37-320ee53ae388 .shogun-heading-component h4 {
  color: rgba(151, 125, 124, 1);
  font-weight:  300 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-ab9a59e6-8007-48a9-bb37-320ee53ae388 .shogun-heading-component h4 {
  color: rgba(151, 125, 124, 1);
  font-weight:  300 ;
  font-family: "Sarabun";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


}
#s-3b14251f-0ef7-46c4-85de-3701dce675a6 {
  padding-top: 50px;
padding-left: 10%;
padding-right: 10%;
background-color: rgba(251, 246, 233, 1);
}
@media (min-width: 1200px){#s-3b14251f-0ef7-46c4-85de-3701dce675a6 {
  display: none;
}
#s-3b14251f-0ef7-46c4-85de-3701dce675a6, #wrap-s-3b14251f-0ef7-46c4-85de-3701dce675a6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3b14251f-0ef7-46c4-85de-3701dce675a6 {
  display: none;
}
#s-3b14251f-0ef7-46c4-85de-3701dce675a6, #wrap-s-3b14251f-0ef7-46c4-85de-3701dce675a6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3b14251f-0ef7-46c4-85de-3701dce675a6 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-3b14251f-0ef7-46c4-85de-3701dce675a6 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-3b14251f-0ef7-46c4-85de-3701dce675a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3b14251f-0ef7-46c4-85de-3701dce675a6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f33763d3-7701-4828-8675-d1e2de8e6e0d {
  padding-top: 0px;
padding-bottom: 60px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-f33763d3-7701-4828-8675-d1e2de8e6e0d {
  padding-bottom: 40px;
}
}@media (max-width: 767px){#s-f33763d3-7701-4828-8675-d1e2de8e6e0d {
  padding-bottom: 40px;
}
}
#s-f33763d3-7701-4828-8675-d1e2de8e6e0d .shogun-heading-component h2 {
  color: rgba(159, 92, 93, 1);
  font-weight:  normal ;
  font-family: "Hammersmith One";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



@media (min-width: 0px) {
[id="s-8e8f0290-6dd2-4252-bb69-d2f3f38715c3"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-8e8f0290-6dd2-4252-bb69-d2f3f38715c3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-8e8f0290-6dd2-4252-bb69-d2f3f38715c3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-8e8f0290-6dd2-4252-bb69-d2f3f38715c3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (max-width: 767px){#s-d0091692-aed5-4fea-89f7-2cd607d12b7d {
  margin-top: 0px;
margin-bottom: 60px;
}
}







#s-d0091692-aed5-4fea-89f7-2cd607d12b7d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d0091692-aed5-4fea-89f7-2cd607d12b7d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aa2bdc59-7141-4a73-b5d7-4aa8a95e7e37 {
  margin-bottom: 30px;
text-align: center;
}







  #s-aa2bdc59-7141-4a73-b5d7-4aa8a95e7e37 img.shogun-image {
    

    
    
    
  }


#s-aa2bdc59-7141-4a73-b5d7-4aa8a95e7e37 .shogun-image-content {
  
    align-items: center;
  
}

#s-1f346467-5830-41d2-b581-f63c4d50e5e4 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-1f346467-5830-41d2-b581-f63c4d50e5e4 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Didact Gothic";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  
}



@media (max-width: 767px){#s-87472651-3464-4f9a-8043-4161adf01556 {
  margin-bottom: 60px;
}
}







#s-87472651-3464-4f9a-8043-4161adf01556 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-87472651-3464-4f9a-8043-4161adf01556.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-070d9040-64b4-494f-bcc2-16640e274e63 {
  margin-bottom: 30px;
text-align: center;
}







  #s-070d9040-64b4-494f-bcc2-16640e274e63 img.shogun-image {
    

    
    
    
  }


#s-070d9040-64b4-494f-bcc2-16640e274e63 .shogun-image-content {
  
    align-items: center;
  
}

#s-2fa1cebd-9308-4bb8-82b3-704f8da54f95 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-2fa1cebd-9308-4bb8-82b3-704f8da54f95 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Didact Gothic";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  
}










#s-41ae2bb8-cee5-4bff-a6f0-ee2b5d871c92 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-41ae2bb8-cee5-4bff-a6f0-ee2b5d871c92.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-04db33ab-489f-47e0-ab07-a84a09f3487c {
  margin-bottom: 30px;
text-align: center;
}







  #s-04db33ab-489f-47e0-ab07-a84a09f3487c img.shogun-image {
    

    
    
    
  }


#s-04db33ab-489f-47e0-ab07-a84a09f3487c .shogun-image-content {
  
    align-items: center;
  
}

#s-0f39d710-63d3-428e-9299-19758fe5e07d {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-0f39d710-63d3-428e-9299-19758fe5e07d .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Didact Gothic";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  
}



#s-2349fa1c-c774-48c6-971b-13eb63d37111 {
  margin-bottom: 30px;
text-align: center;
}







  #s-2349fa1c-c774-48c6-971b-13eb63d37111 img.shogun-image {
    

    
    
    
  }


#s-2349fa1c-c774-48c6-971b-13eb63d37111 .shogun-image-content {
  
    align-items: center;
  
}

#s-5bd61045-9047-42d7-adc3-b43b056b539d {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-5bd61045-9047-42d7-adc3-b43b056b539d .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Didact Gothic";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  
}



@media (min-width: 0px) {
[id="s-f71e6bf2-6297-4c48-90c6-16c86c3b139f"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-f71e6bf2-6297-4c48-90c6-16c86c3b139f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-f71e6bf2-6297-4c48-90c6-16c86c3b139f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-f71e6bf2-6297-4c48-90c6-16c86c3b139f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (max-width: 767px){#s-9b65d392-e638-42b6-9b4c-49489825c09b {
  margin-top: 0px;
margin-bottom: 60px;
}
}







#s-9b65d392-e638-42b6-9b4c-49489825c09b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9b65d392-e638-42b6-9b4c-49489825c09b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a76fbdc9-e1dc-40e8-b9c4-35b849c49756 {
  margin-bottom: 30px;
text-align: center;
}







  #s-a76fbdc9-e1dc-40e8-b9c4-35b849c49756 img.shogun-image {
    

    
    
    
  }


#s-a76fbdc9-e1dc-40e8-b9c4-35b849c49756 .shogun-image-content {
  
    align-items: center;
  
}

#s-e5e8746e-b35a-43b8-8e2b-abe2eb110b8e {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-e5e8746e-b35a-43b8-8e2b-abe2eb110b8e .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Didact Gothic";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  
}



@media (max-width: 767px){#s-70e7b0d0-c43d-44cb-aba6-60d3b66fba98 {
  margin-bottom: 60px;
}
}







#s-70e7b0d0-c43d-44cb-aba6-60d3b66fba98 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-70e7b0d0-c43d-44cb-aba6-60d3b66fba98.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d1819ac5-c630-4014-a130-dfbe4c465468 {
  margin-bottom: 30px;
text-align: center;
}







  #s-d1819ac5-c630-4014-a130-dfbe4c465468 img.shogun-image {
    

    
    
    
  }


#s-d1819ac5-c630-4014-a130-dfbe4c465468 .shogun-image-content {
  
    align-items: center;
  
}

#s-5e50ba1d-39f8-46ce-8b4d-22bfd185e319 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-5e50ba1d-39f8-46ce-8b4d-22bfd185e319 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Didact Gothic";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  
}










#s-05d993cc-ccbc-4ab0-a402-410c096cfce3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-05d993cc-ccbc-4ab0-a402-410c096cfce3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-34b212ec-fb23-4095-805d-4924957323f1 {
  margin-bottom: 30px;
text-align: center;
}







  #s-34b212ec-fb23-4095-805d-4924957323f1 img.shogun-image {
    

    
    
    
  }


#s-34b212ec-fb23-4095-805d-4924957323f1 .shogun-image-content {
  
    align-items: center;
  
}

#s-14c914e1-950d-418c-a0b0-b13cbdeb92b2 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-14c914e1-950d-418c-a0b0-b13cbdeb92b2 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Didact Gothic";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  
}



#s-0b890f9f-5e06-47f6-b58f-56e29c6a11a7 {
  margin-bottom: 30px;
text-align: center;
}







  #s-0b890f9f-5e06-47f6-b58f-56e29c6a11a7 img.shogun-image {
    

    
    
    
  }


#s-0b890f9f-5e06-47f6-b58f-56e29c6a11a7 .shogun-image-content {
  
    align-items: center;
  
}

#s-01326134-df36-4705-9c19-c8c80c5f0316 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-01326134-df36-4705-9c19-c8c80c5f0316 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Didact Gothic";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  
}



#s-269cfdad-0a58-4c05-bb9c-d8adf73e8c92 {
  padding-top: 50px;
padding-left: 10%;
padding-bottom: 50px;
padding-right: 10%;
background-color: rgba(251, 246, 233, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-269cfdad-0a58-4c05-bb9c-d8adf73e8c92 {
  padding-left: 5%;
padding-right: 5%;
display: none;
}
#s-269cfdad-0a58-4c05-bb9c-d8adf73e8c92, #wrap-s-269cfdad-0a58-4c05-bb9c-d8adf73e8c92 { display:none !important; }}@media (max-width: 767px){#s-269cfdad-0a58-4c05-bb9c-d8adf73e8c92 {
  padding-left: 5%;
padding-right: 5%;
display: none;
}
#s-269cfdad-0a58-4c05-bb9c-d8adf73e8c92, #wrap-s-269cfdad-0a58-4c05-bb9c-d8adf73e8c92 { display:none !important; }}







#s-269cfdad-0a58-4c05-bb9c-d8adf73e8c92 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-269cfdad-0a58-4c05-bb9c-d8adf73e8c92.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6e7e6a71-10e4-42d2-9995-b9089c1aaf3c {
  padding-top: 0px;
padding-bottom: 60px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-6e7e6a71-10e4-42d2-9995-b9089c1aaf3c {
  padding-bottom: 40px;
}
}@media (max-width: 767px){#s-6e7e6a71-10e4-42d2-9995-b9089c1aaf3c {
  padding-bottom: 40px;
}
}
#s-6e7e6a71-10e4-42d2-9995-b9089c1aaf3c .shogun-heading-component h2 {
  color: rgba(159, 92, 93, 1);
  font-weight:  normal ;
  font-family: "Hammersmith One";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



@media (min-width: 0px) {
[id="s-0b83a930-2b1f-4f02-8a2a-8e35342058a6"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-0b83a930-2b1f-4f02-8a2a-8e35342058a6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-0b83a930-2b1f-4f02-8a2a-8e35342058a6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-0b83a930-2b1f-4f02-8a2a-8e35342058a6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (max-width: 767px){#s-3a9b2d32-419a-43df-80e3-073fa18449ac {
  margin-top: 0px;
margin-bottom: 60px;
}
}







#s-3a9b2d32-419a-43df-80e3-073fa18449ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3a9b2d32-419a-43df-80e3-073fa18449ac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d0287831-4540-4b95-b490-3c6a2ae620b4 {
  margin-bottom: 30px;
text-align: center;
}







  #s-d0287831-4540-4b95-b490-3c6a2ae620b4 img.shogun-image {
    

    
    
    
  }


#s-d0287831-4540-4b95-b490-3c6a2ae620b4 .shogun-image-content {
  
    align-items: center;
  
}

#s-360808d2-b0e9-4cdd-860a-cd01d2c3b758 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-360808d2-b0e9-4cdd-860a-cd01d2c3b758 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Didact Gothic";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  
}



@media (max-width: 767px){#s-6ec5ed3c-602d-45ac-adca-fe5365aa8949 {
  margin-bottom: 60px;
}
}







#s-6ec5ed3c-602d-45ac-adca-fe5365aa8949 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6ec5ed3c-602d-45ac-adca-fe5365aa8949.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d37ff4c7-1eab-4083-9f52-8b83e2880c81 {
  margin-bottom: 30px;
text-align: center;
}







  #s-d37ff4c7-1eab-4083-9f52-8b83e2880c81 img.shogun-image {
    

    
    
    
  }


#s-d37ff4c7-1eab-4083-9f52-8b83e2880c81 .shogun-image-content {
  
    align-items: center;
  
}

#s-144f23a8-9daf-4dbf-92ac-9eacb9a3b476 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-144f23a8-9daf-4dbf-92ac-9eacb9a3b476 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Didact Gothic";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  
}










#s-4c3b1696-6ed0-4861-a889-317c178f1e0c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4c3b1696-6ed0-4861-a889-317c178f1e0c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-501c97b2-a340-4c05-816c-a153aff92781 {
  margin-bottom: 30px;
text-align: center;
}







  #s-501c97b2-a340-4c05-816c-a153aff92781 img.shogun-image {
    

    
    
    
  }


#s-501c97b2-a340-4c05-816c-a153aff92781 .shogun-image-content {
  
    align-items: center;
  
}

#s-be92ceae-8e96-4587-974e-4a018d477efe {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-be92ceae-8e96-4587-974e-4a018d477efe .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Didact Gothic";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  
}



#s-cccca50e-5cbb-42c8-8211-f4b14f5c2469 {
  margin-bottom: 30px;
text-align: center;
}







  #s-cccca50e-5cbb-42c8-8211-f4b14f5c2469 img.shogun-image {
    

    
    
    
  }


#s-cccca50e-5cbb-42c8-8211-f4b14f5c2469 .shogun-image-content {
  
    align-items: center;
  
}

#s-9301489f-3cdd-48f9-a797-d0e843d07230 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-9301489f-3cdd-48f9-a797-d0e843d07230 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Didact Gothic";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  
}



@media (min-width: 0px) {
[id="s-7805a2c3-b77e-46cf-a79f-0cd2896ed4b1"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-7805a2c3-b77e-46cf-a79f-0cd2896ed4b1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-7805a2c3-b77e-46cf-a79f-0cd2896ed4b1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-7805a2c3-b77e-46cf-a79f-0cd2896ed4b1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (max-width: 767px){#s-479bbe5b-d97c-4284-bc03-bc050e87c492 {
  margin-top: 0px;
margin-bottom: 60px;
}
}







#s-479bbe5b-d97c-4284-bc03-bc050e87c492 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-479bbe5b-d97c-4284-bc03-bc050e87c492.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6140f80f-5136-4353-a978-e8a2081b7d09 {
  margin-bottom: 30px;
text-align: center;
}







  #s-6140f80f-5136-4353-a978-e8a2081b7d09 img.shogun-image {
    

    
    
    
  }


#s-6140f80f-5136-4353-a978-e8a2081b7d09 .shogun-image-content {
  
    align-items: center;
  
}

#s-84360005-5218-4661-b6a3-e464d12e4059 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-84360005-5218-4661-b6a3-e464d12e4059 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Didact Gothic";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  
}



@media (max-width: 767px){#s-8d59eb6f-bfab-4c6c-b587-3a48addd7905 {
  margin-bottom: 60px;
}
}







#s-8d59eb6f-bfab-4c6c-b587-3a48addd7905 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8d59eb6f-bfab-4c6c-b587-3a48addd7905.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cc339c24-2271-4bd0-ac4e-00ff0ea70529 {
  margin-bottom: 30px;
text-align: center;
}







  #s-cc339c24-2271-4bd0-ac4e-00ff0ea70529 img.shogun-image {
    

    
    
    
  }


#s-cc339c24-2271-4bd0-ac4e-00ff0ea70529 .shogun-image-content {
  
    align-items: center;
  
}

#s-c1ca42d6-8235-496a-8b5e-a0a818fe7dea {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-c1ca42d6-8235-496a-8b5e-a0a818fe7dea .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Didact Gothic";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  
}










#s-b9f421a3-a327-4d14-88b9-f823016612bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b9f421a3-a327-4d14-88b9-f823016612bb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b06a5bc2-fa87-4cf7-be59-046556cabd55 {
  margin-bottom: 30px;
text-align: center;
}







  #s-b06a5bc2-fa87-4cf7-be59-046556cabd55 img.shogun-image {
    

    
    
    
  }


#s-b06a5bc2-fa87-4cf7-be59-046556cabd55 .shogun-image-content {
  
    align-items: center;
  
}

#s-169789ca-0be2-4567-88f9-d48f2fd86b66 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-169789ca-0be2-4567-88f9-d48f2fd86b66 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Didact Gothic";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  
}



#s-30ba58b1-b28c-4cfe-9d27-844c4715936f {
  margin-bottom: 30px;
text-align: center;
}







  #s-30ba58b1-b28c-4cfe-9d27-844c4715936f img.shogun-image {
    

    
    
    
  }


#s-30ba58b1-b28c-4cfe-9d27-844c4715936f .shogun-image-content {
  
    align-items: center;
  
}

#s-a10986c5-fa05-4984-bc29-561d45fcce40 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-a10986c5-fa05-4984-bc29-561d45fcce40 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Didact Gothic";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -1px;
  
}



#s-7cff6050-7292-4e52-9fad-80d7aff0a50e {
  padding-top: 20px;
padding-bottom: 20px;
}
@media (min-width: 1200px){#s-7cff6050-7292-4e52-9fad-80d7aff0a50e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7cff6050-7292-4e52-9fad-80d7aff0a50e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7cff6050-7292-4e52-9fad-80d7aff0a50e {
  
}
}@media (max-width: 767px){#s-7cff6050-7292-4e52-9fad-80d7aff0a50e {
  display: none;
}
#s-7cff6050-7292-4e52-9fad-80d7aff0a50e, #wrap-s-7cff6050-7292-4e52-9fad-80d7aff0a50e { display:none !important; }}
@media (min-width: 0px) {
[id="s-7cff6050-7292-4e52-9fad-80d7aff0a50e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7cff6050-7292-4e52-9fad-80d7aff0a50e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7cff6050-7292-4e52-9fad-80d7aff0a50e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7cff6050-7292-4e52-9fad-80d7aff0a50e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7cff6050-7292-4e52-9fad-80d7aff0a50e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7cff6050-7292-4e52-9fad-80d7aff0a50e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7cff6050-7292-4e52-9fad-80d7aff0a50e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-d6929b61-ea45-44fa-8e37-156176a15ab2 {
  border-style: solid;
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(159, 92, 93, 1);
border-radius: 0px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 16px;
font-weight: bold;
color: rgba(159, 92, 93, 1);
text-decoration: none;
}
#s-d6929b61-ea45-44fa-8e37-156176a15ab2:hover {opacity: 0.8 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-d6929b61-ea45-44fa-8e37-156176a15ab2:active {opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-d6929b61-ea45-44fa-8e37-156176a15ab2-root {
    text-align: center;
  }


#s-d6929b61-ea45-44fa-8e37-156176a15ab2.shg-btn {
  color: rgba(159, 92, 93, 1);
  font-size: 20px;
  
  
  font-family: Didact Gothic;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d6929b61-ea45-44fa-8e37-156176a15ab2-root {
    text-align: center;
  }


#s-d6929b61-ea45-44fa-8e37-156176a15ab2.shg-btn {
  color: rgba(159, 92, 93, 1);
  font-size: 20px;
  
  
  font-family: Didact Gothic;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d6929b61-ea45-44fa-8e37-156176a15ab2-root {
    text-align: center;
  }


#s-d6929b61-ea45-44fa-8e37-156176a15ab2.shg-btn {
  color: rgba(159, 92, 93, 1);
  font-size: 20px;
  
  
  font-family: Didact Gothic;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d6929b61-ea45-44fa-8e37-156176a15ab2-root {
    text-align: center;
  }


#s-d6929b61-ea45-44fa-8e37-156176a15ab2.shg-btn {
  color: rgba(159, 92, 93, 1);
  font-size: 20px;
  
  
  font-family: Didact Gothic;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d6929b61-ea45-44fa-8e37-156176a15ab2-root {
    text-align: center;
  }


#s-d6929b61-ea45-44fa-8e37-156176a15ab2.shg-btn {
  color: rgba(159, 92, 93, 1);
  font-size: 20px;
  
  
  font-family: Didact Gothic;
  display:  inline-block ;
}
}
@media (min-width: 1200px){#s-58cb55b0-e997-4d50-9e63-341045a63002 {
  display: none;
}
#s-58cb55b0-e997-4d50-9e63-341045a63002, #wrap-s-58cb55b0-e997-4d50-9e63-341045a63002 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-58cb55b0-e997-4d50-9e63-341045a63002 {
  display: none;
}
#s-58cb55b0-e997-4d50-9e63-341045a63002, #wrap-s-58cb55b0-e997-4d50-9e63-341045a63002 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-58cb55b0-e997-4d50-9e63-341045a63002 {
  display: none;
}
#s-58cb55b0-e997-4d50-9e63-341045a63002, #wrap-s-58cb55b0-e997-4d50-9e63-341045a63002 { display:none !important; }}@media (max-width: 767px){#s-58cb55b0-e997-4d50-9e63-341045a63002 {
  
}
}
@media (min-width: 0px) {
[id="s-58cb55b0-e997-4d50-9e63-341045a63002"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-58cb55b0-e997-4d50-9e63-341045a63002"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-58cb55b0-e997-4d50-9e63-341045a63002"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-58cb55b0-e997-4d50-9e63-341045a63002"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-58cb55b0-e997-4d50-9e63-341045a63002"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-58cb55b0-e997-4d50-9e63-341045a63002"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-58cb55b0-e997-4d50-9e63-341045a63002"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-13aeeb2e-aef4-46d5-ba9d-8ec1e9cb1239 {
  border-style: solid;
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(159, 92, 93, 1);
border-radius: 0px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 16px;
font-weight: bold;
color: rgba(159, 92, 93, 1);
text-decoration: none;
}
#s-13aeeb2e-aef4-46d5-ba9d-8ec1e9cb1239:hover {opacity: 0.8 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-13aeeb2e-aef4-46d5-ba9d-8ec1e9cb1239:active {opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-13aeeb2e-aef4-46d5-ba9d-8ec1e9cb1239-root {
    text-align: center;
  }


#s-13aeeb2e-aef4-46d5-ba9d-8ec1e9cb1239.shg-btn {
  color: rgba(159, 92, 93, 1);
  font-size: 20px;
  
  
  font-family: Didact Gothic;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-13aeeb2e-aef4-46d5-ba9d-8ec1e9cb1239-root {
    text-align: center;
  }


#s-13aeeb2e-aef4-46d5-ba9d-8ec1e9cb1239.shg-btn {
  color: rgba(159, 92, 93, 1);
  font-size: 20px;
  
  
  font-family: Didact Gothic;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-13aeeb2e-aef4-46d5-ba9d-8ec1e9cb1239-root {
    text-align: center;
  }


#s-13aeeb2e-aef4-46d5-ba9d-8ec1e9cb1239.shg-btn {
  color: rgba(159, 92, 93, 1);
  font-size: 20px;
  
  
  font-family: Didact Gothic;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-13aeeb2e-aef4-46d5-ba9d-8ec1e9cb1239-root {
    text-align: center;
  }


#s-13aeeb2e-aef4-46d5-ba9d-8ec1e9cb1239.shg-btn {
  color: rgba(159, 92, 93, 1);
  font-size: 20px;
  
  
  font-family: Didact Gothic;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-13aeeb2e-aef4-46d5-ba9d-8ec1e9cb1239-root {
    text-align: center;
  }


#s-13aeeb2e-aef4-46d5-ba9d-8ec1e9cb1239.shg-btn {
  color: rgba(159, 92, 93, 1);
  font-size: 20px;
  
  
  font-family: Didact Gothic;
  display:  inline-block ;
}
}
/*
  $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}