.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * 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: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  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-03e1357c-79ea-4058-9d18-ee624bff22d6 {
  margin-top: -40px;
}
@media (max-width: 767px){#s-03e1357c-79ea-4058-9d18-ee624bff22d6 {
  margin-top: -25px;
min-height: 50px;
}
}







#s-03e1357c-79ea-4058-9d18-ee624bff22d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-03e1357c-79ea-4058-9d18-ee624bff22d6.shg-box.shg-c {
  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-b8bf9a07-c6c0-4118-9a5b-5e2b4020df84 {
  margin-left: auto;
margin-right: auto;
max-width: 3200px;
text-align: center;
}

#s-b8bf9a07-c6c0-4118-9a5b-5e2b4020df84 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b8bf9a07-c6c0-4118-9a5b-5e2b4020df84-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-b8bf9a07-c6c0-4118-9a5b-5e2b4020df84 {
  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-b8bf9a07-c6c0-4118-9a5b-5e2b4020df84 {
  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-b8bf9a07-c6c0-4118-9a5b-5e2b4020df84 img.shogun-image {
  width: 100%;
  
  
  max-width: 3200px;

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




.s-b8bf9a07-c6c0-4118-9a5b-5e2b4020df84 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-b8bf9a07-c6c0-4118-9a5b-5e2b4020df84.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8bf9a07-c6c0-4118-9a5b-5e2b4020df84.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8bf9a07-c6c0-4118-9a5b-5e2b4020df84.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){#s-b8bf9a07-c6c0-4118-9a5b-5e2b4020df84 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b8bf9a07-c6c0-4118-9a5b-5e2b4020df84-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-b8bf9a07-c6c0-4118-9a5b-5e2b4020df84 {
  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-b8bf9a07-c6c0-4118-9a5b-5e2b4020df84 {
  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-b8bf9a07-c6c0-4118-9a5b-5e2b4020df84 img.shogun-image {
  width: 100%;
  
  
  max-width: 3200px;

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




.s-b8bf9a07-c6c0-4118-9a5b-5e2b4020df84 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-b8bf9a07-c6c0-4118-9a5b-5e2b4020df84.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8bf9a07-c6c0-4118-9a5b-5e2b4020df84.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8bf9a07-c6c0-4118-9a5b-5e2b4020df84.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-b8bf9a07-c6c0-4118-9a5b-5e2b4020df84 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b8bf9a07-c6c0-4118-9a5b-5e2b4020df84-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-b8bf9a07-c6c0-4118-9a5b-5e2b4020df84 {
  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-b8bf9a07-c6c0-4118-9a5b-5e2b4020df84 {
  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-b8bf9a07-c6c0-4118-9a5b-5e2b4020df84 img.shogun-image {
  width: 100%;
  
  
  max-width: 3200px;

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




.s-b8bf9a07-c6c0-4118-9a5b-5e2b4020df84 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-b8bf9a07-c6c0-4118-9a5b-5e2b4020df84.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8bf9a07-c6c0-4118-9a5b-5e2b4020df84.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8bf9a07-c6c0-4118-9a5b-5e2b4020df84.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){#s-b8bf9a07-c6c0-4118-9a5b-5e2b4020df84 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b8bf9a07-c6c0-4118-9a5b-5e2b4020df84-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-b8bf9a07-c6c0-4118-9a5b-5e2b4020df84 {
  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-b8bf9a07-c6c0-4118-9a5b-5e2b4020df84 {
  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-b8bf9a07-c6c0-4118-9a5b-5e2b4020df84 img.shogun-image {
  width: 100%;
  
  
  max-width: 3200px;

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




.s-b8bf9a07-c6c0-4118-9a5b-5e2b4020df84 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-b8bf9a07-c6c0-4118-9a5b-5e2b4020df84.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8bf9a07-c6c0-4118-9a5b-5e2b4020df84.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8bf9a07-c6c0-4118-9a5b-5e2b4020df84.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){#s-b8bf9a07-c6c0-4118-9a5b-5e2b4020df84 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b8bf9a07-c6c0-4118-9a5b-5e2b4020df84-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-b8bf9a07-c6c0-4118-9a5b-5e2b4020df84 {
  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-b8bf9a07-c6c0-4118-9a5b-5e2b4020df84 {
  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-b8bf9a07-c6c0-4118-9a5b-5e2b4020df84 img.shogun-image {
  width: 100%;
  
  
  max-width: 3200px;

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




.s-b8bf9a07-c6c0-4118-9a5b-5e2b4020df84 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-b8bf9a07-c6c0-4118-9a5b-5e2b4020df84.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8bf9a07-c6c0-4118-9a5b-5e2b4020df84.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8bf9a07-c6c0-4118-9a5b-5e2b4020df84.shogun-image {
  box-sizing: border-box;
}




}
#s-67c6e220-c092-4f6a-8d8c-11be75efd2b6 {
  margin-left: 15%;
margin-bottom: 0px;
margin-right: 15%;
padding-left: 0%;
padding-right: 0%;
max-width: 1200px;
}
@media (min-width: 1200px){#s-67c6e220-c092-4f6a-8d8c-11be75efd2b6 {
  margin-left: auto;
margin-bottom: 70px;
margin-right: auto;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-67c6e220-c092-4f6a-8d8c-11be75efd2b6 {
  margin-bottom: 50px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-67c6e220-c092-4f6a-8d8c-11be75efd2b6 {
  margin-top: 0px;
margin-bottom: 50px;
}
}@media (max-width: 767px){#s-67c6e220-c092-4f6a-8d8c-11be75efd2b6 {
  margin-left: 0%;
margin-bottom: 30px;
margin-right: 0%;
padding-left: 5%;
padding-right: 5%;
}
}







#s-67c6e220-c092-4f6a-8d8c-11be75efd2b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-67c6e220-c092-4f6a-8d8c-11be75efd2b6.shg-box.shg-c {
  justify-content: flex-start;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  
  
  text-transform: none;
  
  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-c0b198d5-7264-4697-8543-f1ec61c7ba30 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-c0b198d5-7264-4697-8543-f1ec61c7ba30 {
  padding-bottom: 0px;
}
}
#s-c0b198d5-7264-4697-8543-f1ec61c7ba30 .shogun-heading-component h1 {
  color: rgba(0, 103, 130, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (max-width: 767px){#s-c0b198d5-7264-4697-8543-f1ec61c7ba30 .shogun-heading-component h1 {
  color: rgba(0, 103, 130, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


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

.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 ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

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

.shg-theme-text-content p {
  
  
  
}

#s-e3723a06-0b7c-42b6-8c6e-d11b8ada9270 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-e3723a06-0b7c-42b6-8c6e-d11b8ada9270 {
  margin-top: 0px;
margin-left: 15%;
margin-bottom: -30px;
margin-right: 15%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e3723a06-0b7c-42b6-8c6e-d11b8ada9270 {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-e3723a06-0b7c-42b6-8c6e-d11b8ada9270 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-e3723a06-0b7c-42b6-8c6e-d11b8ada9270 .shg-proportional-font-size,
#s-e3723a06-0b7c-42b6-8c6e-d11b8ada9270 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-88b3b913-60a6-470d-b2e1-efbc04a3b084 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
background-color: rgba(245, 246, 247, 1);
}
@media (min-width: 1200px){#s-88b3b913-60a6-470d-b2e1-efbc04a3b084 {
  max-width: 1200px;
}
}







#s-88b3b913-60a6-470d-b2e1-efbc04a3b084 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-88b3b913-60a6-470d-b2e1-efbc04a3b084.shg-box.shg-c {
  justify-content: center;
}

#s-9bddbd38-8579-4a88-9454-ede5a1d95ab3 {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-9bddbd38-8579-4a88-9454-ede5a1d95ab3 {
  margin-top: 20px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9bddbd38-8579-4a88-9454-ede5a1d95ab3 {
  margin-top: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9bddbd38-8579-4a88-9454-ede5a1d95ab3 {
  margin-top: 20px;
margin-bottom: 20px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-9bddbd38-8579-4a88-9454-ede5a1d95ab3 {
  margin-top: 20px;
}
}
#s-9bddbd38-8579-4a88-9454-ede5a1d95ab3 .shogun-heading-component h1 {
  color: rgba(0, 103, 130, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (max-width: 767px){#s-9bddbd38-8579-4a88-9454-ede5a1d95ab3 .shogun-heading-component h1 {
  color: rgba(0, 103, 130, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}
.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  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-b1676be8-65e8-472d-80b4-aeeaf49810a2 {
  margin-left: 15%;
margin-right: 15%;
}

@media (min-width: 0px) {
[id="s-b1676be8-65e8-472d-80b4-aeeaf49810a2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b1676be8-65e8-472d-80b4-aeeaf49810a2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-b1676be8-65e8-472d-80b4-aeeaf49810a2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-b1676be8-65e8-472d-80b4-aeeaf49810a2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-88215784-57df-4ff0-9737-4517be9a810a {
  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: -moz-max-content;
  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-0f1528f7-e272-4dc9-aeeb-d18ab3703cf2 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-0f1528f7-e272-4dc9-aeeb-d18ab3703cf2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0f1528f7-e272-4dc9-aeeb-d18ab3703cf2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-0f1528f7-e272-4dc9-aeeb-d18ab3703cf2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0f1528f7-e272-4dc9-aeeb-d18ab3703cf2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-0f1528f7-e272-4dc9-aeeb-d18ab3703cf2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0f1528f7-e272-4dc9-aeeb-d18ab3703cf2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-0f1528f7-e272-4dc9-aeeb-d18ab3703cf2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0f1528f7-e272-4dc9-aeeb-d18ab3703cf2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-0f1528f7-e272-4dc9-aeeb-d18ab3703cf2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0f1528f7-e272-4dc9-aeeb-d18ab3703cf2 img.shogun-image {
  width: 100%;
  height: auto;
}





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

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

#s-51419fd6-7cbf-4ee9-b08c-a75233a1fbb6 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-51419fd6-7cbf-4ee9-b08c-a75233a1fbb6 .shg-product-title-component h1 {
  color: rgba(63, 63, 63, 1);
  
  font-family: Open Sans;
  
  font-size: 14px;
  
  
  
}

#s-8e03c67e-b220-448b-96ae-18aafd0ab6e4 {
  margin-left: auto;
margin-right: auto;
}

#s-d689c68b-0e4d-4ed4-b75d-82d6d2b3f9a9 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-d689c68b-0e4d-4ed4-b75d-82d6d2b3f9a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d689c68b-0e4d-4ed4-b75d-82d6d2b3f9a9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-d689c68b-0e4d-4ed4-b75d-82d6d2b3f9a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d689c68b-0e4d-4ed4-b75d-82d6d2b3f9a9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-d689c68b-0e4d-4ed4-b75d-82d6d2b3f9a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d689c68b-0e4d-4ed4-b75d-82d6d2b3f9a9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-d689c68b-0e4d-4ed4-b75d-82d6d2b3f9a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d689c68b-0e4d-4ed4-b75d-82d6d2b3f9a9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-d689c68b-0e4d-4ed4-b75d-82d6d2b3f9a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d689c68b-0e4d-4ed4-b75d-82d6d2b3f9a9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-6f017b16-d562-4108-94a6-d77b18cd6a7f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6f017b16-d562-4108-94a6-d77b18cd6a7f .shg-product-title-component h1 {
  color: rgba(63, 63, 63, 1);
  
  font-family: Open Sans;
  
  font-size: 14px;
  
  
  
}

#s-1fb03c0c-e26c-4329-9f2b-029e3dbdf416 {
  margin-left: auto;
margin-right: auto;
}

#s-1a8780d6-5196-4a13-8d5e-25b8bd5a545f {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-1a8780d6-5196-4a13-8d5e-25b8bd5a545f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1a8780d6-5196-4a13-8d5e-25b8bd5a545f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-1a8780d6-5196-4a13-8d5e-25b8bd5a545f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1a8780d6-5196-4a13-8d5e-25b8bd5a545f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-1a8780d6-5196-4a13-8d5e-25b8bd5a545f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1a8780d6-5196-4a13-8d5e-25b8bd5a545f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-1a8780d6-5196-4a13-8d5e-25b8bd5a545f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1a8780d6-5196-4a13-8d5e-25b8bd5a545f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-1a8780d6-5196-4a13-8d5e-25b8bd5a545f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1a8780d6-5196-4a13-8d5e-25b8bd5a545f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-cedba6a2-470f-4549-b00a-0fb0d69cb73b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cedba6a2-470f-4549-b00a-0fb0d69cb73b .shg-product-title-component h1 {
  color: rgba(63, 63, 63, 1);
  
  font-family: Open Sans;
  
  font-size: 14px;
  
  
  
}

#s-04adb8ae-d4b8-4cdb-9038-136b43b3b4f5 {
  margin-left: auto;
margin-right: auto;
}

#s-033d4a34-0838-4235-ac03-d5a58d2568da {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-033d4a34-0838-4235-ac03-d5a58d2568da .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-033d4a34-0838-4235-ac03-d5a58d2568da img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-033d4a34-0838-4235-ac03-d5a58d2568da .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-033d4a34-0838-4235-ac03-d5a58d2568da img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-033d4a34-0838-4235-ac03-d5a58d2568da .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-033d4a34-0838-4235-ac03-d5a58d2568da img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-033d4a34-0838-4235-ac03-d5a58d2568da .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-033d4a34-0838-4235-ac03-d5a58d2568da img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-033d4a34-0838-4235-ac03-d5a58d2568da .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-033d4a34-0838-4235-ac03-d5a58d2568da img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-2151a508-c528-4c20-9f9b-d815ef43d33b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2151a508-c528-4c20-9f9b-d815ef43d33b .shg-product-title-component h1 {
  color: rgba(63, 63, 63, 1);
  
  font-family: Open Sans;
  
  font-size: 14px;
  
  
  
}

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

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

.shg-btn-text {
  
  
}

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

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

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

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

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

#s-bce1de86-bdc1-4bcf-9de9-94716386301c {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZDYxYzFlMDYtNTQ4OC00ZWMzLThmZGItOGRlMjljNzM0OTBmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkNjFjMWUwNi01NDg4LTRlYzMtOGZkYi04ZGUyOWM3MzQ5MGYpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(139, 182, 29, 1);
border-style: none;
border-radius: 5px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}];
hover-type: gradient;
}
#s-bce1de86-bdc1-4bcf-9de9-94716386301c:hover {background-color: rgba(166, 210, 56, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-bce1de86-bdc1-4bcf-9de9-94716386301c:active {background-color: rgba(175, 220, 60, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-bce1de86-bdc1-4bcf-9de9-94716386301c {
  border-style: solid;
margin-top: 30px;
margin-bottom: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(139, 182, 29, 1);
border-radius: 5px;
background-color: rgba(139, 182, 29, 1);
background-image: none;
hover-type: color;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bce1de86-bdc1-4bcf-9de9-94716386301c {
  margin-top: 20px;
margin-bottom: 20px;
background-image: none;
background-color: rgba(139, 182, 29, 1);
hover-type: color;
}
#s-bce1de86-bdc1-4bcf-9de9-94716386301c:hover {background-color: rgba(164, 206, 57, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 768px) and (max-width: 991px){#s-bce1de86-bdc1-4bcf-9de9-94716386301c {
  margin-top: 20px;
margin-bottom: 20px;
background-image: none;
background-color: rgba(139, 182, 29, 1);
hover-type: color;
}
}@media (max-width: 767px){#s-bce1de86-bdc1-4bcf-9de9-94716386301c {
  margin-top: 20px;
margin-bottom: 20px;
background-image: none;
background-color: rgba(139, 182, 29, 1);
hover-type: color;
}
}

  #s-bce1de86-bdc1-4bcf-9de9-94716386301c-root {
    text-align: center;
  }


#s-bce1de86-bdc1-4bcf-9de9-94716386301c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bce1de86-bdc1-4bcf-9de9-94716386301c-root {
    text-align: center;
  }


#s-bce1de86-bdc1-4bcf-9de9-94716386301c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bce1de86-bdc1-4bcf-9de9-94716386301c-root {
    text-align: center;
  }


#s-bce1de86-bdc1-4bcf-9de9-94716386301c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bce1de86-bdc1-4bcf-9de9-94716386301c-root {
    text-align: center;
  }


#s-bce1de86-bdc1-4bcf-9de9-94716386301c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bce1de86-bdc1-4bcf-9de9-94716386301c-root {
    text-align: center;
  }


#s-bce1de86-bdc1-4bcf-9de9-94716386301c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}
#s-ce9b290a-a688-4abb-9dd9-a980cd1c7b50 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}
@media (min-width: 1200px){#s-ce9b290a-a688-4abb-9dd9-a980cd1c7b50 {
  max-width: 1200px;
}
}







#s-ce9b290a-a688-4abb-9dd9-a980cd1c7b50 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ce9b290a-a688-4abb-9dd9-a980cd1c7b50.shg-box.shg-c {
  justify-content: center;
}

#s-fb331c92-f730-47fb-b1d3-55f7c59af47d {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-fb331c92-f730-47fb-b1d3-55f7c59af47d {
  margin-top: 20px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fb331c92-f730-47fb-b1d3-55f7c59af47d {
  margin-top: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-fb331c92-f730-47fb-b1d3-55f7c59af47d {
  margin-top: 20px;
margin-bottom: 20px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-fb331c92-f730-47fb-b1d3-55f7c59af47d {
  margin-top: 20px;
}
}
#s-fb331c92-f730-47fb-b1d3-55f7c59af47d .shogun-heading-component h1 {
  color: rgba(0, 103, 130, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (max-width: 767px){#s-fb331c92-f730-47fb-b1d3-55f7c59af47d .shogun-heading-component h1 {
  color: rgba(0, 103, 130, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}
#s-b8c3c999-450f-42c6-83e9-96a233250a4a {
  margin-left: 15%;
margin-right: 15%;
}

@media (min-width: 0px) {
[id="s-b8c3c999-450f-42c6-83e9-96a233250a4a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b8c3c999-450f-42c6-83e9-96a233250a4a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-b8c3c999-450f-42c6-83e9-96a233250a4a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-b8c3c999-450f-42c6-83e9-96a233250a4a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-2875bb37-698e-4cf7-a10c-d350604c6d08 {
  margin-left: auto;
margin-right: auto;
}

#s-6e486628-bcb1-4528-a6d4-0acff2756baf {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-6e486628-bcb1-4528-a6d4-0acff2756baf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e486628-bcb1-4528-a6d4-0acff2756baf img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-6e486628-bcb1-4528-a6d4-0acff2756baf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e486628-bcb1-4528-a6d4-0acff2756baf img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-6e486628-bcb1-4528-a6d4-0acff2756baf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e486628-bcb1-4528-a6d4-0acff2756baf img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-6e486628-bcb1-4528-a6d4-0acff2756baf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e486628-bcb1-4528-a6d4-0acff2756baf img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-6e486628-bcb1-4528-a6d4-0acff2756baf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6e486628-bcb1-4528-a6d4-0acff2756baf img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-e10d53a6-1990-4c98-be14-6aa32d6a19e4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e10d53a6-1990-4c98-be14-6aa32d6a19e4 .shg-product-title-component h1 {
  color: rgba(63, 63, 63, 1);
  
  font-family: Open Sans;
  
  font-size: 14px;
  
  
  
}

#s-6ee531c7-1485-470b-8294-4b8f867b37bc {
  margin-left: auto;
margin-right: auto;
}

#s-9627ed38-788e-4f33-bd09-d01bff3854c2 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-9627ed38-788e-4f33-bd09-d01bff3854c2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9627ed38-788e-4f33-bd09-d01bff3854c2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-9627ed38-788e-4f33-bd09-d01bff3854c2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9627ed38-788e-4f33-bd09-d01bff3854c2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-9627ed38-788e-4f33-bd09-d01bff3854c2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9627ed38-788e-4f33-bd09-d01bff3854c2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-9627ed38-788e-4f33-bd09-d01bff3854c2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9627ed38-788e-4f33-bd09-d01bff3854c2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-9627ed38-788e-4f33-bd09-d01bff3854c2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9627ed38-788e-4f33-bd09-d01bff3854c2 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-31208749-d43b-4258-9cf0-69b3f9a4a422 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-31208749-d43b-4258-9cf0-69b3f9a4a422 .shg-product-title-component h1 {
  color: rgba(63, 63, 63, 1);
  
  font-family: Open Sans;
  
  font-size: 14px;
  
  
  
}

#s-2aae5398-e14b-4351-a009-1b1a1e5b55be {
  margin-left: auto;
margin-right: auto;
}

#s-c7266cfe-848f-4a19-92c1-b2d958f1f537 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-c7266cfe-848f-4a19-92c1-b2d958f1f537 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c7266cfe-848f-4a19-92c1-b2d958f1f537 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-c7266cfe-848f-4a19-92c1-b2d958f1f537 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c7266cfe-848f-4a19-92c1-b2d958f1f537 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-c7266cfe-848f-4a19-92c1-b2d958f1f537 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c7266cfe-848f-4a19-92c1-b2d958f1f537 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-c7266cfe-848f-4a19-92c1-b2d958f1f537 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c7266cfe-848f-4a19-92c1-b2d958f1f537 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-c7266cfe-848f-4a19-92c1-b2d958f1f537 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c7266cfe-848f-4a19-92c1-b2d958f1f537 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-ed482a46-fdbe-4e02-8974-c280d0a8ec80 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ed482a46-fdbe-4e02-8974-c280d0a8ec80 .shg-product-title-component h1 {
  color: rgba(63, 63, 63, 1);
  
  font-family: Open Sans;
  
  font-size: 14px;
  
  
  
}

#s-ea272a01-120d-4465-8cc6-8d68f62fbfb9 {
  margin-left: auto;
margin-right: auto;
}

#s-68cffa6c-b73b-4702-9d95-d538b74f674b {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-68cffa6c-b73b-4702-9d95-d538b74f674b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-68cffa6c-b73b-4702-9d95-d538b74f674b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-68cffa6c-b73b-4702-9d95-d538b74f674b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-68cffa6c-b73b-4702-9d95-d538b74f674b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-68cffa6c-b73b-4702-9d95-d538b74f674b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-68cffa6c-b73b-4702-9d95-d538b74f674b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-68cffa6c-b73b-4702-9d95-d538b74f674b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-68cffa6c-b73b-4702-9d95-d538b74f674b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-68cffa6c-b73b-4702-9d95-d538b74f674b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-68cffa6c-b73b-4702-9d95-d538b74f674b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-0ffac7a4-2c23-4724-906f-5199c803f239 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0ffac7a4-2c23-4724-906f-5199c803f239 .shg-product-title-component h1 {
  color: rgba(63, 63, 63, 1);
  
  font-family: Open Sans;
  
  font-size: 14px;
  
  
  
}

#s-dfb4921a-86bf-4d89-8395-6d131a1911fb {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMzNmYmUwYWMtYzc4Yi00ODBjLWIyOTgtZGJmZjA4MzU4ZDA3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzM2ZiZTBhYy1jNzhiLTQ4MGMtYjI5OC1kYmZmMDgzNThkMDcpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(139, 182, 29, 1);
border-style: none;
border-radius: 5px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}];
hover-type: gradient;
}
#s-dfb4921a-86bf-4d89-8395-6d131a1911fb:hover {background-color: rgba(166, 210, 56, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-dfb4921a-86bf-4d89-8395-6d131a1911fb:active {background-color: rgba(175, 220, 60, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-dfb4921a-86bf-4d89-8395-6d131a1911fb {
  border-style: solid;
margin-top: 30px;
margin-bottom: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(139, 182, 29, 1);
border-radius: 5px;
background-color: rgba(139, 182, 29, 1);
background-image: none;
hover-type: color;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dfb4921a-86bf-4d89-8395-6d131a1911fb {
  margin-top: 20px;
margin-bottom: 20px;
background-image: none;
background-color: rgba(139, 182, 29, 1);
hover-type: color;
}
#s-dfb4921a-86bf-4d89-8395-6d131a1911fb:hover {background-color: rgba(164, 206, 57, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 768px) and (max-width: 991px){#s-dfb4921a-86bf-4d89-8395-6d131a1911fb {
  margin-top: 20px;
margin-bottom: 20px;
background-image: none;
background-color: rgba(139, 182, 29, 1);
hover-type: color;
}
}@media (max-width: 767px){#s-dfb4921a-86bf-4d89-8395-6d131a1911fb {
  margin-top: 20px;
margin-bottom: 20px;
background-image: none;
background-color: rgba(139, 182, 29, 1);
hover-type: color;
}
}

  #s-dfb4921a-86bf-4d89-8395-6d131a1911fb-root {
    text-align: center;
  }


#s-dfb4921a-86bf-4d89-8395-6d131a1911fb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-dfb4921a-86bf-4d89-8395-6d131a1911fb-root {
    text-align: center;
  }


#s-dfb4921a-86bf-4d89-8395-6d131a1911fb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dfb4921a-86bf-4d89-8395-6d131a1911fb-root {
    text-align: center;
  }


#s-dfb4921a-86bf-4d89-8395-6d131a1911fb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dfb4921a-86bf-4d89-8395-6d131a1911fb-root {
    text-align: center;
  }


#s-dfb4921a-86bf-4d89-8395-6d131a1911fb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-dfb4921a-86bf-4d89-8395-6d131a1911fb-root {
    text-align: center;
  }


#s-dfb4921a-86bf-4d89-8395-6d131a1911fb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}
#s-85f35a27-c950-4bcb-bf0d-1e601ccf99ab {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
background-color: rgba(245, 246, 247, 1);
}
@media (min-width: 1200px){#s-85f35a27-c950-4bcb-bf0d-1e601ccf99ab {
  max-width: 1200px;
}
}







#s-85f35a27-c950-4bcb-bf0d-1e601ccf99ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-85f35a27-c950-4bcb-bf0d-1e601ccf99ab.shg-box.shg-c {
  justify-content: center;
}

#s-545223f1-c2e4-4786-884e-69c93201be0b {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-545223f1-c2e4-4786-884e-69c93201be0b {
  padding-bottom: 0px;
}
}
#s-545223f1-c2e4-4786-884e-69c93201be0b .shogun-heading-component h1 {
  color: rgba(0, 103, 130, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (max-width: 767px){#s-545223f1-c2e4-4786-884e-69c93201be0b .shogun-heading-component h1 {
  color: rgba(0, 103, 130, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}
#s-fc77ea51-d414-4765-9e50-3ced62f870b2 {
  margin-left: 15%;
margin-right: 15%;
}

@media (min-width: 0px) {
[id="s-fc77ea51-d414-4765-9e50-3ced62f870b2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-fc77ea51-d414-4765-9e50-3ced62f870b2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-fc77ea51-d414-4765-9e50-3ced62f870b2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-fc77ea51-d414-4765-9e50-3ced62f870b2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-88101148-4f6f-4290-ac6c-eafb1ae98236 {
  margin-left: auto;
margin-right: auto;
}

#s-c6ef47d9-ba72-44b2-aea5-5d13bd708b61 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-c6ef47d9-ba72-44b2-aea5-5d13bd708b61 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c6ef47d9-ba72-44b2-aea5-5d13bd708b61 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-c6ef47d9-ba72-44b2-aea5-5d13bd708b61 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c6ef47d9-ba72-44b2-aea5-5d13bd708b61 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-c6ef47d9-ba72-44b2-aea5-5d13bd708b61 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c6ef47d9-ba72-44b2-aea5-5d13bd708b61 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-c6ef47d9-ba72-44b2-aea5-5d13bd708b61 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c6ef47d9-ba72-44b2-aea5-5d13bd708b61 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-c6ef47d9-ba72-44b2-aea5-5d13bd708b61 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c6ef47d9-ba72-44b2-aea5-5d13bd708b61 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-f1af4169-d1ff-451c-95e1-1aa9aeddcd9b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f1af4169-d1ff-451c-95e1-1aa9aeddcd9b .shg-product-title-component h1 {
  color: rgba(63, 63, 63, 1);
  
  font-family: Open Sans;
  
  font-size: 14px;
  
  
  
}

#s-35eef039-074a-40b6-bce2-c5a63d04374c {
  margin-left: auto;
margin-right: auto;
}

#s-fcd9896b-9d7c-44ef-bae3-209933436d5b {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-fcd9896b-9d7c-44ef-bae3-209933436d5b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fcd9896b-9d7c-44ef-bae3-209933436d5b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-fcd9896b-9d7c-44ef-bae3-209933436d5b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fcd9896b-9d7c-44ef-bae3-209933436d5b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-fcd9896b-9d7c-44ef-bae3-209933436d5b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fcd9896b-9d7c-44ef-bae3-209933436d5b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-fcd9896b-9d7c-44ef-bae3-209933436d5b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fcd9896b-9d7c-44ef-bae3-209933436d5b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-fcd9896b-9d7c-44ef-bae3-209933436d5b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fcd9896b-9d7c-44ef-bae3-209933436d5b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-7490d77e-f90c-4a47-999d-d7caa46841ce {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7490d77e-f90c-4a47-999d-d7caa46841ce .shg-product-title-component h1 {
  color: rgba(63, 63, 63, 1);
  
  font-family: Open Sans;
  
  font-size: 14px;
  
  
  
}

#s-2ca44257-cd4e-475f-a5b8-87b3014086f8 {
  margin-left: auto;
margin-right: auto;
}

#s-a4f17be0-24bf-43cc-b3d8-b7b96cc53160 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-a4f17be0-24bf-43cc-b3d8-b7b96cc53160 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a4f17be0-24bf-43cc-b3d8-b7b96cc53160 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-a4f17be0-24bf-43cc-b3d8-b7b96cc53160 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a4f17be0-24bf-43cc-b3d8-b7b96cc53160 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-a4f17be0-24bf-43cc-b3d8-b7b96cc53160 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a4f17be0-24bf-43cc-b3d8-b7b96cc53160 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-a4f17be0-24bf-43cc-b3d8-b7b96cc53160 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a4f17be0-24bf-43cc-b3d8-b7b96cc53160 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-a4f17be0-24bf-43cc-b3d8-b7b96cc53160 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a4f17be0-24bf-43cc-b3d8-b7b96cc53160 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-0f09c980-764e-48c7-83e6-ef7c438697a2 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0f09c980-764e-48c7-83e6-ef7c438697a2 .shg-product-title-component h1 {
  color: rgba(63, 63, 63, 1);
  
  font-family: Open Sans;
  
  font-size: 14px;
  
  
  
}

#s-3d227ffb-e03f-421d-a227-56a18f1756ca {
  margin-left: auto;
margin-right: auto;
}

#s-4877983c-b84f-4c83-ad8c-ca776306d7a3 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-4877983c-b84f-4c83-ad8c-ca776306d7a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4877983c-b84f-4c83-ad8c-ca776306d7a3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-4877983c-b84f-4c83-ad8c-ca776306d7a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4877983c-b84f-4c83-ad8c-ca776306d7a3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-4877983c-b84f-4c83-ad8c-ca776306d7a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4877983c-b84f-4c83-ad8c-ca776306d7a3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-4877983c-b84f-4c83-ad8c-ca776306d7a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4877983c-b84f-4c83-ad8c-ca776306d7a3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-4877983c-b84f-4c83-ad8c-ca776306d7a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4877983c-b84f-4c83-ad8c-ca776306d7a3 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-30c1df5f-cccb-4f68-9656-ae63c1a2bff7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-30c1df5f-cccb-4f68-9656-ae63c1a2bff7 .shg-product-title-component h1 {
  color: rgba(63, 63, 63, 1);
  
  font-family: Open Sans;
  
  font-size: 14px;
  
  
  
}

#s-9ffa1388-1b35-4190-aa24-41d0a252b06c {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZDE4ZDg0M2QtODhjZS00NmRlLWEyZWItNGM4YTY4MGFlMDEyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkMThkODQzZC04OGNlLTQ2ZGUtYTJlYi00YzhhNjgwYWUwMTIpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(139, 182, 29, 1);
border-style: none;
border-radius: 5px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}];
hover-type: gradient;
}
#s-9ffa1388-1b35-4190-aa24-41d0a252b06c:hover {background-color: rgba(166, 210, 56, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9ffa1388-1b35-4190-aa24-41d0a252b06c:active {background-color: rgba(175, 220, 60, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-9ffa1388-1b35-4190-aa24-41d0a252b06c {
  border-style: solid;
margin-top: 30px;
margin-bottom: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(139, 182, 29, 1);
border-radius: 5px;
background-color: rgba(139, 182, 29, 1);
background-image: none;
hover-type: color;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9ffa1388-1b35-4190-aa24-41d0a252b06c {
  margin-top: 20px;
margin-bottom: 20px;
background-image: none;
background-color: rgba(139, 182, 29, 1);
hover-type: color;
}
#s-9ffa1388-1b35-4190-aa24-41d0a252b06c:hover {background-color: rgba(164, 206, 57, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 768px) and (max-width: 991px){#s-9ffa1388-1b35-4190-aa24-41d0a252b06c {
  margin-top: 20px;
margin-bottom: 20px;
background-image: none;
background-color: rgba(139, 182, 29, 1);
hover-type: color;
}
}@media (max-width: 767px){#s-9ffa1388-1b35-4190-aa24-41d0a252b06c {
  margin-top: 20px;
margin-bottom: 20px;
background-image: none;
background-color: rgba(139, 182, 29, 1);
hover-type: color;
}
}

  #s-9ffa1388-1b35-4190-aa24-41d0a252b06c-root {
    text-align: center;
  }


#s-9ffa1388-1b35-4190-aa24-41d0a252b06c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9ffa1388-1b35-4190-aa24-41d0a252b06c-root {
    text-align: center;
  }


#s-9ffa1388-1b35-4190-aa24-41d0a252b06c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9ffa1388-1b35-4190-aa24-41d0a252b06c-root {
    text-align: center;
  }


#s-9ffa1388-1b35-4190-aa24-41d0a252b06c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9ffa1388-1b35-4190-aa24-41d0a252b06c-root {
    text-align: center;
  }


#s-9ffa1388-1b35-4190-aa24-41d0a252b06c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9ffa1388-1b35-4190-aa24-41d0a252b06c-root {
    text-align: center;
  }


#s-9ffa1388-1b35-4190-aa24-41d0a252b06c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}
#s-6a5946a9-7749-4790-b8cc-150e25a6c5b4 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}
@media (min-width: 1200px){#s-6a5946a9-7749-4790-b8cc-150e25a6c5b4 {
  max-width: 1200px;
}
}







#s-6a5946a9-7749-4790-b8cc-150e25a6c5b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6a5946a9-7749-4790-b8cc-150e25a6c5b4.shg-box.shg-c {
  justify-content: center;
}

#s-261151ea-cfe8-4745-8000-f424f2b66a75 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-261151ea-cfe8-4745-8000-f424f2b66a75 {
  padding-bottom: 0px;
}
}
#s-261151ea-cfe8-4745-8000-f424f2b66a75 .shogun-heading-component h1 {
  color: rgba(0, 103, 130, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (max-width: 767px){#s-261151ea-cfe8-4745-8000-f424f2b66a75 .shogun-heading-component h1 {
  color: rgba(0, 103, 130, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}
#s-20a9f03c-97fc-4772-9786-3680b8c1dc8a {
  margin-left: 15%;
margin-right: 15%;
}

@media (min-width: 0px) {
[id="s-20a9f03c-97fc-4772-9786-3680b8c1dc8a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-20a9f03c-97fc-4772-9786-3680b8c1dc8a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-20a9f03c-97fc-4772-9786-3680b8c1dc8a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-20a9f03c-97fc-4772-9786-3680b8c1dc8a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-3228659d-15d8-4846-8f6b-47b42acfd5ef {
  margin-left: auto;
margin-right: auto;
}

#s-05628c10-afe3-4cbc-bd8c-415cda2cf272 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-05628c10-afe3-4cbc-bd8c-415cda2cf272 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-05628c10-afe3-4cbc-bd8c-415cda2cf272 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-05628c10-afe3-4cbc-bd8c-415cda2cf272 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-05628c10-afe3-4cbc-bd8c-415cda2cf272 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-05628c10-afe3-4cbc-bd8c-415cda2cf272 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-05628c10-afe3-4cbc-bd8c-415cda2cf272 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-05628c10-afe3-4cbc-bd8c-415cda2cf272 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-05628c10-afe3-4cbc-bd8c-415cda2cf272 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-05628c10-afe3-4cbc-bd8c-415cda2cf272 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-05628c10-afe3-4cbc-bd8c-415cda2cf272 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-fc0063ca-fe88-4cb8-b5be-d36ee29202ba {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fc0063ca-fe88-4cb8-b5be-d36ee29202ba .shg-product-title-component h1 {
  color: rgba(63, 63, 63, 1);
  
  font-family: Open Sans;
  
  font-size: 14px;
  
  
  
}

#s-79d8ec90-c8e8-4d74-8db8-69338b99da5d {
  margin-left: auto;
margin-right: auto;
}

#s-06b02771-686c-46f3-905e-c04468cd09e5 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-06b02771-686c-46f3-905e-c04468cd09e5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-06b02771-686c-46f3-905e-c04468cd09e5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-06b02771-686c-46f3-905e-c04468cd09e5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-06b02771-686c-46f3-905e-c04468cd09e5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-06b02771-686c-46f3-905e-c04468cd09e5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-06b02771-686c-46f3-905e-c04468cd09e5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-06b02771-686c-46f3-905e-c04468cd09e5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-06b02771-686c-46f3-905e-c04468cd09e5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-06b02771-686c-46f3-905e-c04468cd09e5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-06b02771-686c-46f3-905e-c04468cd09e5 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-f3c2c9cf-2415-4e32-87c8-d59e8080c996 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f3c2c9cf-2415-4e32-87c8-d59e8080c996 .shg-product-title-component h1 {
  color: rgba(63, 63, 63, 1);
  
  font-family: Open Sans;
  
  font-size: 14px;
  
  
  
}

#s-cf0b5785-2208-4ceb-a4ca-dede7806871d {
  margin-left: auto;
margin-right: auto;
}

#s-597e21bc-e3fa-47b9-a8aa-cea2f46c1a59 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-597e21bc-e3fa-47b9-a8aa-cea2f46c1a59 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-597e21bc-e3fa-47b9-a8aa-cea2f46c1a59 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-597e21bc-e3fa-47b9-a8aa-cea2f46c1a59 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-597e21bc-e3fa-47b9-a8aa-cea2f46c1a59 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-597e21bc-e3fa-47b9-a8aa-cea2f46c1a59 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-597e21bc-e3fa-47b9-a8aa-cea2f46c1a59 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-597e21bc-e3fa-47b9-a8aa-cea2f46c1a59 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-597e21bc-e3fa-47b9-a8aa-cea2f46c1a59 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-597e21bc-e3fa-47b9-a8aa-cea2f46c1a59 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-597e21bc-e3fa-47b9-a8aa-cea2f46c1a59 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-649df317-d8c9-4970-8952-ef06caaeda73 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-649df317-d8c9-4970-8952-ef06caaeda73 .shg-product-title-component h1 {
  color: rgba(63, 63, 63, 1);
  
  font-family: Open Sans;
  
  font-size: 14px;
  
  
  
}

#s-bc7a5c43-19e6-4cc7-a803-3bf26a64b63f {
  margin-left: auto;
margin-right: auto;
}

#s-0127c08b-41e9-4a86-a4f4-d0e791d6ec9c {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-0127c08b-41e9-4a86-a4f4-d0e791d6ec9c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0127c08b-41e9-4a86-a4f4-d0e791d6ec9c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-0127c08b-41e9-4a86-a4f4-d0e791d6ec9c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0127c08b-41e9-4a86-a4f4-d0e791d6ec9c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-0127c08b-41e9-4a86-a4f4-d0e791d6ec9c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0127c08b-41e9-4a86-a4f4-d0e791d6ec9c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-0127c08b-41e9-4a86-a4f4-d0e791d6ec9c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0127c08b-41e9-4a86-a4f4-d0e791d6ec9c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-0127c08b-41e9-4a86-a4f4-d0e791d6ec9c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0127c08b-41e9-4a86-a4f4-d0e791d6ec9c img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-9ea59ab2-dcf3-419c-bc94-540930dcf4f1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9ea59ab2-dcf3-419c-bc94-540930dcf4f1 .shg-product-title-component h1 {
  color: rgba(63, 63, 63, 1);
  
  font-family: Open Sans;
  
  font-size: 14px;
  
  
  
}

#s-ea350b2e-8d18-4977-88ed-cd224c741233 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMWIyZGFhOGItNDUxMi00MTUxLWFmN2YtZDRlZTFkN2Y3MWU2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxYjJkYWE4Yi00NTEyLTQxNTEtYWY3Zi1kNGVlMWQ3ZjcxZTYpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(139, 182, 29, 1);
border-style: none;
border-radius: 5px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}];
hover-type: gradient;
}
#s-ea350b2e-8d18-4977-88ed-cd224c741233:hover {background-color: rgba(166, 210, 56, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ea350b2e-8d18-4977-88ed-cd224c741233:active {background-color: rgba(175, 220, 60, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-ea350b2e-8d18-4977-88ed-cd224c741233 {
  border-style: solid;
margin-top: 30px;
margin-bottom: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(139, 182, 29, 1);
border-radius: 5px;
background-color: rgba(139, 182, 29, 1);
background-image: none;
hover-type: color;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ea350b2e-8d18-4977-88ed-cd224c741233 {
  margin-top: 20px;
margin-bottom: 20px;
background-image: none;
background-color: rgba(139, 182, 29, 1);
hover-type: color;
}
#s-ea350b2e-8d18-4977-88ed-cd224c741233:hover {background-color: rgba(164, 206, 57, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 768px) and (max-width: 991px){#s-ea350b2e-8d18-4977-88ed-cd224c741233 {
  margin-top: 20px;
margin-bottom: 20px;
background-image: none;
background-color: rgba(139, 182, 29, 1);
hover-type: color;
}
}@media (max-width: 767px){#s-ea350b2e-8d18-4977-88ed-cd224c741233 {
  margin-top: 20px;
margin-bottom: 20px;
background-image: none;
background-color: rgba(139, 182, 29, 1);
hover-type: color;
}
}

  #s-ea350b2e-8d18-4977-88ed-cd224c741233-root {
    text-align: center;
  }


#s-ea350b2e-8d18-4977-88ed-cd224c741233.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ea350b2e-8d18-4977-88ed-cd224c741233-root {
    text-align: center;
  }


#s-ea350b2e-8d18-4977-88ed-cd224c741233.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ea350b2e-8d18-4977-88ed-cd224c741233-root {
    text-align: center;
  }


#s-ea350b2e-8d18-4977-88ed-cd224c741233.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ea350b2e-8d18-4977-88ed-cd224c741233-root {
    text-align: center;
  }


#s-ea350b2e-8d18-4977-88ed-cd224c741233.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ea350b2e-8d18-4977-88ed-cd224c741233-root {
    text-align: center;
  }


#s-ea350b2e-8d18-4977-88ed-cd224c741233.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}
#s-8b01ed92-e19e-4523-b9df-f03cb472cacd {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(245, 246, 247, 1);
}
@media (min-width: 1200px){#s-8b01ed92-e19e-4523-b9df-f03cb472cacd {
  max-width: 1200px;
}
}







#s-8b01ed92-e19e-4523-b9df-f03cb472cacd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8b01ed92-e19e-4523-b9df-f03cb472cacd.shg-box.shg-c {
  justify-content: center;
}

#s-b16bdd35-bead-4bab-b22b-50c6facc70d1 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-b16bdd35-bead-4bab-b22b-50c6facc70d1 {
  padding-bottom: 0px;
}
}
#s-b16bdd35-bead-4bab-b22b-50c6facc70d1 .shogun-heading-component h1 {
  color: rgba(0, 103, 130, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (max-width: 767px){#s-b16bdd35-bead-4bab-b22b-50c6facc70d1 .shogun-heading-component h1 {
  color: rgba(0, 103, 130, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}
#s-ca81408e-bc53-4355-b3ec-145939176565 {
  margin-left: 15%;
margin-right: 15%;
}

@media (min-width: 0px) {
[id="s-ca81408e-bc53-4355-b3ec-145939176565"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-ca81408e-bc53-4355-b3ec-145939176565"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-ca81408e-bc53-4355-b3ec-145939176565"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-ca81408e-bc53-4355-b3ec-145939176565"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-0fdde024-a056-4859-bf8e-e46dd646fef6 {
  margin-left: auto;
margin-right: auto;
}

#s-7604a300-e5fb-4bf9-a374-216b64c74d79 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-7604a300-e5fb-4bf9-a374-216b64c74d79 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7604a300-e5fb-4bf9-a374-216b64c74d79 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-7604a300-e5fb-4bf9-a374-216b64c74d79 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7604a300-e5fb-4bf9-a374-216b64c74d79 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-7604a300-e5fb-4bf9-a374-216b64c74d79 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7604a300-e5fb-4bf9-a374-216b64c74d79 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-7604a300-e5fb-4bf9-a374-216b64c74d79 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7604a300-e5fb-4bf9-a374-216b64c74d79 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-7604a300-e5fb-4bf9-a374-216b64c74d79 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7604a300-e5fb-4bf9-a374-216b64c74d79 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-7ee33b12-fc9e-4f55-becc-8e748a98fc29 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7ee33b12-fc9e-4f55-becc-8e748a98fc29 .shg-product-title-component h1 {
  color: rgba(63, 63, 63, 1);
  
  font-family: Open Sans;
  
  font-size: 14px;
  
  
  
}

#s-c938a68f-316b-4487-838d-67b263115418 {
  margin-left: auto;
margin-right: auto;
}

#s-3e683e50-c6b0-46a0-beed-8861669818c8 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-3e683e50-c6b0-46a0-beed-8861669818c8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3e683e50-c6b0-46a0-beed-8861669818c8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-3e683e50-c6b0-46a0-beed-8861669818c8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3e683e50-c6b0-46a0-beed-8861669818c8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-3e683e50-c6b0-46a0-beed-8861669818c8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3e683e50-c6b0-46a0-beed-8861669818c8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-3e683e50-c6b0-46a0-beed-8861669818c8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3e683e50-c6b0-46a0-beed-8861669818c8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-3e683e50-c6b0-46a0-beed-8861669818c8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3e683e50-c6b0-46a0-beed-8861669818c8 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d1c4e175-0543-4bc7-8604-c8a9b1fa601c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d1c4e175-0543-4bc7-8604-c8a9b1fa601c .shg-product-title-component h1 {
  color: rgba(63, 63, 63, 1);
  
  font-family: Open Sans;
  
  font-size: 14px;
  
  
  
}

#s-0b5325c1-011f-4cf2-b566-7071581c76f9 {
  margin-left: auto;
margin-right: auto;
}

#s-8570b4ac-0f23-4360-94e6-7fe67d0ca680 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-8570b4ac-0f23-4360-94e6-7fe67d0ca680 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8570b4ac-0f23-4360-94e6-7fe67d0ca680 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-8570b4ac-0f23-4360-94e6-7fe67d0ca680 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8570b4ac-0f23-4360-94e6-7fe67d0ca680 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-8570b4ac-0f23-4360-94e6-7fe67d0ca680 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8570b4ac-0f23-4360-94e6-7fe67d0ca680 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-8570b4ac-0f23-4360-94e6-7fe67d0ca680 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8570b4ac-0f23-4360-94e6-7fe67d0ca680 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-8570b4ac-0f23-4360-94e6-7fe67d0ca680 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8570b4ac-0f23-4360-94e6-7fe67d0ca680 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-0b63280e-033c-4600-a89c-78883c37fda8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0b63280e-033c-4600-a89c-78883c37fda8 .shg-product-title-component h1 {
  color: rgba(63, 63, 63, 1);
  
  font-family: Open Sans;
  
  font-size: 14px;
  
  
  
}

#s-4a3cb119-6a4c-4bf1-9679-d6407e1ff91a {
  margin-left: auto;
margin-right: auto;
}

#s-67eb25d8-f7ea-4d4c-a58f-a5ed4027b853 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-67eb25d8-f7ea-4d4c-a58f-a5ed4027b853 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-67eb25d8-f7ea-4d4c-a58f-a5ed4027b853 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-67eb25d8-f7ea-4d4c-a58f-a5ed4027b853 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-67eb25d8-f7ea-4d4c-a58f-a5ed4027b853 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-67eb25d8-f7ea-4d4c-a58f-a5ed4027b853 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-67eb25d8-f7ea-4d4c-a58f-a5ed4027b853 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-67eb25d8-f7ea-4d4c-a58f-a5ed4027b853 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-67eb25d8-f7ea-4d4c-a58f-a5ed4027b853 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-67eb25d8-f7ea-4d4c-a58f-a5ed4027b853 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-67eb25d8-f7ea-4d4c-a58f-a5ed4027b853 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-0ffaa53d-19de-4045-b55c-6a0b4a0e1219 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0ffaa53d-19de-4045-b55c-6a0b4a0e1219 .shg-product-title-component h1 {
  color: rgba(63, 63, 63, 1);
  
  font-family: Open Sans;
  
  font-size: 14px;
  
  
  
}

#s-d6c51d30-4c0a-423e-be04-70b30b186f6a {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMjVjZmFjYjYtMjc3OS00YmVlLTkxN2EtNTQwMGYyYjJjMjA1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyNWNmYWNiNi0yNzc5LTRiZWUtOTE3YS01NDAwZjJiMmMyMDUpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(139, 182, 29, 1);
border-style: none;
border-radius: 5px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}];
hover-type: gradient;
}
#s-d6c51d30-4c0a-423e-be04-70b30b186f6a:hover {background-color: rgba(166, 210, 56, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d6c51d30-4c0a-423e-be04-70b30b186f6a:active {background-color: rgba(175, 220, 60, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-d6c51d30-4c0a-423e-be04-70b30b186f6a {
  border-style: solid;
margin-top: 30px;
margin-bottom: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(139, 182, 29, 1);
border-radius: 5px;
background-color: rgba(139, 182, 29, 1);
background-image: none;
hover-type: color;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d6c51d30-4c0a-423e-be04-70b30b186f6a {
  margin-top: 20px;
margin-bottom: 20px;
background-image: none;
background-color: rgba(139, 182, 29, 1);
hover-type: color;
}
#s-d6c51d30-4c0a-423e-be04-70b30b186f6a:hover {background-color: rgba(164, 206, 57, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 768px) and (max-width: 991px){#s-d6c51d30-4c0a-423e-be04-70b30b186f6a {
  margin-top: 20px;
margin-bottom: 20px;
background-image: none;
background-color: rgba(139, 182, 29, 1);
hover-type: color;
}
}@media (max-width: 767px){#s-d6c51d30-4c0a-423e-be04-70b30b186f6a {
  margin-top: 20px;
margin-bottom: 20px;
background-image: none;
background-color: rgba(139, 182, 29, 1);
hover-type: color;
}
}

  #s-d6c51d30-4c0a-423e-be04-70b30b186f6a-root {
    text-align: center;
  }


#s-d6c51d30-4c0a-423e-be04-70b30b186f6a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d6c51d30-4c0a-423e-be04-70b30b186f6a-root {
    text-align: center;
  }


#s-d6c51d30-4c0a-423e-be04-70b30b186f6a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d6c51d30-4c0a-423e-be04-70b30b186f6a-root {
    text-align: center;
  }


#s-d6c51d30-4c0a-423e-be04-70b30b186f6a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d6c51d30-4c0a-423e-be04-70b30b186f6a-root {
    text-align: center;
  }


#s-d6c51d30-4c0a-423e-be04-70b30b186f6a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d6c51d30-4c0a-423e-be04-70b30b186f6a-root {
    text-align: center;
  }


#s-d6c51d30-4c0a-423e-be04-70b30b186f6a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  
  display:  inline-block ;
}
}
#s-228ce438-04bf-4e01-8215-89069db2a77d {
  margin-left: 15%;
margin-bottom: 50px;
margin-right: 15%;
max-width: 1200px;
}
@media (min-width: 1200px){#s-228ce438-04bf-4e01-8215-89069db2a77d {
  margin-left: auto;
margin-right: auto;
}
}







#s-228ce438-04bf-4e01-8215-89069db2a77d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-228ce438-04bf-4e01-8215-89069db2a77d.shg-box.shg-c {
  justify-content: center;
}

#s-f986ffa5-d253-4a13-a221-32b1d4d6ee92 {
  margin-top: 20px;
margin-bottom: 40px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-f986ffa5-d253-4a13-a221-32b1d4d6ee92 {
  margin-top: 30px;
margin-bottom: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f986ffa5-d253-4a13-a221-32b1d4d6ee92 {
  padding-bottom: 0px;
}
}
#s-f986ffa5-d253-4a13-a221-32b1d4d6ee92 .shogun-heading-component h1 {
  color: rgba(0, 103, 130, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (max-width: 767px){#s-f986ffa5-d253-4a13-a221-32b1d4d6ee92 .shogun-heading-component h1 {
  color: rgba(0, 103, 130, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}
#s-34f57385-8db9-41b2-a177-3ee51b40f721 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-34f57385-8db9-41b2-a177-3ee51b40f721 {
  margin-left: 15%;
margin-right: 15%;
}
}
@media (min-width: 0px) {
[id="s-34f57385-8db9-41b2-a177-3ee51b40f721"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-34f57385-8db9-41b2-a177-3ee51b40f721"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-34f57385-8db9-41b2-a177-3ee51b40f721"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-34f57385-8db9-41b2-a177-3ee51b40f721"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-c661ec96-9e44-4bec-af0d-105b817a2b46 {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
text-align: center;
}
@media (min-width: 1200px){#s-c661ec96-9e44-4bec-af0d-105b817a2b46 {
  
}
#s-c661ec96-9e44-4bec-af0d-105b817a2b46:hover {opacity: 0.5 !important;}}@media (max-width: 767px){#s-c661ec96-9e44-4bec-af0d-105b817a2b46 {
  margin-top: 0px;
margin-bottom: 30px;
}
}
#s-c661ec96-9e44-4bec-af0d-105b817a2b46 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c661ec96-9e44-4bec-af0d-105b817a2b46-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-c661ec96-9e44-4bec-af0d-105b817a2b46 {
  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-c661ec96-9e44-4bec-af0d-105b817a2b46 {
  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-c661ec96-9e44-4bec-af0d-105b817a2b46 img.shogun-image {
  width: 100%;
  
  
  max-width: 250px;

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




.s-c661ec96-9e44-4bec-af0d-105b817a2b46 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-c661ec96-9e44-4bec-af0d-105b817a2b46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c661ec96-9e44-4bec-af0d-105b817a2b46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c661ec96-9e44-4bec-af0d-105b817a2b46.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){#s-c661ec96-9e44-4bec-af0d-105b817a2b46 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c661ec96-9e44-4bec-af0d-105b817a2b46-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-c661ec96-9e44-4bec-af0d-105b817a2b46 {
  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-c661ec96-9e44-4bec-af0d-105b817a2b46 {
  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-c661ec96-9e44-4bec-af0d-105b817a2b46 img.shogun-image {
  width: 100%;
  
  
  max-width: 250px;

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




.s-c661ec96-9e44-4bec-af0d-105b817a2b46 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-c661ec96-9e44-4bec-af0d-105b817a2b46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c661ec96-9e44-4bec-af0d-105b817a2b46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c661ec96-9e44-4bec-af0d-105b817a2b46.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-c661ec96-9e44-4bec-af0d-105b817a2b46 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c661ec96-9e44-4bec-af0d-105b817a2b46-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-c661ec96-9e44-4bec-af0d-105b817a2b46 {
  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-c661ec96-9e44-4bec-af0d-105b817a2b46 {
  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-c661ec96-9e44-4bec-af0d-105b817a2b46 img.shogun-image {
  width: 100%;
  
  
  max-width: 250px;

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




.s-c661ec96-9e44-4bec-af0d-105b817a2b46 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-c661ec96-9e44-4bec-af0d-105b817a2b46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c661ec96-9e44-4bec-af0d-105b817a2b46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c661ec96-9e44-4bec-af0d-105b817a2b46.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){#s-c661ec96-9e44-4bec-af0d-105b817a2b46 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c661ec96-9e44-4bec-af0d-105b817a2b46-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-c661ec96-9e44-4bec-af0d-105b817a2b46 {
  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-c661ec96-9e44-4bec-af0d-105b817a2b46 {
  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-c661ec96-9e44-4bec-af0d-105b817a2b46 img.shogun-image {
  width: 100%;
  
  
  max-width: 250px;

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




.s-c661ec96-9e44-4bec-af0d-105b817a2b46 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-c661ec96-9e44-4bec-af0d-105b817a2b46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c661ec96-9e44-4bec-af0d-105b817a2b46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c661ec96-9e44-4bec-af0d-105b817a2b46.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){#s-c661ec96-9e44-4bec-af0d-105b817a2b46 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c661ec96-9e44-4bec-af0d-105b817a2b46-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-c661ec96-9e44-4bec-af0d-105b817a2b46 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 0px;
  margin-bottom: 30px;
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-c661ec96-9e44-4bec-af0d-105b817a2b46 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  margin-top: 0px;
  margin-bottom: 30px;
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

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

#s-c661ec96-9e44-4bec-af0d-105b817a2b46 img.shogun-image {
  width: 100%;
  
  
  max-width: 250px;

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




.s-c661ec96-9e44-4bec-af0d-105b817a2b46 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-c661ec96-9e44-4bec-af0d-105b817a2b46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c661ec96-9e44-4bec-af0d-105b817a2b46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c661ec96-9e44-4bec-af0d-105b817a2b46.shogun-image {
  box-sizing: border-box;
}




}
#s-3e54097c-32cb-45a6-aa21-4924e9657d82 {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
text-align: center;
}
@media (min-width: 1200px){#s-3e54097c-32cb-45a6-aa21-4924e9657d82 {
  
}
#s-3e54097c-32cb-45a6-aa21-4924e9657d82:hover {opacity: 0.52 !important;}}@media (max-width: 767px){#s-3e54097c-32cb-45a6-aa21-4924e9657d82 {
  margin-bottom: 30px;
}
}
#s-3e54097c-32cb-45a6-aa21-4924e9657d82 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3e54097c-32cb-45a6-aa21-4924e9657d82-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-3e54097c-32cb-45a6-aa21-4924e9657d82 {
  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-3e54097c-32cb-45a6-aa21-4924e9657d82 {
  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-3e54097c-32cb-45a6-aa21-4924e9657d82 img.shogun-image {
  width: 100%;
  
  
  max-width: 250px;

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




.s-3e54097c-32cb-45a6-aa21-4924e9657d82 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-3e54097c-32cb-45a6-aa21-4924e9657d82.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e54097c-32cb-45a6-aa21-4924e9657d82.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e54097c-32cb-45a6-aa21-4924e9657d82.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){#s-3e54097c-32cb-45a6-aa21-4924e9657d82 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3e54097c-32cb-45a6-aa21-4924e9657d82-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-3e54097c-32cb-45a6-aa21-4924e9657d82 {
  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-3e54097c-32cb-45a6-aa21-4924e9657d82 {
  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-3e54097c-32cb-45a6-aa21-4924e9657d82 img.shogun-image {
  width: 100%;
  
  
  max-width: 250px;

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




.s-3e54097c-32cb-45a6-aa21-4924e9657d82 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-3e54097c-32cb-45a6-aa21-4924e9657d82.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e54097c-32cb-45a6-aa21-4924e9657d82.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e54097c-32cb-45a6-aa21-4924e9657d82.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-3e54097c-32cb-45a6-aa21-4924e9657d82 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3e54097c-32cb-45a6-aa21-4924e9657d82-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-3e54097c-32cb-45a6-aa21-4924e9657d82 {
  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-3e54097c-32cb-45a6-aa21-4924e9657d82 {
  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-3e54097c-32cb-45a6-aa21-4924e9657d82 img.shogun-image {
  width: 100%;
  
  
  max-width: 250px;

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




.s-3e54097c-32cb-45a6-aa21-4924e9657d82 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-3e54097c-32cb-45a6-aa21-4924e9657d82.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e54097c-32cb-45a6-aa21-4924e9657d82.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e54097c-32cb-45a6-aa21-4924e9657d82.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){#s-3e54097c-32cb-45a6-aa21-4924e9657d82 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3e54097c-32cb-45a6-aa21-4924e9657d82-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-3e54097c-32cb-45a6-aa21-4924e9657d82 {
  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-3e54097c-32cb-45a6-aa21-4924e9657d82 {
  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-3e54097c-32cb-45a6-aa21-4924e9657d82 img.shogun-image {
  width: 100%;
  
  
  max-width: 250px;

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




.s-3e54097c-32cb-45a6-aa21-4924e9657d82 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-3e54097c-32cb-45a6-aa21-4924e9657d82.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e54097c-32cb-45a6-aa21-4924e9657d82.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e54097c-32cb-45a6-aa21-4924e9657d82.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){#s-3e54097c-32cb-45a6-aa21-4924e9657d82 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3e54097c-32cb-45a6-aa21-4924e9657d82-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-3e54097c-32cb-45a6-aa21-4924e9657d82 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 30px;
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-3e54097c-32cb-45a6-aa21-4924e9657d82 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  margin-bottom: 30px;
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

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

#s-3e54097c-32cb-45a6-aa21-4924e9657d82 img.shogun-image {
  width: 100%;
  
  
  max-width: 250px;

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




.s-3e54097c-32cb-45a6-aa21-4924e9657d82 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-3e54097c-32cb-45a6-aa21-4924e9657d82.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e54097c-32cb-45a6-aa21-4924e9657d82.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e54097c-32cb-45a6-aa21-4924e9657d82.shogun-image {
  box-sizing: border-box;
}




}
#s-20450c7f-bd75-4a4f-b781-4ba8a1c52c45 {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
text-align: center;
}
#s-20450c7f-bd75-4a4f-b781-4ba8a1c52c45:hover {box-shadow:1px 1px 1px 3px rgba(2, 60, 75, 1) !important;
border-style: solid !important;
border-color: rgba(0, 103, 130, 1) !important;
opacity: 0.48 !important;}
#s-20450c7f-bd75-4a4f-b781-4ba8a1c52c45 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-20450c7f-bd75-4a4f-b781-4ba8a1c52c45-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-20450c7f-bd75-4a4f-b781-4ba8a1c52c45 {
  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-20450c7f-bd75-4a4f-b781-4ba8a1c52c45 {
  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-20450c7f-bd75-4a4f-b781-4ba8a1c52c45 img.shogun-image {
  width: 100%;
  
  
  max-width: 250px;

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




.s-20450c7f-bd75-4a4f-b781-4ba8a1c52c45 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-20450c7f-bd75-4a4f-b781-4ba8a1c52c45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20450c7f-bd75-4a4f-b781-4ba8a1c52c45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20450c7f-bd75-4a4f-b781-4ba8a1c52c45.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){#s-20450c7f-bd75-4a4f-b781-4ba8a1c52c45 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-20450c7f-bd75-4a4f-b781-4ba8a1c52c45-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-20450c7f-bd75-4a4f-b781-4ba8a1c52c45 {
  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-20450c7f-bd75-4a4f-b781-4ba8a1c52c45 {
  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-20450c7f-bd75-4a4f-b781-4ba8a1c52c45 img.shogun-image {
  width: 100%;
  
  
  max-width: 250px;

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




.s-20450c7f-bd75-4a4f-b781-4ba8a1c52c45 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-20450c7f-bd75-4a4f-b781-4ba8a1c52c45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20450c7f-bd75-4a4f-b781-4ba8a1c52c45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20450c7f-bd75-4a4f-b781-4ba8a1c52c45.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-20450c7f-bd75-4a4f-b781-4ba8a1c52c45 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-20450c7f-bd75-4a4f-b781-4ba8a1c52c45-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-20450c7f-bd75-4a4f-b781-4ba8a1c52c45 {
  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-20450c7f-bd75-4a4f-b781-4ba8a1c52c45 {
  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-20450c7f-bd75-4a4f-b781-4ba8a1c52c45 img.shogun-image {
  width: 100%;
  
  
  max-width: 250px;

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




.s-20450c7f-bd75-4a4f-b781-4ba8a1c52c45 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-20450c7f-bd75-4a4f-b781-4ba8a1c52c45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20450c7f-bd75-4a4f-b781-4ba8a1c52c45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20450c7f-bd75-4a4f-b781-4ba8a1c52c45.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){#s-20450c7f-bd75-4a4f-b781-4ba8a1c52c45 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-20450c7f-bd75-4a4f-b781-4ba8a1c52c45-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-20450c7f-bd75-4a4f-b781-4ba8a1c52c45 {
  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-20450c7f-bd75-4a4f-b781-4ba8a1c52c45 {
  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-20450c7f-bd75-4a4f-b781-4ba8a1c52c45 img.shogun-image {
  width: 100%;
  
  
  max-width: 250px;

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




.s-20450c7f-bd75-4a4f-b781-4ba8a1c52c45 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-20450c7f-bd75-4a4f-b781-4ba8a1c52c45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20450c7f-bd75-4a4f-b781-4ba8a1c52c45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20450c7f-bd75-4a4f-b781-4ba8a1c52c45.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){#s-20450c7f-bd75-4a4f-b781-4ba8a1c52c45 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-20450c7f-bd75-4a4f-b781-4ba8a1c52c45-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-20450c7f-bd75-4a4f-b781-4ba8a1c52c45 {
  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-20450c7f-bd75-4a4f-b781-4ba8a1c52c45 {
  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-20450c7f-bd75-4a4f-b781-4ba8a1c52c45 img.shogun-image {
  width: 100%;
  
  
  max-width: 250px;

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




.s-20450c7f-bd75-4a4f-b781-4ba8a1c52c45 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-20450c7f-bd75-4a4f-b781-4ba8a1c52c45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20450c7f-bd75-4a4f-b781-4ba8a1c52c45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20450c7f-bd75-4a4f-b781-4ba8a1c52c45.shogun-image {
  box-sizing: border-box;
}




}
#s-12cd6e43-5437-4943-8f1b-392232881b87 {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-12cd6e43-5437-4943-8f1b-392232881b87 {
  margin-left: 15%;
margin-right: 15%;
}
}
@media (min-width: 0px) {
[id="s-12cd6e43-5437-4943-8f1b-392232881b87"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-12cd6e43-5437-4943-8f1b-392232881b87"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-12cd6e43-5437-4943-8f1b-392232881b87"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-12cd6e43-5437-4943-8f1b-392232881b87"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-a3e5698e-134e-466c-aabc-59e0b51fc64d {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
text-align: center;
}
@media (min-width: 1200px){#s-a3e5698e-134e-466c-aabc-59e0b51fc64d {
  
}
#s-a3e5698e-134e-466c-aabc-59e0b51fc64d:hover {opacity: 0.5 !important;}}@media (max-width: 767px){#s-a3e5698e-134e-466c-aabc-59e0b51fc64d {
  margin-bottom: 30px;
}
}
#s-a3e5698e-134e-466c-aabc-59e0b51fc64d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a3e5698e-134e-466c-aabc-59e0b51fc64d-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-a3e5698e-134e-466c-aabc-59e0b51fc64d {
  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-a3e5698e-134e-466c-aabc-59e0b51fc64d {
  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-a3e5698e-134e-466c-aabc-59e0b51fc64d img.shogun-image {
  width: 100%;
  
  
  max-width: 250px;

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




.s-a3e5698e-134e-466c-aabc-59e0b51fc64d .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-a3e5698e-134e-466c-aabc-59e0b51fc64d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3e5698e-134e-466c-aabc-59e0b51fc64d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3e5698e-134e-466c-aabc-59e0b51fc64d.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){#s-a3e5698e-134e-466c-aabc-59e0b51fc64d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a3e5698e-134e-466c-aabc-59e0b51fc64d-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-a3e5698e-134e-466c-aabc-59e0b51fc64d {
  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-a3e5698e-134e-466c-aabc-59e0b51fc64d {
  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-a3e5698e-134e-466c-aabc-59e0b51fc64d img.shogun-image {
  width: 100%;
  
  
  max-width: 250px;

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




.s-a3e5698e-134e-466c-aabc-59e0b51fc64d .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-a3e5698e-134e-466c-aabc-59e0b51fc64d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3e5698e-134e-466c-aabc-59e0b51fc64d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3e5698e-134e-466c-aabc-59e0b51fc64d.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-a3e5698e-134e-466c-aabc-59e0b51fc64d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a3e5698e-134e-466c-aabc-59e0b51fc64d-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-a3e5698e-134e-466c-aabc-59e0b51fc64d {
  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-a3e5698e-134e-466c-aabc-59e0b51fc64d {
  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-a3e5698e-134e-466c-aabc-59e0b51fc64d img.shogun-image {
  width: 100%;
  
  
  max-width: 250px;

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




.s-a3e5698e-134e-466c-aabc-59e0b51fc64d .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-a3e5698e-134e-466c-aabc-59e0b51fc64d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3e5698e-134e-466c-aabc-59e0b51fc64d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3e5698e-134e-466c-aabc-59e0b51fc64d.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){#s-a3e5698e-134e-466c-aabc-59e0b51fc64d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a3e5698e-134e-466c-aabc-59e0b51fc64d-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-a3e5698e-134e-466c-aabc-59e0b51fc64d {
  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-a3e5698e-134e-466c-aabc-59e0b51fc64d {
  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-a3e5698e-134e-466c-aabc-59e0b51fc64d img.shogun-image {
  width: 100%;
  
  
  max-width: 250px;

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




.s-a3e5698e-134e-466c-aabc-59e0b51fc64d .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-a3e5698e-134e-466c-aabc-59e0b51fc64d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3e5698e-134e-466c-aabc-59e0b51fc64d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3e5698e-134e-466c-aabc-59e0b51fc64d.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){#s-a3e5698e-134e-466c-aabc-59e0b51fc64d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a3e5698e-134e-466c-aabc-59e0b51fc64d-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-a3e5698e-134e-466c-aabc-59e0b51fc64d {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 30px;
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-a3e5698e-134e-466c-aabc-59e0b51fc64d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  margin-bottom: 30px;
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

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

#s-a3e5698e-134e-466c-aabc-59e0b51fc64d img.shogun-image {
  width: 100%;
  
  
  max-width: 250px;

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




.s-a3e5698e-134e-466c-aabc-59e0b51fc64d .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-a3e5698e-134e-466c-aabc-59e0b51fc64d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3e5698e-134e-466c-aabc-59e0b51fc64d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3e5698e-134e-466c-aabc-59e0b51fc64d.shogun-image {
  box-sizing: border-box;
}




}
#s-8468fccd-2572-42cf-be5a-3ae754fa66d7 {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
text-align: center;
}
@media (min-width: 1200px){#s-8468fccd-2572-42cf-be5a-3ae754fa66d7 {
  
}
#s-8468fccd-2572-42cf-be5a-3ae754fa66d7:hover {opacity: 0.5 !important;}}@media (max-width: 767px){#s-8468fccd-2572-42cf-be5a-3ae754fa66d7 {
  margin-bottom: 30px;
}
}
#s-8468fccd-2572-42cf-be5a-3ae754fa66d7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8468fccd-2572-42cf-be5a-3ae754fa66d7-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-8468fccd-2572-42cf-be5a-3ae754fa66d7 {
  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-8468fccd-2572-42cf-be5a-3ae754fa66d7 {
  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-8468fccd-2572-42cf-be5a-3ae754fa66d7 img.shogun-image {
  width: 100%;
  
  
  max-width: 250px;

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




.s-8468fccd-2572-42cf-be5a-3ae754fa66d7 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-8468fccd-2572-42cf-be5a-3ae754fa66d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8468fccd-2572-42cf-be5a-3ae754fa66d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8468fccd-2572-42cf-be5a-3ae754fa66d7.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){#s-8468fccd-2572-42cf-be5a-3ae754fa66d7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8468fccd-2572-42cf-be5a-3ae754fa66d7-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-8468fccd-2572-42cf-be5a-3ae754fa66d7 {
  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-8468fccd-2572-42cf-be5a-3ae754fa66d7 {
  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-8468fccd-2572-42cf-be5a-3ae754fa66d7 img.shogun-image {
  width: 100%;
  
  
  max-width: 250px;

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




.s-8468fccd-2572-42cf-be5a-3ae754fa66d7 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-8468fccd-2572-42cf-be5a-3ae754fa66d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8468fccd-2572-42cf-be5a-3ae754fa66d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8468fccd-2572-42cf-be5a-3ae754fa66d7.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-8468fccd-2572-42cf-be5a-3ae754fa66d7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8468fccd-2572-42cf-be5a-3ae754fa66d7-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-8468fccd-2572-42cf-be5a-3ae754fa66d7 {
  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-8468fccd-2572-42cf-be5a-3ae754fa66d7 {
  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-8468fccd-2572-42cf-be5a-3ae754fa66d7 img.shogun-image {
  width: 100%;
  
  
  max-width: 250px;

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




.s-8468fccd-2572-42cf-be5a-3ae754fa66d7 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-8468fccd-2572-42cf-be5a-3ae754fa66d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8468fccd-2572-42cf-be5a-3ae754fa66d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8468fccd-2572-42cf-be5a-3ae754fa66d7.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){#s-8468fccd-2572-42cf-be5a-3ae754fa66d7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8468fccd-2572-42cf-be5a-3ae754fa66d7-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-8468fccd-2572-42cf-be5a-3ae754fa66d7 {
  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-8468fccd-2572-42cf-be5a-3ae754fa66d7 {
  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-8468fccd-2572-42cf-be5a-3ae754fa66d7 img.shogun-image {
  width: 100%;
  
  
  max-width: 250px;

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




.s-8468fccd-2572-42cf-be5a-3ae754fa66d7 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-8468fccd-2572-42cf-be5a-3ae754fa66d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8468fccd-2572-42cf-be5a-3ae754fa66d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8468fccd-2572-42cf-be5a-3ae754fa66d7.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){#s-8468fccd-2572-42cf-be5a-3ae754fa66d7 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8468fccd-2572-42cf-be5a-3ae754fa66d7-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-8468fccd-2572-42cf-be5a-3ae754fa66d7 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 30px;
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-8468fccd-2572-42cf-be5a-3ae754fa66d7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  margin-bottom: 30px;
  /* Add padding handling matching image-margin-container */
  
  
  
  
}

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

#s-8468fccd-2572-42cf-be5a-3ae754fa66d7 img.shogun-image {
  width: 100%;
  
  
  max-width: 250px;

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




.s-8468fccd-2572-42cf-be5a-3ae754fa66d7 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-8468fccd-2572-42cf-be5a-3ae754fa66d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8468fccd-2572-42cf-be5a-3ae754fa66d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8468fccd-2572-42cf-be5a-3ae754fa66d7.shogun-image {
  box-sizing: border-box;
}




}
#s-ade85193-8b62-444e-8903-4c6a2865eef3 {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
text-align: center;
}
@media (min-width: 1200px){#s-ade85193-8b62-444e-8903-4c6a2865eef3 {
  
}
#s-ade85193-8b62-444e-8903-4c6a2865eef3:hover {opacity: 0.5 !important;}}
#s-ade85193-8b62-444e-8903-4c6a2865eef3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ade85193-8b62-444e-8903-4c6a2865eef3-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-ade85193-8b62-444e-8903-4c6a2865eef3 {
  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-ade85193-8b62-444e-8903-4c6a2865eef3 {
  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-ade85193-8b62-444e-8903-4c6a2865eef3 img.shogun-image {
  width: 100%;
  
  
  max-width: 250px;

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




.s-ade85193-8b62-444e-8903-4c6a2865eef3 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-ade85193-8b62-444e-8903-4c6a2865eef3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ade85193-8b62-444e-8903-4c6a2865eef3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ade85193-8b62-444e-8903-4c6a2865eef3.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){#s-ade85193-8b62-444e-8903-4c6a2865eef3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ade85193-8b62-444e-8903-4c6a2865eef3-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-ade85193-8b62-444e-8903-4c6a2865eef3 {
  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-ade85193-8b62-444e-8903-4c6a2865eef3 {
  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-ade85193-8b62-444e-8903-4c6a2865eef3 img.shogun-image {
  width: 100%;
  
  
  max-width: 250px;

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




.s-ade85193-8b62-444e-8903-4c6a2865eef3 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-ade85193-8b62-444e-8903-4c6a2865eef3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ade85193-8b62-444e-8903-4c6a2865eef3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ade85193-8b62-444e-8903-4c6a2865eef3.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-ade85193-8b62-444e-8903-4c6a2865eef3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ade85193-8b62-444e-8903-4c6a2865eef3-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-ade85193-8b62-444e-8903-4c6a2865eef3 {
  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-ade85193-8b62-444e-8903-4c6a2865eef3 {
  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-ade85193-8b62-444e-8903-4c6a2865eef3 img.shogun-image {
  width: 100%;
  
  
  max-width: 250px;

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




.s-ade85193-8b62-444e-8903-4c6a2865eef3 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-ade85193-8b62-444e-8903-4c6a2865eef3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ade85193-8b62-444e-8903-4c6a2865eef3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ade85193-8b62-444e-8903-4c6a2865eef3.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){#s-ade85193-8b62-444e-8903-4c6a2865eef3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ade85193-8b62-444e-8903-4c6a2865eef3-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-ade85193-8b62-444e-8903-4c6a2865eef3 {
  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-ade85193-8b62-444e-8903-4c6a2865eef3 {
  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-ade85193-8b62-444e-8903-4c6a2865eef3 img.shogun-image {
  width: 100%;
  
  
  max-width: 250px;

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




.s-ade85193-8b62-444e-8903-4c6a2865eef3 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-ade85193-8b62-444e-8903-4c6a2865eef3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ade85193-8b62-444e-8903-4c6a2865eef3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ade85193-8b62-444e-8903-4c6a2865eef3.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){#s-ade85193-8b62-444e-8903-4c6a2865eef3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ade85193-8b62-444e-8903-4c6a2865eef3-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-ade85193-8b62-444e-8903-4c6a2865eef3 {
  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-ade85193-8b62-444e-8903-4c6a2865eef3 {
  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-ade85193-8b62-444e-8903-4c6a2865eef3 img.shogun-image {
  width: 100%;
  
  
  max-width: 250px;

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




.s-ade85193-8b62-444e-8903-4c6a2865eef3 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-ade85193-8b62-444e-8903-4c6a2865eef3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ade85193-8b62-444e-8903-4c6a2865eef3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ade85193-8b62-444e-8903-4c6a2865eef3.shogun-image {
  box-sizing: border-box;
}




}
/*
  $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;
  -webkit-user-select: none;
     -moz-user-select: none;
          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;
}
