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

.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-d5b13881-ca6f-47d8-9158-890bef61d835 {
  min-height: 50px;
}








#s-d5b13881-ca6f-47d8-9158-890bef61d835 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d5b13881-ca6f-47d8-9158-890bef61d835.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0b4ce2b7-ecbf-47a1-9f25-5faca390fcb6 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 0px;
}

#s-3c516d55-a206-4b4e-8d44-9125b989818f {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-3c516d55-a206-4b4e-8d44-9125b989818f {
  margin-top: 30px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 30px;
padding-left: 3%;
padding-bottom: 30px;
padding-right: 3%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3c516d55-a206-4b4e-8d44-9125b989818f {
  margin-top: 30px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 30px;
padding-left: 2%;
padding-bottom: 30px;
padding-right: 2%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3c516d55-a206-4b4e-8d44-9125b989818f {
  margin-top: 30px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-top: 30px;
padding-left: 2%;
padding-bottom: 30px;
padding-right: 2%;
}
}@media (max-width: 767px){#s-3c516d55-a206-4b4e-8d44-9125b989818f {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-top: 30px;
padding-left: 3%;
padding-bottom: 30px;
padding-right: 3%;
}
}







#s-3c516d55-a206-4b4e-8d44-9125b989818f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3c516d55-a206-4b4e-8d44-9125b989818f.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-9f0f213b-0b3b-4f8c-abd6-0014e4de1625 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9f0f213b-0b3b-4f8c-abd6-0014e4de1625 .shogun-heading-component h1 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (max-width: 767px){#s-9f0f213b-0b3b-4f8c-abd6-0014e4de1625 .shogun-heading-component h1 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.5em;
  
  
}


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

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

#s-4ce9a241-d076-4849-985d-55c3fc198ccd hr {
  border-top: 2px solid #ddd;
}

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

@media (min-width: 1200px){#s-1cb517e6-10c4-4f43-ae6b-df031c37cb82 {
  margin-top: 10px;
margin-bottom: 10px;
}
}
#s-e0839950-c21c-4524-8056-e30022c30f20 {
  margin-top: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: none;
border-radius: 5px;
min-height: 50px;
}
@media (min-width: 1200px){#s-e0839950-c21c-4524-8056-e30022c30f20 {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 30px;
padding-left: 0%;
padding-bottom: 30px;
padding-right: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e0839950-c21c-4524-8056-e30022c30f20 {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 30px;
padding-left: 0%;
padding-bottom: 30px;
padding-right: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e0839950-c21c-4524-8056-e30022c30f20 {
  margin-top: 20px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-top: 30px;
padding-left: 0%;
padding-bottom: 30px;
padding-right: 0%;
}
}@media (max-width: 767px){#s-e0839950-c21c-4524-8056-e30022c30f20 {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-top: 30px;
padding-left: 0%;
padding-bottom: 30px;
padding-right: 0%;
}
}
#s-e0839950-c21c-4524-8056-e30022c30f20 {
  background-image: url();
}








#s-e0839950-c21c-4524-8056-e30022c30f20 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e0839950-c21c-4524-8056-e30022c30f20.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c68cd9e6-ab33-4c62-82fb-b125a6757690 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c68cd9e6-ab33-4c62-82fb-b125a6757690 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (max-width: 767px){#s-c68cd9e6-ab33-4c62-82fb-b125a6757690 .shogun-heading-component h2 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-f460f33d-171c-46c5-b754-93eee72a8b19 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-f460f33d-171c-46c5-b754-93eee72a8b19 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-f460f33d-171c-46c5-b754-93eee72a8b19 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(64, 64, 64, 1);
}

#s-f460f33d-171c-46c5-b754-93eee72a8b19 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(40, 40, 40, 1);
  padding: 15px;
}

#s-f460f33d-171c-46c5-b754-93eee72a8b19 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-f460f33d-171c-46c5-b754-93eee72a8b19 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(40, 40, 40, 1);
  border-top: 1px solid rgba(64, 64, 64, 1);
}

#s-f460f33d-171c-46c5-b754-93eee72a8b19 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: 900;
  font-style: ;
  font-size: 24px;
}

#s-f460f33d-171c-46c5-b754-93eee72a8b19 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 24px;
}@media (max-width: 767px){#s-f460f33d-171c-46c5-b754-93eee72a8b19 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(64, 64, 64, 1);
}

#s-f460f33d-171c-46c5-b754-93eee72a8b19 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(40, 40, 40, 1);
  padding: 15px;
}

#s-f460f33d-171c-46c5-b754-93eee72a8b19 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-f460f33d-171c-46c5-b754-93eee72a8b19 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(40, 40, 40, 1);
  border-top: 1px solid rgba(64, 64, 64, 1);
}

#s-f460f33d-171c-46c5-b754-93eee72a8b19 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: 900;
  font-style: ;
  font-size: 18px;
}

#s-f460f33d-171c-46c5-b754-93eee72a8b19 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}}
.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;
}

/* 
  Shopify base css adds display none to empty divs
  This causes items in the second column position to shift when
  the first column is empty. In order to overwrite that style,
  we have to manually set empty divs in the column to display block 
  so the whole element holds its positioning on published pages.
*/

.shg-row > div:empty {
  display: block;
}

#s-cb43a0ff-26f6-47ac-a60d-e8240378bf3e {
  margin-top: 20px;
margin-left: 2%;
margin-bottom: 10px;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-cb43a0ff-26f6-47ac-a60d-e8240378bf3e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-cb43a0ff-26f6-47ac-a60d-e8240378bf3e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-cb43a0ff-26f6-47ac-a60d-e8240378bf3e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-cb43a0ff-26f6-47ac-a60d-e8240378bf3e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-f3a98ef0-fd97-4aa2-a465-afd374d2be96 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 3px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-f3a98ef0-fd97-4aa2-a465-afd374d2be96 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f3a98ef0-fd97-4aa2-a465-afd374d2be96.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

.shg-inner-inline-image {
  position: relative;
  display: block;
}

.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-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
  height: inherit;
  position: relative;
}

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

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

.shogun-image-content {
  display: flex;
  flex-direction: column;
  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;
}

.shg-inner-inline-image .shogun-image.hover~* {
  z-index: 1;
}
#s-3a70045e-f016-42e5-9065-a74b291fd280 {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
text-align: center;
}

#s-3a70045e-f016-42e5-9065-a74b291fd280 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3a70045e-f016-42e5-9065-a74b291fd280-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3a70045e-f016-42e5-9065-a74b291fd280 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-3a70045e-f016-42e5-9065-a74b291fd280 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-3a70045e-f016-42e5-9065-a74b291fd280 img.shogun-image {
  width: 100%;
  
  
  max-width: 1080px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-3a70045e-f016-42e5-9065-a74b291fd280 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-3a70045e-f016-42e5-9065-a74b291fd280.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a70045e-f016-42e5-9065-a74b291fd280.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a70045e-f016-42e5-9065-a74b291fd280.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){#s-3a70045e-f016-42e5-9065-a74b291fd280 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3a70045e-f016-42e5-9065-a74b291fd280-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3a70045e-f016-42e5-9065-a74b291fd280 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-3a70045e-f016-42e5-9065-a74b291fd280 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-3a70045e-f016-42e5-9065-a74b291fd280 img.shogun-image {
  width: 100%;
  
  
  max-width: 1080px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-3a70045e-f016-42e5-9065-a74b291fd280 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-3a70045e-f016-42e5-9065-a74b291fd280.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a70045e-f016-42e5-9065-a74b291fd280.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a70045e-f016-42e5-9065-a74b291fd280.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-3a70045e-f016-42e5-9065-a74b291fd280 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3a70045e-f016-42e5-9065-a74b291fd280-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3a70045e-f016-42e5-9065-a74b291fd280 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-3a70045e-f016-42e5-9065-a74b291fd280 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-3a70045e-f016-42e5-9065-a74b291fd280 img.shogun-image {
  width: 100%;
  
  
  max-width: 1080px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-3a70045e-f016-42e5-9065-a74b291fd280 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-3a70045e-f016-42e5-9065-a74b291fd280.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a70045e-f016-42e5-9065-a74b291fd280.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a70045e-f016-42e5-9065-a74b291fd280.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){#s-3a70045e-f016-42e5-9065-a74b291fd280 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3a70045e-f016-42e5-9065-a74b291fd280-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3a70045e-f016-42e5-9065-a74b291fd280 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-3a70045e-f016-42e5-9065-a74b291fd280 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-3a70045e-f016-42e5-9065-a74b291fd280 img.shogun-image {
  width: 100%;
  
  
  max-width: 1080px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-3a70045e-f016-42e5-9065-a74b291fd280 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-3a70045e-f016-42e5-9065-a74b291fd280.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a70045e-f016-42e5-9065-a74b291fd280.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a70045e-f016-42e5-9065-a74b291fd280.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){#s-3a70045e-f016-42e5-9065-a74b291fd280 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3a70045e-f016-42e5-9065-a74b291fd280-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3a70045e-f016-42e5-9065-a74b291fd280 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-3a70045e-f016-42e5-9065-a74b291fd280 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-3a70045e-f016-42e5-9065-a74b291fd280 img.shogun-image {
  width: 100%;
  
  
  max-width: 1080px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-3a70045e-f016-42e5-9065-a74b291fd280 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-3a70045e-f016-42e5-9065-a74b291fd280.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a70045e-f016-42e5-9065-a74b291fd280.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a70045e-f016-42e5-9065-a74b291fd280.shogun-image {
  box-sizing: border-box;
}




}
#s-991b6337-115a-4201-901b-bb175f013a5c {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-991b6337-115a-4201-901b-bb175f013a5c .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-bbc42f01-5535-4da9-ae63-2d31213d6db1 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bbc42f01-5535-4da9-ae63-2d31213d6db1 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}


#s-bbc42f01-5535-4da9-ae63-2d31213d6db1 .shogun-heading-component h4 a {
  color: ;
}


#s-b227b957-b024-4cc5-a571-6c1b0d021756 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 3px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-b227b957-b024-4cc5-a571-6c1b0d021756 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b227b957-b024-4cc5-a571-6c1b0d021756.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-61b2cef0-dfa6-4402-b903-86fb7908de2f {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
text-align: center;
}

#s-61b2cef0-dfa6-4402-b903-86fb7908de2f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-61b2cef0-dfa6-4402-b903-86fb7908de2f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-61b2cef0-dfa6-4402-b903-86fb7908de2f {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-61b2cef0-dfa6-4402-b903-86fb7908de2f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-61b2cef0-dfa6-4402-b903-86fb7908de2f img.shogun-image {
  width: 100%;
  
  
  max-width: 1080px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-61b2cef0-dfa6-4402-b903-86fb7908de2f .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-61b2cef0-dfa6-4402-b903-86fb7908de2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-61b2cef0-dfa6-4402-b903-86fb7908de2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61b2cef0-dfa6-4402-b903-86fb7908de2f.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){#s-61b2cef0-dfa6-4402-b903-86fb7908de2f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-61b2cef0-dfa6-4402-b903-86fb7908de2f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-61b2cef0-dfa6-4402-b903-86fb7908de2f {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-61b2cef0-dfa6-4402-b903-86fb7908de2f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-61b2cef0-dfa6-4402-b903-86fb7908de2f img.shogun-image {
  width: 100%;
  
  
  max-width: 1080px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-61b2cef0-dfa6-4402-b903-86fb7908de2f .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-61b2cef0-dfa6-4402-b903-86fb7908de2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-61b2cef0-dfa6-4402-b903-86fb7908de2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61b2cef0-dfa6-4402-b903-86fb7908de2f.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-61b2cef0-dfa6-4402-b903-86fb7908de2f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-61b2cef0-dfa6-4402-b903-86fb7908de2f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-61b2cef0-dfa6-4402-b903-86fb7908de2f {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-61b2cef0-dfa6-4402-b903-86fb7908de2f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-61b2cef0-dfa6-4402-b903-86fb7908de2f img.shogun-image {
  width: 100%;
  
  
  max-width: 1080px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-61b2cef0-dfa6-4402-b903-86fb7908de2f .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-61b2cef0-dfa6-4402-b903-86fb7908de2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-61b2cef0-dfa6-4402-b903-86fb7908de2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61b2cef0-dfa6-4402-b903-86fb7908de2f.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){#s-61b2cef0-dfa6-4402-b903-86fb7908de2f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-61b2cef0-dfa6-4402-b903-86fb7908de2f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-61b2cef0-dfa6-4402-b903-86fb7908de2f {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-61b2cef0-dfa6-4402-b903-86fb7908de2f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-61b2cef0-dfa6-4402-b903-86fb7908de2f img.shogun-image {
  width: 100%;
  
  
  max-width: 1080px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-61b2cef0-dfa6-4402-b903-86fb7908de2f .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-61b2cef0-dfa6-4402-b903-86fb7908de2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-61b2cef0-dfa6-4402-b903-86fb7908de2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61b2cef0-dfa6-4402-b903-86fb7908de2f.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){#s-61b2cef0-dfa6-4402-b903-86fb7908de2f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-61b2cef0-dfa6-4402-b903-86fb7908de2f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-61b2cef0-dfa6-4402-b903-86fb7908de2f {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-61b2cef0-dfa6-4402-b903-86fb7908de2f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-61b2cef0-dfa6-4402-b903-86fb7908de2f img.shogun-image {
  width: 100%;
  
  
  max-width: 1080px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-61b2cef0-dfa6-4402-b903-86fb7908de2f .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-61b2cef0-dfa6-4402-b903-86fb7908de2f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-61b2cef0-dfa6-4402-b903-86fb7908de2f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61b2cef0-dfa6-4402-b903-86fb7908de2f.shogun-image {
  box-sizing: border-box;
}




}
#s-b8ee669c-7977-4c58-8706-aeab645f97ee {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-b8ee669c-7977-4c58-8706-aeab645f97ee .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-2e134261-aab6-4682-afab-9a6df5b06097 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2e134261-aab6-4682-afab-9a6df5b06097 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}


#s-2e134261-aab6-4682-afab-9a6df5b06097 .shogun-heading-component h4 a {
  color: ;
}


#s-3c08dc7f-7a4d-4d90-be4c-97e56e37dcc1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 3px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-3c08dc7f-7a4d-4d90-be4c-97e56e37dcc1 {
  margin-top: 10px;
}
}







#s-3c08dc7f-7a4d-4d90-be4c-97e56e37dcc1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3c08dc7f-7a4d-4d90-be4c-97e56e37dcc1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-729c421a-8358-446a-9704-b641e7a9c07f {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
text-align: center;
}

#s-729c421a-8358-446a-9704-b641e7a9c07f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-729c421a-8358-446a-9704-b641e7a9c07f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-729c421a-8358-446a-9704-b641e7a9c07f {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-729c421a-8358-446a-9704-b641e7a9c07f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-729c421a-8358-446a-9704-b641e7a9c07f img.shogun-image {
  width: 100%;
  
  
  max-width: 1080px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-729c421a-8358-446a-9704-b641e7a9c07f .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-729c421a-8358-446a-9704-b641e7a9c07f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-729c421a-8358-446a-9704-b641e7a9c07f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-729c421a-8358-446a-9704-b641e7a9c07f.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){#s-729c421a-8358-446a-9704-b641e7a9c07f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-729c421a-8358-446a-9704-b641e7a9c07f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-729c421a-8358-446a-9704-b641e7a9c07f {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-729c421a-8358-446a-9704-b641e7a9c07f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-729c421a-8358-446a-9704-b641e7a9c07f img.shogun-image {
  width: 100%;
  
  
  max-width: 1080px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-729c421a-8358-446a-9704-b641e7a9c07f .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-729c421a-8358-446a-9704-b641e7a9c07f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-729c421a-8358-446a-9704-b641e7a9c07f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-729c421a-8358-446a-9704-b641e7a9c07f.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-729c421a-8358-446a-9704-b641e7a9c07f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-729c421a-8358-446a-9704-b641e7a9c07f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-729c421a-8358-446a-9704-b641e7a9c07f {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-729c421a-8358-446a-9704-b641e7a9c07f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-729c421a-8358-446a-9704-b641e7a9c07f img.shogun-image {
  width: 100%;
  
  
  max-width: 1080px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-729c421a-8358-446a-9704-b641e7a9c07f .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-729c421a-8358-446a-9704-b641e7a9c07f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-729c421a-8358-446a-9704-b641e7a9c07f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-729c421a-8358-446a-9704-b641e7a9c07f.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){#s-729c421a-8358-446a-9704-b641e7a9c07f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-729c421a-8358-446a-9704-b641e7a9c07f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-729c421a-8358-446a-9704-b641e7a9c07f {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-729c421a-8358-446a-9704-b641e7a9c07f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-729c421a-8358-446a-9704-b641e7a9c07f img.shogun-image {
  width: 100%;
  
  
  max-width: 1080px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-729c421a-8358-446a-9704-b641e7a9c07f .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-729c421a-8358-446a-9704-b641e7a9c07f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-729c421a-8358-446a-9704-b641e7a9c07f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-729c421a-8358-446a-9704-b641e7a9c07f.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){#s-729c421a-8358-446a-9704-b641e7a9c07f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-729c421a-8358-446a-9704-b641e7a9c07f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-729c421a-8358-446a-9704-b641e7a9c07f {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-729c421a-8358-446a-9704-b641e7a9c07f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-729c421a-8358-446a-9704-b641e7a9c07f img.shogun-image {
  width: 100%;
  
  
  max-width: 1080px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-729c421a-8358-446a-9704-b641e7a9c07f .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-729c421a-8358-446a-9704-b641e7a9c07f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-729c421a-8358-446a-9704-b641e7a9c07f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-729c421a-8358-446a-9704-b641e7a9c07f.shogun-image {
  box-sizing: border-box;
}




}
#s-44125173-114a-46e4-b25c-288eb86d11df {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-44125173-114a-46e4-b25c-288eb86d11df .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-816a4399-7439-48ed-a0c3-9243930349f3 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-816a4399-7439-48ed-a0c3-9243930349f3 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}


#s-816a4399-7439-48ed-a0c3-9243930349f3 .shogun-heading-component h4 a {
  color: ;
}


#s-75a6ae33-99cb-4f7d-a74e-392c91e9cd88 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 3px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-75a6ae33-99cb-4f7d-a74e-392c91e9cd88 {
  margin-top: 10px;
}
}







#s-75a6ae33-99cb-4f7d-a74e-392c91e9cd88 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-75a6ae33-99cb-4f7d-a74e-392c91e9cd88.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-249d5d61-6e02-4079-9460-979c07441e9b {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
text-align: center;
}

#s-249d5d61-6e02-4079-9460-979c07441e9b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-249d5d61-6e02-4079-9460-979c07441e9b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-249d5d61-6e02-4079-9460-979c07441e9b {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-249d5d61-6e02-4079-9460-979c07441e9b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-249d5d61-6e02-4079-9460-979c07441e9b img.shogun-image {
  width: 100%;
  
  
  max-width: 1080px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-249d5d61-6e02-4079-9460-979c07441e9b .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-249d5d61-6e02-4079-9460-979c07441e9b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-249d5d61-6e02-4079-9460-979c07441e9b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-249d5d61-6e02-4079-9460-979c07441e9b.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){#s-249d5d61-6e02-4079-9460-979c07441e9b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-249d5d61-6e02-4079-9460-979c07441e9b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-249d5d61-6e02-4079-9460-979c07441e9b {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-249d5d61-6e02-4079-9460-979c07441e9b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-249d5d61-6e02-4079-9460-979c07441e9b img.shogun-image {
  width: 100%;
  
  
  max-width: 1080px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-249d5d61-6e02-4079-9460-979c07441e9b .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-249d5d61-6e02-4079-9460-979c07441e9b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-249d5d61-6e02-4079-9460-979c07441e9b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-249d5d61-6e02-4079-9460-979c07441e9b.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-249d5d61-6e02-4079-9460-979c07441e9b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-249d5d61-6e02-4079-9460-979c07441e9b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-249d5d61-6e02-4079-9460-979c07441e9b {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-249d5d61-6e02-4079-9460-979c07441e9b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-249d5d61-6e02-4079-9460-979c07441e9b img.shogun-image {
  width: 100%;
  
  
  max-width: 1080px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-249d5d61-6e02-4079-9460-979c07441e9b .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-249d5d61-6e02-4079-9460-979c07441e9b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-249d5d61-6e02-4079-9460-979c07441e9b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-249d5d61-6e02-4079-9460-979c07441e9b.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){#s-249d5d61-6e02-4079-9460-979c07441e9b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-249d5d61-6e02-4079-9460-979c07441e9b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-249d5d61-6e02-4079-9460-979c07441e9b {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-249d5d61-6e02-4079-9460-979c07441e9b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-249d5d61-6e02-4079-9460-979c07441e9b img.shogun-image {
  width: 100%;
  
  
  max-width: 1080px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-249d5d61-6e02-4079-9460-979c07441e9b .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-249d5d61-6e02-4079-9460-979c07441e9b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-249d5d61-6e02-4079-9460-979c07441e9b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-249d5d61-6e02-4079-9460-979c07441e9b.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){#s-249d5d61-6e02-4079-9460-979c07441e9b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-249d5d61-6e02-4079-9460-979c07441e9b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-249d5d61-6e02-4079-9460-979c07441e9b {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-249d5d61-6e02-4079-9460-979c07441e9b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-249d5d61-6e02-4079-9460-979c07441e9b img.shogun-image {
  width: 100%;
  
  
  max-width: 1080px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-249d5d61-6e02-4079-9460-979c07441e9b .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-249d5d61-6e02-4079-9460-979c07441e9b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-249d5d61-6e02-4079-9460-979c07441e9b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-249d5d61-6e02-4079-9460-979c07441e9b.shogun-image {
  box-sizing: border-box;
}




}
#s-f7ff721e-36a2-4665-a351-25ee8da579cd {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-f7ff721e-36a2-4665-a351-25ee8da579cd .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-a3da2ca4-11c5-44fe-90d9-494df1df96b8 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a3da2ca4-11c5-44fe-90d9-494df1df96b8 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}


#s-a3da2ca4-11c5-44fe-90d9-494df1df96b8 .shogun-heading-component h4 a {
  color: ;
}


#s-09bb9dba-b36a-4443-bb08-b87918858874 {
  margin-top: 0px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-09bb9dba-b36a-4443-bb08-b87918858874"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-09bb9dba-b36a-4443-bb08-b87918858874"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-09bb9dba-b36a-4443-bb08-b87918858874"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-09bb9dba-b36a-4443-bb08-b87918858874"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-90388069-ff39-4179-a9bb-7fb0145fcfde {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 3px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-90388069-ff39-4179-a9bb-7fb0145fcfde > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-90388069-ff39-4179-a9bb-7fb0145fcfde.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eaa60ba2-8a1b-4cad-9380-574337d421cb {
  margin-left: auto;
margin-right: auto;
}

.shg-product-image-wrapper a.shogun-product-image-url {
  display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

#s-f2bdc30f-9583-436d-9c50-c68d5a9cda72 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-f2bdc30f-9583-436d-9c50-c68d5a9cda72 {
  max-width:  100%;
}

.shg-c#s-f2bdc30f-9583-436d-9c50-c68d5a9cda72 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f2bdc30f-9583-436d-9c50-c68d5a9cda72 .shg-image-zoom,
.shg-c#s-f2bdc30f-9583-436d-9c50-c68d5a9cda72 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-f2bdc30f-9583-436d-9c50-c68d5a9cda72 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f2bdc30f-9583-436d-9c50-c68d5a9cda72 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f2bdc30f-9583-436d-9c50-c68d5a9cda72 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f2bdc30f-9583-436d-9c50-c68d5a9cda72 img.shogun-image,
.shg-c#s-f2bdc30f-9583-436d-9c50-c68d5a9cda72 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f2bdc30f-9583-436d-9c50-c68d5a9cda72 .shg-image-zoom,
.shg-c#s-f2bdc30f-9583-436d-9c50-c68d5a9cda72 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-f2bdc30f-9583-436d-9c50-c68d5a9cda72 {
  max-width:  100%;
}

.shg-c#s-f2bdc30f-9583-436d-9c50-c68d5a9cda72 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f2bdc30f-9583-436d-9c50-c68d5a9cda72 .shg-image-zoom,
.shg-c#s-f2bdc30f-9583-436d-9c50-c68d5a9cda72 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-f2bdc30f-9583-436d-9c50-c68d5a9cda72 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f2bdc30f-9583-436d-9c50-c68d5a9cda72 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f2bdc30f-9583-436d-9c50-c68d5a9cda72 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f2bdc30f-9583-436d-9c50-c68d5a9cda72 img.shogun-image,
.shg-c#s-f2bdc30f-9583-436d-9c50-c68d5a9cda72 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f2bdc30f-9583-436d-9c50-c68d5a9cda72 .shg-image-zoom,
.shg-c#s-f2bdc30f-9583-436d-9c50-c68d5a9cda72 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f2bdc30f-9583-436d-9c50-c68d5a9cda72 {
  max-width:  100%;
}

.shg-c#s-f2bdc30f-9583-436d-9c50-c68d5a9cda72 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f2bdc30f-9583-436d-9c50-c68d5a9cda72 .shg-image-zoom,
.shg-c#s-f2bdc30f-9583-436d-9c50-c68d5a9cda72 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-f2bdc30f-9583-436d-9c50-c68d5a9cda72 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f2bdc30f-9583-436d-9c50-c68d5a9cda72 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f2bdc30f-9583-436d-9c50-c68d5a9cda72 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f2bdc30f-9583-436d-9c50-c68d5a9cda72 img.shogun-image,
.shg-c#s-f2bdc30f-9583-436d-9c50-c68d5a9cda72 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f2bdc30f-9583-436d-9c50-c68d5a9cda72 .shg-image-zoom,
.shg-c#s-f2bdc30f-9583-436d-9c50-c68d5a9cda72 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f2bdc30f-9583-436d-9c50-c68d5a9cda72 {
  max-width:  100%;
}

.shg-c#s-f2bdc30f-9583-436d-9c50-c68d5a9cda72 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f2bdc30f-9583-436d-9c50-c68d5a9cda72 .shg-image-zoom,
.shg-c#s-f2bdc30f-9583-436d-9c50-c68d5a9cda72 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-f2bdc30f-9583-436d-9c50-c68d5a9cda72 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f2bdc30f-9583-436d-9c50-c68d5a9cda72 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f2bdc30f-9583-436d-9c50-c68d5a9cda72 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f2bdc30f-9583-436d-9c50-c68d5a9cda72 img.shogun-image,
.shg-c#s-f2bdc30f-9583-436d-9c50-c68d5a9cda72 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f2bdc30f-9583-436d-9c50-c68d5a9cda72 .shg-image-zoom,
.shg-c#s-f2bdc30f-9583-436d-9c50-c68d5a9cda72 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-f2bdc30f-9583-436d-9c50-c68d5a9cda72 {
  max-width:  100%;
}

.shg-c#s-f2bdc30f-9583-436d-9c50-c68d5a9cda72 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f2bdc30f-9583-436d-9c50-c68d5a9cda72 .shg-image-zoom,
.shg-c#s-f2bdc30f-9583-436d-9c50-c68d5a9cda72 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-f2bdc30f-9583-436d-9c50-c68d5a9cda72 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f2bdc30f-9583-436d-9c50-c68d5a9cda72 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f2bdc30f-9583-436d-9c50-c68d5a9cda72 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f2bdc30f-9583-436d-9c50-c68d5a9cda72 img.shogun-image,
.shg-c#s-f2bdc30f-9583-436d-9c50-c68d5a9cda72 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f2bdc30f-9583-436d-9c50-c68d5a9cda72 .shg-image-zoom,
.shg-c#s-f2bdc30f-9583-436d-9c50-c68d5a9cda72 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-f7abd45f-46a4-46da-bb2e-a75d17d9a0af {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-f7abd45f-46a4-46da-bb2e-a75d17d9a0af .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-596feba5-cd0e-43bb-8a65-b1cec36a7435 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-596feba5-cd0e-43bb-8a65-b1cec36a7435 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}


#s-596feba5-cd0e-43bb-8a65-b1cec36a7435 .shogun-heading-component h4 a {
  color: ;
}


#s-5c69ce81-dc6a-4913-a2cd-00a696dee410 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 3px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-5c69ce81-dc6a-4913-a2cd-00a696dee410 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5c69ce81-dc6a-4913-a2cd-00a696dee410.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9d01fa31-bc47-4f79-8321-9f8724cef894 {
  margin-left: auto;
margin-right: auto;
}

#s-67e7c633-c013-408d-ba56-c36ec95f1ef7 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-67e7c633-c013-408d-ba56-c36ec95f1ef7 {
  max-width:  100%;
}

.shg-c#s-67e7c633-c013-408d-ba56-c36ec95f1ef7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-67e7c633-c013-408d-ba56-c36ec95f1ef7 .shg-image-zoom,
.shg-c#s-67e7c633-c013-408d-ba56-c36ec95f1ef7 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-67e7c633-c013-408d-ba56-c36ec95f1ef7 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-67e7c633-c013-408d-ba56-c36ec95f1ef7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-67e7c633-c013-408d-ba56-c36ec95f1ef7 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-67e7c633-c013-408d-ba56-c36ec95f1ef7 img.shogun-image,
.shg-c#s-67e7c633-c013-408d-ba56-c36ec95f1ef7 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-67e7c633-c013-408d-ba56-c36ec95f1ef7 .shg-image-zoom,
.shg-c#s-67e7c633-c013-408d-ba56-c36ec95f1ef7 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-67e7c633-c013-408d-ba56-c36ec95f1ef7 {
  max-width:  100%;
}

.shg-c#s-67e7c633-c013-408d-ba56-c36ec95f1ef7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-67e7c633-c013-408d-ba56-c36ec95f1ef7 .shg-image-zoom,
.shg-c#s-67e7c633-c013-408d-ba56-c36ec95f1ef7 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-67e7c633-c013-408d-ba56-c36ec95f1ef7 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-67e7c633-c013-408d-ba56-c36ec95f1ef7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-67e7c633-c013-408d-ba56-c36ec95f1ef7 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-67e7c633-c013-408d-ba56-c36ec95f1ef7 img.shogun-image,
.shg-c#s-67e7c633-c013-408d-ba56-c36ec95f1ef7 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-67e7c633-c013-408d-ba56-c36ec95f1ef7 .shg-image-zoom,
.shg-c#s-67e7c633-c013-408d-ba56-c36ec95f1ef7 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-67e7c633-c013-408d-ba56-c36ec95f1ef7 {
  max-width:  100%;
}

.shg-c#s-67e7c633-c013-408d-ba56-c36ec95f1ef7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-67e7c633-c013-408d-ba56-c36ec95f1ef7 .shg-image-zoom,
.shg-c#s-67e7c633-c013-408d-ba56-c36ec95f1ef7 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-67e7c633-c013-408d-ba56-c36ec95f1ef7 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-67e7c633-c013-408d-ba56-c36ec95f1ef7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-67e7c633-c013-408d-ba56-c36ec95f1ef7 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-67e7c633-c013-408d-ba56-c36ec95f1ef7 img.shogun-image,
.shg-c#s-67e7c633-c013-408d-ba56-c36ec95f1ef7 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-67e7c633-c013-408d-ba56-c36ec95f1ef7 .shg-image-zoom,
.shg-c#s-67e7c633-c013-408d-ba56-c36ec95f1ef7 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-67e7c633-c013-408d-ba56-c36ec95f1ef7 {
  max-width:  100%;
}

.shg-c#s-67e7c633-c013-408d-ba56-c36ec95f1ef7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-67e7c633-c013-408d-ba56-c36ec95f1ef7 .shg-image-zoom,
.shg-c#s-67e7c633-c013-408d-ba56-c36ec95f1ef7 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-67e7c633-c013-408d-ba56-c36ec95f1ef7 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-67e7c633-c013-408d-ba56-c36ec95f1ef7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-67e7c633-c013-408d-ba56-c36ec95f1ef7 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-67e7c633-c013-408d-ba56-c36ec95f1ef7 img.shogun-image,
.shg-c#s-67e7c633-c013-408d-ba56-c36ec95f1ef7 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-67e7c633-c013-408d-ba56-c36ec95f1ef7 .shg-image-zoom,
.shg-c#s-67e7c633-c013-408d-ba56-c36ec95f1ef7 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-67e7c633-c013-408d-ba56-c36ec95f1ef7 {
  max-width:  100%;
}

.shg-c#s-67e7c633-c013-408d-ba56-c36ec95f1ef7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-67e7c633-c013-408d-ba56-c36ec95f1ef7 .shg-image-zoom,
.shg-c#s-67e7c633-c013-408d-ba56-c36ec95f1ef7 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-67e7c633-c013-408d-ba56-c36ec95f1ef7 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-67e7c633-c013-408d-ba56-c36ec95f1ef7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-67e7c633-c013-408d-ba56-c36ec95f1ef7 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-67e7c633-c013-408d-ba56-c36ec95f1ef7 img.shogun-image,
.shg-c#s-67e7c633-c013-408d-ba56-c36ec95f1ef7 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-67e7c633-c013-408d-ba56-c36ec95f1ef7 .shg-image-zoom,
.shg-c#s-67e7c633-c013-408d-ba56-c36ec95f1ef7 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-40c06950-e74b-4ea2-9d4f-0ba8765b069c {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-40c06950-e74b-4ea2-9d4f-0ba8765b069c .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-5f1df7d7-ce35-4f76-a339-ad8b427cada2 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5f1df7d7-ce35-4f76-a339-ad8b427cada2 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}


#s-5f1df7d7-ce35-4f76-a339-ad8b427cada2 .shogun-heading-component h4 a {
  color: ;
}


#s-98f526f4-ba2b-4587-bea8-4568f4197490 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 3px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-98f526f4-ba2b-4587-bea8-4568f4197490 {
  margin-top: 10px;
}
}







#s-98f526f4-ba2b-4587-bea8-4568f4197490 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-98f526f4-ba2b-4587-bea8-4568f4197490.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a8bc9bc3-b259-404e-bf62-1590e17e3dac {
  margin-left: auto;
margin-right: auto;
}

#s-18b47943-be2e-42ff-9c10-323f45881034 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-18b47943-be2e-42ff-9c10-323f45881034 {
  max-width:  100%;
}

.shg-c#s-18b47943-be2e-42ff-9c10-323f45881034 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-18b47943-be2e-42ff-9c10-323f45881034 .shg-image-zoom,
.shg-c#s-18b47943-be2e-42ff-9c10-323f45881034 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-18b47943-be2e-42ff-9c10-323f45881034 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-18b47943-be2e-42ff-9c10-323f45881034 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-18b47943-be2e-42ff-9c10-323f45881034 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-18b47943-be2e-42ff-9c10-323f45881034 img.shogun-image,
.shg-c#s-18b47943-be2e-42ff-9c10-323f45881034 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-18b47943-be2e-42ff-9c10-323f45881034 .shg-image-zoom,
.shg-c#s-18b47943-be2e-42ff-9c10-323f45881034 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-18b47943-be2e-42ff-9c10-323f45881034 {
  max-width:  100%;
}

.shg-c#s-18b47943-be2e-42ff-9c10-323f45881034 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-18b47943-be2e-42ff-9c10-323f45881034 .shg-image-zoom,
.shg-c#s-18b47943-be2e-42ff-9c10-323f45881034 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-18b47943-be2e-42ff-9c10-323f45881034 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-18b47943-be2e-42ff-9c10-323f45881034 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-18b47943-be2e-42ff-9c10-323f45881034 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-18b47943-be2e-42ff-9c10-323f45881034 img.shogun-image,
.shg-c#s-18b47943-be2e-42ff-9c10-323f45881034 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-18b47943-be2e-42ff-9c10-323f45881034 .shg-image-zoom,
.shg-c#s-18b47943-be2e-42ff-9c10-323f45881034 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-18b47943-be2e-42ff-9c10-323f45881034 {
  max-width:  100%;
}

.shg-c#s-18b47943-be2e-42ff-9c10-323f45881034 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-18b47943-be2e-42ff-9c10-323f45881034 .shg-image-zoom,
.shg-c#s-18b47943-be2e-42ff-9c10-323f45881034 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-18b47943-be2e-42ff-9c10-323f45881034 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-18b47943-be2e-42ff-9c10-323f45881034 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-18b47943-be2e-42ff-9c10-323f45881034 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-18b47943-be2e-42ff-9c10-323f45881034 img.shogun-image,
.shg-c#s-18b47943-be2e-42ff-9c10-323f45881034 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-18b47943-be2e-42ff-9c10-323f45881034 .shg-image-zoom,
.shg-c#s-18b47943-be2e-42ff-9c10-323f45881034 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-18b47943-be2e-42ff-9c10-323f45881034 {
  max-width:  100%;
}

.shg-c#s-18b47943-be2e-42ff-9c10-323f45881034 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-18b47943-be2e-42ff-9c10-323f45881034 .shg-image-zoom,
.shg-c#s-18b47943-be2e-42ff-9c10-323f45881034 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-18b47943-be2e-42ff-9c10-323f45881034 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-18b47943-be2e-42ff-9c10-323f45881034 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-18b47943-be2e-42ff-9c10-323f45881034 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-18b47943-be2e-42ff-9c10-323f45881034 img.shogun-image,
.shg-c#s-18b47943-be2e-42ff-9c10-323f45881034 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-18b47943-be2e-42ff-9c10-323f45881034 .shg-image-zoom,
.shg-c#s-18b47943-be2e-42ff-9c10-323f45881034 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-18b47943-be2e-42ff-9c10-323f45881034 {
  max-width:  100%;
}

.shg-c#s-18b47943-be2e-42ff-9c10-323f45881034 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-18b47943-be2e-42ff-9c10-323f45881034 .shg-image-zoom,
.shg-c#s-18b47943-be2e-42ff-9c10-323f45881034 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-18b47943-be2e-42ff-9c10-323f45881034 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-18b47943-be2e-42ff-9c10-323f45881034 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-18b47943-be2e-42ff-9c10-323f45881034 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-18b47943-be2e-42ff-9c10-323f45881034 img.shogun-image,
.shg-c#s-18b47943-be2e-42ff-9c10-323f45881034 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-18b47943-be2e-42ff-9c10-323f45881034 .shg-image-zoom,
.shg-c#s-18b47943-be2e-42ff-9c10-323f45881034 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-14f2b689-62d3-4e33-aba3-8470533d96f8 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-14f2b689-62d3-4e33-aba3-8470533d96f8 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-53b987fc-b8a9-4bef-aa67-cb5e96373d76 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-53b987fc-b8a9-4bef-aa67-cb5e96373d76 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}


#s-53b987fc-b8a9-4bef-aa67-cb5e96373d76 .shogun-heading-component h4 a {
  color: ;
}


#s-34489594-7dca-4afa-8c67-3b95cc5b196d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 3px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-34489594-7dca-4afa-8c67-3b95cc5b196d {
  margin-top: 10px;
}
}







#s-34489594-7dca-4afa-8c67-3b95cc5b196d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-34489594-7dca-4afa-8c67-3b95cc5b196d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-994f9153-bff6-472c-9b4a-e9ed1d0ce2c1 {
  margin-left: auto;
margin-right: auto;
}

#s-688b604c-e064-414d-b4e8-ef9021951618 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-688b604c-e064-414d-b4e8-ef9021951618 {
  max-width:  100%;
}

.shg-c#s-688b604c-e064-414d-b4e8-ef9021951618 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-688b604c-e064-414d-b4e8-ef9021951618 .shg-image-zoom,
.shg-c#s-688b604c-e064-414d-b4e8-ef9021951618 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-688b604c-e064-414d-b4e8-ef9021951618 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-688b604c-e064-414d-b4e8-ef9021951618 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-688b604c-e064-414d-b4e8-ef9021951618 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-688b604c-e064-414d-b4e8-ef9021951618 img.shogun-image,
.shg-c#s-688b604c-e064-414d-b4e8-ef9021951618 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-688b604c-e064-414d-b4e8-ef9021951618 .shg-image-zoom,
.shg-c#s-688b604c-e064-414d-b4e8-ef9021951618 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-688b604c-e064-414d-b4e8-ef9021951618 {
  max-width:  100%;
}

.shg-c#s-688b604c-e064-414d-b4e8-ef9021951618 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-688b604c-e064-414d-b4e8-ef9021951618 .shg-image-zoom,
.shg-c#s-688b604c-e064-414d-b4e8-ef9021951618 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-688b604c-e064-414d-b4e8-ef9021951618 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-688b604c-e064-414d-b4e8-ef9021951618 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-688b604c-e064-414d-b4e8-ef9021951618 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-688b604c-e064-414d-b4e8-ef9021951618 img.shogun-image,
.shg-c#s-688b604c-e064-414d-b4e8-ef9021951618 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-688b604c-e064-414d-b4e8-ef9021951618 .shg-image-zoom,
.shg-c#s-688b604c-e064-414d-b4e8-ef9021951618 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-688b604c-e064-414d-b4e8-ef9021951618 {
  max-width:  100%;
}

.shg-c#s-688b604c-e064-414d-b4e8-ef9021951618 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-688b604c-e064-414d-b4e8-ef9021951618 .shg-image-zoom,
.shg-c#s-688b604c-e064-414d-b4e8-ef9021951618 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-688b604c-e064-414d-b4e8-ef9021951618 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-688b604c-e064-414d-b4e8-ef9021951618 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-688b604c-e064-414d-b4e8-ef9021951618 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-688b604c-e064-414d-b4e8-ef9021951618 img.shogun-image,
.shg-c#s-688b604c-e064-414d-b4e8-ef9021951618 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-688b604c-e064-414d-b4e8-ef9021951618 .shg-image-zoom,
.shg-c#s-688b604c-e064-414d-b4e8-ef9021951618 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-688b604c-e064-414d-b4e8-ef9021951618 {
  max-width:  100%;
}

.shg-c#s-688b604c-e064-414d-b4e8-ef9021951618 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-688b604c-e064-414d-b4e8-ef9021951618 .shg-image-zoom,
.shg-c#s-688b604c-e064-414d-b4e8-ef9021951618 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-688b604c-e064-414d-b4e8-ef9021951618 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-688b604c-e064-414d-b4e8-ef9021951618 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-688b604c-e064-414d-b4e8-ef9021951618 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-688b604c-e064-414d-b4e8-ef9021951618 img.shogun-image,
.shg-c#s-688b604c-e064-414d-b4e8-ef9021951618 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-688b604c-e064-414d-b4e8-ef9021951618 .shg-image-zoom,
.shg-c#s-688b604c-e064-414d-b4e8-ef9021951618 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-688b604c-e064-414d-b4e8-ef9021951618 {
  max-width:  100%;
}

.shg-c#s-688b604c-e064-414d-b4e8-ef9021951618 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-688b604c-e064-414d-b4e8-ef9021951618 .shg-image-zoom,
.shg-c#s-688b604c-e064-414d-b4e8-ef9021951618 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-688b604c-e064-414d-b4e8-ef9021951618 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-688b604c-e064-414d-b4e8-ef9021951618 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-688b604c-e064-414d-b4e8-ef9021951618 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-688b604c-e064-414d-b4e8-ef9021951618 img.shogun-image,
.shg-c#s-688b604c-e064-414d-b4e8-ef9021951618 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-688b604c-e064-414d-b4e8-ef9021951618 .shg-image-zoom,
.shg-c#s-688b604c-e064-414d-b4e8-ef9021951618 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-8ce93855-924e-4976-8f6a-5a126754666d {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-8ce93855-924e-4976-8f6a-5a126754666d .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-d9573b6d-37e8-4afb-8156-a82d135a9243 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d9573b6d-37e8-4afb-8156-a82d135a9243 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}


#s-d9573b6d-37e8-4afb-8156-a82d135a9243 .shogun-heading-component h4 a {
  color: ;
}


#s-5b045d1b-814f-4a5e-a43a-aebff9123721 {
  margin-top: 0px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-5b045d1b-814f-4a5e-a43a-aebff9123721"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-5b045d1b-814f-4a5e-a43a-aebff9123721"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-5b045d1b-814f-4a5e-a43a-aebff9123721"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-5b045d1b-814f-4a5e-a43a-aebff9123721"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-31c622f6-ce22-45eb-8e4c-9a0498566b8e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 3px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-31c622f6-ce22-45eb-8e4c-9a0498566b8e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-31c622f6-ce22-45eb-8e4c-9a0498566b8e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-611ede0c-c14d-4ab0-b31d-facc9e67bf4c {
  margin-left: auto;
margin-right: auto;
}

#s-c05681fa-17ba-4a97-a0df-8600af53a202 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-c05681fa-17ba-4a97-a0df-8600af53a202 {
  max-width:  100%;
}

.shg-c#s-c05681fa-17ba-4a97-a0df-8600af53a202 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c05681fa-17ba-4a97-a0df-8600af53a202 .shg-image-zoom,
.shg-c#s-c05681fa-17ba-4a97-a0df-8600af53a202 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-c05681fa-17ba-4a97-a0df-8600af53a202 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c05681fa-17ba-4a97-a0df-8600af53a202 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c05681fa-17ba-4a97-a0df-8600af53a202 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c05681fa-17ba-4a97-a0df-8600af53a202 img.shogun-image,
.shg-c#s-c05681fa-17ba-4a97-a0df-8600af53a202 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c05681fa-17ba-4a97-a0df-8600af53a202 .shg-image-zoom,
.shg-c#s-c05681fa-17ba-4a97-a0df-8600af53a202 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-c05681fa-17ba-4a97-a0df-8600af53a202 {
  max-width:  100%;
}

.shg-c#s-c05681fa-17ba-4a97-a0df-8600af53a202 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c05681fa-17ba-4a97-a0df-8600af53a202 .shg-image-zoom,
.shg-c#s-c05681fa-17ba-4a97-a0df-8600af53a202 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-c05681fa-17ba-4a97-a0df-8600af53a202 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c05681fa-17ba-4a97-a0df-8600af53a202 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c05681fa-17ba-4a97-a0df-8600af53a202 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c05681fa-17ba-4a97-a0df-8600af53a202 img.shogun-image,
.shg-c#s-c05681fa-17ba-4a97-a0df-8600af53a202 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c05681fa-17ba-4a97-a0df-8600af53a202 .shg-image-zoom,
.shg-c#s-c05681fa-17ba-4a97-a0df-8600af53a202 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c05681fa-17ba-4a97-a0df-8600af53a202 {
  max-width:  100%;
}

.shg-c#s-c05681fa-17ba-4a97-a0df-8600af53a202 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c05681fa-17ba-4a97-a0df-8600af53a202 .shg-image-zoom,
.shg-c#s-c05681fa-17ba-4a97-a0df-8600af53a202 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-c05681fa-17ba-4a97-a0df-8600af53a202 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c05681fa-17ba-4a97-a0df-8600af53a202 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c05681fa-17ba-4a97-a0df-8600af53a202 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c05681fa-17ba-4a97-a0df-8600af53a202 img.shogun-image,
.shg-c#s-c05681fa-17ba-4a97-a0df-8600af53a202 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c05681fa-17ba-4a97-a0df-8600af53a202 .shg-image-zoom,
.shg-c#s-c05681fa-17ba-4a97-a0df-8600af53a202 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c05681fa-17ba-4a97-a0df-8600af53a202 {
  max-width:  100%;
}

.shg-c#s-c05681fa-17ba-4a97-a0df-8600af53a202 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c05681fa-17ba-4a97-a0df-8600af53a202 .shg-image-zoom,
.shg-c#s-c05681fa-17ba-4a97-a0df-8600af53a202 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-c05681fa-17ba-4a97-a0df-8600af53a202 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c05681fa-17ba-4a97-a0df-8600af53a202 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c05681fa-17ba-4a97-a0df-8600af53a202 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c05681fa-17ba-4a97-a0df-8600af53a202 img.shogun-image,
.shg-c#s-c05681fa-17ba-4a97-a0df-8600af53a202 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c05681fa-17ba-4a97-a0df-8600af53a202 .shg-image-zoom,
.shg-c#s-c05681fa-17ba-4a97-a0df-8600af53a202 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-c05681fa-17ba-4a97-a0df-8600af53a202 {
  max-width:  100%;
}

.shg-c#s-c05681fa-17ba-4a97-a0df-8600af53a202 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c05681fa-17ba-4a97-a0df-8600af53a202 .shg-image-zoom,
.shg-c#s-c05681fa-17ba-4a97-a0df-8600af53a202 img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-c05681fa-17ba-4a97-a0df-8600af53a202 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c05681fa-17ba-4a97-a0df-8600af53a202 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c05681fa-17ba-4a97-a0df-8600af53a202 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c05681fa-17ba-4a97-a0df-8600af53a202 img.shogun-image,
.shg-c#s-c05681fa-17ba-4a97-a0df-8600af53a202 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c05681fa-17ba-4a97-a0df-8600af53a202 .shg-image-zoom,
.shg-c#s-c05681fa-17ba-4a97-a0df-8600af53a202 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-f408a702-a673-4f24-8dfa-7fd9b283ec28 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-f408a702-a673-4f24-8dfa-7fd9b283ec28 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-03ca27b7-3f7d-4996-917c-12e45a6c8531 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-03ca27b7-3f7d-4996-917c-12e45a6c8531 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}


#s-03ca27b7-3f7d-4996-917c-12e45a6c8531 .shogun-heading-component h4 a {
  color: ;
}


#s-18342bea-d838-42e2-a71f-f05988fc0fa7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 3px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-18342bea-d838-42e2-a71f-f05988fc0fa7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-18342bea-d838-42e2-a71f-f05988fc0fa7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e1bdbab9-b4e5-4796-bb13-b5c75af3cdf5 {
  margin-left: auto;
margin-right: auto;
}

#s-4569db20-4aa9-407c-b8e1-f5a3d13c34ef {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-4569db20-4aa9-407c-b8e1-f5a3d13c34ef {
  max-width:  100%;
}

.shg-c#s-4569db20-4aa9-407c-b8e1-f5a3d13c34ef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4569db20-4aa9-407c-b8e1-f5a3d13c34ef .shg-image-zoom,
.shg-c#s-4569db20-4aa9-407c-b8e1-f5a3d13c34ef img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-4569db20-4aa9-407c-b8e1-f5a3d13c34ef .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-4569db20-4aa9-407c-b8e1-f5a3d13c34ef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4569db20-4aa9-407c-b8e1-f5a3d13c34ef img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-4569db20-4aa9-407c-b8e1-f5a3d13c34ef img.shogun-image,
.shg-c#s-4569db20-4aa9-407c-b8e1-f5a3d13c34ef .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-4569db20-4aa9-407c-b8e1-f5a3d13c34ef .shg-image-zoom,
.shg-c#s-4569db20-4aa9-407c-b8e1-f5a3d13c34ef img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-4569db20-4aa9-407c-b8e1-f5a3d13c34ef {
  max-width:  100%;
}

.shg-c#s-4569db20-4aa9-407c-b8e1-f5a3d13c34ef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4569db20-4aa9-407c-b8e1-f5a3d13c34ef .shg-image-zoom,
.shg-c#s-4569db20-4aa9-407c-b8e1-f5a3d13c34ef img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-4569db20-4aa9-407c-b8e1-f5a3d13c34ef .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-4569db20-4aa9-407c-b8e1-f5a3d13c34ef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4569db20-4aa9-407c-b8e1-f5a3d13c34ef img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-4569db20-4aa9-407c-b8e1-f5a3d13c34ef img.shogun-image,
.shg-c#s-4569db20-4aa9-407c-b8e1-f5a3d13c34ef .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-4569db20-4aa9-407c-b8e1-f5a3d13c34ef .shg-image-zoom,
.shg-c#s-4569db20-4aa9-407c-b8e1-f5a3d13c34ef img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4569db20-4aa9-407c-b8e1-f5a3d13c34ef {
  max-width:  100%;
}

.shg-c#s-4569db20-4aa9-407c-b8e1-f5a3d13c34ef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4569db20-4aa9-407c-b8e1-f5a3d13c34ef .shg-image-zoom,
.shg-c#s-4569db20-4aa9-407c-b8e1-f5a3d13c34ef img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-4569db20-4aa9-407c-b8e1-f5a3d13c34ef .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-4569db20-4aa9-407c-b8e1-f5a3d13c34ef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4569db20-4aa9-407c-b8e1-f5a3d13c34ef img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-4569db20-4aa9-407c-b8e1-f5a3d13c34ef img.shogun-image,
.shg-c#s-4569db20-4aa9-407c-b8e1-f5a3d13c34ef .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-4569db20-4aa9-407c-b8e1-f5a3d13c34ef .shg-image-zoom,
.shg-c#s-4569db20-4aa9-407c-b8e1-f5a3d13c34ef img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4569db20-4aa9-407c-b8e1-f5a3d13c34ef {
  max-width:  100%;
}

.shg-c#s-4569db20-4aa9-407c-b8e1-f5a3d13c34ef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4569db20-4aa9-407c-b8e1-f5a3d13c34ef .shg-image-zoom,
.shg-c#s-4569db20-4aa9-407c-b8e1-f5a3d13c34ef img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-4569db20-4aa9-407c-b8e1-f5a3d13c34ef .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-4569db20-4aa9-407c-b8e1-f5a3d13c34ef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4569db20-4aa9-407c-b8e1-f5a3d13c34ef img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-4569db20-4aa9-407c-b8e1-f5a3d13c34ef img.shogun-image,
.shg-c#s-4569db20-4aa9-407c-b8e1-f5a3d13c34ef .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-4569db20-4aa9-407c-b8e1-f5a3d13c34ef .shg-image-zoom,
.shg-c#s-4569db20-4aa9-407c-b8e1-f5a3d13c34ef img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-4569db20-4aa9-407c-b8e1-f5a3d13c34ef {
  max-width:  100%;
}

.shg-c#s-4569db20-4aa9-407c-b8e1-f5a3d13c34ef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4569db20-4aa9-407c-b8e1-f5a3d13c34ef .shg-image-zoom,
.shg-c#s-4569db20-4aa9-407c-b8e1-f5a3d13c34ef img.shogun-image {
  max-width: 1200px !important;
  
}

.shg-c#s-4569db20-4aa9-407c-b8e1-f5a3d13c34ef .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-4569db20-4aa9-407c-b8e1-f5a3d13c34ef .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4569db20-4aa9-407c-b8e1-f5a3d13c34ef img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-4569db20-4aa9-407c-b8e1-f5a3d13c34ef img.shogun-image,
.shg-c#s-4569db20-4aa9-407c-b8e1-f5a3d13c34ef .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-4569db20-4aa9-407c-b8e1-f5a3d13c34ef .shg-image-zoom,
.shg-c#s-4569db20-4aa9-407c-b8e1-f5a3d13c34ef img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-fe6cadc7-51a0-4f36-b909-8811c39ad1dc {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-fe6cadc7-51a0-4f36-b909-8811c39ad1dc .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-34c8e685-6526-49cf-a1e0-7164092ede0b {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-34c8e685-6526-49cf-a1e0-7164092ede0b .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}


#s-34c8e685-6526-49cf-a1e0-7164092ede0b .shogun-heading-component h4 a {
  color: ;
}


#s-f6335742-1658-41b8-ad7c-3f9d33a17998 {
  margin-top: 20px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-f6335742-1658-41b8-ad7c-3f9d33a17998"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-f6335742-1658-41b8-ad7c-3f9d33a17998"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-f6335742-1658-41b8-ad7c-3f9d33a17998"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-f6335742-1658-41b8-ad7c-3f9d33a17998"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-f4349171-201e-4541-8139-7a588f279308 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 3px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-f4349171-201e-4541-8139-7a588f279308 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f4349171-201e-4541-8139-7a588f279308.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5ab6b049-22d8-4d0e-b117-4e14b0c854b7 {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
text-align: center;
}

#s-5ab6b049-22d8-4d0e-b117-4e14b0c854b7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5ab6b049-22d8-4d0e-b117-4e14b0c854b7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5ab6b049-22d8-4d0e-b117-4e14b0c854b7 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-5ab6b049-22d8-4d0e-b117-4e14b0c854b7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-5ab6b049-22d8-4d0e-b117-4e14b0c854b7 img.shogun-image {
  width: 100%;
  
  
  max-width: 1080px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-5ab6b049-22d8-4d0e-b117-4e14b0c854b7 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-5ab6b049-22d8-4d0e-b117-4e14b0c854b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ab6b049-22d8-4d0e-b117-4e14b0c854b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ab6b049-22d8-4d0e-b117-4e14b0c854b7.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){#s-5ab6b049-22d8-4d0e-b117-4e14b0c854b7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5ab6b049-22d8-4d0e-b117-4e14b0c854b7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5ab6b049-22d8-4d0e-b117-4e14b0c854b7 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-5ab6b049-22d8-4d0e-b117-4e14b0c854b7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-5ab6b049-22d8-4d0e-b117-4e14b0c854b7 img.shogun-image {
  width: 100%;
  
  
  max-width: 1080px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-5ab6b049-22d8-4d0e-b117-4e14b0c854b7 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-5ab6b049-22d8-4d0e-b117-4e14b0c854b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ab6b049-22d8-4d0e-b117-4e14b0c854b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ab6b049-22d8-4d0e-b117-4e14b0c854b7.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-5ab6b049-22d8-4d0e-b117-4e14b0c854b7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5ab6b049-22d8-4d0e-b117-4e14b0c854b7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5ab6b049-22d8-4d0e-b117-4e14b0c854b7 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-5ab6b049-22d8-4d0e-b117-4e14b0c854b7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-5ab6b049-22d8-4d0e-b117-4e14b0c854b7 img.shogun-image {
  width: 100%;
  
  
  max-width: 1080px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-5ab6b049-22d8-4d0e-b117-4e14b0c854b7 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-5ab6b049-22d8-4d0e-b117-4e14b0c854b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ab6b049-22d8-4d0e-b117-4e14b0c854b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ab6b049-22d8-4d0e-b117-4e14b0c854b7.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){#s-5ab6b049-22d8-4d0e-b117-4e14b0c854b7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5ab6b049-22d8-4d0e-b117-4e14b0c854b7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5ab6b049-22d8-4d0e-b117-4e14b0c854b7 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-5ab6b049-22d8-4d0e-b117-4e14b0c854b7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-5ab6b049-22d8-4d0e-b117-4e14b0c854b7 img.shogun-image {
  width: 100%;
  
  
  max-width: 1080px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-5ab6b049-22d8-4d0e-b117-4e14b0c854b7 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-5ab6b049-22d8-4d0e-b117-4e14b0c854b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ab6b049-22d8-4d0e-b117-4e14b0c854b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ab6b049-22d8-4d0e-b117-4e14b0c854b7.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){#s-5ab6b049-22d8-4d0e-b117-4e14b0c854b7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5ab6b049-22d8-4d0e-b117-4e14b0c854b7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5ab6b049-22d8-4d0e-b117-4e14b0c854b7 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-5ab6b049-22d8-4d0e-b117-4e14b0c854b7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-5ab6b049-22d8-4d0e-b117-4e14b0c854b7 img.shogun-image {
  width: 100%;
  
  
  max-width: 1080px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-5ab6b049-22d8-4d0e-b117-4e14b0c854b7 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-5ab6b049-22d8-4d0e-b117-4e14b0c854b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ab6b049-22d8-4d0e-b117-4e14b0c854b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ab6b049-22d8-4d0e-b117-4e14b0c854b7.shogun-image {
  box-sizing: border-box;
}




}
#s-38d86273-363f-424b-90b6-7abcf8257ea6 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-38d86273-363f-424b-90b6-7abcf8257ea6 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-844ef0a5-b446-474b-994e-20a38aa028fd {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-844ef0a5-b446-474b-994e-20a38aa028fd .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}


#s-844ef0a5-b446-474b-994e-20a38aa028fd .shogun-heading-component h4 a {
  color: ;
}


#s-abb2efe6-c8b1-40d0-bc21-dd03b9a5b145 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 3px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-abb2efe6-c8b1-40d0-bc21-dd03b9a5b145 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-abb2efe6-c8b1-40d0-bc21-dd03b9a5b145.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c5dbbaa2-8b97-4030-ade4-02cb99a32ec7 {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
text-align: center;
}

#s-c5dbbaa2-8b97-4030-ade4-02cb99a32ec7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c5dbbaa2-8b97-4030-ade4-02cb99a32ec7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c5dbbaa2-8b97-4030-ade4-02cb99a32ec7 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-c5dbbaa2-8b97-4030-ade4-02cb99a32ec7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-c5dbbaa2-8b97-4030-ade4-02cb99a32ec7 img.shogun-image {
  width: 100%;
  
  
  max-width: 1080px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-c5dbbaa2-8b97-4030-ade4-02cb99a32ec7 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-c5dbbaa2-8b97-4030-ade4-02cb99a32ec7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5dbbaa2-8b97-4030-ade4-02cb99a32ec7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5dbbaa2-8b97-4030-ade4-02cb99a32ec7.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){#s-c5dbbaa2-8b97-4030-ade4-02cb99a32ec7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c5dbbaa2-8b97-4030-ade4-02cb99a32ec7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c5dbbaa2-8b97-4030-ade4-02cb99a32ec7 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-c5dbbaa2-8b97-4030-ade4-02cb99a32ec7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-c5dbbaa2-8b97-4030-ade4-02cb99a32ec7 img.shogun-image {
  width: 100%;
  
  
  max-width: 1080px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-c5dbbaa2-8b97-4030-ade4-02cb99a32ec7 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-c5dbbaa2-8b97-4030-ade4-02cb99a32ec7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5dbbaa2-8b97-4030-ade4-02cb99a32ec7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5dbbaa2-8b97-4030-ade4-02cb99a32ec7.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-c5dbbaa2-8b97-4030-ade4-02cb99a32ec7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c5dbbaa2-8b97-4030-ade4-02cb99a32ec7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c5dbbaa2-8b97-4030-ade4-02cb99a32ec7 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-c5dbbaa2-8b97-4030-ade4-02cb99a32ec7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-c5dbbaa2-8b97-4030-ade4-02cb99a32ec7 img.shogun-image {
  width: 100%;
  
  
  max-width: 1080px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-c5dbbaa2-8b97-4030-ade4-02cb99a32ec7 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-c5dbbaa2-8b97-4030-ade4-02cb99a32ec7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5dbbaa2-8b97-4030-ade4-02cb99a32ec7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5dbbaa2-8b97-4030-ade4-02cb99a32ec7.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){#s-c5dbbaa2-8b97-4030-ade4-02cb99a32ec7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c5dbbaa2-8b97-4030-ade4-02cb99a32ec7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c5dbbaa2-8b97-4030-ade4-02cb99a32ec7 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-c5dbbaa2-8b97-4030-ade4-02cb99a32ec7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-c5dbbaa2-8b97-4030-ade4-02cb99a32ec7 img.shogun-image {
  width: 100%;
  
  
  max-width: 1080px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-c5dbbaa2-8b97-4030-ade4-02cb99a32ec7 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-c5dbbaa2-8b97-4030-ade4-02cb99a32ec7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5dbbaa2-8b97-4030-ade4-02cb99a32ec7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5dbbaa2-8b97-4030-ade4-02cb99a32ec7.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){#s-c5dbbaa2-8b97-4030-ade4-02cb99a32ec7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c5dbbaa2-8b97-4030-ade4-02cb99a32ec7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c5dbbaa2-8b97-4030-ade4-02cb99a32ec7 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-c5dbbaa2-8b97-4030-ade4-02cb99a32ec7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-c5dbbaa2-8b97-4030-ade4-02cb99a32ec7 img.shogun-image {
  width: 100%;
  
  
  max-width: 1080px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-c5dbbaa2-8b97-4030-ade4-02cb99a32ec7 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-c5dbbaa2-8b97-4030-ade4-02cb99a32ec7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c5dbbaa2-8b97-4030-ade4-02cb99a32ec7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5dbbaa2-8b97-4030-ade4-02cb99a32ec7.shogun-image {
  box-sizing: border-box;
}




}
#s-737c8751-38e3-414a-ba65-15157f80839a {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-737c8751-38e3-414a-ba65-15157f80839a .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-bd97f30b-c226-4140-9605-b3c9ee04dc28 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bd97f30b-c226-4140-9605-b3c9ee04dc28 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}


#s-bd97f30b-c226-4140-9605-b3c9ee04dc28 .shogun-heading-component h4 a {
  color: ;
}


#s-81594237-f6e2-40a2-991b-0f56f8e2cb62 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 3px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-81594237-f6e2-40a2-991b-0f56f8e2cb62 {
  margin-top: 10px;
}
}







#s-81594237-f6e2-40a2-991b-0f56f8e2cb62 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-81594237-f6e2-40a2-991b-0f56f8e2cb62.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6327eb33-a597-4bf5-9067-ea51e596c5d9 {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
text-align: center;
}

#s-6327eb33-a597-4bf5-9067-ea51e596c5d9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6327eb33-a597-4bf5-9067-ea51e596c5d9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6327eb33-a597-4bf5-9067-ea51e596c5d9 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-6327eb33-a597-4bf5-9067-ea51e596c5d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-6327eb33-a597-4bf5-9067-ea51e596c5d9 img.shogun-image {
  width: 100%;
  
  
  max-width: 1080px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-6327eb33-a597-4bf5-9067-ea51e596c5d9 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-6327eb33-a597-4bf5-9067-ea51e596c5d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6327eb33-a597-4bf5-9067-ea51e596c5d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6327eb33-a597-4bf5-9067-ea51e596c5d9.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){#s-6327eb33-a597-4bf5-9067-ea51e596c5d9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6327eb33-a597-4bf5-9067-ea51e596c5d9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6327eb33-a597-4bf5-9067-ea51e596c5d9 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-6327eb33-a597-4bf5-9067-ea51e596c5d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-6327eb33-a597-4bf5-9067-ea51e596c5d9 img.shogun-image {
  width: 100%;
  
  
  max-width: 1080px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-6327eb33-a597-4bf5-9067-ea51e596c5d9 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-6327eb33-a597-4bf5-9067-ea51e596c5d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6327eb33-a597-4bf5-9067-ea51e596c5d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6327eb33-a597-4bf5-9067-ea51e596c5d9.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-6327eb33-a597-4bf5-9067-ea51e596c5d9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6327eb33-a597-4bf5-9067-ea51e596c5d9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6327eb33-a597-4bf5-9067-ea51e596c5d9 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-6327eb33-a597-4bf5-9067-ea51e596c5d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-6327eb33-a597-4bf5-9067-ea51e596c5d9 img.shogun-image {
  width: 100%;
  
  
  max-width: 1080px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-6327eb33-a597-4bf5-9067-ea51e596c5d9 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-6327eb33-a597-4bf5-9067-ea51e596c5d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6327eb33-a597-4bf5-9067-ea51e596c5d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6327eb33-a597-4bf5-9067-ea51e596c5d9.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){#s-6327eb33-a597-4bf5-9067-ea51e596c5d9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6327eb33-a597-4bf5-9067-ea51e596c5d9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6327eb33-a597-4bf5-9067-ea51e596c5d9 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-6327eb33-a597-4bf5-9067-ea51e596c5d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-6327eb33-a597-4bf5-9067-ea51e596c5d9 img.shogun-image {
  width: 100%;
  
  
  max-width: 1080px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-6327eb33-a597-4bf5-9067-ea51e596c5d9 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-6327eb33-a597-4bf5-9067-ea51e596c5d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6327eb33-a597-4bf5-9067-ea51e596c5d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6327eb33-a597-4bf5-9067-ea51e596c5d9.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){#s-6327eb33-a597-4bf5-9067-ea51e596c5d9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-6327eb33-a597-4bf5-9067-ea51e596c5d9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6327eb33-a597-4bf5-9067-ea51e596c5d9 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-6327eb33-a597-4bf5-9067-ea51e596c5d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-6327eb33-a597-4bf5-9067-ea51e596c5d9 img.shogun-image {
  width: 100%;
  
  
  max-width: 1080px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-6327eb33-a597-4bf5-9067-ea51e596c5d9 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-6327eb33-a597-4bf5-9067-ea51e596c5d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6327eb33-a597-4bf5-9067-ea51e596c5d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6327eb33-a597-4bf5-9067-ea51e596c5d9.shogun-image {
  box-sizing: border-box;
}




}
#s-15088728-d2fb-409b-895a-5434bf019059 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-15088728-d2fb-409b-895a-5434bf019059 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-c99cb6be-7477-43ed-8c06-821aaae743ad {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c99cb6be-7477-43ed-8c06-821aaae743ad .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}


#s-c99cb6be-7477-43ed-8c06-821aaae743ad .shogun-heading-component h4 a {
  color: ;
}


#s-e593636b-3f45-4377-a944-60647db3d674 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 3px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-e593636b-3f45-4377-a944-60647db3d674 {
  margin-top: 10px;
}
}







#s-e593636b-3f45-4377-a944-60647db3d674 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e593636b-3f45-4377-a944-60647db3d674.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f9e97384-972f-42d4-823b-5467707252a1 {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
text-align: center;
}

#s-f9e97384-972f-42d4-823b-5467707252a1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f9e97384-972f-42d4-823b-5467707252a1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f9e97384-972f-42d4-823b-5467707252a1 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-f9e97384-972f-42d4-823b-5467707252a1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f9e97384-972f-42d4-823b-5467707252a1 img.shogun-image {
  width: 100%;
  
  
  max-width: 1080px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-f9e97384-972f-42d4-823b-5467707252a1 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-f9e97384-972f-42d4-823b-5467707252a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9e97384-972f-42d4-823b-5467707252a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9e97384-972f-42d4-823b-5467707252a1.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){#s-f9e97384-972f-42d4-823b-5467707252a1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f9e97384-972f-42d4-823b-5467707252a1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f9e97384-972f-42d4-823b-5467707252a1 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-f9e97384-972f-42d4-823b-5467707252a1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f9e97384-972f-42d4-823b-5467707252a1 img.shogun-image {
  width: 100%;
  
  
  max-width: 1080px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-f9e97384-972f-42d4-823b-5467707252a1 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-f9e97384-972f-42d4-823b-5467707252a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9e97384-972f-42d4-823b-5467707252a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9e97384-972f-42d4-823b-5467707252a1.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-f9e97384-972f-42d4-823b-5467707252a1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f9e97384-972f-42d4-823b-5467707252a1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f9e97384-972f-42d4-823b-5467707252a1 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-f9e97384-972f-42d4-823b-5467707252a1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f9e97384-972f-42d4-823b-5467707252a1 img.shogun-image {
  width: 100%;
  
  
  max-width: 1080px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-f9e97384-972f-42d4-823b-5467707252a1 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-f9e97384-972f-42d4-823b-5467707252a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9e97384-972f-42d4-823b-5467707252a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9e97384-972f-42d4-823b-5467707252a1.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){#s-f9e97384-972f-42d4-823b-5467707252a1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f9e97384-972f-42d4-823b-5467707252a1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f9e97384-972f-42d4-823b-5467707252a1 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-f9e97384-972f-42d4-823b-5467707252a1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f9e97384-972f-42d4-823b-5467707252a1 img.shogun-image {
  width: 100%;
  
  
  max-width: 1080px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-f9e97384-972f-42d4-823b-5467707252a1 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-f9e97384-972f-42d4-823b-5467707252a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9e97384-972f-42d4-823b-5467707252a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9e97384-972f-42d4-823b-5467707252a1.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){#s-f9e97384-972f-42d4-823b-5467707252a1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f9e97384-972f-42d4-823b-5467707252a1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f9e97384-972f-42d4-823b-5467707252a1 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-f9e97384-972f-42d4-823b-5467707252a1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f9e97384-972f-42d4-823b-5467707252a1 img.shogun-image {
  width: 100%;
  
  
  max-width: 1080px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  object-fit: cover;
  object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-f9e97384-972f-42d4-823b-5467707252a1 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-f9e97384-972f-42d4-823b-5467707252a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9e97384-972f-42d4-823b-5467707252a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9e97384-972f-42d4-823b-5467707252a1.shogun-image {
  box-sizing: border-box;
}




}
#s-8aeb20c2-0c29-467b-ab2c-a258328da935 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-8aeb20c2-0c29-467b-ab2c-a258328da935 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-a22489b6-4103-4356-9176-4970d603af06 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a22489b6-4103-4356-9176-4970d603af06 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}


#s-a22489b6-4103-4356-9176-4970d603af06 .shogun-heading-component h4 a {
  color: ;
}


#s-28ba4216-9b74-42f9-991b-bddb126f3aac {
  margin-bottom: 70px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-28ba4216-9b74-42f9-991b-bddb126f3aac {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 70px;
margin-right: 10%;
padding-top: 30px;
padding-left: 3%;
padding-bottom: 30px;
padding-right: 3%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-28ba4216-9b74-42f9-991b-bddb126f3aac {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 70px;
margin-right: 10%;
padding-top: 30px;
padding-left: 2%;
padding-bottom: 30px;
padding-right: 2%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-28ba4216-9b74-42f9-991b-bddb126f3aac {
  margin-top: 20px;
margin-left: 2%;
margin-bottom: 70px;
margin-right: 2%;
padding-top: 30px;
padding-left: 2%;
padding-bottom: 30px;
padding-right: 2%;
}
}@media (max-width: 767px){#s-28ba4216-9b74-42f9-991b-bddb126f3aac {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 50px;
margin-right: 2%;
padding-top: 30px;
padding-left: 3%;
padding-bottom: 30px;
padding-right: 3%;
}
}







#s-28ba4216-9b74-42f9-991b-bddb126f3aac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-28ba4216-9b74-42f9-991b-bddb126f3aac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-50e7fee4-f86d-4820-bd72-6791fdc5ab34 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-50e7fee4-f86d-4820-bd72-6791fdc5ab34 {
  margin-bottom: 20px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-50e7fee4-f86d-4820-bd72-6791fdc5ab34 {
  margin-bottom: 15px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-50e7fee4-f86d-4820-bd72-6791fdc5ab34 {
  margin-bottom: 15px;
}
}@media (max-width: 767px){#s-50e7fee4-f86d-4820-bd72-6791fdc5ab34 {
  margin-bottom: 15px;
}
}
#s-50e7fee4-f86d-4820-bd72-6791fdc5ab34 .shogun-heading-component h3 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (max-width: 767px){#s-50e7fee4-f86d-4820-bd72-6791fdc5ab34 .shogun-heading-component h3 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}
.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

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

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

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

#s-58d5e814-ef22-4fa2-afa4-8b034659b070 {
  margin-left: auto;
margin-right: auto;
}

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

#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-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:not(.shopify-section *):not([id^="wistia"]) {
  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;
}
