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

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

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

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

#s-efd29a58-952b-4a26-99bb-eb221ad15479 {
  background-size: cover;
margin-top: -50px;
min-height: 50px;
background-position: center center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-efd29a58-952b-4a26-99bb-eb221ad15479 {
  margin-top: -45px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-efd29a58-952b-4a26-99bb-eb221ad15479 {
  margin-top: -50px;
}
}@media (max-width: 767px){#s-efd29a58-952b-4a26-99bb-eb221ad15479 {
  margin-top: -20px;
}
}







#s-efd29a58-952b-4a26-99bb-eb221ad15479 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.4;
}#s-efd29a58-952b-4a26-99bb-eb221ad15479.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

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

#s-6d4878e9-07b2-4a96-bb51-b5d8233a85e1 {
  margin-top: 0px;
padding-top: 0px;
}

@media (min-width: 0px) {
[id="s-6d4878e9-07b2-4a96-bb51-b5d8233a85e1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6d4878e9-07b2-4a96-bb51-b5d8233a85e1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6d4878e9-07b2-4a96-bb51-b5d8233a85e1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6d4878e9-07b2-4a96-bb51-b5d8233a85e1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6d4878e9-07b2-4a96-bb51-b5d8233a85e1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6d4878e9-07b2-4a96-bb51-b5d8233a85e1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6d4878e9-07b2-4a96-bb51-b5d8233a85e1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

#s-46d4d89a-32a5-4ff8-a2e5-a802b48e8417 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
min-height: 50px;
background-position: center center;
}

#s-46d4d89a-32a5-4ff8-a2e5-a802b48e8417 {
  background-image: url(https://i.shgcdn.com/d34e95bc-cdda-4853-9fe2-ebc9f63851a4/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-46d4d89a-32a5-4ff8-a2e5-a802b48e8417 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.5;
}#s-46d4d89a-32a5-4ff8-a2e5-a802b48e8417.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1ec0e814-fbe9-465a-9220-009b2dc1f29c {
  margin-left: auto;
margin-right: auto;
padding-top: 80px;
padding-left: 15px;
padding-bottom: 80px;
padding-right: 15px;
min-height: 50px;
max-width: 650px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1ec0e814-fbe9-465a-9220-009b2dc1f29c {
  padding-top: 40px;
padding-left: 30px;
padding-bottom: 40px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-1ec0e814-fbe9-465a-9220-009b2dc1f29c {
  padding-top: 50px;
padding-bottom: 50px;
}
}







#s-1ec0e814-fbe9-465a-9220-009b2dc1f29c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1ec0e814-fbe9-465a-9220-009b2dc1f29c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-511d2244-6fda-4aea-b049-38e14abcfb54 {
  box-shadow:1px 1px 16px 1px rgba(0, 0, 0, 0.2);
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 8px;
padding-left: 8px;
padding-bottom: 8px;
padding-right: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(54, 54, 54, 1);
border-style: solid;
border-radius: 5px;
max-width: 140px;
background-color: rgba(255, 109, 0, 1);
}

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

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

#s-5c2ed63a-1217-4cca-a107-0da0d78ea6ad {
  margin-top: 5px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 0px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-5c2ed63a-1217-4cca-a107-0da0d78ea6ad .shogun-heading-component h1 {
  color: rgba(54, 54, 54, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 42px;
  line-height: 1.2em;
  letter-spacing: ;
  text-align: left;
}


@media (min-width: 1200px){#s-5c2ed63a-1217-4cca-a107-0da0d78ea6ad .shogun-heading-component h1 {
  color: rgba(54, 54, 54, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 38px;
  line-height: 1.2em;
  letter-spacing: ;
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-5c2ed63a-1217-4cca-a107-0da0d78ea6ad .shogun-heading-component h1 {
  color: rgba(54, 54, 54, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 38px;
  line-height: 1.2em;
  letter-spacing: ;
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-5c2ed63a-1217-4cca-a107-0da0d78ea6ad .shogun-heading-component h1 {
  color: rgba(54, 54, 54, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 26px;
  line-height: 1.2em;
  letter-spacing: ;
  text-align: left;
}


}@media (max-width: 767px){#s-5c2ed63a-1217-4cca-a107-0da0d78ea6ad .shogun-heading-component h1 {
  color: rgba(54, 54, 54, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 26px;
  line-height: 1.2em;
  letter-spacing: ;
  text-align: left;
}


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

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

#s-06f851f3-c1d5-4456-b14b-5bcfe8a87fd7 {
  margin-top: -5px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 3px;
}

#s-06f851f3-c1d5-4456-b14b-5bcfe8a87fd7 hr {
  border-top: 1px solid #ddd;
}

#s-39dfd6b7-3557-4eb7-8b90-d19b84da067e {
  margin-top: -5px;
margin-bottom: 0px;
}

#s-1cd52472-9826-4b1e-98fb-accd06666bab {
  margin-top: 30px;
}

#s-8f3cc2ef-c6d7-470e-85d5-72f8cf97eb13 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}
@media (max-width: 767px){#s-8f3cc2ef-c6d7-470e-85d5-72f8cf97eb13 {
  min-height: 400px;
}
}
#s-8f3cc2ef-c6d7-470e-85d5-72f8cf97eb13 {
  background-image: url(https://i.shgcdn.com/0d916226-dfc5-4ce4-891b-ee2d57ef6518/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-8f3cc2ef-c6d7-470e-85d5-72f8cf97eb13 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8f3cc2ef-c6d7-470e-85d5-72f8cf97eb13.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fa1b50b5-bbd3-41d1-9146-8d7be53948eb {
  margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
min-height: 50px;
max-width: 1140px;
}








#s-fa1b50b5-bbd3-41d1-9146-8d7be53948eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fa1b50b5-bbd3-41d1-9146-8d7be53948eb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c63003cd-7a63-4e25-a3c5-1a54d4b9086a {
  min-height: 50px;
}








#s-c63003cd-7a63-4e25-a3c5-1a54d4b9086a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c63003cd-7a63-4e25-a3c5-1a54d4b9086a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a6234755-510c-4346-b6c0-1a452fe96467 {
  margin-top: 20px;
}

@media (min-width: 0px) {
[id="s-0106505b-af5a-4b53-8664-06c05d1d73c8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0106505b-af5a-4b53-8664-06c05d1d73c8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0106505b-af5a-4b53-8664-06c05d1d73c8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0106505b-af5a-4b53-8664-06c05d1d73c8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6b629938-a0eb-4bb9-842c-4cd643e80bee {
  margin-top: 10px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
}

#s-98e94073-4038-4d45-9714-f6b17b780850 hr {
  border-top: 1px solid #ddd;
}

#s-f52f68d0-4de6-4e73-9b1f-828f52cf50b6 {
  min-height: 50px;
}








#s-f52f68d0-4de6-4e73-9b1f-828f52cf50b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f52f68d0-4de6-4e73-9b1f-828f52cf50b6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9996c09b-b950-4fd8-801f-4439ad00cd6a {
  margin-top: 0px;
}

#s-f31b02b4-c8af-4b45-8742-6dff97081322 {
  margin-top: 30px;
background-color: rgba(240, 240, 240, 1);
}

@media (min-width: 0px) {
[id="s-f31b02b4-c8af-4b45-8742-6dff97081322"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f31b02b4-c8af-4b45-8742-6dff97081322"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f31b02b4-c8af-4b45-8742-6dff97081322"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f31b02b4-c8af-4b45-8742-6dff97081322"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b126a92f-047c-424f-b9f1-d40ae143d7c5 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-b126a92f-047c-424f-b9f1-d40ae143d7c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b126a92f-047c-424f-b9f1-d40ae143d7c5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-59d1383d-ed3f-4f8e-b7d9-47e2bb6e76a3 {
  text-align: center;
}







  #s-59d1383d-ed3f-4f8e-b7d9-47e2bb6e76a3 img.shogun-image {
    

    
    
    
  }


#s-59d1383d-ed3f-4f8e-b7d9-47e2bb6e76a3 .shogun-image-content {
  
    align-items: center;
  
}

#s-198b0193-c1ee-464b-af5a-ceb8497395e1 {
  min-height: 50px;
}








#s-198b0193-c1ee-464b-af5a-ceb8497395e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-198b0193-c1ee-464b-af5a-ceb8497395e1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-289645b7-1f90-4c7c-8670-135393a8d1f4 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(240, 240, 240, 0);
}
@media (min-width: 1200px){#s-289645b7-1f90-4c7c-8670-135393a8d1f4 {
  margin-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-289645b7-1f90-4c7c-8670-135393a8d1f4 {
  margin-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-289645b7-1f90-4c7c-8670-135393a8d1f4 {
  margin-right: 30px;
}
}@media (max-width: 767px){#s-289645b7-1f90-4c7c-8670-135393a8d1f4 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}
}
.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;
  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-9162c4a9-7033-470f-b19f-9e5bc4b0f491 {
  margin-top: 30px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

#s-9162c4a9-7033-470f-b19f-9e5bc4b0f491 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-9162c4a9-7033-470f-b19f-9e5bc4b0f491 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-9162c4a9-7033-470f-b19f-9e5bc4b0f491 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 109, 0, 1);
}

#s-9162c4a9-7033-470f-b19f-9e5bc4b0f491 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-9162c4a9-7033-470f-b19f-9e5bc4b0f491 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 109, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 17px;
}

#s-9162c4a9-7033-470f-b19f-9e5bc4b0f491 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 17px;
}
#s-b821f9ff-33a2-43d2-aa9a-0f20a85b93c8 {
  margin-top: 10px;
margin-left: 15px;
margin-bottom: 10px;
margin-right: 15px;
padding-left: 20px;
padding-right: 20px;
}

#s-c976e507-464d-4f19-be19-610cd4407295 {
  min-height: 50px;
}








#s-c976e507-464d-4f19-be19-610cd4407295 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c976e507-464d-4f19-be19-610cd4407295.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-722a2afd-6b45-4e47-a501-baac09ff2e77 {
  background-color: rgba(255, 0, 0, 0);
}

#s-ec9703a8-e63a-4c48-9376-aae90f08a819 {
  margin-top: 40px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 0px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-ec9703a8-e63a-4c48-9376-aae90f08a819 .shogun-heading-component h2 {
  color: rgba(54, 54, 54, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 30px;
  line-height: 1.2em;
  letter-spacing: ;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-ec9703a8-e63a-4c48-9376-aae90f08a819 .shogun-heading-component h2 {
  color: rgba(54, 54, 54, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: ;
  text-align: left;
}


}@media (max-width: 767px){#s-ec9703a8-e63a-4c48-9376-aae90f08a819 .shogun-heading-component h2 {
  color: rgba(54, 54, 54, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: ;
  text-align: left;
}


}
#s-a7c3b0f2-527e-49e2-9f0e-0ff1bd140b8d {
  margin-top: 0px;
}

#s-2c86bdea-9476-424c-b13b-1a0bd96d6e9a {
  margin-top: 30px;
background-color: rgba(240, 240, 240, 1);
}

@media (min-width: 0px) {
[id="s-2c86bdea-9476-424c-b13b-1a0bd96d6e9a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2c86bdea-9476-424c-b13b-1a0bd96d6e9a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2c86bdea-9476-424c-b13b-1a0bd96d6e9a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2c86bdea-9476-424c-b13b-1a0bd96d6e9a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-42a68f00-80e3-437d-bf9c-f4b8a511795a {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-42a68f00-80e3-437d-bf9c-f4b8a511795a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-42a68f00-80e3-437d-bf9c-f4b8a511795a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-64ebad51-23f5-44dc-baa4-921b8a40a737 {
  margin-top: 0px;
text-align: center;
}







  #s-64ebad51-23f5-44dc-baa4-921b8a40a737 img.shogun-image {
    

    
    
    
  }


#s-64ebad51-23f5-44dc-baa4-921b8a40a737 .shogun-image-content {
  
    align-items: center;
  
}

#s-71fd5579-32fd-468a-8718-db6e0b551c85 {
  min-height: 50px;
}








#s-71fd5579-32fd-468a-8718-db6e0b551c85 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-71fd5579-32fd-468a-8718-db6e0b551c85.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e3e01a2f-5d4b-4c62-b2b4-003b01a09a83 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(240, 240, 240, 0);
}
@media (min-width: 1200px){#s-e3e01a2f-5d4b-4c62-b2b4-003b01a09a83 {
  margin-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e3e01a2f-5d4b-4c62-b2b4-003b01a09a83 {
  margin-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e3e01a2f-5d4b-4c62-b2b4-003b01a09a83 {
  margin-right: 30px;
}
}@media (max-width: 767px){#s-e3e01a2f-5d4b-4c62-b2b4-003b01a09a83 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}
}
#s-e92f2d7b-ec5c-477c-a6a9-b81cdb86929d {
  margin-top: 30px;
}

#s-4f4cace4-11d0-486b-b2fe-859e499ea447 {
  min-height: 50px;
}








#s-4f4cace4-11d0-486b-b2fe-859e499ea447 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4f4cace4-11d0-486b-b2fe-859e499ea447.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d155e39c-a711-4392-a95a-c42b7b7f3681 {
  background-color: rgba(255, 0, 0, 0);
}

#s-7e1c7661-79dc-4ef0-b188-2b08672698f3 {
  margin-top: 40px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 0px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-7e1c7661-79dc-4ef0-b188-2b08672698f3 .shogun-heading-component h2 {
  color: rgba(54, 54, 54, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 30px;
  line-height: 1.2em;
  letter-spacing: ;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-7e1c7661-79dc-4ef0-b188-2b08672698f3 .shogun-heading-component h2 {
  color: rgba(54, 54, 54, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: ;
  text-align: left;
}


}@media (max-width: 767px){#s-7e1c7661-79dc-4ef0-b188-2b08672698f3 .shogun-heading-component h2 {
  color: rgba(54, 54, 54, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: ;
  text-align: left;
}


}
#s-56090196-d7f0-42f8-9d89-8b6222a2a90d {
  margin-top: 0px;
}

#s-6ff16775-0933-47e8-b6e3-0efcd542b90c {
  margin-top: 40px;
min-height: 50px;
}
@media (max-width: 767px){#s-6ff16775-0933-47e8-b6e3-0efcd542b90c {
  margin-left: -15px;
margin-right: -15px;
}
}







#s-6ff16775-0933-47e8-b6e3-0efcd542b90c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6ff16775-0933-47e8-b6e3-0efcd542b90c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-841581da-8ff2-480d-b286-ff3d761947c0 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 100px;
padding-right: 100px;
background-color: rgba(95, 168, 147, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-841581da-8ff2-480d-b286-ff3d761947c0 {
  padding-left: 0%;
padding-right: 0%;
}
}@media (max-width: 767px){#s-841581da-8ff2-480d-b286-ff3d761947c0 {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}
}
@media (min-width: 0px) {
[id="s-841581da-8ff2-480d-b286-ff3d761947c0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-841581da-8ff2-480d-b286-ff3d761947c0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-841581da-8ff2-480d-b286-ff3d761947c0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-841581da-8ff2-480d-b286-ff3d761947c0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-d325ae7f-dd09-4dcb-b6c6-8feb8abc702e {
  background-size: cover;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
min-height: 50px;
max-width: 490px;
background-position: center center;
}
@media (max-width: 767px){#s-d325ae7f-dd09-4dcb-b6c6-8feb8abc702e {
  margin-top: 20px;
}
}







#s-d325ae7f-dd09-4dcb-b6c6-8feb8abc702e > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-d325ae7f-dd09-4dcb-b6c6-8feb8abc702e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5c9dbaa5-b5cb-4e9b-b440-d5d39517885e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5c9dbaa5-b5cb-4e9b-b440-d5d39517885e .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 40px;
  line-height: 1.2em;
  letter-spacing: -1px;
  
}


@media (min-width: 1200px){#s-5c9dbaa5-b5cb-4e9b-b440-d5d39517885e .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 34px;
  line-height: 1.2em;
  letter-spacing: -1px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-5c9dbaa5-b5cb-4e9b-b440-d5d39517885e .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 34px;
  line-height: 1.2em;
  letter-spacing: -1px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-5c9dbaa5-b5cb-4e9b-b440-d5d39517885e .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 28px;
  line-height: 1.2em;
  letter-spacing: -1px;
  
}


}@media (max-width: 767px){#s-5c9dbaa5-b5cb-4e9b-b440-d5d39517885e .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 30px;
  line-height: 1.2em;
  letter-spacing: -1px;
  
}


}
#s-48c7e9f9-4df1-49c9-8ba1-128dc293f545 {
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

#s-0744236e-f5fd-4a5e-8921-26d4e70fe554 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 3px;
background-color: rgba(255, 109, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-0744236e-f5fd-4a5e-8921-26d4e70fe554:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0744236e-f5fd-4a5e-8921-26d4e70fe554:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0744236e-f5fd-4a5e-8921-26d4e70fe554-btn-wrapper {
    text-align: center;
  }


#s-0744236e-f5fd-4a5e-8921-26d4e70fe554.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Archivo;
  display:  block ;
}
@media (min-width: 1200px){
  #s-0744236e-f5fd-4a5e-8921-26d4e70fe554-btn-wrapper {
    text-align: center;
  }


#s-0744236e-f5fd-4a5e-8921-26d4e70fe554.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Archivo;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0744236e-f5fd-4a5e-8921-26d4e70fe554-btn-wrapper {
    text-align: center;
  }


#s-0744236e-f5fd-4a5e-8921-26d4e70fe554.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Archivo;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0744236e-f5fd-4a5e-8921-26d4e70fe554-btn-wrapper {
    text-align: center;
  }


#s-0744236e-f5fd-4a5e-8921-26d4e70fe554.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Archivo;
  display:  block ;
}
}@media (max-width: 767px){
  #s-0744236e-f5fd-4a5e-8921-26d4e70fe554-btn-wrapper {
    text-align: center;
  }


#s-0744236e-f5fd-4a5e-8921-26d4e70fe554.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Archivo;
  display:  block ;
}
}
#s-e09526ed-3d98-4170-b28a-36f02d5b76f6 {
  min-height: 50px;
}
@media (max-width: 767px){#s-e09526ed-3d98-4170-b28a-36f02d5b76f6 {
  margin-top: 20px;
}
}







#s-e09526ed-3d98-4170-b28a-36f02d5b76f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e09526ed-3d98-4170-b28a-36f02d5b76f6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

.shg-image-content-wrapper {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-afef4f5f-50c0-4fb2-8df6-75b6c444b0b5 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-right: 0px;
max-width: 400px;
text-align: center;
}







  img.s-afef4f5f-50c0-4fb2-8df6-75b6c444b0b5.shogun-image {
    
    
  }


.s-afef4f5f-50c0-4fb2-8df6-75b6c444b0b5 .shogun-image-content {
  
    align-items: center;
  
}

.s-afef4f5f-50c0-4fb2-8df6-75b6c444b0b5.shg-align-container {
  text-align: center
}

.s-afef4f5f-50c0-4fb2-8df6-75b6c444b0b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-afef4f5f-50c0-4fb2-8df6-75b6c444b0b5.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-afef4f5f-50c0-4fb2-8df6-75b6c444b0b5.shogun-image {
    
    
  }


.s-afef4f5f-50c0-4fb2-8df6-75b6c444b0b5 .shogun-image-content {
  
    align-items: center;
  
}

.s-afef4f5f-50c0-4fb2-8df6-75b6c444b0b5.shg-align-container {
  text-align: center
}

.s-afef4f5f-50c0-4fb2-8df6-75b6c444b0b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-afef4f5f-50c0-4fb2-8df6-75b6c444b0b5.shogun-image {
  box-sizing: border-box;
}


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





  img.s-afef4f5f-50c0-4fb2-8df6-75b6c444b0b5.shogun-image {
    
    
  }


.s-afef4f5f-50c0-4fb2-8df6-75b6c444b0b5 .shogun-image-content {
  
    align-items: center;
  
}

.s-afef4f5f-50c0-4fb2-8df6-75b6c444b0b5.shg-align-container {
  text-align: center
}

.s-afef4f5f-50c0-4fb2-8df6-75b6c444b0b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-afef4f5f-50c0-4fb2-8df6-75b6c444b0b5.shogun-image {
  box-sizing: border-box;
}


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





  img.s-afef4f5f-50c0-4fb2-8df6-75b6c444b0b5.shogun-image {
    
    
  }


.s-afef4f5f-50c0-4fb2-8df6-75b6c444b0b5 .shogun-image-content {
  
    align-items: center;
  
}

.s-afef4f5f-50c0-4fb2-8df6-75b6c444b0b5.shg-align-container {
  text-align: center
}

.s-afef4f5f-50c0-4fb2-8df6-75b6c444b0b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-afef4f5f-50c0-4fb2-8df6-75b6c444b0b5.shogun-image {
  box-sizing: border-box;
}


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





  img.s-afef4f5f-50c0-4fb2-8df6-75b6c444b0b5.shogun-image {
    
    
  }


.s-afef4f5f-50c0-4fb2-8df6-75b6c444b0b5 .shogun-image-content {
  
    align-items: center;
  
}

.s-afef4f5f-50c0-4fb2-8df6-75b6c444b0b5.shg-align-container {
  text-align: center
}

.s-afef4f5f-50c0-4fb2-8df6-75b6c444b0b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-afef4f5f-50c0-4fb2-8df6-75b6c444b0b5.shogun-image {
  box-sizing: border-box;
}


}
#s-4b185abd-47ec-41be-a5a8-7a5db9b98d47 {
  min-height: 50px;
}








#s-4b185abd-47ec-41be-a5a8-7a5db9b98d47 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4b185abd-47ec-41be-a5a8-7a5db9b98d47.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dcac2729-d73c-40d0-a6d6-952279f22def {
  background-color: rgba(255, 0, 0, 0);
}

#s-db10434a-590e-42f4-9dbb-a14faaed8377 {
  margin-top: 40px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 0px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-db10434a-590e-42f4-9dbb-a14faaed8377 .shogun-heading-component h2 {
  color: rgba(54, 54, 54, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 30px;
  line-height: 1.2em;
  letter-spacing: ;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-db10434a-590e-42f4-9dbb-a14faaed8377 .shogun-heading-component h2 {
  color: rgba(54, 54, 54, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: ;
  text-align: left;
}


}@media (max-width: 767px){#s-db10434a-590e-42f4-9dbb-a14faaed8377 .shogun-heading-component h2 {
  color: rgba(54, 54, 54, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: ;
  text-align: left;
}


}
#s-1fda8b5f-3cce-486d-b2c9-0e5f572e83d2 {
  margin-top: 0px;
}

#s-d9bc0aa0-52c5-4fbb-9063-0a5de2a012b6 {
  margin-top: 30px;
background-color: rgba(240, 240, 240, 1);
}

@media (min-width: 0px) {
[id="s-d9bc0aa0-52c5-4fbb-9063-0a5de2a012b6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d9bc0aa0-52c5-4fbb-9063-0a5de2a012b6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d9bc0aa0-52c5-4fbb-9063-0a5de2a012b6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d9bc0aa0-52c5-4fbb-9063-0a5de2a012b6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-fbe7a864-f4b8-40fd-9a2d-7b790678177b {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-fbe7a864-f4b8-40fd-9a2d-7b790678177b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fbe7a864-f4b8-40fd-9a2d-7b790678177b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5205edbd-b78c-4b96-b6a2-deebd5ea6397 {
  margin-top: 0px;
text-align: center;
}







  #s-5205edbd-b78c-4b96-b6a2-deebd5ea6397 img.shogun-image {
    

    
    
    
  }


#s-5205edbd-b78c-4b96-b6a2-deebd5ea6397 .shogun-image-content {
  
    align-items: center;
  
}

#s-9947e483-fb50-4aa2-a12f-bf76ff701ffc {
  min-height: 50px;
}








#s-9947e483-fb50-4aa2-a12f-bf76ff701ffc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9947e483-fb50-4aa2-a12f-bf76ff701ffc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-686083ac-6674-47fb-892e-c87b25f88afb {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(240, 240, 240, 0);
}
@media (min-width: 1200px){#s-686083ac-6674-47fb-892e-c87b25f88afb {
  margin-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-686083ac-6674-47fb-892e-c87b25f88afb {
  margin-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-686083ac-6674-47fb-892e-c87b25f88afb {
  margin-right: 30px;
}
}@media (max-width: 767px){#s-686083ac-6674-47fb-892e-c87b25f88afb {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}
}
#s-c3e33732-352d-4d46-9196-16335c3c3808 {
  min-height: 50px;
}








#s-c3e33732-352d-4d46-9196-16335c3c3808 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c3e33732-352d-4d46-9196-16335c3c3808.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a982c9b4-257e-4859-b587-130b2e8a0be9 {
  background-color: rgba(255, 0, 0, 0);
}

#s-75a9d0b6-1a77-4cff-aa46-d8d89ac9f20c {
  margin-top: 40px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 0px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-75a9d0b6-1a77-4cff-aa46-d8d89ac9f20c .shogun-heading-component h2 {
  color: rgba(54, 54, 54, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 30px;
  line-height: 1.2em;
  letter-spacing: ;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-75a9d0b6-1a77-4cff-aa46-d8d89ac9f20c .shogun-heading-component h2 {
  color: rgba(54, 54, 54, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: ;
  text-align: left;
}


}@media (max-width: 767px){#s-75a9d0b6-1a77-4cff-aa46-d8d89ac9f20c .shogun-heading-component h2 {
  color: rgba(54, 54, 54, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: ;
  text-align: left;
}


}
#s-1f266505-4ca2-4adf-8776-7070f116f2c9 {
  margin-top: 0px;
}

#s-88ea80ba-9c6b-4923-bd97-14e171ecbdcc {
  margin-top: 30px;
min-height: 50px;
}








#s-88ea80ba-9c6b-4923-bd97-14e171ecbdcc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-88ea80ba-9c6b-4923-bd97-14e171ecbdcc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3a35708b-e158-4e6a-b140-f8bdc9428ff6 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 0px;
background-color: rgba(241, 241, 241, 1);
}

@media (min-width: 0px) {
[id="s-3a35708b-e158-4e6a-b140-f8bdc9428ff6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3a35708b-e158-4e6a-b140-f8bdc9428ff6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3a35708b-e158-4e6a-b140-f8bdc9428ff6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3a35708b-e158-4e6a-b140-f8bdc9428ff6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3a35708b-e158-4e6a-b140-f8bdc9428ff6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3a35708b-e158-4e6a-b140-f8bdc9428ff6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3a35708b-e158-4e6a-b140-f8bdc9428ff6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-ed2d017b-788d-43a5-86b6-dde6e5a494ac {
  background-repeat: no-repeat;
background-size: cover;
min-height: 220px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-ed2d017b-788d-43a5-86b6-dde6e5a494ac {
  min-height: 200px;
}
}@media (max-width: 767px){#s-ed2d017b-788d-43a5-86b6-dde6e5a494ac {
  min-height: 250px;
}
}







#s-ed2d017b-788d-43a5-86b6-dde6e5a494ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ed2d017b-788d-43a5-86b6-dde6e5a494ac {
  cursor: pointer;
}#s-ed2d017b-788d-43a5-86b6-dde6e5a494ac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-41cf36b4-9bf9-4012-a138-aa4edcd1fcca {
  margin-left: auto;
margin-right: auto;
padding-top: 40px;
padding-left: 40px;
padding-bottom: 40px;
padding-right: 40px;
min-height: 220px;
max-width: 750px;
}
@media (min-width: 768px) and (max-width: 991px){#s-41cf36b4-9bf9-4012-a138-aa4edcd1fcca {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
min-height: 200px;
}
}@media (max-width: 767px){#s-41cf36b4-9bf9-4012-a138-aa4edcd1fcca {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
min-height: 180px;
}
}
#s-41cf36b4-9bf9-4012-a138-aa4edcd1fcca {
  background-image: url();
}








#s-41cf36b4-9bf9-4012-a138-aa4edcd1fcca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-41cf36b4-9bf9-4012-a138-aa4edcd1fcca.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-07d6ba5e-8590-47cb-a33b-7a27273cd23f {
  margin-top: 5px;
}

#s-07a53d81-2e75-45db-b42c-c686302ec16e {
  margin-top: 20px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 3px;
background-color: rgba(255, 109, 0, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-07a53d81-2e75-45db-b42c-c686302ec16e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-07a53d81-2e75-45db-b42c-c686302ec16e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-07a53d81-2e75-45db-b42c-c686302ec16e-btn-wrapper {
    text-align: left;
  }


#s-07a53d81-2e75-45db-b42c-c686302ec16e.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Archivo;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-07a53d81-2e75-45db-b42c-c686302ec16e-btn-wrapper {
    text-align: left;
  }


#s-07a53d81-2e75-45db-b42c-c686302ec16e.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Archivo;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-07a53d81-2e75-45db-b42c-c686302ec16e-btn-wrapper {
    text-align: left;
  }


#s-07a53d81-2e75-45db-b42c-c686302ec16e.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Archivo;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-07a53d81-2e75-45db-b42c-c686302ec16e-btn-wrapper {
    text-align: left;
  }


#s-07a53d81-2e75-45db-b42c-c686302ec16e.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Archivo;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-07a53d81-2e75-45db-b42c-c686302ec16e-btn-wrapper {
    text-align: left;
  }


#s-07a53d81-2e75-45db-b42c-c686302ec16e.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  
  font-family: Archivo;
  display:  inline-block ;
}
}
#s-076e0d73-8f15-4339-a394-a7d57dea723a {
  min-height: 50px;
}








#s-076e0d73-8f15-4339-a394-a7d57dea723a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-076e0d73-8f15-4339-a394-a7d57dea723a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ced33660-23b7-4459-b143-857084f12c17 {
  background-color: rgba(255, 0, 0, 0);
}

#s-2b67047f-57f2-4a07-9199-ed66cb62a30e {
  margin-top: 40px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 0px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-2b67047f-57f2-4a07-9199-ed66cb62a30e .shogun-heading-component h2 {
  color: rgba(54, 54, 54, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 30px;
  line-height: 1.2em;
  letter-spacing: ;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-2b67047f-57f2-4a07-9199-ed66cb62a30e .shogun-heading-component h2 {
  color: rgba(54, 54, 54, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: ;
  text-align: left;
}


}@media (max-width: 767px){#s-2b67047f-57f2-4a07-9199-ed66cb62a30e .shogun-heading-component h2 {
  color: rgba(54, 54, 54, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: ;
  text-align: left;
}


}
#s-fb220704-d384-406e-8611-1c7d8d9a92f7 {
  margin-top: 0px;
}

#s-31af643c-65f3-4d6b-8154-cce09bd53d96 {
  margin-top: 30px;
background-color: rgba(240, 240, 240, 1);
}

@media (min-width: 0px) {
[id="s-31af643c-65f3-4d6b-8154-cce09bd53d96"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-31af643c-65f3-4d6b-8154-cce09bd53d96"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-31af643c-65f3-4d6b-8154-cce09bd53d96"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-31af643c-65f3-4d6b-8154-cce09bd53d96"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-9528f8ac-d3b1-4e1e-8591-356997b1ca2a {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-9528f8ac-d3b1-4e1e-8591-356997b1ca2a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9528f8ac-d3b1-4e1e-8591-356997b1ca2a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d84935c7-f1e4-4bd4-9d8a-264e940281dc {
  margin-top: 0px;
text-align: center;
}







  #s-d84935c7-f1e4-4bd4-9d8a-264e940281dc img.shogun-image {
    

    
    
    
  }


#s-d84935c7-f1e4-4bd4-9d8a-264e940281dc .shogun-image-content {
  
    align-items: center;
  
}

#s-655702d9-0fa9-4f5a-8665-dfd7c81041e7 {
  min-height: 50px;
}








#s-655702d9-0fa9-4f5a-8665-dfd7c81041e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-655702d9-0fa9-4f5a-8665-dfd7c81041e7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3721baa5-734f-4612-a47a-fc87a52168d4 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(240, 240, 240, 0);
}
@media (min-width: 1200px){#s-3721baa5-734f-4612-a47a-fc87a52168d4 {
  margin-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3721baa5-734f-4612-a47a-fc87a52168d4 {
  margin-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3721baa5-734f-4612-a47a-fc87a52168d4 {
  margin-right: 30px;
}
}@media (max-width: 767px){#s-3721baa5-734f-4612-a47a-fc87a52168d4 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}
}
#s-cdac7cb8-7249-4ef7-8da5-1b1853634602 {
  margin-top: 30px;
}

#s-fb64ed84-6d4d-4f9f-b7cd-bba71d5c156a {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
}

#s-fb64ed84-6d4d-4f9f-b7cd-bba71d5c156a {
  background-image: url();
}








#s-fb64ed84-6d4d-4f9f-b7cd-bba71d5c156a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb64ed84-6d4d-4f9f-b7cd-bba71d5c156a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d6eb3916-8613-4a1d-b5f1-5a6e55406608 {
  display: none;
}
#s-3231f414-f08d-4b3b-ad15-f9a3eb262b56 {
  margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-3231f414-f08d-4b3b-ad15-f9a3eb262b56"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3231f414-f08d-4b3b-ad15-f9a3eb262b56"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-3231f414-f08d-4b3b-ad15-f9a3eb262b56"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-3231f414-f08d-4b3b-ad15-f9a3eb262b56"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 30.0px);
}

}

#s-c5485ad7-3cde-4662-bd2a-7518f491a9e2 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 500px;
}








#s-c5485ad7-3cde-4662-bd2a-7518f491a9e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c5485ad7-3cde-4662-bd2a-7518f491a9e2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

#s-aba4e80e-4fbc-458d-aba3-036bc9f28a2c {
  text-align: center;
}



.shg-c#s-aba4e80e-4fbc-458d-aba3-036bc9f28a2c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aba4e80e-4fbc-458d-aba3-036bc9f28a2c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-aba4e80e-4fbc-458d-aba3-036bc9f28a2c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aba4e80e-4fbc-458d-aba3-036bc9f28a2c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-aba4e80e-4fbc-458d-aba3-036bc9f28a2c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aba4e80e-4fbc-458d-aba3-036bc9f28a2c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-aba4e80e-4fbc-458d-aba3-036bc9f28a2c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aba4e80e-4fbc-458d-aba3-036bc9f28a2c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-aba4e80e-4fbc-458d-aba3-036bc9f28a2c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aba4e80e-4fbc-458d-aba3-036bc9f28a2c img.shogun-image {
  width: 100%;
}



}
#s-070d6d57-55cd-43f4-b5dc-b72119cf489c {
  margin-top: 5px;
margin-bottom: 30px;
}

#s-17aa8a21-8626-4df4-9a4a-c95baaaf0213 {
  margin-top: 0px;
min-height: 50px;
}








#s-17aa8a21-8626-4df4-9a4a-c95baaaf0213 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-17aa8a21-8626-4df4-9a4a-c95baaaf0213.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d943a01b-bfe9-4c29-a441-f977de630521 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 0px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-d943a01b-bfe9-4c29-a441-f977de630521 .shogun-heading-component h3 {
  color: rgba(174, 174, 174, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 18px;
  line-height: 1.2em;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-d943a01b-bfe9-4c29-a441-f977de630521 .shogun-heading-component h3 {
  color: rgba(174, 174, 174, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 18px;
  line-height: 1.3em;
  letter-spacing: ;
  text-align: left;
}


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

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

#s-74fa4409-edfc-43b5-951b-34e848b7cbb1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-74fa4409-edfc-43b5-951b-34e848b7cbb1 .shg-product-title-component h3 {
  color: rgba(54, 54, 54, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
}

#s-70a12821-06a7-4b3c-9b7d-ec072138b269 {
  margin-top: 0px;
margin-bottom: 10px;
text-align: left;
}

#s-70a12821-06a7-4b3c-9b7d-ec072138b269 .shg-product-sold-out {
  display: none;
  color: rgba(54, 54, 54, 1);
  font-size: 22px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-70a12821-06a7-4b3c-9b7d-ec072138b269 .shg-product-price {
  color: rgba(54, 54, 54, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 22px;
}

#s-70a12821-06a7-4b3c-9b7d-ec072138b269 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c4cef330-145b-4f31-91e9-5111719ae126 {
  margin-top: 10px;
margin-bottom: 0px;
}

.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-center {
  text-align: center;
}

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

#s-b3f4c58b-9915-494d-908d-4901d7c8e1c5 {
  margin-top: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
background-color: rgba(255, 179, 111, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-b3f4c58b-9915-494d-908d-4901d7c8e1c5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b3f4c58b-9915-494d-908d-4901d7c8e1c5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b3f4c58b-9915-494d-908d-4901d7c8e1c5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b3f4c58b-9915-494d-908d-4901d7c8e1c5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b3f4c58b-9915-494d-908d-4901d7c8e1c5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}

#s-b3f4c58b-9915-494d-908d-4901d7c8e1c5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-b3f4c58b-9915-494d-908d-4901d7c8e1c5.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-0ea1c4d7-b2c8-4b03-8c28-e523a300ac01 {
  margin-top: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
background-color: rgba(204, 204, 204, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-0ea1c4d7-b2c8-4b03-8c28-e523a300ac01:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0ea1c4d7-b2c8-4b03-8c28-e523a300ac01:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0ea1c4d7-b2c8-4b03-8c28-e523a300ac01-btn-wrapper {
    text-align: center;
  }


#s-0ea1c4d7-b2c8-4b03-8c28-e523a300ac01.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-0ea1c4d7-b2c8-4b03-8c28-e523a300ac01-btn-wrapper {
    text-align: center;
  }


#s-0ea1c4d7-b2c8-4b03-8c28-e523a300ac01.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0ea1c4d7-b2c8-4b03-8c28-e523a300ac01-btn-wrapper {
    text-align: center;
  }


#s-0ea1c4d7-b2c8-4b03-8c28-e523a300ac01.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0ea1c4d7-b2c8-4b03-8c28-e523a300ac01-btn-wrapper {
    text-align: center;
  }


#s-0ea1c4d7-b2c8-4b03-8c28-e523a300ac01.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-0ea1c4d7-b2c8-4b03-8c28-e523a300ac01-btn-wrapper {
    text-align: center;
  }


#s-0ea1c4d7-b2c8-4b03-8c28-e523a300ac01.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-4b05bdaa-c668-46d3-bb1b-91c21ce96998 {
  margin-top: 30px;
}

#s-4cb16a16-ea7d-4c6f-93e9-cbe285b67918 {
  min-height: 50px;
}








#s-4cb16a16-ea7d-4c6f-93e9-cbe285b67918 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4cb16a16-ea7d-4c6f-93e9-cbe285b67918.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6e15e370-6853-4326-ab2a-2f406f4cb638 {
  background-color: rgba(255, 0, 0, 0);
}

#s-576759f6-4c11-4635-ad61-a8b48c9645b3 {
  margin-top: 40px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 0px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-576759f6-4c11-4635-ad61-a8b48c9645b3 .shogun-heading-component h2 {
  color: rgba(54, 54, 54, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 30px;
  line-height: 1.2em;
  letter-spacing: ;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-576759f6-4c11-4635-ad61-a8b48c9645b3 .shogun-heading-component h2 {
  color: rgba(54, 54, 54, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: ;
  text-align: left;
}


}@media (max-width: 767px){#s-576759f6-4c11-4635-ad61-a8b48c9645b3 .shogun-heading-component h2 {
  color: rgba(54, 54, 54, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: ;
  text-align: left;
}


}
#s-167cbadf-4d96-4e4f-9745-0854de583ba1 {
  margin-top: 0px;
}

#s-61245e9a-631e-40b7-a098-126a78a0c6fc {
  margin-top: 30px;
background-color: rgba(240, 240, 240, 1);
}

@media (min-width: 0px) {
[id="s-61245e9a-631e-40b7-a098-126a78a0c6fc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-61245e9a-631e-40b7-a098-126a78a0c6fc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-61245e9a-631e-40b7-a098-126a78a0c6fc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-61245e9a-631e-40b7-a098-126a78a0c6fc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-af42d058-634d-402d-9778-f18313fa6f94 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-af42d058-634d-402d-9778-f18313fa6f94 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-af42d058-634d-402d-9778-f18313fa6f94.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7b610b4f-073c-4a11-83ad-5946384a2601 {
  margin-top: 0px;
text-align: center;
}







  #s-7b610b4f-073c-4a11-83ad-5946384a2601 img.shogun-image {
    

    
    
    
  }


#s-7b610b4f-073c-4a11-83ad-5946384a2601 .shogun-image-content {
  
    align-items: center;
  
}

#s-ab6feef2-426e-4ab9-bf5c-e28f0bea83de {
  min-height: 50px;
}








#s-ab6feef2-426e-4ab9-bf5c-e28f0bea83de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ab6feef2-426e-4ab9-bf5c-e28f0bea83de.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-820fa3b2-8d81-4e33-91e6-10d190f2b1c2 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(240, 240, 240, 0);
}
@media (min-width: 1200px){#s-820fa3b2-8d81-4e33-91e6-10d190f2b1c2 {
  margin-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-820fa3b2-8d81-4e33-91e6-10d190f2b1c2 {
  margin-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-820fa3b2-8d81-4e33-91e6-10d190f2b1c2 {
  margin-right: 30px;
}
}@media (max-width: 767px){#s-820fa3b2-8d81-4e33-91e6-10d190f2b1c2 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}
}
#s-2dd1687d-027f-42d0-9cac-4b15c7505473 {
  margin-top: 30px;
}

#s-8074aac0-c259-4aac-b6b9-c15f72d8eaed {
  min-height: 50px;
}








#s-8074aac0-c259-4aac-b6b9-c15f72d8eaed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8074aac0-c259-4aac-b6b9-c15f72d8eaed.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-27efe22e-7059-4181-b7df-4fcc5e4e7550 {
  background-color: rgba(255, 0, 0, 0);
}

#s-52db2db9-9e69-4536-addb-8ed7374fbf2b {
  margin-top: 40px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 0px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-52db2db9-9e69-4536-addb-8ed7374fbf2b .shogun-heading-component h2 {
  color: rgba(54, 54, 54, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 30px;
  line-height: 1.2em;
  letter-spacing: ;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-52db2db9-9e69-4536-addb-8ed7374fbf2b .shogun-heading-component h2 {
  color: rgba(54, 54, 54, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: ;
  text-align: left;
}


}@media (max-width: 767px){#s-52db2db9-9e69-4536-addb-8ed7374fbf2b .shogun-heading-component h2 {
  color: rgba(54, 54, 54, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: ;
  text-align: left;
}


}
#s-9c1dc3e3-d344-4528-96cc-3ad609d58e49 {
  margin-top: 0px;
}

#s-9e60dec9-f47f-4446-b1b5-df0d2fa16609 {
  margin-top: 30px;
background-color: rgba(240, 240, 240, 1);
}

@media (min-width: 0px) {
[id="s-9e60dec9-f47f-4446-b1b5-df0d2fa16609"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9e60dec9-f47f-4446-b1b5-df0d2fa16609"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9e60dec9-f47f-4446-b1b5-df0d2fa16609"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9e60dec9-f47f-4446-b1b5-df0d2fa16609"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-fed5afb1-705f-4167-942e-38c5601b7787 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-fed5afb1-705f-4167-942e-38c5601b7787 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fed5afb1-705f-4167-942e-38c5601b7787.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-03add418-b183-43f4-a986-e6b34dd64a13 {
  margin-top: 0px;
text-align: center;
}







  #s-03add418-b183-43f4-a986-e6b34dd64a13 img.shogun-image {
    

    
    
    
  }


#s-03add418-b183-43f4-a986-e6b34dd64a13 .shogun-image-content {
  
    align-items: center;
  
}

#s-94ee9e0e-201f-4329-b730-d88c8778873f {
  min-height: 50px;
}








#s-94ee9e0e-201f-4329-b730-d88c8778873f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-94ee9e0e-201f-4329-b730-d88c8778873f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4deacd98-dfb7-497d-a041-033d98de62db {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(240, 240, 240, 0);
}
@media (min-width: 1200px){#s-4deacd98-dfb7-497d-a041-033d98de62db {
  margin-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4deacd98-dfb7-497d-a041-033d98de62db {
  margin-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4deacd98-dfb7-497d-a041-033d98de62db {
  margin-right: 30px;
}
}@media (max-width: 767px){#s-4deacd98-dfb7-497d-a041-033d98de62db {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}
}
#s-2f3649a1-6f16-42a3-9aba-f8cdb5ec1ced {
  min-height: 50px;
}








#s-2f3649a1-6f16-42a3-9aba-f8cdb5ec1ced > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2f3649a1-6f16-42a3-9aba-f8cdb5ec1ced.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a1dab841-63a3-41f2-ab5e-ac5cd79e5c8c {
  background-color: rgba(255, 0, 0, 0);
}

#s-f841d942-d1f2-4c1e-b7ee-5b5dd1cca57f {
  margin-top: 40px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 0px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-f841d942-d1f2-4c1e-b7ee-5b5dd1cca57f .shogun-heading-component h2 {
  color: rgba(54, 54, 54, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 30px;
  line-height: 1.2em;
  letter-spacing: ;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-f841d942-d1f2-4c1e-b7ee-5b5dd1cca57f .shogun-heading-component h2 {
  color: rgba(54, 54, 54, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: ;
  text-align: left;
}


}@media (max-width: 767px){#s-f841d942-d1f2-4c1e-b7ee-5b5dd1cca57f .shogun-heading-component h2 {
  color: rgba(54, 54, 54, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: ;
  text-align: left;
}


}
#s-c4d419ed-8b97-42e3-aed9-20a56728db6c {
  margin-top: 0px;
}

#s-b9727ec4-db78-4aae-a562-1e9a92a04704 {
  margin-top: 30px;
background-color: rgba(240, 240, 240, 1);
}

@media (min-width: 0px) {
[id="s-b9727ec4-db78-4aae-a562-1e9a92a04704"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b9727ec4-db78-4aae-a562-1e9a92a04704"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b9727ec4-db78-4aae-a562-1e9a92a04704"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b9727ec4-db78-4aae-a562-1e9a92a04704"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-3d3126b0-259e-4c97-bba2-952e6b8fabe0 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-3d3126b0-259e-4c97-bba2-952e6b8fabe0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3d3126b0-259e-4c97-bba2-952e6b8fabe0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-baf88cac-fbb4-451f-8410-630362ad499d {
  margin-top: 0px;
text-align: center;
}







  #s-baf88cac-fbb4-451f-8410-630362ad499d img.shogun-image {
    

    
    
    
  }


#s-baf88cac-fbb4-451f-8410-630362ad499d .shogun-image-content {
  
    align-items: center;
  
}

#s-7fe0b42e-f2c7-4701-a470-ac18033d2e51 {
  min-height: 50px;
}








#s-7fe0b42e-f2c7-4701-a470-ac18033d2e51 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7fe0b42e-f2c7-4701-a470-ac18033d2e51.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-68cc983b-bf1e-4726-b5fc-bf1ff9753b70 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(240, 240, 240, 0);
}
@media (min-width: 1200px){#s-68cc983b-bf1e-4726-b5fc-bf1ff9753b70 {
  margin-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-68cc983b-bf1e-4726-b5fc-bf1ff9753b70 {
  margin-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-68cc983b-bf1e-4726-b5fc-bf1ff9753b70 {
  margin-right: 30px;
}
}@media (max-width: 767px){#s-68cc983b-bf1e-4726-b5fc-bf1ff9753b70 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}
}
#s-04092b81-24b9-44d2-bc46-0ce8de7c1df4 {
  margin-top: 30px;
}

#s-4b972bc1-6886-4303-837f-b6622070a9a1 {
  min-height: 50px;
}








#s-4b972bc1-6886-4303-837f-b6622070a9a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4b972bc1-6886-4303-837f-b6622070a9a1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d08529bf-5cd8-4a28-b06d-f737e20e5f4c {
  background-color: rgba(255, 0, 0, 0);
}

#s-60386220-7afe-4df3-ab3e-ffe74ea09f4b {
  margin-top: 40px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 0px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-60386220-7afe-4df3-ab3e-ffe74ea09f4b .shogun-heading-component h2 {
  color: rgba(54, 54, 54, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 30px;
  line-height: 1.2em;
  letter-spacing: ;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-60386220-7afe-4df3-ab3e-ffe74ea09f4b .shogun-heading-component h2 {
  color: rgba(54, 54, 54, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: ;
  text-align: left;
}


}@media (max-width: 767px){#s-60386220-7afe-4df3-ab3e-ffe74ea09f4b .shogun-heading-component h2 {
  color: rgba(54, 54, 54, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: ;
  text-align: left;
}


}
#s-baaef9a9-cf0d-46de-bfc8-db227f806dc4 {
  margin-top: 0px;
}

#s-969b1695-3466-4956-a937-0b1a4565be44 {
  margin-top: 40px;
min-height: 50px;
}
@media (max-width: 767px){#s-969b1695-3466-4956-a937-0b1a4565be44 {
  margin-left: -15px;
margin-right: -15px;
}
}







#s-969b1695-3466-4956-a937-0b1a4565be44 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-969b1695-3466-4956-a937-0b1a4565be44.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dfa83856-91bb-4854-9770-44a90e6e6638 {
  background-color: rgba(95, 168, 147, 1);
}

@media (min-width: 0px) {
[id="s-dfa83856-91bb-4854-9770-44a90e6e6638"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dfa83856-91bb-4854-9770-44a90e6e6638"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-dfa83856-91bb-4854-9770-44a90e6e6638"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-dfa83856-91bb-4854-9770-44a90e6e6638"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-49ce1e19-d566-4932-a430-211f44d4e346 {
  min-height: 50px;
}








#s-49ce1e19-d566-4932-a430-211f44d4e346 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-49ce1e19-d566-4932-a430-211f44d4e346.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8ac1b833-76ad-447c-bd16-d8b879ab2279 {
  text-align: center;
}
@media (max-width: 767px){#s-8ac1b833-76ad-447c-bd16-d8b879ab2279 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
}
}






  img.s-8ac1b833-76ad-447c-bd16-d8b879ab2279.shogun-image {
    
    
  }


.s-8ac1b833-76ad-447c-bd16-d8b879ab2279 .shogun-image-content {
  
    align-items: center;
  
}

.s-8ac1b833-76ad-447c-bd16-d8b879ab2279.shg-align-container {
  text-align: center
}

.s-8ac1b833-76ad-447c-bd16-d8b879ab2279.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ac1b833-76ad-447c-bd16-d8b879ab2279.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-8ac1b833-76ad-447c-bd16-d8b879ab2279.shogun-image {
    
    
  }


.s-8ac1b833-76ad-447c-bd16-d8b879ab2279 .shogun-image-content {
  
    align-items: center;
  
}

.s-8ac1b833-76ad-447c-bd16-d8b879ab2279.shg-align-container {
  text-align: center
}

.s-8ac1b833-76ad-447c-bd16-d8b879ab2279.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ac1b833-76ad-447c-bd16-d8b879ab2279.shogun-image {
  box-sizing: border-box;
}


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





  img.s-8ac1b833-76ad-447c-bd16-d8b879ab2279.shogun-image {
    
    
  }


.s-8ac1b833-76ad-447c-bd16-d8b879ab2279 .shogun-image-content {
  
    align-items: center;
  
}

.s-8ac1b833-76ad-447c-bd16-d8b879ab2279.shg-align-container {
  text-align: center
}

.s-8ac1b833-76ad-447c-bd16-d8b879ab2279.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ac1b833-76ad-447c-bd16-d8b879ab2279.shogun-image {
  box-sizing: border-box;
}


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





  img.s-8ac1b833-76ad-447c-bd16-d8b879ab2279.shogun-image {
    
    
  }


.s-8ac1b833-76ad-447c-bd16-d8b879ab2279 .shogun-image-content {
  
    align-items: center;
  
}

.s-8ac1b833-76ad-447c-bd16-d8b879ab2279.shg-align-container {
  text-align: center
}

.s-8ac1b833-76ad-447c-bd16-d8b879ab2279.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ac1b833-76ad-447c-bd16-d8b879ab2279.shogun-image {
  box-sizing: border-box;
}


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





  img.s-8ac1b833-76ad-447c-bd16-d8b879ab2279.shogun-image {
    
    
  }


.s-8ac1b833-76ad-447c-bd16-d8b879ab2279 .shogun-image-content {
  
    align-items: center;
  
}

.s-8ac1b833-76ad-447c-bd16-d8b879ab2279.shg-align-container {
  text-align: center
}

.s-8ac1b833-76ad-447c-bd16-d8b879ab2279.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ac1b833-76ad-447c-bd16-d8b879ab2279.shogun-image {
  box-sizing: border-box;
}


}
#s-02264426-775f-4513-9b08-0fd5fb76447a {
  background-size: cover;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
min-height: 50px;
background-position: center center;
}
@media (max-width: 767px){#s-02264426-775f-4513-9b08-0fd5fb76447a {
  margin-top: -20px;
margin-bottom: 20px;
}
}







#s-02264426-775f-4513-9b08-0fd5fb76447a > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-02264426-775f-4513-9b08-0fd5fb76447a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d586af11-36ab-43e7-a1b8-4b41dc93305d {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
text-align: center;
}







  #s-d586af11-36ab-43e7-a1b8-4b41dc93305d img.shogun-image {
    

    
    
    
  }


#s-d586af11-36ab-43e7-a1b8-4b41dc93305d .shogun-image-content {
  
    align-items: center;
  
}

#s-0f31d828-f386-46d1-9b04-7881d282e2c4 {
  margin-top: 5px;
margin-bottom: 20px;
}

#s-e1263a1e-cafc-4fe4-aaab-1806fafa2439 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 3px;
background-color: rgba(255, 109, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-e1263a1e-cafc-4fe4-aaab-1806fafa2439:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e1263a1e-cafc-4fe4-aaab-1806fafa2439:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e1263a1e-cafc-4fe4-aaab-1806fafa2439-btn-wrapper {
    text-align: center;
  }


#s-e1263a1e-cafc-4fe4-aaab-1806fafa2439.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Archivo;
  display:  block ;
}
@media (min-width: 1200px){
  #s-e1263a1e-cafc-4fe4-aaab-1806fafa2439-btn-wrapper {
    text-align: center;
  }


#s-e1263a1e-cafc-4fe4-aaab-1806fafa2439.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Archivo;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e1263a1e-cafc-4fe4-aaab-1806fafa2439-btn-wrapper {
    text-align: center;
  }


#s-e1263a1e-cafc-4fe4-aaab-1806fafa2439.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Archivo;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e1263a1e-cafc-4fe4-aaab-1806fafa2439-btn-wrapper {
    text-align: center;
  }


#s-e1263a1e-cafc-4fe4-aaab-1806fafa2439.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Archivo;
  display:  block ;
}
}@media (max-width: 767px){
  #s-e1263a1e-cafc-4fe4-aaab-1806fafa2439-btn-wrapper {
    text-align: center;
  }


#s-e1263a1e-cafc-4fe4-aaab-1806fafa2439.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Archivo;
  display:  block ;
}
}
#s-4747e1c2-111c-4d0e-ab86-0ad15da07a3c {
  min-height: 50px;
}
@media (max-width: 767px){#s-4747e1c2-111c-4d0e-ab86-0ad15da07a3c {
  display: none;
}
#s-4747e1c2-111c-4d0e-ab86-0ad15da07a3c, #wrap-s-4747e1c2-111c-4d0e-ab86-0ad15da07a3c { display:none !important; }}







#s-4747e1c2-111c-4d0e-ab86-0ad15da07a3c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4747e1c2-111c-4d0e-ab86-0ad15da07a3c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1f2d4b4c-db76-4dcf-af18-3e7573875a96 {
  text-align: center;
}
@media (max-width: 767px){#s-1f2d4b4c-db76-4dcf-af18-3e7573875a96 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
}
}






  img.s-1f2d4b4c-db76-4dcf-af18-3e7573875a96.shogun-image {
    
    
  }


.s-1f2d4b4c-db76-4dcf-af18-3e7573875a96 .shogun-image-content {
  
    align-items: center;
  
}

.s-1f2d4b4c-db76-4dcf-af18-3e7573875a96.shg-align-container {
  text-align: center
}

.s-1f2d4b4c-db76-4dcf-af18-3e7573875a96.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f2d4b4c-db76-4dcf-af18-3e7573875a96.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-1f2d4b4c-db76-4dcf-af18-3e7573875a96.shogun-image {
    
    
  }


.s-1f2d4b4c-db76-4dcf-af18-3e7573875a96 .shogun-image-content {
  
    align-items: center;
  
}

.s-1f2d4b4c-db76-4dcf-af18-3e7573875a96.shg-align-container {
  text-align: center
}

.s-1f2d4b4c-db76-4dcf-af18-3e7573875a96.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f2d4b4c-db76-4dcf-af18-3e7573875a96.shogun-image {
  box-sizing: border-box;
}


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





  img.s-1f2d4b4c-db76-4dcf-af18-3e7573875a96.shogun-image {
    
    
  }


.s-1f2d4b4c-db76-4dcf-af18-3e7573875a96 .shogun-image-content {
  
    align-items: center;
  
}

.s-1f2d4b4c-db76-4dcf-af18-3e7573875a96.shg-align-container {
  text-align: center
}

.s-1f2d4b4c-db76-4dcf-af18-3e7573875a96.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f2d4b4c-db76-4dcf-af18-3e7573875a96.shogun-image {
  box-sizing: border-box;
}


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





  img.s-1f2d4b4c-db76-4dcf-af18-3e7573875a96.shogun-image {
    
    
  }


.s-1f2d4b4c-db76-4dcf-af18-3e7573875a96 .shogun-image-content {
  
    align-items: center;
  
}

.s-1f2d4b4c-db76-4dcf-af18-3e7573875a96.shg-align-container {
  text-align: center
}

.s-1f2d4b4c-db76-4dcf-af18-3e7573875a96.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f2d4b4c-db76-4dcf-af18-3e7573875a96.shogun-image {
  box-sizing: border-box;
}


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





  img.s-1f2d4b4c-db76-4dcf-af18-3e7573875a96.shogun-image {
    
    
  }


.s-1f2d4b4c-db76-4dcf-af18-3e7573875a96 .shogun-image-content {
  
    align-items: center;
  
}

.s-1f2d4b4c-db76-4dcf-af18-3e7573875a96.shg-align-container {
  text-align: center
}

.s-1f2d4b4c-db76-4dcf-af18-3e7573875a96.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f2d4b4c-db76-4dcf-af18-3e7573875a96.shogun-image {
  box-sizing: border-box;
}


}
#s-839fed6a-7356-4085-a375-d683c2b040ac {
  min-height: 50px;
}








#s-839fed6a-7356-4085-a375-d683c2b040ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-839fed6a-7356-4085-a375-d683c2b040ac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c0f0f9a1-2a5b-45b9-bc4e-8ae94173dc3c {
  background-color: rgba(255, 0, 0, 0);
}

#s-704cdf56-e88e-45cc-8e5f-2833ab58b717 {
  margin-top: 40px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 0px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-704cdf56-e88e-45cc-8e5f-2833ab58b717 .shogun-heading-component h2 {
  color: rgba(54, 54, 54, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 30px;
  line-height: 1.2em;
  letter-spacing: ;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-704cdf56-e88e-45cc-8e5f-2833ab58b717 .shogun-heading-component h2 {
  color: rgba(54, 54, 54, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: ;
  text-align: left;
}


}@media (max-width: 767px){#s-704cdf56-e88e-45cc-8e5f-2833ab58b717 .shogun-heading-component h2 {
  color: rgba(54, 54, 54, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: ;
  text-align: left;
}


}
#s-ae041482-2bc1-431e-b371-0c2cb51ac53a {
  margin-top: 0px;
}

#s-d0874d3e-e378-4e7f-9241-83b10967c738 {
  min-height: 50px;
}








#s-d0874d3e-e378-4e7f-9241-83b10967c738 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d0874d3e-e378-4e7f-9241-83b10967c738.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7abb06c4-a96c-4745-a8d0-fd97816b017c {
  background-color: rgba(255, 0, 0, 0);
}

#s-4a934114-6342-4dc1-bb09-fd26aa385697 {
  margin-top: 40px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 0px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-4a934114-6342-4dc1-bb09-fd26aa385697 .shogun-heading-component h2 {
  color: rgba(54, 54, 54, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 30px;
  line-height: 1.2em;
  letter-spacing: ;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-4a934114-6342-4dc1-bb09-fd26aa385697 .shogun-heading-component h2 {
  color: rgba(54, 54, 54, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: ;
  text-align: left;
}


}@media (max-width: 767px){#s-4a934114-6342-4dc1-bb09-fd26aa385697 .shogun-heading-component h2 {
  color: rgba(54, 54, 54, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: ;
  text-align: left;
}


}
#s-3c519968-100e-4b7b-8cbf-48e4f4e9212e {
  margin-top: 0px;
}

#s-75655ac9-a266-4457-9aec-b5243e87efee {
  margin-top: 20px;
}

@media (min-width: 0px) {
[id="s-75655ac9-a266-4457-9aec-b5243e87efee"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-75655ac9-a266-4457-9aec-b5243e87efee"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-75655ac9-a266-4457-9aec-b5243e87efee"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-75655ac9-a266-4457-9aec-b5243e87efee"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-b9fba8c8-a943-4eb7-9f8a-fe0df63630fd {
  box-shadow:1px 3px 16px 1px rgba(0, 0, 0, 0.15);
margin-top: 20px;
min-height: 50px;
}








#s-b9fba8c8-a943-4eb7-9f8a-fe0df63630fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b9fba8c8-a943-4eb7-9f8a-fe0df63630fd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9e076bf4-e8e1-4520-b308-ec764ded8159 {
  margin-left: 10px;
margin-right: 10px;
background-color: rgba(0, 0, 0, 0);
}

#s-13df78f1-3eed-4e85-9712-393f4d8bea7d {
  margin-left: 10px;
margin-right: 10px;
text-align: center;
}

#s-f95915a8-7b7a-491d-a8f4-ead603c50908 {
  margin-top: 0px;
padding-top: 0px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
min-height: 50px;
}

#s-f95915a8-7b7a-491d-a8f4-ead603c50908 {
  background-image: url();
}








#s-f95915a8-7b7a-491d-a8f4-ead603c50908 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f95915a8-7b7a-491d-a8f4-ead603c50908.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9000f5b0-2355-4c87-a4a4-7485a304d340 {
  background-color: rgba(0, 0, 0, 0);
}

#s-5a7f32b3-dc56-40ba-bab8-760af3614ae5 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 3px;
background-color: rgba(255, 179, 111, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-5a7f32b3-dc56-40ba-bab8-760af3614ae5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5a7f32b3-dc56-40ba-bab8-760af3614ae5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5a7f32b3-dc56-40ba-bab8-760af3614ae5-btn-wrapper {
    text-align: left;
  }


#s-5a7f32b3-dc56-40ba-bab8-760af3614ae5.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Archivo;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5a7f32b3-dc56-40ba-bab8-760af3614ae5-btn-wrapper {
    text-align: left;
  }


#s-5a7f32b3-dc56-40ba-bab8-760af3614ae5.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Archivo;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5a7f32b3-dc56-40ba-bab8-760af3614ae5-btn-wrapper {
    text-align: left;
  }


#s-5a7f32b3-dc56-40ba-bab8-760af3614ae5.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Archivo;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5a7f32b3-dc56-40ba-bab8-760af3614ae5-btn-wrapper {
    text-align: left;
  }


#s-5a7f32b3-dc56-40ba-bab8-760af3614ae5.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Archivo;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5a7f32b3-dc56-40ba-bab8-760af3614ae5-btn-wrapper {
    text-align: left;
  }


#s-5a7f32b3-dc56-40ba-bab8-760af3614ae5.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Archivo;
  display:  inline-block ;
}
}
#s-4205d4f7-098c-42db-bd4d-45e9e8092bef {
  box-shadow:1px 3px 16px 1px rgba(0, 0, 0, 0.15);
margin-top: 20px;
min-height: 50px;
}








#s-4205d4f7-098c-42db-bd4d-45e9e8092bef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4205d4f7-098c-42db-bd4d-45e9e8092bef.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8f8f9cfd-a283-4fc0-9f53-0ac20d21a6d7 {
  margin-left: 10px;
margin-right: 10px;
background-color: rgba(0, 0, 0, 0);
}

#s-b3eef039-547e-42a5-9e4b-07ef345731b4 {
  margin-left: 10px;
margin-right: 10px;
text-align: center;
}

#s-fdbba71f-ea08-4046-9884-f77448eb35f2 {
  margin-top: 0px;
padding-top: 0px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
min-height: 50px;
}

#s-fdbba71f-ea08-4046-9884-f77448eb35f2 {
  background-image: url();
}








#s-fdbba71f-ea08-4046-9884-f77448eb35f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fdbba71f-ea08-4046-9884-f77448eb35f2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f8df77c6-a55d-428e-b295-54fa885e6aa4 {
  background-color: rgba(0, 0, 0, 0);
}

#s-2f86aa22-55b0-4dc2-917f-a817e2fa5658 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 3px;
background-color: rgba(255, 179, 111, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-2f86aa22-55b0-4dc2-917f-a817e2fa5658:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2f86aa22-55b0-4dc2-917f-a817e2fa5658:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2f86aa22-55b0-4dc2-917f-a817e2fa5658-btn-wrapper {
    text-align: left;
  }


#s-2f86aa22-55b0-4dc2-917f-a817e2fa5658.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Archivo;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2f86aa22-55b0-4dc2-917f-a817e2fa5658-btn-wrapper {
    text-align: left;
  }


#s-2f86aa22-55b0-4dc2-917f-a817e2fa5658.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Archivo;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2f86aa22-55b0-4dc2-917f-a817e2fa5658-btn-wrapper {
    text-align: left;
  }


#s-2f86aa22-55b0-4dc2-917f-a817e2fa5658.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Archivo;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2f86aa22-55b0-4dc2-917f-a817e2fa5658-btn-wrapper {
    text-align: left;
  }


#s-2f86aa22-55b0-4dc2-917f-a817e2fa5658.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Archivo;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2f86aa22-55b0-4dc2-917f-a817e2fa5658-btn-wrapper {
    text-align: left;
  }


#s-2f86aa22-55b0-4dc2-917f-a817e2fa5658.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Archivo;
  display:  inline-block ;
}
}
#s-2f211b38-20d9-4d3a-a13a-1c7347780520 {
  box-shadow:1px 3px 16px 1px rgba(0, 0, 0, 0.15);
margin-top: 20px;
min-height: 50px;
}








#s-2f211b38-20d9-4d3a-a13a-1c7347780520 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2f211b38-20d9-4d3a-a13a-1c7347780520.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9dbcd047-e0fc-4a2c-a77d-2fac503c7c02 {
  margin-left: 10px;
margin-right: 10px;
background-color: rgba(0, 0, 0, 0);
}

#s-302c949f-6e21-497b-9afa-bbf54ff9167c {
  margin-left: 10px;
margin-right: 10px;
text-align: center;
}

#s-6475a01f-3756-4cc6-b2e2-37903600b96f {
  margin-top: 0px;
padding-top: 0px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
min-height: 50px;
}

#s-6475a01f-3756-4cc6-b2e2-37903600b96f {
  background-image: url();
}








#s-6475a01f-3756-4cc6-b2e2-37903600b96f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6475a01f-3756-4cc6-b2e2-37903600b96f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-20a76ada-7d18-4ec9-bab2-15cf458abcd2 {
  background-color: rgba(0, 0, 0, 0);
}

#s-62b0e715-cc82-4a1d-82f6-3af75e0a75f8 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 3px;
background-color: rgba(255, 179, 111, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-62b0e715-cc82-4a1d-82f6-3af75e0a75f8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-62b0e715-cc82-4a1d-82f6-3af75e0a75f8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-62b0e715-cc82-4a1d-82f6-3af75e0a75f8-btn-wrapper {
    text-align: left;
  }


#s-62b0e715-cc82-4a1d-82f6-3af75e0a75f8.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Archivo;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-62b0e715-cc82-4a1d-82f6-3af75e0a75f8-btn-wrapper {
    text-align: left;
  }


#s-62b0e715-cc82-4a1d-82f6-3af75e0a75f8.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Archivo;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-62b0e715-cc82-4a1d-82f6-3af75e0a75f8-btn-wrapper {
    text-align: left;
  }


#s-62b0e715-cc82-4a1d-82f6-3af75e0a75f8.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Archivo;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-62b0e715-cc82-4a1d-82f6-3af75e0a75f8-btn-wrapper {
    text-align: left;
  }


#s-62b0e715-cc82-4a1d-82f6-3af75e0a75f8.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Archivo;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-62b0e715-cc82-4a1d-82f6-3af75e0a75f8-btn-wrapper {
    text-align: left;
  }


#s-62b0e715-cc82-4a1d-82f6-3af75e0a75f8.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Archivo;
  display:  inline-block ;
}
}
#s-39726235-1247-4404-87f2-42f3725c6c2f {
  min-height: 50px;
}








#s-39726235-1247-4404-87f2-42f3725c6c2f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-39726235-1247-4404-87f2-42f3725c6c2f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-413cd6b0-bd15-495e-899d-089f25955581 {
  background-color: rgba(255, 0, 0, 0);
}

#s-6d021c56-4d4e-47bf-8741-51951e3e5650 {
  margin-top: 40px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 0px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-6d021c56-4d4e-47bf-8741-51951e3e5650 .shogun-heading-component h2 {
  color: rgba(54, 54, 54, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 30px;
  line-height: 1.2em;
  letter-spacing: ;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-6d021c56-4d4e-47bf-8741-51951e3e5650 .shogun-heading-component h2 {
  color: rgba(54, 54, 54, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: ;
  text-align: left;
}


}@media (max-width: 767px){#s-6d021c56-4d4e-47bf-8741-51951e3e5650 .shogun-heading-component h2 {
  color: rgba(54, 54, 54, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: ;
  text-align: left;
}


}
#s-b9bc64d5-2d16-422c-9f62-04e068440165 {
  margin-top: 0px;
}

#s-7156fcde-3ce9-4c8d-8f04-f1347c510a9b {
  margin-top: 30px;
background-color: rgba(240, 240, 240, 1);
}

@media (min-width: 0px) {
[id="s-7156fcde-3ce9-4c8d-8f04-f1347c510a9b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7156fcde-3ce9-4c8d-8f04-f1347c510a9b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7156fcde-3ce9-4c8d-8f04-f1347c510a9b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7156fcde-3ce9-4c8d-8f04-f1347c510a9b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2788d711-1649-409e-8bb5-e6cc7bf99190 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-2788d711-1649-409e-8bb5-e6cc7bf99190 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2788d711-1649-409e-8bb5-e6cc7bf99190.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cf295174-4467-4366-94cf-bf3bd78ad968 {
  margin-top: 0px;
text-align: center;
}







  #s-cf295174-4467-4366-94cf-bf3bd78ad968 img.shogun-image {
    

    
    
    
  }


#s-cf295174-4467-4366-94cf-bf3bd78ad968 .shogun-image-content {
  
    align-items: center;
  
}

#s-5d7ba55f-d721-407a-94ff-31425276719b {
  min-height: 50px;
}








#s-5d7ba55f-d721-407a-94ff-31425276719b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5d7ba55f-d721-407a-94ff-31425276719b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-92482ec6-8f90-4bb8-87aa-90c30bb7a1fc {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(240, 240, 240, 0);
}
@media (min-width: 1200px){#s-92482ec6-8f90-4bb8-87aa-90c30bb7a1fc {
  margin-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-92482ec6-8f90-4bb8-87aa-90c30bb7a1fc {
  margin-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-92482ec6-8f90-4bb8-87aa-90c30bb7a1fc {
  margin-right: 30px;
}
}@media (max-width: 767px){#s-92482ec6-8f90-4bb8-87aa-90c30bb7a1fc {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}
}
#s-9a7fe60b-5c76-4c30-9858-b99e5eae7232 {
  min-height: 50px;
}








#s-9a7fe60b-5c76-4c30-9858-b99e5eae7232 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9a7fe60b-5c76-4c30-9858-b99e5eae7232.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a026890e-28a0-42d9-800e-a6d9d5381b87 {
  background-color: rgba(255, 0, 0, 0);
}

#s-4f2870ef-cba7-43fc-bb00-6ba4f08fe06b {
  margin-top: 40px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 0px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-4f2870ef-cba7-43fc-bb00-6ba4f08fe06b .shogun-heading-component h2 {
  color: rgba(54, 54, 54, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 30px;
  line-height: 1.2em;
  letter-spacing: ;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-4f2870ef-cba7-43fc-bb00-6ba4f08fe06b .shogun-heading-component h2 {
  color: rgba(54, 54, 54, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: ;
  text-align: left;
}


}@media (max-width: 767px){#s-4f2870ef-cba7-43fc-bb00-6ba4f08fe06b .shogun-heading-component h2 {
  color: rgba(54, 54, 54, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: ;
  text-align: left;
}


}
#s-7e9eec34-98a2-4384-8b4b-b6f1cd348f46 {
  margin-top: 0px;
}

#s-06184055-5854-4f0c-a9d7-4d088cc5dc8e hr {
  border-top: 1px solid #ddd;
}

#s-caaa36c2-4031-4b2c-882a-bb7a12223fff {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1000px;
}








#s-caaa36c2-4031-4b2c-882a-bb7a12223fff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-caaa36c2-4031-4b2c-882a-bb7a12223fff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c86c680c-5013-45a5-bdde-fa795756e365 {
  margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-9c324788-5026-460e-b556-3d64adad4ef2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9c324788-5026-460e-b556-3d64adad4ef2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-9c324788-5026-460e-b556-3d64adad4ef2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-9c324788-5026-460e-b556-3d64adad4ef2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-6d676b07-bef0-44a3-a86b-47b56b46c4c5 {
  border-style: solid;
border-color: rgba(236, 236, 236, 1);
border-style: solid;
min-height: 50px;
}

#s-6d676b07-bef0-44a3-a86b-47b56b46c4c5 {
  background-image: url();
}








#s-6d676b07-bef0-44a3-a86b-47b56b46c4c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d676b07-bef0-44a3-a86b-47b56b46c4c5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-62753248-26d8-4865-997a-b1df5355ac8d {
  background-repeat: no-repeat;
background-size: cover;
min-height: 170px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-62753248-26d8-4865-997a-b1df5355ac8d {
  min-height: 140px;
}
}@media (max-width: 767px){#s-62753248-26d8-4865-997a-b1df5355ac8d {
  min-height: 200px;
}
}







#s-62753248-26d8-4865-997a-b1df5355ac8d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-62753248-26d8-4865-997a-b1df5355ac8d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c52fd29f-2929-41ff-b3ae-9e3e57cb0b05 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
margin-top: -15px;
min-height: 30px;
max-width: 45%;
background-color: rgba(255, 109, 0, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-c52fd29f-2929-41ff-b3ae-9e3e57cb0b05 {
  max-width: 70%;
}
}







#s-c52fd29f-2929-41ff-b3ae-9e3e57cb0b05 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c52fd29f-2929-41ff-b3ae-9e3e57cb0b05.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4e52d58e-e974-471a-9ac7-f5e1dc3f52fa {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
}

#s-de014b29-6a36-4268-a184-26c6279357d2 {
  margin-left: 20px;
margin-right: 20px;
min-height: 50px;
}








#s-de014b29-6a36-4268-a184-26c6279357d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-de014b29-6a36-4268-a184-26c6279357d2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-594cc35a-988a-4f5d-922e-d89e699709b4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-594cc35a-988a-4f5d-922e-d89e699709b4 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-c0c89b6f-f565-4e7d-a572-7e0202c7ddef {
  margin-top: 20px;
margin-bottom: 15px;
}

#s-1412a2c9-d063-4acb-ac2e-0b05ee5496bb {
  border-style: solid;
border-color: rgba(236, 236, 236, 1);
border-style: solid;
min-height: 50px;
}

#s-1412a2c9-d063-4acb-ac2e-0b05ee5496bb {
  background-image: url();
}








#s-1412a2c9-d063-4acb-ac2e-0b05ee5496bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1412a2c9-d063-4acb-ac2e-0b05ee5496bb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5c50db3e-f4f9-4955-8e07-63472ed2da83 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 170px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-5c50db3e-f4f9-4955-8e07-63472ed2da83 {
  min-height: 140px;
}
}@media (max-width: 767px){#s-5c50db3e-f4f9-4955-8e07-63472ed2da83 {
  min-height: 200px;
}
}







#s-5c50db3e-f4f9-4955-8e07-63472ed2da83 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5c50db3e-f4f9-4955-8e07-63472ed2da83.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2cb12c81-1ffb-4c6b-852e-9eddb412dfc6 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
margin-top: -15px;
min-height: 30px;
max-width: 45%;
background-color: rgba(255, 109, 0, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-2cb12c81-1ffb-4c6b-852e-9eddb412dfc6 {
  max-width: 70%;
}
}







#s-2cb12c81-1ffb-4c6b-852e-9eddb412dfc6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2cb12c81-1ffb-4c6b-852e-9eddb412dfc6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-89a23eb0-26fb-41e4-9b61-231fda058cac {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
}

#s-c2902d7c-a0cf-427c-a6bb-38f67dd17b35 {
  margin-left: 20px;
margin-right: 20px;
min-height: 50px;
}








#s-c2902d7c-a0cf-427c-a6bb-38f67dd17b35 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c2902d7c-a0cf-427c-a6bb-38f67dd17b35.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-854b3aa1-c03d-4e1f-a1a4-59c10a23f7cf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-854b3aa1-c03d-4e1f-a1a4-59c10a23f7cf .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-3f055a23-2da3-49b9-866d-15d89dbd8a2e {
  margin-top: 20px;
margin-bottom: 15px;
}

#s-5668e7c8-652c-4f05-bbe7-a6cff0f135b3 {
  border-style: solid;
border-color: rgba(236, 236, 236, 1);
border-style: solid;
min-height: 50px;
}

#s-5668e7c8-652c-4f05-bbe7-a6cff0f135b3 {
  background-image: url();
}








#s-5668e7c8-652c-4f05-bbe7-a6cff0f135b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5668e7c8-652c-4f05-bbe7-a6cff0f135b3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7762493b-c06e-4c57-9d09-7ce73f769ea2 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 170px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-7762493b-c06e-4c57-9d09-7ce73f769ea2 {
  min-height: 140px;
}
}@media (max-width: 767px){#s-7762493b-c06e-4c57-9d09-7ce73f769ea2 {
  min-height: 200px;
}
}







#s-7762493b-c06e-4c57-9d09-7ce73f769ea2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7762493b-c06e-4c57-9d09-7ce73f769ea2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ebb3a613-1cfc-4269-bee1-5a6b402de6c6 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
margin-top: -15px;
min-height: 30px;
max-width: 45%;
background-color: rgba(255, 109, 0, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-ebb3a613-1cfc-4269-bee1-5a6b402de6c6 {
  max-width: 70%;
}
}







#s-ebb3a613-1cfc-4269-bee1-5a6b402de6c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ebb3a613-1cfc-4269-bee1-5a6b402de6c6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-08d715df-0be8-4645-9de8-cb28c5771598 {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
}

#s-7ba23f68-4706-4146-b933-8d44dd72357f {
  margin-left: 20px;
margin-right: 20px;
min-height: 50px;
}








#s-7ba23f68-4706-4146-b933-8d44dd72357f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7ba23f68-4706-4146-b933-8d44dd72357f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-45770065-ae73-47d8-9f2a-255717401d76 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-45770065-ae73-47d8-9f2a-255717401d76 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-83b7facb-0d36-490e-849d-48c76a4291b0 {
  margin-top: 20px;
margin-bottom: 15px;
}

#s-fc3dd716-742c-4043-be5a-601f1708f5c1 {
  background-color: rgba(0, 173, 10, 0);
}

#s-1262b5c5-8196-4266-88a9-f8ea2afbcad4 {
  margin-top: 40px;
min-height: 50px;
}
@media (max-width: 767px){#s-1262b5c5-8196-4266-88a9-f8ea2afbcad4 {
  margin-left: -15px;
margin-right: -15px;
}
}







#s-1262b5c5-8196-4266-88a9-f8ea2afbcad4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1262b5c5-8196-4266-88a9-f8ea2afbcad4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aaad8e46-febb-4e09-abac-6fe5eec12f2a {
  background-color: rgba(95, 168, 147, 1);
}

@media (min-width: 0px) {
[id="s-aaad8e46-febb-4e09-abac-6fe5eec12f2a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aaad8e46-febb-4e09-abac-6fe5eec12f2a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-aaad8e46-febb-4e09-abac-6fe5eec12f2a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-aaad8e46-febb-4e09-abac-6fe5eec12f2a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-219d1c11-5fc9-4339-8af7-ffc6413e9441 {
  background-size: cover;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
min-height: 50px;
max-width: 500px;
background-position: center center;
}








#s-219d1c11-5fc9-4339-8af7-ffc6413e9441 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-219d1c11-5fc9-4339-8af7-ffc6413e9441.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9eab24a5-fbc7-45b4-870b-38610947535c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9eab24a5-fbc7-45b4-870b-38610947535c .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 46px;
  line-height: 1.2em;
  letter-spacing: -1px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-9eab24a5-fbc7-45b4-870b-38610947535c .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 28px;
  line-height: 1.2em;
  letter-spacing: -1px;
  
}


}@media (max-width: 767px){#s-9eab24a5-fbc7-45b4-870b-38610947535c .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 32px;
  line-height: 1.2em;
  letter-spacing: -1px;
  
}


}
#s-6c5eb2bf-cb42-4d6b-87ff-f7e8502778e8 {
  margin-bottom: 20px;
}

#s-06c40ec7-22b2-44a3-b0b9-05b7cedf838e {
  margin-left: auto;
margin-right: auto;
max-width: 470px;
}

#s-4273b646-d3b5-4166-9a24-70cab8a1d857 {
  margin-top: 20px;
}

#s-50630ef6-ab4a-49fb-978a-7463ffe183bd {
  min-height: 50px;
}








#s-50630ef6-ab4a-49fb-978a-7463ffe183bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-50630ef6-ab4a-49fb-978a-7463ffe183bd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8363f954-64df-4134-83d6-8731ef132478 {
  margin-top: 20px;
margin-right: 80px;
padding-right: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-8363f954-64df-4134-83d6-8731ef132478 {
  margin-top: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-8363f954-64df-4134-83d6-8731ef132478 {
  margin-left: 10px;
margin-right: 10px;
}
}






  img.s-8363f954-64df-4134-83d6-8731ef132478.shogun-image {
    
    
  }


.s-8363f954-64df-4134-83d6-8731ef132478 .shogun-image-content {
  
    align-items: center;
  
}

.s-8363f954-64df-4134-83d6-8731ef132478.shg-align-container {
  text-align: center
}

.s-8363f954-64df-4134-83d6-8731ef132478.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8363f954-64df-4134-83d6-8731ef132478.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-8363f954-64df-4134-83d6-8731ef132478.shogun-image {
    
    
  }


.s-8363f954-64df-4134-83d6-8731ef132478 .shogun-image-content {
  
    align-items: center;
  
}

.s-8363f954-64df-4134-83d6-8731ef132478.shg-align-container {
  text-align: center
}

.s-8363f954-64df-4134-83d6-8731ef132478.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8363f954-64df-4134-83d6-8731ef132478.shogun-image {
  box-sizing: border-box;
}


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





  img.s-8363f954-64df-4134-83d6-8731ef132478.shogun-image {
    
    
  }


.s-8363f954-64df-4134-83d6-8731ef132478 .shogun-image-content {
  
    align-items: center;
  
}

.s-8363f954-64df-4134-83d6-8731ef132478.shg-align-container {
  text-align: center
}

.s-8363f954-64df-4134-83d6-8731ef132478.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8363f954-64df-4134-83d6-8731ef132478.shogun-image {
  box-sizing: border-box;
}


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





  img.s-8363f954-64df-4134-83d6-8731ef132478.shogun-image {
    
    
  }


.s-8363f954-64df-4134-83d6-8731ef132478 .shogun-image-content {
  
    align-items: center;
  
}

.s-8363f954-64df-4134-83d6-8731ef132478.shg-align-container {
  text-align: center
}

.s-8363f954-64df-4134-83d6-8731ef132478.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8363f954-64df-4134-83d6-8731ef132478.shogun-image {
  box-sizing: border-box;
}


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





  img.s-8363f954-64df-4134-83d6-8731ef132478.shogun-image {
    
    
  }


.s-8363f954-64df-4134-83d6-8731ef132478 .shogun-image-content {
  
    align-items: center;
  
}

.s-8363f954-64df-4134-83d6-8731ef132478.shg-align-container {
  text-align: center
}

.s-8363f954-64df-4134-83d6-8731ef132478.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8363f954-64df-4134-83d6-8731ef132478.shogun-image {
  box-sizing: border-box;
}


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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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