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

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

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

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

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

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

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

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

#s-ed7c7d42-2132-4140-8613-af4a4734b358 {
  margin-left: 10%;
margin-right: 10%;
min-height: 50px;
}








#s-ed7c7d42-2132-4140-8613-af4a4734b358 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ed7c7d42-2132-4140-8613-af4a4734b358.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

.shg-default-text-content 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-e86d5a92-e592-4b84-9c4a-4143a3c40952 {
  margin-top: 35px;
margin-left: 10%;
margin-bottom: 35px;
margin-right: 10%;
min-height: 50px;
}








#s-e86d5a92-e592-4b84-9c4a-4143a3c40952 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e86d5a92-e592-4b84-9c4a-4143a3c40952.shg-box.shg-c {
  justify-content: center;
}

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

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

#s-d4ee9de1-310a-4962-8366-baa765680903 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d4ee9de1-310a-4962-8366-baa765680903 .shogun-heading-component h1 {
  color: rgba(0, 36, 84, 1);
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 34px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-4b89cb4c-b9c1-4350-ab05-e9dc109308ca {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}








#s-4b89cb4c-b9c1-4350-ab05-e9dc109308ca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4b89cb4c-b9c1-4350-ab05-e9dc109308ca.shg-box.shg-c {
  justify-content: center;
}

#s-519ed89f-c478-4bfa-af15-5ad464d741d0 {
  margin-bottom: 60px;
min-height: 50px;
}








#s-519ed89f-c478-4bfa-af15-5ad464d741d0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-519ed89f-c478-4bfa-af15-5ad464d741d0.shg-box.shg-c {
  justify-content: center;
}

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

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

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

#s-2b1cf052-7de0-4100-9a61-39cebf61a2e3 {
  margin-left: 10%;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-2b1cf052-7de0-4100-9a61-39cebf61a2e3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2b1cf052-7de0-4100-9a61-39cebf61a2e3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-2b1cf052-7de0-4100-9a61-39cebf61a2e3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-2b1cf052-7de0-4100-9a61-39cebf61a2e3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-2b1cf052-7de0-4100-9a61-39cebf61a2e3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-2b1cf052-7de0-4100-9a61-39cebf61a2e3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-2b1cf052-7de0-4100-9a61-39cebf61a2e3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-2b1cf052-7de0-4100-9a61-39cebf61a2e3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-2b1cf052-7de0-4100-9a61-39cebf61a2e3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-2b1cf052-7de0-4100-9a61-39cebf61a2e3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-2b1cf052-7de0-4100-9a61-39cebf61a2e3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-2b1cf052-7de0-4100-9a61-39cebf61a2e3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-2b1cf052-7de0-4100-9a61-39cebf61a2e3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-2b1cf052-7de0-4100-9a61-39cebf61a2e3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-2b1cf052-7de0-4100-9a61-39cebf61a2e3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-2b1cf052-7de0-4100-9a61-39cebf61a2e3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-2b1cf052-7de0-4100-9a61-39cebf61a2e3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-2b1cf052-7de0-4100-9a61-39cebf61a2e3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-2b1cf052-7de0-4100-9a61-39cebf61a2e3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-2b1cf052-7de0-4100-9a61-39cebf61a2e3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-2b1cf052-7de0-4100-9a61-39cebf61a2e3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-2b1cf052-7de0-4100-9a61-39cebf61a2e3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-2b1cf052-7de0-4100-9a61-39cebf61a2e3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-2b1cf052-7de0-4100-9a61-39cebf61a2e3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-2b1cf052-7de0-4100-9a61-39cebf61a2e3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-2b1cf052-7de0-4100-9a61-39cebf61a2e3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-2b1cf052-7de0-4100-9a61-39cebf61a2e3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-2b1cf052-7de0-4100-9a61-39cebf61a2e3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-2b1cf052-7de0-4100-9a61-39cebf61a2e3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-2b1cf052-7de0-4100-9a61-39cebf61a2e3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-2b1cf052-7de0-4100-9a61-39cebf61a2e3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-2b1cf052-7de0-4100-9a61-39cebf61a2e3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-2b1cf052-7de0-4100-9a61-39cebf61a2e3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-2b1cf052-7de0-4100-9a61-39cebf61a2e3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-2b1cf052-7de0-4100-9a61-39cebf61a2e3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-2b1cf052-7de0-4100-9a61-39cebf61a2e3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-2b1cf052-7de0-4100-9a61-39cebf61a2e3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-b285d5fa-e2b9-428d-a788-c43ec4251943 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 25px;
text-align: center;
}
#s-b285d5fa-e2b9-428d-a788-c43ec4251943:hover {opacity: 1 !important;}



  #s-b285d5fa-e2b9-428d-a788-c43ec4251943 img.shogun-image {
    
    width: px;
  }


#s-b285d5fa-e2b9-428d-a788-c43ec4251943 .shogun-image-content {
  
    align-items: center;
  
}

#s-a95bde45-42dc-4d47-9bf1-ad9b9f61b4a9 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a95bde45-42dc-4d47-9bf1-ad9b9f61b4a9 .shogun-heading-component h1 {
  color: rgba(0, 36, 84, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f54316cd-9efa-43c1-ab93-71c13e32f64b {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 25px;
text-align: center;
}
#s-f54316cd-9efa-43c1-ab93-71c13e32f64b:hover {opacity: 1 !important;}



  #s-f54316cd-9efa-43c1-ab93-71c13e32f64b img.shogun-image {
    
    width: px;
  }


#s-f54316cd-9efa-43c1-ab93-71c13e32f64b .shogun-image-content {
  
    align-items: center;
  
}

#s-a5a1225b-6d57-4ced-8d51-91287f483e4c {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a5a1225b-6d57-4ced-8d51-91287f483e4c .shogun-heading-component h1 {
  color: rgba(0, 36, 84, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-8a3149dc-ee24-45d0-9366-f8215ccdb492 {
  border-style: solid;
margin-bottom: 0px;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 165, 0, 1);
border-style: solid;
text-align: center;
background-color: rgba(0, 168, 224, 1);
}
@media (min-width: 1200px){#s-8a3149dc-ee24-45d0-9366-f8215ccdb492 {
  display: none;
}
#s-8a3149dc-ee24-45d0-9366-f8215ccdb492, #wrap-s-8a3149dc-ee24-45d0-9366-f8215ccdb492 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8a3149dc-ee24-45d0-9366-f8215ccdb492 {
  display: none;
}
#s-8a3149dc-ee24-45d0-9366-f8215ccdb492, #wrap-s-8a3149dc-ee24-45d0-9366-f8215ccdb492 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8a3149dc-ee24-45d0-9366-f8215ccdb492 {
  display: none;
}
#s-8a3149dc-ee24-45d0-9366-f8215ccdb492, #wrap-s-8a3149dc-ee24-45d0-9366-f8215ccdb492 { display:none !important; }}@media (max-width: 767px){#s-8a3149dc-ee24-45d0-9366-f8215ccdb492 {
  display: none;
}
#s-8a3149dc-ee24-45d0-9366-f8215ccdb492, #wrap-s-8a3149dc-ee24-45d0-9366-f8215ccdb492 { display:none !important; }}
#s-8a3149dc-ee24-45d0-9366-f8215ccdb492 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-592fa32e-bf03-4874-9f34-65fb9cf1ca96 {
  min-height: 50px;
}








#s-592fa32e-bf03-4874-9f34-65fb9cf1ca96 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-592fa32e-bf03-4874-9f34-65fb9cf1ca96.shg-box.shg-c {
  justify-content: center;
}

#s-e4e07456-a57a-45d2-bde3-84089987b4eb {
  margin-top: 0px;
margin-bottom: 35px;
min-height: 50px;
}








#s-e4e07456-a57a-45d2-bde3-84089987b4eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e4e07456-a57a-45d2-bde3-84089987b4eb.shg-box.shg-c {
  justify-content: center;
}

#s-dfb12af1-8847-400e-a89f-980c6f81d027 {
  margin-left: 10%;
margin-right: 10%;
min-height: 50px;
}








#s-dfb12af1-8847-400e-a89f-980c6f81d027 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dfb12af1-8847-400e-a89f-980c6f81d027.shg-box.shg-c {
  justify-content: center;
}

#s-025f5008-1bf0-4263-9437-39e32f61afd1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-025f5008-1bf0-4263-9437-39e32f61afd1 .shogun-heading-component h1 {
  color: rgba(0, 36, 84, 1);
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 34px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-8f8d41a9-c6ea-4f9f-a1ab-6bfc430196aa {
  margin-top: 60px;
margin-bottom: 60px;
padding-top: 0px;
padding-left: 10%;
padding-bottom: 0px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}








#s-8f8d41a9-c6ea-4f9f-a1ab-6bfc430196aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8f8d41a9-c6ea-4f9f-a1ab-6bfc430196aa.shg-box.shg-c {
  justify-content: center;
}

#s-50145652-1b9a-43ae-b0cb-5f952417cf3d {
  border-style: solid;
margin-bottom: 0px;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 165, 0, 1);
border-style: solid;
border-radius: 10px;
text-align: center;
background-color: rgba(0, 168, 224, 1);
}
@media (max-width: 767px){#s-50145652-1b9a-43ae-b0cb-5f952417cf3d {
  
}
}
#s-50145652-1b9a-43ae-b0cb-5f952417cf3d .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-adc331ce-35e8-46d9-b604-45d03e7f9997 {
  margin-top: 25px;
margin-bottom: 25px;
}

@media (min-width: 0px) {
[id="s-adc331ce-35e8-46d9-b604-45d03e7f9997"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-adc331ce-35e8-46d9-b604-45d03e7f9997"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

[id="s-adc331ce-35e8-46d9-b604-45d03e7f9997"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-adc331ce-35e8-46d9-b604-45d03e7f9997"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 33.333333333333336px);
}

[id="s-adc331ce-35e8-46d9-b604-45d03e7f9997"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

[id="s-adc331ce-35e8-46d9-b604-45d03e7f9997"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-adc331ce-35e8-46d9-b604-45d03e7f9997"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-adc331ce-35e8-46d9-b604-45d03e7f9997"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 33.333333333333336px);
}

[id="s-adc331ce-35e8-46d9-b604-45d03e7f9997"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

[id="s-adc331ce-35e8-46d9-b604-45d03e7f9997"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 33.333333333333336px);
}

[id="s-adc331ce-35e8-46d9-b604-45d03e7f9997"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 33.333333333333336px);
}

[id="s-adc331ce-35e8-46d9-b604-45d03e7f9997"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 33.333333333333336px);
}

[id="s-adc331ce-35e8-46d9-b604-45d03e7f9997"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-adc331ce-35e8-46d9-b604-45d03e7f9997"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

[id="s-adc331ce-35e8-46d9-b604-45d03e7f9997"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-adc331ce-35e8-46d9-b604-45d03e7f9997"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 33.333333333333336px);
}

[id="s-adc331ce-35e8-46d9-b604-45d03e7f9997"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

[id="s-adc331ce-35e8-46d9-b604-45d03e7f9997"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-adc331ce-35e8-46d9-b604-45d03e7f9997"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-adc331ce-35e8-46d9-b604-45d03e7f9997"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 33.333333333333336px);
}

[id="s-adc331ce-35e8-46d9-b604-45d03e7f9997"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

[id="s-adc331ce-35e8-46d9-b604-45d03e7f9997"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 33.333333333333336px);
}

[id="s-adc331ce-35e8-46d9-b604-45d03e7f9997"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 33.333333333333336px);
}

[id="s-adc331ce-35e8-46d9-b604-45d03e7f9997"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 33.333333333333336px);
}

[id="s-adc331ce-35e8-46d9-b604-45d03e7f9997"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-adc331ce-35e8-46d9-b604-45d03e7f9997"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

[id="s-adc331ce-35e8-46d9-b604-45d03e7f9997"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-adc331ce-35e8-46d9-b604-45d03e7f9997"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 33.333333333333336px);
}

[id="s-adc331ce-35e8-46d9-b604-45d03e7f9997"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

[id="s-adc331ce-35e8-46d9-b604-45d03e7f9997"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-adc331ce-35e8-46d9-b604-45d03e7f9997"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-adc331ce-35e8-46d9-b604-45d03e7f9997"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 33.333333333333336px);
}

[id="s-adc331ce-35e8-46d9-b604-45d03e7f9997"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

[id="s-adc331ce-35e8-46d9-b604-45d03e7f9997"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 33.333333333333336px);
}

[id="s-adc331ce-35e8-46d9-b604-45d03e7f9997"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 33.333333333333336px);
}

[id="s-adc331ce-35e8-46d9-b604-45d03e7f9997"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 33.333333333333336px);
}

[id="s-adc331ce-35e8-46d9-b604-45d03e7f9997"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 33.333333333333336px);
}

}

#s-a361e79a-80aa-49ce-8060-724858c03e36 {
  margin-top: 25px;
margin-bottom: 25px;
background-color: rgba(255, 255, 255, 0);
}

#s-a361e79a-80aa-49ce-8060-724858c03e36 {
  display: none;
}
#s-f3fb9c3d-a95e-4415-8bcb-9fdc67d9b8cb {
  text-align: center;
}




  #s-f3fb9c3d-a95e-4415-8bcb-9fdc67d9b8cb img.shogun-image {
    
    width: px;
  }


#s-f3fb9c3d-a95e-4415-8bcb-9fdc67d9b8cb .shogun-image-content {
  
    align-items: center;
  
}

.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-8ce2f1d4-2ea3-4adf-b1c7-f28a5b1e6475 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8ce2f1d4-2ea3-4adf-b1c7-f28a5b1e6475 .shg-product-title-component h1 {
  color: rgba(0, 36, 84, 1);
  font-weight:  normal ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.2em;
  letter-spacing: ;
}

#s-d018d7d7-b4f0-4e3d-93f5-b656051197e7 {
  text-align: center;
}

#s-d018d7d7-b4f0-4e3d-93f5-b656051197e7 .shg-product-sold-out {
  display: none;
  color: rgba(0, 36, 84, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-d018d7d7-b4f0-4e3d-93f5-b656051197e7 .shg-product-price {
  color: rgba(0, 36, 84, 1);
  font-weight:  normal ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-d018d7d7-b4f0-4e3d-93f5-b656051197e7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

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

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

.shg-btn.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-4d810cbc-07ce-4b83-9724-c1ab2fc55492 {
  box-shadow:0px 0px 8px 2px rgba(86, 86, 86, 0.15);
margin-top: 2%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 50px;
background-color: rgba(0, 36, 84, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-4d810cbc-07ce-4b83-9724-c1ab2fc55492:hover {box-shadow:0px 0px 8px 2px rgba(86, 86, 86, 0.15) !important;
border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(86, 86, 86, 1) !important;}#s-4d810cbc-07ce-4b83-9724-c1ab2fc55492:active {box-shadow:0px 0px 8px 2px  !important;
background-color: rgba(120, 190, 33, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-4d810cbc-07ce-4b83-9724-c1ab2fc55492-btn-wrapper {
    text-align: center;
  }


#s-4d810cbc-07ce-4b83-9724-c1ab2fc55492.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-163682c1-59ef-434e-9e55-ce667820f829 {
  margin-top: 25px;
margin-bottom: 25px;
background-color: rgba(255, 255, 255, 0);
}

#s-163682c1-59ef-434e-9e55-ce667820f829 {
  display: none;
}
#s-4825ea1d-efab-412d-994f-20183397ac69 {
  text-align: center;
}




  #s-4825ea1d-efab-412d-994f-20183397ac69 img.shogun-image {
    
    width: px;
  }


#s-4825ea1d-efab-412d-994f-20183397ac69 .shogun-image-content {
  
    align-items: center;
  
}

#s-9eaae8f9-707b-4699-a7e7-d415d923dcd3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9eaae8f9-707b-4699-a7e7-d415d923dcd3 .shg-product-title-component h1 {
  color: rgba(0, 36, 84, 1);
  font-weight:  normal ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.2em;
  letter-spacing: ;
}

#s-4ef55d02-7eda-444c-8852-e968f1e17113 {
  text-align: center;
}

#s-4ef55d02-7eda-444c-8852-e968f1e17113 .shg-product-sold-out {
  display: none;
  color: rgba(0, 36, 84, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-4ef55d02-7eda-444c-8852-e968f1e17113 .shg-product-price {
  color: rgba(0, 36, 84, 1);
  font-weight:  normal ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-4ef55d02-7eda-444c-8852-e968f1e17113 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-97318b8c-fb75-44b8-99bf-541d00d93457 {
  box-shadow:0px 0px 8px 2px rgba(86, 86, 86, 0.15);
margin-top: 2%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 50px;
background-color: rgba(0, 36, 84, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-97318b8c-fb75-44b8-99bf-541d00d93457:hover {box-shadow:0px 0px 8px 2px rgba(86, 86, 86, 0.15) !important;
border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(86, 86, 86, 1) !important;}#s-97318b8c-fb75-44b8-99bf-541d00d93457:active {box-shadow:0px 0px 8px 2px  !important;
background-color: rgba(120, 190, 33, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-97318b8c-fb75-44b8-99bf-541d00d93457-btn-wrapper {
    text-align: center;
  }


#s-97318b8c-fb75-44b8-99bf-541d00d93457.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-f025b7e4-7b26-441a-9896-7def8817b4fe {
  margin-top: 25px;
margin-bottom: 25px;
background-color: rgba(255, 255, 255, 0);
}

#s-f025b7e4-7b26-441a-9896-7def8817b4fe {
  display: none;
}
#s-2f06b731-fa31-4d64-b979-872411bf8afa {
  text-align: center;
}




  #s-2f06b731-fa31-4d64-b979-872411bf8afa img.shogun-image {
    
    width: px;
  }


#s-2f06b731-fa31-4d64-b979-872411bf8afa .shogun-image-content {
  
    align-items: center;
  
}

#s-46331299-7ddc-4c34-9b1a-16b0840da055 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-46331299-7ddc-4c34-9b1a-16b0840da055 .shg-product-title-component h1 {
  color: rgba(0, 36, 84, 1);
  font-weight:  normal ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.2em;
  letter-spacing: ;
}

#s-49f5e49b-b4a6-415a-be44-3b8209f34a28 {
  text-align: center;
}

#s-49f5e49b-b4a6-415a-be44-3b8209f34a28 .shg-product-sold-out {
  display: none;
  color: rgba(0, 36, 84, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-49f5e49b-b4a6-415a-be44-3b8209f34a28 .shg-product-price {
  color: rgba(0, 36, 84, 1);
  font-weight:  normal ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-49f5e49b-b4a6-415a-be44-3b8209f34a28 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-1b70e429-2f67-4223-bd81-51ba6124cefa {
  box-shadow:0px 0px 8px 2px rgba(86, 86, 86, 0.15);
margin-top: 2%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 50px;
background-color: rgba(0, 36, 84, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-1b70e429-2f67-4223-bd81-51ba6124cefa:hover {box-shadow:0px 0px 8px 2px rgba(86, 86, 86, 0.15) !important;
border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(86, 86, 86, 1) !important;}#s-1b70e429-2f67-4223-bd81-51ba6124cefa:active {box-shadow:0px 0px 8px 2px  !important;
background-color: rgba(120, 190, 33, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-1b70e429-2f67-4223-bd81-51ba6124cefa-btn-wrapper {
    text-align: center;
  }


#s-1b70e429-2f67-4223-bd81-51ba6124cefa.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-b6df2cef-45af-4cbb-a366-f6c01632b5fa {
  margin-bottom: 60px;
padding-left: 10%;
padding-right: 10%;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}








#s-b6df2cef-45af-4cbb-a366-f6c01632b5fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b6df2cef-45af-4cbb-a366-f6c01632b5fa.shg-box.shg-c {
  justify-content: center;
}

#s-d563ab32-0019-422c-9ae7-bc2cb4e464df {
  border-style: solid;
margin-bottom: 0px;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 165, 0, 1);
border-style: solid;
border-radius: 10px;
text-align: center;
background-color: rgba(255, 165, 0, 1);
}
@media (max-width: 767px){#s-d563ab32-0019-422c-9ae7-bc2cb4e464df {
  
}
}
#s-d563ab32-0019-422c-9ae7-bc2cb4e464df .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a9049827-dd9e-404f-b7c1-911b4e12bc1f {
  margin-top: 25px;
margin-bottom: 25px;
}

@media (min-width: 0px) {
[id="s-a9049827-dd9e-404f-b7c1-911b4e12bc1f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a9049827-dd9e-404f-b7c1-911b4e12bc1f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

[id="s-a9049827-dd9e-404f-b7c1-911b4e12bc1f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-a9049827-dd9e-404f-b7c1-911b4e12bc1f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 33.333333333333336px);
}

[id="s-a9049827-dd9e-404f-b7c1-911b4e12bc1f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

[id="s-a9049827-dd9e-404f-b7c1-911b4e12bc1f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-a9049827-dd9e-404f-b7c1-911b4e12bc1f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-a9049827-dd9e-404f-b7c1-911b4e12bc1f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 33.333333333333336px);
}

[id="s-a9049827-dd9e-404f-b7c1-911b4e12bc1f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

[id="s-a9049827-dd9e-404f-b7c1-911b4e12bc1f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 33.333333333333336px);
}

[id="s-a9049827-dd9e-404f-b7c1-911b4e12bc1f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 33.333333333333336px);
}

[id="s-a9049827-dd9e-404f-b7c1-911b4e12bc1f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 33.333333333333336px);
}

[id="s-a9049827-dd9e-404f-b7c1-911b4e12bc1f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-a9049827-dd9e-404f-b7c1-911b4e12bc1f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

[id="s-a9049827-dd9e-404f-b7c1-911b4e12bc1f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-a9049827-dd9e-404f-b7c1-911b4e12bc1f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 33.333333333333336px);
}

[id="s-a9049827-dd9e-404f-b7c1-911b4e12bc1f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

[id="s-a9049827-dd9e-404f-b7c1-911b4e12bc1f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-a9049827-dd9e-404f-b7c1-911b4e12bc1f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-a9049827-dd9e-404f-b7c1-911b4e12bc1f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 33.333333333333336px);
}

[id="s-a9049827-dd9e-404f-b7c1-911b4e12bc1f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

[id="s-a9049827-dd9e-404f-b7c1-911b4e12bc1f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 33.333333333333336px);
}

[id="s-a9049827-dd9e-404f-b7c1-911b4e12bc1f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 33.333333333333336px);
}

[id="s-a9049827-dd9e-404f-b7c1-911b4e12bc1f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 33.333333333333336px);
}

[id="s-a9049827-dd9e-404f-b7c1-911b4e12bc1f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-a9049827-dd9e-404f-b7c1-911b4e12bc1f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

[id="s-a9049827-dd9e-404f-b7c1-911b4e12bc1f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-a9049827-dd9e-404f-b7c1-911b4e12bc1f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 33.333333333333336px);
}

[id="s-a9049827-dd9e-404f-b7c1-911b4e12bc1f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

[id="s-a9049827-dd9e-404f-b7c1-911b4e12bc1f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-a9049827-dd9e-404f-b7c1-911b4e12bc1f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-a9049827-dd9e-404f-b7c1-911b4e12bc1f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 33.333333333333336px);
}

[id="s-a9049827-dd9e-404f-b7c1-911b4e12bc1f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

[id="s-a9049827-dd9e-404f-b7c1-911b4e12bc1f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 33.333333333333336px);
}

[id="s-a9049827-dd9e-404f-b7c1-911b4e12bc1f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 33.333333333333336px);
}

[id="s-a9049827-dd9e-404f-b7c1-911b4e12bc1f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 33.333333333333336px);
}

[id="s-a9049827-dd9e-404f-b7c1-911b4e12bc1f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 33.333333333333336px);
}

}

#s-30c69e62-d283-4f1f-b433-82957d766655 {
  margin-top: 25px;
margin-bottom: 25px;
background-color: rgba(255, 255, 255, 0);
}

#s-30c69e62-d283-4f1f-b433-82957d766655 {
  display: none;
}
#s-e6047fe7-d5b4-4852-8a5f-c086320480b0 {
  text-align: center;
}




  #s-e6047fe7-d5b4-4852-8a5f-c086320480b0 img.shogun-image {
    
    width: px;
  }


#s-e6047fe7-d5b4-4852-8a5f-c086320480b0 .shogun-image-content {
  
    align-items: center;
  
}

#s-941a074a-8035-45ee-823f-6149a778dd97 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-941a074a-8035-45ee-823f-6149a778dd97 .shg-product-title-component h1 {
  color: rgba(0, 36, 84, 1);
  font-weight:  normal ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.2em;
  letter-spacing: ;
}

#s-06ce7fef-2944-4903-a54f-44fc7dd6b5fe {
  text-align: center;
}

#s-06ce7fef-2944-4903-a54f-44fc7dd6b5fe .shg-product-sold-out {
  display: none;
  color: rgba(0, 36, 84, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-06ce7fef-2944-4903-a54f-44fc7dd6b5fe .shg-product-price {
  color: rgba(0, 36, 84, 1);
  font-weight:  normal ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-06ce7fef-2944-4903-a54f-44fc7dd6b5fe .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-51aac556-305b-4abd-9055-da720ef07282 {
  box-shadow:0px 0px 8px 2px rgba(86, 86, 86, 0.15);
margin-top: 2%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 50px;
background-color: rgba(0, 36, 84, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-51aac556-305b-4abd-9055-da720ef07282:hover {box-shadow:0px 0px 8px 2px rgba(86, 86, 86, 0.15) !important;
border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(86, 86, 86, 1) !important;}#s-51aac556-305b-4abd-9055-da720ef07282:active {box-shadow:0px 0px 8px 2px  !important;
background-color: rgba(120, 190, 33, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-51aac556-305b-4abd-9055-da720ef07282-btn-wrapper {
    text-align: center;
  }


#s-51aac556-305b-4abd-9055-da720ef07282.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-ec49edf7-21cb-41c6-b923-4ee77e882b26 {
  margin-top: 25px;
margin-bottom: 25px;
background-color: rgba(255, 255, 255, 0);
}

#s-ec49edf7-21cb-41c6-b923-4ee77e882b26 {
  display: none;
}
#s-d7bed011-d5df-4a85-907a-6ddeafc002dc {
  text-align: center;
}




  #s-d7bed011-d5df-4a85-907a-6ddeafc002dc img.shogun-image {
    
    width: px;
  }


#s-d7bed011-d5df-4a85-907a-6ddeafc002dc .shogun-image-content {
  
    align-items: center;
  
}

#s-d3119db6-c5d9-4bd1-ac40-048ec2a73862 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d3119db6-c5d9-4bd1-ac40-048ec2a73862 .shg-product-title-component h1 {
  color: rgba(0, 36, 84, 1);
  font-weight:  normal ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.2em;
  letter-spacing: ;
}

#s-c1a999b4-2025-4902-8de4-399b7c3c0a14 {
  text-align: center;
}

#s-c1a999b4-2025-4902-8de4-399b7c3c0a14 .shg-product-sold-out {
  display: none;
  color: rgba(0, 36, 84, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-c1a999b4-2025-4902-8de4-399b7c3c0a14 .shg-product-price {
  color: rgba(0, 36, 84, 1);
  font-weight:  normal ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-c1a999b4-2025-4902-8de4-399b7c3c0a14 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-9ace1e0b-be62-4a0c-a07b-3174b6e693a1 {
  box-shadow:0px 0px 8px 2px rgba(86, 86, 86, 0.15);
margin-top: 2%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 50px;
background-color: rgba(0, 36, 84, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-9ace1e0b-be62-4a0c-a07b-3174b6e693a1:hover {box-shadow:0px 0px 8px 2px rgba(86, 86, 86, 0.15) !important;
border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(86, 86, 86, 1) !important;}#s-9ace1e0b-be62-4a0c-a07b-3174b6e693a1:active {box-shadow:0px 0px 8px 2px  !important;
background-color: rgba(120, 190, 33, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-9ace1e0b-be62-4a0c-a07b-3174b6e693a1-btn-wrapper {
    text-align: center;
  }


#s-9ace1e0b-be62-4a0c-a07b-3174b6e693a1.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-4f150bbf-f8d9-4592-85c0-596737dd11fa {
  margin-top: 25px;
margin-bottom: 25px;
background-color: rgba(255, 255, 255, 0);
}

#s-4f150bbf-f8d9-4592-85c0-596737dd11fa {
  display: none;
}
#s-b50fe5cb-6c19-4813-baea-b79be8fc6d06 {
  text-align: center;
}




  #s-b50fe5cb-6c19-4813-baea-b79be8fc6d06 img.shogun-image {
    
    width: px;
  }


#s-b50fe5cb-6c19-4813-baea-b79be8fc6d06 .shogun-image-content {
  
    align-items: center;
  
}

#s-b425f65b-7bff-4c69-a164-2c2eedd83d97 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b425f65b-7bff-4c69-a164-2c2eedd83d97 .shg-product-title-component h1 {
  color: rgba(0, 36, 84, 1);
  font-weight:  normal ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.2em;
  letter-spacing: ;
}

#s-65c17d7e-ff2a-4fbd-92f1-fac8da6b915a {
  text-align: center;
}

#s-65c17d7e-ff2a-4fbd-92f1-fac8da6b915a .shg-product-sold-out {
  display: none;
  color: rgba(0, 36, 84, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-65c17d7e-ff2a-4fbd-92f1-fac8da6b915a .shg-product-price {
  color: rgba(0, 36, 84, 1);
  font-weight:  normal ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-65c17d7e-ff2a-4fbd-92f1-fac8da6b915a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b0a673e6-d1b8-4cad-a7ae-106413ed5ab8 {
  box-shadow:0px 0px 8px 2px rgba(86, 86, 86, 0.15);
margin-top: 2%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 50px;
background-color: rgba(0, 36, 84, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-b0a673e6-d1b8-4cad-a7ae-106413ed5ab8:hover {box-shadow:0px 0px 8px 2px rgba(86, 86, 86, 0.15) !important;
border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(86, 86, 86, 1) !important;}#s-b0a673e6-d1b8-4cad-a7ae-106413ed5ab8:active {box-shadow:0px 0px 8px 2px  !important;
background-color: rgba(120, 190, 33, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-b0a673e6-d1b8-4cad-a7ae-106413ed5ab8-btn-wrapper {
    text-align: center;
  }


#s-b0a673e6-d1b8-4cad-a7ae-106413ed5ab8.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-c4b90110-25ac-465f-9baa-5b107d0d9758 {
  margin-top: 25px;
margin-bottom: 25px;
}

@media (min-width: 0px) {
[id="s-c4b90110-25ac-465f-9baa-5b107d0d9758"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c4b90110-25ac-465f-9baa-5b107d0d9758"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

[id="s-c4b90110-25ac-465f-9baa-5b107d0d9758"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-c4b90110-25ac-465f-9baa-5b107d0d9758"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 33.333333333333336px);
}

[id="s-c4b90110-25ac-465f-9baa-5b107d0d9758"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

[id="s-c4b90110-25ac-465f-9baa-5b107d0d9758"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-c4b90110-25ac-465f-9baa-5b107d0d9758"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-c4b90110-25ac-465f-9baa-5b107d0d9758"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 33.333333333333336px);
}

[id="s-c4b90110-25ac-465f-9baa-5b107d0d9758"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

[id="s-c4b90110-25ac-465f-9baa-5b107d0d9758"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 33.333333333333336px);
}

[id="s-c4b90110-25ac-465f-9baa-5b107d0d9758"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 33.333333333333336px);
}

[id="s-c4b90110-25ac-465f-9baa-5b107d0d9758"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 33.333333333333336px);
}

[id="s-c4b90110-25ac-465f-9baa-5b107d0d9758"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-c4b90110-25ac-465f-9baa-5b107d0d9758"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

[id="s-c4b90110-25ac-465f-9baa-5b107d0d9758"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-c4b90110-25ac-465f-9baa-5b107d0d9758"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 33.333333333333336px);
}

[id="s-c4b90110-25ac-465f-9baa-5b107d0d9758"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

[id="s-c4b90110-25ac-465f-9baa-5b107d0d9758"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-c4b90110-25ac-465f-9baa-5b107d0d9758"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-c4b90110-25ac-465f-9baa-5b107d0d9758"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 33.333333333333336px);
}

[id="s-c4b90110-25ac-465f-9baa-5b107d0d9758"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

[id="s-c4b90110-25ac-465f-9baa-5b107d0d9758"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 33.333333333333336px);
}

[id="s-c4b90110-25ac-465f-9baa-5b107d0d9758"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 33.333333333333336px);
}

[id="s-c4b90110-25ac-465f-9baa-5b107d0d9758"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 33.333333333333336px);
}

[id="s-c4b90110-25ac-465f-9baa-5b107d0d9758"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-c4b90110-25ac-465f-9baa-5b107d0d9758"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

[id="s-c4b90110-25ac-465f-9baa-5b107d0d9758"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-c4b90110-25ac-465f-9baa-5b107d0d9758"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 33.333333333333336px);
}

[id="s-c4b90110-25ac-465f-9baa-5b107d0d9758"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

[id="s-c4b90110-25ac-465f-9baa-5b107d0d9758"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-c4b90110-25ac-465f-9baa-5b107d0d9758"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-c4b90110-25ac-465f-9baa-5b107d0d9758"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 33.333333333333336px);
}

[id="s-c4b90110-25ac-465f-9baa-5b107d0d9758"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

[id="s-c4b90110-25ac-465f-9baa-5b107d0d9758"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 33.333333333333336px);
}

[id="s-c4b90110-25ac-465f-9baa-5b107d0d9758"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 33.333333333333336px);
}

[id="s-c4b90110-25ac-465f-9baa-5b107d0d9758"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 33.333333333333336px);
}

[id="s-c4b90110-25ac-465f-9baa-5b107d0d9758"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 33.333333333333336px);
}

}

#s-992c0968-eb6e-4278-9012-917ca4867899 {
  margin-top: 25px;
margin-bottom: 25px;
background-color: rgba(255, 255, 255, 0);
}

#s-992c0968-eb6e-4278-9012-917ca4867899 {
  display: none;
}
#s-c01ce032-e985-4dc3-9d09-504089b2c386 {
  text-align: center;
}




  #s-c01ce032-e985-4dc3-9d09-504089b2c386 img.shogun-image {
    
    width: px;
  }


#s-c01ce032-e985-4dc3-9d09-504089b2c386 .shogun-image-content {
  
    align-items: center;
  
}

#s-3d7cc695-675a-404b-83a8-b0837d9c7655 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3d7cc695-675a-404b-83a8-b0837d9c7655 .shg-product-title-component h1 {
  color: rgba(0, 36, 84, 1);
  font-weight:  normal ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.2em;
  letter-spacing: ;
}

#s-26268084-f612-418c-8098-e9ea5c6c7f9b {
  text-align: center;
}

#s-26268084-f612-418c-8098-e9ea5c6c7f9b .shg-product-sold-out {
  display: none;
  color: rgba(0, 36, 84, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-26268084-f612-418c-8098-e9ea5c6c7f9b .shg-product-price {
  color: rgba(0, 36, 84, 1);
  font-weight:  normal ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-26268084-f612-418c-8098-e9ea5c6c7f9b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-e079ab1b-acc1-40c0-a00d-cd2fd466820e {
  box-shadow:0px 0px 8px 2px rgba(86, 86, 86, 0.15);
margin-top: 2%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 50px;
background-color: rgba(0, 36, 84, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-e079ab1b-acc1-40c0-a00d-cd2fd466820e:hover {box-shadow:0px 0px 8px 2px rgba(86, 86, 86, 0.15) !important;
border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(86, 86, 86, 1) !important;}#s-e079ab1b-acc1-40c0-a00d-cd2fd466820e:active {box-shadow:0px 0px 8px 2px  !important;
background-color: rgba(120, 190, 33, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-e079ab1b-acc1-40c0-a00d-cd2fd466820e-btn-wrapper {
    text-align: center;
  }


#s-e079ab1b-acc1-40c0-a00d-cd2fd466820e.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-3fa11f0d-0ab6-4e4f-bafa-35cfcd1f5342 {
  margin-top: 25px;
margin-bottom: 25px;
background-color: rgba(255, 255, 255, 0);
}

#s-3fa11f0d-0ab6-4e4f-bafa-35cfcd1f5342 {
  display: none;
}
#s-7250e6e2-d89c-4d91-a69c-b99b435acea2 {
  text-align: center;
}




  #s-7250e6e2-d89c-4d91-a69c-b99b435acea2 img.shogun-image {
    
    width: px;
  }


#s-7250e6e2-d89c-4d91-a69c-b99b435acea2 .shogun-image-content {
  
    align-items: center;
  
}

#s-0d75c2fa-0bd2-40c0-ab4f-d257e6cd0ff1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0d75c2fa-0bd2-40c0-ab4f-d257e6cd0ff1 .shg-product-title-component h1 {
  color: rgba(0, 36, 84, 1);
  font-weight:  normal ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.2em;
  letter-spacing: ;
}

#s-6637b628-6b62-4d1d-8e03-5f7a4222b285 {
  text-align: center;
}

#s-6637b628-6b62-4d1d-8e03-5f7a4222b285 .shg-product-sold-out {
  display: none;
  color: rgba(0, 36, 84, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-6637b628-6b62-4d1d-8e03-5f7a4222b285 .shg-product-price {
  color: rgba(0, 36, 84, 1);
  font-weight:  normal ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-6637b628-6b62-4d1d-8e03-5f7a4222b285 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-3b0cd473-f78f-4486-88e4-1639fd57c021 {
  box-shadow:0px 0px 8px 2px rgba(86, 86, 86, 0.15);
margin-top: 2%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 50px;
background-color: rgba(0, 36, 84, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-3b0cd473-f78f-4486-88e4-1639fd57c021:hover {box-shadow:0px 0px 8px 2px rgba(86, 86, 86, 0.15) !important;
border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(86, 86, 86, 1) !important;}#s-3b0cd473-f78f-4486-88e4-1639fd57c021:active {box-shadow:0px 0px 8px 2px  !important;
background-color: rgba(120, 190, 33, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-3b0cd473-f78f-4486-88e4-1639fd57c021-btn-wrapper {
    text-align: center;
  }


#s-3b0cd473-f78f-4486-88e4-1639fd57c021.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-04a9a8d6-429b-4318-8a09-57ee411ccbdc {
  margin-bottom: 60px;
padding-left: 10%;
padding-right: 10%;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}








#s-04a9a8d6-429b-4318-8a09-57ee411ccbdc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-04a9a8d6-429b-4318-8a09-57ee411ccbdc.shg-box.shg-c {
  justify-content: center;
}

#s-41a8a5e0-9571-4cbd-b150-a4ab86472bb5 {
  border-style: solid;
margin-bottom: 0px;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 165, 0, 1);
border-style: solid;
border-radius: 10px;
text-align: center;
background-color: rgba(100, 96, 195, 1);
}
@media (max-width: 767px){#s-41a8a5e0-9571-4cbd-b150-a4ab86472bb5 {
  
}
}
#s-41a8a5e0-9571-4cbd-b150-a4ab86472bb5 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-05d3ce6a-bdc4-40e7-ac3a-7d75f444422c {
  margin-top: 25px;
margin-bottom: 25px;
}

@media (min-width: 0px) {
[id="s-05d3ce6a-bdc4-40e7-ac3a-7d75f444422c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-05d3ce6a-bdc4-40e7-ac3a-7d75f444422c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

[id="s-05d3ce6a-bdc4-40e7-ac3a-7d75f444422c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-05d3ce6a-bdc4-40e7-ac3a-7d75f444422c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 33.333333333333336px);
}

[id="s-05d3ce6a-bdc4-40e7-ac3a-7d75f444422c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

[id="s-05d3ce6a-bdc4-40e7-ac3a-7d75f444422c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-05d3ce6a-bdc4-40e7-ac3a-7d75f444422c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-05d3ce6a-bdc4-40e7-ac3a-7d75f444422c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 33.333333333333336px);
}

[id="s-05d3ce6a-bdc4-40e7-ac3a-7d75f444422c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

[id="s-05d3ce6a-bdc4-40e7-ac3a-7d75f444422c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 33.333333333333336px);
}

[id="s-05d3ce6a-bdc4-40e7-ac3a-7d75f444422c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 33.333333333333336px);
}

[id="s-05d3ce6a-bdc4-40e7-ac3a-7d75f444422c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 33.333333333333336px);
}

[id="s-05d3ce6a-bdc4-40e7-ac3a-7d75f444422c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-05d3ce6a-bdc4-40e7-ac3a-7d75f444422c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

[id="s-05d3ce6a-bdc4-40e7-ac3a-7d75f444422c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-05d3ce6a-bdc4-40e7-ac3a-7d75f444422c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 33.333333333333336px);
}

[id="s-05d3ce6a-bdc4-40e7-ac3a-7d75f444422c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

[id="s-05d3ce6a-bdc4-40e7-ac3a-7d75f444422c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-05d3ce6a-bdc4-40e7-ac3a-7d75f444422c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-05d3ce6a-bdc4-40e7-ac3a-7d75f444422c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 33.333333333333336px);
}

[id="s-05d3ce6a-bdc4-40e7-ac3a-7d75f444422c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

[id="s-05d3ce6a-bdc4-40e7-ac3a-7d75f444422c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 33.333333333333336px);
}

[id="s-05d3ce6a-bdc4-40e7-ac3a-7d75f444422c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 33.333333333333336px);
}

[id="s-05d3ce6a-bdc4-40e7-ac3a-7d75f444422c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 33.333333333333336px);
}

[id="s-05d3ce6a-bdc4-40e7-ac3a-7d75f444422c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-05d3ce6a-bdc4-40e7-ac3a-7d75f444422c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

[id="s-05d3ce6a-bdc4-40e7-ac3a-7d75f444422c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-05d3ce6a-bdc4-40e7-ac3a-7d75f444422c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 33.333333333333336px);
}

[id="s-05d3ce6a-bdc4-40e7-ac3a-7d75f444422c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

[id="s-05d3ce6a-bdc4-40e7-ac3a-7d75f444422c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-05d3ce6a-bdc4-40e7-ac3a-7d75f444422c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-05d3ce6a-bdc4-40e7-ac3a-7d75f444422c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 33.333333333333336px);
}

[id="s-05d3ce6a-bdc4-40e7-ac3a-7d75f444422c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

[id="s-05d3ce6a-bdc4-40e7-ac3a-7d75f444422c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 33.333333333333336px);
}

[id="s-05d3ce6a-bdc4-40e7-ac3a-7d75f444422c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 33.333333333333336px);
}

[id="s-05d3ce6a-bdc4-40e7-ac3a-7d75f444422c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 33.333333333333336px);
}

[id="s-05d3ce6a-bdc4-40e7-ac3a-7d75f444422c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 33.333333333333336px);
}

}

#s-27249212-69e6-42e9-9d32-8156ee16c08d {
  margin-top: 25px;
margin-bottom: 25px;
background-color: rgba(255, 255, 255, 0);
}

#s-27249212-69e6-42e9-9d32-8156ee16c08d {
  display: none;
}
#s-f2a881d8-8112-4aba-ae55-5b315bcd5941 {
  text-align: center;
}




  #s-f2a881d8-8112-4aba-ae55-5b315bcd5941 img.shogun-image {
    
    width: px;
  }


#s-f2a881d8-8112-4aba-ae55-5b315bcd5941 .shogun-image-content {
  
    align-items: center;
  
}

#s-63d04cc8-abfb-4253-b54d-a00dd7b1ef6d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-63d04cc8-abfb-4253-b54d-a00dd7b1ef6d .shg-product-title-component h1 {
  color: rgba(0, 36, 84, 1);
  font-weight:  normal ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.2em;
  letter-spacing: ;
}

#s-89674922-d9d9-43f0-8224-d6a01edf33f1 {
  text-align: center;
}

#s-89674922-d9d9-43f0-8224-d6a01edf33f1 .shg-product-sold-out {
  display: none;
  color: rgba(0, 36, 84, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-89674922-d9d9-43f0-8224-d6a01edf33f1 .shg-product-price {
  color: rgba(0, 36, 84, 1);
  font-weight:  normal ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-89674922-d9d9-43f0-8224-d6a01edf33f1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c67a1610-ae56-43d2-b259-52a423a87c32 {
  box-shadow:0px 0px 8px 2px rgba(86, 86, 86, 0.15);
margin-top: 2%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 50px;
background-color: rgba(0, 36, 84, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-c67a1610-ae56-43d2-b259-52a423a87c32:hover {box-shadow:0px 0px 8px 2px rgba(86, 86, 86, 0.15) !important;
border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(86, 86, 86, 1) !important;}#s-c67a1610-ae56-43d2-b259-52a423a87c32:active {box-shadow:0px 0px 8px 2px  !important;
background-color: rgba(120, 190, 33, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-c67a1610-ae56-43d2-b259-52a423a87c32-btn-wrapper {
    text-align: center;
  }


#s-c67a1610-ae56-43d2-b259-52a423a87c32.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-2299670d-b7fe-42fb-95f6-132a4d503e82 {
  margin-top: 25px;
margin-bottom: 25px;
background-color: rgba(255, 255, 255, 0);
}

#s-2299670d-b7fe-42fb-95f6-132a4d503e82 {
  display: none;
}
#s-564048c0-9255-4e87-9140-0f0a98d935a4 {
  text-align: center;
}




  #s-564048c0-9255-4e87-9140-0f0a98d935a4 img.shogun-image {
    
    width: px;
  }


#s-564048c0-9255-4e87-9140-0f0a98d935a4 .shogun-image-content {
  
    align-items: center;
  
}

#s-037cc184-be0b-4d86-bf07-04b198341da9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-037cc184-be0b-4d86-bf07-04b198341da9 .shg-product-title-component h1 {
  color: rgba(0, 36, 84, 1);
  font-weight:  normal ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.2em;
  letter-spacing: ;
}

#s-af07b05f-52e4-4104-8178-9a0ba8ca24d2 {
  text-align: center;
}

#s-af07b05f-52e4-4104-8178-9a0ba8ca24d2 .shg-product-sold-out {
  display: none;
  color: rgba(0, 36, 84, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-af07b05f-52e4-4104-8178-9a0ba8ca24d2 .shg-product-price {
  color: rgba(0, 36, 84, 1);
  font-weight:  normal ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-af07b05f-52e4-4104-8178-9a0ba8ca24d2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-1f64ee77-d0fc-47c4-95f3-e61097dd90dd {
  box-shadow:0px 0px 8px 2px rgba(86, 86, 86, 0.15);
margin-top: 2%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 50px;
background-color: rgba(0, 36, 84, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-1f64ee77-d0fc-47c4-95f3-e61097dd90dd:hover {box-shadow:0px 0px 8px 2px rgba(86, 86, 86, 0.15) !important;
border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(86, 86, 86, 1) !important;}#s-1f64ee77-d0fc-47c4-95f3-e61097dd90dd:active {box-shadow:0px 0px 8px 2px  !important;
background-color: rgba(120, 190, 33, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-1f64ee77-d0fc-47c4-95f3-e61097dd90dd-btn-wrapper {
    text-align: center;
  }


#s-1f64ee77-d0fc-47c4-95f3-e61097dd90dd.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-fdf1c9c7-2e7d-4fec-b226-99c22065a34f {
  margin-top: 25px;
margin-bottom: 25px;
background-color: rgba(255, 255, 255, 0);
}

#s-fdf1c9c7-2e7d-4fec-b226-99c22065a34f {
  display: none;
}
#s-acc57a73-f125-4431-bbcd-690aba5f64bd {
  text-align: center;
}




  #s-acc57a73-f125-4431-bbcd-690aba5f64bd img.shogun-image {
    
    width: px;
  }


#s-acc57a73-f125-4431-bbcd-690aba5f64bd .shogun-image-content {
  
    align-items: center;
  
}

#s-1262bf85-143e-4aaa-b723-469ccdca7629 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1262bf85-143e-4aaa-b723-469ccdca7629 .shg-product-title-component h1 {
  color: rgba(0, 36, 84, 1);
  font-weight:  normal ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.2em;
  letter-spacing: ;
}

#s-b13ed11d-77f8-4df0-a8d4-aa4c2587a1e1 {
  text-align: center;
}

#s-b13ed11d-77f8-4df0-a8d4-aa4c2587a1e1 .shg-product-sold-out {
  display: none;
  color: rgba(0, 36, 84, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-b13ed11d-77f8-4df0-a8d4-aa4c2587a1e1 .shg-product-price {
  color: rgba(0, 36, 84, 1);
  font-weight:  normal ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-b13ed11d-77f8-4df0-a8d4-aa4c2587a1e1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-2b65aecb-1c6e-4d33-a1eb-398da47c81a0 {
  box-shadow:0px 0px 8px 2px rgba(86, 86, 86, 0.15);
margin-top: 2%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 50px;
background-color: rgba(0, 36, 84, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-2b65aecb-1c6e-4d33-a1eb-398da47c81a0:hover {box-shadow:0px 0px 8px 2px rgba(86, 86, 86, 0.15) !important;
border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(86, 86, 86, 1) !important;}#s-2b65aecb-1c6e-4d33-a1eb-398da47c81a0:active {box-shadow:0px 0px 8px 2px  !important;
background-color: rgba(120, 190, 33, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-2b65aecb-1c6e-4d33-a1eb-398da47c81a0-btn-wrapper {
    text-align: center;
  }


#s-2b65aecb-1c6e-4d33-a1eb-398da47c81a0.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-2ab1a50d-9374-47e5-8abc-20773e3eae92 {
  margin-bottom: 60px;
padding-left: 10%;
padding-right: 10%;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}








#s-2ab1a50d-9374-47e5-8abc-20773e3eae92 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2ab1a50d-9374-47e5-8abc-20773e3eae92.shg-box.shg-c {
  justify-content: center;
}

#s-cb6e6b8e-2a28-4d11-aa06-252192f4eb4d {
  border-style: solid;
margin-bottom: 0px;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 165, 0, 1);
border-style: solid;
border-radius: 10px;
text-align: center;
background-color: rgba(84, 88, 89, 1);
}
@media (max-width: 767px){#s-cb6e6b8e-2a28-4d11-aa06-252192f4eb4d {
  
}
}
#s-cb6e6b8e-2a28-4d11-aa06-252192f4eb4d .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-78581664-a3f8-4184-b83c-6aa2f01f1fc4 {
  margin-top: 25px;
margin-bottom: 25px;
}

@media (min-width: 0px) {
[id="s-78581664-a3f8-4184-b83c-6aa2f01f1fc4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-78581664-a3f8-4184-b83c-6aa2f01f1fc4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

[id="s-78581664-a3f8-4184-b83c-6aa2f01f1fc4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-78581664-a3f8-4184-b83c-6aa2f01f1fc4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 33.333333333333336px);
}

[id="s-78581664-a3f8-4184-b83c-6aa2f01f1fc4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

[id="s-78581664-a3f8-4184-b83c-6aa2f01f1fc4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-78581664-a3f8-4184-b83c-6aa2f01f1fc4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-78581664-a3f8-4184-b83c-6aa2f01f1fc4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 33.333333333333336px);
}

[id="s-78581664-a3f8-4184-b83c-6aa2f01f1fc4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

[id="s-78581664-a3f8-4184-b83c-6aa2f01f1fc4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 33.333333333333336px);
}

[id="s-78581664-a3f8-4184-b83c-6aa2f01f1fc4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 33.333333333333336px);
}

[id="s-78581664-a3f8-4184-b83c-6aa2f01f1fc4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 33.333333333333336px);
}

[id="s-78581664-a3f8-4184-b83c-6aa2f01f1fc4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-78581664-a3f8-4184-b83c-6aa2f01f1fc4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

[id="s-78581664-a3f8-4184-b83c-6aa2f01f1fc4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-78581664-a3f8-4184-b83c-6aa2f01f1fc4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 33.333333333333336px);
}

[id="s-78581664-a3f8-4184-b83c-6aa2f01f1fc4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

[id="s-78581664-a3f8-4184-b83c-6aa2f01f1fc4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-78581664-a3f8-4184-b83c-6aa2f01f1fc4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-78581664-a3f8-4184-b83c-6aa2f01f1fc4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 33.333333333333336px);
}

[id="s-78581664-a3f8-4184-b83c-6aa2f01f1fc4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

[id="s-78581664-a3f8-4184-b83c-6aa2f01f1fc4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 33.333333333333336px);
}

[id="s-78581664-a3f8-4184-b83c-6aa2f01f1fc4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 33.333333333333336px);
}

[id="s-78581664-a3f8-4184-b83c-6aa2f01f1fc4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 33.333333333333336px);
}

[id="s-78581664-a3f8-4184-b83c-6aa2f01f1fc4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-78581664-a3f8-4184-b83c-6aa2f01f1fc4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

[id="s-78581664-a3f8-4184-b83c-6aa2f01f1fc4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-78581664-a3f8-4184-b83c-6aa2f01f1fc4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 33.333333333333336px);
}

[id="s-78581664-a3f8-4184-b83c-6aa2f01f1fc4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

[id="s-78581664-a3f8-4184-b83c-6aa2f01f1fc4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-78581664-a3f8-4184-b83c-6aa2f01f1fc4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-78581664-a3f8-4184-b83c-6aa2f01f1fc4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 33.333333333333336px);
}

[id="s-78581664-a3f8-4184-b83c-6aa2f01f1fc4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

[id="s-78581664-a3f8-4184-b83c-6aa2f01f1fc4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 33.333333333333336px);
}

[id="s-78581664-a3f8-4184-b83c-6aa2f01f1fc4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 33.333333333333336px);
}

[id="s-78581664-a3f8-4184-b83c-6aa2f01f1fc4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 33.333333333333336px);
}

[id="s-78581664-a3f8-4184-b83c-6aa2f01f1fc4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 33.333333333333336px);
}

}

#s-76324d05-ff42-48f7-8252-3ee184d6fc35 {
  margin-top: 25px;
margin-bottom: 25px;
background-color: rgba(255, 255, 255, 0);
}

#s-76324d05-ff42-48f7-8252-3ee184d6fc35 {
  display: none;
}
#s-e5fa8172-2f1a-45ee-b13c-db1ec8aea70d {
  text-align: center;
}




  #s-e5fa8172-2f1a-45ee-b13c-db1ec8aea70d img.shogun-image {
    
    width: px;
  }


#s-e5fa8172-2f1a-45ee-b13c-db1ec8aea70d .shogun-image-content {
  
    align-items: center;
  
}

#s-b7838516-1cad-43b1-89c4-05601d9f51d8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b7838516-1cad-43b1-89c4-05601d9f51d8 .shg-product-title-component h1 {
  color: rgba(0, 36, 84, 1);
  font-weight:  normal ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.2em;
  letter-spacing: ;
}

#s-b69aae70-bb93-425e-b487-7f17b4587d9b {
  text-align: center;
}

#s-b69aae70-bb93-425e-b487-7f17b4587d9b .shg-product-sold-out {
  display: none;
  color: rgba(0, 36, 84, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-b69aae70-bb93-425e-b487-7f17b4587d9b .shg-product-price {
  color: rgba(0, 36, 84, 1);
  font-weight:  normal ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-b69aae70-bb93-425e-b487-7f17b4587d9b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f6910c18-f6d6-45d2-bd25-7f18d535c1a3 {
  box-shadow:0px 0px 8px 2px rgba(86, 86, 86, 0.15);
margin-top: 2%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 50px;
background-color: rgba(0, 36, 84, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-f6910c18-f6d6-45d2-bd25-7f18d535c1a3:hover {box-shadow:0px 0px 8px 2px rgba(86, 86, 86, 0.15) !important;
border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(86, 86, 86, 1) !important;}#s-f6910c18-f6d6-45d2-bd25-7f18d535c1a3:active {box-shadow:0px 0px 8px 2px  !important;
background-color: rgba(120, 190, 33, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-f6910c18-f6d6-45d2-bd25-7f18d535c1a3-btn-wrapper {
    text-align: center;
  }


#s-f6910c18-f6d6-45d2-bd25-7f18d535c1a3.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-c9e44c12-4ca9-49d5-9f5c-42ebed9e6374 {
  margin-top: 25px;
margin-bottom: 25px;
background-color: rgba(255, 255, 255, 0);
}

#s-c9e44c12-4ca9-49d5-9f5c-42ebed9e6374 {
  display: none;
}
#s-2ea37ecf-7ea8-4d34-9e9e-cf3337888ef2 {
  text-align: center;
}




  #s-2ea37ecf-7ea8-4d34-9e9e-cf3337888ef2 img.shogun-image {
    
    width: px;
  }


#s-2ea37ecf-7ea8-4d34-9e9e-cf3337888ef2 .shogun-image-content {
  
    align-items: center;
  
}

#s-8d3930d7-c95f-4245-9f3a-f948ff99070a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8d3930d7-c95f-4245-9f3a-f948ff99070a .shg-product-title-component h1 {
  color: rgba(0, 36, 84, 1);
  font-weight:  normal ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.2em;
  letter-spacing: ;
}

#s-60eddb94-0bba-44cf-8591-630d8b139679 {
  text-align: center;
}

#s-60eddb94-0bba-44cf-8591-630d8b139679 .shg-product-sold-out {
  display: none;
  color: rgba(0, 36, 84, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-60eddb94-0bba-44cf-8591-630d8b139679 .shg-product-price {
  color: rgba(0, 36, 84, 1);
  font-weight:  normal ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-60eddb94-0bba-44cf-8591-630d8b139679 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-36f2b8af-2ff7-43ab-8387-cda88182f8fa {
  box-shadow:0px 0px 8px 2px rgba(86, 86, 86, 0.15);
margin-top: 2%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 50px;
background-color: rgba(0, 36, 84, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-36f2b8af-2ff7-43ab-8387-cda88182f8fa:hover {box-shadow:0px 0px 8px 2px rgba(86, 86, 86, 0.15) !important;
border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(86, 86, 86, 1) !important;}#s-36f2b8af-2ff7-43ab-8387-cda88182f8fa:active {box-shadow:0px 0px 8px 2px  !important;
background-color: rgba(120, 190, 33, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-36f2b8af-2ff7-43ab-8387-cda88182f8fa-btn-wrapper {
    text-align: center;
  }


#s-36f2b8af-2ff7-43ab-8387-cda88182f8fa.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-b3918c62-cfbe-4f8c-a6aa-43da9883ae2a {
  margin-top: 25px;
margin-bottom: 25px;
background-color: rgba(255, 255, 255, 0);
}

#s-b3918c62-cfbe-4f8c-a6aa-43da9883ae2a {
  display: none;
}
#s-c425a264-dd9e-4969-a7fc-ce9ec4baf999 {
  text-align: center;
}




  #s-c425a264-dd9e-4969-a7fc-ce9ec4baf999 img.shogun-image {
    
    width: px;
  }


#s-c425a264-dd9e-4969-a7fc-ce9ec4baf999 .shogun-image-content {
  
    align-items: center;
  
}

#s-a0fc1eb4-5fba-462b-9172-3d7cfa478163 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a0fc1eb4-5fba-462b-9172-3d7cfa478163 .shg-product-title-component h1 {
  color: rgba(0, 36, 84, 1);
  font-weight:  normal ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.2em;
  letter-spacing: ;
}

#s-764616d5-4f46-487f-9d5f-2cac7f2b1c27 {
  text-align: center;
}

#s-764616d5-4f46-487f-9d5f-2cac7f2b1c27 .shg-product-sold-out {
  display: none;
  color: rgba(0, 36, 84, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-764616d5-4f46-487f-9d5f-2cac7f2b1c27 .shg-product-price {
  color: rgba(0, 36, 84, 1);
  font-weight:  normal ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-764616d5-4f46-487f-9d5f-2cac7f2b1c27 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b0be899e-d38c-4428-aba2-00d9fcb0ad47 {
  box-shadow:0px 0px 8px 2px rgba(86, 86, 86, 0.15);
margin-top: 2%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 50px;
background-color: rgba(0, 36, 84, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-b0be899e-d38c-4428-aba2-00d9fcb0ad47:hover {box-shadow:0px 0px 8px 2px rgba(86, 86, 86, 0.15) !important;
border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(86, 86, 86, 1) !important;}#s-b0be899e-d38c-4428-aba2-00d9fcb0ad47:active {box-shadow:0px 0px 8px 2px  !important;
background-color: rgba(120, 190, 33, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-b0be899e-d38c-4428-aba2-00d9fcb0ad47-btn-wrapper {
    text-align: center;
  }


#s-b0be899e-d38c-4428-aba2-00d9fcb0ad47.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-9657e420-8b13-4a79-8fc4-ee746a75e202 {
  margin-top: 25px;
margin-bottom: 25px;
}

@media (min-width: 0px) {
[id="s-9657e420-8b13-4a79-8fc4-ee746a75e202"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9657e420-8b13-4a79-8fc4-ee746a75e202"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

[id="s-9657e420-8b13-4a79-8fc4-ee746a75e202"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-9657e420-8b13-4a79-8fc4-ee746a75e202"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 33.333333333333336px);
}

[id="s-9657e420-8b13-4a79-8fc4-ee746a75e202"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

[id="s-9657e420-8b13-4a79-8fc4-ee746a75e202"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-9657e420-8b13-4a79-8fc4-ee746a75e202"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-9657e420-8b13-4a79-8fc4-ee746a75e202"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 33.333333333333336px);
}

[id="s-9657e420-8b13-4a79-8fc4-ee746a75e202"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

[id="s-9657e420-8b13-4a79-8fc4-ee746a75e202"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 33.333333333333336px);
}

[id="s-9657e420-8b13-4a79-8fc4-ee746a75e202"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 33.333333333333336px);
}

[id="s-9657e420-8b13-4a79-8fc4-ee746a75e202"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 33.333333333333336px);
}

[id="s-9657e420-8b13-4a79-8fc4-ee746a75e202"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-9657e420-8b13-4a79-8fc4-ee746a75e202"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

[id="s-9657e420-8b13-4a79-8fc4-ee746a75e202"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-9657e420-8b13-4a79-8fc4-ee746a75e202"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 33.333333333333336px);
}

[id="s-9657e420-8b13-4a79-8fc4-ee746a75e202"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

[id="s-9657e420-8b13-4a79-8fc4-ee746a75e202"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-9657e420-8b13-4a79-8fc4-ee746a75e202"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-9657e420-8b13-4a79-8fc4-ee746a75e202"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 33.333333333333336px);
}

[id="s-9657e420-8b13-4a79-8fc4-ee746a75e202"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

[id="s-9657e420-8b13-4a79-8fc4-ee746a75e202"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 33.333333333333336px);
}

[id="s-9657e420-8b13-4a79-8fc4-ee746a75e202"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 33.333333333333336px);
}

[id="s-9657e420-8b13-4a79-8fc4-ee746a75e202"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 33.333333333333336px);
}

[id="s-9657e420-8b13-4a79-8fc4-ee746a75e202"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-9657e420-8b13-4a79-8fc4-ee746a75e202"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

[id="s-9657e420-8b13-4a79-8fc4-ee746a75e202"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-9657e420-8b13-4a79-8fc4-ee746a75e202"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 33.333333333333336px);
}

[id="s-9657e420-8b13-4a79-8fc4-ee746a75e202"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

[id="s-9657e420-8b13-4a79-8fc4-ee746a75e202"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-9657e420-8b13-4a79-8fc4-ee746a75e202"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-9657e420-8b13-4a79-8fc4-ee746a75e202"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 33.333333333333336px);
}

[id="s-9657e420-8b13-4a79-8fc4-ee746a75e202"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

[id="s-9657e420-8b13-4a79-8fc4-ee746a75e202"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 33.333333333333336px);
}

[id="s-9657e420-8b13-4a79-8fc4-ee746a75e202"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 33.333333333333336px);
}

[id="s-9657e420-8b13-4a79-8fc4-ee746a75e202"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 33.333333333333336px);
}

[id="s-9657e420-8b13-4a79-8fc4-ee746a75e202"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 33.333333333333336px);
}

}

#s-d1a17ee7-92d9-4f0b-8147-ecf6f2e35ee7 {
  margin-top: 25px;
margin-bottom: 25px;
background-color: rgba(255, 255, 255, 0);
}

#s-d1a17ee7-92d9-4f0b-8147-ecf6f2e35ee7 {
  display: none;
}
#s-28a581bc-e24e-426b-aa52-92080bf799ca {
  text-align: center;
}




  #s-28a581bc-e24e-426b-aa52-92080bf799ca img.shogun-image {
    
    width: px;
  }


#s-28a581bc-e24e-426b-aa52-92080bf799ca .shogun-image-content {
  
    align-items: center;
  
}

#s-b5192c8d-ca19-4fe5-91e1-44f311214a9e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b5192c8d-ca19-4fe5-91e1-44f311214a9e .shg-product-title-component h1 {
  color: rgba(0, 36, 84, 1);
  font-weight:  normal ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.2em;
  letter-spacing: ;
}

#s-e6be2b49-5684-4d31-a9f5-eed344462b97 {
  text-align: center;
}

#s-e6be2b49-5684-4d31-a9f5-eed344462b97 .shg-product-sold-out {
  display: none;
  color: rgba(0, 36, 84, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-e6be2b49-5684-4d31-a9f5-eed344462b97 .shg-product-price {
  color: rgba(0, 36, 84, 1);
  font-weight:  normal ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-e6be2b49-5684-4d31-a9f5-eed344462b97 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-eefa525c-9b79-4c72-b946-ca67f77f40c2 {
  box-shadow:0px 0px 8px 2px rgba(86, 86, 86, 0.15);
margin-top: 2%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 50px;
background-color: rgba(0, 36, 84, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-eefa525c-9b79-4c72-b946-ca67f77f40c2:hover {box-shadow:0px 0px 8px 2px rgba(86, 86, 86, 0.15) !important;
border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(86, 86, 86, 1) !important;}#s-eefa525c-9b79-4c72-b946-ca67f77f40c2:active {box-shadow:0px 0px 8px 2px  !important;
background-color: rgba(120, 190, 33, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-eefa525c-9b79-4c72-b946-ca67f77f40c2-btn-wrapper {
    text-align: center;
  }


#s-eefa525c-9b79-4c72-b946-ca67f77f40c2.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-37dcddfd-901b-4059-a1f3-cbf80d8350c1 {
  margin-top: 25px;
margin-bottom: 25px;
background-color: rgba(255, 255, 255, 0);
}

#s-37dcddfd-901b-4059-a1f3-cbf80d8350c1 {
  display: none;
}
#s-429b5865-9d68-424c-8ce2-9c10d8a5b396 {
  text-align: center;
}




  #s-429b5865-9d68-424c-8ce2-9c10d8a5b396 img.shogun-image {
    
    width: px;
  }


#s-429b5865-9d68-424c-8ce2-9c10d8a5b396 .shogun-image-content {
  
    align-items: center;
  
}

#s-6158c893-b3aa-43a5-8e35-f542e68c4e9e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6158c893-b3aa-43a5-8e35-f542e68c4e9e .shg-product-title-component h1 {
  color: rgba(0, 36, 84, 1);
  font-weight:  normal ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.2em;
  letter-spacing: ;
}

#s-af13a30a-6221-4e9e-a860-0398c40ff85f {
  text-align: center;
}

#s-af13a30a-6221-4e9e-a860-0398c40ff85f .shg-product-sold-out {
  display: none;
  color: rgba(0, 36, 84, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-af13a30a-6221-4e9e-a860-0398c40ff85f .shg-product-price {
  color: rgba(0, 36, 84, 1);
  font-weight:  normal ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-af13a30a-6221-4e9e-a860-0398c40ff85f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c9f8270b-644e-4884-817f-c9f84110d62c {
  box-shadow:0px 0px 8px 2px rgba(86, 86, 86, 0.15);
margin-top: 2%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 50px;
background-color: rgba(0, 36, 84, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-c9f8270b-644e-4884-817f-c9f84110d62c:hover {box-shadow:0px 0px 8px 2px rgba(86, 86, 86, 0.15) !important;
border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(86, 86, 86, 1) !important;}#s-c9f8270b-644e-4884-817f-c9f84110d62c:active {box-shadow:0px 0px 8px 2px  !important;
background-color: rgba(120, 190, 33, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-c9f8270b-644e-4884-817f-c9f84110d62c-btn-wrapper {
    text-align: center;
  }


#s-c9f8270b-644e-4884-817f-c9f84110d62c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-92d5acd6-5bc3-4972-85c8-48b1cc01e806 {
  margin-top: 25px;
margin-bottom: 25px;
background-color: rgba(255, 255, 255, 0);
}

#s-92d5acd6-5bc3-4972-85c8-48b1cc01e806 {
  display: none;
}
#s-7aa8db9d-d4ee-4c58-9027-584819987d88 {
  text-align: center;
}




  #s-7aa8db9d-d4ee-4c58-9027-584819987d88 img.shogun-image {
    
    width: px;
  }


#s-7aa8db9d-d4ee-4c58-9027-584819987d88 .shogun-image-content {
  
    align-items: center;
  
}

#s-47f6af39-f166-4314-82ed-42f74e8d4f3d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-47f6af39-f166-4314-82ed-42f74e8d4f3d .shg-product-title-component h1 {
  color: rgba(0, 36, 84, 1);
  font-weight:  normal ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.2em;
  letter-spacing: ;
}

#s-065bc3ad-d8d6-4fdf-8132-c0994bf6ec09 {
  text-align: center;
}

#s-065bc3ad-d8d6-4fdf-8132-c0994bf6ec09 .shg-product-sold-out {
  display: none;
  color: rgba(0, 36, 84, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-065bc3ad-d8d6-4fdf-8132-c0994bf6ec09 .shg-product-price {
  color: rgba(0, 36, 84, 1);
  font-weight:  normal ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-065bc3ad-d8d6-4fdf-8132-c0994bf6ec09 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-5c83e79f-94a1-450a-8513-9e640c90a14a {
  box-shadow:0px 0px 8px 2px rgba(86, 86, 86, 0.15);
margin-top: 2%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 50px;
background-color: rgba(0, 36, 84, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-5c83e79f-94a1-450a-8513-9e640c90a14a:hover {box-shadow:0px 0px 8px 2px rgba(86, 86, 86, 0.15) !important;
border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(86, 86, 86, 1) !important;}#s-5c83e79f-94a1-450a-8513-9e640c90a14a:active {box-shadow:0px 0px 8px 2px  !important;
background-color: rgba(120, 190, 33, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-5c83e79f-94a1-450a-8513-9e640c90a14a-btn-wrapper {
    text-align: center;
  }


#s-5c83e79f-94a1-450a-8513-9e640c90a14a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-10a9964c-8139-469f-8b2e-7a7828520385 {
  margin-top: 25px;
margin-bottom: 25px;
}

@media (min-width: 0px) {
[id="s-10a9964c-8139-469f-8b2e-7a7828520385"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-10a9964c-8139-469f-8b2e-7a7828520385"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

[id="s-10a9964c-8139-469f-8b2e-7a7828520385"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-10a9964c-8139-469f-8b2e-7a7828520385"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 33.333333333333336px);
}

[id="s-10a9964c-8139-469f-8b2e-7a7828520385"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

[id="s-10a9964c-8139-469f-8b2e-7a7828520385"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-10a9964c-8139-469f-8b2e-7a7828520385"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-10a9964c-8139-469f-8b2e-7a7828520385"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 33.333333333333336px);
}

[id="s-10a9964c-8139-469f-8b2e-7a7828520385"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

[id="s-10a9964c-8139-469f-8b2e-7a7828520385"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 33.333333333333336px);
}

[id="s-10a9964c-8139-469f-8b2e-7a7828520385"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 33.333333333333336px);
}

[id="s-10a9964c-8139-469f-8b2e-7a7828520385"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 33.333333333333336px);
}

[id="s-10a9964c-8139-469f-8b2e-7a7828520385"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-10a9964c-8139-469f-8b2e-7a7828520385"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

[id="s-10a9964c-8139-469f-8b2e-7a7828520385"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-10a9964c-8139-469f-8b2e-7a7828520385"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 33.333333333333336px);
}

[id="s-10a9964c-8139-469f-8b2e-7a7828520385"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

[id="s-10a9964c-8139-469f-8b2e-7a7828520385"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-10a9964c-8139-469f-8b2e-7a7828520385"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-10a9964c-8139-469f-8b2e-7a7828520385"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 33.333333333333336px);
}

[id="s-10a9964c-8139-469f-8b2e-7a7828520385"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

[id="s-10a9964c-8139-469f-8b2e-7a7828520385"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 33.333333333333336px);
}

[id="s-10a9964c-8139-469f-8b2e-7a7828520385"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 33.333333333333336px);
}

[id="s-10a9964c-8139-469f-8b2e-7a7828520385"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 33.333333333333336px);
}

[id="s-10a9964c-8139-469f-8b2e-7a7828520385"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-10a9964c-8139-469f-8b2e-7a7828520385"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

[id="s-10a9964c-8139-469f-8b2e-7a7828520385"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-10a9964c-8139-469f-8b2e-7a7828520385"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 33.333333333333336px);
}

[id="s-10a9964c-8139-469f-8b2e-7a7828520385"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

[id="s-10a9964c-8139-469f-8b2e-7a7828520385"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-10a9964c-8139-469f-8b2e-7a7828520385"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-10a9964c-8139-469f-8b2e-7a7828520385"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 33.333333333333336px);
}

[id="s-10a9964c-8139-469f-8b2e-7a7828520385"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

[id="s-10a9964c-8139-469f-8b2e-7a7828520385"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 33.333333333333336px);
}

[id="s-10a9964c-8139-469f-8b2e-7a7828520385"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 33.333333333333336px);
}

[id="s-10a9964c-8139-469f-8b2e-7a7828520385"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 33.333333333333336px);
}

[id="s-10a9964c-8139-469f-8b2e-7a7828520385"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 33.333333333333336px);
}

}

#s-ab7c37e4-589a-4ba6-a24c-44b043348774 {
  margin-top: 25px;
margin-bottom: 25px;
background-color: rgba(255, 255, 255, 0);
}

#s-ab7c37e4-589a-4ba6-a24c-44b043348774 {
  display: none;
}
#s-c04d0b51-a502-4245-976b-5c5e69fb0cc7 {
  text-align: center;
}




  #s-c04d0b51-a502-4245-976b-5c5e69fb0cc7 img.shogun-image {
    
    width: px;
  }


#s-c04d0b51-a502-4245-976b-5c5e69fb0cc7 .shogun-image-content {
  
    align-items: center;
  
}

#s-92b879f2-203e-4089-af0d-6cb52a09d070 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-92b879f2-203e-4089-af0d-6cb52a09d070 .shg-product-title-component h1 {
  color: rgba(0, 36, 84, 1);
  font-weight:  normal ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.2em;
  letter-spacing: ;
}

#s-974a7913-78e4-463a-a4c3-9b2099fdf1e5 {
  text-align: center;
}

#s-974a7913-78e4-463a-a4c3-9b2099fdf1e5 .shg-product-sold-out {
  display: none;
  color: rgba(0, 36, 84, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-974a7913-78e4-463a-a4c3-9b2099fdf1e5 .shg-product-price {
  color: rgba(0, 36, 84, 1);
  font-weight:  normal ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-974a7913-78e4-463a-a4c3-9b2099fdf1e5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c66e4358-d83f-4453-b8fb-90418a0fd5b3 {
  box-shadow:0px 0px 8px 2px rgba(86, 86, 86, 0.15);
margin-top: 2%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 50px;
background-color: rgba(0, 36, 84, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-c66e4358-d83f-4453-b8fb-90418a0fd5b3:hover {box-shadow:0px 0px 8px 2px rgba(86, 86, 86, 0.15) !important;
border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(86, 86, 86, 1) !important;}#s-c66e4358-d83f-4453-b8fb-90418a0fd5b3:active {box-shadow:0px 0px 8px 2px  !important;
background-color: rgba(120, 190, 33, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-c66e4358-d83f-4453-b8fb-90418a0fd5b3-btn-wrapper {
    text-align: center;
  }


#s-c66e4358-d83f-4453-b8fb-90418a0fd5b3.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

@media only screen
  and (min-width: 1024px) and (max-height: 1366px)
  and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none)
  and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
	opacity: 0;
}
.shogun-lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}
