.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-6248316f-5376-4052-957b-9731ebde21e3 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6248316f-5376-4052-957b-9731ebde21e3 {
  
}
}







#s-6248316f-5376-4052-957b-9731ebde21e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6248316f-5376-4052-957b-9731ebde21e3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

#s-70091184-ff66-47ed-a016-efe49c904267 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 50px;
padding-left: 10%;
padding-bottom: 50px;
padding-right: 10%;
background-color: rgba(249, 249, 249, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-70091184-ff66-47ed-a016-efe49c904267 {
  display: unset;
}
#s-70091184-ff66-47ed-a016-efe49c904267, #wrap-s-70091184-ff66-47ed-a016-efe49c904267 { display: unset !important; }}@media (max-width: 767px){#s-70091184-ff66-47ed-a016-efe49c904267 {
  margin-top: 30px;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-70091184-ff66-47ed-a016-efe49c904267"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-70091184-ff66-47ed-a016-efe49c904267"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-70091184-ff66-47ed-a016-efe49c904267"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-70091184-ff66-47ed-a016-efe49c904267"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-651038f0-7f00-4cee-a330-dcf64d731e64 {
  min-height: 475px;
}
@media (min-width: 1200px){#s-651038f0-7f00-4cee-a330-dcf64d731e64 {
  margin-left: 5%;
margin-right: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-651038f0-7f00-4cee-a330-dcf64d731e64 {
  margin-left: 5%;
margin-right: 5%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-651038f0-7f00-4cee-a330-dcf64d731e64 {
  margin-left: 5%;
margin-right: 5%;
min-height: 275px;
}
}@media (max-width: 767px){#s-651038f0-7f00-4cee-a330-dcf64d731e64 {
  margin-left: 5%;
margin-right: 5%;
min-height: 300px;
}
}







#s-651038f0-7f00-4cee-a330-dcf64d731e64 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-651038f0-7f00-4cee-a330-dcf64d731e64.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-648787f5-71dc-4fee-bacf-2003d2ad3d7e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-648787f5-71dc-4fee-bacf-2003d2ad3d7e .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 1px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-648787f5-71dc-4fee-bacf-2003d2ad3d7e .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  
}


}@media (max-width: 767px){#s-648787f5-71dc-4fee-bacf-2003d2ad3d7e .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  
}


}
#s-286b99a5-6088-4765-b160-b66da9a03205 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-286b99a5-6088-4765-b160-b66da9a03205 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-286b99a5-6088-4765-b160-b66da9a03205 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  line-height: 2em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-286b99a5-6088-4765-b160-b66da9a03205 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  line-height: 2em;
  
  
}


}@media (max-width: 767px){#s-286b99a5-6088-4765-b160-b66da9a03205 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  
}


}
#s-30743e4a-c586-4a7e-87d9-56563f4c36d5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-30743e4a-c586-4a7e-87d9-56563f4c36d5 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  line-height: 2em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-30743e4a-c586-4a7e-87d9-56563f4c36d5 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  line-height: 2em;
  
  
}


}@media (max-width: 767px){#s-30743e4a-c586-4a7e-87d9-56563f4c36d5 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.5em;
  
  
}


}
#s-6674375a-9f69-4c19-8b5a-bb64b71784fe {
  min-height: 40px;
}








#s-6674375a-9f69-4c19-8b5a-bb64b71784fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6674375a-9f69-4c19-8b5a-bb64b71784fe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#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 {
  margin-left: 5%;
margin-right: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-af7f19a6-fadf-4f57-a675-cd2e7edb1d74 {
  margin-left: 5%;
margin-right: 5%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-af7f19a6-fadf-4f57-a675-cd2e7edb1d74 {
  margin-left: 10%;
margin-right: 10%;
min-height: 240px;
}
}@media (max-width: 767px){#s-af7f19a6-fadf-4f57-a675-cd2e7edb1d74 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 250px;
}
}
#s-af7f19a6-fadf-4f57-a675-cd2e7edb1d74 {
  background-image: url(https://i.shgcdn.com/52bfea1e-5a77-4218-babb-cb2fd76fe92e/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








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

#s-d32131fc-5943-4df0-a5af-e4d63d49217f {
  margin-top: 40px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 20px;
padding-left: 10%;
padding-bottom: 20px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-d32131fc-5943-4df0-a5af-e4d63d49217f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d32131fc-5943-4df0-a5af-e4d63d49217f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d32131fc-5943-4df0-a5af-e4d63d49217f {
  margin-top: 10px;
padding-left: 0%;
padding-right: 0%;
}
}@media (max-width: 767px){#s-d32131fc-5943-4df0-a5af-e4d63d49217f {
  padding-left: 20px;
padding-right: 20px;
display: none;
}
#s-d32131fc-5943-4df0-a5af-e4d63d49217f, #wrap-s-d32131fc-5943-4df0-a5af-e4d63d49217f { display: none !important; }}







#s-d32131fc-5943-4df0-a5af-e4d63d49217f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d32131fc-5943-4df0-a5af-e4d63d49217f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-0f1180fb-90e3-4ed6-97aa-36987421ac4c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0f1180fb-90e3-4ed6-97aa-36987421ac4c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0f1180fb-90e3-4ed6-97aa-36987421ac4c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0f1180fb-90e3-4ed6-97aa-36987421ac4c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-2b0055df-0220-446d-b242-97fe9ea562c1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2b0055df-0220-446d-b242-97fe9ea562c1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2b0055df-0220-446d-b242-97fe9ea562c1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2b0055df-0220-446d-b242-97fe9ea562c1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a165c6bc-6aab-4725-84c9-d1505967227e {
  padding-left: 0px;
padding-right: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-a165c6bc-6aab-4725-84c9-d1505967227e {
  margin-bottom: 40px;
}
}







#s-a165c6bc-6aab-4725-84c9-d1505967227e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a165c6bc-6aab-4725-84c9-d1505967227e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-02197711-90b0-49e5-87e3-6e192536979b {
  margin-bottom: 20px;
min-height: 64px;
text-align: center;
}







  #s-02197711-90b0-49e5-87e3-6e192536979b img.shogun-image {
    

    
    
    
  }


#s-02197711-90b0-49e5-87e3-6e192536979b .shogun-image-content {
  
    align-items: center;
  
}

#s-841df167-d9f9-4869-8539-befec3126929 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-841df167-d9f9-4869-8539-befec3126929 .shogun-heading-component h6 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-2ab406cb-d0f4-4765-a5c6-0f4ec9357128 {
  margin-top: 10px;
}

#s-2b7695e3-68bd-40aa-a9fa-4e5488f3cf10 {
  min-height: 50px;
}
@media (max-width: 767px){#s-2b7695e3-68bd-40aa-a9fa-4e5488f3cf10 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
}
}







#s-2b7695e3-68bd-40aa-a9fa-4e5488f3cf10 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b7695e3-68bd-40aa-a9fa-4e5488f3cf10.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ae870548-a0ca-4428-b847-dd48c8977431 {
  margin-bottom: 20px;
min-height: 64px;
text-align: center;
}







  #s-ae870548-a0ca-4428-b847-dd48c8977431 img.shogun-image {
    

    
    
    
  }


#s-ae870548-a0ca-4428-b847-dd48c8977431 .shogun-image-content {
  
    align-items: center;
  
}

#s-c2fb5c47-8176-46ee-9391-a7a310fbfe75 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-c2fb5c47-8176-46ee-9391-a7a310fbfe75 .shogun-heading-component h6 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-fc4baac4-2dca-4548-90e4-e64e68faf1ae {
  margin-top: 10px;
}

@media (min-width: 0px) {
[id="s-2e6f7c12-1aec-4204-a287-6dffb485608e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2e6f7c12-1aec-4204-a287-6dffb485608e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2e6f7c12-1aec-4204-a287-6dffb485608e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2e6f7c12-1aec-4204-a287-6dffb485608e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-51f3632d-b9a4-4125-961d-791fd9ac0046 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-51f3632d-b9a4-4125-961d-791fd9ac0046 {
  margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
}
}







#s-51f3632d-b9a4-4125-961d-791fd9ac0046 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-51f3632d-b9a4-4125-961d-791fd9ac0046.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3e00a777-a797-4c74-913e-f2fb305039a3 {
  margin-bottom: 20px;
min-height: 64px;
text-align: center;
}







  #s-3e00a777-a797-4c74-913e-f2fb305039a3 img.shogun-image {
    

    
    
    
  }


#s-3e00a777-a797-4c74-913e-f2fb305039a3 .shogun-image-content {
  
    align-items: center;
  
}

#s-9cb0736c-2abb-44b2-a345-722d96264168 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-9cb0736c-2abb-44b2-a345-722d96264168 .shogun-heading-component h6 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-0a3ef7f6-397e-466f-85bf-510ffd9020e0 {
  margin-top: 10px;
}

#s-fe6f672c-c8b9-4904-8a61-dd97712af091 {
  min-height: 50px;
}
@media (max-width: 767px){#s-fe6f672c-c8b9-4904-8a61-dd97712af091 {
  margin-left: 20px;
margin-right: 20px;
}
}







#s-fe6f672c-c8b9-4904-8a61-dd97712af091 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fe6f672c-c8b9-4904-8a61-dd97712af091.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4ee0cbfb-dcd7-4cea-b561-bf1145813821 {
  margin-bottom: 20px;
min-height: 64px;
text-align: center;
}







  #s-4ee0cbfb-dcd7-4cea-b561-bf1145813821 img.shogun-image {
    

    
    
    
  }


#s-4ee0cbfb-dcd7-4cea-b561-bf1145813821 .shogun-image-content {
  
    align-items: center;
  
}

#s-89890b7f-78b2-4a30-9ab7-4ed5ee4c09d0 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-89890b7f-78b2-4a30-9ab7-4ed5ee4c09d0 .shogun-heading-component h6 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-f1e16e17-caa6-48ab-8efd-7af5c485495a {
  margin-top: 10px;
}

#s-75391b49-579e-43ac-8147-c37b1f255899 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-75391b49-579e-43ac-8147-c37b1f255899 {
  display: none;
}
#s-75391b49-579e-43ac-8147-c37b1f255899, #wrap-s-75391b49-579e-43ac-8147-c37b1f255899 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-75391b49-579e-43ac-8147-c37b1f255899 {
  display: none;
}
#s-75391b49-579e-43ac-8147-c37b1f255899, #wrap-s-75391b49-579e-43ac-8147-c37b1f255899 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-75391b49-579e-43ac-8147-c37b1f255899 {
  display: none;
}
#s-75391b49-579e-43ac-8147-c37b1f255899, #wrap-s-75391b49-579e-43ac-8147-c37b1f255899 { display: none !important; }}@media (max-width: 767px){#s-75391b49-579e-43ac-8147-c37b1f255899 {
  
}
}







#s-75391b49-579e-43ac-8147-c37b1f255899 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-75391b49-579e-43ac-8147-c37b1f255899.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

@media (min-width: 1200px){#s-00daee37-a019-484e-aaee-a286903fc154 {
  display: none;
}
#s-00daee37-a019-484e-aaee-a286903fc154, #wrap-s-00daee37-a019-484e-aaee-a286903fc154 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-00daee37-a019-484e-aaee-a286903fc154 {
  display: none;
}
#s-00daee37-a019-484e-aaee-a286903fc154, #wrap-s-00daee37-a019-484e-aaee-a286903fc154 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-00daee37-a019-484e-aaee-a286903fc154 {
  display: none;
}
#s-00daee37-a019-484e-aaee-a286903fc154, #wrap-s-00daee37-a019-484e-aaee-a286903fc154 { display: none !important; }}
#s-00daee37-a019-484e-aaee-a286903fc154 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-00daee37-a019-484e-aaee-a286903fc154 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-00daee37-a019-484e-aaee-a286903fc154 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: center;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-00daee37-a019-484e-aaee-a286903fc154 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-00daee37-a019-484e-aaee-a286903fc154 td.shogun-table-column, #s-00daee37-a019-484e-aaee-a286903fc154 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-a293957f-7673-4f47-84aa-f579db1b9cbb {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 190px;
max-width: 100%;
}
@media (max-width: 767px){#s-a293957f-7673-4f47-84aa-f579db1b9cbb {
  margin-top: -7px;
margin-left: 0px;
margin-bottom: 0px;
}
}







#s-a293957f-7673-4f47-84aa-f579db1b9cbb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a293957f-7673-4f47-84aa-f579db1b9cbb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e53ebe0b-9a90-4acd-b884-28eda9637229 {
  margin-bottom: 20px;
text-align: center;
}







  #s-e53ebe0b-9a90-4acd-b884-28eda9637229 img.shogun-image {
    

    
    
    
  }


#s-e53ebe0b-9a90-4acd-b884-28eda9637229 .shogun-image-content {
  
    align-items: center;
  
}

#s-96331a57-a7e3-4421-aa54-b7c0ff1ce9ec {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-96331a57-a7e3-4421-aa54-b7c0ff1ce9ec .shogun-heading-component h6 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-5df35fbf-1e94-4baf-a0b5-d3f3e0b82c0a {
  margin-top: 10px;
}

#s-f2384349-b62f-4d9f-bffe-e41c73ce47cc {
  padding-left: 0px;
padding-right: 0px;
min-height: 190px;
max-width: 100%;
}
@media (max-width: 767px){#s-f2384349-b62f-4d9f-bffe-e41c73ce47cc {
  margin-top: 0px;
margin-bottom: 0px;
}
}







#s-f2384349-b62f-4d9f-bffe-e41c73ce47cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f2384349-b62f-4d9f-bffe-e41c73ce47cc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-272b8d80-771d-4b67-ac07-34a7da70e7c1 {
  margin-bottom: 20px;
text-align: center;
}







  #s-272b8d80-771d-4b67-ac07-34a7da70e7c1 img.shogun-image {
    

    
    
    
  }


#s-272b8d80-771d-4b67-ac07-34a7da70e7c1 .shogun-image-content {
  
    align-items: center;
  
}

#s-8e71f8d6-57a3-4ee8-ab5f-d7299ded42f1 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-8e71f8d6-57a3-4ee8-ab5f-d7299ded42f1 .shogun-heading-component h6 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 17px;
  
  
  
}



#s-559083f3-81aa-4967-95e2-aafd53b2a60c {
  margin-top: 10px;
}

#s-09a6170c-060b-4625-a3e9-808e739ad682 {
  min-height: 225px;
max-width: 100%;
}








#s-09a6170c-060b-4625-a3e9-808e739ad682 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-09a6170c-060b-4625-a3e9-808e739ad682.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9e027f16-6bbe-405c-b16f-a16b23eb2c38 {
  margin-bottom: 20px;
min-height: 64px;
text-align: center;
}







  #s-9e027f16-6bbe-405c-b16f-a16b23eb2c38 img.shogun-image {
    

    
    
    
  }


#s-9e027f16-6bbe-405c-b16f-a16b23eb2c38 .shogun-image-content {
  
    align-items: center;
  
}

#s-95e65cb7-2599-4e56-8a4a-0010d798401c {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-95e65cb7-2599-4e56-8a4a-0010d798401c .shogun-heading-component h6 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-ec132b5b-18b3-4dfe-8c71-aa9b778b562a {
  margin-top: 10px;
}

#s-e3e1aae1-886a-4527-bdf6-ca468e585252 {
  margin-top: 20px;
min-height: 50px;
}








#s-e3e1aae1-886a-4527-bdf6-ca468e585252 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e3e1aae1-886a-4527-bdf6-ca468e585252.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5236e646-9514-409c-aca0-70e4bf762290 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5236e646-9514-409c-aca0-70e4bf762290 .shogun-heading-component h1 {
  color: #000;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  
}


@media (max-width: 767px){#s-5236e646-9514-409c-aca0-70e4bf762290 .shogun-heading-component h1 {
  color: #000;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  
}


}
#s-3e077126-f2f8-466c-91bb-f2975e5c5898 {
  padding-top: 20px;
padding-left: 10%;
padding-bottom: 20px;
padding-right: 10%;
min-height: 100px;
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-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-3e077126-f2f8-466c-91bb-f2975e5c5898 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
}
}







#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: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#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-a21d1bad-991c-4b8b-8b73-5f881a90a7be {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
opacity: 1;
}
#s-a21d1bad-991c-4b8b-8b73-5f881a90a7be:hover {opacity: 0.6 !important;}






  #s-a21d1bad-991c-4b8b-8b73-5f881a90a7be img.shogun-image {
    

    
    
    
  }


#s-a21d1bad-991c-4b8b-8b73-5f881a90a7be .shogun-image-content {
  
    align-items: center;
  
}

#s-6385b934-bcd8-4a6b-bfca-f344ad931d92 {
  margin-top: 10px;
margin-bottom: 10px;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
opacity: 1;
}
#s-6385b934-bcd8-4a6b-bfca-f344ad931d92:hover {opacity: 0.6 !important;}




  #s-6385b934-bcd8-4a6b-bfca-f344ad931d92 img.shogun-image,
  #s-6385b934-bcd8-4a6b-bfca-f344ad931d92 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6385b934-bcd8-4a6b-bfca-f344ad931d92 {
    width: 100%;
    height: auto;
  }



  #s-6385b934-bcd8-4a6b-bfca-f344ad931d92 img.shogun-image {
    

    
    
    
  }


#s-6385b934-bcd8-4a6b-bfca-f344ad931d92 .shogun-image-content {
  
    align-items: center;
  
}

#s-b7f09d4c-a42a-4ef5-8474-d15657df4b9d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b7f09d4c-a42a-4ef5-8474-d15657df4b9d .shogun-heading-component h2 {
  color: #000;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  
}


@media (max-width: 767px){#s-b7f09d4c-a42a-4ef5-8474-d15657df4b9d .shogun-heading-component h2 {
  color: #000;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  
}


}
#s-e00ce278-5701-4e2d-83c4-328c2a30a9f4 {
  padding-top: 20px;
padding-left: 10%;
padding-bottom: 20px;
padding-right: 10%;
min-height: 100px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-e00ce278-5701-4e2d-83c4-328c2a30a9f4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e00ce278-5701-4e2d-83c4-328c2a30a9f4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e00ce278-5701-4e2d-83c4-328c2a30a9f4 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-e00ce278-5701-4e2d-83c4-328c2a30a9f4 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
}
}







#s-e00ce278-5701-4e2d-83c4-328c2a30a9f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e00ce278-5701-4e2d-83c4-328c2a30a9f4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-03b495a7-4530-4c47-ad57-fba62b04cb3e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-03b495a7-4530-4c47-ad57-fba62b04cb3e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-03b495a7-4530-4c47-ad57-fba62b04cb3e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-03b495a7-4530-4c47-ad57-fba62b04cb3e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f558f64f-1308-48fb-9ded-315437fa456c {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}
#s-f558f64f-1308-48fb-9ded-315437fa456c:hover {opacity: 0.6 !important;}






  #s-f558f64f-1308-48fb-9ded-315437fa456c img.shogun-image {
    

    
    
    
  }


#s-f558f64f-1308-48fb-9ded-315437fa456c .shogun-image-content {
  
    align-items: center;
  
}

#s-be4fc57d-b43e-4b09-b063-247ff3cae61e {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
opacity: 1;
}
#s-be4fc57d-b43e-4b09-b063-247ff3cae61e:hover {opacity: 0.6 !important;}






  #s-be4fc57d-b43e-4b09-b063-247ff3cae61e img.shogun-image {
    

    
    
    
  }


#s-be4fc57d-b43e-4b09-b063-247ff3cae61e .shogun-image-content {
  
    align-items: center;
  
}

#s-a742aeec-0bec-4122-beb9-54c61414ceb4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a742aeec-0bec-4122-beb9-54c61414ceb4 .shogun-heading-component h2 {
  color: #000;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  
}


@media (max-width: 767px){#s-a742aeec-0bec-4122-beb9-54c61414ceb4 .shogun-heading-component h2 {
  color: #000;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  
}


}
#s-6d0367a8-62ca-4566-acb3-57d0c93b9e64 {
  padding-top: 20px;
padding-left: 10%;
padding-bottom: 20px;
padding-right: 10%;
min-height: 100px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-6d0367a8-62ca-4566-acb3-57d0c93b9e64 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6d0367a8-62ca-4566-acb3-57d0c93b9e64 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6d0367a8-62ca-4566-acb3-57d0c93b9e64 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-6d0367a8-62ca-4566-acb3-57d0c93b9e64 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
}
}







#s-6d0367a8-62ca-4566-acb3-57d0c93b9e64 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d0367a8-62ca-4566-acb3-57d0c93b9e64.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-02104699-a035-41b2-b752-960c19702bab {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-02104699-a035-41b2-b752-960c19702bab {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-02104699-a035-41b2-b752-960c19702bab {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-02104699-a035-41b2-b752-960c19702bab {
  
}
}@media (max-width: 767px){#s-02104699-a035-41b2-b752-960c19702bab {
  
}
}
@media (min-width: 0px) {
[id="s-02104699-a035-41b2-b752-960c19702bab"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-02104699-a035-41b2-b752-960c19702bab"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-02104699-a035-41b2-b752-960c19702bab"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-02104699-a035-41b2-b752-960c19702bab"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-50fa41e9-5e93-42f4-a704-8d71737131cb {
  text-align: center;
}
#s-50fa41e9-5e93-42f4-a704-8d71737131cb:hover {opacity: 0.6 !important;}






  #s-50fa41e9-5e93-42f4-a704-8d71737131cb img.shogun-image {
    

    
    
    
  }


#s-50fa41e9-5e93-42f4-a704-8d71737131cb .shogun-image-content {
  
    align-items: center;
  
}

.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-b739ded2-1eea-4247-9a1b-c2931746fd15 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
background-color: rgba(221, 49, 69, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
}
#s-b739ded2-1eea-4247-9a1b-c2931746fd15:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b739ded2-1eea-4247-9a1b-c2931746fd15:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b739ded2-1eea-4247-9a1b-c2931746fd15-root {
    text-align: center;
  }


#s-b739ded2-1eea-4247-9a1b-c2931746fd15.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b739ded2-1eea-4247-9a1b-c2931746fd15-root {
    text-align: center;
  }


#s-b739ded2-1eea-4247-9a1b-c2931746fd15.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b739ded2-1eea-4247-9a1b-c2931746fd15-root {
    text-align: center;
  }


#s-b739ded2-1eea-4247-9a1b-c2931746fd15.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b739ded2-1eea-4247-9a1b-c2931746fd15-root {
    text-align: center;
  }


#s-b739ded2-1eea-4247-9a1b-c2931746fd15.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b739ded2-1eea-4247-9a1b-c2931746fd15-root {
    text-align: center;
  }


#s-b739ded2-1eea-4247-9a1b-c2931746fd15.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
  #s-b739ded2-1eea-4247-9a1b-c2931746fd15-root {
    text-align: center;
  }


#s-b739ded2-1eea-4247-9a1b-c2931746fd15.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-15e04976-0e0d-4b4f-81b9-d5d116973716 {
  margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
padding-top: 0px;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
background-color: rgba(255, 255, 255, 0.67);
}

#s-15b7c63d-6653-4160-8370-20f1654ebac0 {
  text-align: center;
opacity: 1;
}
#s-15b7c63d-6653-4160-8370-20f1654ebac0:hover {opacity: 0.6 !important;}






  #s-15b7c63d-6653-4160-8370-20f1654ebac0 img.shogun-image {
    

    
    
    
  }


#s-15b7c63d-6653-4160-8370-20f1654ebac0 .shogun-image-content {
  
    align-items: center;
  
}

#s-55fefbc3-e10e-4910-bcb8-8a4a00e37fae {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
background-color: rgba(221, 49, 69, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
}
#s-55fefbc3-e10e-4910-bcb8-8a4a00e37fae:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-55fefbc3-e10e-4910-bcb8-8a4a00e37fae:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-55fefbc3-e10e-4910-bcb8-8a4a00e37fae-root {
    text-align: center;
  }


#s-55fefbc3-e10e-4910-bcb8-8a4a00e37fae.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-55fefbc3-e10e-4910-bcb8-8a4a00e37fae-root {
    text-align: center;
  }


#s-55fefbc3-e10e-4910-bcb8-8a4a00e37fae.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-55fefbc3-e10e-4910-bcb8-8a4a00e37fae-root {
    text-align: center;
  }


#s-55fefbc3-e10e-4910-bcb8-8a4a00e37fae.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-55fefbc3-e10e-4910-bcb8-8a4a00e37fae-root {
    text-align: center;
  }


#s-55fefbc3-e10e-4910-bcb8-8a4a00e37fae.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-55fefbc3-e10e-4910-bcb8-8a4a00e37fae-root {
    text-align: center;
  }


#s-55fefbc3-e10e-4910-bcb8-8a4a00e37fae.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
  #s-55fefbc3-e10e-4910-bcb8-8a4a00e37fae-root {
    text-align: center;
  }


#s-55fefbc3-e10e-4910-bcb8-8a4a00e37fae.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

@media (min-width: 0px) {
[id="s-f4b9c399-34f3-4581-b9dd-82dd56f0c3bb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f4b9c399-34f3-4581-b9dd-82dd56f0c3bb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f4b9c399-34f3-4581-b9dd-82dd56f0c3bb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f4b9c399-34f3-4581-b9dd-82dd56f0c3bb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-0d63a63c-3ba6-458c-9709-25a8ac89f83f {
  max-width: 1160px;
aspect-ratio: 1/1;
text-align: center;
opacity: 1;
}
#s-0d63a63c-3ba6-458c-9709-25a8ac89f83f:hover {opacity: 0.6 !important;}




  #s-0d63a63c-3ba6-458c-9709-25a8ac89f83f img.shogun-image,
  #s-0d63a63c-3ba6-458c-9709-25a8ac89f83f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0d63a63c-3ba6-458c-9709-25a8ac89f83f {
    width: 100%;
    height: auto;
  }



  #s-0d63a63c-3ba6-458c-9709-25a8ac89f83f img.shogun-image {
    

    
    
    
  }


#s-0d63a63c-3ba6-458c-9709-25a8ac89f83f .shogun-image-content {
  
    align-items: center;
  
}

#s-2131372a-339b-44a5-be34-d40a7a39d360 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
background-color: rgba(221, 49, 69, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
}
#s-2131372a-339b-44a5-be34-d40a7a39d360:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2131372a-339b-44a5-be34-d40a7a39d360:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2131372a-339b-44a5-be34-d40a7a39d360-root {
    text-align: center;
  }


#s-2131372a-339b-44a5-be34-d40a7a39d360.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2131372a-339b-44a5-be34-d40a7a39d360-root {
    text-align: center;
  }


#s-2131372a-339b-44a5-be34-d40a7a39d360.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2131372a-339b-44a5-be34-d40a7a39d360-root {
    text-align: center;
  }


#s-2131372a-339b-44a5-be34-d40a7a39d360.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2131372a-339b-44a5-be34-d40a7a39d360-root {
    text-align: center;
  }


#s-2131372a-339b-44a5-be34-d40a7a39d360.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2131372a-339b-44a5-be34-d40a7a39d360-root {
    text-align: center;
  }


#s-2131372a-339b-44a5-be34-d40a7a39d360.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
  #s-2131372a-339b-44a5-be34-d40a7a39d360-root {
    text-align: center;
  }


#s-2131372a-339b-44a5-be34-d40a7a39d360.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-75310d8c-4338-4f60-9f3a-eb6e3f3573a3 {
  text-align: center;
}
#s-75310d8c-4338-4f60-9f3a-eb6e3f3573a3:hover {opacity: 0.6 !important;}






  #s-75310d8c-4338-4f60-9f3a-eb6e3f3573a3 img.shogun-image {
    

    
    
    
  }


#s-75310d8c-4338-4f60-9f3a-eb6e3f3573a3 .shogun-image-content {
  
    align-items: center;
  
}

#s-f531cbc0-5db6-4e46-a709-de2610388035 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
background-color: rgba(221, 49, 69, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
}
#s-f531cbc0-5db6-4e46-a709-de2610388035:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f531cbc0-5db6-4e46-a709-de2610388035:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f531cbc0-5db6-4e46-a709-de2610388035-root {
    text-align: center;
  }


#s-f531cbc0-5db6-4e46-a709-de2610388035.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f531cbc0-5db6-4e46-a709-de2610388035-root {
    text-align: center;
  }


#s-f531cbc0-5db6-4e46-a709-de2610388035.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f531cbc0-5db6-4e46-a709-de2610388035-root {
    text-align: center;
  }


#s-f531cbc0-5db6-4e46-a709-de2610388035.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f531cbc0-5db6-4e46-a709-de2610388035-root {
    text-align: center;
  }


#s-f531cbc0-5db6-4e46-a709-de2610388035.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f531cbc0-5db6-4e46-a709-de2610388035-root {
    text-align: center;
  }


#s-f531cbc0-5db6-4e46-a709-de2610388035.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
  #s-f531cbc0-5db6-4e46-a709-de2610388035-root {
    text-align: center;
  }


#s-f531cbc0-5db6-4e46-a709-de2610388035.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-b91000ed-e57e-4158-b783-70313d790ed1 {
  padding-top: 100px;
padding-bottom: 100px;
min-height: 50px;
background-color: rgba(249, 249, 249, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-b91000ed-e57e-4158-b783-70313d790ed1 {
  padding-top: 20px;
padding-bottom: 20px;
}
}@media (max-width: 767px){#s-b91000ed-e57e-4158-b783-70313d790ed1 {
  padding-top: 50px;
padding-bottom: 50px;
}
}







#s-b91000ed-e57e-4158-b783-70313d790ed1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b91000ed-e57e-4158-b783-70313d790ed1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6de2fe60-ebf3-46a8-a008-4c971dd22103 {
  margin-left: 10%;
margin-right: 10%;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6de2fe60-ebf3-46a8-a008-4c971dd22103 {
  margin-left: 5%;
margin-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-6de2fe60-ebf3-46a8-a008-4c971dd22103"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6de2fe60-ebf3-46a8-a008-4c971dd22103"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6de2fe60-ebf3-46a8-a008-4c971dd22103"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6de2fe60-ebf3-46a8-a008-4c971dd22103"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-434a4ae5-1772-4882-850a-bf0425a90802 {
  text-align: center;
}
#s-434a4ae5-1772-4882-850a-bf0425a90802:hover {opacity: 0.6 !important;}@media (max-width: 767px){#s-434a4ae5-1772-4882-850a-bf0425a90802 {
  margin-bottom: 20px;
}
}






  #s-434a4ae5-1772-4882-850a-bf0425a90802 img.shogun-image {
    

    
    
    
  }


#s-434a4ae5-1772-4882-850a-bf0425a90802 .shogun-image-content {
  
    align-items: center;
  
}

#s-362382cb-f703-49c4-bd67-b78a0466f0f2 {
  min-height: 450px;
}
@media (min-width: 768px) and (max-width: 991px){#s-362382cb-f703-49c4-bd67-b78a0466f0f2 {
  min-height: 300px;
}
}@media (max-width: 767px){#s-362382cb-f703-49c4-bd67-b78a0466f0f2 {
  min-height: 50px;
}
}







#s-362382cb-f703-49c4-bd67-b78a0466f0f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-362382cb-f703-49c4-bd67-b78a0466f0f2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e6898f3e-f67c-480e-979c-9d155f6bbe1b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e6898f3e-f67c-480e-979c-9d155f6bbe1b .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 1px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-e6898f3e-f67c-480e-979c-9d155f6bbe1b .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  
}


}@media (max-width: 767px){#s-e6898f3e-f67c-480e-979c-9d155f6bbe1b .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  
}


}
#s-6f0c529d-37bc-4b41-9c0e-7fafe47da1d5 {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6f0c529d-37bc-4b41-9c0e-7fafe47da1d5 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.7em;
  
  
}



#s-995c40dc-7a70-4f95-90e6-3cdc6780f5ed {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
background-color: rgba(221, 49, 69, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
}
#s-995c40dc-7a70-4f95-90e6-3cdc6780f5ed:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-995c40dc-7a70-4f95-90e6-3cdc6780f5ed:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-995c40dc-7a70-4f95-90e6-3cdc6780f5ed-root {
    text-align: center;
  }


#s-995c40dc-7a70-4f95-90e6-3cdc6780f5ed.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-995c40dc-7a70-4f95-90e6-3cdc6780f5ed-root {
    text-align: center;
  }


#s-995c40dc-7a70-4f95-90e6-3cdc6780f5ed.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-995c40dc-7a70-4f95-90e6-3cdc6780f5ed-root {
    text-align: center;
  }


#s-995c40dc-7a70-4f95-90e6-3cdc6780f5ed.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-995c40dc-7a70-4f95-90e6-3cdc6780f5ed-root {
    text-align: center;
  }


#s-995c40dc-7a70-4f95-90e6-3cdc6780f5ed.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-995c40dc-7a70-4f95-90e6-3cdc6780f5ed-root {
    text-align: center;
  }


#s-995c40dc-7a70-4f95-90e6-3cdc6780f5ed.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
  #s-995c40dc-7a70-4f95-90e6-3cdc6780f5ed-root {
    text-align: center;
  }


#s-995c40dc-7a70-4f95-90e6-3cdc6780f5ed.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-ffd01e55-da47-475d-ab56-70b068178bf0 {
  margin-top: 50px;
margin-bottom: 100px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ffd01e55-da47-475d-ab56-70b068178bf0 {
  margin-top: 20px;
margin-bottom: 50px;
}
}@media (max-width: 767px){#s-ffd01e55-da47-475d-ab56-70b068178bf0 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
}
}







#s-ffd01e55-da47-475d-ab56-70b068178bf0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ffd01e55-da47-475d-ab56-70b068178bf0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5e2c597f-5116-42b5-ace9-68e0ae471dd1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5e2c597f-5116-42b5-ace9-68e0ae471dd1 .shogun-heading-component h1 {
  color: #000;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  
}


@media (max-width: 767px){#s-5e2c597f-5116-42b5-ace9-68e0ae471dd1 .shogun-heading-component h1 {
  color: #000;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  
}


}
@media (min-width: 0px) {
[id="s-1632a1da-11cc-41ac-8a48-503f9341b014"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1632a1da-11cc-41ac-8a48-503f9341b014"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1632a1da-11cc-41ac-8a48-503f9341b014"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1632a1da-11cc-41ac-8a48-503f9341b014"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-cb848ed9-0770-4e57-914a-92ea2837b503 {
  text-align: center;
}
#s-cb848ed9-0770-4e57-914a-92ea2837b503:hover {opacity: 0.6 !important;}






  #s-cb848ed9-0770-4e57-914a-92ea2837b503 img.shogun-image {
    

    
    
    
  }


#s-cb848ed9-0770-4e57-914a-92ea2837b503 .shogun-image-content {
  
    align-items: center;
  
}

#s-7dd7bd8f-5f52-4e51-96cd-27720b512585 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7dd7bd8f-5f52-4e51-96cd-27720b512585 .shogun-heading-component h2 {
  color: #000;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  
}


@media (max-width: 767px){#s-7dd7bd8f-5f52-4e51-96cd-27720b512585 .shogun-heading-component h2 {
  color: #000;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  
}


}
#s-07459f2b-9906-4315-af5c-ff762127332b {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
background-color: rgba(221, 49, 69, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
}
#s-07459f2b-9906-4315-af5c-ff762127332b:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-07459f2b-9906-4315-af5c-ff762127332b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-07459f2b-9906-4315-af5c-ff762127332b-root {
    text-align: center;
  }


#s-07459f2b-9906-4315-af5c-ff762127332b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-07459f2b-9906-4315-af5c-ff762127332b-root {
    text-align: center;
  }


#s-07459f2b-9906-4315-af5c-ff762127332b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-07459f2b-9906-4315-af5c-ff762127332b-root {
    text-align: center;
  }


#s-07459f2b-9906-4315-af5c-ff762127332b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-07459f2b-9906-4315-af5c-ff762127332b-root {
    text-align: center;
  }


#s-07459f2b-9906-4315-af5c-ff762127332b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-07459f2b-9906-4315-af5c-ff762127332b-root {
    text-align: center;
  }


#s-07459f2b-9906-4315-af5c-ff762127332b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
  #s-07459f2b-9906-4315-af5c-ff762127332b-root {
    text-align: center;
  }


#s-07459f2b-9906-4315-af5c-ff762127332b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-bf3351c0-b3ea-4b44-98a8-3a2bb0043e1e {
  text-align: center;
}
#s-bf3351c0-b3ea-4b44-98a8-3a2bb0043e1e:hover {opacity: 0.6 !important;}






  #s-bf3351c0-b3ea-4b44-98a8-3a2bb0043e1e img.shogun-image {
    

    
    
    
  }


#s-bf3351c0-b3ea-4b44-98a8-3a2bb0043e1e .shogun-image-content {
  
    align-items: center;
  
}

#s-692602ff-bd9d-4080-8c55-2284c8c5a17f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-692602ff-bd9d-4080-8c55-2284c8c5a17f .shogun-heading-component h2 {
  color: #000;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  
}


@media (max-width: 767px){#s-692602ff-bd9d-4080-8c55-2284c8c5a17f .shogun-heading-component h2 {
  color: #000;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  
}


}
#s-350f2ee0-8d43-45c3-84f9-360eab08eed8 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
background-color: rgba(221, 49, 69, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
}
#s-350f2ee0-8d43-45c3-84f9-360eab08eed8:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-350f2ee0-8d43-45c3-84f9-360eab08eed8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-350f2ee0-8d43-45c3-84f9-360eab08eed8-root {
    text-align: center;
  }


#s-350f2ee0-8d43-45c3-84f9-360eab08eed8.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-350f2ee0-8d43-45c3-84f9-360eab08eed8-root {
    text-align: center;
  }


#s-350f2ee0-8d43-45c3-84f9-360eab08eed8.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-350f2ee0-8d43-45c3-84f9-360eab08eed8-root {
    text-align: center;
  }


#s-350f2ee0-8d43-45c3-84f9-360eab08eed8.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-350f2ee0-8d43-45c3-84f9-360eab08eed8-root {
    text-align: center;
  }


#s-350f2ee0-8d43-45c3-84f9-360eab08eed8.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-350f2ee0-8d43-45c3-84f9-360eab08eed8-root {
    text-align: center;
  }


#s-350f2ee0-8d43-45c3-84f9-360eab08eed8.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
  #s-350f2ee0-8d43-45c3-84f9-360eab08eed8-root {
    text-align: center;
  }


#s-350f2ee0-8d43-45c3-84f9-360eab08eed8.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-db966d23-982e-4cc0-9de0-01f170bca79d {
  text-align: center;
}
#s-db966d23-982e-4cc0-9de0-01f170bca79d:hover {opacity: 0.6 !important;}






  #s-db966d23-982e-4cc0-9de0-01f170bca79d img.shogun-image {
    

    
    
    
  }


#s-db966d23-982e-4cc0-9de0-01f170bca79d .shogun-image-content {
  
    align-items: center;
  
}

#s-85003ad1-b1c6-4a3d-ae4c-4afa6fdd7601 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-85003ad1-b1c6-4a3d-ae4c-4afa6fdd7601 .shogun-heading-component h2 {
  color: #000;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  
}


@media (max-width: 767px){#s-85003ad1-b1c6-4a3d-ae4c-4afa6fdd7601 .shogun-heading-component h2 {
  color: #000;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  
}


}
#s-520e20f2-052f-4baa-a385-2a47143838c8 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
background-color: rgba(221, 49, 69, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
}
#s-520e20f2-052f-4baa-a385-2a47143838c8:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-520e20f2-052f-4baa-a385-2a47143838c8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-520e20f2-052f-4baa-a385-2a47143838c8-root {
    text-align: center;
  }


#s-520e20f2-052f-4baa-a385-2a47143838c8.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-520e20f2-052f-4baa-a385-2a47143838c8-root {
    text-align: center;
  }


#s-520e20f2-052f-4baa-a385-2a47143838c8.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-520e20f2-052f-4baa-a385-2a47143838c8-root {
    text-align: center;
  }


#s-520e20f2-052f-4baa-a385-2a47143838c8.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-520e20f2-052f-4baa-a385-2a47143838c8-root {
    text-align: center;
  }


#s-520e20f2-052f-4baa-a385-2a47143838c8.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-520e20f2-052f-4baa-a385-2a47143838c8-root {
    text-align: center;
  }


#s-520e20f2-052f-4baa-a385-2a47143838c8.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
  #s-520e20f2-052f-4baa-a385-2a47143838c8-root {
    text-align: center;
  }


#s-520e20f2-052f-4baa-a385-2a47143838c8.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-8d8c5ab6-bb66-46df-b7dc-9a69b8610a13 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
background-color: rgba(249, 249, 249, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-8d8c5ab6-bb66-46df-b7dc-9a69b8610a13 {
  padding-top: 20px;
padding-bottom: 20px;
}
}@media (max-width: 767px){#s-8d8c5ab6-bb66-46df-b7dc-9a69b8610a13 {
  padding-top: 20px;
padding-bottom: 20px;
}
}







#s-8d8c5ab6-bb66-46df-b7dc-9a69b8610a13 > .shg-box-overlay {
  background-color: rgba(249, 249, 249, 0);
  opacity: 0;
}#s-8d8c5ab6-bb66-46df-b7dc-9a69b8610a13.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e3593a2c-cc61-4d7a-b85c-202fb62f39d2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e3593a2c-cc61-4d7a-b85c-202fb62f39d2 .shogun-heading-component h1 {
  color: #000;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  
}


@media (max-width: 767px){#s-e3593a2c-cc61-4d7a-b85c-202fb62f39d2 .shogun-heading-component h1 {
  color: #000;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-fce44081-a81a-4ffe-9d57-e6312b50d17b {
  box-shadow:5px 5px 15px 6px rgba(151, 151, 151, 0.18);
margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
padding-top: 50px;
padding-left: 50px;
padding-bottom: 50px;
padding-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(206, 206, 206, 1);
border-style: solid;
}
@media (min-width: 768px) and (max-width: 991px){#s-fce44081-a81a-4ffe-9d57-e6312b50d17b {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 20px;
padding-left: 10px;
padding-bottom: 20px;
padding-right: 10px;
}
}@media (max-width: 767px){#s-fce44081-a81a-4ffe-9d57-e6312b50d17b {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
padding-left: 5px;
padding-right: 5px;
}
}
#s-fce44081-a81a-4ffe-9d57-e6312b50d17b .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-fce44081-a81a-4ffe-9d57-e6312b50d17b .shg-sld-nav-button.shg-sld-left,
#s-fce44081-a81a-4ffe-9d57-e6312b50d17b .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-d755ab1b-d762-4eb9-b49b-d5a126009af3 {
  min-height: 50px;
background-color: rgba(249, 249, 249, 1);
}








#s-d755ab1b-d762-4eb9-b49b-d5a126009af3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d755ab1b-d762-4eb9-b49b-d5a126009af3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c397e616-5bd1-4a73-9f18-606d78b057c7 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}
@media (max-width: 767px){#s-c397e616-5bd1-4a73-9f18-606d78b057c7 {
  margin-left: 10%;
margin-right: 10%;
}
}
@media (min-width: 0px) {
[id="s-c397e616-5bd1-4a73-9f18-606d78b057c7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c397e616-5bd1-4a73-9f18-606d78b057c7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c397e616-5bd1-4a73-9f18-606d78b057c7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c397e616-5bd1-4a73-9f18-606d78b057c7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b3faaa66-8618-47bc-b991-a02584304116 {
  text-align: center;
}







  #s-b3faaa66-8618-47bc-b991-a02584304116 img.shogun-image {
    

    
    
    
  }


#s-b3faaa66-8618-47bc-b991-a02584304116 .shogun-image-content {
  
    align-items: center;
  
}

#s-1910021e-356c-4a69-b695-c77de88c96ca {
  min-height: 50px;
background-color: rgba(249, 249, 249, 1);
}








#s-1910021e-356c-4a69-b695-c77de88c96ca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1910021e-356c-4a69-b695-c77de88c96ca.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-be7e8ccb-2ad4-45bb-8d86-c427d73d1f07 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-be7e8ccb-2ad4-45bb-8d86-c427d73d1f07"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-be7e8ccb-2ad4-45bb-8d86-c427d73d1f07"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-be7e8ccb-2ad4-45bb-8d86-c427d73d1f07"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-be7e8ccb-2ad4-45bb-8d86-c427d73d1f07"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-eec38d11-9546-4c74-8530-921b419c823f {
  text-align: center;
}







  #s-eec38d11-9546-4c74-8530-921b419c823f img.shogun-image {
    

    
    
    
  }


#s-eec38d11-9546-4c74-8530-921b419c823f .shogun-image-content {
  
    align-items: center;
  
}

#s-e5d6b169-c2fe-4036-8315-4c0fbe8fd2f1 {
  box-shadow:5px 5px 15px 6px rgba(151, 151, 151, 0.18);
margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
padding-top: 50px;
padding-left: 50px;
padding-bottom: 50px;
padding-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(206, 206, 206, 1);
border-style: solid;
}
@media (min-width: 1200px){#s-e5d6b169-c2fe-4036-8315-4c0fbe8fd2f1 {
  display: none;
}
#s-e5d6b169-c2fe-4036-8315-4c0fbe8fd2f1, #wrap-s-e5d6b169-c2fe-4036-8315-4c0fbe8fd2f1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e5d6b169-c2fe-4036-8315-4c0fbe8fd2f1 {
  display: none;
}
#s-e5d6b169-c2fe-4036-8315-4c0fbe8fd2f1, #wrap-s-e5d6b169-c2fe-4036-8315-4c0fbe8fd2f1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e5d6b169-c2fe-4036-8315-4c0fbe8fd2f1 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 20px;
padding-left: 10px;
padding-bottom: 20px;
padding-right: 10px;
}
}@media (max-width: 767px){#s-e5d6b169-c2fe-4036-8315-4c0fbe8fd2f1 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
padding-left: 5px;
padding-right: 5px;
display: none;
}
#s-e5d6b169-c2fe-4036-8315-4c0fbe8fd2f1, #wrap-s-e5d6b169-c2fe-4036-8315-4c0fbe8fd2f1 { display: none !important; }}
#s-e5d6b169-c2fe-4036-8315-4c0fbe8fd2f1 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-e5d6b169-c2fe-4036-8315-4c0fbe8fd2f1 .shg-sld-nav-button.shg-sld-left,
#s-e5d6b169-c2fe-4036-8315-4c0fbe8fd2f1 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-cfaf922c-96fd-4687-9db7-02630547c5c9 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-aff5edb5-2871-40ea-a166-078c667be8c4 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-fdc763a5-cf0b-4685-a372-1d3a41797406 {
  margin-top: 10px;
margin-left: 20%;
margin-bottom: 10px;
margin-right: 20%;
text-align: center;
}







  #s-fdc763a5-cf0b-4685-a372-1d3a41797406 img.shogun-image {
    

    
    
    
  }


#s-fdc763a5-cf0b-4685-a372-1d3a41797406 .shogun-image-content {
  
    align-items: center;
  
}

#s-ea520e42-2a0f-4a16-96aa-833234a1a10a {
  margin-top: 10px;
margin-left: 20%;
margin-bottom: 10px;
margin-right: 20%;
text-align: center;
}







  #s-ea520e42-2a0f-4a16-96aa-833234a1a10a img.shogun-image {
    

    
    
    
  }


#s-ea520e42-2a0f-4a16-96aa-833234a1a10a .shogun-image-content {
  
    align-items: center;
  
}

#s-4e8edfac-68c8-4b5d-b9d6-45f23bf231ae {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4e8edfac-68c8-4b5d-b9d6-45f23bf231ae .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-874505f6-280e-46a9-9b26-74e4f38eae14 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
background-color: rgba(221, 49, 69, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
}
#s-874505f6-280e-46a9-9b26-74e4f38eae14:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-874505f6-280e-46a9-9b26-74e4f38eae14:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-874505f6-280e-46a9-9b26-74e4f38eae14-root {
    text-align: center;
  }


#s-874505f6-280e-46a9-9b26-74e4f38eae14.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-874505f6-280e-46a9-9b26-74e4f38eae14-root {
    text-align: center;
  }


#s-874505f6-280e-46a9-9b26-74e4f38eae14.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-874505f6-280e-46a9-9b26-74e4f38eae14-root {
    text-align: center;
  }


#s-874505f6-280e-46a9-9b26-74e4f38eae14.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-874505f6-280e-46a9-9b26-74e4f38eae14-root {
    text-align: center;
  }


#s-874505f6-280e-46a9-9b26-74e4f38eae14.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-874505f6-280e-46a9-9b26-74e4f38eae14-root {
    text-align: center;
  }


#s-874505f6-280e-46a9-9b26-74e4f38eae14.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
  #s-874505f6-280e-46a9-9b26-74e4f38eae14-root {
    text-align: center;
  }


#s-874505f6-280e-46a9-9b26-74e4f38eae14.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-7f8caaf7-89fd-4995-bbf8-23ac52c2b048 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-7f8caaf7-89fd-4995-bbf8-23ac52c2b048 {
  display: none;
}
#s-7f8caaf7-89fd-4995-bbf8-23ac52c2b048, #wrap-s-7f8caaf7-89fd-4995-bbf8-23ac52c2b048 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7f8caaf7-89fd-4995-bbf8-23ac52c2b048 {
  display: none;
}
#s-7f8caaf7-89fd-4995-bbf8-23ac52c2b048, #wrap-s-7f8caaf7-89fd-4995-bbf8-23ac52c2b048 { display: none !important; }}@media (max-width: 767px){#s-7f8caaf7-89fd-4995-bbf8-23ac52c2b048 {
  padding-top: 0px;
padding-bottom: 0px;
display: none;
}
#s-7f8caaf7-89fd-4995-bbf8-23ac52c2b048, #wrap-s-7f8caaf7-89fd-4995-bbf8-23ac52c2b048 { display: none !important; }}







#s-7f8caaf7-89fd-4995-bbf8-23ac52c2b048 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7f8caaf7-89fd-4995-bbf8-23ac52c2b048.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-17f8a812-0b3e-4a5b-add8-620568eb5490 {
  min-height: 200px;
}








#s-17f8a812-0b3e-4a5b-add8-620568eb5490 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-17f8a812-0b3e-4a5b-add8-620568eb5490.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6297a96a-6feb-4826-8a08-a8b490aa9225 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6297a96a-6feb-4826-8a08-a8b490aa9225 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 1px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-6297a96a-6feb-4826-8a08-a8b490aa9225 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  
}


}@media (max-width: 767px){#s-6297a96a-6feb-4826-8a08-a8b490aa9225 .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  
}


}
#s-1c967cf7-5c01-410c-a766-45eb9831dcbf {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 2%;
padding-right: 2%;
}

#s-b49d3ed7-c176-4819-a8a7-a48934a3d791 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-b49d3ed7-c176-4819-a8a7-a48934a3d791 {
  margin-top: 20px;
margin-bottom: 20px;
}
}






  #s-b49d3ed7-c176-4819-a8a7-a48934a3d791 img.shogun-image {
    

    
    
    
  }


#s-b49d3ed7-c176-4819-a8a7-a48934a3d791 .shogun-image-content {
  
    align-items: center;
  
}

#s-d0f058a1-7588-419b-9e28-db09ab9a371a {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
background-color: rgba(221, 49, 69, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
}
#s-d0f058a1-7588-419b-9e28-db09ab9a371a:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d0f058a1-7588-419b-9e28-db09ab9a371a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d0f058a1-7588-419b-9e28-db09ab9a371a-root {
    text-align: center;
  }


#s-d0f058a1-7588-419b-9e28-db09ab9a371a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d0f058a1-7588-419b-9e28-db09ab9a371a-root {
    text-align: center;
  }


#s-d0f058a1-7588-419b-9e28-db09ab9a371a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d0f058a1-7588-419b-9e28-db09ab9a371a-root {
    text-align: center;
  }


#s-d0f058a1-7588-419b-9e28-db09ab9a371a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d0f058a1-7588-419b-9e28-db09ab9a371a-root {
    text-align: center;
  }


#s-d0f058a1-7588-419b-9e28-db09ab9a371a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d0f058a1-7588-419b-9e28-db09ab9a371a-root {
    text-align: center;
  }


#s-d0f058a1-7588-419b-9e28-db09ab9a371a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
  #s-d0f058a1-7588-419b-9e28-db09ab9a371a-root {
    text-align: center;
  }


#s-d0f058a1-7588-419b-9e28-db09ab9a371a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-dc280c4e-5655-4d52-83c6-0d9f9fd4477d {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-dc280c4e-5655-4d52-83c6-0d9f9fd4477d {
  display: none;
}
#s-dc280c4e-5655-4d52-83c6-0d9f9fd4477d, #wrap-s-dc280c4e-5655-4d52-83c6-0d9f9fd4477d { display: none !important; }}@media (max-width: 767px){#s-dc280c4e-5655-4d52-83c6-0d9f9fd4477d {
  padding-top: 0px;
padding-bottom: 0px;
}
}







#s-dc280c4e-5655-4d52-83c6-0d9f9fd4477d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dc280c4e-5655-4d52-83c6-0d9f9fd4477d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3c18a16f-245a-4541-95e8-57851f7cb15d {
  margin-left: 10%;
margin-right: 10%;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-3c18a16f-245a-4541-95e8-57851f7cb15d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3c18a16f-245a-4541-95e8-57851f7cb15d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3c18a16f-245a-4541-95e8-57851f7cb15d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3c18a16f-245a-4541-95e8-57851f7cb15d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-02591c37-1af4-4d35-8fcc-5e92eaa3cedc {
  min-height: 300px;
}
@media (max-width: 767px){#s-02591c37-1af4-4d35-8fcc-5e92eaa3cedc {
  min-height: 150px;
}
}







#s-02591c37-1af4-4d35-8fcc-5e92eaa3cedc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-02591c37-1af4-4d35-8fcc-5e92eaa3cedc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-03276eb9-9376-4b06-9059-cf9c387de8cb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-03276eb9-9376-4b06-9059-cf9c387de8cb .shogun-heading-component h1 {
  color: #000;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 1px;
  
}


@media (max-width: 767px){#s-03276eb9-9376-4b06-9059-cf9c387de8cb .shogun-heading-component h1 {
  color: #000;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  
}


}
#s-4e54d6d3-ac40-4a7c-878b-1e618bfe364e {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-left: 2%;
padding-right: 2%;
}

#s-17c4d65f-ef9a-416c-a886-6a03f49ee7d6 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
background-color: rgba(221, 49, 69, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
}
#s-17c4d65f-ef9a-416c-a886-6a03f49ee7d6:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-17c4d65f-ef9a-416c-a886-6a03f49ee7d6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-17c4d65f-ef9a-416c-a886-6a03f49ee7d6-root {
    text-align: center;
  }


#s-17c4d65f-ef9a-416c-a886-6a03f49ee7d6.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-17c4d65f-ef9a-416c-a886-6a03f49ee7d6-root {
    text-align: center;
  }


#s-17c4d65f-ef9a-416c-a886-6a03f49ee7d6.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-17c4d65f-ef9a-416c-a886-6a03f49ee7d6-root {
    text-align: center;
  }


#s-17c4d65f-ef9a-416c-a886-6a03f49ee7d6.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-17c4d65f-ef9a-416c-a886-6a03f49ee7d6-root {
    text-align: center;
  }


#s-17c4d65f-ef9a-416c-a886-6a03f49ee7d6.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-17c4d65f-ef9a-416c-a886-6a03f49ee7d6-root {
    text-align: center;
  }


#s-17c4d65f-ef9a-416c-a886-6a03f49ee7d6.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
  #s-17c4d65f-ef9a-416c-a886-6a03f49ee7d6-root {
    text-align: center;
  }


#s-17c4d65f-ef9a-416c-a886-6a03f49ee7d6.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-23c525fd-39e3-4ca3-a0e0-5df93c3b775d {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-23c525fd-39e3-4ca3-a0e0-5df93c3b775d {
  margin-top: 20px;
margin-bottom: 20px;
}
}






  #s-23c525fd-39e3-4ca3-a0e0-5df93c3b775d img.shogun-image {
    

    
    
    
  }


#s-23c525fd-39e3-4ca3-a0e0-5df93c3b775d .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}
