.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.shogun-tabs-body > .shogun-tab-content {
  display: none;
}

.shogun-tabs-body > .shogun-tab-content.shogun-tab-active {
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
  display: block;
}

.shogun-tab-border {
  position: absolute;
}

.shogun-tab-title {
  white-space: nowrap;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  transform: translateZ(1000px);
}

#s-c7720a48-f7b7-4ef0-b441-49be928af7b5 {
  text-align: left;
}
@media (max-width: 767px){#s-c7720a48-f7b7-4ef0-b441-49be928af7b5 {
  display: none;
}
#s-c7720a48-f7b7-4ef0-b441-49be928af7b5, #wrap-s-c7720a48-f7b7-4ef0-b441-49be928af7b5 { display: none !important; }}

  #s-c7720a48-f7b7-4ef0-b441-49be928af7b5 .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 1px solid #DDDDDD;
  }
  #s-c7720a48-f7b7-4ef0-b441-49be928af7b5 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: #F4F4F4;
    border: 1px solid #ddd;
  }
#s-c7720a48-f7b7-4ef0-b441-49be928af7b5 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(27, 27, 27, 1);
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-c7720a48-f7b7-4ef0-b441-49be928af7b5 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: #555;
}

#s-c7720a48-f7b7-4ef0-b441-49be928af7b5 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: #F4F4F4;
}

#s-c7720a48-f7b7-4ef0-b441-49be928af7b5 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}

.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-6a458d6e-76c6-4a69-bef8-730447bfae08 {
  margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
min-height: 50px;
max-width: 1276px;
}








#s-6a458d6e-76c6-4a69-bef8-730447bfae08 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6a458d6e-76c6-4a69-bef8-730447bfae08.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ea42c0a4-851e-4a57-8426-da8c489b81f4 {
  min-height: 40px;
}








#s-ea42c0a4-851e-4a57-8426-da8c489b81f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ea42c0a4-851e-4a57-8426-da8c489b81f4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9efe03c6-cf17-4c85-8eef-a3b4795c4651 {
  text-align: left;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #000000;
  font-family: Helvetica;
  text-transform: none;
  font-weight: 700;
  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-a9f153cb-8aaf-4f1a-8f9d-2883707b500f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a9f153cb-8aaf-4f1a-8f9d-2883707b500f .shogun-heading-component h2 {
  color: rgba(60, 178, 141, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



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

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

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

#s-6ae022b1-decb-4394-bae8-2498231d5686 {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 1035px;
background-color: rgba(234, 234, 223, 1);
}

@media (min-width: 0px) {
[id="s-6ae022b1-decb-4394-bae8-2498231d5686"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6ae022b1-decb-4394-bae8-2498231d5686"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6ae022b1-decb-4394-bae8-2498231d5686"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6ae022b1-decb-4394-bae8-2498231d5686"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}








#s-64090e8e-7b15-4c32-8975-8b3cd447233f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-64090e8e-7b15-4c32-8975-8b3cd447233f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content p {
  color: #2d2d2d;
  font-family: Helvetica;
  font-weight: 400;
}

#s-ff065d61-7193-4f78-990c-44e88cdcec3b {
  margin-top: 0px;
margin-bottom: 20px;
min-height: 29px;
}

#s-245a166e-e8ea-409b-a89a-1f669c6cbfac {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}








#s-245a166e-e8ea-409b-a89a-1f669c6cbfac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-245a166e-e8ea-409b-a89a-1f669c6cbfac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7be54eb3-cf74-419f-8116-21aec1f65df9 {
  margin-bottom: 15px;
}

#s-efd869ff-03d2-4bab-abee-109937482d27 {
  min-height: 50px;
}








#s-efd869ff-03d2-4bab-abee-109937482d27 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-efd869ff-03d2-4bab-abee-109937482d27.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-63590225-729b-46f6-9261-dd70f8dea28b {
  margin-left: 0%;
margin-right: 0%;
text-align: left;
}

#s-c38f806a-7824-4dff-9606-c23ff5289e81 {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}








#s-c38f806a-7824-4dff-9606-c23ff5289e81 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c38f806a-7824-4dff-9606-c23ff5289e81.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c6f7e6c0-8bc4-4fd3-bd6c-d2be0a884c5a {
  margin-left: 0%;
margin-right: 0%;
text-align: left;
}

#s-8d6f0341-2514-4c8d-8d52-0ef1ef107766 {
  box-shadow:0px 0px 0px 0px ;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: left;
}

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

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

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

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

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

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

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

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

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

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

#s-e34a84c9-8626-443e-a707-2b2d1a29bef7 {
  box-shadow:0px 0px 0px 0px ;
text-align: center;
}


.shg-c#s-e34a84c9-8626-443e-a707-2b2d1a29bef7 {
  max-width:  100%;
}

.shg-c#s-e34a84c9-8626-443e-a707-2b2d1a29bef7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e34a84c9-8626-443e-a707-2b2d1a29bef7 .shg-image-zoom,
.shg-c#s-e34a84c9-8626-443e-a707-2b2d1a29bef7 img.shogun-image {
  max-width: 381px !important;
  min-height: 496px !important;
}

.shg-c#s-e34a84c9-8626-443e-a707-2b2d1a29bef7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e34a84c9-8626-443e-a707-2b2d1a29bef7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e34a84c9-8626-443e-a707-2b2d1a29bef7 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-e34a84c9-8626-443e-a707-2b2d1a29bef7 {
  max-width:  100%;
}

.shg-c#s-e34a84c9-8626-443e-a707-2b2d1a29bef7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e34a84c9-8626-443e-a707-2b2d1a29bef7 .shg-image-zoom,
.shg-c#s-e34a84c9-8626-443e-a707-2b2d1a29bef7 img.shogun-image {
  max-width: 381px !important;
  min-height: 496px !important;
}

.shg-c#s-e34a84c9-8626-443e-a707-2b2d1a29bef7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e34a84c9-8626-443e-a707-2b2d1a29bef7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e34a84c9-8626-443e-a707-2b2d1a29bef7 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e34a84c9-8626-443e-a707-2b2d1a29bef7 {
  max-width:  100%;
}

.shg-c#s-e34a84c9-8626-443e-a707-2b2d1a29bef7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e34a84c9-8626-443e-a707-2b2d1a29bef7 .shg-image-zoom,
.shg-c#s-e34a84c9-8626-443e-a707-2b2d1a29bef7 img.shogun-image {
  max-width: 381px !important;
  min-height: 496px !important;
}

.shg-c#s-e34a84c9-8626-443e-a707-2b2d1a29bef7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e34a84c9-8626-443e-a707-2b2d1a29bef7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e34a84c9-8626-443e-a707-2b2d1a29bef7 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e34a84c9-8626-443e-a707-2b2d1a29bef7 {
  max-width:  100%;
}

.shg-c#s-e34a84c9-8626-443e-a707-2b2d1a29bef7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e34a84c9-8626-443e-a707-2b2d1a29bef7 .shg-image-zoom,
.shg-c#s-e34a84c9-8626-443e-a707-2b2d1a29bef7 img.shogun-image {
  max-width: 381px !important;
  min-height: 496px !important;
}

.shg-c#s-e34a84c9-8626-443e-a707-2b2d1a29bef7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e34a84c9-8626-443e-a707-2b2d1a29bef7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e34a84c9-8626-443e-a707-2b2d1a29bef7 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-e34a84c9-8626-443e-a707-2b2d1a29bef7 {
  max-width:  100%;
}

.shg-c#s-e34a84c9-8626-443e-a707-2b2d1a29bef7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e34a84c9-8626-443e-a707-2b2d1a29bef7 .shg-image-zoom,
.shg-c#s-e34a84c9-8626-443e-a707-2b2d1a29bef7 img.shogun-image {
  max-width: 381px !important;
  min-height: 496px !important;
}

.shg-c#s-e34a84c9-8626-443e-a707-2b2d1a29bef7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e34a84c9-8626-443e-a707-2b2d1a29bef7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e34a84c9-8626-443e-a707-2b2d1a29bef7 img.shogun-image {
  width: 100%;
}



}
#s-28afaa2d-0947-4f4f-bbea-231c84931fd7 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
}








#s-28afaa2d-0947-4f4f-bbea-231c84931fd7 > .shg-box-overlay {
  background-color: rgba(28, 53, 49, 1);
  opacity: 1;
}#s-28afaa2d-0947-4f4f-bbea-231c84931fd7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d0d35db8-7ef7-4abf-a062-82e9997b88ec {
  text-align: left;
}

#s-8a64a15e-7700-43a4-af68-e32010ec07f6 {
  margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
min-height: 50px;
max-width: 1035px;
}








#s-8a64a15e-7700-43a4-af68-e32010ec07f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8a64a15e-7700-43a4-af68-e32010ec07f6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b03de739-f31a-460f-b8d6-b14cb50112cf {
  margin-left: 20px;
margin-right: 20px;
padding-left: 0%;
padding-right: 0%;
min-height: 50px;
background-color: rgba(28, 53, 49, 1);
}








#s-b03de739-f31a-460f-b8d6-b14cb50112cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b03de739-f31a-460f-b8d6-b14cb50112cf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-05aa460b-bc8f-41d4-a83f-5594edd9fd04"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-05aa460b-bc8f-41d4-a83f-5594edd9fd04"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-05aa460b-bc8f-41d4-a83f-5594edd9fd04"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-05aa460b-bc8f-41d4-a83f-5594edd9fd04"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-05aa460b-bc8f-41d4-a83f-5594edd9fd04"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-05aa460b-bc8f-41d4-a83f-5594edd9fd04"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-05aa460b-bc8f-41d4-a83f-5594edd9fd04"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.0px);
}

}

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

.shg-image-content-wrapper {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-3e2d82c8-1844-4f18-b7b4-37f42021cc93 {
  max-width: 57px;
aspect-ratio: 57/56;
text-align: right;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-3e2d82c8-1844-4f18-b7b4-37f42021cc93 .shg-image-content-wrapper {
      aspect-ratio: 57/56;
      min-width: 100%;
      height: auto;
    }

    #s-3e2d82c8-1844-4f18-b7b4-37f42021cc93 .shogun-image-link {
      aspect-ratio: 57/56;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3e2d82c8-1844-4f18-b7b4-37f42021cc93 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-3e2d82c8-1844-4f18-b7b4-37f42021cc93 {
    width: 100%;
    height: auto;
  }

  #s-3e2d82c8-1844-4f18-b7b4-37f42021cc93 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3e2d82c8-1844-4f18-b7b4-37f42021cc93.shogun-image {
    
    
  }


.s-3e2d82c8-1844-4f18-b7b4-37f42021cc93 .shogun-image-content {
  
    align-items: center;
  
}

.s-3e2d82c8-1844-4f18-b7b4-37f42021cc93.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-3e2d82c8-1844-4f18-b7b4-37f42021cc93.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e2d82c8-1844-4f18-b7b4-37f42021cc93.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3e2d82c8-1844-4f18-b7b4-37f42021cc93 {
      --shg-aspect-ratio: calc(57/56); 
    }

    .s-3e2d82c8-1844-4f18-b7b4-37f42021cc93.shogun-image-container {
      position: relative;
    }

    .s-3e2d82c8-1844-4f18-b7b4-37f42021cc93.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3e2d82c8-1844-4f18-b7b4-37f42021cc93.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3e2d82c8-1844-4f18-b7b4-37f42021cc93 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-3e2d82c8-1844-4f18-b7b4-37f42021cc93 .shg-image-content-wrapper {
      aspect-ratio: 57/56;
      min-width: 100%;
      height: auto;
    }

    #s-3e2d82c8-1844-4f18-b7b4-37f42021cc93 .shogun-image-link {
      aspect-ratio: 57/56;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3e2d82c8-1844-4f18-b7b4-37f42021cc93 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-3e2d82c8-1844-4f18-b7b4-37f42021cc93 {
    width: 100%;
    height: auto;
  }

  #s-3e2d82c8-1844-4f18-b7b4-37f42021cc93 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3e2d82c8-1844-4f18-b7b4-37f42021cc93.shogun-image {
    
    
  }


.s-3e2d82c8-1844-4f18-b7b4-37f42021cc93 .shogun-image-content {
  
    align-items: center;
  
}

.s-3e2d82c8-1844-4f18-b7b4-37f42021cc93.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-3e2d82c8-1844-4f18-b7b4-37f42021cc93.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e2d82c8-1844-4f18-b7b4-37f42021cc93.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3e2d82c8-1844-4f18-b7b4-37f42021cc93 {
      --shg-aspect-ratio: calc(57/56); 
    }

    .s-3e2d82c8-1844-4f18-b7b4-37f42021cc93.shogun-image-container {
      position: relative;
    }

    .s-3e2d82c8-1844-4f18-b7b4-37f42021cc93.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3e2d82c8-1844-4f18-b7b4-37f42021cc93.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3e2d82c8-1844-4f18-b7b4-37f42021cc93 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-3e2d82c8-1844-4f18-b7b4-37f42021cc93 .shg-image-content-wrapper {
      aspect-ratio: 57/56;
      min-width: 100%;
      height: auto;
    }

    #s-3e2d82c8-1844-4f18-b7b4-37f42021cc93 .shogun-image-link {
      aspect-ratio: 57/56;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3e2d82c8-1844-4f18-b7b4-37f42021cc93 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-3e2d82c8-1844-4f18-b7b4-37f42021cc93 {
    width: 100%;
    height: auto;
  }

  #s-3e2d82c8-1844-4f18-b7b4-37f42021cc93 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3e2d82c8-1844-4f18-b7b4-37f42021cc93.shogun-image {
    
    
  }


.s-3e2d82c8-1844-4f18-b7b4-37f42021cc93 .shogun-image-content {
  
    align-items: center;
  
}

.s-3e2d82c8-1844-4f18-b7b4-37f42021cc93.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-3e2d82c8-1844-4f18-b7b4-37f42021cc93.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e2d82c8-1844-4f18-b7b4-37f42021cc93.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3e2d82c8-1844-4f18-b7b4-37f42021cc93 {
      --shg-aspect-ratio: calc(57/56); 
    }

    .s-3e2d82c8-1844-4f18-b7b4-37f42021cc93.shogun-image-container {
      position: relative;
    }

    .s-3e2d82c8-1844-4f18-b7b4-37f42021cc93.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3e2d82c8-1844-4f18-b7b4-37f42021cc93.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3e2d82c8-1844-4f18-b7b4-37f42021cc93 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-3e2d82c8-1844-4f18-b7b4-37f42021cc93 .shg-image-content-wrapper {
      aspect-ratio: 57/56;
      min-width: 100%;
      height: auto;
    }

    #s-3e2d82c8-1844-4f18-b7b4-37f42021cc93 .shogun-image-link {
      aspect-ratio: 57/56;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3e2d82c8-1844-4f18-b7b4-37f42021cc93 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-3e2d82c8-1844-4f18-b7b4-37f42021cc93 {
    width: 100%;
    height: auto;
  }

  #s-3e2d82c8-1844-4f18-b7b4-37f42021cc93 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3e2d82c8-1844-4f18-b7b4-37f42021cc93.shogun-image {
    
    
  }


.s-3e2d82c8-1844-4f18-b7b4-37f42021cc93 .shogun-image-content {
  
    align-items: center;
  
}

.s-3e2d82c8-1844-4f18-b7b4-37f42021cc93.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-3e2d82c8-1844-4f18-b7b4-37f42021cc93.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e2d82c8-1844-4f18-b7b4-37f42021cc93.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3e2d82c8-1844-4f18-b7b4-37f42021cc93 {
      --shg-aspect-ratio: calc(57/56); 
    }

    .s-3e2d82c8-1844-4f18-b7b4-37f42021cc93.shogun-image-container {
      position: relative;
    }

    .s-3e2d82c8-1844-4f18-b7b4-37f42021cc93.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3e2d82c8-1844-4f18-b7b4-37f42021cc93.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3e2d82c8-1844-4f18-b7b4-37f42021cc93 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-3e2d82c8-1844-4f18-b7b4-37f42021cc93 .shg-image-content-wrapper {
      aspect-ratio: 57/56;
      min-width: 100%;
      height: auto;
    }

    #s-3e2d82c8-1844-4f18-b7b4-37f42021cc93 .shogun-image-link {
      aspect-ratio: 57/56;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3e2d82c8-1844-4f18-b7b4-37f42021cc93 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-3e2d82c8-1844-4f18-b7b4-37f42021cc93 {
    width: 100%;
    height: auto;
  }

  #s-3e2d82c8-1844-4f18-b7b4-37f42021cc93 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3e2d82c8-1844-4f18-b7b4-37f42021cc93.shogun-image {
    
    
  }


.s-3e2d82c8-1844-4f18-b7b4-37f42021cc93 .shogun-image-content {
  
    align-items: center;
  
}

.s-3e2d82c8-1844-4f18-b7b4-37f42021cc93.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-3e2d82c8-1844-4f18-b7b4-37f42021cc93.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e2d82c8-1844-4f18-b7b4-37f42021cc93.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3e2d82c8-1844-4f18-b7b4-37f42021cc93 {
      --shg-aspect-ratio: calc(57/56); 
    }

    .s-3e2d82c8-1844-4f18-b7b4-37f42021cc93.shogun-image-container {
      position: relative;
    }

    .s-3e2d82c8-1844-4f18-b7b4-37f42021cc93.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3e2d82c8-1844-4f18-b7b4-37f42021cc93.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3e2d82c8-1844-4f18-b7b4-37f42021cc93 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-f9fa0cdc-6828-45e8-86f3-691bfcbdba75 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f9fa0cdc-6828-45e8-86f3-691bfcbdba75 .shogun-heading-component h3 {
  color: rgba(234, 234, 223, 1);
  font-weight:  normal ;
  font-family: "GT Sectra";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-41f61442-1f5d-4569-8832-e0419001debe {
  max-width: 57px;
aspect-ratio: 57/56;
text-align: left;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-41f61442-1f5d-4569-8832-e0419001debe .shg-image-content-wrapper {
      aspect-ratio: 57/56;
      min-width: 100%;
      height: auto;
    }

    #s-41f61442-1f5d-4569-8832-e0419001debe .shogun-image-link {
      aspect-ratio: 57/56;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-41f61442-1f5d-4569-8832-e0419001debe .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-41f61442-1f5d-4569-8832-e0419001debe {
    width: 100%;
    height: auto;
  }

  #s-41f61442-1f5d-4569-8832-e0419001debe img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-41f61442-1f5d-4569-8832-e0419001debe.shogun-image {
    
    
  }


.s-41f61442-1f5d-4569-8832-e0419001debe .shogun-image-content {
  
    align-items: center;
  
}

.s-41f61442-1f5d-4569-8832-e0419001debe.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-41f61442-1f5d-4569-8832-e0419001debe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41f61442-1f5d-4569-8832-e0419001debe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-41f61442-1f5d-4569-8832-e0419001debe {
      --shg-aspect-ratio: calc(57/56); 
    }

    .s-41f61442-1f5d-4569-8832-e0419001debe.shogun-image-container {
      position: relative;
    }

    .s-41f61442-1f5d-4569-8832-e0419001debe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-41f61442-1f5d-4569-8832-e0419001debe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-41f61442-1f5d-4569-8832-e0419001debe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-41f61442-1f5d-4569-8832-e0419001debe .shg-image-content-wrapper {
      aspect-ratio: 57/56;
      min-width: 100%;
      height: auto;
    }

    #s-41f61442-1f5d-4569-8832-e0419001debe .shogun-image-link {
      aspect-ratio: 57/56;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-41f61442-1f5d-4569-8832-e0419001debe .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-41f61442-1f5d-4569-8832-e0419001debe {
    width: 100%;
    height: auto;
  }

  #s-41f61442-1f5d-4569-8832-e0419001debe img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-41f61442-1f5d-4569-8832-e0419001debe.shogun-image {
    
    
  }


.s-41f61442-1f5d-4569-8832-e0419001debe .shogun-image-content {
  
    align-items: center;
  
}

.s-41f61442-1f5d-4569-8832-e0419001debe.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-41f61442-1f5d-4569-8832-e0419001debe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41f61442-1f5d-4569-8832-e0419001debe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-41f61442-1f5d-4569-8832-e0419001debe {
      --shg-aspect-ratio: calc(57/56); 
    }

    .s-41f61442-1f5d-4569-8832-e0419001debe.shogun-image-container {
      position: relative;
    }

    .s-41f61442-1f5d-4569-8832-e0419001debe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-41f61442-1f5d-4569-8832-e0419001debe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-41f61442-1f5d-4569-8832-e0419001debe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-41f61442-1f5d-4569-8832-e0419001debe .shg-image-content-wrapper {
      aspect-ratio: 57/56;
      min-width: 100%;
      height: auto;
    }

    #s-41f61442-1f5d-4569-8832-e0419001debe .shogun-image-link {
      aspect-ratio: 57/56;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-41f61442-1f5d-4569-8832-e0419001debe .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-41f61442-1f5d-4569-8832-e0419001debe {
    width: 100%;
    height: auto;
  }

  #s-41f61442-1f5d-4569-8832-e0419001debe img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-41f61442-1f5d-4569-8832-e0419001debe.shogun-image {
    
    
  }


.s-41f61442-1f5d-4569-8832-e0419001debe .shogun-image-content {
  
    align-items: center;
  
}

.s-41f61442-1f5d-4569-8832-e0419001debe.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-41f61442-1f5d-4569-8832-e0419001debe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41f61442-1f5d-4569-8832-e0419001debe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-41f61442-1f5d-4569-8832-e0419001debe {
      --shg-aspect-ratio: calc(57/56); 
    }

    .s-41f61442-1f5d-4569-8832-e0419001debe.shogun-image-container {
      position: relative;
    }

    .s-41f61442-1f5d-4569-8832-e0419001debe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-41f61442-1f5d-4569-8832-e0419001debe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-41f61442-1f5d-4569-8832-e0419001debe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-41f61442-1f5d-4569-8832-e0419001debe .shg-image-content-wrapper {
      aspect-ratio: 57/56;
      min-width: 100%;
      height: auto;
    }

    #s-41f61442-1f5d-4569-8832-e0419001debe .shogun-image-link {
      aspect-ratio: 57/56;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-41f61442-1f5d-4569-8832-e0419001debe .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-41f61442-1f5d-4569-8832-e0419001debe {
    width: 100%;
    height: auto;
  }

  #s-41f61442-1f5d-4569-8832-e0419001debe img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-41f61442-1f5d-4569-8832-e0419001debe.shogun-image {
    
    
  }


.s-41f61442-1f5d-4569-8832-e0419001debe .shogun-image-content {
  
    align-items: center;
  
}

.s-41f61442-1f5d-4569-8832-e0419001debe.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-41f61442-1f5d-4569-8832-e0419001debe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41f61442-1f5d-4569-8832-e0419001debe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-41f61442-1f5d-4569-8832-e0419001debe {
      --shg-aspect-ratio: calc(57/56); 
    }

    .s-41f61442-1f5d-4569-8832-e0419001debe.shogun-image-container {
      position: relative;
    }

    .s-41f61442-1f5d-4569-8832-e0419001debe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-41f61442-1f5d-4569-8832-e0419001debe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-41f61442-1f5d-4569-8832-e0419001debe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-41f61442-1f5d-4569-8832-e0419001debe .shg-image-content-wrapper {
      aspect-ratio: 57/56;
      min-width: 100%;
      height: auto;
    }

    #s-41f61442-1f5d-4569-8832-e0419001debe .shogun-image-link {
      aspect-ratio: 57/56;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-41f61442-1f5d-4569-8832-e0419001debe .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-41f61442-1f5d-4569-8832-e0419001debe {
    width: 100%;
    height: auto;
  }

  #s-41f61442-1f5d-4569-8832-e0419001debe img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-41f61442-1f5d-4569-8832-e0419001debe.shogun-image {
    
    
  }


.s-41f61442-1f5d-4569-8832-e0419001debe .shogun-image-content {
  
    align-items: center;
  
}

.s-41f61442-1f5d-4569-8832-e0419001debe.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-41f61442-1f5d-4569-8832-e0419001debe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41f61442-1f5d-4569-8832-e0419001debe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-41f61442-1f5d-4569-8832-e0419001debe {
      --shg-aspect-ratio: calc(57/56); 
    }

    .s-41f61442-1f5d-4569-8832-e0419001debe.shogun-image-container {
      position: relative;
    }

    .s-41f61442-1f5d-4569-8832-e0419001debe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-41f61442-1f5d-4569-8832-e0419001debe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-41f61442-1f5d-4569-8832-e0419001debe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-452c584f-69ca-4950-a433-507eb62f398b {
  padding-left: 0px;
padding-right: 0px;
min-height: 50px;
}








#s-452c584f-69ca-4950-a433-507eb62f398b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-452c584f-69ca-4950-a433-507eb62f398b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3e6fb451-5196-4e96-aae1-8583e5c93668 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
background-color: rgba(28, 53, 49, 1);
}

@media (min-width: 0px) {
[id="s-3e6fb451-5196-4e96-aae1-8583e5c93668"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3e6fb451-5196-4e96-aae1-8583e5c93668"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3e6fb451-5196-4e96-aae1-8583e5c93668"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3e6fb451-5196-4e96-aae1-8583e5c93668"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-02b5a24f-dd67-43fd-aa0f-f3e11b9942a0 {
  margin-top: 1px;
margin-left: 0%;
margin-bottom: 1px;
margin-right: 0%;
padding-right: 8%;
text-align: left;
}

#s-36760196-2fc5-4d84-83eb-64869dad46c8 {
  margin-top: 1px;
margin-left: 0%;
margin-bottom: 1px;
margin-right: 0%;
padding-left: 8%;
text-align: left;
}

#s-a45755ad-9362-4b12-bf85-6c7735b759e5 {
  margin-top: 70px;
margin-bottom: 60px;
min-height: 50px;
}








#s-a45755ad-9362-4b12-bf85-6c7735b759e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a45755ad-9362-4b12-bf85-6c7735b759e5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fc059932-c0f1-437c-990e-dfe3294ad2b7 {
  text-align: left;
}

#s-914999c8-a698-480f-9684-ae5cb2dc37c9 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1035px;
}








#s-914999c8-a698-480f-9684-ae5cb2dc37c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-914999c8-a698-480f-9684-ae5cb2dc37c9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b37dada0-37ec-4909-b919-7ae7ac150b2e {
  margin-top: 0px;
margin-bottom: 15px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
text-align: center;
}

#s-b37dada0-37ec-4909-b919-7ae7ac150b2e .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  line-height: 1em;
  
  
}



#s-704cf33d-e152-4e8a-8884-7aa633ff62ce {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 450px;
}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

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

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

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

#s-4b01b80d-eb49-447c-8f04-a224cf00bedd {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
}

#s-00b00891-3b45-49f4-934d-5b3b2aabf5f1 {
  margin-top: 60px;
min-height: 50px;
}








#s-00b00891-3b45-49f4-934d-5b3b2aabf5f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-00b00891-3b45-49f4-934d-5b3b2aabf5f1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-466bfe10-982a-43df-8e29-498ca669e2d9 {
  text-align: left;
}

#s-0a111079-7a72-42a4-bc3c-aab8717d37b6 {
  margin-left: auto;
margin-bottom: 100px;
margin-right: auto;
min-height: 50px;
max-width: 1035px;
}








#s-0a111079-7a72-42a4-bc3c-aab8717d37b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0a111079-7a72-42a4-bc3c-aab8717d37b6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a4caa304-83c1-4844-b126-6587f957ca03 {
  margin-top: 0px;
margin-bottom: 70px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-a4caa304-83c1-4844-b126-6587f957ca03 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-d7b001f5-5803-4240-a0e6-8e0189db912b {
  margin-bottom: 90px;
}

@media (min-width: 0px) {
[id="s-d7b001f5-5803-4240-a0e6-8e0189db912b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d7b001f5-5803-4240-a0e6-8e0189db912b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d7b001f5-5803-4240-a0e6-8e0189db912b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d7b001f5-5803-4240-a0e6-8e0189db912b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-71631ee3-f6c2-4289-a890-560bde32a0a1 {
  margin-right: 75px;
min-height: 50px;
}








#s-71631ee3-f6c2-4289-a890-560bde32a0a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-71631ee3-f6c2-4289-a890-560bde32a0a1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4e18d24f-e1cb-4a60-9ace-17f6056388a2 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-4e18d24f-e1cb-4a60-9ace-17f6056388a2 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  text-align: left;
}



#s-1cd8ba71-9ad1-4c4b-b988-26d657e9f1dd {
  margin-bottom: 15px;
}

#s-7570a4e2-f985-4ed4-88ba-6b9706338379 {
  max-width: 1202px;
aspect-ratio: 1202/878;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-7570a4e2-f985-4ed4-88ba-6b9706338379 .shg-image-content-wrapper {
      aspect-ratio: 1202/878;
      min-width: 100%;
      height: auto;
    }

    #s-7570a4e2-f985-4ed4-88ba-6b9706338379 .shogun-image-link {
      aspect-ratio: 1202/878;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7570a4e2-f985-4ed4-88ba-6b9706338379 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-7570a4e2-f985-4ed4-88ba-6b9706338379 {
    width: 100%;
    height: auto;
  }

  #s-7570a4e2-f985-4ed4-88ba-6b9706338379 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7570a4e2-f985-4ed4-88ba-6b9706338379.shogun-image {
    
    
  }


.s-7570a4e2-f985-4ed4-88ba-6b9706338379 .shogun-image-content {
  
    align-items: center;
  
}

.s-7570a4e2-f985-4ed4-88ba-6b9706338379.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7570a4e2-f985-4ed4-88ba-6b9706338379.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7570a4e2-f985-4ed4-88ba-6b9706338379.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7570a4e2-f985-4ed4-88ba-6b9706338379 {
      --shg-aspect-ratio: calc(1202/878); 
    }

    .s-7570a4e2-f985-4ed4-88ba-6b9706338379.shogun-image-container {
      position: relative;
    }

    .s-7570a4e2-f985-4ed4-88ba-6b9706338379.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7570a4e2-f985-4ed4-88ba-6b9706338379.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7570a4e2-f985-4ed4-88ba-6b9706338379 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-7570a4e2-f985-4ed4-88ba-6b9706338379 .shg-image-content-wrapper {
      aspect-ratio: 1202/878;
      min-width: 100%;
      height: auto;
    }

    #s-7570a4e2-f985-4ed4-88ba-6b9706338379 .shogun-image-link {
      aspect-ratio: 1202/878;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7570a4e2-f985-4ed4-88ba-6b9706338379 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-7570a4e2-f985-4ed4-88ba-6b9706338379 {
    width: 100%;
    height: auto;
  }

  #s-7570a4e2-f985-4ed4-88ba-6b9706338379 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7570a4e2-f985-4ed4-88ba-6b9706338379.shogun-image {
    
    
  }


.s-7570a4e2-f985-4ed4-88ba-6b9706338379 .shogun-image-content {
  
    align-items: center;
  
}

.s-7570a4e2-f985-4ed4-88ba-6b9706338379.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7570a4e2-f985-4ed4-88ba-6b9706338379.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7570a4e2-f985-4ed4-88ba-6b9706338379.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7570a4e2-f985-4ed4-88ba-6b9706338379 {
      --shg-aspect-ratio: calc(1202/878); 
    }

    .s-7570a4e2-f985-4ed4-88ba-6b9706338379.shogun-image-container {
      position: relative;
    }

    .s-7570a4e2-f985-4ed4-88ba-6b9706338379.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7570a4e2-f985-4ed4-88ba-6b9706338379.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7570a4e2-f985-4ed4-88ba-6b9706338379 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-7570a4e2-f985-4ed4-88ba-6b9706338379 .shg-image-content-wrapper {
      aspect-ratio: 1202/878;
      min-width: 100%;
      height: auto;
    }

    #s-7570a4e2-f985-4ed4-88ba-6b9706338379 .shogun-image-link {
      aspect-ratio: 1202/878;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7570a4e2-f985-4ed4-88ba-6b9706338379 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-7570a4e2-f985-4ed4-88ba-6b9706338379 {
    width: 100%;
    height: auto;
  }

  #s-7570a4e2-f985-4ed4-88ba-6b9706338379 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7570a4e2-f985-4ed4-88ba-6b9706338379.shogun-image {
    
    
  }


.s-7570a4e2-f985-4ed4-88ba-6b9706338379 .shogun-image-content {
  
    align-items: center;
  
}

.s-7570a4e2-f985-4ed4-88ba-6b9706338379.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7570a4e2-f985-4ed4-88ba-6b9706338379.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7570a4e2-f985-4ed4-88ba-6b9706338379.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7570a4e2-f985-4ed4-88ba-6b9706338379 {
      --shg-aspect-ratio: calc(1202/878); 
    }

    .s-7570a4e2-f985-4ed4-88ba-6b9706338379.shogun-image-container {
      position: relative;
    }

    .s-7570a4e2-f985-4ed4-88ba-6b9706338379.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7570a4e2-f985-4ed4-88ba-6b9706338379.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7570a4e2-f985-4ed4-88ba-6b9706338379 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-7570a4e2-f985-4ed4-88ba-6b9706338379 .shg-image-content-wrapper {
      aspect-ratio: 1202/878;
      min-width: 100%;
      height: auto;
    }

    #s-7570a4e2-f985-4ed4-88ba-6b9706338379 .shogun-image-link {
      aspect-ratio: 1202/878;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7570a4e2-f985-4ed4-88ba-6b9706338379 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-7570a4e2-f985-4ed4-88ba-6b9706338379 {
    width: 100%;
    height: auto;
  }

  #s-7570a4e2-f985-4ed4-88ba-6b9706338379 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7570a4e2-f985-4ed4-88ba-6b9706338379.shogun-image {
    
    
  }


.s-7570a4e2-f985-4ed4-88ba-6b9706338379 .shogun-image-content {
  
    align-items: center;
  
}

.s-7570a4e2-f985-4ed4-88ba-6b9706338379.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7570a4e2-f985-4ed4-88ba-6b9706338379.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7570a4e2-f985-4ed4-88ba-6b9706338379.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7570a4e2-f985-4ed4-88ba-6b9706338379 {
      --shg-aspect-ratio: calc(1202/878); 
    }

    .s-7570a4e2-f985-4ed4-88ba-6b9706338379.shogun-image-container {
      position: relative;
    }

    .s-7570a4e2-f985-4ed4-88ba-6b9706338379.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7570a4e2-f985-4ed4-88ba-6b9706338379.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7570a4e2-f985-4ed4-88ba-6b9706338379 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-7570a4e2-f985-4ed4-88ba-6b9706338379 .shg-image-content-wrapper {
      aspect-ratio: 1202/878;
      min-width: 100%;
      height: auto;
    }

    #s-7570a4e2-f985-4ed4-88ba-6b9706338379 .shogun-image-link {
      aspect-ratio: 1202/878;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7570a4e2-f985-4ed4-88ba-6b9706338379 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-7570a4e2-f985-4ed4-88ba-6b9706338379 {
    width: 100%;
    height: auto;
  }

  #s-7570a4e2-f985-4ed4-88ba-6b9706338379 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7570a4e2-f985-4ed4-88ba-6b9706338379.shogun-image {
    
    
  }


.s-7570a4e2-f985-4ed4-88ba-6b9706338379 .shogun-image-content {
  
    align-items: center;
  
}

.s-7570a4e2-f985-4ed4-88ba-6b9706338379.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7570a4e2-f985-4ed4-88ba-6b9706338379.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7570a4e2-f985-4ed4-88ba-6b9706338379.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7570a4e2-f985-4ed4-88ba-6b9706338379 {
      --shg-aspect-ratio: calc(1202/878); 
    }

    .s-7570a4e2-f985-4ed4-88ba-6b9706338379.shogun-image-container {
      position: relative;
    }

    .s-7570a4e2-f985-4ed4-88ba-6b9706338379.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7570a4e2-f985-4ed4-88ba-6b9706338379.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7570a4e2-f985-4ed4-88ba-6b9706338379 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
@media (min-width: 0px) {
[id="s-a763c546-362d-4c0f-baf6-3b166149dc0c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a763c546-362d-4c0f-baf6-3b166149dc0c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a763c546-362d-4c0f-baf6-3b166149dc0c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a763c546-362d-4c0f-baf6-3b166149dc0c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2f4968d4-ea35-4797-b138-083d16c24117 {
  margin-left: 0px;
margin-right: 75px;
min-height: 50px;
}








#s-2f4968d4-ea35-4797-b138-083d16c24117 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2f4968d4-ea35-4797-b138-083d16c24117.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c7502f4b-f4f8-4f9b-baec-a7a36195835e {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-c7502f4b-f4f8-4f9b-baec-a7a36195835e .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  text-align: left;
}



#s-44cce6d8-62db-4c8e-9760-42472773545d {
  margin-right: 55px;
min-height: 50px;
}








#s-44cce6d8-62db-4c8e-9760-42472773545d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-44cce6d8-62db-4c8e-9760-42472773545d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d093821f-9fbd-46e3-95f2-0121b1cd3429 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-d093821f-9fbd-46e3-95f2-0121b1cd3429 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  text-align: left;
}



#s-b430d946-fbd7-4bf7-8fbe-0b7ddc228740 {
  min-height: 50px;
}








#s-b430d946-fbd7-4bf7-8fbe-0b7ddc228740 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b430d946-fbd7-4bf7-8fbe-0b7ddc228740.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c3a2a35a-ee20-4504-8c61-22c55c4c21aa {
  text-align: left;
}

#s-92f10d43-fb66-48ce-89c3-27e68434f25c {
  margin-left: auto;
margin-right: auto;
padding-top: 100px;
padding-bottom: 70px;
border-top-width: 2px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(165, 157, 147, 1);
border-style: solid;
max-width: 1035px;
}

@media (min-width: 0px) {
[id="s-92f10d43-fb66-48ce-89c3-27e68434f25c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-92f10d43-fb66-48ce-89c3-27e68434f25c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-92f10d43-fb66-48ce-89c3-27e68434f25c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-92f10d43-fb66-48ce-89c3-27e68434f25c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-2bd4f0b8-77be-494b-9cda-62561408b89c {
  max-width: 640px;
aspect-ratio: 640/853;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-2bd4f0b8-77be-494b-9cda-62561408b89c .shg-image-content-wrapper {
      aspect-ratio: 640/853;
      min-width: 100%;
      height: auto;
    }

    #s-2bd4f0b8-77be-494b-9cda-62561408b89c .shogun-image-link {
      aspect-ratio: 640/853;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2bd4f0b8-77be-494b-9cda-62561408b89c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-2bd4f0b8-77be-494b-9cda-62561408b89c {
    width: 100%;
    height: auto;
  }

  #s-2bd4f0b8-77be-494b-9cda-62561408b89c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2bd4f0b8-77be-494b-9cda-62561408b89c.shogun-image {
    
    
  }


.s-2bd4f0b8-77be-494b-9cda-62561408b89c .shogun-image-content {
  
    align-items: center;
  
}

.s-2bd4f0b8-77be-494b-9cda-62561408b89c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2bd4f0b8-77be-494b-9cda-62561408b89c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2bd4f0b8-77be-494b-9cda-62561408b89c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2bd4f0b8-77be-494b-9cda-62561408b89c {
      --shg-aspect-ratio: calc(640/853); 
    }

    .s-2bd4f0b8-77be-494b-9cda-62561408b89c.shogun-image-container {
      position: relative;
    }

    .s-2bd4f0b8-77be-494b-9cda-62561408b89c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2bd4f0b8-77be-494b-9cda-62561408b89c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2bd4f0b8-77be-494b-9cda-62561408b89c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-2bd4f0b8-77be-494b-9cda-62561408b89c .shg-image-content-wrapper {
      aspect-ratio: 640/853;
      min-width: 100%;
      height: auto;
    }

    #s-2bd4f0b8-77be-494b-9cda-62561408b89c .shogun-image-link {
      aspect-ratio: 640/853;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2bd4f0b8-77be-494b-9cda-62561408b89c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-2bd4f0b8-77be-494b-9cda-62561408b89c {
    width: 100%;
    height: auto;
  }

  #s-2bd4f0b8-77be-494b-9cda-62561408b89c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2bd4f0b8-77be-494b-9cda-62561408b89c.shogun-image {
    
    
  }


.s-2bd4f0b8-77be-494b-9cda-62561408b89c .shogun-image-content {
  
    align-items: center;
  
}

.s-2bd4f0b8-77be-494b-9cda-62561408b89c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2bd4f0b8-77be-494b-9cda-62561408b89c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2bd4f0b8-77be-494b-9cda-62561408b89c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2bd4f0b8-77be-494b-9cda-62561408b89c {
      --shg-aspect-ratio: calc(640/853); 
    }

    .s-2bd4f0b8-77be-494b-9cda-62561408b89c.shogun-image-container {
      position: relative;
    }

    .s-2bd4f0b8-77be-494b-9cda-62561408b89c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2bd4f0b8-77be-494b-9cda-62561408b89c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2bd4f0b8-77be-494b-9cda-62561408b89c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-2bd4f0b8-77be-494b-9cda-62561408b89c .shg-image-content-wrapper {
      aspect-ratio: 640/853;
      min-width: 100%;
      height: auto;
    }

    #s-2bd4f0b8-77be-494b-9cda-62561408b89c .shogun-image-link {
      aspect-ratio: 640/853;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2bd4f0b8-77be-494b-9cda-62561408b89c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-2bd4f0b8-77be-494b-9cda-62561408b89c {
    width: 100%;
    height: auto;
  }

  #s-2bd4f0b8-77be-494b-9cda-62561408b89c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2bd4f0b8-77be-494b-9cda-62561408b89c.shogun-image {
    
    
  }


.s-2bd4f0b8-77be-494b-9cda-62561408b89c .shogun-image-content {
  
    align-items: center;
  
}

.s-2bd4f0b8-77be-494b-9cda-62561408b89c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2bd4f0b8-77be-494b-9cda-62561408b89c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2bd4f0b8-77be-494b-9cda-62561408b89c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2bd4f0b8-77be-494b-9cda-62561408b89c {
      --shg-aspect-ratio: calc(640/853); 
    }

    .s-2bd4f0b8-77be-494b-9cda-62561408b89c.shogun-image-container {
      position: relative;
    }

    .s-2bd4f0b8-77be-494b-9cda-62561408b89c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2bd4f0b8-77be-494b-9cda-62561408b89c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2bd4f0b8-77be-494b-9cda-62561408b89c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-2bd4f0b8-77be-494b-9cda-62561408b89c .shg-image-content-wrapper {
      aspect-ratio: 640/853;
      min-width: 100%;
      height: auto;
    }

    #s-2bd4f0b8-77be-494b-9cda-62561408b89c .shogun-image-link {
      aspect-ratio: 640/853;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2bd4f0b8-77be-494b-9cda-62561408b89c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-2bd4f0b8-77be-494b-9cda-62561408b89c {
    width: 100%;
    height: auto;
  }

  #s-2bd4f0b8-77be-494b-9cda-62561408b89c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2bd4f0b8-77be-494b-9cda-62561408b89c.shogun-image {
    
    
  }


.s-2bd4f0b8-77be-494b-9cda-62561408b89c .shogun-image-content {
  
    align-items: center;
  
}

.s-2bd4f0b8-77be-494b-9cda-62561408b89c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2bd4f0b8-77be-494b-9cda-62561408b89c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2bd4f0b8-77be-494b-9cda-62561408b89c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2bd4f0b8-77be-494b-9cda-62561408b89c {
      --shg-aspect-ratio: calc(640/853); 
    }

    .s-2bd4f0b8-77be-494b-9cda-62561408b89c.shogun-image-container {
      position: relative;
    }

    .s-2bd4f0b8-77be-494b-9cda-62561408b89c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2bd4f0b8-77be-494b-9cda-62561408b89c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2bd4f0b8-77be-494b-9cda-62561408b89c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-2bd4f0b8-77be-494b-9cda-62561408b89c .shg-image-content-wrapper {
      aspect-ratio: 640/853;
      min-width: 100%;
      height: auto;
    }

    #s-2bd4f0b8-77be-494b-9cda-62561408b89c .shogun-image-link {
      aspect-ratio: 640/853;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2bd4f0b8-77be-494b-9cda-62561408b89c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-2bd4f0b8-77be-494b-9cda-62561408b89c {
    width: 100%;
    height: auto;
  }

  #s-2bd4f0b8-77be-494b-9cda-62561408b89c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2bd4f0b8-77be-494b-9cda-62561408b89c.shogun-image {
    
    
  }


.s-2bd4f0b8-77be-494b-9cda-62561408b89c .shogun-image-content {
  
    align-items: center;
  
}

.s-2bd4f0b8-77be-494b-9cda-62561408b89c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2bd4f0b8-77be-494b-9cda-62561408b89c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2bd4f0b8-77be-494b-9cda-62561408b89c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2bd4f0b8-77be-494b-9cda-62561408b89c {
      --shg-aspect-ratio: calc(640/853); 
    }

    .s-2bd4f0b8-77be-494b-9cda-62561408b89c.shogun-image-container {
      position: relative;
    }

    .s-2bd4f0b8-77be-494b-9cda-62561408b89c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2bd4f0b8-77be-494b-9cda-62561408b89c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2bd4f0b8-77be-494b-9cda-62561408b89c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-22087f5e-1929-419b-b645-3d7a38ca5d2b {
  margin-left: 0%;
margin-right: 25px;
min-height: 50px;
}








#s-22087f5e-1929-419b-b645-3d7a38ca5d2b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-22087f5e-1929-419b-b645-3d7a38ca5d2b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ff0a1ad9-1082-4239-96cd-0477944437d4 {
  text-align: center;
}

#s-ff0a1ad9-1082-4239-96cd-0477944437d4 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  text-align: left;
}



#s-b226b619-2987-474b-aea0-d32bce7c9b52 {
  margin-bottom: 40px;
margin-right: 0px;
}

#s-31d2ce38-e49d-4316-808b-a796f0d5407a {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-31d2ce38-e49d-4316-808b-a796f0d5407a .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  text-align: left;
}



#s-35a75d90-de92-4e02-9110-6ccfad137d7a {
  margin-bottom: 40px;
}

#s-856a18ca-e38a-413f-841a-0a540c9227e8 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-856a18ca-e38a-413f-841a-0a540c9227e8 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  text-align: left;
}



#s-6acc499f-5147-4c5a-bd34-34de59e22de8 {
  margin-bottom: 40px;
}

#s-2b2e14a6-1b0e-402b-9a0e-3dd6fca6958c {
  min-height: 50px;
}








#s-2b2e14a6-1b0e-402b-9a0e-3dd6fca6958c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b2e14a6-1b0e-402b-9a0e-3dd6fca6958c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e0080652-2fa7-42c8-9c7d-4db08a0cfabc {
  min-height: 50px;
}








#s-e0080652-2fa7-42c8-9c7d-4db08a0cfabc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e0080652-2fa7-42c8-9c7d-4db08a0cfabc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-200c67ad-dc68-4b0c-9148-9d9aa34e6fa8 {
  min-height: 50px;
}








#s-200c67ad-dc68-4b0c-9148-9d9aa34e6fa8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-200c67ad-dc68-4b0c-9148-9d9aa34e6fa8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-897b686e-26c5-4484-9877-6f9a567fd606 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-897b686e-26c5-4484-9877-6f9a567fd606 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "GT Sectra";
  font-style:  normal ;
  font-size: 33px;
  
  
  
}



#s-31ea2ac0-0ebe-4bbe-8ad5-d88169f311d9 {
  min-height: 50px;
}








#s-31ea2ac0-0ebe-4bbe-8ad5-d88169f311d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-31ea2ac0-0ebe-4bbe-8ad5-d88169f311d9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fa500a6b-dbcb-417d-a33e-6e8f2e38b464 {
  margin-left: 3%;
margin-right: 3%;
min-height: 50px;
}








#s-fa500a6b-dbcb-417d-a33e-6e8f2e38b464 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fa500a6b-dbcb-417d-a33e-6e8f2e38b464.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8111165a-c386-4f96-b39e-47b18c473055 {
  margin-left: 5%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-8111165a-c386-4f96-b39e-47b18c473055"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8111165a-c386-4f96-b39e-47b18c473055"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8111165a-c386-4f96-b39e-47b18c473055"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8111165a-c386-4f96-b39e-47b18c473055"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ea730526-9a48-4bf4-bd16-d7d2c8188bd4 {
  margin-left: 15%;
margin-right: 15%;
}

#s-9cb675fd-60ef-4c86-b430-c250c355fc8f {
  margin-left: 15%;
margin-right: 15%;
}

#s-4104700f-c814-4aea-a5c9-12aafcfa659d {
  min-height: 50px;
}








#s-4104700f-c814-4aea-a5c9-12aafcfa659d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4104700f-c814-4aea-a5c9-12aafcfa659d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ed0d38d7-0f3d-40cf-bb4b-e977af13d878 {
  margin-left: 5%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-ed0d38d7-0f3d-40cf-bb4b-e977af13d878"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ed0d38d7-0f3d-40cf-bb4b-e977af13d878"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ed0d38d7-0f3d-40cf-bb4b-e977af13d878"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ed0d38d7-0f3d-40cf-bb4b-e977af13d878"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-5f2f5126-0c64-43cc-b0f4-f9c19156b8f3 {
  margin-left: 15%;
margin-right: 15%;
}

#s-06e5902f-3f37-402a-a57b-2452cae2c6ba {
  margin-left: 15%;
margin-right: 15%;
}

#s-6cbeed72-63c5-43ac-9912-001d1a041574 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
opacity: 1;
}

#s-6cbeed72-63c5-43ac-9912-001d1a041574 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-d84370c6-bd64-454f-ab0a-058494546a4c {
  min-height: 50px;
}








#s-d84370c6-bd64-454f-ab0a-058494546a4c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d84370c6-bd64-454f-ab0a-058494546a4c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f894dcc8-8231-440d-83e7-f74f13d5f436 {
  margin-top: 0px;
margin-bottom: 90px;
padding-left: 4.5%;
padding-right: 4.5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(165, 157, 147, 1);
border-style: solid;
min-height: 50px;
}








#s-f894dcc8-8231-440d-83e7-f74f13d5f436 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f894dcc8-8231-440d-83e7-f74f13d5f436.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-34268cc3-639c-4b83-ba64-46c0f739feb3 {
  text-align: left;
}

#s-357610d0-0132-41fa-8f04-1c10ede2d504 {
  margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
max-width: 730px;
}

@media (min-width: 0px) {
[id="s-357610d0-0132-41fa-8f04-1c10ede2d504"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-357610d0-0132-41fa-8f04-1c10ede2d504"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-357610d0-0132-41fa-8f04-1c10ede2d504"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-357610d0-0132-41fa-8f04-1c10ede2d504"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-964c519c-b254-4620-97ef-10ec7825be58 {
  max-width: 394px;
aspect-ratio: 394/423;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-964c519c-b254-4620-97ef-10ec7825be58 .shg-image-content-wrapper {
      aspect-ratio: 394/423;
      min-width: 100%;
      height: auto;
    }

    #s-964c519c-b254-4620-97ef-10ec7825be58 .shogun-image-link {
      aspect-ratio: 394/423;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-964c519c-b254-4620-97ef-10ec7825be58 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-964c519c-b254-4620-97ef-10ec7825be58 {
    width: 100%;
    height: auto;
  }

  #s-964c519c-b254-4620-97ef-10ec7825be58 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-964c519c-b254-4620-97ef-10ec7825be58.shogun-image {
    
    
  }


.s-964c519c-b254-4620-97ef-10ec7825be58 .shogun-image-content {
  
    align-items: center;
  
}

.s-964c519c-b254-4620-97ef-10ec7825be58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-964c519c-b254-4620-97ef-10ec7825be58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-964c519c-b254-4620-97ef-10ec7825be58.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-964c519c-b254-4620-97ef-10ec7825be58 {
      --shg-aspect-ratio: calc(394/423); 
    }

    .s-964c519c-b254-4620-97ef-10ec7825be58.shogun-image-container {
      position: relative;
    }

    .s-964c519c-b254-4620-97ef-10ec7825be58.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-964c519c-b254-4620-97ef-10ec7825be58.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-964c519c-b254-4620-97ef-10ec7825be58 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-964c519c-b254-4620-97ef-10ec7825be58 .shg-image-content-wrapper {
      aspect-ratio: 394/423;
      min-width: 100%;
      height: auto;
    }

    #s-964c519c-b254-4620-97ef-10ec7825be58 .shogun-image-link {
      aspect-ratio: 394/423;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-964c519c-b254-4620-97ef-10ec7825be58 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-964c519c-b254-4620-97ef-10ec7825be58 {
    width: 100%;
    height: auto;
  }

  #s-964c519c-b254-4620-97ef-10ec7825be58 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-964c519c-b254-4620-97ef-10ec7825be58.shogun-image {
    
    
  }


.s-964c519c-b254-4620-97ef-10ec7825be58 .shogun-image-content {
  
    align-items: center;
  
}

.s-964c519c-b254-4620-97ef-10ec7825be58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-964c519c-b254-4620-97ef-10ec7825be58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-964c519c-b254-4620-97ef-10ec7825be58.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-964c519c-b254-4620-97ef-10ec7825be58 {
      --shg-aspect-ratio: calc(394/423); 
    }

    .s-964c519c-b254-4620-97ef-10ec7825be58.shogun-image-container {
      position: relative;
    }

    .s-964c519c-b254-4620-97ef-10ec7825be58.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-964c519c-b254-4620-97ef-10ec7825be58.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-964c519c-b254-4620-97ef-10ec7825be58 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-964c519c-b254-4620-97ef-10ec7825be58 .shg-image-content-wrapper {
      aspect-ratio: 394/423;
      min-width: 100%;
      height: auto;
    }

    #s-964c519c-b254-4620-97ef-10ec7825be58 .shogun-image-link {
      aspect-ratio: 394/423;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-964c519c-b254-4620-97ef-10ec7825be58 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-964c519c-b254-4620-97ef-10ec7825be58 {
    width: 100%;
    height: auto;
  }

  #s-964c519c-b254-4620-97ef-10ec7825be58 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-964c519c-b254-4620-97ef-10ec7825be58.shogun-image {
    
    
  }


.s-964c519c-b254-4620-97ef-10ec7825be58 .shogun-image-content {
  
    align-items: center;
  
}

.s-964c519c-b254-4620-97ef-10ec7825be58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-964c519c-b254-4620-97ef-10ec7825be58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-964c519c-b254-4620-97ef-10ec7825be58.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-964c519c-b254-4620-97ef-10ec7825be58 {
      --shg-aspect-ratio: calc(394/423); 
    }

    .s-964c519c-b254-4620-97ef-10ec7825be58.shogun-image-container {
      position: relative;
    }

    .s-964c519c-b254-4620-97ef-10ec7825be58.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-964c519c-b254-4620-97ef-10ec7825be58.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-964c519c-b254-4620-97ef-10ec7825be58 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-964c519c-b254-4620-97ef-10ec7825be58 .shg-image-content-wrapper {
      aspect-ratio: 394/423;
      min-width: 100%;
      height: auto;
    }

    #s-964c519c-b254-4620-97ef-10ec7825be58 .shogun-image-link {
      aspect-ratio: 394/423;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-964c519c-b254-4620-97ef-10ec7825be58 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-964c519c-b254-4620-97ef-10ec7825be58 {
    width: 100%;
    height: auto;
  }

  #s-964c519c-b254-4620-97ef-10ec7825be58 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-964c519c-b254-4620-97ef-10ec7825be58.shogun-image {
    
    
  }


.s-964c519c-b254-4620-97ef-10ec7825be58 .shogun-image-content {
  
    align-items: center;
  
}

.s-964c519c-b254-4620-97ef-10ec7825be58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-964c519c-b254-4620-97ef-10ec7825be58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-964c519c-b254-4620-97ef-10ec7825be58.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-964c519c-b254-4620-97ef-10ec7825be58 {
      --shg-aspect-ratio: calc(394/423); 
    }

    .s-964c519c-b254-4620-97ef-10ec7825be58.shogun-image-container {
      position: relative;
    }

    .s-964c519c-b254-4620-97ef-10ec7825be58.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-964c519c-b254-4620-97ef-10ec7825be58.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-964c519c-b254-4620-97ef-10ec7825be58 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-964c519c-b254-4620-97ef-10ec7825be58 .shg-image-content-wrapper {
      aspect-ratio: 394/423;
      min-width: 100%;
      height: auto;
    }

    #s-964c519c-b254-4620-97ef-10ec7825be58 .shogun-image-link {
      aspect-ratio: 394/423;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-964c519c-b254-4620-97ef-10ec7825be58 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-964c519c-b254-4620-97ef-10ec7825be58 {
    width: 100%;
    height: auto;
  }

  #s-964c519c-b254-4620-97ef-10ec7825be58 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-964c519c-b254-4620-97ef-10ec7825be58.shogun-image {
    
    
  }


.s-964c519c-b254-4620-97ef-10ec7825be58 .shogun-image-content {
  
    align-items: center;
  
}

.s-964c519c-b254-4620-97ef-10ec7825be58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-964c519c-b254-4620-97ef-10ec7825be58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-964c519c-b254-4620-97ef-10ec7825be58.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-964c519c-b254-4620-97ef-10ec7825be58 {
      --shg-aspect-ratio: calc(394/423); 
    }

    .s-964c519c-b254-4620-97ef-10ec7825be58.shogun-image-container {
      position: relative;
    }

    .s-964c519c-b254-4620-97ef-10ec7825be58.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-964c519c-b254-4620-97ef-10ec7825be58.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-964c519c-b254-4620-97ef-10ec7825be58 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-9bfe79a1-33ed-4fc1-9215-7545af67f909 {
  max-width: 225px;
aspect-ratio: 1/1;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-9bfe79a1-33ed-4fc1-9215-7545af67f909 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9bfe79a1-33ed-4fc1-9215-7545af67f909 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9bfe79a1-33ed-4fc1-9215-7545af67f909 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-9bfe79a1-33ed-4fc1-9215-7545af67f909 {
    width: 100%;
    height: auto;
  }

  #s-9bfe79a1-33ed-4fc1-9215-7545af67f909 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9bfe79a1-33ed-4fc1-9215-7545af67f909.shogun-image {
    
    
  }


.s-9bfe79a1-33ed-4fc1-9215-7545af67f909 .shogun-image-content {
  
    align-items: center;
  
}

.s-9bfe79a1-33ed-4fc1-9215-7545af67f909.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9bfe79a1-33ed-4fc1-9215-7545af67f909.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9bfe79a1-33ed-4fc1-9215-7545af67f909.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9bfe79a1-33ed-4fc1-9215-7545af67f909 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9bfe79a1-33ed-4fc1-9215-7545af67f909.shogun-image-container {
      position: relative;
    }

    .s-9bfe79a1-33ed-4fc1-9215-7545af67f909.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9bfe79a1-33ed-4fc1-9215-7545af67f909.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9bfe79a1-33ed-4fc1-9215-7545af67f909 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-9bfe79a1-33ed-4fc1-9215-7545af67f909 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9bfe79a1-33ed-4fc1-9215-7545af67f909 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9bfe79a1-33ed-4fc1-9215-7545af67f909 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-9bfe79a1-33ed-4fc1-9215-7545af67f909 {
    width: 100%;
    height: auto;
  }

  #s-9bfe79a1-33ed-4fc1-9215-7545af67f909 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9bfe79a1-33ed-4fc1-9215-7545af67f909.shogun-image {
    
    
  }


.s-9bfe79a1-33ed-4fc1-9215-7545af67f909 .shogun-image-content {
  
    align-items: center;
  
}

.s-9bfe79a1-33ed-4fc1-9215-7545af67f909.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9bfe79a1-33ed-4fc1-9215-7545af67f909.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9bfe79a1-33ed-4fc1-9215-7545af67f909.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9bfe79a1-33ed-4fc1-9215-7545af67f909 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9bfe79a1-33ed-4fc1-9215-7545af67f909.shogun-image-container {
      position: relative;
    }

    .s-9bfe79a1-33ed-4fc1-9215-7545af67f909.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9bfe79a1-33ed-4fc1-9215-7545af67f909.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9bfe79a1-33ed-4fc1-9215-7545af67f909 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-9bfe79a1-33ed-4fc1-9215-7545af67f909 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9bfe79a1-33ed-4fc1-9215-7545af67f909 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9bfe79a1-33ed-4fc1-9215-7545af67f909 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-9bfe79a1-33ed-4fc1-9215-7545af67f909 {
    width: 100%;
    height: auto;
  }

  #s-9bfe79a1-33ed-4fc1-9215-7545af67f909 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9bfe79a1-33ed-4fc1-9215-7545af67f909.shogun-image {
    
    
  }


.s-9bfe79a1-33ed-4fc1-9215-7545af67f909 .shogun-image-content {
  
    align-items: center;
  
}

.s-9bfe79a1-33ed-4fc1-9215-7545af67f909.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9bfe79a1-33ed-4fc1-9215-7545af67f909.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9bfe79a1-33ed-4fc1-9215-7545af67f909.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9bfe79a1-33ed-4fc1-9215-7545af67f909 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9bfe79a1-33ed-4fc1-9215-7545af67f909.shogun-image-container {
      position: relative;
    }

    .s-9bfe79a1-33ed-4fc1-9215-7545af67f909.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9bfe79a1-33ed-4fc1-9215-7545af67f909.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9bfe79a1-33ed-4fc1-9215-7545af67f909 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-9bfe79a1-33ed-4fc1-9215-7545af67f909 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9bfe79a1-33ed-4fc1-9215-7545af67f909 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9bfe79a1-33ed-4fc1-9215-7545af67f909 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-9bfe79a1-33ed-4fc1-9215-7545af67f909 {
    width: 100%;
    height: auto;
  }

  #s-9bfe79a1-33ed-4fc1-9215-7545af67f909 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9bfe79a1-33ed-4fc1-9215-7545af67f909.shogun-image {
    
    
  }


.s-9bfe79a1-33ed-4fc1-9215-7545af67f909 .shogun-image-content {
  
    align-items: center;
  
}

.s-9bfe79a1-33ed-4fc1-9215-7545af67f909.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9bfe79a1-33ed-4fc1-9215-7545af67f909.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9bfe79a1-33ed-4fc1-9215-7545af67f909.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9bfe79a1-33ed-4fc1-9215-7545af67f909 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9bfe79a1-33ed-4fc1-9215-7545af67f909.shogun-image-container {
      position: relative;
    }

    .s-9bfe79a1-33ed-4fc1-9215-7545af67f909.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9bfe79a1-33ed-4fc1-9215-7545af67f909.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9bfe79a1-33ed-4fc1-9215-7545af67f909 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-9bfe79a1-33ed-4fc1-9215-7545af67f909 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9bfe79a1-33ed-4fc1-9215-7545af67f909 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9bfe79a1-33ed-4fc1-9215-7545af67f909 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-9bfe79a1-33ed-4fc1-9215-7545af67f909 {
    width: 100%;
    height: auto;
  }

  #s-9bfe79a1-33ed-4fc1-9215-7545af67f909 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9bfe79a1-33ed-4fc1-9215-7545af67f909.shogun-image {
    
    
  }


.s-9bfe79a1-33ed-4fc1-9215-7545af67f909 .shogun-image-content {
  
    align-items: center;
  
}

.s-9bfe79a1-33ed-4fc1-9215-7545af67f909.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9bfe79a1-33ed-4fc1-9215-7545af67f909.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9bfe79a1-33ed-4fc1-9215-7545af67f909.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9bfe79a1-33ed-4fc1-9215-7545af67f909 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9bfe79a1-33ed-4fc1-9215-7545af67f909.shogun-image-container {
      position: relative;
    }

    .s-9bfe79a1-33ed-4fc1-9215-7545af67f909.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9bfe79a1-33ed-4fc1-9215-7545af67f909.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9bfe79a1-33ed-4fc1-9215-7545af67f909 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-f1e67c5c-eac9-4fbc-b68c-95358ea6c780 {
  max-width: 394px;
aspect-ratio: 394/423;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-f1e67c5c-eac9-4fbc-b68c-95358ea6c780 .shg-image-content-wrapper {
      aspect-ratio: 394/423;
      min-width: 100%;
      height: auto;
    }

    #s-f1e67c5c-eac9-4fbc-b68c-95358ea6c780 .shogun-image-link {
      aspect-ratio: 394/423;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f1e67c5c-eac9-4fbc-b68c-95358ea6c780 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-f1e67c5c-eac9-4fbc-b68c-95358ea6c780 {
    width: 100%;
    height: auto;
  }

  #s-f1e67c5c-eac9-4fbc-b68c-95358ea6c780 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f1e67c5c-eac9-4fbc-b68c-95358ea6c780.shogun-image {
    
    
  }


.s-f1e67c5c-eac9-4fbc-b68c-95358ea6c780 .shogun-image-content {
  
    align-items: center;
  
}

.s-f1e67c5c-eac9-4fbc-b68c-95358ea6c780.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1e67c5c-eac9-4fbc-b68c-95358ea6c780.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1e67c5c-eac9-4fbc-b68c-95358ea6c780.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f1e67c5c-eac9-4fbc-b68c-95358ea6c780 {
      --shg-aspect-ratio: calc(394/423); 
    }

    .s-f1e67c5c-eac9-4fbc-b68c-95358ea6c780.shogun-image-container {
      position: relative;
    }

    .s-f1e67c5c-eac9-4fbc-b68c-95358ea6c780.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f1e67c5c-eac9-4fbc-b68c-95358ea6c780.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f1e67c5c-eac9-4fbc-b68c-95358ea6c780 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-f1e67c5c-eac9-4fbc-b68c-95358ea6c780 .shg-image-content-wrapper {
      aspect-ratio: 394/423;
      min-width: 100%;
      height: auto;
    }

    #s-f1e67c5c-eac9-4fbc-b68c-95358ea6c780 .shogun-image-link {
      aspect-ratio: 394/423;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f1e67c5c-eac9-4fbc-b68c-95358ea6c780 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-f1e67c5c-eac9-4fbc-b68c-95358ea6c780 {
    width: 100%;
    height: auto;
  }

  #s-f1e67c5c-eac9-4fbc-b68c-95358ea6c780 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f1e67c5c-eac9-4fbc-b68c-95358ea6c780.shogun-image {
    
    
  }


.s-f1e67c5c-eac9-4fbc-b68c-95358ea6c780 .shogun-image-content {
  
    align-items: center;
  
}

.s-f1e67c5c-eac9-4fbc-b68c-95358ea6c780.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1e67c5c-eac9-4fbc-b68c-95358ea6c780.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1e67c5c-eac9-4fbc-b68c-95358ea6c780.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f1e67c5c-eac9-4fbc-b68c-95358ea6c780 {
      --shg-aspect-ratio: calc(394/423); 
    }

    .s-f1e67c5c-eac9-4fbc-b68c-95358ea6c780.shogun-image-container {
      position: relative;
    }

    .s-f1e67c5c-eac9-4fbc-b68c-95358ea6c780.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f1e67c5c-eac9-4fbc-b68c-95358ea6c780.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f1e67c5c-eac9-4fbc-b68c-95358ea6c780 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-f1e67c5c-eac9-4fbc-b68c-95358ea6c780 .shg-image-content-wrapper {
      aspect-ratio: 394/423;
      min-width: 100%;
      height: auto;
    }

    #s-f1e67c5c-eac9-4fbc-b68c-95358ea6c780 .shogun-image-link {
      aspect-ratio: 394/423;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f1e67c5c-eac9-4fbc-b68c-95358ea6c780 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-f1e67c5c-eac9-4fbc-b68c-95358ea6c780 {
    width: 100%;
    height: auto;
  }

  #s-f1e67c5c-eac9-4fbc-b68c-95358ea6c780 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f1e67c5c-eac9-4fbc-b68c-95358ea6c780.shogun-image {
    
    
  }


.s-f1e67c5c-eac9-4fbc-b68c-95358ea6c780 .shogun-image-content {
  
    align-items: center;
  
}

.s-f1e67c5c-eac9-4fbc-b68c-95358ea6c780.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1e67c5c-eac9-4fbc-b68c-95358ea6c780.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1e67c5c-eac9-4fbc-b68c-95358ea6c780.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f1e67c5c-eac9-4fbc-b68c-95358ea6c780 {
      --shg-aspect-ratio: calc(394/423); 
    }

    .s-f1e67c5c-eac9-4fbc-b68c-95358ea6c780.shogun-image-container {
      position: relative;
    }

    .s-f1e67c5c-eac9-4fbc-b68c-95358ea6c780.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f1e67c5c-eac9-4fbc-b68c-95358ea6c780.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f1e67c5c-eac9-4fbc-b68c-95358ea6c780 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-f1e67c5c-eac9-4fbc-b68c-95358ea6c780 .shg-image-content-wrapper {
      aspect-ratio: 394/423;
      min-width: 100%;
      height: auto;
    }

    #s-f1e67c5c-eac9-4fbc-b68c-95358ea6c780 .shogun-image-link {
      aspect-ratio: 394/423;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f1e67c5c-eac9-4fbc-b68c-95358ea6c780 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-f1e67c5c-eac9-4fbc-b68c-95358ea6c780 {
    width: 100%;
    height: auto;
  }

  #s-f1e67c5c-eac9-4fbc-b68c-95358ea6c780 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f1e67c5c-eac9-4fbc-b68c-95358ea6c780.shogun-image {
    
    
  }


.s-f1e67c5c-eac9-4fbc-b68c-95358ea6c780 .shogun-image-content {
  
    align-items: center;
  
}

.s-f1e67c5c-eac9-4fbc-b68c-95358ea6c780.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1e67c5c-eac9-4fbc-b68c-95358ea6c780.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1e67c5c-eac9-4fbc-b68c-95358ea6c780.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f1e67c5c-eac9-4fbc-b68c-95358ea6c780 {
      --shg-aspect-ratio: calc(394/423); 
    }

    .s-f1e67c5c-eac9-4fbc-b68c-95358ea6c780.shogun-image-container {
      position: relative;
    }

    .s-f1e67c5c-eac9-4fbc-b68c-95358ea6c780.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f1e67c5c-eac9-4fbc-b68c-95358ea6c780.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f1e67c5c-eac9-4fbc-b68c-95358ea6c780 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-f1e67c5c-eac9-4fbc-b68c-95358ea6c780 .shg-image-content-wrapper {
      aspect-ratio: 394/423;
      min-width: 100%;
      height: auto;
    }

    #s-f1e67c5c-eac9-4fbc-b68c-95358ea6c780 .shogun-image-link {
      aspect-ratio: 394/423;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f1e67c5c-eac9-4fbc-b68c-95358ea6c780 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-f1e67c5c-eac9-4fbc-b68c-95358ea6c780 {
    width: 100%;
    height: auto;
  }

  #s-f1e67c5c-eac9-4fbc-b68c-95358ea6c780 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f1e67c5c-eac9-4fbc-b68c-95358ea6c780.shogun-image {
    
    
  }


.s-f1e67c5c-eac9-4fbc-b68c-95358ea6c780 .shogun-image-content {
  
    align-items: center;
  
}

.s-f1e67c5c-eac9-4fbc-b68c-95358ea6c780.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1e67c5c-eac9-4fbc-b68c-95358ea6c780.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1e67c5c-eac9-4fbc-b68c-95358ea6c780.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f1e67c5c-eac9-4fbc-b68c-95358ea6c780 {
      --shg-aspect-ratio: calc(394/423); 
    }

    .s-f1e67c5c-eac9-4fbc-b68c-95358ea6c780.shogun-image-container {
      position: relative;
    }

    .s-f1e67c5c-eac9-4fbc-b68c-95358ea6c780.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f1e67c5c-eac9-4fbc-b68c-95358ea6c780.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f1e67c5c-eac9-4fbc-b68c-95358ea6c780 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-f40d5398-dc73-49ab-8099-5df980b5aa3d {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
}

#s-7b05edcf-dfd3-471c-acfb-61fb6225de89 {
  min-height: 50px;
}
@media (max-width: 767px){#s-7b05edcf-dfd3-471c-acfb-61fb6225de89 {
  display: none;
}
#s-7b05edcf-dfd3-471c-acfb-61fb6225de89, #wrap-s-7b05edcf-dfd3-471c-acfb-61fb6225de89 { display: none !important; }}







#s-7b05edcf-dfd3-471c-acfb-61fb6225de89 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7b05edcf-dfd3-471c-acfb-61fb6225de89.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-58844973-2a5f-482d-b31e-80f4b3a50612 {
  text-align: left;
}

#s-bd1dee65-c3ea-4f9e-a8b9-83ee80f14506 {
  margin-bottom: 10px;
}

#s-9894ff72-5c76-4d0e-827c-764523a0a7dd {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-9894ff72-5c76-4d0e-827c-764523a0a7dd .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-category-grid {
  margin: -20px 0;
}

.shg-category-row,
.shg-category-row-hor {
  display: flex;
  margin: 20px 0;
}

.shg-category-col,
.shg-category-col-1 {
  flex: 1;
  padding: 0 10px;
}

.shg-category-col:last-child {
  padding-right: 0;
}

.shg-category-col:first-child {
  padding-left: 0;
}

.shg-category-col-2 {
  flex: 2;
  padding: 0 20px;
}

.shg-category-col-3 {
  flex: 3;
  padding: 0 30px;
}

.shg-category-col-4 {
  flex: 4;
  padding: 0 40px;
}

.shg-category-col-5 {
  flex: 5;
  padding: 0 50px;
}

@media (max-width: 768px) {
  .shg-category-row.stacked {
    display: block;
  }

  .shg-category-row .shg-category-col {
    padding: 20px 0;
  }

  .shg-category-row .shg-category-col:first-child {
    padding-top: 0;
  }

  .shg-category-row .shg-category-col:last-child {
    padding-bottom: 0;
  }
}

#s-d8400d97-f689-4e10-af01-178c2106b075 {
  text-align: left;
}


.shg-c#s-d8400d97-f689-4e10-af01-178c2106b075 {
  max-width:  100%;
}

.shg-c#s-d8400d97-f689-4e10-af01-178c2106b075 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d8400d97-f689-4e10-af01-178c2106b075 .shg-image-zoom,
.shg-c#s-d8400d97-f689-4e10-af01-178c2106b075 img.shogun-image {
  max-width: 960px !important;
  
}

.shg-c#s-d8400d97-f689-4e10-af01-178c2106b075 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d8400d97-f689-4e10-af01-178c2106b075 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8400d97-f689-4e10-af01-178c2106b075 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-d8400d97-f689-4e10-af01-178c2106b075 {
  max-width:  100%;
}

.shg-c#s-d8400d97-f689-4e10-af01-178c2106b075 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d8400d97-f689-4e10-af01-178c2106b075 .shg-image-zoom,
.shg-c#s-d8400d97-f689-4e10-af01-178c2106b075 img.shogun-image {
  max-width: 960px !important;
  
}

.shg-c#s-d8400d97-f689-4e10-af01-178c2106b075 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d8400d97-f689-4e10-af01-178c2106b075 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8400d97-f689-4e10-af01-178c2106b075 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d8400d97-f689-4e10-af01-178c2106b075 {
  max-width:  100%;
}

.shg-c#s-d8400d97-f689-4e10-af01-178c2106b075 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d8400d97-f689-4e10-af01-178c2106b075 .shg-image-zoom,
.shg-c#s-d8400d97-f689-4e10-af01-178c2106b075 img.shogun-image {
  max-width: 960px !important;
  
}

.shg-c#s-d8400d97-f689-4e10-af01-178c2106b075 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d8400d97-f689-4e10-af01-178c2106b075 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8400d97-f689-4e10-af01-178c2106b075 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d8400d97-f689-4e10-af01-178c2106b075 {
  max-width:  100%;
}

.shg-c#s-d8400d97-f689-4e10-af01-178c2106b075 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d8400d97-f689-4e10-af01-178c2106b075 .shg-image-zoom,
.shg-c#s-d8400d97-f689-4e10-af01-178c2106b075 img.shogun-image {
  max-width: 960px !important;
  
}

.shg-c#s-d8400d97-f689-4e10-af01-178c2106b075 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d8400d97-f689-4e10-af01-178c2106b075 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8400d97-f689-4e10-af01-178c2106b075 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-d8400d97-f689-4e10-af01-178c2106b075 {
  max-width:  100%;
}

.shg-c#s-d8400d97-f689-4e10-af01-178c2106b075 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d8400d97-f689-4e10-af01-178c2106b075 .shg-image-zoom,
.shg-c#s-d8400d97-f689-4e10-af01-178c2106b075 img.shogun-image {
  max-width: 960px !important;
  
}

.shg-c#s-d8400d97-f689-4e10-af01-178c2106b075 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d8400d97-f689-4e10-af01-178c2106b075 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d8400d97-f689-4e10-af01-178c2106b075 img.shogun-image {
  width: 100%;
}



}
.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #000000;
  font-family: Helvetica;
  text-transform: none;
  font-weight: 700;
  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-089ab0b7-64b4-4344-b2bd-e6528523129d {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 64px;
text-align: center;
}

#s-089ab0b7-64b4-4344-b2bd-e6528523129d .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-92ee10ec-43a7-4d51-b6b0-44ca0abbe091 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 2px;
padding-bottom: 2px;
text-align: center;
}

#s-92ee10ec-43a7-4d51-b6b0-44ca0abbe091 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 24px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-92ee10ec-43a7-4d51-b6b0-44ca0abbe091 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 24px;
}

#s-92ee10ec-43a7-4d51-b6b0-44ca0abbe091 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

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

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

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

.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-cc801106-df62-4f09-b74d-6b3c4e6cb402 {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
background-color: rgba(60, 178, 141, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(60, 178, 141, 1);
}
#s-cc801106-df62-4f09-b74d-6b3c4e6cb402:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(60, 178, 141, 1) !important;}#s-cc801106-df62-4f09-b74d-6b3c4e6cb402:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-cc801106-df62-4f09-b74d-6b3c4e6cb402-root {
    text-align: center;
  }


#s-cc801106-df62-4f09-b74d-6b3c4e6cb402.shg-btn {
  color: rgba(60, 178, 141, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cc801106-df62-4f09-b74d-6b3c4e6cb402-root {
    text-align: center;
  }


#s-cc801106-df62-4f09-b74d-6b3c4e6cb402.shg-btn {
  color: rgba(60, 178, 141, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cc801106-df62-4f09-b74d-6b3c4e6cb402-root {
    text-align: center;
  }


#s-cc801106-df62-4f09-b74d-6b3c4e6cb402.shg-btn {
  color: rgba(60, 178, 141, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cc801106-df62-4f09-b74d-6b3c4e6cb402-root {
    text-align: center;
  }


#s-cc801106-df62-4f09-b74d-6b3c4e6cb402.shg-btn {
  color: rgba(60, 178, 141, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cc801106-df62-4f09-b74d-6b3c4e6cb402-root {
    text-align: center;
  }


#s-cc801106-df62-4f09-b74d-6b3c4e6cb402.shg-btn {
  color: rgba(60, 178, 141, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-f1a9a857-815e-4189-9639-ec671828e65d {
  text-align: left;
}



.shg-c#s-f1a9a857-815e-4189-9639-ec671828e65d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f1a9a857-815e-4189-9639-ec671828e65d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f1a9a857-815e-4189-9639-ec671828e65d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f1a9a857-815e-4189-9639-ec671828e65d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f1a9a857-815e-4189-9639-ec671828e65d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f1a9a857-815e-4189-9639-ec671828e65d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f1a9a857-815e-4189-9639-ec671828e65d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f1a9a857-815e-4189-9639-ec671828e65d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f1a9a857-815e-4189-9639-ec671828e65d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f1a9a857-815e-4189-9639-ec671828e65d img.shogun-image {
  width: 100%;
}



}
#s-656629bd-9df9-425a-9916-60a586f5df0c {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 64px;
text-align: center;
}

#s-656629bd-9df9-425a-9916-60a586f5df0c .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-c1830573-3330-4d4e-8c3b-e0c42ae4f41e {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 2px;
padding-bottom: 2px;
text-align: center;
}

#s-c1830573-3330-4d4e-8c3b-e0c42ae4f41e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 24px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-c1830573-3330-4d4e-8c3b-e0c42ae4f41e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 24px;
}

#s-c1830573-3330-4d4e-8c3b-e0c42ae4f41e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d1b03c19-4bdb-4a78-b874-ed344b207632 {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
background-color: rgba(60, 178, 141, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(60, 178, 141, 1);
}
#s-d1b03c19-4bdb-4a78-b874-ed344b207632:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(60, 178, 141, 1) !important;}#s-d1b03c19-4bdb-4a78-b874-ed344b207632:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-d1b03c19-4bdb-4a78-b874-ed344b207632-root {
    text-align: center;
  }


#s-d1b03c19-4bdb-4a78-b874-ed344b207632.shg-btn {
  color: rgba(60, 178, 141, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d1b03c19-4bdb-4a78-b874-ed344b207632-root {
    text-align: center;
  }


#s-d1b03c19-4bdb-4a78-b874-ed344b207632.shg-btn {
  color: rgba(60, 178, 141, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d1b03c19-4bdb-4a78-b874-ed344b207632-root {
    text-align: center;
  }


#s-d1b03c19-4bdb-4a78-b874-ed344b207632.shg-btn {
  color: rgba(60, 178, 141, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d1b03c19-4bdb-4a78-b874-ed344b207632-root {
    text-align: center;
  }


#s-d1b03c19-4bdb-4a78-b874-ed344b207632.shg-btn {
  color: rgba(60, 178, 141, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d1b03c19-4bdb-4a78-b874-ed344b207632-root {
    text-align: center;
  }


#s-d1b03c19-4bdb-4a78-b874-ed344b207632.shg-btn {
  color: rgba(60, 178, 141, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-15fbabed-ea0b-4169-97f5-d8ae39e215c2 {
  text-align: left;
}



.shg-c#s-15fbabed-ea0b-4169-97f5-d8ae39e215c2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-15fbabed-ea0b-4169-97f5-d8ae39e215c2 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-15fbabed-ea0b-4169-97f5-d8ae39e215c2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-15fbabed-ea0b-4169-97f5-d8ae39e215c2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-15fbabed-ea0b-4169-97f5-d8ae39e215c2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-15fbabed-ea0b-4169-97f5-d8ae39e215c2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-15fbabed-ea0b-4169-97f5-d8ae39e215c2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-15fbabed-ea0b-4169-97f5-d8ae39e215c2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-15fbabed-ea0b-4169-97f5-d8ae39e215c2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-15fbabed-ea0b-4169-97f5-d8ae39e215c2 img.shogun-image {
  width: 100%;
}



}
#s-98d1ebbb-d200-4cc2-9e4a-0808e109fec1 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 64px;
text-align: center;
}

#s-98d1ebbb-d200-4cc2-9e4a-0808e109fec1 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-37dc162a-27b9-4661-a356-f85ed05b1984 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 2px;
padding-bottom: 2px;
text-align: center;
}

#s-37dc162a-27b9-4661-a356-f85ed05b1984 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 24px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-37dc162a-27b9-4661-a356-f85ed05b1984 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 24px;
}

#s-37dc162a-27b9-4661-a356-f85ed05b1984 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-cd354723-4b5a-4ef5-988e-28a7576c96a9 {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
background-color: rgba(60, 178, 141, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(60, 178, 141, 1);
}
#s-cd354723-4b5a-4ef5-988e-28a7576c96a9:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(60, 178, 141, 1) !important;}#s-cd354723-4b5a-4ef5-988e-28a7576c96a9:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-cd354723-4b5a-4ef5-988e-28a7576c96a9-root {
    text-align: center;
  }


#s-cd354723-4b5a-4ef5-988e-28a7576c96a9.shg-btn {
  color: rgba(60, 178, 141, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cd354723-4b5a-4ef5-988e-28a7576c96a9-root {
    text-align: center;
  }


#s-cd354723-4b5a-4ef5-988e-28a7576c96a9.shg-btn {
  color: rgba(60, 178, 141, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cd354723-4b5a-4ef5-988e-28a7576c96a9-root {
    text-align: center;
  }


#s-cd354723-4b5a-4ef5-988e-28a7576c96a9.shg-btn {
  color: rgba(60, 178, 141, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cd354723-4b5a-4ef5-988e-28a7576c96a9-root {
    text-align: center;
  }


#s-cd354723-4b5a-4ef5-988e-28a7576c96a9.shg-btn {
  color: rgba(60, 178, 141, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cd354723-4b5a-4ef5-988e-28a7576c96a9-root {
    text-align: center;
  }


#s-cd354723-4b5a-4ef5-988e-28a7576c96a9.shg-btn {
  color: rgba(60, 178, 141, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-9fcfa00d-4c55-4877-b6f9-1c15123e2d50 {
  text-align: left;
}



.shg-c#s-9fcfa00d-4c55-4877-b6f9-1c15123e2d50 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9fcfa00d-4c55-4877-b6f9-1c15123e2d50 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9fcfa00d-4c55-4877-b6f9-1c15123e2d50 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9fcfa00d-4c55-4877-b6f9-1c15123e2d50 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9fcfa00d-4c55-4877-b6f9-1c15123e2d50 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9fcfa00d-4c55-4877-b6f9-1c15123e2d50 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9fcfa00d-4c55-4877-b6f9-1c15123e2d50 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9fcfa00d-4c55-4877-b6f9-1c15123e2d50 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9fcfa00d-4c55-4877-b6f9-1c15123e2d50 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9fcfa00d-4c55-4877-b6f9-1c15123e2d50 img.shogun-image {
  width: 100%;
}



}
#s-be363037-d9a9-4b14-920c-223294183e0b {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 64px;
text-align: center;
}

#s-be363037-d9a9-4b14-920c-223294183e0b .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-f890924e-d8d0-4d57-b9b0-85940a2b2b50 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 2px;
padding-bottom: 2px;
text-align: center;
}

#s-f890924e-d8d0-4d57-b9b0-85940a2b2b50 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 24px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-f890924e-d8d0-4d57-b9b0-85940a2b2b50 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 24px;
}

#s-f890924e-d8d0-4d57-b9b0-85940a2b2b50 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-8cdc5a9a-eefc-4132-8c28-8926e61de2e7 {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
background-color: rgba(60, 178, 141, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(60, 178, 141, 1);
}
#s-8cdc5a9a-eefc-4132-8c28-8926e61de2e7:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(60, 178, 141, 1) !important;}#s-8cdc5a9a-eefc-4132-8c28-8926e61de2e7:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-8cdc5a9a-eefc-4132-8c28-8926e61de2e7-root {
    text-align: center;
  }


#s-8cdc5a9a-eefc-4132-8c28-8926e61de2e7.shg-btn {
  color: rgba(60, 178, 141, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8cdc5a9a-eefc-4132-8c28-8926e61de2e7-root {
    text-align: center;
  }


#s-8cdc5a9a-eefc-4132-8c28-8926e61de2e7.shg-btn {
  color: rgba(60, 178, 141, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8cdc5a9a-eefc-4132-8c28-8926e61de2e7-root {
    text-align: center;
  }


#s-8cdc5a9a-eefc-4132-8c28-8926e61de2e7.shg-btn {
  color: rgba(60, 178, 141, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8cdc5a9a-eefc-4132-8c28-8926e61de2e7-root {
    text-align: center;
  }


#s-8cdc5a9a-eefc-4132-8c28-8926e61de2e7.shg-btn {
  color: rgba(60, 178, 141, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8cdc5a9a-eefc-4132-8c28-8926e61de2e7-root {
    text-align: center;
  }


#s-8cdc5a9a-eefc-4132-8c28-8926e61de2e7.shg-btn {
  color: rgba(60, 178, 141, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-59ecd4ab-de78-4bb5-aa6a-76e4e64e600e {
  text-align: left;
}



.shg-c#s-59ecd4ab-de78-4bb5-aa6a-76e4e64e600e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59ecd4ab-de78-4bb5-aa6a-76e4e64e600e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-59ecd4ab-de78-4bb5-aa6a-76e4e64e600e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59ecd4ab-de78-4bb5-aa6a-76e4e64e600e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-59ecd4ab-de78-4bb5-aa6a-76e4e64e600e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59ecd4ab-de78-4bb5-aa6a-76e4e64e600e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-59ecd4ab-de78-4bb5-aa6a-76e4e64e600e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59ecd4ab-de78-4bb5-aa6a-76e4e64e600e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-59ecd4ab-de78-4bb5-aa6a-76e4e64e600e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59ecd4ab-de78-4bb5-aa6a-76e4e64e600e img.shogun-image {
  width: 100%;
}



}
#s-b6694c1b-85b5-49f0-b97d-85569eed5085 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 64px;
text-align: center;
}

#s-b6694c1b-85b5-49f0-b97d-85569eed5085 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-aa5efaa2-38bf-417c-9b78-718dd6043523 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 2px;
padding-bottom: 2px;
text-align: center;
}

#s-aa5efaa2-38bf-417c-9b78-718dd6043523 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 24px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-aa5efaa2-38bf-417c-9b78-718dd6043523 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 24px;
}

#s-aa5efaa2-38bf-417c-9b78-718dd6043523 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-7b1f9884-b584-4c50-a6f2-553871adf79a {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
background-color: rgba(60, 178, 141, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(60, 178, 141, 1);
}
#s-7b1f9884-b584-4c50-a6f2-553871adf79a:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(60, 178, 141, 1) !important;}#s-7b1f9884-b584-4c50-a6f2-553871adf79a:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-7b1f9884-b584-4c50-a6f2-553871adf79a-root {
    text-align: center;
  }


#s-7b1f9884-b584-4c50-a6f2-553871adf79a.shg-btn {
  color: rgba(60, 178, 141, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7b1f9884-b584-4c50-a6f2-553871adf79a-root {
    text-align: center;
  }


#s-7b1f9884-b584-4c50-a6f2-553871adf79a.shg-btn {
  color: rgba(60, 178, 141, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7b1f9884-b584-4c50-a6f2-553871adf79a-root {
    text-align: center;
  }


#s-7b1f9884-b584-4c50-a6f2-553871adf79a.shg-btn {
  color: rgba(60, 178, 141, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7b1f9884-b584-4c50-a6f2-553871adf79a-root {
    text-align: center;
  }


#s-7b1f9884-b584-4c50-a6f2-553871adf79a.shg-btn {
  color: rgba(60, 178, 141, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7b1f9884-b584-4c50-a6f2-553871adf79a-root {
    text-align: center;
  }


#s-7b1f9884-b584-4c50-a6f2-553871adf79a.shg-btn {
  color: rgba(60, 178, 141, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-4efa3091-7248-4192-b7f2-63ac92cd52b5 {
  margin-top: 40px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 50px;
background-color: rgba(60, 178, 141, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(28, 53, 49, 1);
}
#s-4efa3091-7248-4192-b7f2-63ac92cd52b5:hover {background-color: rgba(101, 206, 173, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4efa3091-7248-4192-b7f2-63ac92cd52b5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4efa3091-7248-4192-b7f2-63ac92cd52b5-root {
    text-align: center;
  }


#s-4efa3091-7248-4192-b7f2-63ac92cd52b5.shg-btn {
  color: rgba(28, 53, 49, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4efa3091-7248-4192-b7f2-63ac92cd52b5-root {
    text-align: center;
  }


#s-4efa3091-7248-4192-b7f2-63ac92cd52b5.shg-btn {
  color: rgba(28, 53, 49, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4efa3091-7248-4192-b7f2-63ac92cd52b5-root {
    text-align: center;
  }


#s-4efa3091-7248-4192-b7f2-63ac92cd52b5.shg-btn {
  color: rgba(28, 53, 49, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4efa3091-7248-4192-b7f2-63ac92cd52b5-root {
    text-align: center;
  }


#s-4efa3091-7248-4192-b7f2-63ac92cd52b5.shg-btn {
  color: rgba(28, 53, 49, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4efa3091-7248-4192-b7f2-63ac92cd52b5-root {
    text-align: center;
  }


#s-4efa3091-7248-4192-b7f2-63ac92cd52b5.shg-btn {
  color: rgba(28, 53, 49, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-77836f81-608d-4fe4-9045-61ab64d9e384 {
  min-height: 50px;
}








#s-77836f81-608d-4fe4-9045-61ab64d9e384 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-77836f81-608d-4fe4-9045-61ab64d9e384.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1d3bc9a9-e5db-45af-964a-1288caf66ec5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1d3bc9a9-e5db-45af-964a-1288caf66ec5 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-7503a17e-96c1-418e-ada5-22f77d6eb196 {
  text-align: left;
}



.shg-c#s-7503a17e-96c1-418e-ada5-22f77d6eb196 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7503a17e-96c1-418e-ada5-22f77d6eb196 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7503a17e-96c1-418e-ada5-22f77d6eb196 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7503a17e-96c1-418e-ada5-22f77d6eb196 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7503a17e-96c1-418e-ada5-22f77d6eb196 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7503a17e-96c1-418e-ada5-22f77d6eb196 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7503a17e-96c1-418e-ada5-22f77d6eb196 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7503a17e-96c1-418e-ada5-22f77d6eb196 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7503a17e-96c1-418e-ada5-22f77d6eb196 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7503a17e-96c1-418e-ada5-22f77d6eb196 img.shogun-image {
  width: 100%;
}



}
#s-6b802699-b654-4c71-a936-c9c29e71facf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6b802699-b654-4c71-a936-c9c29e71facf .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-d8b5ae80-3618-44b8-b19b-331e0d5a84de {
  text-align: center;
}

#s-d8b5ae80-3618-44b8-b19b-331e0d5a84de .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-d8b5ae80-3618-44b8-b19b-331e0d5a84de .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-d8b5ae80-3618-44b8-b19b-331e0d5a84de .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

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

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

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

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

#s-dc225d8c-3b6d-4b31-aa2d-677230946bbd {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-dc225d8c-3b6d-4b31-aa2d-677230946bbd:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-dc225d8c-3b6d-4b31-aa2d-677230946bbd:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-dc225d8c-3b6d-4b31-aa2d-677230946bbd {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dc225d8c-3b6d-4b31-aa2d-677230946bbd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dc225d8c-3b6d-4b31-aa2d-677230946bbd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-dc225d8c-3b6d-4b31-aa2d-677230946bbd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-0e4da688-4089-4100-bbe2-a40eac0e4b5a {
  text-align: left;
}



.shg-c#s-0e4da688-4089-4100-bbe2-a40eac0e4b5a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0e4da688-4089-4100-bbe2-a40eac0e4b5a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-0e4da688-4089-4100-bbe2-a40eac0e4b5a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0e4da688-4089-4100-bbe2-a40eac0e4b5a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0e4da688-4089-4100-bbe2-a40eac0e4b5a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0e4da688-4089-4100-bbe2-a40eac0e4b5a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0e4da688-4089-4100-bbe2-a40eac0e4b5a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0e4da688-4089-4100-bbe2-a40eac0e4b5a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0e4da688-4089-4100-bbe2-a40eac0e4b5a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0e4da688-4089-4100-bbe2-a40eac0e4b5a img.shogun-image {
  width: 100%;
}



}
#s-cac17eb7-81c7-45b4-b712-d1f00149213d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cac17eb7-81c7-45b4-b712-d1f00149213d .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-de03e7a6-64f7-427f-96f6-e623c6e81eba {
  text-align: center;
}

#s-de03e7a6-64f7-427f-96f6-e623c6e81eba .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-de03e7a6-64f7-427f-96f6-e623c6e81eba .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-de03e7a6-64f7-427f-96f6-e623c6e81eba .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b827b990-0395-4ff7-9756-162e8bbb81b0 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-b827b990-0395-4ff7-9756-162e8bbb81b0:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b827b990-0395-4ff7-9756-162e8bbb81b0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b827b990-0395-4ff7-9756-162e8bbb81b0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b827b990-0395-4ff7-9756-162e8bbb81b0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b827b990-0395-4ff7-9756-162e8bbb81b0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b827b990-0395-4ff7-9756-162e8bbb81b0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-9d513927-db1c-45e7-9ae5-ee69aaf542d1 {
  text-align: left;
}



.shg-c#s-9d513927-db1c-45e7-9ae5-ee69aaf542d1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d513927-db1c-45e7-9ae5-ee69aaf542d1 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9d513927-db1c-45e7-9ae5-ee69aaf542d1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d513927-db1c-45e7-9ae5-ee69aaf542d1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9d513927-db1c-45e7-9ae5-ee69aaf542d1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d513927-db1c-45e7-9ae5-ee69aaf542d1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9d513927-db1c-45e7-9ae5-ee69aaf542d1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d513927-db1c-45e7-9ae5-ee69aaf542d1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9d513927-db1c-45e7-9ae5-ee69aaf542d1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d513927-db1c-45e7-9ae5-ee69aaf542d1 img.shogun-image {
  width: 100%;
}



}
#s-fa42c51f-3bfd-4396-a928-6b6aa8b2027a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fa42c51f-3bfd-4396-a928-6b6aa8b2027a .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-1b2efd92-9c86-4138-b171-538470af94e2 {
  text-align: center;
}

#s-1b2efd92-9c86-4138-b171-538470af94e2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-1b2efd92-9c86-4138-b171-538470af94e2 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-1b2efd92-9c86-4138-b171-538470af94e2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-46a55263-3422-44b3-a8fc-eddb9f12d221 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-46a55263-3422-44b3-a8fc-eddb9f12d221:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-46a55263-3422-44b3-a8fc-eddb9f12d221:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-46a55263-3422-44b3-a8fc-eddb9f12d221 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-46a55263-3422-44b3-a8fc-eddb9f12d221.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-46a55263-3422-44b3-a8fc-eddb9f12d221.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-46a55263-3422-44b3-a8fc-eddb9f12d221.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-bd493548-d037-410e-bdea-fc8811194c1c {
  text-align: left;
}



.shg-c#s-bd493548-d037-410e-bdea-fc8811194c1c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bd493548-d037-410e-bdea-fc8811194c1c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-bd493548-d037-410e-bdea-fc8811194c1c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bd493548-d037-410e-bdea-fc8811194c1c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bd493548-d037-410e-bdea-fc8811194c1c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bd493548-d037-410e-bdea-fc8811194c1c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bd493548-d037-410e-bdea-fc8811194c1c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bd493548-d037-410e-bdea-fc8811194c1c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bd493548-d037-410e-bdea-fc8811194c1c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bd493548-d037-410e-bdea-fc8811194c1c img.shogun-image {
  width: 100%;
}



}
#s-38af66a6-5ea4-41c8-b2ad-5e10105c2d9c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-38af66a6-5ea4-41c8-b2ad-5e10105c2d9c .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-c51e8a6e-5af4-4bc4-a67e-c8c402f9ad37 {
  text-align: center;
}

#s-c51e8a6e-5af4-4bc4-a67e-c8c402f9ad37 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-c51e8a6e-5af4-4bc4-a67e-c8c402f9ad37 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-c51e8a6e-5af4-4bc4-a67e-c8c402f9ad37 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-6dc60fba-3511-4122-9eb9-8aee8003133a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-6dc60fba-3511-4122-9eb9-8aee8003133a:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6dc60fba-3511-4122-9eb9-8aee8003133a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6dc60fba-3511-4122-9eb9-8aee8003133a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6dc60fba-3511-4122-9eb9-8aee8003133a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6dc60fba-3511-4122-9eb9-8aee8003133a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6dc60fba-3511-4122-9eb9-8aee8003133a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-f00c357f-16fd-40e9-a66e-44010640429d {
  text-align: left;
}



.shg-c#s-f00c357f-16fd-40e9-a66e-44010640429d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f00c357f-16fd-40e9-a66e-44010640429d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f00c357f-16fd-40e9-a66e-44010640429d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f00c357f-16fd-40e9-a66e-44010640429d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f00c357f-16fd-40e9-a66e-44010640429d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f00c357f-16fd-40e9-a66e-44010640429d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f00c357f-16fd-40e9-a66e-44010640429d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f00c357f-16fd-40e9-a66e-44010640429d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f00c357f-16fd-40e9-a66e-44010640429d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f00c357f-16fd-40e9-a66e-44010640429d img.shogun-image {
  width: 100%;
}



}
#s-5d864f97-dd7b-413b-9ee1-79855e95ea65 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5d864f97-dd7b-413b-9ee1-79855e95ea65 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-05a7404f-a408-4b18-9149-0f26e047d327 {
  text-align: center;
}

#s-05a7404f-a408-4b18-9149-0f26e047d327 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-05a7404f-a408-4b18-9149-0f26e047d327 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-05a7404f-a408-4b18-9149-0f26e047d327 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-7743f12a-b89e-475e-b29a-f997068a8b79 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-7743f12a-b89e-475e-b29a-f997068a8b79:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7743f12a-b89e-475e-b29a-f997068a8b79:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7743f12a-b89e-475e-b29a-f997068a8b79 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7743f12a-b89e-475e-b29a-f997068a8b79.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7743f12a-b89e-475e-b29a-f997068a8b79.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7743f12a-b89e-475e-b29a-f997068a8b79.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-c7a61082-921e-4697-adfd-f1ab091bcb9e {
  text-align: left;
}



.shg-c#s-c7a61082-921e-4697-adfd-f1ab091bcb9e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c7a61082-921e-4697-adfd-f1ab091bcb9e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c7a61082-921e-4697-adfd-f1ab091bcb9e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c7a61082-921e-4697-adfd-f1ab091bcb9e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c7a61082-921e-4697-adfd-f1ab091bcb9e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c7a61082-921e-4697-adfd-f1ab091bcb9e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c7a61082-921e-4697-adfd-f1ab091bcb9e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c7a61082-921e-4697-adfd-f1ab091bcb9e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c7a61082-921e-4697-adfd-f1ab091bcb9e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c7a61082-921e-4697-adfd-f1ab091bcb9e img.shogun-image {
  width: 100%;
}



}
#s-dfcb8a87-0723-4672-a5c8-d35451bbbb9e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dfcb8a87-0723-4672-a5c8-d35451bbbb9e .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-c40edafd-a844-4392-aad2-3008e81f125a {
  text-align: center;
}

#s-c40edafd-a844-4392-aad2-3008e81f125a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-c40edafd-a844-4392-aad2-3008e81f125a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-c40edafd-a844-4392-aad2-3008e81f125a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-963f4834-4aa4-4594-9393-d9ce75b09d9f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-963f4834-4aa4-4594-9393-d9ce75b09d9f:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-963f4834-4aa4-4594-9393-d9ce75b09d9f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-963f4834-4aa4-4594-9393-d9ce75b09d9f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-963f4834-4aa4-4594-9393-d9ce75b09d9f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-963f4834-4aa4-4594-9393-d9ce75b09d9f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-963f4834-4aa4-4594-9393-d9ce75b09d9f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-458775cd-efd2-4d56-a1d9-8eb064001584 {
  min-height: 50px;
}








#s-458775cd-efd2-4d56-a1d9-8eb064001584 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-458775cd-efd2-4d56-a1d9-8eb064001584.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aede6035-1cc5-4b53-989e-4cfb747aff0b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-aede6035-1cc5-4b53-989e-4cfb747aff0b .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-12c4b6c0-1d71-4684-849e-b024a8e2672a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-12c4b6c0-1d71-4684-849e-b024a8e2672a .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-42e453e1-19d3-48f1-afd4-a9b4522ffff1 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-42e453e1-19d3-48f1-afd4-a9b4522ffff1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-42e453e1-19d3-48f1-afd4-a9b4522ffff1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: #8fcee7;
}

#s-42e453e1-19d3-48f1-afd4-a9b4522ffff1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-42e453e1-19d3-48f1-afd4-a9b4522ffff1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: #8fcee7;
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-42e453e1-19d3-48f1-afd4-a9b4522ffff1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-8b31e1c0-d355-41c1-a6cc-61acea2a2133 {
  min-height: 50px;
}








#s-8b31e1c0-d355-41c1-a6cc-61acea2a2133 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b31e1c0-d355-41c1-a6cc-61acea2a2133.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-260d8cf6-7e9a-4cd4-bd94-588fc3b7712d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-260d8cf6-7e9a-4cd4-bd94-588fc3b7712d .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



@media (min-width: 0px) {
[id="s-0fa93f21-8736-4d16-a6ea-339751128ca9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0fa93f21-8736-4d16-a6ea-339751128ca9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 8.666666666666666px);
}

}

@media (min-width: 992px) {
[id="s-0fa93f21-8736-4d16-a6ea-339751128ca9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 8.666666666666666px);
}

}

@media (min-width: 1200px) {
[id="s-0fa93f21-8736-4d16-a6ea-339751128ca9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 8.666666666666666px);
}

}

#s-9b44b07d-f279-48bd-a8de-4237ed995ce7 {
  max-width: 233px;
aspect-ratio: 233/253;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-9b44b07d-f279-48bd-a8de-4237ed995ce7 .shg-image-content-wrapper {
      aspect-ratio: 233/253;
      min-width: 100%;
      height: auto;
    }

    #s-9b44b07d-f279-48bd-a8de-4237ed995ce7 .shogun-image-link {
      aspect-ratio: 233/253;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9b44b07d-f279-48bd-a8de-4237ed995ce7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-9b44b07d-f279-48bd-a8de-4237ed995ce7 {
    width: 100%;
    height: auto;
  }

  #s-9b44b07d-f279-48bd-a8de-4237ed995ce7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9b44b07d-f279-48bd-a8de-4237ed995ce7.shogun-image {
    
    
  }


.s-9b44b07d-f279-48bd-a8de-4237ed995ce7 .shogun-image-content {
  
    align-items: center;
  
}

.s-9b44b07d-f279-48bd-a8de-4237ed995ce7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b44b07d-f279-48bd-a8de-4237ed995ce7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b44b07d-f279-48bd-a8de-4237ed995ce7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9b44b07d-f279-48bd-a8de-4237ed995ce7 {
      --shg-aspect-ratio: calc(233/253); 
    }

    .s-9b44b07d-f279-48bd-a8de-4237ed995ce7.shogun-image-container {
      position: relative;
    }

    .s-9b44b07d-f279-48bd-a8de-4237ed995ce7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9b44b07d-f279-48bd-a8de-4237ed995ce7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9b44b07d-f279-48bd-a8de-4237ed995ce7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-9b44b07d-f279-48bd-a8de-4237ed995ce7 .shg-image-content-wrapper {
      aspect-ratio: 233/253;
      min-width: 100%;
      height: auto;
    }

    #s-9b44b07d-f279-48bd-a8de-4237ed995ce7 .shogun-image-link {
      aspect-ratio: 233/253;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9b44b07d-f279-48bd-a8de-4237ed995ce7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-9b44b07d-f279-48bd-a8de-4237ed995ce7 {
    width: 100%;
    height: auto;
  }

  #s-9b44b07d-f279-48bd-a8de-4237ed995ce7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9b44b07d-f279-48bd-a8de-4237ed995ce7.shogun-image {
    
    
  }


.s-9b44b07d-f279-48bd-a8de-4237ed995ce7 .shogun-image-content {
  
    align-items: center;
  
}

.s-9b44b07d-f279-48bd-a8de-4237ed995ce7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b44b07d-f279-48bd-a8de-4237ed995ce7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b44b07d-f279-48bd-a8de-4237ed995ce7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9b44b07d-f279-48bd-a8de-4237ed995ce7 {
      --shg-aspect-ratio: calc(233/253); 
    }

    .s-9b44b07d-f279-48bd-a8de-4237ed995ce7.shogun-image-container {
      position: relative;
    }

    .s-9b44b07d-f279-48bd-a8de-4237ed995ce7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9b44b07d-f279-48bd-a8de-4237ed995ce7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9b44b07d-f279-48bd-a8de-4237ed995ce7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-9b44b07d-f279-48bd-a8de-4237ed995ce7 .shg-image-content-wrapper {
      aspect-ratio: 233/253;
      min-width: 100%;
      height: auto;
    }

    #s-9b44b07d-f279-48bd-a8de-4237ed995ce7 .shogun-image-link {
      aspect-ratio: 233/253;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9b44b07d-f279-48bd-a8de-4237ed995ce7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-9b44b07d-f279-48bd-a8de-4237ed995ce7 {
    width: 100%;
    height: auto;
  }

  #s-9b44b07d-f279-48bd-a8de-4237ed995ce7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9b44b07d-f279-48bd-a8de-4237ed995ce7.shogun-image {
    
    
  }


.s-9b44b07d-f279-48bd-a8de-4237ed995ce7 .shogun-image-content {
  
    align-items: center;
  
}

.s-9b44b07d-f279-48bd-a8de-4237ed995ce7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b44b07d-f279-48bd-a8de-4237ed995ce7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b44b07d-f279-48bd-a8de-4237ed995ce7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9b44b07d-f279-48bd-a8de-4237ed995ce7 {
      --shg-aspect-ratio: calc(233/253); 
    }

    .s-9b44b07d-f279-48bd-a8de-4237ed995ce7.shogun-image-container {
      position: relative;
    }

    .s-9b44b07d-f279-48bd-a8de-4237ed995ce7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9b44b07d-f279-48bd-a8de-4237ed995ce7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9b44b07d-f279-48bd-a8de-4237ed995ce7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-9b44b07d-f279-48bd-a8de-4237ed995ce7 .shg-image-content-wrapper {
      aspect-ratio: 233/253;
      min-width: 100%;
      height: auto;
    }

    #s-9b44b07d-f279-48bd-a8de-4237ed995ce7 .shogun-image-link {
      aspect-ratio: 233/253;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9b44b07d-f279-48bd-a8de-4237ed995ce7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-9b44b07d-f279-48bd-a8de-4237ed995ce7 {
    width: 100%;
    height: auto;
  }

  #s-9b44b07d-f279-48bd-a8de-4237ed995ce7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9b44b07d-f279-48bd-a8de-4237ed995ce7.shogun-image {
    
    
  }


.s-9b44b07d-f279-48bd-a8de-4237ed995ce7 .shogun-image-content {
  
    align-items: center;
  
}

.s-9b44b07d-f279-48bd-a8de-4237ed995ce7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b44b07d-f279-48bd-a8de-4237ed995ce7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b44b07d-f279-48bd-a8de-4237ed995ce7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9b44b07d-f279-48bd-a8de-4237ed995ce7 {
      --shg-aspect-ratio: calc(233/253); 
    }

    .s-9b44b07d-f279-48bd-a8de-4237ed995ce7.shogun-image-container {
      position: relative;
    }

    .s-9b44b07d-f279-48bd-a8de-4237ed995ce7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9b44b07d-f279-48bd-a8de-4237ed995ce7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9b44b07d-f279-48bd-a8de-4237ed995ce7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-9b44b07d-f279-48bd-a8de-4237ed995ce7 .shg-image-content-wrapper {
      aspect-ratio: 233/253;
      min-width: 100%;
      height: auto;
    }

    #s-9b44b07d-f279-48bd-a8de-4237ed995ce7 .shogun-image-link {
      aspect-ratio: 233/253;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9b44b07d-f279-48bd-a8de-4237ed995ce7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-9b44b07d-f279-48bd-a8de-4237ed995ce7 {
    width: 100%;
    height: auto;
  }

  #s-9b44b07d-f279-48bd-a8de-4237ed995ce7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9b44b07d-f279-48bd-a8de-4237ed995ce7.shogun-image {
    
    
  }


.s-9b44b07d-f279-48bd-a8de-4237ed995ce7 .shogun-image-content {
  
    align-items: center;
  
}

.s-9b44b07d-f279-48bd-a8de-4237ed995ce7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b44b07d-f279-48bd-a8de-4237ed995ce7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b44b07d-f279-48bd-a8de-4237ed995ce7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9b44b07d-f279-48bd-a8de-4237ed995ce7 {
      --shg-aspect-ratio: calc(233/253); 
    }

    .s-9b44b07d-f279-48bd-a8de-4237ed995ce7.shogun-image-container {
      position: relative;
    }

    .s-9b44b07d-f279-48bd-a8de-4237ed995ce7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9b44b07d-f279-48bd-a8de-4237ed995ce7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9b44b07d-f279-48bd-a8de-4237ed995ce7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-0a008c94-335a-48c3-b4ca-bd99aa7bc523 {
  max-width: 270px;
aspect-ratio: 1/1;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-0a008c94-335a-48c3-b4ca-bd99aa7bc523 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0a008c94-335a-48c3-b4ca-bd99aa7bc523 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0a008c94-335a-48c3-b4ca-bd99aa7bc523 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-0a008c94-335a-48c3-b4ca-bd99aa7bc523 {
    width: 100%;
    height: auto;
  }

  #s-0a008c94-335a-48c3-b4ca-bd99aa7bc523 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0a008c94-335a-48c3-b4ca-bd99aa7bc523.shogun-image {
    
    
  }


.s-0a008c94-335a-48c3-b4ca-bd99aa7bc523 .shogun-image-content {
  
    align-items: center;
  
}

.s-0a008c94-335a-48c3-b4ca-bd99aa7bc523.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a008c94-335a-48c3-b4ca-bd99aa7bc523.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a008c94-335a-48c3-b4ca-bd99aa7bc523.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0a008c94-335a-48c3-b4ca-bd99aa7bc523 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0a008c94-335a-48c3-b4ca-bd99aa7bc523.shogun-image-container {
      position: relative;
    }

    .s-0a008c94-335a-48c3-b4ca-bd99aa7bc523.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0a008c94-335a-48c3-b4ca-bd99aa7bc523.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0a008c94-335a-48c3-b4ca-bd99aa7bc523 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-0a008c94-335a-48c3-b4ca-bd99aa7bc523 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0a008c94-335a-48c3-b4ca-bd99aa7bc523 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0a008c94-335a-48c3-b4ca-bd99aa7bc523 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-0a008c94-335a-48c3-b4ca-bd99aa7bc523 {
    width: 100%;
    height: auto;
  }

  #s-0a008c94-335a-48c3-b4ca-bd99aa7bc523 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0a008c94-335a-48c3-b4ca-bd99aa7bc523.shogun-image {
    
    
  }


.s-0a008c94-335a-48c3-b4ca-bd99aa7bc523 .shogun-image-content {
  
    align-items: center;
  
}

.s-0a008c94-335a-48c3-b4ca-bd99aa7bc523.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a008c94-335a-48c3-b4ca-bd99aa7bc523.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a008c94-335a-48c3-b4ca-bd99aa7bc523.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0a008c94-335a-48c3-b4ca-bd99aa7bc523 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0a008c94-335a-48c3-b4ca-bd99aa7bc523.shogun-image-container {
      position: relative;
    }

    .s-0a008c94-335a-48c3-b4ca-bd99aa7bc523.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0a008c94-335a-48c3-b4ca-bd99aa7bc523.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0a008c94-335a-48c3-b4ca-bd99aa7bc523 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-0a008c94-335a-48c3-b4ca-bd99aa7bc523 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0a008c94-335a-48c3-b4ca-bd99aa7bc523 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0a008c94-335a-48c3-b4ca-bd99aa7bc523 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-0a008c94-335a-48c3-b4ca-bd99aa7bc523 {
    width: 100%;
    height: auto;
  }

  #s-0a008c94-335a-48c3-b4ca-bd99aa7bc523 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0a008c94-335a-48c3-b4ca-bd99aa7bc523.shogun-image {
    
    
  }


.s-0a008c94-335a-48c3-b4ca-bd99aa7bc523 .shogun-image-content {
  
    align-items: center;
  
}

.s-0a008c94-335a-48c3-b4ca-bd99aa7bc523.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a008c94-335a-48c3-b4ca-bd99aa7bc523.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a008c94-335a-48c3-b4ca-bd99aa7bc523.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0a008c94-335a-48c3-b4ca-bd99aa7bc523 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0a008c94-335a-48c3-b4ca-bd99aa7bc523.shogun-image-container {
      position: relative;
    }

    .s-0a008c94-335a-48c3-b4ca-bd99aa7bc523.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0a008c94-335a-48c3-b4ca-bd99aa7bc523.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0a008c94-335a-48c3-b4ca-bd99aa7bc523 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-0a008c94-335a-48c3-b4ca-bd99aa7bc523 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0a008c94-335a-48c3-b4ca-bd99aa7bc523 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0a008c94-335a-48c3-b4ca-bd99aa7bc523 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-0a008c94-335a-48c3-b4ca-bd99aa7bc523 {
    width: 100%;
    height: auto;
  }

  #s-0a008c94-335a-48c3-b4ca-bd99aa7bc523 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0a008c94-335a-48c3-b4ca-bd99aa7bc523.shogun-image {
    
    
  }


.s-0a008c94-335a-48c3-b4ca-bd99aa7bc523 .shogun-image-content {
  
    align-items: center;
  
}

.s-0a008c94-335a-48c3-b4ca-bd99aa7bc523.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a008c94-335a-48c3-b4ca-bd99aa7bc523.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a008c94-335a-48c3-b4ca-bd99aa7bc523.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0a008c94-335a-48c3-b4ca-bd99aa7bc523 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0a008c94-335a-48c3-b4ca-bd99aa7bc523.shogun-image-container {
      position: relative;
    }

    .s-0a008c94-335a-48c3-b4ca-bd99aa7bc523.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0a008c94-335a-48c3-b4ca-bd99aa7bc523.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0a008c94-335a-48c3-b4ca-bd99aa7bc523 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-0a008c94-335a-48c3-b4ca-bd99aa7bc523 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0a008c94-335a-48c3-b4ca-bd99aa7bc523 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0a008c94-335a-48c3-b4ca-bd99aa7bc523 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-0a008c94-335a-48c3-b4ca-bd99aa7bc523 {
    width: 100%;
    height: auto;
  }

  #s-0a008c94-335a-48c3-b4ca-bd99aa7bc523 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0a008c94-335a-48c3-b4ca-bd99aa7bc523.shogun-image {
    
    
  }


.s-0a008c94-335a-48c3-b4ca-bd99aa7bc523 .shogun-image-content {
  
    align-items: center;
  
}

.s-0a008c94-335a-48c3-b4ca-bd99aa7bc523.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a008c94-335a-48c3-b4ca-bd99aa7bc523.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a008c94-335a-48c3-b4ca-bd99aa7bc523.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0a008c94-335a-48c3-b4ca-bd99aa7bc523 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0a008c94-335a-48c3-b4ca-bd99aa7bc523.shogun-image-container {
      position: relative;
    }

    .s-0a008c94-335a-48c3-b4ca-bd99aa7bc523.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0a008c94-335a-48c3-b4ca-bd99aa7bc523.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0a008c94-335a-48c3-b4ca-bd99aa7bc523 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-af405fa4-d8be-498c-8156-db5bbb9c99b2 {
  max-width: 238px;
aspect-ratio: 238/259;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-af405fa4-d8be-498c-8156-db5bbb9c99b2 .shg-image-content-wrapper {
      aspect-ratio: 238/259;
      min-width: 100%;
      height: auto;
    }

    #s-af405fa4-d8be-498c-8156-db5bbb9c99b2 .shogun-image-link {
      aspect-ratio: 238/259;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-af405fa4-d8be-498c-8156-db5bbb9c99b2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-af405fa4-d8be-498c-8156-db5bbb9c99b2 {
    width: 100%;
    height: auto;
  }

  #s-af405fa4-d8be-498c-8156-db5bbb9c99b2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-af405fa4-d8be-498c-8156-db5bbb9c99b2.shogun-image {
    
    
  }


.s-af405fa4-d8be-498c-8156-db5bbb9c99b2 .shogun-image-content {
  
    align-items: center;
  
}

.s-af405fa4-d8be-498c-8156-db5bbb9c99b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af405fa4-d8be-498c-8156-db5bbb9c99b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af405fa4-d8be-498c-8156-db5bbb9c99b2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-af405fa4-d8be-498c-8156-db5bbb9c99b2 {
      --shg-aspect-ratio: calc(238/259); 
    }

    .s-af405fa4-d8be-498c-8156-db5bbb9c99b2.shogun-image-container {
      position: relative;
    }

    .s-af405fa4-d8be-498c-8156-db5bbb9c99b2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-af405fa4-d8be-498c-8156-db5bbb9c99b2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-af405fa4-d8be-498c-8156-db5bbb9c99b2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-af405fa4-d8be-498c-8156-db5bbb9c99b2 .shg-image-content-wrapper {
      aspect-ratio: 238/259;
      min-width: 100%;
      height: auto;
    }

    #s-af405fa4-d8be-498c-8156-db5bbb9c99b2 .shogun-image-link {
      aspect-ratio: 238/259;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-af405fa4-d8be-498c-8156-db5bbb9c99b2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-af405fa4-d8be-498c-8156-db5bbb9c99b2 {
    width: 100%;
    height: auto;
  }

  #s-af405fa4-d8be-498c-8156-db5bbb9c99b2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-af405fa4-d8be-498c-8156-db5bbb9c99b2.shogun-image {
    
    
  }


.s-af405fa4-d8be-498c-8156-db5bbb9c99b2 .shogun-image-content {
  
    align-items: center;
  
}

.s-af405fa4-d8be-498c-8156-db5bbb9c99b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af405fa4-d8be-498c-8156-db5bbb9c99b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af405fa4-d8be-498c-8156-db5bbb9c99b2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-af405fa4-d8be-498c-8156-db5bbb9c99b2 {
      --shg-aspect-ratio: calc(238/259); 
    }

    .s-af405fa4-d8be-498c-8156-db5bbb9c99b2.shogun-image-container {
      position: relative;
    }

    .s-af405fa4-d8be-498c-8156-db5bbb9c99b2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-af405fa4-d8be-498c-8156-db5bbb9c99b2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-af405fa4-d8be-498c-8156-db5bbb9c99b2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-af405fa4-d8be-498c-8156-db5bbb9c99b2 .shg-image-content-wrapper {
      aspect-ratio: 238/259;
      min-width: 100%;
      height: auto;
    }

    #s-af405fa4-d8be-498c-8156-db5bbb9c99b2 .shogun-image-link {
      aspect-ratio: 238/259;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-af405fa4-d8be-498c-8156-db5bbb9c99b2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-af405fa4-d8be-498c-8156-db5bbb9c99b2 {
    width: 100%;
    height: auto;
  }

  #s-af405fa4-d8be-498c-8156-db5bbb9c99b2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-af405fa4-d8be-498c-8156-db5bbb9c99b2.shogun-image {
    
    
  }


.s-af405fa4-d8be-498c-8156-db5bbb9c99b2 .shogun-image-content {
  
    align-items: center;
  
}

.s-af405fa4-d8be-498c-8156-db5bbb9c99b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af405fa4-d8be-498c-8156-db5bbb9c99b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af405fa4-d8be-498c-8156-db5bbb9c99b2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-af405fa4-d8be-498c-8156-db5bbb9c99b2 {
      --shg-aspect-ratio: calc(238/259); 
    }

    .s-af405fa4-d8be-498c-8156-db5bbb9c99b2.shogun-image-container {
      position: relative;
    }

    .s-af405fa4-d8be-498c-8156-db5bbb9c99b2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-af405fa4-d8be-498c-8156-db5bbb9c99b2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-af405fa4-d8be-498c-8156-db5bbb9c99b2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-af405fa4-d8be-498c-8156-db5bbb9c99b2 .shg-image-content-wrapper {
      aspect-ratio: 238/259;
      min-width: 100%;
      height: auto;
    }

    #s-af405fa4-d8be-498c-8156-db5bbb9c99b2 .shogun-image-link {
      aspect-ratio: 238/259;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-af405fa4-d8be-498c-8156-db5bbb9c99b2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-af405fa4-d8be-498c-8156-db5bbb9c99b2 {
    width: 100%;
    height: auto;
  }

  #s-af405fa4-d8be-498c-8156-db5bbb9c99b2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-af405fa4-d8be-498c-8156-db5bbb9c99b2.shogun-image {
    
    
  }


.s-af405fa4-d8be-498c-8156-db5bbb9c99b2 .shogun-image-content {
  
    align-items: center;
  
}

.s-af405fa4-d8be-498c-8156-db5bbb9c99b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af405fa4-d8be-498c-8156-db5bbb9c99b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af405fa4-d8be-498c-8156-db5bbb9c99b2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-af405fa4-d8be-498c-8156-db5bbb9c99b2 {
      --shg-aspect-ratio: calc(238/259); 
    }

    .s-af405fa4-d8be-498c-8156-db5bbb9c99b2.shogun-image-container {
      position: relative;
    }

    .s-af405fa4-d8be-498c-8156-db5bbb9c99b2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-af405fa4-d8be-498c-8156-db5bbb9c99b2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-af405fa4-d8be-498c-8156-db5bbb9c99b2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-af405fa4-d8be-498c-8156-db5bbb9c99b2 .shg-image-content-wrapper {
      aspect-ratio: 238/259;
      min-width: 100%;
      height: auto;
    }

    #s-af405fa4-d8be-498c-8156-db5bbb9c99b2 .shogun-image-link {
      aspect-ratio: 238/259;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-af405fa4-d8be-498c-8156-db5bbb9c99b2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-af405fa4-d8be-498c-8156-db5bbb9c99b2 {
    width: 100%;
    height: auto;
  }

  #s-af405fa4-d8be-498c-8156-db5bbb9c99b2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-af405fa4-d8be-498c-8156-db5bbb9c99b2.shogun-image {
    
    
  }


.s-af405fa4-d8be-498c-8156-db5bbb9c99b2 .shogun-image-content {
  
    align-items: center;
  
}

.s-af405fa4-d8be-498c-8156-db5bbb9c99b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af405fa4-d8be-498c-8156-db5bbb9c99b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af405fa4-d8be-498c-8156-db5bbb9c99b2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-af405fa4-d8be-498c-8156-db5bbb9c99b2 {
      --shg-aspect-ratio: calc(238/259); 
    }

    .s-af405fa4-d8be-498c-8156-db5bbb9c99b2.shogun-image-container {
      position: relative;
    }

    .s-af405fa4-d8be-498c-8156-db5bbb9c99b2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-af405fa4-d8be-498c-8156-db5bbb9c99b2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-af405fa4-d8be-498c-8156-db5bbb9c99b2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-e429a3f9-68e7-41d4-b109-3ce8e5021476 {
  min-height: 50px;
}








#s-e429a3f9-68e7-41d4-b109-3ce8e5021476 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e429a3f9-68e7-41d4-b109-3ce8e5021476.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c385ae40-7e06-4e02-b7d4-6cb85e510c2e {
  margin-right: 0%;
text-align: left;
}
@media (min-width: 1200px){#s-c385ae40-7e06-4e02-b7d4-6cb85e510c2e {
  display: none;
}
#s-c385ae40-7e06-4e02-b7d4-6cb85e510c2e, #wrap-s-c385ae40-7e06-4e02-b7d4-6cb85e510c2e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c385ae40-7e06-4e02-b7d4-6cb85e510c2e {
  display: none;
}
#s-c385ae40-7e06-4e02-b7d4-6cb85e510c2e, #wrap-s-c385ae40-7e06-4e02-b7d4-6cb85e510c2e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c385ae40-7e06-4e02-b7d4-6cb85e510c2e {
  display: none;
}
#s-c385ae40-7e06-4e02-b7d4-6cb85e510c2e, #wrap-s-c385ae40-7e06-4e02-b7d4-6cb85e510c2e { display: none !important; }}

  #s-c385ae40-7e06-4e02-b7d4-6cb85e510c2e .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 1px solid #DDDDDD;
  }
  #s-c385ae40-7e06-4e02-b7d4-6cb85e510c2e .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: #F4F4F4;
    border: 1px solid #ddd;
  }
#s-c385ae40-7e06-4e02-b7d4-6cb85e510c2e .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(27, 27, 27, 1);
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-c385ae40-7e06-4e02-b7d4-6cb85e510c2e .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(60, 178, 141, 1);
}

#s-c385ae40-7e06-4e02-b7d4-6cb85e510c2e .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: #F4F4F4;
}

#s-c385ae40-7e06-4e02-b7d4-6cb85e510c2e .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}

#s-e6d02e8a-4f43-44ee-896d-6a35cab089fd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-e6d02e8a-4f43-44ee-896d-6a35cab089fd {
  display: none;
}
#s-e6d02e8a-4f43-44ee-896d-6a35cab089fd, #wrap-s-e6d02e8a-4f43-44ee-896d-6a35cab089fd { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e6d02e8a-4f43-44ee-896d-6a35cab089fd {
  display: none;
}
#s-e6d02e8a-4f43-44ee-896d-6a35cab089fd, #wrap-s-e6d02e8a-4f43-44ee-896d-6a35cab089fd { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e6d02e8a-4f43-44ee-896d-6a35cab089fd {
  display: none;
}
#s-e6d02e8a-4f43-44ee-896d-6a35cab089fd, #wrap-s-e6d02e8a-4f43-44ee-896d-6a35cab089fd { display: none !important; }}
#s-e6d02e8a-4f43-44ee-896d-6a35cab089fd .shogun-heading-component h2 {
  color: rgba(60, 178, 141, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-de6c79a3-4513-4dc5-9b85-dee3045f2505 {
  min-height: 50px;
}








#s-de6c79a3-4513-4dc5-9b85-dee3045f2505 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-de6c79a3-4513-4dc5-9b85-dee3045f2505.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e931916a-b00a-4f2c-9ea3-fbdf74d0be55 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e931916a-b00a-4f2c-9ea3-fbdf74d0be55 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-7737eb90-41ff-4e67-8d75-e9e7dc9850ca {
  text-align: left;
}



.shg-c#s-7737eb90-41ff-4e67-8d75-e9e7dc9850ca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7737eb90-41ff-4e67-8d75-e9e7dc9850ca img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7737eb90-41ff-4e67-8d75-e9e7dc9850ca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7737eb90-41ff-4e67-8d75-e9e7dc9850ca img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7737eb90-41ff-4e67-8d75-e9e7dc9850ca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7737eb90-41ff-4e67-8d75-e9e7dc9850ca img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7737eb90-41ff-4e67-8d75-e9e7dc9850ca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7737eb90-41ff-4e67-8d75-e9e7dc9850ca img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7737eb90-41ff-4e67-8d75-e9e7dc9850ca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7737eb90-41ff-4e67-8d75-e9e7dc9850ca img.shogun-image {
  width: 100%;
}



}
#s-6c6c3d87-92aa-402b-a67e-77a37b5c0225 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6c6c3d87-92aa-402b-a67e-77a37b5c0225 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-5605c9d1-36fe-46cf-9f01-3a0650bffdc3 {
  text-align: center;
}

#s-5605c9d1-36fe-46cf-9f01-3a0650bffdc3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-5605c9d1-36fe-46cf-9f01-3a0650bffdc3 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-5605c9d1-36fe-46cf-9f01-3a0650bffdc3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-aaf2a088-f7b4-4ed1-a2f7-54e08e17aeb7 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-aaf2a088-f7b4-4ed1-a2f7-54e08e17aeb7:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-aaf2a088-f7b4-4ed1-a2f7-54e08e17aeb7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-aaf2a088-f7b4-4ed1-a2f7-54e08e17aeb7 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-aaf2a088-f7b4-4ed1-a2f7-54e08e17aeb7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-aaf2a088-f7b4-4ed1-a2f7-54e08e17aeb7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-aaf2a088-f7b4-4ed1-a2f7-54e08e17aeb7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-b8d7ad4e-c772-4c0b-9371-9ec58d1e0383 {
  text-align: left;
}



.shg-c#s-b8d7ad4e-c772-4c0b-9371-9ec58d1e0383 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b8d7ad4e-c772-4c0b-9371-9ec58d1e0383 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b8d7ad4e-c772-4c0b-9371-9ec58d1e0383 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b8d7ad4e-c772-4c0b-9371-9ec58d1e0383 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b8d7ad4e-c772-4c0b-9371-9ec58d1e0383 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b8d7ad4e-c772-4c0b-9371-9ec58d1e0383 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b8d7ad4e-c772-4c0b-9371-9ec58d1e0383 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b8d7ad4e-c772-4c0b-9371-9ec58d1e0383 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b8d7ad4e-c772-4c0b-9371-9ec58d1e0383 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b8d7ad4e-c772-4c0b-9371-9ec58d1e0383 img.shogun-image {
  width: 100%;
}



}
#s-acdcc77f-3c8e-45ce-8ca4-3988f3fe5199 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-acdcc77f-3c8e-45ce-8ca4-3988f3fe5199 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-03f89f89-2c68-4f2a-b178-17850adb2e46 {
  text-align: center;
}

#s-03f89f89-2c68-4f2a-b178-17850adb2e46 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-03f89f89-2c68-4f2a-b178-17850adb2e46 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-03f89f89-2c68-4f2a-b178-17850adb2e46 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c9f17abb-6086-43d7-8315-be2be2b7b0d6 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-c9f17abb-6086-43d7-8315-be2be2b7b0d6:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c9f17abb-6086-43d7-8315-be2be2b7b0d6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c9f17abb-6086-43d7-8315-be2be2b7b0d6 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c9f17abb-6086-43d7-8315-be2be2b7b0d6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c9f17abb-6086-43d7-8315-be2be2b7b0d6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c9f17abb-6086-43d7-8315-be2be2b7b0d6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-3ac6f740-8ad7-48a2-a433-a3a8c18a6493 {
  text-align: left;
}



.shg-c#s-3ac6f740-8ad7-48a2-a433-a3a8c18a6493 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3ac6f740-8ad7-48a2-a433-a3a8c18a6493 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3ac6f740-8ad7-48a2-a433-a3a8c18a6493 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3ac6f740-8ad7-48a2-a433-a3a8c18a6493 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3ac6f740-8ad7-48a2-a433-a3a8c18a6493 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3ac6f740-8ad7-48a2-a433-a3a8c18a6493 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3ac6f740-8ad7-48a2-a433-a3a8c18a6493 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3ac6f740-8ad7-48a2-a433-a3a8c18a6493 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3ac6f740-8ad7-48a2-a433-a3a8c18a6493 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3ac6f740-8ad7-48a2-a433-a3a8c18a6493 img.shogun-image {
  width: 100%;
}



}
#s-403b8425-30aa-48fb-a28d-de27f0ca4d7e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-403b8425-30aa-48fb-a28d-de27f0ca4d7e .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-256330d3-2164-45c9-a2f1-8f37dc2c3936 {
  text-align: center;
}

#s-256330d3-2164-45c9-a2f1-8f37dc2c3936 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-256330d3-2164-45c9-a2f1-8f37dc2c3936 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-256330d3-2164-45c9-a2f1-8f37dc2c3936 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-122d1c50-f764-401f-a401-4150a2ceda15 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-122d1c50-f764-401f-a401-4150a2ceda15:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-122d1c50-f764-401f-a401-4150a2ceda15:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-122d1c50-f764-401f-a401-4150a2ceda15 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-122d1c50-f764-401f-a401-4150a2ceda15.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-122d1c50-f764-401f-a401-4150a2ceda15.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-122d1c50-f764-401f-a401-4150a2ceda15.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-c74ae4fe-9dd9-4c76-a23c-d4658b3aa52f {
  text-align: left;
}



.shg-c#s-c74ae4fe-9dd9-4c76-a23c-d4658b3aa52f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c74ae4fe-9dd9-4c76-a23c-d4658b3aa52f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c74ae4fe-9dd9-4c76-a23c-d4658b3aa52f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c74ae4fe-9dd9-4c76-a23c-d4658b3aa52f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c74ae4fe-9dd9-4c76-a23c-d4658b3aa52f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c74ae4fe-9dd9-4c76-a23c-d4658b3aa52f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c74ae4fe-9dd9-4c76-a23c-d4658b3aa52f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c74ae4fe-9dd9-4c76-a23c-d4658b3aa52f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c74ae4fe-9dd9-4c76-a23c-d4658b3aa52f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c74ae4fe-9dd9-4c76-a23c-d4658b3aa52f img.shogun-image {
  width: 100%;
}



}
#s-7821368e-b99f-4f22-ad9d-1c8296ba270f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7821368e-b99f-4f22-ad9d-1c8296ba270f .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-d21074ce-a145-437e-9ae5-8f3269d5dd77 {
  text-align: center;
}

#s-d21074ce-a145-437e-9ae5-8f3269d5dd77 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-d21074ce-a145-437e-9ae5-8f3269d5dd77 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-d21074ce-a145-437e-9ae5-8f3269d5dd77 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-43d9e731-5752-49c8-b8e3-05b8c3d8a684 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-43d9e731-5752-49c8-b8e3-05b8c3d8a684:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-43d9e731-5752-49c8-b8e3-05b8c3d8a684:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-43d9e731-5752-49c8-b8e3-05b8c3d8a684 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-43d9e731-5752-49c8-b8e3-05b8c3d8a684.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-43d9e731-5752-49c8-b8e3-05b8c3d8a684.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-43d9e731-5752-49c8-b8e3-05b8c3d8a684.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-52a3e3bf-d04f-458b-9e46-296f2fd7d3fc {
  text-align: left;
}



.shg-c#s-52a3e3bf-d04f-458b-9e46-296f2fd7d3fc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-52a3e3bf-d04f-458b-9e46-296f2fd7d3fc img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-52a3e3bf-d04f-458b-9e46-296f2fd7d3fc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-52a3e3bf-d04f-458b-9e46-296f2fd7d3fc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-52a3e3bf-d04f-458b-9e46-296f2fd7d3fc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-52a3e3bf-d04f-458b-9e46-296f2fd7d3fc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-52a3e3bf-d04f-458b-9e46-296f2fd7d3fc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-52a3e3bf-d04f-458b-9e46-296f2fd7d3fc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-52a3e3bf-d04f-458b-9e46-296f2fd7d3fc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-52a3e3bf-d04f-458b-9e46-296f2fd7d3fc img.shogun-image {
  width: 100%;
}



}
#s-4fb6f529-b14c-4d27-ab6d-5d401c3c0c39 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4fb6f529-b14c-4d27-ab6d-5d401c3c0c39 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-801d2cb5-ac6b-4860-b5d4-087164d6ac0e {
  text-align: center;
}

#s-801d2cb5-ac6b-4860-b5d4-087164d6ac0e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-801d2cb5-ac6b-4860-b5d4-087164d6ac0e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-801d2cb5-ac6b-4860-b5d4-087164d6ac0e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-442cf2fa-eb7a-49ac-aaf7-1d4974e5a871 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-442cf2fa-eb7a-49ac-aaf7-1d4974e5a871:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-442cf2fa-eb7a-49ac-aaf7-1d4974e5a871:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-442cf2fa-eb7a-49ac-aaf7-1d4974e5a871 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-442cf2fa-eb7a-49ac-aaf7-1d4974e5a871.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-442cf2fa-eb7a-49ac-aaf7-1d4974e5a871.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-442cf2fa-eb7a-49ac-aaf7-1d4974e5a871.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-1dfc3fb4-7f9a-47bd-bd5b-30edc8e67a45 {
  text-align: left;
}



.shg-c#s-1dfc3fb4-7f9a-47bd-bd5b-30edc8e67a45 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1dfc3fb4-7f9a-47bd-bd5b-30edc8e67a45 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-1dfc3fb4-7f9a-47bd-bd5b-30edc8e67a45 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1dfc3fb4-7f9a-47bd-bd5b-30edc8e67a45 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1dfc3fb4-7f9a-47bd-bd5b-30edc8e67a45 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1dfc3fb4-7f9a-47bd-bd5b-30edc8e67a45 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1dfc3fb4-7f9a-47bd-bd5b-30edc8e67a45 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1dfc3fb4-7f9a-47bd-bd5b-30edc8e67a45 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1dfc3fb4-7f9a-47bd-bd5b-30edc8e67a45 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1dfc3fb4-7f9a-47bd-bd5b-30edc8e67a45 img.shogun-image {
  width: 100%;
}



}
#s-b850e9b6-9863-4511-b702-34a06fb03f25 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b850e9b6-9863-4511-b702-34a06fb03f25 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-6b2871f6-6323-43a7-a9c0-6dade642ad13 {
  text-align: center;
}

#s-6b2871f6-6323-43a7-a9c0-6dade642ad13 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-6b2871f6-6323-43a7-a9c0-6dade642ad13 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-6b2871f6-6323-43a7-a9c0-6dade642ad13 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-8c8837d9-bfe8-4fe3-922e-1538838fb70f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-8c8837d9-bfe8-4fe3-922e-1538838fb70f:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8c8837d9-bfe8-4fe3-922e-1538838fb70f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8c8837d9-bfe8-4fe3-922e-1538838fb70f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8c8837d9-bfe8-4fe3-922e-1538838fb70f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8c8837d9-bfe8-4fe3-922e-1538838fb70f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8c8837d9-bfe8-4fe3-922e-1538838fb70f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-f2f26430-3561-4895-8814-67825f94ca01 {
  min-height: 50px;
}








#s-f2f26430-3561-4895-8814-67825f94ca01 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f2f26430-3561-4895-8814-67825f94ca01.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a753db88-6237-439c-a879-7bea6b65c495 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a753db88-6237-439c-a879-7bea6b65c495 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-50d94163-f4a0-4e3a-96c9-e3975802ae7f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-50d94163-f4a0-4e3a-96c9-e3975802ae7f .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-362239e4-7340-4eb9-a390-59574fc1c4db > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-362239e4-7340-4eb9-a390-59574fc1c4db > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-362239e4-7340-4eb9-a390-59574fc1c4db > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: #8fcee7;
}

#s-362239e4-7340-4eb9-a390-59574fc1c4db > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-362239e4-7340-4eb9-a390-59574fc1c4db > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: #8fcee7;
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-362239e4-7340-4eb9-a390-59574fc1c4db > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-f08637fd-d519-49ca-919d-85278edc29a9 {
  min-height: 50px;
}








#s-f08637fd-d519-49ca-919d-85278edc29a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f08637fd-d519-49ca-919d-85278edc29a9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d3fcff92-f40a-48d4-9635-542dabe297fe {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d3fcff92-f40a-48d4-9635-542dabe297fe .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



@media (min-width: 0px) {
[id="s-6eb6efc6-8af1-41ca-8f28-37152518d516"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6eb6efc6-8af1-41ca-8f28-37152518d516"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 8.666666666666666px);
}

}

@media (min-width: 992px) {
[id="s-6eb6efc6-8af1-41ca-8f28-37152518d516"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 8.666666666666666px);
}

}

@media (min-width: 1200px) {
[id="s-6eb6efc6-8af1-41ca-8f28-37152518d516"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 8.666666666666666px);
}

}

#s-3d89b1b3-1aa8-4abb-859d-ac4a2bfc6bb8 {
  max-width: 233px;
aspect-ratio: 233/253;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-3d89b1b3-1aa8-4abb-859d-ac4a2bfc6bb8 .shg-image-content-wrapper {
      aspect-ratio: 233/253;
      min-width: 100%;
      height: auto;
    }

    #s-3d89b1b3-1aa8-4abb-859d-ac4a2bfc6bb8 .shogun-image-link {
      aspect-ratio: 233/253;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3d89b1b3-1aa8-4abb-859d-ac4a2bfc6bb8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-3d89b1b3-1aa8-4abb-859d-ac4a2bfc6bb8 {
    width: 100%;
    height: auto;
  }

  #s-3d89b1b3-1aa8-4abb-859d-ac4a2bfc6bb8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3d89b1b3-1aa8-4abb-859d-ac4a2bfc6bb8.shogun-image {
    
    
  }


.s-3d89b1b3-1aa8-4abb-859d-ac4a2bfc6bb8 .shogun-image-content {
  
    align-items: center;
  
}

.s-3d89b1b3-1aa8-4abb-859d-ac4a2bfc6bb8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d89b1b3-1aa8-4abb-859d-ac4a2bfc6bb8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d89b1b3-1aa8-4abb-859d-ac4a2bfc6bb8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3d89b1b3-1aa8-4abb-859d-ac4a2bfc6bb8 {
      --shg-aspect-ratio: calc(233/253); 
    }

    .s-3d89b1b3-1aa8-4abb-859d-ac4a2bfc6bb8.shogun-image-container {
      position: relative;
    }

    .s-3d89b1b3-1aa8-4abb-859d-ac4a2bfc6bb8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3d89b1b3-1aa8-4abb-859d-ac4a2bfc6bb8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3d89b1b3-1aa8-4abb-859d-ac4a2bfc6bb8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-3d89b1b3-1aa8-4abb-859d-ac4a2bfc6bb8 .shg-image-content-wrapper {
      aspect-ratio: 233/253;
      min-width: 100%;
      height: auto;
    }

    #s-3d89b1b3-1aa8-4abb-859d-ac4a2bfc6bb8 .shogun-image-link {
      aspect-ratio: 233/253;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3d89b1b3-1aa8-4abb-859d-ac4a2bfc6bb8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-3d89b1b3-1aa8-4abb-859d-ac4a2bfc6bb8 {
    width: 100%;
    height: auto;
  }

  #s-3d89b1b3-1aa8-4abb-859d-ac4a2bfc6bb8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3d89b1b3-1aa8-4abb-859d-ac4a2bfc6bb8.shogun-image {
    
    
  }


.s-3d89b1b3-1aa8-4abb-859d-ac4a2bfc6bb8 .shogun-image-content {
  
    align-items: center;
  
}

.s-3d89b1b3-1aa8-4abb-859d-ac4a2bfc6bb8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d89b1b3-1aa8-4abb-859d-ac4a2bfc6bb8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d89b1b3-1aa8-4abb-859d-ac4a2bfc6bb8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3d89b1b3-1aa8-4abb-859d-ac4a2bfc6bb8 {
      --shg-aspect-ratio: calc(233/253); 
    }

    .s-3d89b1b3-1aa8-4abb-859d-ac4a2bfc6bb8.shogun-image-container {
      position: relative;
    }

    .s-3d89b1b3-1aa8-4abb-859d-ac4a2bfc6bb8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3d89b1b3-1aa8-4abb-859d-ac4a2bfc6bb8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3d89b1b3-1aa8-4abb-859d-ac4a2bfc6bb8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-3d89b1b3-1aa8-4abb-859d-ac4a2bfc6bb8 .shg-image-content-wrapper {
      aspect-ratio: 233/253;
      min-width: 100%;
      height: auto;
    }

    #s-3d89b1b3-1aa8-4abb-859d-ac4a2bfc6bb8 .shogun-image-link {
      aspect-ratio: 233/253;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3d89b1b3-1aa8-4abb-859d-ac4a2bfc6bb8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-3d89b1b3-1aa8-4abb-859d-ac4a2bfc6bb8 {
    width: 100%;
    height: auto;
  }

  #s-3d89b1b3-1aa8-4abb-859d-ac4a2bfc6bb8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3d89b1b3-1aa8-4abb-859d-ac4a2bfc6bb8.shogun-image {
    
    
  }


.s-3d89b1b3-1aa8-4abb-859d-ac4a2bfc6bb8 .shogun-image-content {
  
    align-items: center;
  
}

.s-3d89b1b3-1aa8-4abb-859d-ac4a2bfc6bb8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d89b1b3-1aa8-4abb-859d-ac4a2bfc6bb8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d89b1b3-1aa8-4abb-859d-ac4a2bfc6bb8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3d89b1b3-1aa8-4abb-859d-ac4a2bfc6bb8 {
      --shg-aspect-ratio: calc(233/253); 
    }

    .s-3d89b1b3-1aa8-4abb-859d-ac4a2bfc6bb8.shogun-image-container {
      position: relative;
    }

    .s-3d89b1b3-1aa8-4abb-859d-ac4a2bfc6bb8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3d89b1b3-1aa8-4abb-859d-ac4a2bfc6bb8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3d89b1b3-1aa8-4abb-859d-ac4a2bfc6bb8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-3d89b1b3-1aa8-4abb-859d-ac4a2bfc6bb8 .shg-image-content-wrapper {
      aspect-ratio: 233/253;
      min-width: 100%;
      height: auto;
    }

    #s-3d89b1b3-1aa8-4abb-859d-ac4a2bfc6bb8 .shogun-image-link {
      aspect-ratio: 233/253;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3d89b1b3-1aa8-4abb-859d-ac4a2bfc6bb8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-3d89b1b3-1aa8-4abb-859d-ac4a2bfc6bb8 {
    width: 100%;
    height: auto;
  }

  #s-3d89b1b3-1aa8-4abb-859d-ac4a2bfc6bb8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3d89b1b3-1aa8-4abb-859d-ac4a2bfc6bb8.shogun-image {
    
    
  }


.s-3d89b1b3-1aa8-4abb-859d-ac4a2bfc6bb8 .shogun-image-content {
  
    align-items: center;
  
}

.s-3d89b1b3-1aa8-4abb-859d-ac4a2bfc6bb8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d89b1b3-1aa8-4abb-859d-ac4a2bfc6bb8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d89b1b3-1aa8-4abb-859d-ac4a2bfc6bb8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3d89b1b3-1aa8-4abb-859d-ac4a2bfc6bb8 {
      --shg-aspect-ratio: calc(233/253); 
    }

    .s-3d89b1b3-1aa8-4abb-859d-ac4a2bfc6bb8.shogun-image-container {
      position: relative;
    }

    .s-3d89b1b3-1aa8-4abb-859d-ac4a2bfc6bb8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3d89b1b3-1aa8-4abb-859d-ac4a2bfc6bb8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3d89b1b3-1aa8-4abb-859d-ac4a2bfc6bb8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-3d89b1b3-1aa8-4abb-859d-ac4a2bfc6bb8 .shg-image-content-wrapper {
      aspect-ratio: 233/253;
      min-width: 100%;
      height: auto;
    }

    #s-3d89b1b3-1aa8-4abb-859d-ac4a2bfc6bb8 .shogun-image-link {
      aspect-ratio: 233/253;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3d89b1b3-1aa8-4abb-859d-ac4a2bfc6bb8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-3d89b1b3-1aa8-4abb-859d-ac4a2bfc6bb8 {
    width: 100%;
    height: auto;
  }

  #s-3d89b1b3-1aa8-4abb-859d-ac4a2bfc6bb8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3d89b1b3-1aa8-4abb-859d-ac4a2bfc6bb8.shogun-image {
    
    
  }


.s-3d89b1b3-1aa8-4abb-859d-ac4a2bfc6bb8 .shogun-image-content {
  
    align-items: center;
  
}

.s-3d89b1b3-1aa8-4abb-859d-ac4a2bfc6bb8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d89b1b3-1aa8-4abb-859d-ac4a2bfc6bb8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d89b1b3-1aa8-4abb-859d-ac4a2bfc6bb8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3d89b1b3-1aa8-4abb-859d-ac4a2bfc6bb8 {
      --shg-aspect-ratio: calc(233/253); 
    }

    .s-3d89b1b3-1aa8-4abb-859d-ac4a2bfc6bb8.shogun-image-container {
      position: relative;
    }

    .s-3d89b1b3-1aa8-4abb-859d-ac4a2bfc6bb8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3d89b1b3-1aa8-4abb-859d-ac4a2bfc6bb8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3d89b1b3-1aa8-4abb-859d-ac4a2bfc6bb8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-500a2a61-0085-4e49-b525-ce82f646df9f {
  max-width: 270px;
aspect-ratio: 1/1;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-500a2a61-0085-4e49-b525-ce82f646df9f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-500a2a61-0085-4e49-b525-ce82f646df9f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-500a2a61-0085-4e49-b525-ce82f646df9f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-500a2a61-0085-4e49-b525-ce82f646df9f {
    width: 100%;
    height: auto;
  }

  #s-500a2a61-0085-4e49-b525-ce82f646df9f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-500a2a61-0085-4e49-b525-ce82f646df9f.shogun-image {
    
    
  }


.s-500a2a61-0085-4e49-b525-ce82f646df9f .shogun-image-content {
  
    align-items: center;
  
}

.s-500a2a61-0085-4e49-b525-ce82f646df9f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-500a2a61-0085-4e49-b525-ce82f646df9f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-500a2a61-0085-4e49-b525-ce82f646df9f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-500a2a61-0085-4e49-b525-ce82f646df9f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-500a2a61-0085-4e49-b525-ce82f646df9f.shogun-image-container {
      position: relative;
    }

    .s-500a2a61-0085-4e49-b525-ce82f646df9f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-500a2a61-0085-4e49-b525-ce82f646df9f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-500a2a61-0085-4e49-b525-ce82f646df9f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-500a2a61-0085-4e49-b525-ce82f646df9f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-500a2a61-0085-4e49-b525-ce82f646df9f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-500a2a61-0085-4e49-b525-ce82f646df9f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-500a2a61-0085-4e49-b525-ce82f646df9f {
    width: 100%;
    height: auto;
  }

  #s-500a2a61-0085-4e49-b525-ce82f646df9f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-500a2a61-0085-4e49-b525-ce82f646df9f.shogun-image {
    
    
  }


.s-500a2a61-0085-4e49-b525-ce82f646df9f .shogun-image-content {
  
    align-items: center;
  
}

.s-500a2a61-0085-4e49-b525-ce82f646df9f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-500a2a61-0085-4e49-b525-ce82f646df9f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-500a2a61-0085-4e49-b525-ce82f646df9f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-500a2a61-0085-4e49-b525-ce82f646df9f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-500a2a61-0085-4e49-b525-ce82f646df9f.shogun-image-container {
      position: relative;
    }

    .s-500a2a61-0085-4e49-b525-ce82f646df9f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-500a2a61-0085-4e49-b525-ce82f646df9f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-500a2a61-0085-4e49-b525-ce82f646df9f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-500a2a61-0085-4e49-b525-ce82f646df9f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-500a2a61-0085-4e49-b525-ce82f646df9f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-500a2a61-0085-4e49-b525-ce82f646df9f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-500a2a61-0085-4e49-b525-ce82f646df9f {
    width: 100%;
    height: auto;
  }

  #s-500a2a61-0085-4e49-b525-ce82f646df9f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-500a2a61-0085-4e49-b525-ce82f646df9f.shogun-image {
    
    
  }


.s-500a2a61-0085-4e49-b525-ce82f646df9f .shogun-image-content {
  
    align-items: center;
  
}

.s-500a2a61-0085-4e49-b525-ce82f646df9f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-500a2a61-0085-4e49-b525-ce82f646df9f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-500a2a61-0085-4e49-b525-ce82f646df9f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-500a2a61-0085-4e49-b525-ce82f646df9f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-500a2a61-0085-4e49-b525-ce82f646df9f.shogun-image-container {
      position: relative;
    }

    .s-500a2a61-0085-4e49-b525-ce82f646df9f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-500a2a61-0085-4e49-b525-ce82f646df9f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-500a2a61-0085-4e49-b525-ce82f646df9f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-500a2a61-0085-4e49-b525-ce82f646df9f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-500a2a61-0085-4e49-b525-ce82f646df9f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-500a2a61-0085-4e49-b525-ce82f646df9f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-500a2a61-0085-4e49-b525-ce82f646df9f {
    width: 100%;
    height: auto;
  }

  #s-500a2a61-0085-4e49-b525-ce82f646df9f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-500a2a61-0085-4e49-b525-ce82f646df9f.shogun-image {
    
    
  }


.s-500a2a61-0085-4e49-b525-ce82f646df9f .shogun-image-content {
  
    align-items: center;
  
}

.s-500a2a61-0085-4e49-b525-ce82f646df9f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-500a2a61-0085-4e49-b525-ce82f646df9f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-500a2a61-0085-4e49-b525-ce82f646df9f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-500a2a61-0085-4e49-b525-ce82f646df9f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-500a2a61-0085-4e49-b525-ce82f646df9f.shogun-image-container {
      position: relative;
    }

    .s-500a2a61-0085-4e49-b525-ce82f646df9f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-500a2a61-0085-4e49-b525-ce82f646df9f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-500a2a61-0085-4e49-b525-ce82f646df9f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-500a2a61-0085-4e49-b525-ce82f646df9f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-500a2a61-0085-4e49-b525-ce82f646df9f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-500a2a61-0085-4e49-b525-ce82f646df9f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-500a2a61-0085-4e49-b525-ce82f646df9f {
    width: 100%;
    height: auto;
  }

  #s-500a2a61-0085-4e49-b525-ce82f646df9f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-500a2a61-0085-4e49-b525-ce82f646df9f.shogun-image {
    
    
  }


.s-500a2a61-0085-4e49-b525-ce82f646df9f .shogun-image-content {
  
    align-items: center;
  
}

.s-500a2a61-0085-4e49-b525-ce82f646df9f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-500a2a61-0085-4e49-b525-ce82f646df9f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-500a2a61-0085-4e49-b525-ce82f646df9f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-500a2a61-0085-4e49-b525-ce82f646df9f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-500a2a61-0085-4e49-b525-ce82f646df9f.shogun-image-container {
      position: relative;
    }

    .s-500a2a61-0085-4e49-b525-ce82f646df9f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-500a2a61-0085-4e49-b525-ce82f646df9f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-500a2a61-0085-4e49-b525-ce82f646df9f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-fe415179-a435-48d6-9841-ba4ccaf65662 {
  max-width: 238px;
aspect-ratio: 238/259;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-fe415179-a435-48d6-9841-ba4ccaf65662 .shg-image-content-wrapper {
      aspect-ratio: 238/259;
      min-width: 100%;
      height: auto;
    }

    #s-fe415179-a435-48d6-9841-ba4ccaf65662 .shogun-image-link {
      aspect-ratio: 238/259;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fe415179-a435-48d6-9841-ba4ccaf65662 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-fe415179-a435-48d6-9841-ba4ccaf65662 {
    width: 100%;
    height: auto;
  }

  #s-fe415179-a435-48d6-9841-ba4ccaf65662 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fe415179-a435-48d6-9841-ba4ccaf65662.shogun-image {
    
    
  }


.s-fe415179-a435-48d6-9841-ba4ccaf65662 .shogun-image-content {
  
    align-items: center;
  
}

.s-fe415179-a435-48d6-9841-ba4ccaf65662.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe415179-a435-48d6-9841-ba4ccaf65662.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe415179-a435-48d6-9841-ba4ccaf65662.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fe415179-a435-48d6-9841-ba4ccaf65662 {
      --shg-aspect-ratio: calc(238/259); 
    }

    .s-fe415179-a435-48d6-9841-ba4ccaf65662.shogun-image-container {
      position: relative;
    }

    .s-fe415179-a435-48d6-9841-ba4ccaf65662.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fe415179-a435-48d6-9841-ba4ccaf65662.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fe415179-a435-48d6-9841-ba4ccaf65662 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-fe415179-a435-48d6-9841-ba4ccaf65662 .shg-image-content-wrapper {
      aspect-ratio: 238/259;
      min-width: 100%;
      height: auto;
    }

    #s-fe415179-a435-48d6-9841-ba4ccaf65662 .shogun-image-link {
      aspect-ratio: 238/259;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fe415179-a435-48d6-9841-ba4ccaf65662 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-fe415179-a435-48d6-9841-ba4ccaf65662 {
    width: 100%;
    height: auto;
  }

  #s-fe415179-a435-48d6-9841-ba4ccaf65662 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fe415179-a435-48d6-9841-ba4ccaf65662.shogun-image {
    
    
  }


.s-fe415179-a435-48d6-9841-ba4ccaf65662 .shogun-image-content {
  
    align-items: center;
  
}

.s-fe415179-a435-48d6-9841-ba4ccaf65662.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe415179-a435-48d6-9841-ba4ccaf65662.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe415179-a435-48d6-9841-ba4ccaf65662.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fe415179-a435-48d6-9841-ba4ccaf65662 {
      --shg-aspect-ratio: calc(238/259); 
    }

    .s-fe415179-a435-48d6-9841-ba4ccaf65662.shogun-image-container {
      position: relative;
    }

    .s-fe415179-a435-48d6-9841-ba4ccaf65662.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fe415179-a435-48d6-9841-ba4ccaf65662.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fe415179-a435-48d6-9841-ba4ccaf65662 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-fe415179-a435-48d6-9841-ba4ccaf65662 .shg-image-content-wrapper {
      aspect-ratio: 238/259;
      min-width: 100%;
      height: auto;
    }

    #s-fe415179-a435-48d6-9841-ba4ccaf65662 .shogun-image-link {
      aspect-ratio: 238/259;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fe415179-a435-48d6-9841-ba4ccaf65662 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-fe415179-a435-48d6-9841-ba4ccaf65662 {
    width: 100%;
    height: auto;
  }

  #s-fe415179-a435-48d6-9841-ba4ccaf65662 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fe415179-a435-48d6-9841-ba4ccaf65662.shogun-image {
    
    
  }


.s-fe415179-a435-48d6-9841-ba4ccaf65662 .shogun-image-content {
  
    align-items: center;
  
}

.s-fe415179-a435-48d6-9841-ba4ccaf65662.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe415179-a435-48d6-9841-ba4ccaf65662.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe415179-a435-48d6-9841-ba4ccaf65662.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fe415179-a435-48d6-9841-ba4ccaf65662 {
      --shg-aspect-ratio: calc(238/259); 
    }

    .s-fe415179-a435-48d6-9841-ba4ccaf65662.shogun-image-container {
      position: relative;
    }

    .s-fe415179-a435-48d6-9841-ba4ccaf65662.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fe415179-a435-48d6-9841-ba4ccaf65662.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fe415179-a435-48d6-9841-ba4ccaf65662 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-fe415179-a435-48d6-9841-ba4ccaf65662 .shg-image-content-wrapper {
      aspect-ratio: 238/259;
      min-width: 100%;
      height: auto;
    }

    #s-fe415179-a435-48d6-9841-ba4ccaf65662 .shogun-image-link {
      aspect-ratio: 238/259;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fe415179-a435-48d6-9841-ba4ccaf65662 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-fe415179-a435-48d6-9841-ba4ccaf65662 {
    width: 100%;
    height: auto;
  }

  #s-fe415179-a435-48d6-9841-ba4ccaf65662 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fe415179-a435-48d6-9841-ba4ccaf65662.shogun-image {
    
    
  }


.s-fe415179-a435-48d6-9841-ba4ccaf65662 .shogun-image-content {
  
    align-items: center;
  
}

.s-fe415179-a435-48d6-9841-ba4ccaf65662.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe415179-a435-48d6-9841-ba4ccaf65662.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe415179-a435-48d6-9841-ba4ccaf65662.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fe415179-a435-48d6-9841-ba4ccaf65662 {
      --shg-aspect-ratio: calc(238/259); 
    }

    .s-fe415179-a435-48d6-9841-ba4ccaf65662.shogun-image-container {
      position: relative;
    }

    .s-fe415179-a435-48d6-9841-ba4ccaf65662.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fe415179-a435-48d6-9841-ba4ccaf65662.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fe415179-a435-48d6-9841-ba4ccaf65662 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-fe415179-a435-48d6-9841-ba4ccaf65662 .shg-image-content-wrapper {
      aspect-ratio: 238/259;
      min-width: 100%;
      height: auto;
    }

    #s-fe415179-a435-48d6-9841-ba4ccaf65662 .shogun-image-link {
      aspect-ratio: 238/259;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fe415179-a435-48d6-9841-ba4ccaf65662 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-fe415179-a435-48d6-9841-ba4ccaf65662 {
    width: 100%;
    height: auto;
  }

  #s-fe415179-a435-48d6-9841-ba4ccaf65662 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fe415179-a435-48d6-9841-ba4ccaf65662.shogun-image {
    
    
  }


.s-fe415179-a435-48d6-9841-ba4ccaf65662 .shogun-image-content {
  
    align-items: center;
  
}

.s-fe415179-a435-48d6-9841-ba4ccaf65662.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe415179-a435-48d6-9841-ba4ccaf65662.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe415179-a435-48d6-9841-ba4ccaf65662.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fe415179-a435-48d6-9841-ba4ccaf65662 {
      --shg-aspect-ratio: calc(238/259); 
    }

    .s-fe415179-a435-48d6-9841-ba4ccaf65662.shogun-image-container {
      position: relative;
    }

    .s-fe415179-a435-48d6-9841-ba4ccaf65662.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fe415179-a435-48d6-9841-ba4ccaf65662.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fe415179-a435-48d6-9841-ba4ccaf65662 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-684a6dea-de6f-4e34-82d9-b358bcd60439 {
  min-height: 50px;
}








#s-684a6dea-de6f-4e34-82d9-b358bcd60439 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-684a6dea-de6f-4e34-82d9-b358bcd60439.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-392e7d0a-cbd2-48fb-a261-c68a517b96ac {
  margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
min-height: 50px;
max-width: 1276px;
}
@media (min-width: 1200px){#s-392e7d0a-cbd2-48fb-a261-c68a517b96ac {
  display: none;
}
#s-392e7d0a-cbd2-48fb-a261-c68a517b96ac, #wrap-s-392e7d0a-cbd2-48fb-a261-c68a517b96ac { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-392e7d0a-cbd2-48fb-a261-c68a517b96ac {
  display: none;
}
#s-392e7d0a-cbd2-48fb-a261-c68a517b96ac, #wrap-s-392e7d0a-cbd2-48fb-a261-c68a517b96ac { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-392e7d0a-cbd2-48fb-a261-c68a517b96ac {
  display: none;
}
#s-392e7d0a-cbd2-48fb-a261-c68a517b96ac, #wrap-s-392e7d0a-cbd2-48fb-a261-c68a517b96ac { display: none !important; }}







#s-392e7d0a-cbd2-48fb-a261-c68a517b96ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-392e7d0a-cbd2-48fb-a261-c68a517b96ac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-22c8f254-63fd-4b20-95dc-d549a5570635 {
  min-height: 40px;
}








#s-22c8f254-63fd-4b20-95dc-d549a5570635 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-22c8f254-63fd-4b20-95dc-d549a5570635.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a6a1645d-4290-44c7-ba9b-06ec6834abc7 {
  text-align: left;
}

#s-98939c89-d2e0-4c71-832b-fbb7b7c88256 {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 1035px;
background-color: rgba(234, 234, 223, 1);
}

@media (min-width: 0px) {
[id="s-98939c89-d2e0-4c71-832b-fbb7b7c88256"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-98939c89-d2e0-4c71-832b-fbb7b7c88256"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-98939c89-d2e0-4c71-832b-fbb7b7c88256"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-98939c89-d2e0-4c71-832b-fbb7b7c88256"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}








#s-b195a4ad-da12-405c-8a5c-3bb9a14a03e0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b195a4ad-da12-405c-8a5c-3bb9a14a03e0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a4f34f90-d70d-4136-9340-a33a88af3ea5 {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: 20px;
margin-right: 3%;
}

#s-44e19aff-6de4-4553-baba-585b32e6af0a {
  margin-left: 0%;
margin-bottom: 18px;
margin-right: 0%;
min-height: 50px;
}








#s-44e19aff-6de4-4553-baba-585b32e6af0a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-44e19aff-6de4-4553-baba-585b32e6af0a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7b6c6ec2-6028-40da-8c9c-12bbccf39db2 {
  margin-left: 3%;
margin-bottom: 15px;
margin-right: 3%;
}

#s-c9f7e932-1afd-4fd6-8dfe-2512644681d2 {
  box-shadow:0px 0px 0px 0px ;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: left;
}

#s-faa69e5f-c699-403c-9e16-ace50d3dca20 {
  box-shadow:0px 0px 0px 0px ;
text-align: center;
}


.shg-c#s-faa69e5f-c699-403c-9e16-ace50d3dca20 {
  max-width:  100%;
}

.shg-c#s-faa69e5f-c699-403c-9e16-ace50d3dca20 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-faa69e5f-c699-403c-9e16-ace50d3dca20 .shg-image-zoom,
.shg-c#s-faa69e5f-c699-403c-9e16-ace50d3dca20 img.shogun-image {
  max-width: 381px !important;
  min-height: 496px !important;
}

.shg-c#s-faa69e5f-c699-403c-9e16-ace50d3dca20 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-faa69e5f-c699-403c-9e16-ace50d3dca20 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-faa69e5f-c699-403c-9e16-ace50d3dca20 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-faa69e5f-c699-403c-9e16-ace50d3dca20 {
  max-width:  100%;
}

.shg-c#s-faa69e5f-c699-403c-9e16-ace50d3dca20 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-faa69e5f-c699-403c-9e16-ace50d3dca20 .shg-image-zoom,
.shg-c#s-faa69e5f-c699-403c-9e16-ace50d3dca20 img.shogun-image {
  max-width: 381px !important;
  min-height: 496px !important;
}

.shg-c#s-faa69e5f-c699-403c-9e16-ace50d3dca20 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-faa69e5f-c699-403c-9e16-ace50d3dca20 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-faa69e5f-c699-403c-9e16-ace50d3dca20 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-faa69e5f-c699-403c-9e16-ace50d3dca20 {
  max-width:  100%;
}

.shg-c#s-faa69e5f-c699-403c-9e16-ace50d3dca20 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-faa69e5f-c699-403c-9e16-ace50d3dca20 .shg-image-zoom,
.shg-c#s-faa69e5f-c699-403c-9e16-ace50d3dca20 img.shogun-image {
  max-width: 381px !important;
  min-height: 496px !important;
}

.shg-c#s-faa69e5f-c699-403c-9e16-ace50d3dca20 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-faa69e5f-c699-403c-9e16-ace50d3dca20 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-faa69e5f-c699-403c-9e16-ace50d3dca20 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-faa69e5f-c699-403c-9e16-ace50d3dca20 {
  max-width:  100%;
}

.shg-c#s-faa69e5f-c699-403c-9e16-ace50d3dca20 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-faa69e5f-c699-403c-9e16-ace50d3dca20 .shg-image-zoom,
.shg-c#s-faa69e5f-c699-403c-9e16-ace50d3dca20 img.shogun-image {
  max-width: 381px !important;
  min-height: 496px !important;
}

.shg-c#s-faa69e5f-c699-403c-9e16-ace50d3dca20 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-faa69e5f-c699-403c-9e16-ace50d3dca20 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-faa69e5f-c699-403c-9e16-ace50d3dca20 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-faa69e5f-c699-403c-9e16-ace50d3dca20 {
  max-width:  100%;
}

.shg-c#s-faa69e5f-c699-403c-9e16-ace50d3dca20 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-faa69e5f-c699-403c-9e16-ace50d3dca20 .shg-image-zoom,
.shg-c#s-faa69e5f-c699-403c-9e16-ace50d3dca20 img.shogun-image {
  max-width: 381px !important;
  min-height: 496px !important;
}

.shg-c#s-faa69e5f-c699-403c-9e16-ace50d3dca20 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-faa69e5f-c699-403c-9e16-ace50d3dca20 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-faa69e5f-c699-403c-9e16-ace50d3dca20 img.shogun-image {
  width: 100%;
}



}
#s-df299692-8d4e-431d-8df4-9f49415887f4 {
  margin-top: 10px;
margin-left: 3%;
margin-bottom: 10px;
margin-right: 3%;
text-align: left;
}

#s-256f7c09-9f23-4b73-8e02-48b23fdc1958 {
  margin-left: 3%;
margin-right: 3%;
text-align: left;
}

#s-1ad73799-1310-4fb6-be68-315b7486b064 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
}
@media (min-width: 1200px){#s-1ad73799-1310-4fb6-be68-315b7486b064 {
  display: none;
}
#s-1ad73799-1310-4fb6-be68-315b7486b064, #wrap-s-1ad73799-1310-4fb6-be68-315b7486b064 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1ad73799-1310-4fb6-be68-315b7486b064 {
  display: none;
}
#s-1ad73799-1310-4fb6-be68-315b7486b064, #wrap-s-1ad73799-1310-4fb6-be68-315b7486b064 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1ad73799-1310-4fb6-be68-315b7486b064 {
  display: none;
}
#s-1ad73799-1310-4fb6-be68-315b7486b064, #wrap-s-1ad73799-1310-4fb6-be68-315b7486b064 { display: none !important; }}







#s-1ad73799-1310-4fb6-be68-315b7486b064 > .shg-box-overlay {
  background-color: rgba(28, 53, 49, 1);
  opacity: 1;
}#s-1ad73799-1310-4fb6-be68-315b7486b064.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-15e672ec-3a39-4162-9208-87cd0b6af8c9 {
  text-align: left;
}

#s-c64d4d34-a7da-4321-a088-777163fe203f {
  min-height: 50px;
}








#s-c64d4d34-a7da-4321-a088-777163fe203f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c64d4d34-a7da-4321-a088-777163fe203f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-c62bcbda-a363-4800-98bc-52b574b4b45a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c62bcbda-a363-4800-98bc-52b574b4b45a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c62bcbda-a363-4800-98bc-52b574b4b45a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c62bcbda-a363-4800-98bc-52b574b4b45a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-9c6632a2-b24d-4519-95af-7451fd1a9a8d {
  max-width: 8%;
text-align: center;
}







  img.s-9c6632a2-b24d-4519-95af-7451fd1a9a8d.shogun-image {
    
    
  }


.s-9c6632a2-b24d-4519-95af-7451fd1a9a8d .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-9c6632a2-b24d-4519-95af-7451fd1a9a8d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c6632a2-b24d-4519-95af-7451fd1a9a8d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c6632a2-b24d-4519-95af-7451fd1a9a8d.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-9c6632a2-b24d-4519-95af-7451fd1a9a8d.shogun-image {
    
    
  }


.s-9c6632a2-b24d-4519-95af-7451fd1a9a8d .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-9c6632a2-b24d-4519-95af-7451fd1a9a8d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c6632a2-b24d-4519-95af-7451fd1a9a8d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c6632a2-b24d-4519-95af-7451fd1a9a8d.shogun-image {
  box-sizing: border-box;
}




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





  img.s-9c6632a2-b24d-4519-95af-7451fd1a9a8d.shogun-image {
    
    
  }


.s-9c6632a2-b24d-4519-95af-7451fd1a9a8d .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-9c6632a2-b24d-4519-95af-7451fd1a9a8d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c6632a2-b24d-4519-95af-7451fd1a9a8d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c6632a2-b24d-4519-95af-7451fd1a9a8d.shogun-image {
  box-sizing: border-box;
}




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





  img.s-9c6632a2-b24d-4519-95af-7451fd1a9a8d.shogun-image {
    
    
  }


.s-9c6632a2-b24d-4519-95af-7451fd1a9a8d .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-9c6632a2-b24d-4519-95af-7451fd1a9a8d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c6632a2-b24d-4519-95af-7451fd1a9a8d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c6632a2-b24d-4519-95af-7451fd1a9a8d.shogun-image {
  box-sizing: border-box;
}




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





  img.s-9c6632a2-b24d-4519-95af-7451fd1a9a8d.shogun-image {
    
    
  }


.s-9c6632a2-b24d-4519-95af-7451fd1a9a8d .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-9c6632a2-b24d-4519-95af-7451fd1a9a8d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c6632a2-b24d-4519-95af-7451fd1a9a8d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c6632a2-b24d-4519-95af-7451fd1a9a8d.shogun-image {
  box-sizing: border-box;
}




}
#s-e0442c4f-9b76-4d52-9566-8256092e2754 {
  margin-top: 5px;
margin-left: 3%;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e0442c4f-9b76-4d52-9566-8256092e2754 .shogun-heading-component h3 {
  color: rgba(234, 234, 223, 1);
  font-weight:  normal ;
  font-family: "GT Sectra";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



#s-77195ffc-cb6b-4091-ba9f-915d392f97ec {
  max-width: 8%;
text-align: center;
}







  img.s-77195ffc-cb6b-4091-ba9f-915d392f97ec.shogun-image {
    
    
  }


.s-77195ffc-cb6b-4091-ba9f-915d392f97ec .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-77195ffc-cb6b-4091-ba9f-915d392f97ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77195ffc-cb6b-4091-ba9f-915d392f97ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77195ffc-cb6b-4091-ba9f-915d392f97ec.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-77195ffc-cb6b-4091-ba9f-915d392f97ec.shogun-image {
    
    
  }


.s-77195ffc-cb6b-4091-ba9f-915d392f97ec .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-77195ffc-cb6b-4091-ba9f-915d392f97ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77195ffc-cb6b-4091-ba9f-915d392f97ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77195ffc-cb6b-4091-ba9f-915d392f97ec.shogun-image {
  box-sizing: border-box;
}




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





  img.s-77195ffc-cb6b-4091-ba9f-915d392f97ec.shogun-image {
    
    
  }


.s-77195ffc-cb6b-4091-ba9f-915d392f97ec .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-77195ffc-cb6b-4091-ba9f-915d392f97ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77195ffc-cb6b-4091-ba9f-915d392f97ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77195ffc-cb6b-4091-ba9f-915d392f97ec.shogun-image {
  box-sizing: border-box;
}




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





  img.s-77195ffc-cb6b-4091-ba9f-915d392f97ec.shogun-image {
    
    
  }


.s-77195ffc-cb6b-4091-ba9f-915d392f97ec .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-77195ffc-cb6b-4091-ba9f-915d392f97ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77195ffc-cb6b-4091-ba9f-915d392f97ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77195ffc-cb6b-4091-ba9f-915d392f97ec.shogun-image {
  box-sizing: border-box;
}




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





  img.s-77195ffc-cb6b-4091-ba9f-915d392f97ec.shogun-image {
    
    
  }


.s-77195ffc-cb6b-4091-ba9f-915d392f97ec .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-77195ffc-cb6b-4091-ba9f-915d392f97ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77195ffc-cb6b-4091-ba9f-915d392f97ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77195ffc-cb6b-4091-ba9f-915d392f97ec.shogun-image {
  box-sizing: border-box;
}




}
#s-1f48d94e-b1ef-441e-bc17-5dd9fb683717 {
  text-align: left;
}

#s-abfced7e-2923-4a77-9ac4-e35e5a89f1fe {
  margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
min-height: 50px;
max-width: 1035px;
}








#s-abfced7e-2923-4a77-9ac4-e35e5a89f1fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-abfced7e-2923-4a77-9ac4-e35e5a89f1fe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-667a3f18-ab1c-4d94-9e03-355329101760 {
  padding-left: 0px;
padding-right: 0px;
min-height: 50px;
}








#s-667a3f18-ab1c-4d94-9e03-355329101760 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-667a3f18-ab1c-4d94-9e03-355329101760.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-74f34612-a051-4a39-b2d9-73873f44e304 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
background-color: rgba(28, 53, 49, 1);
}

@media (min-width: 0px) {
[id="s-74f34612-a051-4a39-b2d9-73873f44e304"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-74f34612-a051-4a39-b2d9-73873f44e304"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-74f34612-a051-4a39-b2d9-73873f44e304"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-74f34612-a051-4a39-b2d9-73873f44e304"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-8c56807f-c087-4d4f-b4a2-c2dba742e1aa {
  margin-top: 1px;
margin-left: 0%;
margin-bottom: 1px;
margin-right: 0%;
padding-right: 8%;
text-align: left;
}

#s-91497b4d-2a05-4917-a1f3-b23ab1b99e93 {
  margin-top: 30px;
margin-bottom: 30px;
min-height: 50px;
}








#s-91497b4d-2a05-4917-a1f3-b23ab1b99e93 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-91497b4d-2a05-4917-a1f3-b23ab1b99e93.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d4461aa8-6c08-4afe-bf00-6d8b0d9dde80 {
  text-align: left;
}

#s-0215bf8e-4781-436b-aed7-7d5fd5133fa5 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1035px;
}








#s-0215bf8e-4781-436b-aed7-7d5fd5133fa5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0215bf8e-4781-436b-aed7-7d5fd5133fa5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0c492f78-e317-4d8f-8d1f-4aa1815cd034 {
  margin-top: 0px;
margin-bottom: 15px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
text-align: center;
}

#s-0c492f78-e317-4d8f-8d1f-4aa1815cd034 .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  line-height: 1em;
  
  
}



#s-a9609738-c111-4910-9efa-05fe7fb3b570 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 450px;
}

#s-8dcc30e7-ccb8-43c6-a0e4-eceab20f5432 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
}

#s-ba3b42e7-9c51-4b0c-b6f4-c192913743f5 {
  margin-top: 30px;
margin-bottom: 0px;
min-height: 50px;
}








#s-ba3b42e7-9c51-4b0c-b6f4-c192913743f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ba3b42e7-9c51-4b0c-b6f4-c192913743f5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-561e145b-15df-4a50-98d3-27b11a72aed8 {
  min-height: 50px;
}








#s-561e145b-15df-4a50-98d3-27b11a72aed8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-561e145b-15df-4a50-98d3-27b11a72aed8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-708d262c-8056-47f0-936a-81293fe0af61 {
  margin-top: 0px;
margin-bottom: 70px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-708d262c-8056-47f0-936a-81293fe0af61 .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-7e80f7bd-91eb-4127-8d51-3facb613ce8a {
  text-align: left;
}

#s-50f13e9c-d215-4ced-a823-0871fcb06e93 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1035px;
}








#s-50f13e9c-d215-4ced-a823-0871fcb06e93 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-50f13e9c-d215-4ced-a823-0871fcb06e93.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-92f3c117-6837-47c2-835d-67f3602b5e20 {
  margin-bottom: 90px;
}

@media (min-width: 0px) {
[id="s-92f3c117-6837-47c2-835d-67f3602b5e20"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-92f3c117-6837-47c2-835d-67f3602b5e20"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-92f3c117-6837-47c2-835d-67f3602b5e20"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-92f3c117-6837-47c2-835d-67f3602b5e20"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}








#s-3e072460-e91f-407b-8886-d8dcf68474aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3e072460-e91f-407b-8886-d8dcf68474aa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-227bd3a3-ca16-404d-a7d6-9274284bfd81 {
  margin-left: 3%;
margin-right: 3%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-227bd3a3-ca16-404d-a7d6-9274284bfd81 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  text-align: left;
}



#s-33e3673a-f27e-4a37-a0d2-1a350221b8c2 {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: 15px;
margin-right: 3%;
}
@media (min-width: 1200px){#s-33e3673a-f27e-4a37-a0d2-1a350221b8c2 {
  display: unset;
}
#s-33e3673a-f27e-4a37-a0d2-1a350221b8c2, #wrap-s-33e3673a-f27e-4a37-a0d2-1a350221b8c2 { display: unset !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-33e3673a-f27e-4a37-a0d2-1a350221b8c2 {
  display: unset;
}
#s-33e3673a-f27e-4a37-a0d2-1a350221b8c2, #wrap-s-33e3673a-f27e-4a37-a0d2-1a350221b8c2 { display: unset !important; }}@media (min-width: 768px) and (max-width: 991px){#s-33e3673a-f27e-4a37-a0d2-1a350221b8c2 {
  display: unset;
}
#s-33e3673a-f27e-4a37-a0d2-1a350221b8c2, #wrap-s-33e3673a-f27e-4a37-a0d2-1a350221b8c2 { display: unset !important; }}
#s-066859b3-84ad-4193-a6a6-cb3faba00238 {
  margin-left: 3%;
margin-right: 3%;
max-width: 1202px;
aspect-ratio: 1202/878;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-066859b3-84ad-4193-a6a6-cb3faba00238 .shg-image-content-wrapper {
      aspect-ratio: 1202/878;
      min-width: 100%;
      height: auto;
    }

    #s-066859b3-84ad-4193-a6a6-cb3faba00238 .shogun-image-link {
      aspect-ratio: 1202/878;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-066859b3-84ad-4193-a6a6-cb3faba00238 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-066859b3-84ad-4193-a6a6-cb3faba00238 {
    width: 100%;
    height: auto;
  }

  #s-066859b3-84ad-4193-a6a6-cb3faba00238 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-066859b3-84ad-4193-a6a6-cb3faba00238.shogun-image {
    
    
  }


.s-066859b3-84ad-4193-a6a6-cb3faba00238 .shogun-image-content {
  
    align-items: center;
  
}

.s-066859b3-84ad-4193-a6a6-cb3faba00238.shg-align-container {
  display: flex;
  justify-content: center
}

.s-066859b3-84ad-4193-a6a6-cb3faba00238.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-066859b3-84ad-4193-a6a6-cb3faba00238.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-066859b3-84ad-4193-a6a6-cb3faba00238 {
      --shg-aspect-ratio: calc(1202/878); 
    }

    .s-066859b3-84ad-4193-a6a6-cb3faba00238.shogun-image-container {
      position: relative;
    }

    .s-066859b3-84ad-4193-a6a6-cb3faba00238.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-066859b3-84ad-4193-a6a6-cb3faba00238.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-066859b3-84ad-4193-a6a6-cb3faba00238 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-066859b3-84ad-4193-a6a6-cb3faba00238 .shg-image-content-wrapper {
      aspect-ratio: 1202/878;
      min-width: 100%;
      height: auto;
    }

    #s-066859b3-84ad-4193-a6a6-cb3faba00238 .shogun-image-link {
      aspect-ratio: 1202/878;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-066859b3-84ad-4193-a6a6-cb3faba00238 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-066859b3-84ad-4193-a6a6-cb3faba00238 {
    width: 100%;
    height: auto;
  }

  #s-066859b3-84ad-4193-a6a6-cb3faba00238 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-066859b3-84ad-4193-a6a6-cb3faba00238.shogun-image {
    
    
  }


.s-066859b3-84ad-4193-a6a6-cb3faba00238 .shogun-image-content {
  
    align-items: center;
  
}

.s-066859b3-84ad-4193-a6a6-cb3faba00238.shg-align-container {
  display: flex;
  justify-content: center
}

.s-066859b3-84ad-4193-a6a6-cb3faba00238.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-066859b3-84ad-4193-a6a6-cb3faba00238.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-066859b3-84ad-4193-a6a6-cb3faba00238 {
      --shg-aspect-ratio: calc(1202/878); 
    }

    .s-066859b3-84ad-4193-a6a6-cb3faba00238.shogun-image-container {
      position: relative;
    }

    .s-066859b3-84ad-4193-a6a6-cb3faba00238.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-066859b3-84ad-4193-a6a6-cb3faba00238.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-066859b3-84ad-4193-a6a6-cb3faba00238 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-066859b3-84ad-4193-a6a6-cb3faba00238 .shg-image-content-wrapper {
      aspect-ratio: 1202/878;
      min-width: 100%;
      height: auto;
    }

    #s-066859b3-84ad-4193-a6a6-cb3faba00238 .shogun-image-link {
      aspect-ratio: 1202/878;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-066859b3-84ad-4193-a6a6-cb3faba00238 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-066859b3-84ad-4193-a6a6-cb3faba00238 {
    width: 100%;
    height: auto;
  }

  #s-066859b3-84ad-4193-a6a6-cb3faba00238 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-066859b3-84ad-4193-a6a6-cb3faba00238.shogun-image {
    
    
  }


.s-066859b3-84ad-4193-a6a6-cb3faba00238 .shogun-image-content {
  
    align-items: center;
  
}

.s-066859b3-84ad-4193-a6a6-cb3faba00238.shg-align-container {
  display: flex;
  justify-content: center
}

.s-066859b3-84ad-4193-a6a6-cb3faba00238.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-066859b3-84ad-4193-a6a6-cb3faba00238.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-066859b3-84ad-4193-a6a6-cb3faba00238 {
      --shg-aspect-ratio: calc(1202/878); 
    }

    .s-066859b3-84ad-4193-a6a6-cb3faba00238.shogun-image-container {
      position: relative;
    }

    .s-066859b3-84ad-4193-a6a6-cb3faba00238.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-066859b3-84ad-4193-a6a6-cb3faba00238.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-066859b3-84ad-4193-a6a6-cb3faba00238 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-066859b3-84ad-4193-a6a6-cb3faba00238 .shg-image-content-wrapper {
      aspect-ratio: 1202/878;
      min-width: 100%;
      height: auto;
    }

    #s-066859b3-84ad-4193-a6a6-cb3faba00238 .shogun-image-link {
      aspect-ratio: 1202/878;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-066859b3-84ad-4193-a6a6-cb3faba00238 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-066859b3-84ad-4193-a6a6-cb3faba00238 {
    width: 100%;
    height: auto;
  }

  #s-066859b3-84ad-4193-a6a6-cb3faba00238 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-066859b3-84ad-4193-a6a6-cb3faba00238.shogun-image {
    
    
  }


.s-066859b3-84ad-4193-a6a6-cb3faba00238 .shogun-image-content {
  
    align-items: center;
  
}

.s-066859b3-84ad-4193-a6a6-cb3faba00238.shg-align-container {
  display: flex;
  justify-content: center
}

.s-066859b3-84ad-4193-a6a6-cb3faba00238.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-066859b3-84ad-4193-a6a6-cb3faba00238.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-066859b3-84ad-4193-a6a6-cb3faba00238 {
      --shg-aspect-ratio: calc(1202/878); 
    }

    .s-066859b3-84ad-4193-a6a6-cb3faba00238.shogun-image-container {
      position: relative;
    }

    .s-066859b3-84ad-4193-a6a6-cb3faba00238.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-066859b3-84ad-4193-a6a6-cb3faba00238.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-066859b3-84ad-4193-a6a6-cb3faba00238 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-066859b3-84ad-4193-a6a6-cb3faba00238 .shg-image-content-wrapper {
      aspect-ratio: 1202/878;
      min-width: 100%;
      height: auto;
    }

    #s-066859b3-84ad-4193-a6a6-cb3faba00238 .shogun-image-link {
      aspect-ratio: 1202/878;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-066859b3-84ad-4193-a6a6-cb3faba00238 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-066859b3-84ad-4193-a6a6-cb3faba00238 {
    width: 100%;
    height: auto;
  }

  #s-066859b3-84ad-4193-a6a6-cb3faba00238 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-066859b3-84ad-4193-a6a6-cb3faba00238.shogun-image {
    
    
  }


.s-066859b3-84ad-4193-a6a6-cb3faba00238 .shogun-image-content {
  
    align-items: center;
  
}

.s-066859b3-84ad-4193-a6a6-cb3faba00238.shg-align-container {
  display: flex;
  justify-content: center
}

.s-066859b3-84ad-4193-a6a6-cb3faba00238.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-066859b3-84ad-4193-a6a6-cb3faba00238.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-066859b3-84ad-4193-a6a6-cb3faba00238 {
      --shg-aspect-ratio: calc(1202/878); 
    }

    .s-066859b3-84ad-4193-a6a6-cb3faba00238.shogun-image-container {
      position: relative;
    }

    .s-066859b3-84ad-4193-a6a6-cb3faba00238.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-066859b3-84ad-4193-a6a6-cb3faba00238.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-066859b3-84ad-4193-a6a6-cb3faba00238 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
@media (min-width: 0px) {
[id="s-8723e1de-f135-4a22-b4eb-9af48779e32f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8723e1de-f135-4a22-b4eb-9af48779e32f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8723e1de-f135-4a22-b4eb-9af48779e32f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8723e1de-f135-4a22-b4eb-9af48779e32f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c1bca6e0-b4df-4114-b4a5-7f1825a35568 {
  margin-left: 0px;
margin-right: 0px;
min-height: 50px;
}








#s-c1bca6e0-b4df-4114-b4a5-7f1825a35568 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c1bca6e0-b4df-4114-b4a5-7f1825a35568.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3104cc0a-8f79-44fd-849b-2a69fd7f208e {
  margin-left: 3%;
margin-right: 3%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-3104cc0a-8f79-44fd-849b-2a69fd7f208e .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  text-align: left;
}



#s-57b044eb-d2a7-4116-bb94-9b16110369ae {
  margin-left: 3%;
margin-bottom: 30px;
margin-right: 3%;
}

#s-429a68f9-4cb2-4ad7-9976-93c7d366840f {
  min-height: 50px;
}








#s-429a68f9-4cb2-4ad7-9976-93c7d366840f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-429a68f9-4cb2-4ad7-9976-93c7d366840f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c6b181b1-f9f0-430f-b462-51485cb72bca {
  margin-left: 3%;
margin-right: 3%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-c6b181b1-f9f0-430f-b462-51485cb72bca .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  text-align: left;
}



#s-ea6e4340-7ed8-46f1-bcae-1effc5042fc9 {
  margin-left: 3%;
margin-right: 3%;
}

#s-e5a4419d-ef8b-4edc-9d13-03940b0f7437 {
  min-height: 50px;
}








#s-e5a4419d-ef8b-4edc-9d13-03940b0f7437 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e5a4419d-ef8b-4edc-9d13-03940b0f7437.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9c2556bb-ae7f-4962-bb0d-01e4d6ddd886 {
  margin-top: 20px;
text-align: left;
}

#s-fb04ff1d-7086-4316-9d55-0558cbbf848f {
  margin-left: auto;
margin-right: auto;
border-top-width: 2px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(165, 157, 147, 1);
border-style: solid;
max-width: 1035px;
}

@media (min-width: 0px) {
[id="s-fb04ff1d-7086-4316-9d55-0558cbbf848f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fb04ff1d-7086-4316-9d55-0558cbbf848f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-fb04ff1d-7086-4316-9d55-0558cbbf848f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-fb04ff1d-7086-4316-9d55-0558cbbf848f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-d04cf80a-91a7-4c5d-bf5d-dc8384e1444f {
  margin-top: 20px;
max-width: 640px;
aspect-ratio: 640/853;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-d04cf80a-91a7-4c5d-bf5d-dc8384e1444f .shg-image-content-wrapper {
      aspect-ratio: 640/853;
      min-width: 100%;
      height: auto;
    }

    #s-d04cf80a-91a7-4c5d-bf5d-dc8384e1444f .shogun-image-link {
      aspect-ratio: 640/853;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d04cf80a-91a7-4c5d-bf5d-dc8384e1444f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-d04cf80a-91a7-4c5d-bf5d-dc8384e1444f {
    width: 100%;
    height: auto;
  }

  #s-d04cf80a-91a7-4c5d-bf5d-dc8384e1444f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d04cf80a-91a7-4c5d-bf5d-dc8384e1444f.shogun-image {
    
    
  }


.s-d04cf80a-91a7-4c5d-bf5d-dc8384e1444f .shogun-image-content {
  
    align-items: center;
  
}

.s-d04cf80a-91a7-4c5d-bf5d-dc8384e1444f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d04cf80a-91a7-4c5d-bf5d-dc8384e1444f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d04cf80a-91a7-4c5d-bf5d-dc8384e1444f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d04cf80a-91a7-4c5d-bf5d-dc8384e1444f {
      --shg-aspect-ratio: calc(640/853); 
    }

    .s-d04cf80a-91a7-4c5d-bf5d-dc8384e1444f.shogun-image-container {
      position: relative;
    }

    .s-d04cf80a-91a7-4c5d-bf5d-dc8384e1444f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d04cf80a-91a7-4c5d-bf5d-dc8384e1444f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d04cf80a-91a7-4c5d-bf5d-dc8384e1444f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-d04cf80a-91a7-4c5d-bf5d-dc8384e1444f .shg-image-content-wrapper {
      aspect-ratio: 640/853;
      min-width: 100%;
      height: auto;
    }

    #s-d04cf80a-91a7-4c5d-bf5d-dc8384e1444f .shogun-image-link {
      aspect-ratio: 640/853;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d04cf80a-91a7-4c5d-bf5d-dc8384e1444f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-d04cf80a-91a7-4c5d-bf5d-dc8384e1444f {
    width: 100%;
    height: auto;
  }

  #s-d04cf80a-91a7-4c5d-bf5d-dc8384e1444f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d04cf80a-91a7-4c5d-bf5d-dc8384e1444f.shogun-image {
    
    
  }


.s-d04cf80a-91a7-4c5d-bf5d-dc8384e1444f .shogun-image-content {
  
    align-items: center;
  
}

.s-d04cf80a-91a7-4c5d-bf5d-dc8384e1444f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d04cf80a-91a7-4c5d-bf5d-dc8384e1444f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d04cf80a-91a7-4c5d-bf5d-dc8384e1444f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d04cf80a-91a7-4c5d-bf5d-dc8384e1444f {
      --shg-aspect-ratio: calc(640/853); 
    }

    .s-d04cf80a-91a7-4c5d-bf5d-dc8384e1444f.shogun-image-container {
      position: relative;
    }

    .s-d04cf80a-91a7-4c5d-bf5d-dc8384e1444f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d04cf80a-91a7-4c5d-bf5d-dc8384e1444f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d04cf80a-91a7-4c5d-bf5d-dc8384e1444f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-d04cf80a-91a7-4c5d-bf5d-dc8384e1444f .shg-image-content-wrapper {
      aspect-ratio: 640/853;
      min-width: 100%;
      height: auto;
    }

    #s-d04cf80a-91a7-4c5d-bf5d-dc8384e1444f .shogun-image-link {
      aspect-ratio: 640/853;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d04cf80a-91a7-4c5d-bf5d-dc8384e1444f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-d04cf80a-91a7-4c5d-bf5d-dc8384e1444f {
    width: 100%;
    height: auto;
  }

  #s-d04cf80a-91a7-4c5d-bf5d-dc8384e1444f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d04cf80a-91a7-4c5d-bf5d-dc8384e1444f.shogun-image {
    
    
  }


.s-d04cf80a-91a7-4c5d-bf5d-dc8384e1444f .shogun-image-content {
  
    align-items: center;
  
}

.s-d04cf80a-91a7-4c5d-bf5d-dc8384e1444f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d04cf80a-91a7-4c5d-bf5d-dc8384e1444f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d04cf80a-91a7-4c5d-bf5d-dc8384e1444f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d04cf80a-91a7-4c5d-bf5d-dc8384e1444f {
      --shg-aspect-ratio: calc(640/853); 
    }

    .s-d04cf80a-91a7-4c5d-bf5d-dc8384e1444f.shogun-image-container {
      position: relative;
    }

    .s-d04cf80a-91a7-4c5d-bf5d-dc8384e1444f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d04cf80a-91a7-4c5d-bf5d-dc8384e1444f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d04cf80a-91a7-4c5d-bf5d-dc8384e1444f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-d04cf80a-91a7-4c5d-bf5d-dc8384e1444f .shg-image-content-wrapper {
      aspect-ratio: 640/853;
      min-width: 100%;
      height: auto;
    }

    #s-d04cf80a-91a7-4c5d-bf5d-dc8384e1444f .shogun-image-link {
      aspect-ratio: 640/853;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d04cf80a-91a7-4c5d-bf5d-dc8384e1444f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-d04cf80a-91a7-4c5d-bf5d-dc8384e1444f {
    width: 100%;
    height: auto;
  }

  #s-d04cf80a-91a7-4c5d-bf5d-dc8384e1444f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d04cf80a-91a7-4c5d-bf5d-dc8384e1444f.shogun-image {
    
    
  }


.s-d04cf80a-91a7-4c5d-bf5d-dc8384e1444f .shogun-image-content {
  
    align-items: center;
  
}

.s-d04cf80a-91a7-4c5d-bf5d-dc8384e1444f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d04cf80a-91a7-4c5d-bf5d-dc8384e1444f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d04cf80a-91a7-4c5d-bf5d-dc8384e1444f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d04cf80a-91a7-4c5d-bf5d-dc8384e1444f {
      --shg-aspect-ratio: calc(640/853); 
    }

    .s-d04cf80a-91a7-4c5d-bf5d-dc8384e1444f.shogun-image-container {
      position: relative;
    }

    .s-d04cf80a-91a7-4c5d-bf5d-dc8384e1444f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d04cf80a-91a7-4c5d-bf5d-dc8384e1444f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d04cf80a-91a7-4c5d-bf5d-dc8384e1444f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-d04cf80a-91a7-4c5d-bf5d-dc8384e1444f .shg-image-content-wrapper {
      aspect-ratio: 640/853;
      min-width: 100%;
      height: auto;
    }

    #s-d04cf80a-91a7-4c5d-bf5d-dc8384e1444f .shogun-image-link {
      aspect-ratio: 640/853;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d04cf80a-91a7-4c5d-bf5d-dc8384e1444f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-d04cf80a-91a7-4c5d-bf5d-dc8384e1444f {
    width: 100%;
    height: auto;
  }

  #s-d04cf80a-91a7-4c5d-bf5d-dc8384e1444f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d04cf80a-91a7-4c5d-bf5d-dc8384e1444f.shogun-image {
    
    
  }


.s-d04cf80a-91a7-4c5d-bf5d-dc8384e1444f .shogun-image-content {
  
    align-items: center;
  
}

.s-d04cf80a-91a7-4c5d-bf5d-dc8384e1444f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d04cf80a-91a7-4c5d-bf5d-dc8384e1444f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d04cf80a-91a7-4c5d-bf5d-dc8384e1444f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d04cf80a-91a7-4c5d-bf5d-dc8384e1444f {
      --shg-aspect-ratio: calc(640/853); 
    }

    .s-d04cf80a-91a7-4c5d-bf5d-dc8384e1444f.shogun-image-container {
      position: relative;
    }

    .s-d04cf80a-91a7-4c5d-bf5d-dc8384e1444f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d04cf80a-91a7-4c5d-bf5d-dc8384e1444f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d04cf80a-91a7-4c5d-bf5d-dc8384e1444f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-a31df970-2766-4b35-98d6-903c6a634ff9 {
  margin-top: 10px;
margin-left: 3%;
margin-bottom: 10px;
margin-right: 3%;
min-height: 50px;
}








#s-a31df970-2766-4b35-98d6-903c6a634ff9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a31df970-2766-4b35-98d6-903c6a634ff9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-02e568b1-74c3-4217-88ba-445f2aa7241c {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}

#s-02e568b1-74c3-4217-88ba-445f2aa7241c .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  text-align: left;
}



#s-1c85ee35-22c2-4cc0-907b-3a09d034c038 {
  margin-bottom: 40px;
margin-right: 0px;
}

#s-3aab7a97-f7a8-4f9d-be61-b7a2db5ef4fc {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-3aab7a97-f7a8-4f9d-be61-b7a2db5ef4fc .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  text-align: left;
}



#s-f28a5d55-1d8d-4b21-a1b3-310124db4e9c {
  margin-bottom: 40px;
}

#s-b470f17f-d065-4f43-ada2-076daf166a6c {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-b470f17f-d065-4f43-ada2-076daf166a6c .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  text-align: left;
}



#s-3752442b-d21b-472b-a980-7c3724f2052c {
  margin-bottom: 40px;
}

#s-a1d2431a-505c-4a19-97ce-98729b32b73b {
  max-width: 50%;
}








#s-a1d2431a-505c-4a19-97ce-98729b32b73b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a1d2431a-505c-4a19-97ce-98729b32b73b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0116610a-328f-460b-b56b-320b9293db89 {
  min-height: 50px;
}








#s-0116610a-328f-460b-b56b-320b9293db89 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0116610a-328f-460b-b56b-320b9293db89.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0e266a96-1ebc-4c10-ab8f-05dbed2fa81d {
  min-height: 50px;
}








#s-0e266a96-1ebc-4c10-ab8f-05dbed2fa81d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0e266a96-1ebc-4c10-ab8f-05dbed2fa81d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bfb1b4ed-297a-479f-a8b1-745fef56657b {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-6b7c575e-ec70-4ea1-a24a-a252d999f4e1 {
  margin-top: 10px;
margin-left: 3%;
margin-bottom: 10px;
margin-right: 3%;
min-height: 50px;
}








#s-6b7c575e-ec70-4ea1-a24a-a252d999f4e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6b7c575e-ec70-4ea1-a24a-a252d999f4e1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6c576313-61b0-489b-9257-517a1766d86f {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}

#s-6c576313-61b0-489b-9257-517a1766d86f .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-e8ab7e88-4d9b-433b-8a02-72c3c5219b9e {
  margin-bottom: 40px;
margin-right: 0px;
}

#s-b13dd7c3-183d-455e-9733-3ab2fe4ae743 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-b13dd7c3-183d-455e-9733-3ab2fe4ae743 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-5a02688d-f5b5-4866-93a9-4e25f50e60cb {
  margin-bottom: 40px;
}

#s-d709b2af-190f-45d7-82d4-c959107df820 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-d709b2af-190f-45d7-82d4-c959107df820 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-96cebc11-5ae0-4dc9-be0d-529c1a6297c1 {
  margin-bottom: 40px;
}

#s-3283cead-c028-465b-bef3-1acfca570948 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-3283cead-c028-465b-bef3-1acfca570948 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-03d3e801-4dd3-4610-941f-6ac30beae128 {
  margin-bottom: 40px;
}

#s-fd0f2610-cc41-4075-bdcd-5210f1dbcb7d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
opacity: 1;
}

#s-fd0f2610-cc41-4075-bdcd-5210f1dbcb7d .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-f5207bd1-1151-4f41-b4e5-69b99e972bfb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f5207bd1-1151-4f41-b4e5-69b99e972bfb .shogun-heading-component h2 {
  color: rgba(60, 178, 141, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-2b4dbf30-dc0b-4a2f-ac5c-1a442dc687c9 {
  margin-top: 25px;
margin-bottom: 25px;
padding-left: 4.5%;
padding-right: 4.5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(165, 157, 147, 1);
border-style: solid;
min-height: 50px;
}








#s-2b4dbf30-dc0b-4a2f-ac5c-1a442dc687c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b4dbf30-dc0b-4a2f-ac5c-1a442dc687c9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c4763937-94c0-4365-8838-355f1db139b0 {
  text-align: left;
}

#s-c0db4c60-2fe4-4f65-bded-e41e30196fa6 {
  min-height: 50px;
}








#s-c0db4c60-2fe4-4f65-bded-e41e30196fa6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c0db4c60-2fe4-4f65-bded-e41e30196fa6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-4520c354-9399-48dd-838b-930e2d872e37"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-4520c354-9399-48dd-838b-930e2d872e37"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4520c354-9399-48dd-838b-930e2d872e37"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4520c354-9399-48dd-838b-930e2d872e37"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-0ff26faa-4e05-43c8-8a83-3aecffca1709 {
  text-align: center;
}







  img.s-0ff26faa-4e05-43c8-8a83-3aecffca1709.shogun-image {
    
    
  }


.s-0ff26faa-4e05-43c8-8a83-3aecffca1709 .shogun-image-content {
  
    align-items: center;
  
}

.s-0ff26faa-4e05-43c8-8a83-3aecffca1709.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ff26faa-4e05-43c8-8a83-3aecffca1709.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ff26faa-4e05-43c8-8a83-3aecffca1709.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-0ff26faa-4e05-43c8-8a83-3aecffca1709.shogun-image {
    
    
  }


.s-0ff26faa-4e05-43c8-8a83-3aecffca1709 .shogun-image-content {
  
    align-items: center;
  
}

.s-0ff26faa-4e05-43c8-8a83-3aecffca1709.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ff26faa-4e05-43c8-8a83-3aecffca1709.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ff26faa-4e05-43c8-8a83-3aecffca1709.shogun-image {
  box-sizing: border-box;
}




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





  img.s-0ff26faa-4e05-43c8-8a83-3aecffca1709.shogun-image {
    
    
  }


.s-0ff26faa-4e05-43c8-8a83-3aecffca1709 .shogun-image-content {
  
    align-items: center;
  
}

.s-0ff26faa-4e05-43c8-8a83-3aecffca1709.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ff26faa-4e05-43c8-8a83-3aecffca1709.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ff26faa-4e05-43c8-8a83-3aecffca1709.shogun-image {
  box-sizing: border-box;
}




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





  img.s-0ff26faa-4e05-43c8-8a83-3aecffca1709.shogun-image {
    
    
  }


.s-0ff26faa-4e05-43c8-8a83-3aecffca1709 .shogun-image-content {
  
    align-items: center;
  
}

.s-0ff26faa-4e05-43c8-8a83-3aecffca1709.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ff26faa-4e05-43c8-8a83-3aecffca1709.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ff26faa-4e05-43c8-8a83-3aecffca1709.shogun-image {
  box-sizing: border-box;
}




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





  img.s-0ff26faa-4e05-43c8-8a83-3aecffca1709.shogun-image {
    
    
  }


.s-0ff26faa-4e05-43c8-8a83-3aecffca1709 .shogun-image-content {
  
    align-items: center;
  
}

.s-0ff26faa-4e05-43c8-8a83-3aecffca1709.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ff26faa-4e05-43c8-8a83-3aecffca1709.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ff26faa-4e05-43c8-8a83-3aecffca1709.shogun-image {
  box-sizing: border-box;
}




}
#s-25a59089-d5f6-49dd-9b82-f94d482d106b {
  max-width: 225px;
aspect-ratio: 1/1;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-25a59089-d5f6-49dd-9b82-f94d482d106b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-25a59089-d5f6-49dd-9b82-f94d482d106b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-25a59089-d5f6-49dd-9b82-f94d482d106b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-25a59089-d5f6-49dd-9b82-f94d482d106b {
    width: 100%;
    height: auto;
  }

  #s-25a59089-d5f6-49dd-9b82-f94d482d106b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-25a59089-d5f6-49dd-9b82-f94d482d106b.shogun-image {
    
    
  }


.s-25a59089-d5f6-49dd-9b82-f94d482d106b .shogun-image-content {
  
    align-items: center;
  
}

.s-25a59089-d5f6-49dd-9b82-f94d482d106b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25a59089-d5f6-49dd-9b82-f94d482d106b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25a59089-d5f6-49dd-9b82-f94d482d106b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-25a59089-d5f6-49dd-9b82-f94d482d106b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-25a59089-d5f6-49dd-9b82-f94d482d106b.shogun-image-container {
      position: relative;
    }

    .s-25a59089-d5f6-49dd-9b82-f94d482d106b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-25a59089-d5f6-49dd-9b82-f94d482d106b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-25a59089-d5f6-49dd-9b82-f94d482d106b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-25a59089-d5f6-49dd-9b82-f94d482d106b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-25a59089-d5f6-49dd-9b82-f94d482d106b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-25a59089-d5f6-49dd-9b82-f94d482d106b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-25a59089-d5f6-49dd-9b82-f94d482d106b {
    width: 100%;
    height: auto;
  }

  #s-25a59089-d5f6-49dd-9b82-f94d482d106b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-25a59089-d5f6-49dd-9b82-f94d482d106b.shogun-image {
    
    
  }


.s-25a59089-d5f6-49dd-9b82-f94d482d106b .shogun-image-content {
  
    align-items: center;
  
}

.s-25a59089-d5f6-49dd-9b82-f94d482d106b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25a59089-d5f6-49dd-9b82-f94d482d106b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25a59089-d5f6-49dd-9b82-f94d482d106b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-25a59089-d5f6-49dd-9b82-f94d482d106b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-25a59089-d5f6-49dd-9b82-f94d482d106b.shogun-image-container {
      position: relative;
    }

    .s-25a59089-d5f6-49dd-9b82-f94d482d106b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-25a59089-d5f6-49dd-9b82-f94d482d106b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-25a59089-d5f6-49dd-9b82-f94d482d106b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-25a59089-d5f6-49dd-9b82-f94d482d106b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-25a59089-d5f6-49dd-9b82-f94d482d106b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-25a59089-d5f6-49dd-9b82-f94d482d106b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-25a59089-d5f6-49dd-9b82-f94d482d106b {
    width: 100%;
    height: auto;
  }

  #s-25a59089-d5f6-49dd-9b82-f94d482d106b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-25a59089-d5f6-49dd-9b82-f94d482d106b.shogun-image {
    
    
  }


.s-25a59089-d5f6-49dd-9b82-f94d482d106b .shogun-image-content {
  
    align-items: center;
  
}

.s-25a59089-d5f6-49dd-9b82-f94d482d106b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25a59089-d5f6-49dd-9b82-f94d482d106b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25a59089-d5f6-49dd-9b82-f94d482d106b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-25a59089-d5f6-49dd-9b82-f94d482d106b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-25a59089-d5f6-49dd-9b82-f94d482d106b.shogun-image-container {
      position: relative;
    }

    .s-25a59089-d5f6-49dd-9b82-f94d482d106b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-25a59089-d5f6-49dd-9b82-f94d482d106b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-25a59089-d5f6-49dd-9b82-f94d482d106b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-25a59089-d5f6-49dd-9b82-f94d482d106b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-25a59089-d5f6-49dd-9b82-f94d482d106b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-25a59089-d5f6-49dd-9b82-f94d482d106b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-25a59089-d5f6-49dd-9b82-f94d482d106b {
    width: 100%;
    height: auto;
  }

  #s-25a59089-d5f6-49dd-9b82-f94d482d106b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-25a59089-d5f6-49dd-9b82-f94d482d106b.shogun-image {
    
    
  }


.s-25a59089-d5f6-49dd-9b82-f94d482d106b .shogun-image-content {
  
    align-items: center;
  
}

.s-25a59089-d5f6-49dd-9b82-f94d482d106b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25a59089-d5f6-49dd-9b82-f94d482d106b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25a59089-d5f6-49dd-9b82-f94d482d106b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-25a59089-d5f6-49dd-9b82-f94d482d106b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-25a59089-d5f6-49dd-9b82-f94d482d106b.shogun-image-container {
      position: relative;
    }

    .s-25a59089-d5f6-49dd-9b82-f94d482d106b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-25a59089-d5f6-49dd-9b82-f94d482d106b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-25a59089-d5f6-49dd-9b82-f94d482d106b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-25a59089-d5f6-49dd-9b82-f94d482d106b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-25a59089-d5f6-49dd-9b82-f94d482d106b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-25a59089-d5f6-49dd-9b82-f94d482d106b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-25a59089-d5f6-49dd-9b82-f94d482d106b {
    width: 100%;
    height: auto;
  }

  #s-25a59089-d5f6-49dd-9b82-f94d482d106b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-25a59089-d5f6-49dd-9b82-f94d482d106b.shogun-image {
    
    
  }


.s-25a59089-d5f6-49dd-9b82-f94d482d106b .shogun-image-content {
  
    align-items: center;
  
}

.s-25a59089-d5f6-49dd-9b82-f94d482d106b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25a59089-d5f6-49dd-9b82-f94d482d106b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25a59089-d5f6-49dd-9b82-f94d482d106b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-25a59089-d5f6-49dd-9b82-f94d482d106b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-25a59089-d5f6-49dd-9b82-f94d482d106b.shogun-image-container {
      position: relative;
    }

    .s-25a59089-d5f6-49dd-9b82-f94d482d106b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-25a59089-d5f6-49dd-9b82-f94d482d106b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-25a59089-d5f6-49dd-9b82-f94d482d106b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-9d50fe1a-db52-4995-8f55-3d47b6eff29e {
  max-width: 394px;
aspect-ratio: 394/423;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-9d50fe1a-db52-4995-8f55-3d47b6eff29e .shg-image-content-wrapper {
      aspect-ratio: 394/423;
      min-width: 100%;
      height: auto;
    }

    #s-9d50fe1a-db52-4995-8f55-3d47b6eff29e .shogun-image-link {
      aspect-ratio: 394/423;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d50fe1a-db52-4995-8f55-3d47b6eff29e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-9d50fe1a-db52-4995-8f55-3d47b6eff29e {
    width: 100%;
    height: auto;
  }

  #s-9d50fe1a-db52-4995-8f55-3d47b6eff29e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9d50fe1a-db52-4995-8f55-3d47b6eff29e.shogun-image {
    
    
  }


.s-9d50fe1a-db52-4995-8f55-3d47b6eff29e .shogun-image-content {
  
    align-items: center;
  
}

.s-9d50fe1a-db52-4995-8f55-3d47b6eff29e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d50fe1a-db52-4995-8f55-3d47b6eff29e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d50fe1a-db52-4995-8f55-3d47b6eff29e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9d50fe1a-db52-4995-8f55-3d47b6eff29e {
      --shg-aspect-ratio: calc(394/423); 
    }

    .s-9d50fe1a-db52-4995-8f55-3d47b6eff29e.shogun-image-container {
      position: relative;
    }

    .s-9d50fe1a-db52-4995-8f55-3d47b6eff29e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d50fe1a-db52-4995-8f55-3d47b6eff29e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d50fe1a-db52-4995-8f55-3d47b6eff29e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-9d50fe1a-db52-4995-8f55-3d47b6eff29e .shg-image-content-wrapper {
      aspect-ratio: 394/423;
      min-width: 100%;
      height: auto;
    }

    #s-9d50fe1a-db52-4995-8f55-3d47b6eff29e .shogun-image-link {
      aspect-ratio: 394/423;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d50fe1a-db52-4995-8f55-3d47b6eff29e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-9d50fe1a-db52-4995-8f55-3d47b6eff29e {
    width: 100%;
    height: auto;
  }

  #s-9d50fe1a-db52-4995-8f55-3d47b6eff29e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9d50fe1a-db52-4995-8f55-3d47b6eff29e.shogun-image {
    
    
  }


.s-9d50fe1a-db52-4995-8f55-3d47b6eff29e .shogun-image-content {
  
    align-items: center;
  
}

.s-9d50fe1a-db52-4995-8f55-3d47b6eff29e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d50fe1a-db52-4995-8f55-3d47b6eff29e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d50fe1a-db52-4995-8f55-3d47b6eff29e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9d50fe1a-db52-4995-8f55-3d47b6eff29e {
      --shg-aspect-ratio: calc(394/423); 
    }

    .s-9d50fe1a-db52-4995-8f55-3d47b6eff29e.shogun-image-container {
      position: relative;
    }

    .s-9d50fe1a-db52-4995-8f55-3d47b6eff29e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d50fe1a-db52-4995-8f55-3d47b6eff29e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d50fe1a-db52-4995-8f55-3d47b6eff29e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-9d50fe1a-db52-4995-8f55-3d47b6eff29e .shg-image-content-wrapper {
      aspect-ratio: 394/423;
      min-width: 100%;
      height: auto;
    }

    #s-9d50fe1a-db52-4995-8f55-3d47b6eff29e .shogun-image-link {
      aspect-ratio: 394/423;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d50fe1a-db52-4995-8f55-3d47b6eff29e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-9d50fe1a-db52-4995-8f55-3d47b6eff29e {
    width: 100%;
    height: auto;
  }

  #s-9d50fe1a-db52-4995-8f55-3d47b6eff29e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9d50fe1a-db52-4995-8f55-3d47b6eff29e.shogun-image {
    
    
  }


.s-9d50fe1a-db52-4995-8f55-3d47b6eff29e .shogun-image-content {
  
    align-items: center;
  
}

.s-9d50fe1a-db52-4995-8f55-3d47b6eff29e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d50fe1a-db52-4995-8f55-3d47b6eff29e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d50fe1a-db52-4995-8f55-3d47b6eff29e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9d50fe1a-db52-4995-8f55-3d47b6eff29e {
      --shg-aspect-ratio: calc(394/423); 
    }

    .s-9d50fe1a-db52-4995-8f55-3d47b6eff29e.shogun-image-container {
      position: relative;
    }

    .s-9d50fe1a-db52-4995-8f55-3d47b6eff29e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d50fe1a-db52-4995-8f55-3d47b6eff29e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d50fe1a-db52-4995-8f55-3d47b6eff29e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-9d50fe1a-db52-4995-8f55-3d47b6eff29e .shg-image-content-wrapper {
      aspect-ratio: 394/423;
      min-width: 100%;
      height: auto;
    }

    #s-9d50fe1a-db52-4995-8f55-3d47b6eff29e .shogun-image-link {
      aspect-ratio: 394/423;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d50fe1a-db52-4995-8f55-3d47b6eff29e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-9d50fe1a-db52-4995-8f55-3d47b6eff29e {
    width: 100%;
    height: auto;
  }

  #s-9d50fe1a-db52-4995-8f55-3d47b6eff29e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9d50fe1a-db52-4995-8f55-3d47b6eff29e.shogun-image {
    
    
  }


.s-9d50fe1a-db52-4995-8f55-3d47b6eff29e .shogun-image-content {
  
    align-items: center;
  
}

.s-9d50fe1a-db52-4995-8f55-3d47b6eff29e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d50fe1a-db52-4995-8f55-3d47b6eff29e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d50fe1a-db52-4995-8f55-3d47b6eff29e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9d50fe1a-db52-4995-8f55-3d47b6eff29e {
      --shg-aspect-ratio: calc(394/423); 
    }

    .s-9d50fe1a-db52-4995-8f55-3d47b6eff29e.shogun-image-container {
      position: relative;
    }

    .s-9d50fe1a-db52-4995-8f55-3d47b6eff29e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d50fe1a-db52-4995-8f55-3d47b6eff29e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d50fe1a-db52-4995-8f55-3d47b6eff29e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-9d50fe1a-db52-4995-8f55-3d47b6eff29e .shg-image-content-wrapper {
      aspect-ratio: 394/423;
      min-width: 100%;
      height: auto;
    }

    #s-9d50fe1a-db52-4995-8f55-3d47b6eff29e .shogun-image-link {
      aspect-ratio: 394/423;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d50fe1a-db52-4995-8f55-3d47b6eff29e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-9d50fe1a-db52-4995-8f55-3d47b6eff29e {
    width: 100%;
    height: auto;
  }

  #s-9d50fe1a-db52-4995-8f55-3d47b6eff29e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9d50fe1a-db52-4995-8f55-3d47b6eff29e.shogun-image {
    
    
  }


.s-9d50fe1a-db52-4995-8f55-3d47b6eff29e .shogun-image-content {
  
    align-items: center;
  
}

.s-9d50fe1a-db52-4995-8f55-3d47b6eff29e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d50fe1a-db52-4995-8f55-3d47b6eff29e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d50fe1a-db52-4995-8f55-3d47b6eff29e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9d50fe1a-db52-4995-8f55-3d47b6eff29e {
      --shg-aspect-ratio: calc(394/423); 
    }

    .s-9d50fe1a-db52-4995-8f55-3d47b6eff29e.shogun-image-container {
      position: relative;
    }

    .s-9d50fe1a-db52-4995-8f55-3d47b6eff29e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d50fe1a-db52-4995-8f55-3d47b6eff29e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d50fe1a-db52-4995-8f55-3d47b6eff29e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-ce816af4-dff7-4cb8-81fb-e765af0fc594 {
  margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
max-width: 730px;
}

@media (min-width: 0px) {
[id="s-ce816af4-dff7-4cb8-81fb-e765af0fc594"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ce816af4-dff7-4cb8-81fb-e765af0fc594"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ce816af4-dff7-4cb8-81fb-e765af0fc594"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ce816af4-dff7-4cb8-81fb-e765af0fc594"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-536a4b83-c040-44b7-9882-b7a7b9ed3a21 {
  margin-bottom: 40px;
}

#s-236a792d-13e4-4d86-8388-0df3f47d7ea8 {
  min-height: 50px;
}








#s-236a792d-13e4-4d86-8388-0df3f47d7ea8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-236a792d-13e4-4d86-8388-0df3f47d7ea8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cd2a90b7-7c93-4eb8-938e-720a21e4fca6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cd2a90b7-7c93-4eb8-938e-720a21e4fca6 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-7d9af700-f32e-4275-af1e-b97979f9ddda {
  text-align: left;
}



.shg-c#s-7d9af700-f32e-4275-af1e-b97979f9ddda .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7d9af700-f32e-4275-af1e-b97979f9ddda img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7d9af700-f32e-4275-af1e-b97979f9ddda .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7d9af700-f32e-4275-af1e-b97979f9ddda img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7d9af700-f32e-4275-af1e-b97979f9ddda .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7d9af700-f32e-4275-af1e-b97979f9ddda img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7d9af700-f32e-4275-af1e-b97979f9ddda .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7d9af700-f32e-4275-af1e-b97979f9ddda img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7d9af700-f32e-4275-af1e-b97979f9ddda .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7d9af700-f32e-4275-af1e-b97979f9ddda img.shogun-image {
  width: 100%;
}



}
#s-7dca8187-8768-40ed-b92d-9b1f68d1b9ec {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7dca8187-8768-40ed-b92d-9b1f68d1b9ec .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-a0cea3cd-717b-4e19-a68e-c9587088ed21 {
  text-align: center;
}

#s-a0cea3cd-717b-4e19-a68e-c9587088ed21 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a0cea3cd-717b-4e19-a68e-c9587088ed21 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-a0cea3cd-717b-4e19-a68e-c9587088ed21 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c48e9696-cd9f-47e9-bf4d-04b5c8258f7e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-c48e9696-cd9f-47e9-bf4d-04b5c8258f7e:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c48e9696-cd9f-47e9-bf4d-04b5c8258f7e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c48e9696-cd9f-47e9-bf4d-04b5c8258f7e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c48e9696-cd9f-47e9-bf4d-04b5c8258f7e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c48e9696-cd9f-47e9-bf4d-04b5c8258f7e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c48e9696-cd9f-47e9-bf4d-04b5c8258f7e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-c8ad9250-e3e5-4219-9986-69e643bf00fd {
  text-align: left;
}



.shg-c#s-c8ad9250-e3e5-4219-9986-69e643bf00fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c8ad9250-e3e5-4219-9986-69e643bf00fd img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c8ad9250-e3e5-4219-9986-69e643bf00fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c8ad9250-e3e5-4219-9986-69e643bf00fd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c8ad9250-e3e5-4219-9986-69e643bf00fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c8ad9250-e3e5-4219-9986-69e643bf00fd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c8ad9250-e3e5-4219-9986-69e643bf00fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c8ad9250-e3e5-4219-9986-69e643bf00fd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c8ad9250-e3e5-4219-9986-69e643bf00fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c8ad9250-e3e5-4219-9986-69e643bf00fd img.shogun-image {
  width: 100%;
}



}
#s-606db081-c0a4-42ed-b1c0-7b8eeef3ef80 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-606db081-c0a4-42ed-b1c0-7b8eeef3ef80 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-b290f61d-9375-4d84-8b39-23ed3d853fdf {
  text-align: center;
}

#s-b290f61d-9375-4d84-8b39-23ed3d853fdf .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b290f61d-9375-4d84-8b39-23ed3d853fdf .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-b290f61d-9375-4d84-8b39-23ed3d853fdf .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-29996b9d-4bdc-48b4-9a52-c3484c2415e1 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-29996b9d-4bdc-48b4-9a52-c3484c2415e1:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-29996b9d-4bdc-48b4-9a52-c3484c2415e1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-29996b9d-4bdc-48b4-9a52-c3484c2415e1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-29996b9d-4bdc-48b4-9a52-c3484c2415e1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-29996b9d-4bdc-48b4-9a52-c3484c2415e1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-29996b9d-4bdc-48b4-9a52-c3484c2415e1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-74ee5ba9-4edb-44aa-a49a-8f75b537a97c {
  text-align: left;
}



.shg-c#s-74ee5ba9-4edb-44aa-a49a-8f75b537a97c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-74ee5ba9-4edb-44aa-a49a-8f75b537a97c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-74ee5ba9-4edb-44aa-a49a-8f75b537a97c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-74ee5ba9-4edb-44aa-a49a-8f75b537a97c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-74ee5ba9-4edb-44aa-a49a-8f75b537a97c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-74ee5ba9-4edb-44aa-a49a-8f75b537a97c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-74ee5ba9-4edb-44aa-a49a-8f75b537a97c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-74ee5ba9-4edb-44aa-a49a-8f75b537a97c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-74ee5ba9-4edb-44aa-a49a-8f75b537a97c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-74ee5ba9-4edb-44aa-a49a-8f75b537a97c img.shogun-image {
  width: 100%;
}



}
#s-7c350cb1-3266-4bf8-9b11-93664e6343a0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7c350cb1-3266-4bf8-9b11-93664e6343a0 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-0a4bfa3b-9787-4355-92b6-4a06bf38cce3 {
  text-align: center;
}

#s-0a4bfa3b-9787-4355-92b6-4a06bf38cce3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-0a4bfa3b-9787-4355-92b6-4a06bf38cce3 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-0a4bfa3b-9787-4355-92b6-4a06bf38cce3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-2d0fae8e-28ab-42aa-be61-c3b6209c9e0d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-2d0fae8e-28ab-42aa-be61-c3b6209c9e0d:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2d0fae8e-28ab-42aa-be61-c3b6209c9e0d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2d0fae8e-28ab-42aa-be61-c3b6209c9e0d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2d0fae8e-28ab-42aa-be61-c3b6209c9e0d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2d0fae8e-28ab-42aa-be61-c3b6209c9e0d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2d0fae8e-28ab-42aa-be61-c3b6209c9e0d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-2aa9789a-9333-4b9a-8e44-e817cf0296ca {
  text-align: left;
}



.shg-c#s-2aa9789a-9333-4b9a-8e44-e817cf0296ca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2aa9789a-9333-4b9a-8e44-e817cf0296ca img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-2aa9789a-9333-4b9a-8e44-e817cf0296ca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2aa9789a-9333-4b9a-8e44-e817cf0296ca img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2aa9789a-9333-4b9a-8e44-e817cf0296ca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2aa9789a-9333-4b9a-8e44-e817cf0296ca img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2aa9789a-9333-4b9a-8e44-e817cf0296ca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2aa9789a-9333-4b9a-8e44-e817cf0296ca img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2aa9789a-9333-4b9a-8e44-e817cf0296ca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2aa9789a-9333-4b9a-8e44-e817cf0296ca img.shogun-image {
  width: 100%;
}



}
#s-5bd33f8b-0113-4715-b8bb-632a4aa8c50b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5bd33f8b-0113-4715-b8bb-632a4aa8c50b .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-a9b606f6-68bf-4a3f-bec1-04a288dfdae8 {
  text-align: center;
}

#s-a9b606f6-68bf-4a3f-bec1-04a288dfdae8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a9b606f6-68bf-4a3f-bec1-04a288dfdae8 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-a9b606f6-68bf-4a3f-bec1-04a288dfdae8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-74b7289d-1f56-4b91-b459-0a3e720adc38 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-74b7289d-1f56-4b91-b459-0a3e720adc38:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-74b7289d-1f56-4b91-b459-0a3e720adc38:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-74b7289d-1f56-4b91-b459-0a3e720adc38 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-74b7289d-1f56-4b91-b459-0a3e720adc38.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-74b7289d-1f56-4b91-b459-0a3e720adc38.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-74b7289d-1f56-4b91-b459-0a3e720adc38.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-4608d41d-dc96-4ea4-9bfe-aa249f81ccd9 {
  text-align: left;
}



.shg-c#s-4608d41d-dc96-4ea4-9bfe-aa249f81ccd9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4608d41d-dc96-4ea4-9bfe-aa249f81ccd9 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4608d41d-dc96-4ea4-9bfe-aa249f81ccd9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4608d41d-dc96-4ea4-9bfe-aa249f81ccd9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4608d41d-dc96-4ea4-9bfe-aa249f81ccd9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4608d41d-dc96-4ea4-9bfe-aa249f81ccd9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4608d41d-dc96-4ea4-9bfe-aa249f81ccd9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4608d41d-dc96-4ea4-9bfe-aa249f81ccd9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4608d41d-dc96-4ea4-9bfe-aa249f81ccd9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4608d41d-dc96-4ea4-9bfe-aa249f81ccd9 img.shogun-image {
  width: 100%;
}



}
#s-a78240e7-3b34-4cde-924e-83c298ed5487 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a78240e7-3b34-4cde-924e-83c298ed5487 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-66a34556-3d02-4930-97de-aa729c875fdf {
  text-align: center;
}

#s-66a34556-3d02-4930-97de-aa729c875fdf .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-66a34556-3d02-4930-97de-aa729c875fdf .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-66a34556-3d02-4930-97de-aa729c875fdf .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-2f70f3e2-4e47-4467-bb7c-04226dec8a43 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-2f70f3e2-4e47-4467-bb7c-04226dec8a43:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2f70f3e2-4e47-4467-bb7c-04226dec8a43:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2f70f3e2-4e47-4467-bb7c-04226dec8a43 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2f70f3e2-4e47-4467-bb7c-04226dec8a43.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2f70f3e2-4e47-4467-bb7c-04226dec8a43.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2f70f3e2-4e47-4467-bb7c-04226dec8a43.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-eedd7b3f-eaa4-4e95-9b1b-0499e4bd76b8 {
  text-align: left;
}



.shg-c#s-eedd7b3f-eaa4-4e95-9b1b-0499e4bd76b8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eedd7b3f-eaa4-4e95-9b1b-0499e4bd76b8 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-eedd7b3f-eaa4-4e95-9b1b-0499e4bd76b8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eedd7b3f-eaa4-4e95-9b1b-0499e4bd76b8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-eedd7b3f-eaa4-4e95-9b1b-0499e4bd76b8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eedd7b3f-eaa4-4e95-9b1b-0499e4bd76b8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-eedd7b3f-eaa4-4e95-9b1b-0499e4bd76b8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eedd7b3f-eaa4-4e95-9b1b-0499e4bd76b8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-eedd7b3f-eaa4-4e95-9b1b-0499e4bd76b8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eedd7b3f-eaa4-4e95-9b1b-0499e4bd76b8 img.shogun-image {
  width: 100%;
}



}
#s-1609bf10-e142-40ea-ab4d-b06f8864b356 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1609bf10-e142-40ea-ab4d-b06f8864b356 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-53c4a039-36a5-4bde-a589-89b35bd63719 {
  text-align: center;
}

#s-53c4a039-36a5-4bde-a589-89b35bd63719 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-53c4a039-36a5-4bde-a589-89b35bd63719 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-53c4a039-36a5-4bde-a589-89b35bd63719 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-dabebd80-d781-46a2-b0e7-8b6b02f998c3 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-dabebd80-d781-46a2-b0e7-8b6b02f998c3:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-dabebd80-d781-46a2-b0e7-8b6b02f998c3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-dabebd80-d781-46a2-b0e7-8b6b02f998c3 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dabebd80-d781-46a2-b0e7-8b6b02f998c3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dabebd80-d781-46a2-b0e7-8b6b02f998c3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-dabebd80-d781-46a2-b0e7-8b6b02f998c3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-3e15df45-649b-42ba-a71d-5a703c4a475f {
  min-height: 50px;
}
@media (max-width: 767px){#s-3e15df45-649b-42ba-a71d-5a703c4a475f {
  display: none;
}
#s-3e15df45-649b-42ba-a71d-5a703c4a475f, #wrap-s-3e15df45-649b-42ba-a71d-5a703c4a475f { display: none !important; }}







#s-3e15df45-649b-42ba-a71d-5a703c4a475f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3e15df45-649b-42ba-a71d-5a703c4a475f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-73e7d523-0fa5-45e3-9963-5353e92468f4 {
  text-align: left;
}

#s-e3507b53-c9ca-4bc0-aa0c-f6e22d143f85 {
  margin-bottom: 10px;
}

#s-ee4b113a-b2d6-4cbb-8b28-e1fa995cf8c1 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-ee4b113a-b2d6-4cbb-8b28-e1fa995cf8c1 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-e7d50895-eb7c-4676-a59c-af44157ddf47 {
  text-align: left;
}


.shg-c#s-e7d50895-eb7c-4676-a59c-af44157ddf47 {
  max-width:  100%;
}

.shg-c#s-e7d50895-eb7c-4676-a59c-af44157ddf47 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e7d50895-eb7c-4676-a59c-af44157ddf47 .shg-image-zoom,
.shg-c#s-e7d50895-eb7c-4676-a59c-af44157ddf47 img.shogun-image {
  max-width: 960px !important;
  
}

.shg-c#s-e7d50895-eb7c-4676-a59c-af44157ddf47 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e7d50895-eb7c-4676-a59c-af44157ddf47 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e7d50895-eb7c-4676-a59c-af44157ddf47 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-e7d50895-eb7c-4676-a59c-af44157ddf47 {
  max-width:  100%;
}

.shg-c#s-e7d50895-eb7c-4676-a59c-af44157ddf47 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e7d50895-eb7c-4676-a59c-af44157ddf47 .shg-image-zoom,
.shg-c#s-e7d50895-eb7c-4676-a59c-af44157ddf47 img.shogun-image {
  max-width: 960px !important;
  
}

.shg-c#s-e7d50895-eb7c-4676-a59c-af44157ddf47 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e7d50895-eb7c-4676-a59c-af44157ddf47 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e7d50895-eb7c-4676-a59c-af44157ddf47 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e7d50895-eb7c-4676-a59c-af44157ddf47 {
  max-width:  100%;
}

.shg-c#s-e7d50895-eb7c-4676-a59c-af44157ddf47 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e7d50895-eb7c-4676-a59c-af44157ddf47 .shg-image-zoom,
.shg-c#s-e7d50895-eb7c-4676-a59c-af44157ddf47 img.shogun-image {
  max-width: 960px !important;
  
}

.shg-c#s-e7d50895-eb7c-4676-a59c-af44157ddf47 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e7d50895-eb7c-4676-a59c-af44157ddf47 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e7d50895-eb7c-4676-a59c-af44157ddf47 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e7d50895-eb7c-4676-a59c-af44157ddf47 {
  max-width:  100%;
}

.shg-c#s-e7d50895-eb7c-4676-a59c-af44157ddf47 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e7d50895-eb7c-4676-a59c-af44157ddf47 .shg-image-zoom,
.shg-c#s-e7d50895-eb7c-4676-a59c-af44157ddf47 img.shogun-image {
  max-width: 960px !important;
  
}

.shg-c#s-e7d50895-eb7c-4676-a59c-af44157ddf47 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e7d50895-eb7c-4676-a59c-af44157ddf47 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e7d50895-eb7c-4676-a59c-af44157ddf47 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-e7d50895-eb7c-4676-a59c-af44157ddf47 {
  max-width:  100%;
}

.shg-c#s-e7d50895-eb7c-4676-a59c-af44157ddf47 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e7d50895-eb7c-4676-a59c-af44157ddf47 .shg-image-zoom,
.shg-c#s-e7d50895-eb7c-4676-a59c-af44157ddf47 img.shogun-image {
  max-width: 960px !important;
  
}

.shg-c#s-e7d50895-eb7c-4676-a59c-af44157ddf47 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-e7d50895-eb7c-4676-a59c-af44157ddf47 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e7d50895-eb7c-4676-a59c-af44157ddf47 img.shogun-image {
  width: 100%;
}



}
#s-5c2b454a-3c2b-4c8c-a97a-ef33782cd2dc {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 64px;
text-align: center;
}

#s-5c2b454a-3c2b-4c8c-a97a-ef33782cd2dc .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-0192352d-229d-4d22-b1ed-b45c26189a03 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 2px;
padding-bottom: 2px;
text-align: center;
}

#s-0192352d-229d-4d22-b1ed-b45c26189a03 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 24px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-0192352d-229d-4d22-b1ed-b45c26189a03 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 24px;
}

#s-0192352d-229d-4d22-b1ed-b45c26189a03 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b1b03861-e95f-4172-accb-6a90f8e769c6 {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
background-color: rgba(60, 178, 141, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(60, 178, 141, 1);
}
#s-b1b03861-e95f-4172-accb-6a90f8e769c6:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(60, 178, 141, 1) !important;}#s-b1b03861-e95f-4172-accb-6a90f8e769c6:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-b1b03861-e95f-4172-accb-6a90f8e769c6-root {
    text-align: center;
  }


#s-b1b03861-e95f-4172-accb-6a90f8e769c6.shg-btn {
  color: rgba(60, 178, 141, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b1b03861-e95f-4172-accb-6a90f8e769c6-root {
    text-align: center;
  }


#s-b1b03861-e95f-4172-accb-6a90f8e769c6.shg-btn {
  color: rgba(60, 178, 141, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b1b03861-e95f-4172-accb-6a90f8e769c6-root {
    text-align: center;
  }


#s-b1b03861-e95f-4172-accb-6a90f8e769c6.shg-btn {
  color: rgba(60, 178, 141, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b1b03861-e95f-4172-accb-6a90f8e769c6-root {
    text-align: center;
  }


#s-b1b03861-e95f-4172-accb-6a90f8e769c6.shg-btn {
  color: rgba(60, 178, 141, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b1b03861-e95f-4172-accb-6a90f8e769c6-root {
    text-align: center;
  }


#s-b1b03861-e95f-4172-accb-6a90f8e769c6.shg-btn {
  color: rgba(60, 178, 141, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-146d060b-5ee7-41d3-a4b2-1d91b4547e94 {
  text-align: left;
}



.shg-c#s-146d060b-5ee7-41d3-a4b2-1d91b4547e94 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-146d060b-5ee7-41d3-a4b2-1d91b4547e94 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-146d060b-5ee7-41d3-a4b2-1d91b4547e94 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-146d060b-5ee7-41d3-a4b2-1d91b4547e94 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-146d060b-5ee7-41d3-a4b2-1d91b4547e94 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-146d060b-5ee7-41d3-a4b2-1d91b4547e94 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-146d060b-5ee7-41d3-a4b2-1d91b4547e94 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-146d060b-5ee7-41d3-a4b2-1d91b4547e94 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-146d060b-5ee7-41d3-a4b2-1d91b4547e94 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-146d060b-5ee7-41d3-a4b2-1d91b4547e94 img.shogun-image {
  width: 100%;
}



}
#s-d500101c-a53f-4d9c-bce4-b674ceff03b8 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 64px;
text-align: center;
}

#s-d500101c-a53f-4d9c-bce4-b674ceff03b8 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-8a6f522d-15d2-4290-93e9-0248f40cf00c {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 2px;
padding-bottom: 2px;
text-align: center;
}

#s-8a6f522d-15d2-4290-93e9-0248f40cf00c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 24px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-8a6f522d-15d2-4290-93e9-0248f40cf00c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 24px;
}

#s-8a6f522d-15d2-4290-93e9-0248f40cf00c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c6b40e13-368e-458b-854b-ca3a56c7f7e8 {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
background-color: rgba(60, 178, 141, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(60, 178, 141, 1);
}
#s-c6b40e13-368e-458b-854b-ca3a56c7f7e8:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(60, 178, 141, 1) !important;}#s-c6b40e13-368e-458b-854b-ca3a56c7f7e8:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-c6b40e13-368e-458b-854b-ca3a56c7f7e8-root {
    text-align: center;
  }


#s-c6b40e13-368e-458b-854b-ca3a56c7f7e8.shg-btn {
  color: rgba(60, 178, 141, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c6b40e13-368e-458b-854b-ca3a56c7f7e8-root {
    text-align: center;
  }


#s-c6b40e13-368e-458b-854b-ca3a56c7f7e8.shg-btn {
  color: rgba(60, 178, 141, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c6b40e13-368e-458b-854b-ca3a56c7f7e8-root {
    text-align: center;
  }


#s-c6b40e13-368e-458b-854b-ca3a56c7f7e8.shg-btn {
  color: rgba(60, 178, 141, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c6b40e13-368e-458b-854b-ca3a56c7f7e8-root {
    text-align: center;
  }


#s-c6b40e13-368e-458b-854b-ca3a56c7f7e8.shg-btn {
  color: rgba(60, 178, 141, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c6b40e13-368e-458b-854b-ca3a56c7f7e8-root {
    text-align: center;
  }


#s-c6b40e13-368e-458b-854b-ca3a56c7f7e8.shg-btn {
  color: rgba(60, 178, 141, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-c71618a3-a745-4505-9a9a-8a928ffab089 {
  text-align: left;
}



.shg-c#s-c71618a3-a745-4505-9a9a-8a928ffab089 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c71618a3-a745-4505-9a9a-8a928ffab089 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c71618a3-a745-4505-9a9a-8a928ffab089 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c71618a3-a745-4505-9a9a-8a928ffab089 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c71618a3-a745-4505-9a9a-8a928ffab089 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c71618a3-a745-4505-9a9a-8a928ffab089 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c71618a3-a745-4505-9a9a-8a928ffab089 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c71618a3-a745-4505-9a9a-8a928ffab089 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c71618a3-a745-4505-9a9a-8a928ffab089 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c71618a3-a745-4505-9a9a-8a928ffab089 img.shogun-image {
  width: 100%;
}



}
#s-08f5e74f-0d64-4b8d-bd5a-86f10ffecdad {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 64px;
text-align: center;
}

#s-08f5e74f-0d64-4b8d-bd5a-86f10ffecdad .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-e56db656-f6d2-49d4-9e7f-fcd60f21368a {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 2px;
padding-bottom: 2px;
text-align: center;
}

#s-e56db656-f6d2-49d4-9e7f-fcd60f21368a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 24px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e56db656-f6d2-49d4-9e7f-fcd60f21368a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 24px;
}

#s-e56db656-f6d2-49d4-9e7f-fcd60f21368a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-1f3e32b5-0799-45b3-9d81-8cda487e5551 {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
background-color: rgba(60, 178, 141, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(60, 178, 141, 1);
}
#s-1f3e32b5-0799-45b3-9d81-8cda487e5551:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(60, 178, 141, 1) !important;}#s-1f3e32b5-0799-45b3-9d81-8cda487e5551:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-1f3e32b5-0799-45b3-9d81-8cda487e5551-root {
    text-align: center;
  }


#s-1f3e32b5-0799-45b3-9d81-8cda487e5551.shg-btn {
  color: rgba(60, 178, 141, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1f3e32b5-0799-45b3-9d81-8cda487e5551-root {
    text-align: center;
  }


#s-1f3e32b5-0799-45b3-9d81-8cda487e5551.shg-btn {
  color: rgba(60, 178, 141, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1f3e32b5-0799-45b3-9d81-8cda487e5551-root {
    text-align: center;
  }


#s-1f3e32b5-0799-45b3-9d81-8cda487e5551.shg-btn {
  color: rgba(60, 178, 141, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1f3e32b5-0799-45b3-9d81-8cda487e5551-root {
    text-align: center;
  }


#s-1f3e32b5-0799-45b3-9d81-8cda487e5551.shg-btn {
  color: rgba(60, 178, 141, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1f3e32b5-0799-45b3-9d81-8cda487e5551-root {
    text-align: center;
  }


#s-1f3e32b5-0799-45b3-9d81-8cda487e5551.shg-btn {
  color: rgba(60, 178, 141, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-05bb9e1a-c0bc-44e8-832d-fc0a81360ceb {
  text-align: left;
}



.shg-c#s-05bb9e1a-c0bc-44e8-832d-fc0a81360ceb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-05bb9e1a-c0bc-44e8-832d-fc0a81360ceb img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-05bb9e1a-c0bc-44e8-832d-fc0a81360ceb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-05bb9e1a-c0bc-44e8-832d-fc0a81360ceb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-05bb9e1a-c0bc-44e8-832d-fc0a81360ceb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-05bb9e1a-c0bc-44e8-832d-fc0a81360ceb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-05bb9e1a-c0bc-44e8-832d-fc0a81360ceb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-05bb9e1a-c0bc-44e8-832d-fc0a81360ceb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-05bb9e1a-c0bc-44e8-832d-fc0a81360ceb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-05bb9e1a-c0bc-44e8-832d-fc0a81360ceb img.shogun-image {
  width: 100%;
}



}
#s-414c11ed-bcb8-4cca-a6da-73c26c63b9c8 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 64px;
text-align: center;
}

#s-414c11ed-bcb8-4cca-a6da-73c26c63b9c8 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-e9f477bd-5d44-4ce0-b3e3-b59b35068ed6 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 2px;
padding-bottom: 2px;
text-align: center;
}

#s-e9f477bd-5d44-4ce0-b3e3-b59b35068ed6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 24px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e9f477bd-5d44-4ce0-b3e3-b59b35068ed6 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 24px;
}

#s-e9f477bd-5d44-4ce0-b3e3-b59b35068ed6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-94c65f39-ede3-44c4-aa6c-9a7fa3d7187c {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
background-color: rgba(60, 178, 141, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(60, 178, 141, 1);
}
#s-94c65f39-ede3-44c4-aa6c-9a7fa3d7187c:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(60, 178, 141, 1) !important;}#s-94c65f39-ede3-44c4-aa6c-9a7fa3d7187c:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-94c65f39-ede3-44c4-aa6c-9a7fa3d7187c-root {
    text-align: center;
  }


#s-94c65f39-ede3-44c4-aa6c-9a7fa3d7187c.shg-btn {
  color: rgba(60, 178, 141, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-94c65f39-ede3-44c4-aa6c-9a7fa3d7187c-root {
    text-align: center;
  }


#s-94c65f39-ede3-44c4-aa6c-9a7fa3d7187c.shg-btn {
  color: rgba(60, 178, 141, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-94c65f39-ede3-44c4-aa6c-9a7fa3d7187c-root {
    text-align: center;
  }


#s-94c65f39-ede3-44c4-aa6c-9a7fa3d7187c.shg-btn {
  color: rgba(60, 178, 141, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-94c65f39-ede3-44c4-aa6c-9a7fa3d7187c-root {
    text-align: center;
  }


#s-94c65f39-ede3-44c4-aa6c-9a7fa3d7187c.shg-btn {
  color: rgba(60, 178, 141, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-94c65f39-ede3-44c4-aa6c-9a7fa3d7187c-root {
    text-align: center;
  }


#s-94c65f39-ede3-44c4-aa6c-9a7fa3d7187c.shg-btn {
  color: rgba(60, 178, 141, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-35ef96cc-c485-48ed-bb58-0bdf4eb4fe7a {
  text-align: left;
}



.shg-c#s-35ef96cc-c485-48ed-bb58-0bdf4eb4fe7a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-35ef96cc-c485-48ed-bb58-0bdf4eb4fe7a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-35ef96cc-c485-48ed-bb58-0bdf4eb4fe7a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-35ef96cc-c485-48ed-bb58-0bdf4eb4fe7a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-35ef96cc-c485-48ed-bb58-0bdf4eb4fe7a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-35ef96cc-c485-48ed-bb58-0bdf4eb4fe7a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-35ef96cc-c485-48ed-bb58-0bdf4eb4fe7a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-35ef96cc-c485-48ed-bb58-0bdf4eb4fe7a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-35ef96cc-c485-48ed-bb58-0bdf4eb4fe7a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-35ef96cc-c485-48ed-bb58-0bdf4eb4fe7a img.shogun-image {
  width: 100%;
}



}
#s-d48ca413-16b9-443e-b946-58337ae824cb {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 64px;
text-align: center;
}

#s-d48ca413-16b9-443e-b946-58337ae824cb .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-513a1fb1-26f2-4250-bd33-2af670e028cf {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 2px;
padding-bottom: 2px;
text-align: center;
}

#s-513a1fb1-26f2-4250-bd33-2af670e028cf .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 24px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-513a1fb1-26f2-4250-bd33-2af670e028cf .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 24px;
}

#s-513a1fb1-26f2-4250-bd33-2af670e028cf .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ffeecc6c-6c0c-40db-a875-d56c50467487 {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
background-color: rgba(60, 178, 141, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(60, 178, 141, 1);
}
#s-ffeecc6c-6c0c-40db-a875-d56c50467487:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(60, 178, 141, 1) !important;}#s-ffeecc6c-6c0c-40db-a875-d56c50467487:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-ffeecc6c-6c0c-40db-a875-d56c50467487-root {
    text-align: center;
  }


#s-ffeecc6c-6c0c-40db-a875-d56c50467487.shg-btn {
  color: rgba(60, 178, 141, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ffeecc6c-6c0c-40db-a875-d56c50467487-root {
    text-align: center;
  }


#s-ffeecc6c-6c0c-40db-a875-d56c50467487.shg-btn {
  color: rgba(60, 178, 141, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ffeecc6c-6c0c-40db-a875-d56c50467487-root {
    text-align: center;
  }


#s-ffeecc6c-6c0c-40db-a875-d56c50467487.shg-btn {
  color: rgba(60, 178, 141, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ffeecc6c-6c0c-40db-a875-d56c50467487-root {
    text-align: center;
  }


#s-ffeecc6c-6c0c-40db-a875-d56c50467487.shg-btn {
  color: rgba(60, 178, 141, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ffeecc6c-6c0c-40db-a875-d56c50467487-root {
    text-align: center;
  }


#s-ffeecc6c-6c0c-40db-a875-d56c50467487.shg-btn {
  color: rgba(60, 178, 141, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-81725008-48be-428f-8c1e-8bb048b94c78 {
  margin-top: 40px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 50px;
background-color: rgba(60, 178, 141, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(28, 53, 49, 1);
}
#s-81725008-48be-428f-8c1e-8bb048b94c78:hover {background-color: rgba(101, 206, 173, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-81725008-48be-428f-8c1e-8bb048b94c78:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-81725008-48be-428f-8c1e-8bb048b94c78-root {
    text-align: center;
  }


#s-81725008-48be-428f-8c1e-8bb048b94c78.shg-btn {
  color: rgba(28, 53, 49, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-81725008-48be-428f-8c1e-8bb048b94c78-root {
    text-align: center;
  }


#s-81725008-48be-428f-8c1e-8bb048b94c78.shg-btn {
  color: rgba(28, 53, 49, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-81725008-48be-428f-8c1e-8bb048b94c78-root {
    text-align: center;
  }


#s-81725008-48be-428f-8c1e-8bb048b94c78.shg-btn {
  color: rgba(28, 53, 49, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-81725008-48be-428f-8c1e-8bb048b94c78-root {
    text-align: center;
  }


#s-81725008-48be-428f-8c1e-8bb048b94c78.shg-btn {
  color: rgba(28, 53, 49, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-81725008-48be-428f-8c1e-8bb048b94c78-root {
    text-align: center;
  }


#s-81725008-48be-428f-8c1e-8bb048b94c78.shg-btn {
  color: rgba(28, 53, 49, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#mc_embed_signup .clear{width:auto !important;height:auto !important;visibility:visible !important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline !important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,0.85)}.shg-lightbox.hidden{display:none !important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:hover,.shg-lightbox .shg-lightbox-close:focus{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0%, -50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none !important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width: 769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity 300ms}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}
