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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content p {
  
  
  
}

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

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

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

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

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

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

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

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

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

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

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

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

#s-c0874482-5c50-431b-8e13-c863002cbe8e {
  min-height: 50px;
}








#s-c0874482-5c50-431b-8e13-c863002cbe8e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c0874482-5c50-431b-8e13-c863002cbe8e.shg-box.shg-c {
  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;
  
  
  text-transform: none;
  
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

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

#s-bd9e53df-4c70-40f8-80c8-da2ab378d25c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-bd9e53df-4c70-40f8-80c8-da2ab378d25c .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



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

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

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

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

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

#s-480f5e0e-6cf0-44ac-a419-6515fc6e783e {
  margin-left: -80%;
}
@media (min-width: 1200px){#s-480f5e0e-6cf0-44ac-a419-6515fc6e783e {
  display: none;
}
#s-480f5e0e-6cf0-44ac-a419-6515fc6e783e, #wrap-s-480f5e0e-6cf0-44ac-a419-6515fc6e783e, #wrap-content-s-480f5e0e-6cf0-44ac-a419-6515fc6e783e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-480f5e0e-6cf0-44ac-a419-6515fc6e783e {
  display: none;
}
#s-480f5e0e-6cf0-44ac-a419-6515fc6e783e, #wrap-s-480f5e0e-6cf0-44ac-a419-6515fc6e783e, #wrap-content-s-480f5e0e-6cf0-44ac-a419-6515fc6e783e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-480f5e0e-6cf0-44ac-a419-6515fc6e783e {
  display: none;
}
#s-480f5e0e-6cf0-44ac-a419-6515fc6e783e, #wrap-s-480f5e0e-6cf0-44ac-a419-6515fc6e783e, #wrap-content-s-480f5e0e-6cf0-44ac-a419-6515fc6e783e { display: none !important; }}
@media (min-width: 0px) {
[id="s-480f5e0e-6cf0-44ac-a419-6515fc6e783e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-480f5e0e-6cf0-44ac-a419-6515fc6e783e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-480f5e0e-6cf0-44ac-a419-6515fc6e783e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-480f5e0e-6cf0-44ac-a419-6515fc6e783e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-480f5e0e-6cf0-44ac-a419-6515fc6e783e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-480f5e0e-6cf0-44ac-a419-6515fc6e783e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-480f5e0e-6cf0-44ac-a419-6515fc6e783e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-0e12a5ae-95e3-4910-a898-9fccf39d6f1d .shogun-icon-wrapper {
  text-align: right;
}


#s-0e12a5ae-95e3-4910-a898-9fccf39d6f1d .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: #495056;
}

#s-4fbf31b1-4b9d-4bcc-ae5e-20bfde0700a3 {
  margin-left: -5%;
}

#s-87edff4f-2d8d-4f50-8aae-8f33ff0676b5 {
  margin-left: -80%;
margin-right: 0%;
}
@media (min-width: 1200px){#s-87edff4f-2d8d-4f50-8aae-8f33ff0676b5 {
  display: none;
}
#s-87edff4f-2d8d-4f50-8aae-8f33ff0676b5, #wrap-s-87edff4f-2d8d-4f50-8aae-8f33ff0676b5, #wrap-content-s-87edff4f-2d8d-4f50-8aae-8f33ff0676b5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-87edff4f-2d8d-4f50-8aae-8f33ff0676b5 {
  display: none;
}
#s-87edff4f-2d8d-4f50-8aae-8f33ff0676b5, #wrap-s-87edff4f-2d8d-4f50-8aae-8f33ff0676b5, #wrap-content-s-87edff4f-2d8d-4f50-8aae-8f33ff0676b5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-87edff4f-2d8d-4f50-8aae-8f33ff0676b5 {
  display: none;
}
#s-87edff4f-2d8d-4f50-8aae-8f33ff0676b5, #wrap-s-87edff4f-2d8d-4f50-8aae-8f33ff0676b5, #wrap-content-s-87edff4f-2d8d-4f50-8aae-8f33ff0676b5 { display: none !important; }}
@media (min-width: 0px) {
[id="s-87edff4f-2d8d-4f50-8aae-8f33ff0676b5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-87edff4f-2d8d-4f50-8aae-8f33ff0676b5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-87edff4f-2d8d-4f50-8aae-8f33ff0676b5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-87edff4f-2d8d-4f50-8aae-8f33ff0676b5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-87edff4f-2d8d-4f50-8aae-8f33ff0676b5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-87edff4f-2d8d-4f50-8aae-8f33ff0676b5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-87edff4f-2d8d-4f50-8aae-8f33ff0676b5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-765671e0-dd54-451a-8f4d-1fc8c9571dfc .shogun-icon-wrapper {
  text-align: right;
}


#s-765671e0-dd54-451a-8f4d-1fc8c9571dfc .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: #495056;
}

#s-a988a78f-b920-46f6-959b-38c2b4802f05 {
  margin-left: -5%;
}

#s-118130f9-4890-40d9-87a6-cc9cfb8438cc {
  
}
@media (max-width: 767px){#s-118130f9-4890-40d9-87a6-cc9cfb8438cc {
  display: none;
}
#s-118130f9-4890-40d9-87a6-cc9cfb8438cc, #wrap-s-118130f9-4890-40d9-87a6-cc9cfb8438cc, #wrap-content-s-118130f9-4890-40d9-87a6-cc9cfb8438cc { display: none !important; }}
@media (min-width: 0px) {
[id="s-118130f9-4890-40d9-87a6-cc9cfb8438cc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-118130f9-4890-40d9-87a6-cc9cfb8438cc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-118130f9-4890-40d9-87a6-cc9cfb8438cc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-118130f9-4890-40d9-87a6-cc9cfb8438cc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-118130f9-4890-40d9-87a6-cc9cfb8438cc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-118130f9-4890-40d9-87a6-cc9cfb8438cc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-118130f9-4890-40d9-87a6-cc9cfb8438cc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-abc61243-3049-4249-97a0-6a4998e5a909 .shogun-icon-wrapper {
  text-align: right;
}


#s-abc61243-3049-4249-97a0-6a4998e5a909 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: #495056;
}

#s-a526dd23-1dd0-48b8-a9d7-dd66f39f2b0c {
  margin-left: -5%;
}

#s-7a79a8e6-8944-400c-94e3-55ea48c7948a {
  margin-left: %;
margin-right: %;
}
@media (min-width: 768px) and (max-width: 991px){#s-7a79a8e6-8944-400c-94e3-55ea48c7948a {
  
}
}@media (max-width: 767px){#s-7a79a8e6-8944-400c-94e3-55ea48c7948a {
  display: none;
}
#s-7a79a8e6-8944-400c-94e3-55ea48c7948a, #wrap-s-7a79a8e6-8944-400c-94e3-55ea48c7948a, #wrap-content-s-7a79a8e6-8944-400c-94e3-55ea48c7948a { display: none !important; }}
@media (min-width: 0px) {
[id="s-7a79a8e6-8944-400c-94e3-55ea48c7948a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-7a79a8e6-8944-400c-94e3-55ea48c7948a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7a79a8e6-8944-400c-94e3-55ea48c7948a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7a79a8e6-8944-400c-94e3-55ea48c7948a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7a79a8e6-8944-400c-94e3-55ea48c7948a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7a79a8e6-8944-400c-94e3-55ea48c7948a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7a79a8e6-8944-400c-94e3-55ea48c7948a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-4f99d533-7191-482a-bea2-e0cd93d4aaf9 .shogun-icon-wrapper {
  text-align: right;
}


#s-4f99d533-7191-482a-bea2-e0cd93d4aaf9 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: #495056;
}

#s-4193ada2-ecbb-4d56-aaae-034edab7923a {
  margin-left: -5%;
}

#s-5fc1fed8-15b7-479d-a50b-9ced360ae99a {
  margin-left: -80%;
margin-right: 0%;
}
@media (min-width: 1200px){#s-5fc1fed8-15b7-479d-a50b-9ced360ae99a {
  display: none;
}
#s-5fc1fed8-15b7-479d-a50b-9ced360ae99a, #wrap-s-5fc1fed8-15b7-479d-a50b-9ced360ae99a, #wrap-content-s-5fc1fed8-15b7-479d-a50b-9ced360ae99a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5fc1fed8-15b7-479d-a50b-9ced360ae99a {
  display: none;
}
#s-5fc1fed8-15b7-479d-a50b-9ced360ae99a, #wrap-s-5fc1fed8-15b7-479d-a50b-9ced360ae99a, #wrap-content-s-5fc1fed8-15b7-479d-a50b-9ced360ae99a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5fc1fed8-15b7-479d-a50b-9ced360ae99a {
  display: none;
}
#s-5fc1fed8-15b7-479d-a50b-9ced360ae99a, #wrap-s-5fc1fed8-15b7-479d-a50b-9ced360ae99a, #wrap-content-s-5fc1fed8-15b7-479d-a50b-9ced360ae99a { display: none !important; }}
@media (min-width: 0px) {
[id="s-5fc1fed8-15b7-479d-a50b-9ced360ae99a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-5fc1fed8-15b7-479d-a50b-9ced360ae99a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5fc1fed8-15b7-479d-a50b-9ced360ae99a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5fc1fed8-15b7-479d-a50b-9ced360ae99a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5fc1fed8-15b7-479d-a50b-9ced360ae99a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5fc1fed8-15b7-479d-a50b-9ced360ae99a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5fc1fed8-15b7-479d-a50b-9ced360ae99a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-36772677-6aaf-4c67-bf8a-5367de163ffc .shogun-icon-wrapper {
  text-align: right;
}


#s-36772677-6aaf-4c67-bf8a-5367de163ffc .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: #495056;
}

#s-eddf379c-0a2a-4354-80ec-e757498c6cc0 {
  margin-left: -5%;
}

@media (max-width: 767px){#s-a333592e-d31f-4778-b3cb-8730a78aed17 {
  display: none;
}
#s-a333592e-d31f-4778-b3cb-8730a78aed17, #wrap-s-a333592e-d31f-4778-b3cb-8730a78aed17, #wrap-content-s-a333592e-d31f-4778-b3cb-8730a78aed17 { display: none !important; }}
@media (min-width: 0px) {
[id="s-a333592e-d31f-4778-b3cb-8730a78aed17"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a333592e-d31f-4778-b3cb-8730a78aed17"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a333592e-d31f-4778-b3cb-8730a78aed17"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a333592e-d31f-4778-b3cb-8730a78aed17"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a333592e-d31f-4778-b3cb-8730a78aed17"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a333592e-d31f-4778-b3cb-8730a78aed17"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a333592e-d31f-4778-b3cb-8730a78aed17"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-6099e1df-849d-4297-a7d4-c2f24f9a6ec1 .shogun-icon-wrapper {
  text-align: right;
}


#s-6099e1df-849d-4297-a7d4-c2f24f9a6ec1 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: #495056;
}

#s-24b21544-c372-44e8-b762-9bd242026989 {
  margin-left: -5%;
}

@media (max-width: 767px){#s-c1609923-58b3-4262-83a4-ecb41f098086 {
  display: none;
}
#s-c1609923-58b3-4262-83a4-ecb41f098086, #wrap-s-c1609923-58b3-4262-83a4-ecb41f098086, #wrap-content-s-c1609923-58b3-4262-83a4-ecb41f098086 { display: none !important; }}
@media (min-width: 0px) {
[id="s-c1609923-58b3-4262-83a4-ecb41f098086"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c1609923-58b3-4262-83a4-ecb41f098086"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c1609923-58b3-4262-83a4-ecb41f098086"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c1609923-58b3-4262-83a4-ecb41f098086"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c1609923-58b3-4262-83a4-ecb41f098086"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c1609923-58b3-4262-83a4-ecb41f098086"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c1609923-58b3-4262-83a4-ecb41f098086"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-2c715c40-2bae-44cb-b59b-fe77ca0ea5bd .shogun-icon-wrapper {
  text-align: right;
}


#s-2c715c40-2bae-44cb-b59b-fe77ca0ea5bd .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: #495056;
}

#s-f8771b1b-d41f-41eb-b1b0-8e4736f8003e {
  margin-left: -5%;
}

#s-39769d62-aca0-4055-9caa-46fbf3a5ecab {
  margin-left: -80%;
}
@media (min-width: 1200px){#s-39769d62-aca0-4055-9caa-46fbf3a5ecab {
  display: none;
}
#s-39769d62-aca0-4055-9caa-46fbf3a5ecab, #wrap-s-39769d62-aca0-4055-9caa-46fbf3a5ecab, #wrap-content-s-39769d62-aca0-4055-9caa-46fbf3a5ecab { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-39769d62-aca0-4055-9caa-46fbf3a5ecab {
  display: none;
}
#s-39769d62-aca0-4055-9caa-46fbf3a5ecab, #wrap-s-39769d62-aca0-4055-9caa-46fbf3a5ecab, #wrap-content-s-39769d62-aca0-4055-9caa-46fbf3a5ecab { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-39769d62-aca0-4055-9caa-46fbf3a5ecab {
  display: none;
}
#s-39769d62-aca0-4055-9caa-46fbf3a5ecab, #wrap-s-39769d62-aca0-4055-9caa-46fbf3a5ecab, #wrap-content-s-39769d62-aca0-4055-9caa-46fbf3a5ecab { display: none !important; }}
@media (min-width: 0px) {
[id="s-39769d62-aca0-4055-9caa-46fbf3a5ecab"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-39769d62-aca0-4055-9caa-46fbf3a5ecab"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-39769d62-aca0-4055-9caa-46fbf3a5ecab"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-39769d62-aca0-4055-9caa-46fbf3a5ecab"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-39769d62-aca0-4055-9caa-46fbf3a5ecab"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-39769d62-aca0-4055-9caa-46fbf3a5ecab"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-39769d62-aca0-4055-9caa-46fbf3a5ecab"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-c029e770-6922-4d6c-a536-38a96dcfdaff .shogun-icon-wrapper {
  text-align: right;
}


#s-c029e770-6922-4d6c-a536-38a96dcfdaff .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: #495056;
}

#s-43696ff8-49b4-458c-baba-9d0391f6a8f3 {
  margin-left: -5%;
}

#s-dfbf5c5c-35ab-43e6-b261-b9fd40383cc2 {
  margin-left: -80%;
}
@media (min-width: 1200px){#s-dfbf5c5c-35ab-43e6-b261-b9fd40383cc2 {
  display: none;
}
#s-dfbf5c5c-35ab-43e6-b261-b9fd40383cc2, #wrap-s-dfbf5c5c-35ab-43e6-b261-b9fd40383cc2, #wrap-content-s-dfbf5c5c-35ab-43e6-b261-b9fd40383cc2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dfbf5c5c-35ab-43e6-b261-b9fd40383cc2 {
  display: none;
}
#s-dfbf5c5c-35ab-43e6-b261-b9fd40383cc2, #wrap-s-dfbf5c5c-35ab-43e6-b261-b9fd40383cc2, #wrap-content-s-dfbf5c5c-35ab-43e6-b261-b9fd40383cc2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-dfbf5c5c-35ab-43e6-b261-b9fd40383cc2 {
  display: none;
}
#s-dfbf5c5c-35ab-43e6-b261-b9fd40383cc2, #wrap-s-dfbf5c5c-35ab-43e6-b261-b9fd40383cc2, #wrap-content-s-dfbf5c5c-35ab-43e6-b261-b9fd40383cc2 { display: none !important; }}
@media (min-width: 0px) {
[id="s-dfbf5c5c-35ab-43e6-b261-b9fd40383cc2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-dfbf5c5c-35ab-43e6-b261-b9fd40383cc2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dfbf5c5c-35ab-43e6-b261-b9fd40383cc2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dfbf5c5c-35ab-43e6-b261-b9fd40383cc2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dfbf5c5c-35ab-43e6-b261-b9fd40383cc2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dfbf5c5c-35ab-43e6-b261-b9fd40383cc2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dfbf5c5c-35ab-43e6-b261-b9fd40383cc2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-16b5540d-dfa6-469f-a076-b0fb52dd8735 .shogun-icon-wrapper {
  text-align: right;
}


#s-16b5540d-dfa6-469f-a076-b0fb52dd8735 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: #495056;
}

#s-e0aa4530-4d6b-458c-afbb-44446af89b98 {
  margin-left: -5%;
}

@media (max-width: 767px){#s-8281560e-891b-49d7-9115-72557086710d {
  display: none;
}
#s-8281560e-891b-49d7-9115-72557086710d, #wrap-s-8281560e-891b-49d7-9115-72557086710d, #wrap-content-s-8281560e-891b-49d7-9115-72557086710d { display: none !important; }}
@media (min-width: 0px) {
[id="s-8281560e-891b-49d7-9115-72557086710d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-8281560e-891b-49d7-9115-72557086710d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8281560e-891b-49d7-9115-72557086710d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8281560e-891b-49d7-9115-72557086710d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8281560e-891b-49d7-9115-72557086710d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8281560e-891b-49d7-9115-72557086710d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8281560e-891b-49d7-9115-72557086710d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-4dd4d6da-324f-493b-9500-8eb0e8edfa5a .shogun-icon-wrapper {
  text-align: right;
}


#s-4dd4d6da-324f-493b-9500-8eb0e8edfa5a .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: #495056;
}

#s-8ad6d367-9697-43f1-96d8-448bd44ca2f3 {
  margin-left: -5%;
}

#s-b11d0455-5575-46d7-8c70-f666cc37a757 {
  
}
@media (max-width: 767px){#s-b11d0455-5575-46d7-8c70-f666cc37a757 {
  display: none;
}
#s-b11d0455-5575-46d7-8c70-f666cc37a757, #wrap-s-b11d0455-5575-46d7-8c70-f666cc37a757, #wrap-content-s-b11d0455-5575-46d7-8c70-f666cc37a757 { display: none !important; }}
@media (min-width: 0px) {
[id="s-b11d0455-5575-46d7-8c70-f666cc37a757"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b11d0455-5575-46d7-8c70-f666cc37a757"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b11d0455-5575-46d7-8c70-f666cc37a757"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b11d0455-5575-46d7-8c70-f666cc37a757"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b11d0455-5575-46d7-8c70-f666cc37a757"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b11d0455-5575-46d7-8c70-f666cc37a757"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b11d0455-5575-46d7-8c70-f666cc37a757"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-23ad12ce-67cb-45ee-8af7-8115efc596bc .shogun-icon-wrapper {
  text-align: right;
}


#s-23ad12ce-67cb-45ee-8af7-8115efc596bc .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: #495056;
}

#s-4e075d13-ee69-42da-be3f-f2471ac41558 {
  margin-left: -5%;
}

#s-cb013338-76eb-4c43-8894-d991f1abafd2 {
  margin-left: -80%;
margin-right: 0%;
}
@media (min-width: 1200px){#s-cb013338-76eb-4c43-8894-d991f1abafd2 {
  display: none;
}
#s-cb013338-76eb-4c43-8894-d991f1abafd2, #wrap-s-cb013338-76eb-4c43-8894-d991f1abafd2, #wrap-content-s-cb013338-76eb-4c43-8894-d991f1abafd2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cb013338-76eb-4c43-8894-d991f1abafd2 {
  display: none;
}
#s-cb013338-76eb-4c43-8894-d991f1abafd2, #wrap-s-cb013338-76eb-4c43-8894-d991f1abafd2, #wrap-content-s-cb013338-76eb-4c43-8894-d991f1abafd2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cb013338-76eb-4c43-8894-d991f1abafd2 {
  display: none;
}
#s-cb013338-76eb-4c43-8894-d991f1abafd2, #wrap-s-cb013338-76eb-4c43-8894-d991f1abafd2, #wrap-content-s-cb013338-76eb-4c43-8894-d991f1abafd2 { display: none !important; }}
@media (min-width: 0px) {
[id="s-cb013338-76eb-4c43-8894-d991f1abafd2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-cb013338-76eb-4c43-8894-d991f1abafd2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cb013338-76eb-4c43-8894-d991f1abafd2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cb013338-76eb-4c43-8894-d991f1abafd2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cb013338-76eb-4c43-8894-d991f1abafd2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cb013338-76eb-4c43-8894-d991f1abafd2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cb013338-76eb-4c43-8894-d991f1abafd2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-a83e561d-a178-497b-abbb-96258ab22769 .shogun-icon-wrapper {
  text-align: right;
}


#s-a83e561d-a178-497b-abbb-96258ab22769 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: #495056;
}

#s-37a79abe-5e48-4162-bc80-f076d44a77db {
  margin-left: -5%;
}

#s-7b3b6ccb-4f6d-4912-a4ee-7caaaea76a12 {
  padding-top: 20px;
}

#s-2dfd31e2-9c27-4021-b09b-db866224f308 {
  margin-top: -2px;
margin-bottom: -2px;
}

@media (min-width: 0px) {
[id="s-2dfd31e2-9c27-4021-b09b-db866224f308"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-2dfd31e2-9c27-4021-b09b-db866224f308"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2dfd31e2-9c27-4021-b09b-db866224f308"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2dfd31e2-9c27-4021-b09b-db866224f308"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 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 {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-e2300eaa-2930-4751-ba7f-d48cb0030573 {
  margin-top: -1px;
margin-bottom: -1px;
text-align: center;
}

#s-e2300eaa-2930-4751-ba7f-d48cb0030573 {
  overflow: hidden;
  
  
}







  #s-e2300eaa-2930-4751-ba7f-d48cb0030573 img.shogun-image {
    

    
    
    
  }


#s-e2300eaa-2930-4751-ba7f-d48cb0030573 .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-4971af03-c7a0-4dba-b615-916bbda0a68e {
  padding-top: 50px;
padding-left: 130px;
padding-bottom: 50px;
padding-right: 130px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-4971af03-c7a0-4dba-b615-916bbda0a68e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4971af03-c7a0-4dba-b615-916bbda0a68e.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-98e9cea2-38ca-4136-a31b-19fd6c4ae4be"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-98e9cea2-38ca-4136-a31b-19fd6c4ae4be"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-98e9cea2-38ca-4136-a31b-19fd6c4ae4be"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-98e9cea2-38ca-4136-a31b-19fd6c4ae4be"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-5dc9c5c0-5c8b-4a22-92b5-2ff2ccd9763c {
  text-align: center;
}

#s-5dc9c5c0-5c8b-4a22-92b5-2ff2ccd9763c {
  overflow: hidden;
  
  
}







  #s-5dc9c5c0-5c8b-4a22-92b5-2ff2ccd9763c img.shogun-image {
    

    
    
    
  }


#s-5dc9c5c0-5c8b-4a22-92b5-2ff2ccd9763c .shogun-image-content {
  
    justify-content: center;
  
}

#s-91836891-d3bf-489a-96e0-65c65c4e50ab {
  text-align: center;
}

#s-91836891-d3bf-489a-96e0-65c65c4e50ab {
  overflow: hidden;
  
  
}







  #s-91836891-d3bf-489a-96e0-65c65c4e50ab img.shogun-image {
    

    
    
    
  }


#s-91836891-d3bf-489a-96e0-65c65c4e50ab .shogun-image-content {
  
    justify-content: center;
  
}

#s-5ac7acde-c2d3-4501-8269-8efeff382c26 {
  text-align: center;
}

#s-5ac7acde-c2d3-4501-8269-8efeff382c26 {
  overflow: hidden;
  
  
}







  #s-5ac7acde-c2d3-4501-8269-8efeff382c26 img.shogun-image {
    

    
    
    
  }


#s-5ac7acde-c2d3-4501-8269-8efeff382c26 .shogun-image-content {
  
    justify-content: center;
  
}

#s-1152ae19-1335-435b-bced-644310ed8878 {
  margin-top: 0px;
padding-top: 30px;
padding-left: 65px;
padding-bottom: 60px;
padding-right: 65px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(9, 9, 9, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(1, 2, 3, 1);
}








#s-1152ae19-1335-435b-bced-644310ed8878 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1152ae19-1335-435b-bced-644310ed8878.shg-box.shg-c {
  justify-content: center;
}

#s-c466da87-2b76-49fd-bab1-12efa0b28107 {
  padding-top: 0px;
padding-bottom: 52px;
text-align: center;
}

#s-c466da87-2b76-49fd-bab1-12efa0b28107 .shogun-heading-component h4 {
  color: rgba(245, 245, 245, 0.3);
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-b55a1620-bb00-4687-a8ce-f6dbdab51b5a {
  padding-bottom: 25px;
}

@media (min-width: 0px) {
[id="s-b55a1620-bb00-4687-a8ce-f6dbdab51b5a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b55a1620-bb00-4687-a8ce-f6dbdab51b5a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-b55a1620-bb00-4687-a8ce-f6dbdab51b5a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-b55a1620-bb00-4687-a8ce-f6dbdab51b5a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-78984340-63db-4f17-b4b7-b9166d2627e8 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-78984340-63db-4f17-b4b7-b9166d2627e8 .shogun-heading-component h3 {
  color: rgba(245, 245, 245, 0.75);
  font-weight:  normal ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-ff8c5870-a40f-45ec-b01f-35b7c4b89e34 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-ff8c5870-a40f-45ec-b01f-35b7c4b89e34 .shogun-heading-component h3 {
  color: rgba(245, 245, 245, 0.75);
  font-weight:  normal ;
  font-family: "Fredoka One";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-e6552d9e-2f77-4206-837b-ffe66d77db93 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-e6552d9e-2f77-4206-837b-ffe66d77db93 .shogun-heading-component h3 {
  color: rgba(245, 245, 245, 0.75);
  font-weight:  normal ;
  font-family: "IBM Plex Mono";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-b33a2a03-26b4-47ce-b48c-ad951798db7f {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-b33a2a03-26b4-47ce-b48c-ad951798db7f .shogun-heading-component h3 {
  color: rgba(245, 245, 245, 0.75);
  font-weight:  normal ;
  font-family: "Leckerli One";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



@media (min-width: 0px) {
[id="s-103d9d8d-8fab-4085-9c01-3e4f582c5324"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-103d9d8d-8fab-4085-9c01-3e4f582c5324"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-103d9d8d-8fab-4085-9c01-3e4f582c5324"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-103d9d8d-8fab-4085-9c01-3e4f582c5324"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-36caa462-cfd0-43c0-9af3-cd4d6a2faa94 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-36caa462-cfd0-43c0-9af3-cd4d6a2faa94 .shogun-heading-component h3 {
  color: rgba(245, 245, 245, 0.75);
  font-weight:  normal ;
  font-family: "PT Sans Narrow";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-19f6af35-26ca-4675-a28c-2b479f810325 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-19f6af35-26ca-4675-a28c-2b479f810325 .shogun-heading-component h3 {
  color: rgba(245, 245, 245, 0.75);
  font-weight:  normal ;
  font-family: "Spline Sans";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-d0ef9e56-7028-497e-b3d2-0327202c132b {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-d0ef9e56-7028-497e-b3d2-0327202c132b .shogun-heading-component h3 {
  color: rgba(245, 245, 245, 0.75);
  font-weight:  normal ;
  font-family: "Permanent Marker";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-335e29eb-8db2-41f1-83f0-dfd116d6dd40 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-335e29eb-8db2-41f1-83f0-dfd116d6dd40 .shogun-heading-component h3 {
  color: rgba(245, 245, 245, 0.75);
  font-weight:  normal ;
  font-family: "Abril Fatface";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-119aa574-e24c-4f5c-9cdf-646cd438f2dd {
  margin-top: 0px;
padding-top: 60px;
padding-left: 130px;
padding-bottom: 60px;
padding-right: 130px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(9, 9, 9, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(1, 2, 3, 1);
}








#s-119aa574-e24c-4f5c-9cdf-646cd438f2dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-119aa574-e24c-4f5c-9cdf-646cd438f2dd.shg-box.shg-c {
  justify-content: center;
}

#s-688795b4-7843-4028-9ac1-f0ab13491ad0 {
  padding-top: 0px;
padding-bottom: 30px;
text-align: center;
}

#s-688795b4-7843-4028-9ac1-f0ab13491ad0 .shogun-heading-component h2 {
  color: rgba(245, 245, 245, 1);
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 64px;
  line-height: 1.2em;
  
  
}



#s-ea69f772-29c5-4643-aa85-048c79775663 {
  padding-bottom: 35px;
}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-618ae708-567e-4837-aaeb-dd5dcaad6c48 {
  margin-left: auto;
margin-right: auto;
border-top-width: 7px;
border-left-width: 7px;
border-bottom-width: 7px;
border-right-width: 7px;
border-color: rgba(26, 26, 26, 1);
border-style: solid;
max-width: 1000px;
}

#s-6f3882fa-3a27-4198-9e81-fc35cd07f5bc {
  box-shadow:1px 1px 1px 1px rgba(220, 96, 96, 1);
min-height: 50px;
}








#s-6f3882fa-3a27-4198-9e81-fc35cd07f5bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6f3882fa-3a27-4198-9e81-fc35cd07f5bc.shg-box.shg-c {
  justify-content: flex-start;
}

#s-0e943eae-94ba-4227-8d19-2856e446442e {
  padding-top: 70px;
padding-left: 130px;
padding-bottom: 0px;
padding-right: 130px;
min-height: 50px;
background-color: rgba(1, 2, 3, 1);
}








#s-0e943eae-94ba-4227-8d19-2856e446442e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0e943eae-94ba-4227-8d19-2856e446442e.shg-box.shg-c {
  justify-content: center;
}

#s-6002907a-a896-4d28-992d-18b6b7294cfa {
  padding-top: 0px;
padding-bottom: 12px;
text-align: center;
}

#s-6002907a-a896-4d28-992d-18b6b7294cfa .shogun-heading-component h2 {
  color: rgba(245, 245, 245, 1);
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 64px;
  line-height: 1.2em;
  
  
}



#s-044b7c22-888d-4513-898b-b12b946b9d29 {
  padding-top: 0px;
padding-bottom: 50px;
text-align: center;
}

#s-044b7c22-888d-4513-898b-b12b946b9d29 .shogun-heading-component h5 {
  color: rgba(245, 245, 245, 1);
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}



@media (min-width: 0px) {
[id="s-8b2031ee-7ded-4ff2-8f22-412d6ed69215"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8b2031ee-7ded-4ff2-8f22-412d6ed69215"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8b2031ee-7ded-4ff2-8f22-412d6ed69215"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8b2031ee-7ded-4ff2-8f22-412d6ed69215"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8b2031ee-7ded-4ff2-8f22-412d6ed69215"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8b2031ee-7ded-4ff2-8f22-412d6ed69215"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8b2031ee-7ded-4ff2-8f22-412d6ed69215"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-8b2031ee-7ded-4ff2-8f22-412d6ed69215"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-38e5df6e-65e4-482d-8a91-6c66a1af05e1 {
  margin-left: auto;
margin-right: auto;
max-width: 190px;
text-align: center;
}

#s-38e5df6e-65e4-482d-8a91-6c66a1af05e1 {
  overflow: hidden;
  
  
      max-width: 190px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-38e5df6e-65e4-482d-8a91-6c66a1af05e1 img.shogun-image {
    

    
    
    
  }


#s-38e5df6e-65e4-482d-8a91-6c66a1af05e1 .shogun-image-content {
  
    justify-content: center;
  
}

#s-d3116f54-ba38-431b-a5f5-357af622509a {
  padding-top: 45px;
padding-bottom: 22px;
text-align: left;
}

#s-d3116f54-ba38-431b-a5f5-357af622509a .shogun-heading-component h3 {
  color: rgba(245, 245, 245, 1);
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  text-align: left;
}



#s-c51c86d5-19e6-4d22-836b-dc518650f4a1 {
  padding-bottom: 24px;
}

#s-d6020197-ab32-485a-87ad-3f3ada977d2f {
  padding-top: 0px;
padding-bottom: 22px;
text-align: left;
}

#s-d6020197-ab32-485a-87ad-3f3ada977d2f .shogun-heading-component h3 {
  color: rgba(245, 245, 245, 1);
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  text-align: left;
}



#s-51c39ea2-2e7f-49d9-92fa-9e2b7b3a6faf {
  padding-bottom: 24px;
}

#s-f389403d-4cd5-42c3-9f2d-01097e0a0708 {
  padding-top: 55px;
padding-left: 130px;
padding-bottom: 55px;
padding-right: 130px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-f389403d-4cd5-42c3-9f2d-01097e0a0708 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f389403d-4cd5-42c3-9f2d-01097e0a0708.shg-box.shg-c {
  justify-content: center;
}

#s-be40a199-f83e-478f-b7e8-355046ec4990 {
  padding-top: 0px;
padding-bottom: 18px;
text-align: center;
}

#s-be40a199-f83e-478f-b7e8-355046ec4990 .shogun-heading-component h2 {
  color: rgba(1, 2, 3, 1);
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 64px;
  line-height: 1.2em;
  
  
}



#s-a2f7d70b-8c79-4ef5-9db8-9d0a35a19bce {
  padding-top: 0px;
padding-bottom: 90px;
text-align: center;
}

#s-a2f7d70b-8c79-4ef5-9db8-9d0a35a19bce .shogun-heading-component h5 {
  color: rgba(1, 2, 3, 1);
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.1em;
  
  
}



@media (min-width: 0px) {
[id="s-bec41a8e-31e4-4e20-8e66-4eecf0ed55da"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bec41a8e-31e4-4e20-8e66-4eecf0ed55da"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-bec41a8e-31e4-4e20-8e66-4eecf0ed55da"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-bec41a8e-31e4-4e20-8e66-4eecf0ed55da"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

.shg-product-title-component h1 span,
.shg-product-title-component h2 span,
.shg-product-title-component h3 span,
.shg-product-title-component h4 span,
.shg-product-title-component h5 span,
.shg-product-title-component h6 span {
  margin: 0;
  padding: 0;
  display: block;
  
  
  text-transform: none;
  
  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-7a6b1677-2b5d-4927-a37b-14bf7371ce00 {
  margin-top: 0px;
margin-bottom: 80px;
padding-top: 30px;
padding-left: 15%;
padding-bottom: 30px;
padding-right: 15%;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}

#s-7a6b1677-2b5d-4927-a37b-14bf7371ce00 .shg-product-title-component h3 span {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Work Sans;
  
  font-size: 30px;
  
  
  
}

#s-2bbe7f13-ada4-44e8-b415-8d05d1a13c01 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}
@media (min-width: 1200px){#s-2bbe7f13-ada4-44e8-b415-8d05d1a13c01 {
  display: none;
}
#s-2bbe7f13-ada4-44e8-b415-8d05d1a13c01, #wrap-s-2bbe7f13-ada4-44e8-b415-8d05d1a13c01, #wrap-content-s-2bbe7f13-ada4-44e8-b415-8d05d1a13c01 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2bbe7f13-ada4-44e8-b415-8d05d1a13c01 {
  display: none;
}
#s-2bbe7f13-ada4-44e8-b415-8d05d1a13c01, #wrap-s-2bbe7f13-ada4-44e8-b415-8d05d1a13c01, #wrap-content-s-2bbe7f13-ada4-44e8-b415-8d05d1a13c01 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2bbe7f13-ada4-44e8-b415-8d05d1a13c01 {
  display: none;
}
#s-2bbe7f13-ada4-44e8-b415-8d05d1a13c01, #wrap-s-2bbe7f13-ada4-44e8-b415-8d05d1a13c01, #wrap-content-s-2bbe7f13-ada4-44e8-b415-8d05d1a13c01 { display: none !important; }}@media (max-width: 767px){#s-2bbe7f13-ada4-44e8-b415-8d05d1a13c01 {
  display: none;
}
#s-2bbe7f13-ada4-44e8-b415-8d05d1a13c01, #wrap-s-2bbe7f13-ada4-44e8-b415-8d05d1a13c01, #wrap-content-s-2bbe7f13-ada4-44e8-b415-8d05d1a13c01 { display: none !important; }}
#s-2bbe7f13-ada4-44e8-b415-8d05d1a13c01 {
  overflow: hidden;
  
  
      max-width: 100px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-2bbe7f13-ada4-44e8-b415-8d05d1a13c01 .shogun-image-content {
  
    justify-content: center;
  
}

#s-5a87902d-770c-41f0-9419-a85cc3eadcce {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
opacity: 0;
}

#s-5a87902d-770c-41f0-9419-a85cc3eadcce {
  overflow: hidden;
  
  
      max-width: 100px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-5a87902d-770c-41f0-9419-a85cc3eadcce .shogun-image-content {
  
    justify-content: center;
  
}

.shg-product-image-wrapper a.shogun-product-image-url {
  display: inline-block;
}

.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);
  max-width: -moz-max-content;
  max-width: max-content;
}

.shg-product-image-wrapper {
  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-531a81dc-8405-4c7b-b2aa-55417cdfd9c1 {
  margin-bottom: 15px;
text-align: left;
}



.shg-c#s-531a81dc-8405-4c7b-b2aa-55417cdfd9c1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-531a81dc-8405-4c7b-b2aa-55417cdfd9c1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-531a81dc-8405-4c7b-b2aa-55417cdfd9c1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-531a81dc-8405-4c7b-b2aa-55417cdfd9c1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-531a81dc-8405-4c7b-b2aa-55417cdfd9c1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-531a81dc-8405-4c7b-b2aa-55417cdfd9c1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-531a81dc-8405-4c7b-b2aa-55417cdfd9c1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-531a81dc-8405-4c7b-b2aa-55417cdfd9c1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-531a81dc-8405-4c7b-b2aa-55417cdfd9c1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-531a81dc-8405-4c7b-b2aa-55417cdfd9c1 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-20e5db25-d7ff-48d8-81d3-176cfb14c03c {
  text-align: center;
}
@media (min-width: 1200px){#s-20e5db25-d7ff-48d8-81d3-176cfb14c03c {
  display: none;
}
#s-20e5db25-d7ff-48d8-81d3-176cfb14c03c, #wrap-s-20e5db25-d7ff-48d8-81d3-176cfb14c03c, #wrap-content-s-20e5db25-d7ff-48d8-81d3-176cfb14c03c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-20e5db25-d7ff-48d8-81d3-176cfb14c03c {
  display: none;
}
#s-20e5db25-d7ff-48d8-81d3-176cfb14c03c, #wrap-s-20e5db25-d7ff-48d8-81d3-176cfb14c03c, #wrap-content-s-20e5db25-d7ff-48d8-81d3-176cfb14c03c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-20e5db25-d7ff-48d8-81d3-176cfb14c03c {
  display: none;
}
#s-20e5db25-d7ff-48d8-81d3-176cfb14c03c, #wrap-s-20e5db25-d7ff-48d8-81d3-176cfb14c03c, #wrap-content-s-20e5db25-d7ff-48d8-81d3-176cfb14c03c { display: none !important; }}@media (max-width: 767px){#s-20e5db25-d7ff-48d8-81d3-176cfb14c03c {
  display: none;
}
#s-20e5db25-d7ff-48d8-81d3-176cfb14c03c, #wrap-s-20e5db25-d7ff-48d8-81d3-176cfb14c03c, #wrap-content-s-20e5db25-d7ff-48d8-81d3-176cfb14c03c { display: none !important; }}
#s-e973c0f5-d276-4dcb-a637-6cb79c20b13c {
  text-align: center;
opacity: 0;
}

#s-0424428e-1268-4476-8842-a8990896988a {
  padding-top: 0px;
padding-bottom: 12px;
text-align: center;
}

#s-0424428e-1268-4476-8842-a8990896988a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 40px;
  font-weight:  700 ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-0424428e-1268-4476-8842-a8990896988a .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 40px;
}

#s-0424428e-1268-4476-8842-a8990896988a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-9835577b-4d6a-44a8-bd90-65fd457d1f56 {
  text-align: left;
}

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

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

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

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

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

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

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

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

#s-68b1c4cd-afd5-4f0e-9150-f1ef6a35c66e {
  margin-top: 30px;
padding-top: 11px;
padding-left: 27px;
padding-bottom: 11px;
padding-right: 27px;
border-radius: 11px;
background-color: rgba(175, 141, 31, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-68b1c4cd-afd5-4f0e-9150-f1ef6a35c66e:hover {background-color: rgba(225, 181, 37, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-68b1c4cd-afd5-4f0e-9150-f1ef6a35c66e:active {background-color: rgba(225, 181, 37, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-68b1c4cd-afd5-4f0e-9150-f1ef6a35c66e-atc-btn-wrapper {
    text-align: center;
  }


#s-68b1c4cd-afd5-4f0e-9150-f1ef6a35c66e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-68b1c4cd-afd5-4f0e-9150-f1ef6a35c66e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-68b1c4cd-afd5-4f0e-9150-f1ef6a35c66e.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-68b1c4cd-afd5-4f0e-9150-f1ef6a35c66e.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Work Sans;
  
  font-size: 13px;
  color: rgba(255, 255, 255, 1);
}


  #s-68b1c4cd-afd5-4f0e-9150-f1ef6a35c66e.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Work Sans;
    
    font-size: 15px;
    color: rgba(255, 255, 255, 1);
  }

@media (min-width: 1200px){
  #s-68b1c4cd-afd5-4f0e-9150-f1ef6a35c66e-atc-btn-wrapper {
    text-align: center;
  }


#s-68b1c4cd-afd5-4f0e-9150-f1ef6a35c66e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-68b1c4cd-afd5-4f0e-9150-f1ef6a35c66e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-68b1c4cd-afd5-4f0e-9150-f1ef6a35c66e.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-68b1c4cd-afd5-4f0e-9150-f1ef6a35c66e.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Work Sans;
  
  font-size: 13px;
  color: rgba(255, 255, 255, 1);
}


  #s-68b1c4cd-afd5-4f0e-9150-f1ef6a35c66e.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Work Sans;
    
    font-size: 15px;
    color: rgba(255, 255, 255, 1);
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-68b1c4cd-afd5-4f0e-9150-f1ef6a35c66e-atc-btn-wrapper {
    text-align: center;
  }


#s-68b1c4cd-afd5-4f0e-9150-f1ef6a35c66e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-68b1c4cd-afd5-4f0e-9150-f1ef6a35c66e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-68b1c4cd-afd5-4f0e-9150-f1ef6a35c66e.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-68b1c4cd-afd5-4f0e-9150-f1ef6a35c66e.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Work Sans;
  
  font-size: 13px;
  color: rgba(255, 255, 255, 1);
}


  #s-68b1c4cd-afd5-4f0e-9150-f1ef6a35c66e.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Work Sans;
    
    font-size: 15px;
    color: rgba(255, 255, 255, 1);
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-68b1c4cd-afd5-4f0e-9150-f1ef6a35c66e-atc-btn-wrapper {
    text-align: center;
  }


#s-68b1c4cd-afd5-4f0e-9150-f1ef6a35c66e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-68b1c4cd-afd5-4f0e-9150-f1ef6a35c66e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-68b1c4cd-afd5-4f0e-9150-f1ef6a35c66e.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-68b1c4cd-afd5-4f0e-9150-f1ef6a35c66e.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Work Sans;
  
  font-size: 13px;
  color: rgba(255, 255, 255, 1);
}


  #s-68b1c4cd-afd5-4f0e-9150-f1ef6a35c66e.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Work Sans;
    
    font-size: 15px;
    color: rgba(255, 255, 255, 1);
  }

}@media (max-width: 767px){
  #s-68b1c4cd-afd5-4f0e-9150-f1ef6a35c66e-atc-btn-wrapper {
    text-align: center;
  }


#s-68b1c4cd-afd5-4f0e-9150-f1ef6a35c66e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-68b1c4cd-afd5-4f0e-9150-f1ef6a35c66e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-68b1c4cd-afd5-4f0e-9150-f1ef6a35c66e.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-68b1c4cd-afd5-4f0e-9150-f1ef6a35c66e.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Work Sans;
  
  font-size: 13px;
  color: rgba(255, 255, 255, 1);
}


  #s-68b1c4cd-afd5-4f0e-9150-f1ef6a35c66e.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Work Sans;
    
    font-size: 15px;
    color: rgba(255, 255, 255, 1);
  }

}
#s-56332cbb-3575-4954-be99-495fff84513e {
  margin-top: 0px;
margin-bottom: 80px;
padding-top: 30px;
padding-left: 15%;
padding-bottom: 30px;
padding-right: 15%;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}

#s-56332cbb-3575-4954-be99-495fff84513e .shg-product-title-component h3 span {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Work Sans;
  
  font-size: 30px;
  
  
  
}

#s-92da83e8-02a0-441e-880c-4459fdf56ed9 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}
@media (min-width: 1200px){#s-92da83e8-02a0-441e-880c-4459fdf56ed9 {
  display: none;
}
#s-92da83e8-02a0-441e-880c-4459fdf56ed9, #wrap-s-92da83e8-02a0-441e-880c-4459fdf56ed9, #wrap-content-s-92da83e8-02a0-441e-880c-4459fdf56ed9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-92da83e8-02a0-441e-880c-4459fdf56ed9 {
  display: none;
}
#s-92da83e8-02a0-441e-880c-4459fdf56ed9, #wrap-s-92da83e8-02a0-441e-880c-4459fdf56ed9, #wrap-content-s-92da83e8-02a0-441e-880c-4459fdf56ed9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-92da83e8-02a0-441e-880c-4459fdf56ed9 {
  display: none;
}
#s-92da83e8-02a0-441e-880c-4459fdf56ed9, #wrap-s-92da83e8-02a0-441e-880c-4459fdf56ed9, #wrap-content-s-92da83e8-02a0-441e-880c-4459fdf56ed9 { display: none !important; }}@media (max-width: 767px){#s-92da83e8-02a0-441e-880c-4459fdf56ed9 {
  display: none;
}
#s-92da83e8-02a0-441e-880c-4459fdf56ed9, #wrap-s-92da83e8-02a0-441e-880c-4459fdf56ed9, #wrap-content-s-92da83e8-02a0-441e-880c-4459fdf56ed9 { display: none !important; }}
#s-92da83e8-02a0-441e-880c-4459fdf56ed9 {
  overflow: hidden;
  
  
      max-width: 100px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-92da83e8-02a0-441e-880c-4459fdf56ed9 .shogun-image-content {
  
    justify-content: center;
  
}

#s-65082061-8468-465b-af63-59c8c0694cdf {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
opacity: 0;
}

#s-65082061-8468-465b-af63-59c8c0694cdf {
  overflow: hidden;
  
  
      max-width: 100px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-65082061-8468-465b-af63-59c8c0694cdf .shogun-image-content {
  
    justify-content: center;
  
}

#s-4a1fcb75-897e-4526-a5e7-0d08b6356966 {
  margin-bottom: 15px;
text-align: left;
}



.shg-c#s-4a1fcb75-897e-4526-a5e7-0d08b6356966 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a1fcb75-897e-4526-a5e7-0d08b6356966 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-4a1fcb75-897e-4526-a5e7-0d08b6356966 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a1fcb75-897e-4526-a5e7-0d08b6356966 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-4a1fcb75-897e-4526-a5e7-0d08b6356966 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a1fcb75-897e-4526-a5e7-0d08b6356966 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-4a1fcb75-897e-4526-a5e7-0d08b6356966 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a1fcb75-897e-4526-a5e7-0d08b6356966 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-4a1fcb75-897e-4526-a5e7-0d08b6356966 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a1fcb75-897e-4526-a5e7-0d08b6356966 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-67dd0092-4526-48dd-ae80-3d6c1af34ca7 {
  text-align: center;
}
@media (min-width: 1200px){#s-67dd0092-4526-48dd-ae80-3d6c1af34ca7 {
  display: none;
}
#s-67dd0092-4526-48dd-ae80-3d6c1af34ca7, #wrap-s-67dd0092-4526-48dd-ae80-3d6c1af34ca7, #wrap-content-s-67dd0092-4526-48dd-ae80-3d6c1af34ca7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-67dd0092-4526-48dd-ae80-3d6c1af34ca7 {
  display: none;
}
#s-67dd0092-4526-48dd-ae80-3d6c1af34ca7, #wrap-s-67dd0092-4526-48dd-ae80-3d6c1af34ca7, #wrap-content-s-67dd0092-4526-48dd-ae80-3d6c1af34ca7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-67dd0092-4526-48dd-ae80-3d6c1af34ca7 {
  display: none;
}
#s-67dd0092-4526-48dd-ae80-3d6c1af34ca7, #wrap-s-67dd0092-4526-48dd-ae80-3d6c1af34ca7, #wrap-content-s-67dd0092-4526-48dd-ae80-3d6c1af34ca7 { display: none !important; }}@media (max-width: 767px){#s-67dd0092-4526-48dd-ae80-3d6c1af34ca7 {
  display: none;
}
#s-67dd0092-4526-48dd-ae80-3d6c1af34ca7, #wrap-s-67dd0092-4526-48dd-ae80-3d6c1af34ca7, #wrap-content-s-67dd0092-4526-48dd-ae80-3d6c1af34ca7 { display: none !important; }}
#s-6f2163f2-0547-46a5-9555-88a94648edc9 {
  text-align: center;
opacity: 0;
}

#s-6b981e82-773d-42d2-b87d-acdd2b3b43ef {
  padding-top: 0px;
padding-bottom: 12px;
text-align: center;
}

#s-6b981e82-773d-42d2-b87d-acdd2b3b43ef .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 40px;
  font-weight:  700 ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-6b981e82-773d-42d2-b87d-acdd2b3b43ef .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 40px;
}

#s-6b981e82-773d-42d2-b87d-acdd2b3b43ef .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f8c38a16-7eea-4aa6-a353-09b008248ed5 {
  text-align: left;
}

#s-edde13ab-f07d-4ad3-8ea1-bf50c5aa7338 {
  margin-top: 30px;
padding-top: 11px;
padding-left: 27px;
padding-bottom: 11px;
padding-right: 27px;
border-radius: 11px;
background-color: rgba(175, 141, 31, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-edde13ab-f07d-4ad3-8ea1-bf50c5aa7338:hover {background-color: rgba(225, 181, 37, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-edde13ab-f07d-4ad3-8ea1-bf50c5aa7338:active {background-color: rgba(225, 181, 37, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-edde13ab-f07d-4ad3-8ea1-bf50c5aa7338-atc-btn-wrapper {
    text-align: center;
  }


#s-edde13ab-f07d-4ad3-8ea1-bf50c5aa7338 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-edde13ab-f07d-4ad3-8ea1-bf50c5aa7338.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-edde13ab-f07d-4ad3-8ea1-bf50c5aa7338.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-edde13ab-f07d-4ad3-8ea1-bf50c5aa7338.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Work Sans;
  
  font-size: 13px;
  color: rgba(255, 255, 255, 1);
}


  #s-edde13ab-f07d-4ad3-8ea1-bf50c5aa7338.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Work Sans;
    
    font-size: 15px;
    color: rgba(255, 255, 255, 1);
  }

@media (min-width: 1200px){
  #s-edde13ab-f07d-4ad3-8ea1-bf50c5aa7338-atc-btn-wrapper {
    text-align: center;
  }


#s-edde13ab-f07d-4ad3-8ea1-bf50c5aa7338 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-edde13ab-f07d-4ad3-8ea1-bf50c5aa7338.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-edde13ab-f07d-4ad3-8ea1-bf50c5aa7338.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-edde13ab-f07d-4ad3-8ea1-bf50c5aa7338.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Work Sans;
  
  font-size: 13px;
  color: rgba(255, 255, 255, 1);
}


  #s-edde13ab-f07d-4ad3-8ea1-bf50c5aa7338.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Work Sans;
    
    font-size: 15px;
    color: rgba(255, 255, 255, 1);
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-edde13ab-f07d-4ad3-8ea1-bf50c5aa7338-atc-btn-wrapper {
    text-align: center;
  }


#s-edde13ab-f07d-4ad3-8ea1-bf50c5aa7338 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-edde13ab-f07d-4ad3-8ea1-bf50c5aa7338.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-edde13ab-f07d-4ad3-8ea1-bf50c5aa7338.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-edde13ab-f07d-4ad3-8ea1-bf50c5aa7338.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Work Sans;
  
  font-size: 13px;
  color: rgba(255, 255, 255, 1);
}


  #s-edde13ab-f07d-4ad3-8ea1-bf50c5aa7338.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Work Sans;
    
    font-size: 15px;
    color: rgba(255, 255, 255, 1);
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-edde13ab-f07d-4ad3-8ea1-bf50c5aa7338-atc-btn-wrapper {
    text-align: center;
  }


#s-edde13ab-f07d-4ad3-8ea1-bf50c5aa7338 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-edde13ab-f07d-4ad3-8ea1-bf50c5aa7338.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-edde13ab-f07d-4ad3-8ea1-bf50c5aa7338.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-edde13ab-f07d-4ad3-8ea1-bf50c5aa7338.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Work Sans;
  
  font-size: 13px;
  color: rgba(255, 255, 255, 1);
}


  #s-edde13ab-f07d-4ad3-8ea1-bf50c5aa7338.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Work Sans;
    
    font-size: 15px;
    color: rgba(255, 255, 255, 1);
  }

}@media (max-width: 767px){
  #s-edde13ab-f07d-4ad3-8ea1-bf50c5aa7338-atc-btn-wrapper {
    text-align: center;
  }


#s-edde13ab-f07d-4ad3-8ea1-bf50c5aa7338 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-edde13ab-f07d-4ad3-8ea1-bf50c5aa7338.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-edde13ab-f07d-4ad3-8ea1-bf50c5aa7338.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-edde13ab-f07d-4ad3-8ea1-bf50c5aa7338.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Work Sans;
  
  font-size: 13px;
  color: rgba(255, 255, 255, 1);
}


  #s-edde13ab-f07d-4ad3-8ea1-bf50c5aa7338.shg-btn.shg-product-atc-success {
    font-weight: 700;
    font-family: Work Sans;
    
    font-size: 15px;
    color: rgba(255, 255, 255, 1);
  }

}
#s-f5a16901-9dc6-425c-ad55-cc1d698065c0 {
  padding-bottom: 60px;
}
@media (min-width: 1200px){#s-f5a16901-9dc6-425c-ad55-cc1d698065c0 {
  display: none;
}
#s-f5a16901-9dc6-425c-ad55-cc1d698065c0, #wrap-s-f5a16901-9dc6-425c-ad55-cc1d698065c0, #wrap-content-s-f5a16901-9dc6-425c-ad55-cc1d698065c0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f5a16901-9dc6-425c-ad55-cc1d698065c0 {
  display: none;
}
#s-f5a16901-9dc6-425c-ad55-cc1d698065c0, #wrap-s-f5a16901-9dc6-425c-ad55-cc1d698065c0, #wrap-content-s-f5a16901-9dc6-425c-ad55-cc1d698065c0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f5a16901-9dc6-425c-ad55-cc1d698065c0 {
  display: none;
}
#s-f5a16901-9dc6-425c-ad55-cc1d698065c0, #wrap-s-f5a16901-9dc6-425c-ad55-cc1d698065c0, #wrap-content-s-f5a16901-9dc6-425c-ad55-cc1d698065c0 { display: none !important; }}@media (max-width: 767px){#s-f5a16901-9dc6-425c-ad55-cc1d698065c0 {
  display: none;
}
#s-f5a16901-9dc6-425c-ad55-cc1d698065c0, #wrap-s-f5a16901-9dc6-425c-ad55-cc1d698065c0, #wrap-content-s-f5a16901-9dc6-425c-ad55-cc1d698065c0 { display: none !important; }}
@media (min-width: 0px) {
[id="s-f5a16901-9dc6-425c-ad55-cc1d698065c0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f5a16901-9dc6-425c-ad55-cc1d698065c0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f5a16901-9dc6-425c-ad55-cc1d698065c0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f5a16901-9dc6-425c-ad55-cc1d698065c0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-22e2d3a8-f1df-404f-a4e3-3efb68f65b55 {
  margin-bottom: 80px;
padding-top: 30px;
padding-left: 15px;
padding-bottom: 30px;
padding-right: 15px;
text-align: center;
background-color: rgba(1, 2, 3, 1);
}

#s-22e2d3a8-f1df-404f-a4e3-3efb68f65b55 .shogun-heading-component h3 {
  color: rgba(245, 245, 245, 1);
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-8a3a5f29-941d-4713-8ce1-9e0b6ae2acd2 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}

#s-8a3a5f29-941d-4713-8ce1-9e0b6ae2acd2 {
  overflow: hidden;
  
  
      max-width: 100px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-8a3a5f29-941d-4713-8ce1-9e0b6ae2acd2 .shogun-image-content {
  
    justify-content: center;
  
}

#s-ed61a503-d3da-4a4e-8fc0-59c1b098ea8b {
  margin-left: auto;
margin-right: auto;
max-width: 110px;
text-align: center;
}

#s-ed61a503-d3da-4a4e-8fc0-59c1b098ea8b {
  overflow: hidden;
  
  
      max-width: 110px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-ed61a503-d3da-4a4e-8fc0-59c1b098ea8b img.shogun-image {
    

    
    
    
  }


#s-ed61a503-d3da-4a4e-8fc0-59c1b098ea8b .shogun-image-content {
  
    justify-content: center;
  
}

#s-a8a0395a-f6b3-42b1-ba5c-bf0572949600 {
  text-align: center;
}

#s-4490c634-a86f-4670-b98b-da44905cec62 {
  text-align: left;
}

#s-3e87deb0-147e-4644-a35d-4cb01f0d361f {
  padding-left: 15px;
padding-bottom: 25px;
padding-right: 15px;
}

#s-56ce9dbc-bb40-4bb2-bd6e-7a1d4eb6ded7 {
  text-align: left;
}

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

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

.shg-btn-text {
  
  
}

.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-5af03f52-57ce-4f0d-85b4-52f9e21a0261 {
  margin-top: 30px;
padding-top: 11px;
padding-left: 27px;
padding-bottom: 11px;
padding-right: 27px;
border-radius: 11px;
background-color: rgba(175, 141, 31, 1);
text-align: center;
text-decoration: none;
color: rgba(245, 245, 245, 1);
background-image: none;
hover-type: color;
}
#s-5af03f52-57ce-4f0d-85b4-52f9e21a0261:hover {background-color: rgba(225, 181, 37, 1) !important;
text-decoration: none !important;
color: rgba(245, 245, 245, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-5af03f52-57ce-4f0d-85b4-52f9e21a0261:active {background-color: rgba(225, 181, 37, 1) !important;
text-decoration: none !important;
color: rgba(245, 245, 245, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-5af03f52-57ce-4f0d-85b4-52f9e21a0261-root {
    text-align: center;
  }


#s-5af03f52-57ce-4f0d-85b4-52f9e21a0261.shg-btn {
  color: rgba(245, 245, 245, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5af03f52-57ce-4f0d-85b4-52f9e21a0261-root {
    text-align: center;
  }


#s-5af03f52-57ce-4f0d-85b4-52f9e21a0261.shg-btn {
  color: rgba(245, 245, 245, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5af03f52-57ce-4f0d-85b4-52f9e21a0261-root {
    text-align: center;
  }


#s-5af03f52-57ce-4f0d-85b4-52f9e21a0261.shg-btn {
  color: rgba(245, 245, 245, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5af03f52-57ce-4f0d-85b4-52f9e21a0261-root {
    text-align: center;
  }


#s-5af03f52-57ce-4f0d-85b4-52f9e21a0261.shg-btn {
  color: rgba(245, 245, 245, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5af03f52-57ce-4f0d-85b4-52f9e21a0261-root {
    text-align: center;
  }


#s-5af03f52-57ce-4f0d-85b4-52f9e21a0261.shg-btn {
  color: rgba(245, 245, 245, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}
#s-cd090340-5fe8-4eac-840a-b5ceccceb706 {
  margin-bottom: 80px;
padding-top: 30px;
padding-left: 15px;
padding-bottom: 30px;
padding-right: 15px;
text-align: center;
background-color: rgba(1, 2, 3, 1);
}

#s-cd090340-5fe8-4eac-840a-b5ceccceb706 .shogun-heading-component h3 {
  color: rgba(245, 245, 245, 1);
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-657bece5-6ec6-4e7c-8b7d-a4530aa7f6db {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}

#s-657bece5-6ec6-4e7c-8b7d-a4530aa7f6db {
  overflow: hidden;
  
  
      max-width: 100px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-657bece5-6ec6-4e7c-8b7d-a4530aa7f6db .shogun-image-content {
  
    justify-content: center;
  
}

#s-654bc840-0e0a-48c2-8ba8-d0f00785ba99 {
  margin-left: auto;
margin-right: auto;
max-width: 110px;
text-align: center;
}

#s-654bc840-0e0a-48c2-8ba8-d0f00785ba99 {
  overflow: hidden;
  
  
      max-width: 110px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-654bc840-0e0a-48c2-8ba8-d0f00785ba99 img.shogun-image {
    

    
    
    
  }


#s-654bc840-0e0a-48c2-8ba8-d0f00785ba99 .shogun-image-content {
  
    justify-content: center;
  
}

#s-d7f69575-00a7-4134-b78a-55905d655c1a {
  text-align: center;
}

#s-939da46c-1825-4f27-9bf1-47b7cffea952 {
  text-align: left;
}

#s-e043ca9e-c37c-4843-8b31-69e84df4fd9b {
  padding-left: 15px;
padding-bottom: 25px;
padding-right: 15px;
}

#s-6769068c-8d8d-4f89-a61b-af968f12409b {
  text-align: left;
}

#s-e4a08498-568d-4f5d-92c3-fe3baf37a7d8 {
  margin-top: 30px;
padding-top: 11px;
padding-left: 27px;
padding-bottom: 11px;
padding-right: 27px;
border-radius: 11px;
background-color: rgba(175, 141, 31, 1);
text-align: center;
text-decoration: none;
color: rgba(245, 245, 245, 1);
background-image: none;
hover-type: color;
}
#s-e4a08498-568d-4f5d-92c3-fe3baf37a7d8:hover {background-color: rgba(225, 181, 37, 1) !important;
text-decoration: none !important;
color: rgba(245, 245, 245, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-e4a08498-568d-4f5d-92c3-fe3baf37a7d8:active {background-color: rgba(225, 181, 37, 1) !important;
text-decoration: none !important;
color: rgba(245, 245, 245, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-e4a08498-568d-4f5d-92c3-fe3baf37a7d8-root {
    text-align: center;
  }


#s-e4a08498-568d-4f5d-92c3-fe3baf37a7d8.shg-btn {
  color: rgba(245, 245, 245, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e4a08498-568d-4f5d-92c3-fe3baf37a7d8-root {
    text-align: center;
  }


#s-e4a08498-568d-4f5d-92c3-fe3baf37a7d8.shg-btn {
  color: rgba(245, 245, 245, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e4a08498-568d-4f5d-92c3-fe3baf37a7d8-root {
    text-align: center;
  }


#s-e4a08498-568d-4f5d-92c3-fe3baf37a7d8.shg-btn {
  color: rgba(245, 245, 245, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e4a08498-568d-4f5d-92c3-fe3baf37a7d8-root {
    text-align: center;
  }


#s-e4a08498-568d-4f5d-92c3-fe3baf37a7d8.shg-btn {
  color: rgba(245, 245, 245, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e4a08498-568d-4f5d-92c3-fe3baf37a7d8-root {
    text-align: center;
  }


#s-e4a08498-568d-4f5d-92c3-fe3baf37a7d8.shg-btn {
  color: rgba(245, 245, 245, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}
#s-937e30f0-2dbc-4ee7-a23e-522fabff111b {
  margin-bottom: 80px;
padding-top: 30px;
padding-left: 15px;
padding-bottom: 30px;
padding-right: 15px;
text-align: center;
background-color: rgba(1, 2, 3, 1);
}

#s-937e30f0-2dbc-4ee7-a23e-522fabff111b .shogun-heading-component h3 {
  color: rgba(245, 245, 245, 1);
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-69d0b0fb-52fd-49c0-9c08-e8bd39bb73ca {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}

#s-69d0b0fb-52fd-49c0-9c08-e8bd39bb73ca {
  overflow: hidden;
  
  
      max-width: 100px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-69d0b0fb-52fd-49c0-9c08-e8bd39bb73ca .shogun-image-content {
  
    justify-content: center;
  
}

#s-602424ac-3de2-4017-9dca-d07edae8f050 {
  margin-left: auto;
margin-right: auto;
max-width: 110px;
text-align: center;
}

#s-602424ac-3de2-4017-9dca-d07edae8f050 {
  overflow: hidden;
  
  
      max-width: 110px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-602424ac-3de2-4017-9dca-d07edae8f050 img.shogun-image {
    

    
    
    
  }


#s-602424ac-3de2-4017-9dca-d07edae8f050 .shogun-image-content {
  
    justify-content: center;
  
}

#s-6ee5ec8b-4bee-4d29-9b58-9d9d2eec00df {
  text-align: center;
}

#s-81bb64a4-d03f-4ceb-8527-21c18a627029 {
  text-align: left;
}

#s-0a9b03a6-9938-4c5d-b5d8-1576e238be50 {
  padding-left: 15px;
padding-bottom: 25px;
padding-right: 15px;
}

#s-251c645f-59d0-4eee-846b-ef61a61f71fd {
  text-align: left;
}

#s-ad18adfb-80ce-45f1-bc27-20f74f5629fc {
  margin-top: 30px;
padding-top: 11px;
padding-left: 27px;
padding-bottom: 11px;
padding-right: 27px;
border-radius: 11px;
background-color: rgba(175, 141, 31, 1);
text-align: center;
text-decoration: none;
color: rgba(245, 245, 245, 1);
background-image: none;
hover-type: color;
}
#s-ad18adfb-80ce-45f1-bc27-20f74f5629fc:hover {background-color: rgba(225, 181, 37, 1) !important;
text-decoration: none !important;
color: rgba(245, 245, 245, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-ad18adfb-80ce-45f1-bc27-20f74f5629fc:active {background-color: rgba(225, 181, 37, 1) !important;
text-decoration: none !important;
color: rgba(245, 245, 245, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-ad18adfb-80ce-45f1-bc27-20f74f5629fc-root {
    text-align: center;
  }


#s-ad18adfb-80ce-45f1-bc27-20f74f5629fc.shg-btn {
  color: rgba(245, 245, 245, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ad18adfb-80ce-45f1-bc27-20f74f5629fc-root {
    text-align: center;
  }


#s-ad18adfb-80ce-45f1-bc27-20f74f5629fc.shg-btn {
  color: rgba(245, 245, 245, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ad18adfb-80ce-45f1-bc27-20f74f5629fc-root {
    text-align: center;
  }


#s-ad18adfb-80ce-45f1-bc27-20f74f5629fc.shg-btn {
  color: rgba(245, 245, 245, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ad18adfb-80ce-45f1-bc27-20f74f5629fc-root {
    text-align: center;
  }


#s-ad18adfb-80ce-45f1-bc27-20f74f5629fc.shg-btn {
  color: rgba(245, 245, 245, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ad18adfb-80ce-45f1-bc27-20f74f5629fc-root {
    text-align: center;
  }


#s-ad18adfb-80ce-45f1-bc27-20f74f5629fc.shg-btn {
  color: rgba(245, 245, 245, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}
#s-f4a72dfe-819d-4cfb-97d3-69fced75529b {
  padding-top: 0px;
padding-bottom: 25px;
text-align: center;
}

#s-f4a72dfe-819d-4cfb-97d3-69fced75529b .shogun-heading-component h4 {
  color: rgba(1, 2, 3, 0.5);
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-c00deba5-b015-40df-90ed-ee954b4fabad {
  padding-left: 150px;
padding-bottom: 180px;
padding-right: 150px;
}

@media (min-width: 0px) {
[id="s-c00deba5-b015-40df-90ed-ee954b4fabad"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c00deba5-b015-40df-90ed-ee954b4fabad"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-c00deba5-b015-40df-90ed-ee954b4fabad"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-c00deba5-b015-40df-90ed-ee954b4fabad"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-a1bee997-cbe8-4814-865a-257229187f42 {
  margin-left: auto;
margin-right: auto;
max-width: 180px;
text-align: center;
}

#s-a1bee997-cbe8-4814-865a-257229187f42 {
  overflow: hidden;
  
  
      max-width: 180px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-a1bee997-cbe8-4814-865a-257229187f42 img.shogun-image {
    

    
    
    
  }


#s-a1bee997-cbe8-4814-865a-257229187f42 .shogun-image-content {
  
    justify-content: center;
  
}

#s-459426ad-dbd3-4d9e-9f77-33d3fb2ef0ab {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
text-align: center;
}

#s-459426ad-dbd3-4d9e-9f77-33d3fb2ef0ab {
  overflow: hidden;
  
  
      max-width: 150px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-459426ad-dbd3-4d9e-9f77-33d3fb2ef0ab img.shogun-image {
    

    
    
    
  }


#s-459426ad-dbd3-4d9e-9f77-33d3fb2ef0ab .shogun-image-content {
  
    justify-content: center;
  
}

#s-56ed97b0-adaa-4791-89f6-c4dc54849859 {
  margin-left: auto;
margin-right: auto;
max-width: 70px;
text-align: center;
}

#s-56ed97b0-adaa-4791-89f6-c4dc54849859 {
  overflow: hidden;
  
  
      max-width: 70px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-56ed97b0-adaa-4791-89f6-c4dc54849859 img.shogun-image {
    

    
    
    
  }


#s-56ed97b0-adaa-4791-89f6-c4dc54849859 .shogun-image-content {
  
    justify-content: center;
  
}

#s-2847d441-5337-42ba-94f7-88fb9c6f364b {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
text-align: center;
}

#s-2847d441-5337-42ba-94f7-88fb9c6f364b {
  overflow: hidden;
  
  
      max-width: 150px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-2847d441-5337-42ba-94f7-88fb9c6f364b img.shogun-image {
    

    
    
    
  }


#s-2847d441-5337-42ba-94f7-88fb9c6f364b .shogun-image-content {
  
    justify-content: center;
  
}

#s-0e8c741c-4880-482b-b338-f679350ddfcf {
  padding-top: 50px;
padding-left: 100px;
padding-bottom: 70px;
padding-right: 100px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-0e8c741c-4880-482b-b338-f679350ddfcf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0e8c741c-4880-482b-b338-f679350ddfcf"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0e8c741c-4880-482b-b338-f679350ddfcf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0e8c741c-4880-482b-b338-f679350ddfcf"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0e8c741c-4880-482b-b338-f679350ddfcf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0e8c741c-4880-482b-b338-f679350ddfcf"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0e8c741c-4880-482b-b338-f679350ddfcf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-1b1bdc37-a788-4cf0-bcf6-4231c5b333ac {
  padding-top: 0px;
padding-bottom: 30px;
text-align: left;
}

#s-1b1bdc37-a788-4cf0-bcf6-4231c5b333ac .shogun-heading-component h4 {
  color: rgba(1, 2, 3, 1);
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 54px;
  line-height: 1.2em;
  
  text-align: left;
}



#s-be5fd280-dc2b-4067-9291-a94da0083839 {
  padding-bottom: 30px;
}

#s-fc336754-9b08-418e-9e0d-e70bbfb03ec3 {
  border-style: solid;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(175, 141, 31, 1);
border-radius: 11px;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
color: rgba(175, 141, 31, 1);
background-image: none;
hover-type: color;
}
#s-fc336754-9b08-418e-9e0d-e70bbfb03ec3:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(225, 181, 37, 1) !important;
text-decoration: none !important;
color: rgba(245, 245, 245, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-fc336754-9b08-418e-9e0d-e70bbfb03ec3:active {background-color: rgba(225, 181, 37, 1) !important;
text-decoration: none !important;
color: rgba(245, 245, 245, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-fc336754-9b08-418e-9e0d-e70bbfb03ec3-root {
    text-align: left;
  }


#s-fc336754-9b08-418e-9e0d-e70bbfb03ec3.shg-btn {
  color: rgba(175, 141, 31, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fc336754-9b08-418e-9e0d-e70bbfb03ec3-root {
    text-align: left;
  }


#s-fc336754-9b08-418e-9e0d-e70bbfb03ec3.shg-btn {
  color: rgba(175, 141, 31, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fc336754-9b08-418e-9e0d-e70bbfb03ec3-root {
    text-align: left;
  }


#s-fc336754-9b08-418e-9e0d-e70bbfb03ec3.shg-btn {
  color: rgba(175, 141, 31, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fc336754-9b08-418e-9e0d-e70bbfb03ec3-root {
    text-align: left;
  }


#s-fc336754-9b08-418e-9e0d-e70bbfb03ec3.shg-btn {
  color: rgba(175, 141, 31, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fc336754-9b08-418e-9e0d-e70bbfb03ec3-root {
    text-align: left;
  }


#s-fc336754-9b08-418e-9e0d-e70bbfb03ec3.shg-btn {
  color: rgba(175, 141, 31, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}
#s-f22b719d-24c1-44d8-944d-5c88771c8439 {
  margin-left: auto;
text-align: right;
}

#s-f22b719d-24c1-44d8-944d-5c88771c8439 {
  overflow: hidden;
  
  
}







  #s-f22b719d-24c1-44d8-944d-5c88771c8439 img.shogun-image {
    

    
    
    
  }


#s-f22b719d-24c1-44d8-944d-5c88771c8439 .shogun-image-content {
  
    justify-content: center;
  
}

#s-f541c031-04a3-4462-82cd-0957acfaf622 {
  padding-top: 210px;
padding-left: 130px;
padding-bottom: 100px;
padding-right: 130px;
min-height: 50px;
background-color: rgba(1, 2, 3, 1);
}








#s-f541c031-04a3-4462-82cd-0957acfaf622 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f541c031-04a3-4462-82cd-0957acfaf622.shg-box.shg-c {
  justify-content: center;
}

#s-237e6da6-1ee6-4298-8cb9-63b2e1763534 {
  max-width: 650px;
text-align: center;
}

#s-237e6da6-1ee6-4298-8cb9-63b2e1763534 {
  overflow: hidden;
  
  
      max-width: 650px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-237e6da6-1ee6-4298-8cb9-63b2e1763534 img.shogun-image {
    

    
    
    
  }


#s-237e6da6-1ee6-4298-8cb9-63b2e1763534 .shogun-image-content {
  
    justify-content: center;
  
}

#s-73d09e4b-17e1-4434-8202-7e75e2b7553e {
  padding-bottom: 140px;
}

@media (min-width: 0px) {
[id="s-73d09e4b-17e1-4434-8202-7e75e2b7553e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-73d09e4b-17e1-4434-8202-7e75e2b7553e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-73d09e4b-17e1-4434-8202-7e75e2b7553e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-73d09e4b-17e1-4434-8202-7e75e2b7553e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-bbf32cae-5fcb-4995-8793-479ed91b26be {
  padding-bottom: 30px;
}

#s-85629ff6-31e7-41c4-8cdc-59ad69f4692a {
  padding-top: 0px;
padding-bottom: 40px;
text-align: left;
}

#s-85629ff6-31e7-41c4-8cdc-59ad69f4692a .shogun-heading-component h3 {
  color: rgba(175, 141, 31, 1);
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-495fcab9-9490-4bc1-8791-644bbcccf095 {
  padding-bottom: 30px;
}

#s-a80d12ae-d91f-4545-8ce0-6e249ec4beaa {
  padding-bottom: 30px;
}

#s-20cc308d-5883-4ea6-a1df-c18f676f0ece {
  padding-bottom: 30px;
}

#s-c6e016e0-68c8-4db4-8cf9-64661b85c8b4 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-c6e016e0-68c8-4db4-8cf9-64661b85c8b4 .shogun-heading-component h5 {
  color: rgba(245, 245, 245, 1);
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1em;
  
  text-align: left;
}



#s-50f71a98-c7cf-48aa-a93d-d5dff53cc12c {
  padding-top: 0px;
padding-bottom: 30px;
text-align: left;
}

#s-50f71a98-c7cf-48aa-a93d-d5dff53cc12c .shogun-heading-component h6 {
  color: rgba(245, 245, 245, 1);
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  text-align: left;
}



#s-cf628fb0-0786-4053-a676-75578ff783b7 {
  text-align: left;
}

#s-cf628fb0-0786-4053-a676-75578ff783b7 {
  overflow: hidden;
  
  
}







  #s-cf628fb0-0786-4053-a676-75578ff783b7 img.shogun-image {
    

    
    
    
  }


#s-cf628fb0-0786-4053-a676-75578ff783b7 .shogun-image-content {
  
    justify-content: center;
  
}

#s-b6fe566c-6252-47c6-a5c0-5012962dc6c2 {
  padding-bottom: 30px;
}

#s-c581a8fb-7cfd-4d0d-b98e-1d78ccc6cca3 {
  padding-top: 0px;
padding-bottom: 40px;
text-align: left;
}

#s-c581a8fb-7cfd-4d0d-b98e-1d78ccc6cca3 .shogun-heading-component h3 {
  color: rgba(175, 141, 31, 1);
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-a96bec0b-f199-42f9-87bb-56ad482170cb {
  padding-bottom: 30px;
}

#s-aec2c33e-7426-4d0d-9663-799dbbf2ca82 {
  padding-bottom: 30px;
}

#s-ed5396a8-8800-4832-b02b-b8422b6bf84e {
  padding-bottom: 30px;
}

#s-c8013079-115d-4e23-9d44-37110b3aef19 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-c8013079-115d-4e23-9d44-37110b3aef19 .shogun-heading-component h5 {
  color: rgba(245, 245, 245, 1);
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1em;
  
  text-align: left;
}



#s-11fcb2db-ffd1-497d-a89c-15f93baa7b74 {
  padding-top: 0px;
padding-bottom: 30px;
text-align: left;
}

#s-11fcb2db-ffd1-497d-a89c-15f93baa7b74 .shogun-heading-component h6 {
  color: rgba(245, 245, 245, 1);
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  text-align: left;
}



#s-13e8e19d-c99c-4a99-8a4a-3f0be3bf4682 {
  text-align: left;
}

#s-13e8e19d-c99c-4a99-8a4a-3f0be3bf4682 {
  overflow: hidden;
  
  
}







  #s-13e8e19d-c99c-4a99-8a4a-3f0be3bf4682 img.shogun-image {
    

    
    
    
  }


#s-13e8e19d-c99c-4a99-8a4a-3f0be3bf4682 .shogun-image-content {
  
    justify-content: center;
  
}

#s-a8ccb1bb-cb02-4aa1-bacd-73b00ef498e2 {
  padding-bottom: 30px;
}

#s-1cdc9729-48fb-4383-8630-5984eb5331a9 {
  padding-top: 0px;
padding-bottom: 40px;
text-align: left;
}

#s-1cdc9729-48fb-4383-8630-5984eb5331a9 .shogun-heading-component h3 {
  color: rgba(175, 141, 31, 1);
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-971ff923-1bef-405d-8f75-d271bae4f3e6 {
  padding-bottom: 30px;
}

#s-67195c42-38c6-4c6c-8b25-27b9ce36d239 {
  padding-bottom: 30px;
}

#s-86ecd94c-274d-4288-ad12-289f4fbea334 {
  padding-bottom: 30px;
}

#s-2f720723-3697-4cf7-b7e6-cd2e20221191 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-2f720723-3697-4cf7-b7e6-cd2e20221191 .shogun-heading-component h5 {
  color: rgba(245, 245, 245, 1);
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1em;
  
  text-align: left;
}



#s-495e6bfd-ea9d-43d0-b3af-0c6b3ca9f553 {
  padding-top: 0px;
padding-bottom: 30px;
text-align: left;
}

#s-495e6bfd-ea9d-43d0-b3af-0c6b3ca9f553 .shogun-heading-component h6 {
  color: rgba(245, 245, 245, 1);
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  text-align: left;
}



#s-fc8c24e4-d470-40b0-b351-9967ce81b711 {
  text-align: left;
}

#s-fc8c24e4-d470-40b0-b351-9967ce81b711 {
  overflow: hidden;
  
  
}







  #s-fc8c24e4-d470-40b0-b351-9967ce81b711 img.shogun-image {
    

    
    
    
  }


#s-fc8c24e4-d470-40b0-b351-9967ce81b711 .shogun-image-content {
  
    justify-content: center;
  
}

#s-d3269009-1c07-4252-b645-5815d833584d {
  margin-bottom: 140px;
}

@media (min-width: 0px) {
[id="s-d3269009-1c07-4252-b645-5815d833584d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d3269009-1c07-4252-b645-5815d833584d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d3269009-1c07-4252-b645-5815d833584d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d3269009-1c07-4252-b645-5815d833584d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-7452069f-602e-479b-a6d6-db3327ac5c91 {
  margin-bottom: 30px;
text-align: center;
}

#s-7452069f-602e-479b-a6d6-db3327ac5c91 {
  overflow: hidden;
  
  
}







  #s-7452069f-602e-479b-a6d6-db3327ac5c91 img.shogun-image {
    

    
    
    
  }


#s-7452069f-602e-479b-a6d6-db3327ac5c91 .shogun-image-content {
  
    justify-content: center;
  
}

#s-5ab39e33-d8dd-4795-adf3-89e2e8070e35 {
  padding-top: 0px;
padding-bottom: 15px;
text-align: center;
}

#s-5ab39e33-d8dd-4795-adf3-89e2e8070e35 .shogun-heading-component h4 {
  color: rgba(175, 141, 31, 1);
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  
}



#s-0cd0c017-60c5-41c9-b64b-778b5e54f8a4 {
  padding-top: 0px;
padding-bottom: 35px;
text-align: center;
}

#s-0cd0c017-60c5-41c9-b64b-778b5e54f8a4 .shogun-heading-component h5 {
  color: rgba(1, 2, 3, 1);
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  
}



#s-175fa41a-805f-4c57-badc-70977fb610c3 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-175fa41a-805f-4c57-badc-70977fb610c3 .shogun-heading-component h5 {
  color: rgba(1, 2, 3, 1);
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  italic ;
  font-size: 20px;
  line-height: 1.4em;
  
  
}



#s-a047e8ef-1586-4b21-937c-cdd35a40ff50 {
  margin-bottom: 30px;
text-align: center;
}

#s-a047e8ef-1586-4b21-937c-cdd35a40ff50 {
  overflow: hidden;
  
  
}







  #s-a047e8ef-1586-4b21-937c-cdd35a40ff50 img.shogun-image {
    

    
    
    
  }


#s-a047e8ef-1586-4b21-937c-cdd35a40ff50 .shogun-image-content {
  
    justify-content: center;
  
}

#s-268ce069-0e21-4ed0-8e78-a9d1de647899 {
  padding-top: 0px;
padding-bottom: 15px;
text-align: center;
}

#s-268ce069-0e21-4ed0-8e78-a9d1de647899 .shogun-heading-component h4 {
  color: rgba(175, 141, 31, 1);
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  
}



#s-9a395b8e-fefe-4243-8834-31679a9abcd7 {
  padding-top: 0px;
padding-bottom: 35px;
text-align: center;
}

#s-9a395b8e-fefe-4243-8834-31679a9abcd7 .shogun-heading-component h5 {
  color: rgba(1, 2, 3, 1);
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  
}



#s-cbbc174d-11a2-4440-bb85-22a0f33b0d33 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-cbbc174d-11a2-4440-bb85-22a0f33b0d33 .shogun-heading-component h5 {
  color: rgba(1, 2, 3, 1);
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  italic ;
  font-size: 20px;
  line-height: 1.4em;
  
  
}



#s-6e05245d-50c6-457e-9f17-5ea0f8bb6222 {
  margin-bottom: 30px;
text-align: center;
}

#s-6e05245d-50c6-457e-9f17-5ea0f8bb6222 {
  overflow: hidden;
  
  
}







  #s-6e05245d-50c6-457e-9f17-5ea0f8bb6222 img.shogun-image {
    

    
    
    
  }


#s-6e05245d-50c6-457e-9f17-5ea0f8bb6222 .shogun-image-content {
  
    justify-content: center;
  
}

#s-2ce04cf7-9c08-493f-bb62-7bbc0a2ba12f {
  padding-top: 0px;
padding-bottom: 15px;
text-align: center;
}

#s-2ce04cf7-9c08-493f-bb62-7bbc0a2ba12f .shogun-heading-component h4 {
  color: rgba(175, 141, 31, 1);
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  
}



#s-f84939b9-5b75-44a2-a346-4cc1845ea554 {
  padding-top: 0px;
padding-bottom: 35px;
text-align: center;
}

#s-f84939b9-5b75-44a2-a346-4cc1845ea554 .shogun-heading-component h5 {
  color: rgba(1, 2, 3, 1);
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  
}



#s-68c27488-6403-4c45-a7b1-0c7fc99e3387 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-68c27488-6403-4c45-a7b1-0c7fc99e3387 .shogun-heading-component h5 {
  color: rgba(1, 2, 3, 1);
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  italic ;
  font-size: 20px;
  line-height: 1.4em;
  
  
}



#s-f0489ad0-d2ff-43d6-ade0-f319ea4d1b2b {
  padding-top: 0px;
padding-bottom: 40px;
text-align: center;
}

#s-f0489ad0-d2ff-43d6-ade0-f319ea4d1b2b .shogun-heading-component h2 {
  color: rgba(245, 245, 245, 1);
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 64px;
  line-height: 1.2em;
  
  
}



#s-1f4e154c-40e9-4b04-9f9a-28537b181d32 {
  padding-top: 0px;
padding-bottom: 70px;
text-align: center;
}

#s-1f4e154c-40e9-4b04-9f9a-28537b181d32 .shogun-heading-component h4 {
  color: rgba(245, 245, 245, 1);
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.4em;
  
  
}



#s-44bd3e79-fba6-4849-9eb3-da4e4b366665 {
  margin-bottom: 75px;
}

#s-c31848c0-472e-4a0a-8c63-127459570f32 {
  margin-bottom: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-c31848c0-472e-4a0a-8c63-127459570f32 .shogun-heading-component h2 {
  color: rgba(245, 245, 245, 1);
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 64px;
  line-height: 1.2em;
  
  
}



#s-70cd60f7-d2a1-4f8c-9512-9f5159b24d13 {
  margin-bottom: 40px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-70cd60f7-d2a1-4f8c-9512-9f5159b24d13 .shogun-heading-component h5 {
  color: rgba(245, 245, 245, 1);
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.4em;
  
  
}



#s-362f0dcb-3b24-47fe-94d1-80c3b87d84c8 {
  margin-bottom: 40px;
}

#s-ef2b9fc5-e696-42e0-acbc-f453dae4be97 {
  padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 11px;
background-color: rgba(175, 141, 31, 1);
text-align: center;
text-decoration: none;
color: rgba(245, 245, 245, 1);
background-image: none;
hover-type: color;
}
#s-ef2b9fc5-e696-42e0-acbc-f453dae4be97:hover {background-color: rgba(225, 181, 37, 1) !important;
text-decoration: none !important;
color: rgba(245, 245, 245, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-ef2b9fc5-e696-42e0-acbc-f453dae4be97:active {background-color: rgba(225, 181, 37, 1) !important;
text-decoration: none !important;
color: rgba(245, 245, 245, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-ef2b9fc5-e696-42e0-acbc-f453dae4be97-root {
    text-align: center;
  }


#s-ef2b9fc5-e696-42e0-acbc-f453dae4be97.shg-btn {
  color: rgba(245, 245, 245, 1);
  font-size: 22px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ef2b9fc5-e696-42e0-acbc-f453dae4be97-root {
    text-align: center;
  }


#s-ef2b9fc5-e696-42e0-acbc-f453dae4be97.shg-btn {
  color: rgba(245, 245, 245, 1);
  font-size: 22px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ef2b9fc5-e696-42e0-acbc-f453dae4be97-root {
    text-align: center;
  }


#s-ef2b9fc5-e696-42e0-acbc-f453dae4be97.shg-btn {
  color: rgba(245, 245, 245, 1);
  font-size: 22px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ef2b9fc5-e696-42e0-acbc-f453dae4be97-root {
    text-align: center;
  }


#s-ef2b9fc5-e696-42e0-acbc-f453dae4be97.shg-btn {
  color: rgba(245, 245, 245, 1);
  font-size: 22px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ef2b9fc5-e696-42e0-acbc-f453dae4be97-root {
    text-align: center;
  }


#s-ef2b9fc5-e696-42e0-acbc-f453dae4be97.shg-btn {
  color: rgba(245, 245, 245, 1);
  font-size: 22px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}
#s-5871be32-23ee-4890-bda7-045d372f736b {
  padding-top: 60px;
padding-left: 130px;
padding-bottom: 60px;
padding-right: 130px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-5871be32-23ee-4890-bda7-045d372f736b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5871be32-23ee-4890-bda7-045d372f736b.shg-box.shg-c {
  justify-content: center;
}

#s-bbd02970-4fa8-4a99-87bc-455e514655db {
  padding-top: 0px;
padding-bottom: 55px;
text-align: center;
}

#s-bbd02970-4fa8-4a99-87bc-455e514655db .shogun-heading-component h2 {
  color: rgba(1, 2, 3, 1);
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 64px;
  line-height: 1.2em;
  
  
}



#s-24bb2b90-2366-40b7-81f0-abd546c57005 {
  margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
background-color: rgba(232, 235, 239, 0);
}

@media (min-width: 0px) {
[id="s-24bb2b90-2366-40b7-81f0-abd546c57005"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-24bb2b90-2366-40b7-81f0-abd546c57005"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-24bb2b90-2366-40b7-81f0-abd546c57005"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-24bb2b90-2366-40b7-81f0-abd546c57005"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-716bac1a-85bf-44d1-9c23-2c78311ce392 {
  padding-bottom: 30px;
text-align: left;
}

#s-716bac1a-85bf-44d1-9c23-2c78311ce392 .shogun-heading-component h3 {
  color: rgba(1, 2, 3, 1);
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-6d8917b5-ff91-41dc-a464-57cacadb66c7 {
  margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 30px;
text-align: left;
}

#s-6d8917b5-ff91-41dc-a464-57cacadb66c7 .shogun-heading-component h3 {
  color: rgba(1, 2, 3, 1);
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-34dc52a3-7a6c-4ec6-baa4-c09925ff6aad {
  padding-bottom: 30px;
text-align: left;
}

#s-34dc52a3-7a6c-4ec6-baa4-c09925ff6aad .shogun-heading-component h3 {
  color: rgba(1, 2, 3, 1);
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-85ba760e-7179-4808-b76f-d773ee43adf4 {
  padding-top: 90px;
padding-left: 130px;
padding-bottom: 80px;
padding-right: 130px;
min-height: 50px;
}








#s-85ba760e-7179-4808-b76f-d773ee43adf4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-85ba760e-7179-4808-b76f-d773ee43adf4.shg-box.shg-c {
  justify-content: center;
}

#s-c409b1ca-5c90-486d-ad4e-52966c0cd2e7 {
  padding-top: 0px;
padding-bottom: 11px;
text-align: left;
}

#s-c409b1ca-5c90-486d-ad4e-52966c0cd2e7 .shogun-heading-component h2 {
  color: rgba(1, 2, 3, 1);
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 64px;
  line-height: 1.2em;
  
  text-align: left;
}



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

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

#s-b4a1eed1-277c-464b-9628-607c573cf322 {
  margin-bottom: 70px;
padding-right: 60%;
}

#s-b4a1eed1-277c-464b-9628-607c573cf322 hr {
  border-top: 12px solid rgba(175, 141, 31, 1);
}

#s-6f200c2c-d9bf-4346-9e77-cd7b504f765a {
  margin-bottom: 50px;
}

@media (min-width: 0px) {
[id="s-6f200c2c-d9bf-4346-9e77-cd7b504f765a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6f200c2c-d9bf-4346-9e77-cd7b504f765a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-6f200c2c-d9bf-4346-9e77-cd7b504f765a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-6f200c2c-d9bf-4346-9e77-cd7b504f765a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 50.0px);
}

}

@media (max-width: 767px) {
  [id="s-6f200c2c-d9bf-4346-9e77-cd7b504f765a"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-8e29a95d-e7e9-454c-be0c-d78791bbc825 {
  padding-top: 0px;
padding-bottom: 8px;
text-align: left;
}

#s-8e29a95d-e7e9-454c-be0c-d78791bbc825 .shogun-heading-component h4 {
  color: rgba(1, 2, 3, 1);
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.1em;
  
  text-align: left;
}



#s-c8ddf177-742e-4b49-ac93-0f94f81b8d5f {
  padding-top: 0px;
padding-bottom: 8px;
text-align: left;
}

#s-c8ddf177-742e-4b49-ac93-0f94f81b8d5f .shogun-heading-component h4 {
  color: rgba(1, 2, 3, 1);
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.1em;
  
  text-align: left;
}



#s-b86eb9b9-8587-4403-bb3c-8f1ce9d580f7 {
  margin-bottom: 50px;
}

@media (min-width: 0px) {
[id="s-b86eb9b9-8587-4403-bb3c-8f1ce9d580f7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b86eb9b9-8587-4403-bb3c-8f1ce9d580f7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-b86eb9b9-8587-4403-bb3c-8f1ce9d580f7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-b86eb9b9-8587-4403-bb3c-8f1ce9d580f7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 50.0px);
}

}

@media (max-width: 767px) {
  [id="s-b86eb9b9-8587-4403-bb3c-8f1ce9d580f7"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-26872460-0620-4744-856c-e900bc8f34fd {
  padding-top: 0px;
padding-bottom: 8px;
text-align: left;
}

#s-26872460-0620-4744-856c-e900bc8f34fd .shogun-heading-component h4 {
  color: rgba(1, 2, 3, 1);
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.1em;
  
  text-align: left;
}



#s-8a695000-0607-4704-83a5-d17e3236edb2 {
  padding-top: 0px;
padding-bottom: 8px;
text-align: left;
}

#s-8a695000-0607-4704-83a5-d17e3236edb2 .shogun-heading-component h4 {
  color: rgba(1, 2, 3, 1);
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.1em;
  
  text-align: left;
}



#s-222de793-ac4a-45a3-870f-9b07fc73598e {
  margin-bottom: 135px;
}

@media (min-width: 0px) {
[id="s-222de793-ac4a-45a3-870f-9b07fc73598e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-222de793-ac4a-45a3-870f-9b07fc73598e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-222de793-ac4a-45a3-870f-9b07fc73598e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-222de793-ac4a-45a3-870f-9b07fc73598e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 50.0px);
}

}

@media (max-width: 767px) {
  [id="s-222de793-ac4a-45a3-870f-9b07fc73598e"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-c70ce454-8a44-4dc2-a81f-84a6f9f13914 {
  padding-top: 0px;
padding-bottom: 8px;
text-align: left;
}

#s-c70ce454-8a44-4dc2-a81f-84a6f9f13914 .shogun-heading-component h4 {
  color: rgba(1, 2, 3, 1);
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.1em;
  
  text-align: left;
}



#s-70e583c1-8eeb-47da-abca-858949b4d36a {
  padding-top: 0px;
padding-bottom: 8px;
text-align: left;
}

#s-70e583c1-8eeb-47da-abca-858949b4d36a .shogun-heading-component h4 {
  color: rgba(1, 2, 3, 1);
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.1em;
  
  text-align: left;
}



#s-35383475-a647-40f5-abd1-71458ef09337 {
  padding-top: 50px;
padding-left: 100px;
padding-bottom: 70px;
padding-right: 100px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(1, 2, 3, 1);
border-style: solid;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-35383475-a647-40f5-abd1-71458ef09337"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-35383475-a647-40f5-abd1-71458ef09337"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-35383475-a647-40f5-abd1-71458ef09337"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-35383475-a647-40f5-abd1-71458ef09337"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-35383475-a647-40f5-abd1-71458ef09337"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-35383475-a647-40f5-abd1-71458ef09337"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-35383475-a647-40f5-abd1-71458ef09337"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-4865b5db-9086-426f-998a-7e4abd8d3167 {
  padding-top: 0px;
padding-bottom: 30px;
text-align: left;
}

#s-4865b5db-9086-426f-998a-7e4abd8d3167 .shogun-heading-component h4 {
  color: rgba(1, 2, 3, 1);
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 54px;
  line-height: 1.2em;
  
  text-align: left;
}



#s-e086d058-8496-4436-96a5-ce3a08a0d28d {
  padding-bottom: 30px;
}

#s-0dd573db-f362-4569-bdf0-e28ef6aefc52 {
  border-style: solid;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(175, 141, 31, 1);
border-radius: 11px;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
color: rgba(175, 141, 31, 1);
background-image: none;
hover-type: color;
}
#s-0dd573db-f362-4569-bdf0-e28ef6aefc52:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(225, 181, 37, 1) !important;
text-decoration: none !important;
color: rgba(245, 245, 245, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-0dd573db-f362-4569-bdf0-e28ef6aefc52:active {background-color: rgba(225, 181, 37, 1) !important;
text-decoration: none !important;
color: rgba(245, 245, 245, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-0dd573db-f362-4569-bdf0-e28ef6aefc52-root {
    text-align: left;
  }


#s-0dd573db-f362-4569-bdf0-e28ef6aefc52.shg-btn {
  color: rgba(175, 141, 31, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0dd573db-f362-4569-bdf0-e28ef6aefc52-root {
    text-align: left;
  }


#s-0dd573db-f362-4569-bdf0-e28ef6aefc52.shg-btn {
  color: rgba(175, 141, 31, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0dd573db-f362-4569-bdf0-e28ef6aefc52-root {
    text-align: left;
  }


#s-0dd573db-f362-4569-bdf0-e28ef6aefc52.shg-btn {
  color: rgba(175, 141, 31, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0dd573db-f362-4569-bdf0-e28ef6aefc52-root {
    text-align: left;
  }


#s-0dd573db-f362-4569-bdf0-e28ef6aefc52.shg-btn {
  color: rgba(175, 141, 31, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0dd573db-f362-4569-bdf0-e28ef6aefc52-root {
    text-align: left;
  }


#s-0dd573db-f362-4569-bdf0-e28ef6aefc52.shg-btn {
  color: rgba(175, 141, 31, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}
#s-91b18539-9bc7-4a7f-a51f-9186d34cf81f {
  margin-left: auto;
text-align: right;
}

#s-91b18539-9bc7-4a7f-a51f-9186d34cf81f {
  overflow: hidden;
  
  
}







  #s-91b18539-9bc7-4a7f-a51f-9186d34cf81f img.shogun-image {
    

    
    
    
  }


#s-91b18539-9bc7-4a7f-a51f-9186d34cf81f .shogun-image-content {
  
    justify-content: center;
  
}

#s-eeccba9e-cf93-4471-8e6e-b667b5fd0be8 {
  padding-top: 100px;
padding-left: 130px;
padding-bottom: 10px;
padding-right: 130px;
min-height: 50px;
}








#s-eeccba9e-cf93-4471-8e6e-b667b5fd0be8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-eeccba9e-cf93-4471-8e6e-b667b5fd0be8.shg-box.shg-c {
  justify-content: center;
}

#s-556fce28-5e95-4540-9de7-4a2decf7986d {
  padding-top: 0px;
padding-bottom: 85px;
text-align: center;
}

#s-556fce28-5e95-4540-9de7-4a2decf7986d .shogun-heading-component h2 {
  color: rgba(1, 2, 3, 1);
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 64px;
  line-height: 1.2em;
  
  
}



#s-5cf5a28d-74e5-4236-aabd-52381f169a44 {
  margin-bottom: 25px;
}

@media (min-width: 0px) {
[id="s-5cf5a28d-74e5-4236-aabd-52381f169a44"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5cf5a28d-74e5-4236-aabd-52381f169a44"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-5cf5a28d-74e5-4236-aabd-52381f169a44"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-5cf5a28d-74e5-4236-aabd-52381f169a44"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

#s-7f4da317-9334-48bc-a291-1246506cb6a5 {
  margin-bottom: 25px;
}

@media (min-width: 0px) {
[id="s-7f4da317-9334-48bc-a291-1246506cb6a5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7f4da317-9334-48bc-a291-1246506cb6a5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-7f4da317-9334-48bc-a291-1246506cb6a5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-7f4da317-9334-48bc-a291-1246506cb6a5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

#s-d4f7aa23-4d01-4498-bd40-5ffd30ce6019 {
  margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-d4f7aa23-4d01-4498-bd40-5ffd30ce6019"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d4f7aa23-4d01-4498-bd40-5ffd30ce6019"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-d4f7aa23-4d01-4498-bd40-5ffd30ce6019"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-d4f7aa23-4d01-4498-bd40-5ffd30ce6019"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

#s-8c532716-c0c4-4857-9458-e48eccd0eeae {
  padding-top: 45px;
padding-bottom: 0px;
min-height: 50px;
}








#s-8c532716-c0c4-4857-9458-e48eccd0eeae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8c532716-c0c4-4857-9458-e48eccd0eeae.shg-box.shg-c {
  justify-content: center;
}

#s-c5be16b2-8e79-4d0e-b5c9-4dc6d5b1d2a0 {
  margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-c5be16b2-8e79-4d0e-b5c9-4dc6d5b1d2a0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c5be16b2-8e79-4d0e-b5c9-4dc6d5b1d2a0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c5be16b2-8e79-4d0e-b5c9-4dc6d5b1d2a0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c5be16b2-8e79-4d0e-b5c9-4dc6d5b1d2a0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-fa54a26f-c6e7-4bde-8176-1507520e05e6 {
  margin-bottom: 30px;
text-align: center;
}

#s-fa54a26f-c6e7-4bde-8176-1507520e05e6 {
  overflow: hidden;
  
  
}







  #s-fa54a26f-c6e7-4bde-8176-1507520e05e6 img.shogun-image {
    

    
    
    
  }


#s-fa54a26f-c6e7-4bde-8176-1507520e05e6 .shogun-image-content {
  
    justify-content: center;
  
}

#s-5d0e8e5c-6f30-4b1c-a1f9-470dbd594ec9 {
  padding-top: 0px;
padding-bottom: 15px;
text-align: center;
}

#s-5d0e8e5c-6f30-4b1c-a1f9-470dbd594ec9 .shogun-heading-component h4 {
  color: rgba(175, 141, 31, 1);
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  
}



#s-726f896d-0950-47d8-83e1-b9697c81d0db {
  padding-top: 0px;
padding-bottom: 35px;
text-align: center;
}

#s-726f896d-0950-47d8-83e1-b9697c81d0db .shogun-heading-component h5 {
  color: rgba(1, 2, 3, 1);
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  
}



#s-45359475-aded-46e9-bbdb-ebd976ca0e3c {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-45359475-aded-46e9-bbdb-ebd976ca0e3c .shogun-heading-component h5 {
  color: rgba(1, 2, 3, 1);
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  italic ;
  font-size: 20px;
  line-height: 1.4em;
  
  
}



#s-24474a1c-b74b-4452-a2b3-f07eb3b05116 {
  margin-bottom: 30px;
text-align: center;
}

#s-24474a1c-b74b-4452-a2b3-f07eb3b05116 {
  overflow: hidden;
  
  
}







  #s-24474a1c-b74b-4452-a2b3-f07eb3b05116 img.shogun-image {
    

    
    
    
  }


#s-24474a1c-b74b-4452-a2b3-f07eb3b05116 .shogun-image-content {
  
    justify-content: center;
  
}

#s-994946f8-3178-46aa-b002-b6a554ccedd1 {
  padding-top: 0px;
padding-bottom: 15px;
text-align: center;
}

#s-994946f8-3178-46aa-b002-b6a554ccedd1 .shogun-heading-component h4 {
  color: rgba(175, 141, 31, 1);
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  
}



#s-3a5e2dc4-ea2b-4ad1-9070-e53a0bd933bf {
  padding-top: 0px;
padding-bottom: 35px;
text-align: center;
}

#s-3a5e2dc4-ea2b-4ad1-9070-e53a0bd933bf .shogun-heading-component h5 {
  color: rgba(1, 2, 3, 1);
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  
}



#s-78bc6e04-0b31-421c-acc6-a4df97da1998 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-78bc6e04-0b31-421c-acc6-a4df97da1998 .shogun-heading-component h5 {
  color: rgba(1, 2, 3, 1);
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  italic ;
  font-size: 20px;
  line-height: 1.4em;
  
  
}



#s-f6117686-5e2b-49ac-b34f-76968220e55d {
  margin-bottom: 30px;
text-align: center;
}

#s-f6117686-5e2b-49ac-b34f-76968220e55d {
  overflow: hidden;
  
  
}







  #s-f6117686-5e2b-49ac-b34f-76968220e55d img.shogun-image {
    

    
    
    
  }


#s-f6117686-5e2b-49ac-b34f-76968220e55d .shogun-image-content {
  
    justify-content: center;
  
}

#s-3d018ba5-a55a-45a0-b8e0-0dfcfb02a7c1 {
  padding-top: 0px;
padding-bottom: 15px;
text-align: center;
}

#s-3d018ba5-a55a-45a0-b8e0-0dfcfb02a7c1 .shogun-heading-component h4 {
  color: rgba(175, 141, 31, 1);
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  
}



#s-c9df045a-87c6-446b-830e-52f95f2711c7 {
  padding-top: 0px;
padding-bottom: 35px;
text-align: center;
}

#s-c9df045a-87c6-446b-830e-52f95f2711c7 .shogun-heading-component h5 {
  color: rgba(1, 2, 3, 1);
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  
}



#s-19ba82a7-3eb8-457e-879f-1452ae8c7b43 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-19ba82a7-3eb8-457e-879f-1452ae8c7b43 .shogun-heading-component h5 {
  color: rgba(1, 2, 3, 1);
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  italic ;
  font-size: 20px;
  line-height: 1.4em;
  
  
}



#s-14218936-5585-49d2-8d96-a19d051890ab {
  margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-14218936-5585-49d2-8d96-a19d051890ab"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-14218936-5585-49d2-8d96-a19d051890ab"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-14218936-5585-49d2-8d96-a19d051890ab"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-14218936-5585-49d2-8d96-a19d051890ab"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-b57ee0b8-d57d-48aa-9e34-728694d3c7ac {
  margin-bottom: 30px;
text-align: center;
}

#s-b57ee0b8-d57d-48aa-9e34-728694d3c7ac {
  overflow: hidden;
  
  
}







  #s-b57ee0b8-d57d-48aa-9e34-728694d3c7ac img.shogun-image {
    

    
    
    
  }


#s-b57ee0b8-d57d-48aa-9e34-728694d3c7ac .shogun-image-content {
  
    justify-content: center;
  
}

#s-4804c85f-7652-4360-acd4-13afe04ebf66 {
  padding-top: 0px;
padding-bottom: 15px;
text-align: center;
}

#s-4804c85f-7652-4360-acd4-13afe04ebf66 .shogun-heading-component h4 {
  color: rgba(175, 141, 31, 1);
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  
}



#s-c8cf7b9f-354a-4f21-9ab7-b760a990f872 {
  padding-top: 0px;
padding-bottom: 35px;
text-align: center;
}

#s-c8cf7b9f-354a-4f21-9ab7-b760a990f872 .shogun-heading-component h5 {
  color: rgba(1, 2, 3, 1);
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  
}



#s-28a4f0a3-98cc-4e47-9286-5d00e2b2ba7d {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-28a4f0a3-98cc-4e47-9286-5d00e2b2ba7d .shogun-heading-component h5 {
  color: rgba(1, 2, 3, 1);
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  italic ;
  font-size: 20px;
  line-height: 1.4em;
  
  
}



#s-36f74b2e-f5e2-43d2-a027-fb17889f5a65 {
  margin-bottom: 30px;
text-align: center;
}

#s-36f74b2e-f5e2-43d2-a027-fb17889f5a65 {
  overflow: hidden;
  
  
}







  #s-36f74b2e-f5e2-43d2-a027-fb17889f5a65 img.shogun-image {
    

    
    
    
  }


#s-36f74b2e-f5e2-43d2-a027-fb17889f5a65 .shogun-image-content {
  
    justify-content: center;
  
}

#s-64d99007-36ad-420a-9b8e-bee2a1394cd6 {
  padding-top: 0px;
padding-bottom: 15px;
text-align: center;
}

#s-64d99007-36ad-420a-9b8e-bee2a1394cd6 .shogun-heading-component h4 {
  color: rgba(175, 141, 31, 1);
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  
}



#s-84f6dfc8-503e-429a-846b-ceac38420152 {
  padding-top: 0px;
padding-bottom: 35px;
text-align: center;
}

#s-84f6dfc8-503e-429a-846b-ceac38420152 .shogun-heading-component h5 {
  color: rgba(1, 2, 3, 1);
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  
}



#s-d7c17f81-9a05-4bf3-b357-1b9ab65add2f {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-d7c17f81-9a05-4bf3-b357-1b9ab65add2f .shogun-heading-component h5 {
  color: rgba(1, 2, 3, 1);
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  italic ;
  font-size: 20px;
  line-height: 1.4em;
  
  
}



#s-ee439391-ccfd-4adf-84aa-2eed58c2372e {
  margin-bottom: 30px;
text-align: center;
}

#s-ee439391-ccfd-4adf-84aa-2eed58c2372e {
  overflow: hidden;
  
  
}







  #s-ee439391-ccfd-4adf-84aa-2eed58c2372e img.shogun-image {
    

    
    
    
  }


#s-ee439391-ccfd-4adf-84aa-2eed58c2372e .shogun-image-content {
  
    justify-content: center;
  
}

#s-5a89fdb8-319d-40eb-9463-c6fcf31a2cb8 {
  padding-top: 0px;
padding-bottom: 15px;
text-align: center;
}

#s-5a89fdb8-319d-40eb-9463-c6fcf31a2cb8 .shogun-heading-component h4 {
  color: rgba(175, 141, 31, 1);
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  
}



#s-824e2821-4433-489d-a8cf-0b3fd0cf8918 {
  padding-top: 0px;
padding-bottom: 35px;
text-align: center;
}

#s-824e2821-4433-489d-a8cf-0b3fd0cf8918 .shogun-heading-component h5 {
  color: rgba(1, 2, 3, 1);
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  
}



#s-94bc57f9-bd1b-4083-a7bb-c83346c90d39 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-94bc57f9-bd1b-4083-a7bb-c83346c90d39 .shogun-heading-component h5 {
  color: rgba(1, 2, 3, 1);
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  italic ;
  font-size: 20px;
  line-height: 1.4em;
  
  
}



@media (min-width: 0px) {
[id="s-aa6bfbae-e35f-4161-a77d-072da0a51fed"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aa6bfbae-e35f-4161-a77d-072da0a51fed"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-aa6bfbae-e35f-4161-a77d-072da0a51fed"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-aa6bfbae-e35f-4161-a77d-072da0a51fed"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-afc7bb85-2d23-481b-af8c-d01763f911bd {
  margin-right: -20px;
text-align: center;
}

#s-afc7bb85-2d23-481b-af8c-d01763f911bd {
  overflow: hidden;
  
  
}







  #s-afc7bb85-2d23-481b-af8c-d01763f911bd img.shogun-image {
    

    
    
    
  }


#s-afc7bb85-2d23-481b-af8c-d01763f911bd .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-69b84a34-a9bf-430d-9f61-f065dafc2e30 {
  margin-left: -10px;
margin-right: -10px;
text-align: center;
}

#s-69b84a34-a9bf-430d-9f61-f065dafc2e30 {
  overflow: hidden;
  
  
}







  #s-69b84a34-a9bf-430d-9f61-f065dafc2e30 img.shogun-image {
    

    
    
    
  }


#s-69b84a34-a9bf-430d-9f61-f065dafc2e30 .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-e1fbe32a-4cb7-45e6-a3cd-e2f17446b79a {
  margin-left: -20px;
margin-right: 0px;
text-align: center;
}

#s-e1fbe32a-4cb7-45e6-a3cd-e2f17446b79a {
  overflow: hidden;
  
  
}







  #s-e1fbe32a-4cb7-45e6-a3cd-e2f17446b79a img.shogun-image {
    

    
    
    
  }


#s-e1fbe32a-4cb7-45e6-a3cd-e2f17446b79a .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-09cd2d50-e971-43f4-8221-9e094b9b1cb2 {
  padding-top: 50px;
padding-bottom: 10px;
min-height: 50px;
}








#s-09cd2d50-e971-43f4-8221-9e094b9b1cb2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-09cd2d50-e971-43f4-8221-9e094b9b1cb2.shg-box.shg-c {
  justify-content: flex-start;
}

#s-6e127797-ca59-4d1b-b457-a384262446be {
  padding-top: 0px;
padding-bottom: 50px;
text-align: center;
}

#s-6e127797-ca59-4d1b-b457-a384262446be .shogun-heading-component h2 {
  color: rgba(1, 2, 3, 1);
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 64px;
  line-height: 1.2em;
  
  
}



.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-76da78ec-9217-4821-80d1-3b2d2924623f {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-76da78ec-9217-4821-80d1-3b2d2924623f {
  display: none;
}
#s-76da78ec-9217-4821-80d1-3b2d2924623f, #wrap-s-76da78ec-9217-4821-80d1-3b2d2924623f, #wrap-content-s-76da78ec-9217-4821-80d1-3b2d2924623f { display: none !important; }}
#s-76da78ec-9217-4821-80d1-3b2d2924623f > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(232, 235, 239, 1);
}

#s-76da78ec-9217-4821-80d1-3b2d2924623f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 243, 1);
  padding: 10px;
}

#s-76da78ec-9217-4821-80d1-3b2d2924623f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(18, 18, 18, 1);
}

#s-76da78ec-9217-4821-80d1-3b2d2924623f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(232, 235, 239, 1);
}

#s-76da78ec-9217-4821-80d1-3b2d2924623f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(18, 18, 18, 1);
  text-align: left;
  font-family: Work Sans;
  
  
  font-size: 30px;
}

#s-76da78ec-9217-4821-80d1-3b2d2924623f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 30px;
}
.shg-rich-text {
  overflow-wrap: break-word;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content p {
  
  
  
}

#s-f40e8d8a-f7ed-4cd3-aa0b-c265728a173c {
  margin-left: 5%;
margin-right: 5%;
}

#s-f40e8d8a-f7ed-4cd3-aa0b-c265728a173c .shg-proportional-font-size,
#s-f40e8d8a-f7ed-4cd3-aa0b-c265728a173c .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-70f0ae13-3f72-45f5-ae61-8aa3f16b4dc0 {
  margin-top: 2%;
margin-left: 10%;
margin-bottom: 2%;
margin-right: 10%;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-radius: 2px;
text-align: center;
background-color: rgba(159, 130, 53, 1);
text-decoration: none;
}
#s-70f0ae13-3f72-45f5-ae61-8aa3f16b4dc0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-70f0ae13-3f72-45f5-ae61-8aa3f16b4dc0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-70f0ae13-3f72-45f5-ae61-8aa3f16b4dc0-root {
    text-align: center;
  }


#s-70f0ae13-3f72-45f5-ae61-8aa3f16b4dc0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 30px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-70f0ae13-3f72-45f5-ae61-8aa3f16b4dc0-root {
    text-align: center;
  }


#s-70f0ae13-3f72-45f5-ae61-8aa3f16b4dc0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 30px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-70f0ae13-3f72-45f5-ae61-8aa3f16b4dc0-root {
    text-align: center;
  }


#s-70f0ae13-3f72-45f5-ae61-8aa3f16b4dc0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 30px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-70f0ae13-3f72-45f5-ae61-8aa3f16b4dc0-root {
    text-align: center;
  }


#s-70f0ae13-3f72-45f5-ae61-8aa3f16b4dc0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 30px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-70f0ae13-3f72-45f5-ae61-8aa3f16b4dc0-root {
    text-align: center;
  }


#s-70f0ae13-3f72-45f5-ae61-8aa3f16b4dc0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 30px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}
#s-aa4df76a-3f73-4c5f-9fdf-4c2d9301cd38 {
  margin-top: 2%;
margin-left: 5%;
margin-bottom: 2%;
margin-right: 5%;
padding-left: 15%;
padding-right: 15%;
}

#s-78425aca-b570-4728-8b67-70a0c707d282 {
  margin-top: 3%;
margin-left: 5%;
margin-bottom: 3%;
margin-right: 5%;
padding-left: 15%;
padding-right: 15%;
text-align: center;
}

#s-78425aca-b570-4728-8b67-70a0c707d282 {
  overflow: hidden;
  
  
}







  #s-78425aca-b570-4728-8b67-70a0c707d282 img.shogun-image {
    

    
    
    
  }


#s-78425aca-b570-4728-8b67-70a0c707d282 .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-740b8f19-c8e4-4347-b65b-0146d2329917 {
  padding-top: 3%;
padding-left: 5%;
padding-bottom: 3%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-740b8f19-c8e4-4347-b65b-0146d2329917"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-740b8f19-c8e4-4347-b65b-0146d2329917"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-740b8f19-c8e4-4347-b65b-0146d2329917"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-740b8f19-c8e4-4347-b65b-0146d2329917"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f188bb24-088d-4fc9-9c39-69a0094397cb {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-f188bb24-088d-4fc9-9c39-69a0094397cb {
  display: none;
}
#s-f188bb24-088d-4fc9-9c39-69a0094397cb, #wrap-s-f188bb24-088d-4fc9-9c39-69a0094397cb, #wrap-content-s-f188bb24-088d-4fc9-9c39-69a0094397cb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f188bb24-088d-4fc9-9c39-69a0094397cb {
  display: none;
}
#s-f188bb24-088d-4fc9-9c39-69a0094397cb, #wrap-s-f188bb24-088d-4fc9-9c39-69a0094397cb, #wrap-content-s-f188bb24-088d-4fc9-9c39-69a0094397cb { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f188bb24-088d-4fc9-9c39-69a0094397cb {
  display: none;
}
#s-f188bb24-088d-4fc9-9c39-69a0094397cb, #wrap-s-f188bb24-088d-4fc9-9c39-69a0094397cb, #wrap-content-s-f188bb24-088d-4fc9-9c39-69a0094397cb { display: none !important; }}
#s-f188bb24-088d-4fc9-9c39-69a0094397cb > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(232, 235, 239, 1);
}

#s-f188bb24-088d-4fc9-9c39-69a0094397cb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(232, 235, 239, 1);
  padding: 10px;
}

#s-f188bb24-088d-4fc9-9c39-69a0094397cb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(18, 18, 18, 1);
}

#s-f188bb24-088d-4fc9-9c39-69a0094397cb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(232, 235, 239, 1);
}

#s-f188bb24-088d-4fc9-9c39-69a0094397cb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(18, 18, 18, 1);
  text-align: left;
  font-family: Work Sans;
  
  
  font-size: 20px;
}

#s-f188bb24-088d-4fc9-9c39-69a0094397cb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-eaf4c539-546f-43f6-8088-a3218c505b83 {
  margin-left: auto;
margin-right: auto;
}

#s-eaf4c539-546f-43f6-8088-a3218c505b83 .shg-proportional-font-size,
#s-eaf4c539-546f-43f6-8088-a3218c505b83 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-d9f704d3-a57c-4a3c-9a21-967e74dd5445 {
  margin-top: 2%;
margin-left: 10%;
margin-bottom: 2%;
margin-right: 10%;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-radius: 2px;
text-align: center;
background-color: rgba(159, 130, 53, 1);
text-decoration: none;
}
#s-d9f704d3-a57c-4a3c-9a21-967e74dd5445:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d9f704d3-a57c-4a3c-9a21-967e74dd5445:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d9f704d3-a57c-4a3c-9a21-967e74dd5445-root {
    text-align: center;
  }


#s-d9f704d3-a57c-4a3c-9a21-967e74dd5445.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d9f704d3-a57c-4a3c-9a21-967e74dd5445-root {
    text-align: center;
  }


#s-d9f704d3-a57c-4a3c-9a21-967e74dd5445.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d9f704d3-a57c-4a3c-9a21-967e74dd5445-root {
    text-align: center;
  }


#s-d9f704d3-a57c-4a3c-9a21-967e74dd5445.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d9f704d3-a57c-4a3c-9a21-967e74dd5445-root {
    text-align: center;
  }


#s-d9f704d3-a57c-4a3c-9a21-967e74dd5445.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d9f704d3-a57c-4a3c-9a21-967e74dd5445-root {
    text-align: center;
  }


#s-d9f704d3-a57c-4a3c-9a21-967e74dd5445.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}
#s-0bb2a411-5b45-4a7d-bf01-29c015347de9 {
  margin-top: 3%;
margin-left: 3%;
margin-bottom: 3%;
margin-right: 3%;
padding-left: 5%;
padding-right: 5%;
}

#s-a53ae846-c8d6-4508-b473-ab843e582c36 {
  margin-top: 3%;
margin-left: 0px;
margin-bottom: 3%;
margin-right: 0px;
padding-left: 5%;
padding-right: 5%;
text-align: center;
}

#s-a53ae846-c8d6-4508-b473-ab843e582c36 {
  overflow: hidden;
  
  
}







  #s-a53ae846-c8d6-4508-b473-ab843e582c36 img.shogun-image {
    

    
    
    
  }


#s-a53ae846-c8d6-4508-b473-ab843e582c36 .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-c9779a8f-410d-4adf-aae8-5fc8f85a03a4 {
  padding-top: 3%;
padding-left: 5%;
padding-bottom: 3%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-c9779a8f-410d-4adf-aae8-5fc8f85a03a4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c9779a8f-410d-4adf-aae8-5fc8f85a03a4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c9779a8f-410d-4adf-aae8-5fc8f85a03a4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c9779a8f-410d-4adf-aae8-5fc8f85a03a4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* <-- User Content Animations */

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

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

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