.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-c6fd4c5b-8b18-4ac1-b5e2-046ce6e43d34 {
  min-height: 50px;
}








#s-c6fd4c5b-8b18-4ac1-b5e2-046ce6e43d34 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c6fd4c5b-8b18-4ac1-b5e2-046ce6e43d34.shg-box.shg-c {
  justify-content: flex-start;
}

.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-9ac77b64-c46c-4ed2-8ebc-d84f91e09c8a {
  padding-top: 20px;
}

.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-bc25f22f-bcc0-495c-91e5-8eadba9e107e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-bc25f22f-bcc0-495c-91e5-8eadba9e107e .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-7c315bb4-5200-4963-ad64-1efe324628a5 {
  margin-left: -80%;
}
@media (min-width: 1200px){#s-7c315bb4-5200-4963-ad64-1efe324628a5 {
  display: none;
}
#s-7c315bb4-5200-4963-ad64-1efe324628a5, #wrap-s-7c315bb4-5200-4963-ad64-1efe324628a5, #wrap-content-s-7c315bb4-5200-4963-ad64-1efe324628a5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7c315bb4-5200-4963-ad64-1efe324628a5 {
  display: none;
}
#s-7c315bb4-5200-4963-ad64-1efe324628a5, #wrap-s-7c315bb4-5200-4963-ad64-1efe324628a5, #wrap-content-s-7c315bb4-5200-4963-ad64-1efe324628a5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7c315bb4-5200-4963-ad64-1efe324628a5 {
  display: none;
}
#s-7c315bb4-5200-4963-ad64-1efe324628a5, #wrap-s-7c315bb4-5200-4963-ad64-1efe324628a5, #wrap-content-s-7c315bb4-5200-4963-ad64-1efe324628a5 { display: none !important; }}
@media (min-width: 0px) {
[id="s-7c315bb4-5200-4963-ad64-1efe324628a5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-7c315bb4-5200-4963-ad64-1efe324628a5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7c315bb4-5200-4963-ad64-1efe324628a5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7c315bb4-5200-4963-ad64-1efe324628a5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7c315bb4-5200-4963-ad64-1efe324628a5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7c315bb4-5200-4963-ad64-1efe324628a5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7c315bb4-5200-4963-ad64-1efe324628a5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-72b6da90-9dc2-4969-8872-2ef73963a1bc .shogun-icon-wrapper {
  text-align: right;
}


#s-72b6da90-9dc2-4969-8872-2ef73963a1bc .shogun-icon-wrapper > .shogun-icon {

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

#s-606f025c-ec9d-4668-8713-03c8212c73ea {
  margin-left: -5%;
}

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

}

@media (min-width: 768px) {
[id="s-c0b67aba-8ba0-4d91-a096-ec788d7327b0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c0b67aba-8ba0-4d91-a096-ec788d7327b0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c0b67aba-8ba0-4d91-a096-ec788d7327b0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c0b67aba-8ba0-4d91-a096-ec788d7327b0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c0b67aba-8ba0-4d91-a096-ec788d7327b0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c0b67aba-8ba0-4d91-a096-ec788d7327b0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-150384cf-30fc-41bb-b66a-79de1342fa59 .shogun-icon-wrapper {
  text-align: right;
}


#s-150384cf-30fc-41bb-b66a-79de1342fa59 .shogun-icon-wrapper > .shogun-icon {

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

#s-159cff1d-616d-4b30-aba4-a53636c1609d {
  margin-left: -5%;
}

#s-03d5980b-5828-4dd6-92ac-b83587a50f6e {
  
}
@media (max-width: 767px){#s-03d5980b-5828-4dd6-92ac-b83587a50f6e {
  display: none;
}
#s-03d5980b-5828-4dd6-92ac-b83587a50f6e, #wrap-s-03d5980b-5828-4dd6-92ac-b83587a50f6e, #wrap-content-s-03d5980b-5828-4dd6-92ac-b83587a50f6e { display: none !important; }}
@media (min-width: 0px) {
[id="s-03d5980b-5828-4dd6-92ac-b83587a50f6e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-03d5980b-5828-4dd6-92ac-b83587a50f6e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-03d5980b-5828-4dd6-92ac-b83587a50f6e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-03d5980b-5828-4dd6-92ac-b83587a50f6e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-03d5980b-5828-4dd6-92ac-b83587a50f6e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-03d5980b-5828-4dd6-92ac-b83587a50f6e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-03d5980b-5828-4dd6-92ac-b83587a50f6e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-36f9de7f-01ce-4cc6-8e7e-631355085c85 .shogun-icon-wrapper {
  text-align: right;
}


#s-36f9de7f-01ce-4cc6-8e7e-631355085c85 .shogun-icon-wrapper > .shogun-icon {

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

#s-db797d82-d29c-486b-9bf3-7f036565651e {
  margin-left: -5%;
}

#s-4a4f7728-5e4d-451b-a98b-03b42c357d80 {
  margin-left: %;
margin-right: %;
}
@media (min-width: 768px) and (max-width: 991px){#s-4a4f7728-5e4d-451b-a98b-03b42c357d80 {
  
}
}@media (max-width: 767px){#s-4a4f7728-5e4d-451b-a98b-03b42c357d80 {
  display: none;
}
#s-4a4f7728-5e4d-451b-a98b-03b42c357d80, #wrap-s-4a4f7728-5e4d-451b-a98b-03b42c357d80, #wrap-content-s-4a4f7728-5e4d-451b-a98b-03b42c357d80 { display: none !important; }}
@media (min-width: 0px) {
[id="s-4a4f7728-5e4d-451b-a98b-03b42c357d80"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-4a4f7728-5e4d-451b-a98b-03b42c357d80"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4a4f7728-5e4d-451b-a98b-03b42c357d80"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4a4f7728-5e4d-451b-a98b-03b42c357d80"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4a4f7728-5e4d-451b-a98b-03b42c357d80"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4a4f7728-5e4d-451b-a98b-03b42c357d80"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4a4f7728-5e4d-451b-a98b-03b42c357d80"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-c8f0d177-6c48-40a5-89d8-e8e0d47f36c5 .shogun-icon-wrapper {
  text-align: right;
}


#s-c8f0d177-6c48-40a5-89d8-e8e0d47f36c5 .shogun-icon-wrapper > .shogun-icon {

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

#s-3d01422b-d84a-4ac5-a49b-ef447a03c42a {
  margin-left: -5%;
}

#s-19ed0c75-1cca-407f-8824-eb096925840c {
  margin-left: -80%;
margin-right: 0%;
}
@media (min-width: 1200px){#s-19ed0c75-1cca-407f-8824-eb096925840c {
  display: none;
}
#s-19ed0c75-1cca-407f-8824-eb096925840c, #wrap-s-19ed0c75-1cca-407f-8824-eb096925840c, #wrap-content-s-19ed0c75-1cca-407f-8824-eb096925840c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-19ed0c75-1cca-407f-8824-eb096925840c {
  display: none;
}
#s-19ed0c75-1cca-407f-8824-eb096925840c, #wrap-s-19ed0c75-1cca-407f-8824-eb096925840c, #wrap-content-s-19ed0c75-1cca-407f-8824-eb096925840c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-19ed0c75-1cca-407f-8824-eb096925840c {
  display: none;
}
#s-19ed0c75-1cca-407f-8824-eb096925840c, #wrap-s-19ed0c75-1cca-407f-8824-eb096925840c, #wrap-content-s-19ed0c75-1cca-407f-8824-eb096925840c { display: none !important; }}
@media (min-width: 0px) {
[id="s-19ed0c75-1cca-407f-8824-eb096925840c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-19ed0c75-1cca-407f-8824-eb096925840c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-19ed0c75-1cca-407f-8824-eb096925840c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-19ed0c75-1cca-407f-8824-eb096925840c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-19ed0c75-1cca-407f-8824-eb096925840c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-19ed0c75-1cca-407f-8824-eb096925840c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-19ed0c75-1cca-407f-8824-eb096925840c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-b682d29b-d7e6-4c74-94cc-f25d1a462180 .shogun-icon-wrapper {
  text-align: right;
}


#s-b682d29b-d7e6-4c74-94cc-f25d1a462180 .shogun-icon-wrapper > .shogun-icon {

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

#s-8629ac50-805f-46af-8ffb-188fd822ae79 {
  margin-left: -5%;
}

@media (max-width: 767px){#s-c256074c-0f3b-4728-8c9c-82ab95fca666 {
  display: none;
}
#s-c256074c-0f3b-4728-8c9c-82ab95fca666, #wrap-s-c256074c-0f3b-4728-8c9c-82ab95fca666, #wrap-content-s-c256074c-0f3b-4728-8c9c-82ab95fca666 { display: none !important; }}
@media (min-width: 0px) {
[id="s-c256074c-0f3b-4728-8c9c-82ab95fca666"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c256074c-0f3b-4728-8c9c-82ab95fca666"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c256074c-0f3b-4728-8c9c-82ab95fca666"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c256074c-0f3b-4728-8c9c-82ab95fca666"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c256074c-0f3b-4728-8c9c-82ab95fca666"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c256074c-0f3b-4728-8c9c-82ab95fca666"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c256074c-0f3b-4728-8c9c-82ab95fca666"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-a0613e38-b75b-4933-8a63-33e64f3e70e1 .shogun-icon-wrapper {
  text-align: right;
}


#s-a0613e38-b75b-4933-8a63-33e64f3e70e1 .shogun-icon-wrapper > .shogun-icon {

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

#s-a71708fc-37fa-4cac-94d7-c9f7c619bc8c {
  margin-left: -5%;
}

@media (max-width: 767px){#s-87c2e5d1-f2a4-4191-9145-344b4c8f4c52 {
  display: none;
}
#s-87c2e5d1-f2a4-4191-9145-344b4c8f4c52, #wrap-s-87c2e5d1-f2a4-4191-9145-344b4c8f4c52, #wrap-content-s-87c2e5d1-f2a4-4191-9145-344b4c8f4c52 { display: none !important; }}
@media (min-width: 0px) {
[id="s-87c2e5d1-f2a4-4191-9145-344b4c8f4c52"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-87c2e5d1-f2a4-4191-9145-344b4c8f4c52"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-87c2e5d1-f2a4-4191-9145-344b4c8f4c52"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-87c2e5d1-f2a4-4191-9145-344b4c8f4c52"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-87c2e5d1-f2a4-4191-9145-344b4c8f4c52"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-87c2e5d1-f2a4-4191-9145-344b4c8f4c52"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-87c2e5d1-f2a4-4191-9145-344b4c8f4c52"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-0147cddb-d216-4324-8cb3-378312da2443 .shogun-icon-wrapper {
  text-align: right;
}


#s-0147cddb-d216-4324-8cb3-378312da2443 .shogun-icon-wrapper > .shogun-icon {

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

#s-cea383f6-d50f-4913-8d59-f2d2614c3f59 {
  margin-left: -5%;
}

#s-8fc3005c-130f-478f-8158-028aebc794f6 {
  margin-left: -80%;
}
@media (min-width: 1200px){#s-8fc3005c-130f-478f-8158-028aebc794f6 {
  display: none;
}
#s-8fc3005c-130f-478f-8158-028aebc794f6, #wrap-s-8fc3005c-130f-478f-8158-028aebc794f6, #wrap-content-s-8fc3005c-130f-478f-8158-028aebc794f6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8fc3005c-130f-478f-8158-028aebc794f6 {
  display: none;
}
#s-8fc3005c-130f-478f-8158-028aebc794f6, #wrap-s-8fc3005c-130f-478f-8158-028aebc794f6, #wrap-content-s-8fc3005c-130f-478f-8158-028aebc794f6 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8fc3005c-130f-478f-8158-028aebc794f6 {
  display: none;
}
#s-8fc3005c-130f-478f-8158-028aebc794f6, #wrap-s-8fc3005c-130f-478f-8158-028aebc794f6, #wrap-content-s-8fc3005c-130f-478f-8158-028aebc794f6 { display: none !important; }}
@media (min-width: 0px) {
[id="s-8fc3005c-130f-478f-8158-028aebc794f6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-8fc3005c-130f-478f-8158-028aebc794f6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8fc3005c-130f-478f-8158-028aebc794f6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8fc3005c-130f-478f-8158-028aebc794f6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8fc3005c-130f-478f-8158-028aebc794f6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8fc3005c-130f-478f-8158-028aebc794f6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8fc3005c-130f-478f-8158-028aebc794f6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-8e2ea811-6a46-4a3b-a1da-5a0641e81643 .shogun-icon-wrapper {
  text-align: right;
}


#s-8e2ea811-6a46-4a3b-a1da-5a0641e81643 .shogun-icon-wrapper > .shogun-icon {

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

#s-b1b3e235-db0f-4a56-8a55-11fcaa400b6b {
  margin-left: -5%;
}

#s-4608ac0b-b6cb-40fd-a537-796717c340a4 {
  
}
@media (max-width: 767px){#s-4608ac0b-b6cb-40fd-a537-796717c340a4 {
  display: none;
}
#s-4608ac0b-b6cb-40fd-a537-796717c340a4, #wrap-s-4608ac0b-b6cb-40fd-a537-796717c340a4, #wrap-content-s-4608ac0b-b6cb-40fd-a537-796717c340a4 { display: none !important; }}
@media (min-width: 0px) {
[id="s-4608ac0b-b6cb-40fd-a537-796717c340a4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-4608ac0b-b6cb-40fd-a537-796717c340a4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4608ac0b-b6cb-40fd-a537-796717c340a4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4608ac0b-b6cb-40fd-a537-796717c340a4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4608ac0b-b6cb-40fd-a537-796717c340a4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4608ac0b-b6cb-40fd-a537-796717c340a4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4608ac0b-b6cb-40fd-a537-796717c340a4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-a90dfd71-f85a-4dce-a784-789477dd8835 .shogun-icon-wrapper {
  text-align: right;
}


#s-a90dfd71-f85a-4dce-a784-789477dd8835 .shogun-icon-wrapper > .shogun-icon {

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

#s-b0b10f49-95d5-48cc-9ef1-e48bb77ffe88 {
  margin-left: -5%;
}

#s-fd936b3e-e2c8-473a-b5ea-210d4a8b1607 {
  margin-left: -80%;
margin-right: 0%;
}
@media (min-width: 1200px){#s-fd936b3e-e2c8-473a-b5ea-210d4a8b1607 {
  display: none;
}
#s-fd936b3e-e2c8-473a-b5ea-210d4a8b1607, #wrap-s-fd936b3e-e2c8-473a-b5ea-210d4a8b1607, #wrap-content-s-fd936b3e-e2c8-473a-b5ea-210d4a8b1607 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fd936b3e-e2c8-473a-b5ea-210d4a8b1607 {
  display: none;
}
#s-fd936b3e-e2c8-473a-b5ea-210d4a8b1607, #wrap-s-fd936b3e-e2c8-473a-b5ea-210d4a8b1607, #wrap-content-s-fd936b3e-e2c8-473a-b5ea-210d4a8b1607 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fd936b3e-e2c8-473a-b5ea-210d4a8b1607 {
  display: none;
}
#s-fd936b3e-e2c8-473a-b5ea-210d4a8b1607, #wrap-s-fd936b3e-e2c8-473a-b5ea-210d4a8b1607, #wrap-content-s-fd936b3e-e2c8-473a-b5ea-210d4a8b1607 { display: none !important; }}
@media (min-width: 0px) {
[id="s-fd936b3e-e2c8-473a-b5ea-210d4a8b1607"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-fd936b3e-e2c8-473a-b5ea-210d4a8b1607"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fd936b3e-e2c8-473a-b5ea-210d4a8b1607"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fd936b3e-e2c8-473a-b5ea-210d4a8b1607"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fd936b3e-e2c8-473a-b5ea-210d4a8b1607"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fd936b3e-e2c8-473a-b5ea-210d4a8b1607"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fd936b3e-e2c8-473a-b5ea-210d4a8b1607"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-3f8ceda2-1b13-4bed-bb37-9e685316899f .shogun-icon-wrapper {
  text-align: right;
}


#s-3f8ceda2-1b13-4bed-bb37-9e685316899f .shogun-icon-wrapper > .shogun-icon {

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

#s-c32af92e-cc03-4076-9482-b7e931d62439 {
  margin-left: -5%;
}

#s-81f57938-4799-4bd9-bfc7-2d2903da900c {
  padding-top: 20px;
}

#s-7bbf1bb0-7830-4c9a-9162-32aaaffd9c25 {
  padding-top: 20px;
}

#s-004c667c-74e4-4950-a5d5-6640a232ec2a {
  margin-top: -2px;
margin-bottom: -2px;
}

@media (min-width: 0px) {
[id="s-004c667c-74e4-4950-a5d5-6640a232ec2a"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-004c667c-74e4-4950-a5d5-6640a232ec2a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-004c667c-74e4-4950-a5d5-6640a232ec2a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-004c667c-74e4-4950-a5d5-6640a232ec2a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-004c667c-74e4-4950-a5d5-6640a232ec2a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-004c667c-74e4-4950-a5d5-6640a232ec2a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-004c667c-74e4-4950-a5d5-6640a232ec2a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-cover {
  -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-024b605d-60b7-4dda-ae33-87c10b925d49 {
  margin-top: -1px;
margin-bottom: -1px;
text-align: center;
}
@media (max-width: 767px){#s-024b605d-60b7-4dda-ae33-87c10b925d49 {
  display: none;
}
#s-024b605d-60b7-4dda-ae33-87c10b925d49, #wrap-s-024b605d-60b7-4dda-ae33-87c10b925d49, #wrap-content-s-024b605d-60b7-4dda-ae33-87c10b925d49 { display: none !important; }}
#s-024b605d-60b7-4dda-ae33-87c10b925d49 {
  overflow: hidden;
  
  
}







  #s-024b605d-60b7-4dda-ae33-87c10b925d49 img.shogun-image {
    

    
    
    
  }


#s-024b605d-60b7-4dda-ae33-87c10b925d49 .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-ce97da2a-cd06-4c2b-a117-405e2b40b43e {
  margin-top: -1px;
margin-bottom: -1px;
max-width: 150px;
text-align: left;
}
@media (min-width: 1200px){#s-ce97da2a-cd06-4c2b-a117-405e2b40b43e {
  display: none;
}
#s-ce97da2a-cd06-4c2b-a117-405e2b40b43e, #wrap-s-ce97da2a-cd06-4c2b-a117-405e2b40b43e, #wrap-content-s-ce97da2a-cd06-4c2b-a117-405e2b40b43e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ce97da2a-cd06-4c2b-a117-405e2b40b43e {
  display: none;
}
#s-ce97da2a-cd06-4c2b-a117-405e2b40b43e, #wrap-s-ce97da2a-cd06-4c2b-a117-405e2b40b43e, #wrap-content-s-ce97da2a-cd06-4c2b-a117-405e2b40b43e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ce97da2a-cd06-4c2b-a117-405e2b40b43e {
  display: none;
}
#s-ce97da2a-cd06-4c2b-a117-405e2b40b43e, #wrap-s-ce97da2a-cd06-4c2b-a117-405e2b40b43e, #wrap-content-s-ce97da2a-cd06-4c2b-a117-405e2b40b43e { display: none !important; }}
#s-ce97da2a-cd06-4c2b-a117-405e2b40b43e {
  overflow: hidden;
  
  
      max-width: 150px;
      
      
      
        margin-left: 0;
        margin-right: auto;
      
  
}







  #s-ce97da2a-cd06-4c2b-a117-405e2b40b43e img.shogun-image {
    

    
    
    
  }


#s-ce97da2a-cd06-4c2b-a117-405e2b40b43e .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-fcd1f361-7c08-48f3-88ba-188fa3f5e658 {
  min-height: 50px;
}








#s-fcd1f361-7c08-48f3-88ba-188fa3f5e658 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fcd1f361-7c08-48f3-88ba-188fa3f5e658.shg-box.shg-c {
  justify-content: flex-start;
}

#s-59a13ae1-cd48-47db-a1da-f8329ae27754 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-59a13ae1-cd48-47db-a1da-f8329ae27754 {
  display: none;
}
#s-59a13ae1-cd48-47db-a1da-f8329ae27754, #wrap-s-59a13ae1-cd48-47db-a1da-f8329ae27754, #wrap-content-s-59a13ae1-cd48-47db-a1da-f8329ae27754 { display: none !important; }}







#s-59a13ae1-cd48-47db-a1da-f8329ae27754 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-59a13ae1-cd48-47db-a1da-f8329ae27754.shg-box.shg-c {
  justify-content: flex-start;
}

#s-3d4c408e-58d7-486d-b052-6e47eb04bfc5 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-3d4c408e-58d7-486d-b052-6e47eb04bfc5"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-3d4c408e-58d7-486d-b052-6e47eb04bfc5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3d4c408e-58d7-486d-b052-6e47eb04bfc5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3d4c408e-58d7-486d-b052-6e47eb04bfc5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-c1ecbb30-d54f-44f5-841e-f928394b0b7a {
  padding-left: 20%;
padding-right: 20%;
text-align: center;
}

#s-c1ecbb30-d54f-44f5-841e-f928394b0b7a {
  overflow: hidden;
  
  
}







  #s-c1ecbb30-d54f-44f5-841e-f928394b0b7a img.shogun-image {
    

    
    
    
  }


#s-c1ecbb30-d54f-44f5-841e-f928394b0b7a .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-d5ca5009-03e6-443f-985c-e7ed78a0412e {
  padding-left: 20%;
padding-right: 20%;
text-align: center;
}

#s-d5ca5009-03e6-443f-985c-e7ed78a0412e {
  overflow: hidden;
  
  
}







  #s-d5ca5009-03e6-443f-985c-e7ed78a0412e img.shogun-image {
    

    
    
    
  }


#s-d5ca5009-03e6-443f-985c-e7ed78a0412e .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-4d038817-b314-4419-a1c6-346854d52dbd {
  padding-top: 0px;
padding-left: 20%;
padding-bottom: 0px;
padding-right: 20%;
text-align: center;
}

#s-4d038817-b314-4419-a1c6-346854d52dbd {
  overflow: hidden;
  
  
}







  #s-4d038817-b314-4419-a1c6-346854d52dbd img.shogun-image {
    

    
    
    
  }


#s-4d038817-b314-4419-a1c6-346854d52dbd .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-50dc8525-e138-4d85-8451-377bcd7914f2 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-50dc8525-e138-4d85-8451-377bcd7914f2 {
  display: none;
}
#s-50dc8525-e138-4d85-8451-377bcd7914f2, #wrap-s-50dc8525-e138-4d85-8451-377bcd7914f2, #wrap-content-s-50dc8525-e138-4d85-8451-377bcd7914f2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-50dc8525-e138-4d85-8451-377bcd7914f2 {
  display: none;
}
#s-50dc8525-e138-4d85-8451-377bcd7914f2, #wrap-s-50dc8525-e138-4d85-8451-377bcd7914f2, #wrap-content-s-50dc8525-e138-4d85-8451-377bcd7914f2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-50dc8525-e138-4d85-8451-377bcd7914f2 {
  display: none;
}
#s-50dc8525-e138-4d85-8451-377bcd7914f2, #wrap-s-50dc8525-e138-4d85-8451-377bcd7914f2, #wrap-content-s-50dc8525-e138-4d85-8451-377bcd7914f2 { display: none !important; }}







#s-50dc8525-e138-4d85-8451-377bcd7914f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-50dc8525-e138-4d85-8451-377bcd7914f2.shg-box.shg-c {
  justify-content: flex-start;
}

#s-9c0be1f3-0a30-4b54-ae5e-8dd196544f27 {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-9c0be1f3-0a30-4b54-ae5e-8dd196544f27"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-9c0be1f3-0a30-4b54-ae5e-8dd196544f27"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9c0be1f3-0a30-4b54-ae5e-8dd196544f27"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9c0be1f3-0a30-4b54-ae5e-8dd196544f27"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-7a37d3ed-9f3f-48d3-bdb1-aca952f89d9f {
  padding-left: 20%;
padding-right: 20%;
text-align: center;
}

#s-7a37d3ed-9f3f-48d3-bdb1-aca952f89d9f {
  overflow: hidden;
  
  
}







  #s-7a37d3ed-9f3f-48d3-bdb1-aca952f89d9f img.shogun-image {
    

    
    
    
  }


#s-7a37d3ed-9f3f-48d3-bdb1-aca952f89d9f .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-c7671ba8-0427-4ec6-8056-5d0ab830451a {
  padding-left: 20%;
padding-right: 20%;
text-align: center;
}

#s-c7671ba8-0427-4ec6-8056-5d0ab830451a {
  overflow: hidden;
  
  
}







  #s-c7671ba8-0427-4ec6-8056-5d0ab830451a img.shogun-image {
    

    
    
    
  }


#s-c7671ba8-0427-4ec6-8056-5d0ab830451a .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-eb4c31bb-5895-4abf-92b9-d674eb8c43e2 {
  padding-top: 0px;
padding-left: 20%;
padding-bottom: 0px;
padding-right: 20%;
text-align: center;
}

#s-eb4c31bb-5895-4abf-92b9-d674eb8c43e2 {
  overflow: hidden;
  
  
}







  #s-eb4c31bb-5895-4abf-92b9-d674eb8c43e2 img.shogun-image {
    

    
    
    
  }


#s-eb4c31bb-5895-4abf-92b9-d674eb8c43e2 .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-eba95522-6a07-4c01-9a18-56ff3465088d {
  padding-top: 100px;
padding-left: 20px;
padding-bottom: 100px;
padding-right: 20px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-eba95522-6a07-4c01-9a18-56ff3465088d {
  display: none;
}
#s-eba95522-6a07-4c01-9a18-56ff3465088d, #wrap-s-eba95522-6a07-4c01-9a18-56ff3465088d, #wrap-content-s-eba95522-6a07-4c01-9a18-56ff3465088d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-eba95522-6a07-4c01-9a18-56ff3465088d {
  display: none;
}
#s-eba95522-6a07-4c01-9a18-56ff3465088d, #wrap-s-eba95522-6a07-4c01-9a18-56ff3465088d, #wrap-content-s-eba95522-6a07-4c01-9a18-56ff3465088d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-eba95522-6a07-4c01-9a18-56ff3465088d {
  display: none;
}
#s-eba95522-6a07-4c01-9a18-56ff3465088d, #wrap-s-eba95522-6a07-4c01-9a18-56ff3465088d, #wrap-content-s-eba95522-6a07-4c01-9a18-56ff3465088d { display: none !important; }}
#s-896194d5-83ae-4e56-9bb4-c9a23e40f709 {
  text-align: center;
}
@media (min-width: 1200px){#s-896194d5-83ae-4e56-9bb4-c9a23e40f709 {
  display: none;
}
#s-896194d5-83ae-4e56-9bb4-c9a23e40f709, #wrap-s-896194d5-83ae-4e56-9bb4-c9a23e40f709, #wrap-content-s-896194d5-83ae-4e56-9bb4-c9a23e40f709 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-896194d5-83ae-4e56-9bb4-c9a23e40f709 {
  display: none;
}
#s-896194d5-83ae-4e56-9bb4-c9a23e40f709, #wrap-s-896194d5-83ae-4e56-9bb4-c9a23e40f709, #wrap-content-s-896194d5-83ae-4e56-9bb4-c9a23e40f709 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-896194d5-83ae-4e56-9bb4-c9a23e40f709 {
  display: none;
}
#s-896194d5-83ae-4e56-9bb4-c9a23e40f709, #wrap-s-896194d5-83ae-4e56-9bb4-c9a23e40f709, #wrap-content-s-896194d5-83ae-4e56-9bb4-c9a23e40f709 { display: none !important; }}
#s-896194d5-83ae-4e56-9bb4-c9a23e40f709 {
  overflow: hidden;
  
  
}







  #s-896194d5-83ae-4e56-9bb4-c9a23e40f709 img.shogun-image {
    

    
    
    
  }


#s-896194d5-83ae-4e56-9bb4-c9a23e40f709 .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-b7ff4dae-4f15-403b-9e34-31ce10c24a2a {
  padding-top: 50px;
padding-left: 20px;
padding-bottom: 50px;
padding-right: 20px;
background-color: rgba(232, 235, 239, 1);
}
@media (min-width: 1200px){#s-b7ff4dae-4f15-403b-9e34-31ce10c24a2a {
  display: none;
}
#s-b7ff4dae-4f15-403b-9e34-31ce10c24a2a, #wrap-s-b7ff4dae-4f15-403b-9e34-31ce10c24a2a, #wrap-content-s-b7ff4dae-4f15-403b-9e34-31ce10c24a2a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b7ff4dae-4f15-403b-9e34-31ce10c24a2a {
  display: none;
}
#s-b7ff4dae-4f15-403b-9e34-31ce10c24a2a, #wrap-s-b7ff4dae-4f15-403b-9e34-31ce10c24a2a, #wrap-content-s-b7ff4dae-4f15-403b-9e34-31ce10c24a2a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b7ff4dae-4f15-403b-9e34-31ce10c24a2a {
  display: none;
}
#s-b7ff4dae-4f15-403b-9e34-31ce10c24a2a, #wrap-s-b7ff4dae-4f15-403b-9e34-31ce10c24a2a, #wrap-content-s-b7ff4dae-4f15-403b-9e34-31ce10c24a2a { display: none !important; }}
#s-4f1428e5-19a7-4b48-8f8c-85e354420bd5 {
  min-height: 50px;
}








#s-4f1428e5-19a7-4b48-8f8c-85e354420bd5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4f1428e5-19a7-4b48-8f8c-85e354420bd5.shg-box.shg-c {
  justify-content: flex-start;
}

#s-e182f565-4af7-40b2-af90-e0d61fd675c5 {
  margin-left: 0px;
margin-right: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-e182f565-4af7-40b2-af90-e0d61fd675c5 {
  display: none;
}
#s-e182f565-4af7-40b2-af90-e0d61fd675c5, #wrap-s-e182f565-4af7-40b2-af90-e0d61fd675c5, #wrap-content-s-e182f565-4af7-40b2-af90-e0d61fd675c5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e182f565-4af7-40b2-af90-e0d61fd675c5 {
  display: none;
}
#s-e182f565-4af7-40b2-af90-e0d61fd675c5, #wrap-s-e182f565-4af7-40b2-af90-e0d61fd675c5, #wrap-content-s-e182f565-4af7-40b2-af90-e0d61fd675c5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e182f565-4af7-40b2-af90-e0d61fd675c5 {
  display: none;
}
#s-e182f565-4af7-40b2-af90-e0d61fd675c5, #wrap-s-e182f565-4af7-40b2-af90-e0d61fd675c5, #wrap-content-s-e182f565-4af7-40b2-af90-e0d61fd675c5 { display: none !important; }}
#s-e182f565-4af7-40b2-af90-e0d61fd675c5 {
  overflow: hidden;
  
  
}







  #s-e182f565-4af7-40b2-af90-e0d61fd675c5 img.shogun-image {
    

    
    
    
  }


#s-e182f565-4af7-40b2-af90-e0d61fd675c5 .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-ff81b7c5-94f1-4f86-9007-b7b432c9de88 {
  padding-top: 70px;
padding-left: 20px;
padding-bottom: 70px;
padding-right: 20px;
background-color: rgba(232, 235, 239, 1);
}
@media (min-width: 1200px){#s-ff81b7c5-94f1-4f86-9007-b7b432c9de88 {
  display: none;
}
#s-ff81b7c5-94f1-4f86-9007-b7b432c9de88, #wrap-s-ff81b7c5-94f1-4f86-9007-b7b432c9de88, #wrap-content-s-ff81b7c5-94f1-4f86-9007-b7b432c9de88 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ff81b7c5-94f1-4f86-9007-b7b432c9de88 {
  display: none;
}
#s-ff81b7c5-94f1-4f86-9007-b7b432c9de88, #wrap-s-ff81b7c5-94f1-4f86-9007-b7b432c9de88, #wrap-content-s-ff81b7c5-94f1-4f86-9007-b7b432c9de88 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ff81b7c5-94f1-4f86-9007-b7b432c9de88 {
  display: none;
}
#s-ff81b7c5-94f1-4f86-9007-b7b432c9de88, #wrap-s-ff81b7c5-94f1-4f86-9007-b7b432c9de88, #wrap-content-s-ff81b7c5-94f1-4f86-9007-b7b432c9de88 { display: none !important; }}
#s-3a75d30c-2473-4355-8e5f-229c5549de06 {
  text-align: center;
}
@media (max-width: 767px){#s-3a75d30c-2473-4355-8e5f-229c5549de06 {
  display: none;
}
#s-3a75d30c-2473-4355-8e5f-229c5549de06, #wrap-s-3a75d30c-2473-4355-8e5f-229c5549de06, #wrap-content-s-3a75d30c-2473-4355-8e5f-229c5549de06 { display: none !important; }}
#s-3a75d30c-2473-4355-8e5f-229c5549de06 {
  overflow: hidden;
  
  
}








#s-3a75d30c-2473-4355-8e5f-229c5549de06 .shogun-image-content {
  
    justify-content: center;
  
}

#s-bf2d8402-629f-44ba-a943-ad5a4702ac95 {
  margin-left: 10%;
margin-right: 40%;
padding-top: 15%;
padding-left: 0%;
padding-right: 0%;
}

#s-991a9742-521b-4e2a-84fd-7fe28cf51032 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-991a9742-521b-4e2a-84fd-7fe28cf51032 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-991a9742-521b-4e2a-84fd-7fe28cf51032 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-991a9742-521b-4e2a-84fd-7fe28cf51032 {
  
}
}







#s-991a9742-521b-4e2a-84fd-7fe28cf51032 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-991a9742-521b-4e2a-84fd-7fe28cf51032.shg-box.shg-c {
  justify-content: flex-start;
}

#s-48d06160-a09e-47af-9127-5025fdc0c920 {
  padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(232, 235, 239, 1);
}
@media (max-width: 767px){#s-48d06160-a09e-47af-9127-5025fdc0c920 {
  display: none;
}
#s-48d06160-a09e-47af-9127-5025fdc0c920, #wrap-s-48d06160-a09e-47af-9127-5025fdc0c920, #wrap-content-s-48d06160-a09e-47af-9127-5025fdc0c920 { display: none !important; }}
@media (min-width: 0px) {
[id="s-48d06160-a09e-47af-9127-5025fdc0c920"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-48d06160-a09e-47af-9127-5025fdc0c920"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-48d06160-a09e-47af-9127-5025fdc0c920"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-48d06160-a09e-47af-9127-5025fdc0c920"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-48d06160-a09e-47af-9127-5025fdc0c920"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-6149a9b7-8f30-4cdb-b681-9755ad848df7 {
  margin-left: 0px;
margin-right: -15px;
text-align: center;
}
@media (max-width: 767px){#s-6149a9b7-8f30-4cdb-b681-9755ad848df7 {
  display: none;
}
#s-6149a9b7-8f30-4cdb-b681-9755ad848df7, #wrap-s-6149a9b7-8f30-4cdb-b681-9755ad848df7, #wrap-content-s-6149a9b7-8f30-4cdb-b681-9755ad848df7 { display: none !important; }}
#s-6149a9b7-8f30-4cdb-b681-9755ad848df7 {
  overflow: hidden;
  
  
}








#s-6149a9b7-8f30-4cdb-b681-9755ad848df7 .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-e491945f-1fe4-439a-be54-96b986bef6de {
  margin-top: 25%;
margin-bottom: 25%;
padding-left: 10px;
padding-right: 10%;
min-height: 100%;
opacity: 1;
}
@media (min-width: 768px) and (max-width: 991px){#s-e491945f-1fe4-439a-be54-96b986bef6de {
  display: none;
}
#s-e491945f-1fe4-439a-be54-96b986bef6de, #wrap-s-e491945f-1fe4-439a-be54-96b986bef6de, #wrap-content-s-e491945f-1fe4-439a-be54-96b986bef6de { display: none !important; }}@media (max-width: 767px){#s-e491945f-1fe4-439a-be54-96b986bef6de {
  display: none;
}
#s-e491945f-1fe4-439a-be54-96b986bef6de, #wrap-s-e491945f-1fe4-439a-be54-96b986bef6de, #wrap-content-s-e491945f-1fe4-439a-be54-96b986bef6de { display: none !important; }}
#s-41ae3251-ea4a-475a-8b58-880c1ff02c1e {
  margin-top: 5%;
margin-bottom: 5%;
padding-left: 10px;
padding-right: 10%;
min-height: 100%;
opacity: 1;
}
@media (min-width: 1200px){#s-41ae3251-ea4a-475a-8b58-880c1ff02c1e {
  display: none;
}
#s-41ae3251-ea4a-475a-8b58-880c1ff02c1e, #wrap-s-41ae3251-ea4a-475a-8b58-880c1ff02c1e, #wrap-content-s-41ae3251-ea4a-475a-8b58-880c1ff02c1e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-41ae3251-ea4a-475a-8b58-880c1ff02c1e {
  display: none;
}
#s-41ae3251-ea4a-475a-8b58-880c1ff02c1e, #wrap-s-41ae3251-ea4a-475a-8b58-880c1ff02c1e, #wrap-content-s-41ae3251-ea4a-475a-8b58-880c1ff02c1e { display: none !important; }}@media (max-width: 767px){#s-41ae3251-ea4a-475a-8b58-880c1ff02c1e {
  display: none;
}
#s-41ae3251-ea4a-475a-8b58-880c1ff02c1e, #wrap-s-41ae3251-ea4a-475a-8b58-880c1ff02c1e, #wrap-content-s-41ae3251-ea4a-475a-8b58-880c1ff02c1e { display: none !important; }}
#s-f5d9a53f-f86b-4ea5-819e-019748373b6d {
  padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(232, 235, 239, 1);
}
@media (max-width: 767px){#s-f5d9a53f-f86b-4ea5-819e-019748373b6d {
  display: none;
}
#s-f5d9a53f-f86b-4ea5-819e-019748373b6d, #wrap-s-f5d9a53f-f86b-4ea5-819e-019748373b6d, #wrap-content-s-f5d9a53f-f86b-4ea5-819e-019748373b6d { display: none !important; }}
@media (min-width: 0px) {
[id="s-f5d9a53f-f86b-4ea5-819e-019748373b6d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f5d9a53f-f86b-4ea5-819e-019748373b6d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f5d9a53f-f86b-4ea5-819e-019748373b6d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f5d9a53f-f86b-4ea5-819e-019748373b6d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-f5d9a53f-f86b-4ea5-819e-019748373b6d"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-b6f95fc1-c51e-4141-bb6a-8413b6e9440b {
  margin-top: 25%;
margin-bottom: 25%;
padding-left: 10%;
padding-right: 10px;
min-height: 100%;
opacity: 1;
}
@media (min-width: 768px) and (max-width: 991px){#s-b6f95fc1-c51e-4141-bb6a-8413b6e9440b {
  display: none;
}
#s-b6f95fc1-c51e-4141-bb6a-8413b6e9440b, #wrap-s-b6f95fc1-c51e-4141-bb6a-8413b6e9440b, #wrap-content-s-b6f95fc1-c51e-4141-bb6a-8413b6e9440b { display: none !important; }}@media (max-width: 767px){#s-b6f95fc1-c51e-4141-bb6a-8413b6e9440b {
  display: none;
}
#s-b6f95fc1-c51e-4141-bb6a-8413b6e9440b, #wrap-s-b6f95fc1-c51e-4141-bb6a-8413b6e9440b, #wrap-content-s-b6f95fc1-c51e-4141-bb6a-8413b6e9440b { display: none !important; }}
#s-b27c215e-88b6-4174-b364-4913715a2b26 {
  margin-top: 20%;
margin-bottom: 20%;
padding-left: 10%;
padding-right: 10px;
min-height: 100%;
opacity: 1;
}
@media (min-width: 1200px){#s-b27c215e-88b6-4174-b364-4913715a2b26 {
  display: none;
}
#s-b27c215e-88b6-4174-b364-4913715a2b26, #wrap-s-b27c215e-88b6-4174-b364-4913715a2b26, #wrap-content-s-b27c215e-88b6-4174-b364-4913715a2b26 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b27c215e-88b6-4174-b364-4913715a2b26 {
  display: none;
}
#s-b27c215e-88b6-4174-b364-4913715a2b26, #wrap-s-b27c215e-88b6-4174-b364-4913715a2b26, #wrap-content-s-b27c215e-88b6-4174-b364-4913715a2b26 { display: none !important; }}@media (max-width: 767px){#s-b27c215e-88b6-4174-b364-4913715a2b26 {
  display: none;
}
#s-b27c215e-88b6-4174-b364-4913715a2b26, #wrap-s-b27c215e-88b6-4174-b364-4913715a2b26, #wrap-content-s-b27c215e-88b6-4174-b364-4913715a2b26 { display: none !important; }}
#s-e874ed0a-a457-481d-a862-ffe87220bf88 {
  margin-left: -15px;
margin-right: 0px;
text-align: center;
}
@media (max-width: 767px){#s-e874ed0a-a457-481d-a862-ffe87220bf88 {
  display: none;
}
#s-e874ed0a-a457-481d-a862-ffe87220bf88, #wrap-s-e874ed0a-a457-481d-a862-ffe87220bf88, #wrap-content-s-e874ed0a-a457-481d-a862-ffe87220bf88 { display: none !important; }}
#s-e874ed0a-a457-481d-a862-ffe87220bf88 {
  overflow: hidden;
  
  
}








#s-e874ed0a-a457-481d-a862-ffe87220bf88 .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-a70bd7f6-eaba-48e1-a382-226f57cf4621 {
  margin-top: -50px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-a70bd7f6-eaba-48e1-a382-226f57cf4621 {
  display: none;
}
#s-a70bd7f6-eaba-48e1-a382-226f57cf4621, #wrap-s-a70bd7f6-eaba-48e1-a382-226f57cf4621, #wrap-content-s-a70bd7f6-eaba-48e1-a382-226f57cf4621 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a70bd7f6-eaba-48e1-a382-226f57cf4621 {
  display: none;
}
#s-a70bd7f6-eaba-48e1-a382-226f57cf4621, #wrap-s-a70bd7f6-eaba-48e1-a382-226f57cf4621, #wrap-content-s-a70bd7f6-eaba-48e1-a382-226f57cf4621 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a70bd7f6-eaba-48e1-a382-226f57cf4621 {
  display: none;
}
#s-a70bd7f6-eaba-48e1-a382-226f57cf4621, #wrap-s-a70bd7f6-eaba-48e1-a382-226f57cf4621, #wrap-content-s-a70bd7f6-eaba-48e1-a382-226f57cf4621 { display: none !important; }}
#s-a70bd7f6-eaba-48e1-a382-226f57cf4621 {
  overflow: hidden;
  
  
}







  #s-a70bd7f6-eaba-48e1-a382-226f57cf4621 img.shogun-image {
    

    
    
    
  }


#s-a70bd7f6-eaba-48e1-a382-226f57cf4621 .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-3c652142-40a2-4d3a-a217-3ab4f9a98f8d {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 30px;
padding-bottom: 30px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-3c652142-40a2-4d3a-a217-3ab4f9a98f8d .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-ce29b155-3584-4631-951e-576d39b07e06 {
  margin-top: 10px;
margin-bottom: 10px;
padding-right: 10%;
}
@media (max-width: 767px){#s-ce29b155-3584-4631-951e-576d39b07e06 {
  display: none;
}
#s-ce29b155-3584-4631-951e-576d39b07e06, #wrap-s-ce29b155-3584-4631-951e-576d39b07e06, #wrap-content-s-ce29b155-3584-4631-951e-576d39b07e06 { display: none !important; }}
@media (min-width: 0px) {
[id="s-ce29b155-3584-4631-951e-576d39b07e06"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-ce29b155-3584-4631-951e-576d39b07e06"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ce29b155-3584-4631-951e-576d39b07e06"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ce29b155-3584-4631-951e-576d39b07e06"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ce29b155-3584-4631-951e-576d39b07e06"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ce29b155-3584-4631-951e-576d39b07e06"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ce29b155-3584-4631-951e-576d39b07e06"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-d9a16b85-91c1-41f7-b052-858d239068b0 .shogun-icon-wrapper {
  text-align: right;
}


#s-d9a16b85-91c1-41f7-b052-858d239068b0 .shogun-icon-wrapper > .shogun-icon {

  font-size: 60px !important;
  color: rgba(194, 157, 51, 1);
}

#s-2ebbb10b-9505-49ab-964c-4ba867693ec6 {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-b62fa892-4c83-4180-9a1f-1c5412de938c {
  margin-top: 10px;
margin-bottom: 10px;
padding-right: 10%;
}
@media (max-width: 767px){#s-b62fa892-4c83-4180-9a1f-1c5412de938c {
  display: none;
}
#s-b62fa892-4c83-4180-9a1f-1c5412de938c, #wrap-s-b62fa892-4c83-4180-9a1f-1c5412de938c, #wrap-content-s-b62fa892-4c83-4180-9a1f-1c5412de938c { display: none !important; }}
@media (min-width: 0px) {
[id="s-b62fa892-4c83-4180-9a1f-1c5412de938c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b62fa892-4c83-4180-9a1f-1c5412de938c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b62fa892-4c83-4180-9a1f-1c5412de938c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b62fa892-4c83-4180-9a1f-1c5412de938c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b62fa892-4c83-4180-9a1f-1c5412de938c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b62fa892-4c83-4180-9a1f-1c5412de938c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b62fa892-4c83-4180-9a1f-1c5412de938c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-aa5fc408-45dc-4d45-a956-24fcb22ac99d .shogun-icon-wrapper {
  text-align: right;
}


#s-aa5fc408-45dc-4d45-a956-24fcb22ac99d .shogun-icon-wrapper > .shogun-icon {

  font-size: 60px !important;
  color: rgba(194, 157, 51, 1);
}

#s-02782e89-8a32-450a-8998-c72f74d7f0e2 {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-d3149a9a-e7e5-4ac4-b5b2-2f1f419e7632 {
  margin-top: 10px;
margin-left: -50%;
margin-bottom: 10px;
padding-right: 10%;
}
@media (min-width: 1200px){#s-d3149a9a-e7e5-4ac4-b5b2-2f1f419e7632 {
  display: none;
}
#s-d3149a9a-e7e5-4ac4-b5b2-2f1f419e7632, #wrap-s-d3149a9a-e7e5-4ac4-b5b2-2f1f419e7632, #wrap-content-s-d3149a9a-e7e5-4ac4-b5b2-2f1f419e7632 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d3149a9a-e7e5-4ac4-b5b2-2f1f419e7632 {
  display: none;
}
#s-d3149a9a-e7e5-4ac4-b5b2-2f1f419e7632, #wrap-s-d3149a9a-e7e5-4ac4-b5b2-2f1f419e7632, #wrap-content-s-d3149a9a-e7e5-4ac4-b5b2-2f1f419e7632 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d3149a9a-e7e5-4ac4-b5b2-2f1f419e7632 {
  display: none;
}
#s-d3149a9a-e7e5-4ac4-b5b2-2f1f419e7632, #wrap-s-d3149a9a-e7e5-4ac4-b5b2-2f1f419e7632, #wrap-content-s-d3149a9a-e7e5-4ac4-b5b2-2f1f419e7632 { display: none !important; }}
@media (min-width: 0px) {
[id="s-d3149a9a-e7e5-4ac4-b5b2-2f1f419e7632"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-d3149a9a-e7e5-4ac4-b5b2-2f1f419e7632"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d3149a9a-e7e5-4ac4-b5b2-2f1f419e7632"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d3149a9a-e7e5-4ac4-b5b2-2f1f419e7632"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d3149a9a-e7e5-4ac4-b5b2-2f1f419e7632"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d3149a9a-e7e5-4ac4-b5b2-2f1f419e7632"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d3149a9a-e7e5-4ac4-b5b2-2f1f419e7632"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-7321902f-c492-4631-aab6-7eb822a8acea .shogun-icon-wrapper {
  text-align: right;
}


#s-7321902f-c492-4631-aab6-7eb822a8acea .shogun-icon-wrapper > .shogun-icon {

  font-size: 60px !important;
  color: rgba(194, 157, 51, 1);
}

#s-ddebd626-74d6-4a41-bcb6-9644662ea7d2 {
  margin-top: 5px;
margin-left: -5px;
margin-bottom: 5px;
}

#s-a1bce499-a8c4-4465-9d0b-38cdeb4bdd9b {
  margin-top: 10px;
margin-left: -50%;
margin-bottom: 10px;
padding-right: 10%;
}
@media (min-width: 1200px){#s-a1bce499-a8c4-4465-9d0b-38cdeb4bdd9b {
  display: none;
}
#s-a1bce499-a8c4-4465-9d0b-38cdeb4bdd9b, #wrap-s-a1bce499-a8c4-4465-9d0b-38cdeb4bdd9b, #wrap-content-s-a1bce499-a8c4-4465-9d0b-38cdeb4bdd9b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a1bce499-a8c4-4465-9d0b-38cdeb4bdd9b {
  display: none;
}
#s-a1bce499-a8c4-4465-9d0b-38cdeb4bdd9b, #wrap-s-a1bce499-a8c4-4465-9d0b-38cdeb4bdd9b, #wrap-content-s-a1bce499-a8c4-4465-9d0b-38cdeb4bdd9b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a1bce499-a8c4-4465-9d0b-38cdeb4bdd9b {
  display: none;
}
#s-a1bce499-a8c4-4465-9d0b-38cdeb4bdd9b, #wrap-s-a1bce499-a8c4-4465-9d0b-38cdeb4bdd9b, #wrap-content-s-a1bce499-a8c4-4465-9d0b-38cdeb4bdd9b { display: none !important; }}
@media (min-width: 0px) {
[id="s-a1bce499-a8c4-4465-9d0b-38cdeb4bdd9b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a1bce499-a8c4-4465-9d0b-38cdeb4bdd9b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a1bce499-a8c4-4465-9d0b-38cdeb4bdd9b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a1bce499-a8c4-4465-9d0b-38cdeb4bdd9b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a1bce499-a8c4-4465-9d0b-38cdeb4bdd9b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a1bce499-a8c4-4465-9d0b-38cdeb4bdd9b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a1bce499-a8c4-4465-9d0b-38cdeb4bdd9b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-38a986ed-f1f4-4891-8711-0bb972a4450c .shogun-icon-wrapper {
  text-align: right;
}


#s-38a986ed-f1f4-4891-8711-0bb972a4450c .shogun-icon-wrapper > .shogun-icon {

  font-size: 60px !important;
  color: rgba(194, 157, 51, 1);
}

#s-e120e608-1fee-42f2-aaa7-f992abff64b6 {
  margin-top: 5px;
margin-left: -5px;
margin-bottom: 5px;
}

#s-c7b73382-6483-4488-b3ce-fcc69f30b91f {
  margin-top: 10px;
margin-left: -50%;
margin-bottom: 10px;
padding-right: 10%;
}
@media (min-width: 1200px){#s-c7b73382-6483-4488-b3ce-fcc69f30b91f {
  display: none;
}
#s-c7b73382-6483-4488-b3ce-fcc69f30b91f, #wrap-s-c7b73382-6483-4488-b3ce-fcc69f30b91f, #wrap-content-s-c7b73382-6483-4488-b3ce-fcc69f30b91f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c7b73382-6483-4488-b3ce-fcc69f30b91f {
  display: none;
}
#s-c7b73382-6483-4488-b3ce-fcc69f30b91f, #wrap-s-c7b73382-6483-4488-b3ce-fcc69f30b91f, #wrap-content-s-c7b73382-6483-4488-b3ce-fcc69f30b91f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c7b73382-6483-4488-b3ce-fcc69f30b91f {
  display: none;
}
#s-c7b73382-6483-4488-b3ce-fcc69f30b91f, #wrap-s-c7b73382-6483-4488-b3ce-fcc69f30b91f, #wrap-content-s-c7b73382-6483-4488-b3ce-fcc69f30b91f { display: none !important; }}
@media (min-width: 0px) {
[id="s-c7b73382-6483-4488-b3ce-fcc69f30b91f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c7b73382-6483-4488-b3ce-fcc69f30b91f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c7b73382-6483-4488-b3ce-fcc69f30b91f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c7b73382-6483-4488-b3ce-fcc69f30b91f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c7b73382-6483-4488-b3ce-fcc69f30b91f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c7b73382-6483-4488-b3ce-fcc69f30b91f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c7b73382-6483-4488-b3ce-fcc69f30b91f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-7f60dc78-5e59-4265-b66d-c68f03e7ae9c .shogun-icon-wrapper {
  text-align: right;
}


#s-7f60dc78-5e59-4265-b66d-c68f03e7ae9c .shogun-icon-wrapper > .shogun-icon {

  font-size: 60px !important;
  color: rgba(194, 157, 51, 1);
}

#s-0663dc7d-8eef-47ac-b6a0-1a6f83c75699 {
  margin-top: 5px;
margin-left: -5px;
margin-bottom: 5px;
}

#s-cf2157c1-ac0e-4330-9bc9-3f750826cae0 {
  margin-top: 10px;
margin-bottom: 10px;
padding-right: 10%;
}
@media (max-width: 767px){#s-cf2157c1-ac0e-4330-9bc9-3f750826cae0 {
  display: none;
}
#s-cf2157c1-ac0e-4330-9bc9-3f750826cae0, #wrap-s-cf2157c1-ac0e-4330-9bc9-3f750826cae0, #wrap-content-s-cf2157c1-ac0e-4330-9bc9-3f750826cae0 { display: none !important; }}
@media (min-width: 0px) {
[id="s-cf2157c1-ac0e-4330-9bc9-3f750826cae0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-cf2157c1-ac0e-4330-9bc9-3f750826cae0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cf2157c1-ac0e-4330-9bc9-3f750826cae0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cf2157c1-ac0e-4330-9bc9-3f750826cae0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cf2157c1-ac0e-4330-9bc9-3f750826cae0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cf2157c1-ac0e-4330-9bc9-3f750826cae0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cf2157c1-ac0e-4330-9bc9-3f750826cae0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-57281ca6-d1d3-4ab5-9c34-ef634690de63 .shogun-icon-wrapper {
  text-align: right;
}


#s-57281ca6-d1d3-4ab5-9c34-ef634690de63 .shogun-icon-wrapper > .shogun-icon {

  font-size: 60px !important;
  color: rgba(194, 157, 51, 1);
}

#s-742f96e7-eb9f-4597-b59b-294399f72727 {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-a57a9b8d-162a-4847-939e-49377a78248a {
  margin-top: 10px;
margin-left: -50%;
margin-bottom: 10px;
padding-right: 10%;
}
@media (min-width: 1200px){#s-a57a9b8d-162a-4847-939e-49377a78248a {
  display: none;
}
#s-a57a9b8d-162a-4847-939e-49377a78248a, #wrap-s-a57a9b8d-162a-4847-939e-49377a78248a, #wrap-content-s-a57a9b8d-162a-4847-939e-49377a78248a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a57a9b8d-162a-4847-939e-49377a78248a {
  display: none;
}
#s-a57a9b8d-162a-4847-939e-49377a78248a, #wrap-s-a57a9b8d-162a-4847-939e-49377a78248a, #wrap-content-s-a57a9b8d-162a-4847-939e-49377a78248a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a57a9b8d-162a-4847-939e-49377a78248a {
  display: none;
}
#s-a57a9b8d-162a-4847-939e-49377a78248a, #wrap-s-a57a9b8d-162a-4847-939e-49377a78248a, #wrap-content-s-a57a9b8d-162a-4847-939e-49377a78248a { display: none !important; }}
@media (min-width: 0px) {
[id="s-a57a9b8d-162a-4847-939e-49377a78248a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a57a9b8d-162a-4847-939e-49377a78248a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a57a9b8d-162a-4847-939e-49377a78248a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a57a9b8d-162a-4847-939e-49377a78248a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a57a9b8d-162a-4847-939e-49377a78248a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a57a9b8d-162a-4847-939e-49377a78248a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a57a9b8d-162a-4847-939e-49377a78248a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-d61a8aba-10f4-4b13-a1d8-d064138eb830 .shogun-icon-wrapper {
  text-align: right;
}


#s-d61a8aba-10f4-4b13-a1d8-d064138eb830 .shogun-icon-wrapper > .shogun-icon {

  font-size: 60px !important;
  color: rgba(194, 157, 51, 1);
}

#s-4d1dd11b-15a9-48fc-9d58-314dc8ce3624 {
  margin-top: 5px;
margin-left: -5px;
margin-bottom: 5px;
}

#s-89896585-bd4c-4ce4-a274-2144f5747996 {
  margin-top: 10px;
margin-bottom: 10px;
padding-right: 10%;
}
@media (max-width: 767px){#s-89896585-bd4c-4ce4-a274-2144f5747996 {
  display: none;
}
#s-89896585-bd4c-4ce4-a274-2144f5747996, #wrap-s-89896585-bd4c-4ce4-a274-2144f5747996, #wrap-content-s-89896585-bd4c-4ce4-a274-2144f5747996 { display: none !important; }}
@media (min-width: 0px) {
[id="s-89896585-bd4c-4ce4-a274-2144f5747996"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-89896585-bd4c-4ce4-a274-2144f5747996"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-89896585-bd4c-4ce4-a274-2144f5747996"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-89896585-bd4c-4ce4-a274-2144f5747996"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-89896585-bd4c-4ce4-a274-2144f5747996"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-89896585-bd4c-4ce4-a274-2144f5747996"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-89896585-bd4c-4ce4-a274-2144f5747996"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-1d506c9d-6409-4706-aa3a-a0006c9ddf89 .shogun-icon-wrapper {
  text-align: right;
}


#s-1d506c9d-6409-4706-aa3a-a0006c9ddf89 .shogun-icon-wrapper > .shogun-icon {

  font-size: 60px !important;
  color: rgba(194, 157, 51, 1);
}

#s-1233e597-721e-4032-97cf-21dd5f247914 {
  margin-top: 5px;
margin-bottom: 5px;
}

.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-0b312e07-644d-4009-a10e-c5fae1756747 {
  margin-top: 50px;
margin-left: 10%;
margin-bottom: 50px;
margin-right: 10%;
}
@media (max-width: 767px){#s-0b312e07-644d-4009-a10e-c5fae1756747 {
  display: none;
}
#s-0b312e07-644d-4009-a10e-c5fae1756747, #wrap-s-0b312e07-644d-4009-a10e-c5fae1756747, #wrap-content-s-0b312e07-644d-4009-a10e-c5fae1756747 { display: none !important; }}
#s-d3974ef5-89e0-43b8-8f9b-88d0f2654d3c {
  margin-top: 50px;
margin-bottom: 50px;
}
@media (min-width: 1200px){#s-d3974ef5-89e0-43b8-8f9b-88d0f2654d3c {
  display: none;
}
#s-d3974ef5-89e0-43b8-8f9b-88d0f2654d3c, #wrap-s-d3974ef5-89e0-43b8-8f9b-88d0f2654d3c, #wrap-content-s-d3974ef5-89e0-43b8-8f9b-88d0f2654d3c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d3974ef5-89e0-43b8-8f9b-88d0f2654d3c {
  display: none;
}
#s-d3974ef5-89e0-43b8-8f9b-88d0f2654d3c, #wrap-s-d3974ef5-89e0-43b8-8f9b-88d0f2654d3c, #wrap-content-s-d3974ef5-89e0-43b8-8f9b-88d0f2654d3c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d3974ef5-89e0-43b8-8f9b-88d0f2654d3c {
  display: none;
}
#s-d3974ef5-89e0-43b8-8f9b-88d0f2654d3c, #wrap-s-d3974ef5-89e0-43b8-8f9b-88d0f2654d3c, #wrap-content-s-d3974ef5-89e0-43b8-8f9b-88d0f2654d3c { display: none !important; }}
#s-7235bce2-5cdf-4a01-8db9-3b00cc66f5b9 {
  min-height: 50px;
}








#s-7235bce2-5cdf-4a01-8db9-3b00cc66f5b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7235bce2-5cdf-4a01-8db9-3b00cc66f5b9.shg-box.shg-c {
  justify-content: flex-start;
}

#s-53ef42d1-1bdf-488f-a059-bf2d63a0a0d3 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}

#s-53ef42d1-1bdf-488f-a059-bf2d63a0a0d3 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-b7051b95-764b-4fdf-aa51-03b2c4857613 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 35px;
padding-bottom: 50px;
}

#s-76d76906-e0e0-4619-bc42-f005f6b11a61 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 500px;
background-position: center center;
}
@media (max-width: 767px){#s-76d76906-e0e0-4619-bc42-f005f6b11a61 {
  display: none;
}
#s-76d76906-e0e0-4619-bc42-f005f6b11a61, #wrap-s-76d76906-e0e0-4619-bc42-f005f6b11a61, #wrap-content-s-76d76906-e0e0-4619-bc42-f005f6b11a61 { display: none !important; }}







#s-76d76906-e0e0-4619-bc42-f005f6b11a61 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.5;
  display: block;
}#s-76d76906-e0e0-4619-bc42-f005f6b11a61.shg-box.shg-c {
  justify-content: center;
}

#s-625f6127-4246-4c00-b031-727d1a5c4973 {
  margin-left: 5px;
margin-right: 5px;
padding-left: 20%;
padding-right: 20%;
}
@media (max-width: 767px){#s-625f6127-4246-4c00-b031-727d1a5c4973 {
  display: none;
}
#s-625f6127-4246-4c00-b031-727d1a5c4973, #wrap-s-625f6127-4246-4c00-b031-727d1a5c4973, #wrap-content-s-625f6127-4246-4c00-b031-727d1a5c4973 { display: none !important; }}
#s-e0f88d9a-59d9-4568-a7cc-0b7c7ffde148 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 500px;
background-position: center center;
}
@media (min-width: 1200px){#s-e0f88d9a-59d9-4568-a7cc-0b7c7ffde148 {
  display: none;
}
#s-e0f88d9a-59d9-4568-a7cc-0b7c7ffde148, #wrap-s-e0f88d9a-59d9-4568-a7cc-0b7c7ffde148, #wrap-content-s-e0f88d9a-59d9-4568-a7cc-0b7c7ffde148 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e0f88d9a-59d9-4568-a7cc-0b7c7ffde148 {
  display: none;
}
#s-e0f88d9a-59d9-4568-a7cc-0b7c7ffde148, #wrap-s-e0f88d9a-59d9-4568-a7cc-0b7c7ffde148, #wrap-content-s-e0f88d9a-59d9-4568-a7cc-0b7c7ffde148 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e0f88d9a-59d9-4568-a7cc-0b7c7ffde148 {
  display: none;
}
#s-e0f88d9a-59d9-4568-a7cc-0b7c7ffde148, #wrap-s-e0f88d9a-59d9-4568-a7cc-0b7c7ffde148, #wrap-content-s-e0f88d9a-59d9-4568-a7cc-0b7c7ffde148 { display: none !important; }}







#s-e0f88d9a-59d9-4568-a7cc-0b7c7ffde148 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e0f88d9a-59d9-4568-a7cc-0b7c7ffde148.shg-box.shg-c {
  justify-content: center;
}

#s-52777f6c-4241-4aac-bf0a-c5a5740fc3a6 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 10%;
padding-right: 10%;
}
@media (min-width: 1200px){#s-52777f6c-4241-4aac-bf0a-c5a5740fc3a6 {
  display: none;
}
#s-52777f6c-4241-4aac-bf0a-c5a5740fc3a6, #wrap-s-52777f6c-4241-4aac-bf0a-c5a5740fc3a6, #wrap-content-s-52777f6c-4241-4aac-bf0a-c5a5740fc3a6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-52777f6c-4241-4aac-bf0a-c5a5740fc3a6 {
  display: none;
}
#s-52777f6c-4241-4aac-bf0a-c5a5740fc3a6, #wrap-s-52777f6c-4241-4aac-bf0a-c5a5740fc3a6, #wrap-content-s-52777f6c-4241-4aac-bf0a-c5a5740fc3a6 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-52777f6c-4241-4aac-bf0a-c5a5740fc3a6 {
  display: none;
}
#s-52777f6c-4241-4aac-bf0a-c5a5740fc3a6, #wrap-s-52777f6c-4241-4aac-bf0a-c5a5740fc3a6, #wrap-content-s-52777f6c-4241-4aac-bf0a-c5a5740fc3a6 { display: none !important; }}
#s-72ac4e4d-2903-4cbd-ae9e-2f1eb3d913ee {
  min-height: 50px;
}








#s-72ac4e4d-2903-4cbd-ae9e-2f1eb3d913ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-72ac4e4d-2903-4cbd-ae9e-2f1eb3d913ee.shg-box.shg-c {
  justify-content: flex-start;
}

#s-00dcb748-18db-4def-928c-57a7ff22e33e {
  padding-top: 20px;
padding-bottom: 20px;
background-color: rgba(194, 157, 51, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-00dcb748-18db-4def-928c-57a7ff22e33e {
  display: none;
}
#s-00dcb748-18db-4def-928c-57a7ff22e33e, #wrap-s-00dcb748-18db-4def-928c-57a7ff22e33e, #wrap-content-s-00dcb748-18db-4def-928c-57a7ff22e33e { display: none !important; }}@media (max-width: 767px){#s-00dcb748-18db-4def-928c-57a7ff22e33e {
  display: none;
}
#s-00dcb748-18db-4def-928c-57a7ff22e33e, #wrap-s-00dcb748-18db-4def-928c-57a7ff22e33e, #wrap-content-s-00dcb748-18db-4def-928c-57a7ff22e33e { display: none !important; }}
@media (min-width: 0px) {
[id="s-00dcb748-18db-4def-928c-57a7ff22e33e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-00dcb748-18db-4def-928c-57a7ff22e33e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-00dcb748-18db-4def-928c-57a7ff22e33e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-00dcb748-18db-4def-928c-57a7ff22e33e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f9b118e6-0792-4263-a070-ac2bf3ccc310 {
  padding-left: 30%;
padding-right: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-f9b118e6-0792-4263-a070-ac2bf3ccc310 {
  display: none;
}
#s-f9b118e6-0792-4263-a070-ac2bf3ccc310, #wrap-s-f9b118e6-0792-4263-a070-ac2bf3ccc310, #wrap-content-s-f9b118e6-0792-4263-a070-ac2bf3ccc310 { display: none !important; }}@media (max-width: 767px){#s-f9b118e6-0792-4263-a070-ac2bf3ccc310 {
  display: none;
}
#s-f9b118e6-0792-4263-a070-ac2bf3ccc310, #wrap-s-f9b118e6-0792-4263-a070-ac2bf3ccc310, #wrap-content-s-f9b118e6-0792-4263-a070-ac2bf3ccc310 { display: none !important; }}
#s-f9b118e6-0792-4263-a070-ac2bf3ccc310 {
  overflow: hidden;
  
  
}







  #s-f9b118e6-0792-4263-a070-ac2bf3ccc310 img.shogun-image {
    

    
    
    
  }


#s-f9b118e6-0792-4263-a070-ac2bf3ccc310 .shogun-image-content {
  
    justify-content: center;
  
}

#s-ec40a319-4ac7-49ca-b415-1f00a0886294 {
  margin-top: 15%;
margin-bottom: 15%;
padding-top: 0px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-ec40a319-4ac7-49ca-b415-1f00a0886294 {
  display: none;
}
#s-ec40a319-4ac7-49ca-b415-1f00a0886294, #wrap-s-ec40a319-4ac7-49ca-b415-1f00a0886294, #wrap-content-s-ec40a319-4ac7-49ca-b415-1f00a0886294 { display: none !important; }}@media (max-width: 767px){#s-ec40a319-4ac7-49ca-b415-1f00a0886294 {
  display: none;
}
#s-ec40a319-4ac7-49ca-b415-1f00a0886294, #wrap-s-ec40a319-4ac7-49ca-b415-1f00a0886294, #wrap-content-s-ec40a319-4ac7-49ca-b415-1f00a0886294 { display: none !important; }}
#s-805dee1e-b085-4f17-93af-612ee9f94d66 {
  padding-top: 20px;
padding-bottom: 20px;
background-color: rgba(194, 157, 51, 1);
}
@media (min-width: 1200px){#s-805dee1e-b085-4f17-93af-612ee9f94d66 {
  display: none;
}
#s-805dee1e-b085-4f17-93af-612ee9f94d66, #wrap-s-805dee1e-b085-4f17-93af-612ee9f94d66, #wrap-content-s-805dee1e-b085-4f17-93af-612ee9f94d66 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-805dee1e-b085-4f17-93af-612ee9f94d66 {
  display: none;
}
#s-805dee1e-b085-4f17-93af-612ee9f94d66, #wrap-s-805dee1e-b085-4f17-93af-612ee9f94d66, #wrap-content-s-805dee1e-b085-4f17-93af-612ee9f94d66 { display: none !important; }}@media (max-width: 767px){#s-805dee1e-b085-4f17-93af-612ee9f94d66 {
  display: none;
}
#s-805dee1e-b085-4f17-93af-612ee9f94d66, #wrap-s-805dee1e-b085-4f17-93af-612ee9f94d66, #wrap-content-s-805dee1e-b085-4f17-93af-612ee9f94d66 { display: none !important; }}
@media (min-width: 0px) {
[id="s-805dee1e-b085-4f17-93af-612ee9f94d66"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-805dee1e-b085-4f17-93af-612ee9f94d66"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-805dee1e-b085-4f17-93af-612ee9f94d66"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-805dee1e-b085-4f17-93af-612ee9f94d66"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-805dee1e-b085-4f17-93af-612ee9f94d66"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-805dee1e-b085-4f17-93af-612ee9f94d66"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-805dee1e-b085-4f17-93af-612ee9f94d66"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-9094d824-aee8-481d-baa5-b8871d638e5b {
  padding-top: 25%;
padding-left: 5%;
padding-right: 10px;
text-align: center;
}

#s-9094d824-aee8-481d-baa5-b8871d638e5b {
  overflow: hidden;
  
  
}







  #s-9094d824-aee8-481d-baa5-b8871d638e5b img.shogun-image {
    

    
    
    
  }


#s-9094d824-aee8-481d-baa5-b8871d638e5b .shogun-image-content {
  
    justify-content: center;
  
}

#s-50f1f3fa-8b95-4c28-a65f-aa0c6c3f8690 {
  margin-top: 15%;
margin-bottom: 15%;
padding-top: 0px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10%;
}

#s-1cacd15f-50df-48c3-b38c-34af5ea00356 {
  background-color: rgba(194, 157, 51, 1);
}
@media (min-width: 1200px){#s-1cacd15f-50df-48c3-b38c-34af5ea00356 {
  display: none;
}
#s-1cacd15f-50df-48c3-b38c-34af5ea00356, #wrap-s-1cacd15f-50df-48c3-b38c-34af5ea00356, #wrap-content-s-1cacd15f-50df-48c3-b38c-34af5ea00356 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1cacd15f-50df-48c3-b38c-34af5ea00356 {
  display: none;
}
#s-1cacd15f-50df-48c3-b38c-34af5ea00356, #wrap-s-1cacd15f-50df-48c3-b38c-34af5ea00356, #wrap-content-s-1cacd15f-50df-48c3-b38c-34af5ea00356 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1cacd15f-50df-48c3-b38c-34af5ea00356 {
  display: none;
}
#s-1cacd15f-50df-48c3-b38c-34af5ea00356, #wrap-s-1cacd15f-50df-48c3-b38c-34af5ea00356, #wrap-content-s-1cacd15f-50df-48c3-b38c-34af5ea00356 { display: none !important; }}
@media (min-width: 0px) {
[id="s-1cacd15f-50df-48c3-b38c-34af5ea00356"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1cacd15f-50df-48c3-b38c-34af5ea00356"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1cacd15f-50df-48c3-b38c-34af5ea00356"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1cacd15f-50df-48c3-b38c-34af5ea00356"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-935e1ee4-febc-41ff-a9ca-1c0b790acd98 {
  padding-left: 60px;
padding-right: 60px;
text-align: center;
}

#s-935e1ee4-febc-41ff-a9ca-1c0b790acd98 {
  overflow: hidden;
  
  
}







  #s-935e1ee4-febc-41ff-a9ca-1c0b790acd98 img.shogun-image {
    

    
    
    
  }


#s-935e1ee4-febc-41ff-a9ca-1c0b790acd98 .shogun-image-content {
  
    justify-content: center;
  
}

#s-e2903434-6190-476c-a3e5-1f6597d39974 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 40px;
padding-right: 20px;
}

#s-cfaf054f-049f-4111-8ae8-93dc0d50ba2d {
  min-height: 50px;
}








#s-cfaf054f-049f-4111-8ae8-93dc0d50ba2d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cfaf054f-049f-4111-8ae8-93dc0d50ba2d.shg-box.shg-c {
  justify-content: flex-start;
}

#s-15eea9f7-2a44-4708-8ce4-f29a4f3f4d4a {
  min-height: 50px;
}
@media (max-width: 767px){#s-15eea9f7-2a44-4708-8ce4-f29a4f3f4d4a {
  display: none;
}
#s-15eea9f7-2a44-4708-8ce4-f29a4f3f4d4a, #wrap-s-15eea9f7-2a44-4708-8ce4-f29a4f3f4d4a, #wrap-content-s-15eea9f7-2a44-4708-8ce4-f29a4f3f4d4a { display: none !important; }}







#s-15eea9f7-2a44-4708-8ce4-f29a4f3f4d4a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-15eea9f7-2a44-4708-8ce4-f29a4f3f4d4a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-3411b3a7-8685-4d50-ab09-182dde4fc955 {
  min-height: 50px;
}








#s-3411b3a7-8685-4d50-ab09-182dde4fc955 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3411b3a7-8685-4d50-ab09-182dde4fc955.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d95a43c9-c1b5-40ba-8305-7544b427653d {
  padding-top: 70px;
padding-bottom: 10px;
text-align: center;
}

#s-d95a43c9-c1b5-40ba-8305-7544b427653d .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-d64d39d7-1fe6-44b6-91ce-16ed4de9b3ea {
  margin-left: 0px;
margin-right: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-d64d39d7-1fe6-44b6-91ce-16ed4de9b3ea {
  display: none;
}
#s-d64d39d7-1fe6-44b6-91ce-16ed4de9b3ea, #wrap-s-d64d39d7-1fe6-44b6-91ce-16ed4de9b3ea, #wrap-content-s-d64d39d7-1fe6-44b6-91ce-16ed4de9b3ea { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d64d39d7-1fe6-44b6-91ce-16ed4de9b3ea {
  display: none;
}
#s-d64d39d7-1fe6-44b6-91ce-16ed4de9b3ea, #wrap-s-d64d39d7-1fe6-44b6-91ce-16ed4de9b3ea, #wrap-content-s-d64d39d7-1fe6-44b6-91ce-16ed4de9b3ea { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d64d39d7-1fe6-44b6-91ce-16ed4de9b3ea {
  display: none;
}
#s-d64d39d7-1fe6-44b6-91ce-16ed4de9b3ea, #wrap-s-d64d39d7-1fe6-44b6-91ce-16ed4de9b3ea, #wrap-content-s-d64d39d7-1fe6-44b6-91ce-16ed4de9b3ea { display: none !important; }}







#s-d64d39d7-1fe6-44b6-91ce-16ed4de9b3ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d64d39d7-1fe6-44b6-91ce-16ed4de9b3ea.shg-box.shg-c {
  justify-content: flex-start;
}

#s-995914ee-f8c6-4240-ab29-36893516558f {
  min-height: 50px;
}








#s-995914ee-f8c6-4240-ab29-36893516558f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-995914ee-f8c6-4240-ab29-36893516558f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-775e7222-0896-4495-aa8f-d3b54c1c9aa7 {
  padding-top: 70px;
padding-bottom: 10px;
text-align: center;
}

#s-775e7222-0896-4495-aa8f-d3b54c1c9aa7 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-b558f5e9-6cde-413a-8daf-5124793fa387 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b558f5e9-6cde-413a-8daf-5124793fa387 {
  display: none;
}
#s-b558f5e9-6cde-413a-8daf-5124793fa387, #wrap-s-b558f5e9-6cde-413a-8daf-5124793fa387, #wrap-content-s-b558f5e9-6cde-413a-8daf-5124793fa387 { display: none !important; }}@media (max-width: 767px){#s-b558f5e9-6cde-413a-8daf-5124793fa387 {
  display: none;
}
#s-b558f5e9-6cde-413a-8daf-5124793fa387, #wrap-s-b558f5e9-6cde-413a-8daf-5124793fa387, #wrap-content-s-b558f5e9-6cde-413a-8daf-5124793fa387 { display: none !important; }}
#s-b558f5e9-6cde-413a-8daf-5124793fa387 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-b558f5e9-6cde-413a-8daf-5124793fa387 .shg-sld-nav-button.shg-sld-left,
#s-b558f5e9-6cde-413a-8daf-5124793fa387 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-1fb9925b-5625-4dee-9efa-8696d0b151a6 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-1fb9925b-5625-4dee-9efa-8696d0b151a6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1fb9925b-5625-4dee-9efa-8696d0b151a6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1fb9925b-5625-4dee-9efa-8696d0b151a6 {
  
}
}@media (max-width: 767px){#s-1fb9925b-5625-4dee-9efa-8696d0b151a6 {
  
}
}







#s-1fb9925b-5625-4dee-9efa-8696d0b151a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1fb9925b-5625-4dee-9efa-8696d0b151a6.shg-box.shg-c {
  justify-content: flex-start;
}

#s-fa90a18c-f93a-40ec-a71c-05a837e2c59e {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
}
@media (min-width: 1200px){#s-fa90a18c-f93a-40ec-a71c-05a837e2c59e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fa90a18c-f93a-40ec-a71c-05a837e2c59e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fa90a18c-f93a-40ec-a71c-05a837e2c59e {
  
}
}@media (max-width: 767px){#s-fa90a18c-f93a-40ec-a71c-05a837e2c59e {
  
}
}
@media (min-width: 0px) {
[id="s-fa90a18c-f93a-40ec-a71c-05a837e2c59e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fa90a18c-f93a-40ec-a71c-05a837e2c59e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-fa90a18c-f93a-40ec-a71c-05a837e2c59e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-fa90a18c-f93a-40ec-a71c-05a837e2c59e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

#s-42ca1658-7178-4d48-8da2-54a5a4e3ebb9 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-42ca1658-7178-4d48-8da2-54a5a4e3ebb9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-42ca1658-7178-4d48-8da2-54a5a4e3ebb9.shg-box.shg-c {
  justify-content: flex-start;
}

#s-93908388-4e8b-4984-9b2b-6b255fa82664 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-93908388-4e8b-4984-9b2b-6b255fa82664 .shogun-icon-wrapper {
  text-align: center;
}


#s-93908388-4e8b-4984-9b2b-6b255fa82664 .shogun-icon-wrapper > .shogun-icon {

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

#s-3bc87066-d1de-4d89-9433-0cfe46ae2ac1 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-3bc87066-d1de-4d89-9433-0cfe46ae2ac1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3bc87066-d1de-4d89-9433-0cfe46ae2ac1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3bc87066-d1de-4d89-9433-0cfe46ae2ac1 {
  
}
}@media (max-width: 767px){#s-3bc87066-d1de-4d89-9433-0cfe46ae2ac1 {
  
}
}
#s-d89d2dac-c6db-4d83-8d23-52e4d688bd39 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-d89d2dac-c6db-4d83-8d23-52e4d688bd39 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d89d2dac-c6db-4d83-8d23-52e4d688bd39.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f0a5d2ac-6993-431b-a363-12291b13caa6 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-f0a5d2ac-6993-431b-a363-12291b13caa6 .shogun-icon-wrapper {
  text-align: center;
}


#s-f0a5d2ac-6993-431b-a363-12291b13caa6 .shogun-icon-wrapper > .shogun-icon {

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

#s-0279405e-1ae3-4009-aaca-87a8fa595975 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-0279405e-1ae3-4009-aaca-87a8fa595975 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0279405e-1ae3-4009-aaca-87a8fa595975 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0279405e-1ae3-4009-aaca-87a8fa595975 {
  
}
}@media (max-width: 767px){#s-0279405e-1ae3-4009-aaca-87a8fa595975 {
  
}
}
#s-b5295a5d-e4c3-481d-92f5-7a897179cee2 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-b5295a5d-e4c3-481d-92f5-7a897179cee2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b5295a5d-e4c3-481d-92f5-7a897179cee2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b5295a5d-e4c3-481d-92f5-7a897179cee2 {
  
}
}@media (max-width: 767px){#s-b5295a5d-e4c3-481d-92f5-7a897179cee2 {
  
}
}







#s-b5295a5d-e4c3-481d-92f5-7a897179cee2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b5295a5d-e4c3-481d-92f5-7a897179cee2.shg-box.shg-c {
  justify-content: flex-start;
}

#s-15111430-3f79-4b0e-95a2-15826611b582 {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
}
@media (min-width: 1200px){#s-15111430-3f79-4b0e-95a2-15826611b582 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-15111430-3f79-4b0e-95a2-15826611b582 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-15111430-3f79-4b0e-95a2-15826611b582 {
  
}
}@media (max-width: 767px){#s-15111430-3f79-4b0e-95a2-15826611b582 {
  
}
}
@media (min-width: 0px) {
[id="s-15111430-3f79-4b0e-95a2-15826611b582"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-15111430-3f79-4b0e-95a2-15826611b582"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-15111430-3f79-4b0e-95a2-15826611b582"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-15111430-3f79-4b0e-95a2-15826611b582"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

#s-0de5ddf6-1f97-4386-bf93-282833adbcff {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-0de5ddf6-1f97-4386-bf93-282833adbcff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0de5ddf6-1f97-4386-bf93-282833adbcff.shg-box.shg-c {
  justify-content: flex-start;
}

#s-0caf4e21-788a-4f2e-8135-998182aa5cda {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-0caf4e21-788a-4f2e-8135-998182aa5cda .shogun-icon-wrapper {
  text-align: center;
}


#s-0caf4e21-788a-4f2e-8135-998182aa5cda .shogun-icon-wrapper > .shogun-icon {

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

#s-fc164dc4-9d24-4186-9813-3b7f2e96b99a {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-fc164dc4-9d24-4186-9813-3b7f2e96b99a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fc164dc4-9d24-4186-9813-3b7f2e96b99a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fc164dc4-9d24-4186-9813-3b7f2e96b99a {
  
}
}@media (max-width: 767px){#s-fc164dc4-9d24-4186-9813-3b7f2e96b99a {
  
}
}
#s-5ce33045-e1f2-487b-813b-cb81bac59a39 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-5ce33045-e1f2-487b-813b-cb81bac59a39 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5ce33045-e1f2-487b-813b-cb81bac59a39.shg-box.shg-c {
  justify-content: flex-start;
}

#s-2902785a-b72f-4932-948d-a0bf4981ed3d {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-2902785a-b72f-4932-948d-a0bf4981ed3d .shogun-icon-wrapper {
  text-align: center;
}


#s-2902785a-b72f-4932-948d-a0bf4981ed3d .shogun-icon-wrapper > .shogun-icon {

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

#s-3c73a62d-8357-4e22-a718-16291b86d06e {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-3c73a62d-8357-4e22-a718-16291b86d06e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3c73a62d-8357-4e22-a718-16291b86d06e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3c73a62d-8357-4e22-a718-16291b86d06e {
  
}
}@media (max-width: 767px){#s-3c73a62d-8357-4e22-a718-16291b86d06e {
  
}
}
#s-489d2409-d29f-4c44-8407-3f4c6fd820fc {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-489d2409-d29f-4c44-8407-3f4c6fd820fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-489d2409-d29f-4c44-8407-3f4c6fd820fc.shg-box.shg-c {
  justify-content: flex-start;
}

#s-933023e8-2947-4164-bc5a-5ed62a909741 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-933023e8-2947-4164-bc5a-5ed62a909741 .shogun-icon-wrapper {
  text-align: center;
}


#s-933023e8-2947-4164-bc5a-5ed62a909741 .shogun-icon-wrapper > .shogun-icon {

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

#s-f40b37c7-c466-47bb-b81f-9183c6763f97 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-f40b37c7-c466-47bb-b81f-9183c6763f97 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f40b37c7-c466-47bb-b81f-9183c6763f97 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f40b37c7-c466-47bb-b81f-9183c6763f97 {
  
}
}@media (max-width: 767px){#s-f40b37c7-c466-47bb-b81f-9183c6763f97 {
  
}
}
#s-d00f7697-f291-4936-9d1f-66278ec15bce {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-d00f7697-f291-4936-9d1f-66278ec15bce {
  display: none;
}
#s-d00f7697-f291-4936-9d1f-66278ec15bce, #wrap-s-d00f7697-f291-4936-9d1f-66278ec15bce, #wrap-content-s-d00f7697-f291-4936-9d1f-66278ec15bce { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d00f7697-f291-4936-9d1f-66278ec15bce {
  display: none;
}
#s-d00f7697-f291-4936-9d1f-66278ec15bce, #wrap-s-d00f7697-f291-4936-9d1f-66278ec15bce, #wrap-content-s-d00f7697-f291-4936-9d1f-66278ec15bce { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d00f7697-f291-4936-9d1f-66278ec15bce {
  
}
}@media (max-width: 767px){#s-d00f7697-f291-4936-9d1f-66278ec15bce {
  display: none;
}
#s-d00f7697-f291-4936-9d1f-66278ec15bce, #wrap-s-d00f7697-f291-4936-9d1f-66278ec15bce, #wrap-content-s-d00f7697-f291-4936-9d1f-66278ec15bce { display: none !important; }}
#s-d00f7697-f291-4936-9d1f-66278ec15bce .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-d00f7697-f291-4936-9d1f-66278ec15bce .shg-sld-nav-button.shg-sld-left,
#s-d00f7697-f291-4936-9d1f-66278ec15bce .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-71763423-a20c-44e0-b7d3-02e66c81f5d6 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-71763423-a20c-44e0-b7d3-02e66c81f5d6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-71763423-a20c-44e0-b7d3-02e66c81f5d6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-71763423-a20c-44e0-b7d3-02e66c81f5d6 {
  
}
}@media (max-width: 767px){#s-71763423-a20c-44e0-b7d3-02e66c81f5d6 {
  
}
}







#s-71763423-a20c-44e0-b7d3-02e66c81f5d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-71763423-a20c-44e0-b7d3-02e66c81f5d6.shg-box.shg-c {
  justify-content: flex-start;
}

#s-3d513d0d-a24d-41d3-9e8b-8ee01037bbe4 {
  margin-top: 50px;
margin-left: 0px;
margin-bottom: 50px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-3d513d0d-a24d-41d3-9e8b-8ee01037bbe4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3d513d0d-a24d-41d3-9e8b-8ee01037bbe4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3d513d0d-a24d-41d3-9e8b-8ee01037bbe4 {
  
}
}@media (max-width: 767px){#s-3d513d0d-a24d-41d3-9e8b-8ee01037bbe4 {
  
}
}
@media (min-width: 0px) {
[id="s-3d513d0d-a24d-41d3-9e8b-8ee01037bbe4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3d513d0d-a24d-41d3-9e8b-8ee01037bbe4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-3d513d0d-a24d-41d3-9e8b-8ee01037bbe4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-3d513d0d-a24d-41d3-9e8b-8ee01037bbe4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

#s-fa4ca820-508f-400f-8858-bc114f8669c8 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-fa4ca820-508f-400f-8858-bc114f8669c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fa4ca820-508f-400f-8858-bc114f8669c8.shg-box.shg-c {
  justify-content: flex-start;
}

#s-44ffeba5-71b8-4a29-a0e2-46cf2d9ded10 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-44ffeba5-71b8-4a29-a0e2-46cf2d9ded10 .shogun-icon-wrapper {
  text-align: center;
}


#s-44ffeba5-71b8-4a29-a0e2-46cf2d9ded10 .shogun-icon-wrapper > .shogun-icon {

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

#s-869a1abb-0464-439f-ac1b-e9a555388816 {
  margin-top: 20px;
margin-left: 10px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-869a1abb-0464-439f-ac1b-e9a555388816 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-869a1abb-0464-439f-ac1b-e9a555388816 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-869a1abb-0464-439f-ac1b-e9a555388816 {
  
}
}@media (max-width: 767px){#s-869a1abb-0464-439f-ac1b-e9a555388816 {
  
}
}
#s-63729059-a29d-45e8-bf76-d46cb5bdedb2 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-63729059-a29d-45e8-bf76-d46cb5bdedb2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-63729059-a29d-45e8-bf76-d46cb5bdedb2.shg-box.shg-c {
  justify-content: flex-start;
}

#s-21451dd9-168f-4d9f-8a74-2f96919ef9f6 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-21451dd9-168f-4d9f-8a74-2f96919ef9f6 .shogun-icon-wrapper {
  text-align: center;
}


#s-21451dd9-168f-4d9f-8a74-2f96919ef9f6 .shogun-icon-wrapper > .shogun-icon {

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

#s-dbb45dcc-e868-4a27-aef0-a4cbf2e1fb65 {
  margin-top: 20px;
margin-left: 10px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-dbb45dcc-e868-4a27-aef0-a4cbf2e1fb65 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dbb45dcc-e868-4a27-aef0-a4cbf2e1fb65 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-dbb45dcc-e868-4a27-aef0-a4cbf2e1fb65 {
  
}
}@media (max-width: 767px){#s-dbb45dcc-e868-4a27-aef0-a4cbf2e1fb65 {
  
}
}
#s-c0208ea4-b13c-4ef7-9fae-3fc09dd29e6f {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-c0208ea4-b13c-4ef7-9fae-3fc09dd29e6f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c0208ea4-b13c-4ef7-9fae-3fc09dd29e6f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c0208ea4-b13c-4ef7-9fae-3fc09dd29e6f {
  
}
}@media (max-width: 767px){#s-c0208ea4-b13c-4ef7-9fae-3fc09dd29e6f {
  
}
}







#s-c0208ea4-b13c-4ef7-9fae-3fc09dd29e6f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c0208ea4-b13c-4ef7-9fae-3fc09dd29e6f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-5d5f4978-8f16-4ba1-bb58-ac78fb572708 {
  margin-top: 50px;
margin-left: 0px;
margin-bottom: 50px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-5d5f4978-8f16-4ba1-bb58-ac78fb572708 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5d5f4978-8f16-4ba1-bb58-ac78fb572708 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5d5f4978-8f16-4ba1-bb58-ac78fb572708 {
  
}
}@media (max-width: 767px){#s-5d5f4978-8f16-4ba1-bb58-ac78fb572708 {
  
}
}
@media (min-width: 0px) {
[id="s-5d5f4978-8f16-4ba1-bb58-ac78fb572708"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5d5f4978-8f16-4ba1-bb58-ac78fb572708"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-5d5f4978-8f16-4ba1-bb58-ac78fb572708"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-5d5f4978-8f16-4ba1-bb58-ac78fb572708"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

#s-7d49322d-e4f2-4240-8942-d4469eaecf69 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-7d49322d-e4f2-4240-8942-d4469eaecf69 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7d49322d-e4f2-4240-8942-d4469eaecf69.shg-box.shg-c {
  justify-content: flex-start;
}

#s-994bf641-4880-44b0-baf3-e8673a0935b2 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-994bf641-4880-44b0-baf3-e8673a0935b2 .shogun-icon-wrapper {
  text-align: center;
}


#s-994bf641-4880-44b0-baf3-e8673a0935b2 .shogun-icon-wrapper > .shogun-icon {

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

#s-4e563d1d-0542-48a6-990f-b16cf2f3d938 {
  margin-top: 20px;
margin-left: 10px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-4e563d1d-0542-48a6-990f-b16cf2f3d938 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4e563d1d-0542-48a6-990f-b16cf2f3d938 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4e563d1d-0542-48a6-990f-b16cf2f3d938 {
  
}
}@media (max-width: 767px){#s-4e563d1d-0542-48a6-990f-b16cf2f3d938 {
  
}
}
#s-fb442bca-45de-436e-a1bf-fc72a68df48a {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-fb442bca-45de-436e-a1bf-fc72a68df48a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fb442bca-45de-436e-a1bf-fc72a68df48a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-62b57b2b-7e35-45d7-9d35-2b756f536f3c {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-62b57b2b-7e35-45d7-9d35-2b756f536f3c .shogun-icon-wrapper {
  text-align: center;
}


#s-62b57b2b-7e35-45d7-9d35-2b756f536f3c .shogun-icon-wrapper > .shogun-icon {

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

#s-6fc75075-55dd-456a-9ca7-6e4f61f84af4 {
  margin-top: 20px;
margin-left: 10px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-6fc75075-55dd-456a-9ca7-6e4f61f84af4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6fc75075-55dd-456a-9ca7-6e4f61f84af4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6fc75075-55dd-456a-9ca7-6e4f61f84af4 {
  
}
}@media (max-width: 767px){#s-6fc75075-55dd-456a-9ca7-6e4f61f84af4 {
  
}
}
#s-420dc8a8-4f51-4f61-b267-463e58c0a92c {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-420dc8a8-4f51-4f61-b267-463e58c0a92c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-420dc8a8-4f51-4f61-b267-463e58c0a92c.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a1c21c14-5c09-422a-af71-946393355412 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-a1c21c14-5c09-422a-af71-946393355412 .shogun-icon-wrapper {
  text-align: center;
}


#s-a1c21c14-5c09-422a-af71-946393355412 .shogun-icon-wrapper > .shogun-icon {

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

#s-9c71d64e-bbb4-4b36-a037-acc7b415c1fa {
  margin-top: 20px;
margin-left: 10px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-9c71d64e-bbb4-4b36-a037-acc7b415c1fa {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9c71d64e-bbb4-4b36-a037-acc7b415c1fa {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9c71d64e-bbb4-4b36-a037-acc7b415c1fa {
  
}
}@media (max-width: 767px){#s-9c71d64e-bbb4-4b36-a037-acc7b415c1fa {
  
}
}
#s-3a89c93b-b80a-4d1a-8c01-4dfe160aa1e9 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-3a89c93b-b80a-4d1a-8c01-4dfe160aa1e9 {
  display: none;
}
#s-3a89c93b-b80a-4d1a-8c01-4dfe160aa1e9, #wrap-s-3a89c93b-b80a-4d1a-8c01-4dfe160aa1e9, #wrap-content-s-3a89c93b-b80a-4d1a-8c01-4dfe160aa1e9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3a89c93b-b80a-4d1a-8c01-4dfe160aa1e9 {
  display: none;
}
#s-3a89c93b-b80a-4d1a-8c01-4dfe160aa1e9, #wrap-s-3a89c93b-b80a-4d1a-8c01-4dfe160aa1e9, #wrap-content-s-3a89c93b-b80a-4d1a-8c01-4dfe160aa1e9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3a89c93b-b80a-4d1a-8c01-4dfe160aa1e9 {
  display: none;
}
#s-3a89c93b-b80a-4d1a-8c01-4dfe160aa1e9, #wrap-s-3a89c93b-b80a-4d1a-8c01-4dfe160aa1e9, #wrap-content-s-3a89c93b-b80a-4d1a-8c01-4dfe160aa1e9 { display: none !important; }}
#s-3a89c93b-b80a-4d1a-8c01-4dfe160aa1e9 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-3a89c93b-b80a-4d1a-8c01-4dfe160aa1e9 .shg-sld-nav-button.shg-sld-left,
#s-3a89c93b-b80a-4d1a-8c01-4dfe160aa1e9 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-af926be6-492d-4fc3-9e95-ca6c2fad99cc {
  margin-left: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-af926be6-492d-4fc3-9e95-ca6c2fad99cc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-af926be6-492d-4fc3-9e95-ca6c2fad99cc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-af926be6-492d-4fc3-9e95-ca6c2fad99cc {
  
}
}@media (max-width: 767px){#s-af926be6-492d-4fc3-9e95-ca6c2fad99cc {
  
}
}







#s-af926be6-492d-4fc3-9e95-ca6c2fad99cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-af926be6-492d-4fc3-9e95-ca6c2fad99cc.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b6c175cd-86a1-4839-9701-cc3a54e92041 {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
}
@media (min-width: 1200px){#s-b6c175cd-86a1-4839-9701-cc3a54e92041 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b6c175cd-86a1-4839-9701-cc3a54e92041 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b6c175cd-86a1-4839-9701-cc3a54e92041 {
  
}
}@media (max-width: 767px){#s-b6c175cd-86a1-4839-9701-cc3a54e92041 {
  
}
}
@media (min-width: 0px) {
[id="s-b6c175cd-86a1-4839-9701-cc3a54e92041"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b6c175cd-86a1-4839-9701-cc3a54e92041"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-b6c175cd-86a1-4839-9701-cc3a54e92041"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-b6c175cd-86a1-4839-9701-cc3a54e92041"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

#s-0d3996e8-ad90-4f9e-8684-aa884b979e82 {
  border-style: solid;
margin-left: -15%;
margin-bottom: 25px;
margin-right: -15%;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-0d3996e8-ad90-4f9e-8684-aa884b979e82 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0d3996e8-ad90-4f9e-8684-aa884b979e82.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d609f765-02f5-43e5-8d62-f6645d5fdf02 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-d609f765-02f5-43e5-8d62-f6645d5fdf02 .shogun-icon-wrapper {
  text-align: center;
}


#s-d609f765-02f5-43e5-8d62-f6645d5fdf02 .shogun-icon-wrapper > .shogun-icon {

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

#s-d59c2059-9e4e-43ed-8cc0-2e8555f203ff {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-d59c2059-9e4e-43ed-8cc0-2e8555f203ff {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d59c2059-9e4e-43ed-8cc0-2e8555f203ff {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d59c2059-9e4e-43ed-8cc0-2e8555f203ff {
  
}
}@media (max-width: 767px){#s-d59c2059-9e4e-43ed-8cc0-2e8555f203ff {
  
}
}
#s-047843f0-a93b-4ee4-9a50-f3f7467db28d {
  border-style: solid;
margin-left: -15%;
margin-bottom: 25px;
margin-right: -15%;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-047843f0-a93b-4ee4-9a50-f3f7467db28d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-047843f0-a93b-4ee4-9a50-f3f7467db28d.shg-box.shg-c {
  justify-content: flex-start;
}

#s-3b076cfd-2124-4c05-98b7-1cf205b8c12d {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-3b076cfd-2124-4c05-98b7-1cf205b8c12d .shogun-icon-wrapper {
  text-align: center;
}


#s-3b076cfd-2124-4c05-98b7-1cf205b8c12d .shogun-icon-wrapper > .shogun-icon {

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

#s-c84cdd43-acf7-4ac3-91c1-fb690f530bbf {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-c84cdd43-acf7-4ac3-91c1-fb690f530bbf {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c84cdd43-acf7-4ac3-91c1-fb690f530bbf {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c84cdd43-acf7-4ac3-91c1-fb690f530bbf {
  
}
}@media (max-width: 767px){#s-c84cdd43-acf7-4ac3-91c1-fb690f530bbf {
  
}
}
#s-b5ebbd5f-2a0a-4e1f-9646-359af0cef499 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-b5ebbd5f-2a0a-4e1f-9646-359af0cef499 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b5ebbd5f-2a0a-4e1f-9646-359af0cef499 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b5ebbd5f-2a0a-4e1f-9646-359af0cef499 {
  
}
}@media (max-width: 767px){#s-b5ebbd5f-2a0a-4e1f-9646-359af0cef499 {
  
}
}







#s-b5ebbd5f-2a0a-4e1f-9646-359af0cef499 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b5ebbd5f-2a0a-4e1f-9646-359af0cef499.shg-box.shg-c {
  justify-content: flex-start;
}

#s-16066723-c93c-4ebd-a332-da6fad6179c0 {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
}
@media (min-width: 1200px){#s-16066723-c93c-4ebd-a332-da6fad6179c0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-16066723-c93c-4ebd-a332-da6fad6179c0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-16066723-c93c-4ebd-a332-da6fad6179c0 {
  
}
}@media (max-width: 767px){#s-16066723-c93c-4ebd-a332-da6fad6179c0 {
  
}
}
@media (min-width: 0px) {
[id="s-16066723-c93c-4ebd-a332-da6fad6179c0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-16066723-c93c-4ebd-a332-da6fad6179c0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-16066723-c93c-4ebd-a332-da6fad6179c0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-16066723-c93c-4ebd-a332-da6fad6179c0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

#s-8c3a0167-95e0-47c2-9c98-53e1c43c343f {
  border-style: solid;
margin-left: -15%;
margin-bottom: 25px;
margin-right: -15%;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-8c3a0167-95e0-47c2-9c98-53e1c43c343f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8c3a0167-95e0-47c2-9c98-53e1c43c343f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-5b9cebf2-9724-4e03-bb79-0363e035c928 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-5b9cebf2-9724-4e03-bb79-0363e035c928 .shogun-icon-wrapper {
  text-align: center;
}


#s-5b9cebf2-9724-4e03-bb79-0363e035c928 .shogun-icon-wrapper > .shogun-icon {

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

#s-09b663f9-5640-42b1-9618-55397158debc {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-09b663f9-5640-42b1-9618-55397158debc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-09b663f9-5640-42b1-9618-55397158debc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-09b663f9-5640-42b1-9618-55397158debc {
  
}
}@media (max-width: 767px){#s-09b663f9-5640-42b1-9618-55397158debc {
  
}
}
#s-6627538d-c002-4a85-ab90-d15f621cbaf9 {
  border-style: solid;
margin-left: -15%;
margin-bottom: 25px;
margin-right: -15%;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-6627538d-c002-4a85-ab90-d15f621cbaf9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6627538d-c002-4a85-ab90-d15f621cbaf9.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a6bd4699-2b66-4dde-9012-4f2a3f411073 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-a6bd4699-2b66-4dde-9012-4f2a3f411073 .shogun-icon-wrapper {
  text-align: center;
}


#s-a6bd4699-2b66-4dde-9012-4f2a3f411073 .shogun-icon-wrapper > .shogun-icon {

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

#s-0cfe9fd5-dd2f-49c3-be58-8822be87b0d0 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-0cfe9fd5-dd2f-49c3-be58-8822be87b0d0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0cfe9fd5-dd2f-49c3-be58-8822be87b0d0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0cfe9fd5-dd2f-49c3-be58-8822be87b0d0 {
  
}
}@media (max-width: 767px){#s-0cfe9fd5-dd2f-49c3-be58-8822be87b0d0 {
  
}
}
#s-ae9a6dfc-9067-421e-bc88-b6b1c495a957 {
  border-style: solid;
margin-left: -15%;
margin-bottom: 25px;
margin-right: -15%;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-ae9a6dfc-9067-421e-bc88-b6b1c495a957 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ae9a6dfc-9067-421e-bc88-b6b1c495a957.shg-box.shg-c {
  justify-content: flex-start;
}

#s-8d47d05d-7d6d-4df5-b6fd-3cec948eacab {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-8d47d05d-7d6d-4df5-b6fd-3cec948eacab .shogun-icon-wrapper {
  text-align: center;
}


#s-8d47d05d-7d6d-4df5-b6fd-3cec948eacab .shogun-icon-wrapper > .shogun-icon {

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

#s-2310d3c3-40a5-4ae1-840b-6d3fa73d04b8 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-2310d3c3-40a5-4ae1-840b-6d3fa73d04b8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2310d3c3-40a5-4ae1-840b-6d3fa73d04b8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2310d3c3-40a5-4ae1-840b-6d3fa73d04b8 {
  
}
}@media (max-width: 767px){#s-2310d3c3-40a5-4ae1-840b-6d3fa73d04b8 {
  
}
}
#s-a538337c-7f16-45ce-9dde-cffabead3270 {
  min-height: 50px;
background-color: rgba(232, 235, 239, 1);
}








#s-a538337c-7f16-45ce-9dde-cffabead3270 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a538337c-7f16-45ce-9dde-cffabead3270.shg-box.shg-c {
  justify-content: flex-start;
}

#s-8585f9e4-96f5-48c8-a04d-090750796dec {
  padding-top: 35px;
padding-bottom: 35px;
text-align: center;
}

#s-8585f9e4-96f5-48c8-a04d-090750796dec .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-63669445-53ff-40b4-a6d5-a0eaa5009dc0 {
  min-height: 50px;
background-color: rgba(232, 235, 239, 1);
}
@media (max-width: 767px){#s-63669445-53ff-40b4-a6d5-a0eaa5009dc0 {
  display: none;
}
#s-63669445-53ff-40b4-a6d5-a0eaa5009dc0, #wrap-s-63669445-53ff-40b4-a6d5-a0eaa5009dc0, #wrap-content-s-63669445-53ff-40b4-a6d5-a0eaa5009dc0 { display: none !important; }}







#s-63669445-53ff-40b4-a6d5-a0eaa5009dc0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-63669445-53ff-40b4-a6d5-a0eaa5009dc0.shg-box.shg-c {
  justify-content: flex-start;
}

#s-29e9f80f-dd82-4f77-b1dc-11bcaa835520 {
  margin-left: 10%;
margin-bottom: 50px;
margin-right: 10%;
background-color: rgba(232, 235, 239, 1);
}

@media (min-width: 0px) {
[id="s-29e9f80f-dd82-4f77-b1dc-11bcaa835520"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-29e9f80f-dd82-4f77-b1dc-11bcaa835520"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-29e9f80f-dd82-4f77-b1dc-11bcaa835520"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-29e9f80f-dd82-4f77-b1dc-11bcaa835520"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-dcbd1652-f78f-484a-b5c8-f463c0277393 {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 90px;
text-align: left;
}

#s-dcbd1652-f78f-484a-b5c8-f463c0277393 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-ba199958-b678-493a-b557-329771628934 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
padding-bottom: 20px;
min-height: 90px;
text-align: left;
}

#s-ba199958-b678-493a-b557-329771628934 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-e74d0c58-d391-4975-b10d-854f15e009a1 {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 90px;
text-align: left;
}

#s-e74d0c58-d391-4975-b10d-854f15e009a1 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-4e1a0aa8-d075-4115-9c3f-895e0f0a33f7 {
  min-height: 50px;
background-color: rgba(232, 235, 239, 1);
}
@media (min-width: 1200px){#s-4e1a0aa8-d075-4115-9c3f-895e0f0a33f7 {
  display: none;
}
#s-4e1a0aa8-d075-4115-9c3f-895e0f0a33f7, #wrap-s-4e1a0aa8-d075-4115-9c3f-895e0f0a33f7, #wrap-content-s-4e1a0aa8-d075-4115-9c3f-895e0f0a33f7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4e1a0aa8-d075-4115-9c3f-895e0f0a33f7 {
  display: none;
}
#s-4e1a0aa8-d075-4115-9c3f-895e0f0a33f7, #wrap-s-4e1a0aa8-d075-4115-9c3f-895e0f0a33f7, #wrap-content-s-4e1a0aa8-d075-4115-9c3f-895e0f0a33f7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4e1a0aa8-d075-4115-9c3f-895e0f0a33f7 {
  display: none;
}
#s-4e1a0aa8-d075-4115-9c3f-895e0f0a33f7, #wrap-s-4e1a0aa8-d075-4115-9c3f-895e0f0a33f7, #wrap-content-s-4e1a0aa8-d075-4115-9c3f-895e0f0a33f7 { display: none !important; }}@media (max-width: 767px){#s-4e1a0aa8-d075-4115-9c3f-895e0f0a33f7 {
  
}
}







#s-4e1a0aa8-d075-4115-9c3f-895e0f0a33f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4e1a0aa8-d075-4115-9c3f-895e0f0a33f7.shg-box.shg-c {
  justify-content: flex-start;
}

#s-82037ec2-8c0d-49ec-ba14-0780762a2419 {
  margin-left: 10%;
margin-bottom: 50px;
margin-right: 10%;
background-color: rgba(232, 235, 239, 1);
}

@media (min-width: 0px) {
[id="s-82037ec2-8c0d-49ec-ba14-0780762a2419"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-82037ec2-8c0d-49ec-ba14-0780762a2419"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-82037ec2-8c0d-49ec-ba14-0780762a2419"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-82037ec2-8c0d-49ec-ba14-0780762a2419"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-acfbe13a-4a2f-40b4-b024-53ef2769ccf8 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-acfbe13a-4a2f-40b4-b024-53ef2769ccf8 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-db8c921b-4970-41cc-84e0-ab18ac2402e5 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-db8c921b-4970-41cc-84e0-ab18ac2402e5 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-8f4c39e3-5474-468d-9af7-1016c267d1d6 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-8f4c39e3-5474-468d-9af7-1016c267d1d6 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



@media (min-width: 0px) {
[id="s-2ed7068f-d623-409b-9b69-62bdfe759d60"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2ed7068f-d623-409b-9b69-62bdfe759d60"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2ed7068f-d623-409b-9b69-62bdfe759d60"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2ed7068f-d623-409b-9b69-62bdfe759d60"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-1fc48ee3-67b1-44f8-b4b3-709b91fb864e {
  margin-right: -20px;
text-align: center;
}

#s-1fc48ee3-67b1-44f8-b4b3-709b91fb864e {
  overflow: hidden;
  
  
}







  #s-1fc48ee3-67b1-44f8-b4b3-709b91fb864e img.shogun-image {
    

    
    
    
  }


#s-1fc48ee3-67b1-44f8-b4b3-709b91fb864e .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-c8c8182b-acb2-4d41-bb4b-6db23addccdd {
  margin-left: -10px;
margin-right: -10px;
text-align: center;
}

#s-c8c8182b-acb2-4d41-bb4b-6db23addccdd {
  overflow: hidden;
  
  
}







  #s-c8c8182b-acb2-4d41-bb4b-6db23addccdd img.shogun-image {
    

    
    
    
  }


#s-c8c8182b-acb2-4d41-bb4b-6db23addccdd .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-a3e728bc-e70d-4c1e-a406-adc481c658cf {
  margin-left: -20px;
margin-right: 0px;
text-align: center;
}

#s-a3e728bc-e70d-4c1e-a406-adc481c658cf {
  overflow: hidden;
  
  
}







  #s-a3e728bc-e70d-4c1e-a406-adc481c658cf img.shogun-image {
    

    
    
    
  }


#s-a3e728bc-e70d-4c1e-a406-adc481c658cf .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-2e7e6b7c-8660-4767-9936-0056be3d450b {
  min-height: 50px;
}








#s-2e7e6b7c-8660-4767-9936-0056be3d450b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2e7e6b7c-8660-4767-9936-0056be3d450b.shg-box.shg-c {
  justify-content: flex-start;
}

@media (min-width: 1200px){#s-140eb5b2-d6c3-47f4-bdea-4ab1dc604d34 {
  display: none;
}
#s-140eb5b2-d6c3-47f4-bdea-4ab1dc604d34, #wrap-s-140eb5b2-d6c3-47f4-bdea-4ab1dc604d34, #wrap-content-s-140eb5b2-d6c3-47f4-bdea-4ab1dc604d34 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-140eb5b2-d6c3-47f4-bdea-4ab1dc604d34 {
  display: none;
}
#s-140eb5b2-d6c3-47f4-bdea-4ab1dc604d34, #wrap-s-140eb5b2-d6c3-47f4-bdea-4ab1dc604d34, #wrap-content-s-140eb5b2-d6c3-47f4-bdea-4ab1dc604d34 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-140eb5b2-d6c3-47f4-bdea-4ab1dc604d34 {
  display: none;
}
#s-140eb5b2-d6c3-47f4-bdea-4ab1dc604d34, #wrap-s-140eb5b2-d6c3-47f4-bdea-4ab1dc604d34, #wrap-content-s-140eb5b2-d6c3-47f4-bdea-4ab1dc604d34 { display: none !important; }}@media (max-width: 767px){#s-140eb5b2-d6c3-47f4-bdea-4ab1dc604d34 {
  display: none;
}
#s-140eb5b2-d6c3-47f4-bdea-4ab1dc604d34, #wrap-s-140eb5b2-d6c3-47f4-bdea-4ab1dc604d34, #wrap-content-s-140eb5b2-d6c3-47f4-bdea-4ab1dc604d34 { display: none !important; }}
#s-443d3823-3355-4f16-be0a-804f5650040e {
  padding-top: 50px;
}

.shg-gallery-root {}

.shg-gallery-arrows-container {
  display: flex;
  align-items: center;
  position: relative;
}

.shg-gallery-dots-container {
  display: flex;
  justify-content: center;
  position: relative;
}

.shg-gallery-scroll-container {
  position: relative;
}

.shg-gallery-thumb-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
}

.shg-gallery-thumb-image {
  max-width: 100%;
  display: inline-block;
  cursor: pointer;
}

.shg-gallery-thumb-image:hover {
  opacity: 0.6;
}

.shg-gallery-thumb-image-square {
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.shg-gallery-image-hidden {
  display: none;
}

.shg-gallery-scroll-button {
  position: absolute;
  width: 3%;
  max-width: 48px;
  max-height: 48px;
}

.shg-left {
  left: 0;
  margin-left: 1%;
}

.shg-right {
  right: 0;
  margin-right: 1%;
}

.shg-gallery-dot {
  height: 14px;
  width: 14px;
  opacity: 0.5;
  border-radius: 100%;
  margin: 0 8px;
}

.shg-selected {
  opacity: 1;
}
#s-af5974ef-7b6f-4288-9c68-c2871392bd63 {
  padding-top: 20px;
padding-left: 100px;
padding-bottom: 20px;
padding-right: 100px;
text-align: left;
}

#s-af5974ef-7b6f-4288-9c68-c2871392bd63 .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 33.333333333333336%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-af5974ef-7b6f-4288-9c68-c2871392bd63 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-af5974ef-7b6f-4288-9c68-c2871392bd63 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-af5974ef-7b6f-4288-9c68-c2871392bd63 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-af5974ef-7b6f-4288-9c68-c2871392bd63 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-af5974ef-7b6f-4288-9c68-c2871392bd63 .shg-gallery-dot {
  background-color: #FFF;
}

.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-b6649a85-880e-4101-af7e-fd644f7ec881 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b6649a85-880e-4101-af7e-fd644f7ec881 .shg-product-title-component h1 span {
  color: #000;
  
  
  
  font-size: 32px;
  
  
  
}

#s-78162f40-0669-4fc5-bb71-4b5197979b41 {
  text-align: center;
}

#s-78162f40-0669-4fc5-bb71-4b5197979b41 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 24px;
  
  
  font-style:  normal ;
}

#s-78162f40-0669-4fc5-bb71-4b5197979b41 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 24px;
}

#s-78162f40-0669-4fc5-bb71-4b5197979b41 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

.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-852f8edd-fbf5-4553-ac97-fc9269f0792f {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(171, 139, 47, 1);
text-align: center;
cursor: pointer;
}
#s-852f8edd-fbf5-4553-ac97-fc9269f0792f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-852f8edd-fbf5-4553-ac97-fc9269f0792f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-852f8edd-fbf5-4553-ac97-fc9269f0792f-atc-btn-wrapper {
    text-align: center;
  }


#s-852f8edd-fbf5-4553-ac97-fc9269f0792f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-852f8edd-fbf5-4553-ac97-fc9269f0792f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-852f8edd-fbf5-4553-ac97-fc9269f0792f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-852f8edd-fbf5-4553-ac97-fc9269f0792f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-852f8edd-fbf5-4553-ac97-fc9269f0792f.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-852f8edd-fbf5-4553-ac97-fc9269f0792f-atc-btn-wrapper {
    text-align: center;
  }


#s-852f8edd-fbf5-4553-ac97-fc9269f0792f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-852f8edd-fbf5-4553-ac97-fc9269f0792f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-852f8edd-fbf5-4553-ac97-fc9269f0792f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-852f8edd-fbf5-4553-ac97-fc9269f0792f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-852f8edd-fbf5-4553-ac97-fc9269f0792f.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-852f8edd-fbf5-4553-ac97-fc9269f0792f-atc-btn-wrapper {
    text-align: center;
  }


#s-852f8edd-fbf5-4553-ac97-fc9269f0792f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-852f8edd-fbf5-4553-ac97-fc9269f0792f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-852f8edd-fbf5-4553-ac97-fc9269f0792f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-852f8edd-fbf5-4553-ac97-fc9269f0792f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-852f8edd-fbf5-4553-ac97-fc9269f0792f.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-852f8edd-fbf5-4553-ac97-fc9269f0792f-atc-btn-wrapper {
    text-align: center;
  }


#s-852f8edd-fbf5-4553-ac97-fc9269f0792f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-852f8edd-fbf5-4553-ac97-fc9269f0792f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-852f8edd-fbf5-4553-ac97-fc9269f0792f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-852f8edd-fbf5-4553-ac97-fc9269f0792f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-852f8edd-fbf5-4553-ac97-fc9269f0792f.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-852f8edd-fbf5-4553-ac97-fc9269f0792f-atc-btn-wrapper {
    text-align: center;
  }


#s-852f8edd-fbf5-4553-ac97-fc9269f0792f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-852f8edd-fbf5-4553-ac97-fc9269f0792f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-852f8edd-fbf5-4553-ac97-fc9269f0792f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-852f8edd-fbf5-4553-ac97-fc9269f0792f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-852f8edd-fbf5-4553-ac97-fc9269f0792f.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-c2337d31-1751-493a-872e-c39fb4ff9e14 {
  padding-top: 30px;
padding-bottom: 30px;
text-align: center;
}

#s-c2337d31-1751-493a-872e-c39fb4ff9e14 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



.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-509bdcfd-f15f-4643-8833-05a5ab95a5f0 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-509bdcfd-f15f-4643-8833-05a5ab95a5f0 {
  display: none;
}
#s-509bdcfd-f15f-4643-8833-05a5ab95a5f0, #wrap-s-509bdcfd-f15f-4643-8833-05a5ab95a5f0, #wrap-content-s-509bdcfd-f15f-4643-8833-05a5ab95a5f0 { display: none !important; }}
#s-509bdcfd-f15f-4643-8833-05a5ab95a5f0 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(232, 235, 239, 1);
}

#s-509bdcfd-f15f-4643-8833-05a5ab95a5f0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(232, 235, 239, 1);
  padding: 10px;
}

#s-509bdcfd-f15f-4643-8833-05a5ab95a5f0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(18, 18, 18, 1);
}

#s-509bdcfd-f15f-4643-8833-05a5ab95a5f0 > .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-509bdcfd-f15f-4643-8833-05a5ab95a5f0 > .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-509bdcfd-f15f-4643-8833-05a5ab95a5f0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-8f8654ac-bb3f-4529-9e46-08a1e8ece47b {
  margin-left: 10%;
margin-right: 10%;
padding-top: 35px;
padding-bottom: 50px;
}

.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-87858a27-7b01-4dd6-947b-7c3073c142d9 {
  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-87858a27-7b01-4dd6-947b-7c3073c142d9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-87858a27-7b01-4dd6-947b-7c3073c142d9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-87858a27-7b01-4dd6-947b-7c3073c142d9-root {
    text-align: center;
  }


#s-87858a27-7b01-4dd6-947b-7c3073c142d9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-87858a27-7b01-4dd6-947b-7c3073c142d9-root {
    text-align: center;
  }


#s-87858a27-7b01-4dd6-947b-7c3073c142d9.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-87858a27-7b01-4dd6-947b-7c3073c142d9-root {
    text-align: center;
  }


#s-87858a27-7b01-4dd6-947b-7c3073c142d9.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-87858a27-7b01-4dd6-947b-7c3073c142d9-root {
    text-align: center;
  }


#s-87858a27-7b01-4dd6-947b-7c3073c142d9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-87858a27-7b01-4dd6-947b-7c3073c142d9-root {
    text-align: center;
  }


#s-87858a27-7b01-4dd6-947b-7c3073c142d9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}
#s-c1e31b27-3fb2-4eec-9a0f-3cc96c49c07c {
  margin-top: 2%;
margin-left: 5%;
margin-bottom: 2%;
margin-right: 5%;
padding-left: 15%;
padding-right: 15%;
}

#s-4f595db4-6fa0-4261-a6a0-c834228881c5 {
  margin-top: 3%;
margin-left: 5%;
margin-bottom: 3%;
margin-right: 5%;
padding-left: 15%;
padding-right: 15%;
text-align: center;
}

#s-4f595db4-6fa0-4261-a6a0-c834228881c5 {
  overflow: hidden;
  
  
}







  #s-4f595db4-6fa0-4261-a6a0-c834228881c5 img.shogun-image {
    

    
    
    
  }


#s-4f595db4-6fa0-4261-a6a0-c834228881c5 .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-6ec468ff-5df4-48b6-9d14-ebe383eb3e38 {
  padding-top: 3%;
padding-left: 5%;
padding-bottom: 3%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-6ec468ff-5df4-48b6-9d14-ebe383eb3e38"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6ec468ff-5df4-48b6-9d14-ebe383eb3e38"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6ec468ff-5df4-48b6-9d14-ebe383eb3e38"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6ec468ff-5df4-48b6-9d14-ebe383eb3e38"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-31785059-8794-4d84-9405-35bda17b7af7 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-31785059-8794-4d84-9405-35bda17b7af7 {
  display: none;
}
#s-31785059-8794-4d84-9405-35bda17b7af7, #wrap-s-31785059-8794-4d84-9405-35bda17b7af7, #wrap-content-s-31785059-8794-4d84-9405-35bda17b7af7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-31785059-8794-4d84-9405-35bda17b7af7 {
  display: none;
}
#s-31785059-8794-4d84-9405-35bda17b7af7, #wrap-s-31785059-8794-4d84-9405-35bda17b7af7, #wrap-content-s-31785059-8794-4d84-9405-35bda17b7af7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-31785059-8794-4d84-9405-35bda17b7af7 {
  display: none;
}
#s-31785059-8794-4d84-9405-35bda17b7af7, #wrap-s-31785059-8794-4d84-9405-35bda17b7af7, #wrap-content-s-31785059-8794-4d84-9405-35bda17b7af7 { display: none !important; }}
#s-31785059-8794-4d84-9405-35bda17b7af7 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(232, 235, 239, 1);
}

#s-31785059-8794-4d84-9405-35bda17b7af7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(232, 235, 239, 1);
  padding: 10px;
}

#s-31785059-8794-4d84-9405-35bda17b7af7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(18, 18, 18, 1);
}

#s-31785059-8794-4d84-9405-35bda17b7af7 > .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-31785059-8794-4d84-9405-35bda17b7af7 > .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-31785059-8794-4d84-9405-35bda17b7af7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-e1fe4290-ad81-4a73-8fed-5c2e768fa581 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 35px;
padding-bottom: 50px;
}

#s-d3d56012-68ee-4a45-9f02-2af4e4e01147 {
  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-d3d56012-68ee-4a45-9f02-2af4e4e01147:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d3d56012-68ee-4a45-9f02-2af4e4e01147:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d3d56012-68ee-4a45-9f02-2af4e4e01147-root {
    text-align: center;
  }


#s-d3d56012-68ee-4a45-9f02-2af4e4e01147.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d3d56012-68ee-4a45-9f02-2af4e4e01147-root {
    text-align: center;
  }


#s-d3d56012-68ee-4a45-9f02-2af4e4e01147.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-d3d56012-68ee-4a45-9f02-2af4e4e01147-root {
    text-align: center;
  }


#s-d3d56012-68ee-4a45-9f02-2af4e4e01147.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-d3d56012-68ee-4a45-9f02-2af4e4e01147-root {
    text-align: center;
  }


#s-d3d56012-68ee-4a45-9f02-2af4e4e01147.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d3d56012-68ee-4a45-9f02-2af4e4e01147-root {
    text-align: center;
  }


#s-d3d56012-68ee-4a45-9f02-2af4e4e01147.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  font-family: Work Sans;
  display:  inline-block ;
}
}
#s-376485f1-a440-44b6-9b63-bb30c86d3a0c {
  margin-top: 3%;
margin-left: 3%;
margin-bottom: 3%;
margin-right: 3%;
padding-left: 5%;
padding-right: 5%;
}

#s-5f0b0e43-83f5-485d-8df9-0dc187992746 {
  margin-top: 3%;
margin-left: 0px;
margin-bottom: 3%;
margin-right: 0px;
padding-left: 5%;
padding-right: 5%;
text-align: center;
}

#s-5f0b0e43-83f5-485d-8df9-0dc187992746 {
  overflow: hidden;
  
  
}







  #s-5f0b0e43-83f5-485d-8df9-0dc187992746 img.shogun-image {
    

    
    
    
  }


#s-5f0b0e43-83f5-485d-8df9-0dc187992746 .shogun-image-content {
  
    justify-content:  flex-start;
  
}

#s-a2ba6d24-0aa8-43bd-9092-6c848d7d14fc {
  padding-top: 3%;
padding-left: 5%;
padding-bottom: 3%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-a2ba6d24-0aa8-43bd-9092-6c848d7d14fc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a2ba6d24-0aa8-43bd-9092-6c848d7d14fc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a2ba6d24-0aa8-43bd-9092-6c848d7d14fc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a2ba6d24-0aa8-43bd-9092-6c848d7d14fc"] > .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;
}

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

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