.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-d769e738-7820-4c46-bdea-26d8079809de {
  min-height: 50px;
background-color: rgba(242, 238, 234, 1);
}
@media (min-width: 1200px){#s-d769e738-7820-4c46-bdea-26d8079809de {
  display: none;
}
#s-d769e738-7820-4c46-bdea-26d8079809de, #wrap-s-d769e738-7820-4c46-bdea-26d8079809de { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d769e738-7820-4c46-bdea-26d8079809de {
  display: none;
}
#s-d769e738-7820-4c46-bdea-26d8079809de, #wrap-s-d769e738-7820-4c46-bdea-26d8079809de { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d769e738-7820-4c46-bdea-26d8079809de {
  
}
}@media (max-width: 767px){#s-d769e738-7820-4c46-bdea-26d8079809de {
  
}
}







#s-d769e738-7820-4c46-bdea-26d8079809de > .shg-box-overlay {
  background-color: rgba(197, 188, 188, 1);
  opacity: 0;
}#s-d769e738-7820-4c46-bdea-26d8079809de.shg-box.shg-c {
  justify-content: center;
}

#s-8047e55b-bdc1-428c-a31a-826b586a901e {
  background-image: url(https://i.shgcdn.com/0c8f450e-2b87-4bab-8f00-9ea7612689ba/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
min-height: 300px;
background-position: center center;
}








#s-8047e55b-bdc1-428c-a31a-826b586a901e > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 0.18);
  opacity: 0.2;
}#s-8047e55b-bdc1-428c-a31a-826b586a901e {
  cursor: pointer;
}#s-8047e55b-bdc1-428c-a31a-826b586a901e.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-de2d45bf-8a13-4c82-ba15-8ed1e8e405fc {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
text-align: center;
}

#s-de2d45bf-8a13-4c82-ba15-8ed1e8e405fc .shogun-heading-component h3 {
  color: rgba(60, 75, 60, 1);
  font-weight:   ;
  font-family: "EB Garamond";
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: 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-1db8f9c0-be01-4991-8836-178e79eaa96b {
  padding-left: 5%;
padding-right: 5%;
}

.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-7de0a2b4-1ef4-4126-838a-da0ff40c1b51 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 5%;
padding-left: 8%;
padding-bottom: 5%;
padding-right: 8%;
border-radius: 30px;
background-color: rgba(60, 75, 60, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-7de0a2b4-1ef4-4126-838a-da0ff40c1b51:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7de0a2b4-1ef4-4126-838a-da0ff40c1b51:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7de0a2b4-1ef4-4126-838a-da0ff40c1b51-btn-wrapper {
    text-align: center;
  }


#s-7de0a2b4-1ef4-4126-838a-da0ff40c1b51.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-cf63f36e-964c-4535-8f27-18b44e966476 {
  margin-top: 20px;
margin-left: 5%;
margin-right: 5%;
}

#s-8cee40cd-0ff3-482e-959d-4c4aaee07391 {
  margin-top: 5px;
margin-bottom: 5px;
padding-left: 2%;
padding-right: 2%;
text-align: center;
}

#s-545b9d56-11cc-428b-9a37-8d21d7fa09f7 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-545b9d56-11cc-428b-9a37-8d21d7fa09f7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-545b9d56-11cc-428b-9a37-8d21d7fa09f7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-545b9d56-11cc-428b-9a37-8d21d7fa09f7 {
  display: none;
}
#s-545b9d56-11cc-428b-9a37-8d21d7fa09f7, #wrap-s-545b9d56-11cc-428b-9a37-8d21d7fa09f7 { display:none !important; }}@media (max-width: 767px){#s-545b9d56-11cc-428b-9a37-8d21d7fa09f7 {
  display: none;
}
#s-545b9d56-11cc-428b-9a37-8d21d7fa09f7, #wrap-s-545b9d56-11cc-428b-9a37-8d21d7fa09f7 { display:none !important; }}







#s-545b9d56-11cc-428b-9a37-8d21d7fa09f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-545b9d56-11cc-428b-9a37-8d21d7fa09f7.shg-box.shg-c {
  justify-content: center;
}

#s-394b7a78-107e-4c44-9d17-3c01ab2e628c {
  margin-top: 0%;
margin-left: 5%;
margin-bottom: 0%;
margin-right: 5%;
padding-top: 5%;
padding-bottom: 0px;
min-height: 400px;
background-color: rgba(242, 238, 234, 1);
}
@media (min-width: 1200px){#s-394b7a78-107e-4c44-9d17-3c01ab2e628c {
  display: none;
}
#s-394b7a78-107e-4c44-9d17-3c01ab2e628c, #wrap-s-394b7a78-107e-4c44-9d17-3c01ab2e628c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-394b7a78-107e-4c44-9d17-3c01ab2e628c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-394b7a78-107e-4c44-9d17-3c01ab2e628c {
  display: none;
}
#s-394b7a78-107e-4c44-9d17-3c01ab2e628c, #wrap-s-394b7a78-107e-4c44-9d17-3c01ab2e628c { display:none !important; }}@media (max-width: 767px){#s-394b7a78-107e-4c44-9d17-3c01ab2e628c {
  display: none;
}
#s-394b7a78-107e-4c44-9d17-3c01ab2e628c, #wrap-s-394b7a78-107e-4c44-9d17-3c01ab2e628c { display:none !important; }}







#s-394b7a78-107e-4c44-9d17-3c01ab2e628c > .shg-box-overlay {
  background-color: rgba(222, 247, 250, 1);
  opacity: 0;
}#s-394b7a78-107e-4c44-9d17-3c01ab2e628c.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;
}

#s-7b74bf88-a501-4b66-ae50-817198810658 {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-7b74bf88-a501-4b66-ae50-817198810658 {
  display: none;
}
#s-7b74bf88-a501-4b66-ae50-817198810658, #wrap-s-7b74bf88-a501-4b66-ae50-817198810658 { display:none !important; }}
@media (min-width: 0px) {
[id="s-7b74bf88-a501-4b66-ae50-817198810658"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7b74bf88-a501-4b66-ae50-817198810658"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7b74bf88-a501-4b66-ae50-817198810658"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7b74bf88-a501-4b66-ae50-817198810658"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7b74bf88-a501-4b66-ae50-817198810658"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7b74bf88-a501-4b66-ae50-817198810658"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7b74bf88-a501-4b66-ae50-817198810658"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7b74bf88-a501-4b66-ae50-817198810658"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7b74bf88-a501-4b66-ae50-817198810658"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7b74bf88-a501-4b66-ae50-817198810658"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7b74bf88-a501-4b66-ae50-817198810658"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7b74bf88-a501-4b66-ae50-817198810658"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7b74bf88-a501-4b66-ae50-817198810658"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7b74bf88-a501-4b66-ae50-817198810658"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7b74bf88-a501-4b66-ae50-817198810658"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7b74bf88-a501-4b66-ae50-817198810658"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7b74bf88-a501-4b66-ae50-817198810658"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7b74bf88-a501-4b66-ae50-817198810658"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7b74bf88-a501-4b66-ae50-817198810658"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7b74bf88-a501-4b66-ae50-817198810658"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7b74bf88-a501-4b66-ae50-817198810658"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7b74bf88-a501-4b66-ae50-817198810658"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7b74bf88-a501-4b66-ae50-817198810658"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7b74bf88-a501-4b66-ae50-817198810658"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7b74bf88-a501-4b66-ae50-817198810658"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7b74bf88-a501-4b66-ae50-817198810658"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7b74bf88-a501-4b66-ae50-817198810658"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7b74bf88-a501-4b66-ae50-817198810658"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7b74bf88-a501-4b66-ae50-817198810658"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7b74bf88-a501-4b66-ae50-817198810658"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7b74bf88-a501-4b66-ae50-817198810658"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7b74bf88-a501-4b66-ae50-817198810658"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7b74bf88-a501-4b66-ae50-817198810658"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7b74bf88-a501-4b66-ae50-817198810658"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7b74bf88-a501-4b66-ae50-817198810658"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7b74bf88-a501-4b66-ae50-817198810658"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7b74bf88-a501-4b66-ae50-817198810658"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-4292fda7-f379-40ad-b2c6-0c90b7188fe5 {
  margin-top: 25px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
padding-left: 15%;
padding-right: 15%;
}
@media (min-width: 1200px){#s-4292fda7-f379-40ad-b2c6-0c90b7188fe5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4292fda7-f379-40ad-b2c6-0c90b7188fe5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4292fda7-f379-40ad-b2c6-0c90b7188fe5 {
  
}
}@media (max-width: 767px){#s-4292fda7-f379-40ad-b2c6-0c90b7188fe5 {
  
}
}
#s-ad87c224-e73d-44a3-b78a-9ba10216a621 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 0px;
padding-left: 15%;
padding-bottom: 0px;
padding-right: 15%;
text-align: left;
}
@media (min-width: 1200px){#s-ad87c224-e73d-44a3-b78a-9ba10216a621 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ad87c224-e73d-44a3-b78a-9ba10216a621 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ad87c224-e73d-44a3-b78a-9ba10216a621 {
  
}
}@media (max-width: 767px){#s-ad87c224-e73d-44a3-b78a-9ba10216a621 {
  
}
}
#s-ad87c224-e73d-44a3-b78a-9ba10216a621 .shogun-heading-component h2 {
  color: rgba(60, 75, 60, 1);
  font-weight:   ;
  font-family: "EB Garamond";
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-65609489-04e8-4b6a-b6d7-e117c2e492c4 {
  border-style: solid;
margin-top: 20px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
padding-top: 20px;
padding-left: 15%;
padding-bottom: 20px;
padding-right: 15%;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-65609489-04e8-4b6a-b6d7-e117c2e492c4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-65609489-04e8-4b6a-b6d7-e117c2e492c4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-65609489-04e8-4b6a-b6d7-e117c2e492c4 {
  
}
}@media (max-width: 767px){#s-65609489-04e8-4b6a-b6d7-e117c2e492c4 {
  
}
}
#s-5802f001-0c77-4972-a109-f7177d114db1 {
  border-style: solid;
margin-left: 30px;
margin-bottom: 50px;
margin-right: 30px;
padding-left: 5%;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-5802f001-0c77-4972-a109-f7177d114db1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5802f001-0c77-4972-a109-f7177d114db1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5802f001-0c77-4972-a109-f7177d114db1 {
  
}
}@media (max-width: 767px){#s-5802f001-0c77-4972-a109-f7177d114db1 {
  
}
}
@media (min-width: 0px) {
[id="s-5802f001-0c77-4972-a109-f7177d114db1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5802f001-0c77-4972-a109-f7177d114db1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5802f001-0c77-4972-a109-f7177d114db1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5802f001-0c77-4972-a109-f7177d114db1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5802f001-0c77-4972-a109-f7177d114db1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5802f001-0c77-4972-a109-f7177d114db1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5802f001-0c77-4972-a109-f7177d114db1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5802f001-0c77-4972-a109-f7177d114db1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5802f001-0c77-4972-a109-f7177d114db1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5802f001-0c77-4972-a109-f7177d114db1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5802f001-0c77-4972-a109-f7177d114db1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5802f001-0c77-4972-a109-f7177d114db1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5802f001-0c77-4972-a109-f7177d114db1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5802f001-0c77-4972-a109-f7177d114db1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5802f001-0c77-4972-a109-f7177d114db1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5802f001-0c77-4972-a109-f7177d114db1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5802f001-0c77-4972-a109-f7177d114db1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5802f001-0c77-4972-a109-f7177d114db1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5802f001-0c77-4972-a109-f7177d114db1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5802f001-0c77-4972-a109-f7177d114db1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5802f001-0c77-4972-a109-f7177d114db1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5802f001-0c77-4972-a109-f7177d114db1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5802f001-0c77-4972-a109-f7177d114db1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5802f001-0c77-4972-a109-f7177d114db1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5802f001-0c77-4972-a109-f7177d114db1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5802f001-0c77-4972-a109-f7177d114db1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5802f001-0c77-4972-a109-f7177d114db1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5802f001-0c77-4972-a109-f7177d114db1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5802f001-0c77-4972-a109-f7177d114db1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5802f001-0c77-4972-a109-f7177d114db1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5802f001-0c77-4972-a109-f7177d114db1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5802f001-0c77-4972-a109-f7177d114db1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5802f001-0c77-4972-a109-f7177d114db1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5802f001-0c77-4972-a109-f7177d114db1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5802f001-0c77-4972-a109-f7177d114db1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5802f001-0c77-4972-a109-f7177d114db1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5802f001-0c77-4972-a109-f7177d114db1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-500c2f5a-f8c3-4e86-ac97-919ab7ee13f9 {
  box-shadow:00px 0px 0px 0px rgba(0, 0, 0, 0);
border-style: solid;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 30px;
opacity: 1;
text-align: center;
background-color: rgba(60, 75, 60, 1);
font-size: 14px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-500c2f5a-f8c3-4e86-ac97-919ab7ee13f9:hover {box-shadow:  0px   !important;
border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-500c2f5a-f8c3-4e86-ac97-919ab7ee13f9:active {box-shadow: 0px 0px   !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-500c2f5a-f8c3-4e86-ac97-919ab7ee13f9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-500c2f5a-f8c3-4e86-ac97-919ab7ee13f9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-500c2f5a-f8c3-4e86-ac97-919ab7ee13f9 {
  
}
}@media (max-width: 767px){#s-500c2f5a-f8c3-4e86-ac97-919ab7ee13f9 {
  
}
}


#s-500c2f5a-f8c3-4e86-ac97-919ab7ee13f9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Rubik;
  display:  block ;
}

.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-d9dcd11f-4788-4ba2-974c-eef365b01da6 {
  text-align: center;
}




  #s-d9dcd11f-4788-4ba2-974c-eef365b01da6 img.shogun-image {
    
    width: px;
  }


#s-d9dcd11f-4788-4ba2-974c-eef365b01da6 .shogun-image-content {
  
    align-items: center;
  
}

#s-440a0256-c1e9-4ccd-98c6-a3cfb04d4d42 {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-440a0256-c1e9-4ccd-98c6-a3cfb04d4d42 {
  display: none;
}
#s-440a0256-c1e9-4ccd-98c6-a3cfb04d4d42, #wrap-s-440a0256-c1e9-4ccd-98c6-a3cfb04d4d42 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-440a0256-c1e9-4ccd-98c6-a3cfb04d4d42 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-440a0256-c1e9-4ccd-98c6-a3cfb04d4d42 {
  display: none;
}
#s-440a0256-c1e9-4ccd-98c6-a3cfb04d4d42, #wrap-s-440a0256-c1e9-4ccd-98c6-a3cfb04d4d42 { display:none !important; }}@media (max-width: 767px){#s-440a0256-c1e9-4ccd-98c6-a3cfb04d4d42 {
  display: none;
}
#s-440a0256-c1e9-4ccd-98c6-a3cfb04d4d42, #wrap-s-440a0256-c1e9-4ccd-98c6-a3cfb04d4d42 { display:none !important; }}
@media (min-width: 0px) {
[id="s-440a0256-c1e9-4ccd-98c6-a3cfb04d4d42"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-440a0256-c1e9-4ccd-98c6-a3cfb04d4d42"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-440a0256-c1e9-4ccd-98c6-a3cfb04d4d42"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-440a0256-c1e9-4ccd-98c6-a3cfb04d4d42"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-440a0256-c1e9-4ccd-98c6-a3cfb04d4d42"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-440a0256-c1e9-4ccd-98c6-a3cfb04d4d42"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-440a0256-c1e9-4ccd-98c6-a3cfb04d4d42"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-440a0256-c1e9-4ccd-98c6-a3cfb04d4d42"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-440a0256-c1e9-4ccd-98c6-a3cfb04d4d42"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-440a0256-c1e9-4ccd-98c6-a3cfb04d4d42"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-440a0256-c1e9-4ccd-98c6-a3cfb04d4d42"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-440a0256-c1e9-4ccd-98c6-a3cfb04d4d42"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-440a0256-c1e9-4ccd-98c6-a3cfb04d4d42"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-440a0256-c1e9-4ccd-98c6-a3cfb04d4d42"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-440a0256-c1e9-4ccd-98c6-a3cfb04d4d42"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-440a0256-c1e9-4ccd-98c6-a3cfb04d4d42"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-440a0256-c1e9-4ccd-98c6-a3cfb04d4d42"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-440a0256-c1e9-4ccd-98c6-a3cfb04d4d42"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-440a0256-c1e9-4ccd-98c6-a3cfb04d4d42"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-440a0256-c1e9-4ccd-98c6-a3cfb04d4d42"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-440a0256-c1e9-4ccd-98c6-a3cfb04d4d42"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-440a0256-c1e9-4ccd-98c6-a3cfb04d4d42"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-440a0256-c1e9-4ccd-98c6-a3cfb04d4d42"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-440a0256-c1e9-4ccd-98c6-a3cfb04d4d42"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-440a0256-c1e9-4ccd-98c6-a3cfb04d4d42"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-440a0256-c1e9-4ccd-98c6-a3cfb04d4d42"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-440a0256-c1e9-4ccd-98c6-a3cfb04d4d42"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-440a0256-c1e9-4ccd-98c6-a3cfb04d4d42"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-440a0256-c1e9-4ccd-98c6-a3cfb04d4d42"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-440a0256-c1e9-4ccd-98c6-a3cfb04d4d42"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-440a0256-c1e9-4ccd-98c6-a3cfb04d4d42"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-440a0256-c1e9-4ccd-98c6-a3cfb04d4d42"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-440a0256-c1e9-4ccd-98c6-a3cfb04d4d42"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-440a0256-c1e9-4ccd-98c6-a3cfb04d4d42"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-440a0256-c1e9-4ccd-98c6-a3cfb04d4d42"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-440a0256-c1e9-4ccd-98c6-a3cfb04d4d42"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-440a0256-c1e9-4ccd-98c6-a3cfb04d4d42"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-236357ed-829c-464f-9484-aecd5b5205f4 {
  margin-left: 10%;
margin-right: 10%;
padding-left: 5%;
padding-right: 5%;
}
@media (min-width: 1200px){#s-236357ed-829c-464f-9484-aecd5b5205f4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-236357ed-829c-464f-9484-aecd5b5205f4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-236357ed-829c-464f-9484-aecd5b5205f4 {
  
}
}@media (max-width: 767px){#s-236357ed-829c-464f-9484-aecd5b5205f4 {
  
}
}
#s-24531767-45a0-4918-bfae-7d35eab08ab8 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
text-align: left;
}
@media (min-width: 1200px){#s-24531767-45a0-4918-bfae-7d35eab08ab8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-24531767-45a0-4918-bfae-7d35eab08ab8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-24531767-45a0-4918-bfae-7d35eab08ab8 {
  
}
}@media (max-width: 767px){#s-24531767-45a0-4918-bfae-7d35eab08ab8 {
  
}
}
#s-24531767-45a0-4918-bfae-7d35eab08ab8 .shogun-heading-component h2 {
  color: rgba(60, 75, 60, 1);
  font-weight:   ;
  font-family: "EB Garamond";
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-0d1cce2a-8872-4746-9dfb-98515b9fedbe {
  border-style: solid;
margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 20px;
padding-left: 5%;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-0d1cce2a-8872-4746-9dfb-98515b9fedbe {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0d1cce2a-8872-4746-9dfb-98515b9fedbe {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0d1cce2a-8872-4746-9dfb-98515b9fedbe {
  
}
}@media (max-width: 767px){#s-0d1cce2a-8872-4746-9dfb-98515b9fedbe {
  
}
}
#s-bb3e68ed-135b-4d99-953a-32ee813dd983 {
  border-style: solid;
margin-left: 30px;
margin-right: 30px;
padding-left: 5%;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-bb3e68ed-135b-4d99-953a-32ee813dd983 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bb3e68ed-135b-4d99-953a-32ee813dd983 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bb3e68ed-135b-4d99-953a-32ee813dd983 {
  
}
}@media (max-width: 767px){#s-bb3e68ed-135b-4d99-953a-32ee813dd983 {
  
}
}
@media (min-width: 0px) {
[id="s-bb3e68ed-135b-4d99-953a-32ee813dd983"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bb3e68ed-135b-4d99-953a-32ee813dd983"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-bb3e68ed-135b-4d99-953a-32ee813dd983"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-bb3e68ed-135b-4d99-953a-32ee813dd983"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bb3e68ed-135b-4d99-953a-32ee813dd983"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bb3e68ed-135b-4d99-953a-32ee813dd983"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-bb3e68ed-135b-4d99-953a-32ee813dd983"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-bb3e68ed-135b-4d99-953a-32ee813dd983"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-bb3e68ed-135b-4d99-953a-32ee813dd983"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-bb3e68ed-135b-4d99-953a-32ee813dd983"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-bb3e68ed-135b-4d99-953a-32ee813dd983"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-bb3e68ed-135b-4d99-953a-32ee813dd983"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-bb3e68ed-135b-4d99-953a-32ee813dd983"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-bb3e68ed-135b-4d99-953a-32ee813dd983"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-bb3e68ed-135b-4d99-953a-32ee813dd983"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-bb3e68ed-135b-4d99-953a-32ee813dd983"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bb3e68ed-135b-4d99-953a-32ee813dd983"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bb3e68ed-135b-4d99-953a-32ee813dd983"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-bb3e68ed-135b-4d99-953a-32ee813dd983"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-bb3e68ed-135b-4d99-953a-32ee813dd983"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-bb3e68ed-135b-4d99-953a-32ee813dd983"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-bb3e68ed-135b-4d99-953a-32ee813dd983"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-bb3e68ed-135b-4d99-953a-32ee813dd983"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-bb3e68ed-135b-4d99-953a-32ee813dd983"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-bb3e68ed-135b-4d99-953a-32ee813dd983"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-bb3e68ed-135b-4d99-953a-32ee813dd983"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-bb3e68ed-135b-4d99-953a-32ee813dd983"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-bb3e68ed-135b-4d99-953a-32ee813dd983"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bb3e68ed-135b-4d99-953a-32ee813dd983"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bb3e68ed-135b-4d99-953a-32ee813dd983"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-bb3e68ed-135b-4d99-953a-32ee813dd983"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-bb3e68ed-135b-4d99-953a-32ee813dd983"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-bb3e68ed-135b-4d99-953a-32ee813dd983"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-bb3e68ed-135b-4d99-953a-32ee813dd983"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-bb3e68ed-135b-4d99-953a-32ee813dd983"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-bb3e68ed-135b-4d99-953a-32ee813dd983"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-bb3e68ed-135b-4d99-953a-32ee813dd983"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-3ad4264a-de22-400a-95bc-d70ab6dd05ba {
  box-shadow:00px 0px 0px 0px rgba(0, 0, 0, 0);
border-style: solid;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 30px;
opacity: 1;
text-align: center;
background-color: rgba(60, 75, 60, 1);
font-size: 14px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-3ad4264a-de22-400a-95bc-d70ab6dd05ba:hover {box-shadow:  0px   !important;
border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-3ad4264a-de22-400a-95bc-d70ab6dd05ba:active {box-shadow: 0px 0px   !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-3ad4264a-de22-400a-95bc-d70ab6dd05ba {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3ad4264a-de22-400a-95bc-d70ab6dd05ba {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3ad4264a-de22-400a-95bc-d70ab6dd05ba {
  
}
}@media (max-width: 767px){#s-3ad4264a-de22-400a-95bc-d70ab6dd05ba {
  
}
}


#s-3ad4264a-de22-400a-95bc-d70ab6dd05ba.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Rubik;
  display:  block ;
}

#s-595b0826-0d61-498e-b35c-5fda71e3bfc5 {
  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-df532729-1429-4685-8257-9142cdcd93aa {
  padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
text-align: left;
}


.shg-c#s-df532729-1429-4685-8257-9142cdcd93aa {
  max-width: 100%;
}

.shg-c#s-df532729-1429-4685-8257-9142cdcd93aa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-df532729-1429-4685-8257-9142cdcd93aa .shg-image-zoom,
.shg-c#s-df532729-1429-4685-8257-9142cdcd93aa img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-df532729-1429-4685-8257-9142cdcd93aa .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-df532729-1429-4685-8257-9142cdcd93aa {
  max-width: 100%;
}

.shg-c#s-df532729-1429-4685-8257-9142cdcd93aa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-df532729-1429-4685-8257-9142cdcd93aa .shg-image-zoom,
.shg-c#s-df532729-1429-4685-8257-9142cdcd93aa img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-df532729-1429-4685-8257-9142cdcd93aa .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-df532729-1429-4685-8257-9142cdcd93aa {
  max-width: 100%;
}

.shg-c#s-df532729-1429-4685-8257-9142cdcd93aa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-df532729-1429-4685-8257-9142cdcd93aa .shg-image-zoom,
.shg-c#s-df532729-1429-4685-8257-9142cdcd93aa img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-df532729-1429-4685-8257-9142cdcd93aa .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-df532729-1429-4685-8257-9142cdcd93aa {
  max-width: 100%;
}

.shg-c#s-df532729-1429-4685-8257-9142cdcd93aa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-df532729-1429-4685-8257-9142cdcd93aa .shg-image-zoom,
.shg-c#s-df532729-1429-4685-8257-9142cdcd93aa img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-df532729-1429-4685-8257-9142cdcd93aa .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-df532729-1429-4685-8257-9142cdcd93aa {
  max-width: 100%;
}

.shg-c#s-df532729-1429-4685-8257-9142cdcd93aa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-df532729-1429-4685-8257-9142cdcd93aa .shg-image-zoom,
.shg-c#s-df532729-1429-4685-8257-9142cdcd93aa img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-df532729-1429-4685-8257-9142cdcd93aa .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
@media (min-width: 768px) and (max-width: 991px){#s-b6014b64-2b49-487f-8285-fcb2352d5bf2 {
  display: none;
}
#s-b6014b64-2b49-487f-8285-fcb2352d5bf2, #wrap-s-b6014b64-2b49-487f-8285-fcb2352d5bf2 { display:none !important; }}@media (max-width: 767px){#s-b6014b64-2b49-487f-8285-fcb2352d5bf2 {
  display: none;
}
#s-b6014b64-2b49-487f-8285-fcb2352d5bf2, #wrap-s-b6014b64-2b49-487f-8285-fcb2352d5bf2 { display:none !important; }}







#s-b6014b64-2b49-487f-8285-fcb2352d5bf2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b6014b64-2b49-487f-8285-fcb2352d5bf2.shg-box.shg-c {
  justify-content: center;
}

#s-5c6d7173-ebb9-40fb-8bd1-64f1a1765a80 {
  background-color: rgba(242, 238, 234, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-5c6d7173-ebb9-40fb-8bd1-64f1a1765a80 {
  display: none;
}
#s-5c6d7173-ebb9-40fb-8bd1-64f1a1765a80, #wrap-s-5c6d7173-ebb9-40fb-8bd1-64f1a1765a80 { display:none !important; }}@media (max-width: 767px){#s-5c6d7173-ebb9-40fb-8bd1-64f1a1765a80 {
  display: none;
}
#s-5c6d7173-ebb9-40fb-8bd1-64f1a1765a80, #wrap-s-5c6d7173-ebb9-40fb-8bd1-64f1a1765a80 { display:none !important; }}







#s-5c6d7173-ebb9-40fb-8bd1-64f1a1765a80 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5c6d7173-ebb9-40fb-8bd1-64f1a1765a80.shg-box.shg-c {
  justify-content: center;
}

#s-0d4c12d3-7dbc-4041-918e-af912cd564f0 {
  padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-0d4c12d3-7dbc-4041-918e-af912cd564f0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0d4c12d3-7dbc-4041-918e-af912cd564f0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0d4c12d3-7dbc-4041-918e-af912cd564f0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0d4c12d3-7dbc-4041-918e-af912cd564f0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0d4c12d3-7dbc-4041-918e-af912cd564f0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0d4c12d3-7dbc-4041-918e-af912cd564f0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0d4c12d3-7dbc-4041-918e-af912cd564f0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0d4c12d3-7dbc-4041-918e-af912cd564f0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0d4c12d3-7dbc-4041-918e-af912cd564f0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0d4c12d3-7dbc-4041-918e-af912cd564f0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0d4c12d3-7dbc-4041-918e-af912cd564f0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0d4c12d3-7dbc-4041-918e-af912cd564f0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0d4c12d3-7dbc-4041-918e-af912cd564f0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0d4c12d3-7dbc-4041-918e-af912cd564f0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0d4c12d3-7dbc-4041-918e-af912cd564f0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0d4c12d3-7dbc-4041-918e-af912cd564f0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0d4c12d3-7dbc-4041-918e-af912cd564f0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0d4c12d3-7dbc-4041-918e-af912cd564f0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0d4c12d3-7dbc-4041-918e-af912cd564f0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0d4c12d3-7dbc-4041-918e-af912cd564f0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0d4c12d3-7dbc-4041-918e-af912cd564f0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0d4c12d3-7dbc-4041-918e-af912cd564f0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0d4c12d3-7dbc-4041-918e-af912cd564f0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0d4c12d3-7dbc-4041-918e-af912cd564f0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0d4c12d3-7dbc-4041-918e-af912cd564f0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0d4c12d3-7dbc-4041-918e-af912cd564f0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0d4c12d3-7dbc-4041-918e-af912cd564f0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0d4c12d3-7dbc-4041-918e-af912cd564f0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0d4c12d3-7dbc-4041-918e-af912cd564f0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0d4c12d3-7dbc-4041-918e-af912cd564f0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0d4c12d3-7dbc-4041-918e-af912cd564f0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0d4c12d3-7dbc-4041-918e-af912cd564f0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0d4c12d3-7dbc-4041-918e-af912cd564f0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0d4c12d3-7dbc-4041-918e-af912cd564f0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0d4c12d3-7dbc-4041-918e-af912cd564f0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0d4c12d3-7dbc-4041-918e-af912cd564f0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0d4c12d3-7dbc-4041-918e-af912cd564f0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-1d8718ae-14d3-46f1-82a5-36deb3595b4b {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 10%;
}

#s-b90af79b-7199-497c-ac0a-928f6ca0dda3 {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
padding-right: 5%;
}

#s-52a241cb-7be8-4f9d-9295-d348390d3152 {
  margin-top: 10px;
margin-left: 10%;
margin-right: 10%;
padding-top: 5%;
padding-bottom: 0px;
min-height: 400px;
background-color: rgba(242, 238, 234, 1);
}
@media (min-width: 1200px){#s-52a241cb-7be8-4f9d-9295-d348390d3152 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-52a241cb-7be8-4f9d-9295-d348390d3152 {
  display: none;
}
#s-52a241cb-7be8-4f9d-9295-d348390d3152, #wrap-s-52a241cb-7be8-4f9d-9295-d348390d3152 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-52a241cb-7be8-4f9d-9295-d348390d3152 {
  
}
}@media (max-width: 767px){#s-52a241cb-7be8-4f9d-9295-d348390d3152 {
  
}
}







#s-52a241cb-7be8-4f9d-9295-d348390d3152 > .shg-box-overlay {
  background-color: rgba(222, 247, 250, 1);
  opacity: 0;
}#s-52a241cb-7be8-4f9d-9295-d348390d3152.shg-box.shg-c {
  justify-content: center;
}

#s-b07eb9c3-426e-42fa-906b-966da85e9a90 {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-b07eb9c3-426e-42fa-906b-966da85e9a90 {
  display: none;
}
#s-b07eb9c3-426e-42fa-906b-966da85e9a90, #wrap-s-b07eb9c3-426e-42fa-906b-966da85e9a90 { display:none !important; }}
@media (min-width: 0px) {
[id="s-b07eb9c3-426e-42fa-906b-966da85e9a90"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b07eb9c3-426e-42fa-906b-966da85e9a90"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b07eb9c3-426e-42fa-906b-966da85e9a90"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b07eb9c3-426e-42fa-906b-966da85e9a90"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b07eb9c3-426e-42fa-906b-966da85e9a90"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b07eb9c3-426e-42fa-906b-966da85e9a90"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b07eb9c3-426e-42fa-906b-966da85e9a90"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b07eb9c3-426e-42fa-906b-966da85e9a90"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b07eb9c3-426e-42fa-906b-966da85e9a90"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b07eb9c3-426e-42fa-906b-966da85e9a90"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b07eb9c3-426e-42fa-906b-966da85e9a90"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b07eb9c3-426e-42fa-906b-966da85e9a90"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b07eb9c3-426e-42fa-906b-966da85e9a90"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b07eb9c3-426e-42fa-906b-966da85e9a90"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b07eb9c3-426e-42fa-906b-966da85e9a90"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b07eb9c3-426e-42fa-906b-966da85e9a90"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b07eb9c3-426e-42fa-906b-966da85e9a90"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b07eb9c3-426e-42fa-906b-966da85e9a90"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b07eb9c3-426e-42fa-906b-966da85e9a90"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b07eb9c3-426e-42fa-906b-966da85e9a90"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b07eb9c3-426e-42fa-906b-966da85e9a90"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b07eb9c3-426e-42fa-906b-966da85e9a90"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b07eb9c3-426e-42fa-906b-966da85e9a90"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b07eb9c3-426e-42fa-906b-966da85e9a90"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b07eb9c3-426e-42fa-906b-966da85e9a90"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b07eb9c3-426e-42fa-906b-966da85e9a90"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b07eb9c3-426e-42fa-906b-966da85e9a90"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b07eb9c3-426e-42fa-906b-966da85e9a90"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b07eb9c3-426e-42fa-906b-966da85e9a90"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b07eb9c3-426e-42fa-906b-966da85e9a90"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b07eb9c3-426e-42fa-906b-966da85e9a90"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b07eb9c3-426e-42fa-906b-966da85e9a90"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b07eb9c3-426e-42fa-906b-966da85e9a90"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b07eb9c3-426e-42fa-906b-966da85e9a90"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b07eb9c3-426e-42fa-906b-966da85e9a90"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b07eb9c3-426e-42fa-906b-966da85e9a90"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b07eb9c3-426e-42fa-906b-966da85e9a90"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-774ee5bb-4262-4b93-acb2-fe5ef35cbc99 {
  margin-top: 25px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
padding-left: 15%;
padding-right: 15%;
}
@media (min-width: 1200px){#s-774ee5bb-4262-4b93-acb2-fe5ef35cbc99 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-774ee5bb-4262-4b93-acb2-fe5ef35cbc99 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-774ee5bb-4262-4b93-acb2-fe5ef35cbc99 {
  
}
}@media (max-width: 767px){#s-774ee5bb-4262-4b93-acb2-fe5ef35cbc99 {
  
}
}
#s-2dd2e465-34dc-41dd-9658-e7c90f1f8c56 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 0px;
padding-left: 15%;
padding-bottom: 0px;
padding-right: 15%;
text-align: left;
}
@media (min-width: 1200px){#s-2dd2e465-34dc-41dd-9658-e7c90f1f8c56 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2dd2e465-34dc-41dd-9658-e7c90f1f8c56 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2dd2e465-34dc-41dd-9658-e7c90f1f8c56 {
  
}
}@media (max-width: 767px){#s-2dd2e465-34dc-41dd-9658-e7c90f1f8c56 {
  
}
}
#s-2dd2e465-34dc-41dd-9658-e7c90f1f8c56 .shogun-heading-component h2 {
  color: rgba(60, 75, 60, 1);
  font-weight:   ;
  font-family: "EB Garamond";
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-e05e1aea-fe27-49db-b3d7-123c587bfb7b {
  border-style: solid;
margin-top: 20px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
padding-top: 20px;
padding-left: 15%;
padding-bottom: 20px;
padding-right: 15%;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-e05e1aea-fe27-49db-b3d7-123c587bfb7b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e05e1aea-fe27-49db-b3d7-123c587bfb7b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e05e1aea-fe27-49db-b3d7-123c587bfb7b {
  
}
}@media (max-width: 767px){#s-e05e1aea-fe27-49db-b3d7-123c587bfb7b {
  
}
}
#s-cd871c1d-0546-477d-9893-46ce107f6a0c {
  border-style: solid;
margin-left: 30px;
margin-bottom: 50px;
margin-right: 30px;
padding-left: 5%;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-cd871c1d-0546-477d-9893-46ce107f6a0c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cd871c1d-0546-477d-9893-46ce107f6a0c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-cd871c1d-0546-477d-9893-46ce107f6a0c {
  
}
}@media (max-width: 767px){#s-cd871c1d-0546-477d-9893-46ce107f6a0c {
  
}
}
@media (min-width: 0px) {
[id="s-cd871c1d-0546-477d-9893-46ce107f6a0c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cd871c1d-0546-477d-9893-46ce107f6a0c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-cd871c1d-0546-477d-9893-46ce107f6a0c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-cd871c1d-0546-477d-9893-46ce107f6a0c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-cd871c1d-0546-477d-9893-46ce107f6a0c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-cd871c1d-0546-477d-9893-46ce107f6a0c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-cd871c1d-0546-477d-9893-46ce107f6a0c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-cd871c1d-0546-477d-9893-46ce107f6a0c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-cd871c1d-0546-477d-9893-46ce107f6a0c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-cd871c1d-0546-477d-9893-46ce107f6a0c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-cd871c1d-0546-477d-9893-46ce107f6a0c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-cd871c1d-0546-477d-9893-46ce107f6a0c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-cd871c1d-0546-477d-9893-46ce107f6a0c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-cd871c1d-0546-477d-9893-46ce107f6a0c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-cd871c1d-0546-477d-9893-46ce107f6a0c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-cd871c1d-0546-477d-9893-46ce107f6a0c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-cd871c1d-0546-477d-9893-46ce107f6a0c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-cd871c1d-0546-477d-9893-46ce107f6a0c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-cd871c1d-0546-477d-9893-46ce107f6a0c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-cd871c1d-0546-477d-9893-46ce107f6a0c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-cd871c1d-0546-477d-9893-46ce107f6a0c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-cd871c1d-0546-477d-9893-46ce107f6a0c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-cd871c1d-0546-477d-9893-46ce107f6a0c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-cd871c1d-0546-477d-9893-46ce107f6a0c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-cd871c1d-0546-477d-9893-46ce107f6a0c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-cd871c1d-0546-477d-9893-46ce107f6a0c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-cd871c1d-0546-477d-9893-46ce107f6a0c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-cd871c1d-0546-477d-9893-46ce107f6a0c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-cd871c1d-0546-477d-9893-46ce107f6a0c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-cd871c1d-0546-477d-9893-46ce107f6a0c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-cd871c1d-0546-477d-9893-46ce107f6a0c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-cd871c1d-0546-477d-9893-46ce107f6a0c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-cd871c1d-0546-477d-9893-46ce107f6a0c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-cd871c1d-0546-477d-9893-46ce107f6a0c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-cd871c1d-0546-477d-9893-46ce107f6a0c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-cd871c1d-0546-477d-9893-46ce107f6a0c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-cd871c1d-0546-477d-9893-46ce107f6a0c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-1d3e98a4-39ce-456b-8daf-cc489d9b9231 {
  box-shadow:00px 0px 0px 0px rgba(0, 0, 0, 0);
border-style: solid;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 30px;
opacity: 1;
text-align: center;
background-color: rgba(60, 75, 60, 1);
font-size: 14px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-1d3e98a4-39ce-456b-8daf-cc489d9b9231:hover {box-shadow:  0px   !important;
border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-1d3e98a4-39ce-456b-8daf-cc489d9b9231:active {box-shadow: 0px 0px   !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-1d3e98a4-39ce-456b-8daf-cc489d9b9231 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1d3e98a4-39ce-456b-8daf-cc489d9b9231 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1d3e98a4-39ce-456b-8daf-cc489d9b9231 {
  
}
}@media (max-width: 767px){#s-1d3e98a4-39ce-456b-8daf-cc489d9b9231 {
  
}
}


#s-1d3e98a4-39ce-456b-8daf-cc489d9b9231.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Rubik;
  display:  block ;
}

#s-bb938385-c38d-49da-a0af-a5964dd49a5e {
  text-align: center;
}




  #s-bb938385-c38d-49da-a0af-a5964dd49a5e img.shogun-image {
    
    width: px;
  }


#s-bb938385-c38d-49da-a0af-a5964dd49a5e .shogun-image-content {
  
    align-items: center;
  
}

#s-d995b776-d1d3-4915-9dc8-ad6ba859f110 {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-d995b776-d1d3-4915-9dc8-ad6ba859f110 {
  display: none;
}
#s-d995b776-d1d3-4915-9dc8-ad6ba859f110, #wrap-s-d995b776-d1d3-4915-9dc8-ad6ba859f110 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d995b776-d1d3-4915-9dc8-ad6ba859f110 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d995b776-d1d3-4915-9dc8-ad6ba859f110 {
  display: none;
}
#s-d995b776-d1d3-4915-9dc8-ad6ba859f110, #wrap-s-d995b776-d1d3-4915-9dc8-ad6ba859f110 { display:none !important; }}@media (max-width: 767px){#s-d995b776-d1d3-4915-9dc8-ad6ba859f110 {
  display: none;
}
#s-d995b776-d1d3-4915-9dc8-ad6ba859f110, #wrap-s-d995b776-d1d3-4915-9dc8-ad6ba859f110 { display:none !important; }}
@media (min-width: 0px) {
[id="s-d995b776-d1d3-4915-9dc8-ad6ba859f110"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d995b776-d1d3-4915-9dc8-ad6ba859f110"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d995b776-d1d3-4915-9dc8-ad6ba859f110"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d995b776-d1d3-4915-9dc8-ad6ba859f110"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d995b776-d1d3-4915-9dc8-ad6ba859f110"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d995b776-d1d3-4915-9dc8-ad6ba859f110"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d995b776-d1d3-4915-9dc8-ad6ba859f110"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d995b776-d1d3-4915-9dc8-ad6ba859f110"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d995b776-d1d3-4915-9dc8-ad6ba859f110"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d995b776-d1d3-4915-9dc8-ad6ba859f110"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d995b776-d1d3-4915-9dc8-ad6ba859f110"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d995b776-d1d3-4915-9dc8-ad6ba859f110"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d995b776-d1d3-4915-9dc8-ad6ba859f110"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d995b776-d1d3-4915-9dc8-ad6ba859f110"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d995b776-d1d3-4915-9dc8-ad6ba859f110"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d995b776-d1d3-4915-9dc8-ad6ba859f110"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d995b776-d1d3-4915-9dc8-ad6ba859f110"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d995b776-d1d3-4915-9dc8-ad6ba859f110"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d995b776-d1d3-4915-9dc8-ad6ba859f110"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d995b776-d1d3-4915-9dc8-ad6ba859f110"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d995b776-d1d3-4915-9dc8-ad6ba859f110"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d995b776-d1d3-4915-9dc8-ad6ba859f110"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d995b776-d1d3-4915-9dc8-ad6ba859f110"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d995b776-d1d3-4915-9dc8-ad6ba859f110"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d995b776-d1d3-4915-9dc8-ad6ba859f110"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d995b776-d1d3-4915-9dc8-ad6ba859f110"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d995b776-d1d3-4915-9dc8-ad6ba859f110"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d995b776-d1d3-4915-9dc8-ad6ba859f110"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d995b776-d1d3-4915-9dc8-ad6ba859f110"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d995b776-d1d3-4915-9dc8-ad6ba859f110"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d995b776-d1d3-4915-9dc8-ad6ba859f110"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d995b776-d1d3-4915-9dc8-ad6ba859f110"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d995b776-d1d3-4915-9dc8-ad6ba859f110"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d995b776-d1d3-4915-9dc8-ad6ba859f110"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d995b776-d1d3-4915-9dc8-ad6ba859f110"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d995b776-d1d3-4915-9dc8-ad6ba859f110"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d995b776-d1d3-4915-9dc8-ad6ba859f110"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-644bb2a0-7123-4c74-b1ec-5dee82e09663 {
  margin-left: 10%;
margin-right: 10%;
padding-left: 5%;
padding-right: 5%;
}
@media (min-width: 1200px){#s-644bb2a0-7123-4c74-b1ec-5dee82e09663 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-644bb2a0-7123-4c74-b1ec-5dee82e09663 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-644bb2a0-7123-4c74-b1ec-5dee82e09663 {
  
}
}@media (max-width: 767px){#s-644bb2a0-7123-4c74-b1ec-5dee82e09663 {
  
}
}
#s-03dc65ac-26bb-4481-957b-df1300039adf {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
text-align: left;
}
@media (min-width: 1200px){#s-03dc65ac-26bb-4481-957b-df1300039adf {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-03dc65ac-26bb-4481-957b-df1300039adf {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-03dc65ac-26bb-4481-957b-df1300039adf {
  
}
}@media (max-width: 767px){#s-03dc65ac-26bb-4481-957b-df1300039adf {
  
}
}
#s-03dc65ac-26bb-4481-957b-df1300039adf .shogun-heading-component h2 {
  color: rgba(60, 75, 60, 1);
  font-weight:   ;
  font-family: "EB Garamond";
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-057954b6-1a51-45f9-853f-a6f6efc5cdda {
  border-style: solid;
margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 20px;
padding-left: 5%;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-057954b6-1a51-45f9-853f-a6f6efc5cdda {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-057954b6-1a51-45f9-853f-a6f6efc5cdda {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-057954b6-1a51-45f9-853f-a6f6efc5cdda {
  
}
}@media (max-width: 767px){#s-057954b6-1a51-45f9-853f-a6f6efc5cdda {
  
}
}
#s-7452ff8b-4bd9-4bd1-9c01-385d1eaeff92 {
  border-style: solid;
margin-left: 30px;
margin-right: 30px;
padding-left: 5%;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-7452ff8b-4bd9-4bd1-9c01-385d1eaeff92 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7452ff8b-4bd9-4bd1-9c01-385d1eaeff92 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7452ff8b-4bd9-4bd1-9c01-385d1eaeff92 {
  
}
}@media (max-width: 767px){#s-7452ff8b-4bd9-4bd1-9c01-385d1eaeff92 {
  
}
}
@media (min-width: 0px) {
[id="s-7452ff8b-4bd9-4bd1-9c01-385d1eaeff92"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7452ff8b-4bd9-4bd1-9c01-385d1eaeff92"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7452ff8b-4bd9-4bd1-9c01-385d1eaeff92"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7452ff8b-4bd9-4bd1-9c01-385d1eaeff92"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7452ff8b-4bd9-4bd1-9c01-385d1eaeff92"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7452ff8b-4bd9-4bd1-9c01-385d1eaeff92"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7452ff8b-4bd9-4bd1-9c01-385d1eaeff92"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7452ff8b-4bd9-4bd1-9c01-385d1eaeff92"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7452ff8b-4bd9-4bd1-9c01-385d1eaeff92"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7452ff8b-4bd9-4bd1-9c01-385d1eaeff92"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7452ff8b-4bd9-4bd1-9c01-385d1eaeff92"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7452ff8b-4bd9-4bd1-9c01-385d1eaeff92"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7452ff8b-4bd9-4bd1-9c01-385d1eaeff92"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7452ff8b-4bd9-4bd1-9c01-385d1eaeff92"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7452ff8b-4bd9-4bd1-9c01-385d1eaeff92"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7452ff8b-4bd9-4bd1-9c01-385d1eaeff92"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7452ff8b-4bd9-4bd1-9c01-385d1eaeff92"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7452ff8b-4bd9-4bd1-9c01-385d1eaeff92"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7452ff8b-4bd9-4bd1-9c01-385d1eaeff92"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7452ff8b-4bd9-4bd1-9c01-385d1eaeff92"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7452ff8b-4bd9-4bd1-9c01-385d1eaeff92"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7452ff8b-4bd9-4bd1-9c01-385d1eaeff92"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7452ff8b-4bd9-4bd1-9c01-385d1eaeff92"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7452ff8b-4bd9-4bd1-9c01-385d1eaeff92"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7452ff8b-4bd9-4bd1-9c01-385d1eaeff92"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7452ff8b-4bd9-4bd1-9c01-385d1eaeff92"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7452ff8b-4bd9-4bd1-9c01-385d1eaeff92"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7452ff8b-4bd9-4bd1-9c01-385d1eaeff92"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7452ff8b-4bd9-4bd1-9c01-385d1eaeff92"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7452ff8b-4bd9-4bd1-9c01-385d1eaeff92"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7452ff8b-4bd9-4bd1-9c01-385d1eaeff92"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7452ff8b-4bd9-4bd1-9c01-385d1eaeff92"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7452ff8b-4bd9-4bd1-9c01-385d1eaeff92"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7452ff8b-4bd9-4bd1-9c01-385d1eaeff92"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7452ff8b-4bd9-4bd1-9c01-385d1eaeff92"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7452ff8b-4bd9-4bd1-9c01-385d1eaeff92"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7452ff8b-4bd9-4bd1-9c01-385d1eaeff92"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-d7c68936-df5d-4332-9b32-468b7108ff12 {
  box-shadow:00px 0px 0px 0px rgba(0, 0, 0, 0);
border-style: solid;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 30px;
opacity: 1;
text-align: center;
background-color: rgba(60, 75, 60, 1);
font-size: 14px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-d7c68936-df5d-4332-9b32-468b7108ff12:hover {box-shadow:  0px   !important;
border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-d7c68936-df5d-4332-9b32-468b7108ff12:active {box-shadow: 0px 0px   !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-d7c68936-df5d-4332-9b32-468b7108ff12 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d7c68936-df5d-4332-9b32-468b7108ff12 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d7c68936-df5d-4332-9b32-468b7108ff12 {
  
}
}@media (max-width: 767px){#s-d7c68936-df5d-4332-9b32-468b7108ff12 {
  
}
}


#s-d7c68936-df5d-4332-9b32-468b7108ff12.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Rubik;
  display:  block ;
}

#s-f7045700-5fc4-4bb7-aa87-2bd06b062343 {
  text-align: center;
}




  #s-f7045700-5fc4-4bb7-aa87-2bd06b062343 img.shogun-image {
    
    width: px;
  }


#s-f7045700-5fc4-4bb7-aa87-2bd06b062343 .shogun-image-content {
  
    align-items: center;
  
}

#s-019ede92-3dc8-4b8e-8268-fd98e6810041 {
  margin-left: 10%;
margin-right: 10%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-019ede92-3dc8-4b8e-8268-fd98e6810041 {
  display: none;
}
#s-019ede92-3dc8-4b8e-8268-fd98e6810041, #wrap-s-019ede92-3dc8-4b8e-8268-fd98e6810041 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-019ede92-3dc8-4b8e-8268-fd98e6810041 {
  display: none;
}
#s-019ede92-3dc8-4b8e-8268-fd98e6810041, #wrap-s-019ede92-3dc8-4b8e-8268-fd98e6810041 { display:none !important; }}@media (max-width: 767px){#s-019ede92-3dc8-4b8e-8268-fd98e6810041 {
  display: none;
}
#s-019ede92-3dc8-4b8e-8268-fd98e6810041, #wrap-s-019ede92-3dc8-4b8e-8268-fd98e6810041 { display:none !important; }}







#s-019ede92-3dc8-4b8e-8268-fd98e6810041 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-019ede92-3dc8-4b8e-8268-fd98e6810041.shg-box.shg-c {
  justify-content: center;
}

#s-9ef70c2d-5a9b-4ad9-a6a1-91e64e13e344 {
  background-color: rgba(242, 238, 234, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-9ef70c2d-5a9b-4ad9-a6a1-91e64e13e344 {
  display: none;
}
#s-9ef70c2d-5a9b-4ad9-a6a1-91e64e13e344, #wrap-s-9ef70c2d-5a9b-4ad9-a6a1-91e64e13e344 { display:none !important; }}@media (max-width: 767px){#s-9ef70c2d-5a9b-4ad9-a6a1-91e64e13e344 {
  display: none;
}
#s-9ef70c2d-5a9b-4ad9-a6a1-91e64e13e344, #wrap-s-9ef70c2d-5a9b-4ad9-a6a1-91e64e13e344 { display:none !important; }}







#s-9ef70c2d-5a9b-4ad9-a6a1-91e64e13e344 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9ef70c2d-5a9b-4ad9-a6a1-91e64e13e344.shg-box.shg-c {
  justify-content: center;
}

#s-10771ad9-d50f-4217-bca3-6983c9180d25 {
  padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-10771ad9-d50f-4217-bca3-6983c9180d25"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-10771ad9-d50f-4217-bca3-6983c9180d25"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-10771ad9-d50f-4217-bca3-6983c9180d25"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-10771ad9-d50f-4217-bca3-6983c9180d25"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-10771ad9-d50f-4217-bca3-6983c9180d25"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-10771ad9-d50f-4217-bca3-6983c9180d25"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-10771ad9-d50f-4217-bca3-6983c9180d25"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-10771ad9-d50f-4217-bca3-6983c9180d25"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-10771ad9-d50f-4217-bca3-6983c9180d25"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-10771ad9-d50f-4217-bca3-6983c9180d25"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-10771ad9-d50f-4217-bca3-6983c9180d25"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-10771ad9-d50f-4217-bca3-6983c9180d25"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-10771ad9-d50f-4217-bca3-6983c9180d25"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-10771ad9-d50f-4217-bca3-6983c9180d25"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-10771ad9-d50f-4217-bca3-6983c9180d25"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-10771ad9-d50f-4217-bca3-6983c9180d25"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-10771ad9-d50f-4217-bca3-6983c9180d25"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-10771ad9-d50f-4217-bca3-6983c9180d25"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-10771ad9-d50f-4217-bca3-6983c9180d25"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-10771ad9-d50f-4217-bca3-6983c9180d25"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-10771ad9-d50f-4217-bca3-6983c9180d25"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-10771ad9-d50f-4217-bca3-6983c9180d25"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-10771ad9-d50f-4217-bca3-6983c9180d25"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-10771ad9-d50f-4217-bca3-6983c9180d25"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-10771ad9-d50f-4217-bca3-6983c9180d25"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-10771ad9-d50f-4217-bca3-6983c9180d25"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-10771ad9-d50f-4217-bca3-6983c9180d25"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-10771ad9-d50f-4217-bca3-6983c9180d25"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-10771ad9-d50f-4217-bca3-6983c9180d25"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-10771ad9-d50f-4217-bca3-6983c9180d25"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-10771ad9-d50f-4217-bca3-6983c9180d25"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-10771ad9-d50f-4217-bca3-6983c9180d25"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-10771ad9-d50f-4217-bca3-6983c9180d25"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-10771ad9-d50f-4217-bca3-6983c9180d25"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-10771ad9-d50f-4217-bca3-6983c9180d25"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-10771ad9-d50f-4217-bca3-6983c9180d25"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-10771ad9-d50f-4217-bca3-6983c9180d25"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-e78b989d-3ff3-4f8e-9099-067210870571 {
  margin-top: 10px;
padding-top: 10px;
padding-left: 10%;
}

#s-78daae9b-98aa-4125-98d6-59fb44c47020 {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
}

.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

.shg-sld-fade {
  -webkit-animation-name: shg-sld-fade;
          animation-name: shg-sld-fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  image-rendering: -webkit-optimize-contrast;
}

@-webkit-keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-22c2151b-c48a-4b44-8358-9cb36abe5d3e {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-22c2151b-c48a-4b44-8358-9cb36abe5d3e {
  display: none;
}
#s-22c2151b-c48a-4b44-8358-9cb36abe5d3e, #wrap-s-22c2151b-c48a-4b44-8358-9cb36abe5d3e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-22c2151b-c48a-4b44-8358-9cb36abe5d3e {
  display: none;
}
#s-22c2151b-c48a-4b44-8358-9cb36abe5d3e, #wrap-s-22c2151b-c48a-4b44-8358-9cb36abe5d3e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-22c2151b-c48a-4b44-8358-9cb36abe5d3e {
  display: none;
}
#s-22c2151b-c48a-4b44-8358-9cb36abe5d3e, #wrap-s-22c2151b-c48a-4b44-8358-9cb36abe5d3e { display:none !important; }}@media (max-width: 767px){#s-22c2151b-c48a-4b44-8358-9cb36abe5d3e {
  display: none;
}
#s-22c2151b-c48a-4b44-8358-9cb36abe5d3e, #wrap-s-22c2151b-c48a-4b44-8358-9cb36abe5d3e { display:none !important; }}
#s-22c2151b-c48a-4b44-8358-9cb36abe5d3e .shg-sld-dot {
  background-color: rgba(66, 65, 65, 1);
}

#s-22c2151b-c48a-4b44-8358-9cb36abe5d3e .shg-sld-nav-button.shg-sld-left,
#s-22c2151b-c48a-4b44-8358-9cb36abe5d3e .shg-sld-nav-button.shg-sld-right {
  fill: rgba(66, 65, 65, 1);
}

#s-3e8726d6-d969-4f5b-8a1a-d39d84737d4f {
  text-align: center;
}




  #s-3e8726d6-d969-4f5b-8a1a-d39d84737d4f img.shogun-image {
    
    width: px;
  }


#s-3e8726d6-d969-4f5b-8a1a-d39d84737d4f .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-237d3057-c34e-4630-b748-475bbcf62f1c {
  margin-top: 30px;
margin-bottom: 30px;
min-height: 50px;
}








#s-237d3057-c34e-4630-b748-475bbcf62f1c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-237d3057-c34e-4630-b748-475bbcf62f1c.shg-box.shg-c {
  justify-content: center;
}

#s-c17763af-7509-4181-a50b-49ca4a36fa50 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-c17763af-7509-4181-a50b-49ca4a36fa50 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "EB Garamond";
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c9760ea6-9e2d-46ec-9033-2cbc428e0959 {
  border-style: solid;
margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 13px;
padding-left: 30px;
padding-bottom: 13px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-radius: 2px;
background-color: rgba(215, 140, 52, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
background-position: center bottom;
background-repeat: no-repeat;
}
#s-c9760ea6-9e2d-46ec-9033-2cbc428e0959:hover {background-color: rgba(111, 135, 146, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c9760ea6-9e2d-46ec-9033-2cbc428e0959:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-c9760ea6-9e2d-46ec-9033-2cbc428e0959-btn-wrapper {
    text-align: center;
  }


#s-c9760ea6-9e2d-46ec-9033-2cbc428e0959.shg-btn {
  color: #ffffff;
  font-size: ;
  
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-ec38cbd2-f9da-4c74-9c43-8eb19aeebb3e {
  text-align: center;
}




  #s-ec38cbd2-f9da-4c74-9c43-8eb19aeebb3e img.shogun-image {
    
    width: px;
  }


#s-ec38cbd2-f9da-4c74-9c43-8eb19aeebb3e .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-e463e489-f34d-4013-99c8-a177bd7d3ea1 {
  margin-top: 30px;
margin-bottom: 30px;
min-height: 50px;
}








#s-e463e489-f34d-4013-99c8-a177bd7d3ea1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e463e489-f34d-4013-99c8-a177bd7d3ea1.shg-box.shg-c {
  justify-content: center;
}

#s-ccf94377-5653-4d7a-9193-cb88baa17ed8 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-ccf94377-5653-4d7a-9193-cb88baa17ed8 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "EB Garamond";
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b571169a-0e2f-4042-bd57-bf1548247893 {
  border-style: solid;
margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 13px;
padding-left: 30px;
padding-bottom: 13px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-radius: 2px;
background-color: rgba(215, 140, 52, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
background-position: center bottom;
background-repeat: no-repeat;
}
#s-b571169a-0e2f-4042-bd57-bf1548247893:hover {background-color: rgba(111, 135, 146, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b571169a-0e2f-4042-bd57-bf1548247893:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-b571169a-0e2f-4042-bd57-bf1548247893-btn-wrapper {
    text-align: center;
  }


#s-b571169a-0e2f-4042-bd57-bf1548247893.shg-btn {
  color: #ffffff;
  font-size: ;
  
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-963153f0-f3d7-424f-9a81-d76cbc78b318 {
  text-align: center;
}




  #s-963153f0-f3d7-424f-9a81-d76cbc78b318 img.shogun-image {
    
    width: px;
  }


#s-963153f0-f3d7-424f-9a81-d76cbc78b318 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-c5c40bb3-5c2b-4329-b566-316e6e24d0a3 {
  margin-top: 30px;
margin-bottom: 30px;
min-height: 50px;
}








#s-c5c40bb3-5c2b-4329-b566-316e6e24d0a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c5c40bb3-5c2b-4329-b566-316e6e24d0a3.shg-box.shg-c {
  justify-content: center;
}

#s-bfa5694b-fa26-466e-9d3b-2a2a8f4c3f30 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-bfa5694b-fa26-466e-9d3b-2a2a8f4c3f30 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "EB Garamond";
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-55513237-d79d-4e30-a0e5-53145322c63e {
  border-style: solid;
margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 13px;
padding-left: 30px;
padding-bottom: 13px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-radius: 2px;
background-color: rgba(215, 140, 52, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
background-position: center bottom;
background-repeat: no-repeat;
}
#s-55513237-d79d-4e30-a0e5-53145322c63e:hover {background-color: rgba(111, 135, 146, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-55513237-d79d-4e30-a0e5-53145322c63e:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-55513237-d79d-4e30-a0e5-53145322c63e-btn-wrapper {
    text-align: center;
  }


#s-55513237-d79d-4e30-a0e5-53145322c63e.shg-btn {
  color: #ffffff;
  font-size: ;
  
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-b0100072-c478-4d70-ac40-0be0b2262e76 {
  text-align: center;
}




  #s-b0100072-c478-4d70-ac40-0be0b2262e76 img.shogun-image {
    
    width: px;
  }


#s-b0100072-c478-4d70-ac40-0be0b2262e76 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-7213b165-39f7-456d-8926-899c77f32da9 {
  margin-top: 30px;
margin-bottom: 30px;
min-height: 50px;
}








#s-7213b165-39f7-456d-8926-899c77f32da9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7213b165-39f7-456d-8926-899c77f32da9.shg-box.shg-c {
  justify-content: center;
}

#s-19d5b3d4-e314-4563-8afb-159dac7fd949 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-19d5b3d4-e314-4563-8afb-159dac7fd949 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "EB Garamond";
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-040c5888-0807-4160-b40b-5866a0617439 {
  border-style: solid;
margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 13px;
padding-left: 30px;
padding-bottom: 13px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-radius: 2px;
background-color: rgba(215, 140, 52, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
background-position: center bottom;
background-repeat: no-repeat;
}
#s-040c5888-0807-4160-b40b-5866a0617439:hover {background-color: rgba(111, 135, 146, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-040c5888-0807-4160-b40b-5866a0617439:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-040c5888-0807-4160-b40b-5866a0617439-btn-wrapper {
    text-align: center;
  }


#s-040c5888-0807-4160-b40b-5866a0617439.shg-btn {
  color: #ffffff;
  font-size: ;
  
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-6c3d8439-9ea9-46e3-bdee-711dfc9521f6 {
  text-align: left;
}




  #s-6c3d8439-9ea9-46e3-bdee-711dfc9521f6 img.shogun-image {
    
    width: px;
  }


#s-6c3d8439-9ea9-46e3-bdee-711dfc9521f6 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-f70076cc-3125-4d2f-bd28-7a71ad90fd37 {
  margin-top: 30px;
margin-bottom: 30px;
min-height: 50px;
}








#s-f70076cc-3125-4d2f-bd28-7a71ad90fd37 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f70076cc-3125-4d2f-bd28-7a71ad90fd37.shg-box.shg-c {
  justify-content: center;
}

#s-9f153bf3-d4a2-42a8-8494-00e4ccfb2913 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-9f153bf3-d4a2-42a8-8494-00e4ccfb2913 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "EB Garamond";
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a9e56e29-fc61-48f6-8e55-f4ee538bf9da {
  border-style: solid;
margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 13px;
padding-left: 30px;
padding-bottom: 13px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-radius: 2px;
background-color: rgba(215, 140, 52, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
background-position: left center;
background-repeat: no-repeat;
}
#s-a9e56e29-fc61-48f6-8e55-f4ee538bf9da:hover {background-color: rgba(111, 135, 146, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a9e56e29-fc61-48f6-8e55-f4ee538bf9da:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-a9e56e29-fc61-48f6-8e55-f4ee538bf9da-btn-wrapper {
    text-align: center;
  }


#s-a9e56e29-fc61-48f6-8e55-f4ee538bf9da.shg-btn {
  color: #ffffff;
  font-size: ;
  
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-bb85bb26-2fd4-4b13-944e-38696c59754c {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 100px;
padding-left: 10%;
padding-bottom: 100px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-bb85bb26-2fd4-4b13-944e-38696c59754c {
  display: none;
}
#s-bb85bb26-2fd4-4b13-944e-38696c59754c, #wrap-s-bb85bb26-2fd4-4b13-944e-38696c59754c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bb85bb26-2fd4-4b13-944e-38696c59754c {
  display: none;
}
#s-bb85bb26-2fd4-4b13-944e-38696c59754c, #wrap-s-bb85bb26-2fd4-4b13-944e-38696c59754c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bb85bb26-2fd4-4b13-944e-38696c59754c {
  padding-top: 60px;
padding-left: 5%;
padding-bottom: 60px;
padding-right: 5%;
display: none;
}
#s-bb85bb26-2fd4-4b13-944e-38696c59754c, #wrap-s-bb85bb26-2fd4-4b13-944e-38696c59754c { display:none !important; }}@media (max-width: 767px){#s-bb85bb26-2fd4-4b13-944e-38696c59754c {
  padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
display: none;
}
#s-bb85bb26-2fd4-4b13-944e-38696c59754c, #wrap-s-bb85bb26-2fd4-4b13-944e-38696c59754c { display:none !important; }}







#s-bb85bb26-2fd4-4b13-944e-38696c59754c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bb85bb26-2fd4-4b13-944e-38696c59754c.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b393b3b7-90b3-46e2-9a7a-461e5a5a9467 {
  min-height: 50px;
}








#s-b393b3b7-90b3-46e2-9a7a-461e5a5a9467 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b393b3b7-90b3-46e2-9a7a-461e5a5a9467.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-b9ec719b-ebea-4119-b1d9-9c8e5e93bb6b {
  display: none;
}
#s-b9ec719b-ebea-4119-b1d9-9c8e5e93bb6b, #wrap-s-b9ec719b-ebea-4119-b1d9-9c8e5e93bb6b { display:none !important; }}@media (max-width: 767px){#s-b9ec719b-ebea-4119-b1d9-9c8e5e93bb6b {
  display: none;
}
#s-b9ec719b-ebea-4119-b1d9-9c8e5e93bb6b, #wrap-s-b9ec719b-ebea-4119-b1d9-9c8e5e93bb6b { display:none !important; }}
@media (min-width: 0px) {
[id="s-b9ec719b-ebea-4119-b1d9-9c8e5e93bb6b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-b9ec719b-ebea-4119-b1d9-9c8e5e93bb6b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b9ec719b-ebea-4119-b1d9-9c8e5e93bb6b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-b9ec719b-ebea-4119-b1d9-9c8e5e93bb6b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-b9ec719b-ebea-4119-b1d9-9c8e5e93bb6b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-b9ec719b-ebea-4119-b1d9-9c8e5e93bb6b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-b9ec719b-ebea-4119-b1d9-9c8e5e93bb6b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-b9ec719b-ebea-4119-b1d9-9c8e5e93bb6b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-b9ec719b-ebea-4119-b1d9-9c8e5e93bb6b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-b9ec719b-ebea-4119-b1d9-9c8e5e93bb6b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-b9ec719b-ebea-4119-b1d9-9c8e5e93bb6b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-b9ec719b-ebea-4119-b1d9-9c8e5e93bb6b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-b9ec719b-ebea-4119-b1d9-9c8e5e93bb6b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-b9ec719b-ebea-4119-b1d9-9c8e5e93bb6b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-b9ec719b-ebea-4119-b1d9-9c8e5e93bb6b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-b9ec719b-ebea-4119-b1d9-9c8e5e93bb6b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-b9ec719b-ebea-4119-b1d9-9c8e5e93bb6b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-b9ec719b-ebea-4119-b1d9-9c8e5e93bb6b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-b9ec719b-ebea-4119-b1d9-9c8e5e93bb6b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-b9ec719b-ebea-4119-b1d9-9c8e5e93bb6b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-b9ec719b-ebea-4119-b1d9-9c8e5e93bb6b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-b9ec719b-ebea-4119-b1d9-9c8e5e93bb6b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-b9ec719b-ebea-4119-b1d9-9c8e5e93bb6b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-b9ec719b-ebea-4119-b1d9-9c8e5e93bb6b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-b9ec719b-ebea-4119-b1d9-9c8e5e93bb6b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-b9ec719b-ebea-4119-b1d9-9c8e5e93bb6b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-b9ec719b-ebea-4119-b1d9-9c8e5e93bb6b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-b9ec719b-ebea-4119-b1d9-9c8e5e93bb6b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-b9ec719b-ebea-4119-b1d9-9c8e5e93bb6b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-b9ec719b-ebea-4119-b1d9-9c8e5e93bb6b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-b9ec719b-ebea-4119-b1d9-9c8e5e93bb6b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-b9ec719b-ebea-4119-b1d9-9c8e5e93bb6b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-b9ec719b-ebea-4119-b1d9-9c8e5e93bb6b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-b9ec719b-ebea-4119-b1d9-9c8e5e93bb6b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-b9ec719b-ebea-4119-b1d9-9c8e5e93bb6b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-b9ec719b-ebea-4119-b1d9-9c8e5e93bb6b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-b9ec719b-ebea-4119-b1d9-9c8e5e93bb6b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-b9ec719b-ebea-4119-b1d9-9c8e5e93bb6b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-48824153-7fa1-44c7-8331-277b0ee5175c {
  display: none;
}
#s-695de634-1b35-4145-ba3b-2fc86d7b4e66 {
  text-align: left;
}


.shg-c#s-695de634-1b35-4145-ba3b-2fc86d7b4e66 {
  max-width: 100%;
}

.shg-c#s-695de634-1b35-4145-ba3b-2fc86d7b4e66 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-695de634-1b35-4145-ba3b-2fc86d7b4e66 .shg-image-zoom,
.shg-c#s-695de634-1b35-4145-ba3b-2fc86d7b4e66 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-695de634-1b35-4145-ba3b-2fc86d7b4e66 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-695de634-1b35-4145-ba3b-2fc86d7b4e66 {
  max-width: 100%;
}

.shg-c#s-695de634-1b35-4145-ba3b-2fc86d7b4e66 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-695de634-1b35-4145-ba3b-2fc86d7b4e66 .shg-image-zoom,
.shg-c#s-695de634-1b35-4145-ba3b-2fc86d7b4e66 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-695de634-1b35-4145-ba3b-2fc86d7b4e66 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-695de634-1b35-4145-ba3b-2fc86d7b4e66 {
  max-width: 100%;
}

.shg-c#s-695de634-1b35-4145-ba3b-2fc86d7b4e66 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-695de634-1b35-4145-ba3b-2fc86d7b4e66 .shg-image-zoom,
.shg-c#s-695de634-1b35-4145-ba3b-2fc86d7b4e66 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-695de634-1b35-4145-ba3b-2fc86d7b4e66 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-695de634-1b35-4145-ba3b-2fc86d7b4e66 {
  max-width: 100%;
}

.shg-c#s-695de634-1b35-4145-ba3b-2fc86d7b4e66 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-695de634-1b35-4145-ba3b-2fc86d7b4e66 .shg-image-zoom,
.shg-c#s-695de634-1b35-4145-ba3b-2fc86d7b4e66 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-695de634-1b35-4145-ba3b-2fc86d7b4e66 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-695de634-1b35-4145-ba3b-2fc86d7b4e66 {
  max-width: 100%;
}

.shg-c#s-695de634-1b35-4145-ba3b-2fc86d7b4e66 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-695de634-1b35-4145-ba3b-2fc86d7b4e66 .shg-image-zoom,
.shg-c#s-695de634-1b35-4145-ba3b-2fc86d7b4e66 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-695de634-1b35-4145-ba3b-2fc86d7b4e66 .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-67a09959-6c36-449b-b374-3553c094b5d0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-67a09959-6c36-449b-b374-3553c094b5d0 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-d417f0e2-ba69-499c-b343-c35aed28c2df {
  display: none;
}
#s-ad26ec1a-71d0-40f7-902b-fc3f24cf0340 {
  text-align: left;
}


.shg-c#s-ad26ec1a-71d0-40f7-902b-fc3f24cf0340 {
  max-width: 100%;
}

.shg-c#s-ad26ec1a-71d0-40f7-902b-fc3f24cf0340 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ad26ec1a-71d0-40f7-902b-fc3f24cf0340 .shg-image-zoom,
.shg-c#s-ad26ec1a-71d0-40f7-902b-fc3f24cf0340 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ad26ec1a-71d0-40f7-902b-fc3f24cf0340 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ad26ec1a-71d0-40f7-902b-fc3f24cf0340 {
  max-width: 100%;
}

.shg-c#s-ad26ec1a-71d0-40f7-902b-fc3f24cf0340 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ad26ec1a-71d0-40f7-902b-fc3f24cf0340 .shg-image-zoom,
.shg-c#s-ad26ec1a-71d0-40f7-902b-fc3f24cf0340 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ad26ec1a-71d0-40f7-902b-fc3f24cf0340 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ad26ec1a-71d0-40f7-902b-fc3f24cf0340 {
  max-width: 100%;
}

.shg-c#s-ad26ec1a-71d0-40f7-902b-fc3f24cf0340 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ad26ec1a-71d0-40f7-902b-fc3f24cf0340 .shg-image-zoom,
.shg-c#s-ad26ec1a-71d0-40f7-902b-fc3f24cf0340 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ad26ec1a-71d0-40f7-902b-fc3f24cf0340 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ad26ec1a-71d0-40f7-902b-fc3f24cf0340 {
  max-width: 100%;
}

.shg-c#s-ad26ec1a-71d0-40f7-902b-fc3f24cf0340 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ad26ec1a-71d0-40f7-902b-fc3f24cf0340 .shg-image-zoom,
.shg-c#s-ad26ec1a-71d0-40f7-902b-fc3f24cf0340 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ad26ec1a-71d0-40f7-902b-fc3f24cf0340 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ad26ec1a-71d0-40f7-902b-fc3f24cf0340 {
  max-width: 100%;
}

.shg-c#s-ad26ec1a-71d0-40f7-902b-fc3f24cf0340 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ad26ec1a-71d0-40f7-902b-fc3f24cf0340 .shg-image-zoom,
.shg-c#s-ad26ec1a-71d0-40f7-902b-fc3f24cf0340 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ad26ec1a-71d0-40f7-902b-fc3f24cf0340 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-fa3d0512-08c1-46dc-b880-5254e9df40a9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fa3d0512-08c1-46dc-b880-5254e9df40a9 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-b9fe34d0-53e1-4e4c-903f-ddc44f7633f6 {
  display: none;
}
#s-7d029497-18d9-4d92-98a7-808ecc479ca8 {
  text-align: left;
}


.shg-c#s-7d029497-18d9-4d92-98a7-808ecc479ca8 {
  max-width: 100%;
}

.shg-c#s-7d029497-18d9-4d92-98a7-808ecc479ca8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7d029497-18d9-4d92-98a7-808ecc479ca8 .shg-image-zoom,
.shg-c#s-7d029497-18d9-4d92-98a7-808ecc479ca8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7d029497-18d9-4d92-98a7-808ecc479ca8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-7d029497-18d9-4d92-98a7-808ecc479ca8 {
  max-width: 100%;
}

.shg-c#s-7d029497-18d9-4d92-98a7-808ecc479ca8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7d029497-18d9-4d92-98a7-808ecc479ca8 .shg-image-zoom,
.shg-c#s-7d029497-18d9-4d92-98a7-808ecc479ca8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7d029497-18d9-4d92-98a7-808ecc479ca8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7d029497-18d9-4d92-98a7-808ecc479ca8 {
  max-width: 100%;
}

.shg-c#s-7d029497-18d9-4d92-98a7-808ecc479ca8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7d029497-18d9-4d92-98a7-808ecc479ca8 .shg-image-zoom,
.shg-c#s-7d029497-18d9-4d92-98a7-808ecc479ca8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7d029497-18d9-4d92-98a7-808ecc479ca8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7d029497-18d9-4d92-98a7-808ecc479ca8 {
  max-width: 100%;
}

.shg-c#s-7d029497-18d9-4d92-98a7-808ecc479ca8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7d029497-18d9-4d92-98a7-808ecc479ca8 .shg-image-zoom,
.shg-c#s-7d029497-18d9-4d92-98a7-808ecc479ca8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7d029497-18d9-4d92-98a7-808ecc479ca8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-7d029497-18d9-4d92-98a7-808ecc479ca8 {
  max-width: 100%;
}

.shg-c#s-7d029497-18d9-4d92-98a7-808ecc479ca8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7d029497-18d9-4d92-98a7-808ecc479ca8 .shg-image-zoom,
.shg-c#s-7d029497-18d9-4d92-98a7-808ecc479ca8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7d029497-18d9-4d92-98a7-808ecc479ca8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-248a3fac-603d-4b47-9b6e-706f57b7fa0f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-248a3fac-603d-4b47-9b6e-706f57b7fa0f .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-d18789d4-23d7-4afa-9c6c-7d09b849460c {
  display: none;
}
#s-e5f1f269-f68b-4294-b2ea-81e7edb0e20f {
  text-align: left;
}


.shg-c#s-e5f1f269-f68b-4294-b2ea-81e7edb0e20f {
  max-width: 100%;
}

.shg-c#s-e5f1f269-f68b-4294-b2ea-81e7edb0e20f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e5f1f269-f68b-4294-b2ea-81e7edb0e20f .shg-image-zoom,
.shg-c#s-e5f1f269-f68b-4294-b2ea-81e7edb0e20f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e5f1f269-f68b-4294-b2ea-81e7edb0e20f .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-e5f1f269-f68b-4294-b2ea-81e7edb0e20f {
  max-width: 100%;
}

.shg-c#s-e5f1f269-f68b-4294-b2ea-81e7edb0e20f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e5f1f269-f68b-4294-b2ea-81e7edb0e20f .shg-image-zoom,
.shg-c#s-e5f1f269-f68b-4294-b2ea-81e7edb0e20f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e5f1f269-f68b-4294-b2ea-81e7edb0e20f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e5f1f269-f68b-4294-b2ea-81e7edb0e20f {
  max-width: 100%;
}

.shg-c#s-e5f1f269-f68b-4294-b2ea-81e7edb0e20f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e5f1f269-f68b-4294-b2ea-81e7edb0e20f .shg-image-zoom,
.shg-c#s-e5f1f269-f68b-4294-b2ea-81e7edb0e20f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e5f1f269-f68b-4294-b2ea-81e7edb0e20f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e5f1f269-f68b-4294-b2ea-81e7edb0e20f {
  max-width: 100%;
}

.shg-c#s-e5f1f269-f68b-4294-b2ea-81e7edb0e20f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e5f1f269-f68b-4294-b2ea-81e7edb0e20f .shg-image-zoom,
.shg-c#s-e5f1f269-f68b-4294-b2ea-81e7edb0e20f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e5f1f269-f68b-4294-b2ea-81e7edb0e20f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-e5f1f269-f68b-4294-b2ea-81e7edb0e20f {
  max-width: 100%;
}

.shg-c#s-e5f1f269-f68b-4294-b2ea-81e7edb0e20f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e5f1f269-f68b-4294-b2ea-81e7edb0e20f .shg-image-zoom,
.shg-c#s-e5f1f269-f68b-4294-b2ea-81e7edb0e20f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e5f1f269-f68b-4294-b2ea-81e7edb0e20f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-4423ff9b-fa33-475a-ae89-a0f98b4acd8a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4423ff9b-fa33-475a-ae89-a0f98b4acd8a .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

@media (min-width: 768px) and (max-width: 991px){#s-804d95cf-2984-4572-b74c-faa1a4f8b03b {
  display: none;
}
#s-804d95cf-2984-4572-b74c-faa1a4f8b03b, #wrap-s-804d95cf-2984-4572-b74c-faa1a4f8b03b { display:none !important; }}@media (max-width: 767px){#s-804d95cf-2984-4572-b74c-faa1a4f8b03b {
  display: none;
}
#s-804d95cf-2984-4572-b74c-faa1a4f8b03b, #wrap-s-804d95cf-2984-4572-b74c-faa1a4f8b03b { display:none !important; }}
@media (min-width: 0px) {
[id="s-804d95cf-2984-4572-b74c-faa1a4f8b03b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-804d95cf-2984-4572-b74c-faa1a4f8b03b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-804d95cf-2984-4572-b74c-faa1a4f8b03b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-804d95cf-2984-4572-b74c-faa1a4f8b03b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-804d95cf-2984-4572-b74c-faa1a4f8b03b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-804d95cf-2984-4572-b74c-faa1a4f8b03b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-804d95cf-2984-4572-b74c-faa1a4f8b03b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-804d95cf-2984-4572-b74c-faa1a4f8b03b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-804d95cf-2984-4572-b74c-faa1a4f8b03b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-804d95cf-2984-4572-b74c-faa1a4f8b03b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-804d95cf-2984-4572-b74c-faa1a4f8b03b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-804d95cf-2984-4572-b74c-faa1a4f8b03b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-804d95cf-2984-4572-b74c-faa1a4f8b03b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-804d95cf-2984-4572-b74c-faa1a4f8b03b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-804d95cf-2984-4572-b74c-faa1a4f8b03b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-804d95cf-2984-4572-b74c-faa1a4f8b03b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-804d95cf-2984-4572-b74c-faa1a4f8b03b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-804d95cf-2984-4572-b74c-faa1a4f8b03b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-804d95cf-2984-4572-b74c-faa1a4f8b03b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-804d95cf-2984-4572-b74c-faa1a4f8b03b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-804d95cf-2984-4572-b74c-faa1a4f8b03b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-804d95cf-2984-4572-b74c-faa1a4f8b03b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-804d95cf-2984-4572-b74c-faa1a4f8b03b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-804d95cf-2984-4572-b74c-faa1a4f8b03b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-804d95cf-2984-4572-b74c-faa1a4f8b03b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-804d95cf-2984-4572-b74c-faa1a4f8b03b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-804d95cf-2984-4572-b74c-faa1a4f8b03b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-804d95cf-2984-4572-b74c-faa1a4f8b03b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-804d95cf-2984-4572-b74c-faa1a4f8b03b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-804d95cf-2984-4572-b74c-faa1a4f8b03b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-804d95cf-2984-4572-b74c-faa1a4f8b03b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-804d95cf-2984-4572-b74c-faa1a4f8b03b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-804d95cf-2984-4572-b74c-faa1a4f8b03b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-804d95cf-2984-4572-b74c-faa1a4f8b03b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-804d95cf-2984-4572-b74c-faa1a4f8b03b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-804d95cf-2984-4572-b74c-faa1a4f8b03b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-804d95cf-2984-4572-b74c-faa1a4f8b03b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-804d95cf-2984-4572-b74c-faa1a4f8b03b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-fc6287c9-2851-4bab-b596-24f5f25e8d4e {
  display: none;
}
#s-bfec9e42-58b7-4dae-ae25-4c9d21f9cb45 {
  text-align: left;
}


.shg-c#s-bfec9e42-58b7-4dae-ae25-4c9d21f9cb45 {
  max-width: 100%;
}

.shg-c#s-bfec9e42-58b7-4dae-ae25-4c9d21f9cb45 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bfec9e42-58b7-4dae-ae25-4c9d21f9cb45 .shg-image-zoom,
.shg-c#s-bfec9e42-58b7-4dae-ae25-4c9d21f9cb45 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bfec9e42-58b7-4dae-ae25-4c9d21f9cb45 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-bfec9e42-58b7-4dae-ae25-4c9d21f9cb45 {
  max-width: 100%;
}

.shg-c#s-bfec9e42-58b7-4dae-ae25-4c9d21f9cb45 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bfec9e42-58b7-4dae-ae25-4c9d21f9cb45 .shg-image-zoom,
.shg-c#s-bfec9e42-58b7-4dae-ae25-4c9d21f9cb45 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bfec9e42-58b7-4dae-ae25-4c9d21f9cb45 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-bfec9e42-58b7-4dae-ae25-4c9d21f9cb45 {
  max-width: 100%;
}

.shg-c#s-bfec9e42-58b7-4dae-ae25-4c9d21f9cb45 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bfec9e42-58b7-4dae-ae25-4c9d21f9cb45 .shg-image-zoom,
.shg-c#s-bfec9e42-58b7-4dae-ae25-4c9d21f9cb45 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bfec9e42-58b7-4dae-ae25-4c9d21f9cb45 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-bfec9e42-58b7-4dae-ae25-4c9d21f9cb45 {
  max-width: 100%;
}

.shg-c#s-bfec9e42-58b7-4dae-ae25-4c9d21f9cb45 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bfec9e42-58b7-4dae-ae25-4c9d21f9cb45 .shg-image-zoom,
.shg-c#s-bfec9e42-58b7-4dae-ae25-4c9d21f9cb45 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bfec9e42-58b7-4dae-ae25-4c9d21f9cb45 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-bfec9e42-58b7-4dae-ae25-4c9d21f9cb45 {
  max-width: 100%;
}

.shg-c#s-bfec9e42-58b7-4dae-ae25-4c9d21f9cb45 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bfec9e42-58b7-4dae-ae25-4c9d21f9cb45 .shg-image-zoom,
.shg-c#s-bfec9e42-58b7-4dae-ae25-4c9d21f9cb45 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bfec9e42-58b7-4dae-ae25-4c9d21f9cb45 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-f52170cb-39d9-4869-8e24-ec99432bdbb0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f52170cb-39d9-4869-8e24-ec99432bdbb0 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-991570b3-a817-442d-9684-66cbfbcdb4fd {
  display: none;
}
#s-21c3c5f9-1b17-4150-9f67-f89941c36763 {
  text-align: left;
}


.shg-c#s-21c3c5f9-1b17-4150-9f67-f89941c36763 {
  max-width: 100%;
}

.shg-c#s-21c3c5f9-1b17-4150-9f67-f89941c36763 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-21c3c5f9-1b17-4150-9f67-f89941c36763 .shg-image-zoom,
.shg-c#s-21c3c5f9-1b17-4150-9f67-f89941c36763 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-21c3c5f9-1b17-4150-9f67-f89941c36763 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-21c3c5f9-1b17-4150-9f67-f89941c36763 {
  max-width: 100%;
}

.shg-c#s-21c3c5f9-1b17-4150-9f67-f89941c36763 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-21c3c5f9-1b17-4150-9f67-f89941c36763 .shg-image-zoom,
.shg-c#s-21c3c5f9-1b17-4150-9f67-f89941c36763 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-21c3c5f9-1b17-4150-9f67-f89941c36763 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-21c3c5f9-1b17-4150-9f67-f89941c36763 {
  max-width: 100%;
}

.shg-c#s-21c3c5f9-1b17-4150-9f67-f89941c36763 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-21c3c5f9-1b17-4150-9f67-f89941c36763 .shg-image-zoom,
.shg-c#s-21c3c5f9-1b17-4150-9f67-f89941c36763 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-21c3c5f9-1b17-4150-9f67-f89941c36763 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-21c3c5f9-1b17-4150-9f67-f89941c36763 {
  max-width: 100%;
}

.shg-c#s-21c3c5f9-1b17-4150-9f67-f89941c36763 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-21c3c5f9-1b17-4150-9f67-f89941c36763 .shg-image-zoom,
.shg-c#s-21c3c5f9-1b17-4150-9f67-f89941c36763 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-21c3c5f9-1b17-4150-9f67-f89941c36763 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-21c3c5f9-1b17-4150-9f67-f89941c36763 {
  max-width: 100%;
}

.shg-c#s-21c3c5f9-1b17-4150-9f67-f89941c36763 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-21c3c5f9-1b17-4150-9f67-f89941c36763 .shg-image-zoom,
.shg-c#s-21c3c5f9-1b17-4150-9f67-f89941c36763 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-21c3c5f9-1b17-4150-9f67-f89941c36763 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-4dba2890-623b-40bc-b05f-f828ea75c054 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4dba2890-623b-40bc-b05f-f828ea75c054 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-a4a3153f-2dab-4407-b6a0-09c537179e22 {
  display: none;
}
#s-b4f94a94-6ae3-4508-8591-615e5a3c7978 {
  text-align: left;
}


.shg-c#s-b4f94a94-6ae3-4508-8591-615e5a3c7978 {
  max-width: 100%;
}

.shg-c#s-b4f94a94-6ae3-4508-8591-615e5a3c7978 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b4f94a94-6ae3-4508-8591-615e5a3c7978 .shg-image-zoom,
.shg-c#s-b4f94a94-6ae3-4508-8591-615e5a3c7978 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b4f94a94-6ae3-4508-8591-615e5a3c7978 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-b4f94a94-6ae3-4508-8591-615e5a3c7978 {
  max-width: 100%;
}

.shg-c#s-b4f94a94-6ae3-4508-8591-615e5a3c7978 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b4f94a94-6ae3-4508-8591-615e5a3c7978 .shg-image-zoom,
.shg-c#s-b4f94a94-6ae3-4508-8591-615e5a3c7978 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b4f94a94-6ae3-4508-8591-615e5a3c7978 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b4f94a94-6ae3-4508-8591-615e5a3c7978 {
  max-width: 100%;
}

.shg-c#s-b4f94a94-6ae3-4508-8591-615e5a3c7978 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b4f94a94-6ae3-4508-8591-615e5a3c7978 .shg-image-zoom,
.shg-c#s-b4f94a94-6ae3-4508-8591-615e5a3c7978 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b4f94a94-6ae3-4508-8591-615e5a3c7978 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b4f94a94-6ae3-4508-8591-615e5a3c7978 {
  max-width: 100%;
}

.shg-c#s-b4f94a94-6ae3-4508-8591-615e5a3c7978 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b4f94a94-6ae3-4508-8591-615e5a3c7978 .shg-image-zoom,
.shg-c#s-b4f94a94-6ae3-4508-8591-615e5a3c7978 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b4f94a94-6ae3-4508-8591-615e5a3c7978 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-b4f94a94-6ae3-4508-8591-615e5a3c7978 {
  max-width: 100%;
}

.shg-c#s-b4f94a94-6ae3-4508-8591-615e5a3c7978 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b4f94a94-6ae3-4508-8591-615e5a3c7978 .shg-image-zoom,
.shg-c#s-b4f94a94-6ae3-4508-8591-615e5a3c7978 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b4f94a94-6ae3-4508-8591-615e5a3c7978 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-a87bed59-f3d0-4843-8982-7e344a04225d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a87bed59-f3d0-4843-8982-7e344a04225d .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-bc91e008-6c2b-405c-a1f3-51fe0dac7d54 {
  display: none;
}
#s-44b2a1ae-245d-4ac2-bd0d-265a00c0658b {
  text-align: left;
}


.shg-c#s-44b2a1ae-245d-4ac2-bd0d-265a00c0658b {
  max-width: 100%;
}

.shg-c#s-44b2a1ae-245d-4ac2-bd0d-265a00c0658b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-44b2a1ae-245d-4ac2-bd0d-265a00c0658b .shg-image-zoom,
.shg-c#s-44b2a1ae-245d-4ac2-bd0d-265a00c0658b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-44b2a1ae-245d-4ac2-bd0d-265a00c0658b .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-44b2a1ae-245d-4ac2-bd0d-265a00c0658b {
  max-width: 100%;
}

.shg-c#s-44b2a1ae-245d-4ac2-bd0d-265a00c0658b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-44b2a1ae-245d-4ac2-bd0d-265a00c0658b .shg-image-zoom,
.shg-c#s-44b2a1ae-245d-4ac2-bd0d-265a00c0658b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-44b2a1ae-245d-4ac2-bd0d-265a00c0658b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-44b2a1ae-245d-4ac2-bd0d-265a00c0658b {
  max-width: 100%;
}

.shg-c#s-44b2a1ae-245d-4ac2-bd0d-265a00c0658b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-44b2a1ae-245d-4ac2-bd0d-265a00c0658b .shg-image-zoom,
.shg-c#s-44b2a1ae-245d-4ac2-bd0d-265a00c0658b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-44b2a1ae-245d-4ac2-bd0d-265a00c0658b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-44b2a1ae-245d-4ac2-bd0d-265a00c0658b {
  max-width: 100%;
}

.shg-c#s-44b2a1ae-245d-4ac2-bd0d-265a00c0658b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-44b2a1ae-245d-4ac2-bd0d-265a00c0658b .shg-image-zoom,
.shg-c#s-44b2a1ae-245d-4ac2-bd0d-265a00c0658b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-44b2a1ae-245d-4ac2-bd0d-265a00c0658b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-44b2a1ae-245d-4ac2-bd0d-265a00c0658b {
  max-width: 100%;
}

.shg-c#s-44b2a1ae-245d-4ac2-bd0d-265a00c0658b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-44b2a1ae-245d-4ac2-bd0d-265a00c0658b .shg-image-zoom,
.shg-c#s-44b2a1ae-245d-4ac2-bd0d-265a00c0658b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-44b2a1ae-245d-4ac2-bd0d-265a00c0658b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-68439b35-fb4c-4a25-befc-7a768c8824cf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-68439b35-fb4c-4a25-befc-7a768c8824cf .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-3fd7222f-043f-4612-bf4b-2790e0a0839c {
  min-height: 50px;
}
@media (min-width: 1200px){#s-3fd7222f-043f-4612-bf4b-2790e0a0839c {
  display: none;
}
#s-3fd7222f-043f-4612-bf4b-2790e0a0839c, #wrap-s-3fd7222f-043f-4612-bf4b-2790e0a0839c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3fd7222f-043f-4612-bf4b-2790e0a0839c {
  display: none;
}
#s-3fd7222f-043f-4612-bf4b-2790e0a0839c, #wrap-s-3fd7222f-043f-4612-bf4b-2790e0a0839c { display:none !important; }}







#s-3fd7222f-043f-4612-bf4b-2790e0a0839c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3fd7222f-043f-4612-bf4b-2790e0a0839c.shg-box.shg-c {
  justify-content: center;
}

#s-82520f01-0acf-4b7f-80b9-6833ea5515f3 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-82520f01-0acf-4b7f-80b9-6833ea5515f3 {
  display: none;
}
#s-82520f01-0acf-4b7f-80b9-6833ea5515f3, #wrap-s-82520f01-0acf-4b7f-80b9-6833ea5515f3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-82520f01-0acf-4b7f-80b9-6833ea5515f3 {
  display: none;
}
#s-82520f01-0acf-4b7f-80b9-6833ea5515f3, #wrap-s-82520f01-0acf-4b7f-80b9-6833ea5515f3 { display:none !important; }}
#s-82520f01-0acf-4b7f-80b9-6833ea5515f3 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-82520f01-0acf-4b7f-80b9-6833ea5515f3 .shg-sld-nav-button.shg-sld-left,
#s-82520f01-0acf-4b7f-80b9-6833ea5515f3 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-4848b0bb-ab2a-47f3-a188-a9741eeb4f4d {
  display: none;
}
#s-095e176e-6390-4b52-a3cf-4058c80537d4 {
  text-align: left;
}


.shg-c#s-095e176e-6390-4b52-a3cf-4058c80537d4 {
  max-width: 100%;
}

.shg-c#s-095e176e-6390-4b52-a3cf-4058c80537d4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-095e176e-6390-4b52-a3cf-4058c80537d4 .shg-image-zoom,
.shg-c#s-095e176e-6390-4b52-a3cf-4058c80537d4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-095e176e-6390-4b52-a3cf-4058c80537d4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-095e176e-6390-4b52-a3cf-4058c80537d4 {
  max-width: 100%;
}

.shg-c#s-095e176e-6390-4b52-a3cf-4058c80537d4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-095e176e-6390-4b52-a3cf-4058c80537d4 .shg-image-zoom,
.shg-c#s-095e176e-6390-4b52-a3cf-4058c80537d4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-095e176e-6390-4b52-a3cf-4058c80537d4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-095e176e-6390-4b52-a3cf-4058c80537d4 {
  max-width: 100%;
}

.shg-c#s-095e176e-6390-4b52-a3cf-4058c80537d4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-095e176e-6390-4b52-a3cf-4058c80537d4 .shg-image-zoom,
.shg-c#s-095e176e-6390-4b52-a3cf-4058c80537d4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-095e176e-6390-4b52-a3cf-4058c80537d4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-095e176e-6390-4b52-a3cf-4058c80537d4 {
  max-width: 100%;
}

.shg-c#s-095e176e-6390-4b52-a3cf-4058c80537d4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-095e176e-6390-4b52-a3cf-4058c80537d4 .shg-image-zoom,
.shg-c#s-095e176e-6390-4b52-a3cf-4058c80537d4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-095e176e-6390-4b52-a3cf-4058c80537d4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-095e176e-6390-4b52-a3cf-4058c80537d4 {
  max-width: 100%;
}

.shg-c#s-095e176e-6390-4b52-a3cf-4058c80537d4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-095e176e-6390-4b52-a3cf-4058c80537d4 .shg-image-zoom,
.shg-c#s-095e176e-6390-4b52-a3cf-4058c80537d4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-095e176e-6390-4b52-a3cf-4058c80537d4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-3c53b375-a184-453d-8004-f088d33c5cb7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3c53b375-a184-453d-8004-f088d33c5cb7 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-444fbf89-338c-45b4-8b5d-aa6ef9c7c7b0 {
  display: none;
}
#s-1eb9c300-ab72-4c6d-9e0f-db57e7f8b345 {
  text-align: left;
}


.shg-c#s-1eb9c300-ab72-4c6d-9e0f-db57e7f8b345 {
  max-width: 100%;
}

.shg-c#s-1eb9c300-ab72-4c6d-9e0f-db57e7f8b345 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1eb9c300-ab72-4c6d-9e0f-db57e7f8b345 .shg-image-zoom,
.shg-c#s-1eb9c300-ab72-4c6d-9e0f-db57e7f8b345 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1eb9c300-ab72-4c6d-9e0f-db57e7f8b345 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-1eb9c300-ab72-4c6d-9e0f-db57e7f8b345 {
  max-width: 100%;
}

.shg-c#s-1eb9c300-ab72-4c6d-9e0f-db57e7f8b345 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1eb9c300-ab72-4c6d-9e0f-db57e7f8b345 .shg-image-zoom,
.shg-c#s-1eb9c300-ab72-4c6d-9e0f-db57e7f8b345 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1eb9c300-ab72-4c6d-9e0f-db57e7f8b345 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1eb9c300-ab72-4c6d-9e0f-db57e7f8b345 {
  max-width: 100%;
}

.shg-c#s-1eb9c300-ab72-4c6d-9e0f-db57e7f8b345 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1eb9c300-ab72-4c6d-9e0f-db57e7f8b345 .shg-image-zoom,
.shg-c#s-1eb9c300-ab72-4c6d-9e0f-db57e7f8b345 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1eb9c300-ab72-4c6d-9e0f-db57e7f8b345 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1eb9c300-ab72-4c6d-9e0f-db57e7f8b345 {
  max-width: 100%;
}

.shg-c#s-1eb9c300-ab72-4c6d-9e0f-db57e7f8b345 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1eb9c300-ab72-4c6d-9e0f-db57e7f8b345 .shg-image-zoom,
.shg-c#s-1eb9c300-ab72-4c6d-9e0f-db57e7f8b345 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1eb9c300-ab72-4c6d-9e0f-db57e7f8b345 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-1eb9c300-ab72-4c6d-9e0f-db57e7f8b345 {
  max-width: 100%;
}

.shg-c#s-1eb9c300-ab72-4c6d-9e0f-db57e7f8b345 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1eb9c300-ab72-4c6d-9e0f-db57e7f8b345 .shg-image-zoom,
.shg-c#s-1eb9c300-ab72-4c6d-9e0f-db57e7f8b345 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1eb9c300-ab72-4c6d-9e0f-db57e7f8b345 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-78ba2fbc-163a-4dfc-a150-79f5efb2098c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-78ba2fbc-163a-4dfc-a150-79f5efb2098c .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-6381a7e7-95ca-479b-94ec-82b981f1e2e4 {
  display: none;
}
#s-4600b849-df0a-45b9-bc81-2ec03eda6cb3 {
  display: none;
}
#s-a988f87b-d83f-432e-a6fe-67c263e8e8b7 {
  text-align: left;
}


.shg-c#s-a988f87b-d83f-432e-a6fe-67c263e8e8b7 {
  max-width: 100%;
}

.shg-c#s-a988f87b-d83f-432e-a6fe-67c263e8e8b7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a988f87b-d83f-432e-a6fe-67c263e8e8b7 .shg-image-zoom,
.shg-c#s-a988f87b-d83f-432e-a6fe-67c263e8e8b7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a988f87b-d83f-432e-a6fe-67c263e8e8b7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-a988f87b-d83f-432e-a6fe-67c263e8e8b7 {
  max-width: 100%;
}

.shg-c#s-a988f87b-d83f-432e-a6fe-67c263e8e8b7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a988f87b-d83f-432e-a6fe-67c263e8e8b7 .shg-image-zoom,
.shg-c#s-a988f87b-d83f-432e-a6fe-67c263e8e8b7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a988f87b-d83f-432e-a6fe-67c263e8e8b7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a988f87b-d83f-432e-a6fe-67c263e8e8b7 {
  max-width: 100%;
}

.shg-c#s-a988f87b-d83f-432e-a6fe-67c263e8e8b7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a988f87b-d83f-432e-a6fe-67c263e8e8b7 .shg-image-zoom,
.shg-c#s-a988f87b-d83f-432e-a6fe-67c263e8e8b7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a988f87b-d83f-432e-a6fe-67c263e8e8b7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a988f87b-d83f-432e-a6fe-67c263e8e8b7 {
  max-width: 100%;
}

.shg-c#s-a988f87b-d83f-432e-a6fe-67c263e8e8b7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a988f87b-d83f-432e-a6fe-67c263e8e8b7 .shg-image-zoom,
.shg-c#s-a988f87b-d83f-432e-a6fe-67c263e8e8b7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a988f87b-d83f-432e-a6fe-67c263e8e8b7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-a988f87b-d83f-432e-a6fe-67c263e8e8b7 {
  max-width: 100%;
}

.shg-c#s-a988f87b-d83f-432e-a6fe-67c263e8e8b7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a988f87b-d83f-432e-a6fe-67c263e8e8b7 .shg-image-zoom,
.shg-c#s-a988f87b-d83f-432e-a6fe-67c263e8e8b7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a988f87b-d83f-432e-a6fe-67c263e8e8b7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-0c3e6e40-5077-4a55-97d4-3d41c59053df {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0c3e6e40-5077-4a55-97d4-3d41c59053df .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

@media (min-width: 1200px){#s-50e346ea-94d5-44a6-810c-09f4967f4a1d {
  display: none;
}
#s-50e346ea-94d5-44a6-810c-09f4967f4a1d, #wrap-s-50e346ea-94d5-44a6-810c-09f4967f4a1d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-50e346ea-94d5-44a6-810c-09f4967f4a1d {
  display: none;
}
#s-50e346ea-94d5-44a6-810c-09f4967f4a1d, #wrap-s-50e346ea-94d5-44a6-810c-09f4967f4a1d { display:none !important; }}
@media (min-width: 0px) {
[id="s-50e346ea-94d5-44a6-810c-09f4967f4a1d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-50e346ea-94d5-44a6-810c-09f4967f4a1d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-50e346ea-94d5-44a6-810c-09f4967f4a1d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-50e346ea-94d5-44a6-810c-09f4967f4a1d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-50e346ea-94d5-44a6-810c-09f4967f4a1d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-50e346ea-94d5-44a6-810c-09f4967f4a1d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-50e346ea-94d5-44a6-810c-09f4967f4a1d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-50e346ea-94d5-44a6-810c-09f4967f4a1d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-50e346ea-94d5-44a6-810c-09f4967f4a1d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-50e346ea-94d5-44a6-810c-09f4967f4a1d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-50e346ea-94d5-44a6-810c-09f4967f4a1d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-50e346ea-94d5-44a6-810c-09f4967f4a1d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-50e346ea-94d5-44a6-810c-09f4967f4a1d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-50e346ea-94d5-44a6-810c-09f4967f4a1d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-50e346ea-94d5-44a6-810c-09f4967f4a1d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-50e346ea-94d5-44a6-810c-09f4967f4a1d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-50e346ea-94d5-44a6-810c-09f4967f4a1d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-50e346ea-94d5-44a6-810c-09f4967f4a1d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-50e346ea-94d5-44a6-810c-09f4967f4a1d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-50e346ea-94d5-44a6-810c-09f4967f4a1d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-50e346ea-94d5-44a6-810c-09f4967f4a1d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-50e346ea-94d5-44a6-810c-09f4967f4a1d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-50e346ea-94d5-44a6-810c-09f4967f4a1d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-50e346ea-94d5-44a6-810c-09f4967f4a1d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-50e346ea-94d5-44a6-810c-09f4967f4a1d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-50e346ea-94d5-44a6-810c-09f4967f4a1d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-50e346ea-94d5-44a6-810c-09f4967f4a1d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-50e346ea-94d5-44a6-810c-09f4967f4a1d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-50e346ea-94d5-44a6-810c-09f4967f4a1d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-50e346ea-94d5-44a6-810c-09f4967f4a1d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-50e346ea-94d5-44a6-810c-09f4967f4a1d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-50e346ea-94d5-44a6-810c-09f4967f4a1d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-50e346ea-94d5-44a6-810c-09f4967f4a1d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-50e346ea-94d5-44a6-810c-09f4967f4a1d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-50e346ea-94d5-44a6-810c-09f4967f4a1d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-50e346ea-94d5-44a6-810c-09f4967f4a1d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-50e346ea-94d5-44a6-810c-09f4967f4a1d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-0c144ea3-d2ee-4947-95ed-9e2f58590550 {
  display: none;
}
#s-df9e9fb4-d05a-4f60-bb48-44ec96243549 {
  display: none;
}
#s-b4c489e6-c2e8-40ea-9932-be95736976e7 {
  text-align: left;
}


.shg-c#s-b4c489e6-c2e8-40ea-9932-be95736976e7 {
  max-width: 100%;
}

.shg-c#s-b4c489e6-c2e8-40ea-9932-be95736976e7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b4c489e6-c2e8-40ea-9932-be95736976e7 .shg-image-zoom,
.shg-c#s-b4c489e6-c2e8-40ea-9932-be95736976e7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b4c489e6-c2e8-40ea-9932-be95736976e7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-b4c489e6-c2e8-40ea-9932-be95736976e7 {
  max-width: 100%;
}

.shg-c#s-b4c489e6-c2e8-40ea-9932-be95736976e7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b4c489e6-c2e8-40ea-9932-be95736976e7 .shg-image-zoom,
.shg-c#s-b4c489e6-c2e8-40ea-9932-be95736976e7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b4c489e6-c2e8-40ea-9932-be95736976e7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b4c489e6-c2e8-40ea-9932-be95736976e7 {
  max-width: 100%;
}

.shg-c#s-b4c489e6-c2e8-40ea-9932-be95736976e7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b4c489e6-c2e8-40ea-9932-be95736976e7 .shg-image-zoom,
.shg-c#s-b4c489e6-c2e8-40ea-9932-be95736976e7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b4c489e6-c2e8-40ea-9932-be95736976e7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b4c489e6-c2e8-40ea-9932-be95736976e7 {
  max-width: 100%;
}

.shg-c#s-b4c489e6-c2e8-40ea-9932-be95736976e7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b4c489e6-c2e8-40ea-9932-be95736976e7 .shg-image-zoom,
.shg-c#s-b4c489e6-c2e8-40ea-9932-be95736976e7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b4c489e6-c2e8-40ea-9932-be95736976e7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-b4c489e6-c2e8-40ea-9932-be95736976e7 {
  max-width: 100%;
}

.shg-c#s-b4c489e6-c2e8-40ea-9932-be95736976e7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b4c489e6-c2e8-40ea-9932-be95736976e7 .shg-image-zoom,
.shg-c#s-b4c489e6-c2e8-40ea-9932-be95736976e7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b4c489e6-c2e8-40ea-9932-be95736976e7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-021f85a5-a1e1-48f1-b9ef-49dea14dd908 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-021f85a5-a1e1-48f1-b9ef-49dea14dd908 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-2309d3d5-b4f8-494a-bfd6-1b37902190bc {
  display: none;
}
#s-58d2cc4d-b93a-4f92-b8c4-3192a2820e8c {
  text-align: left;
}


.shg-c#s-58d2cc4d-b93a-4f92-b8c4-3192a2820e8c {
  max-width: 100%;
}

.shg-c#s-58d2cc4d-b93a-4f92-b8c4-3192a2820e8c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-58d2cc4d-b93a-4f92-b8c4-3192a2820e8c .shg-image-zoom,
.shg-c#s-58d2cc4d-b93a-4f92-b8c4-3192a2820e8c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-58d2cc4d-b93a-4f92-b8c4-3192a2820e8c .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-58d2cc4d-b93a-4f92-b8c4-3192a2820e8c {
  max-width: 100%;
}

.shg-c#s-58d2cc4d-b93a-4f92-b8c4-3192a2820e8c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-58d2cc4d-b93a-4f92-b8c4-3192a2820e8c .shg-image-zoom,
.shg-c#s-58d2cc4d-b93a-4f92-b8c4-3192a2820e8c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-58d2cc4d-b93a-4f92-b8c4-3192a2820e8c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-58d2cc4d-b93a-4f92-b8c4-3192a2820e8c {
  max-width: 100%;
}

.shg-c#s-58d2cc4d-b93a-4f92-b8c4-3192a2820e8c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-58d2cc4d-b93a-4f92-b8c4-3192a2820e8c .shg-image-zoom,
.shg-c#s-58d2cc4d-b93a-4f92-b8c4-3192a2820e8c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-58d2cc4d-b93a-4f92-b8c4-3192a2820e8c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-58d2cc4d-b93a-4f92-b8c4-3192a2820e8c {
  max-width: 100%;
}

.shg-c#s-58d2cc4d-b93a-4f92-b8c4-3192a2820e8c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-58d2cc4d-b93a-4f92-b8c4-3192a2820e8c .shg-image-zoom,
.shg-c#s-58d2cc4d-b93a-4f92-b8c4-3192a2820e8c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-58d2cc4d-b93a-4f92-b8c4-3192a2820e8c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-58d2cc4d-b93a-4f92-b8c4-3192a2820e8c {
  max-width: 100%;
}

.shg-c#s-58d2cc4d-b93a-4f92-b8c4-3192a2820e8c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-58d2cc4d-b93a-4f92-b8c4-3192a2820e8c .shg-image-zoom,
.shg-c#s-58d2cc4d-b93a-4f92-b8c4-3192a2820e8c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-58d2cc4d-b93a-4f92-b8c4-3192a2820e8c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-73fca553-901f-4fab-9d26-61abc21343cd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-73fca553-901f-4fab-9d26-61abc21343cd .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-7f99fb38-8bf7-4304-8755-a316790bc7d6 {
  display: none;
}
#s-f70e3609-a8ef-40ee-b432-17940b27257e {
  text-align: left;
}


.shg-c#s-f70e3609-a8ef-40ee-b432-17940b27257e {
  max-width: 100%;
}

.shg-c#s-f70e3609-a8ef-40ee-b432-17940b27257e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f70e3609-a8ef-40ee-b432-17940b27257e .shg-image-zoom,
.shg-c#s-f70e3609-a8ef-40ee-b432-17940b27257e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f70e3609-a8ef-40ee-b432-17940b27257e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-f70e3609-a8ef-40ee-b432-17940b27257e {
  max-width: 100%;
}

.shg-c#s-f70e3609-a8ef-40ee-b432-17940b27257e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f70e3609-a8ef-40ee-b432-17940b27257e .shg-image-zoom,
.shg-c#s-f70e3609-a8ef-40ee-b432-17940b27257e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f70e3609-a8ef-40ee-b432-17940b27257e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f70e3609-a8ef-40ee-b432-17940b27257e {
  max-width: 100%;
}

.shg-c#s-f70e3609-a8ef-40ee-b432-17940b27257e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f70e3609-a8ef-40ee-b432-17940b27257e .shg-image-zoom,
.shg-c#s-f70e3609-a8ef-40ee-b432-17940b27257e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f70e3609-a8ef-40ee-b432-17940b27257e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f70e3609-a8ef-40ee-b432-17940b27257e {
  max-width: 100%;
}

.shg-c#s-f70e3609-a8ef-40ee-b432-17940b27257e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f70e3609-a8ef-40ee-b432-17940b27257e .shg-image-zoom,
.shg-c#s-f70e3609-a8ef-40ee-b432-17940b27257e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f70e3609-a8ef-40ee-b432-17940b27257e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-f70e3609-a8ef-40ee-b432-17940b27257e {
  max-width: 100%;
}

.shg-c#s-f70e3609-a8ef-40ee-b432-17940b27257e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f70e3609-a8ef-40ee-b432-17940b27257e .shg-image-zoom,
.shg-c#s-f70e3609-a8ef-40ee-b432-17940b27257e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f70e3609-a8ef-40ee-b432-17940b27257e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-57851396-afea-4a8f-af33-3ac6c62c77ad {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-57851396-afea-4a8f-af33-3ac6c62c77ad .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-af5c9f60-8aeb-40e4-b070-0c0566618bda {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 20px;
background-color: rgba(60, 75, 60, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
}
#s-af5c9f60-8aeb-40e4-b070-0c0566618bda:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-af5c9f60-8aeb-40e4-b070-0c0566618bda:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-af5c9f60-8aeb-40e4-b070-0c0566618bda.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Rubik;
  display:  inline-block ;
}

@media (min-width: 1200px){#s-e2bba821-a9cd-4860-8567-deaec8aa688c {
  display: none;
}
#s-e2bba821-a9cd-4860-8567-deaec8aa688c, #wrap-s-e2bba821-a9cd-4860-8567-deaec8aa688c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e2bba821-a9cd-4860-8567-deaec8aa688c {
  display: none;
}
#s-e2bba821-a9cd-4860-8567-deaec8aa688c, #wrap-s-e2bba821-a9cd-4860-8567-deaec8aa688c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e2bba821-a9cd-4860-8567-deaec8aa688c {
  
}
}@media (max-width: 767px){#s-e2bba821-a9cd-4860-8567-deaec8aa688c {
  
}
}







#s-e2bba821-a9cd-4860-8567-deaec8aa688c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e2bba821-a9cd-4860-8567-deaec8aa688c.shg-box.shg-c {
  justify-content: center;
}

#s-e1215f7d-727f-405f-ab57-6dae02fb5924 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e1215f7d-727f-405f-ab57-6dae02fb5924 .shogun-heading-component h3 {
  color: rgba(60, 75, 60, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-650479a9-ae0d-4f63-84cc-cb73f577ae47 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-650479a9-ae0d-4f63-84cc-cb73f577ae47"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-650479a9-ae0d-4f63-84cc-cb73f577ae47"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-650479a9-ae0d-4f63-84cc-cb73f577ae47"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-650479a9-ae0d-4f63-84cc-cb73f577ae47"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-650479a9-ae0d-4f63-84cc-cb73f577ae47"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-650479a9-ae0d-4f63-84cc-cb73f577ae47"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-650479a9-ae0d-4f63-84cc-cb73f577ae47"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-650479a9-ae0d-4f63-84cc-cb73f577ae47"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-650479a9-ae0d-4f63-84cc-cb73f577ae47"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-650479a9-ae0d-4f63-84cc-cb73f577ae47"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-650479a9-ae0d-4f63-84cc-cb73f577ae47"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-650479a9-ae0d-4f63-84cc-cb73f577ae47"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-650479a9-ae0d-4f63-84cc-cb73f577ae47"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-650479a9-ae0d-4f63-84cc-cb73f577ae47"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-650479a9-ae0d-4f63-84cc-cb73f577ae47"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-650479a9-ae0d-4f63-84cc-cb73f577ae47"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-650479a9-ae0d-4f63-84cc-cb73f577ae47"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-650479a9-ae0d-4f63-84cc-cb73f577ae47"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-650479a9-ae0d-4f63-84cc-cb73f577ae47"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-650479a9-ae0d-4f63-84cc-cb73f577ae47"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-650479a9-ae0d-4f63-84cc-cb73f577ae47"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-650479a9-ae0d-4f63-84cc-cb73f577ae47"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-650479a9-ae0d-4f63-84cc-cb73f577ae47"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-650479a9-ae0d-4f63-84cc-cb73f577ae47"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-650479a9-ae0d-4f63-84cc-cb73f577ae47"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-650479a9-ae0d-4f63-84cc-cb73f577ae47"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-650479a9-ae0d-4f63-84cc-cb73f577ae47"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-650479a9-ae0d-4f63-84cc-cb73f577ae47"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-650479a9-ae0d-4f63-84cc-cb73f577ae47"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-650479a9-ae0d-4f63-84cc-cb73f577ae47"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-650479a9-ae0d-4f63-84cc-cb73f577ae47"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-650479a9-ae0d-4f63-84cc-cb73f577ae47"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-650479a9-ae0d-4f63-84cc-cb73f577ae47"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-650479a9-ae0d-4f63-84cc-cb73f577ae47"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-650479a9-ae0d-4f63-84cc-cb73f577ae47"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-650479a9-ae0d-4f63-84cc-cb73f577ae47"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-650479a9-ae0d-4f63-84cc-cb73f577ae47"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-4e0301fd-0185-4ceb-a516-498b3278ddce {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
opacity: 1;
}
#s-4e0301fd-0185-4ceb-a516-498b3278ddce:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
opacity: 1 !important;}



  #s-4e0301fd-0185-4ceb-a516-498b3278ddce img.shogun-image {
    
    width: px;
  }


#s-4e0301fd-0185-4ceb-a516-498b3278ddce .shogun-image-content {
  
    align-items: center;
  
}

#s-96e157a7-f301-4486-897b-47be32b63fe0 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 32px;
background-color: rgba(240, 240, 240, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(60, 75, 60, 1);
letter-spacing: 1px;
}
#s-96e157a7-f301-4486-897b-47be32b63fe0:hover {background-color: rgba(60, 75, 60, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-96e157a7-f301-4486-897b-47be32b63fe0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-96e157a7-f301-4486-897b-47be32b63fe0.shg-btn {
  color: rgba(60, 75, 60, 1);
  font-size: 14px;
  
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-5a4a5b97-56f1-424e-9f1a-bff11df9d479 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}




  #s-5a4a5b97-56f1-424e-9f1a-bff11df9d479 img.shogun-image {
    
    width: px;
  }


#s-5a4a5b97-56f1-424e-9f1a-bff11df9d479 .shogun-image-content {
  
    align-items: center;
  
}

#s-8095a313-5792-4689-80f9-4502b8cc8093 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 32px;
background-color: rgba(240, 240, 240, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(60, 75, 60, 1);
letter-spacing: 1px;
}
#s-8095a313-5792-4689-80f9-4502b8cc8093:hover {background-color: rgba(60, 75, 60, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-8095a313-5792-4689-80f9-4502b8cc8093:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8095a313-5792-4689-80f9-4502b8cc8093.shg-btn {
  color: rgba(60, 75, 60, 1);
  font-size: 14px;
  
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-1183b8b6-c1a8-4430-b87f-c5eba48fae57 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-1183b8b6-c1a8-4430-b87f-c5eba48fae57"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1183b8b6-c1a8-4430-b87f-c5eba48fae57"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-1183b8b6-c1a8-4430-b87f-c5eba48fae57"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-1183b8b6-c1a8-4430-b87f-c5eba48fae57"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-1183b8b6-c1a8-4430-b87f-c5eba48fae57"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-1183b8b6-c1a8-4430-b87f-c5eba48fae57"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-1183b8b6-c1a8-4430-b87f-c5eba48fae57"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-1183b8b6-c1a8-4430-b87f-c5eba48fae57"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-1183b8b6-c1a8-4430-b87f-c5eba48fae57"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-1183b8b6-c1a8-4430-b87f-c5eba48fae57"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-1183b8b6-c1a8-4430-b87f-c5eba48fae57"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-1183b8b6-c1a8-4430-b87f-c5eba48fae57"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-1183b8b6-c1a8-4430-b87f-c5eba48fae57"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-1183b8b6-c1a8-4430-b87f-c5eba48fae57"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-1183b8b6-c1a8-4430-b87f-c5eba48fae57"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-1183b8b6-c1a8-4430-b87f-c5eba48fae57"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-1183b8b6-c1a8-4430-b87f-c5eba48fae57"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-1183b8b6-c1a8-4430-b87f-c5eba48fae57"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-1183b8b6-c1a8-4430-b87f-c5eba48fae57"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-1183b8b6-c1a8-4430-b87f-c5eba48fae57"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-1183b8b6-c1a8-4430-b87f-c5eba48fae57"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-1183b8b6-c1a8-4430-b87f-c5eba48fae57"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-1183b8b6-c1a8-4430-b87f-c5eba48fae57"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-1183b8b6-c1a8-4430-b87f-c5eba48fae57"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-1183b8b6-c1a8-4430-b87f-c5eba48fae57"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-1183b8b6-c1a8-4430-b87f-c5eba48fae57"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-1183b8b6-c1a8-4430-b87f-c5eba48fae57"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-1183b8b6-c1a8-4430-b87f-c5eba48fae57"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-1183b8b6-c1a8-4430-b87f-c5eba48fae57"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-1183b8b6-c1a8-4430-b87f-c5eba48fae57"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-1183b8b6-c1a8-4430-b87f-c5eba48fae57"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-1183b8b6-c1a8-4430-b87f-c5eba48fae57"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-1183b8b6-c1a8-4430-b87f-c5eba48fae57"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-1183b8b6-c1a8-4430-b87f-c5eba48fae57"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-1183b8b6-c1a8-4430-b87f-c5eba48fae57"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-1183b8b6-c1a8-4430-b87f-c5eba48fae57"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-1183b8b6-c1a8-4430-b87f-c5eba48fae57"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-827003d6-270a-4f93-97ab-163024d3f954 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}




  #s-827003d6-270a-4f93-97ab-163024d3f954 img.shogun-image {
    
    width: px;
  }


#s-827003d6-270a-4f93-97ab-163024d3f954 .shogun-image-content {
  
    align-items: center;
  
}

#s-bcc32597-bbd1-43d7-94d7-56f6f682976c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 32px;
background-color: rgba(240, 240, 240, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(60, 75, 60, 1);
letter-spacing: 1px;
}
#s-bcc32597-bbd1-43d7-94d7-56f6f682976c:hover {background-color: rgba(60, 75, 60, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-bcc32597-bbd1-43d7-94d7-56f6f682976c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-bcc32597-bbd1-43d7-94d7-56f6f682976c.shg-btn {
  color: rgba(60, 75, 60, 1);
  font-size: 14px;
  
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-ac5a2c2d-2d18-40d7-be0c-c9979ba35e1c {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}




  #s-ac5a2c2d-2d18-40d7-be0c-c9979ba35e1c img.shogun-image {
    
    width: px;
  }


#s-ac5a2c2d-2d18-40d7-be0c-c9979ba35e1c .shogun-image-content {
  
    align-items: center;
  
}

#s-565f7ec8-366c-4fde-b6b1-de6a0cda6df5 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 32px;
background-color: rgba(240, 240, 240, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(60, 75, 60, 1);
letter-spacing: 1px;
}
#s-565f7ec8-366c-4fde-b6b1-de6a0cda6df5:hover {background-color: rgba(60, 75, 60, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-565f7ec8-366c-4fde-b6b1-de6a0cda6df5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-565f7ec8-366c-4fde-b6b1-de6a0cda6df5.shg-btn {
  color: rgba(60, 75, 60, 1);
  font-size: 14px;
  
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-db53a249-5c06-436c-bc83-c0f4eb6cec8c {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 50px;
padding-left: 5%;
padding-bottom: 50px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-db53a249-5c06-436c-bc83-c0f4eb6cec8c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-db53a249-5c06-436c-bc83-c0f4eb6cec8c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-db53a249-5c06-436c-bc83-c0f4eb6cec8c {
  
}
}@media (max-width: 767px){#s-db53a249-5c06-436c-bc83-c0f4eb6cec8c {
  
}
}







#s-db53a249-5c06-436c-bc83-c0f4eb6cec8c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-db53a249-5c06-436c-bc83-c0f4eb6cec8c.shg-box.shg-c {
  justify-content: flex-start;
}

#s-46909ddc-d8a2-4bb0-a30c-e1b8bd6bcf92 {
  min-height: 50px;
}








#s-46909ddc-d8a2-4bb0-a30c-e1b8bd6bcf92 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-46909ddc-d8a2-4bb0-a30c-e1b8bd6bcf92.shg-box.shg-c {
  justify-content: center;
}

#s-ab168f1b-81f7-4ede-9722-7cb73a6c40b2 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ab168f1b-81f7-4ede-9722-7cb73a6c40b2 .shogun-heading-component h3 {
  color: rgba(60, 75, 60, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 768px) and (max-width: 991px){#s-772167f3-4279-4d26-a59e-12e8590c3475 {
  
}
}@media (max-width: 767px){#s-772167f3-4279-4d26-a59e-12e8590c3475 {
  
}
}
@media (min-width: 0px) {
[id="s-772167f3-4279-4d26-a59e-12e8590c3475"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-772167f3-4279-4d26-a59e-12e8590c3475"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-772167f3-4279-4d26-a59e-12e8590c3475"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-772167f3-4279-4d26-a59e-12e8590c3475"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-772167f3-4279-4d26-a59e-12e8590c3475"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-772167f3-4279-4d26-a59e-12e8590c3475"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-772167f3-4279-4d26-a59e-12e8590c3475"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-772167f3-4279-4d26-a59e-12e8590c3475"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-772167f3-4279-4d26-a59e-12e8590c3475"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-772167f3-4279-4d26-a59e-12e8590c3475"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-772167f3-4279-4d26-a59e-12e8590c3475"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-772167f3-4279-4d26-a59e-12e8590c3475"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-772167f3-4279-4d26-a59e-12e8590c3475"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-772167f3-4279-4d26-a59e-12e8590c3475"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-772167f3-4279-4d26-a59e-12e8590c3475"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-772167f3-4279-4d26-a59e-12e8590c3475"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-772167f3-4279-4d26-a59e-12e8590c3475"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-772167f3-4279-4d26-a59e-12e8590c3475"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-772167f3-4279-4d26-a59e-12e8590c3475"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-772167f3-4279-4d26-a59e-12e8590c3475"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-772167f3-4279-4d26-a59e-12e8590c3475"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-772167f3-4279-4d26-a59e-12e8590c3475"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-772167f3-4279-4d26-a59e-12e8590c3475"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-772167f3-4279-4d26-a59e-12e8590c3475"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-772167f3-4279-4d26-a59e-12e8590c3475"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-772167f3-4279-4d26-a59e-12e8590c3475"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-772167f3-4279-4d26-a59e-12e8590c3475"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-772167f3-4279-4d26-a59e-12e8590c3475"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-772167f3-4279-4d26-a59e-12e8590c3475"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-772167f3-4279-4d26-a59e-12e8590c3475"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-772167f3-4279-4d26-a59e-12e8590c3475"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-772167f3-4279-4d26-a59e-12e8590c3475"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-772167f3-4279-4d26-a59e-12e8590c3475"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-772167f3-4279-4d26-a59e-12e8590c3475"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-772167f3-4279-4d26-a59e-12e8590c3475"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-772167f3-4279-4d26-a59e-12e8590c3475"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-772167f3-4279-4d26-a59e-12e8590c3475"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-772167f3-4279-4d26-a59e-12e8590c3475"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-0c74d6c6-7786-4f17-b121-49c15608e4c1 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-0c74d6c6-7786-4f17-b121-49c15608e4c1 {
  display: none;
}
#s-00dac994-69b7-41b4-a159-5b2a8465472e {
  text-align: left;
}


.shg-c#s-00dac994-69b7-41b4-a159-5b2a8465472e {
  max-width: 100%;
}

.shg-c#s-00dac994-69b7-41b4-a159-5b2a8465472e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-00dac994-69b7-41b4-a159-5b2a8465472e .shg-image-zoom,
.shg-c#s-00dac994-69b7-41b4-a159-5b2a8465472e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-00dac994-69b7-41b4-a159-5b2a8465472e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-00dac994-69b7-41b4-a159-5b2a8465472e {
  max-width: 100%;
}

.shg-c#s-00dac994-69b7-41b4-a159-5b2a8465472e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-00dac994-69b7-41b4-a159-5b2a8465472e .shg-image-zoom,
.shg-c#s-00dac994-69b7-41b4-a159-5b2a8465472e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-00dac994-69b7-41b4-a159-5b2a8465472e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-00dac994-69b7-41b4-a159-5b2a8465472e {
  max-width: 100%;
}

.shg-c#s-00dac994-69b7-41b4-a159-5b2a8465472e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-00dac994-69b7-41b4-a159-5b2a8465472e .shg-image-zoom,
.shg-c#s-00dac994-69b7-41b4-a159-5b2a8465472e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-00dac994-69b7-41b4-a159-5b2a8465472e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-00dac994-69b7-41b4-a159-5b2a8465472e {
  max-width: 100%;
}

.shg-c#s-00dac994-69b7-41b4-a159-5b2a8465472e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-00dac994-69b7-41b4-a159-5b2a8465472e .shg-image-zoom,
.shg-c#s-00dac994-69b7-41b4-a159-5b2a8465472e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-00dac994-69b7-41b4-a159-5b2a8465472e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-00dac994-69b7-41b4-a159-5b2a8465472e {
  max-width: 100%;
}

.shg-c#s-00dac994-69b7-41b4-a159-5b2a8465472e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-00dac994-69b7-41b4-a159-5b2a8465472e .shg-image-zoom,
.shg-c#s-00dac994-69b7-41b4-a159-5b2a8465472e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-00dac994-69b7-41b4-a159-5b2a8465472e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-bf2af855-64f2-4598-8fe7-a0883f258e9e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bf2af855-64f2-4598-8fe7-a0883f258e9e .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-d3cfb6b8-ff05-4a79-a353-5bd44fd43649 {
  text-align: center;
}

#s-d3cfb6b8-ff05-4a79-a353-5bd44fd43649 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-d3cfb6b8-ff05-4a79-a353-5bd44fd43649 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-d3cfb6b8-ff05-4a79-a353-5bd44fd43649 .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-5487dd8a-c733-4924-a97e-7ccc27d6ef66 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 32px;
background-color: rgba(60, 76, 60, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-5487dd8a-c733-4924-a97e-7ccc27d6ef66:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5487dd8a-c733-4924-a97e-7ccc27d6ef66:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5487dd8a-c733-4924-a97e-7ccc27d6ef66 {
  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-5487dd8a-c733-4924-a97e-7ccc27d6ef66.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5487dd8a-c733-4924-a97e-7ccc27d6ef66.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-5487dd8a-c733-4924-a97e-7ccc27d6ef66.shg-btn.shg-product-atc-error {
  
  font-family: Rubik;
  
  
  color: rgba(238, 238, 238, 1);
}


  #s-5487dd8a-c733-4924-a97e-7ccc27d6ef66.shg-btn.shg-product-atc-success {
    font-weight: normal;
    font-family: Rubik;
    
    font-size: 13px;
    
  }


#s-9559825e-0ded-44d3-bf34-6aa183ab7e20 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-9559825e-0ded-44d3-bf34-6aa183ab7e20 {
  display: none;
}
#s-f1c52bdb-0563-4cff-922d-4a8cbe942225 {
  text-align: left;
}


.shg-c#s-f1c52bdb-0563-4cff-922d-4a8cbe942225 {
  max-width: 100%;
}

.shg-c#s-f1c52bdb-0563-4cff-922d-4a8cbe942225 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f1c52bdb-0563-4cff-922d-4a8cbe942225 .shg-image-zoom,
.shg-c#s-f1c52bdb-0563-4cff-922d-4a8cbe942225 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f1c52bdb-0563-4cff-922d-4a8cbe942225 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-f1c52bdb-0563-4cff-922d-4a8cbe942225 {
  max-width: 100%;
}

.shg-c#s-f1c52bdb-0563-4cff-922d-4a8cbe942225 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f1c52bdb-0563-4cff-922d-4a8cbe942225 .shg-image-zoom,
.shg-c#s-f1c52bdb-0563-4cff-922d-4a8cbe942225 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f1c52bdb-0563-4cff-922d-4a8cbe942225 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f1c52bdb-0563-4cff-922d-4a8cbe942225 {
  max-width: 100%;
}

.shg-c#s-f1c52bdb-0563-4cff-922d-4a8cbe942225 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f1c52bdb-0563-4cff-922d-4a8cbe942225 .shg-image-zoom,
.shg-c#s-f1c52bdb-0563-4cff-922d-4a8cbe942225 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f1c52bdb-0563-4cff-922d-4a8cbe942225 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f1c52bdb-0563-4cff-922d-4a8cbe942225 {
  max-width: 100%;
}

.shg-c#s-f1c52bdb-0563-4cff-922d-4a8cbe942225 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f1c52bdb-0563-4cff-922d-4a8cbe942225 .shg-image-zoom,
.shg-c#s-f1c52bdb-0563-4cff-922d-4a8cbe942225 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f1c52bdb-0563-4cff-922d-4a8cbe942225 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-f1c52bdb-0563-4cff-922d-4a8cbe942225 {
  max-width: 100%;
}

.shg-c#s-f1c52bdb-0563-4cff-922d-4a8cbe942225 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f1c52bdb-0563-4cff-922d-4a8cbe942225 .shg-image-zoom,
.shg-c#s-f1c52bdb-0563-4cff-922d-4a8cbe942225 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f1c52bdb-0563-4cff-922d-4a8cbe942225 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-7d9d198b-1319-4d4d-9e01-248f7e9edca6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7d9d198b-1319-4d4d-9e01-248f7e9edca6 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-b3a5bfad-27ee-49fc-816e-072585a28217 {
  text-align: center;
}

#s-b3a5bfad-27ee-49fc-816e-072585a28217 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b3a5bfad-27ee-49fc-816e-072585a28217 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-b3a5bfad-27ee-49fc-816e-072585a28217 .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-d50fec9d-6570-459e-b136-44a3cb700dc4 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 32px;
background-color: rgba(60, 76, 60, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-d50fec9d-6570-459e-b136-44a3cb700dc4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d50fec9d-6570-459e-b136-44a3cb700dc4:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d50fec9d-6570-459e-b136-44a3cb700dc4 {
  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-d50fec9d-6570-459e-b136-44a3cb700dc4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d50fec9d-6570-459e-b136-44a3cb700dc4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-d50fec9d-6570-459e-b136-44a3cb700dc4.shg-btn.shg-product-atc-error {
  
  font-family: Rubik;
  
  
  color: rgba(238, 238, 238, 1);
}


  #s-d50fec9d-6570-459e-b136-44a3cb700dc4.shg-btn.shg-product-atc-success {
    font-weight: normal;
    font-family: Rubik;
    
    font-size: 13px;
    
  }


#s-700e60a1-d783-49ec-99e4-729f23acc1ed {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-700e60a1-d783-49ec-99e4-729f23acc1ed {
  display: none;
}
#s-e7014d2e-6b21-4ebe-9489-2b69c3847d47 {
  text-align: left;
}


.shg-c#s-e7014d2e-6b21-4ebe-9489-2b69c3847d47 {
  max-width: 100%;
}

.shg-c#s-e7014d2e-6b21-4ebe-9489-2b69c3847d47 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e7014d2e-6b21-4ebe-9489-2b69c3847d47 .shg-image-zoom,
.shg-c#s-e7014d2e-6b21-4ebe-9489-2b69c3847d47 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e7014d2e-6b21-4ebe-9489-2b69c3847d47 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-e7014d2e-6b21-4ebe-9489-2b69c3847d47 {
  max-width: 100%;
}

.shg-c#s-e7014d2e-6b21-4ebe-9489-2b69c3847d47 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e7014d2e-6b21-4ebe-9489-2b69c3847d47 .shg-image-zoom,
.shg-c#s-e7014d2e-6b21-4ebe-9489-2b69c3847d47 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e7014d2e-6b21-4ebe-9489-2b69c3847d47 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e7014d2e-6b21-4ebe-9489-2b69c3847d47 {
  max-width: 100%;
}

.shg-c#s-e7014d2e-6b21-4ebe-9489-2b69c3847d47 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e7014d2e-6b21-4ebe-9489-2b69c3847d47 .shg-image-zoom,
.shg-c#s-e7014d2e-6b21-4ebe-9489-2b69c3847d47 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e7014d2e-6b21-4ebe-9489-2b69c3847d47 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e7014d2e-6b21-4ebe-9489-2b69c3847d47 {
  max-width: 100%;
}

.shg-c#s-e7014d2e-6b21-4ebe-9489-2b69c3847d47 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e7014d2e-6b21-4ebe-9489-2b69c3847d47 .shg-image-zoom,
.shg-c#s-e7014d2e-6b21-4ebe-9489-2b69c3847d47 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e7014d2e-6b21-4ebe-9489-2b69c3847d47 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-e7014d2e-6b21-4ebe-9489-2b69c3847d47 {
  max-width: 100%;
}

.shg-c#s-e7014d2e-6b21-4ebe-9489-2b69c3847d47 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e7014d2e-6b21-4ebe-9489-2b69c3847d47 .shg-image-zoom,
.shg-c#s-e7014d2e-6b21-4ebe-9489-2b69c3847d47 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e7014d2e-6b21-4ebe-9489-2b69c3847d47 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-e408f1c7-b04a-4266-b7f6-5940dd2f2f7a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e408f1c7-b04a-4266-b7f6-5940dd2f2f7a .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-4abb826a-df46-4ace-a5a1-2bb034b0a18d {
  text-align: center;
}

#s-4abb826a-df46-4ace-a5a1-2bb034b0a18d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-4abb826a-df46-4ace-a5a1-2bb034b0a18d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-4abb826a-df46-4ace-a5a1-2bb034b0a18d .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-7e88a345-6fdf-421f-ae68-1d9871da3d3b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 32px;
background-color: rgba(60, 76, 60, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-7e88a345-6fdf-421f-ae68-1d9871da3d3b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7e88a345-6fdf-421f-ae68-1d9871da3d3b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7e88a345-6fdf-421f-ae68-1d9871da3d3b {
  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-7e88a345-6fdf-421f-ae68-1d9871da3d3b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7e88a345-6fdf-421f-ae68-1d9871da3d3b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-7e88a345-6fdf-421f-ae68-1d9871da3d3b.shg-btn.shg-product-atc-error {
  
  font-family: Rubik;
  
  
  color: rgba(238, 238, 238, 1);
}


  #s-7e88a345-6fdf-421f-ae68-1d9871da3d3b.shg-btn.shg-product-atc-success {
    font-weight: normal;
    font-family: Rubik;
    
    font-size: 13px;
    
  }


#s-de0dbeda-2aa4-4242-b356-7a721bf686a8 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-de0dbeda-2aa4-4242-b356-7a721bf686a8 {
  display: none;
}
#s-1dd6ce89-3343-452b-8c49-c0721833a670 {
  text-align: left;
}


.shg-c#s-1dd6ce89-3343-452b-8c49-c0721833a670 {
  max-width: 100%;
}

.shg-c#s-1dd6ce89-3343-452b-8c49-c0721833a670 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1dd6ce89-3343-452b-8c49-c0721833a670 .shg-image-zoom,
.shg-c#s-1dd6ce89-3343-452b-8c49-c0721833a670 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1dd6ce89-3343-452b-8c49-c0721833a670 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-1dd6ce89-3343-452b-8c49-c0721833a670 {
  max-width: 100%;
}

.shg-c#s-1dd6ce89-3343-452b-8c49-c0721833a670 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1dd6ce89-3343-452b-8c49-c0721833a670 .shg-image-zoom,
.shg-c#s-1dd6ce89-3343-452b-8c49-c0721833a670 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1dd6ce89-3343-452b-8c49-c0721833a670 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1dd6ce89-3343-452b-8c49-c0721833a670 {
  max-width: 100%;
}

.shg-c#s-1dd6ce89-3343-452b-8c49-c0721833a670 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1dd6ce89-3343-452b-8c49-c0721833a670 .shg-image-zoom,
.shg-c#s-1dd6ce89-3343-452b-8c49-c0721833a670 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1dd6ce89-3343-452b-8c49-c0721833a670 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1dd6ce89-3343-452b-8c49-c0721833a670 {
  max-width: 100%;
}

.shg-c#s-1dd6ce89-3343-452b-8c49-c0721833a670 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1dd6ce89-3343-452b-8c49-c0721833a670 .shg-image-zoom,
.shg-c#s-1dd6ce89-3343-452b-8c49-c0721833a670 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1dd6ce89-3343-452b-8c49-c0721833a670 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-1dd6ce89-3343-452b-8c49-c0721833a670 {
  max-width: 100%;
}

.shg-c#s-1dd6ce89-3343-452b-8c49-c0721833a670 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1dd6ce89-3343-452b-8c49-c0721833a670 .shg-image-zoom,
.shg-c#s-1dd6ce89-3343-452b-8c49-c0721833a670 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1dd6ce89-3343-452b-8c49-c0721833a670 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-319470ad-fc41-4ce8-8899-1f10d5e418ee {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-319470ad-fc41-4ce8-8899-1f10d5e418ee .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-ab5edd10-fe11-478d-bf4a-51b946cdb0ad {
  text-align: center;
}

#s-ab5edd10-fe11-478d-bf4a-51b946cdb0ad .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ab5edd10-fe11-478d-bf4a-51b946cdb0ad .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-ab5edd10-fe11-478d-bf4a-51b946cdb0ad .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-bf184ac3-b750-440e-8a4a-b913331254bd {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 32px;
background-color: rgba(60, 76, 60, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-bf184ac3-b750-440e-8a4a-b913331254bd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bf184ac3-b750-440e-8a4a-b913331254bd:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-bf184ac3-b750-440e-8a4a-b913331254bd {
  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-bf184ac3-b750-440e-8a4a-b913331254bd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bf184ac3-b750-440e-8a4a-b913331254bd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-bf184ac3-b750-440e-8a4a-b913331254bd.shg-btn.shg-product-atc-error {
  
  font-family: Rubik;
  
  
  color: rgba(238, 238, 238, 1);
}


  #s-bf184ac3-b750-440e-8a4a-b913331254bd.shg-btn.shg-product-atc-success {
    font-weight: normal;
    font-family: Rubik;
    
    font-size: 13px;
    
  }


#s-c4a369dc-4b7a-443a-bfb7-cbd0861266dc {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c4a369dc-4b7a-443a-bfb7-cbd0861266dc .shogun-heading-component h3 {
  color: rgba(60, 75, 60, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 768px) and (max-width: 991px){#s-727eb4e8-a94d-42cf-9627-2ecd90622343 {
  
}
}@media (max-width: 767px){#s-727eb4e8-a94d-42cf-9627-2ecd90622343 {
  
}
}
@media (min-width: 0px) {
[id="s-727eb4e8-a94d-42cf-9627-2ecd90622343"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-727eb4e8-a94d-42cf-9627-2ecd90622343"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-727eb4e8-a94d-42cf-9627-2ecd90622343"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-727eb4e8-a94d-42cf-9627-2ecd90622343"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-727eb4e8-a94d-42cf-9627-2ecd90622343"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-727eb4e8-a94d-42cf-9627-2ecd90622343"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-727eb4e8-a94d-42cf-9627-2ecd90622343"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-727eb4e8-a94d-42cf-9627-2ecd90622343"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-727eb4e8-a94d-42cf-9627-2ecd90622343"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-727eb4e8-a94d-42cf-9627-2ecd90622343"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-727eb4e8-a94d-42cf-9627-2ecd90622343"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-727eb4e8-a94d-42cf-9627-2ecd90622343"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-727eb4e8-a94d-42cf-9627-2ecd90622343"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-727eb4e8-a94d-42cf-9627-2ecd90622343"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-727eb4e8-a94d-42cf-9627-2ecd90622343"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-727eb4e8-a94d-42cf-9627-2ecd90622343"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-727eb4e8-a94d-42cf-9627-2ecd90622343"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-727eb4e8-a94d-42cf-9627-2ecd90622343"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-727eb4e8-a94d-42cf-9627-2ecd90622343"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-727eb4e8-a94d-42cf-9627-2ecd90622343"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-727eb4e8-a94d-42cf-9627-2ecd90622343"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-727eb4e8-a94d-42cf-9627-2ecd90622343"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-727eb4e8-a94d-42cf-9627-2ecd90622343"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-727eb4e8-a94d-42cf-9627-2ecd90622343"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-727eb4e8-a94d-42cf-9627-2ecd90622343"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-727eb4e8-a94d-42cf-9627-2ecd90622343"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-727eb4e8-a94d-42cf-9627-2ecd90622343"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-727eb4e8-a94d-42cf-9627-2ecd90622343"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-727eb4e8-a94d-42cf-9627-2ecd90622343"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-727eb4e8-a94d-42cf-9627-2ecd90622343"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-727eb4e8-a94d-42cf-9627-2ecd90622343"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-727eb4e8-a94d-42cf-9627-2ecd90622343"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-727eb4e8-a94d-42cf-9627-2ecd90622343"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-727eb4e8-a94d-42cf-9627-2ecd90622343"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-727eb4e8-a94d-42cf-9627-2ecd90622343"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-727eb4e8-a94d-42cf-9627-2ecd90622343"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-727eb4e8-a94d-42cf-9627-2ecd90622343"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-727eb4e8-a94d-42cf-9627-2ecd90622343"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-af82f453-73e1-47b2-9316-c7f883349c68 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-af82f453-73e1-47b2-9316-c7f883349c68 {
  display: none;
}
#s-930b38ad-59d7-42e6-bc44-90ef57346428 {
  text-align: left;
}


.shg-c#s-930b38ad-59d7-42e6-bc44-90ef57346428 {
  max-width: 100%;
}

.shg-c#s-930b38ad-59d7-42e6-bc44-90ef57346428 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-930b38ad-59d7-42e6-bc44-90ef57346428 .shg-image-zoom,
.shg-c#s-930b38ad-59d7-42e6-bc44-90ef57346428 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-930b38ad-59d7-42e6-bc44-90ef57346428 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-930b38ad-59d7-42e6-bc44-90ef57346428 {
  max-width: 100%;
}

.shg-c#s-930b38ad-59d7-42e6-bc44-90ef57346428 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-930b38ad-59d7-42e6-bc44-90ef57346428 .shg-image-zoom,
.shg-c#s-930b38ad-59d7-42e6-bc44-90ef57346428 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-930b38ad-59d7-42e6-bc44-90ef57346428 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-930b38ad-59d7-42e6-bc44-90ef57346428 {
  max-width: 100%;
}

.shg-c#s-930b38ad-59d7-42e6-bc44-90ef57346428 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-930b38ad-59d7-42e6-bc44-90ef57346428 .shg-image-zoom,
.shg-c#s-930b38ad-59d7-42e6-bc44-90ef57346428 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-930b38ad-59d7-42e6-bc44-90ef57346428 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-930b38ad-59d7-42e6-bc44-90ef57346428 {
  max-width: 100%;
}

.shg-c#s-930b38ad-59d7-42e6-bc44-90ef57346428 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-930b38ad-59d7-42e6-bc44-90ef57346428 .shg-image-zoom,
.shg-c#s-930b38ad-59d7-42e6-bc44-90ef57346428 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-930b38ad-59d7-42e6-bc44-90ef57346428 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-930b38ad-59d7-42e6-bc44-90ef57346428 {
  max-width: 100%;
}

.shg-c#s-930b38ad-59d7-42e6-bc44-90ef57346428 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-930b38ad-59d7-42e6-bc44-90ef57346428 .shg-image-zoom,
.shg-c#s-930b38ad-59d7-42e6-bc44-90ef57346428 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-930b38ad-59d7-42e6-bc44-90ef57346428 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-baa90fef-f150-4267-9902-80aa126ef9f6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-baa90fef-f150-4267-9902-80aa126ef9f6 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-8d226c28-e264-46c7-98d6-25e948ba9267 {
  text-align: center;
}

#s-8d226c28-e264-46c7-98d6-25e948ba9267 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-8d226c28-e264-46c7-98d6-25e948ba9267 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-8d226c28-e264-46c7-98d6-25e948ba9267 .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-9dafa8c6-3d3d-41e3-beef-6dda13be581b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 32px;
background-color: rgba(60, 76, 60, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-9dafa8c6-3d3d-41e3-beef-6dda13be581b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9dafa8c6-3d3d-41e3-beef-6dda13be581b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9dafa8c6-3d3d-41e3-beef-6dda13be581b {
  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-9dafa8c6-3d3d-41e3-beef-6dda13be581b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9dafa8c6-3d3d-41e3-beef-6dda13be581b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-9dafa8c6-3d3d-41e3-beef-6dda13be581b.shg-btn.shg-product-atc-error {
  
  font-family: Rubik;
  
  
  color: rgba(238, 238, 238, 1);
}


  #s-9dafa8c6-3d3d-41e3-beef-6dda13be581b.shg-btn.shg-product-atc-success {
    font-weight: normal;
    font-family: Rubik;
    
    font-size: 13px;
    
  }


#s-5bcf607c-941a-4099-a770-4770a34ae3bc {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-5bcf607c-941a-4099-a770-4770a34ae3bc {
  display: none;
}
#s-ff4dbea1-80b3-4cec-89ff-49f13224b1b2 {
  text-align: left;
}


.shg-c#s-ff4dbea1-80b3-4cec-89ff-49f13224b1b2 {
  max-width: 100%;
}

.shg-c#s-ff4dbea1-80b3-4cec-89ff-49f13224b1b2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ff4dbea1-80b3-4cec-89ff-49f13224b1b2 .shg-image-zoom,
.shg-c#s-ff4dbea1-80b3-4cec-89ff-49f13224b1b2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ff4dbea1-80b3-4cec-89ff-49f13224b1b2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ff4dbea1-80b3-4cec-89ff-49f13224b1b2 {
  max-width: 100%;
}

.shg-c#s-ff4dbea1-80b3-4cec-89ff-49f13224b1b2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ff4dbea1-80b3-4cec-89ff-49f13224b1b2 .shg-image-zoom,
.shg-c#s-ff4dbea1-80b3-4cec-89ff-49f13224b1b2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ff4dbea1-80b3-4cec-89ff-49f13224b1b2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ff4dbea1-80b3-4cec-89ff-49f13224b1b2 {
  max-width: 100%;
}

.shg-c#s-ff4dbea1-80b3-4cec-89ff-49f13224b1b2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ff4dbea1-80b3-4cec-89ff-49f13224b1b2 .shg-image-zoom,
.shg-c#s-ff4dbea1-80b3-4cec-89ff-49f13224b1b2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ff4dbea1-80b3-4cec-89ff-49f13224b1b2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ff4dbea1-80b3-4cec-89ff-49f13224b1b2 {
  max-width: 100%;
}

.shg-c#s-ff4dbea1-80b3-4cec-89ff-49f13224b1b2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ff4dbea1-80b3-4cec-89ff-49f13224b1b2 .shg-image-zoom,
.shg-c#s-ff4dbea1-80b3-4cec-89ff-49f13224b1b2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ff4dbea1-80b3-4cec-89ff-49f13224b1b2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ff4dbea1-80b3-4cec-89ff-49f13224b1b2 {
  max-width: 100%;
}

.shg-c#s-ff4dbea1-80b3-4cec-89ff-49f13224b1b2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ff4dbea1-80b3-4cec-89ff-49f13224b1b2 .shg-image-zoom,
.shg-c#s-ff4dbea1-80b3-4cec-89ff-49f13224b1b2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ff4dbea1-80b3-4cec-89ff-49f13224b1b2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-deead437-c73d-48c6-a0eb-59394e75cfa6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-deead437-c73d-48c6-a0eb-59394e75cfa6 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-5ef0dda6-dc0e-4b9c-80a8-5067252a62ea {
  text-align: center;
}

#s-5ef0dda6-dc0e-4b9c-80a8-5067252a62ea .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-5ef0dda6-dc0e-4b9c-80a8-5067252a62ea .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-5ef0dda6-dc0e-4b9c-80a8-5067252a62ea .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-006709f3-2051-40c9-ace1-147acd61d798 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 32px;
background-color: rgba(60, 76, 60, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-006709f3-2051-40c9-ace1-147acd61d798:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-006709f3-2051-40c9-ace1-147acd61d798:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-006709f3-2051-40c9-ace1-147acd61d798 {
  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-006709f3-2051-40c9-ace1-147acd61d798.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-006709f3-2051-40c9-ace1-147acd61d798.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-006709f3-2051-40c9-ace1-147acd61d798.shg-btn.shg-product-atc-error {
  
  font-family: Rubik;
  
  
  color: rgba(238, 238, 238, 1);
}


  #s-006709f3-2051-40c9-ace1-147acd61d798.shg-btn.shg-product-atc-success {
    font-weight: normal;
    font-family: Rubik;
    
    font-size: 13px;
    
  }


#s-d96d4e89-e179-48ed-acca-47ea7005d3df {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-d96d4e89-e179-48ed-acca-47ea7005d3df {
  display: none;
}
#s-e8c2e5c9-ff8c-4518-b992-97605ead8f25 {
  text-align: left;
}


.shg-c#s-e8c2e5c9-ff8c-4518-b992-97605ead8f25 {
  max-width: 100%;
}

.shg-c#s-e8c2e5c9-ff8c-4518-b992-97605ead8f25 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e8c2e5c9-ff8c-4518-b992-97605ead8f25 .shg-image-zoom,
.shg-c#s-e8c2e5c9-ff8c-4518-b992-97605ead8f25 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e8c2e5c9-ff8c-4518-b992-97605ead8f25 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-e8c2e5c9-ff8c-4518-b992-97605ead8f25 {
  max-width: 100%;
}

.shg-c#s-e8c2e5c9-ff8c-4518-b992-97605ead8f25 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e8c2e5c9-ff8c-4518-b992-97605ead8f25 .shg-image-zoom,
.shg-c#s-e8c2e5c9-ff8c-4518-b992-97605ead8f25 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e8c2e5c9-ff8c-4518-b992-97605ead8f25 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e8c2e5c9-ff8c-4518-b992-97605ead8f25 {
  max-width: 100%;
}

.shg-c#s-e8c2e5c9-ff8c-4518-b992-97605ead8f25 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e8c2e5c9-ff8c-4518-b992-97605ead8f25 .shg-image-zoom,
.shg-c#s-e8c2e5c9-ff8c-4518-b992-97605ead8f25 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e8c2e5c9-ff8c-4518-b992-97605ead8f25 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e8c2e5c9-ff8c-4518-b992-97605ead8f25 {
  max-width: 100%;
}

.shg-c#s-e8c2e5c9-ff8c-4518-b992-97605ead8f25 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e8c2e5c9-ff8c-4518-b992-97605ead8f25 .shg-image-zoom,
.shg-c#s-e8c2e5c9-ff8c-4518-b992-97605ead8f25 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e8c2e5c9-ff8c-4518-b992-97605ead8f25 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-e8c2e5c9-ff8c-4518-b992-97605ead8f25 {
  max-width: 100%;
}

.shg-c#s-e8c2e5c9-ff8c-4518-b992-97605ead8f25 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e8c2e5c9-ff8c-4518-b992-97605ead8f25 .shg-image-zoom,
.shg-c#s-e8c2e5c9-ff8c-4518-b992-97605ead8f25 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e8c2e5c9-ff8c-4518-b992-97605ead8f25 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-11589c09-1308-428f-8bd2-865beae4fbf4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-11589c09-1308-428f-8bd2-865beae4fbf4 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-e8d4ac30-a5df-4d8f-8428-ad46f03cfd68 {
  text-align: center;
}

#s-e8d4ac30-a5df-4d8f-8428-ad46f03cfd68 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e8d4ac30-a5df-4d8f-8428-ad46f03cfd68 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-e8d4ac30-a5df-4d8f-8428-ad46f03cfd68 .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-047a86a9-8a20-4ce6-8397-43ae39a7bbc5 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 32px;
background-color: rgba(60, 76, 60, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-047a86a9-8a20-4ce6-8397-43ae39a7bbc5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-047a86a9-8a20-4ce6-8397-43ae39a7bbc5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-047a86a9-8a20-4ce6-8397-43ae39a7bbc5 {
  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-047a86a9-8a20-4ce6-8397-43ae39a7bbc5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-047a86a9-8a20-4ce6-8397-43ae39a7bbc5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-047a86a9-8a20-4ce6-8397-43ae39a7bbc5.shg-btn.shg-product-atc-error {
  
  font-family: Rubik;
  
  
  color: rgba(238, 238, 238, 1);
}


  #s-047a86a9-8a20-4ce6-8397-43ae39a7bbc5.shg-btn.shg-product-atc-success {
    font-weight: normal;
    font-family: Rubik;
    
    font-size: 13px;
    
  }


#s-b9ab1dbd-1f4a-43d1-b6b4-1f4ed5ff572a {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-b9ab1dbd-1f4a-43d1-b6b4-1f4ed5ff572a {
  display: none;
}
#s-94477a37-1332-4c49-afb6-8222a22401bd {
  text-align: left;
}


.shg-c#s-94477a37-1332-4c49-afb6-8222a22401bd {
  max-width: 100%;
}

.shg-c#s-94477a37-1332-4c49-afb6-8222a22401bd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-94477a37-1332-4c49-afb6-8222a22401bd .shg-image-zoom,
.shg-c#s-94477a37-1332-4c49-afb6-8222a22401bd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-94477a37-1332-4c49-afb6-8222a22401bd .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-94477a37-1332-4c49-afb6-8222a22401bd {
  max-width: 100%;
}

.shg-c#s-94477a37-1332-4c49-afb6-8222a22401bd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-94477a37-1332-4c49-afb6-8222a22401bd .shg-image-zoom,
.shg-c#s-94477a37-1332-4c49-afb6-8222a22401bd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-94477a37-1332-4c49-afb6-8222a22401bd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-94477a37-1332-4c49-afb6-8222a22401bd {
  max-width: 100%;
}

.shg-c#s-94477a37-1332-4c49-afb6-8222a22401bd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-94477a37-1332-4c49-afb6-8222a22401bd .shg-image-zoom,
.shg-c#s-94477a37-1332-4c49-afb6-8222a22401bd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-94477a37-1332-4c49-afb6-8222a22401bd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-94477a37-1332-4c49-afb6-8222a22401bd {
  max-width: 100%;
}

.shg-c#s-94477a37-1332-4c49-afb6-8222a22401bd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-94477a37-1332-4c49-afb6-8222a22401bd .shg-image-zoom,
.shg-c#s-94477a37-1332-4c49-afb6-8222a22401bd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-94477a37-1332-4c49-afb6-8222a22401bd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-94477a37-1332-4c49-afb6-8222a22401bd {
  max-width: 100%;
}

.shg-c#s-94477a37-1332-4c49-afb6-8222a22401bd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-94477a37-1332-4c49-afb6-8222a22401bd .shg-image-zoom,
.shg-c#s-94477a37-1332-4c49-afb6-8222a22401bd img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-94477a37-1332-4c49-afb6-8222a22401bd .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-b9993e36-43c9-413f-bc45-883238d28d2c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b9993e36-43c9-413f-bc45-883238d28d2c .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-8c75da68-da41-4c59-846c-0a1677c723cc {
  text-align: center;
}

#s-8c75da68-da41-4c59-846c-0a1677c723cc .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-8c75da68-da41-4c59-846c-0a1677c723cc .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-8c75da68-da41-4c59-846c-0a1677c723cc .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-de92ad72-565d-4e30-b1d2-a6ceaeb062c7 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 32px;
background-color: rgba(60, 76, 60, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-de92ad72-565d-4e30-b1d2-a6ceaeb062c7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-de92ad72-565d-4e30-b1d2-a6ceaeb062c7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-de92ad72-565d-4e30-b1d2-a6ceaeb062c7 {
  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-de92ad72-565d-4e30-b1d2-a6ceaeb062c7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-de92ad72-565d-4e30-b1d2-a6ceaeb062c7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-de92ad72-565d-4e30-b1d2-a6ceaeb062c7.shg-btn.shg-product-atc-error {
  
  font-family: Rubik;
  
  
  color: rgba(238, 238, 238, 1);
}


  #s-de92ad72-565d-4e30-b1d2-a6ceaeb062c7.shg-btn.shg-product-atc-success {
    font-weight: normal;
    font-family: Rubik;
    
    font-size: 13px;
    
  }


#s-ab661d81-e802-4a26-a9ca-bd0ecdc27f6e {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ab661d81-e802-4a26-a9ca-bd0ecdc27f6e .shogun-heading-component h3 {
  color: rgba(60, 75, 60, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 768px) and (max-width: 991px){#s-7cc3d1d2-0dfd-4c3b-b9a1-c35337eeb242 {
  
}
}@media (max-width: 767px){#s-7cc3d1d2-0dfd-4c3b-b9a1-c35337eeb242 {
  
}
}
@media (min-width: 0px) {
[id="s-7cc3d1d2-0dfd-4c3b-b9a1-c35337eeb242"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-7cc3d1d2-0dfd-4c3b-b9a1-c35337eeb242"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7cc3d1d2-0dfd-4c3b-b9a1-c35337eeb242"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-7cc3d1d2-0dfd-4c3b-b9a1-c35337eeb242"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-7cc3d1d2-0dfd-4c3b-b9a1-c35337eeb242"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-7cc3d1d2-0dfd-4c3b-b9a1-c35337eeb242"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-7cc3d1d2-0dfd-4c3b-b9a1-c35337eeb242"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-7cc3d1d2-0dfd-4c3b-b9a1-c35337eeb242"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-7cc3d1d2-0dfd-4c3b-b9a1-c35337eeb242"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-7cc3d1d2-0dfd-4c3b-b9a1-c35337eeb242"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-7cc3d1d2-0dfd-4c3b-b9a1-c35337eeb242"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-7cc3d1d2-0dfd-4c3b-b9a1-c35337eeb242"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-7cc3d1d2-0dfd-4c3b-b9a1-c35337eeb242"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-7cc3d1d2-0dfd-4c3b-b9a1-c35337eeb242"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-7cc3d1d2-0dfd-4c3b-b9a1-c35337eeb242"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-7cc3d1d2-0dfd-4c3b-b9a1-c35337eeb242"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-7cc3d1d2-0dfd-4c3b-b9a1-c35337eeb242"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-7cc3d1d2-0dfd-4c3b-b9a1-c35337eeb242"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-7cc3d1d2-0dfd-4c3b-b9a1-c35337eeb242"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-7cc3d1d2-0dfd-4c3b-b9a1-c35337eeb242"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-7cc3d1d2-0dfd-4c3b-b9a1-c35337eeb242"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-7cc3d1d2-0dfd-4c3b-b9a1-c35337eeb242"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-7cc3d1d2-0dfd-4c3b-b9a1-c35337eeb242"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-7cc3d1d2-0dfd-4c3b-b9a1-c35337eeb242"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-7cc3d1d2-0dfd-4c3b-b9a1-c35337eeb242"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-7cc3d1d2-0dfd-4c3b-b9a1-c35337eeb242"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-7cc3d1d2-0dfd-4c3b-b9a1-c35337eeb242"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-7cc3d1d2-0dfd-4c3b-b9a1-c35337eeb242"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-7cc3d1d2-0dfd-4c3b-b9a1-c35337eeb242"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-7cc3d1d2-0dfd-4c3b-b9a1-c35337eeb242"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-7cc3d1d2-0dfd-4c3b-b9a1-c35337eeb242"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-7cc3d1d2-0dfd-4c3b-b9a1-c35337eeb242"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-7cc3d1d2-0dfd-4c3b-b9a1-c35337eeb242"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-7cc3d1d2-0dfd-4c3b-b9a1-c35337eeb242"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-7cc3d1d2-0dfd-4c3b-b9a1-c35337eeb242"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-7cc3d1d2-0dfd-4c3b-b9a1-c35337eeb242"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-7cc3d1d2-0dfd-4c3b-b9a1-c35337eeb242"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-7cc3d1d2-0dfd-4c3b-b9a1-c35337eeb242"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-622a1c2d-8df8-415b-a16a-34a9f79240ff {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-622a1c2d-8df8-415b-a16a-34a9f79240ff {
  display: none;
}
#s-a19a762b-7d85-45c3-8001-fceaae3ccc8b {
  text-align: left;
}


.shg-c#s-a19a762b-7d85-45c3-8001-fceaae3ccc8b {
  max-width: 100%;
}

.shg-c#s-a19a762b-7d85-45c3-8001-fceaae3ccc8b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a19a762b-7d85-45c3-8001-fceaae3ccc8b .shg-image-zoom,
.shg-c#s-a19a762b-7d85-45c3-8001-fceaae3ccc8b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a19a762b-7d85-45c3-8001-fceaae3ccc8b .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-a19a762b-7d85-45c3-8001-fceaae3ccc8b {
  max-width: 100%;
}

.shg-c#s-a19a762b-7d85-45c3-8001-fceaae3ccc8b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a19a762b-7d85-45c3-8001-fceaae3ccc8b .shg-image-zoom,
.shg-c#s-a19a762b-7d85-45c3-8001-fceaae3ccc8b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a19a762b-7d85-45c3-8001-fceaae3ccc8b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a19a762b-7d85-45c3-8001-fceaae3ccc8b {
  max-width: 100%;
}

.shg-c#s-a19a762b-7d85-45c3-8001-fceaae3ccc8b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a19a762b-7d85-45c3-8001-fceaae3ccc8b .shg-image-zoom,
.shg-c#s-a19a762b-7d85-45c3-8001-fceaae3ccc8b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a19a762b-7d85-45c3-8001-fceaae3ccc8b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a19a762b-7d85-45c3-8001-fceaae3ccc8b {
  max-width: 100%;
}

.shg-c#s-a19a762b-7d85-45c3-8001-fceaae3ccc8b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a19a762b-7d85-45c3-8001-fceaae3ccc8b .shg-image-zoom,
.shg-c#s-a19a762b-7d85-45c3-8001-fceaae3ccc8b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a19a762b-7d85-45c3-8001-fceaae3ccc8b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-a19a762b-7d85-45c3-8001-fceaae3ccc8b {
  max-width: 100%;
}

.shg-c#s-a19a762b-7d85-45c3-8001-fceaae3ccc8b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a19a762b-7d85-45c3-8001-fceaae3ccc8b .shg-image-zoom,
.shg-c#s-a19a762b-7d85-45c3-8001-fceaae3ccc8b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a19a762b-7d85-45c3-8001-fceaae3ccc8b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-d5b39514-08b8-4b6d-b9c4-dba6b0a6717d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d5b39514-08b8-4b6d-b9c4-dba6b0a6717d .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-1c96ffba-85ac-4235-a863-90845268bac3 {
  text-align: center;
}

#s-1c96ffba-85ac-4235-a863-90845268bac3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-1c96ffba-85ac-4235-a863-90845268bac3 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-1c96ffba-85ac-4235-a863-90845268bac3 .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-bc7a1496-7529-49e0-be23-be368e761a4d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 32px;
background-color: rgba(60, 76, 60, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-bc7a1496-7529-49e0-be23-be368e761a4d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bc7a1496-7529-49e0-be23-be368e761a4d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-bc7a1496-7529-49e0-be23-be368e761a4d {
  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-bc7a1496-7529-49e0-be23-be368e761a4d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bc7a1496-7529-49e0-be23-be368e761a4d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-bc7a1496-7529-49e0-be23-be368e761a4d.shg-btn.shg-product-atc-error {
  
  font-family: Rubik;
  
  
  color: rgba(238, 238, 238, 1);
}


  #s-bc7a1496-7529-49e0-be23-be368e761a4d.shg-btn.shg-product-atc-success {
    font-weight: normal;
    font-family: Rubik;
    
    font-size: 13px;
    
  }


#s-118b5eac-fc93-49e2-bca3-3cb60987c285 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-118b5eac-fc93-49e2-bca3-3cb60987c285 {
  display: none;
}
#s-61b12795-e30d-4e50-9f37-84033df8ba34 {
  text-align: left;
}


.shg-c#s-61b12795-e30d-4e50-9f37-84033df8ba34 {
  max-width: 100%;
}

.shg-c#s-61b12795-e30d-4e50-9f37-84033df8ba34 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-61b12795-e30d-4e50-9f37-84033df8ba34 .shg-image-zoom,
.shg-c#s-61b12795-e30d-4e50-9f37-84033df8ba34 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-61b12795-e30d-4e50-9f37-84033df8ba34 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-61b12795-e30d-4e50-9f37-84033df8ba34 {
  max-width: 100%;
}

.shg-c#s-61b12795-e30d-4e50-9f37-84033df8ba34 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-61b12795-e30d-4e50-9f37-84033df8ba34 .shg-image-zoom,
.shg-c#s-61b12795-e30d-4e50-9f37-84033df8ba34 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-61b12795-e30d-4e50-9f37-84033df8ba34 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-61b12795-e30d-4e50-9f37-84033df8ba34 {
  max-width: 100%;
}

.shg-c#s-61b12795-e30d-4e50-9f37-84033df8ba34 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-61b12795-e30d-4e50-9f37-84033df8ba34 .shg-image-zoom,
.shg-c#s-61b12795-e30d-4e50-9f37-84033df8ba34 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-61b12795-e30d-4e50-9f37-84033df8ba34 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-61b12795-e30d-4e50-9f37-84033df8ba34 {
  max-width: 100%;
}

.shg-c#s-61b12795-e30d-4e50-9f37-84033df8ba34 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-61b12795-e30d-4e50-9f37-84033df8ba34 .shg-image-zoom,
.shg-c#s-61b12795-e30d-4e50-9f37-84033df8ba34 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-61b12795-e30d-4e50-9f37-84033df8ba34 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-61b12795-e30d-4e50-9f37-84033df8ba34 {
  max-width: 100%;
}

.shg-c#s-61b12795-e30d-4e50-9f37-84033df8ba34 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-61b12795-e30d-4e50-9f37-84033df8ba34 .shg-image-zoom,
.shg-c#s-61b12795-e30d-4e50-9f37-84033df8ba34 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-61b12795-e30d-4e50-9f37-84033df8ba34 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-351e30e5-48b2-47c7-855e-6919faeb49c6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-351e30e5-48b2-47c7-855e-6919faeb49c6 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-ae460001-93c5-40ac-93c8-cf4fd97424e0 {
  text-align: center;
}

#s-ae460001-93c5-40ac-93c8-cf4fd97424e0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ae460001-93c5-40ac-93c8-cf4fd97424e0 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-ae460001-93c5-40ac-93c8-cf4fd97424e0 .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-ecf5d1ea-bc45-449a-a401-e304a2a2e2d3 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 32px;
background-color: rgba(60, 76, 60, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-ecf5d1ea-bc45-449a-a401-e304a2a2e2d3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ecf5d1ea-bc45-449a-a401-e304a2a2e2d3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ecf5d1ea-bc45-449a-a401-e304a2a2e2d3 {
  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-ecf5d1ea-bc45-449a-a401-e304a2a2e2d3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ecf5d1ea-bc45-449a-a401-e304a2a2e2d3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-ecf5d1ea-bc45-449a-a401-e304a2a2e2d3.shg-btn.shg-product-atc-error {
  
  font-family: Rubik;
  
  
  color: rgba(238, 238, 238, 1);
}


  #s-ecf5d1ea-bc45-449a-a401-e304a2a2e2d3.shg-btn.shg-product-atc-success {
    font-weight: normal;
    font-family: Rubik;
    
    font-size: 13px;
    
  }


#s-21294a63-1b22-42bd-be1b-6b080097c8a4 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-21294a63-1b22-42bd-be1b-6b080097c8a4 {
  display: none;
}
#s-8327f3f6-d234-431c-8ef4-ab4a76403946 {
  text-align: left;
}


.shg-c#s-8327f3f6-d234-431c-8ef4-ab4a76403946 {
  max-width: 100%;
}

.shg-c#s-8327f3f6-d234-431c-8ef4-ab4a76403946 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8327f3f6-d234-431c-8ef4-ab4a76403946 .shg-image-zoom,
.shg-c#s-8327f3f6-d234-431c-8ef4-ab4a76403946 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8327f3f6-d234-431c-8ef4-ab4a76403946 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-8327f3f6-d234-431c-8ef4-ab4a76403946 {
  max-width: 100%;
}

.shg-c#s-8327f3f6-d234-431c-8ef4-ab4a76403946 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8327f3f6-d234-431c-8ef4-ab4a76403946 .shg-image-zoom,
.shg-c#s-8327f3f6-d234-431c-8ef4-ab4a76403946 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8327f3f6-d234-431c-8ef4-ab4a76403946 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8327f3f6-d234-431c-8ef4-ab4a76403946 {
  max-width: 100%;
}

.shg-c#s-8327f3f6-d234-431c-8ef4-ab4a76403946 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8327f3f6-d234-431c-8ef4-ab4a76403946 .shg-image-zoom,
.shg-c#s-8327f3f6-d234-431c-8ef4-ab4a76403946 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8327f3f6-d234-431c-8ef4-ab4a76403946 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8327f3f6-d234-431c-8ef4-ab4a76403946 {
  max-width: 100%;
}

.shg-c#s-8327f3f6-d234-431c-8ef4-ab4a76403946 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8327f3f6-d234-431c-8ef4-ab4a76403946 .shg-image-zoom,
.shg-c#s-8327f3f6-d234-431c-8ef4-ab4a76403946 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8327f3f6-d234-431c-8ef4-ab4a76403946 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-8327f3f6-d234-431c-8ef4-ab4a76403946 {
  max-width: 100%;
}

.shg-c#s-8327f3f6-d234-431c-8ef4-ab4a76403946 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8327f3f6-d234-431c-8ef4-ab4a76403946 .shg-image-zoom,
.shg-c#s-8327f3f6-d234-431c-8ef4-ab4a76403946 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8327f3f6-d234-431c-8ef4-ab4a76403946 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-40c38386-19c0-468d-9954-df8a869dd263 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-40c38386-19c0-468d-9954-df8a869dd263 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-64f8dee1-04b4-47e4-b126-a2df98ed3134 {
  text-align: center;
}

#s-64f8dee1-04b4-47e4-b126-a2df98ed3134 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-64f8dee1-04b4-47e4-b126-a2df98ed3134 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-64f8dee1-04b4-47e4-b126-a2df98ed3134 .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-f19ca81f-d1fb-4ae3-b3c4-90f86b7a1d15 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 32px;
background-color: rgba(60, 76, 60, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-f19ca81f-d1fb-4ae3-b3c4-90f86b7a1d15:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f19ca81f-d1fb-4ae3-b3c4-90f86b7a1d15:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f19ca81f-d1fb-4ae3-b3c4-90f86b7a1d15 {
  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-f19ca81f-d1fb-4ae3-b3c4-90f86b7a1d15.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f19ca81f-d1fb-4ae3-b3c4-90f86b7a1d15.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-f19ca81f-d1fb-4ae3-b3c4-90f86b7a1d15.shg-btn.shg-product-atc-error {
  
  font-family: Rubik;
  
  
  color: rgba(238, 238, 238, 1);
}


  #s-f19ca81f-d1fb-4ae3-b3c4-90f86b7a1d15.shg-btn.shg-product-atc-success {
    font-weight: normal;
    font-family: Rubik;
    
    font-size: 13px;
    
  }


#s-71e61ec9-a1a3-416f-a3d0-f13e878cacc1 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-71e61ec9-a1a3-416f-a3d0-f13e878cacc1 {
  display: none;
}
#s-aae3563d-9acc-4f9e-930c-01064e791c86 {
  text-align: left;
}


.shg-c#s-aae3563d-9acc-4f9e-930c-01064e791c86 {
  max-width: 100%;
}

.shg-c#s-aae3563d-9acc-4f9e-930c-01064e791c86 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-aae3563d-9acc-4f9e-930c-01064e791c86 .shg-image-zoom,
.shg-c#s-aae3563d-9acc-4f9e-930c-01064e791c86 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-aae3563d-9acc-4f9e-930c-01064e791c86 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-aae3563d-9acc-4f9e-930c-01064e791c86 {
  max-width: 100%;
}

.shg-c#s-aae3563d-9acc-4f9e-930c-01064e791c86 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-aae3563d-9acc-4f9e-930c-01064e791c86 .shg-image-zoom,
.shg-c#s-aae3563d-9acc-4f9e-930c-01064e791c86 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-aae3563d-9acc-4f9e-930c-01064e791c86 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-aae3563d-9acc-4f9e-930c-01064e791c86 {
  max-width: 100%;
}

.shg-c#s-aae3563d-9acc-4f9e-930c-01064e791c86 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-aae3563d-9acc-4f9e-930c-01064e791c86 .shg-image-zoom,
.shg-c#s-aae3563d-9acc-4f9e-930c-01064e791c86 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-aae3563d-9acc-4f9e-930c-01064e791c86 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-aae3563d-9acc-4f9e-930c-01064e791c86 {
  max-width: 100%;
}

.shg-c#s-aae3563d-9acc-4f9e-930c-01064e791c86 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-aae3563d-9acc-4f9e-930c-01064e791c86 .shg-image-zoom,
.shg-c#s-aae3563d-9acc-4f9e-930c-01064e791c86 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-aae3563d-9acc-4f9e-930c-01064e791c86 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-aae3563d-9acc-4f9e-930c-01064e791c86 {
  max-width: 100%;
}

.shg-c#s-aae3563d-9acc-4f9e-930c-01064e791c86 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-aae3563d-9acc-4f9e-930c-01064e791c86 .shg-image-zoom,
.shg-c#s-aae3563d-9acc-4f9e-930c-01064e791c86 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-aae3563d-9acc-4f9e-930c-01064e791c86 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-450a1cf5-6ce8-4865-968d-6c10b1ade244 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-450a1cf5-6ce8-4865-968d-6c10b1ade244 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-30396fe0-8086-4e34-acee-7ff59c51ab75 {
  text-align: center;
}

#s-30396fe0-8086-4e34-acee-7ff59c51ab75 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-30396fe0-8086-4e34-acee-7ff59c51ab75 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-30396fe0-8086-4e34-acee-7ff59c51ab75 .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-5b4c4fd1-daac-4468-af86-a76158938478 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 32px;
background-color: rgba(60, 76, 60, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-5b4c4fd1-daac-4468-af86-a76158938478:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5b4c4fd1-daac-4468-af86-a76158938478:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5b4c4fd1-daac-4468-af86-a76158938478 {
  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-5b4c4fd1-daac-4468-af86-a76158938478.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5b4c4fd1-daac-4468-af86-a76158938478.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-5b4c4fd1-daac-4468-af86-a76158938478.shg-btn.shg-product-atc-error {
  
  font-family: Rubik;
  
  
  color: rgba(238, 238, 238, 1);
}


  #s-5b4c4fd1-daac-4468-af86-a76158938478.shg-btn.shg-product-atc-success {
    font-weight: normal;
    font-family: Rubik;
    
    font-size: 13px;
    
  }


#s-6fdfb85c-1f55-4bab-8501-787d34c3f6ca {
  margin-top: 25px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 20px;
background-color: rgba(60, 75, 60, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
}
#s-6fdfb85c-1f55-4bab-8501-787d34c3f6ca:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6fdfb85c-1f55-4bab-8501-787d34c3f6ca:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6fdfb85c-1f55-4bab-8501-787d34c3f6ca.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-f1e28d1a-5a4a-409f-a0ee-dba4faa15172 {
  min-height: 50px;
background-color: rgba(242, 238, 234, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-f1e28d1a-5a4a-409f-a0ee-dba4faa15172 {
  display: none;
}
#s-f1e28d1a-5a4a-409f-a0ee-dba4faa15172, #wrap-s-f1e28d1a-5a4a-409f-a0ee-dba4faa15172 { display:none !important; }}@media (max-width: 767px){#s-f1e28d1a-5a4a-409f-a0ee-dba4faa15172 {
  display: none;
}
#s-f1e28d1a-5a4a-409f-a0ee-dba4faa15172, #wrap-s-f1e28d1a-5a4a-409f-a0ee-dba4faa15172 { display:none !important; }}







#s-f1e28d1a-5a4a-409f-a0ee-dba4faa15172 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f1e28d1a-5a4a-409f-a0ee-dba4faa15172.shg-box.shg-c {
  justify-content: center;
}

#s-a7687bd7-7311-43c8-b479-d3ff4b000978 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
}

#s-85f39382-b351-4485-ab4c-2fa3a0ef821f {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-c43bb717-07c5-483d-8fa3-53be2dceccef {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
}

#s-82c7e744-3d4e-41e9-adb4-302a132393b4 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-9b610069-1b4a-42d1-8ffe-b0e0554c40a4 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9b610069-1b4a-42d1-8ffe-b0e0554c40a4 {
  display: none;
}
#s-9b610069-1b4a-42d1-8ffe-b0e0554c40a4, #wrap-s-9b610069-1b4a-42d1-8ffe-b0e0554c40a4 { display:none !important; }}@media (max-width: 767px){#s-9b610069-1b4a-42d1-8ffe-b0e0554c40a4 {
  display: none;
}
#s-9b610069-1b4a-42d1-8ffe-b0e0554c40a4, #wrap-s-9b610069-1b4a-42d1-8ffe-b0e0554c40a4 { display:none !important; }}







#s-9b610069-1b4a-42d1-8ffe-b0e0554c40a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9b610069-1b4a-42d1-8ffe-b0e0554c40a4.shg-box.shg-c {
  justify-content: center;
}

#s-a6355d44-c2f0-41fd-8ba2-dbe856cb6120 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a6355d44-c2f0-41fd-8ba2-dbe856cb6120 .shogun-heading-component h3 {
  color: rgba(60, 75, 60, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-4386a080-895e-474c-b65e-59d530368c2d {
  padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}
@media (min-width: 1200px){#s-4386a080-895e-474c-b65e-59d530368c2d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4386a080-895e-474c-b65e-59d530368c2d {
  display: none;
}
#s-4386a080-895e-474c-b65e-59d530368c2d, #wrap-s-4386a080-895e-474c-b65e-59d530368c2d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4386a080-895e-474c-b65e-59d530368c2d {
  display: none;
}
#s-4386a080-895e-474c-b65e-59d530368c2d, #wrap-s-4386a080-895e-474c-b65e-59d530368c2d { display:none !important; }}@media (max-width: 767px){#s-4386a080-895e-474c-b65e-59d530368c2d {
  display: none;
}
#s-4386a080-895e-474c-b65e-59d530368c2d, #wrap-s-4386a080-895e-474c-b65e-59d530368c2d { display:none !important; }}







#s-4386a080-895e-474c-b65e-59d530368c2d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4386a080-895e-474c-b65e-59d530368c2d.shg-box.shg-c {
  justify-content: center;
}

#s-3423fc74-f5cd-4a1b-bfa1-46d31e214a62 {
  margin-left: 5%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-3423fc74-f5cd-4a1b-bfa1-46d31e214a62"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-3423fc74-f5cd-4a1b-bfa1-46d31e214a62"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3423fc74-f5cd-4a1b-bfa1-46d31e214a62"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-3423fc74-f5cd-4a1b-bfa1-46d31e214a62"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-3423fc74-f5cd-4a1b-bfa1-46d31e214a62"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-3423fc74-f5cd-4a1b-bfa1-46d31e214a62"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-3423fc74-f5cd-4a1b-bfa1-46d31e214a62"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-3423fc74-f5cd-4a1b-bfa1-46d31e214a62"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-3423fc74-f5cd-4a1b-bfa1-46d31e214a62"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-3423fc74-f5cd-4a1b-bfa1-46d31e214a62"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-3423fc74-f5cd-4a1b-bfa1-46d31e214a62"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-3423fc74-f5cd-4a1b-bfa1-46d31e214a62"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-3423fc74-f5cd-4a1b-bfa1-46d31e214a62"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-3423fc74-f5cd-4a1b-bfa1-46d31e214a62"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-3423fc74-f5cd-4a1b-bfa1-46d31e214a62"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-3423fc74-f5cd-4a1b-bfa1-46d31e214a62"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-3423fc74-f5cd-4a1b-bfa1-46d31e214a62"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-3423fc74-f5cd-4a1b-bfa1-46d31e214a62"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-3423fc74-f5cd-4a1b-bfa1-46d31e214a62"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-3423fc74-f5cd-4a1b-bfa1-46d31e214a62"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-3423fc74-f5cd-4a1b-bfa1-46d31e214a62"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-3423fc74-f5cd-4a1b-bfa1-46d31e214a62"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-3423fc74-f5cd-4a1b-bfa1-46d31e214a62"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-3423fc74-f5cd-4a1b-bfa1-46d31e214a62"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-3423fc74-f5cd-4a1b-bfa1-46d31e214a62"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-3423fc74-f5cd-4a1b-bfa1-46d31e214a62"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-3423fc74-f5cd-4a1b-bfa1-46d31e214a62"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-3423fc74-f5cd-4a1b-bfa1-46d31e214a62"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-3423fc74-f5cd-4a1b-bfa1-46d31e214a62"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-3423fc74-f5cd-4a1b-bfa1-46d31e214a62"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-3423fc74-f5cd-4a1b-bfa1-46d31e214a62"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-3423fc74-f5cd-4a1b-bfa1-46d31e214a62"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-3423fc74-f5cd-4a1b-bfa1-46d31e214a62"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-3423fc74-f5cd-4a1b-bfa1-46d31e214a62"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-3423fc74-f5cd-4a1b-bfa1-46d31e214a62"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-3423fc74-f5cd-4a1b-bfa1-46d31e214a62"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-3423fc74-f5cd-4a1b-bfa1-46d31e214a62"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-3423fc74-f5cd-4a1b-bfa1-46d31e214a62"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-32e02c14-cbd5-4d62-9b26-b7a6e176f48d {
  text-align: center;
opacity: 1;
}
#s-32e02c14-cbd5-4d62-9b26-b7a6e176f48d:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
opacity: 1 !important;}



  #s-32e02c14-cbd5-4d62-9b26-b7a6e176f48d img.shogun-image {
    
    width: px;
  }


#s-32e02c14-cbd5-4d62-9b26-b7a6e176f48d .shogun-image-content {
  
    align-items: center;
  
}

#s-96e835a4-7a3f-4e96-9e0c-41ea428a33bd {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 32px;
background-color: rgba(240, 240, 240, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(60, 75, 60, 1);
letter-spacing: 1px;
}
#s-96e835a4-7a3f-4e96-9e0c-41ea428a33bd:hover {background-color: rgba(60, 75, 60, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-96e835a4-7a3f-4e96-9e0c-41ea428a33bd:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-96e835a4-7a3f-4e96-9e0c-41ea428a33bd.shg-btn {
  color: rgba(60, 75, 60, 1);
  font-size: 14px;
  
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-0646f9d0-90df-4771-ad07-443a670834a2 {
  text-align: center;
opacity: 1;
}
#s-0646f9d0-90df-4771-ad07-443a670834a2:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
opacity: 1 !important;}



  #s-0646f9d0-90df-4771-ad07-443a670834a2 img.shogun-image {
    
    width: px;
  }


#s-0646f9d0-90df-4771-ad07-443a670834a2 .shogun-image-content {
  
    align-items: center;
  
}

#s-cfc31813-b687-453a-b866-d36ac3c07420 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 32px;
background-color: rgba(240, 240, 240, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(60, 75, 60, 1);
letter-spacing: 1px;
}
#s-cfc31813-b687-453a-b866-d36ac3c07420:hover {background-color: rgba(60, 75, 60, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-cfc31813-b687-453a-b866-d36ac3c07420:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-cfc31813-b687-453a-b866-d36ac3c07420.shg-btn {
  color: rgba(60, 75, 60, 1);
  font-size: 14px;
  
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-5ffc8161-f032-4734-97bb-3e9da175b91f {
  text-align: center;
opacity: 1;
}
#s-5ffc8161-f032-4734-97bb-3e9da175b91f:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
opacity: 1 !important;}



  #s-5ffc8161-f032-4734-97bb-3e9da175b91f img.shogun-image {
    
    width: px;
  }


#s-5ffc8161-f032-4734-97bb-3e9da175b91f .shogun-image-content {
  
    align-items: center;
  
}

#s-1198efd0-d53b-41bf-b524-d9cdad16194e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 32px;
background-color: rgba(240, 240, 240, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(60, 75, 60, 1);
letter-spacing: 1px;
}
#s-1198efd0-d53b-41bf-b524-d9cdad16194e:hover {background-color: rgba(60, 75, 60, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-1198efd0-d53b-41bf-b524-d9cdad16194e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1198efd0-d53b-41bf-b524-d9cdad16194e.shg-btn {
  color: rgba(60, 75, 60, 1);
  font-size: 14px;
  
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-9a99c635-ba81-4c69-b700-adb06e851d23 {
  text-align: center;
opacity: 1;
}
#s-9a99c635-ba81-4c69-b700-adb06e851d23:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
opacity: 1 !important;}



  #s-9a99c635-ba81-4c69-b700-adb06e851d23 img.shogun-image {
    
    width: px;
  }


#s-9a99c635-ba81-4c69-b700-adb06e851d23 .shogun-image-content {
  
    align-items: center;
  
}

#s-57f166ca-2700-4ccd-93d8-594d955bd544 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 32px;
background-color: rgba(240, 240, 240, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(60, 75, 60, 1);
letter-spacing: 1px;
}
#s-57f166ca-2700-4ccd-93d8-594d955bd544:hover {background-color: rgba(60, 75, 60, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-57f166ca-2700-4ccd-93d8-594d955bd544:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-57f166ca-2700-4ccd-93d8-594d955bd544.shg-btn {
  color: rgba(60, 75, 60, 1);
  font-size: 14px;
  
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-9d40dd6e-98ec-46ee-bae2-b124727e3906 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 5px;
padding-bottom: 5px;
min-height: 100px;
}
@media (min-width: 1200px){#s-9d40dd6e-98ec-46ee-bae2-b124727e3906 {
  display: none;
}
#s-9d40dd6e-98ec-46ee-bae2-b124727e3906, #wrap-s-9d40dd6e-98ec-46ee-bae2-b124727e3906 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9d40dd6e-98ec-46ee-bae2-b124727e3906 {
  display: none;
}
#s-9d40dd6e-98ec-46ee-bae2-b124727e3906, #wrap-s-9d40dd6e-98ec-46ee-bae2-b124727e3906 { display:none !important; }}@media (max-width: 767px){#s-9d40dd6e-98ec-46ee-bae2-b124727e3906 {
  display: none;
}
#s-9d40dd6e-98ec-46ee-bae2-b124727e3906, #wrap-s-9d40dd6e-98ec-46ee-bae2-b124727e3906 { display:none !important; }}







#s-9d40dd6e-98ec-46ee-bae2-b124727e3906 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9d40dd6e-98ec-46ee-bae2-b124727e3906.shg-box.shg-c {
  justify-content: center;
}

#s-25963d23-08c7-45df-8645-132b9039e5f1 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-25963d23-08c7-45df-8645-132b9039e5f1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-25963d23-08c7-45df-8645-132b9039e5f1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-25963d23-08c7-45df-8645-132b9039e5f1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-25963d23-08c7-45df-8645-132b9039e5f1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-25963d23-08c7-45df-8645-132b9039e5f1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-25963d23-08c7-45df-8645-132b9039e5f1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-25963d23-08c7-45df-8645-132b9039e5f1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-25963d23-08c7-45df-8645-132b9039e5f1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-25963d23-08c7-45df-8645-132b9039e5f1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-25963d23-08c7-45df-8645-132b9039e5f1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-25963d23-08c7-45df-8645-132b9039e5f1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-25963d23-08c7-45df-8645-132b9039e5f1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-25963d23-08c7-45df-8645-132b9039e5f1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-25963d23-08c7-45df-8645-132b9039e5f1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-25963d23-08c7-45df-8645-132b9039e5f1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-25963d23-08c7-45df-8645-132b9039e5f1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-25963d23-08c7-45df-8645-132b9039e5f1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-25963d23-08c7-45df-8645-132b9039e5f1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-25963d23-08c7-45df-8645-132b9039e5f1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-25963d23-08c7-45df-8645-132b9039e5f1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-25963d23-08c7-45df-8645-132b9039e5f1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-25963d23-08c7-45df-8645-132b9039e5f1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-25963d23-08c7-45df-8645-132b9039e5f1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-25963d23-08c7-45df-8645-132b9039e5f1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-25963d23-08c7-45df-8645-132b9039e5f1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-25963d23-08c7-45df-8645-132b9039e5f1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-25963d23-08c7-45df-8645-132b9039e5f1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-25963d23-08c7-45df-8645-132b9039e5f1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-25963d23-08c7-45df-8645-132b9039e5f1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-25963d23-08c7-45df-8645-132b9039e5f1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-25963d23-08c7-45df-8645-132b9039e5f1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-25963d23-08c7-45df-8645-132b9039e5f1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-25963d23-08c7-45df-8645-132b9039e5f1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-25963d23-08c7-45df-8645-132b9039e5f1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-25963d23-08c7-45df-8645-132b9039e5f1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-25963d23-08c7-45df-8645-132b9039e5f1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-25963d23-08c7-45df-8645-132b9039e5f1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-b32e31a9-c33e-40a3-a64f-7830cff4e9f3 {
  text-align: center;
opacity: 1;
}
#s-b32e31a9-c33e-40a3-a64f-7830cff4e9f3:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
opacity: 1 !important;}



  #s-b32e31a9-c33e-40a3-a64f-7830cff4e9f3 img.shogun-image {
    
    width: px;
  }


#s-b32e31a9-c33e-40a3-a64f-7830cff4e9f3 .shogun-image-content {
  
    align-items: center;
  
}

#s-e11fb547-24d0-4470-8c1a-364130f52eb9 {
  margin-top: 10px;
}

#s-67445f7b-312f-42f9-b27e-c65301aa793c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 32px;
background-color: rgba(240, 240, 240, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(60, 75, 60, 1);
letter-spacing: 1px;
}
#s-67445f7b-312f-42f9-b27e-c65301aa793c:hover {background-color: rgba(60, 75, 60, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-67445f7b-312f-42f9-b27e-c65301aa793c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-67445f7b-312f-42f9-b27e-c65301aa793c.shg-btn {
  color: rgba(60, 75, 60, 1);
  font-size: 16px;
  
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-4ffa4240-f8cf-4022-b5ac-3b03e0051716 {
  text-align: center;
opacity: 1;
}
#s-4ffa4240-f8cf-4022-b5ac-3b03e0051716:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
opacity: 1 !important;}



  #s-4ffa4240-f8cf-4022-b5ac-3b03e0051716 img.shogun-image {
    
    width: px;
  }


#s-4ffa4240-f8cf-4022-b5ac-3b03e0051716 .shogun-image-content {
  
    align-items: center;
  
}

#s-60f771c1-0776-4c5d-b626-454f6e58c928 {
  margin-top: 10px;
}

#s-6e543e64-3e2f-49a0-9b1a-4468a712c0a7 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 32px;
background-color: rgba(240, 240, 240, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(60, 75, 60, 1);
letter-spacing: 1px;
}
#s-6e543e64-3e2f-49a0-9b1a-4468a712c0a7:hover {background-color: rgba(60, 75, 60, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-6e543e64-3e2f-49a0-9b1a-4468a712c0a7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6e543e64-3e2f-49a0-9b1a-4468a712c0a7.shg-btn {
  color: rgba(60, 75, 60, 1);
  font-size: 16px;
  
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-73264f36-f6f9-434c-956c-83f3ef064963 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-73264f36-f6f9-434c-956c-83f3ef064963"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-73264f36-f6f9-434c-956c-83f3ef064963"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-73264f36-f6f9-434c-956c-83f3ef064963"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-73264f36-f6f9-434c-956c-83f3ef064963"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-73264f36-f6f9-434c-956c-83f3ef064963"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-73264f36-f6f9-434c-956c-83f3ef064963"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-73264f36-f6f9-434c-956c-83f3ef064963"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-73264f36-f6f9-434c-956c-83f3ef064963"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-73264f36-f6f9-434c-956c-83f3ef064963"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-73264f36-f6f9-434c-956c-83f3ef064963"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-73264f36-f6f9-434c-956c-83f3ef064963"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-73264f36-f6f9-434c-956c-83f3ef064963"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-73264f36-f6f9-434c-956c-83f3ef064963"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-73264f36-f6f9-434c-956c-83f3ef064963"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-73264f36-f6f9-434c-956c-83f3ef064963"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-73264f36-f6f9-434c-956c-83f3ef064963"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-73264f36-f6f9-434c-956c-83f3ef064963"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-73264f36-f6f9-434c-956c-83f3ef064963"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-73264f36-f6f9-434c-956c-83f3ef064963"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-73264f36-f6f9-434c-956c-83f3ef064963"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-73264f36-f6f9-434c-956c-83f3ef064963"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-73264f36-f6f9-434c-956c-83f3ef064963"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-73264f36-f6f9-434c-956c-83f3ef064963"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-73264f36-f6f9-434c-956c-83f3ef064963"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-73264f36-f6f9-434c-956c-83f3ef064963"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-73264f36-f6f9-434c-956c-83f3ef064963"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-73264f36-f6f9-434c-956c-83f3ef064963"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-73264f36-f6f9-434c-956c-83f3ef064963"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-73264f36-f6f9-434c-956c-83f3ef064963"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-73264f36-f6f9-434c-956c-83f3ef064963"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-73264f36-f6f9-434c-956c-83f3ef064963"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-73264f36-f6f9-434c-956c-83f3ef064963"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-73264f36-f6f9-434c-956c-83f3ef064963"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-73264f36-f6f9-434c-956c-83f3ef064963"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-73264f36-f6f9-434c-956c-83f3ef064963"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-73264f36-f6f9-434c-956c-83f3ef064963"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-73264f36-f6f9-434c-956c-83f3ef064963"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-ac127448-47a1-40b4-b40b-f99d18686228 {
  text-align: center;
opacity: 1;
}
#s-ac127448-47a1-40b4-b40b-f99d18686228:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
opacity: 1 !important;}



  #s-ac127448-47a1-40b4-b40b-f99d18686228 img.shogun-image {
    
    width: px;
  }


#s-ac127448-47a1-40b4-b40b-f99d18686228 .shogun-image-content {
  
    align-items: center;
  
}

#s-102f2aee-338c-4bcc-a098-a01a404cdd7d {
  margin-top: 10px;
margin-bottom: 1px;
}

#s-e5829d1f-6f83-4761-b0e0-43ef7e623351 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 32px;
background-color: rgba(240, 240, 240, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(60, 75, 60, 1);
letter-spacing: 1px;
}
#s-e5829d1f-6f83-4761-b0e0-43ef7e623351:hover {background-color: rgba(60, 75, 60, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-e5829d1f-6f83-4761-b0e0-43ef7e623351:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e5829d1f-6f83-4761-b0e0-43ef7e623351.shg-btn {
  color: rgba(60, 75, 60, 1);
  font-size: 16px;
  
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-c221a3f1-058a-4132-8da3-4c683071cb9b {
  text-align: center;
opacity: 1;
}
#s-c221a3f1-058a-4132-8da3-4c683071cb9b:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
opacity: 1 !important;}



  #s-c221a3f1-058a-4132-8da3-4c683071cb9b img.shogun-image {
    
    width: px;
  }


#s-c221a3f1-058a-4132-8da3-4c683071cb9b .shogun-image-content {
  
    align-items: center;
  
}

#s-2e92f8b6-db44-439d-b17d-311e54a13a58 {
  margin-top: 10px;
}

#s-9a511ccb-bdab-420f-b4f9-d8628250ea46 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 32px;
background-color: rgba(240, 240, 240, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(60, 75, 60, 1);
letter-spacing: 1px;
}
#s-9a511ccb-bdab-420f-b4f9-d8628250ea46:hover {background-color: rgba(60, 75, 60, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-9a511ccb-bdab-420f-b4f9-d8628250ea46:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9a511ccb-bdab-420f-b4f9-d8628250ea46.shg-btn {
  color: rgba(60, 75, 60, 1);
  font-size: 16px;
  
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-64b9e6e8-66d2-4ab5-baf8-df3c7f76f990 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-8ad6bb58-535e-428a-b400-399e3a76747a {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 20px;
padding-left: 10px;
padding-bottom: 20px;
padding-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-8ad6bb58-535e-428a-b400-399e3a76747a {
  display: none;
}
#s-8ad6bb58-535e-428a-b400-399e3a76747a, #wrap-s-8ad6bb58-535e-428a-b400-399e3a76747a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8ad6bb58-535e-428a-b400-399e3a76747a {
  display: none;
}
#s-8ad6bb58-535e-428a-b400-399e3a76747a, #wrap-s-8ad6bb58-535e-428a-b400-399e3a76747a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8ad6bb58-535e-428a-b400-399e3a76747a {
  display: none;
}
#s-8ad6bb58-535e-428a-b400-399e3a76747a, #wrap-s-8ad6bb58-535e-428a-b400-399e3a76747a { display:none !important; }}@media (max-width: 767px){#s-8ad6bb58-535e-428a-b400-399e3a76747a {
  display: none;
}
#s-8ad6bb58-535e-428a-b400-399e3a76747a, #wrap-s-8ad6bb58-535e-428a-b400-399e3a76747a { display:none !important; }}







#s-8ad6bb58-535e-428a-b400-399e3a76747a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8ad6bb58-535e-428a-b400-399e3a76747a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-dc81aeeb-ad84-4710-97fe-a6d9d1431141 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dc81aeeb-ad84-4710-97fe-a6d9d1431141 .shogun-heading-component h1 {
  color: rgba(60, 75, 60, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a43d2ea0-572e-4c74-bc4a-55d6dbd3a988 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
}

#s-a43d2ea0-572e-4c74-bc4a-55d6dbd3a988 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-a43d2ea0-572e-4c74-bc4a-55d6dbd3a988 .shg-sld-nav-button.shg-sld-left,
#s-a43d2ea0-572e-4c74-bc4a-55d6dbd3a988 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-822fec37-392d-4e64-be28-a94678e06f55 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-822fec37-392d-4e64-be28-a94678e06f55 .shogun-heading-component h6 {
  color: #000;
  font-weight:   ;
  font-family: "Rubik";
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ae23657d-bef1-4945-b8ec-260808bb93bd {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-ae23657d-bef1-4945-b8ec-260808bb93bd .shogun-heading-component h6 {
  color: #000;
  font-weight:   ;
  font-family: "Rubik";
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-446dcf21-091e-46e0-81df-8945e5dc2244 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-446dcf21-091e-46e0-81df-8945e5dc2244 .shogun-heading-component h6 {
  color: #000;
  font-weight:   ;
  font-family: "Rubik";
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-2d76048c-e104-4700-b74f-c3ba51edd769 {
  margin-bottom: 20px;
min-height: 64px;
text-align: center;
}




  #s-2d76048c-e104-4700-b74f-c3ba51edd769 img.shogun-image {
    
    width: px;
  }


#s-2d76048c-e104-4700-b74f-c3ba51edd769 .shogun-image-content {
  
    align-items: center;
  
}

#s-ad2545cd-0fe2-4820-bd8e-4e7a2148e70c {
  margin-bottom: 20px;
min-height: 64px;
text-align: center;
}




  #s-ad2545cd-0fe2-4820-bd8e-4e7a2148e70c img.shogun-image {
    
    width: px;
  }


#s-ad2545cd-0fe2-4820-bd8e-4e7a2148e70c .shogun-image-content {
  
    align-items: center;
  
}

#s-b6bd134c-8782-45b3-9404-e93b10ae284a {
  margin-bottom: 20px;
min-height: 64px;
text-align: center;
}




  #s-b6bd134c-8782-45b3-9404-e93b10ae284a img.shogun-image {
    
    width: px;
  }


#s-b6bd134c-8782-45b3-9404-e93b10ae284a .shogun-image-content {
  
    align-items: center;
  
}

#s-682f6fa8-6c8a-4f8b-9816-d26c144bc312 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 32px;
background-color: rgba(60, 75, 60, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-682f6fa8-6c8a-4f8b-9816-d26c144bc312:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(90, 90, 90, 1) !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(60, 75, 60, 1) !important;}#s-682f6fa8-6c8a-4f8b-9816-d26c144bc312:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-682f6fa8-6c8a-4f8b-9816-d26c144bc312.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-98bdef67-b809-4ebf-8cb2-a21321f79b71 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-98bdef67-b809-4ebf-8cb2-a21321f79b71 {
  display: none;
}
#s-98bdef67-b809-4ebf-8cb2-a21321f79b71, #wrap-s-98bdef67-b809-4ebf-8cb2-a21321f79b71 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-98bdef67-b809-4ebf-8cb2-a21321f79b71 {
  display: none;
}
#s-98bdef67-b809-4ebf-8cb2-a21321f79b71, #wrap-s-98bdef67-b809-4ebf-8cb2-a21321f79b71 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-98bdef67-b809-4ebf-8cb2-a21321f79b71 {
  display: none;
}
#s-98bdef67-b809-4ebf-8cb2-a21321f79b71, #wrap-s-98bdef67-b809-4ebf-8cb2-a21321f79b71 { display:none !important; }}@media (max-width: 767px){#s-98bdef67-b809-4ebf-8cb2-a21321f79b71 {
  display: none;
}
#s-98bdef67-b809-4ebf-8cb2-a21321f79b71, #wrap-s-98bdef67-b809-4ebf-8cb2-a21321f79b71 { display:none !important; }}







#s-98bdef67-b809-4ebf-8cb2-a21321f79b71 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-98bdef67-b809-4ebf-8cb2-a21321f79b71.shg-box.shg-c {
  justify-content: center;
}

#s-cc952fdf-76d1-4103-b899-44109f1f33ef {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-cc952fdf-76d1-4103-b899-44109f1f33ef {
  display: none;
}
#s-cc952fdf-76d1-4103-b899-44109f1f33ef, #wrap-s-cc952fdf-76d1-4103-b899-44109f1f33ef { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cc952fdf-76d1-4103-b899-44109f1f33ef {
  display: none;
}
#s-cc952fdf-76d1-4103-b899-44109f1f33ef, #wrap-s-cc952fdf-76d1-4103-b899-44109f1f33ef { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cc952fdf-76d1-4103-b899-44109f1f33ef {
  display: none;
}
#s-cc952fdf-76d1-4103-b899-44109f1f33ef, #wrap-s-cc952fdf-76d1-4103-b899-44109f1f33ef { display:none !important; }}@media (max-width: 767px){#s-cc952fdf-76d1-4103-b899-44109f1f33ef {
  display: none;
}
#s-cc952fdf-76d1-4103-b899-44109f1f33ef, #wrap-s-cc952fdf-76d1-4103-b899-44109f1f33ef { display:none !important; }}
#s-cc952fdf-76d1-4103-b899-44109f1f33ef .shogun-heading-component h1 {
  color: rgba(60, 75, 60, 1);
  font-weight:   ;
  font-family: "EB Garamond";
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 1200px){#s-3f6916b9-61e0-4cd8-95c0-b41825a03ef5 {
  display: none;
}
#s-3f6916b9-61e0-4cd8-95c0-b41825a03ef5, #wrap-s-3f6916b9-61e0-4cd8-95c0-b41825a03ef5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3f6916b9-61e0-4cd8-95c0-b41825a03ef5 {
  display: none;
}
#s-3f6916b9-61e0-4cd8-95c0-b41825a03ef5, #wrap-s-3f6916b9-61e0-4cd8-95c0-b41825a03ef5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3f6916b9-61e0-4cd8-95c0-b41825a03ef5 {
  display: none;
}
#s-3f6916b9-61e0-4cd8-95c0-b41825a03ef5, #wrap-s-3f6916b9-61e0-4cd8-95c0-b41825a03ef5 { display:none !important; }}@media (max-width: 767px){#s-3f6916b9-61e0-4cd8-95c0-b41825a03ef5 {
  display: none;
}
#s-3f6916b9-61e0-4cd8-95c0-b41825a03ef5, #wrap-s-3f6916b9-61e0-4cd8-95c0-b41825a03ef5 { display:none !important; }}
@media (min-width: 0px) {
[id="s-3f6916b9-61e0-4cd8-95c0-b41825a03ef5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3f6916b9-61e0-4cd8-95c0-b41825a03ef5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3f6916b9-61e0-4cd8-95c0-b41825a03ef5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3f6916b9-61e0-4cd8-95c0-b41825a03ef5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3f6916b9-61e0-4cd8-95c0-b41825a03ef5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3f6916b9-61e0-4cd8-95c0-b41825a03ef5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3f6916b9-61e0-4cd8-95c0-b41825a03ef5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3f6916b9-61e0-4cd8-95c0-b41825a03ef5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3f6916b9-61e0-4cd8-95c0-b41825a03ef5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3f6916b9-61e0-4cd8-95c0-b41825a03ef5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3f6916b9-61e0-4cd8-95c0-b41825a03ef5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3f6916b9-61e0-4cd8-95c0-b41825a03ef5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3f6916b9-61e0-4cd8-95c0-b41825a03ef5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3f6916b9-61e0-4cd8-95c0-b41825a03ef5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3f6916b9-61e0-4cd8-95c0-b41825a03ef5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3f6916b9-61e0-4cd8-95c0-b41825a03ef5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3f6916b9-61e0-4cd8-95c0-b41825a03ef5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3f6916b9-61e0-4cd8-95c0-b41825a03ef5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3f6916b9-61e0-4cd8-95c0-b41825a03ef5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3f6916b9-61e0-4cd8-95c0-b41825a03ef5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3f6916b9-61e0-4cd8-95c0-b41825a03ef5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3f6916b9-61e0-4cd8-95c0-b41825a03ef5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3f6916b9-61e0-4cd8-95c0-b41825a03ef5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3f6916b9-61e0-4cd8-95c0-b41825a03ef5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3f6916b9-61e0-4cd8-95c0-b41825a03ef5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3f6916b9-61e0-4cd8-95c0-b41825a03ef5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3f6916b9-61e0-4cd8-95c0-b41825a03ef5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3f6916b9-61e0-4cd8-95c0-b41825a03ef5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3f6916b9-61e0-4cd8-95c0-b41825a03ef5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3f6916b9-61e0-4cd8-95c0-b41825a03ef5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3f6916b9-61e0-4cd8-95c0-b41825a03ef5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3f6916b9-61e0-4cd8-95c0-b41825a03ef5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3f6916b9-61e0-4cd8-95c0-b41825a03ef5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3f6916b9-61e0-4cd8-95c0-b41825a03ef5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3f6916b9-61e0-4cd8-95c0-b41825a03ef5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3f6916b9-61e0-4cd8-95c0-b41825a03ef5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3f6916b9-61e0-4cd8-95c0-b41825a03ef5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-acf3849c-04c7-47f4-b36a-056701078a0e {
  text-align: center;
opacity: 1;
}




  #s-acf3849c-04c7-47f4-b36a-056701078a0e img.shogun-image {
    
    width: px;
  }


#s-acf3849c-04c7-47f4-b36a-056701078a0e .shogun-image-content {
  
    align-items: center;
  
}

#s-59a74cdd-d105-491b-8da5-e198504860a9 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 32px;
background-color: rgba(240, 240, 240, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(60, 75, 60, 1);
letter-spacing: 1px;
}
#s-59a74cdd-d105-491b-8da5-e198504860a9:hover {background-color: rgba(60, 75, 60, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-59a74cdd-d105-491b-8da5-e198504860a9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-59a74cdd-d105-491b-8da5-e198504860a9.shg-btn {
  color: rgba(60, 75, 60, 1);
  font-size: 14px;
  
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-d0528624-1366-41af-b14a-96c790263a6e {
  text-align: center;
}




  #s-d0528624-1366-41af-b14a-96c790263a6e img.shogun-image {
    
    width: px;
  }


#s-d0528624-1366-41af-b14a-96c790263a6e .shogun-image-content {
  
    align-items: center;
  
}

#s-34591edf-4821-48c5-aa60-b985b3466b7c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 32px;
background-color: rgba(240, 240, 240, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(60, 75, 60, 1);
letter-spacing: 1px;
}
#s-34591edf-4821-48c5-aa60-b985b3466b7c:hover {background-color: rgba(60, 75, 60, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-34591edf-4821-48c5-aa60-b985b3466b7c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-34591edf-4821-48c5-aa60-b985b3466b7c.shg-btn {
  color: rgba(60, 75, 60, 1);
  font-size: 14px;
  
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-13dee9f7-9e4f-4b2e-8de4-7d35ef9b019e {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
text-align: center;
}




  #s-13dee9f7-9e4f-4b2e-8de4-7d35ef9b019e img.shogun-image {
    
    width: px;
  }


#s-13dee9f7-9e4f-4b2e-8de4-7d35ef9b019e .shogun-image-content {
  
    align-items: center;
  
}

#s-6fb5797c-5303-48e6-9f87-68ffe6f116ef {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 32px;
background-color: rgba(240, 240, 240, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(60, 75, 60, 1);
letter-spacing: 1px;
}
#s-6fb5797c-5303-48e6-9f87-68ffe6f116ef:hover {background-color: rgba(60, 75, 60, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-6fb5797c-5303-48e6-9f87-68ffe6f116ef:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6fb5797c-5303-48e6-9f87-68ffe6f116ef.shg-btn {
  color: rgba(60, 75, 60, 1);
  font-size: 14px;
  
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-e6d9ad12-9ebd-4e5c-b3b3-058bad6cba9d {
  min-height: 50px;
}
@media (min-width: 1200px){#s-e6d9ad12-9ebd-4e5c-b3b3-058bad6cba9d {
  display: none;
}
#s-e6d9ad12-9ebd-4e5c-b3b3-058bad6cba9d, #wrap-s-e6d9ad12-9ebd-4e5c-b3b3-058bad6cba9d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e6d9ad12-9ebd-4e5c-b3b3-058bad6cba9d {
  display: none;
}
#s-e6d9ad12-9ebd-4e5c-b3b3-058bad6cba9d, #wrap-s-e6d9ad12-9ebd-4e5c-b3b3-058bad6cba9d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e6d9ad12-9ebd-4e5c-b3b3-058bad6cba9d {
  display: none;
}
#s-e6d9ad12-9ebd-4e5c-b3b3-058bad6cba9d, #wrap-s-e6d9ad12-9ebd-4e5c-b3b3-058bad6cba9d { display:none !important; }}@media (max-width: 767px){#s-e6d9ad12-9ebd-4e5c-b3b3-058bad6cba9d {
  display: none;
}
#s-e6d9ad12-9ebd-4e5c-b3b3-058bad6cba9d, #wrap-s-e6d9ad12-9ebd-4e5c-b3b3-058bad6cba9d { display:none !important; }}







#s-e6d9ad12-9ebd-4e5c-b3b3-058bad6cba9d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e6d9ad12-9ebd-4e5c-b3b3-058bad6cba9d.shg-box.shg-c {
  justify-content: center;
}

#s-98d4d775-7c98-45b6-9315-d066d890027a {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 50px;
padding-left: 5%;
padding-bottom: 50px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-98d4d775-7c98-45b6-9315-d066d890027a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-98d4d775-7c98-45b6-9315-d066d890027a {
  display: none;
}
#s-98d4d775-7c98-45b6-9315-d066d890027a, #wrap-s-98d4d775-7c98-45b6-9315-d066d890027a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-98d4d775-7c98-45b6-9315-d066d890027a {
  display: none;
}
#s-98d4d775-7c98-45b6-9315-d066d890027a, #wrap-s-98d4d775-7c98-45b6-9315-d066d890027a { display:none !important; }}@media (max-width: 767px){#s-98d4d775-7c98-45b6-9315-d066d890027a {
  display: none;
}
#s-98d4d775-7c98-45b6-9315-d066d890027a, #wrap-s-98d4d775-7c98-45b6-9315-d066d890027a { display:none !important; }}







#s-98d4d775-7c98-45b6-9315-d066d890027a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-98d4d775-7c98-45b6-9315-d066d890027a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-7373ee38-e826-427e-82d3-0b2d5bb91793 {
  min-height: 50px;
}








#s-7373ee38-e826-427e-82d3-0b2d5bb91793 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7373ee38-e826-427e-82d3-0b2d5bb91793.shg-box.shg-c {
  justify-content: center;
}

#s-206117b2-c2fb-4472-b35e-b49e1d5265e7 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-206117b2-c2fb-4472-b35e-b49e1d5265e7 .shogun-heading-component h3 {
  color: rgba(60, 75, 60, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d0e1b572-f08d-410b-bbcb-1298fb0266fc {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-d0e1b572-f08d-410b-bbcb-1298fb0266fc {
  display: none;
}
#s-d0e1b572-f08d-410b-bbcb-1298fb0266fc, #wrap-s-d0e1b572-f08d-410b-bbcb-1298fb0266fc { display:none !important; }}@media (max-width: 767px){#s-d0e1b572-f08d-410b-bbcb-1298fb0266fc {
  display: none;
}
#s-d0e1b572-f08d-410b-bbcb-1298fb0266fc, #wrap-s-d0e1b572-f08d-410b-bbcb-1298fb0266fc { display:none !important; }}
@media (min-width: 0px) {
[id="s-d0e1b572-f08d-410b-bbcb-1298fb0266fc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-d0e1b572-f08d-410b-bbcb-1298fb0266fc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d0e1b572-f08d-410b-bbcb-1298fb0266fc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-d0e1b572-f08d-410b-bbcb-1298fb0266fc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-d0e1b572-f08d-410b-bbcb-1298fb0266fc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-d0e1b572-f08d-410b-bbcb-1298fb0266fc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-d0e1b572-f08d-410b-bbcb-1298fb0266fc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-d0e1b572-f08d-410b-bbcb-1298fb0266fc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-d0e1b572-f08d-410b-bbcb-1298fb0266fc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-d0e1b572-f08d-410b-bbcb-1298fb0266fc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-d0e1b572-f08d-410b-bbcb-1298fb0266fc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-d0e1b572-f08d-410b-bbcb-1298fb0266fc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-d0e1b572-f08d-410b-bbcb-1298fb0266fc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-d0e1b572-f08d-410b-bbcb-1298fb0266fc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-d0e1b572-f08d-410b-bbcb-1298fb0266fc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-d0e1b572-f08d-410b-bbcb-1298fb0266fc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-d0e1b572-f08d-410b-bbcb-1298fb0266fc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-d0e1b572-f08d-410b-bbcb-1298fb0266fc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-d0e1b572-f08d-410b-bbcb-1298fb0266fc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-d0e1b572-f08d-410b-bbcb-1298fb0266fc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-d0e1b572-f08d-410b-bbcb-1298fb0266fc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-d0e1b572-f08d-410b-bbcb-1298fb0266fc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-d0e1b572-f08d-410b-bbcb-1298fb0266fc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-d0e1b572-f08d-410b-bbcb-1298fb0266fc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-d0e1b572-f08d-410b-bbcb-1298fb0266fc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-d0e1b572-f08d-410b-bbcb-1298fb0266fc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-d0e1b572-f08d-410b-bbcb-1298fb0266fc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-d0e1b572-f08d-410b-bbcb-1298fb0266fc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-d0e1b572-f08d-410b-bbcb-1298fb0266fc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-d0e1b572-f08d-410b-bbcb-1298fb0266fc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-d0e1b572-f08d-410b-bbcb-1298fb0266fc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-d0e1b572-f08d-410b-bbcb-1298fb0266fc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-d0e1b572-f08d-410b-bbcb-1298fb0266fc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-d0e1b572-f08d-410b-bbcb-1298fb0266fc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-d0e1b572-f08d-410b-bbcb-1298fb0266fc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-d0e1b572-f08d-410b-bbcb-1298fb0266fc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-d0e1b572-f08d-410b-bbcb-1298fb0266fc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-d0e1b572-f08d-410b-bbcb-1298fb0266fc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-6809d8fa-340c-4d43-8673-82a4888b0e63 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-6809d8fa-340c-4d43-8673-82a4888b0e63 {
  display: none;
}
#s-ac4f1e58-2f6c-426a-b3b5-ffb65481e5a4 {
  text-align: left;
}


.shg-c#s-ac4f1e58-2f6c-426a-b3b5-ffb65481e5a4 {
  max-width: 100%;
}

.shg-c#s-ac4f1e58-2f6c-426a-b3b5-ffb65481e5a4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ac4f1e58-2f6c-426a-b3b5-ffb65481e5a4 .shg-image-zoom,
.shg-c#s-ac4f1e58-2f6c-426a-b3b5-ffb65481e5a4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ac4f1e58-2f6c-426a-b3b5-ffb65481e5a4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ac4f1e58-2f6c-426a-b3b5-ffb65481e5a4 {
  max-width: 100%;
}

.shg-c#s-ac4f1e58-2f6c-426a-b3b5-ffb65481e5a4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ac4f1e58-2f6c-426a-b3b5-ffb65481e5a4 .shg-image-zoom,
.shg-c#s-ac4f1e58-2f6c-426a-b3b5-ffb65481e5a4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ac4f1e58-2f6c-426a-b3b5-ffb65481e5a4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ac4f1e58-2f6c-426a-b3b5-ffb65481e5a4 {
  max-width: 100%;
}

.shg-c#s-ac4f1e58-2f6c-426a-b3b5-ffb65481e5a4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ac4f1e58-2f6c-426a-b3b5-ffb65481e5a4 .shg-image-zoom,
.shg-c#s-ac4f1e58-2f6c-426a-b3b5-ffb65481e5a4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ac4f1e58-2f6c-426a-b3b5-ffb65481e5a4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ac4f1e58-2f6c-426a-b3b5-ffb65481e5a4 {
  max-width: 100%;
}

.shg-c#s-ac4f1e58-2f6c-426a-b3b5-ffb65481e5a4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ac4f1e58-2f6c-426a-b3b5-ffb65481e5a4 .shg-image-zoom,
.shg-c#s-ac4f1e58-2f6c-426a-b3b5-ffb65481e5a4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ac4f1e58-2f6c-426a-b3b5-ffb65481e5a4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ac4f1e58-2f6c-426a-b3b5-ffb65481e5a4 {
  max-width: 100%;
}

.shg-c#s-ac4f1e58-2f6c-426a-b3b5-ffb65481e5a4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ac4f1e58-2f6c-426a-b3b5-ffb65481e5a4 .shg-image-zoom,
.shg-c#s-ac4f1e58-2f6c-426a-b3b5-ffb65481e5a4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ac4f1e58-2f6c-426a-b3b5-ffb65481e5a4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-434fd75c-42ef-485c-8839-03dc25bdb17e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-434fd75c-42ef-485c-8839-03dc25bdb17e .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-24682fb8-2cba-4385-8d89-3c4f55c891d4 {
  text-align: center;
}

#s-24682fb8-2cba-4385-8d89-3c4f55c891d4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-24682fb8-2cba-4385-8d89-3c4f55c891d4 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-24682fb8-2cba-4385-8d89-3c4f55c891d4 .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-a59e6b40-0c5b-4489-838f-439468caeee4 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 32px;
background-color: rgba(60, 76, 60, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-a59e6b40-0c5b-4489-838f-439468caeee4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a59e6b40-0c5b-4489-838f-439468caeee4:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a59e6b40-0c5b-4489-838f-439468caeee4 {
  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-a59e6b40-0c5b-4489-838f-439468caeee4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a59e6b40-0c5b-4489-838f-439468caeee4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-a59e6b40-0c5b-4489-838f-439468caeee4.shg-btn.shg-product-atc-error {
  
  font-family: Rubik;
  
  
  color: rgba(238, 238, 238, 1);
}


  #s-a59e6b40-0c5b-4489-838f-439468caeee4.shg-btn.shg-product-atc-success {
    font-weight: normal;
    font-family: Rubik;
    
    font-size: 13px;
    
  }


#s-d4936205-9269-4534-92a1-c7e0660491f5 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-d4936205-9269-4534-92a1-c7e0660491f5 {
  display: none;
}
#s-1c6a3e5f-2791-442b-b53d-58913e3ed174 {
  text-align: left;
}


.shg-c#s-1c6a3e5f-2791-442b-b53d-58913e3ed174 {
  max-width: 100%;
}

.shg-c#s-1c6a3e5f-2791-442b-b53d-58913e3ed174 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1c6a3e5f-2791-442b-b53d-58913e3ed174 .shg-image-zoom,
.shg-c#s-1c6a3e5f-2791-442b-b53d-58913e3ed174 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1c6a3e5f-2791-442b-b53d-58913e3ed174 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-1c6a3e5f-2791-442b-b53d-58913e3ed174 {
  max-width: 100%;
}

.shg-c#s-1c6a3e5f-2791-442b-b53d-58913e3ed174 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1c6a3e5f-2791-442b-b53d-58913e3ed174 .shg-image-zoom,
.shg-c#s-1c6a3e5f-2791-442b-b53d-58913e3ed174 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1c6a3e5f-2791-442b-b53d-58913e3ed174 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1c6a3e5f-2791-442b-b53d-58913e3ed174 {
  max-width: 100%;
}

.shg-c#s-1c6a3e5f-2791-442b-b53d-58913e3ed174 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1c6a3e5f-2791-442b-b53d-58913e3ed174 .shg-image-zoom,
.shg-c#s-1c6a3e5f-2791-442b-b53d-58913e3ed174 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1c6a3e5f-2791-442b-b53d-58913e3ed174 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1c6a3e5f-2791-442b-b53d-58913e3ed174 {
  max-width: 100%;
}

.shg-c#s-1c6a3e5f-2791-442b-b53d-58913e3ed174 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1c6a3e5f-2791-442b-b53d-58913e3ed174 .shg-image-zoom,
.shg-c#s-1c6a3e5f-2791-442b-b53d-58913e3ed174 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1c6a3e5f-2791-442b-b53d-58913e3ed174 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-1c6a3e5f-2791-442b-b53d-58913e3ed174 {
  max-width: 100%;
}

.shg-c#s-1c6a3e5f-2791-442b-b53d-58913e3ed174 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1c6a3e5f-2791-442b-b53d-58913e3ed174 .shg-image-zoom,
.shg-c#s-1c6a3e5f-2791-442b-b53d-58913e3ed174 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1c6a3e5f-2791-442b-b53d-58913e3ed174 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-a5a3840a-abfa-4245-a87b-f0f7648599aa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a5a3840a-abfa-4245-a87b-f0f7648599aa .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-046997b1-775b-44e3-ae1d-fc778262dc96 {
  text-align: center;
}

#s-046997b1-775b-44e3-ae1d-fc778262dc96 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-046997b1-775b-44e3-ae1d-fc778262dc96 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-046997b1-775b-44e3-ae1d-fc778262dc96 .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-f4da8c1f-2196-465b-970f-44f0db311476 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 32px;
background-color: rgba(60, 76, 60, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-f4da8c1f-2196-465b-970f-44f0db311476:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f4da8c1f-2196-465b-970f-44f0db311476:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f4da8c1f-2196-465b-970f-44f0db311476 {
  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-f4da8c1f-2196-465b-970f-44f0db311476.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f4da8c1f-2196-465b-970f-44f0db311476.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-f4da8c1f-2196-465b-970f-44f0db311476.shg-btn.shg-product-atc-error {
  
  font-family: Rubik;
  
  
  color: rgba(238, 238, 238, 1);
}


  #s-f4da8c1f-2196-465b-970f-44f0db311476.shg-btn.shg-product-atc-success {
    font-weight: normal;
    font-family: Rubik;
    
    font-size: 13px;
    
  }


#s-87095f26-b8e2-462b-b4c5-d45288dc9506 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-87095f26-b8e2-462b-b4c5-d45288dc9506 {
  display: none;
}
#s-f63817e1-2095-4a13-b501-fd034d83a4f2 {
  text-align: left;
}


.shg-c#s-f63817e1-2095-4a13-b501-fd034d83a4f2 {
  max-width: 100%;
}

.shg-c#s-f63817e1-2095-4a13-b501-fd034d83a4f2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f63817e1-2095-4a13-b501-fd034d83a4f2 .shg-image-zoom,
.shg-c#s-f63817e1-2095-4a13-b501-fd034d83a4f2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f63817e1-2095-4a13-b501-fd034d83a4f2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-f63817e1-2095-4a13-b501-fd034d83a4f2 {
  max-width: 100%;
}

.shg-c#s-f63817e1-2095-4a13-b501-fd034d83a4f2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f63817e1-2095-4a13-b501-fd034d83a4f2 .shg-image-zoom,
.shg-c#s-f63817e1-2095-4a13-b501-fd034d83a4f2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f63817e1-2095-4a13-b501-fd034d83a4f2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f63817e1-2095-4a13-b501-fd034d83a4f2 {
  max-width: 100%;
}

.shg-c#s-f63817e1-2095-4a13-b501-fd034d83a4f2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f63817e1-2095-4a13-b501-fd034d83a4f2 .shg-image-zoom,
.shg-c#s-f63817e1-2095-4a13-b501-fd034d83a4f2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f63817e1-2095-4a13-b501-fd034d83a4f2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f63817e1-2095-4a13-b501-fd034d83a4f2 {
  max-width: 100%;
}

.shg-c#s-f63817e1-2095-4a13-b501-fd034d83a4f2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f63817e1-2095-4a13-b501-fd034d83a4f2 .shg-image-zoom,
.shg-c#s-f63817e1-2095-4a13-b501-fd034d83a4f2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f63817e1-2095-4a13-b501-fd034d83a4f2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-f63817e1-2095-4a13-b501-fd034d83a4f2 {
  max-width: 100%;
}

.shg-c#s-f63817e1-2095-4a13-b501-fd034d83a4f2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f63817e1-2095-4a13-b501-fd034d83a4f2 .shg-image-zoom,
.shg-c#s-f63817e1-2095-4a13-b501-fd034d83a4f2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f63817e1-2095-4a13-b501-fd034d83a4f2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-e785f1fd-27e2-4234-a435-d4fc24d2bfa7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e785f1fd-27e2-4234-a435-d4fc24d2bfa7 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-85181d02-54c8-484d-94b2-90921972cb98 {
  text-align: center;
}

#s-85181d02-54c8-484d-94b2-90921972cb98 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-85181d02-54c8-484d-94b2-90921972cb98 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-85181d02-54c8-484d-94b2-90921972cb98 .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-f8984ee0-cba4-46db-a654-1b185726b2eb {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 32px;
background-color: rgba(60, 76, 60, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-f8984ee0-cba4-46db-a654-1b185726b2eb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f8984ee0-cba4-46db-a654-1b185726b2eb:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f8984ee0-cba4-46db-a654-1b185726b2eb {
  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-f8984ee0-cba4-46db-a654-1b185726b2eb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f8984ee0-cba4-46db-a654-1b185726b2eb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-f8984ee0-cba4-46db-a654-1b185726b2eb.shg-btn.shg-product-atc-error {
  
  font-family: Rubik;
  
  
  color: rgba(238, 238, 238, 1);
}


  #s-f8984ee0-cba4-46db-a654-1b185726b2eb.shg-btn.shg-product-atc-success {
    font-weight: normal;
    font-family: Rubik;
    
    font-size: 13px;
    
  }


#s-dce73a0c-851f-4ccf-91af-728e0d86fe93 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-dce73a0c-851f-4ccf-91af-728e0d86fe93 {
  display: none;
}
#s-59c26321-e62b-4d34-bfdf-271e09caf7de {
  text-align: left;
}


.shg-c#s-59c26321-e62b-4d34-bfdf-271e09caf7de {
  max-width: 100%;
}

.shg-c#s-59c26321-e62b-4d34-bfdf-271e09caf7de img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-59c26321-e62b-4d34-bfdf-271e09caf7de .shg-image-zoom,
.shg-c#s-59c26321-e62b-4d34-bfdf-271e09caf7de img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-59c26321-e62b-4d34-bfdf-271e09caf7de .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-59c26321-e62b-4d34-bfdf-271e09caf7de {
  max-width: 100%;
}

.shg-c#s-59c26321-e62b-4d34-bfdf-271e09caf7de img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-59c26321-e62b-4d34-bfdf-271e09caf7de .shg-image-zoom,
.shg-c#s-59c26321-e62b-4d34-bfdf-271e09caf7de img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-59c26321-e62b-4d34-bfdf-271e09caf7de .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-59c26321-e62b-4d34-bfdf-271e09caf7de {
  max-width: 100%;
}

.shg-c#s-59c26321-e62b-4d34-bfdf-271e09caf7de img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-59c26321-e62b-4d34-bfdf-271e09caf7de .shg-image-zoom,
.shg-c#s-59c26321-e62b-4d34-bfdf-271e09caf7de img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-59c26321-e62b-4d34-bfdf-271e09caf7de .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-59c26321-e62b-4d34-bfdf-271e09caf7de {
  max-width: 100%;
}

.shg-c#s-59c26321-e62b-4d34-bfdf-271e09caf7de img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-59c26321-e62b-4d34-bfdf-271e09caf7de .shg-image-zoom,
.shg-c#s-59c26321-e62b-4d34-bfdf-271e09caf7de img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-59c26321-e62b-4d34-bfdf-271e09caf7de .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-59c26321-e62b-4d34-bfdf-271e09caf7de {
  max-width: 100%;
}

.shg-c#s-59c26321-e62b-4d34-bfdf-271e09caf7de img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-59c26321-e62b-4d34-bfdf-271e09caf7de .shg-image-zoom,
.shg-c#s-59c26321-e62b-4d34-bfdf-271e09caf7de img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-59c26321-e62b-4d34-bfdf-271e09caf7de .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-3107eaf2-9cab-41c2-ab90-37b50160e8d8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3107eaf2-9cab-41c2-ab90-37b50160e8d8 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-2b80b918-140e-48be-b68b-73d335224654 {
  text-align: center;
}

#s-2b80b918-140e-48be-b68b-73d335224654 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-2b80b918-140e-48be-b68b-73d335224654 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-2b80b918-140e-48be-b68b-73d335224654 .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-1b7715a6-4cb2-484b-9fc0-ba0e7264f9f9 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 32px;
background-color: rgba(60, 76, 60, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-1b7715a6-4cb2-484b-9fc0-ba0e7264f9f9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1b7715a6-4cb2-484b-9fc0-ba0e7264f9f9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1b7715a6-4cb2-484b-9fc0-ba0e7264f9f9 {
  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-1b7715a6-4cb2-484b-9fc0-ba0e7264f9f9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1b7715a6-4cb2-484b-9fc0-ba0e7264f9f9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-1b7715a6-4cb2-484b-9fc0-ba0e7264f9f9.shg-btn.shg-product-atc-error {
  
  font-family: Rubik;
  
  
  color: rgba(238, 238, 238, 1);
}


  #s-1b7715a6-4cb2-484b-9fc0-ba0e7264f9f9.shg-btn.shg-product-atc-success {
    font-weight: normal;
    font-family: Rubik;
    
    font-size: 13px;
    
  }


#s-5a3a4ccf-3271-4b82-98d6-0ae3d7b3442c {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5a3a4ccf-3271-4b82-98d6-0ae3d7b3442c .shogun-heading-component h3 {
  color: rgba(60, 75, 60, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-5a64968f-f5ca-4e20-b9ba-353baf89a89d {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-5a64968f-f5ca-4e20-b9ba-353baf89a89d {
  display: none;
}
#s-5a64968f-f5ca-4e20-b9ba-353baf89a89d, #wrap-s-5a64968f-f5ca-4e20-b9ba-353baf89a89d { display:none !important; }}@media (max-width: 767px){#s-5a64968f-f5ca-4e20-b9ba-353baf89a89d {
  display: none;
}
#s-5a64968f-f5ca-4e20-b9ba-353baf89a89d, #wrap-s-5a64968f-f5ca-4e20-b9ba-353baf89a89d { display:none !important; }}
@media (min-width: 0px) {
[id="s-5a64968f-f5ca-4e20-b9ba-353baf89a89d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-5a64968f-f5ca-4e20-b9ba-353baf89a89d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5a64968f-f5ca-4e20-b9ba-353baf89a89d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-5a64968f-f5ca-4e20-b9ba-353baf89a89d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-5a64968f-f5ca-4e20-b9ba-353baf89a89d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-5a64968f-f5ca-4e20-b9ba-353baf89a89d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-5a64968f-f5ca-4e20-b9ba-353baf89a89d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-5a64968f-f5ca-4e20-b9ba-353baf89a89d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-5a64968f-f5ca-4e20-b9ba-353baf89a89d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-5a64968f-f5ca-4e20-b9ba-353baf89a89d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-5a64968f-f5ca-4e20-b9ba-353baf89a89d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-5a64968f-f5ca-4e20-b9ba-353baf89a89d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-5a64968f-f5ca-4e20-b9ba-353baf89a89d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-5a64968f-f5ca-4e20-b9ba-353baf89a89d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-5a64968f-f5ca-4e20-b9ba-353baf89a89d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-5a64968f-f5ca-4e20-b9ba-353baf89a89d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-5a64968f-f5ca-4e20-b9ba-353baf89a89d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-5a64968f-f5ca-4e20-b9ba-353baf89a89d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-5a64968f-f5ca-4e20-b9ba-353baf89a89d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-5a64968f-f5ca-4e20-b9ba-353baf89a89d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-5a64968f-f5ca-4e20-b9ba-353baf89a89d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-5a64968f-f5ca-4e20-b9ba-353baf89a89d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-5a64968f-f5ca-4e20-b9ba-353baf89a89d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-5a64968f-f5ca-4e20-b9ba-353baf89a89d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-5a64968f-f5ca-4e20-b9ba-353baf89a89d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-5a64968f-f5ca-4e20-b9ba-353baf89a89d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-5a64968f-f5ca-4e20-b9ba-353baf89a89d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-5a64968f-f5ca-4e20-b9ba-353baf89a89d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-5a64968f-f5ca-4e20-b9ba-353baf89a89d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-5a64968f-f5ca-4e20-b9ba-353baf89a89d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-5a64968f-f5ca-4e20-b9ba-353baf89a89d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-5a64968f-f5ca-4e20-b9ba-353baf89a89d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-5a64968f-f5ca-4e20-b9ba-353baf89a89d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-5a64968f-f5ca-4e20-b9ba-353baf89a89d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-5a64968f-f5ca-4e20-b9ba-353baf89a89d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-5a64968f-f5ca-4e20-b9ba-353baf89a89d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-5a64968f-f5ca-4e20-b9ba-353baf89a89d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-5a64968f-f5ca-4e20-b9ba-353baf89a89d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-18ff60a1-0ba1-4c3f-bfde-ca43e4735ae3 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-18ff60a1-0ba1-4c3f-bfde-ca43e4735ae3 {
  display: none;
}
#s-3cc3aedc-c7e6-4fe3-91b0-8a7ec5277329 {
  text-align: left;
}


.shg-c#s-3cc3aedc-c7e6-4fe3-91b0-8a7ec5277329 {
  max-width: 100%;
}

.shg-c#s-3cc3aedc-c7e6-4fe3-91b0-8a7ec5277329 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3cc3aedc-c7e6-4fe3-91b0-8a7ec5277329 .shg-image-zoom,
.shg-c#s-3cc3aedc-c7e6-4fe3-91b0-8a7ec5277329 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3cc3aedc-c7e6-4fe3-91b0-8a7ec5277329 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-3cc3aedc-c7e6-4fe3-91b0-8a7ec5277329 {
  max-width: 100%;
}

.shg-c#s-3cc3aedc-c7e6-4fe3-91b0-8a7ec5277329 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3cc3aedc-c7e6-4fe3-91b0-8a7ec5277329 .shg-image-zoom,
.shg-c#s-3cc3aedc-c7e6-4fe3-91b0-8a7ec5277329 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3cc3aedc-c7e6-4fe3-91b0-8a7ec5277329 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3cc3aedc-c7e6-4fe3-91b0-8a7ec5277329 {
  max-width: 100%;
}

.shg-c#s-3cc3aedc-c7e6-4fe3-91b0-8a7ec5277329 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3cc3aedc-c7e6-4fe3-91b0-8a7ec5277329 .shg-image-zoom,
.shg-c#s-3cc3aedc-c7e6-4fe3-91b0-8a7ec5277329 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3cc3aedc-c7e6-4fe3-91b0-8a7ec5277329 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3cc3aedc-c7e6-4fe3-91b0-8a7ec5277329 {
  max-width: 100%;
}

.shg-c#s-3cc3aedc-c7e6-4fe3-91b0-8a7ec5277329 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3cc3aedc-c7e6-4fe3-91b0-8a7ec5277329 .shg-image-zoom,
.shg-c#s-3cc3aedc-c7e6-4fe3-91b0-8a7ec5277329 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3cc3aedc-c7e6-4fe3-91b0-8a7ec5277329 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-3cc3aedc-c7e6-4fe3-91b0-8a7ec5277329 {
  max-width: 100%;
}

.shg-c#s-3cc3aedc-c7e6-4fe3-91b0-8a7ec5277329 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3cc3aedc-c7e6-4fe3-91b0-8a7ec5277329 .shg-image-zoom,
.shg-c#s-3cc3aedc-c7e6-4fe3-91b0-8a7ec5277329 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3cc3aedc-c7e6-4fe3-91b0-8a7ec5277329 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-5c345cc9-d0e2-43e3-b0c9-4cd2d8bbf714 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5c345cc9-d0e2-43e3-b0c9-4cd2d8bbf714 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-c8ecf246-9954-46a9-ae0c-2b351a97033a {
  text-align: center;
}

#s-c8ecf246-9954-46a9-ae0c-2b351a97033a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-c8ecf246-9954-46a9-ae0c-2b351a97033a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-c8ecf246-9954-46a9-ae0c-2b351a97033a .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-5a0ab8c6-1ebf-45b9-a1ff-cd1705ab01cb {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 32px;
background-color: rgba(60, 76, 60, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-5a0ab8c6-1ebf-45b9-a1ff-cd1705ab01cb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5a0ab8c6-1ebf-45b9-a1ff-cd1705ab01cb:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5a0ab8c6-1ebf-45b9-a1ff-cd1705ab01cb {
  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-5a0ab8c6-1ebf-45b9-a1ff-cd1705ab01cb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5a0ab8c6-1ebf-45b9-a1ff-cd1705ab01cb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-5a0ab8c6-1ebf-45b9-a1ff-cd1705ab01cb.shg-btn.shg-product-atc-error {
  
  font-family: Rubik;
  
  
  color: rgba(238, 238, 238, 1);
}


  #s-5a0ab8c6-1ebf-45b9-a1ff-cd1705ab01cb.shg-btn.shg-product-atc-success {
    font-weight: normal;
    font-family: Rubik;
    
    font-size: 13px;
    
  }


#s-5964ea5c-e7a1-4f3a-a627-cd0b37561c67 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-5964ea5c-e7a1-4f3a-a627-cd0b37561c67 {
  display: none;
}
#s-ef35167e-bee5-4f53-a8dd-9577ced3cd78 {
  text-align: left;
}


.shg-c#s-ef35167e-bee5-4f53-a8dd-9577ced3cd78 {
  max-width: 100%;
}

.shg-c#s-ef35167e-bee5-4f53-a8dd-9577ced3cd78 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ef35167e-bee5-4f53-a8dd-9577ced3cd78 .shg-image-zoom,
.shg-c#s-ef35167e-bee5-4f53-a8dd-9577ced3cd78 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ef35167e-bee5-4f53-a8dd-9577ced3cd78 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ef35167e-bee5-4f53-a8dd-9577ced3cd78 {
  max-width: 100%;
}

.shg-c#s-ef35167e-bee5-4f53-a8dd-9577ced3cd78 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ef35167e-bee5-4f53-a8dd-9577ced3cd78 .shg-image-zoom,
.shg-c#s-ef35167e-bee5-4f53-a8dd-9577ced3cd78 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ef35167e-bee5-4f53-a8dd-9577ced3cd78 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ef35167e-bee5-4f53-a8dd-9577ced3cd78 {
  max-width: 100%;
}

.shg-c#s-ef35167e-bee5-4f53-a8dd-9577ced3cd78 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ef35167e-bee5-4f53-a8dd-9577ced3cd78 .shg-image-zoom,
.shg-c#s-ef35167e-bee5-4f53-a8dd-9577ced3cd78 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ef35167e-bee5-4f53-a8dd-9577ced3cd78 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ef35167e-bee5-4f53-a8dd-9577ced3cd78 {
  max-width: 100%;
}

.shg-c#s-ef35167e-bee5-4f53-a8dd-9577ced3cd78 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ef35167e-bee5-4f53-a8dd-9577ced3cd78 .shg-image-zoom,
.shg-c#s-ef35167e-bee5-4f53-a8dd-9577ced3cd78 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ef35167e-bee5-4f53-a8dd-9577ced3cd78 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ef35167e-bee5-4f53-a8dd-9577ced3cd78 {
  max-width: 100%;
}

.shg-c#s-ef35167e-bee5-4f53-a8dd-9577ced3cd78 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ef35167e-bee5-4f53-a8dd-9577ced3cd78 .shg-image-zoom,
.shg-c#s-ef35167e-bee5-4f53-a8dd-9577ced3cd78 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ef35167e-bee5-4f53-a8dd-9577ced3cd78 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-d855bb60-90c7-4d72-8dfb-684acc9dbcbf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d855bb60-90c7-4d72-8dfb-684acc9dbcbf .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-4c5ae7cb-ad2e-4c0f-a0d8-97049fdcf96b {
  text-align: center;
}

#s-4c5ae7cb-ad2e-4c0f-a0d8-97049fdcf96b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-4c5ae7cb-ad2e-4c0f-a0d8-97049fdcf96b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-4c5ae7cb-ad2e-4c0f-a0d8-97049fdcf96b .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-e9f6c0ee-5a6f-4b3c-a4f5-a42000f94a34 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 32px;
background-color: rgba(60, 76, 60, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-e9f6c0ee-5a6f-4b3c-a4f5-a42000f94a34:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e9f6c0ee-5a6f-4b3c-a4f5-a42000f94a34:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e9f6c0ee-5a6f-4b3c-a4f5-a42000f94a34 {
  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-e9f6c0ee-5a6f-4b3c-a4f5-a42000f94a34.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e9f6c0ee-5a6f-4b3c-a4f5-a42000f94a34.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-e9f6c0ee-5a6f-4b3c-a4f5-a42000f94a34.shg-btn.shg-product-atc-error {
  
  font-family: Rubik;
  
  
  color: rgba(238, 238, 238, 1);
}


  #s-e9f6c0ee-5a6f-4b3c-a4f5-a42000f94a34.shg-btn.shg-product-atc-success {
    font-weight: normal;
    font-family: Rubik;
    
    font-size: 13px;
    
  }


#s-55859043-5087-4a18-bdd4-850c85fb6ef4 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-55859043-5087-4a18-bdd4-850c85fb6ef4 {
  display: none;
}
#s-6ce720b7-6f48-4bbd-8b13-469b3ee6c27f {
  text-align: left;
}


.shg-c#s-6ce720b7-6f48-4bbd-8b13-469b3ee6c27f {
  max-width: 100%;
}

.shg-c#s-6ce720b7-6f48-4bbd-8b13-469b3ee6c27f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6ce720b7-6f48-4bbd-8b13-469b3ee6c27f .shg-image-zoom,
.shg-c#s-6ce720b7-6f48-4bbd-8b13-469b3ee6c27f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6ce720b7-6f48-4bbd-8b13-469b3ee6c27f .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-6ce720b7-6f48-4bbd-8b13-469b3ee6c27f {
  max-width: 100%;
}

.shg-c#s-6ce720b7-6f48-4bbd-8b13-469b3ee6c27f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6ce720b7-6f48-4bbd-8b13-469b3ee6c27f .shg-image-zoom,
.shg-c#s-6ce720b7-6f48-4bbd-8b13-469b3ee6c27f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6ce720b7-6f48-4bbd-8b13-469b3ee6c27f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6ce720b7-6f48-4bbd-8b13-469b3ee6c27f {
  max-width: 100%;
}

.shg-c#s-6ce720b7-6f48-4bbd-8b13-469b3ee6c27f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6ce720b7-6f48-4bbd-8b13-469b3ee6c27f .shg-image-zoom,
.shg-c#s-6ce720b7-6f48-4bbd-8b13-469b3ee6c27f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6ce720b7-6f48-4bbd-8b13-469b3ee6c27f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6ce720b7-6f48-4bbd-8b13-469b3ee6c27f {
  max-width: 100%;
}

.shg-c#s-6ce720b7-6f48-4bbd-8b13-469b3ee6c27f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6ce720b7-6f48-4bbd-8b13-469b3ee6c27f .shg-image-zoom,
.shg-c#s-6ce720b7-6f48-4bbd-8b13-469b3ee6c27f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6ce720b7-6f48-4bbd-8b13-469b3ee6c27f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-6ce720b7-6f48-4bbd-8b13-469b3ee6c27f {
  max-width: 100%;
}

.shg-c#s-6ce720b7-6f48-4bbd-8b13-469b3ee6c27f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6ce720b7-6f48-4bbd-8b13-469b3ee6c27f .shg-image-zoom,
.shg-c#s-6ce720b7-6f48-4bbd-8b13-469b3ee6c27f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6ce720b7-6f48-4bbd-8b13-469b3ee6c27f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-0f6d872d-79e5-4130-82b7-43927a34c018 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0f6d872d-79e5-4130-82b7-43927a34c018 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-2a81ce65-913e-45ee-86f8-9c0ae43d266b {
  text-align: center;
}

#s-2a81ce65-913e-45ee-86f8-9c0ae43d266b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-2a81ce65-913e-45ee-86f8-9c0ae43d266b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-2a81ce65-913e-45ee-86f8-9c0ae43d266b .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-44d1bd64-631b-4d9a-b3b7-5aeff4ac3a37 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 32px;
background-color: rgba(60, 76, 60, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-44d1bd64-631b-4d9a-b3b7-5aeff4ac3a37:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-44d1bd64-631b-4d9a-b3b7-5aeff4ac3a37:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-44d1bd64-631b-4d9a-b3b7-5aeff4ac3a37 {
  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-44d1bd64-631b-4d9a-b3b7-5aeff4ac3a37.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-44d1bd64-631b-4d9a-b3b7-5aeff4ac3a37.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-44d1bd64-631b-4d9a-b3b7-5aeff4ac3a37.shg-btn.shg-product-atc-error {
  
  font-family: Rubik;
  
  
  color: rgba(238, 238, 238, 1);
}


  #s-44d1bd64-631b-4d9a-b3b7-5aeff4ac3a37.shg-btn.shg-product-atc-success {
    font-weight: normal;
    font-family: Rubik;
    
    font-size: 13px;
    
  }


#s-e4a272fc-2889-463c-972e-0be58ead6267 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-e4a272fc-2889-463c-972e-0be58ead6267 {
  display: none;
}
#s-f66e4a14-2f7e-424b-87b9-3338e4bff1b5 {
  text-align: left;
}


.shg-c#s-f66e4a14-2f7e-424b-87b9-3338e4bff1b5 {
  max-width: 100%;
}

.shg-c#s-f66e4a14-2f7e-424b-87b9-3338e4bff1b5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f66e4a14-2f7e-424b-87b9-3338e4bff1b5 .shg-image-zoom,
.shg-c#s-f66e4a14-2f7e-424b-87b9-3338e4bff1b5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f66e4a14-2f7e-424b-87b9-3338e4bff1b5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-f66e4a14-2f7e-424b-87b9-3338e4bff1b5 {
  max-width: 100%;
}

.shg-c#s-f66e4a14-2f7e-424b-87b9-3338e4bff1b5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f66e4a14-2f7e-424b-87b9-3338e4bff1b5 .shg-image-zoom,
.shg-c#s-f66e4a14-2f7e-424b-87b9-3338e4bff1b5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f66e4a14-2f7e-424b-87b9-3338e4bff1b5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f66e4a14-2f7e-424b-87b9-3338e4bff1b5 {
  max-width: 100%;
}

.shg-c#s-f66e4a14-2f7e-424b-87b9-3338e4bff1b5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f66e4a14-2f7e-424b-87b9-3338e4bff1b5 .shg-image-zoom,
.shg-c#s-f66e4a14-2f7e-424b-87b9-3338e4bff1b5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f66e4a14-2f7e-424b-87b9-3338e4bff1b5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f66e4a14-2f7e-424b-87b9-3338e4bff1b5 {
  max-width: 100%;
}

.shg-c#s-f66e4a14-2f7e-424b-87b9-3338e4bff1b5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f66e4a14-2f7e-424b-87b9-3338e4bff1b5 .shg-image-zoom,
.shg-c#s-f66e4a14-2f7e-424b-87b9-3338e4bff1b5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f66e4a14-2f7e-424b-87b9-3338e4bff1b5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-f66e4a14-2f7e-424b-87b9-3338e4bff1b5 {
  max-width: 100%;
}

.shg-c#s-f66e4a14-2f7e-424b-87b9-3338e4bff1b5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f66e4a14-2f7e-424b-87b9-3338e4bff1b5 .shg-image-zoom,
.shg-c#s-f66e4a14-2f7e-424b-87b9-3338e4bff1b5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f66e4a14-2f7e-424b-87b9-3338e4bff1b5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-27b02991-0331-45df-a462-361a2c38abf6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-27b02991-0331-45df-a462-361a2c38abf6 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-74863df3-3a0c-4e4e-bb6d-caa6a270aecd {
  text-align: center;
}

#s-74863df3-3a0c-4e4e-bb6d-caa6a270aecd .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-74863df3-3a0c-4e4e-bb6d-caa6a270aecd .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-74863df3-3a0c-4e4e-bb6d-caa6a270aecd .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-e89a64cb-2e6f-4ebd-9874-5c8dfd206488 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 32px;
background-color: rgba(60, 76, 60, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-e89a64cb-2e6f-4ebd-9874-5c8dfd206488:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e89a64cb-2e6f-4ebd-9874-5c8dfd206488:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e89a64cb-2e6f-4ebd-9874-5c8dfd206488 {
  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-e89a64cb-2e6f-4ebd-9874-5c8dfd206488.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e89a64cb-2e6f-4ebd-9874-5c8dfd206488.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-e89a64cb-2e6f-4ebd-9874-5c8dfd206488.shg-btn.shg-product-atc-error {
  
  font-family: Rubik;
  
  
  color: rgba(238, 238, 238, 1);
}


  #s-e89a64cb-2e6f-4ebd-9874-5c8dfd206488.shg-btn.shg-product-atc-success {
    font-weight: normal;
    font-family: Rubik;
    
    font-size: 13px;
    
  }


#s-a8c08898-f0c8-4cbb-b465-7c2acb3b596b {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a8c08898-f0c8-4cbb-b465-7c2acb3b596b .shogun-heading-component h3 {
  color: rgba(60, 75, 60, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-1f41d214-fd4f-4987-bee2-675d8443c024 {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-1f41d214-fd4f-4987-bee2-675d8443c024 {
  display: none;
}
#s-1f41d214-fd4f-4987-bee2-675d8443c024, #wrap-s-1f41d214-fd4f-4987-bee2-675d8443c024 { display:none !important; }}@media (max-width: 767px){#s-1f41d214-fd4f-4987-bee2-675d8443c024 {
  display: none;
}
#s-1f41d214-fd4f-4987-bee2-675d8443c024, #wrap-s-1f41d214-fd4f-4987-bee2-675d8443c024 { display:none !important; }}
@media (min-width: 0px) {
[id="s-1f41d214-fd4f-4987-bee2-675d8443c024"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-1f41d214-fd4f-4987-bee2-675d8443c024"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1f41d214-fd4f-4987-bee2-675d8443c024"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-1f41d214-fd4f-4987-bee2-675d8443c024"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-1f41d214-fd4f-4987-bee2-675d8443c024"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-1f41d214-fd4f-4987-bee2-675d8443c024"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-1f41d214-fd4f-4987-bee2-675d8443c024"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-1f41d214-fd4f-4987-bee2-675d8443c024"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-1f41d214-fd4f-4987-bee2-675d8443c024"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-1f41d214-fd4f-4987-bee2-675d8443c024"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-1f41d214-fd4f-4987-bee2-675d8443c024"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-1f41d214-fd4f-4987-bee2-675d8443c024"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-1f41d214-fd4f-4987-bee2-675d8443c024"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-1f41d214-fd4f-4987-bee2-675d8443c024"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-1f41d214-fd4f-4987-bee2-675d8443c024"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-1f41d214-fd4f-4987-bee2-675d8443c024"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-1f41d214-fd4f-4987-bee2-675d8443c024"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-1f41d214-fd4f-4987-bee2-675d8443c024"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-1f41d214-fd4f-4987-bee2-675d8443c024"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-1f41d214-fd4f-4987-bee2-675d8443c024"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-1f41d214-fd4f-4987-bee2-675d8443c024"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-1f41d214-fd4f-4987-bee2-675d8443c024"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-1f41d214-fd4f-4987-bee2-675d8443c024"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-1f41d214-fd4f-4987-bee2-675d8443c024"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-1f41d214-fd4f-4987-bee2-675d8443c024"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-1f41d214-fd4f-4987-bee2-675d8443c024"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-1f41d214-fd4f-4987-bee2-675d8443c024"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-1f41d214-fd4f-4987-bee2-675d8443c024"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-1f41d214-fd4f-4987-bee2-675d8443c024"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-1f41d214-fd4f-4987-bee2-675d8443c024"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-1f41d214-fd4f-4987-bee2-675d8443c024"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-1f41d214-fd4f-4987-bee2-675d8443c024"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-1f41d214-fd4f-4987-bee2-675d8443c024"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-1f41d214-fd4f-4987-bee2-675d8443c024"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-1f41d214-fd4f-4987-bee2-675d8443c024"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-1f41d214-fd4f-4987-bee2-675d8443c024"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-1f41d214-fd4f-4987-bee2-675d8443c024"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-1f41d214-fd4f-4987-bee2-675d8443c024"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-dd003da8-03f9-4863-bc96-e1ea7f155b17 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-dd003da8-03f9-4863-bc96-e1ea7f155b17 {
  display: none;
}
#s-75678ca7-3e9c-4b69-b191-786b4f4880ff {
  text-align: left;
}


.shg-c#s-75678ca7-3e9c-4b69-b191-786b4f4880ff {
  max-width: 100%;
}

.shg-c#s-75678ca7-3e9c-4b69-b191-786b4f4880ff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-75678ca7-3e9c-4b69-b191-786b4f4880ff .shg-image-zoom,
.shg-c#s-75678ca7-3e9c-4b69-b191-786b4f4880ff img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-75678ca7-3e9c-4b69-b191-786b4f4880ff .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-75678ca7-3e9c-4b69-b191-786b4f4880ff {
  max-width: 100%;
}

.shg-c#s-75678ca7-3e9c-4b69-b191-786b4f4880ff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-75678ca7-3e9c-4b69-b191-786b4f4880ff .shg-image-zoom,
.shg-c#s-75678ca7-3e9c-4b69-b191-786b4f4880ff img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-75678ca7-3e9c-4b69-b191-786b4f4880ff .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-75678ca7-3e9c-4b69-b191-786b4f4880ff {
  max-width: 100%;
}

.shg-c#s-75678ca7-3e9c-4b69-b191-786b4f4880ff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-75678ca7-3e9c-4b69-b191-786b4f4880ff .shg-image-zoom,
.shg-c#s-75678ca7-3e9c-4b69-b191-786b4f4880ff img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-75678ca7-3e9c-4b69-b191-786b4f4880ff .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-75678ca7-3e9c-4b69-b191-786b4f4880ff {
  max-width: 100%;
}

.shg-c#s-75678ca7-3e9c-4b69-b191-786b4f4880ff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-75678ca7-3e9c-4b69-b191-786b4f4880ff .shg-image-zoom,
.shg-c#s-75678ca7-3e9c-4b69-b191-786b4f4880ff img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-75678ca7-3e9c-4b69-b191-786b4f4880ff .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-75678ca7-3e9c-4b69-b191-786b4f4880ff {
  max-width: 100%;
}

.shg-c#s-75678ca7-3e9c-4b69-b191-786b4f4880ff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-75678ca7-3e9c-4b69-b191-786b4f4880ff .shg-image-zoom,
.shg-c#s-75678ca7-3e9c-4b69-b191-786b4f4880ff img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-75678ca7-3e9c-4b69-b191-786b4f4880ff .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-d5e18f59-18f9-4103-ab9f-fa73d9e0d082 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d5e18f59-18f9-4103-ab9f-fa73d9e0d082 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-d44075b4-8e1e-43eb-83d1-37f66fb90fd4 {
  text-align: center;
}

#s-d44075b4-8e1e-43eb-83d1-37f66fb90fd4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-d44075b4-8e1e-43eb-83d1-37f66fb90fd4 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-d44075b4-8e1e-43eb-83d1-37f66fb90fd4 .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-02bcf001-aafa-4c49-80c0-7f93244d65aa {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 32px;
background-color: rgba(60, 76, 60, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-02bcf001-aafa-4c49-80c0-7f93244d65aa:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-02bcf001-aafa-4c49-80c0-7f93244d65aa:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-02bcf001-aafa-4c49-80c0-7f93244d65aa {
  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-02bcf001-aafa-4c49-80c0-7f93244d65aa.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-02bcf001-aafa-4c49-80c0-7f93244d65aa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-02bcf001-aafa-4c49-80c0-7f93244d65aa.shg-btn.shg-product-atc-error {
  
  font-family: Rubik;
  
  
  color: rgba(238, 238, 238, 1);
}


  #s-02bcf001-aafa-4c49-80c0-7f93244d65aa.shg-btn.shg-product-atc-success {
    font-weight: normal;
    font-family: Rubik;
    
    font-size: 13px;
    
  }


#s-4a950712-d1f5-4330-ac4f-4baca1b0556a {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-4a950712-d1f5-4330-ac4f-4baca1b0556a {
  display: none;
}
#s-720a5113-9fe2-451d-99c2-82bb51a5afea {
  text-align: left;
}


.shg-c#s-720a5113-9fe2-451d-99c2-82bb51a5afea {
  max-width: 100%;
}

.shg-c#s-720a5113-9fe2-451d-99c2-82bb51a5afea img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-720a5113-9fe2-451d-99c2-82bb51a5afea .shg-image-zoom,
.shg-c#s-720a5113-9fe2-451d-99c2-82bb51a5afea img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-720a5113-9fe2-451d-99c2-82bb51a5afea .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-720a5113-9fe2-451d-99c2-82bb51a5afea {
  max-width: 100%;
}

.shg-c#s-720a5113-9fe2-451d-99c2-82bb51a5afea img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-720a5113-9fe2-451d-99c2-82bb51a5afea .shg-image-zoom,
.shg-c#s-720a5113-9fe2-451d-99c2-82bb51a5afea img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-720a5113-9fe2-451d-99c2-82bb51a5afea .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-720a5113-9fe2-451d-99c2-82bb51a5afea {
  max-width: 100%;
}

.shg-c#s-720a5113-9fe2-451d-99c2-82bb51a5afea img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-720a5113-9fe2-451d-99c2-82bb51a5afea .shg-image-zoom,
.shg-c#s-720a5113-9fe2-451d-99c2-82bb51a5afea img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-720a5113-9fe2-451d-99c2-82bb51a5afea .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-720a5113-9fe2-451d-99c2-82bb51a5afea {
  max-width: 100%;
}

.shg-c#s-720a5113-9fe2-451d-99c2-82bb51a5afea img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-720a5113-9fe2-451d-99c2-82bb51a5afea .shg-image-zoom,
.shg-c#s-720a5113-9fe2-451d-99c2-82bb51a5afea img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-720a5113-9fe2-451d-99c2-82bb51a5afea .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-720a5113-9fe2-451d-99c2-82bb51a5afea {
  max-width: 100%;
}

.shg-c#s-720a5113-9fe2-451d-99c2-82bb51a5afea img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-720a5113-9fe2-451d-99c2-82bb51a5afea .shg-image-zoom,
.shg-c#s-720a5113-9fe2-451d-99c2-82bb51a5afea img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-720a5113-9fe2-451d-99c2-82bb51a5afea .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-113dad33-962a-4093-9b9c-483107f21f57 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-113dad33-962a-4093-9b9c-483107f21f57 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-6a9e77e0-1157-4444-9a1d-21b1ea6e8fa1 {
  text-align: center;
}

#s-6a9e77e0-1157-4444-9a1d-21b1ea6e8fa1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-6a9e77e0-1157-4444-9a1d-21b1ea6e8fa1 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-6a9e77e0-1157-4444-9a1d-21b1ea6e8fa1 .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-24b9c57b-d93e-463e-b716-aea4f9b0b9d6 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 32px;
background-color: rgba(60, 76, 60, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-24b9c57b-d93e-463e-b716-aea4f9b0b9d6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-24b9c57b-d93e-463e-b716-aea4f9b0b9d6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-24b9c57b-d93e-463e-b716-aea4f9b0b9d6 {
  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-24b9c57b-d93e-463e-b716-aea4f9b0b9d6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-24b9c57b-d93e-463e-b716-aea4f9b0b9d6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-24b9c57b-d93e-463e-b716-aea4f9b0b9d6.shg-btn.shg-product-atc-error {
  
  font-family: Rubik;
  
  
  color: rgba(238, 238, 238, 1);
}


  #s-24b9c57b-d93e-463e-b716-aea4f9b0b9d6.shg-btn.shg-product-atc-success {
    font-weight: normal;
    font-family: Rubik;
    
    font-size: 13px;
    
  }


#s-99c45565-001a-4942-9315-f8e77fd81e26 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-99c45565-001a-4942-9315-f8e77fd81e26 {
  display: none;
}
#s-51a618c8-e934-4887-9643-e0d6e7fb21f6 {
  text-align: left;
}


.shg-c#s-51a618c8-e934-4887-9643-e0d6e7fb21f6 {
  max-width: 100%;
}

.shg-c#s-51a618c8-e934-4887-9643-e0d6e7fb21f6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-51a618c8-e934-4887-9643-e0d6e7fb21f6 .shg-image-zoom,
.shg-c#s-51a618c8-e934-4887-9643-e0d6e7fb21f6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-51a618c8-e934-4887-9643-e0d6e7fb21f6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-51a618c8-e934-4887-9643-e0d6e7fb21f6 {
  max-width: 100%;
}

.shg-c#s-51a618c8-e934-4887-9643-e0d6e7fb21f6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-51a618c8-e934-4887-9643-e0d6e7fb21f6 .shg-image-zoom,
.shg-c#s-51a618c8-e934-4887-9643-e0d6e7fb21f6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-51a618c8-e934-4887-9643-e0d6e7fb21f6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-51a618c8-e934-4887-9643-e0d6e7fb21f6 {
  max-width: 100%;
}

.shg-c#s-51a618c8-e934-4887-9643-e0d6e7fb21f6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-51a618c8-e934-4887-9643-e0d6e7fb21f6 .shg-image-zoom,
.shg-c#s-51a618c8-e934-4887-9643-e0d6e7fb21f6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-51a618c8-e934-4887-9643-e0d6e7fb21f6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-51a618c8-e934-4887-9643-e0d6e7fb21f6 {
  max-width: 100%;
}

.shg-c#s-51a618c8-e934-4887-9643-e0d6e7fb21f6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-51a618c8-e934-4887-9643-e0d6e7fb21f6 .shg-image-zoom,
.shg-c#s-51a618c8-e934-4887-9643-e0d6e7fb21f6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-51a618c8-e934-4887-9643-e0d6e7fb21f6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-51a618c8-e934-4887-9643-e0d6e7fb21f6 {
  max-width: 100%;
}

.shg-c#s-51a618c8-e934-4887-9643-e0d6e7fb21f6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-51a618c8-e934-4887-9643-e0d6e7fb21f6 .shg-image-zoom,
.shg-c#s-51a618c8-e934-4887-9643-e0d6e7fb21f6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-51a618c8-e934-4887-9643-e0d6e7fb21f6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-7d3e50ee-65ec-40ba-a3ef-60e6ce1df08d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7d3e50ee-65ec-40ba-a3ef-60e6ce1df08d .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-424244c9-568f-439b-82bd-775bca329bd9 {
  text-align: center;
}

#s-424244c9-568f-439b-82bd-775bca329bd9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-424244c9-568f-439b-82bd-775bca329bd9 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-424244c9-568f-439b-82bd-775bca329bd9 .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-ce3bf81a-7a3a-4b51-af56-0027ec4a12d2 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 32px;
background-color: rgba(60, 76, 60, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-ce3bf81a-7a3a-4b51-af56-0027ec4a12d2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ce3bf81a-7a3a-4b51-af56-0027ec4a12d2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ce3bf81a-7a3a-4b51-af56-0027ec4a12d2 {
  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-ce3bf81a-7a3a-4b51-af56-0027ec4a12d2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ce3bf81a-7a3a-4b51-af56-0027ec4a12d2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-ce3bf81a-7a3a-4b51-af56-0027ec4a12d2.shg-btn.shg-product-atc-error {
  
  font-family: Rubik;
  
  
  color: rgba(238, 238, 238, 1);
}


  #s-ce3bf81a-7a3a-4b51-af56-0027ec4a12d2.shg-btn.shg-product-atc-success {
    font-weight: normal;
    font-family: Rubik;
    
    font-size: 13px;
    
  }


#s-3d53e5b4-fd06-4d34-aab2-f69b0b3b3d0e {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-3d53e5b4-fd06-4d34-aab2-f69b0b3b3d0e {
  display: none;
}
#s-602995e4-b7b8-4031-b6a7-02c669a341db {
  text-align: left;
}


.shg-c#s-602995e4-b7b8-4031-b6a7-02c669a341db {
  max-width: 100%;
}

.shg-c#s-602995e4-b7b8-4031-b6a7-02c669a341db img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-602995e4-b7b8-4031-b6a7-02c669a341db .shg-image-zoom,
.shg-c#s-602995e4-b7b8-4031-b6a7-02c669a341db img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-602995e4-b7b8-4031-b6a7-02c669a341db .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-602995e4-b7b8-4031-b6a7-02c669a341db {
  max-width: 100%;
}

.shg-c#s-602995e4-b7b8-4031-b6a7-02c669a341db img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-602995e4-b7b8-4031-b6a7-02c669a341db .shg-image-zoom,
.shg-c#s-602995e4-b7b8-4031-b6a7-02c669a341db img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-602995e4-b7b8-4031-b6a7-02c669a341db .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-602995e4-b7b8-4031-b6a7-02c669a341db {
  max-width: 100%;
}

.shg-c#s-602995e4-b7b8-4031-b6a7-02c669a341db img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-602995e4-b7b8-4031-b6a7-02c669a341db .shg-image-zoom,
.shg-c#s-602995e4-b7b8-4031-b6a7-02c669a341db img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-602995e4-b7b8-4031-b6a7-02c669a341db .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-602995e4-b7b8-4031-b6a7-02c669a341db {
  max-width: 100%;
}

.shg-c#s-602995e4-b7b8-4031-b6a7-02c669a341db img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-602995e4-b7b8-4031-b6a7-02c669a341db .shg-image-zoom,
.shg-c#s-602995e4-b7b8-4031-b6a7-02c669a341db img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-602995e4-b7b8-4031-b6a7-02c669a341db .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-602995e4-b7b8-4031-b6a7-02c669a341db {
  max-width: 100%;
}

.shg-c#s-602995e4-b7b8-4031-b6a7-02c669a341db img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-602995e4-b7b8-4031-b6a7-02c669a341db .shg-image-zoom,
.shg-c#s-602995e4-b7b8-4031-b6a7-02c669a341db img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-602995e4-b7b8-4031-b6a7-02c669a341db .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-3e7b6c69-46b1-4821-a0b0-091f87b6e7a0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3e7b6c69-46b1-4821-a0b0-091f87b6e7a0 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-3db21e8c-4a5e-45f2-a055-c527dbcd0c89 {
  text-align: center;
}

#s-3db21e8c-4a5e-45f2-a055-c527dbcd0c89 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-3db21e8c-4a5e-45f2-a055-c527dbcd0c89 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-3db21e8c-4a5e-45f2-a055-c527dbcd0c89 .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-9e4aa667-b4f3-4417-9460-8fcb787a3894 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 32px;
background-color: rgba(60, 76, 60, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-9e4aa667-b4f3-4417-9460-8fcb787a3894:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9e4aa667-b4f3-4417-9460-8fcb787a3894:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9e4aa667-b4f3-4417-9460-8fcb787a3894 {
  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-9e4aa667-b4f3-4417-9460-8fcb787a3894.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9e4aa667-b4f3-4417-9460-8fcb787a3894.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-9e4aa667-b4f3-4417-9460-8fcb787a3894.shg-btn.shg-product-atc-error {
  
  font-family: Rubik;
  
  
  color: rgba(238, 238, 238, 1);
}


  #s-9e4aa667-b4f3-4417-9460-8fcb787a3894.shg-btn.shg-product-atc-success {
    font-weight: normal;
    font-family: Rubik;
    
    font-size: 13px;
    
  }


#s-e47eaead-db91-4cf5-b6bf-04b7fb5eda45 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-e47eaead-db91-4cf5-b6bf-04b7fb5eda45 {
  display: none;
}
#s-e47eaead-db91-4cf5-b6bf-04b7fb5eda45, #wrap-s-e47eaead-db91-4cf5-b6bf-04b7fb5eda45 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e47eaead-db91-4cf5-b6bf-04b7fb5eda45 {
  display: none;
}
#s-e47eaead-db91-4cf5-b6bf-04b7fb5eda45, #wrap-s-e47eaead-db91-4cf5-b6bf-04b7fb5eda45 { display:none !important; }}







#s-e47eaead-db91-4cf5-b6bf-04b7fb5eda45 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e47eaead-db91-4cf5-b6bf-04b7fb5eda45.shg-box.shg-c {
  justify-content: center;
}

#s-d7658d87-a770-4b6e-9711-6ca5d234e3c5 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-d7658d87-a770-4b6e-9711-6ca5d234e3c5 {
  display: none;
}
#s-d7658d87-a770-4b6e-9711-6ca5d234e3c5, #wrap-s-d7658d87-a770-4b6e-9711-6ca5d234e3c5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d7658d87-a770-4b6e-9711-6ca5d234e3c5 {
  display: none;
}
#s-d7658d87-a770-4b6e-9711-6ca5d234e3c5, #wrap-s-d7658d87-a770-4b6e-9711-6ca5d234e3c5 { display:none !important; }}
#s-d7658d87-a770-4b6e-9711-6ca5d234e3c5 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-d7658d87-a770-4b6e-9711-6ca5d234e3c5 .shg-sld-nav-button.shg-sld-left,
#s-d7658d87-a770-4b6e-9711-6ca5d234e3c5 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-1e086670-834c-4414-92ee-c6cbb46e5d4f {
  display: none;
}
#s-6db24535-3f4c-4482-aaa0-18b80c61bf74 {
  text-align: left;
}


.shg-c#s-6db24535-3f4c-4482-aaa0-18b80c61bf74 {
  max-width: 100%;
}

.shg-c#s-6db24535-3f4c-4482-aaa0-18b80c61bf74 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6db24535-3f4c-4482-aaa0-18b80c61bf74 .shg-image-zoom,
.shg-c#s-6db24535-3f4c-4482-aaa0-18b80c61bf74 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6db24535-3f4c-4482-aaa0-18b80c61bf74 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-6db24535-3f4c-4482-aaa0-18b80c61bf74 {
  max-width: 100%;
}

.shg-c#s-6db24535-3f4c-4482-aaa0-18b80c61bf74 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6db24535-3f4c-4482-aaa0-18b80c61bf74 .shg-image-zoom,
.shg-c#s-6db24535-3f4c-4482-aaa0-18b80c61bf74 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6db24535-3f4c-4482-aaa0-18b80c61bf74 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6db24535-3f4c-4482-aaa0-18b80c61bf74 {
  max-width: 100%;
}

.shg-c#s-6db24535-3f4c-4482-aaa0-18b80c61bf74 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6db24535-3f4c-4482-aaa0-18b80c61bf74 .shg-image-zoom,
.shg-c#s-6db24535-3f4c-4482-aaa0-18b80c61bf74 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6db24535-3f4c-4482-aaa0-18b80c61bf74 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6db24535-3f4c-4482-aaa0-18b80c61bf74 {
  max-width: 100%;
}

.shg-c#s-6db24535-3f4c-4482-aaa0-18b80c61bf74 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6db24535-3f4c-4482-aaa0-18b80c61bf74 .shg-image-zoom,
.shg-c#s-6db24535-3f4c-4482-aaa0-18b80c61bf74 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6db24535-3f4c-4482-aaa0-18b80c61bf74 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-6db24535-3f4c-4482-aaa0-18b80c61bf74 {
  max-width: 100%;
}

.shg-c#s-6db24535-3f4c-4482-aaa0-18b80c61bf74 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6db24535-3f4c-4482-aaa0-18b80c61bf74 .shg-image-zoom,
.shg-c#s-6db24535-3f4c-4482-aaa0-18b80c61bf74 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6db24535-3f4c-4482-aaa0-18b80c61bf74 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-ae90aac3-3804-4534-b5f3-56dfcd45401e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ae90aac3-3804-4534-b5f3-56dfcd45401e .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-e012ae66-8a1d-4ee3-8621-4b0faa5c5df5 {
  display: none;
}
#s-926e50c3-4bb4-4656-92d8-341a35ce5bfe {
  text-align: left;
}


.shg-c#s-926e50c3-4bb4-4656-92d8-341a35ce5bfe {
  max-width: 100%;
}

.shg-c#s-926e50c3-4bb4-4656-92d8-341a35ce5bfe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-926e50c3-4bb4-4656-92d8-341a35ce5bfe .shg-image-zoom,
.shg-c#s-926e50c3-4bb4-4656-92d8-341a35ce5bfe img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-926e50c3-4bb4-4656-92d8-341a35ce5bfe .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-926e50c3-4bb4-4656-92d8-341a35ce5bfe {
  max-width: 100%;
}

.shg-c#s-926e50c3-4bb4-4656-92d8-341a35ce5bfe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-926e50c3-4bb4-4656-92d8-341a35ce5bfe .shg-image-zoom,
.shg-c#s-926e50c3-4bb4-4656-92d8-341a35ce5bfe img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-926e50c3-4bb4-4656-92d8-341a35ce5bfe .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-926e50c3-4bb4-4656-92d8-341a35ce5bfe {
  max-width: 100%;
}

.shg-c#s-926e50c3-4bb4-4656-92d8-341a35ce5bfe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-926e50c3-4bb4-4656-92d8-341a35ce5bfe .shg-image-zoom,
.shg-c#s-926e50c3-4bb4-4656-92d8-341a35ce5bfe img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-926e50c3-4bb4-4656-92d8-341a35ce5bfe .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-926e50c3-4bb4-4656-92d8-341a35ce5bfe {
  max-width: 100%;
}

.shg-c#s-926e50c3-4bb4-4656-92d8-341a35ce5bfe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-926e50c3-4bb4-4656-92d8-341a35ce5bfe .shg-image-zoom,
.shg-c#s-926e50c3-4bb4-4656-92d8-341a35ce5bfe img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-926e50c3-4bb4-4656-92d8-341a35ce5bfe .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-926e50c3-4bb4-4656-92d8-341a35ce5bfe {
  max-width: 100%;
}

.shg-c#s-926e50c3-4bb4-4656-92d8-341a35ce5bfe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-926e50c3-4bb4-4656-92d8-341a35ce5bfe .shg-image-zoom,
.shg-c#s-926e50c3-4bb4-4656-92d8-341a35ce5bfe img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-926e50c3-4bb4-4656-92d8-341a35ce5bfe .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-12299575-282c-4879-a212-4a3eb2b9be5f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-12299575-282c-4879-a212-4a3eb2b9be5f .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-4fff029f-829f-48db-8670-ea3e5534045f {
  display: none;
}
#s-5474b4ce-8d8f-4c33-a815-3ac7ddf4d075 {
  display: none;
}
#s-3288cd91-ae54-4e80-adb7-048815d19f5b {
  text-align: left;
}


.shg-c#s-3288cd91-ae54-4e80-adb7-048815d19f5b {
  max-width: 100%;
}

.shg-c#s-3288cd91-ae54-4e80-adb7-048815d19f5b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3288cd91-ae54-4e80-adb7-048815d19f5b .shg-image-zoom,
.shg-c#s-3288cd91-ae54-4e80-adb7-048815d19f5b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3288cd91-ae54-4e80-adb7-048815d19f5b .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-3288cd91-ae54-4e80-adb7-048815d19f5b {
  max-width: 100%;
}

.shg-c#s-3288cd91-ae54-4e80-adb7-048815d19f5b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3288cd91-ae54-4e80-adb7-048815d19f5b .shg-image-zoom,
.shg-c#s-3288cd91-ae54-4e80-adb7-048815d19f5b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3288cd91-ae54-4e80-adb7-048815d19f5b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3288cd91-ae54-4e80-adb7-048815d19f5b {
  max-width: 100%;
}

.shg-c#s-3288cd91-ae54-4e80-adb7-048815d19f5b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3288cd91-ae54-4e80-adb7-048815d19f5b .shg-image-zoom,
.shg-c#s-3288cd91-ae54-4e80-adb7-048815d19f5b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3288cd91-ae54-4e80-adb7-048815d19f5b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3288cd91-ae54-4e80-adb7-048815d19f5b {
  max-width: 100%;
}

.shg-c#s-3288cd91-ae54-4e80-adb7-048815d19f5b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3288cd91-ae54-4e80-adb7-048815d19f5b .shg-image-zoom,
.shg-c#s-3288cd91-ae54-4e80-adb7-048815d19f5b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3288cd91-ae54-4e80-adb7-048815d19f5b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-3288cd91-ae54-4e80-adb7-048815d19f5b {
  max-width: 100%;
}

.shg-c#s-3288cd91-ae54-4e80-adb7-048815d19f5b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3288cd91-ae54-4e80-adb7-048815d19f5b .shg-image-zoom,
.shg-c#s-3288cd91-ae54-4e80-adb7-048815d19f5b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3288cd91-ae54-4e80-adb7-048815d19f5b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-ec86506a-ed7a-4e14-b2c0-675b17a63b53 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ec86506a-ed7a-4e14-b2c0-675b17a63b53 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

@media (min-width: 1200px){#s-c61bcdc7-070e-484d-8b60-979bd3ec88a8 {
  display: none;
}
#s-c61bcdc7-070e-484d-8b60-979bd3ec88a8, #wrap-s-c61bcdc7-070e-484d-8b60-979bd3ec88a8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c61bcdc7-070e-484d-8b60-979bd3ec88a8 {
  display: none;
}
#s-c61bcdc7-070e-484d-8b60-979bd3ec88a8, #wrap-s-c61bcdc7-070e-484d-8b60-979bd3ec88a8 { display:none !important; }}
@media (min-width: 0px) {
[id="s-c61bcdc7-070e-484d-8b60-979bd3ec88a8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c61bcdc7-070e-484d-8b60-979bd3ec88a8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c61bcdc7-070e-484d-8b60-979bd3ec88a8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c61bcdc7-070e-484d-8b60-979bd3ec88a8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c61bcdc7-070e-484d-8b60-979bd3ec88a8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c61bcdc7-070e-484d-8b60-979bd3ec88a8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c61bcdc7-070e-484d-8b60-979bd3ec88a8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c61bcdc7-070e-484d-8b60-979bd3ec88a8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c61bcdc7-070e-484d-8b60-979bd3ec88a8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c61bcdc7-070e-484d-8b60-979bd3ec88a8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c61bcdc7-070e-484d-8b60-979bd3ec88a8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c61bcdc7-070e-484d-8b60-979bd3ec88a8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c61bcdc7-070e-484d-8b60-979bd3ec88a8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c61bcdc7-070e-484d-8b60-979bd3ec88a8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c61bcdc7-070e-484d-8b60-979bd3ec88a8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c61bcdc7-070e-484d-8b60-979bd3ec88a8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c61bcdc7-070e-484d-8b60-979bd3ec88a8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c61bcdc7-070e-484d-8b60-979bd3ec88a8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c61bcdc7-070e-484d-8b60-979bd3ec88a8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c61bcdc7-070e-484d-8b60-979bd3ec88a8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c61bcdc7-070e-484d-8b60-979bd3ec88a8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c61bcdc7-070e-484d-8b60-979bd3ec88a8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c61bcdc7-070e-484d-8b60-979bd3ec88a8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c61bcdc7-070e-484d-8b60-979bd3ec88a8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c61bcdc7-070e-484d-8b60-979bd3ec88a8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c61bcdc7-070e-484d-8b60-979bd3ec88a8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c61bcdc7-070e-484d-8b60-979bd3ec88a8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c61bcdc7-070e-484d-8b60-979bd3ec88a8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c61bcdc7-070e-484d-8b60-979bd3ec88a8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c61bcdc7-070e-484d-8b60-979bd3ec88a8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c61bcdc7-070e-484d-8b60-979bd3ec88a8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c61bcdc7-070e-484d-8b60-979bd3ec88a8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c61bcdc7-070e-484d-8b60-979bd3ec88a8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c61bcdc7-070e-484d-8b60-979bd3ec88a8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c61bcdc7-070e-484d-8b60-979bd3ec88a8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c61bcdc7-070e-484d-8b60-979bd3ec88a8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c61bcdc7-070e-484d-8b60-979bd3ec88a8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-3a963a2b-f898-4598-9f34-5ab657c5b62f {
  display: none;
}
#s-0dce75d4-df36-41ef-9964-298b9ff6512b {
  display: none;
}
#s-51398035-3075-4c69-8bb2-4c1f90bda3c0 {
  text-align: left;
}


.shg-c#s-51398035-3075-4c69-8bb2-4c1f90bda3c0 {
  max-width: 100%;
}

.shg-c#s-51398035-3075-4c69-8bb2-4c1f90bda3c0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-51398035-3075-4c69-8bb2-4c1f90bda3c0 .shg-image-zoom,
.shg-c#s-51398035-3075-4c69-8bb2-4c1f90bda3c0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-51398035-3075-4c69-8bb2-4c1f90bda3c0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-51398035-3075-4c69-8bb2-4c1f90bda3c0 {
  max-width: 100%;
}

.shg-c#s-51398035-3075-4c69-8bb2-4c1f90bda3c0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-51398035-3075-4c69-8bb2-4c1f90bda3c0 .shg-image-zoom,
.shg-c#s-51398035-3075-4c69-8bb2-4c1f90bda3c0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-51398035-3075-4c69-8bb2-4c1f90bda3c0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-51398035-3075-4c69-8bb2-4c1f90bda3c0 {
  max-width: 100%;
}

.shg-c#s-51398035-3075-4c69-8bb2-4c1f90bda3c0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-51398035-3075-4c69-8bb2-4c1f90bda3c0 .shg-image-zoom,
.shg-c#s-51398035-3075-4c69-8bb2-4c1f90bda3c0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-51398035-3075-4c69-8bb2-4c1f90bda3c0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-51398035-3075-4c69-8bb2-4c1f90bda3c0 {
  max-width: 100%;
}

.shg-c#s-51398035-3075-4c69-8bb2-4c1f90bda3c0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-51398035-3075-4c69-8bb2-4c1f90bda3c0 .shg-image-zoom,
.shg-c#s-51398035-3075-4c69-8bb2-4c1f90bda3c0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-51398035-3075-4c69-8bb2-4c1f90bda3c0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-51398035-3075-4c69-8bb2-4c1f90bda3c0 {
  max-width: 100%;
}

.shg-c#s-51398035-3075-4c69-8bb2-4c1f90bda3c0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-51398035-3075-4c69-8bb2-4c1f90bda3c0 .shg-image-zoom,
.shg-c#s-51398035-3075-4c69-8bb2-4c1f90bda3c0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-51398035-3075-4c69-8bb2-4c1f90bda3c0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-db6f2cdd-5e92-4578-81a8-d7f885a8f0b4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-db6f2cdd-5e92-4578-81a8-d7f885a8f0b4 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-0728b6a3-61a5-4cfa-b6e6-3a991662e6f5 {
  display: none;
}
#s-bddc8bc1-653e-4416-8813-95d6cd234a59 {
  text-align: left;
}


.shg-c#s-bddc8bc1-653e-4416-8813-95d6cd234a59 {
  max-width: 100%;
}

.shg-c#s-bddc8bc1-653e-4416-8813-95d6cd234a59 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bddc8bc1-653e-4416-8813-95d6cd234a59 .shg-image-zoom,
.shg-c#s-bddc8bc1-653e-4416-8813-95d6cd234a59 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bddc8bc1-653e-4416-8813-95d6cd234a59 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-bddc8bc1-653e-4416-8813-95d6cd234a59 {
  max-width: 100%;
}

.shg-c#s-bddc8bc1-653e-4416-8813-95d6cd234a59 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bddc8bc1-653e-4416-8813-95d6cd234a59 .shg-image-zoom,
.shg-c#s-bddc8bc1-653e-4416-8813-95d6cd234a59 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bddc8bc1-653e-4416-8813-95d6cd234a59 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-bddc8bc1-653e-4416-8813-95d6cd234a59 {
  max-width: 100%;
}

.shg-c#s-bddc8bc1-653e-4416-8813-95d6cd234a59 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bddc8bc1-653e-4416-8813-95d6cd234a59 .shg-image-zoom,
.shg-c#s-bddc8bc1-653e-4416-8813-95d6cd234a59 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bddc8bc1-653e-4416-8813-95d6cd234a59 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-bddc8bc1-653e-4416-8813-95d6cd234a59 {
  max-width: 100%;
}

.shg-c#s-bddc8bc1-653e-4416-8813-95d6cd234a59 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bddc8bc1-653e-4416-8813-95d6cd234a59 .shg-image-zoom,
.shg-c#s-bddc8bc1-653e-4416-8813-95d6cd234a59 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bddc8bc1-653e-4416-8813-95d6cd234a59 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-bddc8bc1-653e-4416-8813-95d6cd234a59 {
  max-width: 100%;
}

.shg-c#s-bddc8bc1-653e-4416-8813-95d6cd234a59 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bddc8bc1-653e-4416-8813-95d6cd234a59 .shg-image-zoom,
.shg-c#s-bddc8bc1-653e-4416-8813-95d6cd234a59 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bddc8bc1-653e-4416-8813-95d6cd234a59 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-442eaa45-e163-4b6e-98be-1bb7f8ab9b04 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-442eaa45-e163-4b6e-98be-1bb7f8ab9b04 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-a3930c75-a5fd-4b7d-aae1-53c6bc9d0ce2 {
  display: none;
}
#s-f36b9fd0-f9e7-4fed-9aaf-b7dc8d602819 {
  text-align: left;
}


.shg-c#s-f36b9fd0-f9e7-4fed-9aaf-b7dc8d602819 {
  max-width: 100%;
}

.shg-c#s-f36b9fd0-f9e7-4fed-9aaf-b7dc8d602819 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f36b9fd0-f9e7-4fed-9aaf-b7dc8d602819 .shg-image-zoom,
.shg-c#s-f36b9fd0-f9e7-4fed-9aaf-b7dc8d602819 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f36b9fd0-f9e7-4fed-9aaf-b7dc8d602819 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-f36b9fd0-f9e7-4fed-9aaf-b7dc8d602819 {
  max-width: 100%;
}

.shg-c#s-f36b9fd0-f9e7-4fed-9aaf-b7dc8d602819 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f36b9fd0-f9e7-4fed-9aaf-b7dc8d602819 .shg-image-zoom,
.shg-c#s-f36b9fd0-f9e7-4fed-9aaf-b7dc8d602819 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f36b9fd0-f9e7-4fed-9aaf-b7dc8d602819 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f36b9fd0-f9e7-4fed-9aaf-b7dc8d602819 {
  max-width: 100%;
}

.shg-c#s-f36b9fd0-f9e7-4fed-9aaf-b7dc8d602819 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f36b9fd0-f9e7-4fed-9aaf-b7dc8d602819 .shg-image-zoom,
.shg-c#s-f36b9fd0-f9e7-4fed-9aaf-b7dc8d602819 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f36b9fd0-f9e7-4fed-9aaf-b7dc8d602819 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f36b9fd0-f9e7-4fed-9aaf-b7dc8d602819 {
  max-width: 100%;
}

.shg-c#s-f36b9fd0-f9e7-4fed-9aaf-b7dc8d602819 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f36b9fd0-f9e7-4fed-9aaf-b7dc8d602819 .shg-image-zoom,
.shg-c#s-f36b9fd0-f9e7-4fed-9aaf-b7dc8d602819 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f36b9fd0-f9e7-4fed-9aaf-b7dc8d602819 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-f36b9fd0-f9e7-4fed-9aaf-b7dc8d602819 {
  max-width: 100%;
}

.shg-c#s-f36b9fd0-f9e7-4fed-9aaf-b7dc8d602819 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f36b9fd0-f9e7-4fed-9aaf-b7dc8d602819 .shg-image-zoom,
.shg-c#s-f36b9fd0-f9e7-4fed-9aaf-b7dc8d602819 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f36b9fd0-f9e7-4fed-9aaf-b7dc8d602819 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-af7c8071-b9fc-4fac-ac29-366265bcca3d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-af7c8071-b9fc-4fac-ac29-366265bcca3d .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-0f2ef88e-c05c-46b4-ab71-d0284ddc27ab {
  margin-top: 25px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 20px;
background-color: rgba(60, 75, 60, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
}
#s-0f2ef88e-c05c-46b4-ab71-d0284ddc27ab:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0f2ef88e-c05c-46b4-ab71-d0284ddc27ab:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0f2ef88e-c05c-46b4-ab71-d0284ddc27ab.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-12236122-0bac-48e1-bce7-95239dedcf6a {
  min-height: 50px;
background-color: rgba(242, 238, 234, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-12236122-0bac-48e1-bce7-95239dedcf6a {
  display: none;
}
#s-12236122-0bac-48e1-bce7-95239dedcf6a, #wrap-s-12236122-0bac-48e1-bce7-95239dedcf6a { display:none !important; }}@media (max-width: 767px){#s-12236122-0bac-48e1-bce7-95239dedcf6a {
  display: none;
}
#s-12236122-0bac-48e1-bce7-95239dedcf6a, #wrap-s-12236122-0bac-48e1-bce7-95239dedcf6a { display:none !important; }}







#s-12236122-0bac-48e1-bce7-95239dedcf6a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-12236122-0bac-48e1-bce7-95239dedcf6a.shg-box.shg-c {
  justify-content: center;
}

#s-df6eb80e-c85c-4873-a69e-4e0fe2ac4d94 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-df6eb80e-c85c-4873-a69e-4e0fe2ac4d94"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-df6eb80e-c85c-4873-a69e-4e0fe2ac4d94"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-df6eb80e-c85c-4873-a69e-4e0fe2ac4d94"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-df6eb80e-c85c-4873-a69e-4e0fe2ac4d94"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-df6eb80e-c85c-4873-a69e-4e0fe2ac4d94"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-df6eb80e-c85c-4873-a69e-4e0fe2ac4d94"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-df6eb80e-c85c-4873-a69e-4e0fe2ac4d94"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-df6eb80e-c85c-4873-a69e-4e0fe2ac4d94"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-df6eb80e-c85c-4873-a69e-4e0fe2ac4d94"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-df6eb80e-c85c-4873-a69e-4e0fe2ac4d94"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-df6eb80e-c85c-4873-a69e-4e0fe2ac4d94"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-df6eb80e-c85c-4873-a69e-4e0fe2ac4d94"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-df6eb80e-c85c-4873-a69e-4e0fe2ac4d94"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-df6eb80e-c85c-4873-a69e-4e0fe2ac4d94"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-df6eb80e-c85c-4873-a69e-4e0fe2ac4d94"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-df6eb80e-c85c-4873-a69e-4e0fe2ac4d94"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-df6eb80e-c85c-4873-a69e-4e0fe2ac4d94"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-df6eb80e-c85c-4873-a69e-4e0fe2ac4d94"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-df6eb80e-c85c-4873-a69e-4e0fe2ac4d94"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-df6eb80e-c85c-4873-a69e-4e0fe2ac4d94"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-df6eb80e-c85c-4873-a69e-4e0fe2ac4d94"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-df6eb80e-c85c-4873-a69e-4e0fe2ac4d94"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-df6eb80e-c85c-4873-a69e-4e0fe2ac4d94"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-df6eb80e-c85c-4873-a69e-4e0fe2ac4d94"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-df6eb80e-c85c-4873-a69e-4e0fe2ac4d94"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-df6eb80e-c85c-4873-a69e-4e0fe2ac4d94"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-df6eb80e-c85c-4873-a69e-4e0fe2ac4d94"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-df6eb80e-c85c-4873-a69e-4e0fe2ac4d94"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-df6eb80e-c85c-4873-a69e-4e0fe2ac4d94"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-df6eb80e-c85c-4873-a69e-4e0fe2ac4d94"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-df6eb80e-c85c-4873-a69e-4e0fe2ac4d94"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-df6eb80e-c85c-4873-a69e-4e0fe2ac4d94"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-df6eb80e-c85c-4873-a69e-4e0fe2ac4d94"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-df6eb80e-c85c-4873-a69e-4e0fe2ac4d94"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-df6eb80e-c85c-4873-a69e-4e0fe2ac4d94"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-df6eb80e-c85c-4873-a69e-4e0fe2ac4d94"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-df6eb80e-c85c-4873-a69e-4e0fe2ac4d94"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-9582ffcc-60b8-46e3-b81f-9d7890abeeac {
  margin-top: 10px;
padding-top: 10px;
padding-left: 10%;
}

#s-200a7e97-e851-4d48-a54a-5682557c639b {
  padding-top: 10px;
padding-bottom: 10px;
padding-right: 5%;
}

#s-fa69714d-4029-4464-925b-472d0a64eea5 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 50px;
padding-left: 5%;
padding-bottom: 50px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-fa69714d-4029-4464-925b-472d0a64eea5 {
  display: none;
}
#s-fa69714d-4029-4464-925b-472d0a64eea5, #wrap-s-fa69714d-4029-4464-925b-472d0a64eea5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fa69714d-4029-4464-925b-472d0a64eea5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fa69714d-4029-4464-925b-472d0a64eea5 {
  display: none;
}
#s-fa69714d-4029-4464-925b-472d0a64eea5, #wrap-s-fa69714d-4029-4464-925b-472d0a64eea5 { display:none !important; }}@media (max-width: 767px){#s-fa69714d-4029-4464-925b-472d0a64eea5 {
  display: none;
}
#s-fa69714d-4029-4464-925b-472d0a64eea5, #wrap-s-fa69714d-4029-4464-925b-472d0a64eea5 { display:none !important; }}







#s-fa69714d-4029-4464-925b-472d0a64eea5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fa69714d-4029-4464-925b-472d0a64eea5.shg-box.shg-c {
  justify-content: flex-start;
}

#s-214abfbc-8704-445d-8cef-840b640a8226 {
  min-height: 50px;
}








#s-214abfbc-8704-445d-8cef-840b640a8226 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-214abfbc-8704-445d-8cef-840b640a8226.shg-box.shg-c {
  justify-content: center;
}

#s-c9af1aba-35e7-4461-98ab-94511a94d5ab {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c9af1aba-35e7-4461-98ab-94511a94d5ab .shogun-heading-component h3 {
  color: rgba(60, 75, 60, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 768px) and (max-width: 991px){#s-a0f283d9-e98a-4621-8ffd-49a2a30e24fa {
  display: none;
}
#s-a0f283d9-e98a-4621-8ffd-49a2a30e24fa, #wrap-s-a0f283d9-e98a-4621-8ffd-49a2a30e24fa { display:none !important; }}@media (max-width: 767px){#s-a0f283d9-e98a-4621-8ffd-49a2a30e24fa {
  display: none;
}
#s-a0f283d9-e98a-4621-8ffd-49a2a30e24fa, #wrap-s-a0f283d9-e98a-4621-8ffd-49a2a30e24fa { display:none !important; }}
@media (min-width: 0px) {
[id="s-a0f283d9-e98a-4621-8ffd-49a2a30e24fa"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-a0f283d9-e98a-4621-8ffd-49a2a30e24fa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a0f283d9-e98a-4621-8ffd-49a2a30e24fa"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-a0f283d9-e98a-4621-8ffd-49a2a30e24fa"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-a0f283d9-e98a-4621-8ffd-49a2a30e24fa"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-a0f283d9-e98a-4621-8ffd-49a2a30e24fa"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-a0f283d9-e98a-4621-8ffd-49a2a30e24fa"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-a0f283d9-e98a-4621-8ffd-49a2a30e24fa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-a0f283d9-e98a-4621-8ffd-49a2a30e24fa"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-a0f283d9-e98a-4621-8ffd-49a2a30e24fa"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-a0f283d9-e98a-4621-8ffd-49a2a30e24fa"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-a0f283d9-e98a-4621-8ffd-49a2a30e24fa"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-a0f283d9-e98a-4621-8ffd-49a2a30e24fa"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-a0f283d9-e98a-4621-8ffd-49a2a30e24fa"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-a0f283d9-e98a-4621-8ffd-49a2a30e24fa"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-a0f283d9-e98a-4621-8ffd-49a2a30e24fa"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-a0f283d9-e98a-4621-8ffd-49a2a30e24fa"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-a0f283d9-e98a-4621-8ffd-49a2a30e24fa"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-a0f283d9-e98a-4621-8ffd-49a2a30e24fa"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-a0f283d9-e98a-4621-8ffd-49a2a30e24fa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-a0f283d9-e98a-4621-8ffd-49a2a30e24fa"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-a0f283d9-e98a-4621-8ffd-49a2a30e24fa"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-a0f283d9-e98a-4621-8ffd-49a2a30e24fa"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-a0f283d9-e98a-4621-8ffd-49a2a30e24fa"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-a0f283d9-e98a-4621-8ffd-49a2a30e24fa"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-a0f283d9-e98a-4621-8ffd-49a2a30e24fa"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-a0f283d9-e98a-4621-8ffd-49a2a30e24fa"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-a0f283d9-e98a-4621-8ffd-49a2a30e24fa"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-a0f283d9-e98a-4621-8ffd-49a2a30e24fa"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-a0f283d9-e98a-4621-8ffd-49a2a30e24fa"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-a0f283d9-e98a-4621-8ffd-49a2a30e24fa"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-a0f283d9-e98a-4621-8ffd-49a2a30e24fa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-a0f283d9-e98a-4621-8ffd-49a2a30e24fa"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-a0f283d9-e98a-4621-8ffd-49a2a30e24fa"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-a0f283d9-e98a-4621-8ffd-49a2a30e24fa"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-a0f283d9-e98a-4621-8ffd-49a2a30e24fa"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-a0f283d9-e98a-4621-8ffd-49a2a30e24fa"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-a0f283d9-e98a-4621-8ffd-49a2a30e24fa"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-b9598c7c-173d-45d3-a2de-fb9c68c53a72 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-b9598c7c-173d-45d3-a2de-fb9c68c53a72 {
  display: none;
}
#s-458950e1-c745-48ba-a82d-31c7e86c88eb {
  text-align: left;
}


.shg-c#s-458950e1-c745-48ba-a82d-31c7e86c88eb {
  max-width: 100%;
}

.shg-c#s-458950e1-c745-48ba-a82d-31c7e86c88eb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-458950e1-c745-48ba-a82d-31c7e86c88eb .shg-image-zoom,
.shg-c#s-458950e1-c745-48ba-a82d-31c7e86c88eb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-458950e1-c745-48ba-a82d-31c7e86c88eb .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-458950e1-c745-48ba-a82d-31c7e86c88eb {
  max-width: 100%;
}

.shg-c#s-458950e1-c745-48ba-a82d-31c7e86c88eb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-458950e1-c745-48ba-a82d-31c7e86c88eb .shg-image-zoom,
.shg-c#s-458950e1-c745-48ba-a82d-31c7e86c88eb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-458950e1-c745-48ba-a82d-31c7e86c88eb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-458950e1-c745-48ba-a82d-31c7e86c88eb {
  max-width: 100%;
}

.shg-c#s-458950e1-c745-48ba-a82d-31c7e86c88eb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-458950e1-c745-48ba-a82d-31c7e86c88eb .shg-image-zoom,
.shg-c#s-458950e1-c745-48ba-a82d-31c7e86c88eb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-458950e1-c745-48ba-a82d-31c7e86c88eb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-458950e1-c745-48ba-a82d-31c7e86c88eb {
  max-width: 100%;
}

.shg-c#s-458950e1-c745-48ba-a82d-31c7e86c88eb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-458950e1-c745-48ba-a82d-31c7e86c88eb .shg-image-zoom,
.shg-c#s-458950e1-c745-48ba-a82d-31c7e86c88eb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-458950e1-c745-48ba-a82d-31c7e86c88eb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-458950e1-c745-48ba-a82d-31c7e86c88eb {
  max-width: 100%;
}

.shg-c#s-458950e1-c745-48ba-a82d-31c7e86c88eb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-458950e1-c745-48ba-a82d-31c7e86c88eb .shg-image-zoom,
.shg-c#s-458950e1-c745-48ba-a82d-31c7e86c88eb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-458950e1-c745-48ba-a82d-31c7e86c88eb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-128e28e4-319c-4309-a978-dcb42e4cefb4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-128e28e4-319c-4309-a978-dcb42e4cefb4 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-2d845a15-af8a-45a0-93d4-6418faa77503 {
  text-align: center;
}

#s-2d845a15-af8a-45a0-93d4-6418faa77503 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-2d845a15-af8a-45a0-93d4-6418faa77503 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-2d845a15-af8a-45a0-93d4-6418faa77503 .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-45378b4b-e243-4e5d-ab8f-719d31bdedca {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 32px;
background-color: rgba(60, 76, 60, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-45378b4b-e243-4e5d-ab8f-719d31bdedca:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-45378b4b-e243-4e5d-ab8f-719d31bdedca:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-45378b4b-e243-4e5d-ab8f-719d31bdedca {
  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-45378b4b-e243-4e5d-ab8f-719d31bdedca.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-45378b4b-e243-4e5d-ab8f-719d31bdedca.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-45378b4b-e243-4e5d-ab8f-719d31bdedca.shg-btn.shg-product-atc-error {
  
  font-family: Rubik;
  
  
  color: rgba(238, 238, 238, 1);
}


  #s-45378b4b-e243-4e5d-ab8f-719d31bdedca.shg-btn.shg-product-atc-success {
    font-weight: normal;
    font-family: Rubik;
    
    font-size: 13px;
    
  }


#s-ce5f14a0-57c4-4e7c-921d-5547e7064dab {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-ce5f14a0-57c4-4e7c-921d-5547e7064dab {
  display: none;
}
#s-c90728b4-f2f9-4661-b8fb-4fd855a687aa {
  text-align: left;
}


.shg-c#s-c90728b4-f2f9-4661-b8fb-4fd855a687aa {
  max-width: 100%;
}

.shg-c#s-c90728b4-f2f9-4661-b8fb-4fd855a687aa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c90728b4-f2f9-4661-b8fb-4fd855a687aa .shg-image-zoom,
.shg-c#s-c90728b4-f2f9-4661-b8fb-4fd855a687aa img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c90728b4-f2f9-4661-b8fb-4fd855a687aa .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-c90728b4-f2f9-4661-b8fb-4fd855a687aa {
  max-width: 100%;
}

.shg-c#s-c90728b4-f2f9-4661-b8fb-4fd855a687aa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c90728b4-f2f9-4661-b8fb-4fd855a687aa .shg-image-zoom,
.shg-c#s-c90728b4-f2f9-4661-b8fb-4fd855a687aa img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c90728b4-f2f9-4661-b8fb-4fd855a687aa .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c90728b4-f2f9-4661-b8fb-4fd855a687aa {
  max-width: 100%;
}

.shg-c#s-c90728b4-f2f9-4661-b8fb-4fd855a687aa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c90728b4-f2f9-4661-b8fb-4fd855a687aa .shg-image-zoom,
.shg-c#s-c90728b4-f2f9-4661-b8fb-4fd855a687aa img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c90728b4-f2f9-4661-b8fb-4fd855a687aa .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c90728b4-f2f9-4661-b8fb-4fd855a687aa {
  max-width: 100%;
}

.shg-c#s-c90728b4-f2f9-4661-b8fb-4fd855a687aa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c90728b4-f2f9-4661-b8fb-4fd855a687aa .shg-image-zoom,
.shg-c#s-c90728b4-f2f9-4661-b8fb-4fd855a687aa img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c90728b4-f2f9-4661-b8fb-4fd855a687aa .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-c90728b4-f2f9-4661-b8fb-4fd855a687aa {
  max-width: 100%;
}

.shg-c#s-c90728b4-f2f9-4661-b8fb-4fd855a687aa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c90728b4-f2f9-4661-b8fb-4fd855a687aa .shg-image-zoom,
.shg-c#s-c90728b4-f2f9-4661-b8fb-4fd855a687aa img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c90728b4-f2f9-4661-b8fb-4fd855a687aa .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-3997ab3b-4e4e-4384-bb6d-a602943848ac {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3997ab3b-4e4e-4384-bb6d-a602943848ac .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-2f3d5f8c-f572-40a8-9037-9d29808091b4 {
  text-align: center;
}

#s-2f3d5f8c-f572-40a8-9037-9d29808091b4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-2f3d5f8c-f572-40a8-9037-9d29808091b4 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-2f3d5f8c-f572-40a8-9037-9d29808091b4 .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-0cfd1790-4d84-4229-af6d-cda5695cd2e7 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 32px;
background-color: rgba(60, 76, 60, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-0cfd1790-4d84-4229-af6d-cda5695cd2e7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0cfd1790-4d84-4229-af6d-cda5695cd2e7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0cfd1790-4d84-4229-af6d-cda5695cd2e7 {
  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-0cfd1790-4d84-4229-af6d-cda5695cd2e7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0cfd1790-4d84-4229-af6d-cda5695cd2e7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-0cfd1790-4d84-4229-af6d-cda5695cd2e7.shg-btn.shg-product-atc-error {
  
  font-family: Rubik;
  
  
  color: rgba(238, 238, 238, 1);
}


  #s-0cfd1790-4d84-4229-af6d-cda5695cd2e7.shg-btn.shg-product-atc-success {
    font-weight: normal;
    font-family: Rubik;
    
    font-size: 13px;
    
  }


#s-6085aeb8-ebb7-49fb-a631-44abbf557395 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-6085aeb8-ebb7-49fb-a631-44abbf557395 {
  display: none;
}
#s-69dc1bdb-fdde-4d34-a843-09f1b2bcbef1 {
  text-align: left;
}


.shg-c#s-69dc1bdb-fdde-4d34-a843-09f1b2bcbef1 {
  max-width: 100%;
}

.shg-c#s-69dc1bdb-fdde-4d34-a843-09f1b2bcbef1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-69dc1bdb-fdde-4d34-a843-09f1b2bcbef1 .shg-image-zoom,
.shg-c#s-69dc1bdb-fdde-4d34-a843-09f1b2bcbef1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-69dc1bdb-fdde-4d34-a843-09f1b2bcbef1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-69dc1bdb-fdde-4d34-a843-09f1b2bcbef1 {
  max-width: 100%;
}

.shg-c#s-69dc1bdb-fdde-4d34-a843-09f1b2bcbef1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-69dc1bdb-fdde-4d34-a843-09f1b2bcbef1 .shg-image-zoom,
.shg-c#s-69dc1bdb-fdde-4d34-a843-09f1b2bcbef1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-69dc1bdb-fdde-4d34-a843-09f1b2bcbef1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-69dc1bdb-fdde-4d34-a843-09f1b2bcbef1 {
  max-width: 100%;
}

.shg-c#s-69dc1bdb-fdde-4d34-a843-09f1b2bcbef1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-69dc1bdb-fdde-4d34-a843-09f1b2bcbef1 .shg-image-zoom,
.shg-c#s-69dc1bdb-fdde-4d34-a843-09f1b2bcbef1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-69dc1bdb-fdde-4d34-a843-09f1b2bcbef1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-69dc1bdb-fdde-4d34-a843-09f1b2bcbef1 {
  max-width: 100%;
}

.shg-c#s-69dc1bdb-fdde-4d34-a843-09f1b2bcbef1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-69dc1bdb-fdde-4d34-a843-09f1b2bcbef1 .shg-image-zoom,
.shg-c#s-69dc1bdb-fdde-4d34-a843-09f1b2bcbef1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-69dc1bdb-fdde-4d34-a843-09f1b2bcbef1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-69dc1bdb-fdde-4d34-a843-09f1b2bcbef1 {
  max-width: 100%;
}

.shg-c#s-69dc1bdb-fdde-4d34-a843-09f1b2bcbef1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-69dc1bdb-fdde-4d34-a843-09f1b2bcbef1 .shg-image-zoom,
.shg-c#s-69dc1bdb-fdde-4d34-a843-09f1b2bcbef1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-69dc1bdb-fdde-4d34-a843-09f1b2bcbef1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-fd4e4727-e713-419d-a9fd-6e8271eb7495 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fd4e4727-e713-419d-a9fd-6e8271eb7495 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-292c7a61-a33d-451f-8827-02714131a556 {
  text-align: center;
}

#s-292c7a61-a33d-451f-8827-02714131a556 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-292c7a61-a33d-451f-8827-02714131a556 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-292c7a61-a33d-451f-8827-02714131a556 .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-52aeeba1-531a-4ba4-89c0-240d54725983 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 32px;
background-color: rgba(60, 76, 60, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-52aeeba1-531a-4ba4-89c0-240d54725983:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-52aeeba1-531a-4ba4-89c0-240d54725983:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-52aeeba1-531a-4ba4-89c0-240d54725983 {
  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-52aeeba1-531a-4ba4-89c0-240d54725983.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-52aeeba1-531a-4ba4-89c0-240d54725983.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-52aeeba1-531a-4ba4-89c0-240d54725983.shg-btn.shg-product-atc-error {
  
  font-family: Rubik;
  
  
  color: rgba(238, 238, 238, 1);
}


  #s-52aeeba1-531a-4ba4-89c0-240d54725983.shg-btn.shg-product-atc-success {
    font-weight: normal;
    font-family: Rubik;
    
    font-size: 13px;
    
  }


#s-82ce5129-16b2-4556-b6b3-4c83a1fdad0a {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-82ce5129-16b2-4556-b6b3-4c83a1fdad0a {
  display: none;
}
#s-0b0b3230-f07d-4945-9d9d-11bf801e4302 {
  text-align: left;
}


.shg-c#s-0b0b3230-f07d-4945-9d9d-11bf801e4302 {
  max-width: 100%;
}

.shg-c#s-0b0b3230-f07d-4945-9d9d-11bf801e4302 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0b0b3230-f07d-4945-9d9d-11bf801e4302 .shg-image-zoom,
.shg-c#s-0b0b3230-f07d-4945-9d9d-11bf801e4302 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0b0b3230-f07d-4945-9d9d-11bf801e4302 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-0b0b3230-f07d-4945-9d9d-11bf801e4302 {
  max-width: 100%;
}

.shg-c#s-0b0b3230-f07d-4945-9d9d-11bf801e4302 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0b0b3230-f07d-4945-9d9d-11bf801e4302 .shg-image-zoom,
.shg-c#s-0b0b3230-f07d-4945-9d9d-11bf801e4302 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0b0b3230-f07d-4945-9d9d-11bf801e4302 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0b0b3230-f07d-4945-9d9d-11bf801e4302 {
  max-width: 100%;
}

.shg-c#s-0b0b3230-f07d-4945-9d9d-11bf801e4302 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0b0b3230-f07d-4945-9d9d-11bf801e4302 .shg-image-zoom,
.shg-c#s-0b0b3230-f07d-4945-9d9d-11bf801e4302 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0b0b3230-f07d-4945-9d9d-11bf801e4302 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0b0b3230-f07d-4945-9d9d-11bf801e4302 {
  max-width: 100%;
}

.shg-c#s-0b0b3230-f07d-4945-9d9d-11bf801e4302 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0b0b3230-f07d-4945-9d9d-11bf801e4302 .shg-image-zoom,
.shg-c#s-0b0b3230-f07d-4945-9d9d-11bf801e4302 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0b0b3230-f07d-4945-9d9d-11bf801e4302 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-0b0b3230-f07d-4945-9d9d-11bf801e4302 {
  max-width: 100%;
}

.shg-c#s-0b0b3230-f07d-4945-9d9d-11bf801e4302 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0b0b3230-f07d-4945-9d9d-11bf801e4302 .shg-image-zoom,
.shg-c#s-0b0b3230-f07d-4945-9d9d-11bf801e4302 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0b0b3230-f07d-4945-9d9d-11bf801e4302 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-85efc446-8321-4e79-be78-0452b0e9eed3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-85efc446-8321-4e79-be78-0452b0e9eed3 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-17eedf7c-ce29-4901-b723-72e1ac873454 {
  text-align: center;
}

#s-17eedf7c-ce29-4901-b723-72e1ac873454 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-17eedf7c-ce29-4901-b723-72e1ac873454 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-17eedf7c-ce29-4901-b723-72e1ac873454 .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-a1c54e42-b62f-4958-bf7a-2734aa096761 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 32px;
background-color: rgba(60, 76, 60, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-a1c54e42-b62f-4958-bf7a-2734aa096761:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a1c54e42-b62f-4958-bf7a-2734aa096761:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a1c54e42-b62f-4958-bf7a-2734aa096761 {
  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-a1c54e42-b62f-4958-bf7a-2734aa096761.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a1c54e42-b62f-4958-bf7a-2734aa096761.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-a1c54e42-b62f-4958-bf7a-2734aa096761.shg-btn.shg-product-atc-error {
  
  font-family: Rubik;
  
  
  color: rgba(238, 238, 238, 1);
}


  #s-a1c54e42-b62f-4958-bf7a-2734aa096761.shg-btn.shg-product-atc-success {
    font-weight: normal;
    font-family: Rubik;
    
    font-size: 13px;
    
  }


#s-567a938e-fd73-45be-9a9c-e25cf7ea8d19 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-567a938e-fd73-45be-9a9c-e25cf7ea8d19 .shogun-heading-component h3 {
  color: rgba(60, 75, 60, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 768px) and (max-width: 991px){#s-4278c416-6981-479d-b684-a70bfa66209c {
  display: none;
}
#s-4278c416-6981-479d-b684-a70bfa66209c, #wrap-s-4278c416-6981-479d-b684-a70bfa66209c { display:none !important; }}@media (max-width: 767px){#s-4278c416-6981-479d-b684-a70bfa66209c {
  display: none;
}
#s-4278c416-6981-479d-b684-a70bfa66209c, #wrap-s-4278c416-6981-479d-b684-a70bfa66209c { display:none !important; }}
@media (min-width: 0px) {
[id="s-4278c416-6981-479d-b684-a70bfa66209c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-4278c416-6981-479d-b684-a70bfa66209c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4278c416-6981-479d-b684-a70bfa66209c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-4278c416-6981-479d-b684-a70bfa66209c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-4278c416-6981-479d-b684-a70bfa66209c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-4278c416-6981-479d-b684-a70bfa66209c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-4278c416-6981-479d-b684-a70bfa66209c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-4278c416-6981-479d-b684-a70bfa66209c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-4278c416-6981-479d-b684-a70bfa66209c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-4278c416-6981-479d-b684-a70bfa66209c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-4278c416-6981-479d-b684-a70bfa66209c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-4278c416-6981-479d-b684-a70bfa66209c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-4278c416-6981-479d-b684-a70bfa66209c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-4278c416-6981-479d-b684-a70bfa66209c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-4278c416-6981-479d-b684-a70bfa66209c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-4278c416-6981-479d-b684-a70bfa66209c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-4278c416-6981-479d-b684-a70bfa66209c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-4278c416-6981-479d-b684-a70bfa66209c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-4278c416-6981-479d-b684-a70bfa66209c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-4278c416-6981-479d-b684-a70bfa66209c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-4278c416-6981-479d-b684-a70bfa66209c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-4278c416-6981-479d-b684-a70bfa66209c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-4278c416-6981-479d-b684-a70bfa66209c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-4278c416-6981-479d-b684-a70bfa66209c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-4278c416-6981-479d-b684-a70bfa66209c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-4278c416-6981-479d-b684-a70bfa66209c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-4278c416-6981-479d-b684-a70bfa66209c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-4278c416-6981-479d-b684-a70bfa66209c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-4278c416-6981-479d-b684-a70bfa66209c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-4278c416-6981-479d-b684-a70bfa66209c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-4278c416-6981-479d-b684-a70bfa66209c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-4278c416-6981-479d-b684-a70bfa66209c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-4278c416-6981-479d-b684-a70bfa66209c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-4278c416-6981-479d-b684-a70bfa66209c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-4278c416-6981-479d-b684-a70bfa66209c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-4278c416-6981-479d-b684-a70bfa66209c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-4278c416-6981-479d-b684-a70bfa66209c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-4278c416-6981-479d-b684-a70bfa66209c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-81a280c5-18e4-4dc9-a8ce-f21c10410981 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-81a280c5-18e4-4dc9-a8ce-f21c10410981 {
  display: none;
}
#s-1e8999cb-9db2-4839-816d-80e14ac35c22 {
  text-align: left;
}


.shg-c#s-1e8999cb-9db2-4839-816d-80e14ac35c22 {
  max-width: 100%;
}

.shg-c#s-1e8999cb-9db2-4839-816d-80e14ac35c22 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1e8999cb-9db2-4839-816d-80e14ac35c22 .shg-image-zoom,
.shg-c#s-1e8999cb-9db2-4839-816d-80e14ac35c22 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1e8999cb-9db2-4839-816d-80e14ac35c22 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-1e8999cb-9db2-4839-816d-80e14ac35c22 {
  max-width: 100%;
}

.shg-c#s-1e8999cb-9db2-4839-816d-80e14ac35c22 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1e8999cb-9db2-4839-816d-80e14ac35c22 .shg-image-zoom,
.shg-c#s-1e8999cb-9db2-4839-816d-80e14ac35c22 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1e8999cb-9db2-4839-816d-80e14ac35c22 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1e8999cb-9db2-4839-816d-80e14ac35c22 {
  max-width: 100%;
}

.shg-c#s-1e8999cb-9db2-4839-816d-80e14ac35c22 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1e8999cb-9db2-4839-816d-80e14ac35c22 .shg-image-zoom,
.shg-c#s-1e8999cb-9db2-4839-816d-80e14ac35c22 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1e8999cb-9db2-4839-816d-80e14ac35c22 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1e8999cb-9db2-4839-816d-80e14ac35c22 {
  max-width: 100%;
}

.shg-c#s-1e8999cb-9db2-4839-816d-80e14ac35c22 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1e8999cb-9db2-4839-816d-80e14ac35c22 .shg-image-zoom,
.shg-c#s-1e8999cb-9db2-4839-816d-80e14ac35c22 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1e8999cb-9db2-4839-816d-80e14ac35c22 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-1e8999cb-9db2-4839-816d-80e14ac35c22 {
  max-width: 100%;
}

.shg-c#s-1e8999cb-9db2-4839-816d-80e14ac35c22 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1e8999cb-9db2-4839-816d-80e14ac35c22 .shg-image-zoom,
.shg-c#s-1e8999cb-9db2-4839-816d-80e14ac35c22 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1e8999cb-9db2-4839-816d-80e14ac35c22 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-bc4156b8-7b87-4b38-b0da-de801363f6c0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bc4156b8-7b87-4b38-b0da-de801363f6c0 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-375c353f-eb41-470c-87a6-f1d79def7b6e {
  text-align: center;
}

#s-375c353f-eb41-470c-87a6-f1d79def7b6e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-375c353f-eb41-470c-87a6-f1d79def7b6e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-375c353f-eb41-470c-87a6-f1d79def7b6e .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-63987c0e-7ff2-422a-a2c8-4f7cc82185d7 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 32px;
background-color: rgba(60, 76, 60, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-63987c0e-7ff2-422a-a2c8-4f7cc82185d7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-63987c0e-7ff2-422a-a2c8-4f7cc82185d7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-63987c0e-7ff2-422a-a2c8-4f7cc82185d7 {
  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-63987c0e-7ff2-422a-a2c8-4f7cc82185d7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-63987c0e-7ff2-422a-a2c8-4f7cc82185d7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-63987c0e-7ff2-422a-a2c8-4f7cc82185d7.shg-btn.shg-product-atc-error {
  
  font-family: Rubik;
  
  
  color: rgba(238, 238, 238, 1);
}


  #s-63987c0e-7ff2-422a-a2c8-4f7cc82185d7.shg-btn.shg-product-atc-success {
    font-weight: normal;
    font-family: Rubik;
    
    font-size: 13px;
    
  }


#s-e4702379-55ce-4b01-8cb6-7993914a0100 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-e4702379-55ce-4b01-8cb6-7993914a0100 {
  display: none;
}
#s-ea5ee3bc-f921-460a-af43-d66b59131653 {
  text-align: left;
}


.shg-c#s-ea5ee3bc-f921-460a-af43-d66b59131653 {
  max-width: 100%;
}

.shg-c#s-ea5ee3bc-f921-460a-af43-d66b59131653 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ea5ee3bc-f921-460a-af43-d66b59131653 .shg-image-zoom,
.shg-c#s-ea5ee3bc-f921-460a-af43-d66b59131653 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ea5ee3bc-f921-460a-af43-d66b59131653 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ea5ee3bc-f921-460a-af43-d66b59131653 {
  max-width: 100%;
}

.shg-c#s-ea5ee3bc-f921-460a-af43-d66b59131653 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ea5ee3bc-f921-460a-af43-d66b59131653 .shg-image-zoom,
.shg-c#s-ea5ee3bc-f921-460a-af43-d66b59131653 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ea5ee3bc-f921-460a-af43-d66b59131653 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ea5ee3bc-f921-460a-af43-d66b59131653 {
  max-width: 100%;
}

.shg-c#s-ea5ee3bc-f921-460a-af43-d66b59131653 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ea5ee3bc-f921-460a-af43-d66b59131653 .shg-image-zoom,
.shg-c#s-ea5ee3bc-f921-460a-af43-d66b59131653 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ea5ee3bc-f921-460a-af43-d66b59131653 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ea5ee3bc-f921-460a-af43-d66b59131653 {
  max-width: 100%;
}

.shg-c#s-ea5ee3bc-f921-460a-af43-d66b59131653 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ea5ee3bc-f921-460a-af43-d66b59131653 .shg-image-zoom,
.shg-c#s-ea5ee3bc-f921-460a-af43-d66b59131653 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ea5ee3bc-f921-460a-af43-d66b59131653 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ea5ee3bc-f921-460a-af43-d66b59131653 {
  max-width: 100%;
}

.shg-c#s-ea5ee3bc-f921-460a-af43-d66b59131653 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ea5ee3bc-f921-460a-af43-d66b59131653 .shg-image-zoom,
.shg-c#s-ea5ee3bc-f921-460a-af43-d66b59131653 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ea5ee3bc-f921-460a-af43-d66b59131653 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-9b1532bc-ae6a-4c12-8ebb-50e0c0a344b2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9b1532bc-ae6a-4c12-8ebb-50e0c0a344b2 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-2bbe755a-4d96-4d3f-ba0e-c2c1505f0dbb {
  text-align: center;
}

#s-2bbe755a-4d96-4d3f-ba0e-c2c1505f0dbb .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-2bbe755a-4d96-4d3f-ba0e-c2c1505f0dbb .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-2bbe755a-4d96-4d3f-ba0e-c2c1505f0dbb .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-6dccb6a3-e59b-496d-86fd-33441f5840e0 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 32px;
background-color: rgba(60, 76, 60, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-6dccb6a3-e59b-496d-86fd-33441f5840e0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6dccb6a3-e59b-496d-86fd-33441f5840e0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6dccb6a3-e59b-496d-86fd-33441f5840e0 {
  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-6dccb6a3-e59b-496d-86fd-33441f5840e0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6dccb6a3-e59b-496d-86fd-33441f5840e0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-6dccb6a3-e59b-496d-86fd-33441f5840e0.shg-btn.shg-product-atc-error {
  
  font-family: Rubik;
  
  
  color: rgba(238, 238, 238, 1);
}


  #s-6dccb6a3-e59b-496d-86fd-33441f5840e0.shg-btn.shg-product-atc-success {
    font-weight: normal;
    font-family: Rubik;
    
    font-size: 13px;
    
  }


#s-fb97166f-8362-428c-b665-6d94e9589734 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-fb97166f-8362-428c-b665-6d94e9589734 {
  display: none;
}
#s-629c33ad-f0a1-45b9-8d53-12912c09a13a {
  text-align: left;
}


.shg-c#s-629c33ad-f0a1-45b9-8d53-12912c09a13a {
  max-width: 100%;
}

.shg-c#s-629c33ad-f0a1-45b9-8d53-12912c09a13a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-629c33ad-f0a1-45b9-8d53-12912c09a13a .shg-image-zoom,
.shg-c#s-629c33ad-f0a1-45b9-8d53-12912c09a13a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-629c33ad-f0a1-45b9-8d53-12912c09a13a .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-629c33ad-f0a1-45b9-8d53-12912c09a13a {
  max-width: 100%;
}

.shg-c#s-629c33ad-f0a1-45b9-8d53-12912c09a13a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-629c33ad-f0a1-45b9-8d53-12912c09a13a .shg-image-zoom,
.shg-c#s-629c33ad-f0a1-45b9-8d53-12912c09a13a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-629c33ad-f0a1-45b9-8d53-12912c09a13a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-629c33ad-f0a1-45b9-8d53-12912c09a13a {
  max-width: 100%;
}

.shg-c#s-629c33ad-f0a1-45b9-8d53-12912c09a13a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-629c33ad-f0a1-45b9-8d53-12912c09a13a .shg-image-zoom,
.shg-c#s-629c33ad-f0a1-45b9-8d53-12912c09a13a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-629c33ad-f0a1-45b9-8d53-12912c09a13a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-629c33ad-f0a1-45b9-8d53-12912c09a13a {
  max-width: 100%;
}

.shg-c#s-629c33ad-f0a1-45b9-8d53-12912c09a13a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-629c33ad-f0a1-45b9-8d53-12912c09a13a .shg-image-zoom,
.shg-c#s-629c33ad-f0a1-45b9-8d53-12912c09a13a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-629c33ad-f0a1-45b9-8d53-12912c09a13a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-629c33ad-f0a1-45b9-8d53-12912c09a13a {
  max-width: 100%;
}

.shg-c#s-629c33ad-f0a1-45b9-8d53-12912c09a13a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-629c33ad-f0a1-45b9-8d53-12912c09a13a .shg-image-zoom,
.shg-c#s-629c33ad-f0a1-45b9-8d53-12912c09a13a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-629c33ad-f0a1-45b9-8d53-12912c09a13a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-14ae3eff-0354-47bb-836f-7479b84872a1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-14ae3eff-0354-47bb-836f-7479b84872a1 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-5b015eab-88e4-488b-81d8-d2771b8d89ea {
  text-align: center;
}

#s-5b015eab-88e4-488b-81d8-d2771b8d89ea .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-5b015eab-88e4-488b-81d8-d2771b8d89ea .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-5b015eab-88e4-488b-81d8-d2771b8d89ea .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-d1978d1a-1133-4d14-800a-02cf616ab26f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 32px;
background-color: rgba(60, 76, 60, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-d1978d1a-1133-4d14-800a-02cf616ab26f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d1978d1a-1133-4d14-800a-02cf616ab26f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d1978d1a-1133-4d14-800a-02cf616ab26f {
  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-d1978d1a-1133-4d14-800a-02cf616ab26f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d1978d1a-1133-4d14-800a-02cf616ab26f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-d1978d1a-1133-4d14-800a-02cf616ab26f.shg-btn.shg-product-atc-error {
  
  font-family: Rubik;
  
  
  color: rgba(238, 238, 238, 1);
}


  #s-d1978d1a-1133-4d14-800a-02cf616ab26f.shg-btn.shg-product-atc-success {
    font-weight: normal;
    font-family: Rubik;
    
    font-size: 13px;
    
  }


#s-f30ae0a7-fa91-4990-92ce-d2e52d76dff3 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-f30ae0a7-fa91-4990-92ce-d2e52d76dff3 {
  display: none;
}
#s-47199543-7846-4ec8-a2a3-2c094a34954f {
  text-align: left;
}


.shg-c#s-47199543-7846-4ec8-a2a3-2c094a34954f {
  max-width: 100%;
}

.shg-c#s-47199543-7846-4ec8-a2a3-2c094a34954f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-47199543-7846-4ec8-a2a3-2c094a34954f .shg-image-zoom,
.shg-c#s-47199543-7846-4ec8-a2a3-2c094a34954f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-47199543-7846-4ec8-a2a3-2c094a34954f .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-47199543-7846-4ec8-a2a3-2c094a34954f {
  max-width: 100%;
}

.shg-c#s-47199543-7846-4ec8-a2a3-2c094a34954f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-47199543-7846-4ec8-a2a3-2c094a34954f .shg-image-zoom,
.shg-c#s-47199543-7846-4ec8-a2a3-2c094a34954f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-47199543-7846-4ec8-a2a3-2c094a34954f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-47199543-7846-4ec8-a2a3-2c094a34954f {
  max-width: 100%;
}

.shg-c#s-47199543-7846-4ec8-a2a3-2c094a34954f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-47199543-7846-4ec8-a2a3-2c094a34954f .shg-image-zoom,
.shg-c#s-47199543-7846-4ec8-a2a3-2c094a34954f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-47199543-7846-4ec8-a2a3-2c094a34954f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-47199543-7846-4ec8-a2a3-2c094a34954f {
  max-width: 100%;
}

.shg-c#s-47199543-7846-4ec8-a2a3-2c094a34954f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-47199543-7846-4ec8-a2a3-2c094a34954f .shg-image-zoom,
.shg-c#s-47199543-7846-4ec8-a2a3-2c094a34954f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-47199543-7846-4ec8-a2a3-2c094a34954f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-47199543-7846-4ec8-a2a3-2c094a34954f {
  max-width: 100%;
}

.shg-c#s-47199543-7846-4ec8-a2a3-2c094a34954f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-47199543-7846-4ec8-a2a3-2c094a34954f .shg-image-zoom,
.shg-c#s-47199543-7846-4ec8-a2a3-2c094a34954f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-47199543-7846-4ec8-a2a3-2c094a34954f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-bf584543-c5fa-47bb-a929-3b9335c7e7ba {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bf584543-c5fa-47bb-a929-3b9335c7e7ba .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-b8a93996-e43f-49b4-ae8d-5ea20a53ccb9 {
  text-align: center;
}

#s-b8a93996-e43f-49b4-ae8d-5ea20a53ccb9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b8a93996-e43f-49b4-ae8d-5ea20a53ccb9 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-b8a93996-e43f-49b4-ae8d-5ea20a53ccb9 .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-af0c4cc4-bf4f-413f-a8d7-5643bae0cd69 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 32px;
background-color: rgba(60, 76, 60, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-af0c4cc4-bf4f-413f-a8d7-5643bae0cd69:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-af0c4cc4-bf4f-413f-a8d7-5643bae0cd69:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-af0c4cc4-bf4f-413f-a8d7-5643bae0cd69 {
  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-af0c4cc4-bf4f-413f-a8d7-5643bae0cd69.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-af0c4cc4-bf4f-413f-a8d7-5643bae0cd69.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-af0c4cc4-bf4f-413f-a8d7-5643bae0cd69.shg-btn.shg-product-atc-error {
  
  font-family: Rubik;
  
  
  color: rgba(238, 238, 238, 1);
}


  #s-af0c4cc4-bf4f-413f-a8d7-5643bae0cd69.shg-btn.shg-product-atc-success {
    font-weight: normal;
    font-family: Rubik;
    
    font-size: 13px;
    
  }


#s-94a10238-73f5-42f4-9e9e-d38128dabb33 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-94a10238-73f5-42f4-9e9e-d38128dabb33 .shogun-heading-component h3 {
  color: rgba(60, 75, 60, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 768px) and (max-width: 991px){#s-0de3b645-0060-4025-8751-a69bd08fa81e {
  display: none;
}
#s-0de3b645-0060-4025-8751-a69bd08fa81e, #wrap-s-0de3b645-0060-4025-8751-a69bd08fa81e { display:none !important; }}@media (max-width: 767px){#s-0de3b645-0060-4025-8751-a69bd08fa81e {
  display: none;
}
#s-0de3b645-0060-4025-8751-a69bd08fa81e, #wrap-s-0de3b645-0060-4025-8751-a69bd08fa81e { display:none !important; }}
@media (min-width: 0px) {
[id="s-0de3b645-0060-4025-8751-a69bd08fa81e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-0de3b645-0060-4025-8751-a69bd08fa81e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0de3b645-0060-4025-8751-a69bd08fa81e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-0de3b645-0060-4025-8751-a69bd08fa81e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-0de3b645-0060-4025-8751-a69bd08fa81e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-0de3b645-0060-4025-8751-a69bd08fa81e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-0de3b645-0060-4025-8751-a69bd08fa81e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-0de3b645-0060-4025-8751-a69bd08fa81e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-0de3b645-0060-4025-8751-a69bd08fa81e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-0de3b645-0060-4025-8751-a69bd08fa81e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-0de3b645-0060-4025-8751-a69bd08fa81e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-0de3b645-0060-4025-8751-a69bd08fa81e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-0de3b645-0060-4025-8751-a69bd08fa81e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-0de3b645-0060-4025-8751-a69bd08fa81e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-0de3b645-0060-4025-8751-a69bd08fa81e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-0de3b645-0060-4025-8751-a69bd08fa81e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-0de3b645-0060-4025-8751-a69bd08fa81e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-0de3b645-0060-4025-8751-a69bd08fa81e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-0de3b645-0060-4025-8751-a69bd08fa81e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-0de3b645-0060-4025-8751-a69bd08fa81e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-0de3b645-0060-4025-8751-a69bd08fa81e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-0de3b645-0060-4025-8751-a69bd08fa81e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-0de3b645-0060-4025-8751-a69bd08fa81e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-0de3b645-0060-4025-8751-a69bd08fa81e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-0de3b645-0060-4025-8751-a69bd08fa81e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-0de3b645-0060-4025-8751-a69bd08fa81e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-0de3b645-0060-4025-8751-a69bd08fa81e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-0de3b645-0060-4025-8751-a69bd08fa81e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-0de3b645-0060-4025-8751-a69bd08fa81e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-0de3b645-0060-4025-8751-a69bd08fa81e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-0de3b645-0060-4025-8751-a69bd08fa81e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-0de3b645-0060-4025-8751-a69bd08fa81e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-0de3b645-0060-4025-8751-a69bd08fa81e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-0de3b645-0060-4025-8751-a69bd08fa81e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-0de3b645-0060-4025-8751-a69bd08fa81e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-0de3b645-0060-4025-8751-a69bd08fa81e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-0de3b645-0060-4025-8751-a69bd08fa81e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-0de3b645-0060-4025-8751-a69bd08fa81e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-aafcc30b-13b3-48d0-8e0d-329d07227ff0 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-aafcc30b-13b3-48d0-8e0d-329d07227ff0 {
  display: none;
}
#s-4a116763-a654-4143-9533-ae3c2e154c91 {
  text-align: left;
}


.shg-c#s-4a116763-a654-4143-9533-ae3c2e154c91 {
  max-width: 100%;
}

.shg-c#s-4a116763-a654-4143-9533-ae3c2e154c91 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4a116763-a654-4143-9533-ae3c2e154c91 .shg-image-zoom,
.shg-c#s-4a116763-a654-4143-9533-ae3c2e154c91 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4a116763-a654-4143-9533-ae3c2e154c91 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-4a116763-a654-4143-9533-ae3c2e154c91 {
  max-width: 100%;
}

.shg-c#s-4a116763-a654-4143-9533-ae3c2e154c91 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4a116763-a654-4143-9533-ae3c2e154c91 .shg-image-zoom,
.shg-c#s-4a116763-a654-4143-9533-ae3c2e154c91 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4a116763-a654-4143-9533-ae3c2e154c91 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4a116763-a654-4143-9533-ae3c2e154c91 {
  max-width: 100%;
}

.shg-c#s-4a116763-a654-4143-9533-ae3c2e154c91 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4a116763-a654-4143-9533-ae3c2e154c91 .shg-image-zoom,
.shg-c#s-4a116763-a654-4143-9533-ae3c2e154c91 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4a116763-a654-4143-9533-ae3c2e154c91 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4a116763-a654-4143-9533-ae3c2e154c91 {
  max-width: 100%;
}

.shg-c#s-4a116763-a654-4143-9533-ae3c2e154c91 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4a116763-a654-4143-9533-ae3c2e154c91 .shg-image-zoom,
.shg-c#s-4a116763-a654-4143-9533-ae3c2e154c91 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4a116763-a654-4143-9533-ae3c2e154c91 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-4a116763-a654-4143-9533-ae3c2e154c91 {
  max-width: 100%;
}

.shg-c#s-4a116763-a654-4143-9533-ae3c2e154c91 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4a116763-a654-4143-9533-ae3c2e154c91 .shg-image-zoom,
.shg-c#s-4a116763-a654-4143-9533-ae3c2e154c91 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4a116763-a654-4143-9533-ae3c2e154c91 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-ce2d5c48-f699-4a20-aea6-594db4abcb29 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ce2d5c48-f699-4a20-aea6-594db4abcb29 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-784c7fce-2057-434d-b6ac-221bcc4e4252 {
  text-align: center;
}

#s-784c7fce-2057-434d-b6ac-221bcc4e4252 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-784c7fce-2057-434d-b6ac-221bcc4e4252 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-784c7fce-2057-434d-b6ac-221bcc4e4252 .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-0d5581d5-08d2-4475-8ec5-d4b1557d9e64 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 32px;
background-color: rgba(60, 76, 60, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-0d5581d5-08d2-4475-8ec5-d4b1557d9e64:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0d5581d5-08d2-4475-8ec5-d4b1557d9e64:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0d5581d5-08d2-4475-8ec5-d4b1557d9e64 {
  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-0d5581d5-08d2-4475-8ec5-d4b1557d9e64.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0d5581d5-08d2-4475-8ec5-d4b1557d9e64.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-0d5581d5-08d2-4475-8ec5-d4b1557d9e64.shg-btn.shg-product-atc-error {
  
  font-family: Rubik;
  
  
  color: rgba(238, 238, 238, 1);
}


  #s-0d5581d5-08d2-4475-8ec5-d4b1557d9e64.shg-btn.shg-product-atc-success {
    font-weight: normal;
    font-family: Rubik;
    
    font-size: 13px;
    
  }


#s-90c00c44-e7ef-4106-be09-b782323660ea {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-90c00c44-e7ef-4106-be09-b782323660ea {
  display: none;
}
#s-5bcd196f-8fe0-45b2-9284-0cdba955ddbc {
  text-align: left;
}


.shg-c#s-5bcd196f-8fe0-45b2-9284-0cdba955ddbc {
  max-width: 100%;
}

.shg-c#s-5bcd196f-8fe0-45b2-9284-0cdba955ddbc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5bcd196f-8fe0-45b2-9284-0cdba955ddbc .shg-image-zoom,
.shg-c#s-5bcd196f-8fe0-45b2-9284-0cdba955ddbc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5bcd196f-8fe0-45b2-9284-0cdba955ddbc .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-5bcd196f-8fe0-45b2-9284-0cdba955ddbc {
  max-width: 100%;
}

.shg-c#s-5bcd196f-8fe0-45b2-9284-0cdba955ddbc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5bcd196f-8fe0-45b2-9284-0cdba955ddbc .shg-image-zoom,
.shg-c#s-5bcd196f-8fe0-45b2-9284-0cdba955ddbc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5bcd196f-8fe0-45b2-9284-0cdba955ddbc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5bcd196f-8fe0-45b2-9284-0cdba955ddbc {
  max-width: 100%;
}

.shg-c#s-5bcd196f-8fe0-45b2-9284-0cdba955ddbc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5bcd196f-8fe0-45b2-9284-0cdba955ddbc .shg-image-zoom,
.shg-c#s-5bcd196f-8fe0-45b2-9284-0cdba955ddbc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5bcd196f-8fe0-45b2-9284-0cdba955ddbc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5bcd196f-8fe0-45b2-9284-0cdba955ddbc {
  max-width: 100%;
}

.shg-c#s-5bcd196f-8fe0-45b2-9284-0cdba955ddbc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5bcd196f-8fe0-45b2-9284-0cdba955ddbc .shg-image-zoom,
.shg-c#s-5bcd196f-8fe0-45b2-9284-0cdba955ddbc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5bcd196f-8fe0-45b2-9284-0cdba955ddbc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-5bcd196f-8fe0-45b2-9284-0cdba955ddbc {
  max-width: 100%;
}

.shg-c#s-5bcd196f-8fe0-45b2-9284-0cdba955ddbc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5bcd196f-8fe0-45b2-9284-0cdba955ddbc .shg-image-zoom,
.shg-c#s-5bcd196f-8fe0-45b2-9284-0cdba955ddbc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5bcd196f-8fe0-45b2-9284-0cdba955ddbc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-17fa72c3-fa4b-49bd-8f36-54ec58140753 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-17fa72c3-fa4b-49bd-8f36-54ec58140753 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-5144f8e0-fa8d-4bf6-8a9d-59665db760a5 {
  text-align: center;
}

#s-5144f8e0-fa8d-4bf6-8a9d-59665db760a5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-5144f8e0-fa8d-4bf6-8a9d-59665db760a5 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-5144f8e0-fa8d-4bf6-8a9d-59665db760a5 .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-0202a7c4-3650-41ec-baad-e5aae0aae381 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 32px;
background-color: rgba(60, 76, 60, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-0202a7c4-3650-41ec-baad-e5aae0aae381:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0202a7c4-3650-41ec-baad-e5aae0aae381:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0202a7c4-3650-41ec-baad-e5aae0aae381 {
  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-0202a7c4-3650-41ec-baad-e5aae0aae381.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0202a7c4-3650-41ec-baad-e5aae0aae381.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-0202a7c4-3650-41ec-baad-e5aae0aae381.shg-btn.shg-product-atc-error {
  
  font-family: Rubik;
  
  
  color: rgba(238, 238, 238, 1);
}


  #s-0202a7c4-3650-41ec-baad-e5aae0aae381.shg-btn.shg-product-atc-success {
    font-weight: normal;
    font-family: Rubik;
    
    font-size: 13px;
    
  }


#s-4ba7b913-5f47-4b65-8426-c8ec84857e9c {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-4ba7b913-5f47-4b65-8426-c8ec84857e9c {
  display: none;
}
#s-735cca0d-a58c-44f7-b805-01d4c3ae211e {
  text-align: left;
}


.shg-c#s-735cca0d-a58c-44f7-b805-01d4c3ae211e {
  max-width: 100%;
}

.shg-c#s-735cca0d-a58c-44f7-b805-01d4c3ae211e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-735cca0d-a58c-44f7-b805-01d4c3ae211e .shg-image-zoom,
.shg-c#s-735cca0d-a58c-44f7-b805-01d4c3ae211e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-735cca0d-a58c-44f7-b805-01d4c3ae211e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-735cca0d-a58c-44f7-b805-01d4c3ae211e {
  max-width: 100%;
}

.shg-c#s-735cca0d-a58c-44f7-b805-01d4c3ae211e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-735cca0d-a58c-44f7-b805-01d4c3ae211e .shg-image-zoom,
.shg-c#s-735cca0d-a58c-44f7-b805-01d4c3ae211e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-735cca0d-a58c-44f7-b805-01d4c3ae211e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-735cca0d-a58c-44f7-b805-01d4c3ae211e {
  max-width: 100%;
}

.shg-c#s-735cca0d-a58c-44f7-b805-01d4c3ae211e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-735cca0d-a58c-44f7-b805-01d4c3ae211e .shg-image-zoom,
.shg-c#s-735cca0d-a58c-44f7-b805-01d4c3ae211e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-735cca0d-a58c-44f7-b805-01d4c3ae211e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-735cca0d-a58c-44f7-b805-01d4c3ae211e {
  max-width: 100%;
}

.shg-c#s-735cca0d-a58c-44f7-b805-01d4c3ae211e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-735cca0d-a58c-44f7-b805-01d4c3ae211e .shg-image-zoom,
.shg-c#s-735cca0d-a58c-44f7-b805-01d4c3ae211e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-735cca0d-a58c-44f7-b805-01d4c3ae211e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-735cca0d-a58c-44f7-b805-01d4c3ae211e {
  max-width: 100%;
}

.shg-c#s-735cca0d-a58c-44f7-b805-01d4c3ae211e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-735cca0d-a58c-44f7-b805-01d4c3ae211e .shg-image-zoom,
.shg-c#s-735cca0d-a58c-44f7-b805-01d4c3ae211e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-735cca0d-a58c-44f7-b805-01d4c3ae211e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-e578c093-ddcd-41e8-b035-956a31aafab6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e578c093-ddcd-41e8-b035-956a31aafab6 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-c8cb9137-a628-45b6-80cd-32e3da581cbd {
  text-align: center;
}

#s-c8cb9137-a628-45b6-80cd-32e3da581cbd .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-c8cb9137-a628-45b6-80cd-32e3da581cbd .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-c8cb9137-a628-45b6-80cd-32e3da581cbd .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-bff847c7-d31b-4d46-a9bd-1feb6286cf93 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 32px;
background-color: rgba(60, 76, 60, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-bff847c7-d31b-4d46-a9bd-1feb6286cf93:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bff847c7-d31b-4d46-a9bd-1feb6286cf93:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-bff847c7-d31b-4d46-a9bd-1feb6286cf93 {
  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-bff847c7-d31b-4d46-a9bd-1feb6286cf93.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bff847c7-d31b-4d46-a9bd-1feb6286cf93.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-bff847c7-d31b-4d46-a9bd-1feb6286cf93.shg-btn.shg-product-atc-error {
  
  font-family: Rubik;
  
  
  color: rgba(238, 238, 238, 1);
}


  #s-bff847c7-d31b-4d46-a9bd-1feb6286cf93.shg-btn.shg-product-atc-success {
    font-weight: normal;
    font-family: Rubik;
    
    font-size: 13px;
    
  }


#s-bf85a210-811f-4442-9a0b-b13ac4a0a728 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-bf85a210-811f-4442-9a0b-b13ac4a0a728 {
  display: none;
}
#s-d98f70cb-1f8c-4b7a-a059-4edd2fbcb774 {
  text-align: left;
}


.shg-c#s-d98f70cb-1f8c-4b7a-a059-4edd2fbcb774 {
  max-width: 100%;
}

.shg-c#s-d98f70cb-1f8c-4b7a-a059-4edd2fbcb774 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d98f70cb-1f8c-4b7a-a059-4edd2fbcb774 .shg-image-zoom,
.shg-c#s-d98f70cb-1f8c-4b7a-a059-4edd2fbcb774 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d98f70cb-1f8c-4b7a-a059-4edd2fbcb774 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-d98f70cb-1f8c-4b7a-a059-4edd2fbcb774 {
  max-width: 100%;
}

.shg-c#s-d98f70cb-1f8c-4b7a-a059-4edd2fbcb774 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d98f70cb-1f8c-4b7a-a059-4edd2fbcb774 .shg-image-zoom,
.shg-c#s-d98f70cb-1f8c-4b7a-a059-4edd2fbcb774 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d98f70cb-1f8c-4b7a-a059-4edd2fbcb774 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d98f70cb-1f8c-4b7a-a059-4edd2fbcb774 {
  max-width: 100%;
}

.shg-c#s-d98f70cb-1f8c-4b7a-a059-4edd2fbcb774 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d98f70cb-1f8c-4b7a-a059-4edd2fbcb774 .shg-image-zoom,
.shg-c#s-d98f70cb-1f8c-4b7a-a059-4edd2fbcb774 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d98f70cb-1f8c-4b7a-a059-4edd2fbcb774 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d98f70cb-1f8c-4b7a-a059-4edd2fbcb774 {
  max-width: 100%;
}

.shg-c#s-d98f70cb-1f8c-4b7a-a059-4edd2fbcb774 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d98f70cb-1f8c-4b7a-a059-4edd2fbcb774 .shg-image-zoom,
.shg-c#s-d98f70cb-1f8c-4b7a-a059-4edd2fbcb774 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d98f70cb-1f8c-4b7a-a059-4edd2fbcb774 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-d98f70cb-1f8c-4b7a-a059-4edd2fbcb774 {
  max-width: 100%;
}

.shg-c#s-d98f70cb-1f8c-4b7a-a059-4edd2fbcb774 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d98f70cb-1f8c-4b7a-a059-4edd2fbcb774 .shg-image-zoom,
.shg-c#s-d98f70cb-1f8c-4b7a-a059-4edd2fbcb774 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d98f70cb-1f8c-4b7a-a059-4edd2fbcb774 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-48907515-a457-4753-8c7d-7ebd3589e64f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-48907515-a457-4753-8c7d-7ebd3589e64f .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-9cccd734-03ec-4d91-9f3f-032a6ebb3ddd {
  text-align: center;
}

#s-9cccd734-03ec-4d91-9f3f-032a6ebb3ddd .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-9cccd734-03ec-4d91-9f3f-032a6ebb3ddd .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-9cccd734-03ec-4d91-9f3f-032a6ebb3ddd .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-c0de2e3b-81a3-41da-bc24-6ccae40ce455 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 32px;
background-color: rgba(60, 76, 60, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-c0de2e3b-81a3-41da-bc24-6ccae40ce455:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c0de2e3b-81a3-41da-bc24-6ccae40ce455:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c0de2e3b-81a3-41da-bc24-6ccae40ce455 {
  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-c0de2e3b-81a3-41da-bc24-6ccae40ce455.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c0de2e3b-81a3-41da-bc24-6ccae40ce455.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-c0de2e3b-81a3-41da-bc24-6ccae40ce455.shg-btn.shg-product-atc-error {
  
  font-family: Rubik;
  
  
  color: rgba(238, 238, 238, 1);
}


  #s-c0de2e3b-81a3-41da-bc24-6ccae40ce455.shg-btn.shg-product-atc-success {
    font-weight: normal;
    font-family: Rubik;
    
    font-size: 13px;
    
  }


#s-b8702d0b-1958-423a-87a9-d8ac884319c5 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-b8702d0b-1958-423a-87a9-d8ac884319c5 {
  display: none;
}
#s-b8702d0b-1958-423a-87a9-d8ac884319c5, #wrap-s-b8702d0b-1958-423a-87a9-d8ac884319c5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b8702d0b-1958-423a-87a9-d8ac884319c5 {
  display: none;
}
#s-b8702d0b-1958-423a-87a9-d8ac884319c5, #wrap-s-b8702d0b-1958-423a-87a9-d8ac884319c5 { display:none !important; }}







#s-b8702d0b-1958-423a-87a9-d8ac884319c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b8702d0b-1958-423a-87a9-d8ac884319c5.shg-box.shg-c {
  justify-content: center;
}

#s-c19fa436-4977-4dcb-8bf6-7aea975f65c8 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-c19fa436-4977-4dcb-8bf6-7aea975f65c8 {
  display: none;
}
#s-c19fa436-4977-4dcb-8bf6-7aea975f65c8, #wrap-s-c19fa436-4977-4dcb-8bf6-7aea975f65c8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c19fa436-4977-4dcb-8bf6-7aea975f65c8 {
  display: none;
}
#s-c19fa436-4977-4dcb-8bf6-7aea975f65c8, #wrap-s-c19fa436-4977-4dcb-8bf6-7aea975f65c8 { display:none !important; }}
#s-c19fa436-4977-4dcb-8bf6-7aea975f65c8 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-c19fa436-4977-4dcb-8bf6-7aea975f65c8 .shg-sld-nav-button.shg-sld-left,
#s-c19fa436-4977-4dcb-8bf6-7aea975f65c8 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-27e930fd-5bc1-4c4b-ad45-80764112f5c1 {
  display: none;
}
#s-12292d43-0d3b-466d-9797-882ea581effc {
  text-align: left;
}


.shg-c#s-12292d43-0d3b-466d-9797-882ea581effc {
  max-width: 100%;
}

.shg-c#s-12292d43-0d3b-466d-9797-882ea581effc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-12292d43-0d3b-466d-9797-882ea581effc .shg-image-zoom,
.shg-c#s-12292d43-0d3b-466d-9797-882ea581effc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-12292d43-0d3b-466d-9797-882ea581effc .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-12292d43-0d3b-466d-9797-882ea581effc {
  max-width: 100%;
}

.shg-c#s-12292d43-0d3b-466d-9797-882ea581effc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-12292d43-0d3b-466d-9797-882ea581effc .shg-image-zoom,
.shg-c#s-12292d43-0d3b-466d-9797-882ea581effc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-12292d43-0d3b-466d-9797-882ea581effc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-12292d43-0d3b-466d-9797-882ea581effc {
  max-width: 100%;
}

.shg-c#s-12292d43-0d3b-466d-9797-882ea581effc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-12292d43-0d3b-466d-9797-882ea581effc .shg-image-zoom,
.shg-c#s-12292d43-0d3b-466d-9797-882ea581effc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-12292d43-0d3b-466d-9797-882ea581effc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-12292d43-0d3b-466d-9797-882ea581effc {
  max-width: 100%;
}

.shg-c#s-12292d43-0d3b-466d-9797-882ea581effc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-12292d43-0d3b-466d-9797-882ea581effc .shg-image-zoom,
.shg-c#s-12292d43-0d3b-466d-9797-882ea581effc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-12292d43-0d3b-466d-9797-882ea581effc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-12292d43-0d3b-466d-9797-882ea581effc {
  max-width: 100%;
}

.shg-c#s-12292d43-0d3b-466d-9797-882ea581effc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-12292d43-0d3b-466d-9797-882ea581effc .shg-image-zoom,
.shg-c#s-12292d43-0d3b-466d-9797-882ea581effc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-12292d43-0d3b-466d-9797-882ea581effc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-b66682ca-9cdd-41a1-a7d0-e486e7289466 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b66682ca-9cdd-41a1-a7d0-e486e7289466 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-ca885076-ea68-432b-837b-0ca385d187f3 {
  display: none;
}
#s-43393ef5-eb8d-4d77-8203-0e5224b7acef {
  text-align: left;
}


.shg-c#s-43393ef5-eb8d-4d77-8203-0e5224b7acef {
  max-width: 100%;
}

.shg-c#s-43393ef5-eb8d-4d77-8203-0e5224b7acef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-43393ef5-eb8d-4d77-8203-0e5224b7acef .shg-image-zoom,
.shg-c#s-43393ef5-eb8d-4d77-8203-0e5224b7acef img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-43393ef5-eb8d-4d77-8203-0e5224b7acef .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-43393ef5-eb8d-4d77-8203-0e5224b7acef {
  max-width: 100%;
}

.shg-c#s-43393ef5-eb8d-4d77-8203-0e5224b7acef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-43393ef5-eb8d-4d77-8203-0e5224b7acef .shg-image-zoom,
.shg-c#s-43393ef5-eb8d-4d77-8203-0e5224b7acef img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-43393ef5-eb8d-4d77-8203-0e5224b7acef .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-43393ef5-eb8d-4d77-8203-0e5224b7acef {
  max-width: 100%;
}

.shg-c#s-43393ef5-eb8d-4d77-8203-0e5224b7acef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-43393ef5-eb8d-4d77-8203-0e5224b7acef .shg-image-zoom,
.shg-c#s-43393ef5-eb8d-4d77-8203-0e5224b7acef img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-43393ef5-eb8d-4d77-8203-0e5224b7acef .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-43393ef5-eb8d-4d77-8203-0e5224b7acef {
  max-width: 100%;
}

.shg-c#s-43393ef5-eb8d-4d77-8203-0e5224b7acef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-43393ef5-eb8d-4d77-8203-0e5224b7acef .shg-image-zoom,
.shg-c#s-43393ef5-eb8d-4d77-8203-0e5224b7acef img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-43393ef5-eb8d-4d77-8203-0e5224b7acef .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-43393ef5-eb8d-4d77-8203-0e5224b7acef {
  max-width: 100%;
}

.shg-c#s-43393ef5-eb8d-4d77-8203-0e5224b7acef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-43393ef5-eb8d-4d77-8203-0e5224b7acef .shg-image-zoom,
.shg-c#s-43393ef5-eb8d-4d77-8203-0e5224b7acef img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-43393ef5-eb8d-4d77-8203-0e5224b7acef .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-74e871e6-4d51-4335-b1fa-57395971c3f3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-74e871e6-4d51-4335-b1fa-57395971c3f3 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-0af67f01-88e7-45f4-91d3-693e48fa4256 {
  display: none;
}
#s-80c680a8-8f67-4026-a73c-c615d0890f61 {
  display: none;
}
#s-64c6a61c-5e50-4cf7-8ec3-9ddd80139a1d {
  text-align: left;
}


.shg-c#s-64c6a61c-5e50-4cf7-8ec3-9ddd80139a1d {
  max-width: 100%;
}

.shg-c#s-64c6a61c-5e50-4cf7-8ec3-9ddd80139a1d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-64c6a61c-5e50-4cf7-8ec3-9ddd80139a1d .shg-image-zoom,
.shg-c#s-64c6a61c-5e50-4cf7-8ec3-9ddd80139a1d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-64c6a61c-5e50-4cf7-8ec3-9ddd80139a1d .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-64c6a61c-5e50-4cf7-8ec3-9ddd80139a1d {
  max-width: 100%;
}

.shg-c#s-64c6a61c-5e50-4cf7-8ec3-9ddd80139a1d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-64c6a61c-5e50-4cf7-8ec3-9ddd80139a1d .shg-image-zoom,
.shg-c#s-64c6a61c-5e50-4cf7-8ec3-9ddd80139a1d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-64c6a61c-5e50-4cf7-8ec3-9ddd80139a1d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-64c6a61c-5e50-4cf7-8ec3-9ddd80139a1d {
  max-width: 100%;
}

.shg-c#s-64c6a61c-5e50-4cf7-8ec3-9ddd80139a1d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-64c6a61c-5e50-4cf7-8ec3-9ddd80139a1d .shg-image-zoom,
.shg-c#s-64c6a61c-5e50-4cf7-8ec3-9ddd80139a1d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-64c6a61c-5e50-4cf7-8ec3-9ddd80139a1d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-64c6a61c-5e50-4cf7-8ec3-9ddd80139a1d {
  max-width: 100%;
}

.shg-c#s-64c6a61c-5e50-4cf7-8ec3-9ddd80139a1d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-64c6a61c-5e50-4cf7-8ec3-9ddd80139a1d .shg-image-zoom,
.shg-c#s-64c6a61c-5e50-4cf7-8ec3-9ddd80139a1d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-64c6a61c-5e50-4cf7-8ec3-9ddd80139a1d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-64c6a61c-5e50-4cf7-8ec3-9ddd80139a1d {
  max-width: 100%;
}

.shg-c#s-64c6a61c-5e50-4cf7-8ec3-9ddd80139a1d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-64c6a61c-5e50-4cf7-8ec3-9ddd80139a1d .shg-image-zoom,
.shg-c#s-64c6a61c-5e50-4cf7-8ec3-9ddd80139a1d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-64c6a61c-5e50-4cf7-8ec3-9ddd80139a1d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-fe70fac9-47b1-4051-8a35-71a1d1cc94d0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fe70fac9-47b1-4051-8a35-71a1d1cc94d0 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

@media (min-width: 1200px){#s-b6395183-8edf-46c0-9d39-19ce7c867c43 {
  display: none;
}
#s-b6395183-8edf-46c0-9d39-19ce7c867c43, #wrap-s-b6395183-8edf-46c0-9d39-19ce7c867c43 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b6395183-8edf-46c0-9d39-19ce7c867c43 {
  display: none;
}
#s-b6395183-8edf-46c0-9d39-19ce7c867c43, #wrap-s-b6395183-8edf-46c0-9d39-19ce7c867c43 { display:none !important; }}
@media (min-width: 0px) {
[id="s-b6395183-8edf-46c0-9d39-19ce7c867c43"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b6395183-8edf-46c0-9d39-19ce7c867c43"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b6395183-8edf-46c0-9d39-19ce7c867c43"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b6395183-8edf-46c0-9d39-19ce7c867c43"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b6395183-8edf-46c0-9d39-19ce7c867c43"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b6395183-8edf-46c0-9d39-19ce7c867c43"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b6395183-8edf-46c0-9d39-19ce7c867c43"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b6395183-8edf-46c0-9d39-19ce7c867c43"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b6395183-8edf-46c0-9d39-19ce7c867c43"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b6395183-8edf-46c0-9d39-19ce7c867c43"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b6395183-8edf-46c0-9d39-19ce7c867c43"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b6395183-8edf-46c0-9d39-19ce7c867c43"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b6395183-8edf-46c0-9d39-19ce7c867c43"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b6395183-8edf-46c0-9d39-19ce7c867c43"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b6395183-8edf-46c0-9d39-19ce7c867c43"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b6395183-8edf-46c0-9d39-19ce7c867c43"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b6395183-8edf-46c0-9d39-19ce7c867c43"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b6395183-8edf-46c0-9d39-19ce7c867c43"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b6395183-8edf-46c0-9d39-19ce7c867c43"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b6395183-8edf-46c0-9d39-19ce7c867c43"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b6395183-8edf-46c0-9d39-19ce7c867c43"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b6395183-8edf-46c0-9d39-19ce7c867c43"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b6395183-8edf-46c0-9d39-19ce7c867c43"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b6395183-8edf-46c0-9d39-19ce7c867c43"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b6395183-8edf-46c0-9d39-19ce7c867c43"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b6395183-8edf-46c0-9d39-19ce7c867c43"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b6395183-8edf-46c0-9d39-19ce7c867c43"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b6395183-8edf-46c0-9d39-19ce7c867c43"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b6395183-8edf-46c0-9d39-19ce7c867c43"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b6395183-8edf-46c0-9d39-19ce7c867c43"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b6395183-8edf-46c0-9d39-19ce7c867c43"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b6395183-8edf-46c0-9d39-19ce7c867c43"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b6395183-8edf-46c0-9d39-19ce7c867c43"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b6395183-8edf-46c0-9d39-19ce7c867c43"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b6395183-8edf-46c0-9d39-19ce7c867c43"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b6395183-8edf-46c0-9d39-19ce7c867c43"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b6395183-8edf-46c0-9d39-19ce7c867c43"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-2c70b9fa-f3ef-43c0-9eb5-1e810ee3ecf4 {
  display: none;
}
#s-d9c54363-e56b-476e-b941-879452a586b7 {
  display: none;
}
#s-2268d295-36b3-48d0-8ce5-e303f8556591 {
  text-align: left;
}


.shg-c#s-2268d295-36b3-48d0-8ce5-e303f8556591 {
  max-width: 100%;
}

.shg-c#s-2268d295-36b3-48d0-8ce5-e303f8556591 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2268d295-36b3-48d0-8ce5-e303f8556591 .shg-image-zoom,
.shg-c#s-2268d295-36b3-48d0-8ce5-e303f8556591 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2268d295-36b3-48d0-8ce5-e303f8556591 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-2268d295-36b3-48d0-8ce5-e303f8556591 {
  max-width: 100%;
}

.shg-c#s-2268d295-36b3-48d0-8ce5-e303f8556591 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2268d295-36b3-48d0-8ce5-e303f8556591 .shg-image-zoom,
.shg-c#s-2268d295-36b3-48d0-8ce5-e303f8556591 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2268d295-36b3-48d0-8ce5-e303f8556591 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2268d295-36b3-48d0-8ce5-e303f8556591 {
  max-width: 100%;
}

.shg-c#s-2268d295-36b3-48d0-8ce5-e303f8556591 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2268d295-36b3-48d0-8ce5-e303f8556591 .shg-image-zoom,
.shg-c#s-2268d295-36b3-48d0-8ce5-e303f8556591 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2268d295-36b3-48d0-8ce5-e303f8556591 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2268d295-36b3-48d0-8ce5-e303f8556591 {
  max-width: 100%;
}

.shg-c#s-2268d295-36b3-48d0-8ce5-e303f8556591 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2268d295-36b3-48d0-8ce5-e303f8556591 .shg-image-zoom,
.shg-c#s-2268d295-36b3-48d0-8ce5-e303f8556591 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2268d295-36b3-48d0-8ce5-e303f8556591 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-2268d295-36b3-48d0-8ce5-e303f8556591 {
  max-width: 100%;
}

.shg-c#s-2268d295-36b3-48d0-8ce5-e303f8556591 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2268d295-36b3-48d0-8ce5-e303f8556591 .shg-image-zoom,
.shg-c#s-2268d295-36b3-48d0-8ce5-e303f8556591 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2268d295-36b3-48d0-8ce5-e303f8556591 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-b905860b-f773-433a-a43e-76dea59d62c0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b905860b-f773-433a-a43e-76dea59d62c0 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-81a37619-8018-4395-86d6-5a0818a193d2 {
  display: none;
}
#s-048c4054-17d9-4a9a-9584-f8643ddb599e {
  text-align: left;
}


.shg-c#s-048c4054-17d9-4a9a-9584-f8643ddb599e {
  max-width: 100%;
}

.shg-c#s-048c4054-17d9-4a9a-9584-f8643ddb599e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-048c4054-17d9-4a9a-9584-f8643ddb599e .shg-image-zoom,
.shg-c#s-048c4054-17d9-4a9a-9584-f8643ddb599e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-048c4054-17d9-4a9a-9584-f8643ddb599e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-048c4054-17d9-4a9a-9584-f8643ddb599e {
  max-width: 100%;
}

.shg-c#s-048c4054-17d9-4a9a-9584-f8643ddb599e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-048c4054-17d9-4a9a-9584-f8643ddb599e .shg-image-zoom,
.shg-c#s-048c4054-17d9-4a9a-9584-f8643ddb599e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-048c4054-17d9-4a9a-9584-f8643ddb599e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-048c4054-17d9-4a9a-9584-f8643ddb599e {
  max-width: 100%;
}

.shg-c#s-048c4054-17d9-4a9a-9584-f8643ddb599e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-048c4054-17d9-4a9a-9584-f8643ddb599e .shg-image-zoom,
.shg-c#s-048c4054-17d9-4a9a-9584-f8643ddb599e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-048c4054-17d9-4a9a-9584-f8643ddb599e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-048c4054-17d9-4a9a-9584-f8643ddb599e {
  max-width: 100%;
}

.shg-c#s-048c4054-17d9-4a9a-9584-f8643ddb599e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-048c4054-17d9-4a9a-9584-f8643ddb599e .shg-image-zoom,
.shg-c#s-048c4054-17d9-4a9a-9584-f8643ddb599e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-048c4054-17d9-4a9a-9584-f8643ddb599e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-048c4054-17d9-4a9a-9584-f8643ddb599e {
  max-width: 100%;
}

.shg-c#s-048c4054-17d9-4a9a-9584-f8643ddb599e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-048c4054-17d9-4a9a-9584-f8643ddb599e .shg-image-zoom,
.shg-c#s-048c4054-17d9-4a9a-9584-f8643ddb599e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-048c4054-17d9-4a9a-9584-f8643ddb599e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-7e51e7fd-e353-4019-a8e5-c162e7cfc287 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7e51e7fd-e353-4019-a8e5-c162e7cfc287 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-386c64d7-f24c-4536-9356-a67b1054affd {
  display: none;
}
#s-ee8b4526-4944-456b-a62c-15b9a7df21ab {
  text-align: left;
}


.shg-c#s-ee8b4526-4944-456b-a62c-15b9a7df21ab {
  max-width: 100%;
}

.shg-c#s-ee8b4526-4944-456b-a62c-15b9a7df21ab img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ee8b4526-4944-456b-a62c-15b9a7df21ab .shg-image-zoom,
.shg-c#s-ee8b4526-4944-456b-a62c-15b9a7df21ab img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ee8b4526-4944-456b-a62c-15b9a7df21ab .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ee8b4526-4944-456b-a62c-15b9a7df21ab {
  max-width: 100%;
}

.shg-c#s-ee8b4526-4944-456b-a62c-15b9a7df21ab img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ee8b4526-4944-456b-a62c-15b9a7df21ab .shg-image-zoom,
.shg-c#s-ee8b4526-4944-456b-a62c-15b9a7df21ab img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ee8b4526-4944-456b-a62c-15b9a7df21ab .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ee8b4526-4944-456b-a62c-15b9a7df21ab {
  max-width: 100%;
}

.shg-c#s-ee8b4526-4944-456b-a62c-15b9a7df21ab img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ee8b4526-4944-456b-a62c-15b9a7df21ab .shg-image-zoom,
.shg-c#s-ee8b4526-4944-456b-a62c-15b9a7df21ab img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ee8b4526-4944-456b-a62c-15b9a7df21ab .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ee8b4526-4944-456b-a62c-15b9a7df21ab {
  max-width: 100%;
}

.shg-c#s-ee8b4526-4944-456b-a62c-15b9a7df21ab img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ee8b4526-4944-456b-a62c-15b9a7df21ab .shg-image-zoom,
.shg-c#s-ee8b4526-4944-456b-a62c-15b9a7df21ab img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ee8b4526-4944-456b-a62c-15b9a7df21ab .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ee8b4526-4944-456b-a62c-15b9a7df21ab {
  max-width: 100%;
}

.shg-c#s-ee8b4526-4944-456b-a62c-15b9a7df21ab img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ee8b4526-4944-456b-a62c-15b9a7df21ab .shg-image-zoom,
.shg-c#s-ee8b4526-4944-456b-a62c-15b9a7df21ab img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ee8b4526-4944-456b-a62c-15b9a7df21ab .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-b50f3b7a-be80-4f52-9644-ac0e2b405cd8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b50f3b7a-be80-4f52-9644-ac0e2b405cd8 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-e3dee763-9ffc-48a9-b522-b657ee7cce57 {
  margin-top: 25px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 20px;
background-color: rgba(60, 75, 60, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
}
#s-e3dee763-9ffc-48a9-b522-b657ee7cce57:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e3dee763-9ffc-48a9-b522-b657ee7cce57:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e3dee763-9ffc-48a9-b522-b657ee7cce57.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Rubik;
  display:  inline-block ;
}

#s-d236a624-b119-4bf6-98a0-de3576f1bdf8 {
  min-height: 50px;
background-color: rgba(242, 238, 234, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-d236a624-b119-4bf6-98a0-de3576f1bdf8 {
  display: none;
}
#s-d236a624-b119-4bf6-98a0-de3576f1bdf8, #wrap-s-d236a624-b119-4bf6-98a0-de3576f1bdf8 { display:none !important; }}@media (max-width: 767px){#s-d236a624-b119-4bf6-98a0-de3576f1bdf8 {
  display: none;
}
#s-d236a624-b119-4bf6-98a0-de3576f1bdf8, #wrap-s-d236a624-b119-4bf6-98a0-de3576f1bdf8 { display:none !important; }}







#s-d236a624-b119-4bf6-98a0-de3576f1bdf8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d236a624-b119-4bf6-98a0-de3576f1bdf8.shg-box.shg-c {
  justify-content: center;
}

#s-a020f93c-ed3b-467b-9ec2-2132564987ef {
  padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-a020f93c-ed3b-467b-9ec2-2132564987ef"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a020f93c-ed3b-467b-9ec2-2132564987ef"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a020f93c-ed3b-467b-9ec2-2132564987ef"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a020f93c-ed3b-467b-9ec2-2132564987ef"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a020f93c-ed3b-467b-9ec2-2132564987ef"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a020f93c-ed3b-467b-9ec2-2132564987ef"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a020f93c-ed3b-467b-9ec2-2132564987ef"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a020f93c-ed3b-467b-9ec2-2132564987ef"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a020f93c-ed3b-467b-9ec2-2132564987ef"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a020f93c-ed3b-467b-9ec2-2132564987ef"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a020f93c-ed3b-467b-9ec2-2132564987ef"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a020f93c-ed3b-467b-9ec2-2132564987ef"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a020f93c-ed3b-467b-9ec2-2132564987ef"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a020f93c-ed3b-467b-9ec2-2132564987ef"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a020f93c-ed3b-467b-9ec2-2132564987ef"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a020f93c-ed3b-467b-9ec2-2132564987ef"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a020f93c-ed3b-467b-9ec2-2132564987ef"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a020f93c-ed3b-467b-9ec2-2132564987ef"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a020f93c-ed3b-467b-9ec2-2132564987ef"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a020f93c-ed3b-467b-9ec2-2132564987ef"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a020f93c-ed3b-467b-9ec2-2132564987ef"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a020f93c-ed3b-467b-9ec2-2132564987ef"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a020f93c-ed3b-467b-9ec2-2132564987ef"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a020f93c-ed3b-467b-9ec2-2132564987ef"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a020f93c-ed3b-467b-9ec2-2132564987ef"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a020f93c-ed3b-467b-9ec2-2132564987ef"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a020f93c-ed3b-467b-9ec2-2132564987ef"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a020f93c-ed3b-467b-9ec2-2132564987ef"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a020f93c-ed3b-467b-9ec2-2132564987ef"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a020f93c-ed3b-467b-9ec2-2132564987ef"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a020f93c-ed3b-467b-9ec2-2132564987ef"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a020f93c-ed3b-467b-9ec2-2132564987ef"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a020f93c-ed3b-467b-9ec2-2132564987ef"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a020f93c-ed3b-467b-9ec2-2132564987ef"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a020f93c-ed3b-467b-9ec2-2132564987ef"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a020f93c-ed3b-467b-9ec2-2132564987ef"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a020f93c-ed3b-467b-9ec2-2132564987ef"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-d26c3e4e-9060-4a21-9387-a7695f33bc84 {
  margin-top: 10px;
padding-top: 10px;
padding-left: 10%;
}

#s-1e36e785-244f-42a0-9ff9-7dfcdfbefdd7 {
  padding-top: 10px;
padding-bottom: 10px;
padding-right: 5%;
}

#s-9abbd221-9b02-49d2-aa32-1aa6e464b29b {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 50px;
padding-left: 10%;
padding-bottom: 50px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-9abbd221-9b02-49d2-aa32-1aa6e464b29b {
  display: none;
}
#s-9abbd221-9b02-49d2-aa32-1aa6e464b29b, #wrap-s-9abbd221-9b02-49d2-aa32-1aa6e464b29b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9abbd221-9b02-49d2-aa32-1aa6e464b29b {
  display: none;
}
#s-9abbd221-9b02-49d2-aa32-1aa6e464b29b, #wrap-s-9abbd221-9b02-49d2-aa32-1aa6e464b29b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9abbd221-9b02-49d2-aa32-1aa6e464b29b {
  padding-left: 5%;
padding-right: 5%;
display: none;
}
#s-9abbd221-9b02-49d2-aa32-1aa6e464b29b, #wrap-s-9abbd221-9b02-49d2-aa32-1aa6e464b29b { display:none !important; }}@media (max-width: 767px){#s-9abbd221-9b02-49d2-aa32-1aa6e464b29b {
  padding-left: 20px;
padding-right: 20px;
display: none;
}
#s-9abbd221-9b02-49d2-aa32-1aa6e464b29b, #wrap-s-9abbd221-9b02-49d2-aa32-1aa6e464b29b { display:none !important; }}







#s-9abbd221-9b02-49d2-aa32-1aa6e464b29b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9abbd221-9b02-49d2-aa32-1aa6e464b29b.shg-box.shg-c {
  justify-content: flex-start;
}

#s-9ca02a51-23af-4622-8661-b775a154b380 {
  min-height: 50px;
}








#s-9ca02a51-23af-4622-8661-b775a154b380 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9ca02a51-23af-4622-8661-b775a154b380.shg-box.shg-c {
  justify-content: center;
}

#s-0925b040-10e8-4638-8a93-e33a81369f37 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0925b040-10e8-4638-8a93-e33a81369f37 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 768px) and (max-width: 991px){#s-981474f0-855a-4fd9-a9a4-5f533eb2b40f {
  display: none;
}
#s-981474f0-855a-4fd9-a9a4-5f533eb2b40f, #wrap-s-981474f0-855a-4fd9-a9a4-5f533eb2b40f { display:none !important; }}@media (max-width: 767px){#s-981474f0-855a-4fd9-a9a4-5f533eb2b40f {
  display: none;
}
#s-981474f0-855a-4fd9-a9a4-5f533eb2b40f, #wrap-s-981474f0-855a-4fd9-a9a4-5f533eb2b40f { display:none !important; }}
@media (min-width: 0px) {
[id="s-981474f0-855a-4fd9-a9a4-5f533eb2b40f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-981474f0-855a-4fd9-a9a4-5f533eb2b40f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-981474f0-855a-4fd9-a9a4-5f533eb2b40f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-981474f0-855a-4fd9-a9a4-5f533eb2b40f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-981474f0-855a-4fd9-a9a4-5f533eb2b40f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-981474f0-855a-4fd9-a9a4-5f533eb2b40f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-981474f0-855a-4fd9-a9a4-5f533eb2b40f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-981474f0-855a-4fd9-a9a4-5f533eb2b40f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-981474f0-855a-4fd9-a9a4-5f533eb2b40f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-981474f0-855a-4fd9-a9a4-5f533eb2b40f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-981474f0-855a-4fd9-a9a4-5f533eb2b40f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-981474f0-855a-4fd9-a9a4-5f533eb2b40f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-981474f0-855a-4fd9-a9a4-5f533eb2b40f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-981474f0-855a-4fd9-a9a4-5f533eb2b40f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-981474f0-855a-4fd9-a9a4-5f533eb2b40f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-981474f0-855a-4fd9-a9a4-5f533eb2b40f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-981474f0-855a-4fd9-a9a4-5f533eb2b40f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-981474f0-855a-4fd9-a9a4-5f533eb2b40f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-981474f0-855a-4fd9-a9a4-5f533eb2b40f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-981474f0-855a-4fd9-a9a4-5f533eb2b40f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-981474f0-855a-4fd9-a9a4-5f533eb2b40f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-981474f0-855a-4fd9-a9a4-5f533eb2b40f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-981474f0-855a-4fd9-a9a4-5f533eb2b40f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-981474f0-855a-4fd9-a9a4-5f533eb2b40f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-981474f0-855a-4fd9-a9a4-5f533eb2b40f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-981474f0-855a-4fd9-a9a4-5f533eb2b40f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-981474f0-855a-4fd9-a9a4-5f533eb2b40f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-981474f0-855a-4fd9-a9a4-5f533eb2b40f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-981474f0-855a-4fd9-a9a4-5f533eb2b40f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-981474f0-855a-4fd9-a9a4-5f533eb2b40f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-981474f0-855a-4fd9-a9a4-5f533eb2b40f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-981474f0-855a-4fd9-a9a4-5f533eb2b40f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-981474f0-855a-4fd9-a9a4-5f533eb2b40f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-981474f0-855a-4fd9-a9a4-5f533eb2b40f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-981474f0-855a-4fd9-a9a4-5f533eb2b40f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-981474f0-855a-4fd9-a9a4-5f533eb2b40f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-981474f0-855a-4fd9-a9a4-5f533eb2b40f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-981474f0-855a-4fd9-a9a4-5f533eb2b40f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-5d743126-1654-4a51-8050-6b365e042b51 {
  display: none;
}
#s-260dcf4e-1ed0-46bc-a3b8-cd0af3aef27b {
  text-align: left;
}


.shg-c#s-260dcf4e-1ed0-46bc-a3b8-cd0af3aef27b {
  max-width: 100%;
}

.shg-c#s-260dcf4e-1ed0-46bc-a3b8-cd0af3aef27b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-260dcf4e-1ed0-46bc-a3b8-cd0af3aef27b .shg-image-zoom,
.shg-c#s-260dcf4e-1ed0-46bc-a3b8-cd0af3aef27b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-260dcf4e-1ed0-46bc-a3b8-cd0af3aef27b .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-260dcf4e-1ed0-46bc-a3b8-cd0af3aef27b {
  max-width: 100%;
}

.shg-c#s-260dcf4e-1ed0-46bc-a3b8-cd0af3aef27b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-260dcf4e-1ed0-46bc-a3b8-cd0af3aef27b .shg-image-zoom,
.shg-c#s-260dcf4e-1ed0-46bc-a3b8-cd0af3aef27b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-260dcf4e-1ed0-46bc-a3b8-cd0af3aef27b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-260dcf4e-1ed0-46bc-a3b8-cd0af3aef27b {
  max-width: 100%;
}

.shg-c#s-260dcf4e-1ed0-46bc-a3b8-cd0af3aef27b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-260dcf4e-1ed0-46bc-a3b8-cd0af3aef27b .shg-image-zoom,
.shg-c#s-260dcf4e-1ed0-46bc-a3b8-cd0af3aef27b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-260dcf4e-1ed0-46bc-a3b8-cd0af3aef27b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-260dcf4e-1ed0-46bc-a3b8-cd0af3aef27b {
  max-width: 100%;
}

.shg-c#s-260dcf4e-1ed0-46bc-a3b8-cd0af3aef27b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-260dcf4e-1ed0-46bc-a3b8-cd0af3aef27b .shg-image-zoom,
.shg-c#s-260dcf4e-1ed0-46bc-a3b8-cd0af3aef27b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-260dcf4e-1ed0-46bc-a3b8-cd0af3aef27b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-260dcf4e-1ed0-46bc-a3b8-cd0af3aef27b {
  max-width: 100%;
}

.shg-c#s-260dcf4e-1ed0-46bc-a3b8-cd0af3aef27b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-260dcf4e-1ed0-46bc-a3b8-cd0af3aef27b .shg-image-zoom,
.shg-c#s-260dcf4e-1ed0-46bc-a3b8-cd0af3aef27b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-260dcf4e-1ed0-46bc-a3b8-cd0af3aef27b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-641237f1-9ca9-47c9-973d-51d74ecb6a1a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-641237f1-9ca9-47c9-973d-51d74ecb6a1a .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-d578f48c-5136-4d44-b70f-86e382c3239e {
  display: none;
}
#s-0d250134-6a9b-4944-ac0c-da0026f27ded {
  text-align: left;
}


.shg-c#s-0d250134-6a9b-4944-ac0c-da0026f27ded {
  max-width: 100%;
}

.shg-c#s-0d250134-6a9b-4944-ac0c-da0026f27ded img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0d250134-6a9b-4944-ac0c-da0026f27ded .shg-image-zoom,
.shg-c#s-0d250134-6a9b-4944-ac0c-da0026f27ded img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0d250134-6a9b-4944-ac0c-da0026f27ded .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-0d250134-6a9b-4944-ac0c-da0026f27ded {
  max-width: 100%;
}

.shg-c#s-0d250134-6a9b-4944-ac0c-da0026f27ded img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0d250134-6a9b-4944-ac0c-da0026f27ded .shg-image-zoom,
.shg-c#s-0d250134-6a9b-4944-ac0c-da0026f27ded img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0d250134-6a9b-4944-ac0c-da0026f27ded .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0d250134-6a9b-4944-ac0c-da0026f27ded {
  max-width: 100%;
}

.shg-c#s-0d250134-6a9b-4944-ac0c-da0026f27ded img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0d250134-6a9b-4944-ac0c-da0026f27ded .shg-image-zoom,
.shg-c#s-0d250134-6a9b-4944-ac0c-da0026f27ded img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0d250134-6a9b-4944-ac0c-da0026f27ded .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0d250134-6a9b-4944-ac0c-da0026f27ded {
  max-width: 100%;
}

.shg-c#s-0d250134-6a9b-4944-ac0c-da0026f27ded img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0d250134-6a9b-4944-ac0c-da0026f27ded .shg-image-zoom,
.shg-c#s-0d250134-6a9b-4944-ac0c-da0026f27ded img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0d250134-6a9b-4944-ac0c-da0026f27ded .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-0d250134-6a9b-4944-ac0c-da0026f27ded {
  max-width: 100%;
}

.shg-c#s-0d250134-6a9b-4944-ac0c-da0026f27ded img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0d250134-6a9b-4944-ac0c-da0026f27ded .shg-image-zoom,
.shg-c#s-0d250134-6a9b-4944-ac0c-da0026f27ded img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0d250134-6a9b-4944-ac0c-da0026f27ded .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-d54c27d0-f629-45b1-a224-82b3a3f6ee97 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d54c27d0-f629-45b1-a224-82b3a3f6ee97 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-71d087a0-3e2d-41fc-96ae-4de22a542301 {
  display: none;
}
#s-d4b93c67-45b0-4662-a4ea-0e09e474e156 {
  text-align: left;
}


.shg-c#s-d4b93c67-45b0-4662-a4ea-0e09e474e156 {
  max-width: 100%;
}

.shg-c#s-d4b93c67-45b0-4662-a4ea-0e09e474e156 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d4b93c67-45b0-4662-a4ea-0e09e474e156 .shg-image-zoom,
.shg-c#s-d4b93c67-45b0-4662-a4ea-0e09e474e156 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d4b93c67-45b0-4662-a4ea-0e09e474e156 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-d4b93c67-45b0-4662-a4ea-0e09e474e156 {
  max-width: 100%;
}

.shg-c#s-d4b93c67-45b0-4662-a4ea-0e09e474e156 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d4b93c67-45b0-4662-a4ea-0e09e474e156 .shg-image-zoom,
.shg-c#s-d4b93c67-45b0-4662-a4ea-0e09e474e156 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d4b93c67-45b0-4662-a4ea-0e09e474e156 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d4b93c67-45b0-4662-a4ea-0e09e474e156 {
  max-width: 100%;
}

.shg-c#s-d4b93c67-45b0-4662-a4ea-0e09e474e156 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d4b93c67-45b0-4662-a4ea-0e09e474e156 .shg-image-zoom,
.shg-c#s-d4b93c67-45b0-4662-a4ea-0e09e474e156 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d4b93c67-45b0-4662-a4ea-0e09e474e156 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d4b93c67-45b0-4662-a4ea-0e09e474e156 {
  max-width: 100%;
}

.shg-c#s-d4b93c67-45b0-4662-a4ea-0e09e474e156 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d4b93c67-45b0-4662-a4ea-0e09e474e156 .shg-image-zoom,
.shg-c#s-d4b93c67-45b0-4662-a4ea-0e09e474e156 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d4b93c67-45b0-4662-a4ea-0e09e474e156 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-d4b93c67-45b0-4662-a4ea-0e09e474e156 {
  max-width: 100%;
}

.shg-c#s-d4b93c67-45b0-4662-a4ea-0e09e474e156 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d4b93c67-45b0-4662-a4ea-0e09e474e156 .shg-image-zoom,
.shg-c#s-d4b93c67-45b0-4662-a4ea-0e09e474e156 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d4b93c67-45b0-4662-a4ea-0e09e474e156 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-74279325-15b0-4189-b05b-524d8ff2686d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-74279325-15b0-4189-b05b-524d8ff2686d .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-f24a4aa1-da67-40b2-ad9e-d647b2b1c8fb {
  display: none;
}
#s-e4aa5238-1c57-4b68-ba45-482838c212f7 {
  text-align: left;
}


.shg-c#s-e4aa5238-1c57-4b68-ba45-482838c212f7 {
  max-width: 100%;
}

.shg-c#s-e4aa5238-1c57-4b68-ba45-482838c212f7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e4aa5238-1c57-4b68-ba45-482838c212f7 .shg-image-zoom,
.shg-c#s-e4aa5238-1c57-4b68-ba45-482838c212f7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e4aa5238-1c57-4b68-ba45-482838c212f7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-e4aa5238-1c57-4b68-ba45-482838c212f7 {
  max-width: 100%;
}

.shg-c#s-e4aa5238-1c57-4b68-ba45-482838c212f7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e4aa5238-1c57-4b68-ba45-482838c212f7 .shg-image-zoom,
.shg-c#s-e4aa5238-1c57-4b68-ba45-482838c212f7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e4aa5238-1c57-4b68-ba45-482838c212f7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e4aa5238-1c57-4b68-ba45-482838c212f7 {
  max-width: 100%;
}

.shg-c#s-e4aa5238-1c57-4b68-ba45-482838c212f7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e4aa5238-1c57-4b68-ba45-482838c212f7 .shg-image-zoom,
.shg-c#s-e4aa5238-1c57-4b68-ba45-482838c212f7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e4aa5238-1c57-4b68-ba45-482838c212f7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e4aa5238-1c57-4b68-ba45-482838c212f7 {
  max-width: 100%;
}

.shg-c#s-e4aa5238-1c57-4b68-ba45-482838c212f7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e4aa5238-1c57-4b68-ba45-482838c212f7 .shg-image-zoom,
.shg-c#s-e4aa5238-1c57-4b68-ba45-482838c212f7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e4aa5238-1c57-4b68-ba45-482838c212f7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-e4aa5238-1c57-4b68-ba45-482838c212f7 {
  max-width: 100%;
}

.shg-c#s-e4aa5238-1c57-4b68-ba45-482838c212f7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e4aa5238-1c57-4b68-ba45-482838c212f7 .shg-image-zoom,
.shg-c#s-e4aa5238-1c57-4b68-ba45-482838c212f7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e4aa5238-1c57-4b68-ba45-482838c212f7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-4eca8dc4-0b42-4433-abea-6a45cf87e5de {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4eca8dc4-0b42-4433-abea-6a45cf87e5de .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

@media (min-width: 768px) and (max-width: 991px){#s-07944017-ca76-431b-890e-a09edcdea06d {
  display: none;
}
#s-07944017-ca76-431b-890e-a09edcdea06d, #wrap-s-07944017-ca76-431b-890e-a09edcdea06d { display:none !important; }}@media (max-width: 767px){#s-07944017-ca76-431b-890e-a09edcdea06d {
  display: none;
}
#s-07944017-ca76-431b-890e-a09edcdea06d, #wrap-s-07944017-ca76-431b-890e-a09edcdea06d { display:none !important; }}
@media (min-width: 0px) {
[id="s-07944017-ca76-431b-890e-a09edcdea06d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-07944017-ca76-431b-890e-a09edcdea06d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-07944017-ca76-431b-890e-a09edcdea06d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-07944017-ca76-431b-890e-a09edcdea06d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-07944017-ca76-431b-890e-a09edcdea06d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-07944017-ca76-431b-890e-a09edcdea06d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-07944017-ca76-431b-890e-a09edcdea06d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-07944017-ca76-431b-890e-a09edcdea06d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-07944017-ca76-431b-890e-a09edcdea06d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-07944017-ca76-431b-890e-a09edcdea06d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-07944017-ca76-431b-890e-a09edcdea06d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-07944017-ca76-431b-890e-a09edcdea06d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-07944017-ca76-431b-890e-a09edcdea06d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-07944017-ca76-431b-890e-a09edcdea06d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-07944017-ca76-431b-890e-a09edcdea06d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-07944017-ca76-431b-890e-a09edcdea06d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-07944017-ca76-431b-890e-a09edcdea06d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-07944017-ca76-431b-890e-a09edcdea06d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-07944017-ca76-431b-890e-a09edcdea06d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-07944017-ca76-431b-890e-a09edcdea06d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-07944017-ca76-431b-890e-a09edcdea06d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-07944017-ca76-431b-890e-a09edcdea06d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-07944017-ca76-431b-890e-a09edcdea06d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-07944017-ca76-431b-890e-a09edcdea06d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-07944017-ca76-431b-890e-a09edcdea06d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-07944017-ca76-431b-890e-a09edcdea06d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-07944017-ca76-431b-890e-a09edcdea06d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-07944017-ca76-431b-890e-a09edcdea06d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-07944017-ca76-431b-890e-a09edcdea06d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-07944017-ca76-431b-890e-a09edcdea06d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-07944017-ca76-431b-890e-a09edcdea06d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-07944017-ca76-431b-890e-a09edcdea06d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-07944017-ca76-431b-890e-a09edcdea06d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-07944017-ca76-431b-890e-a09edcdea06d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-07944017-ca76-431b-890e-a09edcdea06d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-07944017-ca76-431b-890e-a09edcdea06d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-07944017-ca76-431b-890e-a09edcdea06d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-07944017-ca76-431b-890e-a09edcdea06d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-825e9198-7174-463b-9fe5-795971daabe6 {
  display: none;
}
#s-ec8151d6-aced-48de-8c61-b0be0f8a2f39 {
  text-align: left;
}


.shg-c#s-ec8151d6-aced-48de-8c61-b0be0f8a2f39 {
  max-width: 100%;
}

.shg-c#s-ec8151d6-aced-48de-8c61-b0be0f8a2f39 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ec8151d6-aced-48de-8c61-b0be0f8a2f39 .shg-image-zoom,
.shg-c#s-ec8151d6-aced-48de-8c61-b0be0f8a2f39 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ec8151d6-aced-48de-8c61-b0be0f8a2f39 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ec8151d6-aced-48de-8c61-b0be0f8a2f39 {
  max-width: 100%;
}

.shg-c#s-ec8151d6-aced-48de-8c61-b0be0f8a2f39 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ec8151d6-aced-48de-8c61-b0be0f8a2f39 .shg-image-zoom,
.shg-c#s-ec8151d6-aced-48de-8c61-b0be0f8a2f39 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ec8151d6-aced-48de-8c61-b0be0f8a2f39 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ec8151d6-aced-48de-8c61-b0be0f8a2f39 {
  max-width: 100%;
}

.shg-c#s-ec8151d6-aced-48de-8c61-b0be0f8a2f39 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ec8151d6-aced-48de-8c61-b0be0f8a2f39 .shg-image-zoom,
.shg-c#s-ec8151d6-aced-48de-8c61-b0be0f8a2f39 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ec8151d6-aced-48de-8c61-b0be0f8a2f39 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ec8151d6-aced-48de-8c61-b0be0f8a2f39 {
  max-width: 100%;
}

.shg-c#s-ec8151d6-aced-48de-8c61-b0be0f8a2f39 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ec8151d6-aced-48de-8c61-b0be0f8a2f39 .shg-image-zoom,
.shg-c#s-ec8151d6-aced-48de-8c61-b0be0f8a2f39 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ec8151d6-aced-48de-8c61-b0be0f8a2f39 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ec8151d6-aced-48de-8c61-b0be0f8a2f39 {
  max-width: 100%;
}

.shg-c#s-ec8151d6-aced-48de-8c61-b0be0f8a2f39 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ec8151d6-aced-48de-8c61-b0be0f8a2f39 .shg-image-zoom,
.shg-c#s-ec8151d6-aced-48de-8c61-b0be0f8a2f39 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ec8151d6-aced-48de-8c61-b0be0f8a2f39 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-461ea9c4-ae70-4c77-93ed-4ea1bafb2b7b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-461ea9c4-ae70-4c77-93ed-4ea1bafb2b7b .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-c3ed8f63-1813-4ecc-8036-6930a7fef852 {
  display: none;
}
#s-358e1295-2fff-43f5-86f2-c4e7a80eccf5 {
  text-align: left;
}


.shg-c#s-358e1295-2fff-43f5-86f2-c4e7a80eccf5 {
  max-width: 100%;
}

.shg-c#s-358e1295-2fff-43f5-86f2-c4e7a80eccf5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-358e1295-2fff-43f5-86f2-c4e7a80eccf5 .shg-image-zoom,
.shg-c#s-358e1295-2fff-43f5-86f2-c4e7a80eccf5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-358e1295-2fff-43f5-86f2-c4e7a80eccf5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-358e1295-2fff-43f5-86f2-c4e7a80eccf5 {
  max-width: 100%;
}

.shg-c#s-358e1295-2fff-43f5-86f2-c4e7a80eccf5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-358e1295-2fff-43f5-86f2-c4e7a80eccf5 .shg-image-zoom,
.shg-c#s-358e1295-2fff-43f5-86f2-c4e7a80eccf5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-358e1295-2fff-43f5-86f2-c4e7a80eccf5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-358e1295-2fff-43f5-86f2-c4e7a80eccf5 {
  max-width: 100%;
}

.shg-c#s-358e1295-2fff-43f5-86f2-c4e7a80eccf5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-358e1295-2fff-43f5-86f2-c4e7a80eccf5 .shg-image-zoom,
.shg-c#s-358e1295-2fff-43f5-86f2-c4e7a80eccf5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-358e1295-2fff-43f5-86f2-c4e7a80eccf5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-358e1295-2fff-43f5-86f2-c4e7a80eccf5 {
  max-width: 100%;
}

.shg-c#s-358e1295-2fff-43f5-86f2-c4e7a80eccf5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-358e1295-2fff-43f5-86f2-c4e7a80eccf5 .shg-image-zoom,
.shg-c#s-358e1295-2fff-43f5-86f2-c4e7a80eccf5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-358e1295-2fff-43f5-86f2-c4e7a80eccf5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-358e1295-2fff-43f5-86f2-c4e7a80eccf5 {
  max-width: 100%;
}

.shg-c#s-358e1295-2fff-43f5-86f2-c4e7a80eccf5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-358e1295-2fff-43f5-86f2-c4e7a80eccf5 .shg-image-zoom,
.shg-c#s-358e1295-2fff-43f5-86f2-c4e7a80eccf5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-358e1295-2fff-43f5-86f2-c4e7a80eccf5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-cb8501c6-3240-40b7-b7b6-6abf77146bdf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cb8501c6-3240-40b7-b7b6-6abf77146bdf .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-9204645d-5155-4c63-9019-063727a7d923 {
  display: none;
}
#s-8652ec6f-579d-42c8-b0e0-898aaa1506c1 {
  text-align: left;
}


.shg-c#s-8652ec6f-579d-42c8-b0e0-898aaa1506c1 {
  max-width: 100%;
}

.shg-c#s-8652ec6f-579d-42c8-b0e0-898aaa1506c1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8652ec6f-579d-42c8-b0e0-898aaa1506c1 .shg-image-zoom,
.shg-c#s-8652ec6f-579d-42c8-b0e0-898aaa1506c1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8652ec6f-579d-42c8-b0e0-898aaa1506c1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-8652ec6f-579d-42c8-b0e0-898aaa1506c1 {
  max-width: 100%;
}

.shg-c#s-8652ec6f-579d-42c8-b0e0-898aaa1506c1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8652ec6f-579d-42c8-b0e0-898aaa1506c1 .shg-image-zoom,
.shg-c#s-8652ec6f-579d-42c8-b0e0-898aaa1506c1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8652ec6f-579d-42c8-b0e0-898aaa1506c1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8652ec6f-579d-42c8-b0e0-898aaa1506c1 {
  max-width: 100%;
}

.shg-c#s-8652ec6f-579d-42c8-b0e0-898aaa1506c1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8652ec6f-579d-42c8-b0e0-898aaa1506c1 .shg-image-zoom,
.shg-c#s-8652ec6f-579d-42c8-b0e0-898aaa1506c1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8652ec6f-579d-42c8-b0e0-898aaa1506c1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8652ec6f-579d-42c8-b0e0-898aaa1506c1 {
  max-width: 100%;
}

.shg-c#s-8652ec6f-579d-42c8-b0e0-898aaa1506c1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8652ec6f-579d-42c8-b0e0-898aaa1506c1 .shg-image-zoom,
.shg-c#s-8652ec6f-579d-42c8-b0e0-898aaa1506c1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8652ec6f-579d-42c8-b0e0-898aaa1506c1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-8652ec6f-579d-42c8-b0e0-898aaa1506c1 {
  max-width: 100%;
}

.shg-c#s-8652ec6f-579d-42c8-b0e0-898aaa1506c1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8652ec6f-579d-42c8-b0e0-898aaa1506c1 .shg-image-zoom,
.shg-c#s-8652ec6f-579d-42c8-b0e0-898aaa1506c1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8652ec6f-579d-42c8-b0e0-898aaa1506c1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-2e8610c7-9a6c-417d-8dc2-e7795a264188 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2e8610c7-9a6c-417d-8dc2-e7795a264188 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-8be09353-335e-49e8-ba4f-48a3bc5bbb18 {
  display: none;
}
#s-b44960c7-6da1-45d7-88f5-0bc699dd3d41 {
  text-align: left;
}


.shg-c#s-b44960c7-6da1-45d7-88f5-0bc699dd3d41 {
  max-width: 100%;
}

.shg-c#s-b44960c7-6da1-45d7-88f5-0bc699dd3d41 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b44960c7-6da1-45d7-88f5-0bc699dd3d41 .shg-image-zoom,
.shg-c#s-b44960c7-6da1-45d7-88f5-0bc699dd3d41 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b44960c7-6da1-45d7-88f5-0bc699dd3d41 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-b44960c7-6da1-45d7-88f5-0bc699dd3d41 {
  max-width: 100%;
}

.shg-c#s-b44960c7-6da1-45d7-88f5-0bc699dd3d41 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b44960c7-6da1-45d7-88f5-0bc699dd3d41 .shg-image-zoom,
.shg-c#s-b44960c7-6da1-45d7-88f5-0bc699dd3d41 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b44960c7-6da1-45d7-88f5-0bc699dd3d41 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b44960c7-6da1-45d7-88f5-0bc699dd3d41 {
  max-width: 100%;
}

.shg-c#s-b44960c7-6da1-45d7-88f5-0bc699dd3d41 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b44960c7-6da1-45d7-88f5-0bc699dd3d41 .shg-image-zoom,
.shg-c#s-b44960c7-6da1-45d7-88f5-0bc699dd3d41 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b44960c7-6da1-45d7-88f5-0bc699dd3d41 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b44960c7-6da1-45d7-88f5-0bc699dd3d41 {
  max-width: 100%;
}

.shg-c#s-b44960c7-6da1-45d7-88f5-0bc699dd3d41 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b44960c7-6da1-45d7-88f5-0bc699dd3d41 .shg-image-zoom,
.shg-c#s-b44960c7-6da1-45d7-88f5-0bc699dd3d41 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b44960c7-6da1-45d7-88f5-0bc699dd3d41 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-b44960c7-6da1-45d7-88f5-0bc699dd3d41 {
  max-width: 100%;
}

.shg-c#s-b44960c7-6da1-45d7-88f5-0bc699dd3d41 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b44960c7-6da1-45d7-88f5-0bc699dd3d41 .shg-image-zoom,
.shg-c#s-b44960c7-6da1-45d7-88f5-0bc699dd3d41 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b44960c7-6da1-45d7-88f5-0bc699dd3d41 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-e9cb505e-2890-4d35-bcfc-45a574657da3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e9cb505e-2890-4d35-bcfc-45a574657da3 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-957ab9ab-9945-4737-a83c-935a186b39c5 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-957ab9ab-9945-4737-a83c-935a186b39c5 {
  display: none;
}
#s-957ab9ab-9945-4737-a83c-935a186b39c5, #wrap-s-957ab9ab-9945-4737-a83c-935a186b39c5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-957ab9ab-9945-4737-a83c-935a186b39c5 {
  display: none;
}
#s-957ab9ab-9945-4737-a83c-935a186b39c5, #wrap-s-957ab9ab-9945-4737-a83c-935a186b39c5 { display:none !important; }}







#s-957ab9ab-9945-4737-a83c-935a186b39c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-957ab9ab-9945-4737-a83c-935a186b39c5.shg-box.shg-c {
  justify-content: center;
}

#s-ad236915-9332-49d4-bbfc-a9c846b7f62b {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-ad236915-9332-49d4-bbfc-a9c846b7f62b {
  display: none;
}
#s-ad236915-9332-49d4-bbfc-a9c846b7f62b, #wrap-s-ad236915-9332-49d4-bbfc-a9c846b7f62b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ad236915-9332-49d4-bbfc-a9c846b7f62b {
  display: none;
}
#s-ad236915-9332-49d4-bbfc-a9c846b7f62b, #wrap-s-ad236915-9332-49d4-bbfc-a9c846b7f62b { display:none !important; }}
#s-ad236915-9332-49d4-bbfc-a9c846b7f62b .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-ad236915-9332-49d4-bbfc-a9c846b7f62b .shg-sld-nav-button.shg-sld-left,
#s-ad236915-9332-49d4-bbfc-a9c846b7f62b .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-26cb5609-9c85-49ae-879b-4eb0d5fea6ca {
  display: none;
}
#s-3b428f07-2422-4cbe-b11d-daed182d0728 {
  text-align: left;
}


.shg-c#s-3b428f07-2422-4cbe-b11d-daed182d0728 {
  max-width: 100%;
}

.shg-c#s-3b428f07-2422-4cbe-b11d-daed182d0728 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3b428f07-2422-4cbe-b11d-daed182d0728 .shg-image-zoom,
.shg-c#s-3b428f07-2422-4cbe-b11d-daed182d0728 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3b428f07-2422-4cbe-b11d-daed182d0728 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-3b428f07-2422-4cbe-b11d-daed182d0728 {
  max-width: 100%;
}

.shg-c#s-3b428f07-2422-4cbe-b11d-daed182d0728 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3b428f07-2422-4cbe-b11d-daed182d0728 .shg-image-zoom,
.shg-c#s-3b428f07-2422-4cbe-b11d-daed182d0728 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3b428f07-2422-4cbe-b11d-daed182d0728 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3b428f07-2422-4cbe-b11d-daed182d0728 {
  max-width: 100%;
}

.shg-c#s-3b428f07-2422-4cbe-b11d-daed182d0728 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3b428f07-2422-4cbe-b11d-daed182d0728 .shg-image-zoom,
.shg-c#s-3b428f07-2422-4cbe-b11d-daed182d0728 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3b428f07-2422-4cbe-b11d-daed182d0728 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3b428f07-2422-4cbe-b11d-daed182d0728 {
  max-width: 100%;
}

.shg-c#s-3b428f07-2422-4cbe-b11d-daed182d0728 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3b428f07-2422-4cbe-b11d-daed182d0728 .shg-image-zoom,
.shg-c#s-3b428f07-2422-4cbe-b11d-daed182d0728 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3b428f07-2422-4cbe-b11d-daed182d0728 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-3b428f07-2422-4cbe-b11d-daed182d0728 {
  max-width: 100%;
}

.shg-c#s-3b428f07-2422-4cbe-b11d-daed182d0728 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3b428f07-2422-4cbe-b11d-daed182d0728 .shg-image-zoom,
.shg-c#s-3b428f07-2422-4cbe-b11d-daed182d0728 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3b428f07-2422-4cbe-b11d-daed182d0728 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-f7be2f64-75e3-498c-a6d7-df357db7c73b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f7be2f64-75e3-498c-a6d7-df357db7c73b .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-c0ed4e8b-ce7a-43e2-b6ad-10a8748138f4 {
  display: none;
}
#s-f27bdd0b-293b-4c74-8a2d-daea907b24c3 {
  text-align: left;
}


.shg-c#s-f27bdd0b-293b-4c74-8a2d-daea907b24c3 {
  max-width: 100%;
}

.shg-c#s-f27bdd0b-293b-4c74-8a2d-daea907b24c3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f27bdd0b-293b-4c74-8a2d-daea907b24c3 .shg-image-zoom,
.shg-c#s-f27bdd0b-293b-4c74-8a2d-daea907b24c3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f27bdd0b-293b-4c74-8a2d-daea907b24c3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-f27bdd0b-293b-4c74-8a2d-daea907b24c3 {
  max-width: 100%;
}

.shg-c#s-f27bdd0b-293b-4c74-8a2d-daea907b24c3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f27bdd0b-293b-4c74-8a2d-daea907b24c3 .shg-image-zoom,
.shg-c#s-f27bdd0b-293b-4c74-8a2d-daea907b24c3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f27bdd0b-293b-4c74-8a2d-daea907b24c3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f27bdd0b-293b-4c74-8a2d-daea907b24c3 {
  max-width: 100%;
}

.shg-c#s-f27bdd0b-293b-4c74-8a2d-daea907b24c3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f27bdd0b-293b-4c74-8a2d-daea907b24c3 .shg-image-zoom,
.shg-c#s-f27bdd0b-293b-4c74-8a2d-daea907b24c3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f27bdd0b-293b-4c74-8a2d-daea907b24c3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f27bdd0b-293b-4c74-8a2d-daea907b24c3 {
  max-width: 100%;
}

.shg-c#s-f27bdd0b-293b-4c74-8a2d-daea907b24c3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f27bdd0b-293b-4c74-8a2d-daea907b24c3 .shg-image-zoom,
.shg-c#s-f27bdd0b-293b-4c74-8a2d-daea907b24c3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f27bdd0b-293b-4c74-8a2d-daea907b24c3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-f27bdd0b-293b-4c74-8a2d-daea907b24c3 {
  max-width: 100%;
}

.shg-c#s-f27bdd0b-293b-4c74-8a2d-daea907b24c3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f27bdd0b-293b-4c74-8a2d-daea907b24c3 .shg-image-zoom,
.shg-c#s-f27bdd0b-293b-4c74-8a2d-daea907b24c3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f27bdd0b-293b-4c74-8a2d-daea907b24c3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-80952735-a3b2-4cc2-a0e6-27afff12c330 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-80952735-a3b2-4cc2-a0e6-27afff12c330 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-0f5ab729-01c4-464a-9a1b-ba16d8bc843e {
  display: none;
}
#s-92c0c700-5dc6-40f8-95ac-2cd8ea974954 {
  display: none;
}
#s-822588fd-f52a-44cf-813f-48ed568a0f51 {
  text-align: left;
}


.shg-c#s-822588fd-f52a-44cf-813f-48ed568a0f51 {
  max-width: 100%;
}

.shg-c#s-822588fd-f52a-44cf-813f-48ed568a0f51 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-822588fd-f52a-44cf-813f-48ed568a0f51 .shg-image-zoom,
.shg-c#s-822588fd-f52a-44cf-813f-48ed568a0f51 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-822588fd-f52a-44cf-813f-48ed568a0f51 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-822588fd-f52a-44cf-813f-48ed568a0f51 {
  max-width: 100%;
}

.shg-c#s-822588fd-f52a-44cf-813f-48ed568a0f51 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-822588fd-f52a-44cf-813f-48ed568a0f51 .shg-image-zoom,
.shg-c#s-822588fd-f52a-44cf-813f-48ed568a0f51 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-822588fd-f52a-44cf-813f-48ed568a0f51 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-822588fd-f52a-44cf-813f-48ed568a0f51 {
  max-width: 100%;
}

.shg-c#s-822588fd-f52a-44cf-813f-48ed568a0f51 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-822588fd-f52a-44cf-813f-48ed568a0f51 .shg-image-zoom,
.shg-c#s-822588fd-f52a-44cf-813f-48ed568a0f51 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-822588fd-f52a-44cf-813f-48ed568a0f51 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-822588fd-f52a-44cf-813f-48ed568a0f51 {
  max-width: 100%;
}

.shg-c#s-822588fd-f52a-44cf-813f-48ed568a0f51 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-822588fd-f52a-44cf-813f-48ed568a0f51 .shg-image-zoom,
.shg-c#s-822588fd-f52a-44cf-813f-48ed568a0f51 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-822588fd-f52a-44cf-813f-48ed568a0f51 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-822588fd-f52a-44cf-813f-48ed568a0f51 {
  max-width: 100%;
}

.shg-c#s-822588fd-f52a-44cf-813f-48ed568a0f51 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-822588fd-f52a-44cf-813f-48ed568a0f51 .shg-image-zoom,
.shg-c#s-822588fd-f52a-44cf-813f-48ed568a0f51 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-822588fd-f52a-44cf-813f-48ed568a0f51 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-1dd9ea7f-b73c-493c-8b23-9a39be2b1f54 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1dd9ea7f-b73c-493c-8b23-9a39be2b1f54 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

@media (min-width: 1200px){#s-5c667a7b-6227-4cb9-8ea4-4fcd16a87def {
  display: none;
}
#s-5c667a7b-6227-4cb9-8ea4-4fcd16a87def, #wrap-s-5c667a7b-6227-4cb9-8ea4-4fcd16a87def { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5c667a7b-6227-4cb9-8ea4-4fcd16a87def {
  display: none;
}
#s-5c667a7b-6227-4cb9-8ea4-4fcd16a87def, #wrap-s-5c667a7b-6227-4cb9-8ea4-4fcd16a87def { display:none !important; }}
@media (min-width: 0px) {
[id="s-5c667a7b-6227-4cb9-8ea4-4fcd16a87def"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5c667a7b-6227-4cb9-8ea4-4fcd16a87def"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5c667a7b-6227-4cb9-8ea4-4fcd16a87def"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5c667a7b-6227-4cb9-8ea4-4fcd16a87def"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5c667a7b-6227-4cb9-8ea4-4fcd16a87def"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5c667a7b-6227-4cb9-8ea4-4fcd16a87def"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5c667a7b-6227-4cb9-8ea4-4fcd16a87def"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5c667a7b-6227-4cb9-8ea4-4fcd16a87def"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5c667a7b-6227-4cb9-8ea4-4fcd16a87def"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5c667a7b-6227-4cb9-8ea4-4fcd16a87def"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5c667a7b-6227-4cb9-8ea4-4fcd16a87def"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5c667a7b-6227-4cb9-8ea4-4fcd16a87def"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5c667a7b-6227-4cb9-8ea4-4fcd16a87def"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5c667a7b-6227-4cb9-8ea4-4fcd16a87def"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5c667a7b-6227-4cb9-8ea4-4fcd16a87def"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5c667a7b-6227-4cb9-8ea4-4fcd16a87def"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5c667a7b-6227-4cb9-8ea4-4fcd16a87def"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5c667a7b-6227-4cb9-8ea4-4fcd16a87def"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5c667a7b-6227-4cb9-8ea4-4fcd16a87def"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5c667a7b-6227-4cb9-8ea4-4fcd16a87def"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5c667a7b-6227-4cb9-8ea4-4fcd16a87def"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5c667a7b-6227-4cb9-8ea4-4fcd16a87def"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5c667a7b-6227-4cb9-8ea4-4fcd16a87def"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5c667a7b-6227-4cb9-8ea4-4fcd16a87def"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5c667a7b-6227-4cb9-8ea4-4fcd16a87def"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5c667a7b-6227-4cb9-8ea4-4fcd16a87def"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5c667a7b-6227-4cb9-8ea4-4fcd16a87def"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5c667a7b-6227-4cb9-8ea4-4fcd16a87def"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5c667a7b-6227-4cb9-8ea4-4fcd16a87def"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5c667a7b-6227-4cb9-8ea4-4fcd16a87def"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5c667a7b-6227-4cb9-8ea4-4fcd16a87def"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5c667a7b-6227-4cb9-8ea4-4fcd16a87def"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5c667a7b-6227-4cb9-8ea4-4fcd16a87def"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5c667a7b-6227-4cb9-8ea4-4fcd16a87def"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5c667a7b-6227-4cb9-8ea4-4fcd16a87def"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5c667a7b-6227-4cb9-8ea4-4fcd16a87def"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5c667a7b-6227-4cb9-8ea4-4fcd16a87def"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-665e73e3-b3fe-4973-87d6-ccbcd9fd3ae3 {
  display: none;
}
#s-6c0c5f89-5960-4970-9f68-70ef2ca90508 {
  display: none;
}
#s-4b55cf06-f9e2-4dc9-a966-6313d63a2ddb {
  text-align: left;
}


.shg-c#s-4b55cf06-f9e2-4dc9-a966-6313d63a2ddb {
  max-width: 100%;
}

.shg-c#s-4b55cf06-f9e2-4dc9-a966-6313d63a2ddb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4b55cf06-f9e2-4dc9-a966-6313d63a2ddb .shg-image-zoom,
.shg-c#s-4b55cf06-f9e2-4dc9-a966-6313d63a2ddb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4b55cf06-f9e2-4dc9-a966-6313d63a2ddb .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-4b55cf06-f9e2-4dc9-a966-6313d63a2ddb {
  max-width: 100%;
}

.shg-c#s-4b55cf06-f9e2-4dc9-a966-6313d63a2ddb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4b55cf06-f9e2-4dc9-a966-6313d63a2ddb .shg-image-zoom,
.shg-c#s-4b55cf06-f9e2-4dc9-a966-6313d63a2ddb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4b55cf06-f9e2-4dc9-a966-6313d63a2ddb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4b55cf06-f9e2-4dc9-a966-6313d63a2ddb {
  max-width: 100%;
}

.shg-c#s-4b55cf06-f9e2-4dc9-a966-6313d63a2ddb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4b55cf06-f9e2-4dc9-a966-6313d63a2ddb .shg-image-zoom,
.shg-c#s-4b55cf06-f9e2-4dc9-a966-6313d63a2ddb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4b55cf06-f9e2-4dc9-a966-6313d63a2ddb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4b55cf06-f9e2-4dc9-a966-6313d63a2ddb {
  max-width: 100%;
}

.shg-c#s-4b55cf06-f9e2-4dc9-a966-6313d63a2ddb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4b55cf06-f9e2-4dc9-a966-6313d63a2ddb .shg-image-zoom,
.shg-c#s-4b55cf06-f9e2-4dc9-a966-6313d63a2ddb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4b55cf06-f9e2-4dc9-a966-6313d63a2ddb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-4b55cf06-f9e2-4dc9-a966-6313d63a2ddb {
  max-width: 100%;
}

.shg-c#s-4b55cf06-f9e2-4dc9-a966-6313d63a2ddb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4b55cf06-f9e2-4dc9-a966-6313d63a2ddb .shg-image-zoom,
.shg-c#s-4b55cf06-f9e2-4dc9-a966-6313d63a2ddb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4b55cf06-f9e2-4dc9-a966-6313d63a2ddb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-f2550601-c74a-4253-879e-d200a07a26e4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f2550601-c74a-4253-879e-d200a07a26e4 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-4e232544-aedd-4442-9eef-8f81b52c17b7 {
  display: none;
}
#s-4fc8ef87-02f3-401a-bcfb-f094336c6dff {
  text-align: left;
}


.shg-c#s-4fc8ef87-02f3-401a-bcfb-f094336c6dff {
  max-width: 100%;
}

.shg-c#s-4fc8ef87-02f3-401a-bcfb-f094336c6dff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4fc8ef87-02f3-401a-bcfb-f094336c6dff .shg-image-zoom,
.shg-c#s-4fc8ef87-02f3-401a-bcfb-f094336c6dff img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4fc8ef87-02f3-401a-bcfb-f094336c6dff .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-4fc8ef87-02f3-401a-bcfb-f094336c6dff {
  max-width: 100%;
}

.shg-c#s-4fc8ef87-02f3-401a-bcfb-f094336c6dff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4fc8ef87-02f3-401a-bcfb-f094336c6dff .shg-image-zoom,
.shg-c#s-4fc8ef87-02f3-401a-bcfb-f094336c6dff img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4fc8ef87-02f3-401a-bcfb-f094336c6dff .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4fc8ef87-02f3-401a-bcfb-f094336c6dff {
  max-width: 100%;
}

.shg-c#s-4fc8ef87-02f3-401a-bcfb-f094336c6dff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4fc8ef87-02f3-401a-bcfb-f094336c6dff .shg-image-zoom,
.shg-c#s-4fc8ef87-02f3-401a-bcfb-f094336c6dff img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4fc8ef87-02f3-401a-bcfb-f094336c6dff .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4fc8ef87-02f3-401a-bcfb-f094336c6dff {
  max-width: 100%;
}

.shg-c#s-4fc8ef87-02f3-401a-bcfb-f094336c6dff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4fc8ef87-02f3-401a-bcfb-f094336c6dff .shg-image-zoom,
.shg-c#s-4fc8ef87-02f3-401a-bcfb-f094336c6dff img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4fc8ef87-02f3-401a-bcfb-f094336c6dff .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-4fc8ef87-02f3-401a-bcfb-f094336c6dff {
  max-width: 100%;
}

.shg-c#s-4fc8ef87-02f3-401a-bcfb-f094336c6dff img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4fc8ef87-02f3-401a-bcfb-f094336c6dff .shg-image-zoom,
.shg-c#s-4fc8ef87-02f3-401a-bcfb-f094336c6dff img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4fc8ef87-02f3-401a-bcfb-f094336c6dff .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-333bba50-19e6-4a3c-a560-90478ae5e235 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-333bba50-19e6-4a3c-a560-90478ae5e235 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-43ee938c-bc48-4bec-9fb2-88071026e454 {
  display: none;
}
#s-983b4098-05f3-4ff3-85d2-a3430bc017fc {
  text-align: left;
}


.shg-c#s-983b4098-05f3-4ff3-85d2-a3430bc017fc {
  max-width: 100%;
}

.shg-c#s-983b4098-05f3-4ff3-85d2-a3430bc017fc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-983b4098-05f3-4ff3-85d2-a3430bc017fc .shg-image-zoom,
.shg-c#s-983b4098-05f3-4ff3-85d2-a3430bc017fc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-983b4098-05f3-4ff3-85d2-a3430bc017fc .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-983b4098-05f3-4ff3-85d2-a3430bc017fc {
  max-width: 100%;
}

.shg-c#s-983b4098-05f3-4ff3-85d2-a3430bc017fc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-983b4098-05f3-4ff3-85d2-a3430bc017fc .shg-image-zoom,
.shg-c#s-983b4098-05f3-4ff3-85d2-a3430bc017fc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-983b4098-05f3-4ff3-85d2-a3430bc017fc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-983b4098-05f3-4ff3-85d2-a3430bc017fc {
  max-width: 100%;
}

.shg-c#s-983b4098-05f3-4ff3-85d2-a3430bc017fc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-983b4098-05f3-4ff3-85d2-a3430bc017fc .shg-image-zoom,
.shg-c#s-983b4098-05f3-4ff3-85d2-a3430bc017fc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-983b4098-05f3-4ff3-85d2-a3430bc017fc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-983b4098-05f3-4ff3-85d2-a3430bc017fc {
  max-width: 100%;
}

.shg-c#s-983b4098-05f3-4ff3-85d2-a3430bc017fc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-983b4098-05f3-4ff3-85d2-a3430bc017fc .shg-image-zoom,
.shg-c#s-983b4098-05f3-4ff3-85d2-a3430bc017fc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-983b4098-05f3-4ff3-85d2-a3430bc017fc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-983b4098-05f3-4ff3-85d2-a3430bc017fc {
  max-width: 100%;
}

.shg-c#s-983b4098-05f3-4ff3-85d2-a3430bc017fc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-983b4098-05f3-4ff3-85d2-a3430bc017fc .shg-image-zoom,
.shg-c#s-983b4098-05f3-4ff3-85d2-a3430bc017fc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-983b4098-05f3-4ff3-85d2-a3430bc017fc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-f2fe8917-1ab9-4cb8-83a8-29e5f7757958 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f2fe8917-1ab9-4cb8-83a8-29e5f7757958 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-bb3ccf4c-5337-4a51-aa2c-76b0de69fc00 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 20px;
background-color: rgba(60, 75, 60, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
}
#s-bb3ccf4c-5337-4a51-aa2c-76b0de69fc00:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bb3ccf4c-5337-4a51-aa2c-76b0de69fc00:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-bb3ccf4c-5337-4a51-aa2c-76b0de69fc00.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Rubik;
  display:  inline-block ;
}

                /*!
* animate.css - https://animate.style/
* Version - 4.1.1
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2020 Animate.css
*/:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion: reduce), print{.animate__animated{-webkit-animation-duration:1ms !important;animation-duration:1ms !important;transition-duration:1ms !important;-webkit-animation-iteration-count:1 !important;animation-iteration-count:1 !important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -30px, 0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -15px, 0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translateZ(0) scaleY(0.95)}90%{transform:translate3d(0, -4px, 0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -30px, 0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -15px, 0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translateZ(0) scaleY(0.95)}90%{transform:translate3d(0, -4px, 0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05, 1.05, 1.05)}to{transform:scaleX(1)}}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05, 1.05, 1.05)}to{transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25, 0.75, 1)}40%{transform:scale3d(0.75, 1.25, 1)}50%{transform:scale3d(1.15, 0.85, 1)}65%{transform:scale3d(0.95, 1.05, 1)}75%{transform:scale3d(1.05, 0.95, 1)}to{transform:scaleX(1)}}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25, 0.75, 1)}40%{transform:scale3d(0.75, 1.25, 1)}50%{transform:scale3d(1.15, 0.85, 1)}65%{transform:scale3d(0.95, 1.05, 1)}75%{transform:scale3d(1.05, 0.95, 1)}to{transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px, 0, 0)}20%,40%,60%,80%{transform:translate3d(10px, 0, 0)}}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px, 0, 0)}20%,40%,60%,80%{transform:translate3d(10px, 0, 0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0, -10px, 0)}20%,40%,60%,80%{transform:translate3d(0, 10px, 0)}}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0, -10px, 0)}20%,40%,60%,80%{transform:translate3d(0, 10px, 0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(0.9, 0.9, 0.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1, 1.1, 1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1, 1.1, 1.1) rotate(-3deg)}to{transform:scaleX(1)}}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(0.9, 0.9, 0.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1, 1.1, 1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1, 1.1, 1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%, 0, 0) rotate(-5deg)}30%{transform:translate3d(20%, 0, 0) rotate(3deg)}45%{transform:translate3d(-15%, 0, 0) rotate(-3deg)}60%{transform:translate3d(10%, 0, 0) rotate(2deg)}75%{transform:translate3d(-5%, 0, 0) rotate(-1deg)}to{transform:translateZ(0)}}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%, 0, 0) rotate(-5deg)}30%{transform:translate3d(20%, 0, 0) rotate(3deg)}45%{transform:translate3d(-15%, 0, 0) rotate(-3deg)}60%{transform:translate3d(10%, 0, 0) rotate(2deg)}75%{transform:translate3d(-5%, 0, 0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-0.78125deg) skewY(-0.78125deg)}77.7%{transform:skewX(0.390625deg) skewY(0.390625deg)}88.8%{transform:skewX(-0.1953125deg) skewY(-0.1953125deg)}}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-0.78125deg) skewY(-0.78125deg)}77.7%{transform:skewX(0.390625deg) skewY(0.390625deg)}88.8%{transform:skewX(-0.1953125deg) skewY(-0.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;transform-origin:center}@-webkit-keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{transform:translateY(-1200px) scale(0.7);opacity:.7}80%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInDown{0%{transform:translateY(-1200px) scale(0.7);opacity:.7}80%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{transform:translateX(-2000px) scale(0.7);opacity:.7}80%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(0.7);opacity:.7}80%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{transform:translateX(2000px) scale(0.7);opacity:.7}80%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInRight{0%{transform:translateX(2000px) scale(0.7);opacity:.7}80%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{transform:translateY(1200px) scale(0.7);opacity:.7}80%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInUp{0%{transform:translateY(1200px) scale(0.7);opacity:.7}80%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:translateY(700px) scale(0.7);opacity:.7}}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:translateY(700px) scale(0.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:translateX(-2000px) scale(0.7);opacity:.7}}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:translateX(-2000px) scale(0.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:translateX(2000px) scale(0.7);opacity:.7}}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:translateX(2000px) scale(0.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:translateY(-700px) scale(0.7);opacity:.7}}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:translateY(-700px) scale(0.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}20%{transform:scale3d(1.1, 1.1, 1.1)}40%{transform:scale3d(0.9, 0.9, 0.9)}60%{opacity:1;transform:scale3d(1.03, 1.03, 1.03)}80%{transform:scale3d(0.97, 0.97, 0.97)}to{opacity:1;transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}20%{transform:scale3d(1.1, 1.1, 1.1)}40%{transform:scale3d(0.9, 0.9, 0.9)}60%{opacity:1;transform:scale3d(1.03, 1.03, 1.03)}80%{transform:scale3d(0.97, 0.97, 0.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, -3000px, 0) scaleY(3)}60%{opacity:1;transform:translate3d(0, 25px, 0) scaleY(0.9)}75%{transform:translate3d(0, -10px, 0) scaleY(0.95)}90%{transform:translate3d(0, 5px, 0) scaleY(0.985)}to{transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, -3000px, 0) scaleY(3)}60%{opacity:1;transform:translate3d(0, 25px, 0) scaleY(0.9)}75%{transform:translate3d(0, -10px, 0) scaleY(0.95)}90%{transform:translate3d(0, 5px, 0) scaleY(0.985)}to{transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(-3000px, 0, 0) scaleX(3)}60%{opacity:1;transform:translate3d(25px, 0, 0) scaleX(1)}75%{transform:translate3d(-10px, 0, 0) scaleX(0.98)}90%{transform:translate3d(5px, 0, 0) scaleX(0.995)}to{transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(-3000px, 0, 0) scaleX(3)}60%{opacity:1;transform:translate3d(25px, 0, 0) scaleX(1)}75%{transform:translate3d(-10px, 0, 0) scaleX(0.98)}90%{transform:translate3d(5px, 0, 0) scaleX(0.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(3000px, 0, 0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px, 0, 0) scaleX(1)}75%{transform:translate3d(10px, 0, 0) scaleX(0.98)}90%{transform:translate3d(-5px, 0, 0) scaleX(0.995)}to{transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(3000px, 0, 0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px, 0, 0) scaleX(1)}75%{transform:translate3d(10px, 0, 0) scaleX(0.98)}90%{transform:translate3d(-5px, 0, 0) scaleX(0.995)}to{transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, 3000px, 0) scaleY(5)}60%{opacity:1;transform:translate3d(0, -20px, 0) scaleY(0.9)}75%{transform:translate3d(0, 10px, 0) scaleY(0.95)}90%{transform:translate3d(0, -5px, 0) scaleY(0.985)}to{transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, 3000px, 0) scaleY(5)}60%{opacity:1;transform:translate3d(0, -20px, 0) scaleY(0.9)}75%{transform:translate3d(0, 10px, 0) scaleY(0.95)}90%{transform:translate3d(0, -5px, 0) scaleY(0.985)}to{transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{transform:scale3d(0.9, 0.9, 0.9)}50%,55%{opacity:1;transform:scale3d(1.1, 1.1, 1.1)}to{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}}@keyframes bounceOut{20%{transform:scale3d(0.9, 0.9, 0.9)}50%,55%{opacity:1;transform:scale3d(1.1, 1.1, 1.1)}to{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{transform:translate3d(0, 10px, 0) scaleY(0.985)}40%,45%{opacity:1;transform:translate3d(0, -20px, 0) scaleY(0.9)}to{opacity:0;transform:translate3d(0, 2000px, 0) scaleY(3)}}@keyframes bounceOutDown{20%{transform:translate3d(0, 10px, 0) scaleY(0.985)}40%,45%{opacity:1;transform:translate3d(0, -20px, 0) scaleY(0.9)}to{opacity:0;transform:translate3d(0, 2000px, 0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px, 0, 0) scaleX(0.9)}to{opacity:0;transform:translate3d(-2000px, 0, 0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px, 0, 0) scaleX(0.9)}to{opacity:0;transform:translate3d(-2000px, 0, 0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px, 0, 0) scaleX(0.9)}to{opacity:0;transform:translate3d(2000px, 0, 0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px, 0, 0) scaleX(0.9)}to{opacity:0;transform:translate3d(2000px, 0, 0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{transform:translate3d(0, -10px, 0) scaleY(0.985)}40%,45%{opacity:1;transform:translate3d(0, 20px, 0) scaleY(0.9)}to{opacity:0;transform:translate3d(0, -2000px, 0) scaleY(3)}}@keyframes bounceOutUp{20%{transform:translate3d(0, -10px, 0) scaleY(0.985)}40%,45%{opacity:1;transform:translate3d(0, 20px, 0) scaleY(0.9)}to{opacity:0;transform:translate3d(0, -2000px, 0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;transform:translate3d(0, -100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0, -100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0, -2000px, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0, -2000px, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%, 0, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%, 0, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px, 0, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px, 0, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%, 0, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%, 0, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px, 0, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px, 0, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;transform:translate3d(0, 100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0, 100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0, 2000px, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0, 2000px, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%, -100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%, -100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%, -100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%, -100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%, 100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%, 100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%, 100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%, 100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0, 100%, 0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0, 100%, 0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0, 2000px, 0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0, 2000px, 0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%, 0, 0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%, 0, 0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px, 0, 0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px, 0, 0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px, 0, 0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px, 0, 0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0, -100%, 0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0, -100%, 0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0, -2000px, 0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0, -2000px, 0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%, -100%, 0)}}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%, -100%, 0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%, -100%, 0)}}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%, -100%, 0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%, 100%, 0)}}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%, 100%, 0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%, 100%, 0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%, 100%, 0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible !important;backface-visibility:visible !important}@-webkit-keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{transform:translate3d(100%, 0, 0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{transform:translate3d(100%, 0, 0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{transform:translate3d(-100%, 0, 0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%, 0, 0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%, 0, 0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%, 0, 0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%, 0, 0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%, 0, 0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0, 700px, 0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0, 700px, 0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;transform:scale(0.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;transform:scale(0.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;transform:translate3d(-100%, 0, 0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%, 0, 0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(-2000px, 0, 0)}}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(-2000px, 0, 0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(2000px, 0, 0)}}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(2000px, 0, 0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{transform:translate3d(0, -100%, 0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInDown{0%{transform:translate3d(0, -100%, 0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{transform:translate3d(-100%, 0, 0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInLeft{0%{transform:translate3d(-100%, 0, 0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{transform:translate3d(100%, 0, 0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInRight{0%{transform:translate3d(100%, 0, 0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{transform:translate3d(0, 100%, 0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInUp{0%{transform:translate3d(0, 100%, 0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0, 100%, 0)}}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0, 100%, 0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%, 0, 0)}}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%, 0, 0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%, 0, 0)}}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%, 0, 0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0, -100%, 0)}}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0, -100%, 0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}

/*
  $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;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg {
  display: none;
  margin-top: 16px;
  line-height: 16px;
  font-size: 14px;
  color: #dc143c;
}
