.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-eddae9c4-d418-46fd-894f-5ba352eba1f5 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-eddae9c4-d418-46fd-894f-5ba352eba1f5 {
  display: none;
}
#s-eddae9c4-d418-46fd-894f-5ba352eba1f5, #wrap-s-eddae9c4-d418-46fd-894f-5ba352eba1f5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-eddae9c4-d418-46fd-894f-5ba352eba1f5 {
  display: none;
}
#s-eddae9c4-d418-46fd-894f-5ba352eba1f5, #wrap-s-eddae9c4-d418-46fd-894f-5ba352eba1f5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-eddae9c4-d418-46fd-894f-5ba352eba1f5 {
  display: none;
}
#s-eddae9c4-d418-46fd-894f-5ba352eba1f5, #wrap-s-eddae9c4-d418-46fd-894f-5ba352eba1f5 { display:none !important; }}@media (max-width: 767px){#s-eddae9c4-d418-46fd-894f-5ba352eba1f5 {
  display: none;
}
#s-eddae9c4-d418-46fd-894f-5ba352eba1f5, #wrap-s-eddae9c4-d418-46fd-894f-5ba352eba1f5 { display:none !important; }}







#s-eddae9c4-d418-46fd-894f-5ba352eba1f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eddae9c4-d418-46fd-894f-5ba352eba1f5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eb11c97f-5a09-430a-b2ce-472f690246ac {
  min-height: 50px;
}
@media (min-width: 1200px){#s-eb11c97f-5a09-430a-b2ce-472f690246ac {
  display: none;
}
#s-eb11c97f-5a09-430a-b2ce-472f690246ac, #wrap-s-eb11c97f-5a09-430a-b2ce-472f690246ac { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-eb11c97f-5a09-430a-b2ce-472f690246ac {
  display: none;
}
#s-eb11c97f-5a09-430a-b2ce-472f690246ac, #wrap-s-eb11c97f-5a09-430a-b2ce-472f690246ac { display:none !important; }}@media (max-width: 767px){#s-eb11c97f-5a09-430a-b2ce-472f690246ac {
  display: none;
}
#s-eb11c97f-5a09-430a-b2ce-472f690246ac, #wrap-s-eb11c97f-5a09-430a-b2ce-472f690246ac { display:none !important; }}







#s-eb11c97f-5a09-430a-b2ce-472f690246ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eb11c97f-5a09-430a-b2ce-472f690246ac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4c2b60f0-00c2-45ac-97e5-16d52f33c0b1 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 720px;
background-position: center center;
}
@media (min-width: 1200px){#s-4c2b60f0-00c2-45ac-97e5-16d52f33c0b1 {
  display: none;
}
#s-4c2b60f0-00c2-45ac-97e5-16d52f33c0b1, #wrap-s-4c2b60f0-00c2-45ac-97e5-16d52f33c0b1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4c2b60f0-00c2-45ac-97e5-16d52f33c0b1 {
  display: none;
}
#s-4c2b60f0-00c2-45ac-97e5-16d52f33c0b1, #wrap-s-4c2b60f0-00c2-45ac-97e5-16d52f33c0b1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4c2b60f0-00c2-45ac-97e5-16d52f33c0b1 {
  min-height: 480px;
display: none;
}
#s-4c2b60f0-00c2-45ac-97e5-16d52f33c0b1, #wrap-s-4c2b60f0-00c2-45ac-97e5-16d52f33c0b1 { display:none !important; }}@media (max-width: 767px){#s-4c2b60f0-00c2-45ac-97e5-16d52f33c0b1 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 20px;
padding-right: 20px;
min-height: 480px;
display: none;
}
#s-4c2b60f0-00c2-45ac-97e5-16d52f33c0b1, #wrap-s-4c2b60f0-00c2-45ac-97e5-16d52f33c0b1 { display:none !important; }}







#s-4c2b60f0-00c2-45ac-97e5-16d52f33c0b1 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.1;
}#s-4c2b60f0-00c2-45ac-97e5-16d52f33c0b1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-67b89152-4c11-4b36-9559-3f99b36b2988 {
  min-height: 500px;
}








#s-67b89152-4c11-4b36-9559-3f99b36b2988 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-67b89152-4c11-4b36-9559-3f99b36b2988.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

@media (min-width: 1200px){#s-b0bacea0-a7a8-4c5d-9187-af6340c49891 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b0bacea0-a7a8-4c5d-9187-af6340c49891 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b0bacea0-a7a8-4c5d-9187-af6340c49891 {
  
}
}@media (max-width: 767px){#s-b0bacea0-a7a8-4c5d-9187-af6340c49891 {
  
}
}
@media (min-width: 0px) {
[id="s-b0bacea0-a7a8-4c5d-9187-af6340c49891"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b0bacea0-a7a8-4c5d-9187-af6340c49891"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b0bacea0-a7a8-4c5d-9187-af6340c49891"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b0bacea0-a7a8-4c5d-9187-af6340c49891"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b0bacea0-a7a8-4c5d-9187-af6340c49891"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b0bacea0-a7a8-4c5d-9187-af6340c49891"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b0bacea0-a7a8-4c5d-9187-af6340c49891"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-9bb99051-3542-4185-a707-c445dbf07b39 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-9bb99051-3542-4185-a707-c445dbf07b39 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9bb99051-3542-4185-a707-c445dbf07b39 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9bb99051-3542-4185-a707-c445dbf07b39 {
  
}
}@media (max-width: 767px){#s-9bb99051-3542-4185-a707-c445dbf07b39 {
  
}
}







#s-9bb99051-3542-4185-a707-c445dbf07b39 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9bb99051-3542-4185-a707-c445dbf07b39.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

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

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

#s-2caa8a91-7e89-4a8c-bdf4-1b020f352a7c {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-2caa8a91-7e89-4a8c-bdf4-1b020f352a7c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 60px;
  
  
  text-align: center;
}



#s-24313ca4-dd9a-41fd-907c-beb95f205337 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-24313ca4-dd9a-41fd-907c-beb95f205337 {
  display: none;
}
#s-24313ca4-dd9a-41fd-907c-beb95f205337, #wrap-s-24313ca4-dd9a-41fd-907c-beb95f205337 { display:none !important; }}@media (max-width: 767px){#s-24313ca4-dd9a-41fd-907c-beb95f205337 {
  display: none;
}
#s-24313ca4-dd9a-41fd-907c-beb95f205337, #wrap-s-24313ca4-dd9a-41fd-907c-beb95f205337 { display:none !important; }}







#s-24313ca4-dd9a-41fd-907c-beb95f205337 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-24313ca4-dd9a-41fd-907c-beb95f205337.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-e3e7f02b-624a-485c-8e71-aa338686b48f {
  margin-top: -14px;
margin-bottom: -14px;
}

#s-0e031780-5cf0-4019-8b71-f98e41c2892e {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}
@media (min-width: 1200px){#s-0e031780-5cf0-4019-8b71-f98e41c2892e {
  display: none;
}
#s-0e031780-5cf0-4019-8b71-f98e41c2892e, #wrap-s-0e031780-5cf0-4019-8b71-f98e41c2892e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0e031780-5cf0-4019-8b71-f98e41c2892e {
  display: none;
}
#s-0e031780-5cf0-4019-8b71-f98e41c2892e, #wrap-s-0e031780-5cf0-4019-8b71-f98e41c2892e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0e031780-5cf0-4019-8b71-f98e41c2892e {
  display: none;
}
#s-0e031780-5cf0-4019-8b71-f98e41c2892e, #wrap-s-0e031780-5cf0-4019-8b71-f98e41c2892e { display:none !important; }}
#s-0e031780-5cf0-4019-8b71-f98e41c2892e {
  background-image: url(../../i.shgcdn.com/499eecfd-7f64-4c0f-a7f3-0806d675c86d/-/format/auto/-/preview/3000x3000/-/quality/lighter/lighter.jpeg);
}








#s-0e031780-5cf0-4019-8b71-f98e41c2892e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0e031780-5cf0-4019-8b71-f98e41c2892e {
  cursor: pointer;
}#s-0e031780-5cf0-4019-8b71-f98e41c2892e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a0a334a9-931f-4530-8d6c-02c9c06d222d {
  min-height: 415px;
}








#s-a0a334a9-931f-4530-8d6c-02c9c06d222d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a0a334a9-931f-4530-8d6c-02c9c06d222d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-82af1e15-de26-441c-9b5d-ad5f98af32a2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-82af1e15-de26-441c-9b5d-ad5f98af32a2 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-4f2a91ef-e054-4a9f-824f-135cd2693f0a {
  background-repeat: no-repeat;
background-size: cover;
min-height: 720px;
background-position: center center;
}
@media (max-width: 767px){#s-4f2a91ef-e054-4a9f-824f-135cd2693f0a {
  display: none;
}
#s-4f2a91ef-e054-4a9f-824f-135cd2693f0a, #wrap-s-4f2a91ef-e054-4a9f-824f-135cd2693f0a { display:none !important; }}
#s-4f2a91ef-e054-4a9f-824f-135cd2693f0a {
  background-image: url(../../i.shgcdn.com/ced2132a-27ea-433f-aca1-a41d1bd807e6/-/format/auto/-/preview/3000x3000/-/quality/lighter/lighter.jpeg);
}








#s-4f2a91ef-e054-4a9f-824f-135cd2693f0a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4f2a91ef-e054-4a9f-824f-135cd2693f0a {
  cursor: pointer;
}#s-4f2a91ef-e054-4a9f-824f-135cd2693f0a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-56a2be20-f735-4074-a4ca-460c0831a50c {
  min-height: 567px;
}








#s-56a2be20-f735-4074-a4ca-460c0831a50c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-56a2be20-f735-4074-a4ca-460c0831a50c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6dbb9807-d87d-4ba7-85dc-324be64ee0d7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6dbb9807-d87d-4ba7-85dc-324be64ee0d7 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-e6ae1f97-b1c7-44a1-b720-9a46a86ac1e2 {
  min-height: 50px;
}








#s-e6ae1f97-b1c7-44a1-b720-9a46a86ac1e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e6ae1f97-b1c7-44a1-b720-9a46a86ac1e2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9ca515a3-ab50-4275-9e8b-a677456f8f67 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}
@media (min-width: 1200px){#s-9ca515a3-ab50-4275-9e8b-a677456f8f67 {
  display: none;
}
#s-9ca515a3-ab50-4275-9e8b-a677456f8f67, #wrap-s-9ca515a3-ab50-4275-9e8b-a677456f8f67 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9ca515a3-ab50-4275-9e8b-a677456f8f67 {
  display: none;
}
#s-9ca515a3-ab50-4275-9e8b-a677456f8f67, #wrap-s-9ca515a3-ab50-4275-9e8b-a677456f8f67 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9ca515a3-ab50-4275-9e8b-a677456f8f67 {
  display: none;
}
#s-9ca515a3-ab50-4275-9e8b-a677456f8f67, #wrap-s-9ca515a3-ab50-4275-9e8b-a677456f8f67 { display:none !important; }}
#s-9ca515a3-ab50-4275-9e8b-a677456f8f67 {
  background-image: url(../../i.shgcdn.com/3a4d9651-17a7-494f-9c0d-dff0d6e96279/-/format/auto/-/preview/3000x3000/-/quality/lighter/lighter.jpeg);
}








#s-9ca515a3-ab50-4275-9e8b-a677456f8f67 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9ca515a3-ab50-4275-9e8b-a677456f8f67 {
  cursor: pointer;
}#s-9ca515a3-ab50-4275-9e8b-a677456f8f67.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3b615c22-9d76-4633-852d-576f3ab09e1e {
  min-height: 415px;
}








#s-3b615c22-9d76-4633-852d-576f3ab09e1e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3b615c22-9d76-4633-852d-576f3ab09e1e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-163be11a-0bfe-48cc-8c10-442d71a4e644 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-163be11a-0bfe-48cc-8c10-442d71a4e644 .shogun-heading-component h1 {
  color: rgba(255, 253, 253, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-1af71383-e142-4137-8ee4-de1d89d30ae3 {
  margin-top: 80px;
margin-bottom: 60px;
min-height: 50px;
}








#s-1af71383-e142-4137-8ee4-de1d89d30ae3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1af71383-e142-4137-8ee4-de1d89d30ae3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-903ad771-ae2b-4a3a-a57b-d10cd6ec062c {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-903ad771-ae2b-4a3a-a57b-d10cd6ec062c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-903ad771-ae2b-4a3a-a57b-d10cd6ec062c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-903ad771-ae2b-4a3a-a57b-d10cd6ec062c {
  
}
}@media (max-width: 767px){#s-903ad771-ae2b-4a3a-a57b-d10cd6ec062c {
  
}
}
#s-903ad771-ae2b-4a3a-a57b-d10cd6ec062c .shogun-heading-component h4 {
  color: #000;
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 2px;
  
}


#s-903ad771-ae2b-4a3a-a57b-d10cd6ec062c .shogun-heading-component h4 a {
  color: #000;
}

@media (min-width: 768px) and (max-width: 991px){#s-903ad771-ae2b-4a3a-a57b-d10cd6ec062c .shogun-heading-component h4 {
  color: #000;
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 2px;
  
}


#s-903ad771-ae2b-4a3a-a57b-d10cd6ec062c .shogun-heading-component h4 a {
  color: #000;
}

}@media (max-width: 767px){#s-903ad771-ae2b-4a3a-a57b-d10cd6ec062c .shogun-heading-component h4 {
  color: #000;
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 2px;
  
}


#s-903ad771-ae2b-4a3a-a57b-d10cd6ec062c .shogun-heading-component h4 a {
  color: #000;
}

}
#s-c7ba9328-e778-4083-bf4d-bc628f319ecb {
  margin-top: 25px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
max-width: 1400px;
}

@media (min-width: 0px) {
[id="s-c7ba9328-e778-4083-bf4d-bc628f319ecb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-c7ba9328-e778-4083-bf4d-bc628f319ecb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c7ba9328-e778-4083-bf4d-bc628f319ecb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c7ba9328-e778-4083-bf4d-bc628f319ecb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-e5bb6d1a-89d3-475f-ab86-996ae5b09232 {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

#s-571046f2-fcb8-4ff0-942b-3699105ce78f {
  text-align: left;
}



.shg-c#s-571046f2-fcb8-4ff0-942b-3699105ce78f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-571046f2-fcb8-4ff0-942b-3699105ce78f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-571046f2-fcb8-4ff0-942b-3699105ce78f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-571046f2-fcb8-4ff0-942b-3699105ce78f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-571046f2-fcb8-4ff0-942b-3699105ce78f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-571046f2-fcb8-4ff0-942b-3699105ce78f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-571046f2-fcb8-4ff0-942b-3699105ce78f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-571046f2-fcb8-4ff0-942b-3699105ce78f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-571046f2-fcb8-4ff0-942b-3699105ce78f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-571046f2-fcb8-4ff0-942b-3699105ce78f img.shogun-image {
  width: 100%;
}



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

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

#s-e1764a6c-42ac-469d-aec4-afb5b299cb46 {
  padding-top: 15px;
padding-bottom: 20px;
text-align: center;
}

#s-e1764a6c-42ac-469d-aec4-afb5b299cb46 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-b35a14a0-dd88-41c5-b26b-5107ef90cecb {
  display: none;
}
#s-9d125ac1-2ac6-4835-a551-62f57e1a03f4 {
  text-align: left;
}



.shg-c#s-9d125ac1-2ac6-4835-a551-62f57e1a03f4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d125ac1-2ac6-4835-a551-62f57e1a03f4 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9d125ac1-2ac6-4835-a551-62f57e1a03f4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d125ac1-2ac6-4835-a551-62f57e1a03f4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9d125ac1-2ac6-4835-a551-62f57e1a03f4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d125ac1-2ac6-4835-a551-62f57e1a03f4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9d125ac1-2ac6-4835-a551-62f57e1a03f4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d125ac1-2ac6-4835-a551-62f57e1a03f4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9d125ac1-2ac6-4835-a551-62f57e1a03f4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d125ac1-2ac6-4835-a551-62f57e1a03f4 img.shogun-image {
  width: 100%;
}



}
#s-21c095b3-4446-4458-9b98-b01f8cc34ee2 {
  padding-top: 15px;
padding-bottom: 20px;
text-align: center;
}

#s-21c095b3-4446-4458-9b98-b01f8cc34ee2 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-3b094356-3179-44f5-bd37-7bb8fa37113e {
  display: none;
}
#s-3c22ac33-9119-461f-84f3-be0731093cab {
  text-align: left;
}



.shg-c#s-3c22ac33-9119-461f-84f3-be0731093cab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c22ac33-9119-461f-84f3-be0731093cab img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3c22ac33-9119-461f-84f3-be0731093cab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c22ac33-9119-461f-84f3-be0731093cab img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3c22ac33-9119-461f-84f3-be0731093cab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c22ac33-9119-461f-84f3-be0731093cab img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3c22ac33-9119-461f-84f3-be0731093cab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c22ac33-9119-461f-84f3-be0731093cab img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3c22ac33-9119-461f-84f3-be0731093cab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c22ac33-9119-461f-84f3-be0731093cab img.shogun-image {
  width: 100%;
}



}
#s-17aa9249-3b3a-4755-a2e4-731ea769ae12 {
  padding-top: 15px;
padding-bottom: 20px;
text-align: center;
}

#s-17aa9249-3b3a-4755-a2e4-731ea769ae12 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-f2c0a875-c84f-479f-a986-63f097545c94 {
  display: none;
}
#s-a2cbb969-6285-49b2-ae81-e626b8fcc021 {
  display: none;
}
#s-65008ff8-d52c-4523-85cd-62bcacf3f317 {
  text-align: left;
}



.shg-c#s-65008ff8-d52c-4523-85cd-62bcacf3f317 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-65008ff8-d52c-4523-85cd-62bcacf3f317 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-65008ff8-d52c-4523-85cd-62bcacf3f317 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-65008ff8-d52c-4523-85cd-62bcacf3f317 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-65008ff8-d52c-4523-85cd-62bcacf3f317 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-65008ff8-d52c-4523-85cd-62bcacf3f317 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-65008ff8-d52c-4523-85cd-62bcacf3f317 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-65008ff8-d52c-4523-85cd-62bcacf3f317 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-65008ff8-d52c-4523-85cd-62bcacf3f317 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-65008ff8-d52c-4523-85cd-62bcacf3f317 img.shogun-image {
  width: 100%;
}



}
#s-fe300f01-c290-493a-b5dd-570d82f53c43 {
  padding-top: 15px;
padding-bottom: 20px;
text-align: center;
}

#s-fe300f01-c290-493a-b5dd-570d82f53c43 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-e7f7d985-ac4a-484b-9266-58af3779e2ad {
  padding-top: 0px;
padding-bottom: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-cover {
  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-0f932739-0289-48cc-b733-72a9bb3a1ee5 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-0f932739-0289-48cc-b733-72a9bb3a1ee5 {
  display: none;
}
#s-0f932739-0289-48cc-b733-72a9bb3a1ee5, #wrap-s-0f932739-0289-48cc-b733-72a9bb3a1ee5 { display:none !important; }}@media (max-width: 767px){#s-0f932739-0289-48cc-b733-72a9bb3a1ee5 {
  display: none;
}
#s-0f932739-0289-48cc-b733-72a9bb3a1ee5, #wrap-s-0f932739-0289-48cc-b733-72a9bb3a1ee5 { display:none !important; }}






  #s-0f932739-0289-48cc-b733-72a9bb3a1ee5 img.shogun-image {
    

    
    
    
  }


#s-0f932739-0289-48cc-b733-72a9bb3a1ee5 .shogun-image-content {
  
    align-items: center;
  
}

#s-da9eab11-f457-4092-acc0-d824a77466da {
  min-height: 370px;
}








#s-da9eab11-f457-4092-acc0-d824a77466da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-da9eab11-f457-4092-acc0-d824a77466da.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-61236089-e14d-4857-bd20-514121df5736 {
  padding-top: 30px;
padding-bottom: 30px;
text-align: center;
}

#s-61236089-e14d-4857-bd20-514121df5736 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-209bbb20-0c8c-4485-b4b8-edeb7b28212c {
  background-repeat: no-repeat;
background-size: cover;
min-height: 550px;
background-position: center center;
}
@media (min-width: 1200px){#s-209bbb20-0c8c-4485-b4b8-edeb7b28212c {
  display: none;
}
#s-209bbb20-0c8c-4485-b4b8-edeb7b28212c, #wrap-s-209bbb20-0c8c-4485-b4b8-edeb7b28212c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-209bbb20-0c8c-4485-b4b8-edeb7b28212c {
  display: none;
}
#s-209bbb20-0c8c-4485-b4b8-edeb7b28212c, #wrap-s-209bbb20-0c8c-4485-b4b8-edeb7b28212c { display:none !important; }}@media (max-width: 767px){#s-209bbb20-0c8c-4485-b4b8-edeb7b28212c {
  display: none;
}
#s-209bbb20-0c8c-4485-b4b8-edeb7b28212c, #wrap-s-209bbb20-0c8c-4485-b4b8-edeb7b28212c { display:none !important; }}







#s-209bbb20-0c8c-4485-b4b8-edeb7b28212c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-209bbb20-0c8c-4485-b4b8-edeb7b28212c {
  cursor: pointer;
}#s-209bbb20-0c8c-4485-b4b8-edeb7b28212c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8d125f13-89e3-49bd-831e-1f0fb1b17976 {
  min-height: 300px;
}








#s-8d125f13-89e3-49bd-831e-1f0fb1b17976 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8d125f13-89e3-49bd-831e-1f0fb1b17976.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-96f1ce7a-64dd-4b9c-a0a0-0257b2d5eafe {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-96f1ce7a-64dd-4b9c-a0a0-0257b2d5eafe .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-0a9dffdd-ba81-49a4-9231-607c51774aca {
  min-height: 50px;
}
@media (min-width: 1200px){#s-0a9dffdd-ba81-49a4-9231-607c51774aca {
  display: none;
}
#s-0a9dffdd-ba81-49a4-9231-607c51774aca, #wrap-s-0a9dffdd-ba81-49a4-9231-607c51774aca { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0a9dffdd-ba81-49a4-9231-607c51774aca {
  display: none;
}
#s-0a9dffdd-ba81-49a4-9231-607c51774aca, #wrap-s-0a9dffdd-ba81-49a4-9231-607c51774aca { display:none !important; }}







#s-0a9dffdd-ba81-49a4-9231-607c51774aca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0a9dffdd-ba81-49a4-9231-607c51774aca.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-df869160-e2ba-40de-8da7-d0627a7f54b2 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-df869160-e2ba-40de-8da7-d0627a7f54b2 {
  display: none;
}
#s-df869160-e2ba-40de-8da7-d0627a7f54b2, #wrap-s-df869160-e2ba-40de-8da7-d0627a7f54b2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-df869160-e2ba-40de-8da7-d0627a7f54b2 {
  display: none;
}
#s-df869160-e2ba-40de-8da7-d0627a7f54b2, #wrap-s-df869160-e2ba-40de-8da7-d0627a7f54b2 { display:none !important; }}@media (max-width: 767px){#s-df869160-e2ba-40de-8da7-d0627a7f54b2 {
  display: none;
}
#s-df869160-e2ba-40de-8da7-d0627a7f54b2, #wrap-s-df869160-e2ba-40de-8da7-d0627a7f54b2 { display:none !important; }}







#s-df869160-e2ba-40de-8da7-d0627a7f54b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-df869160-e2ba-40de-8da7-d0627a7f54b2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5c6f5b56-e5eb-4965-bf55-35668e093887 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5c6f5b56-e5eb-4965-bf55-35668e093887 {
  display: none;
}
#s-5c6f5b56-e5eb-4965-bf55-35668e093887, #wrap-s-5c6f5b56-e5eb-4965-bf55-35668e093887 { display:none !important; }}@media (max-width: 767px){#s-5c6f5b56-e5eb-4965-bf55-35668e093887 {
  display: none;
}
#s-5c6f5b56-e5eb-4965-bf55-35668e093887, #wrap-s-5c6f5b56-e5eb-4965-bf55-35668e093887 { display:none !important; }}







#s-5c6f5b56-e5eb-4965-bf55-35668e093887 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5c6f5b56-e5eb-4965-bf55-35668e093887.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6c033574-e0ee-42c5-be3d-7f505cebc226 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6c033574-e0ee-42c5-be3d-7f505cebc226 {
  display: none;
}
#s-6c033574-e0ee-42c5-be3d-7f505cebc226, #wrap-s-6c033574-e0ee-42c5-be3d-7f505cebc226 { display:none !important; }}@media (max-width: 767px){#s-6c033574-e0ee-42c5-be3d-7f505cebc226 {
  display: none;
}
#s-6c033574-e0ee-42c5-be3d-7f505cebc226, #wrap-s-6c033574-e0ee-42c5-be3d-7f505cebc226 { display:none !important; }}







#s-6c033574-e0ee-42c5-be3d-7f505cebc226 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6c033574-e0ee-42c5-be3d-7f505cebc226.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d021b81e-823a-47ec-8fa4-3292cdd27adf {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 100px;
padding-left: 10%;
padding-bottom: 100px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-d021b81e-823a-47ec-8fa4-3292cdd27adf {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d021b81e-823a-47ec-8fa4-3292cdd27adf {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d021b81e-823a-47ec-8fa4-3292cdd27adf {
  padding-top: 60px;
padding-left: 5%;
padding-bottom: 60px;
padding-right: 5%;
display: none;
}
#s-d021b81e-823a-47ec-8fa4-3292cdd27adf, #wrap-s-d021b81e-823a-47ec-8fa4-3292cdd27adf { display:none !important; }}@media (max-width: 767px){#s-d021b81e-823a-47ec-8fa4-3292cdd27adf {
  padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
}
}







#s-d021b81e-823a-47ec-8fa4-3292cdd27adf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d021b81e-823a-47ec-8fa4-3292cdd27adf.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-44d6726e-b841-4fd0-a541-9af282797957 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 40px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-44d6726e-b841-4fd0-a541-9af282797957 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-44d6726e-b841-4fd0-a541-9af282797957 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-44d6726e-b841-4fd0-a541-9af282797957 {
  
}
}@media (max-width: 767px){#s-44d6726e-b841-4fd0-a541-9af282797957 {
  
}
}
#s-44d6726e-b841-4fd0-a541-9af282797957 .shogun-heading-component h4 {
  color: #000;
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 2px;
  
}


#s-44d6726e-b841-4fd0-a541-9af282797957 .shogun-heading-component h4 a {
  color: #000;
}

@media (min-width: 768px) and (max-width: 991px){#s-44d6726e-b841-4fd0-a541-9af282797957 .shogun-heading-component h4 {
  color: #000;
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 2px;
  
}


#s-44d6726e-b841-4fd0-a541-9af282797957 .shogun-heading-component h4 a {
  color: #000;
}

}@media (max-width: 767px){#s-44d6726e-b841-4fd0-a541-9af282797957 .shogun-heading-component h4 {
  color: #000;
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 2px;
  
}


#s-44d6726e-b841-4fd0-a541-9af282797957 .shogun-heading-component h4 a {
  color: #000;
}

}
@media (min-width: 0px) {
[id="s-5dd7290e-3a12-4cfc-8921-acd882c9d1e9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5dd7290e-3a12-4cfc-8921-acd882c9d1e9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5dd7290e-3a12-4cfc-8921-acd882c9d1e9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5dd7290e-3a12-4cfc-8921-acd882c9d1e9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-50ca96f2-83f4-4bd2-902c-1e4a12def028 {
  min-height: 50px;
}
@media (max-width: 767px){#s-50ca96f2-83f4-4bd2-902c-1e4a12def028 {
  margin-top: 0px;
margin-bottom: 60px;
}
}







#s-50ca96f2-83f4-4bd2-902c-1e4a12def028 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-50ca96f2-83f4-4bd2-902c-1e4a12def028.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f86af655-db90-4a5e-81e3-120cfb08c196 {
  display: none;
}
#s-4259dad0-5d01-4a6f-afd2-8e901d932743 {
  text-align: left;
}



.shg-c#s-4259dad0-5d01-4a6f-afd2-8e901d932743 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4259dad0-5d01-4a6f-afd2-8e901d932743 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4259dad0-5d01-4a6f-afd2-8e901d932743 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4259dad0-5d01-4a6f-afd2-8e901d932743 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4259dad0-5d01-4a6f-afd2-8e901d932743 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4259dad0-5d01-4a6f-afd2-8e901d932743 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4259dad0-5d01-4a6f-afd2-8e901d932743 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4259dad0-5d01-4a6f-afd2-8e901d932743 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4259dad0-5d01-4a6f-afd2-8e901d932743 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4259dad0-5d01-4a6f-afd2-8e901d932743 img.shogun-image {
  width: 100%;
}



}
#s-f3481299-d10b-455d-b979-642864389abc {
  margin-top: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-f3481299-d10b-455d-b979-642864389abc .shg-product-title-component h6 {
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-32d157a9-ca00-4641-8ee5-82aabe787804 {
  min-height: 50px;
}
@media (max-width: 767px){#s-32d157a9-ca00-4641-8ee5-82aabe787804 {
  margin-top: 0px;
margin-bottom: 60px;
}
}







#s-32d157a9-ca00-4641-8ee5-82aabe787804 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-32d157a9-ca00-4641-8ee5-82aabe787804.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ae1eac99-e8e2-411d-8ff9-10be4bc9cb4b {
  display: none;
}
#s-f40a6239-e3c2-419e-aa48-cf532cab12c6 {
  text-align: left;
}



.shg-c#s-f40a6239-e3c2-419e-aa48-cf532cab12c6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f40a6239-e3c2-419e-aa48-cf532cab12c6 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f40a6239-e3c2-419e-aa48-cf532cab12c6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f40a6239-e3c2-419e-aa48-cf532cab12c6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f40a6239-e3c2-419e-aa48-cf532cab12c6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f40a6239-e3c2-419e-aa48-cf532cab12c6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f40a6239-e3c2-419e-aa48-cf532cab12c6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f40a6239-e3c2-419e-aa48-cf532cab12c6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f40a6239-e3c2-419e-aa48-cf532cab12c6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f40a6239-e3c2-419e-aa48-cf532cab12c6 img.shogun-image {
  width: 100%;
}



}
#s-979dd61c-0726-4ecc-92fb-b5cfdba10207 {
  margin-top: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-979dd61c-0726-4ecc-92fb-b5cfdba10207 .shg-product-title-component h6 {
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-b666f53a-bde5-4379-abcc-55e6b52e2477 {
  min-height: 50px;
}
@media (max-width: 767px){#s-b666f53a-bde5-4379-abcc-55e6b52e2477 {
  margin-top: 0px;
}
}







#s-b666f53a-bde5-4379-abcc-55e6b52e2477 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b666f53a-bde5-4379-abcc-55e6b52e2477.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2b5431a2-7d1a-4570-bb9b-a1e58b789fff {
  display: none;
}
#s-48ef1b4a-18b9-4847-bb3e-dfb2a6f2e843 {
  text-align: left;
}



.shg-c#s-48ef1b4a-18b9-4847-bb3e-dfb2a6f2e843 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-48ef1b4a-18b9-4847-bb3e-dfb2a6f2e843 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-48ef1b4a-18b9-4847-bb3e-dfb2a6f2e843 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-48ef1b4a-18b9-4847-bb3e-dfb2a6f2e843 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-48ef1b4a-18b9-4847-bb3e-dfb2a6f2e843 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-48ef1b4a-18b9-4847-bb3e-dfb2a6f2e843 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-48ef1b4a-18b9-4847-bb3e-dfb2a6f2e843 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-48ef1b4a-18b9-4847-bb3e-dfb2a6f2e843 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-48ef1b4a-18b9-4847-bb3e-dfb2a6f2e843 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-48ef1b4a-18b9-4847-bb3e-dfb2a6f2e843 img.shogun-image {
  width: 100%;
}



}
#s-8fdc98d3-6e54-477e-b8e1-91397dca9b56 {
  margin-top: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-8fdc98d3-6e54-477e-b8e1-91397dca9b56 .shg-product-title-component h6 {
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-bb85bb26-2fd4-4b13-944e-38696c59754c {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 100px;
padding-left: 10%;
padding-bottom: 100px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-bb85bb26-2fd4-4b13-944e-38696c59754c {
  display: none;
}
#s-bb85bb26-2fd4-4b13-944e-38696c59754c, #wrap-s-bb85bb26-2fd4-4b13-944e-38696c59754c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bb85bb26-2fd4-4b13-944e-38696c59754c {
  display: none;
}
#s-bb85bb26-2fd4-4b13-944e-38696c59754c, #wrap-s-bb85bb26-2fd4-4b13-944e-38696c59754c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bb85bb26-2fd4-4b13-944e-38696c59754c {
  padding-top: 60px;
padding-left: 5%;
padding-bottom: 60px;
padding-right: 5%;
}
}@media (max-width: 767px){#s-bb85bb26-2fd4-4b13-944e-38696c59754c {
  padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
display: none;
}
#s-bb85bb26-2fd4-4b13-944e-38696c59754c, #wrap-s-bb85bb26-2fd4-4b13-944e-38696c59754c { display:none !important; }}







#s-bb85bb26-2fd4-4b13-944e-38696c59754c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bb85bb26-2fd4-4b13-944e-38696c59754c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b302280b-159f-41fc-ac9c-ed60e2a99508 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 40px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-b302280b-159f-41fc-ac9c-ed60e2a99508 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b302280b-159f-41fc-ac9c-ed60e2a99508 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b302280b-159f-41fc-ac9c-ed60e2a99508 {
  
}
}@media (max-width: 767px){#s-b302280b-159f-41fc-ac9c-ed60e2a99508 {
  
}
}
#s-b302280b-159f-41fc-ac9c-ed60e2a99508 .shogun-heading-component h4 {
  color: #000;
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 2px;
  
}


#s-b302280b-159f-41fc-ac9c-ed60e2a99508 .shogun-heading-component h4 a {
  color: #000;
}

@media (min-width: 768px) and (max-width: 991px){#s-b302280b-159f-41fc-ac9c-ed60e2a99508 .shogun-heading-component h4 {
  color: #000;
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 2px;
  
}


#s-b302280b-159f-41fc-ac9c-ed60e2a99508 .shogun-heading-component h4 a {
  color: #000;
}

}@media (max-width: 767px){#s-b302280b-159f-41fc-ac9c-ed60e2a99508 .shogun-heading-component h4 {
  color: #000;
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 2px;
  
}


#s-b302280b-159f-41fc-ac9c-ed60e2a99508 .shogun-heading-component h4 a {
  color: #000;
}

}
@media (min-width: 0px) {
[id="s-de977bea-729b-4ff0-884a-2ee650748aa1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-de977bea-729b-4ff0-884a-2ee650748aa1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-de977bea-729b-4ff0-884a-2ee650748aa1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-de977bea-729b-4ff0-884a-2ee650748aa1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-b7419674-56b9-4dfa-bbf5-f41b69b9b8aa {
  min-height: 50px;
}
@media (max-width: 767px){#s-b7419674-56b9-4dfa-bbf5-f41b69b9b8aa {
  margin-top: 0px;
margin-bottom: 60px;
}
}







#s-b7419674-56b9-4dfa-bbf5-f41b69b9b8aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b7419674-56b9-4dfa-bbf5-f41b69b9b8aa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-52623d9f-2322-4c30-9d8b-8e11cdd6cf88 {
  display: none;
}
#s-9182f80a-5bf6-47c6-8f98-9ff8b06dcb0b {
  text-align: left;
}



.shg-c#s-9182f80a-5bf6-47c6-8f98-9ff8b06dcb0b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9182f80a-5bf6-47c6-8f98-9ff8b06dcb0b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9182f80a-5bf6-47c6-8f98-9ff8b06dcb0b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9182f80a-5bf6-47c6-8f98-9ff8b06dcb0b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9182f80a-5bf6-47c6-8f98-9ff8b06dcb0b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9182f80a-5bf6-47c6-8f98-9ff8b06dcb0b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9182f80a-5bf6-47c6-8f98-9ff8b06dcb0b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9182f80a-5bf6-47c6-8f98-9ff8b06dcb0b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9182f80a-5bf6-47c6-8f98-9ff8b06dcb0b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9182f80a-5bf6-47c6-8f98-9ff8b06dcb0b img.shogun-image {
  width: 100%;
}



}
#s-106561e2-571f-4d2e-9637-dafc1663dfbf {
  margin-top: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-106561e2-571f-4d2e-9637-dafc1663dfbf .shg-product-title-component h6 {
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-01d986d7-4f90-48c5-9c4e-dfe488035bab {
  min-height: 50px;
}
@media (max-width: 767px){#s-01d986d7-4f90-48c5-9c4e-dfe488035bab {
  margin-top: 0px;
margin-bottom: 60px;
}
}







#s-01d986d7-4f90-48c5-9c4e-dfe488035bab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-01d986d7-4f90-48c5-9c4e-dfe488035bab.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8696c6de-796f-4e2b-ad1a-a8e7ee43afc3 {
  display: none;
}
#s-578558e0-c894-45bf-9f70-9768cbaeb87e {
  text-align: left;
}



.shg-c#s-578558e0-c894-45bf-9f70-9768cbaeb87e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-578558e0-c894-45bf-9f70-9768cbaeb87e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-578558e0-c894-45bf-9f70-9768cbaeb87e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-578558e0-c894-45bf-9f70-9768cbaeb87e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-578558e0-c894-45bf-9f70-9768cbaeb87e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-578558e0-c894-45bf-9f70-9768cbaeb87e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-578558e0-c894-45bf-9f70-9768cbaeb87e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-578558e0-c894-45bf-9f70-9768cbaeb87e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-578558e0-c894-45bf-9f70-9768cbaeb87e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-578558e0-c894-45bf-9f70-9768cbaeb87e img.shogun-image {
  width: 100%;
}



}
#s-ddb8eb44-13ba-4088-8acb-6f3b80fe76f7 {
  margin-top: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-ddb8eb44-13ba-4088-8acb-6f3b80fe76f7 .shg-product-title-component h6 {
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-4b98a257-7dfa-4549-aebb-713a6067a02d {
  min-height: 50px;
}
@media (max-width: 767px){#s-4b98a257-7dfa-4549-aebb-713a6067a02d {
  margin-top: 0px;
}
}







#s-4b98a257-7dfa-4549-aebb-713a6067a02d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4b98a257-7dfa-4549-aebb-713a6067a02d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d77dd93e-f5c5-4f72-b2f2-6fc78f636e34 {
  display: none;
}
#s-c97775fa-fc1f-4319-a316-925934458b33 {
  text-align: left;
}



.shg-c#s-c97775fa-fc1f-4319-a316-925934458b33 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c97775fa-fc1f-4319-a316-925934458b33 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c97775fa-fc1f-4319-a316-925934458b33 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c97775fa-fc1f-4319-a316-925934458b33 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c97775fa-fc1f-4319-a316-925934458b33 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c97775fa-fc1f-4319-a316-925934458b33 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c97775fa-fc1f-4319-a316-925934458b33 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c97775fa-fc1f-4319-a316-925934458b33 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c97775fa-fc1f-4319-a316-925934458b33 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c97775fa-fc1f-4319-a316-925934458b33 img.shogun-image {
  width: 100%;
}



}
#s-297a3bcd-2100-4570-92dc-ed645ce9c033 {
  margin-top: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-297a3bcd-2100-4570-92dc-ed645ce9c033 .shg-product-title-component h6 {
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-169c4b8c-fb78-4dd7-91fe-c2bfc3db52e1 {
  min-height: 50px;
}








#s-169c4b8c-fb78-4dd7-91fe-c2bfc3db52e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-169c4b8c-fb78-4dd7-91fe-c2bfc3db52e1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3e077126-f2f8-466c-91bb-f2975e5c5898 {
  padding-top: 100px;
padding-left: 10%;
padding-bottom: 100px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-3e077126-f2f8-466c-91bb-f2975e5c5898 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3e077126-f2f8-466c-91bb-f2975e5c5898 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3e077126-f2f8-466c-91bb-f2975e5c5898 {
  padding-top: 60px;
padding-left: 5%;
padding-bottom: 60px;
padding-right: 5%;
display: none;
}
#s-3e077126-f2f8-466c-91bb-f2975e5c5898, #wrap-s-3e077126-f2f8-466c-91bb-f2975e5c5898 { display:none !important; }}@media (max-width: 767px){#s-3e077126-f2f8-466c-91bb-f2975e5c5898 {
  padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
display: none;
}
#s-3e077126-f2f8-466c-91bb-f2975e5c5898, #wrap-s-3e077126-f2f8-466c-91bb-f2975e5c5898 { display:none !important; }}







#s-3e077126-f2f8-466c-91bb-f2975e5c5898 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3e077126-f2f8-466c-91bb-f2975e5c5898.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-980cd831-fd34-4621-9a40-7f8afedd30c2 {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-980cd831-fd34-4621-9a40-7f8afedd30c2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-980cd831-fd34-4621-9a40-7f8afedd30c2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-980cd831-fd34-4621-9a40-7f8afedd30c2 {
  
}
}@media (max-width: 767px){#s-980cd831-fd34-4621-9a40-7f8afedd30c2 {
  
}
}
@media (min-width: 0px) {
[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-af7f19a6-fadf-4f57-a675-cd2e7edb1d74 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 480px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-af7f19a6-fadf-4f57-a675-cd2e7edb1d74 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-af7f19a6-fadf-4f57-a675-cd2e7edb1d74 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-af7f19a6-fadf-4f57-a675-cd2e7edb1d74 {
  min-height: 240px;
}
}@media (max-width: 767px){#s-af7f19a6-fadf-4f57-a675-cd2e7edb1d74 {
  margin-bottom: 20px;
min-height: 300px;
}
}







#s-af7f19a6-fadf-4f57-a675-cd2e7edb1d74 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.25;
}#s-af7f19a6-fadf-4f57-a675-cd2e7edb1d74 {
  cursor: pointer;
}#s-af7f19a6-fadf-4f57-a675-cd2e7edb1d74.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7e50737e-d546-4d43-9651-1e01ce37ebb7 {
  text-align: center;
}
@media (min-width: 1200px){#s-7e50737e-d546-4d43-9651-1e01ce37ebb7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7e50737e-d546-4d43-9651-1e01ce37ebb7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7e50737e-d546-4d43-9651-1e01ce37ebb7 {
  
}
}@media (max-width: 767px){#s-7e50737e-d546-4d43-9651-1e01ce37ebb7 {
  
}
}
#s-7e50737e-d546-4d43-9651-1e01ce37ebb7 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-f4d2c2e3-4235-496f-9fef-2a90a4358c52 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 480px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-f4d2c2e3-4235-496f-9fef-2a90a4358c52 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f4d2c2e3-4235-496f-9fef-2a90a4358c52 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f4d2c2e3-4235-496f-9fef-2a90a4358c52 {
  min-height: 240px;
}
}@media (max-width: 767px){#s-f4d2c2e3-4235-496f-9fef-2a90a4358c52 {
  min-height: 300px;
}
}







#s-f4d2c2e3-4235-496f-9fef-2a90a4358c52 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.25;
}#s-f4d2c2e3-4235-496f-9fef-2a90a4358c52 {
  cursor: pointer;
}#s-f4d2c2e3-4235-496f-9fef-2a90a4358c52.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-17039285-0d07-4d24-8805-5e3d00f9a4ef {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-17039285-0d07-4d24-8805-5e3d00f9a4ef {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-17039285-0d07-4d24-8805-5e3d00f9a4ef {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-17039285-0d07-4d24-8805-5e3d00f9a4ef {
  
}
}@media (max-width: 767px){#s-17039285-0d07-4d24-8805-5e3d00f9a4ef {
  
}
}
#s-17039285-0d07-4d24-8805-5e3d00f9a4ef .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-4455cebe-cceb-4745-bd54-6c4b1c13103c {
  padding-top: 100px;
padding-left: 10%;
padding-bottom: 100px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-4455cebe-cceb-4745-bd54-6c4b1c13103c {
  display: none;
}
#s-4455cebe-cceb-4745-bd54-6c4b1c13103c, #wrap-s-4455cebe-cceb-4745-bd54-6c4b1c13103c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4455cebe-cceb-4745-bd54-6c4b1c13103c {
  display: none;
}
#s-4455cebe-cceb-4745-bd54-6c4b1c13103c, #wrap-s-4455cebe-cceb-4745-bd54-6c4b1c13103c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4455cebe-cceb-4745-bd54-6c4b1c13103c {
  padding-top: 60px;
padding-left: 5%;
padding-bottom: 60px;
padding-right: 5%;
}
}@media (max-width: 767px){#s-4455cebe-cceb-4745-bd54-6c4b1c13103c {
  padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
display: none;
}
#s-4455cebe-cceb-4745-bd54-6c4b1c13103c, #wrap-s-4455cebe-cceb-4745-bd54-6c4b1c13103c { display:none !important; }}







#s-4455cebe-cceb-4745-bd54-6c4b1c13103c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4455cebe-cceb-4745-bd54-6c4b1c13103c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-32422ac4-9b3c-456c-b2a2-779c7081725d {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-32422ac4-9b3c-456c-b2a2-779c7081725d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-32422ac4-9b3c-456c-b2a2-779c7081725d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-32422ac4-9b3c-456c-b2a2-779c7081725d {
  
}
}@media (max-width: 767px){#s-32422ac4-9b3c-456c-b2a2-779c7081725d {
  
}
}
@media (min-width: 0px) {
[id="s-32422ac4-9b3c-456c-b2a2-779c7081725d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-32422ac4-9b3c-456c-b2a2-779c7081725d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-32422ac4-9b3c-456c-b2a2-779c7081725d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-32422ac4-9b3c-456c-b2a2-779c7081725d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-36888875-1ef7-4c16-b185-254eb9221ce4 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 480px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-36888875-1ef7-4c16-b185-254eb9221ce4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-36888875-1ef7-4c16-b185-254eb9221ce4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-36888875-1ef7-4c16-b185-254eb9221ce4 {
  min-height: 240px;
}
}@media (max-width: 767px){#s-36888875-1ef7-4c16-b185-254eb9221ce4 {
  margin-bottom: 20px;
min-height: 300px;
}
}







#s-36888875-1ef7-4c16-b185-254eb9221ce4 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.25;
}#s-36888875-1ef7-4c16-b185-254eb9221ce4 {
  cursor: pointer;
}#s-36888875-1ef7-4c16-b185-254eb9221ce4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7917e009-a5d9-4d56-ac90-6541706d9ed7 {
  text-align: center;
}
@media (min-width: 1200px){#s-7917e009-a5d9-4d56-ac90-6541706d9ed7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7917e009-a5d9-4d56-ac90-6541706d9ed7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7917e009-a5d9-4d56-ac90-6541706d9ed7 {
  
}
}@media (max-width: 767px){#s-7917e009-a5d9-4d56-ac90-6541706d9ed7 {
  
}
}
#s-7917e009-a5d9-4d56-ac90-6541706d9ed7 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-9a040af6-9808-47c0-866a-6365ebba7afd {
  min-height: 50px;
}
@media (min-width: 1200px){#s-9a040af6-9808-47c0-866a-6365ebba7afd {
  display: none;
}
#s-9a040af6-9808-47c0-866a-6365ebba7afd, #wrap-s-9a040af6-9808-47c0-866a-6365ebba7afd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9a040af6-9808-47c0-866a-6365ebba7afd {
  display: none;
}
#s-9a040af6-9808-47c0-866a-6365ebba7afd, #wrap-s-9a040af6-9808-47c0-866a-6365ebba7afd { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9a040af6-9808-47c0-866a-6365ebba7afd {
  display: none;
}
#s-9a040af6-9808-47c0-866a-6365ebba7afd, #wrap-s-9a040af6-9808-47c0-866a-6365ebba7afd { display:none !important; }}@media (max-width: 767px){#s-9a040af6-9808-47c0-866a-6365ebba7afd {
  display: none;
}
#s-9a040af6-9808-47c0-866a-6365ebba7afd, #wrap-s-9a040af6-9808-47c0-866a-6365ebba7afd { display:none !important; }}







#s-9a040af6-9808-47c0-866a-6365ebba7afd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9a040af6-9808-47c0-866a-6365ebba7afd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bdfd103f-4834-4407-ae56-8664b927db14 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-bdfd103f-4834-4407-ae56-8664b927db14 {
  display: none;
}
#s-bdfd103f-4834-4407-ae56-8664b927db14, #wrap-s-bdfd103f-4834-4407-ae56-8664b927db14 { display:none !important; }}







#s-bdfd103f-4834-4407-ae56-8664b927db14 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bdfd103f-4834-4407-ae56-8664b927db14.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5aa7f8d3-1734-41dc-b1fa-17efbfcf2433 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 480px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-5aa7f8d3-1734-41dc-b1fa-17efbfcf2433 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5aa7f8d3-1734-41dc-b1fa-17efbfcf2433 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5aa7f8d3-1734-41dc-b1fa-17efbfcf2433 {
  min-height: 240px;
}
}@media (max-width: 767px){#s-5aa7f8d3-1734-41dc-b1fa-17efbfcf2433 {
  min-height: 300px;
}
}







#s-5aa7f8d3-1734-41dc-b1fa-17efbfcf2433 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.25;
}#s-5aa7f8d3-1734-41dc-b1fa-17efbfcf2433 {
  cursor: pointer;
}#s-5aa7f8d3-1734-41dc-b1fa-17efbfcf2433.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-13bc9977-b2dd-4363-8495-57f368cc8e76 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-13bc9977-b2dd-4363-8495-57f368cc8e76 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-13bc9977-b2dd-4363-8495-57f368cc8e76 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-13bc9977-b2dd-4363-8495-57f368cc8e76 {
  
}
}@media (max-width: 767px){#s-13bc9977-b2dd-4363-8495-57f368cc8e76 {
  
}
}
#s-13bc9977-b2dd-4363-8495-57f368cc8e76 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-8b3a5fa0-3d20-4fe5-8055-a8fa4b90b5d0 {
  padding-top: 100px;
padding-left: 10%;
padding-bottom: 100px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-8b3a5fa0-3d20-4fe5-8055-a8fa4b90b5d0 {
  display: none;
}
#s-8b3a5fa0-3d20-4fe5-8055-a8fa4b90b5d0, #wrap-s-8b3a5fa0-3d20-4fe5-8055-a8fa4b90b5d0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8b3a5fa0-3d20-4fe5-8055-a8fa4b90b5d0 {
  display: none;
}
#s-8b3a5fa0-3d20-4fe5-8055-a8fa4b90b5d0, #wrap-s-8b3a5fa0-3d20-4fe5-8055-a8fa4b90b5d0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8b3a5fa0-3d20-4fe5-8055-a8fa4b90b5d0 {
  padding-top: 60px;
padding-left: 5%;
padding-bottom: 60px;
padding-right: 5%;
display: none;
}
#s-8b3a5fa0-3d20-4fe5-8055-a8fa4b90b5d0, #wrap-s-8b3a5fa0-3d20-4fe5-8055-a8fa4b90b5d0 { display:none !important; }}@media (max-width: 767px){#s-8b3a5fa0-3d20-4fe5-8055-a8fa4b90b5d0 {
  padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
}
}







#s-8b3a5fa0-3d20-4fe5-8055-a8fa4b90b5d0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b3a5fa0-3d20-4fe5-8055-a8fa4b90b5d0.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-53492ba3-aa6c-459e-9160-7de3274881de {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-53492ba3-aa6c-459e-9160-7de3274881de {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-53492ba3-aa6c-459e-9160-7de3274881de {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-53492ba3-aa6c-459e-9160-7de3274881de {
  
}
}@media (max-width: 767px){#s-53492ba3-aa6c-459e-9160-7de3274881de {
  
}
}
@media (min-width: 0px) {
[id="s-53492ba3-aa6c-459e-9160-7de3274881de"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-53492ba3-aa6c-459e-9160-7de3274881de"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-53492ba3-aa6c-459e-9160-7de3274881de"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-53492ba3-aa6c-459e-9160-7de3274881de"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-bc5a73aa-e965-485a-b09c-3ea99ed67b1e {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 480px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-bc5a73aa-e965-485a-b09c-3ea99ed67b1e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bc5a73aa-e965-485a-b09c-3ea99ed67b1e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bc5a73aa-e965-485a-b09c-3ea99ed67b1e {
  min-height: 240px;
}
}@media (max-width: 767px){#s-bc5a73aa-e965-485a-b09c-3ea99ed67b1e {
  margin-bottom: 20px;
min-height: 300px;
}
}







#s-bc5a73aa-e965-485a-b09c-3ea99ed67b1e > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.25;
}#s-bc5a73aa-e965-485a-b09c-3ea99ed67b1e {
  cursor: pointer;
}#s-bc5a73aa-e965-485a-b09c-3ea99ed67b1e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-063e9ed8-715c-4a6d-9f11-a3275f96ed4d {
  text-align: center;
}
@media (min-width: 1200px){#s-063e9ed8-715c-4a6d-9f11-a3275f96ed4d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-063e9ed8-715c-4a6d-9f11-a3275f96ed4d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-063e9ed8-715c-4a6d-9f11-a3275f96ed4d {
  
}
}@media (max-width: 767px){#s-063e9ed8-715c-4a6d-9f11-a3275f96ed4d {
  
}
}
#s-063e9ed8-715c-4a6d-9f11-a3275f96ed4d .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-fee105b5-9f9a-490b-b997-6ca921dca4b8 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 480px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-fee105b5-9f9a-490b-b997-6ca921dca4b8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fee105b5-9f9a-490b-b997-6ca921dca4b8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fee105b5-9f9a-490b-b997-6ca921dca4b8 {
  min-height: 240px;
}
}@media (max-width: 767px){#s-fee105b5-9f9a-490b-b997-6ca921dca4b8 {
  min-height: 300px;
}
}







#s-fee105b5-9f9a-490b-b997-6ca921dca4b8 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.25;
}#s-fee105b5-9f9a-490b-b997-6ca921dca4b8 {
  cursor: pointer;
}#s-fee105b5-9f9a-490b-b997-6ca921dca4b8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ed7681f7-e136-40b3-95fe-128aaf06c346 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-ed7681f7-e136-40b3-95fe-128aaf06c346 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ed7681f7-e136-40b3-95fe-128aaf06c346 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ed7681f7-e136-40b3-95fe-128aaf06c346 {
  
}
}@media (max-width: 767px){#s-ed7681f7-e136-40b3-95fe-128aaf06c346 {
  
}
}
#s-ed7681f7-e136-40b3-95fe-128aaf06c346 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-c6324b6f-b2ba-446b-b544-15ade243919d {
  min-height: 50px;
}








#s-c6324b6f-b2ba-446b-b544-15ade243919d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c6324b6f-b2ba-446b-b544-15ade243919d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e1486f6a-10e5-4eac-b8c5-376e281f22a3 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 100px;
padding-left: 10%;
padding-bottom: 100px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-e1486f6a-10e5-4eac-b8c5-376e281f22a3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e1486f6a-10e5-4eac-b8c5-376e281f22a3 {
  display: none;
}
#s-e1486f6a-10e5-4eac-b8c5-376e281f22a3, #wrap-s-e1486f6a-10e5-4eac-b8c5-376e281f22a3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e1486f6a-10e5-4eac-b8c5-376e281f22a3 {
  padding-top: 60px;
padding-left: 5%;
padding-bottom: 60px;
padding-right: 5%;
display: none;
}
#s-e1486f6a-10e5-4eac-b8c5-376e281f22a3, #wrap-s-e1486f6a-10e5-4eac-b8c5-376e281f22a3 { display:none !important; }}@media (max-width: 767px){#s-e1486f6a-10e5-4eac-b8c5-376e281f22a3 {
  padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
display: none;
}
#s-e1486f6a-10e5-4eac-b8c5-376e281f22a3, #wrap-s-e1486f6a-10e5-4eac-b8c5-376e281f22a3 { display:none !important; }}







#s-e1486f6a-10e5-4eac-b8c5-376e281f22a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e1486f6a-10e5-4eac-b8c5-376e281f22a3.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ff685442-10e2-42f9-9814-b9bdba9d5118 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 40px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-ff685442-10e2-42f9-9814-b9bdba9d5118 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ff685442-10e2-42f9-9814-b9bdba9d5118 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ff685442-10e2-42f9-9814-b9bdba9d5118 {
  
}
}@media (max-width: 767px){#s-ff685442-10e2-42f9-9814-b9bdba9d5118 {
  
}
}
#s-ff685442-10e2-42f9-9814-b9bdba9d5118 .shogun-heading-component h4 {
  color: #000;
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 2px;
  
}


#s-ff685442-10e2-42f9-9814-b9bdba9d5118 .shogun-heading-component h4 a {
  color: #000;
}

@media (min-width: 768px) and (max-width: 991px){#s-ff685442-10e2-42f9-9814-b9bdba9d5118 .shogun-heading-component h4 {
  color: #000;
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 2px;
  
}


#s-ff685442-10e2-42f9-9814-b9bdba9d5118 .shogun-heading-component h4 a {
  color: #000;
}

}@media (max-width: 767px){#s-ff685442-10e2-42f9-9814-b9bdba9d5118 .shogun-heading-component h4 {
  color: #000;
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 2px;
  
}


#s-ff685442-10e2-42f9-9814-b9bdba9d5118 .shogun-heading-component h4 a {
  color: #000;
}

}
@media (min-width: 0px) {
[id="s-c5110908-8041-4a9a-bb6c-3d760117f209"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c5110908-8041-4a9a-bb6c-3d760117f209"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c5110908-8041-4a9a-bb6c-3d760117f209"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c5110908-8041-4a9a-bb6c-3d760117f209"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-7903713c-fb9f-4ce1-8ee4-d51f434d730d {
  text-align: center;
}







  #s-7903713c-fb9f-4ce1-8ee4-d51f434d730d img.shogun-image {
    

    
    
    
  }


#s-7903713c-fb9f-4ce1-8ee4-d51f434d730d .shogun-image-content {
  
    align-items: center;
  
}

#s-b3b4b789-4b08-412d-907b-9ea066511688 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-b3b4b789-4b08-412d-907b-9ea066511688 {
  display: none;
}
#s-b3b4b789-4b08-412d-907b-9ea066511688, #wrap-s-b3b4b789-4b08-412d-907b-9ea066511688 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b3b4b789-4b08-412d-907b-9ea066511688 {
  display: none;
}
#s-b3b4b789-4b08-412d-907b-9ea066511688, #wrap-s-b3b4b789-4b08-412d-907b-9ea066511688 { display:none !important; }}







#s-b3b4b789-4b08-412d-907b-9ea066511688 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b3b4b789-4b08-412d-907b-9ea066511688.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fee51938-aba7-4946-bdb5-63fee9adaaf4 {
  padding-top: 40px;
padding-left: 80px;
padding-bottom: 40px;
padding-right: 80px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 2px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-fee51938-aba7-4946-bdb5-63fee9adaaf4 {
  padding-left: 40px;
padding-right: 40px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-fee51938-aba7-4946-bdb5-63fee9adaaf4 {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-fee51938-aba7-4946-bdb5-63fee9adaaf4 {
  padding-left: 40px;
padding-right: 40px;
}
}







#s-fee51938-aba7-4946-bdb5-63fee9adaaf4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fee51938-aba7-4946-bdb5-63fee9adaaf4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6d1bf2a2-9d23-43bf-ba5f-6444e1b92ef6 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-6d1bf2a2-9d23-43bf-ba5f-6444e1b92ef6 .shogun-heading-component h5 {
  color: rgba(6, 6, 6, 1);
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  
}



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

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

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

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

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

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

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

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

#s-a8ab0f83-6ec4-4968-8f85-970db07eaaa0 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 13px;
padding-left: 30px;
padding-bottom: 13px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-radius: 2px;
background-color: rgba(27, 28, 29, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
background-image: none;
hover-type: color;
}
#s-a8ab0f83-6ec4-4968-8f85-970db07eaaa0:hover {background-color: rgba(80, 88, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a8ab0f83-6ec4-4968-8f85-970db07eaaa0:active {background-color: rgba(38, 40, 41, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-a8ab0f83-6ec4-4968-8f85-970db07eaaa0-root {
    text-align: center;
  }


#s-a8ab0f83-6ec4-4968-8f85-970db07eaaa0.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a8ab0f83-6ec4-4968-8f85-970db07eaaa0-root {
    text-align: center;
  }


#s-a8ab0f83-6ec4-4968-8f85-970db07eaaa0.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a8ab0f83-6ec4-4968-8f85-970db07eaaa0-root {
    text-align: center;
  }


#s-a8ab0f83-6ec4-4968-8f85-970db07eaaa0.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a8ab0f83-6ec4-4968-8f85-970db07eaaa0-root {
    text-align: center;
  }


#s-a8ab0f83-6ec4-4968-8f85-970db07eaaa0.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a8ab0f83-6ec4-4968-8f85-970db07eaaa0-root {
    text-align: center;
  }


#s-a8ab0f83-6ec4-4968-8f85-970db07eaaa0.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}
#s-a9211660-a6a4-427f-847f-95d362d09402 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 100px;
padding-left: 10%;
padding-bottom: 100px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-a9211660-a6a4-427f-847f-95d362d09402 {
  display: none;
}
#s-a9211660-a6a4-427f-847f-95d362d09402, #wrap-s-a9211660-a6a4-427f-847f-95d362d09402 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a9211660-a6a4-427f-847f-95d362d09402 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a9211660-a6a4-427f-847f-95d362d09402 {
  padding-top: 60px;
padding-left: 5%;
padding-bottom: 60px;
padding-right: 5%;
display: none;
}
#s-a9211660-a6a4-427f-847f-95d362d09402, #wrap-s-a9211660-a6a4-427f-847f-95d362d09402 { display:none !important; }}@media (max-width: 767px){#s-a9211660-a6a4-427f-847f-95d362d09402 {
  padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
display: none;
}
#s-a9211660-a6a4-427f-847f-95d362d09402, #wrap-s-a9211660-a6a4-427f-847f-95d362d09402 { display:none !important; }}







#s-a9211660-a6a4-427f-847f-95d362d09402 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a9211660-a6a4-427f-847f-95d362d09402.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-360899eb-2c56-4507-ba67-247c83863082 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 40px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-360899eb-2c56-4507-ba67-247c83863082 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-360899eb-2c56-4507-ba67-247c83863082 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-360899eb-2c56-4507-ba67-247c83863082 {
  
}
}@media (max-width: 767px){#s-360899eb-2c56-4507-ba67-247c83863082 {
  
}
}
#s-360899eb-2c56-4507-ba67-247c83863082 .shogun-heading-component h4 {
  color: #000;
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 2px;
  
}


#s-360899eb-2c56-4507-ba67-247c83863082 .shogun-heading-component h4 a {
  color: #000;
}


@media (min-width: 0px) {
[id="s-37203ee9-43ca-48c4-be6e-58426f066f51"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-37203ee9-43ca-48c4-be6e-58426f066f51"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-37203ee9-43ca-48c4-be6e-58426f066f51"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-37203ee9-43ca-48c4-be6e-58426f066f51"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-055516d6-0c9b-4e88-b5bf-250d8f2d2f77 {
  text-align: center;
}







  #s-055516d6-0c9b-4e88-b5bf-250d8f2d2f77 img.shogun-image {
    

    
    
    
  }


#s-055516d6-0c9b-4e88-b5bf-250d8f2d2f77 .shogun-image-content {
  
    align-items: center;
  
}

#s-f7d9ed80-8b23-4c6c-b97d-8b937ceeb164 {
  min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-f7d9ed80-8b23-4c6c-b97d-8b937ceeb164 {
  display: none;
}
#s-f7d9ed80-8b23-4c6c-b97d-8b937ceeb164, #wrap-s-f7d9ed80-8b23-4c6c-b97d-8b937ceeb164 { display:none !important; }}







#s-f7d9ed80-8b23-4c6c-b97d-8b937ceeb164 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f7d9ed80-8b23-4c6c-b97d-8b937ceeb164.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5148e06a-840d-416d-8efa-a07b7c91eb00 {
  padding-top: 40px;
padding-left: 80px;
padding-bottom: 40px;
padding-right: 80px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 2px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-5148e06a-840d-416d-8efa-a07b7c91eb00 {
  padding-left: 40px;
padding-right: 40px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-5148e06a-840d-416d-8efa-a07b7c91eb00 {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-5148e06a-840d-416d-8efa-a07b7c91eb00 {
  padding-left: 40px;
padding-right: 40px;
}
}







#s-5148e06a-840d-416d-8efa-a07b7c91eb00 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5148e06a-840d-416d-8efa-a07b7c91eb00.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-953b136c-dca8-4568-93a8-430413b4e25d {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-953b136c-dca8-4568-93a8-430413b4e25d .shogun-heading-component h5 {
  color: rgba(6, 6, 6, 1);
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  
}



#s-361abb40-7a09-4fb8-97ef-934b004f3603 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 13px;
padding-left: 30px;
padding-bottom: 13px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-radius: 2px;
background-color: rgba(27, 28, 29, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
background-image: none;
hover-type: color;
}
#s-361abb40-7a09-4fb8-97ef-934b004f3603:hover {background-color: rgba(80, 88, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-361abb40-7a09-4fb8-97ef-934b004f3603:active {background-color: rgba(38, 40, 41, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-361abb40-7a09-4fb8-97ef-934b004f3603-root {
    text-align: center;
  }


#s-361abb40-7a09-4fb8-97ef-934b004f3603.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-361abb40-7a09-4fb8-97ef-934b004f3603-root {
    text-align: center;
  }


#s-361abb40-7a09-4fb8-97ef-934b004f3603.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-361abb40-7a09-4fb8-97ef-934b004f3603-root {
    text-align: center;
  }


#s-361abb40-7a09-4fb8-97ef-934b004f3603.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-361abb40-7a09-4fb8-97ef-934b004f3603-root {
    text-align: center;
  }


#s-361abb40-7a09-4fb8-97ef-934b004f3603.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-361abb40-7a09-4fb8-97ef-934b004f3603-root {
    text-align: center;
  }


#s-361abb40-7a09-4fb8-97ef-934b004f3603.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}
#s-bc17a716-4910-4d35-b27d-cd18dba7e860 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 100px;
padding-left: 10%;
padding-bottom: 100px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-bc17a716-4910-4d35-b27d-cd18dba7e860 {
  display: none;
}
#s-bc17a716-4910-4d35-b27d-cd18dba7e860, #wrap-s-bc17a716-4910-4d35-b27d-cd18dba7e860 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bc17a716-4910-4d35-b27d-cd18dba7e860 {
  display: none;
}
#s-bc17a716-4910-4d35-b27d-cd18dba7e860, #wrap-s-bc17a716-4910-4d35-b27d-cd18dba7e860 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bc17a716-4910-4d35-b27d-cd18dba7e860 {
  padding-top: 60px;
padding-left: 5%;
padding-bottom: 60px;
padding-right: 5%;
}
}@media (max-width: 767px){#s-bc17a716-4910-4d35-b27d-cd18dba7e860 {
  padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
display: none;
}
#s-bc17a716-4910-4d35-b27d-cd18dba7e860, #wrap-s-bc17a716-4910-4d35-b27d-cd18dba7e860 { display:none !important; }}







#s-bc17a716-4910-4d35-b27d-cd18dba7e860 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bc17a716-4910-4d35-b27d-cd18dba7e860.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-383e8bd2-1cab-431b-a98f-ec3db5952fc4 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 40px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-383e8bd2-1cab-431b-a98f-ec3db5952fc4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-383e8bd2-1cab-431b-a98f-ec3db5952fc4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-383e8bd2-1cab-431b-a98f-ec3db5952fc4 {
  
}
}@media (max-width: 767px){#s-383e8bd2-1cab-431b-a98f-ec3db5952fc4 {
  
}
}
#s-383e8bd2-1cab-431b-a98f-ec3db5952fc4 .shogun-heading-component h4 {
  color: #000;
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 2px;
  
}


#s-383e8bd2-1cab-431b-a98f-ec3db5952fc4 .shogun-heading-component h4 a {
  color: #000;
}

@media (min-width: 768px) and (max-width: 991px){#s-383e8bd2-1cab-431b-a98f-ec3db5952fc4 .shogun-heading-component h4 {
  color: #000;
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 2px;
  
}


#s-383e8bd2-1cab-431b-a98f-ec3db5952fc4 .shogun-heading-component h4 a {
  color: #000;
}

}@media (max-width: 767px){#s-383e8bd2-1cab-431b-a98f-ec3db5952fc4 .shogun-heading-component h4 {
  color: #000;
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 2px;
  
}


#s-383e8bd2-1cab-431b-a98f-ec3db5952fc4 .shogun-heading-component h4 a {
  color: #000;
}

}
@media (min-width: 0px) {
[id="s-a549dcbe-9a8b-43b1-95b6-66f14230818f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a549dcbe-9a8b-43b1-95b6-66f14230818f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a549dcbe-9a8b-43b1-95b6-66f14230818f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a549dcbe-9a8b-43b1-95b6-66f14230818f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-fbf85031-b187-4ee6-8305-6bf7b9df057f {
  text-align: center;
}







  #s-fbf85031-b187-4ee6-8305-6bf7b9df057f img.shogun-image {
    

    
    
    
  }


#s-fbf85031-b187-4ee6-8305-6bf7b9df057f .shogun-image-content {
  
    align-items: center;
  
}

#s-4be3f993-f3c0-415b-ad10-26ddeb00cc78 {
  padding-top: 40px;
padding-left: 80px;
padding-bottom: 40px;
padding-right: 80px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 2px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-4be3f993-f3c0-415b-ad10-26ddeb00cc78 {
  padding-left: 40px;
padding-right: 40px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4be3f993-f3c0-415b-ad10-26ddeb00cc78 {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-4be3f993-f3c0-415b-ad10-26ddeb00cc78 {
  padding-left: 40px;
padding-right: 40px;
}
}







#s-4be3f993-f3c0-415b-ad10-26ddeb00cc78 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4be3f993-f3c0-415b-ad10-26ddeb00cc78.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-87467bb4-ebb3-452f-b7c3-cef6b5cf94c7 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-87467bb4-ebb3-452f-b7c3-cef6b5cf94c7 .shogun-heading-component h5 {
  color: rgba(6, 6, 6, 1);
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.5em;
  
  
}



#s-a7d68a8c-7581-4173-9454-5ca074cb7d5f {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 13px;
padding-left: 30px;
padding-bottom: 13px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-radius: 2px;
background-color: rgba(27, 28, 29, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
background-image: none;
hover-type: color;
}
#s-a7d68a8c-7581-4173-9454-5ca074cb7d5f:hover {background-color: rgba(80, 88, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a7d68a8c-7581-4173-9454-5ca074cb7d5f:active {background-color: rgba(38, 40, 41, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-a7d68a8c-7581-4173-9454-5ca074cb7d5f-root {
    text-align: center;
  }


#s-a7d68a8c-7581-4173-9454-5ca074cb7d5f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a7d68a8c-7581-4173-9454-5ca074cb7d5f-root {
    text-align: center;
  }


#s-a7d68a8c-7581-4173-9454-5ca074cb7d5f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a7d68a8c-7581-4173-9454-5ca074cb7d5f-root {
    text-align: center;
  }


#s-a7d68a8c-7581-4173-9454-5ca074cb7d5f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a7d68a8c-7581-4173-9454-5ca074cb7d5f-root {
    text-align: center;
  }


#s-a7d68a8c-7581-4173-9454-5ca074cb7d5f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a7d68a8c-7581-4173-9454-5ca074cb7d5f-root {
    text-align: center;
  }


#s-a7d68a8c-7581-4173-9454-5ca074cb7d5f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}
#s-1310c6cb-460f-44f1-a6e8-c8c3bf9171b7 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 100px;
padding-left: 10%;
padding-bottom: 100px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-1310c6cb-460f-44f1-a6e8-c8c3bf9171b7 {
  display: none;
}
#s-1310c6cb-460f-44f1-a6e8-c8c3bf9171b7, #wrap-s-1310c6cb-460f-44f1-a6e8-c8c3bf9171b7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1310c6cb-460f-44f1-a6e8-c8c3bf9171b7 {
  display: none;
}
#s-1310c6cb-460f-44f1-a6e8-c8c3bf9171b7, #wrap-s-1310c6cb-460f-44f1-a6e8-c8c3bf9171b7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1310c6cb-460f-44f1-a6e8-c8c3bf9171b7 {
  padding-top: 60px;
padding-left: 5%;
padding-bottom: 60px;
padding-right: 5%;
display: none;
}
#s-1310c6cb-460f-44f1-a6e8-c8c3bf9171b7, #wrap-s-1310c6cb-460f-44f1-a6e8-c8c3bf9171b7 { display:none !important; }}@media (max-width: 767px){#s-1310c6cb-460f-44f1-a6e8-c8c3bf9171b7 {
  padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
}
}







#s-1310c6cb-460f-44f1-a6e8-c8c3bf9171b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1310c6cb-460f-44f1-a6e8-c8c3bf9171b7.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-7e8f0125-f557-4195-ae72-633c1e4aa126 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 40px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-7e8f0125-f557-4195-ae72-633c1e4aa126 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7e8f0125-f557-4195-ae72-633c1e4aa126 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7e8f0125-f557-4195-ae72-633c1e4aa126 {
  
}
}@media (max-width: 767px){#s-7e8f0125-f557-4195-ae72-633c1e4aa126 {
  
}
}
#s-7e8f0125-f557-4195-ae72-633c1e4aa126 .shogun-heading-component h4 {
  color: #000;
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 2px;
  
}


#s-7e8f0125-f557-4195-ae72-633c1e4aa126 .shogun-heading-component h4 a {
  color: #000;
}

@media (min-width: 768px) and (max-width: 991px){#s-7e8f0125-f557-4195-ae72-633c1e4aa126 .shogun-heading-component h4 {
  color: #000;
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 2px;
  
}


#s-7e8f0125-f557-4195-ae72-633c1e4aa126 .shogun-heading-component h4 a {
  color: #000;
}

}@media (max-width: 767px){#s-7e8f0125-f557-4195-ae72-633c1e4aa126 .shogun-heading-component h4 {
  color: #000;
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 2px;
  
}


#s-7e8f0125-f557-4195-ae72-633c1e4aa126 .shogun-heading-component h4 a {
  color: #000;
}

}
@media (min-width: 0px) {
[id="s-bfa59a6d-7e10-44a1-b550-2ee5c7f59f0d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bfa59a6d-7e10-44a1-b550-2ee5c7f59f0d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bfa59a6d-7e10-44a1-b550-2ee5c7f59f0d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bfa59a6d-7e10-44a1-b550-2ee5c7f59f0d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e43a9527-1b31-4f3a-b050-38545b6c8ffb {
  text-align: center;
}







  #s-e43a9527-1b31-4f3a-b050-38545b6c8ffb img.shogun-image {
    

    
    
    
  }


#s-e43a9527-1b31-4f3a-b050-38545b6c8ffb .shogun-image-content {
  
    align-items: center;
  
}

#s-7ff10026-2d30-492d-a357-6f0f6ec849e8 {
  min-height: 50px;
}








#s-7ff10026-2d30-492d-a357-6f0f6ec849e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7ff10026-2d30-492d-a357-6f0f6ec849e8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5df37722-de25-4ccb-a0f3-d5c5b9adc74c {
  padding-top: 40px;
padding-left: 80px;
padding-bottom: 40px;
padding-right: 80px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 2px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-5df37722-de25-4ccb-a0f3-d5c5b9adc74c {
  padding-left: 40px;
padding-right: 40px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-5df37722-de25-4ccb-a0f3-d5c5b9adc74c {
  padding-left: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-5df37722-de25-4ccb-a0f3-d5c5b9adc74c {
  padding-left: 40px;
padding-right: 40px;
}
}







#s-5df37722-de25-4ccb-a0f3-d5c5b9adc74c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5df37722-de25-4ccb-a0f3-d5c5b9adc74c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-12965543-8bf8-4ba6-88a3-683fca10f266 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-12965543-8bf8-4ba6-88a3-683fca10f266 .shogun-heading-component h5 {
  color: rgba(6, 6, 6, 1);
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  
}



#s-3560dd0e-05b4-4d0c-b022-61edbdd31cdf {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 13px;
padding-left: 30px;
padding-bottom: 13px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-radius: 2px;
background-color: rgba(27, 28, 29, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
background-image: none;
hover-type: color;
}
#s-3560dd0e-05b4-4d0c-b022-61edbdd31cdf:hover {background-color: rgba(80, 88, 95, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-3560dd0e-05b4-4d0c-b022-61edbdd31cdf:active {background-color: rgba(38, 40, 41, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-3560dd0e-05b4-4d0c-b022-61edbdd31cdf-root {
    text-align: center;
  }


#s-3560dd0e-05b4-4d0c-b022-61edbdd31cdf.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3560dd0e-05b4-4d0c-b022-61edbdd31cdf-root {
    text-align: center;
  }


#s-3560dd0e-05b4-4d0c-b022-61edbdd31cdf.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3560dd0e-05b4-4d0c-b022-61edbdd31cdf-root {
    text-align: center;
  }


#s-3560dd0e-05b4-4d0c-b022-61edbdd31cdf.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3560dd0e-05b4-4d0c-b022-61edbdd31cdf-root {
    text-align: center;
  }


#s-3560dd0e-05b4-4d0c-b022-61edbdd31cdf.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3560dd0e-05b4-4d0c-b022-61edbdd31cdf-root {
    text-align: center;
  }


#s-3560dd0e-05b4-4d0c-b022-61edbdd31cdf.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}
#s-36e2dfd1-e8ac-4aa2-ae23-933992f51b6b {
  min-height: 50px;
}








#s-36e2dfd1-e8ac-4aa2-ae23-933992f51b6b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-36e2dfd1-e8ac-4aa2-ae23-933992f51b6b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8c446d8e-117c-475d-a93a-70774528ce39 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-8c446d8e-117c-475d-a93a-70774528ce39 {
  display: none;
}
#s-8c446d8e-117c-475d-a93a-70774528ce39, #wrap-s-8c446d8e-117c-475d-a93a-70774528ce39 { display:none !important; }}
#s-8c446d8e-117c-475d-a93a-70774528ce39 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-1c2f8d07-4a54-445e-bd4c-39dc715f2ea8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-1c2f8d07-4a54-445e-bd4c-39dc715f2ea8 {
  display: none;
}
#s-1c2f8d07-4a54-445e-bd4c-39dc715f2ea8, #wrap-s-1c2f8d07-4a54-445e-bd4c-39dc715f2ea8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1c2f8d07-4a54-445e-bd4c-39dc715f2ea8 {
  display: none;
}
#s-1c2f8d07-4a54-445e-bd4c-39dc715f2ea8, #wrap-s-1c2f8d07-4a54-445e-bd4c-39dc715f2ea8 { display:none !important; }}@media (max-width: 767px){#s-1c2f8d07-4a54-445e-bd4c-39dc715f2ea8 {
  display: none;
}
#s-1c2f8d07-4a54-445e-bd4c-39dc715f2ea8, #wrap-s-1c2f8d07-4a54-445e-bd4c-39dc715f2ea8 { display:none !important; }}
#s-1c2f8d07-4a54-445e-bd4c-39dc715f2ea8 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-bb06fc0d-9223-4eb7-9791-9f1929a6a4ee {
  padding-top: 100px;
padding-left: 10%;
padding-bottom: 100px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-bb06fc0d-9223-4eb7-9791-9f1929a6a4ee {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bb06fc0d-9223-4eb7-9791-9f1929a6a4ee {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bb06fc0d-9223-4eb7-9791-9f1929a6a4ee {
  padding-top: 60px;
padding-left: 5%;
padding-bottom: 60px;
padding-right: 5%;
display: none;
}
#s-bb06fc0d-9223-4eb7-9791-9f1929a6a4ee, #wrap-s-bb06fc0d-9223-4eb7-9791-9f1929a6a4ee { display:none !important; }}@media (max-width: 767px){#s-bb06fc0d-9223-4eb7-9791-9f1929a6a4ee {
  padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
}
}







#s-bb06fc0d-9223-4eb7-9791-9f1929a6a4ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bb06fc0d-9223-4eb7-9791-9f1929a6a4ee.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-90c7ff6d-9ffa-45f3-8f3b-c4c7effe9e72 {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-90c7ff6d-9ffa-45f3-8f3b-c4c7effe9e72 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-90c7ff6d-9ffa-45f3-8f3b-c4c7effe9e72 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-90c7ff6d-9ffa-45f3-8f3b-c4c7effe9e72 {
  
}
}@media (max-width: 767px){#s-90c7ff6d-9ffa-45f3-8f3b-c4c7effe9e72 {
  
}
}
@media (min-width: 0px) {
[id="s-90c7ff6d-9ffa-45f3-8f3b-c4c7effe9e72"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-90c7ff6d-9ffa-45f3-8f3b-c4c7effe9e72"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-90c7ff6d-9ffa-45f3-8f3b-c4c7effe9e72"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-90c7ff6d-9ffa-45f3-8f3b-c4c7effe9e72"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-0c1a3df0-a392-423f-b8dc-9b4e9c9dd5be {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 480px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-0c1a3df0-a392-423f-b8dc-9b4e9c9dd5be {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0c1a3df0-a392-423f-b8dc-9b4e9c9dd5be {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0c1a3df0-a392-423f-b8dc-9b4e9c9dd5be {
  min-height: 240px;
}
}@media (max-width: 767px){#s-0c1a3df0-a392-423f-b8dc-9b4e9c9dd5be {
  margin-bottom: 20px;
min-height: 300px;
}
}







#s-0c1a3df0-a392-423f-b8dc-9b4e9c9dd5be > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.25;
}#s-0c1a3df0-a392-423f-b8dc-9b4e9c9dd5be {
  cursor: pointer;
}#s-0c1a3df0-a392-423f-b8dc-9b4e9c9dd5be.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a9db3614-c5c3-4b16-b10f-7382eaeb54d6 {
  text-align: center;
}
@media (min-width: 1200px){#s-a9db3614-c5c3-4b16-b10f-7382eaeb54d6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a9db3614-c5c3-4b16-b10f-7382eaeb54d6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a9db3614-c5c3-4b16-b10f-7382eaeb54d6 {
  
}
}@media (max-width: 767px){#s-a9db3614-c5c3-4b16-b10f-7382eaeb54d6 {
  
}
}
#s-a9db3614-c5c3-4b16-b10f-7382eaeb54d6 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-e0c43683-52dc-4499-a3b9-0e64cfa6d176 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 480px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-e0c43683-52dc-4499-a3b9-0e64cfa6d176 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e0c43683-52dc-4499-a3b9-0e64cfa6d176 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e0c43683-52dc-4499-a3b9-0e64cfa6d176 {
  min-height: 240px;
}
}@media (max-width: 767px){#s-e0c43683-52dc-4499-a3b9-0e64cfa6d176 {
  min-height: 300px;
}
}







#s-e0c43683-52dc-4499-a3b9-0e64cfa6d176 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.25;
}#s-e0c43683-52dc-4499-a3b9-0e64cfa6d176 {
  cursor: pointer;
}#s-e0c43683-52dc-4499-a3b9-0e64cfa6d176.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fcd8a6cb-6bf0-4aa1-856e-2bb0b275ffaa {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-fcd8a6cb-6bf0-4aa1-856e-2bb0b275ffaa {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fcd8a6cb-6bf0-4aa1-856e-2bb0b275ffaa {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fcd8a6cb-6bf0-4aa1-856e-2bb0b275ffaa {
  
}
}@media (max-width: 767px){#s-fcd8a6cb-6bf0-4aa1-856e-2bb0b275ffaa {
  
}
}
#s-fcd8a6cb-6bf0-4aa1-856e-2bb0b275ffaa .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-3b42559c-9dbf-4b8d-942d-f38a37430fbc {
  padding-top: 100px;
padding-left: 10%;
padding-bottom: 100px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-3b42559c-9dbf-4b8d-942d-f38a37430fbc {
  display: none;
}
#s-3b42559c-9dbf-4b8d-942d-f38a37430fbc, #wrap-s-3b42559c-9dbf-4b8d-942d-f38a37430fbc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3b42559c-9dbf-4b8d-942d-f38a37430fbc {
  display: none;
}
#s-3b42559c-9dbf-4b8d-942d-f38a37430fbc, #wrap-s-3b42559c-9dbf-4b8d-942d-f38a37430fbc { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3b42559c-9dbf-4b8d-942d-f38a37430fbc {
  padding-top: 60px;
padding-left: 5%;
padding-bottom: 60px;
padding-right: 5%;
}
}@media (max-width: 767px){#s-3b42559c-9dbf-4b8d-942d-f38a37430fbc {
  padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
display: none;
}
#s-3b42559c-9dbf-4b8d-942d-f38a37430fbc, #wrap-s-3b42559c-9dbf-4b8d-942d-f38a37430fbc { display:none !important; }}







#s-3b42559c-9dbf-4b8d-942d-f38a37430fbc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3b42559c-9dbf-4b8d-942d-f38a37430fbc.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-99fcf5a7-24f2-4c11-b27d-5b18a0ece2f2 {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-99fcf5a7-24f2-4c11-b27d-5b18a0ece2f2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-99fcf5a7-24f2-4c11-b27d-5b18a0ece2f2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-99fcf5a7-24f2-4c11-b27d-5b18a0ece2f2 {
  
}
}@media (max-width: 767px){#s-99fcf5a7-24f2-4c11-b27d-5b18a0ece2f2 {
  
}
}
@media (min-width: 0px) {
[id="s-99fcf5a7-24f2-4c11-b27d-5b18a0ece2f2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-99fcf5a7-24f2-4c11-b27d-5b18a0ece2f2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-99fcf5a7-24f2-4c11-b27d-5b18a0ece2f2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-99fcf5a7-24f2-4c11-b27d-5b18a0ece2f2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-411a40c3-1df0-4588-bd05-1391c0dd6caa {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 480px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-411a40c3-1df0-4588-bd05-1391c0dd6caa {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-411a40c3-1df0-4588-bd05-1391c0dd6caa {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-411a40c3-1df0-4588-bd05-1391c0dd6caa {
  min-height: 240px;
}
}@media (max-width: 767px){#s-411a40c3-1df0-4588-bd05-1391c0dd6caa {
  margin-bottom: 20px;
min-height: 300px;
}
}







#s-411a40c3-1df0-4588-bd05-1391c0dd6caa > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.25;
}#s-411a40c3-1df0-4588-bd05-1391c0dd6caa {
  cursor: pointer;
}#s-411a40c3-1df0-4588-bd05-1391c0dd6caa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9cad9ec2-4c7e-440d-a0fe-a740b701db74 {
  text-align: center;
}
@media (min-width: 1200px){#s-9cad9ec2-4c7e-440d-a0fe-a740b701db74 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9cad9ec2-4c7e-440d-a0fe-a740b701db74 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9cad9ec2-4c7e-440d-a0fe-a740b701db74 {
  
}
}@media (max-width: 767px){#s-9cad9ec2-4c7e-440d-a0fe-a740b701db74 {
  
}
}
#s-9cad9ec2-4c7e-440d-a0fe-a740b701db74 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-4a259409-ea05-42cc-af1e-fd369dc13cff {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 480px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-4a259409-ea05-42cc-af1e-fd369dc13cff {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4a259409-ea05-42cc-af1e-fd369dc13cff {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4a259409-ea05-42cc-af1e-fd369dc13cff {
  min-height: 240px;
}
}@media (max-width: 767px){#s-4a259409-ea05-42cc-af1e-fd369dc13cff {
  min-height: 300px;
}
}







#s-4a259409-ea05-42cc-af1e-fd369dc13cff > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.25;
}#s-4a259409-ea05-42cc-af1e-fd369dc13cff {
  cursor: pointer;
}#s-4a259409-ea05-42cc-af1e-fd369dc13cff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-09b68402-f1fe-403e-8a50-374c4c4ee059 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-09b68402-f1fe-403e-8a50-374c4c4ee059 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-09b68402-f1fe-403e-8a50-374c4c4ee059 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-09b68402-f1fe-403e-8a50-374c4c4ee059 {
  
}
}@media (max-width: 767px){#s-09b68402-f1fe-403e-8a50-374c4c4ee059 {
  
}
}
#s-09b68402-f1fe-403e-8a50-374c4c4ee059 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-5413fdc6-42f2-46a4-ad10-2a5f70382841 {
  min-height: 50px;
}
@media (max-width: 767px){#s-5413fdc6-42f2-46a4-ad10-2a5f70382841 {
  display: none;
}
#s-5413fdc6-42f2-46a4-ad10-2a5f70382841, #wrap-s-5413fdc6-42f2-46a4-ad10-2a5f70382841 { display:none !important; }}







#s-5413fdc6-42f2-46a4-ad10-2a5f70382841 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5413fdc6-42f2-46a4-ad10-2a5f70382841.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eb3310ea-fa5c-4ca6-8370-b973ae98e263 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 100px;
padding-left: 10%;
padding-bottom: 100px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-eb3310ea-fa5c-4ca6-8370-b973ae98e263 {
  display: none;
}
#s-eb3310ea-fa5c-4ca6-8370-b973ae98e263, #wrap-s-eb3310ea-fa5c-4ca6-8370-b973ae98e263 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-eb3310ea-fa5c-4ca6-8370-b973ae98e263 {
  display: none;
}
#s-eb3310ea-fa5c-4ca6-8370-b973ae98e263, #wrap-s-eb3310ea-fa5c-4ca6-8370-b973ae98e263 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-eb3310ea-fa5c-4ca6-8370-b973ae98e263 {
  padding-top: 60px;
padding-left: 5%;
padding-bottom: 60px;
padding-right: 5%;
}
}@media (max-width: 767px){#s-eb3310ea-fa5c-4ca6-8370-b973ae98e263 {
  padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
display: none;
}
#s-eb3310ea-fa5c-4ca6-8370-b973ae98e263, #wrap-s-eb3310ea-fa5c-4ca6-8370-b973ae98e263 { display:none !important; }}







#s-eb3310ea-fa5c-4ca6-8370-b973ae98e263 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eb3310ea-fa5c-4ca6-8370-b973ae98e263.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a4cf76e8-e89d-472b-b963-9e507223982c {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 40px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-a4cf76e8-e89d-472b-b963-9e507223982c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a4cf76e8-e89d-472b-b963-9e507223982c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a4cf76e8-e89d-472b-b963-9e507223982c {
  
}
}@media (max-width: 767px){#s-a4cf76e8-e89d-472b-b963-9e507223982c {
  
}
}
#s-a4cf76e8-e89d-472b-b963-9e507223982c .shogun-heading-component h4 {
  color: #000;
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 2px;
  
}



@media (min-width: 0px) {
[id="s-4d5ca2fe-14d9-469b-bdba-3c47b9f0ac3e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-4d5ca2fe-14d9-469b-bdba-3c47b9f0ac3e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-4d5ca2fe-14d9-469b-bdba-3c47b9f0ac3e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-4d5ca2fe-14d9-469b-bdba-3c47b9f0ac3e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

#s-0921cf3f-e5cb-4556-871c-9276ce831d74 {
  text-align: center;
}
@media (max-width: 767px){#s-0921cf3f-e5cb-4556-871c-9276ce831d74 {
  margin-bottom: 20px;
}
}






  #s-0921cf3f-e5cb-4556-871c-9276ce831d74 img.shogun-image {
    

    
    
    
  }


#s-0921cf3f-e5cb-4556-871c-9276ce831d74 .shogun-image-content {
  
    align-items: center;
  
}

#s-4d706100-1f5d-4e3c-bc3d-6dc09ec30810 {
  text-align: center;
}







  #s-4d706100-1f5d-4e3c-bc3d-6dc09ec30810 img.shogun-image {
    

    
    
    
  }


#s-4d706100-1f5d-4e3c-bc3d-6dc09ec30810 .shogun-image-content {
  
    align-items: center;
  
}

#s-6f1cd10e-28fa-4471-9a6a-c1def64a616a {
  text-align: center;
}
@media (max-width: 767px){#s-6f1cd10e-28fa-4471-9a6a-c1def64a616a {
  margin-bottom: 20px;
padding-bottom: 0px;
}
}






  #s-6f1cd10e-28fa-4471-9a6a-c1def64a616a img.shogun-image {
    

    
    
    
  }


#s-6f1cd10e-28fa-4471-9a6a-c1def64a616a .shogun-image-content {
  
    align-items: center;
  
}

#s-232db63e-9adc-45c2-b0f3-8bce8ff1dfba {
  text-align: center;
}







  #s-232db63e-9adc-45c2-b0f3-8bce8ff1dfba img.shogun-image {
    

    
    
    
  }


#s-232db63e-9adc-45c2-b0f3-8bce8ff1dfba .shogun-image-content {
  
    align-items: center;
  
}

#s-e1365ed6-94ac-4b7b-b2bd-4a6604c80c2f {
  text-align: center;
}







  #s-e1365ed6-94ac-4b7b-b2bd-4a6604c80c2f img.shogun-image {
    

    
    
    
  }


#s-e1365ed6-94ac-4b7b-b2bd-4a6604c80c2f .shogun-image-content {
  
    align-items: center;
  
}

#s-64771c44-cb41-4904-a538-dbebcef72c49 {
  text-align: center;
}







  #s-64771c44-cb41-4904-a538-dbebcef72c49 img.shogun-image {
    

    
    
    
  }


#s-64771c44-cb41-4904-a538-dbebcef72c49 .shogun-image-content {
  
    align-items: center;
  
}

#s-269d5fe5-3ea0-4105-964f-d0644afb2e83 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 100px;
padding-left: 10%;
padding-bottom: 100px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-269d5fe5-3ea0-4105-964f-d0644afb2e83 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-269d5fe5-3ea0-4105-964f-d0644afb2e83 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-269d5fe5-3ea0-4105-964f-d0644afb2e83 {
  padding-top: 60px;
padding-left: 5%;
padding-bottom: 60px;
padding-right: 5%;
display: none;
}
#s-269d5fe5-3ea0-4105-964f-d0644afb2e83, #wrap-s-269d5fe5-3ea0-4105-964f-d0644afb2e83 { display:none !important; }}@media (max-width: 767px){#s-269d5fe5-3ea0-4105-964f-d0644afb2e83 {
  padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
display: none;
}
#s-269d5fe5-3ea0-4105-964f-d0644afb2e83, #wrap-s-269d5fe5-3ea0-4105-964f-d0644afb2e83 { display:none !important; }}







#s-269d5fe5-3ea0-4105-964f-d0644afb2e83 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-269d5fe5-3ea0-4105-964f-d0644afb2e83.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c1fdf4dd-503e-4491-b3c9-de082fe36d65 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 40px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-c1fdf4dd-503e-4491-b3c9-de082fe36d65 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c1fdf4dd-503e-4491-b3c9-de082fe36d65 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c1fdf4dd-503e-4491-b3c9-de082fe36d65 {
  
}
}@media (max-width: 767px){#s-c1fdf4dd-503e-4491-b3c9-de082fe36d65 {
  
}
}
#s-c1fdf4dd-503e-4491-b3c9-de082fe36d65 .shogun-heading-component h4 {
  color: #000;
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 2px;
  
}



@media (min-width: 0px) {
[id="s-f355c8bb-48e7-4d7c-a8c4-ef4e55ea5338"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-f355c8bb-48e7-4d7c-a8c4-ef4e55ea5338"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-f355c8bb-48e7-4d7c-a8c4-ef4e55ea5338"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-f355c8bb-48e7-4d7c-a8c4-ef4e55ea5338"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

#s-d0350966-9810-4df2-b134-e4538038d339 {
  text-align: center;
}
@media (max-width: 767px){#s-d0350966-9810-4df2-b134-e4538038d339 {
  margin-bottom: 20px;
}
}






  #s-d0350966-9810-4df2-b134-e4538038d339 img.shogun-image {
    

    
    
    
  }


#s-d0350966-9810-4df2-b134-e4538038d339 .shogun-image-content {
  
    align-items: center;
  
}

#s-06c2deae-1bae-4148-9c9d-49ec2061760d {
  text-align: center;
}







  #s-06c2deae-1bae-4148-9c9d-49ec2061760d img.shogun-image {
    

    
    
    
  }


#s-06c2deae-1bae-4148-9c9d-49ec2061760d .shogun-image-content {
  
    align-items: center;
  
}

#s-09cebfee-5591-47af-968b-bd63980ddcee {
  text-align: center;
}
@media (max-width: 767px){#s-09cebfee-5591-47af-968b-bd63980ddcee {
  margin-bottom: 20px;
padding-bottom: 0px;
}
}






  #s-09cebfee-5591-47af-968b-bd63980ddcee img.shogun-image {
    

    
    
    
  }


#s-09cebfee-5591-47af-968b-bd63980ddcee .shogun-image-content {
  
    align-items: center;
  
}

#s-f7d6ae64-c1d3-4f8c-8c62-40e135a62682 {
  text-align: center;
}







  #s-f7d6ae64-c1d3-4f8c-8c62-40e135a62682 img.shogun-image {
    

    
    
    
  }


#s-f7d6ae64-c1d3-4f8c-8c62-40e135a62682 .shogun-image-content {
  
    align-items: center;
  
}

#s-fc201636-de0f-48c4-81e7-747d97f84262 {
  text-align: center;
}







  #s-fc201636-de0f-48c4-81e7-747d97f84262 img.shogun-image {
    

    
    
    
  }


#s-fc201636-de0f-48c4-81e7-747d97f84262 .shogun-image-content {
  
    align-items: center;
  
}

#s-babb460e-0737-4ad9-9126-c0e376e1a3fb {
  text-align: center;
}







  #s-babb460e-0737-4ad9-9126-c0e376e1a3fb img.shogun-image {
    

    
    
    
  }


#s-babb460e-0737-4ad9-9126-c0e376e1a3fb .shogun-image-content {
  
    align-items: center;
  
}

#s-44aa930c-d4ce-4424-beeb-5c496bda17ae {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 100px;
padding-left: 10%;
padding-bottom: 100px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-44aa930c-d4ce-4424-beeb-5c496bda17ae {
  display: none;
}
#s-44aa930c-d4ce-4424-beeb-5c496bda17ae, #wrap-s-44aa930c-d4ce-4424-beeb-5c496bda17ae { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-44aa930c-d4ce-4424-beeb-5c496bda17ae {
  display: none;
}
#s-44aa930c-d4ce-4424-beeb-5c496bda17ae, #wrap-s-44aa930c-d4ce-4424-beeb-5c496bda17ae { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-44aa930c-d4ce-4424-beeb-5c496bda17ae {
  padding-top: 60px;
padding-left: 5%;
padding-bottom: 60px;
padding-right: 5%;
display: none;
}
#s-44aa930c-d4ce-4424-beeb-5c496bda17ae, #wrap-s-44aa930c-d4ce-4424-beeb-5c496bda17ae { display:none !important; }}@media (max-width: 767px){#s-44aa930c-d4ce-4424-beeb-5c496bda17ae {
  padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
}
}







#s-44aa930c-d4ce-4424-beeb-5c496bda17ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-44aa930c-d4ce-4424-beeb-5c496bda17ae.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-824de284-6e55-4695-8011-c61d84dc8e8f {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 40px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-824de284-6e55-4695-8011-c61d84dc8e8f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-824de284-6e55-4695-8011-c61d84dc8e8f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-824de284-6e55-4695-8011-c61d84dc8e8f {
  
}
}@media (max-width: 767px){#s-824de284-6e55-4695-8011-c61d84dc8e8f {
  
}
}
#s-824de284-6e55-4695-8011-c61d84dc8e8f .shogun-heading-component h4 {
  color: #000;
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 2px;
  
}



@media (min-width: 0px) {
[id="s-eedf76fa-158a-4baa-8b15-72f763e72a40"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-eedf76fa-158a-4baa-8b15-72f763e72a40"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-eedf76fa-158a-4baa-8b15-72f763e72a40"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-eedf76fa-158a-4baa-8b15-72f763e72a40"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

#s-a4b542fa-9eca-45bb-a7b8-24b24a5dcbf2 {
  text-align: center;
}
@media (max-width: 767px){#s-a4b542fa-9eca-45bb-a7b8-24b24a5dcbf2 {
  margin-bottom: 20px;
}
}






  #s-a4b542fa-9eca-45bb-a7b8-24b24a5dcbf2 img.shogun-image {
    

    
    
    
  }


#s-a4b542fa-9eca-45bb-a7b8-24b24a5dcbf2 .shogun-image-content {
  
    align-items: center;
  
}

#s-3b979e5d-9371-46e0-8f44-12ce437fe3d4 {
  text-align: center;
}







  #s-3b979e5d-9371-46e0-8f44-12ce437fe3d4 img.shogun-image {
    

    
    
    
  }


#s-3b979e5d-9371-46e0-8f44-12ce437fe3d4 .shogun-image-content {
  
    align-items: center;
  
}

#s-1266dcb9-b662-4679-84c4-0829f90af3a0 {
  text-align: center;
}
@media (max-width: 767px){#s-1266dcb9-b662-4679-84c4-0829f90af3a0 {
  margin-bottom: 20px;
padding-bottom: 0px;
}
}






  #s-1266dcb9-b662-4679-84c4-0829f90af3a0 img.shogun-image {
    

    
    
    
  }


#s-1266dcb9-b662-4679-84c4-0829f90af3a0 .shogun-image-content {
  
    align-items: center;
  
}

#s-992e5b54-20bf-40cf-a354-e2ed67ad2c1d {
  text-align: center;
}







  #s-992e5b54-20bf-40cf-a354-e2ed67ad2c1d img.shogun-image {
    

    
    
    
  }


#s-992e5b54-20bf-40cf-a354-e2ed67ad2c1d .shogun-image-content {
  
    align-items: center;
  
}

#s-88d94073-cec4-4920-819b-18c81a9ad2cf {
  text-align: center;
}







  #s-88d94073-cec4-4920-819b-18c81a9ad2cf img.shogun-image {
    

    
    
    
  }


#s-88d94073-cec4-4920-819b-18c81a9ad2cf .shogun-image-content {
  
    align-items: center;
  
}

#s-57765453-83ec-4095-ab6a-d4ca420c05e0 {
  text-align: center;
}







  #s-57765453-83ec-4095-ab6a-d4ca420c05e0 img.shogun-image {
    

    
    
    
  }


#s-57765453-83ec-4095-ab6a-d4ca420c05e0 .shogun-image-content {
  
    align-items: center;
  
}

/*
  $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}
