.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-6d9c9212-b1a0-4a82-b539-7f29f87de025 {
  margin-left: 0%;
margin-right: 0%;
}








#s-6d9c9212-b1a0-4a82-b539-7f29f87de025 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d9c9212-b1a0-4a82-b539-7f29f87de025.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4f0f27ec-2dcb-4efe-8778-e34d9e0dcd6b {
  display: none;
}
.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-594096cf-e27e-4c65-8356-755f11615a0d {
  background-image: url(https://i.shgcdn.com/96107d6b-4509-4ad1-b79e-4cfdb52d40c9/);
background-repeat: no-repeat;
background-size: cover;
padding-top: 30px;
padding-bottom: 0px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-594096cf-e27e-4c65-8356-755f11615a0d {
  margin-left: 2%;
margin-right: 2%;
}
}@media (max-width: 767px){#s-594096cf-e27e-4c65-8356-755f11615a0d {
  margin-left: 2%;
margin-right: 2%;
}
}
@media (min-width: 0px) {
[id="s-594096cf-e27e-4c65-8356-755f11615a0d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-594096cf-e27e-4c65-8356-755f11615a0d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-594096cf-e27e-4c65-8356-755f11615a0d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-594096cf-e27e-4c65-8356-755f11615a0d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.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: #000;
  font-family: ;
  font-weight: normal;
}

.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: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: #000;
  font-family: inherit;
}

.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;
}

#s-7316684b-4ff9-452c-8d33-fe53ca0e820a {
  margin-left: 5%;
margin-right: 5%;
max-width: 532px;
}
@media (min-width: 1200px){#s-7316684b-4ff9-452c-8d33-fe53ca0e820a {
  display: none;
}
#s-7316684b-4ff9-452c-8d33-fe53ca0e820a, #wrap-s-7316684b-4ff9-452c-8d33-fe53ca0e820a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7316684b-4ff9-452c-8d33-fe53ca0e820a {
  display: none;
}
#s-7316684b-4ff9-452c-8d33-fe53ca0e820a, #wrap-s-7316684b-4ff9-452c-8d33-fe53ca0e820a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7316684b-4ff9-452c-8d33-fe53ca0e820a {
  display: none;
}
#s-7316684b-4ff9-452c-8d33-fe53ca0e820a, #wrap-s-7316684b-4ff9-452c-8d33-fe53ca0e820a { display:none !important; }}
.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-617c7001-cb2f-462b-95fe-a81250bdd568 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 500px;
text-align: center;
}
@media (min-width: 1200px){#s-617c7001-cb2f-462b-95fe-a81250bdd568 {
  display: none;
}
#s-617c7001-cb2f-462b-95fe-a81250bdd568, #wrap-s-617c7001-cb2f-462b-95fe-a81250bdd568 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-617c7001-cb2f-462b-95fe-a81250bdd568 {
  display: none;
}
#s-617c7001-cb2f-462b-95fe-a81250bdd568, #wrap-s-617c7001-cb2f-462b-95fe-a81250bdd568 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-617c7001-cb2f-462b-95fe-a81250bdd568 {
  display: none;
}
#s-617c7001-cb2f-462b-95fe-a81250bdd568, #wrap-s-617c7001-cb2f-462b-95fe-a81250bdd568 { display:none !important; }}






  #s-617c7001-cb2f-462b-95fe-a81250bdd568 img.shogun-image {
    

    
    
    
  }


#s-617c7001-cb2f-462b-95fe-a81250bdd568 .shogun-image-content {
  
    align-items: center;
  
}

#s-7e10d96b-1204-4dc6-b845-4d0b11420fa2 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 532px;
}
@media (min-width: 1200px){#s-7e10d96b-1204-4dc6-b845-4d0b11420fa2 {
  display: none;
}
#s-7e10d96b-1204-4dc6-b845-4d0b11420fa2, #wrap-s-7e10d96b-1204-4dc6-b845-4d0b11420fa2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7e10d96b-1204-4dc6-b845-4d0b11420fa2 {
  display: none;
}
#s-7e10d96b-1204-4dc6-b845-4d0b11420fa2, #wrap-s-7e10d96b-1204-4dc6-b845-4d0b11420fa2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7e10d96b-1204-4dc6-b845-4d0b11420fa2 {
  display: none;
}
#s-7e10d96b-1204-4dc6-b845-4d0b11420fa2, #wrap-s-7e10d96b-1204-4dc6-b845-4d0b11420fa2 { display:none !important; }}
@media (min-width: 0px) {
[id="s-7e10d96b-1204-4dc6-b845-4d0b11420fa2"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-7e10d96b-1204-4dc6-b845-4d0b11420fa2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7e10d96b-1204-4dc6-b845-4d0b11420fa2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7e10d96b-1204-4dc6-b845-4d0b11420fa2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7e10d96b-1204-4dc6-b845-4d0b11420fa2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7e10d96b-1204-4dc6-b845-4d0b11420fa2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7e10d96b-1204-4dc6-b845-4d0b11420fa2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-f53e9fa7-2b9c-497e-8181-ec6eb3ec0a2d {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

.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-2e2ec5b0-2c52-4eaf-b3a6-4a58a15badc0 {
  margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 110px;
padding-bottom: 15px;
padding-right: 110px;
border-radius: 2px;
background-color: rgba(66, 188, 14, 1);
text-align: center;
cursor: pointer;
}
#s-2e2ec5b0-2c52-4eaf-b3a6-4a58a15badc0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2e2ec5b0-2c52-4eaf-b3a6-4a58a15badc0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2e2ec5b0-2c52-4eaf-b3a6-4a58a15badc0-atc-btn-wrapper {
    text-align: center;
  }


#s-2e2ec5b0-2c52-4eaf-b3a6-4a58a15badc0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2e2ec5b0-2c52-4eaf-b3a6-4a58a15badc0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2e2ec5b0-2c52-4eaf-b3a6-4a58a15badc0.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-2e2ec5b0-2c52-4eaf-b3a6-4a58a15badc0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-fbc74e7e-02c3-487e-8727-04dd4642f20f {
  margin-top: 2px;
margin-bottom: 2px;
}

#s-fbc74e7e-02c3-487e-8727-04dd4642f20f {
  display: none;
}
#s-04f74f43-e06d-4a72-8375-0541db5cd561 {
  text-align: right;
}

#s-2f74d369-1744-41c4-b446-81ebddd80ca2 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 532px;
}
@media (min-width: 1200px){#s-2f74d369-1744-41c4-b446-81ebddd80ca2 {
  display: none;
}
#s-2f74d369-1744-41c4-b446-81ebddd80ca2, #wrap-s-2f74d369-1744-41c4-b446-81ebddd80ca2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2f74d369-1744-41c4-b446-81ebddd80ca2 {
  display: none;
}
#s-2f74d369-1744-41c4-b446-81ebddd80ca2, #wrap-s-2f74d369-1744-41c4-b446-81ebddd80ca2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2f74d369-1744-41c4-b446-81ebddd80ca2 {
  display: none;
}
#s-2f74d369-1744-41c4-b446-81ebddd80ca2, #wrap-s-2f74d369-1744-41c4-b446-81ebddd80ca2 { display:none !important; }}
#s-14e1b983-d731-422e-9146-0dd5a59db72b {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 532px;
text-align: center;
}
@media (max-width: 767px){#s-14e1b983-d731-422e-9146-0dd5a59db72b {
  display: none;
}
#s-14e1b983-d731-422e-9146-0dd5a59db72b, #wrap-s-14e1b983-d731-422e-9146-0dd5a59db72b { display:none !important; }}






  #s-14e1b983-d731-422e-9146-0dd5a59db72b img.shogun-image {
    

    
    
    
  }


#s-14e1b983-d731-422e-9146-0dd5a59db72b .shogun-image-content {
  
    align-items: center;
  
}

#s-fe866b8b-85de-4bba-b3b9-fae7f451ee47 {
  margin-left: auto;
margin-right: auto;
max-width: 639px;
}
@media (min-width: 1200px){#s-fe866b8b-85de-4bba-b3b9-fae7f451ee47 {
  
}
}@media (max-width: 767px){#s-fe866b8b-85de-4bba-b3b9-fae7f451ee47 {
  display: none;
}
#s-fe866b8b-85de-4bba-b3b9-fae7f451ee47, #wrap-s-fe866b8b-85de-4bba-b3b9-fae7f451ee47 { display:none !important; }}
#s-ab8409da-141a-4bfc-a97c-d5a0dec55031 {
  margin-left: auto;
margin-right: auto;
max-width: 532px;
}
@media (min-width: 1200px){#s-ab8409da-141a-4bfc-a97c-d5a0dec55031 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ab8409da-141a-4bfc-a97c-d5a0dec55031 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ab8409da-141a-4bfc-a97c-d5a0dec55031 {
  
}
}@media (max-width: 767px){#s-ab8409da-141a-4bfc-a97c-d5a0dec55031 {
  display: none;
}
#s-ab8409da-141a-4bfc-a97c-d5a0dec55031, #wrap-s-ab8409da-141a-4bfc-a97c-d5a0dec55031 { display:none !important; }}
#s-0a373681-af5c-45a8-8825-1dc6c04b4aaa {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
max-width: 532px;
}
@media (max-width: 767px){#s-0a373681-af5c-45a8-8825-1dc6c04b4aaa {
  display: none;
}
#s-0a373681-af5c-45a8-8825-1dc6c04b4aaa, #wrap-s-0a373681-af5c-45a8-8825-1dc6c04b4aaa { display:none !important; }}
@media (min-width: 0px) {
[id="s-0a373681-af5c-45a8-8825-1dc6c04b4aaa"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-0a373681-af5c-45a8-8825-1dc6c04b4aaa"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0a373681-af5c-45a8-8825-1dc6c04b4aaa"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0a373681-af5c-45a8-8825-1dc6c04b4aaa"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0a373681-af5c-45a8-8825-1dc6c04b4aaa"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0a373681-af5c-45a8-8825-1dc6c04b4aaa"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0a373681-af5c-45a8-8825-1dc6c04b4aaa"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-a2f00b2d-875c-423d-9ce0-17ea3c4c463d {
  margin-top: 20px;
margin-left: 2%;
margin-bottom: 20px;
margin-right: 2%;
padding-left: 0%;
padding-right: 0%;
}

#s-a2f00b2d-875c-423d-9ce0-17ea3c4c463d > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-a2f00b2d-875c-423d-9ce0-17ea3c4c463d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 15px;
}

#s-a2f00b2d-875c-423d-9ce0-17ea3c4c463d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(42, 42, 42, 1);
}

#s-a2f00b2d-875c-423d-9ce0-17ea3c4c463d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-a2f00b2d-875c-423d-9ce0-17ea3c4c463d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(42, 42, 42, 1);
  text-align: left;
  font-family: Rubik;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
}

#s-a2f00b2d-875c-423d-9ce0-17ea3c4c463d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-089621d3-1755-455e-8485-521c10b8945a {
  margin-left: 15px;
margin-right: 15px;
}

#s-9d70ff46-a49a-4065-a509-66b3edb7537f {
  margin-left: 15px;
margin-right: 15px;
}

#s-d654c9d4-e2da-461e-ba2a-740b9ee30f6b {
  margin-left: 15px;
margin-right: 15px;
}

#s-a72a6193-afc2-4d2e-a6cb-4de1a5de5908 {
  border-style: solid;
margin-left: 15px;
margin-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-1e70b1c4-6218-4f82-8902-56897827ccab {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 532px;
}
@media (max-width: 767px){#s-1e70b1c4-6218-4f82-8902-56897827ccab {
  display: none;
}
#s-1e70b1c4-6218-4f82-8902-56897827ccab, #wrap-s-1e70b1c4-6218-4f82-8902-56897827ccab { display:none !important; }}
@media (min-width: 0px) {
[id="s-1e70b1c4-6218-4f82-8902-56897827ccab"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-1e70b1c4-6218-4f82-8902-56897827ccab"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-1e70b1c4-6218-4f82-8902-56897827ccab"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-1e70b1c4-6218-4f82-8902-56897827ccab"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-1e70b1c4-6218-4f82-8902-56897827ccab"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-1e70b1c4-6218-4f82-8902-56897827ccab"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-1e70b1c4-6218-4f82-8902-56897827ccab"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

#s-1595aa64-695a-4163-a3ad-a373af151227 {
  margin-left: auto;
margin-right: auto;
max-width: 532px;
}
@media (max-width: 767px){#s-1595aa64-695a-4163-a3ad-a373af151227 {
  display: none;
}
#s-1595aa64-695a-4163-a3ad-a373af151227, #wrap-s-1595aa64-695a-4163-a3ad-a373af151227 { display:none !important; }}
@media (min-width: 0px) {
[id="s-1595aa64-695a-4163-a3ad-a373af151227"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1595aa64-695a-4163-a3ad-a373af151227"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1595aa64-695a-4163-a3ad-a373af151227"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1595aa64-695a-4163-a3ad-a373af151227"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1595aa64-695a-4163-a3ad-a373af151227"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1595aa64-695a-4163-a3ad-a373af151227"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1595aa64-695a-4163-a3ad-a373af151227"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

}

#s-1f9e8b34-f160-4bb9-b43a-aa5c6687a812 {
  margin-left: auto;
margin-right: auto;
max-width: 523px;
}








#s-1f9e8b34-f160-4bb9-b43a-aa5c6687a812 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1f9e8b34-f160-4bb9-b43a-aa5c6687a812.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cac0e665-9698-44b1-8348-b62a74ab1ebf {
  margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 110px;
padding-bottom: 15px;
padding-right: 110px;
border-radius: 2px;
background-color: rgba(66, 188, 14, 1);
text-align: left;
cursor: pointer;
hover-type: color;
}
#s-cac0e665-9698-44b1-8348-b62a74ab1ebf:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cac0e665-9698-44b1-8348-b62a74ab1ebf:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-cac0e665-9698-44b1-8348-b62a74ab1ebf-atc-btn-wrapper {
    text-align: left;
  }


#s-cac0e665-9698-44b1-8348-b62a74ab1ebf {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cac0e665-9698-44b1-8348-b62a74ab1ebf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cac0e665-9698-44b1-8348-b62a74ab1ebf.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-cac0e665-9698-44b1-8348-b62a74ab1ebf.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-9a5c8735-87af-45fc-a3a3-ed3426455658 {
  text-align: left;
}

.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-64e29af5-213d-4cfe-8b74-d4f528f97193 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 500px;
}
@media (min-width: 1200px){#s-64e29af5-213d-4cfe-8b74-d4f528f97193 {
  display: none;
}
#s-64e29af5-213d-4cfe-8b74-d4f528f97193, #wrap-s-64e29af5-213d-4cfe-8b74-d4f528f97193 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-64e29af5-213d-4cfe-8b74-d4f528f97193 {
  display: none;
}
#s-64e29af5-213d-4cfe-8b74-d4f528f97193, #wrap-s-64e29af5-213d-4cfe-8b74-d4f528f97193 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-64e29af5-213d-4cfe-8b74-d4f528f97193 {
  display: none;
}
#s-64e29af5-213d-4cfe-8b74-d4f528f97193, #wrap-s-64e29af5-213d-4cfe-8b74-d4f528f97193 { display:none !important; }}
#s-64e29af5-213d-4cfe-8b74-d4f528f97193 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-64e29af5-213d-4cfe-8b74-d4f528f97193 .shg-sld-nav-button.shg-sld-left,
#s-64e29af5-213d-4cfe-8b74-d4f528f97193 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-d0d90279-2807-4b50-a3ef-fa9c0bf34d47 {
  text-align: center;
}







  #s-d0d90279-2807-4b50-a3ef-fa9c0bf34d47 img.shogun-image {
    

    
    
    
  }


#s-d0d90279-2807-4b50-a3ef-fa9c0bf34d47 .shogun-image-content {
  
    align-items: center;
  
}

#s-e561a2bd-2586-4ce9-a4d4-71a1a2db5264 {
  text-align: center;
}







  #s-e561a2bd-2586-4ce9-a4d4-71a1a2db5264 img.shogun-image {
    

    
    
    
  }


#s-e561a2bd-2586-4ce9-a4d4-71a1a2db5264 .shogun-image-content {
  
    align-items: center;
  
}

#s-01378d6c-432a-4c5f-bf0e-6da8b661e314 {
  text-align: center;
}







  #s-01378d6c-432a-4c5f-bf0e-6da8b661e314 img.shogun-image {
    

    
    
    
  }


#s-01378d6c-432a-4c5f-bf0e-6da8b661e314 .shogun-image-content {
  
    align-items: center;
  
}

#s-cb91c38f-c267-452d-acda-6159e522dd82 {
  text-align: center;
}







  #s-cb91c38f-c267-452d-acda-6159e522dd82 img.shogun-image {
    

    
    
    
  }


#s-cb91c38f-c267-452d-acda-6159e522dd82 .shogun-image-content {
  
    align-items: center;
  
}

#s-d8c0aec2-ed29-4f9d-8cad-deda04779271 {
  text-align: center;
}







  #s-d8c0aec2-ed29-4f9d-8cad-deda04779271 img.shogun-image {
    

    
    
    
  }


#s-d8c0aec2-ed29-4f9d-8cad-deda04779271 .shogun-image-content {
  
    align-items: center;
  
}

#s-6f9b36f0-2c06-497f-86b2-b3fc5a0e9c5a {
  text-align: center;
}







  #s-6f9b36f0-2c06-497f-86b2-b3fc5a0e9c5a img.shogun-image {
    

    
    
    
  }


#s-6f9b36f0-2c06-497f-86b2-b3fc5a0e9c5a .shogun-image-content {
  
    align-items: center;
  
}

#s-c29b3762-92a7-434a-98c7-cc400bc805e9 {
  max-width: 600px;
text-align: center;
}







  #s-c29b3762-92a7-434a-98c7-cc400bc805e9 img.shogun-image {
    

    
    
    
  }


#s-c29b3762-92a7-434a-98c7-cc400bc805e9 .shogun-image-content {
  
    align-items: center;
  
}

#s-522360aa-0dc0-4c12-bc4d-f8b9e60d086e {
  text-align: center;
}







  #s-522360aa-0dc0-4c12-bc4d-f8b9e60d086e img.shogun-image {
    

    
    
    
  }


#s-522360aa-0dc0-4c12-bc4d-f8b9e60d086e .shogun-image-content {
  
    align-items: center;
  
}

#s-7beb4b2f-ab8e-4e9a-8cd0-e6230e2abff7 {
  text-align: center;
}







  #s-7beb4b2f-ab8e-4e9a-8cd0-e6230e2abff7 img.shogun-image {
    

    
    
    
  }


#s-7beb4b2f-ab8e-4e9a-8cd0-e6230e2abff7 .shogun-image-content {
  
    align-items: center;
  
}

#s-39267f3b-1cd5-42b6-a500-38b1a591fa29 {
  text-align: center;
}







  #s-39267f3b-1cd5-42b6-a500-38b1a591fa29 img.shogun-image {
    

    
    
    
  }


#s-39267f3b-1cd5-42b6-a500-38b1a591fa29 .shogun-image-content {
  
    align-items: center;
  
}

#s-4f76df49-70e9-44f6-929e-3b7a64324af7 {
  text-align: center;
}







  #s-4f76df49-70e9-44f6-929e-3b7a64324af7 img.shogun-image {
    

    
    
    
  }


#s-4f76df49-70e9-44f6-929e-3b7a64324af7 .shogun-image-content {
  
    align-items: center;
  
}

#s-b05df9bc-6d4e-465e-a302-484918c13029 {
  text-align: center;
}







  #s-b05df9bc-6d4e-465e-a302-484918c13029 img.shogun-image {
    

    
    
    
  }


#s-b05df9bc-6d4e-465e-a302-484918c13029 .shogun-image-content {
  
    align-items: center;
  
}

#s-30b1dad6-0e6e-411d-8031-9393333f251a {
  text-align: center;
}







  #s-30b1dad6-0e6e-411d-8031-9393333f251a img.shogun-image {
    

    
    
    
  }


#s-30b1dad6-0e6e-411d-8031-9393333f251a .shogun-image-content {
  
    align-items: center;
  
}

#s-023083c6-87ff-4b66-b5ba-df51ebbf7e5f {
  text-align: center;
}







  #s-023083c6-87ff-4b66-b5ba-df51ebbf7e5f img.shogun-image {
    

    
    
    
  }


#s-023083c6-87ff-4b66-b5ba-df51ebbf7e5f .shogun-image-content {
  
    align-items: center;
  
}

#s-fe0b7e1c-6f77-4446-abe9-a997d3ff613d {
  min-height: 50px;
}








#s-fe0b7e1c-6f77-4446-abe9-a997d3ff613d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fe0b7e1c-6f77-4446-abe9-a997d3ff613d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3ec229ab-3dc2-4f66-87e7-f42c10fb1674 {
  margin-top: 10px;
min-height: 50px;
background-color: rgba(34, 31, 70, 1);
}








#s-3ec229ab-3dc2-4f66-87e7-f42c10fb1674 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3ec229ab-3dc2-4f66-87e7-f42c10fb1674.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d92bb1c6-2035-4ee5-b779-5306e4829354 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
padding-top: 20px;
padding-bottom: 10px;
padding-right: 5%;
background-color: rgba(34, 31, 70, 0);
}

#s-484289a4-5bd7-4fae-a9ee-6cae509bab08 {
  text-align: left;
}

#s-8dd4e947-347d-40a5-b2ec-c2723522ae86 {
  margin-top: 40px;
margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8dd4e947-347d-40a5-b2ec-c2723522ae86 {
  display: none;
}
#s-8dd4e947-347d-40a5-b2ec-c2723522ae86, #wrap-s-8dd4e947-347d-40a5-b2ec-c2723522ae86 { display:none !important; }}@media (max-width: 767px){#s-8dd4e947-347d-40a5-b2ec-c2723522ae86 {
  display: none;
}
#s-8dd4e947-347d-40a5-b2ec-c2723522ae86, #wrap-s-8dd4e947-347d-40a5-b2ec-c2723522ae86 { display:none !important; }}
#s-ebe2b0fb-972d-4ac6-a5d4-b5e78c5bc9b3 {
  margin-top: 40px;
margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 1200px){#s-ebe2b0fb-972d-4ac6-a5d4-b5e78c5bc9b3 {
  display: none;
}
#s-ebe2b0fb-972d-4ac6-a5d4-b5e78c5bc9b3, #wrap-s-ebe2b0fb-972d-4ac6-a5d4-b5e78c5bc9b3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ebe2b0fb-972d-4ac6-a5d4-b5e78c5bc9b3 {
  display: none;
}
#s-ebe2b0fb-972d-4ac6-a5d4-b5e78c5bc9b3, #wrap-s-ebe2b0fb-972d-4ac6-a5d4-b5e78c5bc9b3 { display:none !important; }}
@media (min-width: 0px) {
[id="s-c4b3feb6-4397-47cc-8c6f-e39a4d6b1b50"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c4b3feb6-4397-47cc-8c6f-e39a4d6b1b50"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c4b3feb6-4397-47cc-8c6f-e39a4d6b1b50"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c4b3feb6-4397-47cc-8c6f-e39a4d6b1b50"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-5219ad3a-4fb9-4a44-96de-5900f25038e8 {
  margin-top: 40px;
margin-left: 5%;
margin-bottom: 40px;
margin-right: 5%;
}

#s-555bcbde-67d2-46ea-a7ea-11ae05ed75da {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-555bcbde-67d2-46ea-a7ea-11ae05ed75da .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-555bcbde-67d2-46ea-a7ea-11ae05ed75da .shg-sld-nav-button.shg-sld-left,
#s-555bcbde-67d2-46ea-a7ea-11ae05ed75da .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-06208298-5499-44ab-9467-16c849be8c82 {
  text-align: center;
}







  #s-06208298-5499-44ab-9467-16c849be8c82 img.shogun-image {
    

    
    
    
  }


#s-06208298-5499-44ab-9467-16c849be8c82 .shogun-image-content {
  
    align-items: center;
  
}

#s-50b4b3c0-0f9d-4395-b9c1-325448bc4bc6 {
  text-align: center;
}







  #s-50b4b3c0-0f9d-4395-b9c1-325448bc4bc6 img.shogun-image {
    

    
    
    
  }


#s-50b4b3c0-0f9d-4395-b9c1-325448bc4bc6 .shogun-image-content {
  
    align-items: center;
  
}

#s-0065039a-5829-4432-b629-a41c157151aa {
  text-align: center;
}







  #s-0065039a-5829-4432-b629-a41c157151aa img.shogun-image {
    

    
    
    
  }


#s-0065039a-5829-4432-b629-a41c157151aa .shogun-image-content {
  
    align-items: center;
  
}

#s-8d942abd-6a59-47a9-9983-eb5022c4a3cb {
  text-align: center;
}







  #s-8d942abd-6a59-47a9-9983-eb5022c4a3cb img.shogun-image {
    

    
    
    
  }


#s-8d942abd-6a59-47a9-9983-eb5022c4a3cb .shogun-image-content {
  
    align-items: center;
  
}

#s-d05fe6f7-dd50-4c61-8c64-3bf4940f413e {
  text-align: center;
}







  #s-d05fe6f7-dd50-4c61-8c64-3bf4940f413e img.shogun-image {
    

    
    
    
  }


#s-d05fe6f7-dd50-4c61-8c64-3bf4940f413e .shogun-image-content {
  
    align-items: center;
  
}

#s-45d1c899-b18c-497f-97ad-c80ccfb30434 {
  text-align: center;
}







  #s-45d1c899-b18c-497f-97ad-c80ccfb30434 img.shogun-image {
    

    
    
    
  }


#s-45d1c899-b18c-497f-97ad-c80ccfb30434 .shogun-image-content {
  
    align-items: center;
  
}

#s-dfcc198f-fcbc-45bc-ba96-fd7c05f02f95 {
  text-align: center;
}







  #s-dfcc198f-fcbc-45bc-ba96-fd7c05f02f95 img.shogun-image {
    

    
    
    
  }


#s-dfcc198f-fcbc-45bc-ba96-fd7c05f02f95 .shogun-image-content {
  
    align-items: center;
  
}

#s-98470ad6-7075-4344-9bf0-0c313941c972 {
  text-align: center;
}







  #s-98470ad6-7075-4344-9bf0-0c313941c972 img.shogun-image {
    

    
    
    
  }


#s-98470ad6-7075-4344-9bf0-0c313941c972 .shogun-image-content {
  
    align-items: center;
  
}

#s-2159ccb9-699b-4829-af5e-4fb9603fc7e5 {
  margin-left: 5%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-2159ccb9-699b-4829-af5e-4fb9603fc7e5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2159ccb9-699b-4829-af5e-4fb9603fc7e5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2159ccb9-699b-4829-af5e-4fb9603fc7e5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2159ccb9-699b-4829-af5e-4fb9603fc7e5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2159ccb9-699b-4829-af5e-4fb9603fc7e5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2159ccb9-699b-4829-af5e-4fb9603fc7e5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2159ccb9-699b-4829-af5e-4fb9603fc7e5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-22fa801e-2fa1-44ce-ac68-47b61d68453d {
  border-style: solid;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(239, 120, 91, 1);
border-style: solid;
min-height: 50px;
}








#s-22fa801e-2fa1-44ce-ac68-47b61d68453d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-22fa801e-2fa1-44ce-ac68-47b61d68453d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-72f8c8ea-c681-4a7f-b36c-51cbb94b5f34 {
  margin-top: 30px;
margin-bottom: 30px;
text-align: center;
}
@media (min-width: 1200px){#s-72f8c8ea-c681-4a7f-b36c-51cbb94b5f34 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-72f8c8ea-c681-4a7f-b36c-51cbb94b5f34 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-72f8c8ea-c681-4a7f-b36c-51cbb94b5f34 {
  
}
}@media (max-width: 767px){#s-72f8c8ea-c681-4a7f-b36c-51cbb94b5f34 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
}
}






  #s-72f8c8ea-c681-4a7f-b36c-51cbb94b5f34 img.shogun-image {
    

    
    
    
  }


#s-72f8c8ea-c681-4a7f-b36c-51cbb94b5f34 .shogun-image-content {
  
    align-items: center;
  
}

#s-54fe9316-385c-4cec-a73c-1d80bb66263d {
  margin-top: 20px;
margin-left: 10px;
margin-bottom: 30px;
margin-right: 20px;
}

#s-85e6e31e-9210-4a71-b4d6-49562ca8a2bc {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 500px;
}
@media (min-width: 1200px){#s-85e6e31e-9210-4a71-b4d6-49562ca8a2bc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-85e6e31e-9210-4a71-b4d6-49562ca8a2bc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-85e6e31e-9210-4a71-b4d6-49562ca8a2bc {
  
}
}@media (max-width: 767px){#s-85e6e31e-9210-4a71-b4d6-49562ca8a2bc {
  display: none;
}
#s-85e6e31e-9210-4a71-b4d6-49562ca8a2bc, #wrap-s-85e6e31e-9210-4a71-b4d6-49562ca8a2bc { display:none !important; }}
#s-85e6e31e-9210-4a71-b4d6-49562ca8a2bc .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-85e6e31e-9210-4a71-b4d6-49562ca8a2bc .shg-sld-nav-button.shg-sld-left,
#s-85e6e31e-9210-4a71-b4d6-49562ca8a2bc .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-67510787-e4f0-4e37-8964-fca71041a5d6 {
  text-align: center;
}







  #s-67510787-e4f0-4e37-8964-fca71041a5d6 img.shogun-image {
    

    
    
    
  }


#s-67510787-e4f0-4e37-8964-fca71041a5d6 .shogun-image-content {
  
    align-items: center;
  
}

#s-e99a5615-e346-4ea8-9c98-13a6e724c53e {
  text-align: center;
}







  #s-e99a5615-e346-4ea8-9c98-13a6e724c53e img.shogun-image {
    

    
    
    
  }


#s-e99a5615-e346-4ea8-9c98-13a6e724c53e .shogun-image-content {
  
    align-items: center;
  
}

#s-1f14bf43-6e86-42c9-9bb8-525cccb6cc03 {
  text-align: center;
}







  #s-1f14bf43-6e86-42c9-9bb8-525cccb6cc03 img.shogun-image {
    

    
    
    
  }


#s-1f14bf43-6e86-42c9-9bb8-525cccb6cc03 .shogun-image-content {
  
    align-items: center;
  
}

#s-ca3ceeb4-99e2-45b3-bca2-0914608d726f {
  text-align: center;
}







  #s-ca3ceeb4-99e2-45b3-bca2-0914608d726f img.shogun-image {
    

    
    
    
  }


#s-ca3ceeb4-99e2-45b3-bca2-0914608d726f .shogun-image-content {
  
    align-items: center;
  
}

#s-134c28b7-ee6c-4908-a7ea-924921c7052a {
  text-align: center;
}







  #s-134c28b7-ee6c-4908-a7ea-924921c7052a img.shogun-image {
    

    
    
    
  }


#s-134c28b7-ee6c-4908-a7ea-924921c7052a .shogun-image-content {
  
    align-items: center;
  
}

#s-389ecae9-06aa-4adc-88b3-7fde1f94aa7c {
  text-align: center;
}







  #s-389ecae9-06aa-4adc-88b3-7fde1f94aa7c img.shogun-image {
    

    
    
    
  }


#s-389ecae9-06aa-4adc-88b3-7fde1f94aa7c .shogun-image-content {
  
    align-items: center;
  
}

#s-56dc3ce3-726f-40db-bd70-1c9517a937c2 {
  max-width: 600px;
text-align: center;
}







  #s-56dc3ce3-726f-40db-bd70-1c9517a937c2 img.shogun-image {
    

    
    
    
  }


#s-56dc3ce3-726f-40db-bd70-1c9517a937c2 .shogun-image-content {
  
    align-items: center;
  
}

#s-260ab928-5c3a-4e95-90ba-5675e883f983 {
  text-align: center;
}







  #s-260ab928-5c3a-4e95-90ba-5675e883f983 img.shogun-image {
    

    
    
    
  }


#s-260ab928-5c3a-4e95-90ba-5675e883f983 .shogun-image-content {
  
    align-items: center;
  
}

#s-966be582-ab53-44c5-8b1b-c5bfd78148ad {
  text-align: center;
}







  #s-966be582-ab53-44c5-8b1b-c5bfd78148ad img.shogun-image {
    

    
    
    
  }


#s-966be582-ab53-44c5-8b1b-c5bfd78148ad .shogun-image-content {
  
    align-items: center;
  
}

#s-4ea51578-508c-4aad-b440-1d263623a803 {
  text-align: center;
}







  #s-4ea51578-508c-4aad-b440-1d263623a803 img.shogun-image {
    

    
    
    
  }


#s-4ea51578-508c-4aad-b440-1d263623a803 .shogun-image-content {
  
    align-items: center;
  
}

#s-0488a901-4fa1-4ef4-80f7-3e5f6979cf57 {
  text-align: center;
}







  #s-0488a901-4fa1-4ef4-80f7-3e5f6979cf57 img.shogun-image {
    

    
    
    
  }


#s-0488a901-4fa1-4ef4-80f7-3e5f6979cf57 .shogun-image-content {
  
    align-items: center;
  
}

#s-0d13ebe6-ce53-40b4-8986-626962af839e {
  text-align: center;
}







  #s-0d13ebe6-ce53-40b4-8986-626962af839e img.shogun-image {
    

    
    
    
  }


#s-0d13ebe6-ce53-40b4-8986-626962af839e .shogun-image-content {
  
    align-items: center;
  
}

#s-bc464f43-2fcd-40fd-add1-f76a889b76e7 {
  text-align: center;
}







  #s-bc464f43-2fcd-40fd-add1-f76a889b76e7 img.shogun-image {
    

    
    
    
  }


#s-bc464f43-2fcd-40fd-add1-f76a889b76e7 .shogun-image-content {
  
    align-items: center;
  
}

#s-3a567275-970b-4a80-9ee4-87188f772c36 {
  text-align: center;
}







  #s-3a567275-970b-4a80-9ee4-87188f772c36 img.shogun-image {
    

    
    
    
  }


#s-3a567275-970b-4a80-9ee4-87188f772c36 .shogun-image-content {
  
    align-items: center;
  
}

#s-50d0411f-eaba-440d-a655-c17e81924890 {
  margin-top: 80px;
}
@media (min-width: 768px) and (max-width: 991px){#s-50d0411f-eaba-440d-a655-c17e81924890 {
  display: none;
}
#s-50d0411f-eaba-440d-a655-c17e81924890, #wrap-s-50d0411f-eaba-440d-a655-c17e81924890 { display:none !important; }}@media (max-width: 767px){#s-50d0411f-eaba-440d-a655-c17e81924890 {
  display: none;
}
#s-50d0411f-eaba-440d-a655-c17e81924890, #wrap-s-50d0411f-eaba-440d-a655-c17e81924890 { display:none !important; }}
#s-aa14195a-aa3c-4881-8e69-fd671a6f0d54 {
  margin-top: 80px;
}
@media (min-width: 1200px){#s-aa14195a-aa3c-4881-8e69-fd671a6f0d54 {
  display: none;
}
#s-aa14195a-aa3c-4881-8e69-fd671a6f0d54, #wrap-s-aa14195a-aa3c-4881-8e69-fd671a6f0d54 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-aa14195a-aa3c-4881-8e69-fd671a6f0d54 {
  display: none;
}
#s-aa14195a-aa3c-4881-8e69-fd671a6f0d54, #wrap-s-aa14195a-aa3c-4881-8e69-fd671a6f0d54 { display:none !important; }}
#s-cddee632-9848-46b2-9df6-e2f0a15c5422 {
  margin-top: 10px;
margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-cddee632-9848-46b2-9df6-e2f0a15c5422 {
  display: none;
}
#s-cddee632-9848-46b2-9df6-e2f0a15c5422, #wrap-s-cddee632-9848-46b2-9df6-e2f0a15c5422 { display:none !important; }}@media (max-width: 767px){#s-cddee632-9848-46b2-9df6-e2f0a15c5422 {
  display: none;
}
#s-cddee632-9848-46b2-9df6-e2f0a15c5422, #wrap-s-cddee632-9848-46b2-9df6-e2f0a15c5422 { display:none !important; }}
#s-1e0a774c-a19d-4af5-af0e-a92507f86ce7 {
  margin-top: 10px;
margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-1e0a774c-a19d-4af5-af0e-a92507f86ce7 {
  display: none;
}
#s-1e0a774c-a19d-4af5-af0e-a92507f86ce7, #wrap-s-1e0a774c-a19d-4af5-af0e-a92507f86ce7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1e0a774c-a19d-4af5-af0e-a92507f86ce7 {
  display: none;
}
#s-1e0a774c-a19d-4af5-af0e-a92507f86ce7, #wrap-s-1e0a774c-a19d-4af5-af0e-a92507f86ce7 { display:none !important; }}
#s-ff58986b-de96-4501-9684-aec3cccbf750 {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
max-width: 800px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-ff58986b-de96-4501-9684-aec3cccbf750 {
  display: none;
}
#s-ff58986b-de96-4501-9684-aec3cccbf750, #wrap-s-ff58986b-de96-4501-9684-aec3cccbf750 { display:none !important; }}@media (max-width: 767px){#s-ff58986b-de96-4501-9684-aec3cccbf750 {
  display: none;
}
#s-ff58986b-de96-4501-9684-aec3cccbf750, #wrap-s-ff58986b-de96-4501-9684-aec3cccbf750 { display:none !important; }}






  #s-ff58986b-de96-4501-9684-aec3cccbf750 img.shogun-image {
    

    
    
    
  }


#s-ff58986b-de96-4501-9684-aec3cccbf750 .shogun-image-content {
  
    align-items: center;
  
}

#s-e881fc42-fa4f-455f-9cf8-493c6e5bf6a8 {
  margin-top: 40px;
margin-left: auto;
margin-right: auto;
max-width: 400px;
text-align: center;
}
@media (min-width: 1200px){#s-e881fc42-fa4f-455f-9cf8-493c6e5bf6a8 {
  display: none;
}
#s-e881fc42-fa4f-455f-9cf8-493c6e5bf6a8, #wrap-s-e881fc42-fa4f-455f-9cf8-493c6e5bf6a8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e881fc42-fa4f-455f-9cf8-493c6e5bf6a8 {
  display: none;
}
#s-e881fc42-fa4f-455f-9cf8-493c6e5bf6a8, #wrap-s-e881fc42-fa4f-455f-9cf8-493c6e5bf6a8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e881fc42-fa4f-455f-9cf8-493c6e5bf6a8 {
  
}
}@media (max-width: 767px){#s-e881fc42-fa4f-455f-9cf8-493c6e5bf6a8 {
  
}
}






  #s-e881fc42-fa4f-455f-9cf8-493c6e5bf6a8 img.shogun-image {
    

    
    
    
  }


#s-e881fc42-fa4f-455f-9cf8-493c6e5bf6a8 .shogun-image-content {
  
    align-items: center;
  
}

#s-706b0d7c-4e0b-4c88-aba3-0e0e3752e80c {
  margin-top: 80px;
}
@media (min-width: 1200px){#s-706b0d7c-4e0b-4c88-aba3-0e0e3752e80c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-706b0d7c-4e0b-4c88-aba3-0e0e3752e80c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-706b0d7c-4e0b-4c88-aba3-0e0e3752e80c {
  display: none;
}
#s-706b0d7c-4e0b-4c88-aba3-0e0e3752e80c, #wrap-s-706b0d7c-4e0b-4c88-aba3-0e0e3752e80c { display:none !important; }}@media (max-width: 767px){#s-706b0d7c-4e0b-4c88-aba3-0e0e3752e80c {
  display: none;
}
#s-706b0d7c-4e0b-4c88-aba3-0e0e3752e80c, #wrap-s-706b0d7c-4e0b-4c88-aba3-0e0e3752e80c { display:none !important; }}
#s-138dce60-87e1-4af6-bc88-a99aa01b5d2b {
  margin-top: 80px;
}
@media (min-width: 1200px){#s-138dce60-87e1-4af6-bc88-a99aa01b5d2b {
  display: none;
}
#s-138dce60-87e1-4af6-bc88-a99aa01b5d2b, #wrap-s-138dce60-87e1-4af6-bc88-a99aa01b5d2b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-138dce60-87e1-4af6-bc88-a99aa01b5d2b {
  display: none;
}
#s-138dce60-87e1-4af6-bc88-a99aa01b5d2b, #wrap-s-138dce60-87e1-4af6-bc88-a99aa01b5d2b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-138dce60-87e1-4af6-bc88-a99aa01b5d2b {
  
}
}@media (max-width: 767px){#s-138dce60-87e1-4af6-bc88-a99aa01b5d2b {
  
}
}
#s-2b6d8134-bbb6-45bc-9e8e-e6119d0b252d {
  margin-top: 10px;
margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-2b6d8134-bbb6-45bc-9e8e-e6119d0b252d {
  display: none;
}
#s-2b6d8134-bbb6-45bc-9e8e-e6119d0b252d, #wrap-s-2b6d8134-bbb6-45bc-9e8e-e6119d0b252d { display:none !important; }}@media (max-width: 767px){#s-2b6d8134-bbb6-45bc-9e8e-e6119d0b252d {
  display: none;
}
#s-2b6d8134-bbb6-45bc-9e8e-e6119d0b252d, #wrap-s-2b6d8134-bbb6-45bc-9e8e-e6119d0b252d { display:none !important; }}
#s-e75068d0-9141-46ac-8b80-60ebf90b11b3 {
  margin-top: 10px;
margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-e75068d0-9141-46ac-8b80-60ebf90b11b3 {
  display: none;
}
#s-e75068d0-9141-46ac-8b80-60ebf90b11b3, #wrap-s-e75068d0-9141-46ac-8b80-60ebf90b11b3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e75068d0-9141-46ac-8b80-60ebf90b11b3 {
  display: none;
}
#s-e75068d0-9141-46ac-8b80-60ebf90b11b3, #wrap-s-e75068d0-9141-46ac-8b80-60ebf90b11b3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e75068d0-9141-46ac-8b80-60ebf90b11b3 {
  
}
}@media (max-width: 767px){#s-e75068d0-9141-46ac-8b80-60ebf90b11b3 {
  
}
}
#s-45dac68e-2e61-4705-bf8a-9a590b335b13 {
  min-height: 50px;
background-color: rgba(234, 234, 234, 1);
}
@media (min-width: 1200px){#s-45dac68e-2e61-4705-bf8a-9a590b335b13 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-45dac68e-2e61-4705-bf8a-9a590b335b13 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-45dac68e-2e61-4705-bf8a-9a590b335b13 {
  
}
}@media (max-width: 767px){#s-45dac68e-2e61-4705-bf8a-9a590b335b13 {
  
}
}







#s-45dac68e-2e61-4705-bf8a-9a590b335b13 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-45dac68e-2e61-4705-bf8a-9a590b335b13.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e9f6877b-1221-4232-9174-64c1e3eaa759 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-e9f6877b-1221-4232-9174-64c1e3eaa759 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e9f6877b-1221-4232-9174-64c1e3eaa759 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e9f6877b-1221-4232-9174-64c1e3eaa759 {
  
}
}@media (max-width: 767px){#s-e9f6877b-1221-4232-9174-64c1e3eaa759 {
  
}
}







#s-e9f6877b-1221-4232-9174-64c1e3eaa759 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-e9f6877b-1221-4232-9174-64c1e3eaa759.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-69bfef2a-96e6-4d40-b1b8-f383ce98c4f6 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-69bfef2a-96e6-4d40-b1b8-f383ce98c4f6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-69bfef2a-96e6-4d40-b1b8-f383ce98c4f6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-69bfef2a-96e6-4d40-b1b8-f383ce98c4f6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-69bfef2a-96e6-4d40-b1b8-f383ce98c4f6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-69bfef2a-96e6-4d40-b1b8-f383ce98c4f6"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-bec0aa49-cb3e-49c9-9d69-f44e2aa591dc {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 350px;
}








#s-bec0aa49-cb3e-49c9-9d69-f44e2aa591dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bec0aa49-cb3e-49c9-9d69-f44e2aa591dc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6cbde76e-f1c0-4273-9614-811ead162c4c {
  margin-top: 80px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6cbde76e-f1c0-4273-9614-811ead162c4c {
  display: none;
}
#s-6cbde76e-f1c0-4273-9614-811ead162c4c, #wrap-s-6cbde76e-f1c0-4273-9614-811ead162c4c { display:none !important; }}@media (max-width: 767px){#s-6cbde76e-f1c0-4273-9614-811ead162c4c {
  display: none;
}
#s-6cbde76e-f1c0-4273-9614-811ead162c4c, #wrap-s-6cbde76e-f1c0-4273-9614-811ead162c4c { display:none !important; }}
#s-fadd6138-f5a2-4f7e-a9eb-efe1b008e97e {
  margin-top: 80px;
}
@media (min-width: 1200px){#s-fadd6138-f5a2-4f7e-a9eb-efe1b008e97e {
  display: none;
}
#s-fadd6138-f5a2-4f7e-a9eb-efe1b008e97e, #wrap-s-fadd6138-f5a2-4f7e-a9eb-efe1b008e97e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fadd6138-f5a2-4f7e-a9eb-efe1b008e97e {
  display: none;
}
#s-fadd6138-f5a2-4f7e-a9eb-efe1b008e97e, #wrap-s-fadd6138-f5a2-4f7e-a9eb-efe1b008e97e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fadd6138-f5a2-4f7e-a9eb-efe1b008e97e {
  
}
}@media (max-width: 767px){#s-fadd6138-f5a2-4f7e-a9eb-efe1b008e97e {
  
}
}
#s-34b483a5-6b10-481a-8818-cb756cfd8ac3 {
  margin-left: 50px;
margin-right: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-34b483a5-6b10-481a-8818-cb756cfd8ac3 {
  display: none;
}
#s-34b483a5-6b10-481a-8818-cb756cfd8ac3, #wrap-s-34b483a5-6b10-481a-8818-cb756cfd8ac3 { display:none !important; }}@media (max-width: 767px){#s-34b483a5-6b10-481a-8818-cb756cfd8ac3 {
  display: none;
}
#s-34b483a5-6b10-481a-8818-cb756cfd8ac3, #wrap-s-34b483a5-6b10-481a-8818-cb756cfd8ac3 { display:none !important; }}
#s-9918d104-4079-42be-abc1-c1e51bffa20d {
  margin-left: 50px;
margin-right: 50px;
}
@media (min-width: 1200px){#s-9918d104-4079-42be-abc1-c1e51bffa20d {
  display: none;
}
#s-9918d104-4079-42be-abc1-c1e51bffa20d, #wrap-s-9918d104-4079-42be-abc1-c1e51bffa20d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9918d104-4079-42be-abc1-c1e51bffa20d {
  display: none;
}
#s-9918d104-4079-42be-abc1-c1e51bffa20d, #wrap-s-9918d104-4079-42be-abc1-c1e51bffa20d { display:none !important; }}
#s-04e162d9-65ef-40a8-a8f1-9d368c98a61c {
  background-repeat: no-repeat;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
background-position: center center;
}








#s-04e162d9-65ef-40a8-a8f1-9d368c98a61c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-04e162d9-65ef-40a8-a8f1-9d368c98a61c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ad28206c-cd85-485f-8a6a-722bce6f43c5 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-ad28206c-cd85-485f-8a6a-722bce6f43c5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ad28206c-cd85-485f-8a6a-722bce6f43c5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ad28206c-cd85-485f-8a6a-722bce6f43c5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ad28206c-cd85-485f-8a6a-722bce6f43c5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-fca9e331-34d1-424b-9a21-a472ea07d561 {
  background-repeat: no-repeat;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
background-position: center center;
}








#s-fca9e331-34d1-424b-9a21-a472ea07d561 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fca9e331-34d1-424b-9a21-a472ea07d561.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-319e3d4f-7780-4191-9c02-f8b1430fde97 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 350px;
}








#s-319e3d4f-7780-4191-9c02-f8b1430fde97 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-319e3d4f-7780-4191-9c02-f8b1430fde97.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d977674e-a452-4299-9666-44f8f4acc062 {
  margin-top: 80px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d977674e-a452-4299-9666-44f8f4acc062 {
  display: none;
}
#s-d977674e-a452-4299-9666-44f8f4acc062, #wrap-s-d977674e-a452-4299-9666-44f8f4acc062 { display:none !important; }}@media (max-width: 767px){#s-d977674e-a452-4299-9666-44f8f4acc062 {
  display: none;
}
#s-d977674e-a452-4299-9666-44f8f4acc062, #wrap-s-d977674e-a452-4299-9666-44f8f4acc062 { display:none !important; }}
#s-fb716ed9-0803-441f-b956-f882e7626c65 {
  margin-top: 80px;
}
@media (min-width: 1200px){#s-fb716ed9-0803-441f-b956-f882e7626c65 {
  display: none;
}
#s-fb716ed9-0803-441f-b956-f882e7626c65, #wrap-s-fb716ed9-0803-441f-b956-f882e7626c65 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fb716ed9-0803-441f-b956-f882e7626c65 {
  display: none;
}
#s-fb716ed9-0803-441f-b956-f882e7626c65, #wrap-s-fb716ed9-0803-441f-b956-f882e7626c65 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fb716ed9-0803-441f-b956-f882e7626c65 {
  
}
}@media (max-width: 767px){#s-fb716ed9-0803-441f-b956-f882e7626c65 {
  
}
}
#s-79fa7126-a892-4fde-9d82-bed013e195c5 {
  margin-left: 50px;
margin-right: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-79fa7126-a892-4fde-9d82-bed013e195c5 {
  display: none;
}
#s-79fa7126-a892-4fde-9d82-bed013e195c5, #wrap-s-79fa7126-a892-4fde-9d82-bed013e195c5 { display:none !important; }}@media (max-width: 767px){#s-79fa7126-a892-4fde-9d82-bed013e195c5 {
  display: none;
}
#s-79fa7126-a892-4fde-9d82-bed013e195c5, #wrap-s-79fa7126-a892-4fde-9d82-bed013e195c5 { display:none !important; }}
#s-381bf5ba-227b-4634-b776-9d73db411cf1 {
  margin-left: 50px;
margin-right: 50px;
}
@media (min-width: 1200px){#s-381bf5ba-227b-4634-b776-9d73db411cf1 {
  display: none;
}
#s-381bf5ba-227b-4634-b776-9d73db411cf1, #wrap-s-381bf5ba-227b-4634-b776-9d73db411cf1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-381bf5ba-227b-4634-b776-9d73db411cf1 {
  display: none;
}
#s-381bf5ba-227b-4634-b776-9d73db411cf1, #wrap-s-381bf5ba-227b-4634-b776-9d73db411cf1 { display:none !important; }}
#s-7bec5073-4212-4672-8e39-bf87693a3c20 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-7bec5073-4212-4672-8e39-bf87693a3c20"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7bec5073-4212-4672-8e39-bf87693a3c20"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7bec5073-4212-4672-8e39-bf87693a3c20"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7bec5073-4212-4672-8e39-bf87693a3c20"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-7bec5073-4212-4672-8e39-bf87693a3c20"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-71939162-79e2-4e79-91e6-d04f2663d763 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 350px;
}








#s-71939162-79e2-4e79-91e6-d04f2663d763 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-71939162-79e2-4e79-91e6-d04f2663d763.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-77bc0e40-da67-433c-a969-713823c2fea5 {
  margin-top: 80px;
}
@media (min-width: 768px) and (max-width: 991px){#s-77bc0e40-da67-433c-a969-713823c2fea5 {
  display: none;
}
#s-77bc0e40-da67-433c-a969-713823c2fea5, #wrap-s-77bc0e40-da67-433c-a969-713823c2fea5 { display:none !important; }}@media (max-width: 767px){#s-77bc0e40-da67-433c-a969-713823c2fea5 {
  display: none;
}
#s-77bc0e40-da67-433c-a969-713823c2fea5, #wrap-s-77bc0e40-da67-433c-a969-713823c2fea5 { display:none !important; }}
#s-ea11c93b-3a0a-4850-9b83-cbfe9f742b67 {
  margin-top: 80px;
}
@media (min-width: 1200px){#s-ea11c93b-3a0a-4850-9b83-cbfe9f742b67 {
  display: none;
}
#s-ea11c93b-3a0a-4850-9b83-cbfe9f742b67, #wrap-s-ea11c93b-3a0a-4850-9b83-cbfe9f742b67 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ea11c93b-3a0a-4850-9b83-cbfe9f742b67 {
  display: none;
}
#s-ea11c93b-3a0a-4850-9b83-cbfe9f742b67, #wrap-s-ea11c93b-3a0a-4850-9b83-cbfe9f742b67 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ea11c93b-3a0a-4850-9b83-cbfe9f742b67 {
  
}
}@media (max-width: 767px){#s-ea11c93b-3a0a-4850-9b83-cbfe9f742b67 {
  
}
}
#s-cb9a8a86-3aa2-4a9e-8a67-cebec6a7bb1e {
  margin-left: 50px;
margin-right: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-cb9a8a86-3aa2-4a9e-8a67-cebec6a7bb1e {
  display: none;
}
#s-cb9a8a86-3aa2-4a9e-8a67-cebec6a7bb1e, #wrap-s-cb9a8a86-3aa2-4a9e-8a67-cebec6a7bb1e { display:none !important; }}@media (max-width: 767px){#s-cb9a8a86-3aa2-4a9e-8a67-cebec6a7bb1e {
  display: none;
}
#s-cb9a8a86-3aa2-4a9e-8a67-cebec6a7bb1e, #wrap-s-cb9a8a86-3aa2-4a9e-8a67-cebec6a7bb1e { display:none !important; }}
#s-30933fde-e6d4-4ba9-a969-f2e42c318007 {
  margin-left: 50px;
margin-right: 50px;
}
@media (min-width: 1200px){#s-30933fde-e6d4-4ba9-a969-f2e42c318007 {
  display: none;
}
#s-30933fde-e6d4-4ba9-a969-f2e42c318007, #wrap-s-30933fde-e6d4-4ba9-a969-f2e42c318007 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-30933fde-e6d4-4ba9-a969-f2e42c318007 {
  display: none;
}
#s-30933fde-e6d4-4ba9-a969-f2e42c318007, #wrap-s-30933fde-e6d4-4ba9-a969-f2e42c318007 { display:none !important; }}
#s-e3bd66bb-a00d-4258-90ce-9e93fe6312ed {
  background-repeat: no-repeat;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
background-position: center center;
}








#s-e3bd66bb-a00d-4258-90ce-9e93fe6312ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e3bd66bb-a00d-4258-90ce-9e93fe6312ed.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-eb65c93b-80bc-4a3a-a193-82af914caf03 {
  min-height: 50px;
background-color: rgba(234, 234, 234, 1);
}
@media (min-width: 1200px){#s-eb65c93b-80bc-4a3a-a193-82af914caf03 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-eb65c93b-80bc-4a3a-a193-82af914caf03 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-eb65c93b-80bc-4a3a-a193-82af914caf03 {
  
}
}@media (max-width: 767px){#s-eb65c93b-80bc-4a3a-a193-82af914caf03 {
  
}
}







#s-eb65c93b-80bc-4a3a-a193-82af914caf03 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eb65c93b-80bc-4a3a-a193-82af914caf03.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c48db9bb-8ff7-4b5a-ac2e-c06d689a9dc7 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-c48db9bb-8ff7-4b5a-ac2e-c06d689a9dc7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c48db9bb-8ff7-4b5a-ac2e-c06d689a9dc7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c48db9bb-8ff7-4b5a-ac2e-c06d689a9dc7 {
  
}
}@media (max-width: 767px){#s-c48db9bb-8ff7-4b5a-ac2e-c06d689a9dc7 {
  
}
}







#s-c48db9bb-8ff7-4b5a-ac2e-c06d689a9dc7 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-c48db9bb-8ff7-4b5a-ac2e-c06d689a9dc7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e880caae-4dcb-4d6f-bdee-c8380539bacb {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-e880caae-4dcb-4d6f-bdee-c8380539bacb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e880caae-4dcb-4d6f-bdee-c8380539bacb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e880caae-4dcb-4d6f-bdee-c8380539bacb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e880caae-4dcb-4d6f-bdee-c8380539bacb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-dcce03f7-785c-4e17-a240-f3ad6e86bc3c {
  background-repeat: no-repeat;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
background-position: center center;
}








#s-dcce03f7-785c-4e17-a240-f3ad6e86bc3c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dcce03f7-785c-4e17-a240-f3ad6e86bc3c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-442bbaf5-06c9-4ef7-a89e-38eac37cd314 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 350px;
}








#s-442bbaf5-06c9-4ef7-a89e-38eac37cd314 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-442bbaf5-06c9-4ef7-a89e-38eac37cd314.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3b17998f-624f-4046-b525-ea18d7f0b1b9 {
  margin-top: 80px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3b17998f-624f-4046-b525-ea18d7f0b1b9 {
  display: none;
}
#s-3b17998f-624f-4046-b525-ea18d7f0b1b9, #wrap-s-3b17998f-624f-4046-b525-ea18d7f0b1b9 { display:none !important; }}@media (max-width: 767px){#s-3b17998f-624f-4046-b525-ea18d7f0b1b9 {
  display: none;
}
#s-3b17998f-624f-4046-b525-ea18d7f0b1b9, #wrap-s-3b17998f-624f-4046-b525-ea18d7f0b1b9 { display:none !important; }}
#s-87bbd70a-cc66-4d12-bb94-d43a727beaeb {
  margin-top: 80px;
}
@media (min-width: 1200px){#s-87bbd70a-cc66-4d12-bb94-d43a727beaeb {
  display: none;
}
#s-87bbd70a-cc66-4d12-bb94-d43a727beaeb, #wrap-s-87bbd70a-cc66-4d12-bb94-d43a727beaeb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-87bbd70a-cc66-4d12-bb94-d43a727beaeb {
  display: none;
}
#s-87bbd70a-cc66-4d12-bb94-d43a727beaeb, #wrap-s-87bbd70a-cc66-4d12-bb94-d43a727beaeb { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-87bbd70a-cc66-4d12-bb94-d43a727beaeb {
  
}
}@media (max-width: 767px){#s-87bbd70a-cc66-4d12-bb94-d43a727beaeb {
  
}
}
#s-0af77a8f-fe5f-45f7-bff6-d30bb45a846b {
  margin-left: 50px;
margin-right: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0af77a8f-fe5f-45f7-bff6-d30bb45a846b {
  display: none;
}
#s-0af77a8f-fe5f-45f7-bff6-d30bb45a846b, #wrap-s-0af77a8f-fe5f-45f7-bff6-d30bb45a846b { display:none !important; }}@media (max-width: 767px){#s-0af77a8f-fe5f-45f7-bff6-d30bb45a846b {
  display: none;
}
#s-0af77a8f-fe5f-45f7-bff6-d30bb45a846b, #wrap-s-0af77a8f-fe5f-45f7-bff6-d30bb45a846b { display:none !important; }}
#s-b7f8c13f-471a-462c-b305-0d7fdd9cf10c {
  margin-left: 50px;
margin-right: 50px;
}
@media (min-width: 1200px){#s-b7f8c13f-471a-462c-b305-0d7fdd9cf10c {
  display: none;
}
#s-b7f8c13f-471a-462c-b305-0d7fdd9cf10c, #wrap-s-b7f8c13f-471a-462c-b305-0d7fdd9cf10c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b7f8c13f-471a-462c-b305-0d7fdd9cf10c {
  display: none;
}
#s-b7f8c13f-471a-462c-b305-0d7fdd9cf10c, #wrap-s-b7f8c13f-471a-462c-b305-0d7fdd9cf10c { display:none !important; }}
#s-6e5af388-ff4f-40bf-a8d8-6f5b5173f950 {
  margin-top: 80px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6e5af388-ff4f-40bf-a8d8-6f5b5173f950 {
  display: none;
}
#s-6e5af388-ff4f-40bf-a8d8-6f5b5173f950, #wrap-s-6e5af388-ff4f-40bf-a8d8-6f5b5173f950 { display:none !important; }}@media (max-width: 767px){#s-6e5af388-ff4f-40bf-a8d8-6f5b5173f950 {
  display: none;
}
#s-6e5af388-ff4f-40bf-a8d8-6f5b5173f950, #wrap-s-6e5af388-ff4f-40bf-a8d8-6f5b5173f950 { display:none !important; }}
#s-c09d4d1d-9ab1-4bb2-888f-51ed4913d06f {
  margin-top: 80px;
}
@media (min-width: 1200px){#s-c09d4d1d-9ab1-4bb2-888f-51ed4913d06f {
  display: none;
}
#s-c09d4d1d-9ab1-4bb2-888f-51ed4913d06f, #wrap-s-c09d4d1d-9ab1-4bb2-888f-51ed4913d06f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c09d4d1d-9ab1-4bb2-888f-51ed4913d06f {
  display: none;
}
#s-c09d4d1d-9ab1-4bb2-888f-51ed4913d06f, #wrap-s-c09d4d1d-9ab1-4bb2-888f-51ed4913d06f { display:none !important; }}
#s-7357f2dc-428f-4873-8be2-a179cc1ebb97 {
  margin-top: 10px;
margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-7357f2dc-428f-4873-8be2-a179cc1ebb97 {
  display: none;
}
#s-7357f2dc-428f-4873-8be2-a179cc1ebb97, #wrap-s-7357f2dc-428f-4873-8be2-a179cc1ebb97 { display:none !important; }}@media (max-width: 767px){#s-7357f2dc-428f-4873-8be2-a179cc1ebb97 {
  display: none;
}
#s-7357f2dc-428f-4873-8be2-a179cc1ebb97, #wrap-s-7357f2dc-428f-4873-8be2-a179cc1ebb97 { display:none !important; }}
#s-53347d70-17be-435b-b643-fb3650ebce63 {
  margin-top: 10px;
margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-53347d70-17be-435b-b643-fb3650ebce63 {
  display: none;
}
#s-53347d70-17be-435b-b643-fb3650ebce63, #wrap-s-53347d70-17be-435b-b643-fb3650ebce63 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-53347d70-17be-435b-b643-fb3650ebce63 {
  display: none;
}
#s-53347d70-17be-435b-b643-fb3650ebce63, #wrap-s-53347d70-17be-435b-b643-fb3650ebce63 { display:none !important; }}
.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

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

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

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

#s-bedb0b19-38fb-493d-bf84-0547f06c8aff {
  margin-top: 54px;
margin-left: 16%;
margin-bottom: 54px;
margin-right: 16%;
max-width: 800px;
}

#s-d0a0b27f-28a3-4306-afb4-5a7bce695919 {
  min-height: 50px;
background-color: rgba(246, 247, 250, 1);
}








#s-d0a0b27f-28a3-4306-afb4-5a7bce695919 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d0a0b27f-28a3-4306-afb4-5a7bce695919.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a1bd59cf-b859-4f2b-85ff-4bc2e8671b44 {
  margin-top: 80px;
margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a1bd59cf-b859-4f2b-85ff-4bc2e8671b44 {
  display: none;
}
#s-a1bd59cf-b859-4f2b-85ff-4bc2e8671b44, #wrap-s-a1bd59cf-b859-4f2b-85ff-4bc2e8671b44 { display:none !important; }}@media (max-width: 767px){#s-a1bd59cf-b859-4f2b-85ff-4bc2e8671b44 {
  display: none;
}
#s-a1bd59cf-b859-4f2b-85ff-4bc2e8671b44, #wrap-s-a1bd59cf-b859-4f2b-85ff-4bc2e8671b44 { display:none !important; }}
#s-7d8f6903-17ab-4e95-bfe1-c09f36e29d4a {
  margin-top: 80px;
margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 1200px){#s-7d8f6903-17ab-4e95-bfe1-c09f36e29d4a {
  display: none;
}
#s-7d8f6903-17ab-4e95-bfe1-c09f36e29d4a, #wrap-s-7d8f6903-17ab-4e95-bfe1-c09f36e29d4a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7d8f6903-17ab-4e95-bfe1-c09f36e29d4a {
  display: none;
}
#s-7d8f6903-17ab-4e95-bfe1-c09f36e29d4a, #wrap-s-7d8f6903-17ab-4e95-bfe1-c09f36e29d4a { display:none !important; }}
#s-9f17aaa6-6e41-4b0d-b7d2-91939c5c1f0c {
  margin-top: 30px;
margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-9f17aaa6-6e41-4b0d-b7d2-91939c5c1f0c {
  display: none;
}
#s-9f17aaa6-6e41-4b0d-b7d2-91939c5c1f0c, #wrap-s-9f17aaa6-6e41-4b0d-b7d2-91939c5c1f0c { display:none !important; }}@media (max-width: 767px){#s-9f17aaa6-6e41-4b0d-b7d2-91939c5c1f0c {
  display: none;
}
#s-9f17aaa6-6e41-4b0d-b7d2-91939c5c1f0c, #wrap-s-9f17aaa6-6e41-4b0d-b7d2-91939c5c1f0c { display:none !important; }}
#s-8be9be66-fd08-47e1-8324-f0896e9f8d95 {
  margin-top: 30px;
margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
}
@media (min-width: 1200px){#s-8be9be66-fd08-47e1-8324-f0896e9f8d95 {
  display: none;
}
#s-8be9be66-fd08-47e1-8324-f0896e9f8d95, #wrap-s-8be9be66-fd08-47e1-8324-f0896e9f8d95 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8be9be66-fd08-47e1-8324-f0896e9f8d95 {
  display: none;
}
#s-8be9be66-fd08-47e1-8324-f0896e9f8d95, #wrap-s-8be9be66-fd08-47e1-8324-f0896e9f8d95 { display:none !important; }}
#s-37f3c3b5-2ab3-494d-ae25-0fe00bb968b5 {
  margin-top: 40px;
margin-left: 5%;
margin-bottom: 80px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-37f3c3b5-2ab3-494d-ae25-0fe00bb968b5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-37f3c3b5-2ab3-494d-ae25-0fe00bb968b5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-37f3c3b5-2ab3-494d-ae25-0fe00bb968b5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-37f3c3b5-2ab3-494d-ae25-0fe00bb968b5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-69a3a3b0-191d-4091-bead-fed9302c0734 {
  margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
text-align: center;
}







  #s-69a3a3b0-191d-4091-bead-fed9302c0734 img.shogun-image {
    

    
    
    
  }


#s-69a3a3b0-191d-4091-bead-fed9302c0734 .shogun-image-content {
  
    align-items: center;
  
}

#s-9aacf334-7f35-43a1-acc7-b9c42adf45e6 {
  margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
text-align: center;
}







  #s-9aacf334-7f35-43a1-acc7-b9c42adf45e6 img.shogun-image {
    

    
    
    
  }


#s-9aacf334-7f35-43a1-acc7-b9c42adf45e6 .shogun-image-content {
  
    align-items: center;
  
}

#s-be0fd82f-3ad3-4443-8395-039264cc0c48 {
  margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
text-align: center;
}







  #s-be0fd82f-3ad3-4443-8395-039264cc0c48 img.shogun-image {
    

    
    
    
  }


#s-be0fd82f-3ad3-4443-8395-039264cc0c48 .shogun-image-content {
  
    align-items: center;
  
}

#s-0fda7ddd-3076-419e-b54f-7ca61f015f1b {
  padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(255, 255, 255, 1);
}








#s-0fda7ddd-3076-419e-b54f-7ca61f015f1b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0fda7ddd-3076-419e-b54f-7ca61f015f1b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-70a6b3fd-685f-481c-84ac-51c3a674f6bc {
  margin-top: 80px;
margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-70a6b3fd-685f-481c-84ac-51c3a674f6bc {
  display: none;
}
#s-70a6b3fd-685f-481c-84ac-51c3a674f6bc, #wrap-s-70a6b3fd-685f-481c-84ac-51c3a674f6bc { display:none !important; }}@media (max-width: 767px){#s-70a6b3fd-685f-481c-84ac-51c3a674f6bc {
  display: none;
}
#s-70a6b3fd-685f-481c-84ac-51c3a674f6bc, #wrap-s-70a6b3fd-685f-481c-84ac-51c3a674f6bc { display:none !important; }}
#s-57f48dc6-c38f-4c58-8008-396621079539 {
  margin-top: 80px;
margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-57f48dc6-c38f-4c58-8008-396621079539 {
  display: none;
}
#s-57f48dc6-c38f-4c58-8008-396621079539, #wrap-s-57f48dc6-c38f-4c58-8008-396621079539 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-57f48dc6-c38f-4c58-8008-396621079539 {
  display: none;
}
#s-57f48dc6-c38f-4c58-8008-396621079539, #wrap-s-57f48dc6-c38f-4c58-8008-396621079539 { display:none !important; }}
#s-532d0581-6ff2-436a-8920-ac2461c648b5 {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-532d0581-6ff2-436a-8920-ac2461c648b5 {
  display: none;
}
#s-532d0581-6ff2-436a-8920-ac2461c648b5, #wrap-s-532d0581-6ff2-436a-8920-ac2461c648b5 { display:none !important; }}@media (max-width: 767px){#s-532d0581-6ff2-436a-8920-ac2461c648b5 {
  display: none;
}
#s-532d0581-6ff2-436a-8920-ac2461c648b5, #wrap-s-532d0581-6ff2-436a-8920-ac2461c648b5 { display:none !important; }}
#s-3b9cfd3f-844d-4842-a890-310014322a49 {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-3b9cfd3f-844d-4842-a890-310014322a49 {
  display: none;
}
#s-3b9cfd3f-844d-4842-a890-310014322a49, #wrap-s-3b9cfd3f-844d-4842-a890-310014322a49 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3b9cfd3f-844d-4842-a890-310014322a49 {
  display: none;
}
#s-3b9cfd3f-844d-4842-a890-310014322a49, #wrap-s-3b9cfd3f-844d-4842-a890-310014322a49 { display:none !important; }}
#s-ff95d89b-0791-4cad-ad51-8c7d683bc11d {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 800px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-ff95d89b-0791-4cad-ad51-8c7d683bc11d {
  display: none;
}
#s-ff95d89b-0791-4cad-ad51-8c7d683bc11d, #wrap-s-ff95d89b-0791-4cad-ad51-8c7d683bc11d { display:none !important; }}@media (max-width: 767px){#s-ff95d89b-0791-4cad-ad51-8c7d683bc11d {
  display: none;
}
#s-ff95d89b-0791-4cad-ad51-8c7d683bc11d, #wrap-s-ff95d89b-0791-4cad-ad51-8c7d683bc11d { display:none !important; }}






  #s-ff95d89b-0791-4cad-ad51-8c7d683bc11d img.shogun-image {
    

    
    
    
  }


#s-ff95d89b-0791-4cad-ad51-8c7d683bc11d .shogun-image-content {
  
    align-items: center;
  
}

#s-251a4241-4067-4e6d-aae5-806f346d53f5 {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
text-align: center;
}
@media (min-width: 1200px){#s-251a4241-4067-4e6d-aae5-806f346d53f5 {
  display: none;
}
#s-251a4241-4067-4e6d-aae5-806f346d53f5, #wrap-s-251a4241-4067-4e6d-aae5-806f346d53f5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-251a4241-4067-4e6d-aae5-806f346d53f5 {
  display: none;
}
#s-251a4241-4067-4e6d-aae5-806f346d53f5, #wrap-s-251a4241-4067-4e6d-aae5-806f346d53f5 { display:none !important; }}






  #s-251a4241-4067-4e6d-aae5-806f346d53f5 img.shogun-image {
    

    
    
    
  }


#s-251a4241-4067-4e6d-aae5-806f346d53f5 .shogun-image-content {
  
    align-items: center;
  
}








#s-67bf10e7-306f-4583-82ec-959873c7563c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-67bf10e7-306f-4583-82ec-959873c7563c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e9d5bde8-f9fd-4859-a9e1-06085144f18b {
  margin-top: 80px;
margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-e9d5bde8-f9fd-4859-a9e1-06085144f18b {
  display: none;
}
#s-e9d5bde8-f9fd-4859-a9e1-06085144f18b, #wrap-s-e9d5bde8-f9fd-4859-a9e1-06085144f18b { display:none !important; }}@media (max-width: 767px){#s-e9d5bde8-f9fd-4859-a9e1-06085144f18b {
  display: none;
}
#s-e9d5bde8-f9fd-4859-a9e1-06085144f18b, #wrap-s-e9d5bde8-f9fd-4859-a9e1-06085144f18b { display:none !important; }}
#s-83db84e2-d051-4227-8cc2-c6901795bcea {
  margin-top: 40px;
margin-left: 5%;
margin-bottom: 40px;
margin-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-83db84e2-d051-4227-8cc2-c6901795bcea {
  display: none;
}
#s-83db84e2-d051-4227-8cc2-c6901795bcea, #wrap-s-83db84e2-d051-4227-8cc2-c6901795bcea { display:none !important; }}@media (max-width: 767px){#s-83db84e2-d051-4227-8cc2-c6901795bcea {
  display: none;
}
#s-83db84e2-d051-4227-8cc2-c6901795bcea, #wrap-s-83db84e2-d051-4227-8cc2-c6901795bcea { display:none !important; }}
#s-beb514c5-f7f8-4875-ab4a-55243a15bb2d {
  margin-top: 40px;
margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-beb514c5-f7f8-4875-ab4a-55243a15bb2d {
  display: none;
}
#s-beb514c5-f7f8-4875-ab4a-55243a15bb2d, #wrap-s-beb514c5-f7f8-4875-ab4a-55243a15bb2d { display:none !important; }}@media (max-width: 767px){#s-beb514c5-f7f8-4875-ab4a-55243a15bb2d {
  display: none;
}
#s-beb514c5-f7f8-4875-ab4a-55243a15bb2d, #wrap-s-beb514c5-f7f8-4875-ab4a-55243a15bb2d { display:none !important; }}
#s-e550a4b0-535d-414b-a29e-55c84a397fb9 {
  margin-top: 40px;
margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 1200px){#s-e550a4b0-535d-414b-a29e-55c84a397fb9 {
  display: none;
}
#s-e550a4b0-535d-414b-a29e-55c84a397fb9, #wrap-s-e550a4b0-535d-414b-a29e-55c84a397fb9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e550a4b0-535d-414b-a29e-55c84a397fb9 {
  display: none;
}
#s-e550a4b0-535d-414b-a29e-55c84a397fb9, #wrap-s-e550a4b0-535d-414b-a29e-55c84a397fb9 { display:none !important; }}
#s-3d40643d-82a6-4468-9ba3-fc77cf3e0652 {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-3d40643d-82a6-4468-9ba3-fc77cf3e0652 {
  display: none;
}
#s-3d40643d-82a6-4468-9ba3-fc77cf3e0652, #wrap-s-3d40643d-82a6-4468-9ba3-fc77cf3e0652 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3d40643d-82a6-4468-9ba3-fc77cf3e0652 {
  display: none;
}
#s-3d40643d-82a6-4468-9ba3-fc77cf3e0652, #wrap-s-3d40643d-82a6-4468-9ba3-fc77cf3e0652 { display:none !important; }}
#s-120eda0a-e809-495b-b355-2b40ee4d3135 {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-120eda0a-e809-495b-b355-2b40ee4d3135 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-120eda0a-e809-495b-b355-2b40ee4d3135 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-120eda0a-e809-495b-b355-2b40ee4d3135 {
  display: none;
}
#s-120eda0a-e809-495b-b355-2b40ee4d3135, #wrap-s-120eda0a-e809-495b-b355-2b40ee4d3135 { display:none !important; }}@media (max-width: 767px){#s-120eda0a-e809-495b-b355-2b40ee4d3135 {
  display: none;
}
#s-120eda0a-e809-495b-b355-2b40ee4d3135, #wrap-s-120eda0a-e809-495b-b355-2b40ee4d3135 { display:none !important; }}
#s-bfc9665b-04cb-4b3c-aec4-be7a03146b9b {
  margin-top: 40px;
margin-left: 5%;
margin-bottom: 40px;
margin-right: 5%;
}

#s-bfc9665b-04cb-4b3c-aec4-be7a03146b9b > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(245, 247, 250, 1);
}

#s-bfc9665b-04cb-4b3c-aec4-be7a03146b9b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 247, 250, 1);
  padding: 10px;
}

#s-bfc9665b-04cb-4b3c-aec4-be7a03146b9b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(43, 32, 106, 1);
}

#s-bfc9665b-04cb-4b3c-aec4-be7a03146b9b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(245, 247, 250, 1);
}

#s-bfc9665b-04cb-4b3c-aec4-be7a03146b9b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(43, 32, 106, 1);
  text-align: center;
  font-family: Rubik;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-bfc9665b-04cb-4b3c-aec4-be7a03146b9b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-7d71c6a2-ceef-4ff5-85e6-f7e69d1d77b3 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-83c7f25d-f52f-4a7f-ae75-379069b50088 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-6c08e0cd-9983-42aa-bf0c-a47576a0b465 {
  margin-top: 80px;
margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-6c08e0cd-9983-42aa-bf0c-a47576a0b465 {
  display: none;
}
#s-6c08e0cd-9983-42aa-bf0c-a47576a0b465, #wrap-s-6c08e0cd-9983-42aa-bf0c-a47576a0b465 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6c08e0cd-9983-42aa-bf0c-a47576a0b465 {
  display: none;
}
#s-6c08e0cd-9983-42aa-bf0c-a47576a0b465, #wrap-s-6c08e0cd-9983-42aa-bf0c-a47576a0b465 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6c08e0cd-9983-42aa-bf0c-a47576a0b465 {
  
}
}@media (max-width: 767px){#s-6c08e0cd-9983-42aa-bf0c-a47576a0b465 {
  
}
}
#s-430aa3eb-69f0-4558-856e-18cdd6d4dbc5 {
  margin-top: 40px;
margin-left: 5%;
margin-bottom: 40px;
margin-right: 5%;
}
@media (min-width: 1200px){#s-430aa3eb-69f0-4558-856e-18cdd6d4dbc5 {
  display: none;
}
#s-430aa3eb-69f0-4558-856e-18cdd6d4dbc5, #wrap-s-430aa3eb-69f0-4558-856e-18cdd6d4dbc5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-430aa3eb-69f0-4558-856e-18cdd6d4dbc5 {
  display: none;
}
#s-430aa3eb-69f0-4558-856e-18cdd6d4dbc5, #wrap-s-430aa3eb-69f0-4558-856e-18cdd6d4dbc5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-430aa3eb-69f0-4558-856e-18cdd6d4dbc5 {
  
}
}@media (max-width: 767px){#s-430aa3eb-69f0-4558-856e-18cdd6d4dbc5 {
  
}
}
/*
  $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}
