.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-7b76ed5f-1329-4c40-9306-5c036d8bc2ef {
  background-repeat: no-repeat;
background-size: 650px 800px;
background-attachment: fixed;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 450px;
background-position: center top;
}
@media (min-width: 1200px){#s-7b76ed5f-1329-4c40-9306-5c036d8bc2ef {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7b76ed5f-1329-4c40-9306-5c036d8bc2ef {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7b76ed5f-1329-4c40-9306-5c036d8bc2ef {
  
}
}@media (max-width: 767px){#s-7b76ed5f-1329-4c40-9306-5c036d8bc2ef {
  margin-left: 0px;
margin-right: 0px;
padding-left: 20px;
padding-right: 20px;
}
}
#s-7b76ed5f-1329-4c40-9306-5c036d8bc2ef {
  background-image: url(https://i.shgcdn.com/1059f64e-c06f-4966-95c8-1ceca85f2906/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-7b76ed5f-1329-4c40-9306-5c036d8bc2ef > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.6;
}#s-7b76ed5f-1329-4c40-9306-5c036d8bc2ef.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: 1200px){#s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81 {
  
}
}@media (max-width: 767px){#s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81 {
  
}
}
@media (min-width: 0px) {
[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-042102a7-0d38-4113-8b9f-657bf5d14a9b {
  min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-042102a7-0d38-4113-8b9f-657bf5d14a9b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-042102a7-0d38-4113-8b9f-657bf5d14a9b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-042102a7-0d38-4113-8b9f-657bf5d14a9b {
  
}
}@media (max-width: 767px){#s-042102a7-0d38-4113-8b9f-657bf5d14a9b {
  
}
}







#s-042102a7-0d38-4113-8b9f-657bf5d14a9b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-042102a7-0d38-4113-8b9f-657bf5d14a9b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

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

#s-bfa5694b-fa26-466e-9d3b-2a2a8f4c3f30 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-bfa5694b-fa26-466e-9d3b-2a2a8f4c3f30 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 64px;
  
  
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-bfa5694b-fa26-466e-9d3b-2a2a8f4c3f30 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 56px;
  
  
  text-align: center;
}


}@media (max-width: 767px){#s-bfa5694b-fa26-466e-9d3b-2a2a8f4c3f30 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 48px;
  
  
  text-align: center;
}


}
#s-669cf8f5-a9e3-4f54-a912-d55e0c8a2191 {
  margin-top: 10px;
margin-bottom: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-669cf8f5-a9e3-4f54-a912-d55e0c8a2191 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.5em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-669cf8f5-a9e3-4f54-a912-d55e0c8a2191 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.5em;
  
  
}


}@media (max-width: 767px){#s-669cf8f5-a9e3-4f54-a912-d55e0c8a2191 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  
  
}


}
#s-f86b779e-b287-4464-b351-1498caf6f311 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f86b779e-b287-4464-b351-1498caf6f311 .shogun-heading-component h1 {
  color: #000;
  font-weight:  800 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 34px;
  
  
  
}



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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

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

.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

#s-09e3875b-7c2b-4f1b-8866-0fadcc537a35 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-09e3875b-7c2b-4f1b-8866-0fadcc537a35 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-09e3875b-7c2b-4f1b-8866-0fadcc537a35 td.shogun-table-column {
  background-color: #fff;
  padding: 1px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-09e3875b-7c2b-4f1b-8866-0fadcc537a35 td.shogun-table-row {
  background-color: #fff;
  padding: 1px;
}

#s-09e3875b-7c2b-4f1b-8866-0fadcc537a35 td.shogun-table-column, #s-09e3875b-7c2b-4f1b-8866-0fadcc537a35 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-def0672a-243b-4245-ab5b-24cf37c320ee .shogun-icon-wrapper {
  text-align: center;
}


#s-def0672a-243b-4245-ab5b-24cf37c320ee .shogun-icon-wrapper > .shogun-icon {

  font-size: 28px !important;
  color: rgba(245, 0, 0, 1);
}

#s-9b08ab49-7c42-4bf6-8857-1fedbd7dea3c .shogun-icon-wrapper {
  text-align: center;
}


#s-9b08ab49-7c42-4bf6-8857-1fedbd7dea3c .shogun-icon-wrapper > .shogun-icon {

  font-size: 28px !important;
  color: rgba(245, 0, 0, 1);
}

#s-dfa1799f-d568-493a-a939-53f5349d44ff .shogun-icon-wrapper {
  text-align: center;
}


#s-dfa1799f-d568-493a-a939-53f5349d44ff .shogun-icon-wrapper > .shogun-icon {

  font-size: 28px !important;
  color: rgba(245, 0, 0, 1);
}

#s-af5b8f3e-cb14-479e-8dd7-a1dad6bbf682 .shogun-icon-wrapper {
  text-align: center;
}


#s-af5b8f3e-cb14-479e-8dd7-a1dad6bbf682 .shogun-icon-wrapper > .shogun-icon {

  font-size: 28px !important;
  color: rgba(245, 0, 0, 1);
}

#s-72938bc9-28fa-45ec-b320-311761b26255 .shogun-icon-wrapper {
  text-align: center;
}


#s-72938bc9-28fa-45ec-b320-311761b26255 .shogun-icon-wrapper > .shogun-icon {

  font-size: 28px !important;
  color: rgba(245, 0, 0, 1);
}

#s-8304fb49-e002-4907-af68-9befd7ce2785 .shogun-icon-wrapper {
  text-align: center;
}


#s-8304fb49-e002-4907-af68-9befd7ce2785 .shogun-icon-wrapper > .shogun-icon {

  font-size: 28px !important;
  color: rgba(245, 0, 0, 1);
}

#s-f760ac66-f16a-4f36-b368-1cd256d7462d .shogun-icon-wrapper {
  text-align: center;
}


#s-f760ac66-f16a-4f36-b368-1cd256d7462d .shogun-icon-wrapper > .shogun-icon {

  font-size: 28px !important;
  color: rgba(245, 0, 0, 1);
}

#s-98f317a0-6664-437d-82a6-4405b797e4af .shogun-icon-wrapper {
  text-align: center;
}


#s-98f317a0-6664-437d-82a6-4405b797e4af .shogun-icon-wrapper > .shogun-icon {

  font-size: 28px !important;
  color: rgba(245, 0, 0, 1);
}

#s-3492da30-7238-4603-b0e7-d8cd63e3d627 .shogun-icon-wrapper {
  text-align: center;
}


#s-3492da30-7238-4603-b0e7-d8cd63e3d627 .shogun-icon-wrapper > .shogun-icon {

  font-size: 28px !important;
  color: rgba(245, 0, 0, 1);
}

#s-76f3eb04-b78e-4de4-92f7-649db1104c5a .shogun-icon-wrapper {
  text-align: center;
}


#s-76f3eb04-b78e-4de4-92f7-649db1104c5a .shogun-icon-wrapper > .shogun-icon {

  font-size: 28px !important;
  color: rgba(92, 231, 74, 1);
}

#s-cc7eb365-348e-483c-890b-3fe741a45108 .shogun-icon-wrapper {
  text-align: center;
}


#s-cc7eb365-348e-483c-890b-3fe741a45108 .shogun-icon-wrapper > .shogun-icon {

  font-size: 28px !important;
  color: rgba(92, 231, 74, 1);
}

#s-f4da66b5-2cf3-4fc7-aac5-d064e2486086 .shogun-icon-wrapper {
  text-align: center;
}


#s-f4da66b5-2cf3-4fc7-aac5-d064e2486086 .shogun-icon-wrapper > .shogun-icon {

  font-size: 28px !important;
  color: rgba(92, 231, 74, 1);
}

#s-1931e2c7-4e5e-47be-b737-5dd18e81b360 .shogun-icon-wrapper {
  text-align: center;
}


#s-1931e2c7-4e5e-47be-b737-5dd18e81b360 .shogun-icon-wrapper > .shogun-icon {

  font-size: 28px !important;
  color: rgba(92, 231, 74, 1);
}

#s-75574a66-3e45-4d76-8062-197dc1dc60ee .shogun-icon-wrapper {
  text-align: center;
}


#s-75574a66-3e45-4d76-8062-197dc1dc60ee .shogun-icon-wrapper > .shogun-icon {

  font-size: 28px !important;
  color: rgba(92, 231, 74, 1);
}

#s-5f1b3cba-4ef3-44c3-b0a7-52d99d4e4c19 .shogun-icon-wrapper {
  text-align: center;
}


#s-5f1b3cba-4ef3-44c3-b0a7-52d99d4e4c19 .shogun-icon-wrapper > .shogun-icon {

  font-size: 28px !important;
  color: rgba(92, 231, 74, 1);
}

#s-c2e36124-a185-48cc-82b7-1550c6465dc2 .shogun-icon-wrapper {
  text-align: center;
}


#s-c2e36124-a185-48cc-82b7-1550c6465dc2 .shogun-icon-wrapper > .shogun-icon {

  font-size: 28px !important;
  color: rgba(92, 231, 74, 1);
}

#s-50cf5f80-52b9-44aa-83ee-7e3edaa8c47f .shogun-icon-wrapper {
  text-align: center;
}


#s-50cf5f80-52b9-44aa-83ee-7e3edaa8c47f .shogun-icon-wrapper > .shogun-icon {

  font-size: 28px !important;
  color: rgba(92, 231, 74, 1);
}

#s-a3a4ac54-a05b-48c5-b2f3-0ae356985c30 .shogun-icon-wrapper {
  text-align: center;
}


#s-a3a4ac54-a05b-48c5-b2f3-0ae356985c30 .shogun-icon-wrapper > .shogun-icon {

  font-size: 28px !important;
  color: rgba(92, 231, 74, 1);
}

#s-e51be310-613c-4627-b8b1-c77c7c97bd05 .shogun-icon-wrapper {
  text-align: center;
}


#s-e51be310-613c-4627-b8b1-c77c7c97bd05 .shogun-icon-wrapper > .shogun-icon {

  font-size: 28px !important;
  color: rgba(92, 231, 74, 1);
}

#s-4d90ddfc-021c-4c99-828d-295942ed668b .shogun-icon-wrapper {
  text-align: center;
}


#s-4d90ddfc-021c-4c99-828d-295942ed668b .shogun-icon-wrapper > .shogun-icon {

  font-size: 28px !important;
  color: rgba(92, 231, 74, 1);
}

#s-1195f937-2612-47c9-9298-1609ce894851 .shogun-icon-wrapper {
  text-align: center;
}


#s-1195f937-2612-47c9-9298-1609ce894851 .shogun-icon-wrapper > .shogun-icon {

  font-size: 28px !important;
  color: rgba(92, 231, 74, 1);
}

#s-3e8c3815-780e-4d77-9f62-f26ae7ccde0c .shogun-icon-wrapper {
  text-align: center;
}


#s-3e8c3815-780e-4d77-9f62-f26ae7ccde0c .shogun-icon-wrapper > .shogun-icon {

  font-size: 28px !important;
  color: rgba(92, 231, 74, 1);
}

#s-20acd392-5933-499b-88b6-d1304593f93c .shogun-icon-wrapper {
  text-align: center;
}


#s-20acd392-5933-499b-88b6-d1304593f93c .shogun-icon-wrapper > .shogun-icon {

  font-size: 28px !important;
  color: rgba(92, 231, 74, 1);
}

#s-7f11ea61-91b7-4136-aebb-24398a3c7bfe .shogun-icon-wrapper {
  text-align: center;
}


#s-7f11ea61-91b7-4136-aebb-24398a3c7bfe .shogun-icon-wrapper > .shogun-icon {

  font-size: 28px !important;
  color: rgba(92, 231, 74, 1);
}

#s-fbb4508e-780b-4d7e-80a8-feeb30a48364 .shogun-icon-wrapper {
  text-align: center;
}


#s-fbb4508e-780b-4d7e-80a8-feeb30a48364 .shogun-icon-wrapper > .shogun-icon {

  font-size: 28px !important;
  color: rgba(92, 231, 74, 1);
}

#s-9df1cc3b-9c0d-4a17-ada3-b58b5c54c0bc .shogun-icon-wrapper {
  text-align: center;
}


#s-9df1cc3b-9c0d-4a17-ada3-b58b5c54c0bc .shogun-icon-wrapper > .shogun-icon {

  font-size: 28px !important;
  color: rgba(92, 231, 74, 1);
}

#s-b9d1afba-4ab6-4343-8894-4fa84c48b588 .shogun-icon-wrapper {
  text-align: center;
}


#s-b9d1afba-4ab6-4343-8894-4fa84c48b588 .shogun-icon-wrapper > .shogun-icon {

  font-size: 28px !important;
  color: rgba(92, 231, 74, 1);
}

#s-85a50a76-7bb7-4616-819b-a989b380f883 .shogun-icon-wrapper {
  text-align: center;
}


#s-85a50a76-7bb7-4616-819b-a989b380f883 .shogun-icon-wrapper > .shogun-icon {

  font-size: 28px !important;
  color: rgba(92, 231, 74, 1);
}

#s-9459ebef-5ef4-4087-bb4d-edc22d24de05 .shogun-icon-wrapper {
  text-align: center;
}


#s-9459ebef-5ef4-4087-bb4d-edc22d24de05 .shogun-icon-wrapper > .shogun-icon {

  font-size: 28px !important;
  color: rgba(92, 231, 74, 1);
}

#s-870e4b4f-3e43-4821-8d8a-32e01b52a27b .shogun-icon-wrapper {
  text-align: center;
}


#s-870e4b4f-3e43-4821-8d8a-32e01b52a27b .shogun-icon-wrapper > .shogun-icon {

  font-size: 28px !important;
  color: rgba(92, 231, 74, 1);
}

#s-1bf4f103-d0ab-449d-955e-176a2aeb020a .shogun-icon-wrapper {
  text-align: center;
}


#s-1bf4f103-d0ab-449d-955e-176a2aeb020a .shogun-icon-wrapper > .shogun-icon {

  font-size: 28px !important;
  color: rgba(92, 231, 74, 1);
}

#s-760a25f5-9fed-4fe0-a395-b7f615116eea .shogun-icon-wrapper {
  text-align: center;
}


#s-760a25f5-9fed-4fe0-a395-b7f615116eea .shogun-icon-wrapper > .shogun-icon {

  font-size: 28px !important;
  color: rgba(92, 231, 74, 1);
}

#s-c8c38a43-dada-4f05-81ce-11b68047e9f6 .shogun-icon-wrapper {
  text-align: center;
}


#s-c8c38a43-dada-4f05-81ce-11b68047e9f6 .shogun-icon-wrapper > .shogun-icon {

  font-size: 28px !important;
  color: rgba(92, 231, 74, 1);
}

#s-a495fa2b-b33e-4127-b760-013b0651fff4 .shogun-icon-wrapper {
  text-align: center;
}


#s-a495fa2b-b33e-4127-b760-013b0651fff4 .shogun-icon-wrapper > .shogun-icon {

  font-size: 28px !important;
  color: rgba(92, 231, 74, 1);
}

#s-627dc5b1-d817-495c-acd9-f9c69d786608 .shogun-icon-wrapper {
  text-align: center;
}


#s-627dc5b1-d817-495c-acd9-f9c69d786608 .shogun-icon-wrapper > .shogun-icon {

  font-size: 28px !important;
  color: rgba(92, 231, 74, 1);
}

#s-f1582ef5-64dc-453d-b488-21bfd0542af2 .shogun-icon-wrapper {
  text-align: center;
}


#s-f1582ef5-64dc-453d-b488-21bfd0542af2 .shogun-icon-wrapper > .shogun-icon {

  font-size: 28px !important;
  color: rgba(92, 231, 74, 1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

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

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

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

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

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

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


  #s-c7177462-a700-42da-a47e-17dcf0189611 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(23, 21, 27, 1);
    border: 1px solid #DDDDDD;
  }
  #s-c7177462-a700-42da-a47e-17dcf0189611 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: #F4F4F4;
    border: 1px solid #ddd;
  }
#s-c7177462-a700-42da-a47e-17dcf0189611 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(236, 230, 202, 1);
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 17px;
}

#s-c7177462-a700-42da-a47e-17dcf0189611 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: #555;
}

#s-c7177462-a700-42da-a47e-17dcf0189611 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: #F4F4F4;
}

#s-c7177462-a700-42da-a47e-17dcf0189611 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}

@media (min-width: 0px) {
[id="s-bd7ffdd3-0880-4c35-a50b-57c10d069040"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bd7ffdd3-0880-4c35-a50b-57c10d069040"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bd7ffdd3-0880-4c35-a50b-57c10d069040"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bd7ffdd3-0880-4c35-a50b-57c10d069040"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bd7ffdd3-0880-4c35-a50b-57c10d069040"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bd7ffdd3-0880-4c35-a50b-57c10d069040"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bd7ffdd3-0880-4c35-a50b-57c10d069040"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-527e0b14-ccb7-4ee8-8b85-6375f59ed148 {
  margin-top: 100px;
text-align: center;
}







  #s-527e0b14-ccb7-4ee8-8b85-6375f59ed148 img.shogun-image {
    

    
    
    
  }


#s-527e0b14-ccb7-4ee8-8b85-6375f59ed148 .shogun-image-content {
  
    align-items: center;
  
}

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

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

#s-0da02dbd-7d81-4ad9-82b7-e3e5f527dbd8 hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-f6fa1e59-03db-4d56-af7c-617747bc31b1 {
  margin-left: 15px;
margin-right: 15px;
padding-top: 1px;
padding-bottom: 1px;
}

.shg-social-alignable {
  display: inline-block;
}

.shg-social-container {
  display: flex;
}

.shg-social-element {
  display: inline-block;
  border: none !important;
  padding: 0px !important;
}

#s-581cb421-328c-44a4-bacb-9c997a9f3bb9 {
  text-align: center;
}

#s-6a226c42-b7f9-45c1-b4f3-cc32c9b5714d {
  display: none;
}
.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: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  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-d7777e5c-3fa5-4fe4-ae6b-c98bd200521e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-d7777e5c-3fa5-4fe4-ae6b-c98bd200521e .shg-product-title-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
}

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

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

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

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

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

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

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

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

#s-6814af6c-68dd-4613-ad86-19a33fdc2a9d {
  border-style: solid;
margin-top: 0px;
margin-bottom: 6px;
padding-top: 3px;
padding-left: 30px;
padding-bottom: 3px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(174, 207, 105, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
background-position: center top;
}
#s-6814af6c-68dd-4613-ad86-19a33fdc2a9d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6814af6c-68dd-4613-ad86-19a33fdc2a9d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6814af6c-68dd-4613-ad86-19a33fdc2a9d-root {
    text-align: center;
  }


#s-6814af6c-68dd-4613-ad86-19a33fdc2a9d.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-6814af6c-68dd-4613-ad86-19a33fdc2a9d-root {
    text-align: center;
  }


#s-6814af6c-68dd-4613-ad86-19a33fdc2a9d.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6814af6c-68dd-4613-ad86-19a33fdc2a9d-root {
    text-align: center;
  }


#s-6814af6c-68dd-4613-ad86-19a33fdc2a9d.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6814af6c-68dd-4613-ad86-19a33fdc2a9d-root {
    text-align: center;
  }


#s-6814af6c-68dd-4613-ad86-19a33fdc2a9d.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-6814af6c-68dd-4613-ad86-19a33fdc2a9d-root {
    text-align: center;
  }


#s-6814af6c-68dd-4613-ad86-19a33fdc2a9d.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
}
#s-047fa110-5404-420e-88fc-b43601b39f27 hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-2b4d2b35-911e-4120-9380-f90146f8d3bf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2b4d2b35-911e-4120-9380-f90146f8d3bf"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2b4d2b35-911e-4120-9380-f90146f8d3bf"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2b4d2b35-911e-4120-9380-f90146f8d3bf"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2b4d2b35-911e-4120-9380-f90146f8d3bf"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2b4d2b35-911e-4120-9380-f90146f8d3bf"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2b4d2b35-911e-4120-9380-f90146f8d3bf"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-7bf572a5-a93b-48fa-b0e9-0368366c51d8 {
  margin-top: 100px;
text-align: center;
}







  #s-7bf572a5-a93b-48fa-b0e9-0368366c51d8 img.shogun-image {
    

    
    
    
  }


#s-7bf572a5-a93b-48fa-b0e9-0368366c51d8 .shogun-image-content {
  
    align-items: center;
  
}

#s-6034bd65-e052-4e2b-98c0-321f6cb1f49e hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-cedfefb3-77e4-4cd4-a795-a8cf1bc1e17b {
  margin-left: 15px;
margin-right: 15px;
padding-top: 1px;
padding-bottom: 1px;
}

#s-4157e39d-3e55-4866-abfa-4c5c01bf14f0 {
  text-align: center;
}

#s-830aabd7-4ab9-41e4-a563-bc91d884bd0f {
  display: none;
}
#s-c3e359c8-ba50-46ef-88fb-f72f877c391c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-c3e359c8-ba50-46ef-88fb-f72f877c391c .shg-product-title-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
}

#s-af78a405-fafe-4edc-9bfc-fb7b78336131 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 6px;
padding-top: 3px;
padding-left: 30px;
padding-bottom: 3px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(174, 207, 105, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
background-position: center top;
}
#s-af78a405-fafe-4edc-9bfc-fb7b78336131:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-af78a405-fafe-4edc-9bfc-fb7b78336131:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-af78a405-fafe-4edc-9bfc-fb7b78336131-root {
    text-align: center;
  }


#s-af78a405-fafe-4edc-9bfc-fb7b78336131.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-af78a405-fafe-4edc-9bfc-fb7b78336131-root {
    text-align: center;
  }


#s-af78a405-fafe-4edc-9bfc-fb7b78336131.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-af78a405-fafe-4edc-9bfc-fb7b78336131-root {
    text-align: center;
  }


#s-af78a405-fafe-4edc-9bfc-fb7b78336131.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-af78a405-fafe-4edc-9bfc-fb7b78336131-root {
    text-align: center;
  }


#s-af78a405-fafe-4edc-9bfc-fb7b78336131.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-af78a405-fafe-4edc-9bfc-fb7b78336131-root {
    text-align: center;
  }


#s-af78a405-fafe-4edc-9bfc-fb7b78336131.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
}
#s-9ed3fe63-92a8-4b72-a63c-6b24c91cb83e hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-b4e86454-cd24-41f3-868a-c10a53270b52"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b4e86454-cd24-41f3-868a-c10a53270b52"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b4e86454-cd24-41f3-868a-c10a53270b52"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b4e86454-cd24-41f3-868a-c10a53270b52"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b4e86454-cd24-41f3-868a-c10a53270b52"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b4e86454-cd24-41f3-868a-c10a53270b52"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b4e86454-cd24-41f3-868a-c10a53270b52"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-6f8792dc-a23c-4990-8e41-c25d751cc7b3 {
  margin-top: 100px;
text-align: center;
}







  #s-6f8792dc-a23c-4990-8e41-c25d751cc7b3 img.shogun-image {
    

    
    
    
  }


#s-6f8792dc-a23c-4990-8e41-c25d751cc7b3 .shogun-image-content {
  
    align-items: center;
  
}

#s-f4d4d68e-72e7-45fd-9fa2-2fa94cda2f5f hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-7395e189-d260-4322-bb7b-ce545407fc42 {
  margin-left: 15px;
margin-right: 15px;
padding-top: 1px;
padding-bottom: 1px;
}

#s-4bb14db5-7832-46ac-becf-7faf4ebb8009 {
  text-align: center;
}

#s-e81dc7d7-b183-42b1-b2e8-ba60a0827cfb {
  display: none;
}
#s-31e0bd2a-8311-4efb-84ae-521b3edc61a3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-31e0bd2a-8311-4efb-84ae-521b3edc61a3 .shg-product-title-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
}

#s-ea3755a8-cf17-40ee-8b57-073731088bd8 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 6px;
padding-top: 3px;
padding-left: 30px;
padding-bottom: 3px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(174, 207, 105, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
background-position: center top;
}
#s-ea3755a8-cf17-40ee-8b57-073731088bd8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ea3755a8-cf17-40ee-8b57-073731088bd8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ea3755a8-cf17-40ee-8b57-073731088bd8-root {
    text-align: center;
  }


#s-ea3755a8-cf17-40ee-8b57-073731088bd8.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-ea3755a8-cf17-40ee-8b57-073731088bd8-root {
    text-align: center;
  }


#s-ea3755a8-cf17-40ee-8b57-073731088bd8.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ea3755a8-cf17-40ee-8b57-073731088bd8-root {
    text-align: center;
  }


#s-ea3755a8-cf17-40ee-8b57-073731088bd8.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ea3755a8-cf17-40ee-8b57-073731088bd8-root {
    text-align: center;
  }


#s-ea3755a8-cf17-40ee-8b57-073731088bd8.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-ea3755a8-cf17-40ee-8b57-073731088bd8-root {
    text-align: center;
  }


#s-ea3755a8-cf17-40ee-8b57-073731088bd8.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
}
#s-5508f2a1-be1e-4352-97ff-4a31cfb485d5 hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-4159f407-4657-42cb-9ddb-ad65f9b699d1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4159f407-4657-42cb-9ddb-ad65f9b699d1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4159f407-4657-42cb-9ddb-ad65f9b699d1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4159f407-4657-42cb-9ddb-ad65f9b699d1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4159f407-4657-42cb-9ddb-ad65f9b699d1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4159f407-4657-42cb-9ddb-ad65f9b699d1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4159f407-4657-42cb-9ddb-ad65f9b699d1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

.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-57f9ec7b-f006-4b9e-ae49-085ca8807e65 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-57f9ec7b-f006-4b9e-ae49-085ca8807e65 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-57f9ec7b-f006-4b9e-ae49-085ca8807e65 .shg-sld-nav-button.shg-sld-left,
#s-57f9ec7b-f006-4b9e-ae49-085ca8807e65 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-177f8297-4ff0-4965-8bf1-68bfaa61be76 {
  text-align: center;
}







  #s-177f8297-4ff0-4965-8bf1-68bfaa61be76 img.shogun-image {
    

    
    
    
  }


#s-177f8297-4ff0-4965-8bf1-68bfaa61be76 .shogun-image-content {
  
    align-items: center;
  
}

#s-bd960b86-8951-4aa8-9ff4-6bb8e643b079 {
  text-align: center;
}







  #s-bd960b86-8951-4aa8-9ff4-6bb8e643b079 img.shogun-image {
    

    
    
    
  }


#s-bd960b86-8951-4aa8-9ff4-6bb8e643b079 .shogun-image-content {
  
    align-items: center;
  
}

#s-aaa35e03-d041-42ba-a077-6ae53872877c hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-9c80d8cb-c53b-4c9e-a43b-171185a92d68 {
  margin-left: 15px;
margin-right: 15px;
padding-top: 1px;
padding-bottom: 1px;
}

#s-995c829d-12f2-4736-96cc-a1fffcb10ee0 {
  text-align: center;
}

#s-711e785f-7d82-42d4-8207-95bbbd40034b {
  display: none;
}
#s-5c75e5ee-c9e6-49a0-8fb0-e047696f2545 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-5c75e5ee-c9e6-49a0-8fb0-e047696f2545 .shg-product-title-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
}

#s-1676549d-34cb-43b9-aa6e-8feaf6ee52d7 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 6px;
padding-top: 3px;
padding-left: 30px;
padding-bottom: 3px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(174, 207, 105, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
background-position: center top;
}
#s-1676549d-34cb-43b9-aa6e-8feaf6ee52d7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1676549d-34cb-43b9-aa6e-8feaf6ee52d7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1676549d-34cb-43b9-aa6e-8feaf6ee52d7-root {
    text-align: center;
  }


#s-1676549d-34cb-43b9-aa6e-8feaf6ee52d7.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-1676549d-34cb-43b9-aa6e-8feaf6ee52d7-root {
    text-align: center;
  }


#s-1676549d-34cb-43b9-aa6e-8feaf6ee52d7.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1676549d-34cb-43b9-aa6e-8feaf6ee52d7-root {
    text-align: center;
  }


#s-1676549d-34cb-43b9-aa6e-8feaf6ee52d7.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1676549d-34cb-43b9-aa6e-8feaf6ee52d7-root {
    text-align: center;
  }


#s-1676549d-34cb-43b9-aa6e-8feaf6ee52d7.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-1676549d-34cb-43b9-aa6e-8feaf6ee52d7-root {
    text-align: center;
  }


#s-1676549d-34cb-43b9-aa6e-8feaf6ee52d7.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
}
#s-796c02f4-d124-4d20-a123-3c0ecefa46f3 hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-e13b4345-7f04-4acf-bd5e-ce9427e1eb2a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e13b4345-7f04-4acf-bd5e-ce9427e1eb2a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e13b4345-7f04-4acf-bd5e-ce9427e1eb2a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e13b4345-7f04-4acf-bd5e-ce9427e1eb2a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e13b4345-7f04-4acf-bd5e-ce9427e1eb2a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e13b4345-7f04-4acf-bd5e-ce9427e1eb2a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e13b4345-7f04-4acf-bd5e-ce9427e1eb2a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-3ff6dcc8-6c71-43f8-aba3-adb767fee499 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-3ff6dcc8-6c71-43f8-aba3-adb767fee499 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-3ff6dcc8-6c71-43f8-aba3-adb767fee499 .shg-sld-nav-button.shg-sld-left,
#s-3ff6dcc8-6c71-43f8-aba3-adb767fee499 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-cd7ea1fc-9cbc-46c3-a3af-ddfe89270b24 {
  text-align: center;
}







  #s-cd7ea1fc-9cbc-46c3-a3af-ddfe89270b24 img.shogun-image {
    

    
    
    
  }


#s-cd7ea1fc-9cbc-46c3-a3af-ddfe89270b24 .shogun-image-content {
  
    align-items: center;
  
}

#s-5fa0174f-1603-4427-939d-271b1cb053c8 {
  text-align: center;
}







  #s-5fa0174f-1603-4427-939d-271b1cb053c8 img.shogun-image {
    

    
    
    
  }


#s-5fa0174f-1603-4427-939d-271b1cb053c8 .shogun-image-content {
  
    align-items: center;
  
}

#s-52fa2756-1cfd-4c42-a169-c02933844177 hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-d9bb083d-df39-410c-8f25-bd175ac3e7e2 {
  margin-left: 15px;
margin-right: 15px;
padding-top: 1px;
padding-bottom: 1px;
}

#s-b64b4ca6-a88a-44c5-884a-36784cba4cfa {
  text-align: center;
}

#s-76c1cc08-c4b6-40ca-93f7-208960cbd44c {
  display: none;
}
#s-b022f7ff-2a5c-4a0e-9be4-d49eb8a27153 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-b022f7ff-2a5c-4a0e-9be4-d49eb8a27153 .shg-product-title-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
}

#s-5078cc48-1820-408c-8cf3-285f640ed790 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 6px;
padding-top: 3px;
padding-left: 30px;
padding-bottom: 3px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(174, 207, 105, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
background-position: center top;
}
#s-5078cc48-1820-408c-8cf3-285f640ed790:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5078cc48-1820-408c-8cf3-285f640ed790:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5078cc48-1820-408c-8cf3-285f640ed790-root {
    text-align: center;
  }


#s-5078cc48-1820-408c-8cf3-285f640ed790.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-5078cc48-1820-408c-8cf3-285f640ed790-root {
    text-align: center;
  }


#s-5078cc48-1820-408c-8cf3-285f640ed790.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5078cc48-1820-408c-8cf3-285f640ed790-root {
    text-align: center;
  }


#s-5078cc48-1820-408c-8cf3-285f640ed790.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5078cc48-1820-408c-8cf3-285f640ed790-root {
    text-align: center;
  }


#s-5078cc48-1820-408c-8cf3-285f640ed790.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-5078cc48-1820-408c-8cf3-285f640ed790-root {
    text-align: center;
  }


#s-5078cc48-1820-408c-8cf3-285f640ed790.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
}
#s-341bebdb-45af-468d-a7ac-518eedc3d5ae hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-52cde0c8-fdfd-4452-abbf-ba460369fc26"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-52cde0c8-fdfd-4452-abbf-ba460369fc26"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-52cde0c8-fdfd-4452-abbf-ba460369fc26"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-52cde0c8-fdfd-4452-abbf-ba460369fc26"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-52cde0c8-fdfd-4452-abbf-ba460369fc26"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-52cde0c8-fdfd-4452-abbf-ba460369fc26"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-52cde0c8-fdfd-4452-abbf-ba460369fc26"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-4e9169cd-2404-41ee-8beb-b7e8b38e74c9 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-4e9169cd-2404-41ee-8beb-b7e8b38e74c9 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-4e9169cd-2404-41ee-8beb-b7e8b38e74c9 .shg-sld-nav-button.shg-sld-left,
#s-4e9169cd-2404-41ee-8beb-b7e8b38e74c9 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-4b71ead5-d485-4887-a291-76904fec6192 {
  text-align: center;
}







  #s-4b71ead5-d485-4887-a291-76904fec6192 img.shogun-image {
    

    
    
    
  }


#s-4b71ead5-d485-4887-a291-76904fec6192 .shogun-image-content {
  
    align-items: center;
  
}

#s-71609697-87d0-40ae-8ded-995514c45598 {
  text-align: center;
}







  #s-71609697-87d0-40ae-8ded-995514c45598 img.shogun-image {
    

    
    
    
  }


#s-71609697-87d0-40ae-8ded-995514c45598 .shogun-image-content {
  
    align-items: center;
  
}

#s-7e5b5d42-efd4-4c20-a059-7af6cb3ed2b3 hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-6b29a741-6323-4ced-b0c1-ff50b69357b7 {
  margin-left: 15px;
margin-right: 15px;
padding-top: 1px;
padding-bottom: 1px;
}

#s-7a031d01-5ab7-41aa-978e-5eeb88fb55ce {
  text-align: center;
}

#s-074b4416-f67f-4c43-85dc-61bd255ec893 {
  display: none;
}
#s-35908b00-6f63-455d-adb7-dcbe8ef13700 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-35908b00-6f63-455d-adb7-dcbe8ef13700 .shg-product-title-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
}

#s-3052006f-2104-419a-b9a7-e78c7f47413d {
  border-style: solid;
margin-top: 0px;
margin-bottom: 6px;
padding-top: 3px;
padding-left: 30px;
padding-bottom: 3px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(174, 207, 105, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
background-position: center top;
}
#s-3052006f-2104-419a-b9a7-e78c7f47413d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3052006f-2104-419a-b9a7-e78c7f47413d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3052006f-2104-419a-b9a7-e78c7f47413d-root {
    text-align: center;
  }


#s-3052006f-2104-419a-b9a7-e78c7f47413d.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-3052006f-2104-419a-b9a7-e78c7f47413d-root {
    text-align: center;
  }


#s-3052006f-2104-419a-b9a7-e78c7f47413d.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3052006f-2104-419a-b9a7-e78c7f47413d-root {
    text-align: center;
  }


#s-3052006f-2104-419a-b9a7-e78c7f47413d.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3052006f-2104-419a-b9a7-e78c7f47413d-root {
    text-align: center;
  }


#s-3052006f-2104-419a-b9a7-e78c7f47413d.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-3052006f-2104-419a-b9a7-e78c7f47413d-root {
    text-align: center;
  }


#s-3052006f-2104-419a-b9a7-e78c7f47413d.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
}
#s-db90edbd-b716-43f7-af5c-895e0a9fba9c hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-27496b1d-7872-43d9-9bd5-c21a5bd55786 {
  margin-left: 15px;
margin-right: 15px;
}

@media (min-width: 0px) {
[id="s-27496b1d-7872-43d9-9bd5-c21a5bd55786"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-27496b1d-7872-43d9-9bd5-c21a5bd55786"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-27496b1d-7872-43d9-9bd5-c21a5bd55786"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-27496b1d-7872-43d9-9bd5-c21a5bd55786"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-7abe334c-0d41-4968-8965-c95c559257f0 {
  margin-top: 3px;
margin-bottom: 3px;
padding-top: 3px;
padding-left: 20px;
padding-bottom: 3px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-7abe334c-0d41-4968-8965-c95c559257f0:hover {background-color: rgba(7, 3, 3, 0.69) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7abe334c-0d41-4968-8965-c95c559257f0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7abe334c-0d41-4968-8965-c95c559257f0-root {
    text-align: center;
  }


#s-7abe334c-0d41-4968-8965-c95c559257f0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Work Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-7abe334c-0d41-4968-8965-c95c559257f0-root {
    text-align: center;
  }


#s-7abe334c-0d41-4968-8965-c95c559257f0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Work Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7abe334c-0d41-4968-8965-c95c559257f0-root {
    text-align: center;
  }


#s-7abe334c-0d41-4968-8965-c95c559257f0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Work Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7abe334c-0d41-4968-8965-c95c559257f0-root {
    text-align: center;
  }


#s-7abe334c-0d41-4968-8965-c95c559257f0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Work Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-7abe334c-0d41-4968-8965-c95c559257f0-root {
    text-align: center;
  }


#s-7abe334c-0d41-4968-8965-c95c559257f0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 900;
  
  font-family: Work Sans;
  display:  block ;
}
}
#s-5b62de4a-18e8-41b5-b451-b0a4ca1cbc95 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 6px;
padding-top: 3px;
padding-left: 30px;
padding-bottom: 3px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(13, 80, 156, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
background-position: center top;
}
#s-5b62de4a-18e8-41b5-b451-b0a4ca1cbc95:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5b62de4a-18e8-41b5-b451-b0a4ca1cbc95:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5b62de4a-18e8-41b5-b451-b0a4ca1cbc95-root {
    text-align: center;
  }


#s-5b62de4a-18e8-41b5-b451-b0a4ca1cbc95.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
  
  font-family: Work Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-5b62de4a-18e8-41b5-b451-b0a4ca1cbc95-root {
    text-align: center;
  }


#s-5b62de4a-18e8-41b5-b451-b0a4ca1cbc95.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
  
  font-family: Work Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5b62de4a-18e8-41b5-b451-b0a4ca1cbc95-root {
    text-align: center;
  }


#s-5b62de4a-18e8-41b5-b451-b0a4ca1cbc95.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
  
  font-family: Work Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5b62de4a-18e8-41b5-b451-b0a4ca1cbc95-root {
    text-align: center;
  }


#s-5b62de4a-18e8-41b5-b451-b0a4ca1cbc95.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
  
  font-family: Work Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-5b62de4a-18e8-41b5-b451-b0a4ca1cbc95-root {
    text-align: center;
  }


#s-5b62de4a-18e8-41b5-b451-b0a4ca1cbc95.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
  
  font-family: Work Sans;
  display:  block ;
}
}
#s-d0c32e95-2848-43dd-83d7-383bef0452bc {
  padding-top: 15px;
padding-bottom: 30px;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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