.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-9ec4ee2f-0b8a-4a20-bc1b-3494a8d76d24 {
  min-height: 50px;
}








#s-9ec4ee2f-0b8a-4a20-bc1b-3494a8d76d24 > .shg-box-overlay {
  background-color: rgba(247, 247, 247, 1);
  opacity: 0;
}#s-9ec4ee2f-0b8a-4a20-bc1b-3494a8d76d24.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.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-60667c2f-4216-422c-bd3e-02a52d2924c1 {
  padding-top: 50px;
padding-left: 20px;
padding-bottom: 50px;
padding-right: 20px;
background-color: rgba(247, 247, 247, 1);
}

@media (min-width: 0px) {
[id="s-60667c2f-4216-422c-bd3e-02a52d2924c1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-60667c2f-4216-422c-bd3e-02a52d2924c1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-60667c2f-4216-422c-bd3e-02a52d2924c1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-60667c2f-4216-422c-bd3e-02a52d2924c1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-60667c2f-4216-422c-bd3e-02a52d2924c1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-60667c2f-4216-422c-bd3e-02a52d2924c1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-60667c2f-4216-422c-bd3e-02a52d2924c1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

.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-bd85fc40-b0fb-4223-a8c0-e5346a76b7ae {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bd85fc40-b0fb-4223-a8c0-e5346a76b7ae .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-b9ceed5d-8eda-4f1e-9bc9-3b6aa2420cb5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b9ceed5d-8eda-4f1e-9bc9-3b6aa2420cb5 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



.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-a2528ecc-c66b-4b8f-bdae-86059350c29c {
  margin-left: 2px;
margin-right: 2px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-b50aab39-d0fe-442b-99dc-70646ef041ce"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b50aab39-d0fe-442b-99dc-70646ef041ce"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b50aab39-d0fe-442b-99dc-70646ef041ce"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b50aab39-d0fe-442b-99dc-70646ef041ce"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b50aab39-d0fe-442b-99dc-70646ef041ce"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b50aab39-d0fe-442b-99dc-70646ef041ce"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b50aab39-d0fe-442b-99dc-70646ef041ce"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

.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-86701764-61de-4d4b-bdc8-b8cb0274a0b1 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(55, 151, 236, 1);
text-decoration: none;
}
#s-86701764-61de-4d4b-bdc8-b8cb0274a0b1:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-86701764-61de-4d4b-bdc8-b8cb0274a0b1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-86701764-61de-4d4b-bdc8-b8cb0274a0b1-root {
    text-align: center;
  }


#s-86701764-61de-4d4b-bdc8-b8cb0274a0b1.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-86701764-61de-4d4b-bdc8-b8cb0274a0b1-root {
    text-align: center;
  }


#s-86701764-61de-4d4b-bdc8-b8cb0274a0b1.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-86701764-61de-4d4b-bdc8-b8cb0274a0b1-root {
    text-align: center;
  }


#s-86701764-61de-4d4b-bdc8-b8cb0274a0b1.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-86701764-61de-4d4b-bdc8-b8cb0274a0b1-root {
    text-align: center;
  }


#s-86701764-61de-4d4b-bdc8-b8cb0274a0b1.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-86701764-61de-4d4b-bdc8-b8cb0274a0b1-root {
    text-align: center;
  }


#s-86701764-61de-4d4b-bdc8-b8cb0274a0b1.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-22164088-9eb8-45ac-9985-caddd593f188 {
  min-height: 50px;
}








#s-22164088-9eb8-45ac-9985-caddd593f188 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-22164088-9eb8-45ac-9985-caddd593f188.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-007b3b35-8e80-4b8f-acbd-00249a99e8ef {
  padding-top: 50px;
padding-left: 20px;
padding-right: 20px;
min-height: 0px;
}

@media (min-width: 0px) {
[id="s-007b3b35-8e80-4b8f-acbd-00249a99e8ef"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-007b3b35-8e80-4b8f-acbd-00249a99e8ef"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-007b3b35-8e80-4b8f-acbd-00249a99e8ef"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-007b3b35-8e80-4b8f-acbd-00249a99e8ef"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-007b3b35-8e80-4b8f-acbd-00249a99e8ef"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-007b3b35-8e80-4b8f-acbd-00249a99e8ef"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-007b3b35-8e80-4b8f-acbd-00249a99e8ef"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-c319f405-a064-4ddb-92ff-f2f8b9acb42d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c319f405-a064-4ddb-92ff-f2f8b9acb42d .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



@media (min-width: 0px) {
[id="s-e0baf7b5-5211-41b2-b1f5-95454a396067"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e0baf7b5-5211-41b2-b1f5-95454a396067"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e0baf7b5-5211-41b2-b1f5-95454a396067"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e0baf7b5-5211-41b2-b1f5-95454a396067"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e0baf7b5-5211-41b2-b1f5-95454a396067"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e0baf7b5-5211-41b2-b1f5-95454a396067"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e0baf7b5-5211-41b2-b1f5-95454a396067"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

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

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

#s-66729f28-6ac3-4051-ba28-492cf8a60ea1 {
  margin-top: 0px;
margin-left: 120px;
margin-bottom: 0px;
margin-right: 120px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-66729f28-6ac3-4051-ba28-492cf8a60ea1 hr {
  border-top: 5px solid rgba(55, 151, 236, 1);
}

#s-bc89aa5c-a7c2-420b-a596-cfa6a84bbb74 {
  min-height: 50px;
}








#s-bc89aa5c-a7c2-420b-a596-cfa6a84bbb74 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bc89aa5c-a7c2-420b-a596-cfa6a84bbb74.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b2bc8d4e-c7e2-48fc-8a07-3ce7bd59661e {
  padding-bottom: 50px;
}

@media (min-width: 0px) {
[id="s-b2bc8d4e-c7e2-48fc-8a07-3ce7bd59661e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b2bc8d4e-c7e2-48fc-8a07-3ce7bd59661e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b2bc8d4e-c7e2-48fc-8a07-3ce7bd59661e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b2bc8d4e-c7e2-48fc-8a07-3ce7bd59661e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b2bc8d4e-c7e2-48fc-8a07-3ce7bd59661e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b2bc8d4e-c7e2-48fc-8a07-3ce7bd59661e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b2bc8d4e-c7e2-48fc-8a07-3ce7bd59661e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-79de0b31-5802-47e6-837b-61749220e7a4 {
  margin-top: 20px;
margin-bottom: 10px;
padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
background-color: rgba(247, 247, 247, 1);
}

@media (min-width: 0px) {
[id="s-79de0b31-5802-47e6-837b-61749220e7a4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-79de0b31-5802-47e6-837b-61749220e7a4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-79de0b31-5802-47e6-837b-61749220e7a4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-79de0b31-5802-47e6-837b-61749220e7a4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-79de0b31-5802-47e6-837b-61749220e7a4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-79de0b31-5802-47e6-837b-61749220e7a4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-79de0b31-5802-47e6-837b-61749220e7a4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

}

#s-7aa34126-e6e7-41ed-bb12-78cb078286b7 {
  margin-top: 0px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
text-align: left;
}

#s-7aa34126-e6e7-41ed-bb12-78cb078286b7 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-91ef6e99-33fe-4720-98d4-fea20de2180e {
  margin-left: 2px;
margin-right: 2px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-2c2b9b51-215b-41de-adbf-50d6305e2863"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2c2b9b51-215b-41de-adbf-50d6305e2863"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2c2b9b51-215b-41de-adbf-50d6305e2863"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2c2b9b51-215b-41de-adbf-50d6305e2863"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-bd148906-10ee-4b94-a746-dc0da62d1cd3 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
text-decoration: none;
}
#s-bd148906-10ee-4b94-a746-dc0da62d1cd3:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-bd148906-10ee-4b94-a746-dc0da62d1cd3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-bd148906-10ee-4b94-a746-dc0da62d1cd3-root {
    text-align: center;
  }


#s-bd148906-10ee-4b94-a746-dc0da62d1cd3.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-bd148906-10ee-4b94-a746-dc0da62d1cd3-root {
    text-align: center;
  }


#s-bd148906-10ee-4b94-a746-dc0da62d1cd3.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bd148906-10ee-4b94-a746-dc0da62d1cd3-root {
    text-align: center;
  }


#s-bd148906-10ee-4b94-a746-dc0da62d1cd3.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bd148906-10ee-4b94-a746-dc0da62d1cd3-root {
    text-align: center;
  }


#s-bd148906-10ee-4b94-a746-dc0da62d1cd3.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-bd148906-10ee-4b94-a746-dc0da62d1cd3-root {
    text-align: center;
  }


#s-bd148906-10ee-4b94-a746-dc0da62d1cd3.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-7130fa6c-e3b3-4402-82df-c2e4d1516b13 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
background-color: rgba(52, 152, 219, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-7130fa6c-e3b3-4402-82df-c2e4d1516b13:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7130fa6c-e3b3-4402-82df-c2e4d1516b13:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7130fa6c-e3b3-4402-82df-c2e4d1516b13-root {
    text-align: center;
  }


#s-7130fa6c-e3b3-4402-82df-c2e4d1516b13.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-7130fa6c-e3b3-4402-82df-c2e4d1516b13-root {
    text-align: center;
  }


#s-7130fa6c-e3b3-4402-82df-c2e4d1516b13.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7130fa6c-e3b3-4402-82df-c2e4d1516b13-root {
    text-align: center;
  }


#s-7130fa6c-e3b3-4402-82df-c2e4d1516b13.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7130fa6c-e3b3-4402-82df-c2e4d1516b13-root {
    text-align: center;
  }


#s-7130fa6c-e3b3-4402-82df-c2e4d1516b13.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-7130fa6c-e3b3-4402-82df-c2e4d1516b13-root {
    text-align: center;
  }


#s-7130fa6c-e3b3-4402-82df-c2e4d1516b13.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-71a2d618-d6bb-4dbb-bfd3-e55ab1b93dc2 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-71a2d618-d6bb-4dbb-bfd3-e55ab1b93dc2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-71a2d618-d6bb-4dbb-bfd3-e55ab1b93dc2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-71a2d618-d6bb-4dbb-bfd3-e55ab1b93dc2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-71a2d618-d6bb-4dbb-bfd3-e55ab1b93dc2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-cee294b0-97e2-4960-a6e9-b4308f1f17e3 {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

#s-f3119073-e79b-4027-a2d0-6e24f6815d52 {
  text-align: left;
}



.shg-c#s-f3119073-e79b-4027-a2d0-6e24f6815d52 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f3119073-e79b-4027-a2d0-6e24f6815d52 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f3119073-e79b-4027-a2d0-6e24f6815d52 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f3119073-e79b-4027-a2d0-6e24f6815d52 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f3119073-e79b-4027-a2d0-6e24f6815d52 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f3119073-e79b-4027-a2d0-6e24f6815d52 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f3119073-e79b-4027-a2d0-6e24f6815d52 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f3119073-e79b-4027-a2d0-6e24f6815d52 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f3119073-e79b-4027-a2d0-6e24f6815d52 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f3119073-e79b-4027-a2d0-6e24f6815d52 img.shogun-image {
  width: 100%;
}



}
.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  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-3d7cb8b1-ee50-42b5-bf8a-dbf64acc57ef {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3d7cb8b1-ee50-42b5-bf8a-dbf64acc57ef .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-1a1d5607-ab9b-4e01-bb9c-2a0f049a7599 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1a1d5607-ab9b-4e01-bb9c-2a0f049a7599 .shg-product-sold-out {
  display: none;
  color: rgba(101, 101, 101, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-1a1d5607-ab9b-4e01-bb9c-2a0f049a7599 .shg-product-price {
  color: rgba(101, 101, 101, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 20px;
}

#s-1a1d5607-ab9b-4e01-bb9c-2a0f049a7599 .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;
}

.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-055fad90-c399-4faa-9280-6dc1b3eacd94 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-055fad90-c399-4faa-9280-6dc1b3eacd94:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-055fad90-c399-4faa-9280-6dc1b3eacd94:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-055fad90-c399-4faa-9280-6dc1b3eacd94 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-055fad90-c399-4faa-9280-6dc1b3eacd94.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-055fad90-c399-4faa-9280-6dc1b3eacd94.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-055fad90-c399-4faa-9280-6dc1b3eacd94.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-df41c4fb-901e-478a-ba8e-1860e52cc44e {
  display: none;
}
#s-ebceebf3-cc1d-4f7c-ab02-e414aefffff4 {
  text-align: left;
}



.shg-c#s-ebceebf3-cc1d-4f7c-ab02-e414aefffff4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ebceebf3-cc1d-4f7c-ab02-e414aefffff4 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ebceebf3-cc1d-4f7c-ab02-e414aefffff4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ebceebf3-cc1d-4f7c-ab02-e414aefffff4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ebceebf3-cc1d-4f7c-ab02-e414aefffff4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ebceebf3-cc1d-4f7c-ab02-e414aefffff4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ebceebf3-cc1d-4f7c-ab02-e414aefffff4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ebceebf3-cc1d-4f7c-ab02-e414aefffff4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ebceebf3-cc1d-4f7c-ab02-e414aefffff4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ebceebf3-cc1d-4f7c-ab02-e414aefffff4 img.shogun-image {
  width: 100%;
}



}
#s-30e8499b-bd60-415d-9bd1-79d7b1b550bf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-30e8499b-bd60-415d-9bd1-79d7b1b550bf .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-30d8241d-43dd-42ea-9c36-118ab7d306d7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-30d8241d-43dd-42ea-9c36-118ab7d306d7 .shg-product-sold-out {
  display: none;
  color: rgba(101, 101, 101, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-30d8241d-43dd-42ea-9c36-118ab7d306d7 .shg-product-price {
  color: rgba(101, 101, 101, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 20px;
}

#s-30d8241d-43dd-42ea-9c36-118ab7d306d7 .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-388157cc-9ca1-4c1f-8594-276415e90163 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-388157cc-9ca1-4c1f-8594-276415e90163:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-388157cc-9ca1-4c1f-8594-276415e90163:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-388157cc-9ca1-4c1f-8594-276415e90163 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-388157cc-9ca1-4c1f-8594-276415e90163.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-388157cc-9ca1-4c1f-8594-276415e90163.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-388157cc-9ca1-4c1f-8594-276415e90163.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-372c6210-a44c-407a-8cf1-aaf5b2e72643 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
background-color: rgba(247, 247, 247, 1);
}

@media (min-width: 0px) {
[id="s-372c6210-a44c-407a-8cf1-aaf5b2e72643"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-372c6210-a44c-407a-8cf1-aaf5b2e72643"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-372c6210-a44c-407a-8cf1-aaf5b2e72643"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-372c6210-a44c-407a-8cf1-aaf5b2e72643"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-372c6210-a44c-407a-8cf1-aaf5b2e72643"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-372c6210-a44c-407a-8cf1-aaf5b2e72643"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-372c6210-a44c-407a-8cf1-aaf5b2e72643"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

}

@media (max-width: 767px) {
  [id="s-372c6210-a44c-407a-8cf1-aaf5b2e72643"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-204c0166-6e13-416b-9499-32579c94bb07 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-204c0166-6e13-416b-9499-32579c94bb07"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-204c0166-6e13-416b-9499-32579c94bb07"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-204c0166-6e13-416b-9499-32579c94bb07"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-204c0166-6e13-416b-9499-32579c94bb07"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e1aa558a-19be-4fc9-86bd-d16c23e3237c {
  display: none;
}
#s-31f4e0c5-85e0-46a2-8555-863543d28795 {
  text-align: left;
}



.shg-c#s-31f4e0c5-85e0-46a2-8555-863543d28795 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-31f4e0c5-85e0-46a2-8555-863543d28795 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-31f4e0c5-85e0-46a2-8555-863543d28795 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-31f4e0c5-85e0-46a2-8555-863543d28795 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-31f4e0c5-85e0-46a2-8555-863543d28795 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-31f4e0c5-85e0-46a2-8555-863543d28795 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-31f4e0c5-85e0-46a2-8555-863543d28795 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-31f4e0c5-85e0-46a2-8555-863543d28795 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-31f4e0c5-85e0-46a2-8555-863543d28795 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-31f4e0c5-85e0-46a2-8555-863543d28795 img.shogun-image {
  width: 100%;
}



}
#s-d54aaef4-d736-4ad9-a250-87cae482c6d2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d54aaef4-d736-4ad9-a250-87cae482c6d2 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-19b09ae3-e2fc-478a-89e8-9e28ce82c270 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-19b09ae3-e2fc-478a-89e8-9e28ce82c270 .shg-product-sold-out {
  display: none;
  color: rgba(101, 101, 101, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-19b09ae3-e2fc-478a-89e8-9e28ce82c270 .shg-product-price {
  color: rgba(101, 101, 101, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 20px;
}

#s-19b09ae3-e2fc-478a-89e8-9e28ce82c270 .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-b4e01169-65bb-4507-b305-428e26ff091e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-b4e01169-65bb-4507-b305-428e26ff091e:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-b4e01169-65bb-4507-b305-428e26ff091e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b4e01169-65bb-4507-b305-428e26ff091e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b4e01169-65bb-4507-b305-428e26ff091e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b4e01169-65bb-4507-b305-428e26ff091e.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-b4e01169-65bb-4507-b305-428e26ff091e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-de2df9ae-7d20-49b2-95f3-741eaf25104f {
  display: none;
}
#s-86ee2141-ad19-48af-ace2-6037f6a08806 {
  text-align: left;
}



.shg-c#s-86ee2141-ad19-48af-ace2-6037f6a08806 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-86ee2141-ad19-48af-ace2-6037f6a08806 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-86ee2141-ad19-48af-ace2-6037f6a08806 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-86ee2141-ad19-48af-ace2-6037f6a08806 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-86ee2141-ad19-48af-ace2-6037f6a08806 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-86ee2141-ad19-48af-ace2-6037f6a08806 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-86ee2141-ad19-48af-ace2-6037f6a08806 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-86ee2141-ad19-48af-ace2-6037f6a08806 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-86ee2141-ad19-48af-ace2-6037f6a08806 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-86ee2141-ad19-48af-ace2-6037f6a08806 img.shogun-image {
  width: 100%;
}



}
#s-cd564c0c-a9d9-4443-b82c-ad955867d975 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cd564c0c-a9d9-4443-b82c-ad955867d975 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-edab8ceb-9b80-4466-9be0-b180639e48fd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-edab8ceb-9b80-4466-9be0-b180639e48fd .shg-product-sold-out {
  display: none;
  color: rgba(101, 101, 101, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-edab8ceb-9b80-4466-9be0-b180639e48fd .shg-product-price {
  color: rgba(101, 101, 101, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 20px;
}

#s-edab8ceb-9b80-4466-9be0-b180639e48fd .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-ed4d6907-6b25-48ff-b772-6b7fe79a765f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-ed4d6907-6b25-48ff-b772-6b7fe79a765f:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-ed4d6907-6b25-48ff-b772-6b7fe79a765f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ed4d6907-6b25-48ff-b772-6b7fe79a765f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ed4d6907-6b25-48ff-b772-6b7fe79a765f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ed4d6907-6b25-48ff-b772-6b7fe79a765f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-ed4d6907-6b25-48ff-b772-6b7fe79a765f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-4907b5d8-a32e-4f6f-9245-9e148943b363 {
  margin-top: 0px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
text-align: left;
}

#s-4907b5d8-a32e-4f6f-9245-9e148943b363 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-04b54847-57b8-4767-b608-4605e1df926a {
  margin-left: 2px;
margin-right: 2px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-16cf4f9b-fd9e-414f-9c98-b194c17a1101"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-16cf4f9b-fd9e-414f-9c98-b194c17a1101"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-16cf4f9b-fd9e-414f-9c98-b194c17a1101"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-16cf4f9b-fd9e-414f-9c98-b194c17a1101"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-1fdddec9-8fda-41df-ad26-05fb7591f751 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
text-decoration: none;
}
#s-1fdddec9-8fda-41df-ad26-05fb7591f751:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-1fdddec9-8fda-41df-ad26-05fb7591f751:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1fdddec9-8fda-41df-ad26-05fb7591f751-root {
    text-align: center;
  }


#s-1fdddec9-8fda-41df-ad26-05fb7591f751.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-1fdddec9-8fda-41df-ad26-05fb7591f751-root {
    text-align: center;
  }


#s-1fdddec9-8fda-41df-ad26-05fb7591f751.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1fdddec9-8fda-41df-ad26-05fb7591f751-root {
    text-align: center;
  }


#s-1fdddec9-8fda-41df-ad26-05fb7591f751.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1fdddec9-8fda-41df-ad26-05fb7591f751-root {
    text-align: center;
  }


#s-1fdddec9-8fda-41df-ad26-05fb7591f751.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-1fdddec9-8fda-41df-ad26-05fb7591f751-root {
    text-align: center;
  }


#s-1fdddec9-8fda-41df-ad26-05fb7591f751.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-f1cb42f8-23c8-4731-b9d5-c55e80843774 {
  margin-top: 20px;
padding-top: 30px;
padding-left: 30px;
padding-bottom: 0px;
padding-right: 30px;
}

@media (min-width: 0px) {
[id="s-f1cb42f8-23c8-4731-b9d5-c55e80843774"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f1cb42f8-23c8-4731-b9d5-c55e80843774"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f1cb42f8-23c8-4731-b9d5-c55e80843774"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f1cb42f8-23c8-4731-b9d5-c55e80843774"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f1cb42f8-23c8-4731-b9d5-c55e80843774"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f1cb42f8-23c8-4731-b9d5-c55e80843774"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f1cb42f8-23c8-4731-b9d5-c55e80843774"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-8b1ea180-769a-4f6f-8af7-d47716b0d7dc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8b1ea180-769a-4f6f-8af7-d47716b0d7dc .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



@media (min-width: 0px) {
[id="s-1365a434-3b3b-4976-b677-121d7954b531"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1365a434-3b3b-4976-b677-121d7954b531"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1365a434-3b3b-4976-b677-121d7954b531"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1365a434-3b3b-4976-b677-121d7954b531"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1365a434-3b3b-4976-b677-121d7954b531"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1365a434-3b3b-4976-b677-121d7954b531"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1365a434-3b3b-4976-b677-121d7954b531"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-5a1d7811-528d-4be8-80a8-4ee393484f25 {
  margin-top: 0px;
margin-left: 120px;
margin-bottom: 0px;
margin-right: 120px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-5a1d7811-528d-4be8-80a8-4ee393484f25 hr {
  border-top: 5px solid rgba(55, 151, 236, 1);
}

#s-b3572cbd-51ed-428a-b898-a097a71ef564 {
  margin-left: 2px;
margin-right: 2px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-0f666782-5099-4001-8b26-1f33f60cd35a {
  display: none;
}
#s-f2ce87f4-1b47-4302-ac2a-7d3724316a76 {
  border-style: solid;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(247, 247, 247, 1);
}

@media (min-width: 0px) {
[id="s-f2ce87f4-1b47-4302-ac2a-7d3724316a76"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f2ce87f4-1b47-4302-ac2a-7d3724316a76"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f2ce87f4-1b47-4302-ac2a-7d3724316a76"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f2ce87f4-1b47-4302-ac2a-7d3724316a76"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4d976e88-b7e3-4e16-a0e9-95390eff1c66 {
  text-align: left;
}



.shg-c#s-4d976e88-b7e3-4e16-a0e9-95390eff1c66 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4d976e88-b7e3-4e16-a0e9-95390eff1c66 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4d976e88-b7e3-4e16-a0e9-95390eff1c66 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4d976e88-b7e3-4e16-a0e9-95390eff1c66 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4d976e88-b7e3-4e16-a0e9-95390eff1c66 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4d976e88-b7e3-4e16-a0e9-95390eff1c66 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4d976e88-b7e3-4e16-a0e9-95390eff1c66 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4d976e88-b7e3-4e16-a0e9-95390eff1c66 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4d976e88-b7e3-4e16-a0e9-95390eff1c66 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4d976e88-b7e3-4e16-a0e9-95390eff1c66 img.shogun-image {
  width: 100%;
}



}
#s-a423edf1-1c05-4a11-9318-1a88188f9dd1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a423edf1-1c05-4a11-9318-1a88188f9dd1 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-f087eeb2-130f-4c9b-9f21-a7921a341eec {
  padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}

#s-f087eeb2-130f-4c9b-9f21-a7921a341eec .shg-product-sold-out {
  display: none;
  color: rgba(101, 101, 101, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-f087eeb2-130f-4c9b-9f21-a7921a341eec .shg-product-price {
  color: rgba(101, 101, 101, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 20px;
}

#s-f087eeb2-130f-4c9b-9f21-a7921a341eec .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-1faad940-0ca1-42ca-a6c7-80eeafd81e3f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: #3498db;
}
#s-1faad940-0ca1-42ca-a6c7-80eeafd81e3f:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-1faad940-0ca1-42ca-a6c7-80eeafd81e3f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1faad940-0ca1-42ca-a6c7-80eeafd81e3f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1faad940-0ca1-42ca-a6c7-80eeafd81e3f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1faad940-0ca1-42ca-a6c7-80eeafd81e3f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-1faad940-0ca1-42ca-a6c7-80eeafd81e3f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-77dbf8a2-12e9-4855-bbf8-c969709fa697 {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(247, 247, 247, 1);
}








#s-77dbf8a2-12e9-4855-bbf8-c969709fa697 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-77dbf8a2-12e9-4855-bbf8-c969709fa697.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-5eabce35-e664-4588-9706-314bb7231663 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-5eabce35-e664-4588-9706-314bb7231663"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5eabce35-e664-4588-9706-314bb7231663"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5eabce35-e664-4588-9706-314bb7231663"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5eabce35-e664-4588-9706-314bb7231663"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5eabce35-e664-4588-9706-314bb7231663"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5eabce35-e664-4588-9706-314bb7231663"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5eabce35-e664-4588-9706-314bb7231663"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-0e7f4e1b-07e2-48e2-9f45-34454d1c599d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0e7f4e1b-07e2-48e2-9f45-34454d1c599d .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



@media (min-width: 0px) {
[id="s-f3236a15-3174-430e-91ad-59213a049a86"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f3236a15-3174-430e-91ad-59213a049a86"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f3236a15-3174-430e-91ad-59213a049a86"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f3236a15-3174-430e-91ad-59213a049a86"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f3236a15-3174-430e-91ad-59213a049a86"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f3236a15-3174-430e-91ad-59213a049a86"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f3236a15-3174-430e-91ad-59213a049a86"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-c22da919-66fa-43a9-bd05-940c263a53d1 {
  margin-top: 0px;
margin-left: 120px;
margin-bottom: 0px;
margin-right: 120px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-c22da919-66fa-43a9-bd05-940c263a53d1 hr {
  border-top: 5px solid rgba(55, 151, 236, 1);
}

@media (min-width: 0px) {
[id="s-dee006bf-5425-4fb4-a3cc-b3b9e2dabcb6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dee006bf-5425-4fb4-a3cc-b3b9e2dabcb6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-dee006bf-5425-4fb4-a3cc-b3b9e2dabcb6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-dee006bf-5425-4fb4-a3cc-b3b9e2dabcb6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-dee006bf-5425-4fb4-a3cc-b3b9e2dabcb6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-dee006bf-5425-4fb4-a3cc-b3b9e2dabcb6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-dee006bf-5425-4fb4-a3cc-b3b9e2dabcb6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-fbf941bd-011d-4233-b873-bf1b488e909d {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-fbf941bd-011d-4233-b873-bf1b488e909d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fbf941bd-011d-4233-b873-bf1b488e909d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-fbf941bd-011d-4233-b873-bf1b488e909d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-fbf941bd-011d-4233-b873-bf1b488e909d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-acf194a8-ed14-40bd-ad10-c9178588963d {
  padding-bottom: 10px;
text-align: center;
}

#s-acf194a8-ed14-40bd-ad10-c9178588963d .shogun-heading-component h5 {
  color: rgba(55, 151, 236, 1);
  font-weight:  700 ;
  font-family: "Noto Sans";
  font-style:  normal ;
  font-size: 42px;
  
  
  
}



#s-4b5e06cf-cba2-4f89-bd42-49ebf439238c {
  padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-4b5e06cf-cba2-4f89-bd42-49ebf439238c .shogun-heading-component h3 {
  color: rgba(55, 151, 236, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-30dd4695-e545-426f-ae01-58428e973500 {
  margin-left: 30px;
margin-right: 30px;
padding-bottom: 20px;
}

#s-a1ce4086-257f-4030-bbc4-f897eacebaa4 {
  padding-bottom: 10px;
text-align: center;
}

#s-a1ce4086-257f-4030-bbc4-f897eacebaa4 .shogun-heading-component h5 {
  color: rgba(55, 151, 236, 1);
  font-weight:  700 ;
  font-family: "Noto Sans";
  font-style:  normal ;
  font-size: 42px;
  
  
  
}



#s-e7233276-393f-4229-bf6d-ed53a9425396 {
  padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-e7233276-393f-4229-bf6d-ed53a9425396 .shogun-heading-component h3 {
  color: rgba(55, 151, 236, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-79a9b285-a096-4807-8bb2-c3407be28e43 {
  margin-left: 30px;
margin-right: 30px;
padding-bottom: 20px;
}

#s-a703b42a-ddec-4e22-ac4c-61b3263b2af1 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-a703b42a-ddec-4e22-ac4c-61b3263b2af1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a703b42a-ddec-4e22-ac4c-61b3263b2af1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-a703b42a-ddec-4e22-ac4c-61b3263b2af1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-a703b42a-ddec-4e22-ac4c-61b3263b2af1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-d82b52be-946c-4958-84d9-4df2e8e854ad {
  padding-bottom: 10px;
text-align: center;
}

#s-d82b52be-946c-4958-84d9-4df2e8e854ad .shogun-heading-component h5 {
  color: rgba(55, 151, 236, 1);
  font-weight:  700 ;
  font-family: "Noto Sans";
  font-style:  normal ;
  font-size: 42px;
  
  
  
}



#s-45b0171c-4a29-41ec-8ef6-9d864122b394 {
  padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-45b0171c-4a29-41ec-8ef6-9d864122b394 .shogun-heading-component h3 {
  color: rgba(55, 151, 236, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-439f4297-e9d7-4947-85da-cf7fa3cdb697 {
  margin-left: 30px;
margin-right: 30px;
padding-bottom: 20px;
}

#s-d31cec29-4304-4a16-8fd6-aa7cd1968dc0 {
  padding-bottom: 10px;
text-align: center;
}

#s-d31cec29-4304-4a16-8fd6-aa7cd1968dc0 .shogun-heading-component h5 {
  color: rgba(55, 151, 236, 1);
  font-weight:  700 ;
  font-family: "Noto Sans";
  font-style:  normal ;
  font-size: 42px;
  
  
  
}



#s-a7cf36e9-07c7-417f-9571-55005e63bac4 {
  padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-a7cf36e9-07c7-417f-9571-55005e63bac4 .shogun-heading-component h3 {
  color: rgba(55, 151, 236, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-814c0153-c1a6-4a87-a01f-cfb37632539a {
  margin-left: 30px;
margin-right: 30px;
padding-bottom: 20px;
}

#s-d8c4cbee-be78-4f7c-9fc9-de7b34600dc1 {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
}








#s-d8c4cbee-be78-4f7c-9fc9-de7b34600dc1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d8c4cbee-be78-4f7c-9fc9-de7b34600dc1.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-edf5a5f2-2e98-4fa4-a9c7-a1c2871a0003 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-edf5a5f2-2e98-4fa4-a9c7-a1c2871a0003"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-edf5a5f2-2e98-4fa4-a9c7-a1c2871a0003"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-edf5a5f2-2e98-4fa4-a9c7-a1c2871a0003"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-edf5a5f2-2e98-4fa4-a9c7-a1c2871a0003"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-edf5a5f2-2e98-4fa4-a9c7-a1c2871a0003"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-edf5a5f2-2e98-4fa4-a9c7-a1c2871a0003"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-edf5a5f2-2e98-4fa4-a9c7-a1c2871a0003"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-602f2f38-c9fd-4c7b-98ee-347c7720002d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-602f2f38-c9fd-4c7b-98ee-347c7720002d .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



@media (min-width: 0px) {
[id="s-7ebee4c2-ca07-4465-abc1-586c41a31369"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7ebee4c2-ca07-4465-abc1-586c41a31369"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7ebee4c2-ca07-4465-abc1-586c41a31369"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7ebee4c2-ca07-4465-abc1-586c41a31369"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7ebee4c2-ca07-4465-abc1-586c41a31369"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7ebee4c2-ca07-4465-abc1-586c41a31369"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7ebee4c2-ca07-4465-abc1-586c41a31369"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-3c2a0fef-523f-49ce-8941-80fce0476143 {
  margin-top: 0px;
margin-left: 120px;
margin-bottom: 0px;
margin-right: 120px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-3c2a0fef-523f-49ce-8941-80fce0476143 hr {
  border-top: 5px solid rgba(55, 151, 236, 1);
}

#s-90b78ba7-b2f7-4070-b5b3-f19ad29b3c94 {
  margin-left: 2px;
margin-right: 2px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-8e8649eb-ca62-496a-b81f-a45158b16af2 {
  margin-top: 0px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
text-align: left;
}

#s-8e8649eb-ca62-496a-b81f-a45158b16af2 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-d11a6713-efea-4d3a-a07c-33adada22a66 {
  margin-left: 2px;
margin-right: 2px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-c1ee9a48-038e-45af-9510-ff73eaf4b2db {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 50px;
background-position: center center;
}








#s-c1ee9a48-038e-45af-9510-ff73eaf4b2db > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.7;
}#s-c1ee9a48-038e-45af-9510-ff73eaf4b2db.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-68114fb0-b579-4bf2-9b0d-e17a33c09abf {
  padding-top: 50px;
padding-left: 50px;
padding-bottom: 50px;
padding-right: 50px;
min-height: 300px;
}

@media (min-width: 0px) {
[id="s-68114fb0-b579-4bf2-9b0d-e17a33c09abf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-68114fb0-b579-4bf2-9b0d-e17a33c09abf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-68114fb0-b579-4bf2-9b0d-e17a33c09abf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-68114fb0-b579-4bf2-9b0d-e17a33c09abf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-68114fb0-b579-4bf2-9b0d-e17a33c09abf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-68114fb0-b579-4bf2-9b0d-e17a33c09abf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-68114fb0-b579-4bf2-9b0d-e17a33c09abf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-4a57f64f-039d-416c-9f2f-5cf0d967a547 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4a57f64f-039d-416c-9f2f-5cf0d967a547 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-b1844457-400c-496f-97fd-b858f000da2f {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-b1844457-400c-496f-97fd-b858f000da2f .shogun-icon-wrapper {
  text-align: center;
}


#s-b1844457-400c-496f-97fd-b858f000da2f .shogun-icon-wrapper > .shogun-icon {

  font-size: 52px !important;
  color: rgba(251, 251, 251, 1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-6840c2e0-edf5-4fb2-9fe3-ba3b1ac00885 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-6840c2e0-edf5-4fb2-9fe3-ba3b1ac00885 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-6840c2e0-edf5-4fb2-9fe3-ba3b1ac00885 .shg-sld-nav-button.shg-sld-left,
#s-6840c2e0-edf5-4fb2-9fe3-ba3b1ac00885 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-34b2b66e-1dd0-41ba-bc13-1f3185009501 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-7ca5f27d-a201-45b6-a4e1-f1c12bf7503f {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-ea756436-2e64-4d1e-bcce-d070a06a33f9 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-a2a5d80a-a8c0-4328-8da6-6ea04c3d5cdc {
  padding-top: 01px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-a18dbb9a-d3fb-45ee-9f55-e6123d554c3f {
  padding-top: 50px;
min-height: 50px;
}








#s-a18dbb9a-d3fb-45ee-9f55-e6123d554c3f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a18dbb9a-d3fb-45ee-9f55-e6123d554c3f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-acb62639-6c23-4d05-88b1-9497833df686 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-acb62639-6c23-4d05-88b1-9497833df686"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-acb62639-6c23-4d05-88b1-9497833df686"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-acb62639-6c23-4d05-88b1-9497833df686"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-acb62639-6c23-4d05-88b1-9497833df686"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-acb62639-6c23-4d05-88b1-9497833df686"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-acb62639-6c23-4d05-88b1-9497833df686"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-acb62639-6c23-4d05-88b1-9497833df686"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-30e6e13f-886e-4f39-a034-92ccbd0f86ad {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-30e6e13f-886e-4f39-a034-92ccbd0f86ad .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



@media (min-width: 0px) {
[id="s-2ad1d135-5385-44fc-9867-60c74c2a7de0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2ad1d135-5385-44fc-9867-60c74c2a7de0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2ad1d135-5385-44fc-9867-60c74c2a7de0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2ad1d135-5385-44fc-9867-60c74c2a7de0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2ad1d135-5385-44fc-9867-60c74c2a7de0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2ad1d135-5385-44fc-9867-60c74c2a7de0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2ad1d135-5385-44fc-9867-60c74c2a7de0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-e068223b-afe6-4eb5-84f4-5ed73a11e096 {
  margin-left: 120px;
margin-right: 120px;
}

#s-e068223b-afe6-4eb5-84f4-5ed73a11e096 hr {
  border-top: 5px solid rgba(55, 151, 236, 1);
}

#s-6b7ece2f-b8d0-485b-97cc-b6c2f57aaff4 {
  min-height: 50px;
}








#s-6b7ece2f-b8d0-485b-97cc-b6c2f57aaff4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6b7ece2f-b8d0-485b-97cc-b6c2f57aaff4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-6120f64b-2309-4f3a-b710-41f2d776d4fd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-6120f64b-2309-4f3a-b710-41f2d776d4fd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6120f64b-2309-4f3a-b710-41f2d776d4fd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6120f64b-2309-4f3a-b710-41f2d776d4fd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6120f64b-2309-4f3a-b710-41f2d776d4fd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6120f64b-2309-4f3a-b710-41f2d776d4fd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6120f64b-2309-4f3a-b710-41f2d776d4fd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-bdd2aa37-b860-4d86-81f8-a2bcd4c73adf {
  margin-top: 17px;
margin-bottom: 17px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bdd2aa37-b860-4d86-81f8-a2bcd4c73adf .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-9ad64d3f-5343-4862-a0ae-2aa5804db6b0 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(55, 151, 236, 1);
text-decoration: none;
}
#s-9ad64d3f-5343-4862-a0ae-2aa5804db6b0:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-9ad64d3f-5343-4862-a0ae-2aa5804db6b0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9ad64d3f-5343-4862-a0ae-2aa5804db6b0-root {
    text-align: center;
  }


#s-9ad64d3f-5343-4862-a0ae-2aa5804db6b0.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-9ad64d3f-5343-4862-a0ae-2aa5804db6b0-root {
    text-align: center;
  }


#s-9ad64d3f-5343-4862-a0ae-2aa5804db6b0.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9ad64d3f-5343-4862-a0ae-2aa5804db6b0-root {
    text-align: center;
  }


#s-9ad64d3f-5343-4862-a0ae-2aa5804db6b0.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9ad64d3f-5343-4862-a0ae-2aa5804db6b0-root {
    text-align: center;
  }


#s-9ad64d3f-5343-4862-a0ae-2aa5804db6b0.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-9ad64d3f-5343-4862-a0ae-2aa5804db6b0-root {
    text-align: center;
  }


#s-9ad64d3f-5343-4862-a0ae-2aa5804db6b0.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}
.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-bddf4ae0-daa1-49f9-912d-c7176376ff41 {
  text-align: center;
}







  img.s-bddf4ae0-daa1-49f9-912d-c7176376ff41.shogun-image {
    
    
  }


.s-bddf4ae0-daa1-49f9-912d-c7176376ff41 .shogun-image-content {
  
    align-items: center;
  
}

.s-bddf4ae0-daa1-49f9-912d-c7176376ff41.shg-align-container {
  text-align: center
}

.s-bddf4ae0-daa1-49f9-912d-c7176376ff41.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bddf4ae0-daa1-49f9-912d-c7176376ff41.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-bddf4ae0-daa1-49f9-912d-c7176376ff41.shogun-image {
    
    
  }


.s-bddf4ae0-daa1-49f9-912d-c7176376ff41 .shogun-image-content {
  
    align-items: center;
  
}

.s-bddf4ae0-daa1-49f9-912d-c7176376ff41.shg-align-container {
  text-align: center
}

.s-bddf4ae0-daa1-49f9-912d-c7176376ff41.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bddf4ae0-daa1-49f9-912d-c7176376ff41.shogun-image {
  box-sizing: border-box;
}


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





  img.s-bddf4ae0-daa1-49f9-912d-c7176376ff41.shogun-image {
    
    
  }


.s-bddf4ae0-daa1-49f9-912d-c7176376ff41 .shogun-image-content {
  
    align-items: center;
  
}

.s-bddf4ae0-daa1-49f9-912d-c7176376ff41.shg-align-container {
  text-align: center
}

.s-bddf4ae0-daa1-49f9-912d-c7176376ff41.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bddf4ae0-daa1-49f9-912d-c7176376ff41.shogun-image {
  box-sizing: border-box;
}


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





  img.s-bddf4ae0-daa1-49f9-912d-c7176376ff41.shogun-image {
    
    
  }


.s-bddf4ae0-daa1-49f9-912d-c7176376ff41 .shogun-image-content {
  
    align-items: center;
  
}

.s-bddf4ae0-daa1-49f9-912d-c7176376ff41.shg-align-container {
  text-align: center
}

.s-bddf4ae0-daa1-49f9-912d-c7176376ff41.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bddf4ae0-daa1-49f9-912d-c7176376ff41.shogun-image {
  box-sizing: border-box;
}


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





  img.s-bddf4ae0-daa1-49f9-912d-c7176376ff41.shogun-image {
    
    
  }


.s-bddf4ae0-daa1-49f9-912d-c7176376ff41 .shogun-image-content {
  
    align-items: center;
  
}

.s-bddf4ae0-daa1-49f9-912d-c7176376ff41.shg-align-container {
  text-align: center
}

.s-bddf4ae0-daa1-49f9-912d-c7176376ff41.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bddf4ae0-daa1-49f9-912d-c7176376ff41.shogun-image {
  box-sizing: border-box;
}


}
@media (min-width: 0px) {
[id="s-cabb81c3-b60c-466e-a39a-b3ab2e20f8be"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cabb81c3-b60c-466e-a39a-b3ab2e20f8be"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-cabb81c3-b60c-466e-a39a-b3ab2e20f8be"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-cabb81c3-b60c-466e-a39a-b3ab2e20f8be"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-cabb81c3-b60c-466e-a39a-b3ab2e20f8be"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-cabb81c3-b60c-466e-a39a-b3ab2e20f8be"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-cabb81c3-b60c-466e-a39a-b3ab2e20f8be"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-4b6001fb-f96f-4aa1-b8e1-90603aceb74d {
  padding-top: 20px;
padding-left: 50px;
padding-bottom: 50px;
padding-right: 50px;
}

@media (min-width: 0px) {
[id="s-4b6001fb-f96f-4aa1-b8e1-90603aceb74d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4b6001fb-f96f-4aa1-b8e1-90603aceb74d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-4b6001fb-f96f-4aa1-b8e1-90603aceb74d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-4b6001fb-f96f-4aa1-b8e1-90603aceb74d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

#s-981d1b3e-90bf-4eb3-a6b6-9eec6dcca71c {
  margin-bottom: 20px;
min-height: 50px;
}








#s-981d1b3e-90bf-4eb3-a6b6-9eec6dcca71c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-981d1b3e-90bf-4eb3-a6b6-9eec6dcca71c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.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-00b506f6-ddc2-4e17-a63d-5322b8259acd {
  text-align: center;
}







  #s-00b506f6-ddc2-4e17-a63d-5322b8259acd img.shogun-image {
    

    
    
    
  }


#s-00b506f6-ddc2-4e17-a63d-5322b8259acd .shogun-image-content {
  
    align-items: center;
  
}

#s-31e41926-907d-481d-9d28-019aa4658f41 {
  padding-top: 20px;
padding-bottom: 0px;
text-align: left;
}

#s-31e41926-907d-481d-9d28-019aa4658f41 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-4b4ef17e-77d3-4094-b5ca-791a033f19b8 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
padding-bottom: 20px;
}

#s-1661a4ec-8663-4970-96bd-3f1627781c58 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(55, 151, 236, 1);
text-decoration: none;
}
#s-1661a4ec-8663-4970-96bd-3f1627781c58:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-1661a4ec-8663-4970-96bd-3f1627781c58:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1661a4ec-8663-4970-96bd-3f1627781c58-root {
    text-align: center;
  }


#s-1661a4ec-8663-4970-96bd-3f1627781c58.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-1661a4ec-8663-4970-96bd-3f1627781c58-root {
    text-align: center;
  }


#s-1661a4ec-8663-4970-96bd-3f1627781c58.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1661a4ec-8663-4970-96bd-3f1627781c58-root {
    text-align: center;
  }


#s-1661a4ec-8663-4970-96bd-3f1627781c58.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1661a4ec-8663-4970-96bd-3f1627781c58-root {
    text-align: center;
  }


#s-1661a4ec-8663-4970-96bd-3f1627781c58.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-1661a4ec-8663-4970-96bd-3f1627781c58-root {
    text-align: center;
  }


#s-1661a4ec-8663-4970-96bd-3f1627781c58.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-67b4013c-ac74-41ac-aeb3-c80f8f7fef04 {
  padding-bottom: 20px;
min-height: 50px;
}








#s-67b4013c-ac74-41ac-aeb3-c80f8f7fef04 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-67b4013c-ac74-41ac-aeb3-c80f8f7fef04.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a1b416d4-f032-4226-bcbe-c0bbc605812a {
  text-align: center;
}







  #s-a1b416d4-f032-4226-bcbe-c0bbc605812a img.shogun-image {
    

    
    
    
  }


#s-a1b416d4-f032-4226-bcbe-c0bbc605812a .shogun-image-content {
  
    align-items: center;
  
}

#s-e70a8f30-c2be-4505-8e97-1df56df88bd4 {
  margin-top: 0px;
padding-top: 20px;
padding-bottom: 0px;
text-align: left;
}

#s-e70a8f30-c2be-4505-8e97-1df56df88bd4 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-86372c7d-76d3-4423-ad4c-18368aa1a420 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
padding-bottom: 20px;
}

#s-55339037-6777-46a8-aaf8-9b9448857c81 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(55, 151, 236, 1);
text-decoration: none;
}
#s-55339037-6777-46a8-aaf8-9b9448857c81:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-55339037-6777-46a8-aaf8-9b9448857c81:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-55339037-6777-46a8-aaf8-9b9448857c81-root {
    text-align: center;
  }


#s-55339037-6777-46a8-aaf8-9b9448857c81.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-55339037-6777-46a8-aaf8-9b9448857c81-root {
    text-align: center;
  }


#s-55339037-6777-46a8-aaf8-9b9448857c81.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-55339037-6777-46a8-aaf8-9b9448857c81-root {
    text-align: center;
  }


#s-55339037-6777-46a8-aaf8-9b9448857c81.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-55339037-6777-46a8-aaf8-9b9448857c81-root {
    text-align: center;
  }


#s-55339037-6777-46a8-aaf8-9b9448857c81.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-55339037-6777-46a8-aaf8-9b9448857c81-root {
    text-align: center;
  }


#s-55339037-6777-46a8-aaf8-9b9448857c81.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-612a76ca-b560-448a-be83-876528dc0532 {
  padding-bottom: 20px;
min-height: 50px;
}








#s-612a76ca-b560-448a-be83-876528dc0532 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-612a76ca-b560-448a-be83-876528dc0532.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-0ce6bf86-8921-49a3-89b7-a843272d4bef {
  text-align: center;
}







  #s-0ce6bf86-8921-49a3-89b7-a843272d4bef img.shogun-image {
    

    
    
    
  }


#s-0ce6bf86-8921-49a3-89b7-a843272d4bef .shogun-image-content {
  
    align-items: center;
  
}

#s-323964b0-9540-47b4-9aed-0f70a53d8d50 {
  margin-top: 0px;
padding-top: 20px;
padding-bottom: 0px;
text-align: left;
}

#s-323964b0-9540-47b4-9aed-0f70a53d8d50 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-4c205186-8314-4203-9dd5-d6115dc7c46c {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
padding-bottom: 20px;
}

#s-ce653759-ddee-4759-952f-602ca97a09b7 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(55, 151, 236, 1);
text-decoration: none;
}
#s-ce653759-ddee-4759-952f-602ca97a09b7:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-ce653759-ddee-4759-952f-602ca97a09b7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ce653759-ddee-4759-952f-602ca97a09b7-root {
    text-align: center;
  }


#s-ce653759-ddee-4759-952f-602ca97a09b7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-ce653759-ddee-4759-952f-602ca97a09b7-root {
    text-align: center;
  }


#s-ce653759-ddee-4759-952f-602ca97a09b7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ce653759-ddee-4759-952f-602ca97a09b7-root {
    text-align: center;
  }


#s-ce653759-ddee-4759-952f-602ca97a09b7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ce653759-ddee-4759-952f-602ca97a09b7-root {
    text-align: center;
  }


#s-ce653759-ddee-4759-952f-602ca97a09b7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-ce653759-ddee-4759-952f-602ca97a09b7-root {
    text-align: center;
  }


#s-ce653759-ddee-4759-952f-602ca97a09b7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}
/*
  $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}
