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

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * 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: flex;
  width: 100%;
}

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

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

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

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

.shg-box-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

#s-2b95081b-abfc-4178-a756-eb48ec8f60e0 {
  background-attachment: fixed;
padding-top: 20%;
padding-bottom: 20%;
min-height: 800px;
}








#s-2b95081b-abfc-4178-a756-eb48ec8f60e0 > .shg-box-overlay {
  background-color: rgba(245, 128, 33, 1);
  opacity: 0.7;
}#s-2b95081b-abfc-4178-a756-eb48ec8f60e0.shg-box.shg-c {
  justify-content: center;
}

#s-857c315e-d2e7-4a50-8cbb-c916175e7afd {
  padding-top: 70px;
padding-left: 15%;
padding-bottom: 70px;
padding-right: 15%;
min-height: 50px;
}








#s-857c315e-d2e7-4a50-8cbb-c916175e7afd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-857c315e-d2e7-4a50-8cbb-c916175e7afd.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-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;
}
#s-db6cb957-e4aa-4fe8-9ef7-b0ed44f6093a {
  padding-top: 5px;
padding-left: 1%;
padding-bottom: 5px;
padding-right: 1%;
text-align: center;
}




  #s-db6cb957-e4aa-4fe8-9ef7-b0ed44f6093a img.shogun-image {
    
    width: px;
  }


#s-db6cb957-e4aa-4fe8-9ef7-b0ed44f6093a .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-default-text-content ul,
.shg-default-text-content ol {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  margin-bottom: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  margin-top: 0;
  -webkit-padding-start: 40px;
          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;
}

#s-ce7f8148-2ee7-495e-a580-918cb0c85162 {
  margin-top: 10px;
margin-bottom: 10px;
}

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

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

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

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

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

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

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

#s-4516efa9-7fbc-441f-ad01-9457e394980b {
  box-shadow:1px 1px 1px 1px rgba(0, 0, 0, 0);
margin-top: 15px;
margin-bottom: 19px;
padding-top: 17px;
padding-left: 40px;
padding-bottom: 18px;
padding-right: 40px;
background-color: rgba(56, 173, 210, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-4516efa9-7fbc-441f-ad01-9457e394980b:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(55, 163, 198, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4516efa9-7fbc-441f-ad01-9457e394980b:active {background-color: rgba(56, 173, 210, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-4516efa9-7fbc-441f-ad01-9457e394980b-btn-wrapper {
    text-align: center;
  }


#s-4516efa9-7fbc-441f-ad01-9457e394980b.shg-btn {
  color: #ffffff;
  font-size: 23px;
  font-weight: 600;
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-1d74b3ac-64c8-4b51-bc85-6312b4d44b07 {
  padding-top: 70px;
padding-left: 15%;
padding-bottom: 70px;
padding-right: 15%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-1d74b3ac-64c8-4b51-bc85-6312b4d44b07 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1d74b3ac-64c8-4b51-bc85-6312b4d44b07.shg-box.shg-c {
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #000;
  text-transform: none;
  font-weight: normal;
  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-99367ac7-6576-4645-b409-75bf48571c78 {
  margin-top: 0px;
padding-bottom: 9px;
text-align: center;
}

#s-99367ac7-6576-4645-b409-75bf48571c78 .shogun-heading-component h2 {
  color: rgba(245, 128, 33, 1);
  font-weight:  700 ;
  font-family: "Oswald";
  font-style:   ;
  font-size: 44px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-06aacb39-54cd-498d-ad56-b67c670bade3 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-bottom: 1px;
padding-right: 0%;
}

#s-70b21425-b066-4d99-bf76-331690e2ef42 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 400px;
background-position: center center;
}








#s-70b21425-b066-4d99-bf76-331690e2ef42 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-70b21425-b066-4d99-bf76-331690e2ef42.shg-box.shg-c {
  justify-content: center;
}

#s-86ffc9c4-de3d-47c1-8657-9543d6435fde {
  padding-top: 35px;
padding-left: 12%;
padding-bottom: 35px;
padding-right: 12%;
min-height: 50px;
background-color: rgba(245, 128, 33, 1);
}








#s-86ffc9c4-de3d-47c1-8657-9543d6435fde > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-86ffc9c4-de3d-47c1-8657-9543d6435fde.shg-box.shg-c {
  justify-content: center;
}

#s-5605867d-6842-4d77-9c0b-8b3ce6bb58cd {
  padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-5605867d-6842-4d77-9c0b-8b3ce6bb58cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5605867d-6842-4d77-9c0b-8b3ce6bb58cd.shg-box.shg-c {
  justify-content: center;
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
justify-content: space-between;
}

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

.shg-c-xs-1,
.shg-c-xs-2,
.shg-c-xs-3,
.shg-c-xs-4,
.shg-c-xs-5,
.shg-c-xs-6,
.shg-c-xs-7,
.shg-c-xs-8,
.shg-c-xs-9,
.shg-c-xs-10,
.shg-c-xs-11,
.shg-c-xs-12,
.shg-c-sm-1,
.shg-c-sm-2,
.shg-c-sm-3,
.shg-c-sm-4,
.shg-c-sm-5,
.shg-c-sm-6,
.shg-c-sm-7,
.shg-c-sm-8,
.shg-c-sm-9,
.shg-c-sm-10,
.shg-c-sm-11,
.shg-c-sm-12,
.shg-c-md-1,
.shg-c-md-2,
.shg-c-md-3,
.shg-c-md-4,
.shg-c-md-5,
.shg-c-md-6,
.shg-c-md-7,
.shg-c-md-8,
.shg-c-md-9,
.shg-c-md-10,
.shg-c-md-11,
.shg-c-md-12,
.shg-c-lg-1,
.shg-c-lg-2,
.shg-c-lg-3,
.shg-c-lg-4,
.shg-c-lg-5,
.shg-c-lg-6,
.shg-c-lg-7,
.shg-c-lg-8,
.shg-c-lg-9,
.shg-c-lg-10,
.shg-c-lg-11,
.shg-c-lg-12 {
  position: relative;
}

@media (min-width: 0px) {
[id="s-13bf6004-137e-48bd-9a5e-5357a6d8172a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-13bf6004-137e-48bd-9a5e-5357a6d8172a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-13bf6004-137e-48bd-9a5e-5357a6d8172a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-13bf6004-137e-48bd-9a5e-5357a6d8172a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-13bf6004-137e-48bd-9a5e-5357a6d8172a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-13bf6004-137e-48bd-9a5e-5357a6d8172a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-13bf6004-137e-48bd-9a5e-5357a6d8172a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-13bf6004-137e-48bd-9a5e-5357a6d8172a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-13bf6004-137e-48bd-9a5e-5357a6d8172a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-13bf6004-137e-48bd-9a5e-5357a6d8172a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-13bf6004-137e-48bd-9a5e-5357a6d8172a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-13bf6004-137e-48bd-9a5e-5357a6d8172a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-13bf6004-137e-48bd-9a5e-5357a6d8172a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-13bf6004-137e-48bd-9a5e-5357a6d8172a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-13bf6004-137e-48bd-9a5e-5357a6d8172a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-13bf6004-137e-48bd-9a5e-5357a6d8172a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-13bf6004-137e-48bd-9a5e-5357a6d8172a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-13bf6004-137e-48bd-9a5e-5357a6d8172a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-13bf6004-137e-48bd-9a5e-5357a6d8172a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-13bf6004-137e-48bd-9a5e-5357a6d8172a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-13bf6004-137e-48bd-9a5e-5357a6d8172a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-13bf6004-137e-48bd-9a5e-5357a6d8172a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-13bf6004-137e-48bd-9a5e-5357a6d8172a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-13bf6004-137e-48bd-9a5e-5357a6d8172a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-13bf6004-137e-48bd-9a5e-5357a6d8172a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-13bf6004-137e-48bd-9a5e-5357a6d8172a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-13bf6004-137e-48bd-9a5e-5357a6d8172a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-13bf6004-137e-48bd-9a5e-5357a6d8172a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-13bf6004-137e-48bd-9a5e-5357a6d8172a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-13bf6004-137e-48bd-9a5e-5357a6d8172a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-13bf6004-137e-48bd-9a5e-5357a6d8172a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-13bf6004-137e-48bd-9a5e-5357a6d8172a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-13bf6004-137e-48bd-9a5e-5357a6d8172a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-13bf6004-137e-48bd-9a5e-5357a6d8172a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-13bf6004-137e-48bd-9a5e-5357a6d8172a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-13bf6004-137e-48bd-9a5e-5357a6d8172a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-13bf6004-137e-48bd-9a5e-5357a6d8172a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-a09698cf-c3b1-4201-8cdf-2b74c087fb2f {
  padding-top: 7px;
padding-left: 7px;
padding-bottom: 7px;
padding-right: 7px;
min-height: 200px;
text-align: center;
}




  #s-a09698cf-c3b1-4201-8cdf-2b74c087fb2f img.shogun-image {
    
    width: px;
  }


#s-a09698cf-c3b1-4201-8cdf-2b74c087fb2f .shogun-image-content {
  
    align-items: center;
  
}

#s-3a534b91-b05f-4eec-a683-adc590fe2b35 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 50px;
}








#s-3a534b91-b05f-4eec-a683-adc590fe2b35 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3a534b91-b05f-4eec-a683-adc590fe2b35.shg-box.shg-c {
  justify-content: center;
}

#s-1b0ef78f-abd2-41d6-93f2-f4fcedae7c88 {
  margin-top: 0px;
padding-bottom: 9px;
text-align: left;
}

#s-1b0ef78f-abd2-41d6-93f2-f4fcedae7c88 .shogun-heading-component h2 {
  color: rgba(245, 128, 33, 1);
  font-weight:  500 ;
  font-family: "Oswald";
  font-style:   ;
  font-size: 40px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: left;
}



#s-cef08777-5c9f-4b59-bc41-0532daded8d3 {
  margin-top: 0px;
padding-bottom: 9px;
text-align: left;
}

#s-cef08777-5c9f-4b59-bc41-0532daded8d3 .shogun-heading-component h3 {
  color: rgba(51, 51, 51, 1);
  font-weight:  500 ;
  font-family: "Oswald";
  font-style:   ;
  font-size: 30px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}



#s-aa7d26b9-f228-4c2d-b04b-fa2dac582ac9 {
  box-shadow:1px 1px 1px 1px rgba(0, 0, 0, 0);
margin-top: 7px;
margin-bottom: 19px;
padding-top: 17px;
padding-left: 40px;
padding-bottom: 18px;
padding-right: 40px;
background-color: rgba(245, 128, 33, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-aa7d26b9-f228-4c2d-b04b-fa2dac582ac9:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(228, 123, 37, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-aa7d26b9-f228-4c2d-b04b-fa2dac582ac9:active {background-color: rgba(245, 128, 33, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-aa7d26b9-f228-4c2d-b04b-fa2dac582ac9-btn-wrapper {
    text-align: left;
  }


#s-aa7d26b9-f228-4c2d-b04b-fa2dac582ac9.shg-btn {
  color: #ffffff;
  font-size: 23px;
  font-weight: 600;
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-1c692bcf-e57e-4706-871e-05e3683ccf50 {
  padding-top: 15px;
padding-left: 10px;
padding-bottom: 15px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-1c692bcf-e57e-4706-871e-05e3683ccf50"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

[id="s-1c692bcf-e57e-4706-871e-05e3683ccf50"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1c692bcf-e57e-4706-871e-05e3683ccf50"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 11.25px);
}

[id="s-1c692bcf-e57e-4706-871e-05e3683ccf50"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 11.25px);
}

[id="s-1c692bcf-e57e-4706-871e-05e3683ccf50"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 11.25px);
}

[id="s-1c692bcf-e57e-4706-871e-05e3683ccf50"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 11.25px);
}

[id="s-1c692bcf-e57e-4706-871e-05e3683ccf50"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 11.25px);
}

[id="s-1c692bcf-e57e-4706-871e-05e3683ccf50"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 11.25px);
}

[id="s-1c692bcf-e57e-4706-871e-05e3683ccf50"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 11.25px);
}

[id="s-1c692bcf-e57e-4706-871e-05e3683ccf50"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 11.25px);
}

[id="s-1c692bcf-e57e-4706-871e-05e3683ccf50"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 11.25px);
}

[id="s-1c692bcf-e57e-4706-871e-05e3683ccf50"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 11.25px);
}

[id="s-1c692bcf-e57e-4706-871e-05e3683ccf50"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 11.25px);
}

[id="s-1c692bcf-e57e-4706-871e-05e3683ccf50"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 11.25px);
}

}

@media (min-width: 992px) {
[id="s-1c692bcf-e57e-4706-871e-05e3683ccf50"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 11.25px);
}

[id="s-1c692bcf-e57e-4706-871e-05e3683ccf50"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 11.25px);
}

[id="s-1c692bcf-e57e-4706-871e-05e3683ccf50"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 11.25px);
}

[id="s-1c692bcf-e57e-4706-871e-05e3683ccf50"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 11.25px);
}

[id="s-1c692bcf-e57e-4706-871e-05e3683ccf50"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 11.25px);
}

[id="s-1c692bcf-e57e-4706-871e-05e3683ccf50"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 11.25px);
}

[id="s-1c692bcf-e57e-4706-871e-05e3683ccf50"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 11.25px);
}

[id="s-1c692bcf-e57e-4706-871e-05e3683ccf50"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 11.25px);
}

[id="s-1c692bcf-e57e-4706-871e-05e3683ccf50"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 11.25px);
}

[id="s-1c692bcf-e57e-4706-871e-05e3683ccf50"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 11.25px);
}

[id="s-1c692bcf-e57e-4706-871e-05e3683ccf50"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 11.25px);
}

[id="s-1c692bcf-e57e-4706-871e-05e3683ccf50"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 11.25px);
}

}

@media (min-width: 1200px) {
[id="s-1c692bcf-e57e-4706-871e-05e3683ccf50"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 11.25px);
}

[id="s-1c692bcf-e57e-4706-871e-05e3683ccf50"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 11.25px);
}

[id="s-1c692bcf-e57e-4706-871e-05e3683ccf50"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 11.25px);
}

[id="s-1c692bcf-e57e-4706-871e-05e3683ccf50"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 11.25px);
}

[id="s-1c692bcf-e57e-4706-871e-05e3683ccf50"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 11.25px);
}

[id="s-1c692bcf-e57e-4706-871e-05e3683ccf50"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 11.25px);
}

[id="s-1c692bcf-e57e-4706-871e-05e3683ccf50"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 11.25px);
}

[id="s-1c692bcf-e57e-4706-871e-05e3683ccf50"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 11.25px);
}

[id="s-1c692bcf-e57e-4706-871e-05e3683ccf50"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 11.25px);
}

[id="s-1c692bcf-e57e-4706-871e-05e3683ccf50"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 11.25px);
}

[id="s-1c692bcf-e57e-4706-871e-05e3683ccf50"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 11.25px);
}

[id="s-1c692bcf-e57e-4706-871e-05e3683ccf50"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 11.25px);
}

}

#s-342bca8a-00a0-4a90-b33e-7c44e5519c58 {
  text-align: center;
}




  #s-342bca8a-00a0-4a90-b33e-7c44e5519c58 img.shogun-image {
    
    width: px;
  }


#s-342bca8a-00a0-4a90-b33e-7c44e5519c58 .shogun-image-content {
  
    align-items: center;
  
}

#s-ad401f00-a368-418b-9220-42a1f18340d9 {
  text-align: center;
}




  #s-ad401f00-a368-418b-9220-42a1f18340d9 img.shogun-image {
    
    width: px;
  }


#s-ad401f00-a368-418b-9220-42a1f18340d9 .shogun-image-content {
  
    align-items: center;
  
}

#s-fb1226d8-3c0b-4014-ae32-6f9b2fb1256c {
  text-align: center;
}




  #s-fb1226d8-3c0b-4014-ae32-6f9b2fb1256c img.shogun-image {
    
    width: px;
  }


#s-fb1226d8-3c0b-4014-ae32-6f9b2fb1256c .shogun-image-content {
  
    align-items: center;
  
}

#s-278de930-b386-455f-8737-5bfd86c20b6c {
  text-align: center;
}




  #s-278de930-b386-455f-8737-5bfd86c20b6c img.shogun-image {
    
    width: px;
  }


#s-278de930-b386-455f-8737-5bfd86c20b6c .shogun-image-content {
  
    align-items: center;
  
}

#s-06274f87-bb25-4423-af97-79005f8a38e9 {
  min-height: 50px;
}








#s-06274f87-bb25-4423-af97-79005f8a38e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-06274f87-bb25-4423-af97-79005f8a38e9.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

#s-0cad37b9-bd3d-4bc1-b745-fd0f84e3977a {
  margin-top: -12px;
margin-bottom: -12px;
padding-top: 16px;
padding-left: 15%;
padding-bottom: 0px;
padding-right: 15%;
min-height: 20px;
background-color: rgba(245, 128, 33, 1);
}








#s-0cad37b9-bd3d-4bc1-b745-fd0f84e3977a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0cad37b9-bd3d-4bc1-b745-fd0f84e3977a.shg-box.shg-c {
  justify-content: center;
}

#s-c8c82417-49fc-48b8-9abc-8e298a587dd4 {
  padding-top: 11px;
padding-bottom: 11px;
min-height: 10px;
}

@media (min-width: 0px) {
[id="s-c8c82417-49fc-48b8-9abc-8e298a587dd4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c8c82417-49fc-48b8-9abc-8e298a587dd4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c8c82417-49fc-48b8-9abc-8e298a587dd4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c8c82417-49fc-48b8-9abc-8e298a587dd4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c8c82417-49fc-48b8-9abc-8e298a587dd4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c8c82417-49fc-48b8-9abc-8e298a587dd4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c8c82417-49fc-48b8-9abc-8e298a587dd4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c8c82417-49fc-48b8-9abc-8e298a587dd4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c8c82417-49fc-48b8-9abc-8e298a587dd4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c8c82417-49fc-48b8-9abc-8e298a587dd4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c8c82417-49fc-48b8-9abc-8e298a587dd4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c8c82417-49fc-48b8-9abc-8e298a587dd4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c8c82417-49fc-48b8-9abc-8e298a587dd4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c8c82417-49fc-48b8-9abc-8e298a587dd4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c8c82417-49fc-48b8-9abc-8e298a587dd4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c8c82417-49fc-48b8-9abc-8e298a587dd4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c8c82417-49fc-48b8-9abc-8e298a587dd4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c8c82417-49fc-48b8-9abc-8e298a587dd4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c8c82417-49fc-48b8-9abc-8e298a587dd4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c8c82417-49fc-48b8-9abc-8e298a587dd4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c8c82417-49fc-48b8-9abc-8e298a587dd4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c8c82417-49fc-48b8-9abc-8e298a587dd4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c8c82417-49fc-48b8-9abc-8e298a587dd4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c8c82417-49fc-48b8-9abc-8e298a587dd4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c8c82417-49fc-48b8-9abc-8e298a587dd4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c8c82417-49fc-48b8-9abc-8e298a587dd4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c8c82417-49fc-48b8-9abc-8e298a587dd4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c8c82417-49fc-48b8-9abc-8e298a587dd4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c8c82417-49fc-48b8-9abc-8e298a587dd4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c8c82417-49fc-48b8-9abc-8e298a587dd4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c8c82417-49fc-48b8-9abc-8e298a587dd4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c8c82417-49fc-48b8-9abc-8e298a587dd4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c8c82417-49fc-48b8-9abc-8e298a587dd4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c8c82417-49fc-48b8-9abc-8e298a587dd4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c8c82417-49fc-48b8-9abc-8e298a587dd4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c8c82417-49fc-48b8-9abc-8e298a587dd4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c8c82417-49fc-48b8-9abc-8e298a587dd4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-e15236cd-0b49-44f0-bf5d-31f12a8cf1e9 {
  min-height: 50px;
}








#s-e15236cd-0b49-44f0-bf5d-31f12a8cf1e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e15236cd-0b49-44f0-bf5d-31f12a8cf1e9.shg-box.shg-c {
  justify-content: center;
}

#s-981b6618-b215-468b-be65-f2ebc35fcd2a {
  margin-top: 0px;
padding-bottom: 9px;
padding-right: 1%;
text-align: left;
}

#s-981b6618-b215-468b-be65-f2ebc35fcd2a .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Oswald";
  font-style:   ;
  font-size: 40px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}



#s-50de10a9-2c38-4e48-80f7-9b7bf964ee2b {
  box-shadow:1px 1px 1px 1px rgba(0, 0, 0, 0);
margin-top: 0px;
margin-bottom: 19px;
padding-top: 18px;
padding-left: 40px;
padding-bottom: 18px;
padding-right: 40px;
background-color: rgba(56, 173, 210, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-50de10a9-2c38-4e48-80f7-9b7bf964ee2b:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(55, 163, 198, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-50de10a9-2c38-4e48-80f7-9b7bf964ee2b:active {background-color: rgba(56, 173, 210, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-50de10a9-2c38-4e48-80f7-9b7bf964ee2b-btn-wrapper {
    text-align: left;
  }


#s-50de10a9-2c38-4e48-80f7-9b7bf964ee2b.shg-btn {
  color: #ffffff;
  font-size: 23px;
  font-weight: 600;
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-ab6e604f-5b15-4607-9d54-f15539baa766 {
  min-height: 50px;
}








#s-ab6e604f-5b15-4607-9d54-f15539baa766 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ab6e604f-5b15-4607-9d54-f15539baa766.shg-box.shg-c {
  justify-content: flex-end;
}

#s-6fec072b-d339-41bd-9b5f-34aec20fd699 {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 7px;
padding-right: 7px;
min-height: 100%;
text-align: center;
}





#s-6fec072b-d339-41bd-9b5f-34aec20fd699 .shogun-image-content {
  
    align-items: center;
  
}

#s-1f29429c-6107-47cc-a463-1f8759c5a473 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 400px;
background-position: center center;
}








#s-1f29429c-6107-47cc-a463-1f8759c5a473 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1f29429c-6107-47cc-a463-1f8759c5a473.shg-box.shg-c {
  justify-content: center;
}

#s-9c3288d0-5946-412d-95b3-6326a46b6e0b {
  padding-top: 35px;
padding-left: 12%;
padding-bottom: 35px;
padding-right: 12%;
min-height: 50px;
background-color: rgba(245, 128, 33, 1);
}








#s-9c3288d0-5946-412d-95b3-6326a46b6e0b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9c3288d0-5946-412d-95b3-6326a46b6e0b.shg-box.shg-c {
  justify-content: center;
}

#s-82fac5e8-7c0d-4df3-8177-6d8bf8258530 {
  padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-82fac5e8-7c0d-4df3-8177-6d8bf8258530 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-82fac5e8-7c0d-4df3-8177-6d8bf8258530.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-3d403b8f-24db-4203-b07c-6785b5ea9da8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3d403b8f-24db-4203-b07c-6785b5ea9da8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-3d403b8f-24db-4203-b07c-6785b5ea9da8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-3d403b8f-24db-4203-b07c-6785b5ea9da8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-3d403b8f-24db-4203-b07c-6785b5ea9da8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-3d403b8f-24db-4203-b07c-6785b5ea9da8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-3d403b8f-24db-4203-b07c-6785b5ea9da8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-3d403b8f-24db-4203-b07c-6785b5ea9da8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-3d403b8f-24db-4203-b07c-6785b5ea9da8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-3d403b8f-24db-4203-b07c-6785b5ea9da8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-3d403b8f-24db-4203-b07c-6785b5ea9da8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-3d403b8f-24db-4203-b07c-6785b5ea9da8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-3d403b8f-24db-4203-b07c-6785b5ea9da8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-3d403b8f-24db-4203-b07c-6785b5ea9da8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-3d403b8f-24db-4203-b07c-6785b5ea9da8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-3d403b8f-24db-4203-b07c-6785b5ea9da8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-3d403b8f-24db-4203-b07c-6785b5ea9da8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-3d403b8f-24db-4203-b07c-6785b5ea9da8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-3d403b8f-24db-4203-b07c-6785b5ea9da8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-3d403b8f-24db-4203-b07c-6785b5ea9da8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-3d403b8f-24db-4203-b07c-6785b5ea9da8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-3d403b8f-24db-4203-b07c-6785b5ea9da8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-3d403b8f-24db-4203-b07c-6785b5ea9da8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-3d403b8f-24db-4203-b07c-6785b5ea9da8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-3d403b8f-24db-4203-b07c-6785b5ea9da8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-3d403b8f-24db-4203-b07c-6785b5ea9da8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-3d403b8f-24db-4203-b07c-6785b5ea9da8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-3d403b8f-24db-4203-b07c-6785b5ea9da8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-3d403b8f-24db-4203-b07c-6785b5ea9da8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-3d403b8f-24db-4203-b07c-6785b5ea9da8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-3d403b8f-24db-4203-b07c-6785b5ea9da8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-3d403b8f-24db-4203-b07c-6785b5ea9da8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-3d403b8f-24db-4203-b07c-6785b5ea9da8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-3d403b8f-24db-4203-b07c-6785b5ea9da8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-3d403b8f-24db-4203-b07c-6785b5ea9da8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-3d403b8f-24db-4203-b07c-6785b5ea9da8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-3d403b8f-24db-4203-b07c-6785b5ea9da8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-e8a4949a-7396-4603-9e6a-278a172b1021 {
  padding-top: 7px;
padding-left: 7px;
padding-bottom: 7px;
padding-right: 7px;
min-height: 200px;
text-align: center;
}




  #s-e8a4949a-7396-4603-9e6a-278a172b1021 img.shogun-image {
    
    width: px;
  }


#s-e8a4949a-7396-4603-9e6a-278a172b1021 .shogun-image-content {
  
    align-items: center;
  
}

#s-190d13b4-0dbf-44b6-b5df-df8ceb950f00 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 50px;
}








#s-190d13b4-0dbf-44b6-b5df-df8ceb950f00 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-190d13b4-0dbf-44b6-b5df-df8ceb950f00.shg-box.shg-c {
  justify-content: center;
}

#s-e160c30e-6be3-4e0e-9fe7-8bbe91e80787 {
  margin-top: 0px;
padding-bottom: 9px;
text-align: left;
}

#s-e160c30e-6be3-4e0e-9fe7-8bbe91e80787 .shogun-heading-component h2 {
  color: rgba(245, 128, 33, 1);
  font-weight:  500 ;
  font-family: "Oswald";
  font-style:   ;
  font-size: 38px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: left;
}



#s-a97c8773-94b0-4c98-b5a7-d864a7c00ab6 {
  margin-top: 0px;
padding-bottom: 9px;
text-align: left;
}

#s-a97c8773-94b0-4c98-b5a7-d864a7c00ab6 .shogun-heading-component h3 {
  color: rgba(51, 51, 51, 1);
  font-weight:  500 ;
  font-family: "Oswald";
  font-style:   ;
  font-size: 30px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}



#s-ac70510f-8227-4e6c-9850-e096b40a6ae0 {
  box-shadow:1px 1px 1px 1px rgba(0, 0, 0, 0);
margin-top: 7px;
margin-bottom: 19px;
padding-top: 17px;
padding-left: 40px;
padding-bottom: 18px;
padding-right: 40px;
background-color: rgba(245, 128, 33, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-ac70510f-8227-4e6c-9850-e096b40a6ae0:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(228, 123, 37, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ac70510f-8227-4e6c-9850-e096b40a6ae0:active {background-color: rgba(245, 128, 33, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-ac70510f-8227-4e6c-9850-e096b40a6ae0-btn-wrapper {
    text-align: left;
  }


#s-ac70510f-8227-4e6c-9850-e096b40a6ae0.shg-btn {
  color: #ffffff;
  font-size: 23px;
  font-weight: 600;
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-5b046909-c970-4b99-97ed-cbe14381ea3e {
  padding-top: 7px;
padding-left: 7px;
padding-bottom: 7px;
padding-right: 7px;
min-height: 200px;
text-align: center;
}




  #s-5b046909-c970-4b99-97ed-cbe14381ea3e img.shogun-image {
    
    width: px;
  }


#s-5b046909-c970-4b99-97ed-cbe14381ea3e .shogun-image-content {
  
    align-items: center;
  
}

#s-03fe64cb-1f9c-4cab-bfa1-19707a43f6b1 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 50px;
}








#s-03fe64cb-1f9c-4cab-bfa1-19707a43f6b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-03fe64cb-1f9c-4cab-bfa1-19707a43f6b1.shg-box.shg-c {
  justify-content: center;
}

#s-c72eceb9-8f89-41cf-8925-5c8fdada2f4d {
  margin-top: 0px;
padding-bottom: 9px;
text-align: left;
}

#s-c72eceb9-8f89-41cf-8925-5c8fdada2f4d .shogun-heading-component h2 {
  color: rgba(245, 128, 33, 1);
  font-weight:  500 ;
  font-family: "Oswald";
  font-style:   ;
  font-size: 38px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: left;
}



#s-f3667380-7e93-4a84-9646-3849527ece6d {
  margin-top: 0px;
padding-bottom: 9px;
text-align: left;
}

#s-f3667380-7e93-4a84-9646-3849527ece6d .shogun-heading-component h3 {
  color: rgba(51, 51, 51, 1);
  font-weight:  500 ;
  font-family: "Oswald";
  font-style:   ;
  font-size: 30px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}



#s-f361625c-96e3-43f3-9b21-164a4f36565c {
  box-shadow:1px 1px 1px 1px rgba(0, 0, 0, 0);
margin-top: 7px;
margin-bottom: 19px;
padding-top: 17px;
padding-left: 40px;
padding-bottom: 18px;
padding-right: 40px;
background-color: rgba(245, 128, 33, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-f361625c-96e3-43f3-9b21-164a4f36565c:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(228, 123, 37, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f361625c-96e3-43f3-9b21-164a4f36565c:active {background-color: rgba(245, 128, 33, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-f361625c-96e3-43f3-9b21-164a4f36565c-btn-wrapper {
    text-align: left;
  }


#s-f361625c-96e3-43f3-9b21-164a4f36565c.shg-btn {
  color: #ffffff;
  font-size: 23px;
  font-weight: 600;
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-b7500ee2-3cdf-4640-a0f3-29e194102fb5 {
  padding-top: 16px;
padding-left: 15%;
padding-bottom: 0px;
padding-right: 15%;
min-height: 20px;
background-color: rgba(245, 128, 33, 1);
}








#s-b7500ee2-3cdf-4640-a0f3-29e194102fb5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b7500ee2-3cdf-4640-a0f3-29e194102fb5.shg-box.shg-c {
  justify-content: center;
}

#s-7f418a6c-2b3b-4b33-9f2c-7cf5ad6ce98c {
  min-height: 100%;
}

@media (min-width: 0px) {
[id="s-7f418a6c-2b3b-4b33-9f2c-7cf5ad6ce98c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7f418a6c-2b3b-4b33-9f2c-7cf5ad6ce98c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7f418a6c-2b3b-4b33-9f2c-7cf5ad6ce98c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7f418a6c-2b3b-4b33-9f2c-7cf5ad6ce98c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7f418a6c-2b3b-4b33-9f2c-7cf5ad6ce98c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7f418a6c-2b3b-4b33-9f2c-7cf5ad6ce98c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7f418a6c-2b3b-4b33-9f2c-7cf5ad6ce98c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7f418a6c-2b3b-4b33-9f2c-7cf5ad6ce98c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7f418a6c-2b3b-4b33-9f2c-7cf5ad6ce98c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7f418a6c-2b3b-4b33-9f2c-7cf5ad6ce98c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7f418a6c-2b3b-4b33-9f2c-7cf5ad6ce98c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7f418a6c-2b3b-4b33-9f2c-7cf5ad6ce98c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7f418a6c-2b3b-4b33-9f2c-7cf5ad6ce98c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7f418a6c-2b3b-4b33-9f2c-7cf5ad6ce98c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7f418a6c-2b3b-4b33-9f2c-7cf5ad6ce98c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7f418a6c-2b3b-4b33-9f2c-7cf5ad6ce98c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7f418a6c-2b3b-4b33-9f2c-7cf5ad6ce98c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7f418a6c-2b3b-4b33-9f2c-7cf5ad6ce98c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7f418a6c-2b3b-4b33-9f2c-7cf5ad6ce98c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7f418a6c-2b3b-4b33-9f2c-7cf5ad6ce98c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7f418a6c-2b3b-4b33-9f2c-7cf5ad6ce98c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7f418a6c-2b3b-4b33-9f2c-7cf5ad6ce98c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7f418a6c-2b3b-4b33-9f2c-7cf5ad6ce98c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7f418a6c-2b3b-4b33-9f2c-7cf5ad6ce98c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7f418a6c-2b3b-4b33-9f2c-7cf5ad6ce98c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7f418a6c-2b3b-4b33-9f2c-7cf5ad6ce98c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7f418a6c-2b3b-4b33-9f2c-7cf5ad6ce98c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7f418a6c-2b3b-4b33-9f2c-7cf5ad6ce98c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7f418a6c-2b3b-4b33-9f2c-7cf5ad6ce98c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7f418a6c-2b3b-4b33-9f2c-7cf5ad6ce98c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7f418a6c-2b3b-4b33-9f2c-7cf5ad6ce98c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7f418a6c-2b3b-4b33-9f2c-7cf5ad6ce98c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7f418a6c-2b3b-4b33-9f2c-7cf5ad6ce98c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7f418a6c-2b3b-4b33-9f2c-7cf5ad6ce98c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7f418a6c-2b3b-4b33-9f2c-7cf5ad6ce98c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7f418a6c-2b3b-4b33-9f2c-7cf5ad6ce98c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7f418a6c-2b3b-4b33-9f2c-7cf5ad6ce98c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-93990e55-b016-4d12-88ee-343f7b51f750 {
  min-height: 50px;
}








#s-93990e55-b016-4d12-88ee-343f7b51f750 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-93990e55-b016-4d12-88ee-343f7b51f750.shg-box.shg-c {
  justify-content: center;
}

#s-7f888237-64c1-4e8c-8b28-9203d2bea98b {
  margin-top: 0px;
padding-bottom: 9px;
padding-right: 1%;
text-align: left;
}

#s-7f888237-64c1-4e8c-8b28-9203d2bea98b .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Oswald";
  font-style:   ;
  font-size: 40px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}



#s-27db3851-ed2a-408e-9f35-5514c28913e8 {
  box-shadow:1px 1px 1px 1px rgba(0, 0, 0, 0);
margin-top: 0px;
margin-bottom: 19px;
padding-top: 18px;
padding-left: 40px;
padding-bottom: 18px;
padding-right: 40px;
background-color: rgba(56, 173, 210, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-27db3851-ed2a-408e-9f35-5514c28913e8:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(55, 163, 198, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-27db3851-ed2a-408e-9f35-5514c28913e8:active {background-color: rgba(56, 173, 210, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-27db3851-ed2a-408e-9f35-5514c28913e8-btn-wrapper {
    text-align: left;
  }


#s-27db3851-ed2a-408e-9f35-5514c28913e8.shg-btn {
  color: #ffffff;
  font-size: 23px;
  font-weight: 600;
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-dab20407-fc70-4b50-9515-ffcc784e6356 {
  min-height: 50px;
}








#s-dab20407-fc70-4b50-9515-ffcc784e6356 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dab20407-fc70-4b50-9515-ffcc784e6356.shg-box.shg-c {
  justify-content: flex-end;
}

#s-c08c6535-31e5-430f-b407-18d8ccd68683 {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 7px;
padding-right: 7px;
min-height: 100%;
text-align: center;
}




  #s-c08c6535-31e5-430f-b407-18d8ccd68683 img.shogun-image {
    
    width: px;
  }


#s-c08c6535-31e5-430f-b407-18d8ccd68683 .shogun-image-content {
  
    align-items: center;
  
}

#s-57ea486b-07b6-49bf-af0e-f90de278b4c2 {
  padding-top: 35px;
padding-left: 12%;
padding-bottom: 35px;
padding-right: 12%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-57ea486b-07b6-49bf-af0e-f90de278b4c2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-57ea486b-07b6-49bf-af0e-f90de278b4c2.shg-box.shg-c {
  justify-content: center;
}

#s-40cad083-42f1-4c5b-af09-04fd430ee3e7 {
  padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-40cad083-42f1-4c5b-af09-04fd430ee3e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-40cad083-42f1-4c5b-af09-04fd430ee3e7.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-bf60e3a0-c66e-4a4b-a6c4-02f71ad46c05"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bf60e3a0-c66e-4a4b-a6c4-02f71ad46c05"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-bf60e3a0-c66e-4a4b-a6c4-02f71ad46c05"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-bf60e3a0-c66e-4a4b-a6c4-02f71ad46c05"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-bf60e3a0-c66e-4a4b-a6c4-02f71ad46c05"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-bf60e3a0-c66e-4a4b-a6c4-02f71ad46c05"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-bf60e3a0-c66e-4a4b-a6c4-02f71ad46c05"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-bf60e3a0-c66e-4a4b-a6c4-02f71ad46c05"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-bf60e3a0-c66e-4a4b-a6c4-02f71ad46c05"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-bf60e3a0-c66e-4a4b-a6c4-02f71ad46c05"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-bf60e3a0-c66e-4a4b-a6c4-02f71ad46c05"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-bf60e3a0-c66e-4a4b-a6c4-02f71ad46c05"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-bf60e3a0-c66e-4a4b-a6c4-02f71ad46c05"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-bf60e3a0-c66e-4a4b-a6c4-02f71ad46c05"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-bf60e3a0-c66e-4a4b-a6c4-02f71ad46c05"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-bf60e3a0-c66e-4a4b-a6c4-02f71ad46c05"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-bf60e3a0-c66e-4a4b-a6c4-02f71ad46c05"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-bf60e3a0-c66e-4a4b-a6c4-02f71ad46c05"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-bf60e3a0-c66e-4a4b-a6c4-02f71ad46c05"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-bf60e3a0-c66e-4a4b-a6c4-02f71ad46c05"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-bf60e3a0-c66e-4a4b-a6c4-02f71ad46c05"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-bf60e3a0-c66e-4a4b-a6c4-02f71ad46c05"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-bf60e3a0-c66e-4a4b-a6c4-02f71ad46c05"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-bf60e3a0-c66e-4a4b-a6c4-02f71ad46c05"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-bf60e3a0-c66e-4a4b-a6c4-02f71ad46c05"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-bf60e3a0-c66e-4a4b-a6c4-02f71ad46c05"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-bf60e3a0-c66e-4a4b-a6c4-02f71ad46c05"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-bf60e3a0-c66e-4a4b-a6c4-02f71ad46c05"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-bf60e3a0-c66e-4a4b-a6c4-02f71ad46c05"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-bf60e3a0-c66e-4a4b-a6c4-02f71ad46c05"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-bf60e3a0-c66e-4a4b-a6c4-02f71ad46c05"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-bf60e3a0-c66e-4a4b-a6c4-02f71ad46c05"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-bf60e3a0-c66e-4a4b-a6c4-02f71ad46c05"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-bf60e3a0-c66e-4a4b-a6c4-02f71ad46c05"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-bf60e3a0-c66e-4a4b-a6c4-02f71ad46c05"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-bf60e3a0-c66e-4a4b-a6c4-02f71ad46c05"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-bf60e3a0-c66e-4a4b-a6c4-02f71ad46c05"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-54d13a92-7684-4843-8f09-18b86accc4ec {
  padding-top: 7px;
padding-left: 7px;
padding-bottom: 7px;
padding-right: 7px;
min-height: 200px;
text-align: center;
}




  #s-54d13a92-7684-4843-8f09-18b86accc4ec img.shogun-image {
    
    width: px;
  }


#s-54d13a92-7684-4843-8f09-18b86accc4ec .shogun-image-content {
  
    align-items: center;
  
}

#s-b3f19ce3-26ec-4125-99b8-44d67a2ba624 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 50px;
}








#s-b3f19ce3-26ec-4125-99b8-44d67a2ba624 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b3f19ce3-26ec-4125-99b8-44d67a2ba624.shg-box.shg-c {
  justify-content: center;
}

#s-daa85602-13d0-4c5d-a8bd-4cee2875ae54 {
  margin-top: 0px;
padding-bottom: 9px;
text-align: left;
}

#s-daa85602-13d0-4c5d-a8bd-4cee2875ae54 .shogun-heading-component h2 {
  color: rgba(245, 128, 33, 1);
  font-weight:  500 ;
  font-family: "Oswald";
  font-style:   ;
  font-size: 40px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: left;
}



#s-23b15215-f742-4f27-a0ae-f992d0b87078 {
  margin-top: 0px;
padding-bottom: 9px;
text-align: left;
}

#s-23b15215-f742-4f27-a0ae-f992d0b87078 .shogun-heading-component h3 {
  color: rgba(51, 51, 51, 1);
  font-weight:  500 ;
  font-family: "Oswald";
  font-style:   ;
  font-size: 30px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}



#s-c6deb20f-bf0d-4a88-837d-075a15ce2cc6 {
  box-shadow:1px 1px 1px 1px rgba(0, 0, 0, 0);
margin-top: 7px;
margin-bottom: 19px;
padding-top: 17px;
padding-left: 40px;
padding-bottom: 18px;
padding-right: 40px;
background-color: rgba(245, 128, 33, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-c6deb20f-bf0d-4a88-837d-075a15ce2cc6:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(228, 123, 37, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c6deb20f-bf0d-4a88-837d-075a15ce2cc6:active {background-color: rgba(245, 128, 33, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-c6deb20f-bf0d-4a88-837d-075a15ce2cc6-btn-wrapper {
    text-align: left;
  }


#s-c6deb20f-bf0d-4a88-837d-075a15ce2cc6.shg-btn {
  color: #ffffff;
  font-size: 23px;
  font-weight: 600;
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-5876d495-13d1-4061-b05a-daa71b4c68df {
  padding-top: 15px;
padding-left: 10px;
padding-bottom: 15px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-5876d495-13d1-4061-b05a-daa71b4c68df"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

[id="s-5876d495-13d1-4061-b05a-daa71b4c68df"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5876d495-13d1-4061-b05a-daa71b4c68df"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 11.25px);
}

[id="s-5876d495-13d1-4061-b05a-daa71b4c68df"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 11.25px);
}

[id="s-5876d495-13d1-4061-b05a-daa71b4c68df"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 11.25px);
}

[id="s-5876d495-13d1-4061-b05a-daa71b4c68df"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 11.25px);
}

[id="s-5876d495-13d1-4061-b05a-daa71b4c68df"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 11.25px);
}

[id="s-5876d495-13d1-4061-b05a-daa71b4c68df"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 11.25px);
}

[id="s-5876d495-13d1-4061-b05a-daa71b4c68df"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 11.25px);
}

[id="s-5876d495-13d1-4061-b05a-daa71b4c68df"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 11.25px);
}

[id="s-5876d495-13d1-4061-b05a-daa71b4c68df"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 11.25px);
}

[id="s-5876d495-13d1-4061-b05a-daa71b4c68df"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 11.25px);
}

[id="s-5876d495-13d1-4061-b05a-daa71b4c68df"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 11.25px);
}

[id="s-5876d495-13d1-4061-b05a-daa71b4c68df"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 11.25px);
}

}

@media (min-width: 992px) {
[id="s-5876d495-13d1-4061-b05a-daa71b4c68df"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 11.25px);
}

[id="s-5876d495-13d1-4061-b05a-daa71b4c68df"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 11.25px);
}

[id="s-5876d495-13d1-4061-b05a-daa71b4c68df"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 11.25px);
}

[id="s-5876d495-13d1-4061-b05a-daa71b4c68df"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 11.25px);
}

[id="s-5876d495-13d1-4061-b05a-daa71b4c68df"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 11.25px);
}

[id="s-5876d495-13d1-4061-b05a-daa71b4c68df"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 11.25px);
}

[id="s-5876d495-13d1-4061-b05a-daa71b4c68df"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 11.25px);
}

[id="s-5876d495-13d1-4061-b05a-daa71b4c68df"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 11.25px);
}

[id="s-5876d495-13d1-4061-b05a-daa71b4c68df"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 11.25px);
}

[id="s-5876d495-13d1-4061-b05a-daa71b4c68df"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 11.25px);
}

[id="s-5876d495-13d1-4061-b05a-daa71b4c68df"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 11.25px);
}

[id="s-5876d495-13d1-4061-b05a-daa71b4c68df"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 11.25px);
}

}

@media (min-width: 1200px) {
[id="s-5876d495-13d1-4061-b05a-daa71b4c68df"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 11.25px);
}

[id="s-5876d495-13d1-4061-b05a-daa71b4c68df"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 11.25px);
}

[id="s-5876d495-13d1-4061-b05a-daa71b4c68df"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 11.25px);
}

[id="s-5876d495-13d1-4061-b05a-daa71b4c68df"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 11.25px);
}

[id="s-5876d495-13d1-4061-b05a-daa71b4c68df"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 11.25px);
}

[id="s-5876d495-13d1-4061-b05a-daa71b4c68df"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 11.25px);
}

[id="s-5876d495-13d1-4061-b05a-daa71b4c68df"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 11.25px);
}

[id="s-5876d495-13d1-4061-b05a-daa71b4c68df"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 11.25px);
}

[id="s-5876d495-13d1-4061-b05a-daa71b4c68df"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 11.25px);
}

[id="s-5876d495-13d1-4061-b05a-daa71b4c68df"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 11.25px);
}

[id="s-5876d495-13d1-4061-b05a-daa71b4c68df"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 11.25px);
}

[id="s-5876d495-13d1-4061-b05a-daa71b4c68df"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 11.25px);
}

}

#s-019a58b4-c1ae-4b0b-a7ac-8f7378be247b {
  text-align: center;
}




  #s-019a58b4-c1ae-4b0b-a7ac-8f7378be247b img.shogun-image {
    
    width: px;
  }


#s-019a58b4-c1ae-4b0b-a7ac-8f7378be247b .shogun-image-content {
  
    align-items: center;
  
}

#s-89a14b06-631f-4316-b7da-2c9de3c25e95 {
  text-align: center;
}




  #s-89a14b06-631f-4316-b7da-2c9de3c25e95 img.shogun-image {
    
    width: px;
  }


#s-89a14b06-631f-4316-b7da-2c9de3c25e95 .shogun-image-content {
  
    align-items: center;
  
}

#s-c477b98b-fcac-41cd-8198-93a9dedd17f9 {
  text-align: center;
}




  #s-c477b98b-fcac-41cd-8198-93a9dedd17f9 img.shogun-image {
    
    width: px;
  }


#s-c477b98b-fcac-41cd-8198-93a9dedd17f9 .shogun-image-content {
  
    align-items: center;
  
}

#s-982e5db8-43e5-4d96-8b54-59efcafbb7ff {
  text-align: center;
}




  #s-982e5db8-43e5-4d96-8b54-59efcafbb7ff img.shogun-image {
    
    width: px;
  }


#s-982e5db8-43e5-4d96-8b54-59efcafbb7ff .shogun-image-content {
  
    align-items: center;
  
}

#s-46b2e16c-38da-478d-96dd-b81d6a19066e {
  padding-top: 35px;
padding-left: 12%;
padding-bottom: 35px;
padding-right: 12%;
min-height: 50px;
background-color: rgba(238, 238, 238, 1);
}








#s-46b2e16c-38da-478d-96dd-b81d6a19066e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-46b2e16c-38da-478d-96dd-b81d6a19066e.shg-box.shg-c {
  justify-content: center;
}

#s-bb1ab352-d7be-423b-8281-f71f81f49646 {
  padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
min-height: 50px;
background-color: rgba(238, 238, 238, 1);
}








#s-bb1ab352-d7be-423b-8281-f71f81f49646 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bb1ab352-d7be-423b-8281-f71f81f49646.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-44c9160d-a21b-4446-8fed-83467d562897"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-44c9160d-a21b-4446-8fed-83467d562897"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-44c9160d-a21b-4446-8fed-83467d562897"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-44c9160d-a21b-4446-8fed-83467d562897"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-44c9160d-a21b-4446-8fed-83467d562897"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-44c9160d-a21b-4446-8fed-83467d562897"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-44c9160d-a21b-4446-8fed-83467d562897"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-44c9160d-a21b-4446-8fed-83467d562897"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-44c9160d-a21b-4446-8fed-83467d562897"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-44c9160d-a21b-4446-8fed-83467d562897"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-44c9160d-a21b-4446-8fed-83467d562897"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-44c9160d-a21b-4446-8fed-83467d562897"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-44c9160d-a21b-4446-8fed-83467d562897"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-44c9160d-a21b-4446-8fed-83467d562897"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-44c9160d-a21b-4446-8fed-83467d562897"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-44c9160d-a21b-4446-8fed-83467d562897"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-44c9160d-a21b-4446-8fed-83467d562897"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-44c9160d-a21b-4446-8fed-83467d562897"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-44c9160d-a21b-4446-8fed-83467d562897"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-44c9160d-a21b-4446-8fed-83467d562897"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-44c9160d-a21b-4446-8fed-83467d562897"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-44c9160d-a21b-4446-8fed-83467d562897"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-44c9160d-a21b-4446-8fed-83467d562897"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-44c9160d-a21b-4446-8fed-83467d562897"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-44c9160d-a21b-4446-8fed-83467d562897"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-44c9160d-a21b-4446-8fed-83467d562897"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-44c9160d-a21b-4446-8fed-83467d562897"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-44c9160d-a21b-4446-8fed-83467d562897"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-44c9160d-a21b-4446-8fed-83467d562897"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-44c9160d-a21b-4446-8fed-83467d562897"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-44c9160d-a21b-4446-8fed-83467d562897"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-44c9160d-a21b-4446-8fed-83467d562897"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-44c9160d-a21b-4446-8fed-83467d562897"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-44c9160d-a21b-4446-8fed-83467d562897"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-44c9160d-a21b-4446-8fed-83467d562897"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-44c9160d-a21b-4446-8fed-83467d562897"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-44c9160d-a21b-4446-8fed-83467d562897"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-e771076d-5129-4609-823b-680ddb4c40b4 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 50px;
}








#s-e771076d-5129-4609-823b-680ddb4c40b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e771076d-5129-4609-823b-680ddb4c40b4.shg-box.shg-c {
  justify-content: center;
}

#s-0c54f71f-b2a8-4470-8cea-f25a91b7e039 {
  margin-top: 0px;
padding-bottom: 9px;
text-align: left;
}

#s-0c54f71f-b2a8-4470-8cea-f25a91b7e039 .shogun-heading-component h2 {
  color: rgba(245, 128, 33, 1);
  font-weight:  500 ;
  font-family: "Oswald";
  font-style:   ;
  font-size: 40px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: left;
}



#s-4b181a31-7b3b-4576-88ac-228d2532819c {
  margin-top: 0px;
padding-bottom: 9px;
text-align: left;
}

#s-4b181a31-7b3b-4576-88ac-228d2532819c .shogun-heading-component h3 {
  color: rgba(51, 51, 51, 1);
  font-weight:  500 ;
  font-family: "Oswald";
  font-style:   ;
  font-size: 30px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}



#s-c272f19d-6179-4cb8-8146-4f93cf85dd70 {
  box-shadow:1px 1px 1px 1px rgba(0, 0, 0, 0);
margin-top: 7px;
margin-bottom: 19px;
padding-top: 17px;
padding-left: 40px;
padding-bottom: 18px;
padding-right: 40px;
background-color: rgba(245, 128, 33, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-c272f19d-6179-4cb8-8146-4f93cf85dd70:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(228, 123, 37, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c272f19d-6179-4cb8-8146-4f93cf85dd70:active {background-color: rgba(245, 128, 33, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-c272f19d-6179-4cb8-8146-4f93cf85dd70-btn-wrapper {
    text-align: left;
  }


#s-c272f19d-6179-4cb8-8146-4f93cf85dd70.shg-btn {
  color: #ffffff;
  font-size: 23px;
  font-weight: 600;
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-f77ade3d-fb0a-42b3-9bec-ec86bd6c5f91 {
  padding-top: 7px;
padding-left: 7px;
padding-bottom: 7px;
padding-right: 7px;
min-height: 200px;
text-align: center;
}




  #s-f77ade3d-fb0a-42b3-9bec-ec86bd6c5f91 img.shogun-image {
    
    width: px;
  }


#s-f77ade3d-fb0a-42b3-9bec-ec86bd6c5f91 .shogun-image-content {
  
    align-items: center;
  
}

#s-7c74d441-d93e-4be8-85a6-e50bd486e206 {
  padding-top: 15px;
padding-left: 10px;
padding-bottom: 15px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-7c74d441-d93e-4be8-85a6-e50bd486e206"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

[id="s-7c74d441-d93e-4be8-85a6-e50bd486e206"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7c74d441-d93e-4be8-85a6-e50bd486e206"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 11.25px);
}

[id="s-7c74d441-d93e-4be8-85a6-e50bd486e206"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 11.25px);
}

[id="s-7c74d441-d93e-4be8-85a6-e50bd486e206"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 11.25px);
}

[id="s-7c74d441-d93e-4be8-85a6-e50bd486e206"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 11.25px);
}

[id="s-7c74d441-d93e-4be8-85a6-e50bd486e206"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 11.25px);
}

[id="s-7c74d441-d93e-4be8-85a6-e50bd486e206"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 11.25px);
}

[id="s-7c74d441-d93e-4be8-85a6-e50bd486e206"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 11.25px);
}

[id="s-7c74d441-d93e-4be8-85a6-e50bd486e206"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 11.25px);
}

[id="s-7c74d441-d93e-4be8-85a6-e50bd486e206"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 11.25px);
}

[id="s-7c74d441-d93e-4be8-85a6-e50bd486e206"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 11.25px);
}

[id="s-7c74d441-d93e-4be8-85a6-e50bd486e206"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 11.25px);
}

[id="s-7c74d441-d93e-4be8-85a6-e50bd486e206"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 11.25px);
}

}

@media (min-width: 992px) {
[id="s-7c74d441-d93e-4be8-85a6-e50bd486e206"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 11.25px);
}

[id="s-7c74d441-d93e-4be8-85a6-e50bd486e206"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 11.25px);
}

[id="s-7c74d441-d93e-4be8-85a6-e50bd486e206"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 11.25px);
}

[id="s-7c74d441-d93e-4be8-85a6-e50bd486e206"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 11.25px);
}

[id="s-7c74d441-d93e-4be8-85a6-e50bd486e206"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 11.25px);
}

[id="s-7c74d441-d93e-4be8-85a6-e50bd486e206"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 11.25px);
}

[id="s-7c74d441-d93e-4be8-85a6-e50bd486e206"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 11.25px);
}

[id="s-7c74d441-d93e-4be8-85a6-e50bd486e206"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 11.25px);
}

[id="s-7c74d441-d93e-4be8-85a6-e50bd486e206"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 11.25px);
}

[id="s-7c74d441-d93e-4be8-85a6-e50bd486e206"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 11.25px);
}

[id="s-7c74d441-d93e-4be8-85a6-e50bd486e206"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 11.25px);
}

[id="s-7c74d441-d93e-4be8-85a6-e50bd486e206"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 11.25px);
}

}

@media (min-width: 1200px) {
[id="s-7c74d441-d93e-4be8-85a6-e50bd486e206"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 11.25px);
}

[id="s-7c74d441-d93e-4be8-85a6-e50bd486e206"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 11.25px);
}

[id="s-7c74d441-d93e-4be8-85a6-e50bd486e206"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 11.25px);
}

[id="s-7c74d441-d93e-4be8-85a6-e50bd486e206"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 11.25px);
}

[id="s-7c74d441-d93e-4be8-85a6-e50bd486e206"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 11.25px);
}

[id="s-7c74d441-d93e-4be8-85a6-e50bd486e206"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 11.25px);
}

[id="s-7c74d441-d93e-4be8-85a6-e50bd486e206"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 11.25px);
}

[id="s-7c74d441-d93e-4be8-85a6-e50bd486e206"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 11.25px);
}

[id="s-7c74d441-d93e-4be8-85a6-e50bd486e206"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 11.25px);
}

[id="s-7c74d441-d93e-4be8-85a6-e50bd486e206"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 11.25px);
}

[id="s-7c74d441-d93e-4be8-85a6-e50bd486e206"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 11.25px);
}

[id="s-7c74d441-d93e-4be8-85a6-e50bd486e206"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 11.25px);
}

}

#s-44e9c2f3-3009-4d94-be73-8067677af74d {
  text-align: center;
}




  #s-44e9c2f3-3009-4d94-be73-8067677af74d img.shogun-image {
    
    width: px;
  }


#s-44e9c2f3-3009-4d94-be73-8067677af74d .shogun-image-content {
  
    align-items: center;
  
}

#s-99552f4c-a32e-4b35-8c01-8c84daf01197 {
  text-align: center;
}




  #s-99552f4c-a32e-4b35-8c01-8c84daf01197 img.shogun-image {
    
    width: px;
  }


#s-99552f4c-a32e-4b35-8c01-8c84daf01197 .shogun-image-content {
  
    align-items: center;
  
}

#s-990e8ae2-943e-412d-b486-3115056ec545 {
  text-align: center;
}




  #s-990e8ae2-943e-412d-b486-3115056ec545 img.shogun-image {
    
    width: px;
  }


#s-990e8ae2-943e-412d-b486-3115056ec545 .shogun-image-content {
  
    align-items: center;
  
}

#s-881aa40b-7cb7-4353-b9c6-8ecee4ca2afc {
  text-align: center;
}




  #s-881aa40b-7cb7-4353-b9c6-8ecee4ca2afc img.shogun-image {
    
    width: px;
  }


#s-881aa40b-7cb7-4353-b9c6-8ecee4ca2afc .shogun-image-content {
  
    align-items: center;
  
}

#s-671392c1-2833-4a02-b5a4-900f8f9c3e57 {
  min-height: 50px;
background-color: rgba(241, 18, 23, 1);
}








#s-671392c1-2833-4a02-b5a4-900f8f9c3e57 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-671392c1-2833-4a02-b5a4-900f8f9c3e57.shg-box.shg-c {
  justify-content: center;
}

#s-cf6720b4-6e44-4cd3-ac77-af98d3a2d123 {
  padding-top: 5%;
padding-left: 10%;
padding-bottom: 5%;
padding-right: 10%;
min-height: 100%;
background-color: rgba(245, 128, 33, 1);
}








#s-cf6720b4-6e44-4cd3-ac77-af98d3a2d123 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cf6720b4-6e44-4cd3-ac77-af98d3a2d123.shg-box.shg-c {
  justify-content: center;
}

#s-d95e5828-7046-4d10-854b-04885699e95a {
  min-height: 100%;
}

@media (min-width: 0px) {
[id="s-d95e5828-7046-4d10-854b-04885699e95a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d95e5828-7046-4d10-854b-04885699e95a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-d95e5828-7046-4d10-854b-04885699e95a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-d95e5828-7046-4d10-854b-04885699e95a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-d95e5828-7046-4d10-854b-04885699e95a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-d95e5828-7046-4d10-854b-04885699e95a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-d95e5828-7046-4d10-854b-04885699e95a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-d95e5828-7046-4d10-854b-04885699e95a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-d95e5828-7046-4d10-854b-04885699e95a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-d95e5828-7046-4d10-854b-04885699e95a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-d95e5828-7046-4d10-854b-04885699e95a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-d95e5828-7046-4d10-854b-04885699e95a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-d95e5828-7046-4d10-854b-04885699e95a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-d95e5828-7046-4d10-854b-04885699e95a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-d95e5828-7046-4d10-854b-04885699e95a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-d95e5828-7046-4d10-854b-04885699e95a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-d95e5828-7046-4d10-854b-04885699e95a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-d95e5828-7046-4d10-854b-04885699e95a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-d95e5828-7046-4d10-854b-04885699e95a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-d95e5828-7046-4d10-854b-04885699e95a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-d95e5828-7046-4d10-854b-04885699e95a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-d95e5828-7046-4d10-854b-04885699e95a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-d95e5828-7046-4d10-854b-04885699e95a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-d95e5828-7046-4d10-854b-04885699e95a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-d95e5828-7046-4d10-854b-04885699e95a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-d95e5828-7046-4d10-854b-04885699e95a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-d95e5828-7046-4d10-854b-04885699e95a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-d95e5828-7046-4d10-854b-04885699e95a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-d95e5828-7046-4d10-854b-04885699e95a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-d95e5828-7046-4d10-854b-04885699e95a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-d95e5828-7046-4d10-854b-04885699e95a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-d95e5828-7046-4d10-854b-04885699e95a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-d95e5828-7046-4d10-854b-04885699e95a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-d95e5828-7046-4d10-854b-04885699e95a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-d95e5828-7046-4d10-854b-04885699e95a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-d95e5828-7046-4d10-854b-04885699e95a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-d95e5828-7046-4d10-854b-04885699e95a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-38a95fc1-71ec-4ee1-b68a-1ebc4e7d3977 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 100%;
}








#s-38a95fc1-71ec-4ee1-b68a-1ebc4e7d3977 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-38a95fc1-71ec-4ee1-b68a-1ebc4e7d3977.shg-box.shg-c {
  justify-content: center;
}

#s-4e30d1f9-8b4d-4404-8a20-4516f30758ea {
  margin-top: 0px;
padding-bottom: 9px;
text-align: left;
}

#s-4e30d1f9-8b4d-4404-8a20-4516f30758ea .shogun-heading-component h2 {
  color: rgba(245, 128, 33, 1);
  font-weight:  500 ;
  font-family: "Oswald";
  font-style:   ;
  font-size: 40px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: left;
}



#s-2defdbe6-4b1a-4c23-8463-e5bdd22296cd {
  margin-top: 0px;
padding-bottom: 9px;
text-align: left;
}

#s-2defdbe6-4b1a-4c23-8463-e5bdd22296cd .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Oswald";
  font-style:   ;
  font-size: 30px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}



#s-53b8c162-6138-4cf5-bc65-50f242b28395 {
  box-shadow:1px 1px 1px 1px rgba(0, 0, 0, 0);
margin-top: 15px;
margin-bottom: 19px;
padding-top: 17px;
padding-left: 40px;
padding-bottom: 18px;
padding-right: 40px;
background-color: rgba(56, 173, 210, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-53b8c162-6138-4cf5-bc65-50f242b28395:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(55, 163, 198, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-53b8c162-6138-4cf5-bc65-50f242b28395:active {background-color: rgba(56, 173, 210, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-53b8c162-6138-4cf5-bc65-50f242b28395-btn-wrapper {
    text-align: left;
  }


#s-53b8c162-6138-4cf5-bc65-50f242b28395.shg-btn {
  color: #ffffff;
  font-size: 23px;
  font-weight: 600;
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-31f4b8ce-f841-4ed2-bc6a-fe313344eb4f {
  min-height: 100%;
text-align: center;
}




  #s-31f4b8ce-f841-4ed2-bc6a-fe313344eb4f img.shogun-image {
    
    width: px;
  }


#s-31f4b8ce-f841-4ed2-bc6a-fe313344eb4f .shogun-image-content {
  
    align-items: center;
  
}

#s-c0123bbc-da82-448d-8408-26aaaf55394b {
  padding-top: 5%;
padding-left: 10%;
padding-bottom: 5%;
padding-right: 10%;
min-height: 100%;
background-color: rgba(238, 238, 238, 1);
}








#s-c0123bbc-da82-448d-8408-26aaaf55394b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c0123bbc-da82-448d-8408-26aaaf55394b.shg-box.shg-c {
  justify-content: center;
}

#s-cef6b2d5-76a0-4c06-a2bf-5bae11e01624 {
  min-height: 100%;
}

@media (min-width: 0px) {
[id="s-cef6b2d5-76a0-4c06-a2bf-5bae11e01624"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cef6b2d5-76a0-4c06-a2bf-5bae11e01624"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-cef6b2d5-76a0-4c06-a2bf-5bae11e01624"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-cef6b2d5-76a0-4c06-a2bf-5bae11e01624"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-cef6b2d5-76a0-4c06-a2bf-5bae11e01624"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-cef6b2d5-76a0-4c06-a2bf-5bae11e01624"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-cef6b2d5-76a0-4c06-a2bf-5bae11e01624"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-cef6b2d5-76a0-4c06-a2bf-5bae11e01624"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-cef6b2d5-76a0-4c06-a2bf-5bae11e01624"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-cef6b2d5-76a0-4c06-a2bf-5bae11e01624"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-cef6b2d5-76a0-4c06-a2bf-5bae11e01624"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-cef6b2d5-76a0-4c06-a2bf-5bae11e01624"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-cef6b2d5-76a0-4c06-a2bf-5bae11e01624"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-cef6b2d5-76a0-4c06-a2bf-5bae11e01624"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-cef6b2d5-76a0-4c06-a2bf-5bae11e01624"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-cef6b2d5-76a0-4c06-a2bf-5bae11e01624"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-cef6b2d5-76a0-4c06-a2bf-5bae11e01624"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-cef6b2d5-76a0-4c06-a2bf-5bae11e01624"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-cef6b2d5-76a0-4c06-a2bf-5bae11e01624"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-cef6b2d5-76a0-4c06-a2bf-5bae11e01624"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-cef6b2d5-76a0-4c06-a2bf-5bae11e01624"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-cef6b2d5-76a0-4c06-a2bf-5bae11e01624"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-cef6b2d5-76a0-4c06-a2bf-5bae11e01624"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-cef6b2d5-76a0-4c06-a2bf-5bae11e01624"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-cef6b2d5-76a0-4c06-a2bf-5bae11e01624"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-cef6b2d5-76a0-4c06-a2bf-5bae11e01624"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-cef6b2d5-76a0-4c06-a2bf-5bae11e01624"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-cef6b2d5-76a0-4c06-a2bf-5bae11e01624"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-cef6b2d5-76a0-4c06-a2bf-5bae11e01624"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-cef6b2d5-76a0-4c06-a2bf-5bae11e01624"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-cef6b2d5-76a0-4c06-a2bf-5bae11e01624"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-cef6b2d5-76a0-4c06-a2bf-5bae11e01624"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-cef6b2d5-76a0-4c06-a2bf-5bae11e01624"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-cef6b2d5-76a0-4c06-a2bf-5bae11e01624"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-cef6b2d5-76a0-4c06-a2bf-5bae11e01624"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-cef6b2d5-76a0-4c06-a2bf-5bae11e01624"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-cef6b2d5-76a0-4c06-a2bf-5bae11e01624"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-b626be14-1033-4379-817e-a7f6c8eeb60b {
  min-height: 100%;
text-align: center;
}




  #s-b626be14-1033-4379-817e-a7f6c8eeb60b img.shogun-image {
    
    width: px;
  }


#s-b626be14-1033-4379-817e-a7f6c8eeb60b .shogun-image-content {
  
    align-items: center;
  
}

#s-09b9b0f0-fb68-4762-b852-3c66d956ce91 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 100%;
}








#s-09b9b0f0-fb68-4762-b852-3c66d956ce91 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-09b9b0f0-fb68-4762-b852-3c66d956ce91.shg-box.shg-c {
  justify-content: center;
}

#s-26c456f9-b572-4b98-89ac-5dcb48a96658 {
  margin-top: 0px;
padding-bottom: 9px;
text-align: left;
}

#s-26c456f9-b572-4b98-89ac-5dcb48a96658 .shogun-heading-component h2 {
  color: rgba(245, 128, 33, 1);
  font-weight:  500 ;
  font-family: "Oswald";
  font-style:   ;
  font-size: 30px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: left;
}



#s-3de56a59-569a-48d8-8eb0-86185cade2c6 {
  box-shadow:1px 1px 1px 1px rgba(0, 0, 0, 0);
margin-top: 15px;
margin-bottom: 19px;
padding-top: 17px;
padding-left: 40px;
padding-bottom: 18px;
padding-right: 40px;
background-color: rgba(56, 173, 210, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-3de56a59-569a-48d8-8eb0-86185cade2c6:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(55, 163, 198, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-3de56a59-569a-48d8-8eb0-86185cade2c6:active {background-color: rgba(56, 173, 210, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-3de56a59-569a-48d8-8eb0-86185cade2c6-btn-wrapper {
    text-align: left;
  }


#s-3de56a59-569a-48d8-8eb0-86185cade2c6.shg-btn {
  color: #ffffff;
  font-size: 23px;
  font-weight: 600;
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-0668371d-c697-46ca-9ebe-734fced6b4f8 {
  padding-top: 5%;
padding-left: 10%;
padding-bottom: 5%;
padding-right: 10%;
min-height: 100%;
background-color: rgba(255, 255, 255, 1);
}








#s-0668371d-c697-46ca-9ebe-734fced6b4f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0668371d-c697-46ca-9ebe-734fced6b4f8.shg-box.shg-c {
  justify-content: center;
}

#s-e3344b64-4fcb-448d-8a31-3b1467a14029 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 100%;
}








#s-e3344b64-4fcb-448d-8a31-3b1467a14029 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e3344b64-4fcb-448d-8a31-3b1467a14029.shg-box.shg-c {
  justify-content: center;
}

#s-c85c021e-1c97-4d15-932e-bd8b47fdf690 {
  margin-top: 0px;
padding-bottom: 9px;
text-align: center;
}

#s-c85c021e-1c97-4d15-932e-bd8b47fdf690 .shogun-heading-component h2 {
  color: rgba(245, 128, 33, 1);
  font-weight:  500 ;
  font-family: "Oswald";
  font-style:   ;
  font-size: 30px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: center;
}



/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-category-grid {
  margin: -20px 0;
}

.shg-category-row,
.shg-category-row-hor {
  display: flex;
  margin: 20px 0;
}

.shg-category-col,
.shg-category-col-1 {
  flex: 1;
  padding: 0 10px;
}

.shg-category-col:last-child {
  padding-right: 0;
}

.shg-category-col:first-child {
  padding-left: 0;
}

.shg-category-col-2 {
  flex: 2;
  padding: 0 20px;
}

.shg-category-col-3 {
  flex: 3;
  padding: 0 30px;
}

.shg-category-col-4 {
  flex: 4;
  padding: 0 40px;
}

.shg-category-col-5 {
  flex: 5;
  padding: 0 50px;
}

@media (max-width: 768px) {
  .shg-category-row.stacked {
    display: block;
  }

  .shg-category-row .shg-category-col {
    padding: 20px 0;
  }

  .shg-category-row .shg-category-col:first-child {
    padding-top: 0;
  }

  .shg-category-row .shg-category-col:last-child {
    padding-bottom: 0;
  }
}

@media (max-width: 480px) {
  .shg-category-row-hor {
    display: flex;
    flex-wrap: wrap;
  }

  .shg-category-row-hor .shg-category-col,
  .shg-category-row-hor .shg-category-col:first-child,
  .shg-category-row-hor .shg-category-col:last-child {
    min-width: 50%;
    max-width: 50%;
    padding-top: 0;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
  }
}

#s-747503a0-e93c-4a9b-ad4e-26257b19979a {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-image-wrapper img.shogun-image {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

#s-e748dc19-8c7c-4e8d-b835-aa2699028549 {
  text-align: left;
}


.shg-c#s-e748dc19-8c7c-4e8d-b835-aa2699028549 {
  max-width: 100%;
}

.shg-c#s-e748dc19-8c7c-4e8d-b835-aa2699028549 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e748dc19-8c7c-4e8d-b835-aa2699028549 .shg-image-zoom,
.shg-c#s-e748dc19-8c7c-4e8d-b835-aa2699028549 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e748dc19-8c7c-4e8d-b835-aa2699028549 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-e748dc19-8c7c-4e8d-b835-aa2699028549 {
  max-width: 100%;
}

.shg-c#s-e748dc19-8c7c-4e8d-b835-aa2699028549 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e748dc19-8c7c-4e8d-b835-aa2699028549 .shg-image-zoom,
.shg-c#s-e748dc19-8c7c-4e8d-b835-aa2699028549 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e748dc19-8c7c-4e8d-b835-aa2699028549 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e748dc19-8c7c-4e8d-b835-aa2699028549 {
  max-width: 100%;
}

.shg-c#s-e748dc19-8c7c-4e8d-b835-aa2699028549 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e748dc19-8c7c-4e8d-b835-aa2699028549 .shg-image-zoom,
.shg-c#s-e748dc19-8c7c-4e8d-b835-aa2699028549 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e748dc19-8c7c-4e8d-b835-aa2699028549 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e748dc19-8c7c-4e8d-b835-aa2699028549 {
  max-width: 100%;
}

.shg-c#s-e748dc19-8c7c-4e8d-b835-aa2699028549 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e748dc19-8c7c-4e8d-b835-aa2699028549 .shg-image-zoom,
.shg-c#s-e748dc19-8c7c-4e8d-b835-aa2699028549 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e748dc19-8c7c-4e8d-b835-aa2699028549 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-e748dc19-8c7c-4e8d-b835-aa2699028549 {
  max-width: 100%;
}

.shg-c#s-e748dc19-8c7c-4e8d-b835-aa2699028549 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e748dc19-8c7c-4e8d-b835-aa2699028549 .shg-image-zoom,
.shg-c#s-e748dc19-8c7c-4e8d-b835-aa2699028549 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e748dc19-8c7c-4e8d-b835-aa2699028549 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-e748dc19-8c7c-4e8d-b835-aa2699028549 {
  max-width: 100%;
}

.shg-c#s-e748dc19-8c7c-4e8d-b835-aa2699028549 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e748dc19-8c7c-4e8d-b835-aa2699028549 .shg-image-zoom,
.shg-c#s-e748dc19-8c7c-4e8d-b835-aa2699028549 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e748dc19-8c7c-4e8d-b835-aa2699028549 .shg-image-zoom {
  
    margin-left: 0px;
  
}


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

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

#s-cb5340bd-40a6-41e3-a7a9-a53c488f9b8e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cb5340bd-40a6-41e3-a7a9-a53c488f9b8e .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-d8482460-586e-4c5f-8ad3-9ced0e0175e7 {
  text-align: center;
}

#s-d8482460-586e-4c5f-8ad3-9ced0e0175e7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-d8482460-586e-4c5f-8ad3-9ced0e0175e7 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-d8482460-586e-4c5f-8ad3-9ced0e0175e7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

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

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

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

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

#s-6492a9a4-875d-4524-9091-48af5ee51b06 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-6492a9a4-875d-4524-9091-48af5ee51b06:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6492a9a4-875d-4524-9091-48af5ee51b06:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6492a9a4-875d-4524-9091-48af5ee51b06 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6492a9a4-875d-4524-9091-48af5ee51b06.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6492a9a4-875d-4524-9091-48af5ee51b06.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6492a9a4-875d-4524-9091-48af5ee51b06.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d2fcdd04-13a7-4612-960d-0f12c07f8760 {
  display: none;
}
#s-0963d525-b7f0-4b54-ac22-fbc518513e24 {
  text-align: left;
}


.shg-c#s-0963d525-b7f0-4b54-ac22-fbc518513e24 {
  max-width: 100%;
}

.shg-c#s-0963d525-b7f0-4b54-ac22-fbc518513e24 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0963d525-b7f0-4b54-ac22-fbc518513e24 .shg-image-zoom,
.shg-c#s-0963d525-b7f0-4b54-ac22-fbc518513e24 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0963d525-b7f0-4b54-ac22-fbc518513e24 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-0963d525-b7f0-4b54-ac22-fbc518513e24 {
  max-width: 100%;
}

.shg-c#s-0963d525-b7f0-4b54-ac22-fbc518513e24 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0963d525-b7f0-4b54-ac22-fbc518513e24 .shg-image-zoom,
.shg-c#s-0963d525-b7f0-4b54-ac22-fbc518513e24 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0963d525-b7f0-4b54-ac22-fbc518513e24 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0963d525-b7f0-4b54-ac22-fbc518513e24 {
  max-width: 100%;
}

.shg-c#s-0963d525-b7f0-4b54-ac22-fbc518513e24 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0963d525-b7f0-4b54-ac22-fbc518513e24 .shg-image-zoom,
.shg-c#s-0963d525-b7f0-4b54-ac22-fbc518513e24 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0963d525-b7f0-4b54-ac22-fbc518513e24 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0963d525-b7f0-4b54-ac22-fbc518513e24 {
  max-width: 100%;
}

.shg-c#s-0963d525-b7f0-4b54-ac22-fbc518513e24 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0963d525-b7f0-4b54-ac22-fbc518513e24 .shg-image-zoom,
.shg-c#s-0963d525-b7f0-4b54-ac22-fbc518513e24 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0963d525-b7f0-4b54-ac22-fbc518513e24 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-0963d525-b7f0-4b54-ac22-fbc518513e24 {
  max-width: 100%;
}

.shg-c#s-0963d525-b7f0-4b54-ac22-fbc518513e24 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0963d525-b7f0-4b54-ac22-fbc518513e24 .shg-image-zoom,
.shg-c#s-0963d525-b7f0-4b54-ac22-fbc518513e24 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0963d525-b7f0-4b54-ac22-fbc518513e24 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-0963d525-b7f0-4b54-ac22-fbc518513e24 {
  max-width: 100%;
}

.shg-c#s-0963d525-b7f0-4b54-ac22-fbc518513e24 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0963d525-b7f0-4b54-ac22-fbc518513e24 .shg-image-zoom,
.shg-c#s-0963d525-b7f0-4b54-ac22-fbc518513e24 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0963d525-b7f0-4b54-ac22-fbc518513e24 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-891ef75a-a646-4ca6-bb76-5b421154facf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-891ef75a-a646-4ca6-bb76-5b421154facf .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-debf0c8c-7c9f-4d6b-9109-b52a879c0595 {
  text-align: center;
}

#s-debf0c8c-7c9f-4d6b-9109-b52a879c0595 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-debf0c8c-7c9f-4d6b-9109-b52a879c0595 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-debf0c8c-7c9f-4d6b-9109-b52a879c0595 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-4b76e20b-d338-455a-8f8e-b24bc5f5d082 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-4b76e20b-d338-455a-8f8e-b24bc5f5d082:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4b76e20b-d338-455a-8f8e-b24bc5f5d082:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4b76e20b-d338-455a-8f8e-b24bc5f5d082 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4b76e20b-d338-455a-8f8e-b24bc5f5d082.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4b76e20b-d338-455a-8f8e-b24bc5f5d082.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4b76e20b-d338-455a-8f8e-b24bc5f5d082.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-c277a739-4314-4131-8d0c-59c50d268388 {
  display: none;
}
#s-df4cc419-4c7c-4d75-b7a7-23d2f5d541a7 {
  text-align: left;
}


.shg-c#s-df4cc419-4c7c-4d75-b7a7-23d2f5d541a7 {
  max-width: 100%;
}

.shg-c#s-df4cc419-4c7c-4d75-b7a7-23d2f5d541a7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-df4cc419-4c7c-4d75-b7a7-23d2f5d541a7 .shg-image-zoom,
.shg-c#s-df4cc419-4c7c-4d75-b7a7-23d2f5d541a7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-df4cc419-4c7c-4d75-b7a7-23d2f5d541a7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-df4cc419-4c7c-4d75-b7a7-23d2f5d541a7 {
  max-width: 100%;
}

.shg-c#s-df4cc419-4c7c-4d75-b7a7-23d2f5d541a7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-df4cc419-4c7c-4d75-b7a7-23d2f5d541a7 .shg-image-zoom,
.shg-c#s-df4cc419-4c7c-4d75-b7a7-23d2f5d541a7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-df4cc419-4c7c-4d75-b7a7-23d2f5d541a7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-df4cc419-4c7c-4d75-b7a7-23d2f5d541a7 {
  max-width: 100%;
}

.shg-c#s-df4cc419-4c7c-4d75-b7a7-23d2f5d541a7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-df4cc419-4c7c-4d75-b7a7-23d2f5d541a7 .shg-image-zoom,
.shg-c#s-df4cc419-4c7c-4d75-b7a7-23d2f5d541a7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-df4cc419-4c7c-4d75-b7a7-23d2f5d541a7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-df4cc419-4c7c-4d75-b7a7-23d2f5d541a7 {
  max-width: 100%;
}

.shg-c#s-df4cc419-4c7c-4d75-b7a7-23d2f5d541a7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-df4cc419-4c7c-4d75-b7a7-23d2f5d541a7 .shg-image-zoom,
.shg-c#s-df4cc419-4c7c-4d75-b7a7-23d2f5d541a7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-df4cc419-4c7c-4d75-b7a7-23d2f5d541a7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-df4cc419-4c7c-4d75-b7a7-23d2f5d541a7 {
  max-width: 100%;
}

.shg-c#s-df4cc419-4c7c-4d75-b7a7-23d2f5d541a7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-df4cc419-4c7c-4d75-b7a7-23d2f5d541a7 .shg-image-zoom,
.shg-c#s-df4cc419-4c7c-4d75-b7a7-23d2f5d541a7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-df4cc419-4c7c-4d75-b7a7-23d2f5d541a7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-df4cc419-4c7c-4d75-b7a7-23d2f5d541a7 {
  max-width: 100%;
}

.shg-c#s-df4cc419-4c7c-4d75-b7a7-23d2f5d541a7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-df4cc419-4c7c-4d75-b7a7-23d2f5d541a7 .shg-image-zoom,
.shg-c#s-df4cc419-4c7c-4d75-b7a7-23d2f5d541a7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-df4cc419-4c7c-4d75-b7a7-23d2f5d541a7 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-6e43f2a9-9c0c-4bf6-aea4-3106e3bc2554 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6e43f2a9-9c0c-4bf6-aea4-3106e3bc2554 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-841edbf3-84e5-4eb8-9a13-28412dbfcf21 {
  text-align: center;
}

#s-841edbf3-84e5-4eb8-9a13-28412dbfcf21 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-841edbf3-84e5-4eb8-9a13-28412dbfcf21 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-841edbf3-84e5-4eb8-9a13-28412dbfcf21 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ad6e9b7f-5429-418f-bd54-6b64c23170b6 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-ad6e9b7f-5429-418f-bd54-6b64c23170b6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ad6e9b7f-5429-418f-bd54-6b64c23170b6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ad6e9b7f-5429-418f-bd54-6b64c23170b6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ad6e9b7f-5429-418f-bd54-6b64c23170b6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ad6e9b7f-5429-418f-bd54-6b64c23170b6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ad6e9b7f-5429-418f-bd54-6b64c23170b6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-fd76518a-d211-4085-afac-40ba84d5363c {
  display: none;
}
#s-67bcf820-af44-4782-9bba-ed1857cd4830 {
  text-align: left;
}


.shg-c#s-67bcf820-af44-4782-9bba-ed1857cd4830 {
  max-width: 100%;
}

.shg-c#s-67bcf820-af44-4782-9bba-ed1857cd4830 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-67bcf820-af44-4782-9bba-ed1857cd4830 .shg-image-zoom,
.shg-c#s-67bcf820-af44-4782-9bba-ed1857cd4830 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-67bcf820-af44-4782-9bba-ed1857cd4830 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-67bcf820-af44-4782-9bba-ed1857cd4830 {
  max-width: 100%;
}

.shg-c#s-67bcf820-af44-4782-9bba-ed1857cd4830 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-67bcf820-af44-4782-9bba-ed1857cd4830 .shg-image-zoom,
.shg-c#s-67bcf820-af44-4782-9bba-ed1857cd4830 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-67bcf820-af44-4782-9bba-ed1857cd4830 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-67bcf820-af44-4782-9bba-ed1857cd4830 {
  max-width: 100%;
}

.shg-c#s-67bcf820-af44-4782-9bba-ed1857cd4830 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-67bcf820-af44-4782-9bba-ed1857cd4830 .shg-image-zoom,
.shg-c#s-67bcf820-af44-4782-9bba-ed1857cd4830 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-67bcf820-af44-4782-9bba-ed1857cd4830 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-67bcf820-af44-4782-9bba-ed1857cd4830 {
  max-width: 100%;
}

.shg-c#s-67bcf820-af44-4782-9bba-ed1857cd4830 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-67bcf820-af44-4782-9bba-ed1857cd4830 .shg-image-zoom,
.shg-c#s-67bcf820-af44-4782-9bba-ed1857cd4830 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-67bcf820-af44-4782-9bba-ed1857cd4830 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-67bcf820-af44-4782-9bba-ed1857cd4830 {
  max-width: 100%;
}

.shg-c#s-67bcf820-af44-4782-9bba-ed1857cd4830 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-67bcf820-af44-4782-9bba-ed1857cd4830 .shg-image-zoom,
.shg-c#s-67bcf820-af44-4782-9bba-ed1857cd4830 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-67bcf820-af44-4782-9bba-ed1857cd4830 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-67bcf820-af44-4782-9bba-ed1857cd4830 {
  max-width: 100%;
}

.shg-c#s-67bcf820-af44-4782-9bba-ed1857cd4830 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-67bcf820-af44-4782-9bba-ed1857cd4830 .shg-image-zoom,
.shg-c#s-67bcf820-af44-4782-9bba-ed1857cd4830 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-67bcf820-af44-4782-9bba-ed1857cd4830 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-01099b4e-2159-4f0e-b701-66c73b9abc93 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-01099b4e-2159-4f0e-b701-66c73b9abc93 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-ef05586d-c3b5-46b0-b464-f510555bbf49 {
  text-align: center;
}

#s-ef05586d-c3b5-46b0-b464-f510555bbf49 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ef05586d-c3b5-46b0-b464-f510555bbf49 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-ef05586d-c3b5-46b0-b464-f510555bbf49 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-08b1f9ca-252a-4c84-be3e-737a6e8e4450 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-08b1f9ca-252a-4c84-be3e-737a6e8e4450:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-08b1f9ca-252a-4c84-be3e-737a6e8e4450:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-08b1f9ca-252a-4c84-be3e-737a6e8e4450 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-08b1f9ca-252a-4c84-be3e-737a6e8e4450.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-08b1f9ca-252a-4c84-be3e-737a6e8e4450.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-08b1f9ca-252a-4c84-be3e-737a6e8e4450.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-274874ae-d9b3-422f-a3f4-2e846a29f4f7 {
  display: none;
}
#s-92d266d8-10f9-4f61-b1b2-7eda7af82024 {
  text-align: left;
}


.shg-c#s-92d266d8-10f9-4f61-b1b2-7eda7af82024 {
  max-width: 100%;
}

.shg-c#s-92d266d8-10f9-4f61-b1b2-7eda7af82024 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-92d266d8-10f9-4f61-b1b2-7eda7af82024 .shg-image-zoom,
.shg-c#s-92d266d8-10f9-4f61-b1b2-7eda7af82024 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-92d266d8-10f9-4f61-b1b2-7eda7af82024 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-92d266d8-10f9-4f61-b1b2-7eda7af82024 {
  max-width: 100%;
}

.shg-c#s-92d266d8-10f9-4f61-b1b2-7eda7af82024 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-92d266d8-10f9-4f61-b1b2-7eda7af82024 .shg-image-zoom,
.shg-c#s-92d266d8-10f9-4f61-b1b2-7eda7af82024 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-92d266d8-10f9-4f61-b1b2-7eda7af82024 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-92d266d8-10f9-4f61-b1b2-7eda7af82024 {
  max-width: 100%;
}

.shg-c#s-92d266d8-10f9-4f61-b1b2-7eda7af82024 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-92d266d8-10f9-4f61-b1b2-7eda7af82024 .shg-image-zoom,
.shg-c#s-92d266d8-10f9-4f61-b1b2-7eda7af82024 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-92d266d8-10f9-4f61-b1b2-7eda7af82024 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-92d266d8-10f9-4f61-b1b2-7eda7af82024 {
  max-width: 100%;
}

.shg-c#s-92d266d8-10f9-4f61-b1b2-7eda7af82024 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-92d266d8-10f9-4f61-b1b2-7eda7af82024 .shg-image-zoom,
.shg-c#s-92d266d8-10f9-4f61-b1b2-7eda7af82024 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-92d266d8-10f9-4f61-b1b2-7eda7af82024 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-92d266d8-10f9-4f61-b1b2-7eda7af82024 {
  max-width: 100%;
}

.shg-c#s-92d266d8-10f9-4f61-b1b2-7eda7af82024 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-92d266d8-10f9-4f61-b1b2-7eda7af82024 .shg-image-zoom,
.shg-c#s-92d266d8-10f9-4f61-b1b2-7eda7af82024 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-92d266d8-10f9-4f61-b1b2-7eda7af82024 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-92d266d8-10f9-4f61-b1b2-7eda7af82024 {
  max-width: 100%;
}

.shg-c#s-92d266d8-10f9-4f61-b1b2-7eda7af82024 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-92d266d8-10f9-4f61-b1b2-7eda7af82024 .shg-image-zoom,
.shg-c#s-92d266d8-10f9-4f61-b1b2-7eda7af82024 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-92d266d8-10f9-4f61-b1b2-7eda7af82024 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-2cd644d3-816e-453f-970b-1bbaa02b41fa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2cd644d3-816e-453f-970b-1bbaa02b41fa .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-d0606893-ca36-4c02-9236-9228c54bba0f {
  text-align: center;
}

#s-d0606893-ca36-4c02-9236-9228c54bba0f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-d0606893-ca36-4c02-9236-9228c54bba0f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-d0606893-ca36-4c02-9236-9228c54bba0f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c6d8011a-2019-44e8-bd4f-85d789fec42b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-c6d8011a-2019-44e8-bd4f-85d789fec42b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c6d8011a-2019-44e8-bd4f-85d789fec42b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c6d8011a-2019-44e8-bd4f-85d789fec42b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c6d8011a-2019-44e8-bd4f-85d789fec42b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c6d8011a-2019-44e8-bd4f-85d789fec42b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c6d8011a-2019-44e8-bd4f-85d789fec42b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-7ccea8c3-38b2-4a9d-af73-9f7b86b63202 {
  display: none;
}
#s-8aa76cef-844b-417b-9838-b3008af69d31 {
  text-align: left;
}


.shg-c#s-8aa76cef-844b-417b-9838-b3008af69d31 {
  max-width: 100%;
}

.shg-c#s-8aa76cef-844b-417b-9838-b3008af69d31 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8aa76cef-844b-417b-9838-b3008af69d31 .shg-image-zoom,
.shg-c#s-8aa76cef-844b-417b-9838-b3008af69d31 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8aa76cef-844b-417b-9838-b3008af69d31 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-8aa76cef-844b-417b-9838-b3008af69d31 {
  max-width: 100%;
}

.shg-c#s-8aa76cef-844b-417b-9838-b3008af69d31 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8aa76cef-844b-417b-9838-b3008af69d31 .shg-image-zoom,
.shg-c#s-8aa76cef-844b-417b-9838-b3008af69d31 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8aa76cef-844b-417b-9838-b3008af69d31 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8aa76cef-844b-417b-9838-b3008af69d31 {
  max-width: 100%;
}

.shg-c#s-8aa76cef-844b-417b-9838-b3008af69d31 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8aa76cef-844b-417b-9838-b3008af69d31 .shg-image-zoom,
.shg-c#s-8aa76cef-844b-417b-9838-b3008af69d31 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8aa76cef-844b-417b-9838-b3008af69d31 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8aa76cef-844b-417b-9838-b3008af69d31 {
  max-width: 100%;
}

.shg-c#s-8aa76cef-844b-417b-9838-b3008af69d31 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8aa76cef-844b-417b-9838-b3008af69d31 .shg-image-zoom,
.shg-c#s-8aa76cef-844b-417b-9838-b3008af69d31 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8aa76cef-844b-417b-9838-b3008af69d31 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-8aa76cef-844b-417b-9838-b3008af69d31 {
  max-width: 100%;
}

.shg-c#s-8aa76cef-844b-417b-9838-b3008af69d31 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8aa76cef-844b-417b-9838-b3008af69d31 .shg-image-zoom,
.shg-c#s-8aa76cef-844b-417b-9838-b3008af69d31 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8aa76cef-844b-417b-9838-b3008af69d31 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-8aa76cef-844b-417b-9838-b3008af69d31 {
  max-width: 100%;
}

.shg-c#s-8aa76cef-844b-417b-9838-b3008af69d31 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8aa76cef-844b-417b-9838-b3008af69d31 .shg-image-zoom,
.shg-c#s-8aa76cef-844b-417b-9838-b3008af69d31 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8aa76cef-844b-417b-9838-b3008af69d31 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-2632260b-3034-4cfb-b8e2-ae829f81e50e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2632260b-3034-4cfb-b8e2-ae829f81e50e .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-575ed4ce-581e-47ee-bd0b-78be996af870 {
  text-align: center;
}

#s-575ed4ce-581e-47ee-bd0b-78be996af870 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-575ed4ce-581e-47ee-bd0b-78be996af870 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-575ed4ce-581e-47ee-bd0b-78be996af870 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-338b44c9-8132-481f-9ef3-5450aa61df68 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-338b44c9-8132-481f-9ef3-5450aa61df68:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-338b44c9-8132-481f-9ef3-5450aa61df68:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-338b44c9-8132-481f-9ef3-5450aa61df68 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-338b44c9-8132-481f-9ef3-5450aa61df68.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-338b44c9-8132-481f-9ef3-5450aa61df68.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-338b44c9-8132-481f-9ef3-5450aa61df68.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-f13e6cc7-766d-410b-bd2d-cb9b88101dfd {
  display: none;
}
#s-578f21a0-67f9-4641-b0da-e7c3aeed7beb {
  text-align: left;
}


.shg-c#s-578f21a0-67f9-4641-b0da-e7c3aeed7beb {
  max-width: 100%;
}

.shg-c#s-578f21a0-67f9-4641-b0da-e7c3aeed7beb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-578f21a0-67f9-4641-b0da-e7c3aeed7beb .shg-image-zoom,
.shg-c#s-578f21a0-67f9-4641-b0da-e7c3aeed7beb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-578f21a0-67f9-4641-b0da-e7c3aeed7beb .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-578f21a0-67f9-4641-b0da-e7c3aeed7beb {
  max-width: 100%;
}

.shg-c#s-578f21a0-67f9-4641-b0da-e7c3aeed7beb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-578f21a0-67f9-4641-b0da-e7c3aeed7beb .shg-image-zoom,
.shg-c#s-578f21a0-67f9-4641-b0da-e7c3aeed7beb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-578f21a0-67f9-4641-b0da-e7c3aeed7beb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-578f21a0-67f9-4641-b0da-e7c3aeed7beb {
  max-width: 100%;
}

.shg-c#s-578f21a0-67f9-4641-b0da-e7c3aeed7beb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-578f21a0-67f9-4641-b0da-e7c3aeed7beb .shg-image-zoom,
.shg-c#s-578f21a0-67f9-4641-b0da-e7c3aeed7beb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-578f21a0-67f9-4641-b0da-e7c3aeed7beb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-578f21a0-67f9-4641-b0da-e7c3aeed7beb {
  max-width: 100%;
}

.shg-c#s-578f21a0-67f9-4641-b0da-e7c3aeed7beb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-578f21a0-67f9-4641-b0da-e7c3aeed7beb .shg-image-zoom,
.shg-c#s-578f21a0-67f9-4641-b0da-e7c3aeed7beb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-578f21a0-67f9-4641-b0da-e7c3aeed7beb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-578f21a0-67f9-4641-b0da-e7c3aeed7beb {
  max-width: 100%;
}

.shg-c#s-578f21a0-67f9-4641-b0da-e7c3aeed7beb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-578f21a0-67f9-4641-b0da-e7c3aeed7beb .shg-image-zoom,
.shg-c#s-578f21a0-67f9-4641-b0da-e7c3aeed7beb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-578f21a0-67f9-4641-b0da-e7c3aeed7beb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-578f21a0-67f9-4641-b0da-e7c3aeed7beb {
  max-width: 100%;
}

.shg-c#s-578f21a0-67f9-4641-b0da-e7c3aeed7beb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-578f21a0-67f9-4641-b0da-e7c3aeed7beb .shg-image-zoom,
.shg-c#s-578f21a0-67f9-4641-b0da-e7c3aeed7beb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-578f21a0-67f9-4641-b0da-e7c3aeed7beb .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-7538a343-62bc-4596-a422-68997ba9800c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7538a343-62bc-4596-a422-68997ba9800c .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-b09b990e-94f0-4732-aafb-e07c3a724d78 {
  text-align: center;
}

#s-b09b990e-94f0-4732-aafb-e07c3a724d78 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b09b990e-94f0-4732-aafb-e07c3a724d78 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-b09b990e-94f0-4732-aafb-e07c3a724d78 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-137d058d-1001-424f-a1d6-aaa171f3da64 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-137d058d-1001-424f-a1d6-aaa171f3da64:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-137d058d-1001-424f-a1d6-aaa171f3da64:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-137d058d-1001-424f-a1d6-aaa171f3da64 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-137d058d-1001-424f-a1d6-aaa171f3da64.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-137d058d-1001-424f-a1d6-aaa171f3da64.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-137d058d-1001-424f-a1d6-aaa171f3da64.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-270d5292-d2cf-4ef0-9a2d-b74b1a3794a8 {
  display: none;
}
#s-8a1b85bc-5493-4de6-ac8b-d4117e16b2fd {
  text-align: left;
}


.shg-c#s-8a1b85bc-5493-4de6-ac8b-d4117e16b2fd {
  max-width: 100%;
}

.shg-c#s-8a1b85bc-5493-4de6-ac8b-d4117e16b2fd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8a1b85bc-5493-4de6-ac8b-d4117e16b2fd .shg-image-zoom,
.shg-c#s-8a1b85bc-5493-4de6-ac8b-d4117e16b2fd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8a1b85bc-5493-4de6-ac8b-d4117e16b2fd .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-8a1b85bc-5493-4de6-ac8b-d4117e16b2fd {
  max-width: 100%;
}

.shg-c#s-8a1b85bc-5493-4de6-ac8b-d4117e16b2fd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8a1b85bc-5493-4de6-ac8b-d4117e16b2fd .shg-image-zoom,
.shg-c#s-8a1b85bc-5493-4de6-ac8b-d4117e16b2fd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8a1b85bc-5493-4de6-ac8b-d4117e16b2fd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8a1b85bc-5493-4de6-ac8b-d4117e16b2fd {
  max-width: 100%;
}

.shg-c#s-8a1b85bc-5493-4de6-ac8b-d4117e16b2fd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8a1b85bc-5493-4de6-ac8b-d4117e16b2fd .shg-image-zoom,
.shg-c#s-8a1b85bc-5493-4de6-ac8b-d4117e16b2fd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8a1b85bc-5493-4de6-ac8b-d4117e16b2fd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8a1b85bc-5493-4de6-ac8b-d4117e16b2fd {
  max-width: 100%;
}

.shg-c#s-8a1b85bc-5493-4de6-ac8b-d4117e16b2fd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8a1b85bc-5493-4de6-ac8b-d4117e16b2fd .shg-image-zoom,
.shg-c#s-8a1b85bc-5493-4de6-ac8b-d4117e16b2fd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8a1b85bc-5493-4de6-ac8b-d4117e16b2fd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-8a1b85bc-5493-4de6-ac8b-d4117e16b2fd {
  max-width: 100%;
}

.shg-c#s-8a1b85bc-5493-4de6-ac8b-d4117e16b2fd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8a1b85bc-5493-4de6-ac8b-d4117e16b2fd .shg-image-zoom,
.shg-c#s-8a1b85bc-5493-4de6-ac8b-d4117e16b2fd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8a1b85bc-5493-4de6-ac8b-d4117e16b2fd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-8a1b85bc-5493-4de6-ac8b-d4117e16b2fd {
  max-width: 100%;
}

.shg-c#s-8a1b85bc-5493-4de6-ac8b-d4117e16b2fd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8a1b85bc-5493-4de6-ac8b-d4117e16b2fd .shg-image-zoom,
.shg-c#s-8a1b85bc-5493-4de6-ac8b-d4117e16b2fd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8a1b85bc-5493-4de6-ac8b-d4117e16b2fd .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-ccc84f03-4e91-4c75-86c9-f547711133d8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ccc84f03-4e91-4c75-86c9-f547711133d8 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-4c53336a-6ab4-48f3-822e-b07525e188ae {
  text-align: center;
}

#s-4c53336a-6ab4-48f3-822e-b07525e188ae .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-4c53336a-6ab4-48f3-822e-b07525e188ae .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-4c53336a-6ab4-48f3-822e-b07525e188ae .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ec221174-4f66-41b3-bb01-4731b9b0bc5b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-ec221174-4f66-41b3-bb01-4731b9b0bc5b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ec221174-4f66-41b3-bb01-4731b9b0bc5b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ec221174-4f66-41b3-bb01-4731b9b0bc5b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ec221174-4f66-41b3-bb01-4731b9b0bc5b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ec221174-4f66-41b3-bb01-4731b9b0bc5b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ec221174-4f66-41b3-bb01-4731b9b0bc5b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-de1b0585-d93e-4fac-b24e-581d7ee34146 {
  display: none;
}
#s-566936d5-1d73-444b-b1ed-93ecca9e20e6 {
  text-align: left;
}


.shg-c#s-566936d5-1d73-444b-b1ed-93ecca9e20e6 {
  max-width: 100%;
}

.shg-c#s-566936d5-1d73-444b-b1ed-93ecca9e20e6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-566936d5-1d73-444b-b1ed-93ecca9e20e6 .shg-image-zoom,
.shg-c#s-566936d5-1d73-444b-b1ed-93ecca9e20e6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-566936d5-1d73-444b-b1ed-93ecca9e20e6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-566936d5-1d73-444b-b1ed-93ecca9e20e6 {
  max-width: 100%;
}

.shg-c#s-566936d5-1d73-444b-b1ed-93ecca9e20e6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-566936d5-1d73-444b-b1ed-93ecca9e20e6 .shg-image-zoom,
.shg-c#s-566936d5-1d73-444b-b1ed-93ecca9e20e6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-566936d5-1d73-444b-b1ed-93ecca9e20e6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-566936d5-1d73-444b-b1ed-93ecca9e20e6 {
  max-width: 100%;
}

.shg-c#s-566936d5-1d73-444b-b1ed-93ecca9e20e6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-566936d5-1d73-444b-b1ed-93ecca9e20e6 .shg-image-zoom,
.shg-c#s-566936d5-1d73-444b-b1ed-93ecca9e20e6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-566936d5-1d73-444b-b1ed-93ecca9e20e6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-566936d5-1d73-444b-b1ed-93ecca9e20e6 {
  max-width: 100%;
}

.shg-c#s-566936d5-1d73-444b-b1ed-93ecca9e20e6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-566936d5-1d73-444b-b1ed-93ecca9e20e6 .shg-image-zoom,
.shg-c#s-566936d5-1d73-444b-b1ed-93ecca9e20e6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-566936d5-1d73-444b-b1ed-93ecca9e20e6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-566936d5-1d73-444b-b1ed-93ecca9e20e6 {
  max-width: 100%;
}

.shg-c#s-566936d5-1d73-444b-b1ed-93ecca9e20e6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-566936d5-1d73-444b-b1ed-93ecca9e20e6 .shg-image-zoom,
.shg-c#s-566936d5-1d73-444b-b1ed-93ecca9e20e6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-566936d5-1d73-444b-b1ed-93ecca9e20e6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-566936d5-1d73-444b-b1ed-93ecca9e20e6 {
  max-width: 100%;
}

.shg-c#s-566936d5-1d73-444b-b1ed-93ecca9e20e6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-566936d5-1d73-444b-b1ed-93ecca9e20e6 .shg-image-zoom,
.shg-c#s-566936d5-1d73-444b-b1ed-93ecca9e20e6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-566936d5-1d73-444b-b1ed-93ecca9e20e6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-a7aba0c7-699e-48fd-a2cf-75d11f7e1d5a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a7aba0c7-699e-48fd-a2cf-75d11f7e1d5a .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-af504c8a-a0e0-4bbf-a401-ac9fbc705c0c {
  text-align: center;
}

#s-af504c8a-a0e0-4bbf-a401-ac9fbc705c0c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-af504c8a-a0e0-4bbf-a401-ac9fbc705c0c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-af504c8a-a0e0-4bbf-a401-ac9fbc705c0c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-10c3c56e-a215-4aed-94fa-93e030513516 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-10c3c56e-a215-4aed-94fa-93e030513516:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-10c3c56e-a215-4aed-94fa-93e030513516:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-10c3c56e-a215-4aed-94fa-93e030513516 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-10c3c56e-a215-4aed-94fa-93e030513516.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-10c3c56e-a215-4aed-94fa-93e030513516.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-10c3c56e-a215-4aed-94fa-93e030513516.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-5aa2efe6-562d-4199-a9e5-a5890d39530d {
  display: none;
}
#s-44934cf6-3fca-487a-ac10-c603c2d0c6fc {
  text-align: left;
}


.shg-c#s-44934cf6-3fca-487a-ac10-c603c2d0c6fc {
  max-width: 100%;
}

.shg-c#s-44934cf6-3fca-487a-ac10-c603c2d0c6fc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-44934cf6-3fca-487a-ac10-c603c2d0c6fc .shg-image-zoom,
.shg-c#s-44934cf6-3fca-487a-ac10-c603c2d0c6fc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-44934cf6-3fca-487a-ac10-c603c2d0c6fc .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-44934cf6-3fca-487a-ac10-c603c2d0c6fc {
  max-width: 100%;
}

.shg-c#s-44934cf6-3fca-487a-ac10-c603c2d0c6fc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-44934cf6-3fca-487a-ac10-c603c2d0c6fc .shg-image-zoom,
.shg-c#s-44934cf6-3fca-487a-ac10-c603c2d0c6fc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-44934cf6-3fca-487a-ac10-c603c2d0c6fc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-44934cf6-3fca-487a-ac10-c603c2d0c6fc {
  max-width: 100%;
}

.shg-c#s-44934cf6-3fca-487a-ac10-c603c2d0c6fc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-44934cf6-3fca-487a-ac10-c603c2d0c6fc .shg-image-zoom,
.shg-c#s-44934cf6-3fca-487a-ac10-c603c2d0c6fc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-44934cf6-3fca-487a-ac10-c603c2d0c6fc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-44934cf6-3fca-487a-ac10-c603c2d0c6fc {
  max-width: 100%;
}

.shg-c#s-44934cf6-3fca-487a-ac10-c603c2d0c6fc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-44934cf6-3fca-487a-ac10-c603c2d0c6fc .shg-image-zoom,
.shg-c#s-44934cf6-3fca-487a-ac10-c603c2d0c6fc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-44934cf6-3fca-487a-ac10-c603c2d0c6fc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-44934cf6-3fca-487a-ac10-c603c2d0c6fc {
  max-width: 100%;
}

.shg-c#s-44934cf6-3fca-487a-ac10-c603c2d0c6fc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-44934cf6-3fca-487a-ac10-c603c2d0c6fc .shg-image-zoom,
.shg-c#s-44934cf6-3fca-487a-ac10-c603c2d0c6fc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-44934cf6-3fca-487a-ac10-c603c2d0c6fc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-44934cf6-3fca-487a-ac10-c603c2d0c6fc {
  max-width: 100%;
}

.shg-c#s-44934cf6-3fca-487a-ac10-c603c2d0c6fc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-44934cf6-3fca-487a-ac10-c603c2d0c6fc .shg-image-zoom,
.shg-c#s-44934cf6-3fca-487a-ac10-c603c2d0c6fc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-44934cf6-3fca-487a-ac10-c603c2d0c6fc .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-b5d68dab-7b1a-4c3e-8e99-b4770cc69192 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b5d68dab-7b1a-4c3e-8e99-b4770cc69192 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-084aab9e-d34a-4bfe-93d6-43469d1ab15c {
  text-align: center;
}

#s-084aab9e-d34a-4bfe-93d6-43469d1ab15c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-084aab9e-d34a-4bfe-93d6-43469d1ab15c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-084aab9e-d34a-4bfe-93d6-43469d1ab15c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-db251937-03c2-421e-a504-98a7a5cad2f0 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-db251937-03c2-421e-a504-98a7a5cad2f0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-db251937-03c2-421e-a504-98a7a5cad2f0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-db251937-03c2-421e-a504-98a7a5cad2f0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-db251937-03c2-421e-a504-98a7a5cad2f0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-db251937-03c2-421e-a504-98a7a5cad2f0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-db251937-03c2-421e-a504-98a7a5cad2f0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-8118cf82-1239-4d8a-90c9-d6187d25d822 {
  display: none;
}
#s-1029cd01-11aa-4fdd-b473-f580f93b577c {
  text-align: left;
}


.shg-c#s-1029cd01-11aa-4fdd-b473-f580f93b577c {
  max-width: 100%;
}

.shg-c#s-1029cd01-11aa-4fdd-b473-f580f93b577c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1029cd01-11aa-4fdd-b473-f580f93b577c .shg-image-zoom,
.shg-c#s-1029cd01-11aa-4fdd-b473-f580f93b577c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1029cd01-11aa-4fdd-b473-f580f93b577c .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-1029cd01-11aa-4fdd-b473-f580f93b577c {
  max-width: 100%;
}

.shg-c#s-1029cd01-11aa-4fdd-b473-f580f93b577c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1029cd01-11aa-4fdd-b473-f580f93b577c .shg-image-zoom,
.shg-c#s-1029cd01-11aa-4fdd-b473-f580f93b577c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1029cd01-11aa-4fdd-b473-f580f93b577c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1029cd01-11aa-4fdd-b473-f580f93b577c {
  max-width: 100%;
}

.shg-c#s-1029cd01-11aa-4fdd-b473-f580f93b577c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1029cd01-11aa-4fdd-b473-f580f93b577c .shg-image-zoom,
.shg-c#s-1029cd01-11aa-4fdd-b473-f580f93b577c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1029cd01-11aa-4fdd-b473-f580f93b577c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1029cd01-11aa-4fdd-b473-f580f93b577c {
  max-width: 100%;
}

.shg-c#s-1029cd01-11aa-4fdd-b473-f580f93b577c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1029cd01-11aa-4fdd-b473-f580f93b577c .shg-image-zoom,
.shg-c#s-1029cd01-11aa-4fdd-b473-f580f93b577c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1029cd01-11aa-4fdd-b473-f580f93b577c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-1029cd01-11aa-4fdd-b473-f580f93b577c {
  max-width: 100%;
}

.shg-c#s-1029cd01-11aa-4fdd-b473-f580f93b577c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1029cd01-11aa-4fdd-b473-f580f93b577c .shg-image-zoom,
.shg-c#s-1029cd01-11aa-4fdd-b473-f580f93b577c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1029cd01-11aa-4fdd-b473-f580f93b577c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-1029cd01-11aa-4fdd-b473-f580f93b577c {
  max-width: 100%;
}

.shg-c#s-1029cd01-11aa-4fdd-b473-f580f93b577c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1029cd01-11aa-4fdd-b473-f580f93b577c .shg-image-zoom,
.shg-c#s-1029cd01-11aa-4fdd-b473-f580f93b577c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1029cd01-11aa-4fdd-b473-f580f93b577c .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-ef63dc10-379a-40e2-9e57-c0c3f64e45e0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ef63dc10-379a-40e2-9e57-c0c3f64e45e0 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-7c3a44bd-8f25-4e12-b373-957c7279ee01 {
  text-align: center;
}

#s-7c3a44bd-8f25-4e12-b373-957c7279ee01 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-7c3a44bd-8f25-4e12-b373-957c7279ee01 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-7c3a44bd-8f25-4e12-b373-957c7279ee01 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b2fcdd6c-453f-4cb3-bd69-1f1adff16b46 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-b2fcdd6c-453f-4cb3-bd69-1f1adff16b46:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b2fcdd6c-453f-4cb3-bd69-1f1adff16b46:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b2fcdd6c-453f-4cb3-bd69-1f1adff16b46 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b2fcdd6c-453f-4cb3-bd69-1f1adff16b46.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b2fcdd6c-453f-4cb3-bd69-1f1adff16b46.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b2fcdd6c-453f-4cb3-bd69-1f1adff16b46.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-8567c430-c0c4-4713-887e-454652b58794 {
  display: none;
}
#s-10f92434-9d83-4a53-a53c-f51dab2e4165 {
  text-align: left;
}


.shg-c#s-10f92434-9d83-4a53-a53c-f51dab2e4165 {
  max-width: 100%;
}

.shg-c#s-10f92434-9d83-4a53-a53c-f51dab2e4165 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-10f92434-9d83-4a53-a53c-f51dab2e4165 .shg-image-zoom,
.shg-c#s-10f92434-9d83-4a53-a53c-f51dab2e4165 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-10f92434-9d83-4a53-a53c-f51dab2e4165 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-10f92434-9d83-4a53-a53c-f51dab2e4165 {
  max-width: 100%;
}

.shg-c#s-10f92434-9d83-4a53-a53c-f51dab2e4165 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-10f92434-9d83-4a53-a53c-f51dab2e4165 .shg-image-zoom,
.shg-c#s-10f92434-9d83-4a53-a53c-f51dab2e4165 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-10f92434-9d83-4a53-a53c-f51dab2e4165 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-10f92434-9d83-4a53-a53c-f51dab2e4165 {
  max-width: 100%;
}

.shg-c#s-10f92434-9d83-4a53-a53c-f51dab2e4165 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-10f92434-9d83-4a53-a53c-f51dab2e4165 .shg-image-zoom,
.shg-c#s-10f92434-9d83-4a53-a53c-f51dab2e4165 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-10f92434-9d83-4a53-a53c-f51dab2e4165 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-10f92434-9d83-4a53-a53c-f51dab2e4165 {
  max-width: 100%;
}

.shg-c#s-10f92434-9d83-4a53-a53c-f51dab2e4165 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-10f92434-9d83-4a53-a53c-f51dab2e4165 .shg-image-zoom,
.shg-c#s-10f92434-9d83-4a53-a53c-f51dab2e4165 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-10f92434-9d83-4a53-a53c-f51dab2e4165 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-10f92434-9d83-4a53-a53c-f51dab2e4165 {
  max-width: 100%;
}

.shg-c#s-10f92434-9d83-4a53-a53c-f51dab2e4165 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-10f92434-9d83-4a53-a53c-f51dab2e4165 .shg-image-zoom,
.shg-c#s-10f92434-9d83-4a53-a53c-f51dab2e4165 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-10f92434-9d83-4a53-a53c-f51dab2e4165 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-10f92434-9d83-4a53-a53c-f51dab2e4165 {
  max-width: 100%;
}

.shg-c#s-10f92434-9d83-4a53-a53c-f51dab2e4165 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-10f92434-9d83-4a53-a53c-f51dab2e4165 .shg-image-zoom,
.shg-c#s-10f92434-9d83-4a53-a53c-f51dab2e4165 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-10f92434-9d83-4a53-a53c-f51dab2e4165 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-d3af7f53-c094-4aba-8343-d613f3427ffb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d3af7f53-c094-4aba-8343-d613f3427ffb .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-4b85132f-41e5-4b82-8059-dee2880605c6 {
  text-align: center;
}

#s-4b85132f-41e5-4b82-8059-dee2880605c6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-4b85132f-41e5-4b82-8059-dee2880605c6 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-4b85132f-41e5-4b82-8059-dee2880605c6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-44113e70-6a86-4037-918f-6816d23a6155 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-44113e70-6a86-4037-918f-6816d23a6155:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-44113e70-6a86-4037-918f-6816d23a6155:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-44113e70-6a86-4037-918f-6816d23a6155 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-44113e70-6a86-4037-918f-6816d23a6155.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-44113e70-6a86-4037-918f-6816d23a6155.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-44113e70-6a86-4037-918f-6816d23a6155.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-726f0df5-118c-439f-bc7b-535aedc9ebb3 {
  display: none;
}
#s-a7aa3478-1889-4934-b97b-56d8fb214d83 {
  text-align: left;
}


.shg-c#s-a7aa3478-1889-4934-b97b-56d8fb214d83 {
  max-width: 100%;
}

.shg-c#s-a7aa3478-1889-4934-b97b-56d8fb214d83 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a7aa3478-1889-4934-b97b-56d8fb214d83 .shg-image-zoom,
.shg-c#s-a7aa3478-1889-4934-b97b-56d8fb214d83 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a7aa3478-1889-4934-b97b-56d8fb214d83 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-a7aa3478-1889-4934-b97b-56d8fb214d83 {
  max-width: 100%;
}

.shg-c#s-a7aa3478-1889-4934-b97b-56d8fb214d83 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a7aa3478-1889-4934-b97b-56d8fb214d83 .shg-image-zoom,
.shg-c#s-a7aa3478-1889-4934-b97b-56d8fb214d83 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a7aa3478-1889-4934-b97b-56d8fb214d83 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a7aa3478-1889-4934-b97b-56d8fb214d83 {
  max-width: 100%;
}

.shg-c#s-a7aa3478-1889-4934-b97b-56d8fb214d83 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a7aa3478-1889-4934-b97b-56d8fb214d83 .shg-image-zoom,
.shg-c#s-a7aa3478-1889-4934-b97b-56d8fb214d83 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a7aa3478-1889-4934-b97b-56d8fb214d83 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a7aa3478-1889-4934-b97b-56d8fb214d83 {
  max-width: 100%;
}

.shg-c#s-a7aa3478-1889-4934-b97b-56d8fb214d83 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a7aa3478-1889-4934-b97b-56d8fb214d83 .shg-image-zoom,
.shg-c#s-a7aa3478-1889-4934-b97b-56d8fb214d83 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a7aa3478-1889-4934-b97b-56d8fb214d83 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-a7aa3478-1889-4934-b97b-56d8fb214d83 {
  max-width: 100%;
}

.shg-c#s-a7aa3478-1889-4934-b97b-56d8fb214d83 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a7aa3478-1889-4934-b97b-56d8fb214d83 .shg-image-zoom,
.shg-c#s-a7aa3478-1889-4934-b97b-56d8fb214d83 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a7aa3478-1889-4934-b97b-56d8fb214d83 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-a7aa3478-1889-4934-b97b-56d8fb214d83 {
  max-width: 100%;
}

.shg-c#s-a7aa3478-1889-4934-b97b-56d8fb214d83 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a7aa3478-1889-4934-b97b-56d8fb214d83 .shg-image-zoom,
.shg-c#s-a7aa3478-1889-4934-b97b-56d8fb214d83 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a7aa3478-1889-4934-b97b-56d8fb214d83 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-9493a3c5-c5ba-4572-8864-1e79ecfe6340 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9493a3c5-c5ba-4572-8864-1e79ecfe6340 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-777ee68e-67d4-4eeb-b21c-4fd6c23d0f1d {
  text-align: center;
}

#s-777ee68e-67d4-4eeb-b21c-4fd6c23d0f1d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-777ee68e-67d4-4eeb-b21c-4fd6c23d0f1d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-777ee68e-67d4-4eeb-b21c-4fd6c23d0f1d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-8c9a6e70-6b76-444e-bd56-0a9fa635fac3 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-8c9a6e70-6b76-444e-bd56-0a9fa635fac3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8c9a6e70-6b76-444e-bd56-0a9fa635fac3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8c9a6e70-6b76-444e-bd56-0a9fa635fac3 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8c9a6e70-6b76-444e-bd56-0a9fa635fac3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8c9a6e70-6b76-444e-bd56-0a9fa635fac3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8c9a6e70-6b76-444e-bd56-0a9fa635fac3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-bb3d68e1-391d-4da1-88f8-4330f3e19e26 {
  display: none;
}
#s-cc2e347f-779d-4454-900e-b4f92bae2fdf {
  text-align: left;
}


.shg-c#s-cc2e347f-779d-4454-900e-b4f92bae2fdf {
  max-width: 100%;
}

.shg-c#s-cc2e347f-779d-4454-900e-b4f92bae2fdf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cc2e347f-779d-4454-900e-b4f92bae2fdf .shg-image-zoom,
.shg-c#s-cc2e347f-779d-4454-900e-b4f92bae2fdf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cc2e347f-779d-4454-900e-b4f92bae2fdf .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-cc2e347f-779d-4454-900e-b4f92bae2fdf {
  max-width: 100%;
}

.shg-c#s-cc2e347f-779d-4454-900e-b4f92bae2fdf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cc2e347f-779d-4454-900e-b4f92bae2fdf .shg-image-zoom,
.shg-c#s-cc2e347f-779d-4454-900e-b4f92bae2fdf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cc2e347f-779d-4454-900e-b4f92bae2fdf .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-cc2e347f-779d-4454-900e-b4f92bae2fdf {
  max-width: 100%;
}

.shg-c#s-cc2e347f-779d-4454-900e-b4f92bae2fdf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cc2e347f-779d-4454-900e-b4f92bae2fdf .shg-image-zoom,
.shg-c#s-cc2e347f-779d-4454-900e-b4f92bae2fdf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cc2e347f-779d-4454-900e-b4f92bae2fdf .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-cc2e347f-779d-4454-900e-b4f92bae2fdf {
  max-width: 100%;
}

.shg-c#s-cc2e347f-779d-4454-900e-b4f92bae2fdf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cc2e347f-779d-4454-900e-b4f92bae2fdf .shg-image-zoom,
.shg-c#s-cc2e347f-779d-4454-900e-b4f92bae2fdf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cc2e347f-779d-4454-900e-b4f92bae2fdf .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-cc2e347f-779d-4454-900e-b4f92bae2fdf {
  max-width: 100%;
}

.shg-c#s-cc2e347f-779d-4454-900e-b4f92bae2fdf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cc2e347f-779d-4454-900e-b4f92bae2fdf .shg-image-zoom,
.shg-c#s-cc2e347f-779d-4454-900e-b4f92bae2fdf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cc2e347f-779d-4454-900e-b4f92bae2fdf .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-cc2e347f-779d-4454-900e-b4f92bae2fdf {
  max-width: 100%;
}

.shg-c#s-cc2e347f-779d-4454-900e-b4f92bae2fdf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cc2e347f-779d-4454-900e-b4f92bae2fdf .shg-image-zoom,
.shg-c#s-cc2e347f-779d-4454-900e-b4f92bae2fdf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cc2e347f-779d-4454-900e-b4f92bae2fdf .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-bdc27653-c958-40ae-8312-6b1656383667 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bdc27653-c958-40ae-8312-6b1656383667 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-c0711d2e-2c07-46e2-8013-5eeacda46b09 {
  text-align: center;
}

#s-c0711d2e-2c07-46e2-8013-5eeacda46b09 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-c0711d2e-2c07-46e2-8013-5eeacda46b09 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-c0711d2e-2c07-46e2-8013-5eeacda46b09 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-34a29a3d-1f76-4bf5-a34f-63ff71bf958a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-34a29a3d-1f76-4bf5-a34f-63ff71bf958a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-34a29a3d-1f76-4bf5-a34f-63ff71bf958a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-34a29a3d-1f76-4bf5-a34f-63ff71bf958a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-34a29a3d-1f76-4bf5-a34f-63ff71bf958a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-34a29a3d-1f76-4bf5-a34f-63ff71bf958a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-34a29a3d-1f76-4bf5-a34f-63ff71bf958a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-0ee11bea-3263-49d4-af32-5bbcb7544286 {
  display: none;
}
#s-285de981-488d-4748-ac27-7c38b648bf31 {
  text-align: left;
}


.shg-c#s-285de981-488d-4748-ac27-7c38b648bf31 {
  max-width: 100%;
}

.shg-c#s-285de981-488d-4748-ac27-7c38b648bf31 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-285de981-488d-4748-ac27-7c38b648bf31 .shg-image-zoom,
.shg-c#s-285de981-488d-4748-ac27-7c38b648bf31 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-285de981-488d-4748-ac27-7c38b648bf31 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-285de981-488d-4748-ac27-7c38b648bf31 {
  max-width: 100%;
}

.shg-c#s-285de981-488d-4748-ac27-7c38b648bf31 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-285de981-488d-4748-ac27-7c38b648bf31 .shg-image-zoom,
.shg-c#s-285de981-488d-4748-ac27-7c38b648bf31 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-285de981-488d-4748-ac27-7c38b648bf31 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-285de981-488d-4748-ac27-7c38b648bf31 {
  max-width: 100%;
}

.shg-c#s-285de981-488d-4748-ac27-7c38b648bf31 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-285de981-488d-4748-ac27-7c38b648bf31 .shg-image-zoom,
.shg-c#s-285de981-488d-4748-ac27-7c38b648bf31 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-285de981-488d-4748-ac27-7c38b648bf31 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-285de981-488d-4748-ac27-7c38b648bf31 {
  max-width: 100%;
}

.shg-c#s-285de981-488d-4748-ac27-7c38b648bf31 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-285de981-488d-4748-ac27-7c38b648bf31 .shg-image-zoom,
.shg-c#s-285de981-488d-4748-ac27-7c38b648bf31 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-285de981-488d-4748-ac27-7c38b648bf31 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-285de981-488d-4748-ac27-7c38b648bf31 {
  max-width: 100%;
}

.shg-c#s-285de981-488d-4748-ac27-7c38b648bf31 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-285de981-488d-4748-ac27-7c38b648bf31 .shg-image-zoom,
.shg-c#s-285de981-488d-4748-ac27-7c38b648bf31 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-285de981-488d-4748-ac27-7c38b648bf31 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-285de981-488d-4748-ac27-7c38b648bf31 {
  max-width: 100%;
}

.shg-c#s-285de981-488d-4748-ac27-7c38b648bf31 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-285de981-488d-4748-ac27-7c38b648bf31 .shg-image-zoom,
.shg-c#s-285de981-488d-4748-ac27-7c38b648bf31 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-285de981-488d-4748-ac27-7c38b648bf31 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-310edd66-cf02-43ff-abaa-317b5fc77a0f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-310edd66-cf02-43ff-abaa-317b5fc77a0f .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-ee22d916-7627-44e0-b216-5be4f24f42fc {
  text-align: center;
}

#s-ee22d916-7627-44e0-b216-5be4f24f42fc .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ee22d916-7627-44e0-b216-5be4f24f42fc .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-ee22d916-7627-44e0-b216-5be4f24f42fc .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-72a415ed-57eb-4cc3-b9f8-98231ff1e5af {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-72a415ed-57eb-4cc3-b9f8-98231ff1e5af:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-72a415ed-57eb-4cc3-b9f8-98231ff1e5af:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-72a415ed-57eb-4cc3-b9f8-98231ff1e5af {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-72a415ed-57eb-4cc3-b9f8-98231ff1e5af.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-72a415ed-57eb-4cc3-b9f8-98231ff1e5af.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-72a415ed-57eb-4cc3-b9f8-98231ff1e5af.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-19b5b898-aff5-4b08-9c94-1b71dbf44498 {
  display: none;
}
#s-18803373-e234-41db-af2f-7b819d749957 {
  text-align: left;
}


.shg-c#s-18803373-e234-41db-af2f-7b819d749957 {
  max-width: 100%;
}

.shg-c#s-18803373-e234-41db-af2f-7b819d749957 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-18803373-e234-41db-af2f-7b819d749957 .shg-image-zoom,
.shg-c#s-18803373-e234-41db-af2f-7b819d749957 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-18803373-e234-41db-af2f-7b819d749957 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-18803373-e234-41db-af2f-7b819d749957 {
  max-width: 100%;
}

.shg-c#s-18803373-e234-41db-af2f-7b819d749957 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-18803373-e234-41db-af2f-7b819d749957 .shg-image-zoom,
.shg-c#s-18803373-e234-41db-af2f-7b819d749957 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-18803373-e234-41db-af2f-7b819d749957 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-18803373-e234-41db-af2f-7b819d749957 {
  max-width: 100%;
}

.shg-c#s-18803373-e234-41db-af2f-7b819d749957 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-18803373-e234-41db-af2f-7b819d749957 .shg-image-zoom,
.shg-c#s-18803373-e234-41db-af2f-7b819d749957 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-18803373-e234-41db-af2f-7b819d749957 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-18803373-e234-41db-af2f-7b819d749957 {
  max-width: 100%;
}

.shg-c#s-18803373-e234-41db-af2f-7b819d749957 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-18803373-e234-41db-af2f-7b819d749957 .shg-image-zoom,
.shg-c#s-18803373-e234-41db-af2f-7b819d749957 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-18803373-e234-41db-af2f-7b819d749957 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-18803373-e234-41db-af2f-7b819d749957 {
  max-width: 100%;
}

.shg-c#s-18803373-e234-41db-af2f-7b819d749957 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-18803373-e234-41db-af2f-7b819d749957 .shg-image-zoom,
.shg-c#s-18803373-e234-41db-af2f-7b819d749957 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-18803373-e234-41db-af2f-7b819d749957 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-18803373-e234-41db-af2f-7b819d749957 {
  max-width: 100%;
}

.shg-c#s-18803373-e234-41db-af2f-7b819d749957 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-18803373-e234-41db-af2f-7b819d749957 .shg-image-zoom,
.shg-c#s-18803373-e234-41db-af2f-7b819d749957 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-18803373-e234-41db-af2f-7b819d749957 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-ad8d5de5-fdb1-49b3-acc1-d166015a2c08 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ad8d5de5-fdb1-49b3-acc1-d166015a2c08 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-1658d152-3d53-4f1c-a378-8d08d5f06107 {
  text-align: center;
}

#s-1658d152-3d53-4f1c-a378-8d08d5f06107 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-1658d152-3d53-4f1c-a378-8d08d5f06107 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-1658d152-3d53-4f1c-a378-8d08d5f06107 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-79c2a710-6d9a-4bf4-8a29-9328651a7a36 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-79c2a710-6d9a-4bf4-8a29-9328651a7a36:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-79c2a710-6d9a-4bf4-8a29-9328651a7a36:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-79c2a710-6d9a-4bf4-8a29-9328651a7a36 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-79c2a710-6d9a-4bf4-8a29-9328651a7a36.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-79c2a710-6d9a-4bf4-8a29-9328651a7a36.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-79c2a710-6d9a-4bf4-8a29-9328651a7a36.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-1c6ed318-8b42-4a4e-816c-a3668ceaff94 {
  display: none;
}
#s-d4508de1-9b8e-4399-9365-4cbcb7bb6df4 {
  text-align: left;
}


.shg-c#s-d4508de1-9b8e-4399-9365-4cbcb7bb6df4 {
  max-width: 100%;
}

.shg-c#s-d4508de1-9b8e-4399-9365-4cbcb7bb6df4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d4508de1-9b8e-4399-9365-4cbcb7bb6df4 .shg-image-zoom,
.shg-c#s-d4508de1-9b8e-4399-9365-4cbcb7bb6df4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d4508de1-9b8e-4399-9365-4cbcb7bb6df4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-d4508de1-9b8e-4399-9365-4cbcb7bb6df4 {
  max-width: 100%;
}

.shg-c#s-d4508de1-9b8e-4399-9365-4cbcb7bb6df4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d4508de1-9b8e-4399-9365-4cbcb7bb6df4 .shg-image-zoom,
.shg-c#s-d4508de1-9b8e-4399-9365-4cbcb7bb6df4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d4508de1-9b8e-4399-9365-4cbcb7bb6df4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d4508de1-9b8e-4399-9365-4cbcb7bb6df4 {
  max-width: 100%;
}

.shg-c#s-d4508de1-9b8e-4399-9365-4cbcb7bb6df4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d4508de1-9b8e-4399-9365-4cbcb7bb6df4 .shg-image-zoom,
.shg-c#s-d4508de1-9b8e-4399-9365-4cbcb7bb6df4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d4508de1-9b8e-4399-9365-4cbcb7bb6df4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d4508de1-9b8e-4399-9365-4cbcb7bb6df4 {
  max-width: 100%;
}

.shg-c#s-d4508de1-9b8e-4399-9365-4cbcb7bb6df4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d4508de1-9b8e-4399-9365-4cbcb7bb6df4 .shg-image-zoom,
.shg-c#s-d4508de1-9b8e-4399-9365-4cbcb7bb6df4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d4508de1-9b8e-4399-9365-4cbcb7bb6df4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-d4508de1-9b8e-4399-9365-4cbcb7bb6df4 {
  max-width: 100%;
}

.shg-c#s-d4508de1-9b8e-4399-9365-4cbcb7bb6df4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d4508de1-9b8e-4399-9365-4cbcb7bb6df4 .shg-image-zoom,
.shg-c#s-d4508de1-9b8e-4399-9365-4cbcb7bb6df4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d4508de1-9b8e-4399-9365-4cbcb7bb6df4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-d4508de1-9b8e-4399-9365-4cbcb7bb6df4 {
  max-width: 100%;
}

.shg-c#s-d4508de1-9b8e-4399-9365-4cbcb7bb6df4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d4508de1-9b8e-4399-9365-4cbcb7bb6df4 .shg-image-zoom,
.shg-c#s-d4508de1-9b8e-4399-9365-4cbcb7bb6df4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d4508de1-9b8e-4399-9365-4cbcb7bb6df4 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-c215c3b0-21a4-4537-a951-1dc5c2da0791 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c215c3b0-21a4-4537-a951-1dc5c2da0791 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-aaf75e61-6dba-4201-811a-ab5f351c6077 {
  text-align: center;
}

#s-aaf75e61-6dba-4201-811a-ab5f351c6077 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-aaf75e61-6dba-4201-811a-ab5f351c6077 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-aaf75e61-6dba-4201-811a-ab5f351c6077 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-05e2307b-f9b6-49f9-a50c-733f42ba6489 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-05e2307b-f9b6-49f9-a50c-733f42ba6489:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-05e2307b-f9b6-49f9-a50c-733f42ba6489:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-05e2307b-f9b6-49f9-a50c-733f42ba6489 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-05e2307b-f9b6-49f9-a50c-733f42ba6489.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-05e2307b-f9b6-49f9-a50c-733f42ba6489.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-05e2307b-f9b6-49f9-a50c-733f42ba6489.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-850839cc-5fab-40e2-8c77-d935481926fa {
  display: none;
}
#s-b0074b5a-805e-4823-9eb5-924b72f4e08e {
  text-align: left;
}


.shg-c#s-b0074b5a-805e-4823-9eb5-924b72f4e08e {
  max-width: 100%;
}

.shg-c#s-b0074b5a-805e-4823-9eb5-924b72f4e08e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b0074b5a-805e-4823-9eb5-924b72f4e08e .shg-image-zoom,
.shg-c#s-b0074b5a-805e-4823-9eb5-924b72f4e08e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b0074b5a-805e-4823-9eb5-924b72f4e08e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-b0074b5a-805e-4823-9eb5-924b72f4e08e {
  max-width: 100%;
}

.shg-c#s-b0074b5a-805e-4823-9eb5-924b72f4e08e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b0074b5a-805e-4823-9eb5-924b72f4e08e .shg-image-zoom,
.shg-c#s-b0074b5a-805e-4823-9eb5-924b72f4e08e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b0074b5a-805e-4823-9eb5-924b72f4e08e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b0074b5a-805e-4823-9eb5-924b72f4e08e {
  max-width: 100%;
}

.shg-c#s-b0074b5a-805e-4823-9eb5-924b72f4e08e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b0074b5a-805e-4823-9eb5-924b72f4e08e .shg-image-zoom,
.shg-c#s-b0074b5a-805e-4823-9eb5-924b72f4e08e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b0074b5a-805e-4823-9eb5-924b72f4e08e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b0074b5a-805e-4823-9eb5-924b72f4e08e {
  max-width: 100%;
}

.shg-c#s-b0074b5a-805e-4823-9eb5-924b72f4e08e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b0074b5a-805e-4823-9eb5-924b72f4e08e .shg-image-zoom,
.shg-c#s-b0074b5a-805e-4823-9eb5-924b72f4e08e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b0074b5a-805e-4823-9eb5-924b72f4e08e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-b0074b5a-805e-4823-9eb5-924b72f4e08e {
  max-width: 100%;
}

.shg-c#s-b0074b5a-805e-4823-9eb5-924b72f4e08e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b0074b5a-805e-4823-9eb5-924b72f4e08e .shg-image-zoom,
.shg-c#s-b0074b5a-805e-4823-9eb5-924b72f4e08e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b0074b5a-805e-4823-9eb5-924b72f4e08e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-b0074b5a-805e-4823-9eb5-924b72f4e08e {
  max-width: 100%;
}

.shg-c#s-b0074b5a-805e-4823-9eb5-924b72f4e08e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b0074b5a-805e-4823-9eb5-924b72f4e08e .shg-image-zoom,
.shg-c#s-b0074b5a-805e-4823-9eb5-924b72f4e08e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b0074b5a-805e-4823-9eb5-924b72f4e08e .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-c7129aae-4379-4d5a-b161-28677b075a67 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c7129aae-4379-4d5a-b161-28677b075a67 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-6774f649-fe0b-42a3-abdc-b6dabd06ac9a {
  text-align: center;
}

#s-6774f649-fe0b-42a3-abdc-b6dabd06ac9a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-6774f649-fe0b-42a3-abdc-b6dabd06ac9a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-6774f649-fe0b-42a3-abdc-b6dabd06ac9a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f9dd4ff6-3fc0-47cb-8179-e0710e653f38 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-f9dd4ff6-3fc0-47cb-8179-e0710e653f38:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f9dd4ff6-3fc0-47cb-8179-e0710e653f38:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f9dd4ff6-3fc0-47cb-8179-e0710e653f38 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f9dd4ff6-3fc0-47cb-8179-e0710e653f38.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f9dd4ff6-3fc0-47cb-8179-e0710e653f38.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f9dd4ff6-3fc0-47cb-8179-e0710e653f38.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-791fed0b-dd55-46d1-85f8-06fa58bd3f6d {
  display: none;
}
#s-ce7c8baf-3c12-4da3-be72-988608afb062 {
  text-align: left;
}


.shg-c#s-ce7c8baf-3c12-4da3-be72-988608afb062 {
  max-width: 100%;
}

.shg-c#s-ce7c8baf-3c12-4da3-be72-988608afb062 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ce7c8baf-3c12-4da3-be72-988608afb062 .shg-image-zoom,
.shg-c#s-ce7c8baf-3c12-4da3-be72-988608afb062 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ce7c8baf-3c12-4da3-be72-988608afb062 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ce7c8baf-3c12-4da3-be72-988608afb062 {
  max-width: 100%;
}

.shg-c#s-ce7c8baf-3c12-4da3-be72-988608afb062 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ce7c8baf-3c12-4da3-be72-988608afb062 .shg-image-zoom,
.shg-c#s-ce7c8baf-3c12-4da3-be72-988608afb062 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ce7c8baf-3c12-4da3-be72-988608afb062 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ce7c8baf-3c12-4da3-be72-988608afb062 {
  max-width: 100%;
}

.shg-c#s-ce7c8baf-3c12-4da3-be72-988608afb062 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ce7c8baf-3c12-4da3-be72-988608afb062 .shg-image-zoom,
.shg-c#s-ce7c8baf-3c12-4da3-be72-988608afb062 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ce7c8baf-3c12-4da3-be72-988608afb062 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ce7c8baf-3c12-4da3-be72-988608afb062 {
  max-width: 100%;
}

.shg-c#s-ce7c8baf-3c12-4da3-be72-988608afb062 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ce7c8baf-3c12-4da3-be72-988608afb062 .shg-image-zoom,
.shg-c#s-ce7c8baf-3c12-4da3-be72-988608afb062 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ce7c8baf-3c12-4da3-be72-988608afb062 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ce7c8baf-3c12-4da3-be72-988608afb062 {
  max-width: 100%;
}

.shg-c#s-ce7c8baf-3c12-4da3-be72-988608afb062 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ce7c8baf-3c12-4da3-be72-988608afb062 .shg-image-zoom,
.shg-c#s-ce7c8baf-3c12-4da3-be72-988608afb062 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ce7c8baf-3c12-4da3-be72-988608afb062 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-ce7c8baf-3c12-4da3-be72-988608afb062 {
  max-width: 100%;
}

.shg-c#s-ce7c8baf-3c12-4da3-be72-988608afb062 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ce7c8baf-3c12-4da3-be72-988608afb062 .shg-image-zoom,
.shg-c#s-ce7c8baf-3c12-4da3-be72-988608afb062 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ce7c8baf-3c12-4da3-be72-988608afb062 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-14d39bb5-cb55-427f-9900-158de448457e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-14d39bb5-cb55-427f-9900-158de448457e .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-a2c43c3b-a44a-4405-be31-7b4de88ce1dc {
  text-align: center;
}

#s-a2c43c3b-a44a-4405-be31-7b4de88ce1dc .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a2c43c3b-a44a-4405-be31-7b4de88ce1dc .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-a2c43c3b-a44a-4405-be31-7b4de88ce1dc .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-9d9862bb-704e-46f7-8a3e-09c9ff1e3ae7 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-9d9862bb-704e-46f7-8a3e-09c9ff1e3ae7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9d9862bb-704e-46f7-8a3e-09c9ff1e3ae7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9d9862bb-704e-46f7-8a3e-09c9ff1e3ae7 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9d9862bb-704e-46f7-8a3e-09c9ff1e3ae7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9d9862bb-704e-46f7-8a3e-09c9ff1e3ae7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-9d9862bb-704e-46f7-8a3e-09c9ff1e3ae7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-1a46233b-566d-41fa-b95c-26fa3a27e314 {
  display: none;
}
#s-89df4313-b6c2-4a8f-be93-31f1f8315d86 {
  text-align: left;
}


.shg-c#s-89df4313-b6c2-4a8f-be93-31f1f8315d86 {
  max-width: 100%;
}

.shg-c#s-89df4313-b6c2-4a8f-be93-31f1f8315d86 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-89df4313-b6c2-4a8f-be93-31f1f8315d86 .shg-image-zoom,
.shg-c#s-89df4313-b6c2-4a8f-be93-31f1f8315d86 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-89df4313-b6c2-4a8f-be93-31f1f8315d86 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-89df4313-b6c2-4a8f-be93-31f1f8315d86 {
  max-width: 100%;
}

.shg-c#s-89df4313-b6c2-4a8f-be93-31f1f8315d86 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-89df4313-b6c2-4a8f-be93-31f1f8315d86 .shg-image-zoom,
.shg-c#s-89df4313-b6c2-4a8f-be93-31f1f8315d86 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-89df4313-b6c2-4a8f-be93-31f1f8315d86 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-89df4313-b6c2-4a8f-be93-31f1f8315d86 {
  max-width: 100%;
}

.shg-c#s-89df4313-b6c2-4a8f-be93-31f1f8315d86 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-89df4313-b6c2-4a8f-be93-31f1f8315d86 .shg-image-zoom,
.shg-c#s-89df4313-b6c2-4a8f-be93-31f1f8315d86 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-89df4313-b6c2-4a8f-be93-31f1f8315d86 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-89df4313-b6c2-4a8f-be93-31f1f8315d86 {
  max-width: 100%;
}

.shg-c#s-89df4313-b6c2-4a8f-be93-31f1f8315d86 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-89df4313-b6c2-4a8f-be93-31f1f8315d86 .shg-image-zoom,
.shg-c#s-89df4313-b6c2-4a8f-be93-31f1f8315d86 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-89df4313-b6c2-4a8f-be93-31f1f8315d86 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-89df4313-b6c2-4a8f-be93-31f1f8315d86 {
  max-width: 100%;
}

.shg-c#s-89df4313-b6c2-4a8f-be93-31f1f8315d86 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-89df4313-b6c2-4a8f-be93-31f1f8315d86 .shg-image-zoom,
.shg-c#s-89df4313-b6c2-4a8f-be93-31f1f8315d86 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-89df4313-b6c2-4a8f-be93-31f1f8315d86 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-c#s-89df4313-b6c2-4a8f-be93-31f1f8315d86 {
  max-width: 100%;
}

.shg-c#s-89df4313-b6c2-4a8f-be93-31f1f8315d86 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-89df4313-b6c2-4a8f-be93-31f1f8315d86 .shg-image-zoom,
.shg-c#s-89df4313-b6c2-4a8f-be93-31f1f8315d86 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-89df4313-b6c2-4a8f-be93-31f1f8315d86 .shg-image-zoom {
  
    margin-left: 0px;
  
}


#s-ee0576c7-d5d2-4980-9d2d-e5c6fb14f2ea {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ee0576c7-d5d2-4980-9d2d-e5c6fb14f2ea .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-feb3858e-b803-4edb-9e94-e975c8f4df43 {
  text-align: center;
}

#s-feb3858e-b803-4edb-9e94-e975c8f4df43 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-feb3858e-b803-4edb-9e94-e975c8f4df43 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-feb3858e-b803-4edb-9e94-e975c8f4df43 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-6b3ebae9-9b02-4555-8dd9-5aedb9a19051 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-6b3ebae9-9b02-4555-8dd9-5aedb9a19051:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6b3ebae9-9b02-4555-8dd9-5aedb9a19051:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6b3ebae9-9b02-4555-8dd9-5aedb9a19051 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6b3ebae9-9b02-4555-8dd9-5aedb9a19051.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6b3ebae9-9b02-4555-8dd9-5aedb9a19051.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6b3ebae9-9b02-4555-8dd9-5aedb9a19051.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-9acb0e53-c21e-4d8c-91c5-99b4bf16f30e {
  padding-top: 70px;
padding-left: 15%;
padding-bottom: 70px;
padding-right: 15%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-9acb0e53-c21e-4d8c-91c5-99b4bf16f30e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9acb0e53-c21e-4d8c-91c5-99b4bf16f30e.shg-box.shg-c {
  justify-content: center;
}

#s-6d8ed447-a6a5-44b1-9804-dd96ce887677 {
  margin-top: 0px;
padding-bottom: 9px;
text-align: center;
}

#s-6d8ed447-a6a5-44b1-9804-dd96ce887677 .shogun-heading-component h2 {
  color: rgba(245, 128, 33, 1);
  font-weight:  700 ;
  font-family: "Oswald";
  font-style:   ;
  font-size: 44px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-66da6c34-927c-4778-a2a9-2884b3d44871 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-bottom: 1px;
padding-right: 0%;
}

#s-200bf84b-597b-46b1-a665-69cc9e193eb3 {
  box-shadow:1px 1px 1px 1px rgba(0, 0, 0, 0);
margin-top: 15px;
margin-bottom: 19px;
padding-top: 17px;
padding-left: 40px;
padding-bottom: 18px;
padding-right: 40px;
background-color: rgba(56, 173, 210, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-200bf84b-597b-46b1-a665-69cc9e193eb3:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(55, 163, 198, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-200bf84b-597b-46b1-a665-69cc9e193eb3:active {background-color: rgba(56, 173, 210, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-200bf84b-597b-46b1-a665-69cc9e193eb3-btn-wrapper {
    text-align: center;
  }


#s-200bf84b-597b-46b1-a665-69cc9e193eb3.shg-btn {
  color: #ffffff;
  font-size: 23px;
  font-weight: 600;
  
  font-family: Oswald;
  display:  inline-block ;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen
  and (min-width: 1024px) and (max-height: 1366px)
  and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none)
  and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
	opacity: 0;
}
.shogun-lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}
