.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-36b90f0c-a8c7-4e2e-8795-495106af514f {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 55px;
padding-bottom: 55px;
min-height: 750px;
background-position: center center;
}
@media (max-width: 767px){#s-36b90f0c-a8c7-4e2e-8795-495106af514f {
  display: none;
}
#s-36b90f0c-a8c7-4e2e-8795-495106af514f, #wrap-s-36b90f0c-a8c7-4e2e-8795-495106af514f { display:none !important; }}
#s-36b90f0c-a8c7-4e2e-8795-495106af514f {
  background-image: url(https://i.shgcdn.com/16c13030-90a0-4779-a8b0-c9ad794e94be/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-36b90f0c-a8c7-4e2e-8795-495106af514f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-36b90f0c-a8c7-4e2e-8795-495106af514f.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;
}

@media (min-width: 0px) {
[id="s-eec270a5-e479-4b92-b341-32861ed0fd62"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eec270a5-e479-4b92-b341-32861ed0fd62"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-eec270a5-e479-4b92-b341-32861ed0fd62"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-eec270a5-e479-4b92-b341-32861ed0fd62"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-5278bddb-fef5-4647-85a9-aeca908fefd9 {
  padding-top: 35px;
padding-bottom: 35px;
min-height: 50px;
background-color: rgba(249, 242, 232, 0);
}








#s-5278bddb-fef5-4647-85a9-aeca908fefd9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5278bddb-fef5-4647-85a9-aeca908fefd9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: rgba(0, 0, 0, 1);
  font-family: Assistant, sans-serif;
  font-weight: normal;
}

.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: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: rgba(0, 0, 0, 1);
  font-family: Poppins;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: rgba(0, 0, 0, 1);
  font-family: Assistant, sans-serif;
  font-weight: normal;
}

.shg-theme-text-content p {
  color: rgba(0, 0, 0, 1);
  font-family: Poppins;
  font-weight: normal;
}

#s-e1bbea12-9c70-45ae-a66b-fda67852ddca {
  margin-left: 16%;
padding-top: 15px;
padding-bottom: 15px;
background-color: rgba(249, 242, 232, 0);
}

#s-f1b52a4d-0538-4c6d-ac7d-f3a67d646ffb {
  margin-left: 16%;
}

@media (min-width: 0px) {
[id="s-bc340c80-4deb-4751-b77c-a86a767958c3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-bc340c80-4deb-4751-b77c-a86a767958c3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-bc340c80-4deb-4751-b77c-a86a767958c3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-bc340c80-4deb-4751-b77c-a86a767958c3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-bc340c80-4deb-4751-b77c-a86a767958c3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-bc340c80-4deb-4751-b77c-a86a767958c3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-bc340c80-4deb-4751-b77c-a86a767958c3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-bc340c80-4deb-4751-b77c-a86a767958c3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-bc340c80-4deb-4751-b77c-a86a767958c3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-bc340c80-4deb-4751-b77c-a86a767958c3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

}

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

.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-0bffbe9e-8785-4779-9262-b41edc0e90fe {
  margin-top: 15px;
margin-left: 15%;
margin-bottom: 15px;
margin-right: 15%;
padding-top: 13px;
padding-left: 20px;
padding-bottom: 13px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(238, 154, 55, 0);
border-style: solid;
border-radius: 15px;
background-color: rgba(66, 180, 148, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
background-position: center center;
}
#s-0bffbe9e-8785-4779-9262-b41edc0e90fe:hover {background-color: rgba(238, 154, 55, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0bffbe9e-8785-4779-9262-b41edc0e90fe:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0bffbe9e-8785-4779-9262-b41edc0e90fe-root {
    text-align: left;
  }


#s-0bffbe9e-8785-4779-9262-b41edc0e90fe.shg-btn {
  color: #ffffff;
  
  
  
  font-family: new-spirit;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0bffbe9e-8785-4779-9262-b41edc0e90fe-root {
    text-align: left;
  }


#s-0bffbe9e-8785-4779-9262-b41edc0e90fe.shg-btn {
  color: #ffffff;
  
  
  
  font-family: new-spirit;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0bffbe9e-8785-4779-9262-b41edc0e90fe-root {
    text-align: left;
  }


#s-0bffbe9e-8785-4779-9262-b41edc0e90fe.shg-btn {
  color: #ffffff;
  
  
  
  font-family: new-spirit;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0bffbe9e-8785-4779-9262-b41edc0e90fe-root {
    text-align: left;
  }


#s-0bffbe9e-8785-4779-9262-b41edc0e90fe.shg-btn {
  color: #ffffff;
  
  
  
  font-family: new-spirit;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0bffbe9e-8785-4779-9262-b41edc0e90fe-root {
    text-align: left;
  }


#s-0bffbe9e-8785-4779-9262-b41edc0e90fe.shg-btn {
  color: #ffffff;
  
  
  
  font-family: new-spirit;
  display:  inline-block ;
}
}
#s-fca63b3c-8a49-46d9-b948-8c5da98b01e5 {
  margin-top: 15px;
margin-left: 15%;
margin-bottom: 15px;
margin-right: 15%;
padding-top: 13px;
padding-left: 20px;
padding-bottom: 13px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(238, 154, 55, 0);
border-style: solid;
border-radius: 15px;
background-color: rgba(66, 180, 148, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
background-position: center center;
}
#s-fca63b3c-8a49-46d9-b948-8c5da98b01e5:hover {background-color: rgba(238, 154, 55, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-fca63b3c-8a49-46d9-b948-8c5da98b01e5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fca63b3c-8a49-46d9-b948-8c5da98b01e5-root {
    text-align: left;
  }


#s-fca63b3c-8a49-46d9-b948-8c5da98b01e5.shg-btn {
  color: #ffffff;
  
  
  
  font-family: new-spirit;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fca63b3c-8a49-46d9-b948-8c5da98b01e5-root {
    text-align: left;
  }


#s-fca63b3c-8a49-46d9-b948-8c5da98b01e5.shg-btn {
  color: #ffffff;
  
  
  
  font-family: new-spirit;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fca63b3c-8a49-46d9-b948-8c5da98b01e5-root {
    text-align: left;
  }


#s-fca63b3c-8a49-46d9-b948-8c5da98b01e5.shg-btn {
  color: #ffffff;
  
  
  
  font-family: new-spirit;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fca63b3c-8a49-46d9-b948-8c5da98b01e5-root {
    text-align: left;
  }


#s-fca63b3c-8a49-46d9-b948-8c5da98b01e5.shg-btn {
  color: #ffffff;
  
  
  
  font-family: new-spirit;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fca63b3c-8a49-46d9-b948-8c5da98b01e5-root {
    text-align: left;
  }


#s-fca63b3c-8a49-46d9-b948-8c5da98b01e5.shg-btn {
  color: #ffffff;
  
  
  
  font-family: new-spirit;
  display:  inline-block ;
}
}
#s-18b71863-73b5-4c03-8886-a7b5256a627a {
  padding-top: 50px;
padding-bottom: 50px;
background-color: rgba(249, 242, 232, 1);
}
@media (max-width: 767px){#s-18b71863-73b5-4c03-8886-a7b5256a627a {
  display: none;
}
#s-18b71863-73b5-4c03-8886-a7b5256a627a, #wrap-s-18b71863-73b5-4c03-8886-a7b5256a627a { display:none !important; }}
@media (min-width: 0px) {
[id="s-18b71863-73b5-4c03-8886-a7b5256a627a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-18b71863-73b5-4c03-8886-a7b5256a627a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-18b71863-73b5-4c03-8886-a7b5256a627a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-18b71863-73b5-4c03-8886-a7b5256a627a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-18b71863-73b5-4c03-8886-a7b5256a627a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-18b71863-73b5-4c03-8886-a7b5256a627a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-18b71863-73b5-4c03-8886-a7b5256a627a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

#s-245e5b58-afdc-41e3-91cd-2a3b490cee6b {
  margin-left: 15%;
min-height: 50px;
}








#s-245e5b58-afdc-41e3-91cd-2a3b490cee6b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-245e5b58-afdc-41e3-91cd-2a3b490cee6b.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-63380672-b885-4bf4-8090-d12b43b73104 hr {
  border-top: 45px solid rgba(221, 221, 221, 0);
}

#s-813f7744-6d8a-49a8-90f5-3408098d11f0 {
  min-height: 0px;
}
@media (max-width: 767px){#s-813f7744-6d8a-49a8-90f5-3408098d11f0 {
  display: none;
}
#s-813f7744-6d8a-49a8-90f5-3408098d11f0, #wrap-s-813f7744-6d8a-49a8-90f5-3408098d11f0 { display:none !important; }}







#s-813f7744-6d8a-49a8-90f5-3408098d11f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-813f7744-6d8a-49a8-90f5-3408098d11f0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-align-container {
  box-sizing: border-box;
}

.shg-image-content-wrapper {
  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%;
}

.shg-imageV2-content {
  text-align: initial;
}

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

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

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

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

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

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

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

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

#s-66f5747b-2d18-4403-bc8d-42d8f9da2879 {
  text-align: center;
}







  img.s-66f5747b-2d18-4403-bc8d-42d8f9da2879.shogun-image {
    
    
  }


.s-66f5747b-2d18-4403-bc8d-42d8f9da2879 .shogun-image-content {
  
    align-items: center;
  
}

.s-66f5747b-2d18-4403-bc8d-42d8f9da2879.shg-align-container {
  text-align: center
}

.s-66f5747b-2d18-4403-bc8d-42d8f9da2879.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66f5747b-2d18-4403-bc8d-42d8f9da2879.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-66f5747b-2d18-4403-bc8d-42d8f9da2879.shogun-image {
    
    
  }


.s-66f5747b-2d18-4403-bc8d-42d8f9da2879 .shogun-image-content {
  
    align-items: center;
  
}

.s-66f5747b-2d18-4403-bc8d-42d8f9da2879.shg-align-container {
  text-align: center
}

.s-66f5747b-2d18-4403-bc8d-42d8f9da2879.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66f5747b-2d18-4403-bc8d-42d8f9da2879.shogun-image {
  box-sizing: border-box;
}


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





  img.s-66f5747b-2d18-4403-bc8d-42d8f9da2879.shogun-image {
    
    
  }


.s-66f5747b-2d18-4403-bc8d-42d8f9da2879 .shogun-image-content {
  
    align-items: center;
  
}

.s-66f5747b-2d18-4403-bc8d-42d8f9da2879.shg-align-container {
  text-align: center
}

.s-66f5747b-2d18-4403-bc8d-42d8f9da2879.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66f5747b-2d18-4403-bc8d-42d8f9da2879.shogun-image {
  box-sizing: border-box;
}


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





  img.s-66f5747b-2d18-4403-bc8d-42d8f9da2879.shogun-image {
    
    
  }


.s-66f5747b-2d18-4403-bc8d-42d8f9da2879 .shogun-image-content {
  
    align-items: center;
  
}

.s-66f5747b-2d18-4403-bc8d-42d8f9da2879.shg-align-container {
  text-align: center
}

.s-66f5747b-2d18-4403-bc8d-42d8f9da2879.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66f5747b-2d18-4403-bc8d-42d8f9da2879.shogun-image {
  box-sizing: border-box;
}


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





  img.s-66f5747b-2d18-4403-bc8d-42d8f9da2879.shogun-image {
    
    
  }


.s-66f5747b-2d18-4403-bc8d-42d8f9da2879 .shogun-image-content {
  
    align-items: center;
  
}

.s-66f5747b-2d18-4403-bc8d-42d8f9da2879.shg-align-container {
  text-align: center
}

.s-66f5747b-2d18-4403-bc8d-42d8f9da2879.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66f5747b-2d18-4403-bc8d-42d8f9da2879.shogun-image {
  box-sizing: border-box;
}


}
#s-9ef7ab6e-518e-4ff8-8703-f882e316d2cb hr {
  border-top: 5px solid rgba(221, 221, 221, 0);
}

#s-3bcfffe6-67ac-4d1b-89ca-1004116704f5 {
  padding-top: 15px;
padding-bottom: 15px;
}

#s-3809d950-c8dd-45d5-a8a5-1eebb9ad1bb5 {
  margin-left: 6%;
margin-right: 6%;
}

@media (min-width: 0px) {
[id="s-3809d950-c8dd-45d5-a8a5-1eebb9ad1bb5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3809d950-c8dd-45d5-a8a5-1eebb9ad1bb5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-3809d950-c8dd-45d5-a8a5-1eebb9ad1bb5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-3809d950-c8dd-45d5-a8a5-1eebb9ad1bb5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-3809d950-c8dd-45d5-a8a5-1eebb9ad1bb5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-3809d950-c8dd-45d5-a8a5-1eebb9ad1bb5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-3809d950-c8dd-45d5-a8a5-1eebb9ad1bb5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

}

#s-81113a0c-8c66-4562-9634-da89fb9babb3 {
  margin-top: 15px;
margin-left: 15%;
margin-bottom: 15px;
margin-right: 15%;
padding-top: 13px;
padding-left: 20px;
padding-bottom: 13px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(238, 154, 55, 0);
border-style: solid;
border-radius: 15px;
background-color: rgba(66, 180, 148, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
background-position: center center;
}
#s-81113a0c-8c66-4562-9634-da89fb9babb3:hover {background-color: rgba(238, 154, 55, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-81113a0c-8c66-4562-9634-da89fb9babb3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-81113a0c-8c66-4562-9634-da89fb9babb3-root {
    text-align: center;
  }


#s-81113a0c-8c66-4562-9634-da89fb9babb3.shg-btn {
  color: #ffffff;
  
  
  
  font-family: new-spirit;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-81113a0c-8c66-4562-9634-da89fb9babb3-root {
    text-align: center;
  }


#s-81113a0c-8c66-4562-9634-da89fb9babb3.shg-btn {
  color: #ffffff;
  
  
  
  font-family: new-spirit;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-81113a0c-8c66-4562-9634-da89fb9babb3-root {
    text-align: center;
  }


#s-81113a0c-8c66-4562-9634-da89fb9babb3.shg-btn {
  color: #ffffff;
  
  
  
  font-family: new-spirit;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-81113a0c-8c66-4562-9634-da89fb9babb3-root {
    text-align: center;
  }


#s-81113a0c-8c66-4562-9634-da89fb9babb3.shg-btn {
  color: #ffffff;
  
  
  
  font-family: new-spirit;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-81113a0c-8c66-4562-9634-da89fb9babb3-root {
    text-align: center;
  }


#s-81113a0c-8c66-4562-9634-da89fb9babb3.shg-btn {
  color: #ffffff;
  
  
  
  font-family: new-spirit;
  display:  inline-block ;
}
}
#s-09d824cf-4903-4947-b036-9d03857f8115 {
  margin-top: 15px;
margin-left: 15%;
margin-bottom: 15px;
margin-right: 15%;
padding-top: 13px;
padding-left: 20px;
padding-bottom: 13px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(238, 154, 55, 0);
border-style: solid;
border-radius: 15px;
background-color: rgba(66, 180, 148, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
background-position: center center;
}
#s-09d824cf-4903-4947-b036-9d03857f8115:hover {background-color: rgba(238, 154, 55, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-09d824cf-4903-4947-b036-9d03857f8115:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-09d824cf-4903-4947-b036-9d03857f8115-root {
    text-align: center;
  }


#s-09d824cf-4903-4947-b036-9d03857f8115.shg-btn {
  color: #ffffff;
  
  
  
  font-family: new-spirit;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-09d824cf-4903-4947-b036-9d03857f8115-root {
    text-align: center;
  }


#s-09d824cf-4903-4947-b036-9d03857f8115.shg-btn {
  color: #ffffff;
  
  
  
  font-family: new-spirit;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-09d824cf-4903-4947-b036-9d03857f8115-root {
    text-align: center;
  }


#s-09d824cf-4903-4947-b036-9d03857f8115.shg-btn {
  color: #ffffff;
  
  
  
  font-family: new-spirit;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-09d824cf-4903-4947-b036-9d03857f8115-root {
    text-align: center;
  }


#s-09d824cf-4903-4947-b036-9d03857f8115.shg-btn {
  color: #ffffff;
  
  
  
  font-family: new-spirit;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-09d824cf-4903-4947-b036-9d03857f8115-root {
    text-align: center;
  }


#s-09d824cf-4903-4947-b036-9d03857f8115.shg-btn {
  color: #ffffff;
  
  
  
  font-family: new-spirit;
  display:  inline-block ;
}
}
#s-9a77ebb6-1311-4bcc-aa1b-e7df99f4a295 {
  min-height: 50px;
}
@media (max-width: 767px){#s-9a77ebb6-1311-4bcc-aa1b-e7df99f4a295 {
  display: none;
}
#s-9a77ebb6-1311-4bcc-aa1b-e7df99f4a295, #wrap-s-9a77ebb6-1311-4bcc-aa1b-e7df99f4a295 { display:none !important; }}







#s-9a77ebb6-1311-4bcc-aa1b-e7df99f4a295 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9a77ebb6-1311-4bcc-aa1b-e7df99f4a295.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-83a41db9-bc5b-45db-b63c-34ce8ad91103 {
  text-align: left;
}
@media (max-width: 767px){#s-83a41db9-bc5b-45db-b63c-34ce8ad91103 {
  display: none;
}
#s-83a41db9-bc5b-45db-b63c-34ce8ad91103, #wrap-s-83a41db9-bc5b-45db-b63c-34ce8ad91103 { display:none !important; }}
#s-523e3c2c-3cf1-4587-8298-97f152bcd544 {
  padding-top: 55px;
padding-bottom: 55px;
min-height: 50px;
}
@media (max-width: 767px){#s-523e3c2c-3cf1-4587-8298-97f152bcd544 {
  display: none;
}
#s-523e3c2c-3cf1-4587-8298-97f152bcd544, #wrap-s-523e3c2c-3cf1-4587-8298-97f152bcd544 { display:none !important; }}







#s-523e3c2c-3cf1-4587-8298-97f152bcd544 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-523e3c2c-3cf1-4587-8298-97f152bcd544.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d156aa02-4ed1-4361-ad22-e512056b8435 {
  margin-left: 10%;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-d156aa02-4ed1-4361-ad22-e512056b8435"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-d156aa02-4ed1-4361-ad22-e512056b8435"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-d156aa02-4ed1-4361-ad22-e512056b8435"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-d156aa02-4ed1-4361-ad22-e512056b8435"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-952f733b-de87-4059-8a26-ac237934be85 {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

#s-4e9de95e-804a-409e-947e-0cbfd13c9102 {
  text-align: left;
}



.shg-c#s-4e9de95e-804a-409e-947e-0cbfd13c9102 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e9de95e-804a-409e-947e-0cbfd13c9102 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4e9de95e-804a-409e-947e-0cbfd13c9102 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e9de95e-804a-409e-947e-0cbfd13c9102 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4e9de95e-804a-409e-947e-0cbfd13c9102 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e9de95e-804a-409e-947e-0cbfd13c9102 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4e9de95e-804a-409e-947e-0cbfd13c9102 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e9de95e-804a-409e-947e-0cbfd13c9102 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4e9de95e-804a-409e-947e-0cbfd13c9102 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e9de95e-804a-409e-947e-0cbfd13c9102 img.shogun-image {
  width: 100%;
}



}
.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: rgba(0, 0, 0, 1);
  font-family: Assistant, sans-serif;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

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

#s-a14c6316-8fc8-44ca-80e1-4815a972519d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a14c6316-8fc8-44ca-80e1-4815a972519d .shg-product-title-component h2 {
  color: ;
  font-weight:   ;
  font-family: new-spirit;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-8a662fbd-c243-46b5-a14f-b44de6a33eef {
  margin-top: 15px;
margin-left: 15%;
margin-bottom: 15px;
margin-right: 15%;
padding-top: 13px;
padding-left: 20px;
padding-bottom: 13px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(238, 154, 55, 0);
border-style: solid;
border-radius: 15px;
background-color: rgba(66, 180, 148, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
background-position: center center;
}
#s-8a662fbd-c243-46b5-a14f-b44de6a33eef:hover {background-color: rgba(238, 154, 55, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8a662fbd-c243-46b5-a14f-b44de6a33eef:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8a662fbd-c243-46b5-a14f-b44de6a33eef-root {
    text-align: center;
  }


#s-8a662fbd-c243-46b5-a14f-b44de6a33eef.shg-btn {
  color: #ffffff;
  
  
  
  font-family: new-spirit;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8a662fbd-c243-46b5-a14f-b44de6a33eef-root {
    text-align: center;
  }


#s-8a662fbd-c243-46b5-a14f-b44de6a33eef.shg-btn {
  color: #ffffff;
  
  
  
  font-family: new-spirit;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8a662fbd-c243-46b5-a14f-b44de6a33eef-root {
    text-align: center;
  }


#s-8a662fbd-c243-46b5-a14f-b44de6a33eef.shg-btn {
  color: #ffffff;
  
  
  
  font-family: new-spirit;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8a662fbd-c243-46b5-a14f-b44de6a33eef-root {
    text-align: center;
  }


#s-8a662fbd-c243-46b5-a14f-b44de6a33eef.shg-btn {
  color: #ffffff;
  
  
  
  font-family: new-spirit;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8a662fbd-c243-46b5-a14f-b44de6a33eef-root {
    text-align: center;
  }


#s-8a662fbd-c243-46b5-a14f-b44de6a33eef.shg-btn {
  color: #ffffff;
  
  
  
  font-family: new-spirit;
  display:  inline-block ;
}
}
#s-4873c8dc-8bf5-4b0c-8c02-57745882f5ae {
  display: none;
}
#s-3927668d-481f-41ab-974d-90591108e788 {
  text-align: left;
}



.shg-c#s-3927668d-481f-41ab-974d-90591108e788 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3927668d-481f-41ab-974d-90591108e788 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3927668d-481f-41ab-974d-90591108e788 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3927668d-481f-41ab-974d-90591108e788 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3927668d-481f-41ab-974d-90591108e788 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3927668d-481f-41ab-974d-90591108e788 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3927668d-481f-41ab-974d-90591108e788 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3927668d-481f-41ab-974d-90591108e788 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3927668d-481f-41ab-974d-90591108e788 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3927668d-481f-41ab-974d-90591108e788 img.shogun-image {
  width: 100%;
}



}
#s-bd5055b7-e13a-4e04-a3b3-2898ea9726bd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bd5055b7-e13a-4e04-a3b3-2898ea9726bd .shg-product-title-component h2 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-dc64b162-d012-4d50-8b7c-21382030afdf {
  margin-top: 15px;
margin-left: 15%;
margin-bottom: 15px;
margin-right: 15%;
padding-top: 13px;
padding-left: 20px;
padding-bottom: 13px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(238, 154, 55, 0);
border-style: solid;
border-radius: 15px;
background-color: rgba(66, 180, 148, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
background-position: center center;
}
#s-dc64b162-d012-4d50-8b7c-21382030afdf:hover {background-color: rgba(238, 154, 55, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-dc64b162-d012-4d50-8b7c-21382030afdf:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-dc64b162-d012-4d50-8b7c-21382030afdf-root {
    text-align: center;
  }


#s-dc64b162-d012-4d50-8b7c-21382030afdf.shg-btn {
  color: #ffffff;
  
  
  
  font-family: new-spirit;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-dc64b162-d012-4d50-8b7c-21382030afdf-root {
    text-align: center;
  }


#s-dc64b162-d012-4d50-8b7c-21382030afdf.shg-btn {
  color: #ffffff;
  
  
  
  font-family: new-spirit;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dc64b162-d012-4d50-8b7c-21382030afdf-root {
    text-align: center;
  }


#s-dc64b162-d012-4d50-8b7c-21382030afdf.shg-btn {
  color: #ffffff;
  
  
  
  font-family: new-spirit;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dc64b162-d012-4d50-8b7c-21382030afdf-root {
    text-align: center;
  }


#s-dc64b162-d012-4d50-8b7c-21382030afdf.shg-btn {
  color: #ffffff;
  
  
  
  font-family: new-spirit;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-dc64b162-d012-4d50-8b7c-21382030afdf-root {
    text-align: center;
  }


#s-dc64b162-d012-4d50-8b7c-21382030afdf.shg-btn {
  color: #ffffff;
  
  
  
  font-family: new-spirit;
  display:  inline-block ;
}
}
#s-dcba24f9-cade-49b9-8bd2-e7e1935c8d1b {
  display: none;
}
#s-faf86402-d158-4734-a4e3-33f73614c21b {
  text-align: left;
}



.shg-c#s-faf86402-d158-4734-a4e3-33f73614c21b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-faf86402-d158-4734-a4e3-33f73614c21b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-faf86402-d158-4734-a4e3-33f73614c21b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-faf86402-d158-4734-a4e3-33f73614c21b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-faf86402-d158-4734-a4e3-33f73614c21b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-faf86402-d158-4734-a4e3-33f73614c21b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-faf86402-d158-4734-a4e3-33f73614c21b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-faf86402-d158-4734-a4e3-33f73614c21b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-faf86402-d158-4734-a4e3-33f73614c21b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-faf86402-d158-4734-a4e3-33f73614c21b img.shogun-image {
  width: 100%;
}



}
#s-d948f95c-d739-4a67-96ca-f47c87104e51 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d948f95c-d739-4a67-96ca-f47c87104e51 .shg-product-title-component h2 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-e7c457e2-6d23-4577-9798-5af4f6fa020d {
  margin-top: 15px;
margin-left: 15%;
margin-bottom: 15px;
margin-right: 15%;
padding-top: 13px;
padding-left: 20px;
padding-bottom: 13px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(238, 154, 55, 0);
border-style: solid;
border-radius: 15px;
background-color: rgba(66, 180, 148, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
background-position: center center;
}
#s-e7c457e2-6d23-4577-9798-5af4f6fa020d:hover {background-color: rgba(238, 154, 55, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e7c457e2-6d23-4577-9798-5af4f6fa020d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e7c457e2-6d23-4577-9798-5af4f6fa020d-root {
    text-align: center;
  }


#s-e7c457e2-6d23-4577-9798-5af4f6fa020d.shg-btn {
  color: #ffffff;
  
  
  
  font-family: new-spirit;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e7c457e2-6d23-4577-9798-5af4f6fa020d-root {
    text-align: center;
  }


#s-e7c457e2-6d23-4577-9798-5af4f6fa020d.shg-btn {
  color: #ffffff;
  
  
  
  font-family: new-spirit;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e7c457e2-6d23-4577-9798-5af4f6fa020d-root {
    text-align: center;
  }


#s-e7c457e2-6d23-4577-9798-5af4f6fa020d.shg-btn {
  color: #ffffff;
  
  
  
  font-family: new-spirit;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e7c457e2-6d23-4577-9798-5af4f6fa020d-root {
    text-align: center;
  }


#s-e7c457e2-6d23-4577-9798-5af4f6fa020d.shg-btn {
  color: #ffffff;
  
  
  
  font-family: new-spirit;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e7c457e2-6d23-4577-9798-5af4f6fa020d-root {
    text-align: center;
  }


#s-e7c457e2-6d23-4577-9798-5af4f6fa020d.shg-btn {
  color: #ffffff;
  
  
  
  font-family: new-spirit;
  display:  inline-block ;
}
}
#s-c96084d8-6928-4086-9752-fae3da55cc21 {
  display: none;
}
#s-6d2e3a1a-92bf-485b-869d-01d71c20c0da {
  text-align: left;
}



.shg-c#s-6d2e3a1a-92bf-485b-869d-01d71c20c0da .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6d2e3a1a-92bf-485b-869d-01d71c20c0da img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-6d2e3a1a-92bf-485b-869d-01d71c20c0da .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6d2e3a1a-92bf-485b-869d-01d71c20c0da img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6d2e3a1a-92bf-485b-869d-01d71c20c0da .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6d2e3a1a-92bf-485b-869d-01d71c20c0da img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6d2e3a1a-92bf-485b-869d-01d71c20c0da .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6d2e3a1a-92bf-485b-869d-01d71c20c0da img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6d2e3a1a-92bf-485b-869d-01d71c20c0da .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6d2e3a1a-92bf-485b-869d-01d71c20c0da img.shogun-image {
  width: 100%;
}



}
#s-731b7d83-063f-4b7d-9f59-05f83deefd22 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-731b7d83-063f-4b7d-9f59-05f83deefd22 .shg-product-title-component h2 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-860bcf41-518d-4a47-923a-9400c17463c8 {
  margin-top: 15px;
margin-left: 15%;
margin-bottom: 15px;
margin-right: 15%;
padding-top: 13px;
padding-left: 20px;
padding-bottom: 13px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(238, 154, 55, 0);
border-style: solid;
border-radius: 15px;
background-color: rgba(66, 180, 148, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
background-position: center center;
}
#s-860bcf41-518d-4a47-923a-9400c17463c8:hover {background-color: rgba(238, 154, 55, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-860bcf41-518d-4a47-923a-9400c17463c8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-860bcf41-518d-4a47-923a-9400c17463c8-root {
    text-align: center;
  }


#s-860bcf41-518d-4a47-923a-9400c17463c8.shg-btn {
  color: #ffffff;
  
  
  
  font-family: new-spirit;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-860bcf41-518d-4a47-923a-9400c17463c8-root {
    text-align: center;
  }


#s-860bcf41-518d-4a47-923a-9400c17463c8.shg-btn {
  color: #ffffff;
  
  
  
  font-family: new-spirit;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-860bcf41-518d-4a47-923a-9400c17463c8-root {
    text-align: center;
  }


#s-860bcf41-518d-4a47-923a-9400c17463c8.shg-btn {
  color: #ffffff;
  
  
  
  font-family: new-spirit;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-860bcf41-518d-4a47-923a-9400c17463c8-root {
    text-align: center;
  }


#s-860bcf41-518d-4a47-923a-9400c17463c8.shg-btn {
  color: #ffffff;
  
  
  
  font-family: new-spirit;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-860bcf41-518d-4a47-923a-9400c17463c8-root {
    text-align: center;
  }


#s-860bcf41-518d-4a47-923a-9400c17463c8.shg-btn {
  color: #ffffff;
  
  
  
  font-family: new-spirit;
  display:  inline-block ;
}
}
#s-e5e184c7-406b-41ca-831f-30f51dacbd8f {
  min-height: 50px;
}
@media (min-width: 1200px){#s-e5e184c7-406b-41ca-831f-30f51dacbd8f {
  display: none;
}
#s-e5e184c7-406b-41ca-831f-30f51dacbd8f, #wrap-s-e5e184c7-406b-41ca-831f-30f51dacbd8f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e5e184c7-406b-41ca-831f-30f51dacbd8f {
  display: none;
}
#s-e5e184c7-406b-41ca-831f-30f51dacbd8f, #wrap-s-e5e184c7-406b-41ca-831f-30f51dacbd8f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e5e184c7-406b-41ca-831f-30f51dacbd8f {
  display: none;
}
#s-e5e184c7-406b-41ca-831f-30f51dacbd8f, #wrap-s-e5e184c7-406b-41ca-831f-30f51dacbd8f { display:none !important; }}







#s-e5e184c7-406b-41ca-831f-30f51dacbd8f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e5e184c7-406b-41ca-831f-30f51dacbd8f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-28d710d0-43eb-4ec0-9572-c7c71da9af54 {
  border-style: solid;
margin-bottom: -95px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(243, 188, 61, 1);
border-radius: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-28d710d0-43eb-4ec0-9572-c7c71da9af54 {
  display: none;
}
#s-28d710d0-43eb-4ec0-9572-c7c71da9af54, #wrap-s-28d710d0-43eb-4ec0-9572-c7c71da9af54 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-28d710d0-43eb-4ec0-9572-c7c71da9af54 {
  display: none;
}
#s-28d710d0-43eb-4ec0-9572-c7c71da9af54, #wrap-s-28d710d0-43eb-4ec0-9572-c7c71da9af54 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-28d710d0-43eb-4ec0-9572-c7c71da9af54 {
  display: none;
}
#s-28d710d0-43eb-4ec0-9572-c7c71da9af54, #wrap-s-28d710d0-43eb-4ec0-9572-c7c71da9af54 { display:none !important; }}






  img.s-28d710d0-43eb-4ec0-9572-c7c71da9af54.shogun-image {
    
    
  }


.s-28d710d0-43eb-4ec0-9572-c7c71da9af54 .shogun-image-content {
  
    align-items: center;
  
}

.s-28d710d0-43eb-4ec0-9572-c7c71da9af54.shg-align-container {
  text-align: center
}

.s-28d710d0-43eb-4ec0-9572-c7c71da9af54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28d710d0-43eb-4ec0-9572-c7c71da9af54.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-28d710d0-43eb-4ec0-9572-c7c71da9af54.shogun-image {
    
    
  }


.s-28d710d0-43eb-4ec0-9572-c7c71da9af54 .shogun-image-content {
  
    align-items: center;
  
}

.s-28d710d0-43eb-4ec0-9572-c7c71da9af54.shg-align-container {
  text-align: center
}

.s-28d710d0-43eb-4ec0-9572-c7c71da9af54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28d710d0-43eb-4ec0-9572-c7c71da9af54.shogun-image {
  box-sizing: border-box;
}


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





  img.s-28d710d0-43eb-4ec0-9572-c7c71da9af54.shogun-image {
    
    
  }


.s-28d710d0-43eb-4ec0-9572-c7c71da9af54 .shogun-image-content {
  
    align-items: center;
  
}

.s-28d710d0-43eb-4ec0-9572-c7c71da9af54.shg-align-container {
  text-align: center
}

.s-28d710d0-43eb-4ec0-9572-c7c71da9af54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28d710d0-43eb-4ec0-9572-c7c71da9af54.shogun-image {
  box-sizing: border-box;
}


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





  img.s-28d710d0-43eb-4ec0-9572-c7c71da9af54.shogun-image {
    
    
  }


.s-28d710d0-43eb-4ec0-9572-c7c71da9af54 .shogun-image-content {
  
    align-items: center;
  
}

.s-28d710d0-43eb-4ec0-9572-c7c71da9af54.shg-align-container {
  text-align: center
}

.s-28d710d0-43eb-4ec0-9572-c7c71da9af54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28d710d0-43eb-4ec0-9572-c7c71da9af54.shogun-image {
  box-sizing: border-box;
}


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





  img.s-28d710d0-43eb-4ec0-9572-c7c71da9af54.shogun-image {
    
    
  }


.s-28d710d0-43eb-4ec0-9572-c7c71da9af54 .shogun-image-content {
  
    align-items: center;
  
}

.s-28d710d0-43eb-4ec0-9572-c7c71da9af54.shg-align-container {
  text-align: center
}

.s-28d710d0-43eb-4ec0-9572-c7c71da9af54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28d710d0-43eb-4ec0-9572-c7c71da9af54.shogun-image {
  box-sizing: border-box;
}


}
#s-d212438e-e0cb-43e1-b853-141bf76fa511 {
  box-shadow:0px 0px 0px 0px rgba(97, 72, 4, 1);
margin-top: 25px;
margin-left: 10%;
margin-bottom: 25px;
margin-right: 10%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(249, 242, 232, 1);
border-style: solid;
min-height: 50px;
background-repeat: no-repeat;
}
@media (min-width: 1200px){#s-d212438e-e0cb-43e1-b853-141bf76fa511 {
  display: none;
}
#s-d212438e-e0cb-43e1-b853-141bf76fa511, #wrap-s-d212438e-e0cb-43e1-b853-141bf76fa511 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d212438e-e0cb-43e1-b853-141bf76fa511 {
  display: none;
}
#s-d212438e-e0cb-43e1-b853-141bf76fa511, #wrap-s-d212438e-e0cb-43e1-b853-141bf76fa511 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d212438e-e0cb-43e1-b853-141bf76fa511 {
  display: none;
}
#s-d212438e-e0cb-43e1-b853-141bf76fa511, #wrap-s-d212438e-e0cb-43e1-b853-141bf76fa511 { display:none !important; }}







#s-d212438e-e0cb-43e1-b853-141bf76fa511 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d212438e-e0cb-43e1-b853-141bf76fa511.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b6b284a0-1870-4156-9d50-c9d76ebdfd0e {
  box-shadow:0px 0px 0px 2px rgba(249, 242, 232, 1);
margin-top: 20px;
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
padding-top: 15px;
padding-left: 12%;
padding-bottom: 15px;
padding-right: 12%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(249, 242, 232, 1);
border-style: solid;
border-radius: 15px;
background-color: rgba(248, 242, 231, 1);
}

#s-01c91092-1932-4a2a-b179-4ede674abc5b {
  margin-top: 15px;
margin-left: 15%;
margin-bottom: 15px;
margin-right: 15%;
padding-top: 13px;
padding-left: 20px;
padding-bottom: 13px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(238, 154, 55, 0);
border-style: solid;
border-radius: 15px;
background-color: rgba(66, 180, 148, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
background-position: center center;
}
#s-01c91092-1932-4a2a-b179-4ede674abc5b:hover {background-color: rgba(238, 154, 55, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-01c91092-1932-4a2a-b179-4ede674abc5b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-01c91092-1932-4a2a-b179-4ede674abc5b-root {
    text-align: center;
  }


#s-01c91092-1932-4a2a-b179-4ede674abc5b.shg-btn {
  color: #ffffff;
  
  
  
  font-family: new-spirit;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-01c91092-1932-4a2a-b179-4ede674abc5b-root {
    text-align: center;
  }


#s-01c91092-1932-4a2a-b179-4ede674abc5b.shg-btn {
  color: #ffffff;
  
  
  
  font-family: new-spirit;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-01c91092-1932-4a2a-b179-4ede674abc5b-root {
    text-align: center;
  }


#s-01c91092-1932-4a2a-b179-4ede674abc5b.shg-btn {
  color: #ffffff;
  
  
  
  font-family: new-spirit;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-01c91092-1932-4a2a-b179-4ede674abc5b-root {
    text-align: center;
  }


#s-01c91092-1932-4a2a-b179-4ede674abc5b.shg-btn {
  color: #ffffff;
  
  
  
  font-family: new-spirit;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-01c91092-1932-4a2a-b179-4ede674abc5b-root {
    text-align: center;
  }


#s-01c91092-1932-4a2a-b179-4ede674abc5b.shg-btn {
  color: #ffffff;
  
  
  
  font-family: new-spirit;
  display:  inline-block ;
}
}
#s-79404907-f6ed-4ede-bb3d-18fdd395bd76 {
  margin-top: 15px;
margin-left: 15%;
margin-bottom: 15px;
margin-right: 15%;
padding-top: 13px;
padding-left: 20px;
padding-bottom: 13px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(238, 154, 55, 0);
border-style: solid;
border-radius: 15px;
background-color: rgba(66, 180, 148, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
background-position: center center;
}
#s-79404907-f6ed-4ede-bb3d-18fdd395bd76:hover {background-color: rgba(238, 154, 55, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-79404907-f6ed-4ede-bb3d-18fdd395bd76:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-79404907-f6ed-4ede-bb3d-18fdd395bd76-root {
    text-align: center;
  }


#s-79404907-f6ed-4ede-bb3d-18fdd395bd76.shg-btn {
  color: #ffffff;
  
  
  
  font-family: new-spirit;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-79404907-f6ed-4ede-bb3d-18fdd395bd76-root {
    text-align: center;
  }


#s-79404907-f6ed-4ede-bb3d-18fdd395bd76.shg-btn {
  color: #ffffff;
  
  
  
  font-family: new-spirit;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-79404907-f6ed-4ede-bb3d-18fdd395bd76-root {
    text-align: center;
  }


#s-79404907-f6ed-4ede-bb3d-18fdd395bd76.shg-btn {
  color: #ffffff;
  
  
  
  font-family: new-spirit;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-79404907-f6ed-4ede-bb3d-18fdd395bd76-root {
    text-align: center;
  }


#s-79404907-f6ed-4ede-bb3d-18fdd395bd76.shg-btn {
  color: #ffffff;
  
  
  
  font-family: new-spirit;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-79404907-f6ed-4ede-bb3d-18fdd395bd76-root {
    text-align: center;
  }


#s-79404907-f6ed-4ede-bb3d-18fdd395bd76.shg-btn {
  color: #ffffff;
  
  
  
  font-family: new-spirit;
  display:  inline-block ;
}
}
#s-1d8166ca-695a-4271-a4eb-e323bf97d604 {
  background-attachment: fixed;
min-height: 50px;
background-color: rgba(249, 242, 232, 1);
}
@media (min-width: 1200px){#s-1d8166ca-695a-4271-a4eb-e323bf97d604 {
  display: none;
}
#s-1d8166ca-695a-4271-a4eb-e323bf97d604, #wrap-s-1d8166ca-695a-4271-a4eb-e323bf97d604 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1d8166ca-695a-4271-a4eb-e323bf97d604 {
  display: none;
}
#s-1d8166ca-695a-4271-a4eb-e323bf97d604, #wrap-s-1d8166ca-695a-4271-a4eb-e323bf97d604 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1d8166ca-695a-4271-a4eb-e323bf97d604 {
  display: none;
}
#s-1d8166ca-695a-4271-a4eb-e323bf97d604, #wrap-s-1d8166ca-695a-4271-a4eb-e323bf97d604 { display:none !important; }}







#s-1d8166ca-695a-4271-a4eb-e323bf97d604 > .shg-box-overlay {
  background-color: rgba(249, 242, 232, 0.78);
  opacity: 0;
}#s-1d8166ca-695a-4271-a4eb-e323bf97d604.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d2efa188-3465-44de-97f8-c8304e590424 {
  margin-top: 25px;
margin-bottom: 25px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(249, 242, 232, 0);
}







  img.s-d2efa188-3465-44de-97f8-c8304e590424.shogun-image {
    
    
  }


.s-d2efa188-3465-44de-97f8-c8304e590424 .shogun-image-content {
  
    align-items: center;
  
}

.s-d2efa188-3465-44de-97f8-c8304e590424.shg-align-container {
  text-align: center
}

.s-d2efa188-3465-44de-97f8-c8304e590424.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2efa188-3465-44de-97f8-c8304e590424.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-d2efa188-3465-44de-97f8-c8304e590424.shogun-image {
    
    
  }


.s-d2efa188-3465-44de-97f8-c8304e590424 .shogun-image-content {
  
    align-items: center;
  
}

.s-d2efa188-3465-44de-97f8-c8304e590424.shg-align-container {
  text-align: center
}

.s-d2efa188-3465-44de-97f8-c8304e590424.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2efa188-3465-44de-97f8-c8304e590424.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d2efa188-3465-44de-97f8-c8304e590424.shogun-image {
    
    
  }


.s-d2efa188-3465-44de-97f8-c8304e590424 .shogun-image-content {
  
    align-items: center;
  
}

.s-d2efa188-3465-44de-97f8-c8304e590424.shg-align-container {
  text-align: center
}

.s-d2efa188-3465-44de-97f8-c8304e590424.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2efa188-3465-44de-97f8-c8304e590424.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d2efa188-3465-44de-97f8-c8304e590424.shogun-image {
    
    
  }


.s-d2efa188-3465-44de-97f8-c8304e590424 .shogun-image-content {
  
    align-items: center;
  
}

.s-d2efa188-3465-44de-97f8-c8304e590424.shg-align-container {
  text-align: center
}

.s-d2efa188-3465-44de-97f8-c8304e590424.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2efa188-3465-44de-97f8-c8304e590424.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d2efa188-3465-44de-97f8-c8304e590424.shogun-image {
    
    
  }


.s-d2efa188-3465-44de-97f8-c8304e590424 .shogun-image-content {
  
    align-items: center;
  
}

.s-d2efa188-3465-44de-97f8-c8304e590424.shg-align-container {
  text-align: center
}

.s-d2efa188-3465-44de-97f8-c8304e590424.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2efa188-3465-44de-97f8-c8304e590424.shogun-image {
  box-sizing: border-box;
}


}
#s-47ed1a34-08c2-4b5b-8635-1b64a986f4fc {
  margin-top: 15px;
margin-left: 15%;
margin-bottom: 15px;
margin-right: 15%;
padding-top: 13px;
padding-left: 20px;
padding-bottom: 13px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(238, 154, 55, 0);
border-style: solid;
border-radius: 15px;
background-color: rgba(66, 180, 148, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
background-position: center center;
}
#s-47ed1a34-08c2-4b5b-8635-1b64a986f4fc:hover {background-color: rgba(238, 154, 55, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-47ed1a34-08c2-4b5b-8635-1b64a986f4fc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-47ed1a34-08c2-4b5b-8635-1b64a986f4fc-root {
    text-align: center;
  }


#s-47ed1a34-08c2-4b5b-8635-1b64a986f4fc.shg-btn {
  color: #ffffff;
  
  
  
  font-family: new-spirit;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-47ed1a34-08c2-4b5b-8635-1b64a986f4fc-root {
    text-align: center;
  }


#s-47ed1a34-08c2-4b5b-8635-1b64a986f4fc.shg-btn {
  color: #ffffff;
  
  
  
  font-family: new-spirit;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-47ed1a34-08c2-4b5b-8635-1b64a986f4fc-root {
    text-align: center;
  }


#s-47ed1a34-08c2-4b5b-8635-1b64a986f4fc.shg-btn {
  color: #ffffff;
  
  
  
  font-family: new-spirit;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-47ed1a34-08c2-4b5b-8635-1b64a986f4fc-root {
    text-align: center;
  }


#s-47ed1a34-08c2-4b5b-8635-1b64a986f4fc.shg-btn {
  color: #ffffff;
  
  
  
  font-family: new-spirit;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-47ed1a34-08c2-4b5b-8635-1b64a986f4fc-root {
    text-align: center;
  }


#s-47ed1a34-08c2-4b5b-8635-1b64a986f4fc.shg-btn {
  color: #ffffff;
  
  
  
  font-family: new-spirit;
  display:  inline-block ;
}
}
#s-51efb09d-1095-4d80-ac9c-4bc972ec99bd {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-51efb09d-1095-4d80-ac9c-4bc972ec99bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-51efb09d-1095-4d80-ac9c-4bc972ec99bd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-18c9c4b1-67f3-43c0-9963-d645946cceb3 {
  text-align: left;
}
@media (min-width: 1200px){#s-18c9c4b1-67f3-43c0-9963-d645946cceb3 {
  display: none;
}
#s-18c9c4b1-67f3-43c0-9963-d645946cceb3, #wrap-s-18c9c4b1-67f3-43c0-9963-d645946cceb3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-18c9c4b1-67f3-43c0-9963-d645946cceb3 {
  display: none;
}
#s-18c9c4b1-67f3-43c0-9963-d645946cceb3, #wrap-s-18c9c4b1-67f3-43c0-9963-d645946cceb3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-18c9c4b1-67f3-43c0-9963-d645946cceb3 {
  display: none;
}
#s-18c9c4b1-67f3-43c0-9963-d645946cceb3, #wrap-s-18c9c4b1-67f3-43c0-9963-d645946cceb3 { display:none !important; }}
#s-45f4f22f-e9ee-4c79-91a1-95e67af0c5a0 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-45f4f22f-e9ee-4c79-91a1-95e67af0c5a0 {
  display: none;
}
#s-45f4f22f-e9ee-4c79-91a1-95e67af0c5a0, #wrap-s-45f4f22f-e9ee-4c79-91a1-95e67af0c5a0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-45f4f22f-e9ee-4c79-91a1-95e67af0c5a0 {
  display: none;
}
#s-45f4f22f-e9ee-4c79-91a1-95e67af0c5a0, #wrap-s-45f4f22f-e9ee-4c79-91a1-95e67af0c5a0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-45f4f22f-e9ee-4c79-91a1-95e67af0c5a0 {
  display: none;
}
#s-45f4f22f-e9ee-4c79-91a1-95e67af0c5a0, #wrap-s-45f4f22f-e9ee-4c79-91a1-95e67af0c5a0 { display:none !important; }}







#s-45f4f22f-e9ee-4c79-91a1-95e67af0c5a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-45f4f22f-e9ee-4c79-91a1-95e67af0c5a0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-868384c2-5d1e-45c4-8102-ab3f29341b14 {
  text-align: center;
}







  img.s-868384c2-5d1e-45c4-8102-ab3f29341b14.shogun-image {
    
    
  }


.s-868384c2-5d1e-45c4-8102-ab3f29341b14 .shogun-image-content {
  
    align-items: center;
  
}

.s-868384c2-5d1e-45c4-8102-ab3f29341b14.shg-align-container {
  text-align: center
}

.s-868384c2-5d1e-45c4-8102-ab3f29341b14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-868384c2-5d1e-45c4-8102-ab3f29341b14.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-868384c2-5d1e-45c4-8102-ab3f29341b14.shogun-image {
    
    
  }


.s-868384c2-5d1e-45c4-8102-ab3f29341b14 .shogun-image-content {
  
    align-items: center;
  
}

.s-868384c2-5d1e-45c4-8102-ab3f29341b14.shg-align-container {
  text-align: center
}

.s-868384c2-5d1e-45c4-8102-ab3f29341b14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-868384c2-5d1e-45c4-8102-ab3f29341b14.shogun-image {
  box-sizing: border-box;
}


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





  img.s-868384c2-5d1e-45c4-8102-ab3f29341b14.shogun-image {
    
    
  }


.s-868384c2-5d1e-45c4-8102-ab3f29341b14 .shogun-image-content {
  
    align-items: center;
  
}

.s-868384c2-5d1e-45c4-8102-ab3f29341b14.shg-align-container {
  text-align: center
}

.s-868384c2-5d1e-45c4-8102-ab3f29341b14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-868384c2-5d1e-45c4-8102-ab3f29341b14.shogun-image {
  box-sizing: border-box;
}


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





  img.s-868384c2-5d1e-45c4-8102-ab3f29341b14.shogun-image {
    
    
  }


.s-868384c2-5d1e-45c4-8102-ab3f29341b14 .shogun-image-content {
  
    align-items: center;
  
}

.s-868384c2-5d1e-45c4-8102-ab3f29341b14.shg-align-container {
  text-align: center
}

.s-868384c2-5d1e-45c4-8102-ab3f29341b14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-868384c2-5d1e-45c4-8102-ab3f29341b14.shogun-image {
  box-sizing: border-box;
}


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





  img.s-868384c2-5d1e-45c4-8102-ab3f29341b14.shogun-image {
    
    
  }


.s-868384c2-5d1e-45c4-8102-ab3f29341b14 .shogun-image-content {
  
    align-items: center;
  
}

.s-868384c2-5d1e-45c4-8102-ab3f29341b14.shg-align-container {
  text-align: center
}

.s-868384c2-5d1e-45c4-8102-ab3f29341b14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-868384c2-5d1e-45c4-8102-ab3f29341b14.shogun-image {
  box-sizing: border-box;
}


}
#s-74345c7e-1680-456d-805f-8b46ddd566c2 {
  margin-top: 2px;
margin-left: 10%;
margin-bottom: 2px;
margin-right: 10%;
}

#s-e59b897c-5796-4972-a911-f25cf09bff4e {
  margin-top: 15px;
margin-left: 15%;
margin-bottom: 15px;
margin-right: 15%;
padding-top: 13px;
padding-left: 20px;
padding-bottom: 13px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(238, 154, 55, 0);
border-style: solid;
border-radius: 15px;
background-color: rgba(66, 180, 148, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
background-position: center center;
}
#s-e59b897c-5796-4972-a911-f25cf09bff4e:hover {background-color: rgba(238, 154, 55, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e59b897c-5796-4972-a911-f25cf09bff4e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e59b897c-5796-4972-a911-f25cf09bff4e-root {
    text-align: center;
  }


#s-e59b897c-5796-4972-a911-f25cf09bff4e.shg-btn {
  color: #ffffff;
  
  
  
  font-family: new-spirit;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e59b897c-5796-4972-a911-f25cf09bff4e-root {
    text-align: center;
  }


#s-e59b897c-5796-4972-a911-f25cf09bff4e.shg-btn {
  color: #ffffff;
  
  
  
  font-family: new-spirit;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e59b897c-5796-4972-a911-f25cf09bff4e-root {
    text-align: center;
  }


#s-e59b897c-5796-4972-a911-f25cf09bff4e.shg-btn {
  color: #ffffff;
  
  
  
  font-family: new-spirit;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e59b897c-5796-4972-a911-f25cf09bff4e-root {
    text-align: center;
  }


#s-e59b897c-5796-4972-a911-f25cf09bff4e.shg-btn {
  color: #ffffff;
  
  
  
  font-family: new-spirit;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e59b897c-5796-4972-a911-f25cf09bff4e-root {
    text-align: center;
  }


#s-e59b897c-5796-4972-a911-f25cf09bff4e.shg-btn {
  color: #ffffff;
  
  
  
  font-family: new-spirit;
  display:  inline-block ;
}
}
#s-69c39553-0d24-474d-a123-e472f55a92d7 {
  margin-top: -10px;
margin-bottom: -10px;
text-align: left;
}
@media (min-width: 1200px){#s-69c39553-0d24-474d-a123-e472f55a92d7 {
  display: none;
}
#s-69c39553-0d24-474d-a123-e472f55a92d7, #wrap-s-69c39553-0d24-474d-a123-e472f55a92d7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-69c39553-0d24-474d-a123-e472f55a92d7 {
  display: none;
}
#s-69c39553-0d24-474d-a123-e472f55a92d7, #wrap-s-69c39553-0d24-474d-a123-e472f55a92d7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-69c39553-0d24-474d-a123-e472f55a92d7 {
  display: none;
}
#s-69c39553-0d24-474d-a123-e472f55a92d7, #wrap-s-69c39553-0d24-474d-a123-e472f55a92d7 { display:none !important; }}
#s-ef8686e9-48f1-447a-8010-5c36fee126ab {
  padding-top: 25px;
min-height: 50px;
background-color: rgba(249, 242, 232, 1);
}
@media (min-width: 1200px){#s-ef8686e9-48f1-447a-8010-5c36fee126ab {
  display: none;
}
#s-ef8686e9-48f1-447a-8010-5c36fee126ab, #wrap-s-ef8686e9-48f1-447a-8010-5c36fee126ab { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ef8686e9-48f1-447a-8010-5c36fee126ab {
  display: none;
}
#s-ef8686e9-48f1-447a-8010-5c36fee126ab, #wrap-s-ef8686e9-48f1-447a-8010-5c36fee126ab { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ef8686e9-48f1-447a-8010-5c36fee126ab {
  display: none;
}
#s-ef8686e9-48f1-447a-8010-5c36fee126ab, #wrap-s-ef8686e9-48f1-447a-8010-5c36fee126ab { display:none !important; }}







#s-ef8686e9-48f1-447a-8010-5c36fee126ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ef8686e9-48f1-447a-8010-5c36fee126ab.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7754560b-b2b6-4db9-bba5-bc741b9a44bf {
  margin-left: 10%;
margin-right: 10%;
}

#s-8d136a39-80cb-4693-8dbb-079a6e6e9109 {
  margin-top: 15px;
margin-left: 15%;
margin-bottom: 15px;
margin-right: 15%;
padding-top: 13px;
padding-left: 20px;
padding-bottom: 13px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(238, 154, 55, 0);
border-style: solid;
border-radius: 15px;
background-color: rgba(66, 180, 148, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
background-position: center center;
}
#s-8d136a39-80cb-4693-8dbb-079a6e6e9109:hover {background-color: rgba(238, 154, 55, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8d136a39-80cb-4693-8dbb-079a6e6e9109:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8d136a39-80cb-4693-8dbb-079a6e6e9109-root {
    text-align: center;
  }


#s-8d136a39-80cb-4693-8dbb-079a6e6e9109.shg-btn {
  color: #ffffff;
  
  
  
  font-family: new-spirit;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8d136a39-80cb-4693-8dbb-079a6e6e9109-root {
    text-align: center;
  }


#s-8d136a39-80cb-4693-8dbb-079a6e6e9109.shg-btn {
  color: #ffffff;
  
  
  
  font-family: new-spirit;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8d136a39-80cb-4693-8dbb-079a6e6e9109-root {
    text-align: center;
  }


#s-8d136a39-80cb-4693-8dbb-079a6e6e9109.shg-btn {
  color: #ffffff;
  
  
  
  font-family: new-spirit;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8d136a39-80cb-4693-8dbb-079a6e6e9109-root {
    text-align: center;
  }


#s-8d136a39-80cb-4693-8dbb-079a6e6e9109.shg-btn {
  color: #ffffff;
  
  
  
  font-family: new-spirit;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8d136a39-80cb-4693-8dbb-079a6e6e9109-root {
    text-align: center;
  }


#s-8d136a39-80cb-4693-8dbb-079a6e6e9109.shg-btn {
  color: #ffffff;
  
  
  
  font-family: new-spirit;
  display:  inline-block ;
}
}
#s-68dffca7-c7e6-464d-8177-4f2acb7bfeb5 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}
@media (min-width: 1200px){#s-68dffca7-c7e6-464d-8177-4f2acb7bfeb5 {
  display: none;
}
#s-68dffca7-c7e6-464d-8177-4f2acb7bfeb5, #wrap-s-68dffca7-c7e6-464d-8177-4f2acb7bfeb5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-68dffca7-c7e6-464d-8177-4f2acb7bfeb5 {
  display: none;
}
#s-68dffca7-c7e6-464d-8177-4f2acb7bfeb5, #wrap-s-68dffca7-c7e6-464d-8177-4f2acb7bfeb5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-68dffca7-c7e6-464d-8177-4f2acb7bfeb5 {
  display: none;
}
#s-68dffca7-c7e6-464d-8177-4f2acb7bfeb5, #wrap-s-68dffca7-c7e6-464d-8177-4f2acb7bfeb5 { display:none !important; }}







#s-68dffca7-c7e6-464d-8177-4f2acb7bfeb5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-68dffca7-c7e6-464d-8177-4f2acb7bfeb5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0038db2a-f4e1-4118-9d1d-610fd19bfc30 {
  margin-top: 25px;
margin-bottom: 25px;
padding-top: 25px;
padding-bottom: 25px;
min-height: 50px;
}
@media (min-width: 1200px){#s-0038db2a-f4e1-4118-9d1d-610fd19bfc30 {
  display: none;
}
#s-0038db2a-f4e1-4118-9d1d-610fd19bfc30, #wrap-s-0038db2a-f4e1-4118-9d1d-610fd19bfc30 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0038db2a-f4e1-4118-9d1d-610fd19bfc30 {
  display: none;
}
#s-0038db2a-f4e1-4118-9d1d-610fd19bfc30, #wrap-s-0038db2a-f4e1-4118-9d1d-610fd19bfc30 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0038db2a-f4e1-4118-9d1d-610fd19bfc30 {
  display: none;
}
#s-0038db2a-f4e1-4118-9d1d-610fd19bfc30, #wrap-s-0038db2a-f4e1-4118-9d1d-610fd19bfc30 { display:none !important; }}







#s-0038db2a-f4e1-4118-9d1d-610fd19bfc30 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0038db2a-f4e1-4118-9d1d-610fd19bfc30.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6f90b1d8-b496-4e1b-86dc-144532aa974a {
  padding-left: 10%;
padding-right: 10%;
}

#s-fc0828dc-b500-4769-9d87-c5b4123ce7c4 {
  margin-top: 25px;
margin-left: 10%;
margin-bottom: 25px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-fc0828dc-b500-4769-9d87-c5b4123ce7c4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-fc0828dc-b500-4769-9d87-c5b4123ce7c4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fc0828dc-b500-4769-9d87-c5b4123ce7c4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fc0828dc-b500-4769-9d87-c5b4123ce7c4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-aee261c4-84b3-4dc3-b7c8-aae5beb45314 {
  max-width: 85px;
text-align: center;
}







  img.s-aee261c4-84b3-4dc3-b7c8-aae5beb45314.shogun-image {
    
    
  }


.s-aee261c4-84b3-4dc3-b7c8-aae5beb45314 .shogun-image-content {
  
    align-items: center;
  
}

.s-aee261c4-84b3-4dc3-b7c8-aae5beb45314.shg-align-container {
  text-align: center
}

.s-aee261c4-84b3-4dc3-b7c8-aae5beb45314.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aee261c4-84b3-4dc3-b7c8-aae5beb45314.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-aee261c4-84b3-4dc3-b7c8-aae5beb45314.shogun-image {
    
    
  }


.s-aee261c4-84b3-4dc3-b7c8-aae5beb45314 .shogun-image-content {
  
    align-items: center;
  
}

.s-aee261c4-84b3-4dc3-b7c8-aae5beb45314.shg-align-container {
  text-align: center
}

.s-aee261c4-84b3-4dc3-b7c8-aae5beb45314.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aee261c4-84b3-4dc3-b7c8-aae5beb45314.shogun-image {
  box-sizing: border-box;
}


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





  img.s-aee261c4-84b3-4dc3-b7c8-aae5beb45314.shogun-image {
    
    
  }


.s-aee261c4-84b3-4dc3-b7c8-aae5beb45314 .shogun-image-content {
  
    align-items: center;
  
}

.s-aee261c4-84b3-4dc3-b7c8-aae5beb45314.shg-align-container {
  text-align: center
}

.s-aee261c4-84b3-4dc3-b7c8-aae5beb45314.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aee261c4-84b3-4dc3-b7c8-aae5beb45314.shogun-image {
  box-sizing: border-box;
}


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





  img.s-aee261c4-84b3-4dc3-b7c8-aae5beb45314.shogun-image {
    
    
  }


.s-aee261c4-84b3-4dc3-b7c8-aae5beb45314 .shogun-image-content {
  
    align-items: center;
  
}

.s-aee261c4-84b3-4dc3-b7c8-aae5beb45314.shg-align-container {
  text-align: center
}

.s-aee261c4-84b3-4dc3-b7c8-aae5beb45314.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aee261c4-84b3-4dc3-b7c8-aae5beb45314.shogun-image {
  box-sizing: border-box;
}


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





  img.s-aee261c4-84b3-4dc3-b7c8-aae5beb45314.shogun-image {
    
    
  }


.s-aee261c4-84b3-4dc3-b7c8-aae5beb45314 .shogun-image-content {
  
    align-items: center;
  
}

.s-aee261c4-84b3-4dc3-b7c8-aae5beb45314.shg-align-container {
  text-align: center
}

.s-aee261c4-84b3-4dc3-b7c8-aae5beb45314.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aee261c4-84b3-4dc3-b7c8-aae5beb45314.shogun-image {
  box-sizing: border-box;
}


}
#s-649bfb9a-dda2-40b2-96a7-7e4dc21e4610 {
  max-width: 85px;
text-align: center;
}







  img.s-649bfb9a-dda2-40b2-96a7-7e4dc21e4610.shogun-image {
    
    
  }


.s-649bfb9a-dda2-40b2-96a7-7e4dc21e4610 .shogun-image-content {
  
    align-items: center;
  
}

.s-649bfb9a-dda2-40b2-96a7-7e4dc21e4610.shg-align-container {
  text-align: center
}

.s-649bfb9a-dda2-40b2-96a7-7e4dc21e4610.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-649bfb9a-dda2-40b2-96a7-7e4dc21e4610.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-649bfb9a-dda2-40b2-96a7-7e4dc21e4610.shogun-image {
    
    
  }


.s-649bfb9a-dda2-40b2-96a7-7e4dc21e4610 .shogun-image-content {
  
    align-items: center;
  
}

.s-649bfb9a-dda2-40b2-96a7-7e4dc21e4610.shg-align-container {
  text-align: center
}

.s-649bfb9a-dda2-40b2-96a7-7e4dc21e4610.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-649bfb9a-dda2-40b2-96a7-7e4dc21e4610.shogun-image {
  box-sizing: border-box;
}


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





  img.s-649bfb9a-dda2-40b2-96a7-7e4dc21e4610.shogun-image {
    
    
  }


.s-649bfb9a-dda2-40b2-96a7-7e4dc21e4610 .shogun-image-content {
  
    align-items: center;
  
}

.s-649bfb9a-dda2-40b2-96a7-7e4dc21e4610.shg-align-container {
  text-align: center
}

.s-649bfb9a-dda2-40b2-96a7-7e4dc21e4610.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-649bfb9a-dda2-40b2-96a7-7e4dc21e4610.shogun-image {
  box-sizing: border-box;
}


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





  img.s-649bfb9a-dda2-40b2-96a7-7e4dc21e4610.shogun-image {
    
    
  }


.s-649bfb9a-dda2-40b2-96a7-7e4dc21e4610 .shogun-image-content {
  
    align-items: center;
  
}

.s-649bfb9a-dda2-40b2-96a7-7e4dc21e4610.shg-align-container {
  text-align: center
}

.s-649bfb9a-dda2-40b2-96a7-7e4dc21e4610.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-649bfb9a-dda2-40b2-96a7-7e4dc21e4610.shogun-image {
  box-sizing: border-box;
}


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





  img.s-649bfb9a-dda2-40b2-96a7-7e4dc21e4610.shogun-image {
    
    
  }


.s-649bfb9a-dda2-40b2-96a7-7e4dc21e4610 .shogun-image-content {
  
    align-items: center;
  
}

.s-649bfb9a-dda2-40b2-96a7-7e4dc21e4610.shg-align-container {
  text-align: center
}

.s-649bfb9a-dda2-40b2-96a7-7e4dc21e4610.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-649bfb9a-dda2-40b2-96a7-7e4dc21e4610.shogun-image {
  box-sizing: border-box;
}


}
#s-796c5606-2853-49c2-8b79-a6faf348f7bf {
  margin-top: 25px;
margin-left: 10%;
margin-bottom: 25px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-796c5606-2853-49c2-8b79-a6faf348f7bf"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-796c5606-2853-49c2-8b79-a6faf348f7bf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-796c5606-2853-49c2-8b79-a6faf348f7bf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-796c5606-2853-49c2-8b79-a6faf348f7bf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-39109f05-2ae3-4174-87e9-b40fa3893f13 {
  max-width: 85px;
text-align: center;
}







  img.s-39109f05-2ae3-4174-87e9-b40fa3893f13.shogun-image {
    
    
  }


.s-39109f05-2ae3-4174-87e9-b40fa3893f13 .shogun-image-content {
  
    align-items: center;
  
}

.s-39109f05-2ae3-4174-87e9-b40fa3893f13.shg-align-container {
  text-align: center
}

.s-39109f05-2ae3-4174-87e9-b40fa3893f13.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39109f05-2ae3-4174-87e9-b40fa3893f13.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-39109f05-2ae3-4174-87e9-b40fa3893f13.shogun-image {
    
    
  }


.s-39109f05-2ae3-4174-87e9-b40fa3893f13 .shogun-image-content {
  
    align-items: center;
  
}

.s-39109f05-2ae3-4174-87e9-b40fa3893f13.shg-align-container {
  text-align: center
}

.s-39109f05-2ae3-4174-87e9-b40fa3893f13.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39109f05-2ae3-4174-87e9-b40fa3893f13.shogun-image {
  box-sizing: border-box;
}


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





  img.s-39109f05-2ae3-4174-87e9-b40fa3893f13.shogun-image {
    
    
  }


.s-39109f05-2ae3-4174-87e9-b40fa3893f13 .shogun-image-content {
  
    align-items: center;
  
}

.s-39109f05-2ae3-4174-87e9-b40fa3893f13.shg-align-container {
  text-align: center
}

.s-39109f05-2ae3-4174-87e9-b40fa3893f13.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39109f05-2ae3-4174-87e9-b40fa3893f13.shogun-image {
  box-sizing: border-box;
}


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





  img.s-39109f05-2ae3-4174-87e9-b40fa3893f13.shogun-image {
    
    
  }


.s-39109f05-2ae3-4174-87e9-b40fa3893f13 .shogun-image-content {
  
    align-items: center;
  
}

.s-39109f05-2ae3-4174-87e9-b40fa3893f13.shg-align-container {
  text-align: center
}

.s-39109f05-2ae3-4174-87e9-b40fa3893f13.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39109f05-2ae3-4174-87e9-b40fa3893f13.shogun-image {
  box-sizing: border-box;
}


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





  img.s-39109f05-2ae3-4174-87e9-b40fa3893f13.shogun-image {
    
    
  }


.s-39109f05-2ae3-4174-87e9-b40fa3893f13 .shogun-image-content {
  
    align-items: center;
  
}

.s-39109f05-2ae3-4174-87e9-b40fa3893f13.shg-align-container {
  text-align: center
}

.s-39109f05-2ae3-4174-87e9-b40fa3893f13.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39109f05-2ae3-4174-87e9-b40fa3893f13.shogun-image {
  box-sizing: border-box;
}


}
#s-9a6b9de5-85e2-4520-b756-901aca5b911f {
  max-width: 85px;
text-align: center;
}







  img.s-9a6b9de5-85e2-4520-b756-901aca5b911f.shogun-image {
    
    
  }


.s-9a6b9de5-85e2-4520-b756-901aca5b911f .shogun-image-content {
  
    align-items: center;
  
}

.s-9a6b9de5-85e2-4520-b756-901aca5b911f.shg-align-container {
  text-align: center
}

.s-9a6b9de5-85e2-4520-b756-901aca5b911f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a6b9de5-85e2-4520-b756-901aca5b911f.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-9a6b9de5-85e2-4520-b756-901aca5b911f.shogun-image {
    
    
  }


.s-9a6b9de5-85e2-4520-b756-901aca5b911f .shogun-image-content {
  
    align-items: center;
  
}

.s-9a6b9de5-85e2-4520-b756-901aca5b911f.shg-align-container {
  text-align: center
}

.s-9a6b9de5-85e2-4520-b756-901aca5b911f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a6b9de5-85e2-4520-b756-901aca5b911f.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9a6b9de5-85e2-4520-b756-901aca5b911f.shogun-image {
    
    
  }


.s-9a6b9de5-85e2-4520-b756-901aca5b911f .shogun-image-content {
  
    align-items: center;
  
}

.s-9a6b9de5-85e2-4520-b756-901aca5b911f.shg-align-container {
  text-align: center
}

.s-9a6b9de5-85e2-4520-b756-901aca5b911f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a6b9de5-85e2-4520-b756-901aca5b911f.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9a6b9de5-85e2-4520-b756-901aca5b911f.shogun-image {
    
    
  }


.s-9a6b9de5-85e2-4520-b756-901aca5b911f .shogun-image-content {
  
    align-items: center;
  
}

.s-9a6b9de5-85e2-4520-b756-901aca5b911f.shg-align-container {
  text-align: center
}

.s-9a6b9de5-85e2-4520-b756-901aca5b911f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a6b9de5-85e2-4520-b756-901aca5b911f.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9a6b9de5-85e2-4520-b756-901aca5b911f.shogun-image {
    
    
  }


.s-9a6b9de5-85e2-4520-b756-901aca5b911f .shogun-image-content {
  
    align-items: center;
  
}

.s-9a6b9de5-85e2-4520-b756-901aca5b911f.shg-align-container {
  text-align: center
}

.s-9a6b9de5-85e2-4520-b756-901aca5b911f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a6b9de5-85e2-4520-b756-901aca5b911f.shogun-image {
  box-sizing: border-box;
}


}
#s-3601838d-b75f-434d-8ce2-0f45e6326e39 {
  margin-top: 15px;
margin-left: 15%;
margin-bottom: 15px;
margin-right: 15%;
padding-top: 13px;
padding-left: 20px;
padding-bottom: 13px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(238, 154, 55, 0);
border-style: solid;
border-radius: 15px;
background-color: rgba(66, 180, 148, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
background-position: center center;
}
#s-3601838d-b75f-434d-8ce2-0f45e6326e39:hover {background-color: rgba(238, 154, 55, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-3601838d-b75f-434d-8ce2-0f45e6326e39:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3601838d-b75f-434d-8ce2-0f45e6326e39-root {
    text-align: center;
  }


#s-3601838d-b75f-434d-8ce2-0f45e6326e39.shg-btn {
  color: #ffffff;
  
  
  
  font-family: new-spirit;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3601838d-b75f-434d-8ce2-0f45e6326e39-root {
    text-align: center;
  }


#s-3601838d-b75f-434d-8ce2-0f45e6326e39.shg-btn {
  color: #ffffff;
  
  
  
  font-family: new-spirit;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3601838d-b75f-434d-8ce2-0f45e6326e39-root {
    text-align: center;
  }


#s-3601838d-b75f-434d-8ce2-0f45e6326e39.shg-btn {
  color: #ffffff;
  
  
  
  font-family: new-spirit;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3601838d-b75f-434d-8ce2-0f45e6326e39-root {
    text-align: center;
  }


#s-3601838d-b75f-434d-8ce2-0f45e6326e39.shg-btn {
  color: #ffffff;
  
  
  
  font-family: new-spirit;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3601838d-b75f-434d-8ce2-0f45e6326e39-root {
    text-align: center;
  }


#s-3601838d-b75f-434d-8ce2-0f45e6326e39.shg-btn {
  color: #ffffff;
  
  
  
  font-family: new-spirit;
  display:  inline-block ;
}
}
#s-306c5d86-78a9-49a8-af93-fe774d8586fc {
  margin-top: -10px;
margin-bottom: -10px;
text-align: left;
}
@media (min-width: 1200px){#s-306c5d86-78a9-49a8-af93-fe774d8586fc {
  display: none;
}
#s-306c5d86-78a9-49a8-af93-fe774d8586fc, #wrap-s-306c5d86-78a9-49a8-af93-fe774d8586fc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-306c5d86-78a9-49a8-af93-fe774d8586fc {
  display: none;
}
#s-306c5d86-78a9-49a8-af93-fe774d8586fc, #wrap-s-306c5d86-78a9-49a8-af93-fe774d8586fc { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-306c5d86-78a9-49a8-af93-fe774d8586fc {
  display: none;
}
#s-306c5d86-78a9-49a8-af93-fe774d8586fc, #wrap-s-306c5d86-78a9-49a8-af93-fe774d8586fc { display:none !important; }}
#s-81adb8d2-78f9-47a7-920b-7f4c2dcad9d0 {
  min-height: 50px;
background-color: rgba(249, 242, 232, 1);
}
@media (min-width: 1200px){#s-81adb8d2-78f9-47a7-920b-7f4c2dcad9d0 {
  display: none;
}
#s-81adb8d2-78f9-47a7-920b-7f4c2dcad9d0, #wrap-s-81adb8d2-78f9-47a7-920b-7f4c2dcad9d0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-81adb8d2-78f9-47a7-920b-7f4c2dcad9d0 {
  display: none;
}
#s-81adb8d2-78f9-47a7-920b-7f4c2dcad9d0, #wrap-s-81adb8d2-78f9-47a7-920b-7f4c2dcad9d0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-81adb8d2-78f9-47a7-920b-7f4c2dcad9d0 {
  display: none;
}
#s-81adb8d2-78f9-47a7-920b-7f4c2dcad9d0, #wrap-s-81adb8d2-78f9-47a7-920b-7f4c2dcad9d0 { display:none !important; }}







#s-81adb8d2-78f9-47a7-920b-7f4c2dcad9d0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-81adb8d2-78f9-47a7-920b-7f4c2dcad9d0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2c36da55-6daa-4cd0-bd7c-b69e00cb5ad9 {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}








#s-2c36da55-6daa-4cd0-bd7c-b69e00cb5ad9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2c36da55-6daa-4cd0-bd7c-b69e00cb5ad9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-5283d7e2-69bf-4401-bb04-c70dea7932d3 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-5283d7e2-69bf-4401-bb04-c70dea7932d3 .shg-sld-dot {
  background-color: rgba(79, 38, 4, 1);
}

#s-5283d7e2-69bf-4401-bb04-c70dea7932d3 .shg-sld-nav-button.shg-sld-left,
#s-5283d7e2-69bf-4401-bb04-c70dea7932d3 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(79, 38, 4, 1);
}

#s-0a499a46-20e1-4c0b-949b-dd094e4c5a6c {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 35px;
padding-left: 5%;
padding-bottom: 35px;
padding-right: 5%;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-0a499a46-20e1-4c0b-949b-dd094e4c5a6c {
  display: none;
}
#s-0a499a46-20e1-4c0b-949b-dd094e4c5a6c, #wrap-s-0a499a46-20e1-4c0b-949b-dd094e4c5a6c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0a499a46-20e1-4c0b-949b-dd094e4c5a6c {
  display: none;
}
#s-0a499a46-20e1-4c0b-949b-dd094e4c5a6c, #wrap-s-0a499a46-20e1-4c0b-949b-dd094e4c5a6c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0a499a46-20e1-4c0b-949b-dd094e4c5a6c {
  display: none;
}
#s-0a499a46-20e1-4c0b-949b-dd094e4c5a6c, #wrap-s-0a499a46-20e1-4c0b-949b-dd094e4c5a6c { display:none !important; }}







#s-0a499a46-20e1-4c0b-949b-dd094e4c5a6c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0a499a46-20e1-4c0b-949b-dd094e4c5a6c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: rgba(0, 0, 0, 1);
  font-family: Assistant, sans-serif;
  text-transform: none;
  font-weight: normal;
  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-9d20eb5a-625b-426f-a340-065b5b9dc7b0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9d20eb5a-625b-426f-a340-065b5b9dc7b0 .shogun-heading-component h1 {
  color: rgba(78, 54, 41, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-dd83d45e-b29f-4e59-9027-9485297c853f {
  margin-left: 10%;
margin-right: 10%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(78, 54, 41, 0);
border-style: solid;
}

#s-808e04f0-9fd5-470d-8646-f22bc838a18e {
  text-align: left;
}

#s-55117330-31c4-4e89-8a78-0a3b3e78d402 {
  padding-top: 25px;
padding-bottom: 25px;
min-height: 50px;
}
@media (min-width: 1200px){#s-55117330-31c4-4e89-8a78-0a3b3e78d402 {
  display: none;
}
#s-55117330-31c4-4e89-8a78-0a3b3e78d402, #wrap-s-55117330-31c4-4e89-8a78-0a3b3e78d402 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-55117330-31c4-4e89-8a78-0a3b3e78d402 {
  display: none;
}
#s-55117330-31c4-4e89-8a78-0a3b3e78d402, #wrap-s-55117330-31c4-4e89-8a78-0a3b3e78d402 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-55117330-31c4-4e89-8a78-0a3b3e78d402 {
  display: none;
}
#s-55117330-31c4-4e89-8a78-0a3b3e78d402, #wrap-s-55117330-31c4-4e89-8a78-0a3b3e78d402 { display:none !important; }}@media (max-width: 767px){#s-55117330-31c4-4e89-8a78-0a3b3e78d402 {
  
}
}







#s-55117330-31c4-4e89-8a78-0a3b3e78d402 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-55117330-31c4-4e89-8a78-0a3b3e78d402.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a6e9a0df-e319-4ba5-b40c-4cc5430443a2 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-a6e9a0df-e319-4ba5-b40c-4cc5430443a2 .shg-sld-dot {
  background-color: rgba(12, 154, 164, 1);
}

#s-a6e9a0df-e319-4ba5-b40c-4cc5430443a2 .shg-sld-nav-button.shg-sld-left,
#s-a6e9a0df-e319-4ba5-b40c-4cc5430443a2 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(12, 154, 164, 1);
}

#s-d3a3dfda-6469-464d-8051-1ebdc2496762 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 550px;
background-position: center center;
}








#s-d3a3dfda-6469-464d-8051-1ebdc2496762 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d3a3dfda-6469-464d-8051-1ebdc2496762.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e7e8dae9-5937-4e23-bd2c-c8de458b9d57 hr {
  border-top: 150px solid rgba(221, 221, 221, 0);
}

#s-1ef6e871-7d0b-40a1-903e-ecaa1982e5f4 {
  margin-left: 10%;
margin-right: 25%;
padding-top: 10px;
padding-bottom: 10px;
}

#s-ac9ee87d-1af1-40a4-b487-753285843b76 {
  margin-left: 10%;
margin-right: 25%;
padding-top: 10px;
padding-bottom: 10px;
}

#s-31c06cc0-ed4e-4709-832a-86450df057de {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(78, 54, 41, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
background-position: undefined bottom;
}
#s-31c06cc0-ed4e-4709-832a-86450df057de:hover {background-color: rgba(238, 154, 55, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-31c06cc0-ed4e-4709-832a-86450df057de:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-31c06cc0-ed4e-4709-832a-86450df057de-root {
    text-align: center;
  }


#s-31c06cc0-ed4e-4709-832a-86450df057de.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-31c06cc0-ed4e-4709-832a-86450df057de-root {
    text-align: center;
  }


#s-31c06cc0-ed4e-4709-832a-86450df057de.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-31c06cc0-ed4e-4709-832a-86450df057de-root {
    text-align: center;
  }


#s-31c06cc0-ed4e-4709-832a-86450df057de.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-31c06cc0-ed4e-4709-832a-86450df057de-root {
    text-align: center;
  }


#s-31c06cc0-ed4e-4709-832a-86450df057de.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-31c06cc0-ed4e-4709-832a-86450df057de-root {
    text-align: center;
  }


#s-31c06cc0-ed4e-4709-832a-86450df057de.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-abc31b63-8a9b-4eaa-a8ba-8411fb15a0bc {
  background-repeat: no-repeat;
background-size: cover;
min-height: 550px;
background-position: center center;
}








#s-abc31b63-8a9b-4eaa-a8ba-8411fb15a0bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-abc31b63-8a9b-4eaa-a8ba-8411fb15a0bc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b304895e-b7be-4330-9c83-f4b99e9962da hr {
  border-top: 150px solid rgba(221, 221, 221, 0);
}

#s-bc45b341-9274-4391-8f40-880cc685f81a {
  margin-left: 10%;
margin-right: 25%;
padding-top: 10px;
padding-bottom: 10px;
}

#s-a5dd4f52-4b09-42ba-ac13-eb76d131f6e5 {
  margin-left: 10%;
margin-right: 25%;
}

#s-6904b29d-077a-4abe-b685-2396bc4fe42a {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(78, 54, 41, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
background-position: undefined bottom;
}
#s-6904b29d-077a-4abe-b685-2396bc4fe42a:hover {background-color: rgba(238, 154, 55, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6904b29d-077a-4abe-b685-2396bc4fe42a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6904b29d-077a-4abe-b685-2396bc4fe42a-root {
    text-align: center;
  }


#s-6904b29d-077a-4abe-b685-2396bc4fe42a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6904b29d-077a-4abe-b685-2396bc4fe42a-root {
    text-align: center;
  }


#s-6904b29d-077a-4abe-b685-2396bc4fe42a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6904b29d-077a-4abe-b685-2396bc4fe42a-root {
    text-align: center;
  }


#s-6904b29d-077a-4abe-b685-2396bc4fe42a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6904b29d-077a-4abe-b685-2396bc4fe42a-root {
    text-align: center;
  }


#s-6904b29d-077a-4abe-b685-2396bc4fe42a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6904b29d-077a-4abe-b685-2396bc4fe42a-root {
    text-align: center;
  }


#s-6904b29d-077a-4abe-b685-2396bc4fe42a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-07c49eca-da8e-4b38-b2f5-893ddbd430b5 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 550px;
background-position: center center;
}








#s-07c49eca-da8e-4b38-b2f5-893ddbd430b5 > .shg-box-overlay {
  background-color: rgba(249, 242, 232, 0.66);
  opacity: 0;
}#s-07c49eca-da8e-4b38-b2f5-893ddbd430b5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-51da7ca0-3f0b-42c0-81d2-34e59d9289ba hr {
  border-top: 200px solid rgba(221, 221, 221, 0);
}

#s-930cb0ea-51e0-413f-84fb-3c44bb650a42 {
  margin-left: 10%;
margin-right: 25%;
padding-top: 15px;
padding-bottom: 15px;
}

#s-994808a0-b016-4c0c-8af0-397a5f0a0ab4 {
  margin-left: 10%;
margin-right: 25%;
}

#s-ae7a8c58-c467-40ac-a26f-1767d1610beb {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(78, 54, 41, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
background-position: undefined bottom;
}
#s-ae7a8c58-c467-40ac-a26f-1767d1610beb:hover {background-color: rgba(238, 154, 55, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ae7a8c58-c467-40ac-a26f-1767d1610beb:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ae7a8c58-c467-40ac-a26f-1767d1610beb-root {
    text-align: center;
  }


#s-ae7a8c58-c467-40ac-a26f-1767d1610beb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ae7a8c58-c467-40ac-a26f-1767d1610beb-root {
    text-align: center;
  }


#s-ae7a8c58-c467-40ac-a26f-1767d1610beb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ae7a8c58-c467-40ac-a26f-1767d1610beb-root {
    text-align: center;
  }


#s-ae7a8c58-c467-40ac-a26f-1767d1610beb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ae7a8c58-c467-40ac-a26f-1767d1610beb-root {
    text-align: center;
  }


#s-ae7a8c58-c467-40ac-a26f-1767d1610beb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ae7a8c58-c467-40ac-a26f-1767d1610beb-root {
    text-align: center;
  }


#s-ae7a8c58-c467-40ac-a26f-1767d1610beb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-81f0eb2e-17c9-4ef3-9ee1-6f82bcffdde6 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-81f0eb2e-17c9-4ef3-9ee1-6f82bcffdde6 {
  display: none;
}
#s-81f0eb2e-17c9-4ef3-9ee1-6f82bcffdde6, #wrap-s-81f0eb2e-17c9-4ef3-9ee1-6f82bcffdde6 { display:none !important; }}
#s-81f0eb2e-17c9-4ef3-9ee1-6f82bcffdde6 .shg-sld-dot {
  background-color: rgba(12, 154, 164, 1);
}

#s-81f0eb2e-17c9-4ef3-9ee1-6f82bcffdde6 .shg-sld-nav-button.shg-sld-left,
#s-81f0eb2e-17c9-4ef3-9ee1-6f82bcffdde6 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(12, 154, 164, 1);
}

#s-2b79b061-9eb9-4ef6-be19-eed9716a4c67 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 550px;
background-position: center center;
}








#s-2b79b061-9eb9-4ef6-be19-eed9716a4c67 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b79b061-9eb9-4ef6-be19-eed9716a4c67.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bdb803d2-3d3c-4b5b-ae0f-e7d29cbb185e hr {
  border-top: 150px solid rgba(221, 221, 221, 0);
}

#s-96386938-3a4c-40f1-9834-00fb3c8cde28 {
  margin-left: 10%;
margin-right: 25%;
padding-top: 10px;
padding-bottom: 10px;
}

#s-0767c4cb-9e53-4060-b2f5-7385101b0eac {
  margin-left: 10%;
margin-right: 25%;
padding-top: 10px;
padding-bottom: 10px;
}

#s-5f78a515-507e-4000-a664-29db6435df80 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(78, 54, 41, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
background-position: undefined bottom;
}
#s-5f78a515-507e-4000-a664-29db6435df80:hover {background-color: rgba(238, 154, 55, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5f78a515-507e-4000-a664-29db6435df80:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5f78a515-507e-4000-a664-29db6435df80-root {
    text-align: center;
  }


#s-5f78a515-507e-4000-a664-29db6435df80.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5f78a515-507e-4000-a664-29db6435df80-root {
    text-align: center;
  }


#s-5f78a515-507e-4000-a664-29db6435df80.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5f78a515-507e-4000-a664-29db6435df80-root {
    text-align: center;
  }


#s-5f78a515-507e-4000-a664-29db6435df80.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5f78a515-507e-4000-a664-29db6435df80-root {
    text-align: center;
  }


#s-5f78a515-507e-4000-a664-29db6435df80.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5f78a515-507e-4000-a664-29db6435df80-root {
    text-align: center;
  }


#s-5f78a515-507e-4000-a664-29db6435df80.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-cd87f891-c6e7-41b2-9bb0-bde23fef7e6e {
  background-repeat: no-repeat;
background-size: cover;
min-height: 550px;
background-position: center center;
}








#s-cd87f891-c6e7-41b2-9bb0-bde23fef7e6e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cd87f891-c6e7-41b2-9bb0-bde23fef7e6e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f9204932-d0a5-4cae-97db-80b28c2ab912 hr {
  border-top: 150px solid rgba(221, 221, 221, 0);
}

#s-16d23844-79cd-419b-82da-63dd21a2e10d {
  margin-left: 10%;
margin-right: 25%;
padding-top: 10px;
padding-bottom: 10px;
}

#s-7170f323-cde7-48d7-ba01-b17d5c8d445d {
  margin-left: 10%;
margin-right: 25%;
}

#s-247ed360-d590-4686-a97c-49237571cb8d {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(78, 54, 41, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
background-position: undefined bottom;
}
#s-247ed360-d590-4686-a97c-49237571cb8d:hover {background-color: rgba(238, 154, 55, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-247ed360-d590-4686-a97c-49237571cb8d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-247ed360-d590-4686-a97c-49237571cb8d-root {
    text-align: center;
  }


#s-247ed360-d590-4686-a97c-49237571cb8d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-247ed360-d590-4686-a97c-49237571cb8d-root {
    text-align: center;
  }


#s-247ed360-d590-4686-a97c-49237571cb8d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-247ed360-d590-4686-a97c-49237571cb8d-root {
    text-align: center;
  }


#s-247ed360-d590-4686-a97c-49237571cb8d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-247ed360-d590-4686-a97c-49237571cb8d-root {
    text-align: center;
  }


#s-247ed360-d590-4686-a97c-49237571cb8d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-247ed360-d590-4686-a97c-49237571cb8d-root {
    text-align: center;
  }


#s-247ed360-d590-4686-a97c-49237571cb8d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-a9288ba1-d50e-475b-9461-a9b6926825ef {
  background-repeat: no-repeat;
background-size: cover;
min-height: 550px;
background-position: center center;
}








#s-a9288ba1-d50e-475b-9461-a9b6926825ef > .shg-box-overlay {
  background-color: rgba(249, 242, 232, 0.66);
  opacity: 0;
}#s-a9288ba1-d50e-475b-9461-a9b6926825ef.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7d4c7dce-34eb-4062-9d8e-f5538717fd6d hr {
  border-top: 200px solid rgba(221, 221, 221, 0);
}

#s-3350e255-c8c0-4d29-94bd-8f2d87d5ea92 {
  margin-left: 10%;
margin-right: 25%;
padding-top: 15px;
padding-bottom: 15px;
}

#s-2e634cdb-ef27-4f5d-a644-e2ed1650adcd {
  margin-left: 10%;
margin-right: 25%;
}

#s-43a8f49d-94be-42d2-99bd-81d6cc6c6d47 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(78, 54, 41, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
background-position: undefined bottom;
}
#s-43a8f49d-94be-42d2-99bd-81d6cc6c6d47:hover {background-color: rgba(238, 154, 55, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-43a8f49d-94be-42d2-99bd-81d6cc6c6d47:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-43a8f49d-94be-42d2-99bd-81d6cc6c6d47-root {
    text-align: center;
  }


#s-43a8f49d-94be-42d2-99bd-81d6cc6c6d47.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-43a8f49d-94be-42d2-99bd-81d6cc6c6d47-root {
    text-align: center;
  }


#s-43a8f49d-94be-42d2-99bd-81d6cc6c6d47.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-43a8f49d-94be-42d2-99bd-81d6cc6c6d47-root {
    text-align: center;
  }


#s-43a8f49d-94be-42d2-99bd-81d6cc6c6d47.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-43a8f49d-94be-42d2-99bd-81d6cc6c6d47-root {
    text-align: center;
  }


#s-43a8f49d-94be-42d2-99bd-81d6cc6c6d47.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-43a8f49d-94be-42d2-99bd-81d6cc6c6d47-root {
    text-align: center;
  }


#s-43a8f49d-94be-42d2-99bd-81d6cc6c6d47.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-3492cd44-d88a-4ff3-bd3e-9b6c92b13f7a {
  min-height: 50px;
}
@media (max-width: 767px){#s-3492cd44-d88a-4ff3-bd3e-9b6c92b13f7a {
  display: none;
}
#s-3492cd44-d88a-4ff3-bd3e-9b6c92b13f7a, #wrap-s-3492cd44-d88a-4ff3-bd3e-9b6c92b13f7a { display:none !important; }}







#s-3492cd44-d88a-4ff3-bd3e-9b6c92b13f7a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3492cd44-d88a-4ff3-bd3e-9b6c92b13f7a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f06733da-cfa8-4132-849b-72d703eca797 {
  padding-left: 5%;
background-color: rgba(249, 242, 232, 1);
}
@media (max-width: 767px){#s-f06733da-cfa8-4132-849b-72d703eca797 {
  display: none;
}
#s-f06733da-cfa8-4132-849b-72d703eca797, #wrap-s-f06733da-cfa8-4132-849b-72d703eca797 { display:none !important; }}
@media (min-width: 0px) {
[id="s-f06733da-cfa8-4132-849b-72d703eca797"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f06733da-cfa8-4132-849b-72d703eca797"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f06733da-cfa8-4132-849b-72d703eca797"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f06733da-cfa8-4132-849b-72d703eca797"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f4e1260d-8dda-42d3-bffb-ca4aaa800fc7 hr {
  border-top: 30px solid rgba(221, 221, 221, 0);
}

#s-0baec4f8-0147-475a-9114-4be443fa9fc5 {
  min-height: 50px;
}








#s-0baec4f8-0147-475a-9114-4be443fa9fc5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0baec4f8-0147-475a-9114-4be443fa9fc5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-73615b6f-ce82-442a-bb3b-e183aaf88125 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 15px;
padding-bottom: 15px;
}

#s-d5a695f2-0227-47a0-abe6-da576a16348c {
  padding-top: 25px;
padding-bottom: 25px;
}

@media (min-width: 0px) {
[id="s-d5a695f2-0227-47a0-abe6-da576a16348c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-d5a695f2-0227-47a0-abe6-da576a16348c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d5a695f2-0227-47a0-abe6-da576a16348c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d5a695f2-0227-47a0-abe6-da576a16348c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-9ac9912d-8df5-480d-af43-8e6be70a78a9 {
  max-width: 85px;
text-align: center;
}







  img.s-9ac9912d-8df5-480d-af43-8e6be70a78a9.shogun-image {
    
    
  }


.s-9ac9912d-8df5-480d-af43-8e6be70a78a9 .shogun-image-content {
  
    align-items: center;
  
}

.s-9ac9912d-8df5-480d-af43-8e6be70a78a9.shg-align-container {
  text-align: center
}

.s-9ac9912d-8df5-480d-af43-8e6be70a78a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ac9912d-8df5-480d-af43-8e6be70a78a9.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-9ac9912d-8df5-480d-af43-8e6be70a78a9.shogun-image {
    
    
  }


.s-9ac9912d-8df5-480d-af43-8e6be70a78a9 .shogun-image-content {
  
    align-items: center;
  
}

.s-9ac9912d-8df5-480d-af43-8e6be70a78a9.shg-align-container {
  text-align: center
}

.s-9ac9912d-8df5-480d-af43-8e6be70a78a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ac9912d-8df5-480d-af43-8e6be70a78a9.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9ac9912d-8df5-480d-af43-8e6be70a78a9.shogun-image {
    
    
  }


.s-9ac9912d-8df5-480d-af43-8e6be70a78a9 .shogun-image-content {
  
    align-items: center;
  
}

.s-9ac9912d-8df5-480d-af43-8e6be70a78a9.shg-align-container {
  text-align: center
}

.s-9ac9912d-8df5-480d-af43-8e6be70a78a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ac9912d-8df5-480d-af43-8e6be70a78a9.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9ac9912d-8df5-480d-af43-8e6be70a78a9.shogun-image {
    
    
  }


.s-9ac9912d-8df5-480d-af43-8e6be70a78a9 .shogun-image-content {
  
    align-items: center;
  
}

.s-9ac9912d-8df5-480d-af43-8e6be70a78a9.shg-align-container {
  text-align: center
}

.s-9ac9912d-8df5-480d-af43-8e6be70a78a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ac9912d-8df5-480d-af43-8e6be70a78a9.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9ac9912d-8df5-480d-af43-8e6be70a78a9.shogun-image {
    
    
  }


.s-9ac9912d-8df5-480d-af43-8e6be70a78a9 .shogun-image-content {
  
    align-items: center;
  
}

.s-9ac9912d-8df5-480d-af43-8e6be70a78a9.shg-align-container {
  text-align: center
}

.s-9ac9912d-8df5-480d-af43-8e6be70a78a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ac9912d-8df5-480d-af43-8e6be70a78a9.shogun-image {
  box-sizing: border-box;
}


}
#s-d780417a-ece3-43fa-b483-e1167e5a3e55 {
  margin-left: 5%;
margin-right: 5%;
}

#s-6b9de8fe-5d44-412e-9f10-fc1eff095a70 {
  max-width: 85px;
text-align: center;
}







  img.s-6b9de8fe-5d44-412e-9f10-fc1eff095a70.shogun-image {
    
    
  }


.s-6b9de8fe-5d44-412e-9f10-fc1eff095a70 .shogun-image-content {
  
    align-items: center;
  
}

.s-6b9de8fe-5d44-412e-9f10-fc1eff095a70.shg-align-container {
  text-align: center
}

.s-6b9de8fe-5d44-412e-9f10-fc1eff095a70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b9de8fe-5d44-412e-9f10-fc1eff095a70.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-6b9de8fe-5d44-412e-9f10-fc1eff095a70.shogun-image {
    
    
  }


.s-6b9de8fe-5d44-412e-9f10-fc1eff095a70 .shogun-image-content {
  
    align-items: center;
  
}

.s-6b9de8fe-5d44-412e-9f10-fc1eff095a70.shg-align-container {
  text-align: center
}

.s-6b9de8fe-5d44-412e-9f10-fc1eff095a70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b9de8fe-5d44-412e-9f10-fc1eff095a70.shogun-image {
  box-sizing: border-box;
}


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





  img.s-6b9de8fe-5d44-412e-9f10-fc1eff095a70.shogun-image {
    
    
  }


.s-6b9de8fe-5d44-412e-9f10-fc1eff095a70 .shogun-image-content {
  
    align-items: center;
  
}

.s-6b9de8fe-5d44-412e-9f10-fc1eff095a70.shg-align-container {
  text-align: center
}

.s-6b9de8fe-5d44-412e-9f10-fc1eff095a70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b9de8fe-5d44-412e-9f10-fc1eff095a70.shogun-image {
  box-sizing: border-box;
}


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





  img.s-6b9de8fe-5d44-412e-9f10-fc1eff095a70.shogun-image {
    
    
  }


.s-6b9de8fe-5d44-412e-9f10-fc1eff095a70 .shogun-image-content {
  
    align-items: center;
  
}

.s-6b9de8fe-5d44-412e-9f10-fc1eff095a70.shg-align-container {
  text-align: center
}

.s-6b9de8fe-5d44-412e-9f10-fc1eff095a70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b9de8fe-5d44-412e-9f10-fc1eff095a70.shogun-image {
  box-sizing: border-box;
}


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





  img.s-6b9de8fe-5d44-412e-9f10-fc1eff095a70.shogun-image {
    
    
  }


.s-6b9de8fe-5d44-412e-9f10-fc1eff095a70 .shogun-image-content {
  
    align-items: center;
  
}

.s-6b9de8fe-5d44-412e-9f10-fc1eff095a70.shg-align-container {
  text-align: center
}

.s-6b9de8fe-5d44-412e-9f10-fc1eff095a70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b9de8fe-5d44-412e-9f10-fc1eff095a70.shogun-image {
  box-sizing: border-box;
}


}
#s-ac23e3a6-0dcd-4668-8d8c-27703a1ecca2 {
  margin-left: 5%;
margin-right: 5%;
}

#s-0027541f-4860-4373-8072-b5f9103bec9d {
  max-width: 85px;
text-align: center;
}







  img.s-0027541f-4860-4373-8072-b5f9103bec9d.shogun-image {
    
    
  }


.s-0027541f-4860-4373-8072-b5f9103bec9d .shogun-image-content {
  
    align-items: center;
  
}

.s-0027541f-4860-4373-8072-b5f9103bec9d.shg-align-container {
  text-align: center
}

.s-0027541f-4860-4373-8072-b5f9103bec9d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0027541f-4860-4373-8072-b5f9103bec9d.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-0027541f-4860-4373-8072-b5f9103bec9d.shogun-image {
    
    
  }


.s-0027541f-4860-4373-8072-b5f9103bec9d .shogun-image-content {
  
    align-items: center;
  
}

.s-0027541f-4860-4373-8072-b5f9103bec9d.shg-align-container {
  text-align: center
}

.s-0027541f-4860-4373-8072-b5f9103bec9d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0027541f-4860-4373-8072-b5f9103bec9d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0027541f-4860-4373-8072-b5f9103bec9d.shogun-image {
    
    
  }


.s-0027541f-4860-4373-8072-b5f9103bec9d .shogun-image-content {
  
    align-items: center;
  
}

.s-0027541f-4860-4373-8072-b5f9103bec9d.shg-align-container {
  text-align: center
}

.s-0027541f-4860-4373-8072-b5f9103bec9d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0027541f-4860-4373-8072-b5f9103bec9d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0027541f-4860-4373-8072-b5f9103bec9d.shogun-image {
    
    
  }


.s-0027541f-4860-4373-8072-b5f9103bec9d .shogun-image-content {
  
    align-items: center;
  
}

.s-0027541f-4860-4373-8072-b5f9103bec9d.shg-align-container {
  text-align: center
}

.s-0027541f-4860-4373-8072-b5f9103bec9d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0027541f-4860-4373-8072-b5f9103bec9d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0027541f-4860-4373-8072-b5f9103bec9d.shogun-image {
    
    
  }


.s-0027541f-4860-4373-8072-b5f9103bec9d .shogun-image-content {
  
    align-items: center;
  
}

.s-0027541f-4860-4373-8072-b5f9103bec9d.shg-align-container {
  text-align: center
}

.s-0027541f-4860-4373-8072-b5f9103bec9d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0027541f-4860-4373-8072-b5f9103bec9d.shogun-image {
  box-sizing: border-box;
}


}
#s-5ac29a85-98df-4306-80d2-312fe8cfbd16 {
  margin-left: 5%;
margin-right: 5%;
}

#s-33c74805-6cea-44e2-988e-b6bc32406b54 {
  max-width: 85px;
text-align: center;
}







  img.s-33c74805-6cea-44e2-988e-b6bc32406b54.shogun-image {
    
    
  }


.s-33c74805-6cea-44e2-988e-b6bc32406b54 .shogun-image-content {
  
    align-items: center;
  
}

.s-33c74805-6cea-44e2-988e-b6bc32406b54.shg-align-container {
  text-align: center
}

.s-33c74805-6cea-44e2-988e-b6bc32406b54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33c74805-6cea-44e2-988e-b6bc32406b54.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-33c74805-6cea-44e2-988e-b6bc32406b54.shogun-image {
    
    
  }


.s-33c74805-6cea-44e2-988e-b6bc32406b54 .shogun-image-content {
  
    align-items: center;
  
}

.s-33c74805-6cea-44e2-988e-b6bc32406b54.shg-align-container {
  text-align: center
}

.s-33c74805-6cea-44e2-988e-b6bc32406b54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33c74805-6cea-44e2-988e-b6bc32406b54.shogun-image {
  box-sizing: border-box;
}


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





  img.s-33c74805-6cea-44e2-988e-b6bc32406b54.shogun-image {
    
    
  }


.s-33c74805-6cea-44e2-988e-b6bc32406b54 .shogun-image-content {
  
    align-items: center;
  
}

.s-33c74805-6cea-44e2-988e-b6bc32406b54.shg-align-container {
  text-align: center
}

.s-33c74805-6cea-44e2-988e-b6bc32406b54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33c74805-6cea-44e2-988e-b6bc32406b54.shogun-image {
  box-sizing: border-box;
}


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





  img.s-33c74805-6cea-44e2-988e-b6bc32406b54.shogun-image {
    
    
  }


.s-33c74805-6cea-44e2-988e-b6bc32406b54 .shogun-image-content {
  
    align-items: center;
  
}

.s-33c74805-6cea-44e2-988e-b6bc32406b54.shg-align-container {
  text-align: center
}

.s-33c74805-6cea-44e2-988e-b6bc32406b54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33c74805-6cea-44e2-988e-b6bc32406b54.shogun-image {
  box-sizing: border-box;
}


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





  img.s-33c74805-6cea-44e2-988e-b6bc32406b54.shogun-image {
    
    
  }


.s-33c74805-6cea-44e2-988e-b6bc32406b54 .shogun-image-content {
  
    align-items: center;
  
}

.s-33c74805-6cea-44e2-988e-b6bc32406b54.shg-align-container {
  text-align: center
}

.s-33c74805-6cea-44e2-988e-b6bc32406b54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33c74805-6cea-44e2-988e-b6bc32406b54.shogun-image {
  box-sizing: border-box;
}


}
#s-002c1299-b6fe-4cbc-ab81-d30500b7dda8 {
  margin-left: 5%;
margin-right: 5%;
}

#s-3fb205df-2154-4e06-864e-306f40efdab5 {
  margin-top: 25px;
margin-left: 15%;
margin-bottom: 25px;
margin-right: 15%;
padding-top: 13px;
padding-left: 20px;
padding-bottom: 13px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(238, 154, 55, 0);
border-style: solid;
border-radius: 15px;
background-color: rgba(66, 180, 148, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
background-position: center center;
}
#s-3fb205df-2154-4e06-864e-306f40efdab5:hover {background-color: rgba(238, 154, 55, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-3fb205df-2154-4e06-864e-306f40efdab5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3fb205df-2154-4e06-864e-306f40efdab5-root {
    text-align: center;
  }


#s-3fb205df-2154-4e06-864e-306f40efdab5.shg-btn {
  color: #ffffff;
  
  
  
  font-family: new-spirit;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3fb205df-2154-4e06-864e-306f40efdab5-root {
    text-align: center;
  }


#s-3fb205df-2154-4e06-864e-306f40efdab5.shg-btn {
  color: #ffffff;
  
  
  
  font-family: new-spirit;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3fb205df-2154-4e06-864e-306f40efdab5-root {
    text-align: center;
  }


#s-3fb205df-2154-4e06-864e-306f40efdab5.shg-btn {
  color: #ffffff;
  
  
  
  font-family: new-spirit;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3fb205df-2154-4e06-864e-306f40efdab5-root {
    text-align: center;
  }


#s-3fb205df-2154-4e06-864e-306f40efdab5.shg-btn {
  color: #ffffff;
  
  
  
  font-family: new-spirit;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3fb205df-2154-4e06-864e-306f40efdab5-root {
    text-align: center;
  }


#s-3fb205df-2154-4e06-864e-306f40efdab5.shg-btn {
  color: #ffffff;
  
  
  
  font-family: new-spirit;
  display:  inline-block ;
}
}
#s-12caf389-f192-4950-b50c-b7ae7d14d1b5 {
  min-height: 50px;
}
@media (max-width: 767px){#s-12caf389-f192-4950-b50c-b7ae7d14d1b5 {
  display: none;
}
#s-12caf389-f192-4950-b50c-b7ae7d14d1b5, #wrap-s-12caf389-f192-4950-b50c-b7ae7d14d1b5 { display:none !important; }}







#s-12caf389-f192-4950-b50c-b7ae7d14d1b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-12caf389-f192-4950-b50c-b7ae7d14d1b5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cff9f308-b27f-41aa-9c4d-7ce854d73638 {
  min-height: 100px;
text-align: right;
}







  img.s-cff9f308-b27f-41aa-9c4d-7ce854d73638.shogun-image {
    
    
  }


.s-cff9f308-b27f-41aa-9c4d-7ce854d73638 .shogun-image-content {
  
    align-items: center;
  
}

.s-cff9f308-b27f-41aa-9c4d-7ce854d73638.shg-align-container {
  text-align: right
}

.s-cff9f308-b27f-41aa-9c4d-7ce854d73638.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cff9f308-b27f-41aa-9c4d-7ce854d73638.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-cff9f308-b27f-41aa-9c4d-7ce854d73638.shogun-image {
    
    
  }


.s-cff9f308-b27f-41aa-9c4d-7ce854d73638 .shogun-image-content {
  
    align-items: center;
  
}

.s-cff9f308-b27f-41aa-9c4d-7ce854d73638.shg-align-container {
  text-align: right
}

.s-cff9f308-b27f-41aa-9c4d-7ce854d73638.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cff9f308-b27f-41aa-9c4d-7ce854d73638.shogun-image {
  box-sizing: border-box;
}


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





  img.s-cff9f308-b27f-41aa-9c4d-7ce854d73638.shogun-image {
    
    
  }


.s-cff9f308-b27f-41aa-9c4d-7ce854d73638 .shogun-image-content {
  
    align-items: center;
  
}

.s-cff9f308-b27f-41aa-9c4d-7ce854d73638.shg-align-container {
  text-align: right
}

.s-cff9f308-b27f-41aa-9c4d-7ce854d73638.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cff9f308-b27f-41aa-9c4d-7ce854d73638.shogun-image {
  box-sizing: border-box;
}


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





  img.s-cff9f308-b27f-41aa-9c4d-7ce854d73638.shogun-image {
    
    
  }


.s-cff9f308-b27f-41aa-9c4d-7ce854d73638 .shogun-image-content {
  
    align-items: center;
  
}

.s-cff9f308-b27f-41aa-9c4d-7ce854d73638.shg-align-container {
  text-align: right
}

.s-cff9f308-b27f-41aa-9c4d-7ce854d73638.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cff9f308-b27f-41aa-9c4d-7ce854d73638.shogun-image {
  box-sizing: border-box;
}


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





  img.s-cff9f308-b27f-41aa-9c4d-7ce854d73638.shogun-image {
    
    
  }


.s-cff9f308-b27f-41aa-9c4d-7ce854d73638 .shogun-image-content {
  
    align-items: center;
  
}

.s-cff9f308-b27f-41aa-9c4d-7ce854d73638.shg-align-container {
  text-align: right
}

.s-cff9f308-b27f-41aa-9c4d-7ce854d73638.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cff9f308-b27f-41aa-9c4d-7ce854d73638.shogun-image {
  box-sizing: border-box;
}


}
#s-8a06435e-099a-473f-82d3-3aa7191fd0b2 {
  min-height: 50px;
}
@media (max-width: 767px){#s-8a06435e-099a-473f-82d3-3aa7191fd0b2 {
  display: none;
}
#s-8a06435e-099a-473f-82d3-3aa7191fd0b2, #wrap-s-8a06435e-099a-473f-82d3-3aa7191fd0b2 { display:none !important; }}







#s-8a06435e-099a-473f-82d3-3aa7191fd0b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8a06435e-099a-473f-82d3-3aa7191fd0b2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4a066e56-f3cc-44b3-bc43-5e6233359836 {
  min-height: 50px;
}
@media (max-width: 767px){#s-4a066e56-f3cc-44b3-bc43-5e6233359836 {
  display: none;
}
#s-4a066e56-f3cc-44b3-bc43-5e6233359836, #wrap-s-4a066e56-f3cc-44b3-bc43-5e6233359836 { display:none !important; }}







#s-4a066e56-f3cc-44b3-bc43-5e6233359836 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4a066e56-f3cc-44b3-bc43-5e6233359836.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7f6685e0-fb04-4b69-b307-9a402d4cac2f {
  text-align: left;
}
@media (max-width: 767px){#s-7f6685e0-fb04-4b69-b307-9a402d4cac2f {
  display: none;
}
#s-7f6685e0-fb04-4b69-b307-9a402d4cac2f, #wrap-s-7f6685e0-fb04-4b69-b307-9a402d4cac2f { display:none !important; }}
#s-1ade7c64-f46a-4dc5-9565-12d0790b0f2c {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}
@media (max-width: 767px){#s-1ade7c64-f46a-4dc5-9565-12d0790b0f2c {
  display: none;
}
#s-1ade7c64-f46a-4dc5-9565-12d0790b0f2c, #wrap-s-1ade7c64-f46a-4dc5-9565-12d0790b0f2c { display:none !important; }}







#s-1ade7c64-f46a-4dc5-9565-12d0790b0f2c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1ade7c64-f46a-4dc5-9565-12d0790b0f2c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7be0dbe2-f154-41a9-8caa-bb511067ad07 {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}








#s-7be0dbe2-f154-41a9-8caa-bb511067ad07 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7be0dbe2-f154-41a9-8caa-bb511067ad07.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-55ee5061-b55e-46fe-bc50-a20e659be717 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-55ee5061-b55e-46fe-bc50-a20e659be717 .shg-sld-dot {
  background-color: rgba(79, 38, 4, 1);
}

#s-55ee5061-b55e-46fe-bc50-a20e659be717 .shg-sld-nav-button.shg-sld-left,
#s-55ee5061-b55e-46fe-bc50-a20e659be717 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(79, 38, 4, 1);
}

#s-a42b9a73-a61d-42a6-b789-e26b71f9cafc {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 55px;
padding-bottom: 55px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 0px;
min-height: 50px;
background-position: center center;
}
@media (max-width: 767px){#s-a42b9a73-a61d-42a6-b789-e26b71f9cafc {
  display: none;
}
#s-a42b9a73-a61d-42a6-b789-e26b71f9cafc, #wrap-s-a42b9a73-a61d-42a6-b789-e26b71f9cafc { display:none !important; }}







#s-a42b9a73-a61d-42a6-b789-e26b71f9cafc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a42b9a73-a61d-42a6-b789-e26b71f9cafc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-836728f8-11ec-4bbe-b628-4d824679c144 {
  padding-left: 15%;
padding-right: 15%;
}

#s-f211b512-9f89-4215-9843-d82546dadfba {
  text-align: left;
}

#s-b88d170d-2245-4079-8fd2-77b92d480b9d {
  padding-top: 50px;
padding-bottom: 50px;
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;
min-height: 50px;
}
@media (max-width: 767px){#s-b88d170d-2245-4079-8fd2-77b92d480b9d {
  display: none;
}
#s-b88d170d-2245-4079-8fd2-77b92d480b9d, #wrap-s-b88d170d-2245-4079-8fd2-77b92d480b9d { display:none !important; }}







#s-b88d170d-2245-4079-8fd2-77b92d480b9d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b88d170d-2245-4079-8fd2-77b92d480b9d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c8fcc210-6ee4-4e13-9553-929e211d1a58 {
  padding-left: 15%;
padding-right: 15%;
}

#s-21381931-ec49-43dc-b463-40c76338aacc {
  padding-top: 15px;
padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-21381931-ec49-43dc-b463-40c76338aacc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-21381931-ec49-43dc-b463-40c76338aacc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-21381931-ec49-43dc-b463-40c76338aacc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-21381931-ec49-43dc-b463-40c76338aacc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-ba7edb12-bd24-4653-a242-274ddb504140 {
  text-align: center;
}







  img.s-ba7edb12-bd24-4653-a242-274ddb504140.shogun-image {
    
    
  }


.s-ba7edb12-bd24-4653-a242-274ddb504140 .shogun-image-content {
  
    align-items: center;
  
}

.s-ba7edb12-bd24-4653-a242-274ddb504140.shg-align-container {
  text-align: center
}

.s-ba7edb12-bd24-4653-a242-274ddb504140.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba7edb12-bd24-4653-a242-274ddb504140.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-ba7edb12-bd24-4653-a242-274ddb504140.shogun-image {
    
    
  }


.s-ba7edb12-bd24-4653-a242-274ddb504140 .shogun-image-content {
  
    align-items: center;
  
}

.s-ba7edb12-bd24-4653-a242-274ddb504140.shg-align-container {
  text-align: center
}

.s-ba7edb12-bd24-4653-a242-274ddb504140.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba7edb12-bd24-4653-a242-274ddb504140.shogun-image {
  box-sizing: border-box;
}


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





  img.s-ba7edb12-bd24-4653-a242-274ddb504140.shogun-image {
    
    
  }


.s-ba7edb12-bd24-4653-a242-274ddb504140 .shogun-image-content {
  
    align-items: center;
  
}

.s-ba7edb12-bd24-4653-a242-274ddb504140.shg-align-container {
  text-align: center
}

.s-ba7edb12-bd24-4653-a242-274ddb504140.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba7edb12-bd24-4653-a242-274ddb504140.shogun-image {
  box-sizing: border-box;
}


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





  img.s-ba7edb12-bd24-4653-a242-274ddb504140.shogun-image {
    
    
  }


.s-ba7edb12-bd24-4653-a242-274ddb504140 .shogun-image-content {
  
    align-items: center;
  
}

.s-ba7edb12-bd24-4653-a242-274ddb504140.shg-align-container {
  text-align: center
}

.s-ba7edb12-bd24-4653-a242-274ddb504140.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba7edb12-bd24-4653-a242-274ddb504140.shogun-image {
  box-sizing: border-box;
}


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





  img.s-ba7edb12-bd24-4653-a242-274ddb504140.shogun-image {
    
    
  }


.s-ba7edb12-bd24-4653-a242-274ddb504140 .shogun-image-content {
  
    align-items: center;
  
}

.s-ba7edb12-bd24-4653-a242-274ddb504140.shg-align-container {
  text-align: center
}

.s-ba7edb12-bd24-4653-a242-274ddb504140.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba7edb12-bd24-4653-a242-274ddb504140.shogun-image {
  box-sizing: border-box;
}


}
#s-aa21adc8-ae35-4d9a-b08b-f50a4c9113ea hr {
  border-top: 200px solid rgba(221, 221, 221, 0);
}

#s-43f532ea-0d5f-41f2-835c-754fd658cb02 {
  margin-left: 10%;
margin-right: 25%;
padding-top: 15px;
padding-bottom: 15px;
}

#s-a6e6de7d-9548-4697-a6d0-b4573e090c2b {
  margin-left: 10%;
margin-right: 25%;
}

#s-8d0ad7cf-047a-4267-b490-a724cce8b940 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(78, 54, 41, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
background-position: undefined bottom;
}
#s-8d0ad7cf-047a-4267-b490-a724cce8b940:hover {background-color: rgba(238, 154, 55, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8d0ad7cf-047a-4267-b490-a724cce8b940:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8d0ad7cf-047a-4267-b490-a724cce8b940-root {
    text-align: center;
  }


#s-8d0ad7cf-047a-4267-b490-a724cce8b940.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8d0ad7cf-047a-4267-b490-a724cce8b940-root {
    text-align: center;
  }


#s-8d0ad7cf-047a-4267-b490-a724cce8b940.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8d0ad7cf-047a-4267-b490-a724cce8b940-root {
    text-align: center;
  }


#s-8d0ad7cf-047a-4267-b490-a724cce8b940.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8d0ad7cf-047a-4267-b490-a724cce8b940-root {
    text-align: center;
  }


#s-8d0ad7cf-047a-4267-b490-a724cce8b940.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8d0ad7cf-047a-4267-b490-a724cce8b940-root {
    text-align: center;
  }


#s-8d0ad7cf-047a-4267-b490-a724cce8b940.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-48bae57f-71f3-4177-a256-6bc4ac4d1acf {
  text-align: center;
}







  img.s-48bae57f-71f3-4177-a256-6bc4ac4d1acf.shogun-image {
    
    
  }


.s-48bae57f-71f3-4177-a256-6bc4ac4d1acf .shogun-image-content {
  
    align-items: center;
  
}

.s-48bae57f-71f3-4177-a256-6bc4ac4d1acf.shg-align-container {
  text-align: center
}

.s-48bae57f-71f3-4177-a256-6bc4ac4d1acf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48bae57f-71f3-4177-a256-6bc4ac4d1acf.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-48bae57f-71f3-4177-a256-6bc4ac4d1acf.shogun-image {
    
    
  }


.s-48bae57f-71f3-4177-a256-6bc4ac4d1acf .shogun-image-content {
  
    align-items: center;
  
}

.s-48bae57f-71f3-4177-a256-6bc4ac4d1acf.shg-align-container {
  text-align: center
}

.s-48bae57f-71f3-4177-a256-6bc4ac4d1acf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48bae57f-71f3-4177-a256-6bc4ac4d1acf.shogun-image {
  box-sizing: border-box;
}


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





  img.s-48bae57f-71f3-4177-a256-6bc4ac4d1acf.shogun-image {
    
    
  }


.s-48bae57f-71f3-4177-a256-6bc4ac4d1acf .shogun-image-content {
  
    align-items: center;
  
}

.s-48bae57f-71f3-4177-a256-6bc4ac4d1acf.shg-align-container {
  text-align: center
}

.s-48bae57f-71f3-4177-a256-6bc4ac4d1acf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48bae57f-71f3-4177-a256-6bc4ac4d1acf.shogun-image {
  box-sizing: border-box;
}


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





  img.s-48bae57f-71f3-4177-a256-6bc4ac4d1acf.shogun-image {
    
    
  }


.s-48bae57f-71f3-4177-a256-6bc4ac4d1acf .shogun-image-content {
  
    align-items: center;
  
}

.s-48bae57f-71f3-4177-a256-6bc4ac4d1acf.shg-align-container {
  text-align: center
}

.s-48bae57f-71f3-4177-a256-6bc4ac4d1acf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48bae57f-71f3-4177-a256-6bc4ac4d1acf.shogun-image {
  box-sizing: border-box;
}


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





  img.s-48bae57f-71f3-4177-a256-6bc4ac4d1acf.shogun-image {
    
    
  }


.s-48bae57f-71f3-4177-a256-6bc4ac4d1acf .shogun-image-content {
  
    align-items: center;
  
}

.s-48bae57f-71f3-4177-a256-6bc4ac4d1acf.shg-align-container {
  text-align: center
}

.s-48bae57f-71f3-4177-a256-6bc4ac4d1acf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48bae57f-71f3-4177-a256-6bc4ac4d1acf.shogun-image {
  box-sizing: border-box;
}


}
#s-d47f450b-296d-4135-8340-d20339fd5523 hr {
  border-top: 250px solid rgba(221, 221, 221, 0);
}

#s-7436955f-f993-4b9a-98b5-1f725953c858 {
  margin-left: 10%;
margin-right: 25%;
padding-top: 10px;
padding-bottom: 10px;
}

#s-4dff1b51-ee05-4ec2-ba91-55ff00307234 {
  margin-left: 10%;
margin-right: 25%;
}

#s-65c57a82-9232-4383-bf7c-576e4f0d3783 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(78, 54, 41, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
background-position: undefined bottom;
}
#s-65c57a82-9232-4383-bf7c-576e4f0d3783:hover {background-color: rgba(238, 154, 55, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-65c57a82-9232-4383-bf7c-576e4f0d3783:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-65c57a82-9232-4383-bf7c-576e4f0d3783-root {
    text-align: center;
  }


#s-65c57a82-9232-4383-bf7c-576e4f0d3783.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-65c57a82-9232-4383-bf7c-576e4f0d3783-root {
    text-align: center;
  }


#s-65c57a82-9232-4383-bf7c-576e4f0d3783.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-65c57a82-9232-4383-bf7c-576e4f0d3783-root {
    text-align: center;
  }


#s-65c57a82-9232-4383-bf7c-576e4f0d3783.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-65c57a82-9232-4383-bf7c-576e4f0d3783-root {
    text-align: center;
  }


#s-65c57a82-9232-4383-bf7c-576e4f0d3783.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-65c57a82-9232-4383-bf7c-576e4f0d3783-root {
    text-align: center;
  }


#s-65c57a82-9232-4383-bf7c-576e4f0d3783.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-80c23017-6615-4f87-b5fb-6f9baf8e28db {
  text-align: center;
}







  img.s-80c23017-6615-4f87-b5fb-6f9baf8e28db.shogun-image {
    
    
  }


.s-80c23017-6615-4f87-b5fb-6f9baf8e28db .shogun-image-content {
  
    align-items: center;
  
}

.s-80c23017-6615-4f87-b5fb-6f9baf8e28db.shg-align-container {
  text-align: center
}

.s-80c23017-6615-4f87-b5fb-6f9baf8e28db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80c23017-6615-4f87-b5fb-6f9baf8e28db.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-80c23017-6615-4f87-b5fb-6f9baf8e28db.shogun-image {
    
    
  }


.s-80c23017-6615-4f87-b5fb-6f9baf8e28db .shogun-image-content {
  
    align-items: center;
  
}

.s-80c23017-6615-4f87-b5fb-6f9baf8e28db.shg-align-container {
  text-align: center
}

.s-80c23017-6615-4f87-b5fb-6f9baf8e28db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80c23017-6615-4f87-b5fb-6f9baf8e28db.shogun-image {
  box-sizing: border-box;
}


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





  img.s-80c23017-6615-4f87-b5fb-6f9baf8e28db.shogun-image {
    
    
  }


.s-80c23017-6615-4f87-b5fb-6f9baf8e28db .shogun-image-content {
  
    align-items: center;
  
}

.s-80c23017-6615-4f87-b5fb-6f9baf8e28db.shg-align-container {
  text-align: center
}

.s-80c23017-6615-4f87-b5fb-6f9baf8e28db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80c23017-6615-4f87-b5fb-6f9baf8e28db.shogun-image {
  box-sizing: border-box;
}


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





  img.s-80c23017-6615-4f87-b5fb-6f9baf8e28db.shogun-image {
    
    
  }


.s-80c23017-6615-4f87-b5fb-6f9baf8e28db .shogun-image-content {
  
    align-items: center;
  
}

.s-80c23017-6615-4f87-b5fb-6f9baf8e28db.shg-align-container {
  text-align: center
}

.s-80c23017-6615-4f87-b5fb-6f9baf8e28db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80c23017-6615-4f87-b5fb-6f9baf8e28db.shogun-image {
  box-sizing: border-box;
}


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





  img.s-80c23017-6615-4f87-b5fb-6f9baf8e28db.shogun-image {
    
    
  }


.s-80c23017-6615-4f87-b5fb-6f9baf8e28db .shogun-image-content {
  
    align-items: center;
  
}

.s-80c23017-6615-4f87-b5fb-6f9baf8e28db.shg-align-container {
  text-align: center
}

.s-80c23017-6615-4f87-b5fb-6f9baf8e28db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80c23017-6615-4f87-b5fb-6f9baf8e28db.shogun-image {
  box-sizing: border-box;
}


}
#s-3c3dfa8b-18b4-49af-95fd-81875cb43854 hr {
  border-top: 250px solid rgba(221, 221, 221, 0);
}

#s-0e989d8f-da55-4d9d-ac88-20db5725f12c {
  margin-left: 10%;
margin-right: 25%;
padding-top: 10px;
padding-bottom: 10px;
}

#s-04ac19af-650a-462f-b415-ba2b24d5e5c9 {
  margin-left: 10%;
margin-right: 25%;
padding-top: 10px;
padding-bottom: 10px;
}

#s-65107e0f-1ae6-4762-a463-f751ff059bda {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(78, 54, 41, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
background-position: undefined bottom;
}
#s-65107e0f-1ae6-4762-a463-f751ff059bda:hover {background-color: rgba(238, 154, 55, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-65107e0f-1ae6-4762-a463-f751ff059bda:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-65107e0f-1ae6-4762-a463-f751ff059bda-root {
    text-align: center;
  }


#s-65107e0f-1ae6-4762-a463-f751ff059bda.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-65107e0f-1ae6-4762-a463-f751ff059bda-root {
    text-align: center;
  }


#s-65107e0f-1ae6-4762-a463-f751ff059bda.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-65107e0f-1ae6-4762-a463-f751ff059bda-root {
    text-align: center;
  }


#s-65107e0f-1ae6-4762-a463-f751ff059bda.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-65107e0f-1ae6-4762-a463-f751ff059bda-root {
    text-align: center;
  }


#s-65107e0f-1ae6-4762-a463-f751ff059bda.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-65107e0f-1ae6-4762-a463-f751ff059bda-root {
    text-align: center;
  }


#s-65107e0f-1ae6-4762-a463-f751ff059bda.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-a741a192-3f9e-4e0f-8923-cd7789b58014 {
  min-height: 50px;
background-color: rgba(238, 154, 55, 1);
}








#s-a741a192-3f9e-4e0f-8923-cd7789b58014 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a741a192-3f9e-4e0f-8923-cd7789b58014.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b86287d3-ca67-4769-acec-8e207c703834 {
  margin-top: 15px;
margin-left: 15%;
margin-bottom: 15px;
margin-right: 15%;
}

@media (min-width: 0px) {
[id="s-b86287d3-ca67-4769-acec-8e207c703834"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b86287d3-ca67-4769-acec-8e207c703834"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-b86287d3-ca67-4769-acec-8e207c703834"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-b86287d3-ca67-4769-acec-8e207c703834"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-b86287d3-ca67-4769-acec-8e207c703834"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-b86287d3-ca67-4769-acec-8e207c703834"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-b86287d3-ca67-4769-acec-8e207c703834"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-b86287d3-ca67-4769-acec-8e207c703834"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-b86287d3-ca67-4769-acec-8e207c703834"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-b86287d3-ca67-4769-acec-8e207c703834"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

}

#s-db6d9944-c735-433b-b13b-124f237506e9 {
  text-align: left;
}

.shg-social-alignable {
  display: inline-block;
}

.shg-social-container {
  display: flex;
}

.shg-social-element {
  display: inline-block;
  border: none !important;
  padding: 0px !important;
}

#s-8a656466-3415-42a4-a1df-4035375c259d {
  margin-top: 15px;
margin-bottom: 15px;
text-align: center;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

@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:before,.shg-c:after{content:" ";display:table}.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:#000;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}[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}
