.shg-box {
  position: relative;
  display: -webkit-box;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-flex: 1;
  flex: 1;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
}

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

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

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

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

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

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

#s-da1a76e1-f65e-48a2-8bd9-3ceed14ef695 {
  min-height: 50px;
background-color: rgba(234, 234, 234, 1);
}
@media (min-width: 1200px){#s-da1a76e1-f65e-48a2-8bd9-3ceed14ef695 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-da1a76e1-f65e-48a2-8bd9-3ceed14ef695 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-da1a76e1-f65e-48a2-8bd9-3ceed14ef695 {
  
}
}@media (max-width: 767px){#s-da1a76e1-f65e-48a2-8bd9-3ceed14ef695 {
  
}
}







#s-da1a76e1-f65e-48a2-8bd9-3ceed14ef695 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-da1a76e1-f65e-48a2-8bd9-3ceed14ef695.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.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: -webkit-box;
  display: flex;
  padding: 20px;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  pointer-events: none;
}

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

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

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

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

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

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

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

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

.shogun-image-overlay.shg-bottom-right {
  -webkit-box-align: end;
          align-items: flex-end;
  -webkit-box-pack: 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: -webkit-box;
  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 {
  -webkit-box-align: start;
          align-items: flex-start;
}

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

.shogun-image-content-bottom {
  -webkit-box-align: end;
          align-items: flex-end;
}
#s-2ad901d7-4fe9-40bf-b253-7b1694ca5fac {
  text-align: left;
}




  #s-2ad901d7-4fe9-40bf-b253-7b1694ca5fac img.shogun-image {
    
    width: px;
  }


#s-2ad901d7-4fe9-40bf-b253-7b1694ca5fac .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-028dee31-ef45-4674-a477-d4397b8a504c {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-028dee31-ef45-4674-a477-d4397b8a504c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-028dee31-ef45-4674-a477-d4397b8a504c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-028dee31-ef45-4674-a477-d4397b8a504c {
  
}
}@media (max-width: 767px){#s-028dee31-ef45-4674-a477-d4397b8a504c {
  
}
}







#s-028dee31-ef45-4674-a477-d4397b8a504c > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-028dee31-ef45-4674-a477-d4397b8a504c.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

.shg-row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
   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-77bb413b-349f-4533-91b4-9ab67ff7770e {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-77bb413b-349f-4533-91b4-9ab67ff7770e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-77bb413b-349f-4533-91b4-9ab67ff7770e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-77bb413b-349f-4533-91b4-9ab67ff7770e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-77bb413b-349f-4533-91b4-9ab67ff7770e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-77bb413b-349f-4533-91b4-9ab67ff7770e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-77bb413b-349f-4533-91b4-9ab67ff7770e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-77bb413b-349f-4533-91b4-9ab67ff7770e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-77bb413b-349f-4533-91b4-9ab67ff7770e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-77bb413b-349f-4533-91b4-9ab67ff7770e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-77bb413b-349f-4533-91b4-9ab67ff7770e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-77bb413b-349f-4533-91b4-9ab67ff7770e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-77bb413b-349f-4533-91b4-9ab67ff7770e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-77bb413b-349f-4533-91b4-9ab67ff7770e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-77bb413b-349f-4533-91b4-9ab67ff7770e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-77bb413b-349f-4533-91b4-9ab67ff7770e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-77bb413b-349f-4533-91b4-9ab67ff7770e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-77bb413b-349f-4533-91b4-9ab67ff7770e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-77bb413b-349f-4533-91b4-9ab67ff7770e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-77bb413b-349f-4533-91b4-9ab67ff7770e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-77bb413b-349f-4533-91b4-9ab67ff7770e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-77bb413b-349f-4533-91b4-9ab67ff7770e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-77bb413b-349f-4533-91b4-9ab67ff7770e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-77bb413b-349f-4533-91b4-9ab67ff7770e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-77bb413b-349f-4533-91b4-9ab67ff7770e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-77bb413b-349f-4533-91b4-9ab67ff7770e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-77bb413b-349f-4533-91b4-9ab67ff7770e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-77bb413b-349f-4533-91b4-9ab67ff7770e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-77bb413b-349f-4533-91b4-9ab67ff7770e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-77bb413b-349f-4533-91b4-9ab67ff7770e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-77bb413b-349f-4533-91b4-9ab67ff7770e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-77bb413b-349f-4533-91b4-9ab67ff7770e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-77bb413b-349f-4533-91b4-9ab67ff7770e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-77bb413b-349f-4533-91b4-9ab67ff7770e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-77bb413b-349f-4533-91b4-9ab67ff7770e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-77bb413b-349f-4533-91b4-9ab67ff7770e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-77bb413b-349f-4533-91b4-9ab67ff7770e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-77bb413b-349f-4533-91b4-9ab67ff7770e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-77bb413b-349f-4533-91b4-9ab67ff7770e"] > .shg-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-flow: column-reverse;
  }
}

#s-0900f1e4-eb85-4f8d-b6c5-b4af2a6d0f2d {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
}








#s-0900f1e4-eb85-4f8d-b6c5-b4af2a6d0f2d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0900f1e4-eb85-4f8d-b6c5-b4af2a6d0f2d.shg-box.shg-c {
  -webkit-box-pack: center;
  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-131e5997-df8c-4284-9851-f3450031953c {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-131e5997-df8c-4284-9851-f3450031953c .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 29px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-2a8f7969-270d-44d9-a81c-bd4a89276e8d {
  margin-left: 50px;
margin-right: 50px;
}

#s-2a8f7969-270d-44d9-a81c-bd4a89276e8d hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

.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-7329b536-ee5b-4e8d-ac43-ba89031189d4 {
  margin-left: 50px;
margin-right: 50px;
}

#s-7ffb82ff-cb65-4bfe-989f-0daeb411468c {
  background-repeat: no-repeat;
background-size: contain;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
background-position: left center;
}








#s-7ffb82ff-cb65-4bfe-989f-0daeb411468c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7ffb82ff-cb65-4bfe-989f-0daeb411468c.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-f44ad5c9-8f14-479e-9939-593ff2a4737e {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-f44ad5c9-8f14-479e-9939-593ff2a4737e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f44ad5c9-8f14-479e-9939-593ff2a4737e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f44ad5c9-8f14-479e-9939-593ff2a4737e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f44ad5c9-8f14-479e-9939-593ff2a4737e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f44ad5c9-8f14-479e-9939-593ff2a4737e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f44ad5c9-8f14-479e-9939-593ff2a4737e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f44ad5c9-8f14-479e-9939-593ff2a4737e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f44ad5c9-8f14-479e-9939-593ff2a4737e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f44ad5c9-8f14-479e-9939-593ff2a4737e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f44ad5c9-8f14-479e-9939-593ff2a4737e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f44ad5c9-8f14-479e-9939-593ff2a4737e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f44ad5c9-8f14-479e-9939-593ff2a4737e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f44ad5c9-8f14-479e-9939-593ff2a4737e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f44ad5c9-8f14-479e-9939-593ff2a4737e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f44ad5c9-8f14-479e-9939-593ff2a4737e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f44ad5c9-8f14-479e-9939-593ff2a4737e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f44ad5c9-8f14-479e-9939-593ff2a4737e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f44ad5c9-8f14-479e-9939-593ff2a4737e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f44ad5c9-8f14-479e-9939-593ff2a4737e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f44ad5c9-8f14-479e-9939-593ff2a4737e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f44ad5c9-8f14-479e-9939-593ff2a4737e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f44ad5c9-8f14-479e-9939-593ff2a4737e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f44ad5c9-8f14-479e-9939-593ff2a4737e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f44ad5c9-8f14-479e-9939-593ff2a4737e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f44ad5c9-8f14-479e-9939-593ff2a4737e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f44ad5c9-8f14-479e-9939-593ff2a4737e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f44ad5c9-8f14-479e-9939-593ff2a4737e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f44ad5c9-8f14-479e-9939-593ff2a4737e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f44ad5c9-8f14-479e-9939-593ff2a4737e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f44ad5c9-8f14-479e-9939-593ff2a4737e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f44ad5c9-8f14-479e-9939-593ff2a4737e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f44ad5c9-8f14-479e-9939-593ff2a4737e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f44ad5c9-8f14-479e-9939-593ff2a4737e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f44ad5c9-8f14-479e-9939-593ff2a4737e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f44ad5c9-8f14-479e-9939-593ff2a4737e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f44ad5c9-8f14-479e-9939-593ff2a4737e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f44ad5c9-8f14-479e-9939-593ff2a4737e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-886cfa56-185c-4fd9-bbbb-035b67a7a7a8 {
  background-repeat: no-repeat;
background-size: contain;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
background-position: right center;
}








#s-886cfa56-185c-4fd9-bbbb-035b67a7a7a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-886cfa56-185c-4fd9-bbbb-035b67a7a7a8.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-d2cb658a-74e1-42d0-8ac7-b3cc9315960b {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
}








#s-d2cb658a-74e1-42d0-8ac7-b3cc9315960b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d2cb658a-74e1-42d0-8ac7-b3cc9315960b.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-c911ca4f-92d4-4b94-a701-3ee5b876930b {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c911ca4f-92d4-4b94-a701-3ee5b876930b .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-25c5bdb4-5f1b-4a36-9635-9a4e2be539e6 {
  margin-left: 50px;
margin-right: 50px;
}

#s-25c5bdb4-5f1b-4a36-9635-9a4e2be539e6 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-317c3f6b-7b1b-4782-a752-50e8884af85f {
  margin-left: 50px;
margin-right: 50px;
}

#s-434d494e-bfc2-4f34-8338-ebc49463d5bd {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-434d494e-bfc2-4f34-8338-ebc49463d5bd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-434d494e-bfc2-4f34-8338-ebc49463d5bd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-434d494e-bfc2-4f34-8338-ebc49463d5bd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-434d494e-bfc2-4f34-8338-ebc49463d5bd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-434d494e-bfc2-4f34-8338-ebc49463d5bd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-434d494e-bfc2-4f34-8338-ebc49463d5bd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-434d494e-bfc2-4f34-8338-ebc49463d5bd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-434d494e-bfc2-4f34-8338-ebc49463d5bd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-434d494e-bfc2-4f34-8338-ebc49463d5bd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-434d494e-bfc2-4f34-8338-ebc49463d5bd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-434d494e-bfc2-4f34-8338-ebc49463d5bd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-434d494e-bfc2-4f34-8338-ebc49463d5bd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-434d494e-bfc2-4f34-8338-ebc49463d5bd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-434d494e-bfc2-4f34-8338-ebc49463d5bd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-434d494e-bfc2-4f34-8338-ebc49463d5bd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-434d494e-bfc2-4f34-8338-ebc49463d5bd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-434d494e-bfc2-4f34-8338-ebc49463d5bd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-434d494e-bfc2-4f34-8338-ebc49463d5bd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-434d494e-bfc2-4f34-8338-ebc49463d5bd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-434d494e-bfc2-4f34-8338-ebc49463d5bd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-434d494e-bfc2-4f34-8338-ebc49463d5bd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-434d494e-bfc2-4f34-8338-ebc49463d5bd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-434d494e-bfc2-4f34-8338-ebc49463d5bd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-434d494e-bfc2-4f34-8338-ebc49463d5bd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-434d494e-bfc2-4f34-8338-ebc49463d5bd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-434d494e-bfc2-4f34-8338-ebc49463d5bd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-434d494e-bfc2-4f34-8338-ebc49463d5bd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-434d494e-bfc2-4f34-8338-ebc49463d5bd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-434d494e-bfc2-4f34-8338-ebc49463d5bd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-434d494e-bfc2-4f34-8338-ebc49463d5bd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-434d494e-bfc2-4f34-8338-ebc49463d5bd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-434d494e-bfc2-4f34-8338-ebc49463d5bd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-434d494e-bfc2-4f34-8338-ebc49463d5bd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-434d494e-bfc2-4f34-8338-ebc49463d5bd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-434d494e-bfc2-4f34-8338-ebc49463d5bd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-434d494e-bfc2-4f34-8338-ebc49463d5bd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-434d494e-bfc2-4f34-8338-ebc49463d5bd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-434d494e-bfc2-4f34-8338-ebc49463d5bd"] > .shg-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-flow: column-reverse;
  }
}

#s-45d76d28-4b02-4467-99b7-6194e2c2b3d2 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
}








#s-45d76d28-4b02-4467-99b7-6194e2c2b3d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-45d76d28-4b02-4467-99b7-6194e2c2b3d2.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-fe11a2cb-6b95-47fc-bd2d-3c761d6284e7 {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fe11a2cb-6b95-47fc-bd2d-3c761d6284e7 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-802bff29-b8c8-4efb-98fa-e77f3c485466 {
  margin-left: 50px;
margin-right: 50px;
}

#s-802bff29-b8c8-4efb-98fa-e77f3c485466 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-8c34682a-c376-4ad1-973e-1ff8c5c4574c {
  margin-left: 50px;
margin-right: 50px;
}

#s-09f5b7c0-4be9-4e02-8fbe-ee9bc83372af {
  background-repeat: no-repeat;
background-size: contain;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
background-position: left top;
}








#s-09f5b7c0-4be9-4e02-8fbe-ee9bc83372af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-09f5b7c0-4be9-4e02-8fbe-ee9bc83372af.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-2a529474-be11-467b-93f9-f47fce88f8c0 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-3d459bd8-abd3-40d4-ad08-3c992bbddd0c {
  min-height: 50px;
}
@media (min-width: 1200px){#s-3d459bd8-abd3-40d4-ad08-3c992bbddd0c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3d459bd8-abd3-40d4-ad08-3c992bbddd0c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3d459bd8-abd3-40d4-ad08-3c992bbddd0c {
  
}
}@media (max-width: 767px){#s-3d459bd8-abd3-40d4-ad08-3c992bbddd0c {
  
}
}







#s-3d459bd8-abd3-40d4-ad08-3c992bbddd0c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3d459bd8-abd3-40d4-ad08-3c992bbddd0c.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-5ab44c5e-0817-4fd5-aea5-1e27bc5ce2db {
  min-height: 50px;
}








#s-5ab44c5e-0817-4fd5-aea5-1e27bc5ce2db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ab44c5e-0817-4fd5-aea5-1e27bc5ce2db.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-9d961d1c-0e56-4569-b913-e0392867b6ad {
  min-height: 0px;
}

@media (min-width: 0px) {
[id="s-9d961d1c-0e56-4569-b913-e0392867b6ad"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9d961d1c-0e56-4569-b913-e0392867b6ad"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9d961d1c-0e56-4569-b913-e0392867b6ad"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9d961d1c-0e56-4569-b913-e0392867b6ad"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9d961d1c-0e56-4569-b913-e0392867b6ad"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9d961d1c-0e56-4569-b913-e0392867b6ad"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9d961d1c-0e56-4569-b913-e0392867b6ad"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9d961d1c-0e56-4569-b913-e0392867b6ad"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9d961d1c-0e56-4569-b913-e0392867b6ad"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9d961d1c-0e56-4569-b913-e0392867b6ad"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9d961d1c-0e56-4569-b913-e0392867b6ad"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9d961d1c-0e56-4569-b913-e0392867b6ad"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9d961d1c-0e56-4569-b913-e0392867b6ad"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9d961d1c-0e56-4569-b913-e0392867b6ad"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9d961d1c-0e56-4569-b913-e0392867b6ad"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9d961d1c-0e56-4569-b913-e0392867b6ad"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9d961d1c-0e56-4569-b913-e0392867b6ad"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9d961d1c-0e56-4569-b913-e0392867b6ad"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9d961d1c-0e56-4569-b913-e0392867b6ad"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9d961d1c-0e56-4569-b913-e0392867b6ad"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9d961d1c-0e56-4569-b913-e0392867b6ad"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9d961d1c-0e56-4569-b913-e0392867b6ad"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9d961d1c-0e56-4569-b913-e0392867b6ad"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9d961d1c-0e56-4569-b913-e0392867b6ad"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9d961d1c-0e56-4569-b913-e0392867b6ad"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9d961d1c-0e56-4569-b913-e0392867b6ad"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9d961d1c-0e56-4569-b913-e0392867b6ad"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9d961d1c-0e56-4569-b913-e0392867b6ad"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9d961d1c-0e56-4569-b913-e0392867b6ad"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9d961d1c-0e56-4569-b913-e0392867b6ad"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9d961d1c-0e56-4569-b913-e0392867b6ad"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9d961d1c-0e56-4569-b913-e0392867b6ad"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9d961d1c-0e56-4569-b913-e0392867b6ad"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9d961d1c-0e56-4569-b913-e0392867b6ad"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9d961d1c-0e56-4569-b913-e0392867b6ad"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9d961d1c-0e56-4569-b913-e0392867b6ad"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9d961d1c-0e56-4569-b913-e0392867b6ad"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-a5ff94c4-4c90-4b9a-a404-488aa0896f59 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a5ff94c4-4c90-4b9a-a404-488aa0896f59 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



.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-d40255b4-8fed-4e26-b5e1-33cb9e230d65 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
line-height: 1em;
}
#s-d40255b4-8fed-4e26-b5e1-33cb9e230d65:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d40255b4-8fed-4e26-b5e1-33cb9e230d65:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d40255b4-8fed-4e26-b5e1-33cb9e230d65-btn-wrapper {
    text-align: center;
  }


#s-d40255b4-8fed-4e26-b5e1-33cb9e230d65.shg-btn {
  color: #ffffff;
  font-size: 40px;
  
  
  font-family: Bayon;
  display:  inline-block ;
}

#s-e08452f7-ab9f-4f5c-8cbe-c28524ee5f1d {
  min-height: 50px;
}








#s-e08452f7-ab9f-4f5c-8cbe-c28524ee5f1d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e08452f7-ab9f-4f5c-8cbe-c28524ee5f1d.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-8072687d-5494-42db-a3cf-e58c4b1510d5 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-7cbf6422-eb32-4edd-a397-2cde42b9c517 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7cbf6422-eb32-4edd-a397-2cde42b9c517 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-49077ccb-2d42-489f-a267-b8f629033753 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-34f445e7-7c00-4371-989a-635703a54da8 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-34f445e7-7c00-4371-989a-635703a54da8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-34f445e7-7c00-4371-989a-635703a54da8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-34f445e7-7c00-4371-989a-635703a54da8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-34f445e7-7c00-4371-989a-635703a54da8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-34f445e7-7c00-4371-989a-635703a54da8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-34f445e7-7c00-4371-989a-635703a54da8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-34f445e7-7c00-4371-989a-635703a54da8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-34f445e7-7c00-4371-989a-635703a54da8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-34f445e7-7c00-4371-989a-635703a54da8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-34f445e7-7c00-4371-989a-635703a54da8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-34f445e7-7c00-4371-989a-635703a54da8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-34f445e7-7c00-4371-989a-635703a54da8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-34f445e7-7c00-4371-989a-635703a54da8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-34f445e7-7c00-4371-989a-635703a54da8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-34f445e7-7c00-4371-989a-635703a54da8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-34f445e7-7c00-4371-989a-635703a54da8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-34f445e7-7c00-4371-989a-635703a54da8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-34f445e7-7c00-4371-989a-635703a54da8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-34f445e7-7c00-4371-989a-635703a54da8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-34f445e7-7c00-4371-989a-635703a54da8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-34f445e7-7c00-4371-989a-635703a54da8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-34f445e7-7c00-4371-989a-635703a54da8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-34f445e7-7c00-4371-989a-635703a54da8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-34f445e7-7c00-4371-989a-635703a54da8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-34f445e7-7c00-4371-989a-635703a54da8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-34f445e7-7c00-4371-989a-635703a54da8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-34f445e7-7c00-4371-989a-635703a54da8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-34f445e7-7c00-4371-989a-635703a54da8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-34f445e7-7c00-4371-989a-635703a54da8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-34f445e7-7c00-4371-989a-635703a54da8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-34f445e7-7c00-4371-989a-635703a54da8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-34f445e7-7c00-4371-989a-635703a54da8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-34f445e7-7c00-4371-989a-635703a54da8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-34f445e7-7c00-4371-989a-635703a54da8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-34f445e7-7c00-4371-989a-635703a54da8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-34f445e7-7c00-4371-989a-635703a54da8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-34f445e7-7c00-4371-989a-635703a54da8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-ffdaf0b7-001a-41ac-9a26-c1703bbdd12a {
  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;
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  -webkit-transform: scale(1);
          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-daac9879-3186-4b7b-9040-7a25bd79f2f9 {
  text-align: center;
}


.shg-c#s-daac9879-3186-4b7b-9040-7a25bd79f2f9 {
  max-width: 100%;
}

.shg-c#s-daac9879-3186-4b7b-9040-7a25bd79f2f9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-daac9879-3186-4b7b-9040-7a25bd79f2f9 .shg-image-zoom,
.shg-c#s-daac9879-3186-4b7b-9040-7a25bd79f2f9 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-daac9879-3186-4b7b-9040-7a25bd79f2f9 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-daac9879-3186-4b7b-9040-7a25bd79f2f9 {
  max-width: 100%;
}

.shg-c#s-daac9879-3186-4b7b-9040-7a25bd79f2f9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-daac9879-3186-4b7b-9040-7a25bd79f2f9 .shg-image-zoom,
.shg-c#s-daac9879-3186-4b7b-9040-7a25bd79f2f9 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-daac9879-3186-4b7b-9040-7a25bd79f2f9 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-daac9879-3186-4b7b-9040-7a25bd79f2f9 {
  max-width: 100%;
}

.shg-c#s-daac9879-3186-4b7b-9040-7a25bd79f2f9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-daac9879-3186-4b7b-9040-7a25bd79f2f9 .shg-image-zoom,
.shg-c#s-daac9879-3186-4b7b-9040-7a25bd79f2f9 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-daac9879-3186-4b7b-9040-7a25bd79f2f9 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-daac9879-3186-4b7b-9040-7a25bd79f2f9 {
  max-width: 100%;
}

.shg-c#s-daac9879-3186-4b7b-9040-7a25bd79f2f9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-daac9879-3186-4b7b-9040-7a25bd79f2f9 .shg-image-zoom,
.shg-c#s-daac9879-3186-4b7b-9040-7a25bd79f2f9 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-daac9879-3186-4b7b-9040-7a25bd79f2f9 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-daac9879-3186-4b7b-9040-7a25bd79f2f9 {
  max-width: 100%;
}

.shg-c#s-daac9879-3186-4b7b-9040-7a25bd79f2f9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-daac9879-3186-4b7b-9040-7a25bd79f2f9 .shg-image-zoom,
.shg-c#s-daac9879-3186-4b7b-9040-7a25bd79f2f9 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-daac9879-3186-4b7b-9040-7a25bd79f2f9 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
.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-77eefc73-27fa-4532-91f5-579b4bd52159 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-77eefc73-27fa-4532-91f5-579b4bd52159 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 20px;
}

#s-04d988d8-e885-47d7-a675-c140ab6a6a2e {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}

#s-04d988d8-e885-47d7-a675-c140ab6a6a2e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
}

#s-04d988d8-e885-47d7-a675-c140ab6a6a2e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-04d988d8-e885-47d7-a675-c140ab6a6a2e .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
  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;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
  opacity: 1;
}

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

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: 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-e6c3206e-3ee0-4225-93bf-e4b895e53d45 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-e6c3206e-3ee0-4225-93bf-e4b895e53d45:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e6c3206e-3ee0-4225-93bf-e4b895e53d45:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e6c3206e-3ee0-4225-93bf-e4b895e53d45 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-e6c3206e-3ee0-4225-93bf-e4b895e53d45.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e6c3206e-3ee0-4225-93bf-e4b895e53d45.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-e6c3206e-3ee0-4225-93bf-e4b895e53d45.shg-btn.shg-product-atc-error {
  
  font-family: Montserrat;
  
  
  
}



#s-5945dce9-9284-4c28-9795-01a2506edc74 {
  display: none;
}
#s-34b79c0c-a539-4b28-945c-515b4fb526ef {
  text-align: center;
}


.shg-c#s-34b79c0c-a539-4b28-945c-515b4fb526ef {
  max-width: 100%;
}

.shg-c#s-34b79c0c-a539-4b28-945c-515b4fb526ef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-34b79c0c-a539-4b28-945c-515b4fb526ef .shg-image-zoom,
.shg-c#s-34b79c0c-a539-4b28-945c-515b4fb526ef img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-34b79c0c-a539-4b28-945c-515b4fb526ef .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-34b79c0c-a539-4b28-945c-515b4fb526ef {
  max-width: 100%;
}

.shg-c#s-34b79c0c-a539-4b28-945c-515b4fb526ef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-34b79c0c-a539-4b28-945c-515b4fb526ef .shg-image-zoom,
.shg-c#s-34b79c0c-a539-4b28-945c-515b4fb526ef img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-34b79c0c-a539-4b28-945c-515b4fb526ef .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-34b79c0c-a539-4b28-945c-515b4fb526ef {
  max-width: 100%;
}

.shg-c#s-34b79c0c-a539-4b28-945c-515b4fb526ef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-34b79c0c-a539-4b28-945c-515b4fb526ef .shg-image-zoom,
.shg-c#s-34b79c0c-a539-4b28-945c-515b4fb526ef img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-34b79c0c-a539-4b28-945c-515b4fb526ef .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-34b79c0c-a539-4b28-945c-515b4fb526ef {
  max-width: 100%;
}

.shg-c#s-34b79c0c-a539-4b28-945c-515b4fb526ef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-34b79c0c-a539-4b28-945c-515b4fb526ef .shg-image-zoom,
.shg-c#s-34b79c0c-a539-4b28-945c-515b4fb526ef img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-34b79c0c-a539-4b28-945c-515b4fb526ef .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-34b79c0c-a539-4b28-945c-515b4fb526ef {
  max-width: 100%;
}

.shg-c#s-34b79c0c-a539-4b28-945c-515b4fb526ef img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-34b79c0c-a539-4b28-945c-515b4fb526ef .shg-image-zoom,
.shg-c#s-34b79c0c-a539-4b28-945c-515b4fb526ef img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-34b79c0c-a539-4b28-945c-515b4fb526ef .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-05b8997c-f025-4537-b1b8-389c2fcf0c3e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-05b8997c-f025-4537-b1b8-389c2fcf0c3e .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 20px;
}

#s-888e580d-9dea-4a43-bb21-225ef1153dcb {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}

#s-888e580d-9dea-4a43-bb21-225ef1153dcb .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
}

#s-888e580d-9dea-4a43-bb21-225ef1153dcb .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-888e580d-9dea-4a43-bb21-225ef1153dcb .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
  padding-left: 10px;
}
#s-f4a57002-2601-4755-8649-1db2e2eb4132 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-f4a57002-2601-4755-8649-1db2e2eb4132:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f4a57002-2601-4755-8649-1db2e2eb4132:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f4a57002-2601-4755-8649-1db2e2eb4132 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-f4a57002-2601-4755-8649-1db2e2eb4132.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f4a57002-2601-4755-8649-1db2e2eb4132.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-f4a57002-2601-4755-8649-1db2e2eb4132.shg-btn.shg-product-atc-error {
  
  font-family: Montserrat;
  
  
  
}



#s-11da970b-6e01-4bfd-be27-825bac09cdff hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-d39af087-d994-438d-9573-9a90202cb6f2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d39af087-d994-438d-9573-9a90202cb6f2 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



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

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

.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.shg-sld-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyMDMgNTQ0cTAgMTMtMTAgMjNsLTM5MyAzOTMgMzkzIDM5M3ExMCAxMCAxMCAyM3QtMTAgMjNsLTUwIDUwcS0xMCAxMC0yMyAxMHQtMjMtMTBsLTQ2Ni00NjZxLTEwLTEwLTEwLTIzdDEwLTIzbDQ2Ni00NjZxMTAtMTAgMjMtMTB0MjMgMTBsNTAgNTBxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExNzEgOTYwcTAgMTMtMTAgMjNsLTQ2NiA0NjZxLTEwIDEwLTIzIDEwdC0yMy0xMGwtNTAtNTBxLTEwLTEwLTEwLTIzdDEwLTIzbDM5My0zOTMtMzkzLTM5M3EtMTAtMTAtMTAtMjN0MTAtMjNsNTAtNTBxMTAtMTAgMjMtMTB0MjMgMTBsNDY2IDQ2NnExMCAxMCAxMCAyM3oiLz48L3N2Zz4=);
}

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

.shg-sld-dot {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  background-color: #bbbbbb;
}

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

.shg-sld-dot.shg-sld-active {
  background-color: #717171;
}

.shg-sld-fade {
  -webkit-animation-name: shg-sld-fade;
          animation-name: shg-sld-fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

#s-fedc862b-7f88-4f5b-a70d-fd0800d7bd51 {
  padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-3420b1df-c9d1-4f85-bebe-44eadbdea89e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-3420b1df-c9d1-4f85-bebe-44eadbdea89e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3420b1df-c9d1-4f85-bebe-44eadbdea89e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-3420b1df-c9d1-4f85-bebe-44eadbdea89e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-3420b1df-c9d1-4f85-bebe-44eadbdea89e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-3420b1df-c9d1-4f85-bebe-44eadbdea89e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-3420b1df-c9d1-4f85-bebe-44eadbdea89e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-3420b1df-c9d1-4f85-bebe-44eadbdea89e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-3420b1df-c9d1-4f85-bebe-44eadbdea89e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-3420b1df-c9d1-4f85-bebe-44eadbdea89e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-3420b1df-c9d1-4f85-bebe-44eadbdea89e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-3420b1df-c9d1-4f85-bebe-44eadbdea89e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-3420b1df-c9d1-4f85-bebe-44eadbdea89e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-3420b1df-c9d1-4f85-bebe-44eadbdea89e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-3420b1df-c9d1-4f85-bebe-44eadbdea89e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-3420b1df-c9d1-4f85-bebe-44eadbdea89e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-3420b1df-c9d1-4f85-bebe-44eadbdea89e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-3420b1df-c9d1-4f85-bebe-44eadbdea89e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-3420b1df-c9d1-4f85-bebe-44eadbdea89e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-3420b1df-c9d1-4f85-bebe-44eadbdea89e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-3420b1df-c9d1-4f85-bebe-44eadbdea89e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-3420b1df-c9d1-4f85-bebe-44eadbdea89e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-3420b1df-c9d1-4f85-bebe-44eadbdea89e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-3420b1df-c9d1-4f85-bebe-44eadbdea89e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-3420b1df-c9d1-4f85-bebe-44eadbdea89e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-3420b1df-c9d1-4f85-bebe-44eadbdea89e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-3420b1df-c9d1-4f85-bebe-44eadbdea89e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-3420b1df-c9d1-4f85-bebe-44eadbdea89e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-3420b1df-c9d1-4f85-bebe-44eadbdea89e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-3420b1df-c9d1-4f85-bebe-44eadbdea89e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-3420b1df-c9d1-4f85-bebe-44eadbdea89e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-3420b1df-c9d1-4f85-bebe-44eadbdea89e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-3420b1df-c9d1-4f85-bebe-44eadbdea89e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-3420b1df-c9d1-4f85-bebe-44eadbdea89e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-3420b1df-c9d1-4f85-bebe-44eadbdea89e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-3420b1df-c9d1-4f85-bebe-44eadbdea89e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-3420b1df-c9d1-4f85-bebe-44eadbdea89e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-3420b1df-c9d1-4f85-bebe-44eadbdea89e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-41a578d6-192a-400e-8487-9cb24ace1540 {
  display: none;
}
#s-f46036d9-e65a-4caa-8c34-572c166ea53b {
  text-align: center;
}


.shg-c#s-f46036d9-e65a-4caa-8c34-572c166ea53b {
  max-width: 100%;
}

.shg-c#s-f46036d9-e65a-4caa-8c34-572c166ea53b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f46036d9-e65a-4caa-8c34-572c166ea53b .shg-image-zoom,
.shg-c#s-f46036d9-e65a-4caa-8c34-572c166ea53b img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-f46036d9-e65a-4caa-8c34-572c166ea53b .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-f46036d9-e65a-4caa-8c34-572c166ea53b {
  max-width: 100%;
}

.shg-c#s-f46036d9-e65a-4caa-8c34-572c166ea53b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f46036d9-e65a-4caa-8c34-572c166ea53b .shg-image-zoom,
.shg-c#s-f46036d9-e65a-4caa-8c34-572c166ea53b img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-f46036d9-e65a-4caa-8c34-572c166ea53b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f46036d9-e65a-4caa-8c34-572c166ea53b {
  max-width: 100%;
}

.shg-c#s-f46036d9-e65a-4caa-8c34-572c166ea53b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f46036d9-e65a-4caa-8c34-572c166ea53b .shg-image-zoom,
.shg-c#s-f46036d9-e65a-4caa-8c34-572c166ea53b img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-f46036d9-e65a-4caa-8c34-572c166ea53b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f46036d9-e65a-4caa-8c34-572c166ea53b {
  max-width: 100%;
}

.shg-c#s-f46036d9-e65a-4caa-8c34-572c166ea53b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f46036d9-e65a-4caa-8c34-572c166ea53b .shg-image-zoom,
.shg-c#s-f46036d9-e65a-4caa-8c34-572c166ea53b img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-f46036d9-e65a-4caa-8c34-572c166ea53b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-f46036d9-e65a-4caa-8c34-572c166ea53b {
  max-width: 100%;
}

.shg-c#s-f46036d9-e65a-4caa-8c34-572c166ea53b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f46036d9-e65a-4caa-8c34-572c166ea53b .shg-image-zoom,
.shg-c#s-f46036d9-e65a-4caa-8c34-572c166ea53b img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-f46036d9-e65a-4caa-8c34-572c166ea53b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-7a89f70b-7da4-4276-b8a5-cbeaf0c23e7a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7a89f70b-7da4-4276-b8a5-cbeaf0c23e7a .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 20px;
}

#s-01b7babb-b03c-40dc-9261-6823dd65b638 {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}

#s-01b7babb-b03c-40dc-9261-6823dd65b638 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
}

#s-01b7babb-b03c-40dc-9261-6823dd65b638 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-01b7babb-b03c-40dc-9261-6823dd65b638 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-3c4717a3-1c60-4c2c-895d-188f368518bb {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-3c4717a3-1c60-4c2c-895d-188f368518bb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3c4717a3-1c60-4c2c-895d-188f368518bb:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3c4717a3-1c60-4c2c-895d-188f368518bb {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-3c4717a3-1c60-4c2c-895d-188f368518bb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3c4717a3-1c60-4c2c-895d-188f368518bb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-3c4717a3-1c60-4c2c-895d-188f368518bb.shg-btn.shg-product-atc-error {
  
  font-family: Montserrat;
  
  
  
}



#s-245b4b44-95f4-4b70-a60b-cc7bea5ae5eb {
  display: none;
}
#s-6159e0cb-5081-4cd4-9991-a35e6b43689b {
  text-align: center;
}


.shg-c#s-6159e0cb-5081-4cd4-9991-a35e6b43689b {
  max-width: 100%;
}

.shg-c#s-6159e0cb-5081-4cd4-9991-a35e6b43689b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6159e0cb-5081-4cd4-9991-a35e6b43689b .shg-image-zoom,
.shg-c#s-6159e0cb-5081-4cd4-9991-a35e6b43689b img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-6159e0cb-5081-4cd4-9991-a35e6b43689b .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-6159e0cb-5081-4cd4-9991-a35e6b43689b {
  max-width: 100%;
}

.shg-c#s-6159e0cb-5081-4cd4-9991-a35e6b43689b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6159e0cb-5081-4cd4-9991-a35e6b43689b .shg-image-zoom,
.shg-c#s-6159e0cb-5081-4cd4-9991-a35e6b43689b img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-6159e0cb-5081-4cd4-9991-a35e6b43689b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6159e0cb-5081-4cd4-9991-a35e6b43689b {
  max-width: 100%;
}

.shg-c#s-6159e0cb-5081-4cd4-9991-a35e6b43689b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6159e0cb-5081-4cd4-9991-a35e6b43689b .shg-image-zoom,
.shg-c#s-6159e0cb-5081-4cd4-9991-a35e6b43689b img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-6159e0cb-5081-4cd4-9991-a35e6b43689b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6159e0cb-5081-4cd4-9991-a35e6b43689b {
  max-width: 100%;
}

.shg-c#s-6159e0cb-5081-4cd4-9991-a35e6b43689b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6159e0cb-5081-4cd4-9991-a35e6b43689b .shg-image-zoom,
.shg-c#s-6159e0cb-5081-4cd4-9991-a35e6b43689b img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-6159e0cb-5081-4cd4-9991-a35e6b43689b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-6159e0cb-5081-4cd4-9991-a35e6b43689b {
  max-width: 100%;
}

.shg-c#s-6159e0cb-5081-4cd4-9991-a35e6b43689b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6159e0cb-5081-4cd4-9991-a35e6b43689b .shg-image-zoom,
.shg-c#s-6159e0cb-5081-4cd4-9991-a35e6b43689b img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-6159e0cb-5081-4cd4-9991-a35e6b43689b .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-deabcdc5-a243-43ae-9fcb-a5b32c58123e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-deabcdc5-a243-43ae-9fcb-a5b32c58123e .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 20px;
}

#s-70ce2871-e035-43a0-9837-b10fcae8a4b8 {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}

#s-70ce2871-e035-43a0-9837-b10fcae8a4b8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
}

#s-70ce2871-e035-43a0-9837-b10fcae8a4b8 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-70ce2871-e035-43a0-9837-b10fcae8a4b8 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-5f0c74c4-bdea-46a2-bd54-388065cddca3 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-5f0c74c4-bdea-46a2-bd54-388065cddca3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5f0c74c4-bdea-46a2-bd54-388065cddca3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5f0c74c4-bdea-46a2-bd54-388065cddca3 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-5f0c74c4-bdea-46a2-bd54-388065cddca3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5f0c74c4-bdea-46a2-bd54-388065cddca3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-5f0c74c4-bdea-46a2-bd54-388065cddca3.shg-btn.shg-product-atc-error {
  
  font-family: Montserrat;
  
  
  
}



#s-7c2f3859-cce2-4747-8406-edf30c48e3aa {
  display: none;
}
#s-2aa17123-c4a9-410f-93d4-a9f99aeee28f {
  text-align: center;
}


.shg-c#s-2aa17123-c4a9-410f-93d4-a9f99aeee28f {
  max-width: 100%;
}

.shg-c#s-2aa17123-c4a9-410f-93d4-a9f99aeee28f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2aa17123-c4a9-410f-93d4-a9f99aeee28f .shg-image-zoom,
.shg-c#s-2aa17123-c4a9-410f-93d4-a9f99aeee28f img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-2aa17123-c4a9-410f-93d4-a9f99aeee28f .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-2aa17123-c4a9-410f-93d4-a9f99aeee28f {
  max-width: 100%;
}

.shg-c#s-2aa17123-c4a9-410f-93d4-a9f99aeee28f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2aa17123-c4a9-410f-93d4-a9f99aeee28f .shg-image-zoom,
.shg-c#s-2aa17123-c4a9-410f-93d4-a9f99aeee28f img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-2aa17123-c4a9-410f-93d4-a9f99aeee28f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2aa17123-c4a9-410f-93d4-a9f99aeee28f {
  max-width: 100%;
}

.shg-c#s-2aa17123-c4a9-410f-93d4-a9f99aeee28f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2aa17123-c4a9-410f-93d4-a9f99aeee28f .shg-image-zoom,
.shg-c#s-2aa17123-c4a9-410f-93d4-a9f99aeee28f img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-2aa17123-c4a9-410f-93d4-a9f99aeee28f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2aa17123-c4a9-410f-93d4-a9f99aeee28f {
  max-width: 100%;
}

.shg-c#s-2aa17123-c4a9-410f-93d4-a9f99aeee28f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2aa17123-c4a9-410f-93d4-a9f99aeee28f .shg-image-zoom,
.shg-c#s-2aa17123-c4a9-410f-93d4-a9f99aeee28f img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-2aa17123-c4a9-410f-93d4-a9f99aeee28f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-2aa17123-c4a9-410f-93d4-a9f99aeee28f {
  max-width: 100%;
}

.shg-c#s-2aa17123-c4a9-410f-93d4-a9f99aeee28f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2aa17123-c4a9-410f-93d4-a9f99aeee28f .shg-image-zoom,
.shg-c#s-2aa17123-c4a9-410f-93d4-a9f99aeee28f img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-2aa17123-c4a9-410f-93d4-a9f99aeee28f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-df6af2e7-246e-44ca-97fe-bbb5ed3a2466 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-df6af2e7-246e-44ca-97fe-bbb5ed3a2466 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 20px;
}

#s-dfebabbd-e6ba-45d6-8304-e78ee2e07b56 {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}

#s-dfebabbd-e6ba-45d6-8304-e78ee2e07b56 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
}

#s-dfebabbd-e6ba-45d6-8304-e78ee2e07b56 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-dfebabbd-e6ba-45d6-8304-e78ee2e07b56 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-cd1776d0-c232-4a16-bbb5-0ee7fab94af8 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-cd1776d0-c232-4a16-bbb5-0ee7fab94af8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cd1776d0-c232-4a16-bbb5-0ee7fab94af8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-cd1776d0-c232-4a16-bbb5-0ee7fab94af8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-cd1776d0-c232-4a16-bbb5-0ee7fab94af8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cd1776d0-c232-4a16-bbb5-0ee7fab94af8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-cd1776d0-c232-4a16-bbb5-0ee7fab94af8.shg-btn.shg-product-atc-error {
  
  font-family: Montserrat;
  
  
  
}



#s-b0bf0f48-efa3-4fef-8309-11c5e7c369eb {
  display: none;
}
#s-187361f6-a893-45f7-ad86-2ffbb8c2a05e {
  min-height: 50px;
}








#s-187361f6-a893-45f7-ad86-2ffbb8c2a05e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-187361f6-a893-45f7-ad86-2ffbb8c2a05e.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-ebfe1e34-d28a-4212-baba-30217c969574"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-ebfe1e34-d28a-4212-baba-30217c969574"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ebfe1e34-d28a-4212-baba-30217c969574"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-ebfe1e34-d28a-4212-baba-30217c969574"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-ebfe1e34-d28a-4212-baba-30217c969574"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-ebfe1e34-d28a-4212-baba-30217c969574"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-ebfe1e34-d28a-4212-baba-30217c969574"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-ebfe1e34-d28a-4212-baba-30217c969574"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-ebfe1e34-d28a-4212-baba-30217c969574"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-ebfe1e34-d28a-4212-baba-30217c969574"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-ebfe1e34-d28a-4212-baba-30217c969574"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-ebfe1e34-d28a-4212-baba-30217c969574"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-ebfe1e34-d28a-4212-baba-30217c969574"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-ebfe1e34-d28a-4212-baba-30217c969574"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-ebfe1e34-d28a-4212-baba-30217c969574"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-ebfe1e34-d28a-4212-baba-30217c969574"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-ebfe1e34-d28a-4212-baba-30217c969574"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-ebfe1e34-d28a-4212-baba-30217c969574"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-ebfe1e34-d28a-4212-baba-30217c969574"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-ebfe1e34-d28a-4212-baba-30217c969574"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-ebfe1e34-d28a-4212-baba-30217c969574"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-ebfe1e34-d28a-4212-baba-30217c969574"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-ebfe1e34-d28a-4212-baba-30217c969574"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-ebfe1e34-d28a-4212-baba-30217c969574"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-ebfe1e34-d28a-4212-baba-30217c969574"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-ebfe1e34-d28a-4212-baba-30217c969574"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-ebfe1e34-d28a-4212-baba-30217c969574"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-ebfe1e34-d28a-4212-baba-30217c969574"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-ebfe1e34-d28a-4212-baba-30217c969574"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-ebfe1e34-d28a-4212-baba-30217c969574"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-ebfe1e34-d28a-4212-baba-30217c969574"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-ebfe1e34-d28a-4212-baba-30217c969574"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-ebfe1e34-d28a-4212-baba-30217c969574"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-ebfe1e34-d28a-4212-baba-30217c969574"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-ebfe1e34-d28a-4212-baba-30217c969574"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-ebfe1e34-d28a-4212-baba-30217c969574"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-ebfe1e34-d28a-4212-baba-30217c969574"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-ebfe1e34-d28a-4212-baba-30217c969574"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-d8c642c9-cba6-4e19-ba2e-900b7dbf8f44 {
  display: none;
}
#s-df9df63b-8faa-434d-b27d-066e06c3b2ec {
  text-align: center;
}


.shg-c#s-df9df63b-8faa-434d-b27d-066e06c3b2ec {
  max-width: 100%;
}

.shg-c#s-df9df63b-8faa-434d-b27d-066e06c3b2ec img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-df9df63b-8faa-434d-b27d-066e06c3b2ec .shg-image-zoom,
.shg-c#s-df9df63b-8faa-434d-b27d-066e06c3b2ec img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-df9df63b-8faa-434d-b27d-066e06c3b2ec .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-df9df63b-8faa-434d-b27d-066e06c3b2ec {
  max-width: 100%;
}

.shg-c#s-df9df63b-8faa-434d-b27d-066e06c3b2ec img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-df9df63b-8faa-434d-b27d-066e06c3b2ec .shg-image-zoom,
.shg-c#s-df9df63b-8faa-434d-b27d-066e06c3b2ec img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-df9df63b-8faa-434d-b27d-066e06c3b2ec .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-df9df63b-8faa-434d-b27d-066e06c3b2ec {
  max-width: 100%;
}

.shg-c#s-df9df63b-8faa-434d-b27d-066e06c3b2ec img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-df9df63b-8faa-434d-b27d-066e06c3b2ec .shg-image-zoom,
.shg-c#s-df9df63b-8faa-434d-b27d-066e06c3b2ec img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-df9df63b-8faa-434d-b27d-066e06c3b2ec .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-df9df63b-8faa-434d-b27d-066e06c3b2ec {
  max-width: 100%;
}

.shg-c#s-df9df63b-8faa-434d-b27d-066e06c3b2ec img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-df9df63b-8faa-434d-b27d-066e06c3b2ec .shg-image-zoom,
.shg-c#s-df9df63b-8faa-434d-b27d-066e06c3b2ec img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-df9df63b-8faa-434d-b27d-066e06c3b2ec .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-df9df63b-8faa-434d-b27d-066e06c3b2ec {
  max-width: 100%;
}

.shg-c#s-df9df63b-8faa-434d-b27d-066e06c3b2ec img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-df9df63b-8faa-434d-b27d-066e06c3b2ec .shg-image-zoom,
.shg-c#s-df9df63b-8faa-434d-b27d-066e06c3b2ec img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-df9df63b-8faa-434d-b27d-066e06c3b2ec .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-fce1fbc7-a560-45be-aeaf-b8518d764d6e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fce1fbc7-a560-45be-aeaf-b8518d764d6e .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 20px;
}

#s-eae3bdf4-c35a-4b51-abeb-b5ad93c653df {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}

#s-eae3bdf4-c35a-4b51-abeb-b5ad93c653df .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
}

#s-eae3bdf4-c35a-4b51-abeb-b5ad93c653df .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-eae3bdf4-c35a-4b51-abeb-b5ad93c653df .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-e1aedbcc-daac-4a18-bba4-8c21435ab42d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-e1aedbcc-daac-4a18-bba4-8c21435ab42d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e1aedbcc-daac-4a18-bba4-8c21435ab42d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e1aedbcc-daac-4a18-bba4-8c21435ab42d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-e1aedbcc-daac-4a18-bba4-8c21435ab42d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e1aedbcc-daac-4a18-bba4-8c21435ab42d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-e1aedbcc-daac-4a18-bba4-8c21435ab42d.shg-btn.shg-product-atc-error {
  
  font-family: Montserrat;
  
  
  
}



#s-19061737-c48c-413f-9914-3d435a87fa2f {
  display: none;
}
#s-fad97131-d7da-4370-8b85-9d5fb21efcc1 {
  text-align: center;
}


.shg-c#s-fad97131-d7da-4370-8b85-9d5fb21efcc1 {
  max-width: 100%;
}

.shg-c#s-fad97131-d7da-4370-8b85-9d5fb21efcc1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fad97131-d7da-4370-8b85-9d5fb21efcc1 .shg-image-zoom,
.shg-c#s-fad97131-d7da-4370-8b85-9d5fb21efcc1 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-fad97131-d7da-4370-8b85-9d5fb21efcc1 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-fad97131-d7da-4370-8b85-9d5fb21efcc1 {
  max-width: 100%;
}

.shg-c#s-fad97131-d7da-4370-8b85-9d5fb21efcc1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fad97131-d7da-4370-8b85-9d5fb21efcc1 .shg-image-zoom,
.shg-c#s-fad97131-d7da-4370-8b85-9d5fb21efcc1 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-fad97131-d7da-4370-8b85-9d5fb21efcc1 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-fad97131-d7da-4370-8b85-9d5fb21efcc1 {
  max-width: 100%;
}

.shg-c#s-fad97131-d7da-4370-8b85-9d5fb21efcc1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fad97131-d7da-4370-8b85-9d5fb21efcc1 .shg-image-zoom,
.shg-c#s-fad97131-d7da-4370-8b85-9d5fb21efcc1 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-fad97131-d7da-4370-8b85-9d5fb21efcc1 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-fad97131-d7da-4370-8b85-9d5fb21efcc1 {
  max-width: 100%;
}

.shg-c#s-fad97131-d7da-4370-8b85-9d5fb21efcc1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fad97131-d7da-4370-8b85-9d5fb21efcc1 .shg-image-zoom,
.shg-c#s-fad97131-d7da-4370-8b85-9d5fb21efcc1 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-fad97131-d7da-4370-8b85-9d5fb21efcc1 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-fad97131-d7da-4370-8b85-9d5fb21efcc1 {
  max-width: 100%;
}

.shg-c#s-fad97131-d7da-4370-8b85-9d5fb21efcc1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fad97131-d7da-4370-8b85-9d5fb21efcc1 .shg-image-zoom,
.shg-c#s-fad97131-d7da-4370-8b85-9d5fb21efcc1 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-fad97131-d7da-4370-8b85-9d5fb21efcc1 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-6603aa03-4455-4872-abc7-1bca63aa96c1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6603aa03-4455-4872-abc7-1bca63aa96c1 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 20px;
}

#s-fbf0c0c7-5a58-482b-8f11-cedc530e48e5 {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}

#s-fbf0c0c7-5a58-482b-8f11-cedc530e48e5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
}

#s-fbf0c0c7-5a58-482b-8f11-cedc530e48e5 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-fbf0c0c7-5a58-482b-8f11-cedc530e48e5 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-1cc135fa-3cca-46fe-b238-452f9c056c96 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-1cc135fa-3cca-46fe-b238-452f9c056c96:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1cc135fa-3cca-46fe-b238-452f9c056c96:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1cc135fa-3cca-46fe-b238-452f9c056c96 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-1cc135fa-3cca-46fe-b238-452f9c056c96.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1cc135fa-3cca-46fe-b238-452f9c056c96.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-1cc135fa-3cca-46fe-b238-452f9c056c96.shg-btn.shg-product-atc-error {
  
  font-family: Montserrat;
  
  
  
}



#s-5b911e77-75ec-4f0d-be0a-81cc0d14147d {
  display: none;
}
#s-e86706d6-5b9a-4bdf-9317-e41a96f68f97 {
  text-align: center;
}


.shg-c#s-e86706d6-5b9a-4bdf-9317-e41a96f68f97 {
  max-width: 100%;
}

.shg-c#s-e86706d6-5b9a-4bdf-9317-e41a96f68f97 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e86706d6-5b9a-4bdf-9317-e41a96f68f97 .shg-image-zoom,
.shg-c#s-e86706d6-5b9a-4bdf-9317-e41a96f68f97 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-e86706d6-5b9a-4bdf-9317-e41a96f68f97 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-e86706d6-5b9a-4bdf-9317-e41a96f68f97 {
  max-width: 100%;
}

.shg-c#s-e86706d6-5b9a-4bdf-9317-e41a96f68f97 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e86706d6-5b9a-4bdf-9317-e41a96f68f97 .shg-image-zoom,
.shg-c#s-e86706d6-5b9a-4bdf-9317-e41a96f68f97 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-e86706d6-5b9a-4bdf-9317-e41a96f68f97 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e86706d6-5b9a-4bdf-9317-e41a96f68f97 {
  max-width: 100%;
}

.shg-c#s-e86706d6-5b9a-4bdf-9317-e41a96f68f97 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e86706d6-5b9a-4bdf-9317-e41a96f68f97 .shg-image-zoom,
.shg-c#s-e86706d6-5b9a-4bdf-9317-e41a96f68f97 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-e86706d6-5b9a-4bdf-9317-e41a96f68f97 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e86706d6-5b9a-4bdf-9317-e41a96f68f97 {
  max-width: 100%;
}

.shg-c#s-e86706d6-5b9a-4bdf-9317-e41a96f68f97 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e86706d6-5b9a-4bdf-9317-e41a96f68f97 .shg-image-zoom,
.shg-c#s-e86706d6-5b9a-4bdf-9317-e41a96f68f97 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-e86706d6-5b9a-4bdf-9317-e41a96f68f97 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-e86706d6-5b9a-4bdf-9317-e41a96f68f97 {
  max-width: 100%;
}

.shg-c#s-e86706d6-5b9a-4bdf-9317-e41a96f68f97 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e86706d6-5b9a-4bdf-9317-e41a96f68f97 .shg-image-zoom,
.shg-c#s-e86706d6-5b9a-4bdf-9317-e41a96f68f97 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-e86706d6-5b9a-4bdf-9317-e41a96f68f97 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-b4b16286-010a-4e3c-874b-294199d3faa0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b4b16286-010a-4e3c-874b-294199d3faa0 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 20px;
}

#s-62549f45-9db8-477d-806e-d18ba48f1253 {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}

#s-62549f45-9db8-477d-806e-d18ba48f1253 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
}

#s-62549f45-9db8-477d-806e-d18ba48f1253 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-62549f45-9db8-477d-806e-d18ba48f1253 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-07eb070c-c49a-4ade-be5e-e21d60f02a0f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-07eb070c-c49a-4ade-be5e-e21d60f02a0f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-07eb070c-c49a-4ade-be5e-e21d60f02a0f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-07eb070c-c49a-4ade-be5e-e21d60f02a0f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-07eb070c-c49a-4ade-be5e-e21d60f02a0f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-07eb070c-c49a-4ade-be5e-e21d60f02a0f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-07eb070c-c49a-4ade-be5e-e21d60f02a0f.shg-btn.shg-product-atc-error {
  
  font-family: Montserrat;
  
  
  
}



#s-74371d5e-337e-450f-9628-33a1b0fb59a6 {
  display: none;
}
#s-425ece0e-f0d4-43fe-b46d-a41ddad2d628 {
  text-align: center;
}


.shg-c#s-425ece0e-f0d4-43fe-b46d-a41ddad2d628 {
  max-width: 100%;
}

.shg-c#s-425ece0e-f0d4-43fe-b46d-a41ddad2d628 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-425ece0e-f0d4-43fe-b46d-a41ddad2d628 .shg-image-zoom,
.shg-c#s-425ece0e-f0d4-43fe-b46d-a41ddad2d628 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-425ece0e-f0d4-43fe-b46d-a41ddad2d628 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-425ece0e-f0d4-43fe-b46d-a41ddad2d628 {
  max-width: 100%;
}

.shg-c#s-425ece0e-f0d4-43fe-b46d-a41ddad2d628 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-425ece0e-f0d4-43fe-b46d-a41ddad2d628 .shg-image-zoom,
.shg-c#s-425ece0e-f0d4-43fe-b46d-a41ddad2d628 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-425ece0e-f0d4-43fe-b46d-a41ddad2d628 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-425ece0e-f0d4-43fe-b46d-a41ddad2d628 {
  max-width: 100%;
}

.shg-c#s-425ece0e-f0d4-43fe-b46d-a41ddad2d628 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-425ece0e-f0d4-43fe-b46d-a41ddad2d628 .shg-image-zoom,
.shg-c#s-425ece0e-f0d4-43fe-b46d-a41ddad2d628 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-425ece0e-f0d4-43fe-b46d-a41ddad2d628 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-425ece0e-f0d4-43fe-b46d-a41ddad2d628 {
  max-width: 100%;
}

.shg-c#s-425ece0e-f0d4-43fe-b46d-a41ddad2d628 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-425ece0e-f0d4-43fe-b46d-a41ddad2d628 .shg-image-zoom,
.shg-c#s-425ece0e-f0d4-43fe-b46d-a41ddad2d628 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-425ece0e-f0d4-43fe-b46d-a41ddad2d628 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-425ece0e-f0d4-43fe-b46d-a41ddad2d628 {
  max-width: 100%;
}

.shg-c#s-425ece0e-f0d4-43fe-b46d-a41ddad2d628 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-425ece0e-f0d4-43fe-b46d-a41ddad2d628 .shg-image-zoom,
.shg-c#s-425ece0e-f0d4-43fe-b46d-a41ddad2d628 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-425ece0e-f0d4-43fe-b46d-a41ddad2d628 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-dd2faea2-0624-40d1-8de8-fba326c2b448 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dd2faea2-0624-40d1-8de8-fba326c2b448 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 20px;
}

#s-44cb0e65-6394-44f3-a0f5-43821075c0eb {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}

#s-44cb0e65-6394-44f3-a0f5-43821075c0eb .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
}

#s-44cb0e65-6394-44f3-a0f5-43821075c0eb .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-44cb0e65-6394-44f3-a0f5-43821075c0eb .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-9958261c-b4cc-41fe-84b5-57bd1c9525e2 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-9958261c-b4cc-41fe-84b5-57bd1c9525e2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9958261c-b4cc-41fe-84b5-57bd1c9525e2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9958261c-b4cc-41fe-84b5-57bd1c9525e2 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-9958261c-b4cc-41fe-84b5-57bd1c9525e2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9958261c-b4cc-41fe-84b5-57bd1c9525e2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-9958261c-b4cc-41fe-84b5-57bd1c9525e2.shg-btn.shg-product-atc-error {
  
  font-family: Montserrat;
  
  
  
}



#s-62bfe55d-620d-445a-b9fa-baaec64e27b2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-62bfe55d-620d-445a-b9fa-baaec64e27b2 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-106ff3de-851f-4188-a63e-c8e7b9793c78 {
  min-height: 55px;
}

@media (min-width: 0px) {
[id="s-106ff3de-851f-4188-a63e-c8e7b9793c78"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 22.5px);
}

[id="s-106ff3de-851f-4188-a63e-c8e7b9793c78"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-106ff3de-851f-4188-a63e-c8e7b9793c78"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 37.5px);
}

[id="s-106ff3de-851f-4188-a63e-c8e7b9793c78"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 37.5px);
}

[id="s-106ff3de-851f-4188-a63e-c8e7b9793c78"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 37.5px);
}

[id="s-106ff3de-851f-4188-a63e-c8e7b9793c78"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 37.5px);
}

[id="s-106ff3de-851f-4188-a63e-c8e7b9793c78"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 37.5px);
}

[id="s-106ff3de-851f-4188-a63e-c8e7b9793c78"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 37.5px);
}

[id="s-106ff3de-851f-4188-a63e-c8e7b9793c78"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 37.5px);
}

[id="s-106ff3de-851f-4188-a63e-c8e7b9793c78"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 37.5px);
}

[id="s-106ff3de-851f-4188-a63e-c8e7b9793c78"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 37.5px);
}

[id="s-106ff3de-851f-4188-a63e-c8e7b9793c78"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 37.5px);
}

[id="s-106ff3de-851f-4188-a63e-c8e7b9793c78"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 37.5px);
}

[id="s-106ff3de-851f-4188-a63e-c8e7b9793c78"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 37.5px);
}

}

@media (min-width: 992px) {
[id="s-106ff3de-851f-4188-a63e-c8e7b9793c78"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 37.5px);
}

[id="s-106ff3de-851f-4188-a63e-c8e7b9793c78"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 37.5px);
}

[id="s-106ff3de-851f-4188-a63e-c8e7b9793c78"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 37.5px);
}

[id="s-106ff3de-851f-4188-a63e-c8e7b9793c78"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 37.5px);
}

[id="s-106ff3de-851f-4188-a63e-c8e7b9793c78"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 37.5px);
}

[id="s-106ff3de-851f-4188-a63e-c8e7b9793c78"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 37.5px);
}

[id="s-106ff3de-851f-4188-a63e-c8e7b9793c78"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 37.5px);
}

[id="s-106ff3de-851f-4188-a63e-c8e7b9793c78"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 37.5px);
}

[id="s-106ff3de-851f-4188-a63e-c8e7b9793c78"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 37.5px);
}

[id="s-106ff3de-851f-4188-a63e-c8e7b9793c78"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 37.5px);
}

[id="s-106ff3de-851f-4188-a63e-c8e7b9793c78"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 37.5px);
}

[id="s-106ff3de-851f-4188-a63e-c8e7b9793c78"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 37.5px);
}

}

@media (min-width: 1200px) {
[id="s-106ff3de-851f-4188-a63e-c8e7b9793c78"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 37.5px);
}

[id="s-106ff3de-851f-4188-a63e-c8e7b9793c78"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 37.5px);
}

[id="s-106ff3de-851f-4188-a63e-c8e7b9793c78"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 37.5px);
}

[id="s-106ff3de-851f-4188-a63e-c8e7b9793c78"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 37.5px);
}

[id="s-106ff3de-851f-4188-a63e-c8e7b9793c78"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 37.5px);
}

[id="s-106ff3de-851f-4188-a63e-c8e7b9793c78"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 37.5px);
}

[id="s-106ff3de-851f-4188-a63e-c8e7b9793c78"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 37.5px);
}

[id="s-106ff3de-851f-4188-a63e-c8e7b9793c78"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 37.5px);
}

[id="s-106ff3de-851f-4188-a63e-c8e7b9793c78"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 37.5px);
}

[id="s-106ff3de-851f-4188-a63e-c8e7b9793c78"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 37.5px);
}

[id="s-106ff3de-851f-4188-a63e-c8e7b9793c78"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 37.5px);
}

[id="s-106ff3de-851f-4188-a63e-c8e7b9793c78"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 37.5px);
}

}

#s-5d1a2cbc-02d6-48b2-8a05-d4477af8409a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-5d1a2cbc-02d6-48b2-8a05-d4477af8409a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5d1a2cbc-02d6-48b2-8a05-d4477af8409a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5d1a2cbc-02d6-48b2-8a05-d4477af8409a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b3ce2f0f-f022-4806-a466-3ce50cc90e59 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-b3ce2f0f-f022-4806-a466-3ce50cc90e59:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b3ce2f0f-f022-4806-a466-3ce50cc90e59:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b3ce2f0f-f022-4806-a466-3ce50cc90e59.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-510d4983-15c7-4822-92d4-8cd02030d96a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-510d4983-15c7-4822-92d4-8cd02030d96a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-510d4983-15c7-4822-92d4-8cd02030d96a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-510d4983-15c7-4822-92d4-8cd02030d96a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8c119204-9da3-4c47-96db-e6cec50f3d00 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-8c119204-9da3-4c47-96db-e6cec50f3d00:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8c119204-9da3-4c47-96db-e6cec50f3d00:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8c119204-9da3-4c47-96db-e6cec50f3d00.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0a3cdba5-8824-49d3-b1d9-8537d13217cc {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-0a3cdba5-8824-49d3-b1d9-8537d13217cc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0a3cdba5-8824-49d3-b1d9-8537d13217cc:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0a3cdba5-8824-49d3-b1d9-8537d13217cc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a783ffb4-1fe8-4e73-9604-e220b3d64de1 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-a783ffb4-1fe8-4e73-9604-e220b3d64de1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a783ffb4-1fe8-4e73-9604-e220b3d64de1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a783ffb4-1fe8-4e73-9604-e220b3d64de1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

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

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

#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%;
  -webkit-transform: translate(-50%,-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;
  -webkit-transform: translate(0%, -50%);
          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;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}
