#s-7859ceab-bd80-464d-8617-7bc415c46c0a {
  margin-top: -30px;
margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-7859ceab-bd80-464d-8617-7bc415c46c0a {
  margin-left: auto;
margin-right: auto;
max-width: 1330px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7859ceab-bd80-464d-8617-7bc415c46c0a {
  margin-left: auto;
margin-right: auto;
max-width: 1330px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7859ceab-bd80-464d-8617-7bc415c46c0a {
  padding-left: 10px;
padding-right: 10px;
}
}@media (max-width: 767px){#s-7859ceab-bd80-464d-8617-7bc415c46c0a {
  padding-left: 2%;
padding-right: 2%;
}
}
.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

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

#s-31e0bbe2-e72f-4ea3-b1c9-1053a927e97d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-31e0bbe2-e72f-4ea3-b1c9-1053a927e97d .shogun-heading-component h1 {
  color: rgba(26, 100, 154, 1);
  font-weight:  800 ;
  font-family: "Mulish";
  font-style:  normal ;
  font-size: 38px;
  
  
  
}



#s-07d858dc-1987-4696-a036-2ad57a47f8dd {
  margin-top: -10px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-07d858dc-1987-4696-a036-2ad57a47f8dd {
  padding-left: 0%;
padding-right: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-07d858dc-1987-4696-a036-2ad57a47f8dd {
  padding-left: 0%;
padding-right: 0%;
}
}
#s-07d858dc-1987-4696-a036-2ad57a47f8dd .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Mulish";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



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

@media (min-width: 1200px){#s-83d52cf0-8eab-46b9-80d8-483b52a5aaec {
  margin-top: 12px;
margin-left: 0px;
margin-right: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-83d52cf0-8eab-46b9-80d8-483b52a5aaec {
  margin-top: 12px;
margin-left: 0px;
margin-bottom: 12px;
margin-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-83d52cf0-8eab-46b9-80d8-483b52a5aaec {
  margin-left: 0px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-83d52cf0-8eab-46b9-80d8-483b52a5aaec {
  margin-left: 0px;
margin-right: 0px;
}
}
.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-e5dce0fa-d04d-4373-a687-464e1f5f8f2d {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0%;
padding-bottom: 1%;
min-height: 50px;
background-color: rgba(241, 241, 241, 1);
background-attachment: scroll;
}
@media (min-width: 1200px){#s-e5dce0fa-d04d-4373-a687-464e1f5f8f2d {
  margin-top: 1%;
margin-bottom: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e5dce0fa-d04d-4373-a687-464e1f5f8f2d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e5dce0fa-d04d-4373-a687-464e1f5f8f2d {
  margin-top: 2%;
margin-bottom: 0%;
}
}@media (max-width: 767px){#s-e5dce0fa-d04d-4373-a687-464e1f5f8f2d {
  margin-top: 3%;
}
}







#s-e5dce0fa-d04d-4373-a687-464e1f5f8f2d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e5dce0fa-d04d-4373-a687-464e1f5f8f2d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a3217c8c-336d-4858-a6e8-72fa69506c4a {
  margin-top: 3px;
margin-bottom: 0px;
text-align: center;
}

#s-a3217c8c-336d-4858-a6e8-72fa69506c4a .shg-product-sold-out {
  display: none;
  color: rgba(26, 100, 154, 1);
  font-size: 30px;
  font-weight:  800 ;
  font-family: Mulish;
  font-style:  normal ;
}

#s-a3217c8c-336d-4858-a6e8-72fa69506c4a .shg-product-price {
  color: rgba(26, 100, 154, 1);
  font-weight:  800 ;
  font-family: Mulish;
  font-style:  normal ;
  font-size: 30px;
}

#s-a3217c8c-336d-4858-a6e8-72fa69506c4a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(87, 87, 87, 1);
  font-weight:  700 ;
  font-family: Muli;
  font-style:  normal ;
  font-size: 20px;
  padding-left: 15px;
}

.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-10c8eb25-27a9-45a3-86fc-6f0a9d24a851 {
  margin-top: 1%;
margin-bottom: 1%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 7px;
background-color: rgba(39, 172, 37, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-10c8eb25-27a9-45a3-86fc-6f0a9d24a851:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-10c8eb25-27a9-45a3-86fc-6f0a9d24a851:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-10c8eb25-27a9-45a3-86fc-6f0a9d24a851 {
  margin-left: 15%;
margin-right: 15%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-10c8eb25-27a9-45a3-86fc-6f0a9d24a851 {
  margin-left: 15%;
margin-right: 15%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-10c8eb25-27a9-45a3-86fc-6f0a9d24a851 {
  margin-left: 9%;
margin-right: 9%;
}
}@media (max-width: 767px){#s-10c8eb25-27a9-45a3-86fc-6f0a9d24a851 {
  margin-left: 6%;
margin-right: 6%;
}
}

  #s-10c8eb25-27a9-45a3-86fc-6f0a9d24a851-atc-btn-wrapper {
    text-align: center;
  }


#s-10c8eb25-27a9-45a3-86fc-6f0a9d24a851 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-10c8eb25-27a9-45a3-86fc-6f0a9d24a851.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-10c8eb25-27a9-45a3-86fc-6f0a9d24a851.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 800;
  
  font-family: Mulish;
  display:  block ;
}

#s-10c8eb25-27a9-45a3-86fc-6f0a9d24a851.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-9bca37a6-7cb1-4bae-8747-74c73aa718e8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-9bca37a6-7cb1-4bae-8747-74c73aa718e8 {
  display: none;
}
#s-9bca37a6-7cb1-4bae-8747-74c73aa718e8, #wrap-s-9bca37a6-7cb1-4bae-8747-74c73aa718e8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9bca37a6-7cb1-4bae-8747-74c73aa718e8 {
  display: none;
}
#s-9bca37a6-7cb1-4bae-8747-74c73aa718e8, #wrap-s-9bca37a6-7cb1-4bae-8747-74c73aa718e8 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9bca37a6-7cb1-4bae-8747-74c73aa718e8 {
  display: none;
}
#s-9bca37a6-7cb1-4bae-8747-74c73aa718e8, #wrap-s-9bca37a6-7cb1-4bae-8747-74c73aa718e8 { display: none !important; }}@media (max-width: 767px){#s-9bca37a6-7cb1-4bae-8747-74c73aa718e8 {
  display: none;
}
#s-9bca37a6-7cb1-4bae-8747-74c73aa718e8, #wrap-s-9bca37a6-7cb1-4bae-8747-74c73aa718e8 { display: none !important; }}
#s-9bca37a6-7cb1-4bae-8747-74c73aa718e8 .shogun-heading-component h1 {
  color: rgba(56, 56, 56, 1);
  font-weight:  800 ;
  font-family: "Muli";
  font-style:  normal ;
  font-size: 19px;
  
  letter-spacing: 1px;
  
}


@media (max-width: 767px){#s-9bca37a6-7cb1-4bae-8747-74c73aa718e8 .shogun-heading-component h1 {
  color: rgba(56, 56, 56, 1);
  font-weight:  800 ;
  font-family: "Muli";
  font-style:  normal ;
  font-size: 19px;
  
  letter-spacing: 1px;
  
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px){#s-874ec1b0-f47a-4607-91cf-7224c3a1e808 {
  margin-top: 4px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-874ec1b0-f47a-4607-91cf-7224c3a1e808 {
  margin-top: 4px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-874ec1b0-f47a-4607-91cf-7224c3a1e808 {
  margin-top: 1px;
margin-bottom: 0px;
padding-left: 4%;
padding-right: 4%;
}
}@media (max-width: 767px){#s-874ec1b0-f47a-4607-91cf-7224c3a1e808 {
  margin-top: 3px;
}
}
#s-94e9a3f9-ccce-4443-b8f1-313d1956707a {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-94e9a3f9-ccce-4443-b8f1-313d1956707a {
  margin-top: 0px;
margin-bottom: -8px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-94e9a3f9-ccce-4443-b8f1-313d1956707a {
  margin-top: 0px;
margin-bottom: -8px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-94e9a3f9-ccce-4443-b8f1-313d1956707a {
  margin-bottom: -8px;
display: none;
}
#s-94e9a3f9-ccce-4443-b8f1-313d1956707a, #wrap-s-94e9a3f9-ccce-4443-b8f1-313d1956707a { display: none !important; }}@media (max-width: 767px){#s-94e9a3f9-ccce-4443-b8f1-313d1956707a {
  margin-bottom: -5px;
display: none;
}
#s-94e9a3f9-ccce-4443-b8f1-313d1956707a, #wrap-s-94e9a3f9-ccce-4443-b8f1-313d1956707a { display: none !important; }}







#s-94e9a3f9-ccce-4443-b8f1-313d1956707a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-94e9a3f9-ccce-4443-b8f1-313d1956707a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e01f3cc7-69de-4bde-88c2-739f6759fda8 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-e01f3cc7-69de-4bde-88c2-739f6759fda8 {
  margin-bottom: 3px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e01f3cc7-69de-4bde-88c2-739f6759fda8 {
  margin-bottom: 3px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e01f3cc7-69de-4bde-88c2-739f6759fda8 {
  margin-top: 0px;
margin-bottom: 3px;
display: none;
}
#s-e01f3cc7-69de-4bde-88c2-739f6759fda8, #wrap-s-e01f3cc7-69de-4bde-88c2-739f6759fda8 { display: none !important; }}@media (max-width: 767px){#s-e01f3cc7-69de-4bde-88c2-739f6759fda8 {
  display: none;
}
#s-e01f3cc7-69de-4bde-88c2-739f6759fda8, #wrap-s-e01f3cc7-69de-4bde-88c2-739f6759fda8 { display: none !important; }}







#s-e01f3cc7-69de-4bde-88c2-739f6759fda8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e01f3cc7-69de-4bde-88c2-739f6759fda8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

#s-13fe88a1-1e1c-4d04-8c7a-b0599070e14f {
  margin-top: 6px;
margin-left: 0px;
margin-bottom: 6px;
margin-right: 0px;
padding-top: 11px;
padding-bottom: 11px;
min-height: 0px;
}
@media (min-width: 1200px){#s-13fe88a1-1e1c-4d04-8c7a-b0599070e14f {
  margin-left: 14%;
margin-right: 14%;
padding-top: 11px;
padding-bottom: 11px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-13fe88a1-1e1c-4d04-8c7a-b0599070e14f {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-13fe88a1-1e1c-4d04-8c7a-b0599070e14f {
  margin-left: 8%;
margin-right: 8%;
display: none;
}
#s-13fe88a1-1e1c-4d04-8c7a-b0599070e14f, #wrap-s-13fe88a1-1e1c-4d04-8c7a-b0599070e14f { display: none !important; }}@media (max-width: 767px){#s-13fe88a1-1e1c-4d04-8c7a-b0599070e14f {
  display: none;
}
#s-13fe88a1-1e1c-4d04-8c7a-b0599070e14f, #wrap-s-13fe88a1-1e1c-4d04-8c7a-b0599070e14f { display: none !important; }}
@media (min-width: 0px) {
[id="s-13fe88a1-1e1c-4d04-8c7a-b0599070e14f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-13fe88a1-1e1c-4d04-8c7a-b0599070e14f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 31.0px);
}

}

@media (min-width: 992px) {
[id="s-13fe88a1-1e1c-4d04-8c7a-b0599070e14f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 31.0px);
}

}

@media (min-width: 1200px) {
[id="s-13fe88a1-1e1c-4d04-8c7a-b0599070e14f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 31.0px);
}

}

#s-311729e2-f688-43a6-b33a-c93384e245b8 {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 5px;
text-align: center;
background-color: rgba(49, 49, 49, 1);
}
@media (max-width: 767px){#s-311729e2-f688-43a6-b33a-c93384e245b8 {
  display: none;
}
#s-311729e2-f688-43a6-b33a-c93384e245b8, #wrap-s-311729e2-f688-43a6-b33a-c93384e245b8 { display: none !important; }}
#s-311729e2-f688-43a6-b33a-c93384e245b8 .shogun-heading-component h1 {
  color: rgba(255, 174, 5, 1);
  font-weight:  800 ;
  font-family: "Mulish";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: center;
}



#s-db1254fb-fbdc-4961-872c-bc3277bc1caf {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 5px;
text-align: center;
background-color: rgba(49, 49, 49, 1);
}
@media (max-width: 767px){#s-db1254fb-fbdc-4961-872c-bc3277bc1caf {
  display: none;
}
#s-db1254fb-fbdc-4961-872c-bc3277bc1caf, #wrap-s-db1254fb-fbdc-4961-872c-bc3277bc1caf { display: none !important; }}
#s-db1254fb-fbdc-4961-872c-bc3277bc1caf .shogun-heading-component h1 {
  color: rgba(255, 174, 5, 1);
  font-weight:  800 ;
  font-family: "Mulish";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: center;
}



#s-5d357709-5adf-48d8-9bce-6fa238aac409 {
  padding-top: 14px;
padding-bottom: 14px;
}
@media (min-width: 1200px){#s-5d357709-5adf-48d8-9bce-6fa238aac409 {
  display: none;
}
#s-5d357709-5adf-48d8-9bce-6fa238aac409, #wrap-s-5d357709-5adf-48d8-9bce-6fa238aac409 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5d357709-5adf-48d8-9bce-6fa238aac409 {
  display: none;
}
#s-5d357709-5adf-48d8-9bce-6fa238aac409, #wrap-s-5d357709-5adf-48d8-9bce-6fa238aac409 { display: none !important; }}
#s-27d80a1e-f369-4e32-9ff6-b487c5285689 {
  margin-left: 0px;
margin-right: 0px;
min-height: 50px;
}








#s-27d80a1e-f369-4e32-9ff6-b487c5285689 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-27d80a1e-f369-4e32-9ff6-b487c5285689.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7ab08e2f-2119-46a2-8ca9-f155e3ecd8c1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-7ab08e2f-2119-46a2-8ca9-f155e3ecd8c1 {
  margin-top: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7ab08e2f-2119-46a2-8ca9-f155e3ecd8c1 {
  margin-top: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7ab08e2f-2119-46a2-8ca9-f155e3ecd8c1 {
  margin-top: 10px;
}
}@media (max-width: 767px){#s-7ab08e2f-2119-46a2-8ca9-f155e3ecd8c1 {
  margin-top: 4px;
display: none;
}
#s-7ab08e2f-2119-46a2-8ca9-f155e3ecd8c1, #wrap-s-7ab08e2f-2119-46a2-8ca9-f155e3ecd8c1 { display: none !important; }}
#s-7ab08e2f-2119-46a2-8ca9-f155e3ecd8c1 .shogun-heading-component h1 {
  color: rgba(255, 0, 0, 1);
  font-weight:  800 ;
  font-family: "Mulish";
  font-style:  normal ;
  font-size: 21px;
  
  
  
}



#s-71281415-713e-4d8f-9022-dd9dc7f0697e {
  padding-top: 1%;
padding-left: 1%;
padding-bottom: 1%;
padding-right: 1%;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-71281415-713e-4d8f-9022-dd9dc7f0697e {
  display: none;
}
#s-71281415-713e-4d8f-9022-dd9dc7f0697e, #wrap-s-71281415-713e-4d8f-9022-dd9dc7f0697e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-71281415-713e-4d8f-9022-dd9dc7f0697e {
  display: none;
}
#s-71281415-713e-4d8f-9022-dd9dc7f0697e, #wrap-s-71281415-713e-4d8f-9022-dd9dc7f0697e { display: none !important; }}@media (max-width: 767px){#s-71281415-713e-4d8f-9022-dd9dc7f0697e {
  display: none;
}
#s-71281415-713e-4d8f-9022-dd9dc7f0697e, #wrap-s-71281415-713e-4d8f-9022-dd9dc7f0697e { display: none !important; }}
@media (min-width: 0px) {
[id="s-71281415-713e-4d8f-9022-dd9dc7f0697e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-71281415-713e-4d8f-9022-dd9dc7f0697e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-71281415-713e-4d8f-9022-dd9dc7f0697e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-71281415-713e-4d8f-9022-dd9dc7f0697e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-db736280-4aa5-4a62-8088-b59dcd541014 {
  text-align: center;
}







  #s-db736280-4aa5-4a62-8088-b59dcd541014 img.shogun-image {
    

    
    
    
  }


#s-db736280-4aa5-4a62-8088-b59dcd541014 .shogun-image-content {
  
    align-items: center;
  
}

#s-44b27052-7ea5-46c4-a4cb-a3ce8a6c1f6d {
  text-align: center;
}







  #s-44b27052-7ea5-46c4-a4cb-a3ce8a6c1f6d img.shogun-image {
    

    
    
    
  }


#s-44b27052-7ea5-46c4-a4cb-a3ce8a6c1f6d .shogun-image-content {
  
    align-items: center;
  
}

#s-b73cdbe6-578b-4aff-8b1f-5c664658c589 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 24px;
padding-left: 0px;
padding-right: 0px;
}
@media (min-width: 1200px){#s-b73cdbe6-578b-4aff-8b1f-5c664658c589 {
  margin-left: 0px;
margin-right: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b73cdbe6-578b-4aff-8b1f-5c664658c589 {
  margin-left: 0px;
margin-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b73cdbe6-578b-4aff-8b1f-5c664658c589 {
  padding-top: 2%;
}
}@media (max-width: 767px){#s-b73cdbe6-578b-4aff-8b1f-5c664658c589 {
  padding-top: 0px;
}
}
@media (min-width: 0px) {
[id="s-b73cdbe6-578b-4aff-8b1f-5c664658c589"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b73cdbe6-578b-4aff-8b1f-5c664658c589"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 8.5px);
}

[id="s-b73cdbe6-578b-4aff-8b1f-5c664658c589"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 8.5px);
}

}

@media (min-width: 992px) {
[id="s-b73cdbe6-578b-4aff-8b1f-5c664658c589"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 8.5px);
}

[id="s-b73cdbe6-578b-4aff-8b1f-5c664658c589"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 8.5px);
}

}

@media (min-width: 1200px) {
[id="s-b73cdbe6-578b-4aff-8b1f-5c664658c589"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 8.5px);
}

[id="s-b73cdbe6-578b-4aff-8b1f-5c664658c589"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 8.5px);
}

}

#s-a05aef47-c3d6-4060-9837-03202c352e6e {
  margin-top: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
text-align: center;
}
@media (min-width: 1200px){#s-a05aef47-c3d6-4060-9837-03202c352e6e {
  margin-top: 2px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a05aef47-c3d6-4060-9837-03202c352e6e {
  margin-top: 2px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a05aef47-c3d6-4060-9837-03202c352e6e {
  margin-top: 2px;
margin-left: 0px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-a05aef47-c3d6-4060-9837-03202c352e6e {
  margin-top: 0px;
margin-left: 91px;
margin-right: 91px;
min-height: 0px;
display: none;
}
#s-a05aef47-c3d6-4060-9837-03202c352e6e, #wrap-s-a05aef47-c3d6-4060-9837-03202c352e6e { display: none !important; }}






  #s-a05aef47-c3d6-4060-9837-03202c352e6e img.shogun-image {
    

    
    
    
  }


#s-a05aef47-c3d6-4060-9837-03202c352e6e .shogun-image-content {
  
    align-items: center;
  
}

#s-e811953c-496b-443e-a558-434039d9d412 {
  margin-top: 2%;
margin-bottom: 0%;
text-align: center;
}
@media (min-width: 1200px){#s-e811953c-496b-443e-a558-434039d9d412 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e811953c-496b-443e-a558-434039d9d412 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e811953c-496b-443e-a558-434039d9d412 {
  
}
}@media (max-width: 767px){#s-e811953c-496b-443e-a558-434039d9d412 {
  display: none;
}
#s-e811953c-496b-443e-a558-434039d9d412, #wrap-s-e811953c-496b-443e-a558-434039d9d412 { display: none !important; }}
#s-e811953c-496b-443e-a558-434039d9d412 .shg-product-sold-out {
  display: none;
  color: rgba(26, 100, 154, 1);
  font-size: 25px;
  font-weight:  800 ;
  font-family: Mulish;
  font-style:  normal ;
}

#s-e811953c-496b-443e-a558-434039d9d412 .shg-product-price {
  color: rgba(26, 100, 154, 1);
  font-weight:  800 ;
  font-family: Mulish;
  font-style:  normal ;
  font-size: 25px;
}

#s-e811953c-496b-443e-a558-434039d9d412 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(87, 87, 87, 1);
  font-weight:  700 ;
  font-family: Muli;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

.shg-product-reviews-container {
  position: relative;
}

.shg-product-reviews-container .shg-product-reviews-wrapper {
  display: flex;
  flex-direction: column;
}

.shg-product-reviews-container .shg-product-reviews-title-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.shg-product-reviews-container .shg-product-reviews-actions {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.shg-product-reviews-container .shg-product-reviews-hidden {
  display: none;
}

.shg-product-reviews-container .shg-product-reviews-stars {
  margin: 10px 0;
  font-size: 0;
}

.shg-product-reviews-container
  .shg-product-reviews-stars.shg-product-reviews-stars-average {
  margin-right: 20px;
}

.shg-product-reviews-container .shg-product-reviews-loading {
  text-align: center;
}

.shg-product-reviews-container .shg-product-reviews-loading svg {
  display: inline-block;
}

.shg-product-reviews-container .shg-product-reviews-star {
  display: inline-block;
}

.shg-product-reviews-container
  .shg-product-reviews-stars-hoverable
  .shg-product-reviews-star {
  cursor: pointer;
}

.shg-product-reviews-container .shg-product-reviews-stars > * {
  margin: 0 5px;
}

.shg-product-reviews-container .shg-product-reviews-stars > *:first-child {
  margin-left: 0;
}

.shg-product-reviews-container .shg-product-reviews-stars > *:last-child {
  margin-right: 0;
}

.shg-product-reviews-container .shg-product-reviews-button {
  cursor: pointer;
  display: inline-block;

  height: 40px;
  line-height: 40px;
  padding: 0 30px;

  border-radius: 3px;
}

.shg-product-reviews-container .shg-product-reviews-button-write {
  margin-top: 20px;
}

.shg-product-reviews-container .shg-product-reviews-based-on {
  display: inline-block;
  position: relative;
  top: -2px;
}

.shg-product-reviews-container .shg-product-reviews-date {
  margin: 10px 0;
}

.shg-product-reviews-container .shg-product-reviews-separator {
  height: 1px;
  margin: 20px 0;
  background-color: black;
}

.shg-product-reviews-container .shg-product-reviews-review-content {
  word-break: break-word;
  white-space: normal;
}

.shg-product-reviews-container .shg-product-reviews-empty-view {
  text-align: center;
  margin: 80px 0;
}

.shg-product-reviews-container .shg-product-reviews-title-margin {
  margin: 30px 0;
}

.shg-product-reviews-container .shg-product-reviews-label {
  display: block;
  margin-bottom: 10px;
}

.shg-product-reviews-container .shg-product-reviews-label-error {
  display: none;
  float: right;
}

.shg-product-reviews-container .shg-product-reviews-form {
  margin-top: 20px;
}

.shg-product-reviews-container .shg-product-reviews-form-field {
  margin-bottom: 20px;
}

.shg-product-reviews-container .shg-product-reviews-form-field-error {
  color: #cf4747;
}

.shg-product-reviews-container .shg-product-reviews-form-field-error input,
.shg-product-reviews-container .shg-product-reviews-form-field-error textarea {
  border-width: 2px;
  border-color: #cf4747;
}

.shg-product-reviews-container
  .shg-product-reviews-form-field-error
  .shg-product-reviews-label-error {
  display: inline-block;
}

.shg-product-reviews-container .shg-product-reviews-form-input {
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
  border-radius: 3px;
  background: transparent;
  border: 1px solid black;
}

.shg-product-reviews-container input.shg-product-reviews-form-input {
  height: 40px;
  line-height: 40px;
}

.shg-product-reviews-container textarea.shg-product-reviews-form-input {
  padding-top: 10px;
}

.shg-product-reviews-container .shg-product-reviews-pagination-items {
  margin-top: 30px;
  text-align: center;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.shg-product-reviews-container .shg-product-reviews-pagination-item {
  cursor: pointer;
  display: inline-block;
  margin: 0 5px;
}

.shg-product-reviews-container
  .shg-product-reviews-pagination-item
  .shg-product-reviews-pagination-item-flip {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.shg-product-reviews-container
  .shg-product-reviews-pagination-item:first-child {
  margin-right: 25px;
}

.shg-product-reviews-container .shg-product-reviews-pagination-item:last-child {
  margin-left: 25px;
}

#s-a5f00038-c25c-4336-a9d3-eba9d9001310 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-a5f00038-c25c-4336-a9d3-eba9d9001310 {
  
}
}@media (max-width: 767px){#s-a5f00038-c25c-4336-a9d3-eba9d9001310 {
  display: none;
}
#s-a5f00038-c25c-4336-a9d3-eba9d9001310, #wrap-s-a5f00038-c25c-4336-a9d3-eba9d9001310 { display: none !important; }}
#s-a5f00038-c25c-4336-a9d3-eba9d9001310 .shg-product-reviews-container {
  font-family: Muli;
  font-size: 16px;
  color: rgba(39, 39, 39, 1);
}

#s-a5f00038-c25c-4336-a9d3-eba9d9001310 .shg-product-reviews-container .shg-product-reviews-title {
  font-size: 20px;
}

#s-a5f00038-c25c-4336-a9d3-eba9d9001310 .shg-product-reviews-container .shg-product-reviews-loading path:last-child {
  fill: rgba(35, 138, 233, 1);
}

#s-a5f00038-c25c-4336-a9d3-eba9d9001310 .shg-product-reviews-container .shg-product-reviews-star-disabled path {
  fill: #DDDDDD;
  stroke: #DDDDDD;
}

#s-a5f00038-c25c-4336-a9d3-eba9d9001310 .shg-product-reviews-container .shg-product-reviews-star-full path {
  fill: #F6C929;
  stroke: #F6C929;
}

#s-a5f00038-c25c-4336-a9d3-eba9d9001310 .shg-product-reviews-container .shg-product-reviews-star-empty path {
  stroke: #F6C929;
}

#s-a5f00038-c25c-4336-a9d3-eba9d9001310 .shg-product-reviews-container .shg-product-reviews-button-primary {
  background-color: rgba(35, 138, 233, 1);
  color: #FFFFFF;
}

#s-a5f00038-c25c-4336-a9d3-eba9d9001310 .shg-product-reviews-container .shg-product-reviews-pagination-item-active {
  color: rgba(35, 138, 233, 1);
}

#s-a5f00038-c25c-4336-a9d3-eba9d9001310 .shg-product-reviews-container .shg-product-reviews-pagination-item path {
  stroke: rgba(35, 138, 233, 1);
}

#s-939d823c-f492-4cdb-b71c-3ef57e5e406c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-939d823c-f492-4cdb-b71c-3ef57e5e406c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-939d823c-f492-4cdb-b71c-3ef57e5e406c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-939d823c-f492-4cdb-b71c-3ef57e5e406c {
  
}
}@media (max-width: 767px){#s-939d823c-f492-4cdb-b71c-3ef57e5e406c {
  
}
}
#s-939d823c-f492-4cdb-b71c-3ef57e5e406c .shogun-heading-component h1 {
  color: rgba(255, 0, 0, 1);
  font-weight:  800 ;
  font-family: "Mulish";
  font-style:  normal ;
  font-size: 19px;
  
  
  text-align: center;
}



#s-521bb242-1060-4b5e-92a7-7bc7fd0b6069 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-521bb242-1060-4b5e-92a7-7bc7fd0b6069 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-521bb242-1060-4b5e-92a7-7bc7fd0b6069 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-521bb242-1060-4b5e-92a7-7bc7fd0b6069 {
  
}
}@media (max-width: 767px){#s-521bb242-1060-4b5e-92a7-7bc7fd0b6069 {
  
}
}
#s-521bb242-1060-4b5e-92a7-7bc7fd0b6069 .shogun-heading-component h1 {
  color: rgba(26, 100, 154, 1);
  font-weight:  800 ;
  font-family: "Mulish";
  font-style:  normal ;
  font-size: 19px;
  
  
  text-align: center;
}


#s-521bb242-1060-4b5e-92a7-7bc7fd0b6069 .shogun-heading-component h1 a {
  color: rgba(26, 100, 154, 1);
}


#s-2d9a722c-289a-49f6-8618-24448de386e2 {
  padding-top: 4%;
}
@media (max-width: 767px){#s-2d9a722c-289a-49f6-8618-24448de386e2 {
  display: none;
}
#s-2d9a722c-289a-49f6-8618-24448de386e2, #wrap-s-2d9a722c-289a-49f6-8618-24448de386e2 { display: none !important; }}
#s-2d9a722c-289a-49f6-8618-24448de386e2 .shogun-icon-wrapper {
  text-align: center;
}


#s-2d9a722c-289a-49f6-8618-24448de386e2 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 64px !important;
  color: #495056;
}

#s-99c28822-c13d-43ae-b233-baedede0d8d0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-99c28822-c13d-43ae-b233-baedede0d8d0 {
  display: none;
}
#s-99c28822-c13d-43ae-b233-baedede0d8d0, #wrap-s-99c28822-c13d-43ae-b233-baedede0d8d0 { display: none !important; }}
#s-99c28822-c13d-43ae-b233-baedede0d8d0 .shogun-heading-component h1 {
  color: rgba(60, 60, 60, 1);
  font-weight:  800 ;
  font-family: "Mulish";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-99c28822-c13d-43ae-b233-baedede0d8d0 .shogun-heading-component h1 a {
  color: rgba(60, 60, 60, 1);
}


#s-2a3916b5-4518-4487-9f56-d2830d29777b {
  min-height: 50px;
}








#s-2a3916b5-4518-4487-9f56-d2830d29777b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2a3916b5-4518-4487-9f56-d2830d29777b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ace39e0a-1efb-463a-996a-b09930b80b25 {
  min-height: 50px;
}
@media (max-width: 767px){#s-ace39e0a-1efb-463a-996a-b09930b80b25 {
  display: none;
}
#s-ace39e0a-1efb-463a-996a-b09930b80b25, #wrap-s-ace39e0a-1efb-463a-996a-b09930b80b25 { display: none !important; }}







#s-ace39e0a-1efb-463a-996a-b09930b80b25 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ace39e0a-1efb-463a-996a-b09930b80b25.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a854fb35-c8e5-484a-afc2-04dfce0b0938 {
  margin-top: 11%;
text-align: left;
}
@media (max-width: 767px){#s-a854fb35-c8e5-484a-afc2-04dfce0b0938 {
  display: none;
}
#s-a854fb35-c8e5-484a-afc2-04dfce0b0938, #wrap-s-a854fb35-c8e5-484a-afc2-04dfce0b0938 { display: none !important; }}






  #s-a854fb35-c8e5-484a-afc2-04dfce0b0938 img.shogun-image {
    

    
    
    
  }


#s-a854fb35-c8e5-484a-afc2-04dfce0b0938 .shogun-image-content {
  
    align-items: center;
  
}

#s-89d3f190-3922-44ed-9eb0-fe3d151619ef {
  margin-top: 3%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-89d3f190-3922-44ed-9eb0-fe3d151619ef {
  display: none;
}
#s-89d3f190-3922-44ed-9eb0-fe3d151619ef, #wrap-s-89d3f190-3922-44ed-9eb0-fe3d151619ef { display: none !important; }}
#s-96c408b5-4f51-437d-9571-cce7af64145a {
  margin-top: 11%;
text-align: left;
}
@media (max-width: 767px){#s-96c408b5-4f51-437d-9571-cce7af64145a {
  display: none;
}
#s-96c408b5-4f51-437d-9571-cce7af64145a, #wrap-s-96c408b5-4f51-437d-9571-cce7af64145a { display: none !important; }}






  #s-96c408b5-4f51-437d-9571-cce7af64145a img.shogun-image {
    

    
    
    
  }


#s-96c408b5-4f51-437d-9571-cce7af64145a .shogun-image-content {
  
    align-items: center;
  
}

#s-c02370c1-17ec-48c4-a4b9-cdb14dc5beaf {
  margin-top: 3%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-c02370c1-17ec-48c4-a4b9-cdb14dc5beaf {
  display: none;
}
#s-c02370c1-17ec-48c4-a4b9-cdb14dc5beaf, #wrap-s-c02370c1-17ec-48c4-a4b9-cdb14dc5beaf { display: none !important; }}
#s-f5e78470-32cf-4769-9dd7-9c401e7c7a73 {
  min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-f5e78470-32cf-4769-9dd7-9c401e7c7a73 {
  display: none;
}
#s-f5e78470-32cf-4769-9dd7-9c401e7c7a73, #wrap-s-f5e78470-32cf-4769-9dd7-9c401e7c7a73 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f5e78470-32cf-4769-9dd7-9c401e7c7a73 {
  display: none;
}
#s-f5e78470-32cf-4769-9dd7-9c401e7c7a73, #wrap-s-f5e78470-32cf-4769-9dd7-9c401e7c7a73 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f5e78470-32cf-4769-9dd7-9c401e7c7a73 {
  display: none;
}
#s-f5e78470-32cf-4769-9dd7-9c401e7c7a73, #wrap-s-f5e78470-32cf-4769-9dd7-9c401e7c7a73 { display: none !important; }}







#s-f5e78470-32cf-4769-9dd7-9c401e7c7a73 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f5e78470-32cf-4769-9dd7-9c401e7c7a73.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-51fc9364-f77f-40f9-9f44-ace0a6ff0ab0 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
text-align: center;
}
@media (min-width: 1200px){#s-51fc9364-f77f-40f9-9f44-ace0a6ff0ab0 {
  display: none;
}
#s-51fc9364-f77f-40f9-9f44-ace0a6ff0ab0, #wrap-s-51fc9364-f77f-40f9-9f44-ace0a6ff0ab0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-51fc9364-f77f-40f9-9f44-ace0a6ff0ab0 {
  display: none;
}
#s-51fc9364-f77f-40f9-9f44-ace0a6ff0ab0, #wrap-s-51fc9364-f77f-40f9-9f44-ace0a6ff0ab0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-51fc9364-f77f-40f9-9f44-ace0a6ff0ab0 {
  
}
}






  #s-51fc9364-f77f-40f9-9f44-ace0a6ff0ab0 img.shogun-image {
    

    
    
    
  }


#s-51fc9364-f77f-40f9-9f44-ace0a6ff0ab0 .shogun-image-content {
  
    align-items: center;
  
}

.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-308d1113-9dcb-408e-9d18-fa2551fd6afd > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(245, 245, 245, 1);
}

#s-308d1113-9dcb-408e-9d18-fa2551fd6afd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 1);
  padding: 13px;
}

#s-308d1113-9dcb-408e-9d18-fa2551fd6afd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(13, 116, 156, 1);
}

#s-308d1113-9dcb-408e-9d18-fa2551fd6afd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(245, 245, 245, 1);
}

#s-308d1113-9dcb-408e-9d18-fa2551fd6afd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(13, 116, 156, 1);
  text-align: left;
  font-family: Varela;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-308d1113-9dcb-408e-9d18-fa2551fd6afd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}@media (min-width: 768px) and (max-width: 991px){#s-308d1113-9dcb-408e-9d18-fa2551fd6afd > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(245, 245, 245, 1);
}

#s-308d1113-9dcb-408e-9d18-fa2551fd6afd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 1);
  padding: 13px;
}

#s-308d1113-9dcb-408e-9d18-fa2551fd6afd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(13, 116, 156, 1);
}

#s-308d1113-9dcb-408e-9d18-fa2551fd6afd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(245, 245, 245, 1);
}

#s-308d1113-9dcb-408e-9d18-fa2551fd6afd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(13, 116, 156, 1);
  text-align: left;
  font-family: Varela;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-308d1113-9dcb-408e-9d18-fa2551fd6afd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}}
#s-18a64af2-a8f8-4ee7-87c5-d573a96c4280 {
  margin-top: 1%;
margin-left: 1%;
margin-right: 1%;
text-align: left;
}
@media (min-width: 992px) and (max-width: 1199px){#s-18a64af2-a8f8-4ee7-87c5-d573a96c4280 {
  margin-bottom: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-18a64af2-a8f8-4ee7-87c5-d573a96c4280 {
  margin-bottom: 0%;
}
}@media (max-width: 767px){#s-18a64af2-a8f8-4ee7-87c5-d573a96c4280 {
  
}
}
#s-18a64af2-a8f8-4ee7-87c5-d573a96c4280 .shg-product-reviews-container {
  font-family: Muli;
  font-size: 16px;
  color: rgba(39, 39, 39, 1);
}

#s-18a64af2-a8f8-4ee7-87c5-d573a96c4280 .shg-product-reviews-container .shg-product-reviews-title {
  font-size: 20px;
}

#s-18a64af2-a8f8-4ee7-87c5-d573a96c4280 .shg-product-reviews-container .shg-product-reviews-loading path:last-child {
  fill: rgba(35, 138, 233, 1);
}

#s-18a64af2-a8f8-4ee7-87c5-d573a96c4280 .shg-product-reviews-container .shg-product-reviews-star-disabled path {
  fill: #DDDDDD;
  stroke: #DDDDDD;
}

#s-18a64af2-a8f8-4ee7-87c5-d573a96c4280 .shg-product-reviews-container .shg-product-reviews-star-full path {
  fill: #F6C929;
  stroke: #F6C929;
}

#s-18a64af2-a8f8-4ee7-87c5-d573a96c4280 .shg-product-reviews-container .shg-product-reviews-star-empty path {
  stroke: #F6C929;
}

#s-18a64af2-a8f8-4ee7-87c5-d573a96c4280 .shg-product-reviews-container .shg-product-reviews-button-primary {
  background-color: rgba(35, 138, 233, 1);
  color: #FFFFFF;
}

#s-18a64af2-a8f8-4ee7-87c5-d573a96c4280 .shg-product-reviews-container .shg-product-reviews-pagination-item-active {
  color: rgba(35, 138, 233, 1);
}

#s-18a64af2-a8f8-4ee7-87c5-d573a96c4280 .shg-product-reviews-container .shg-product-reviews-pagination-item path {
  stroke: rgba(35, 138, 233, 1);
}

#s-51074018-e96a-4246-a97d-e807604fd12c {
  min-height: 50px;
}
@media (max-width: 767px){#s-51074018-e96a-4246-a97d-e807604fd12c {
  
}
}







#s-51074018-e96a-4246-a97d-e807604fd12c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-51074018-e96a-4246-a97d-e807604fd12c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-274f351b-8518-4d7a-981a-d49ab4cc5a14 {
  margin-top: 2%;
text-align: left;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-274f351b-8518-4d7a-981a-d49ab4cc5a14 {
  display: none;
}
#s-274f351b-8518-4d7a-981a-d49ab4cc5a14, #wrap-s-274f351b-8518-4d7a-981a-d49ab4cc5a14 { display: none !important; }}@media (max-width: 767px){#s-274f351b-8518-4d7a-981a-d49ab4cc5a14 {
  display: none;
}
#s-274f351b-8518-4d7a-981a-d49ab4cc5a14, #wrap-s-274f351b-8518-4d7a-981a-d49ab4cc5a14 { display: none !important; }}

  #s-274f351b-8518-4d7a-981a-d49ab4cc5a14 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(68, 68, 68, 1);
    border: 8px solid rgba(244, 244, 244, 1);
  }
  #s-274f351b-8518-4d7a-981a-d49ab4cc5a14 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: #F4F4F4;
    border: 8px solid rgba(244, 244, 244, 1);
  }
#s-274f351b-8518-4d7a-981a-d49ab4cc5a14 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(240, 240, 240, 1);
  font-family: Mulish;
  font-weight: 800;
  font-style: ;
  font-size: 16px;
}

#s-274f351b-8518-4d7a-981a-d49ab4cc5a14 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(13, 116, 156, 1);
}

#s-274f351b-8518-4d7a-981a-d49ab4cc5a14 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 8px);
  left: 8px;
  bottom: -8px;
  height: 8px;
  background: #F4F4F4;
}

#s-274f351b-8518-4d7a-981a-d49ab4cc5a14 .shogun-tabs-body {
  margin-top: -8px;
  border-top: 8px solid rgba(244, 244, 244, 1);
}

#s-41af59a6-7710-47e5-8495-63d941dcf410 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-41af59a6-7710-47e5-8495-63d941dcf410 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-41af59a6-7710-47e5-8495-63d941dcf410 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-41af59a6-7710-47e5-8495-63d941dcf410 {
  display: none;
}
#s-41af59a6-7710-47e5-8495-63d941dcf410, #wrap-s-41af59a6-7710-47e5-8495-63d941dcf410 { display: none !important; }}@media (max-width: 767px){#s-41af59a6-7710-47e5-8495-63d941dcf410 {
  display: none;
}
#s-41af59a6-7710-47e5-8495-63d941dcf410, #wrap-s-41af59a6-7710-47e5-8495-63d941dcf410 { display: none !important; }}
#s-579b8de3-ed0e-4d64-9871-65881d81420b {
  background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-579b8de3-ed0e-4d64-9871-65881d81420b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-579b8de3-ed0e-4d64-9871-65881d81420b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-579b8de3-ed0e-4d64-9871-65881d81420b {
  display: none;
}
#s-579b8de3-ed0e-4d64-9871-65881d81420b, #wrap-s-579b8de3-ed0e-4d64-9871-65881d81420b { display: none !important; }}@media (max-width: 767px){#s-579b8de3-ed0e-4d64-9871-65881d81420b {
  display: none;
}
#s-579b8de3-ed0e-4d64-9871-65881d81420b, #wrap-s-579b8de3-ed0e-4d64-9871-65881d81420b { display: none !important; }}
@media (min-width: 0px) {
[id="s-579b8de3-ed0e-4d64-9871-65881d81420b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-579b8de3-ed0e-4d64-9871-65881d81420b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-579b8de3-ed0e-4d64-9871-65881d81420b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-579b8de3-ed0e-4d64-9871-65881d81420b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e271276e-c951-4b59-bed8-7ed12f34f93a {
  margin-top: 2%;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(244, 244, 244, 1);
}

#s-3e27f068-35f5-42ad-959b-94ff11579c5d {
  margin-right: 0px;
padding-top: 0%;
padding-left: 0%;
padding-right: 3%;
text-align: center;
}







  #s-3e27f068-35f5-42ad-959b-94ff11579c5d img.shogun-image {
    

    
    
    
  }


#s-3e27f068-35f5-42ad-959b-94ff11579c5d .shogun-image-content {
  
    align-items: center;
  
}

#s-716cb1b4-442c-4189-86f7-8877969881f9 {
  min-height: 50px;
}








#s-716cb1b4-442c-4189-86f7-8877969881f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-716cb1b4-442c-4189-86f7-8877969881f9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ec51e9a8-fc43-49fd-b0b2-929a4dd211cc {
  margin-top: 1%;
margin-left: 1%;
margin-bottom: 1%;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-ec51e9a8-fc43-49fd-b0b2-929a4dd211cc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ec51e9a8-fc43-49fd-b0b2-929a4dd211cc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 8.5px);
}

}

@media (min-width: 992px) {
[id="s-ec51e9a8-fc43-49fd-b0b2-929a4dd211cc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 8.5px);
}

}

@media (min-width: 1200px) {
[id="s-ec51e9a8-fc43-49fd-b0b2-929a4dd211cc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 8.5px);
}

}

#s-ea0217e3-4150-4cd1-97ec-7f0923ea2f8d {
  margin-top: 1%;
margin-left: 1%;
margin-bottom: 1%;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-ea0217e3-4150-4cd1-97ec-7f0923ea2f8d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ea0217e3-4150-4cd1-97ec-7f0923ea2f8d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 8.5px);
}

}

@media (min-width: 992px) {
[id="s-ea0217e3-4150-4cd1-97ec-7f0923ea2f8d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 8.5px);
}

}

@media (min-width: 1200px) {
[id="s-ea0217e3-4150-4cd1-97ec-7f0923ea2f8d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 8.5px);
}

}

#s-7f3fde6e-884b-4eba-91a2-bbe64d9218ec {
  margin-top: 2%;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(244, 244, 244, 1);
}
@media (max-width: 767px){#s-7f3fde6e-884b-4eba-91a2-bbe64d9218ec {
  display: none;
}
#s-7f3fde6e-884b-4eba-91a2-bbe64d9218ec, #wrap-s-7f3fde6e-884b-4eba-91a2-bbe64d9218ec { display: none !important; }}
@media (min-width: 0px) {
[id="s-7f3fde6e-884b-4eba-91a2-bbe64d9218ec"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-7f3fde6e-884b-4eba-91a2-bbe64d9218ec"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-7f3fde6e-884b-4eba-91a2-bbe64d9218ec"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-7f3fde6e-884b-4eba-91a2-bbe64d9218ec"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-ccdd9389-4350-4986-a5b9-0b92ff04c2a7 {
  text-align: center;
}







  #s-ccdd9389-4350-4986-a5b9-0b92ff04c2a7 img.shogun-image {
    

    
    
    
  }


#s-ccdd9389-4350-4986-a5b9-0b92ff04c2a7 .shogun-image-content {
  
    align-items: center;
  
}

#s-8230cfd5-664a-4646-8dc5-f78c508443ac {
  text-align: center;
}







  #s-8230cfd5-664a-4646-8dc5-f78c508443ac img.shogun-image {
    

    
    
    
  }


#s-8230cfd5-664a-4646-8dc5-f78c508443ac .shogun-image-content {
  
    align-items: center;
  
}

#s-5ed3ad81-e554-4873-bb2b-59749b430334 {
  text-align: center;
}







  #s-5ed3ad81-e554-4873-bb2b-59749b430334 img.shogun-image {
    

    
    
    
  }


#s-5ed3ad81-e554-4873-bb2b-59749b430334 .shogun-image-content {
  
    align-items: center;
  
}

#s-b3413db6-344a-4c31-8129-301e2341b565 {
  text-align: center;
}







  #s-b3413db6-344a-4c31-8129-301e2341b565 img.shogun-image {
    

    
    
    
  }


#s-b3413db6-344a-4c31-8129-301e2341b565 .shogun-image-content {
  
    align-items: center;
  
}

#s-834996ed-a182-49bc-95fa-ded4dc2c145f {
  min-height: 50px;
}








#s-834996ed-a182-49bc-95fa-ded4dc2c145f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-834996ed-a182-49bc-95fa-ded4dc2c145f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-048e9cb4-9606-4011-9a5d-bc6916d4aa5a {
  margin-top: 1%;
margin-left: 1%;
margin-bottom: 1%;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-048e9cb4-9606-4011-9a5d-bc6916d4aa5a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-048e9cb4-9606-4011-9a5d-bc6916d4aa5a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 8.5px);
}

}

@media (min-width: 992px) {
[id="s-048e9cb4-9606-4011-9a5d-bc6916d4aa5a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 8.5px);
}

}

@media (min-width: 1200px) {
[id="s-048e9cb4-9606-4011-9a5d-bc6916d4aa5a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 8.5px);
}

}

#s-b1aa146a-877f-487b-b140-89ae25a599ae {
  margin-top: 1%;
margin-left: 1%;
margin-bottom: 1%;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-b1aa146a-877f-487b-b140-89ae25a599ae"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b1aa146a-877f-487b-b140-89ae25a599ae"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 8.5px);
}

}

@media (min-width: 992px) {
[id="s-b1aa146a-877f-487b-b140-89ae25a599ae"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 8.5px);
}

}

@media (min-width: 1200px) {
[id="s-b1aa146a-877f-487b-b140-89ae25a599ae"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 8.5px);
}

}

#s-756d2ae5-7523-4109-96fa-4558c21be291 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(244, 244, 244, 1);
}

#s-672837c3-6031-4edd-b02d-fb39f2734c0c {
  min-height: 50px;
}








#s-672837c3-6031-4edd-b02d-fb39f2734c0c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-672837c3-6031-4edd-b02d-fb39f2734c0c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-716658a3-cd60-485f-89e5-1311f20c6c8d {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-716658a3-cd60-485f-89e5-1311f20c6c8d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-716658a3-cd60-485f-89e5-1311f20c6c8d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-716658a3-cd60-485f-89e5-1311f20c6c8d {
  display: none;
}
#s-716658a3-cd60-485f-89e5-1311f20c6c8d, #wrap-s-716658a3-cd60-485f-89e5-1311f20c6c8d { display: none !important; }}@media (max-width: 767px){#s-716658a3-cd60-485f-89e5-1311f20c6c8d {
  display: none;
}
#s-716658a3-cd60-485f-89e5-1311f20c6c8d, #wrap-s-716658a3-cd60-485f-89e5-1311f20c6c8d { display: none !important; }}
#s-1cd5b26f-8a06-468c-9e44-74d481872bb7 {
  padding-left: 8%;
padding-right: 8%;
text-align: center;
}







  #s-1cd5b26f-8a06-468c-9e44-74d481872bb7 img.shogun-image {
    

    
    
    
  }


#s-1cd5b26f-8a06-468c-9e44-74d481872bb7 .shogun-image-content {
  
    align-items: center;
  
}

#s-dbd1f18a-e6ab-4159-a56b-b5d34695cab1 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-dbd1f18a-e6ab-4159-a56b-b5d34695cab1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dbd1f18a-e6ab-4159-a56b-b5d34695cab1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-dbd1f18a-e6ab-4159-a56b-b5d34695cab1 {
  display: none;
}
#s-dbd1f18a-e6ab-4159-a56b-b5d34695cab1, #wrap-s-dbd1f18a-e6ab-4159-a56b-b5d34695cab1 { display: none !important; }}@media (max-width: 767px){#s-dbd1f18a-e6ab-4159-a56b-b5d34695cab1 {
  display: none;
}
#s-dbd1f18a-e6ab-4159-a56b-b5d34695cab1, #wrap-s-dbd1f18a-e6ab-4159-a56b-b5d34695cab1 { display: none !important; }}
#s-428cf2dd-a6f4-4f16-98b7-01cf85a74720 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 2%;
padding-left: 1%;
padding-bottom: 2%;
padding-right: 1%;
}

#s-f763c9ae-b541-4665-8ee1-4e433071666d {
  margin-top: 2%;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(244, 244, 244, 1);
}
@media (max-width: 767px){#s-f763c9ae-b541-4665-8ee1-4e433071666d {
  display: none;
}
#s-f763c9ae-b541-4665-8ee1-4e433071666d, #wrap-s-f763c9ae-b541-4665-8ee1-4e433071666d { display: none !important; }}
@media (min-width: 0px) {
[id="s-f763c9ae-b541-4665-8ee1-4e433071666d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f763c9ae-b541-4665-8ee1-4e433071666d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f763c9ae-b541-4665-8ee1-4e433071666d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f763c9ae-b541-4665-8ee1-4e433071666d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-0835dbbb-cfaa-49e3-b0bb-48330f1d568c {
  text-align: center;
}







  #s-0835dbbb-cfaa-49e3-b0bb-48330f1d568c img.shogun-image {
    

    
    
    
  }


#s-0835dbbb-cfaa-49e3-b0bb-48330f1d568c .shogun-image-content {
  
    align-items: center;
  
}

#s-482ba7a9-bc6c-48f7-8e8e-18377f12a957 {
  text-align: center;
}







  #s-482ba7a9-bc6c-48f7-8e8e-18377f12a957 img.shogun-image {
    

    
    
    
  }


#s-482ba7a9-bc6c-48f7-8e8e-18377f12a957 .shogun-image-content {
  
    align-items: center;
  
}

#s-567cdaff-9d50-4f55-bbef-125759129402 {
  text-align: center;
}







  #s-567cdaff-9d50-4f55-bbef-125759129402 img.shogun-image {
    

    
    
    
  }


#s-567cdaff-9d50-4f55-bbef-125759129402 .shogun-image-content {
  
    align-items: center;
  
}

#s-5936e27f-871d-49b2-862b-4a1dafd03fc0 {
  min-height: 50px;
}








#s-5936e27f-871d-49b2-862b-4a1dafd03fc0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5936e27f-871d-49b2-862b-4a1dafd03fc0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7b4784a0-734b-4e73-889b-a92313074c3d {
  margin-top: 1%;
margin-left: 1%;
margin-bottom: 1%;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-7b4784a0-734b-4e73-889b-a92313074c3d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7b4784a0-734b-4e73-889b-a92313074c3d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 8.5px);
}

}

@media (min-width: 992px) {
[id="s-7b4784a0-734b-4e73-889b-a92313074c3d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 8.5px);
}

}

@media (min-width: 1200px) {
[id="s-7b4784a0-734b-4e73-889b-a92313074c3d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 8.5px);
}

}

#s-90e24537-8622-4072-b5cd-3e14e7667f78 {
  margin-top: 2%;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(244, 244, 244, 1);
}
@media (max-width: 767px){#s-90e24537-8622-4072-b5cd-3e14e7667f78 {
  display: none;
}
#s-90e24537-8622-4072-b5cd-3e14e7667f78, #wrap-s-90e24537-8622-4072-b5cd-3e14e7667f78 { display: none !important; }}
@media (min-width: 0px) {
[id="s-90e24537-8622-4072-b5cd-3e14e7667f78"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-90e24537-8622-4072-b5cd-3e14e7667f78"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-90e24537-8622-4072-b5cd-3e14e7667f78"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-90e24537-8622-4072-b5cd-3e14e7667f78"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-efbb51ae-0bcb-43ed-8508-4726a6de4925 {
  text-align: center;
}







  #s-efbb51ae-0bcb-43ed-8508-4726a6de4925 img.shogun-image {
    

    
    
    
  }


#s-efbb51ae-0bcb-43ed-8508-4726a6de4925 .shogun-image-content {
  
    align-items: center;
  
}

#s-cc3f337d-1c1d-464c-9ef6-d356c85c0097 {
  text-align: center;
}







  #s-cc3f337d-1c1d-464c-9ef6-d356c85c0097 img.shogun-image {
    

    
    
    
  }


#s-cc3f337d-1c1d-464c-9ef6-d356c85c0097 .shogun-image-content {
  
    align-items: center;
  
}

#s-8d52873a-a8a6-40dc-b66c-6f48734b1aec {
  text-align: center;
}







  #s-8d52873a-a8a6-40dc-b66c-6f48734b1aec img.shogun-image {
    

    
    
    
  }


#s-8d52873a-a8a6-40dc-b66c-6f48734b1aec .shogun-image-content {
  
    align-items: center;
  
}

#s-96f827fe-24d5-4512-a4e7-b04015a351cb {
  text-align: center;
}







  #s-96f827fe-24d5-4512-a4e7-b04015a351cb img.shogun-image {
    

    
    
    
  }


#s-96f827fe-24d5-4512-a4e7-b04015a351cb .shogun-image-content {
  
    align-items: center;
  
}

#s-4d9eb8ea-9d66-41c3-9c92-643de90b32b8 {
  min-height: 50px;
}








#s-4d9eb8ea-9d66-41c3-9c92-643de90b32b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4d9eb8ea-9d66-41c3-9c92-643de90b32b8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4b6c2e92-54c1-4bf8-a236-d057c3059aeb {
  margin-top: 1%;
margin-left: 1%;
margin-bottom: 1%;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-4b6c2e92-54c1-4bf8-a236-d057c3059aeb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4b6c2e92-54c1-4bf8-a236-d057c3059aeb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 8.5px);
}

}

@media (min-width: 992px) {
[id="s-4b6c2e92-54c1-4bf8-a236-d057c3059aeb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 8.5px);
}

}

@media (min-width: 1200px) {
[id="s-4b6c2e92-54c1-4bf8-a236-d057c3059aeb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 8.5px);
}

}

#s-c67fefb2-5861-4f72-9dca-41b06961accc {
  margin-top: 2%;
margin-bottom: 1%;
padding-top: 0%;
padding-left: 10px;
padding-bottom: 1%;
padding-right: 10px;
background-color: rgba(244, 244, 244, 1);
}

#s-691252dd-434a-46bf-a7a2-c1215f0f8a37 {
  min-height: 50px;
}








#s-691252dd-434a-46bf-a7a2-c1215f0f8a37 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-691252dd-434a-46bf-a7a2-c1215f0f8a37.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e3152b18-23d5-472c-abc5-1c688892dd2f {
  margin-top: 1%;
margin-left: 1%;
margin-bottom: 1%;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-e3152b18-23d5-472c-abc5-1c688892dd2f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e3152b18-23d5-472c-abc5-1c688892dd2f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 8.5px);
}

}

@media (min-width: 992px) {
[id="s-e3152b18-23d5-472c-abc5-1c688892dd2f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 8.5px);
}

}

@media (min-width: 1200px) {
[id="s-e3152b18-23d5-472c-abc5-1c688892dd2f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 8.5px);
}

}

#s-334bd79b-04dd-4f1a-b4cc-6da8fb1c97eb {
  margin-top: 2%;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(244, 244, 244, 1);
}
@media (max-width: 767px){#s-334bd79b-04dd-4f1a-b4cc-6da8fb1c97eb {
  display: none;
}
#s-334bd79b-04dd-4f1a-b4cc-6da8fb1c97eb, #wrap-s-334bd79b-04dd-4f1a-b4cc-6da8fb1c97eb { display: none !important; }}
@media (min-width: 0px) {
[id="s-334bd79b-04dd-4f1a-b4cc-6da8fb1c97eb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-334bd79b-04dd-4f1a-b4cc-6da8fb1c97eb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-334bd79b-04dd-4f1a-b4cc-6da8fb1c97eb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-334bd79b-04dd-4f1a-b4cc-6da8fb1c97eb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-f111b7fa-be1b-44e2-95af-5c5a09bced63 {
  text-align: center;
}







  #s-f111b7fa-be1b-44e2-95af-5c5a09bced63 img.shogun-image {
    

    
    
    
  }


#s-f111b7fa-be1b-44e2-95af-5c5a09bced63 .shogun-image-content {
  
    align-items: center;
  
}

#s-e7b51987-6c6d-4669-a6f9-c1012b7e9ee5 {
  text-align: center;
}







  #s-e7b51987-6c6d-4669-a6f9-c1012b7e9ee5 img.shogun-image {
    

    
    
    
  }


#s-e7b51987-6c6d-4669-a6f9-c1012b7e9ee5 .shogun-image-content {
  
    align-items: center;
  
}

#s-53414e46-8f02-4479-a51a-4ba60d0eddcf {
  text-align: center;
}







  #s-53414e46-8f02-4479-a51a-4ba60d0eddcf img.shogun-image {
    

    
    
    
  }


#s-53414e46-8f02-4479-a51a-4ba60d0eddcf .shogun-image-content {
  
    align-items: center;
  
}

#s-46474046-51ae-4355-bf09-66ac9a5d1409 {
  text-align: center;
}







  #s-46474046-51ae-4355-bf09-66ac9a5d1409 img.shogun-image {
    

    
    
    
  }


#s-46474046-51ae-4355-bf09-66ac9a5d1409 .shogun-image-content {
  
    align-items: center;
  
}

#s-a8eba47a-5478-4a4c-a59d-e8e955561956 {
  min-height: 50px;
}








#s-a8eba47a-5478-4a4c-a59d-e8e955561956 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a8eba47a-5478-4a4c-a59d-e8e955561956.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-96d254e1-4e21-47fc-90b0-7133e04baf7e {
  margin-top: 1%;
margin-left: 1%;
margin-bottom: 1%;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-96d254e1-4e21-47fc-90b0-7133e04baf7e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-96d254e1-4e21-47fc-90b0-7133e04baf7e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 8.5px);
}

}

@media (min-width: 992px) {
[id="s-96d254e1-4e21-47fc-90b0-7133e04baf7e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 8.5px);
}

}

@media (min-width: 1200px) {
[id="s-96d254e1-4e21-47fc-90b0-7133e04baf7e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 8.5px);
}

}

#s-741d6e91-d87f-49da-b83b-65d060c17a17 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-left: 1%;
padding-bottom: 0%;
padding-right: 1%;
}

#s-f666ab79-f5c9-4758-baf4-024dc4c537f5 {
  min-height: 50px;
}








#s-f666ab79-f5c9-4758-baf4-024dc4c537f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f666ab79-f5c9-4758-baf4-024dc4c537f5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-153804ff-5cd5-4205-b980-2ff7c29efcab {
  margin-top: 1%;
margin-left: 1%;
margin-bottom: 1%;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-153804ff-5cd5-4205-b980-2ff7c29efcab"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-153804ff-5cd5-4205-b980-2ff7c29efcab"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 8.5px);
}

}

@media (min-width: 992px) {
[id="s-153804ff-5cd5-4205-b980-2ff7c29efcab"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 8.5px);
}

}

@media (min-width: 1200px) {
[id="s-153804ff-5cd5-4205-b980-2ff7c29efcab"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 8.5px);
}

}

#s-bdde78af-201e-41c4-8a38-80a769f375df {
  margin-top: 2%;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(244, 244, 244, 1);
}
@media (max-width: 767px){#s-bdde78af-201e-41c4-8a38-80a769f375df {
  display: none;
}
#s-bdde78af-201e-41c4-8a38-80a769f375df, #wrap-s-bdde78af-201e-41c4-8a38-80a769f375df { display: none !important; }}
@media (min-width: 0px) {
[id="s-bdde78af-201e-41c4-8a38-80a769f375df"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-bdde78af-201e-41c4-8a38-80a769f375df"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-bdde78af-201e-41c4-8a38-80a769f375df"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-bdde78af-201e-41c4-8a38-80a769f375df"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-d9cdfc91-0bfb-43cf-b1c6-c35d842f3b97 {
  text-align: center;
}







  #s-d9cdfc91-0bfb-43cf-b1c6-c35d842f3b97 img.shogun-image {
    

    
    
    
  }


#s-d9cdfc91-0bfb-43cf-b1c6-c35d842f3b97 .shogun-image-content {
  
    align-items: center;
  
}

#s-4bc2edc4-0d6a-45b7-8cb9-94fa7a48fb03 {
  text-align: center;
}







  #s-4bc2edc4-0d6a-45b7-8cb9-94fa7a48fb03 img.shogun-image {
    

    
    
    
  }


#s-4bc2edc4-0d6a-45b7-8cb9-94fa7a48fb03 .shogun-image-content {
  
    align-items: center;
  
}

#s-0a401e75-b028-4a0e-9a8b-9e88ebd670bb {
  text-align: center;
}







  #s-0a401e75-b028-4a0e-9a8b-9e88ebd670bb img.shogun-image {
    

    
    
    
  }


#s-0a401e75-b028-4a0e-9a8b-9e88ebd670bb .shogun-image-content {
  
    align-items: center;
  
}

#s-6db04864-7693-410f-ad9a-99f9cc4f4f8a {
  text-align: center;
}







  #s-6db04864-7693-410f-ad9a-99f9cc4f4f8a img.shogun-image {
    

    
    
    
  }


#s-6db04864-7693-410f-ad9a-99f9cc4f4f8a .shogun-image-content {
  
    align-items: center;
  
}

#s-d58aed56-c331-4de8-a937-88ad5a63c9c8 {
  margin-left: 1%;
margin-right: 1%;
padding-top: 14px;
padding-bottom: 14px;
}

#s-8e45fc28-0830-41ee-9fa6-67f455a5dc02 {
  margin-top: 2%;
margin-bottom: 2%;
background-color: rgba(244, 244, 244, 1);
}

@media (min-width: 0px) {
[id="s-8e45fc28-0830-41ee-9fa6-67f455a5dc02"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8e45fc28-0830-41ee-9fa6-67f455a5dc02"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8e45fc28-0830-41ee-9fa6-67f455a5dc02"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8e45fc28-0830-41ee-9fa6-67f455a5dc02"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8e45fc28-0830-41ee-9fa6-67f455a5dc02"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8e45fc28-0830-41ee-9fa6-67f455a5dc02"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8e45fc28-0830-41ee-9fa6-67f455a5dc02"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-1917b931-c2df-47c9-ad8a-b89a41b2f1ea {
  margin-top: 5%;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(244, 244, 244, 1);
}

#s-93d52bd8-d55d-4427-93a9-99d71e36ba4b {
  margin-right: 6%;
text-align: center;
}







  #s-93d52bd8-d55d-4427-93a9-99d71e36ba4b img.shogun-image {
    

    
    
    
  }


#s-93d52bd8-d55d-4427-93a9-99d71e36ba4b .shogun-image-content {
  
    align-items: center;
  
}

#s-b223dd58-2fa0-424e-967e-b454a0c7c1a8 {
  padding-top: 1%;
padding-left: 10px;
padding-bottom: 2%;
padding-right: 10px;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-b223dd58-2fa0-424e-967e-b454a0c7c1a8 {
  display: none;
}
#s-b223dd58-2fa0-424e-967e-b454a0c7c1a8, #wrap-s-b223dd58-2fa0-424e-967e-b454a0c7c1a8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b223dd58-2fa0-424e-967e-b454a0c7c1a8 {
  display: none;
}
#s-b223dd58-2fa0-424e-967e-b454a0c7c1a8, #wrap-s-b223dd58-2fa0-424e-967e-b454a0c7c1a8 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b223dd58-2fa0-424e-967e-b454a0c7c1a8 {
  margin-top: 2%;
}
}@media (max-width: 767px){#s-b223dd58-2fa0-424e-967e-b454a0c7c1a8 {
  margin-top: 2%;
margin-bottom: 2%;
}
}
#s-713893c0-e59d-4880-aa99-fcb3b73c82ea {
  padding-bottom: 2%;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-713893c0-e59d-4880-aa99-fcb3b73c82ea {
  display: none;
}
#s-713893c0-e59d-4880-aa99-fcb3b73c82ea, #wrap-s-713893c0-e59d-4880-aa99-fcb3b73c82ea { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-713893c0-e59d-4880-aa99-fcb3b73c82ea {
  display: none;
}
#s-713893c0-e59d-4880-aa99-fcb3b73c82ea, #wrap-s-713893c0-e59d-4880-aa99-fcb3b73c82ea { display: none !important; }}







#s-713893c0-e59d-4880-aa99-fcb3b73c82ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-713893c0-e59d-4880-aa99-fcb3b73c82ea.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-48bf99bc-0bc4-4a24-929f-fafe4ea2ff8c {
  padding-top: 0%;
padding-left: 1%;
padding-bottom: 0%;
padding-right: 1%;
}
@media (min-width: 1200px){#s-48bf99bc-0bc4-4a24-929f-fafe4ea2ff8c {
  display: none;
}
#s-48bf99bc-0bc4-4a24-929f-fafe4ea2ff8c, #wrap-s-48bf99bc-0bc4-4a24-929f-fafe4ea2ff8c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-48bf99bc-0bc4-4a24-929f-fafe4ea2ff8c {
  display: none;
}
#s-48bf99bc-0bc4-4a24-929f-fafe4ea2ff8c, #wrap-s-48bf99bc-0bc4-4a24-929f-fafe4ea2ff8c { display: none !important; }}
#s-4af86732-fc96-4576-924f-d32d7d936acc {
  padding-bottom: 2%;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-4af86732-fc96-4576-924f-d32d7d936acc {
  display: none;
}
#s-4af86732-fc96-4576-924f-d32d7d936acc, #wrap-s-4af86732-fc96-4576-924f-d32d7d936acc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4af86732-fc96-4576-924f-d32d7d936acc {
  display: none;
}
#s-4af86732-fc96-4576-924f-d32d7d936acc, #wrap-s-4af86732-fc96-4576-924f-d32d7d936acc { display: none !important; }}







#s-4af86732-fc96-4576-924f-d32d7d936acc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4af86732-fc96-4576-924f-d32d7d936acc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5248fb5e-a0f2-4576-9275-95e1e57b11fc {
  padding-top: 0%;
padding-left: 1%;
padding-bottom: 0%;
padding-right: 1%;
}
@media (min-width: 1200px){#s-5248fb5e-a0f2-4576-9275-95e1e57b11fc {
  display: none;
}
#s-5248fb5e-a0f2-4576-9275-95e1e57b11fc, #wrap-s-5248fb5e-a0f2-4576-9275-95e1e57b11fc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5248fb5e-a0f2-4576-9275-95e1e57b11fc {
  display: none;
}
#s-5248fb5e-a0f2-4576-9275-95e1e57b11fc, #wrap-s-5248fb5e-a0f2-4576-9275-95e1e57b11fc { display: none !important; }}
#s-09f7f895-1615-4d15-8377-21a2a1fc2414 {
  margin-top: 2%;
margin-bottom: 0%;
padding-top: 0%;
padding-bottom: 1%;
min-height: 50px;
background-color: rgba(241, 241, 241, 1);
background-attachment: scroll;
}
@media (min-width: 1200px){#s-09f7f895-1615-4d15-8377-21a2a1fc2414 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-09f7f895-1615-4d15-8377-21a2a1fc2414 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-09f7f895-1615-4d15-8377-21a2a1fc2414 {
  
}
}@media (max-width: 767px){#s-09f7f895-1615-4d15-8377-21a2a1fc2414 {
  
}
}







#s-09f7f895-1615-4d15-8377-21a2a1fc2414 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-09f7f895-1615-4d15-8377-21a2a1fc2414.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-140f8ec6-7344-4730-baa1-c076b92bd797 {
  margin-top: 3px;
margin-bottom: 0px;
text-align: center;
}

#s-140f8ec6-7344-4730-baa1-c076b92bd797 .shg-product-sold-out {
  display: none;
  color: rgba(26, 100, 154, 1);
  font-size: 30px;
  font-weight:  800 ;
  font-family: Mulish;
  font-style:  normal ;
}

#s-140f8ec6-7344-4730-baa1-c076b92bd797 .shg-product-price {
  color: rgba(26, 100, 154, 1);
  font-weight:  800 ;
  font-family: Mulish;
  font-style:  normal ;
  font-size: 30px;
}

#s-140f8ec6-7344-4730-baa1-c076b92bd797 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(87, 87, 87, 1);
  font-weight:  700 ;
  font-family: Muli;
  font-style:  normal ;
  font-size: 20px;
  padding-left: 15px;
}

#s-68635a89-1756-46de-af45-892b402680c1 {
  margin-top: 1%;
margin-bottom: 1%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 7px;
background-color: rgba(39, 172, 37, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-68635a89-1756-46de-af45-892b402680c1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-68635a89-1756-46de-af45-892b402680c1:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-68635a89-1756-46de-af45-892b402680c1 {
  margin-left: 15%;
margin-right: 15%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-68635a89-1756-46de-af45-892b402680c1 {
  margin-left: 15%;
margin-right: 15%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-68635a89-1756-46de-af45-892b402680c1 {
  margin-left: 9%;
margin-right: 9%;
}
}@media (max-width: 767px){#s-68635a89-1756-46de-af45-892b402680c1 {
  margin-left: 6%;
margin-right: 6%;
}
}

  #s-68635a89-1756-46de-af45-892b402680c1-atc-btn-wrapper {
    text-align: center;
  }


#s-68635a89-1756-46de-af45-892b402680c1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-68635a89-1756-46de-af45-892b402680c1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-68635a89-1756-46de-af45-892b402680c1.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 800;
  
  font-family: Mulish;
  display:  block ;
}

#s-68635a89-1756-46de-af45-892b402680c1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-e47dc891-2ee1-4907-ad4b-d4865654a93c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-e47dc891-2ee1-4907-ad4b-d4865654a93c {
  display: none;
}
#s-e47dc891-2ee1-4907-ad4b-d4865654a93c, #wrap-s-e47dc891-2ee1-4907-ad4b-d4865654a93c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e47dc891-2ee1-4907-ad4b-d4865654a93c {
  display: none;
}
#s-e47dc891-2ee1-4907-ad4b-d4865654a93c, #wrap-s-e47dc891-2ee1-4907-ad4b-d4865654a93c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e47dc891-2ee1-4907-ad4b-d4865654a93c {
  display: none;
}
#s-e47dc891-2ee1-4907-ad4b-d4865654a93c, #wrap-s-e47dc891-2ee1-4907-ad4b-d4865654a93c { display: none !important; }}@media (max-width: 767px){#s-e47dc891-2ee1-4907-ad4b-d4865654a93c {
  display: none;
}
#s-e47dc891-2ee1-4907-ad4b-d4865654a93c, #wrap-s-e47dc891-2ee1-4907-ad4b-d4865654a93c { display: none !important; }}
#s-e47dc891-2ee1-4907-ad4b-d4865654a93c .shogun-heading-component h1 {
  color: rgba(56, 56, 56, 1);
  font-weight:  800 ;
  font-family: "Muli";
  font-style:  normal ;
  font-size: 19px;
  
  letter-spacing: 1px;
  
}


@media (max-width: 767px){#s-e47dc891-2ee1-4907-ad4b-d4865654a93c .shogun-heading-component h1 {
  color: rgba(56, 56, 56, 1);
  font-weight:  800 ;
  font-family: "Muli";
  font-style:  normal ;
  font-size: 19px;
  
  letter-spacing: 1px;
  
}


}
@media (min-width: 1200px){#s-a9a2f8ea-0c78-49e9-9b8e-dba663f94eea {
  margin-top: 4px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a9a2f8ea-0c78-49e9-9b8e-dba663f94eea {
  margin-top: 4px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a9a2f8ea-0c78-49e9-9b8e-dba663f94eea {
  margin-top: 1px;
margin-bottom: 0px;
}
}@media (max-width: 767px){#s-a9a2f8ea-0c78-49e9-9b8e-dba663f94eea {
  margin-top: 3px;
}
}
#s-f36d23df-fe46-41b1-b0fc-9d2940bd2039 {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 6px;
text-align: center;
background-color: rgba(233, 88, 36, 1);
}
@media (min-width: 1200px){#s-f36d23df-fe46-41b1-b0fc-9d2940bd2039 {
  margin-top: 22px;
margin-left: 9%;
margin-bottom: 10px;
margin-right: 9%;
padding-top: 10px;
padding-left: 9%;
padding-bottom: 10px;
padding-right: 9%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f36d23df-fe46-41b1-b0fc-9d2940bd2039 {
  margin-top: 22px;
margin-left: 9%;
margin-bottom: 8px;
margin-right: 9%;
padding-left: 9%;
padding-right: 9%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f36d23df-fe46-41b1-b0fc-9d2940bd2039 {
  margin-top: 15px;
margin-left: 26px;
margin-bottom: 15px;
margin-right: 26px;
padding-left: 9%;
padding-right: 9%;
}
}@media (max-width: 767px){#s-f36d23df-fe46-41b1-b0fc-9d2940bd2039 {
  margin-top: 15px;
margin-bottom: 15px;
padding-left: 9%;
padding-right: 9%;
}
}
#s-f36d23df-fe46-41b1-b0fc-9d2940bd2039 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Mulish";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-ccc5d4bd-4e2f-4d55-852f-1494ee6a16a5 {
  margin-top: 17px;
margin-left: 0px;
margin-right: 0px;
padding-top: 19px;
padding-bottom: 19px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: dashed;
}
@media (min-width: 768px) and (max-width: 991px){#s-ccc5d4bd-4e2f-4d55-852f-1494ee6a16a5 {
  display: none;
}
#s-ccc5d4bd-4e2f-4d55-852f-1494ee6a16a5, #wrap-s-ccc5d4bd-4e2f-4d55-852f-1494ee6a16a5 { display: none !important; }}@media (max-width: 767px){#s-ccc5d4bd-4e2f-4d55-852f-1494ee6a16a5 {
  display: none;
}
#s-ccc5d4bd-4e2f-4d55-852f-1494ee6a16a5, #wrap-s-ccc5d4bd-4e2f-4d55-852f-1494ee6a16a5 { display: none !important; }}
@media (min-width: 0px) {
[id="s-ccc5d4bd-4e2f-4d55-852f-1494ee6a16a5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-ccc5d4bd-4e2f-4d55-852f-1494ee6a16a5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-ccc5d4bd-4e2f-4d55-852f-1494ee6a16a5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-ccc5d4bd-4e2f-4d55-852f-1494ee6a16a5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-8d46336f-b02c-446a-b6c7-c3a5c835d16c {
  margin-top: 0px;
margin-bottom: 5px;
}

#s-8d46336f-b02c-446a-b6c7-c3a5c835d16c .shogun-icon-wrapper {
  text-align: center;
}


#s-8d46336f-b02c-446a-b6c7-c3a5c835d16c .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(30, 166, 54, 1);
}

#s-54cf1163-510a-4cb3-9429-395e2b7ee2c1 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 1);
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(208, 208, 208, 1);
border-style: dotted;
border-radius: 10px;
text-align: center;
}

#s-54cf1163-510a-4cb3-9429-395e2b7ee2c1 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Muli";
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


@media (min-width: 1200px){#s-54cf1163-510a-4cb3-9429-395e2b7ee2c1 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Muli";
  font-style:  normal ;
  font-size: 19px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-54cf1163-510a-4cb3-9429-395e2b7ee2c1 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Muli";
  font-style:  normal ;
  font-size: 17px;
  
  
  
}


}
#s-0f7784a2-3bab-4414-af74-d1fd95fd0e47 {
  margin-bottom: 5px;
}

#s-0f7784a2-3bab-4414-af74-d1fd95fd0e47 .shogun-icon-wrapper {
  text-align: center;
}


#s-0f7784a2-3bab-4414-af74-d1fd95fd0e47 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(30, 166, 54, 1);
}

#s-65b17c64-ffa0-41c3-a875-002f25f32be6 {
  margin-left: -8px;
margin-right: -8px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(208, 208, 208, 1);
border-style: dotted;
border-radius: 10px;
text-align: center;
}

#s-65b17c64-ffa0-41c3-a875-002f25f32be6 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Muli";
  font-style:  normal ;
  font-size: 17px;
  
  
  
}


@media (min-width: 1200px){#s-65b17c64-ffa0-41c3-a875-002f25f32be6 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Muli";
  font-style:  normal ;
  font-size: 19px;
  
  
  
}


}
#s-acbbee7b-72eb-4fc6-89b2-5954135002b2 {
  margin-bottom: 5px;
}

#s-acbbee7b-72eb-4fc6-89b2-5954135002b2 .shogun-icon-wrapper {
  text-align: center;
}


#s-acbbee7b-72eb-4fc6-89b2-5954135002b2 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(30, 166, 54, 1);
}

#s-9e39c1a1-396f-4fac-b5f0-cab3ba9daa98 {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(208, 208, 208, 1);
border-style: dotted;
border-radius: 10px;
text-align: center;
}

#s-9e39c1a1-396f-4fac-b5f0-cab3ba9daa98 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Muli";
  font-style:  normal ;
  font-size: 17px;
  
  
  
}


@media (min-width: 1200px){#s-9e39c1a1-396f-4fac-b5f0-cab3ba9daa98 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Muli";
  font-style:  normal ;
  font-size: 19px;
  
  
  
}


}
#s-bb7559db-61ae-4eac-baf7-c73ad57b5dce {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-bb7559db-61ae-4eac-baf7-c73ad57b5dce .shogun-icon-wrapper {
  text-align: center;
}


#s-bb7559db-61ae-4eac-baf7-c73ad57b5dce .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(30, 166, 54, 1);
}

#s-d4a19db3-e46d-405b-8481-9bd7796e984a {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(208, 208, 208, 1);
border-style: dotted;
border-radius: 10px;
text-align: center;
}

#s-d4a19db3-e46d-405b-8481-9bd7796e984a .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Muli";
  font-style:  normal ;
  font-size: 17px;
  
  
  
}


@media (min-width: 1200px){#s-d4a19db3-e46d-405b-8481-9bd7796e984a .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Muli";
  font-style:  normal ;
  font-size: 19px;
  
  
  
}


}
#s-76cb3054-04e6-43b3-988e-5e78125d3363 {
  margin-top: 2%;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-76cb3054-04e6-43b3-988e-5e78125d3363 {
  display: none;
}
#s-76cb3054-04e6-43b3-988e-5e78125d3363, #wrap-s-76cb3054-04e6-43b3-988e-5e78125d3363 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-76cb3054-04e6-43b3-988e-5e78125d3363 {
  display: none;
}
#s-76cb3054-04e6-43b3-988e-5e78125d3363, #wrap-s-76cb3054-04e6-43b3-988e-5e78125d3363 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-76cb3054-04e6-43b3-988e-5e78125d3363 {
  
}
}@media (max-width: 767px){#s-76cb3054-04e6-43b3-988e-5e78125d3363 {
  
}
}
/*
  $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}
