.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-7cb6c0fc-b216-41ec-b64e-87667afe87e8 {
  margin-top: 0px;
margin-left: 16%;
margin-bottom: 0px;
margin-right: 16%;
min-height: 1px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-7cb6c0fc-b216-41ec-b64e-87667afe87e8 {
  display: none;
}
#s-7cb6c0fc-b216-41ec-b64e-87667afe87e8, #wrap-s-7cb6c0fc-b216-41ec-b64e-87667afe87e8 { display:none !important; }}@media (max-width: 767px){#s-7cb6c0fc-b216-41ec-b64e-87667afe87e8 {
  display: none;
}
#s-7cb6c0fc-b216-41ec-b64e-87667afe87e8, #wrap-s-7cb6c0fc-b216-41ec-b64e-87667afe87e8 { display:none !important; }}



  #s-7cb6c0fc-b216-41ec-b64e-87667afe87e8 img.shogun-image {
    
    width: px;
  }


#s-7cb6c0fc-b216-41ec-b64e-87667afe87e8 .shogun-image-content {
  
    align-items: center;
  
}

#s-407f85c3-6175-4c5f-b0d4-cc0062f12d06 {
  margin-top: 4px;
margin-left: 3%;
margin-bottom: 4px;
margin-right: 3%;
text-align: center;
}
@media (min-width: 1200px){#s-407f85c3-6175-4c5f-b0d4-cc0062f12d06 {
  display: none;
}
#s-407f85c3-6175-4c5f-b0d4-cc0062f12d06, #wrap-s-407f85c3-6175-4c5f-b0d4-cc0062f12d06 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-407f85c3-6175-4c5f-b0d4-cc0062f12d06 {
  display: none;
}
#s-407f85c3-6175-4c5f-b0d4-cc0062f12d06, #wrap-s-407f85c3-6175-4c5f-b0d4-cc0062f12d06 { display:none !important; }}



  #s-407f85c3-6175-4c5f-b0d4-cc0062f12d06 img.shogun-image {
    
    width: px;
  }


#s-407f85c3-6175-4c5f-b0d4-cc0062f12d06 .shogun-image-content {
  
    align-items: center;
  
}

.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-312303c2-a10f-46b1-87c4-1cb1a01bd049 {
  margin-top: 1px;
margin-bottom: 1px;
min-height: 50px;
}








#s-312303c2-a10f-46b1-87c4-1cb1a01bd049 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-312303c2-a10f-46b1-87c4-1cb1a01bd049.shg-box.shg-c {
  justify-content: center;
}

#s-4a71d4fc-c721-4a7a-bc0f-a1ecfd7b50f6 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
text-align: center;
}
@media (min-width: 1200px){#s-4a71d4fc-c721-4a7a-bc0f-a1ecfd7b50f6 {
  display: none;
}
#s-4a71d4fc-c721-4a7a-bc0f-a1ecfd7b50f6, #wrap-s-4a71d4fc-c721-4a7a-bc0f-a1ecfd7b50f6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4a71d4fc-c721-4a7a-bc0f-a1ecfd7b50f6 {
  display: none;
}
#s-4a71d4fc-c721-4a7a-bc0f-a1ecfd7b50f6, #wrap-s-4a71d4fc-c721-4a7a-bc0f-a1ecfd7b50f6 { display:none !important; }}@media (max-width: 767px){#s-4a71d4fc-c721-4a7a-bc0f-a1ecfd7b50f6 {
  
}
}



  #s-4a71d4fc-c721-4a7a-bc0f-a1ecfd7b50f6 img.shogun-image {
    
    width: px;
  }


#s-4a71d4fc-c721-4a7a-bc0f-a1ecfd7b50f6 .shogun-image-content {
  
    align-items: 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-309ab008-df1b-4cdc-b107-0009f251a211 {
  border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-309ab008-df1b-4cdc-b107-0009f251a211 {
  display: none;
}
#s-309ab008-df1b-4cdc-b107-0009f251a211, #wrap-s-309ab008-df1b-4cdc-b107-0009f251a211 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-309ab008-df1b-4cdc-b107-0009f251a211 {
  display: none;
}
#s-309ab008-df1b-4cdc-b107-0009f251a211, #wrap-s-309ab008-df1b-4cdc-b107-0009f251a211 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-309ab008-df1b-4cdc-b107-0009f251a211 {
  
}
}@media (max-width: 767px){#s-309ab008-df1b-4cdc-b107-0009f251a211 {
  
}
}
#s-309ab008-df1b-4cdc-b107-0009f251a211 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-309ab008-df1b-4cdc-b107-0009f251a211 .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-94d9cdaf-25d1-4dd4-aed1-46f472f06d10 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-94d9cdaf-25d1-4dd4-aed1-46f472f06d10 {
  display: none;
}
#s-94d9cdaf-25d1-4dd4-aed1-46f472f06d10, #wrap-s-94d9cdaf-25d1-4dd4-aed1-46f472f06d10 { display:none !important; }}@media (max-width: 767px){#s-94d9cdaf-25d1-4dd4-aed1-46f472f06d10 {
  display: none;
}
#s-94d9cdaf-25d1-4dd4-aed1-46f472f06d10, #wrap-s-94d9cdaf-25d1-4dd4-aed1-46f472f06d10 { display:none !important; }}



  #s-94d9cdaf-25d1-4dd4-aed1-46f472f06d10 img.shogun-image {
    
    width: px;
  }


#s-94d9cdaf-25d1-4dd4-aed1-46f472f06d10 .shogun-image-content {
  
    align-items: center;
  
}

#s-b4dfc35f-3aa2-4550-a3de-4dc13d71d36b {
  border-style: solid;
margin-top: -1px;
margin-left: 0%;
margin-bottom: -1px;
margin-right: 0%;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-b4dfc35f-3aa2-4550-a3de-4dc13d71d36b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b4dfc35f-3aa2-4550-a3de-4dc13d71d36b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b4dfc35f-3aa2-4550-a3de-4dc13d71d36b {
  display: none;
}
#s-b4dfc35f-3aa2-4550-a3de-4dc13d71d36b, #wrap-s-b4dfc35f-3aa2-4550-a3de-4dc13d71d36b { display:none !important; }}@media (max-width: 767px){#s-b4dfc35f-3aa2-4550-a3de-4dc13d71d36b {
  display: none;
}
#s-b4dfc35f-3aa2-4550-a3de-4dc13d71d36b, #wrap-s-b4dfc35f-3aa2-4550-a3de-4dc13d71d36b { display:none !important; }}
#s-b4dfc35f-3aa2-4550-a3de-4dc13d71d36b .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-6ccea3c8-74b2-43cf-8b49-8ed2d86d5c32 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-6ccea3c8-74b2-43cf-8b49-8ed2d86d5c32 {
  display: none;
}
#s-6ccea3c8-74b2-43cf-8b49-8ed2d86d5c32, #wrap-s-6ccea3c8-74b2-43cf-8b49-8ed2d86d5c32 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6ccea3c8-74b2-43cf-8b49-8ed2d86d5c32 {
  display: none;
}
#s-6ccea3c8-74b2-43cf-8b49-8ed2d86d5c32, #wrap-s-6ccea3c8-74b2-43cf-8b49-8ed2d86d5c32 { display:none !important; }}







#s-6ccea3c8-74b2-43cf-8b49-8ed2d86d5c32 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6ccea3c8-74b2-43cf-8b49-8ed2d86d5c32.shg-box.shg-c {
  justify-content: center;
}

#s-625b78f9-c12f-4ead-a04e-a896e9bbf97e {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 30px;
}








#s-625b78f9-c12f-4ead-a04e-a896e9bbf97e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-625b78f9-c12f-4ead-a04e-a896e9bbf97e.shg-box.shg-c {
  justify-content: center;
}

#s-1e9cd70d-acb3-402f-a262-bf583da2a74a {
  margin-top: 25px;
margin-left: 5%;
margin-bottom: 25px;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1e9cd70d-acb3-402f-a262-bf583da2a74a .shogun-heading-component h1 {
  color: #000;
  font-weight:  800 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 42px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}



.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-46d76843-b0f9-4715-b9d1-e42b13ed6e1b {
  margin-top: -25px;
margin-left: 5%;
margin-bottom: -25px;
margin-right: 5%;
}

.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-c2344921-d38a-4cb9-aa1b-3d473c1ec8ca {
  margin-top: 25px;
margin-left: 5%;
margin-bottom: 25px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-c2344921-d38a-4cb9-aa1b-3d473c1ec8ca"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-c2344921-d38a-4cb9-aa1b-3d473c1ec8ca"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c2344921-d38a-4cb9-aa1b-3d473c1ec8ca"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-c2344921-d38a-4cb9-aa1b-3d473c1ec8ca"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-c2344921-d38a-4cb9-aa1b-3d473c1ec8ca"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-c2344921-d38a-4cb9-aa1b-3d473c1ec8ca"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-c2344921-d38a-4cb9-aa1b-3d473c1ec8ca"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-c2344921-d38a-4cb9-aa1b-3d473c1ec8ca"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-c2344921-d38a-4cb9-aa1b-3d473c1ec8ca"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-c2344921-d38a-4cb9-aa1b-3d473c1ec8ca"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-c2344921-d38a-4cb9-aa1b-3d473c1ec8ca"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-c2344921-d38a-4cb9-aa1b-3d473c1ec8ca"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-c2344921-d38a-4cb9-aa1b-3d473c1ec8ca"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-c2344921-d38a-4cb9-aa1b-3d473c1ec8ca"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-c2344921-d38a-4cb9-aa1b-3d473c1ec8ca"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-c2344921-d38a-4cb9-aa1b-3d473c1ec8ca"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-c2344921-d38a-4cb9-aa1b-3d473c1ec8ca"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-c2344921-d38a-4cb9-aa1b-3d473c1ec8ca"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-c2344921-d38a-4cb9-aa1b-3d473c1ec8ca"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-c2344921-d38a-4cb9-aa1b-3d473c1ec8ca"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-c2344921-d38a-4cb9-aa1b-3d473c1ec8ca"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-c2344921-d38a-4cb9-aa1b-3d473c1ec8ca"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-c2344921-d38a-4cb9-aa1b-3d473c1ec8ca"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-c2344921-d38a-4cb9-aa1b-3d473c1ec8ca"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-c2344921-d38a-4cb9-aa1b-3d473c1ec8ca"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-c2344921-d38a-4cb9-aa1b-3d473c1ec8ca"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-c2344921-d38a-4cb9-aa1b-3d473c1ec8ca"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-c2344921-d38a-4cb9-aa1b-3d473c1ec8ca"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-c2344921-d38a-4cb9-aa1b-3d473c1ec8ca"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-c2344921-d38a-4cb9-aa1b-3d473c1ec8ca"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-c2344921-d38a-4cb9-aa1b-3d473c1ec8ca"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-c2344921-d38a-4cb9-aa1b-3d473c1ec8ca"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-c2344921-d38a-4cb9-aa1b-3d473c1ec8ca"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-c2344921-d38a-4cb9-aa1b-3d473c1ec8ca"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-c2344921-d38a-4cb9-aa1b-3d473c1ec8ca"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-c2344921-d38a-4cb9-aa1b-3d473c1ec8ca"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-c2344921-d38a-4cb9-aa1b-3d473c1ec8ca"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-c2344921-d38a-4cb9-aa1b-3d473c1ec8ca"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-d432bb24-60ce-4db2-b9ee-f1decbf75f3a {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

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

#s-27ff6418-84ec-407c-9c8f-b54353cb8db1 {
  text-align: left;
}


.shg-c#s-27ff6418-84ec-407c-9c8f-b54353cb8db1 {
  max-width: 100%;
}

.shg-c#s-27ff6418-84ec-407c-9c8f-b54353cb8db1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-27ff6418-84ec-407c-9c8f-b54353cb8db1 .shg-image-zoom,
.shg-c#s-27ff6418-84ec-407c-9c8f-b54353cb8db1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-27ff6418-84ec-407c-9c8f-b54353cb8db1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-27ff6418-84ec-407c-9c8f-b54353cb8db1 {
  max-width: 100%;
}

.shg-c#s-27ff6418-84ec-407c-9c8f-b54353cb8db1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-27ff6418-84ec-407c-9c8f-b54353cb8db1 .shg-image-zoom,
.shg-c#s-27ff6418-84ec-407c-9c8f-b54353cb8db1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-27ff6418-84ec-407c-9c8f-b54353cb8db1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-27ff6418-84ec-407c-9c8f-b54353cb8db1 {
  max-width: 100%;
}

.shg-c#s-27ff6418-84ec-407c-9c8f-b54353cb8db1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-27ff6418-84ec-407c-9c8f-b54353cb8db1 .shg-image-zoom,
.shg-c#s-27ff6418-84ec-407c-9c8f-b54353cb8db1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-27ff6418-84ec-407c-9c8f-b54353cb8db1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-27ff6418-84ec-407c-9c8f-b54353cb8db1 {
  max-width: 100%;
}

.shg-c#s-27ff6418-84ec-407c-9c8f-b54353cb8db1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-27ff6418-84ec-407c-9c8f-b54353cb8db1 .shg-image-zoom,
.shg-c#s-27ff6418-84ec-407c-9c8f-b54353cb8db1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-27ff6418-84ec-407c-9c8f-b54353cb8db1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-27ff6418-84ec-407c-9c8f-b54353cb8db1 {
  max-width: 100%;
}

.shg-c#s-27ff6418-84ec-407c-9c8f-b54353cb8db1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-27ff6418-84ec-407c-9c8f-b54353cb8db1 .shg-image-zoom,
.shg-c#s-27ff6418-84ec-407c-9c8f-b54353cb8db1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-27ff6418-84ec-407c-9c8f-b54353cb8db1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

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

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

#s-6e72ddd7-7eb5-44bf-b409-a0461df4ebff {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6e72ddd7-7eb5-44bf-b409-a0461df4ebff .shg-product-title-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-3360927a-676d-4805-be3e-588e151af96e {
  text-align: center;
}

#s-3360927a-676d-4805-be3e-588e151af96e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-3360927a-676d-4805-be3e-588e151af96e .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-3360927a-676d-4805-be3e-588e151af96e .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-40092bb6-b88a-4b9c-b234-bbe6c57eafdb {
  display: none;
}
#s-90ab9f56-f61f-4aad-954e-439493f725f2 {
  text-align: left;
}


.shg-c#s-90ab9f56-f61f-4aad-954e-439493f725f2 {
  max-width: 100%;
}

.shg-c#s-90ab9f56-f61f-4aad-954e-439493f725f2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-90ab9f56-f61f-4aad-954e-439493f725f2 .shg-image-zoom,
.shg-c#s-90ab9f56-f61f-4aad-954e-439493f725f2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-90ab9f56-f61f-4aad-954e-439493f725f2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-90ab9f56-f61f-4aad-954e-439493f725f2 {
  max-width: 100%;
}

.shg-c#s-90ab9f56-f61f-4aad-954e-439493f725f2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-90ab9f56-f61f-4aad-954e-439493f725f2 .shg-image-zoom,
.shg-c#s-90ab9f56-f61f-4aad-954e-439493f725f2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-90ab9f56-f61f-4aad-954e-439493f725f2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-90ab9f56-f61f-4aad-954e-439493f725f2 {
  max-width: 100%;
}

.shg-c#s-90ab9f56-f61f-4aad-954e-439493f725f2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-90ab9f56-f61f-4aad-954e-439493f725f2 .shg-image-zoom,
.shg-c#s-90ab9f56-f61f-4aad-954e-439493f725f2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-90ab9f56-f61f-4aad-954e-439493f725f2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-90ab9f56-f61f-4aad-954e-439493f725f2 {
  max-width: 100%;
}

.shg-c#s-90ab9f56-f61f-4aad-954e-439493f725f2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-90ab9f56-f61f-4aad-954e-439493f725f2 .shg-image-zoom,
.shg-c#s-90ab9f56-f61f-4aad-954e-439493f725f2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-90ab9f56-f61f-4aad-954e-439493f725f2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-90ab9f56-f61f-4aad-954e-439493f725f2 {
  max-width: 100%;
}

.shg-c#s-90ab9f56-f61f-4aad-954e-439493f725f2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-90ab9f56-f61f-4aad-954e-439493f725f2 .shg-image-zoom,
.shg-c#s-90ab9f56-f61f-4aad-954e-439493f725f2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-90ab9f56-f61f-4aad-954e-439493f725f2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-0c064997-89cc-4e3a-a22a-e986b75117c1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0c064997-89cc-4e3a-a22a-e986b75117c1 .shg-product-title-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-ad0a932f-8227-41d8-8aaa-dcc6c9063e88 {
  text-align: center;
}

#s-ad0a932f-8227-41d8-8aaa-dcc6c9063e88 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-ad0a932f-8227-41d8-8aaa-dcc6c9063e88 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-ad0a932f-8227-41d8-8aaa-dcc6c9063e88 .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-fb914d8a-b2d9-4b47-adb2-b8eac3f077ed {
  display: none;
}
#s-c83d43b2-8eb8-4d74-9c82-49457dc7da70 {
  text-align: left;
}


.shg-c#s-c83d43b2-8eb8-4d74-9c82-49457dc7da70 {
  max-width: 100%;
}

.shg-c#s-c83d43b2-8eb8-4d74-9c82-49457dc7da70 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c83d43b2-8eb8-4d74-9c82-49457dc7da70 .shg-image-zoom,
.shg-c#s-c83d43b2-8eb8-4d74-9c82-49457dc7da70 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c83d43b2-8eb8-4d74-9c82-49457dc7da70 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-c83d43b2-8eb8-4d74-9c82-49457dc7da70 {
  max-width: 100%;
}

.shg-c#s-c83d43b2-8eb8-4d74-9c82-49457dc7da70 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c83d43b2-8eb8-4d74-9c82-49457dc7da70 .shg-image-zoom,
.shg-c#s-c83d43b2-8eb8-4d74-9c82-49457dc7da70 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c83d43b2-8eb8-4d74-9c82-49457dc7da70 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c83d43b2-8eb8-4d74-9c82-49457dc7da70 {
  max-width: 100%;
}

.shg-c#s-c83d43b2-8eb8-4d74-9c82-49457dc7da70 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c83d43b2-8eb8-4d74-9c82-49457dc7da70 .shg-image-zoom,
.shg-c#s-c83d43b2-8eb8-4d74-9c82-49457dc7da70 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c83d43b2-8eb8-4d74-9c82-49457dc7da70 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c83d43b2-8eb8-4d74-9c82-49457dc7da70 {
  max-width: 100%;
}

.shg-c#s-c83d43b2-8eb8-4d74-9c82-49457dc7da70 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c83d43b2-8eb8-4d74-9c82-49457dc7da70 .shg-image-zoom,
.shg-c#s-c83d43b2-8eb8-4d74-9c82-49457dc7da70 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c83d43b2-8eb8-4d74-9c82-49457dc7da70 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-c83d43b2-8eb8-4d74-9c82-49457dc7da70 {
  max-width: 100%;
}

.shg-c#s-c83d43b2-8eb8-4d74-9c82-49457dc7da70 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c83d43b2-8eb8-4d74-9c82-49457dc7da70 .shg-image-zoom,
.shg-c#s-c83d43b2-8eb8-4d74-9c82-49457dc7da70 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c83d43b2-8eb8-4d74-9c82-49457dc7da70 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-4a41624d-37cb-4562-a6b5-1e020685d298 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4a41624d-37cb-4562-a6b5-1e020685d298 .shg-product-title-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-01669922-b421-4c80-b941-5224eb243b78 {
  text-align: center;
}

#s-01669922-b421-4c80-b941-5224eb243b78 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-01669922-b421-4c80-b941-5224eb243b78 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-01669922-b421-4c80-b941-5224eb243b78 .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-79edfde0-fd2c-45f3-af2b-da6424d7ad5f {
  display: none;
}
#s-8935cb6a-a403-42c3-9302-90224183576d {
  text-align: left;
}


.shg-c#s-8935cb6a-a403-42c3-9302-90224183576d {
  max-width: 100%;
}

.shg-c#s-8935cb6a-a403-42c3-9302-90224183576d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8935cb6a-a403-42c3-9302-90224183576d .shg-image-zoom,
.shg-c#s-8935cb6a-a403-42c3-9302-90224183576d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8935cb6a-a403-42c3-9302-90224183576d .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-8935cb6a-a403-42c3-9302-90224183576d {
  max-width: 100%;
}

.shg-c#s-8935cb6a-a403-42c3-9302-90224183576d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8935cb6a-a403-42c3-9302-90224183576d .shg-image-zoom,
.shg-c#s-8935cb6a-a403-42c3-9302-90224183576d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8935cb6a-a403-42c3-9302-90224183576d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8935cb6a-a403-42c3-9302-90224183576d {
  max-width: 100%;
}

.shg-c#s-8935cb6a-a403-42c3-9302-90224183576d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8935cb6a-a403-42c3-9302-90224183576d .shg-image-zoom,
.shg-c#s-8935cb6a-a403-42c3-9302-90224183576d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8935cb6a-a403-42c3-9302-90224183576d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8935cb6a-a403-42c3-9302-90224183576d {
  max-width: 100%;
}

.shg-c#s-8935cb6a-a403-42c3-9302-90224183576d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8935cb6a-a403-42c3-9302-90224183576d .shg-image-zoom,
.shg-c#s-8935cb6a-a403-42c3-9302-90224183576d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8935cb6a-a403-42c3-9302-90224183576d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-8935cb6a-a403-42c3-9302-90224183576d {
  max-width: 100%;
}

.shg-c#s-8935cb6a-a403-42c3-9302-90224183576d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8935cb6a-a403-42c3-9302-90224183576d .shg-image-zoom,
.shg-c#s-8935cb6a-a403-42c3-9302-90224183576d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8935cb6a-a403-42c3-9302-90224183576d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-724c18b6-9bdc-4fd9-b483-e9234f13dc15 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-724c18b6-9bdc-4fd9-b483-e9234f13dc15 .shg-product-title-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-02e188e0-f7aa-4d4f-bff6-3431193f56e8 {
  text-align: center;
}

#s-02e188e0-f7aa-4d4f-bff6-3431193f56e8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-02e188e0-f7aa-4d4f-bff6-3431193f56e8 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-02e188e0-f7aa-4d4f-bff6-3431193f56e8 .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-961517cc-dc74-4e71-bd3c-c5392ea54a2d {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-961517cc-dc74-4e71-bd3c-c5392ea54a2d {
  display: none;
}
#s-961517cc-dc74-4e71-bd3c-c5392ea54a2d, #wrap-s-961517cc-dc74-4e71-bd3c-c5392ea54a2d { display:none !important; }}@media (max-width: 767px){#s-961517cc-dc74-4e71-bd3c-c5392ea54a2d {
  display: none;
}
#s-961517cc-dc74-4e71-bd3c-c5392ea54a2d, #wrap-s-961517cc-dc74-4e71-bd3c-c5392ea54a2d { display:none !important; }}







#s-961517cc-dc74-4e71-bd3c-c5392ea54a2d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-961517cc-dc74-4e71-bd3c-c5392ea54a2d.shg-box.shg-c {
  justify-content: center;
}

#s-f75e5d80-adb8-43e1-8eba-5b4370bda100 {
  min-height: 1px;
}








#s-f75e5d80-adb8-43e1-8eba-5b4370bda100 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f75e5d80-adb8-43e1-8eba-5b4370bda100.shg-box.shg-c {
  justify-content: center;
}

#s-5b46fbab-9e1c-4be7-bad3-ba9b7879f40e {
  margin-top: 25px;
margin-left: 8%;
margin-bottom: 25px;
margin-right: 8%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5b46fbab-9e1c-4be7-bad3-ba9b7879f40e .shogun-heading-component h1 {
  color: #000;
  font-weight:  800 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 42px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}



#s-8152ab12-db4e-4d47-a941-81982fe56813 {
  margin-top: -25px;
margin-left: 8%;
margin-bottom: -25px;
margin-right: 8%;
}

.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-1fe20e4c-7a00-4f56-8f4d-b718c558abb1 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 12px;
padding-left: 39px;
padding-bottom: 12px;
padding-right: 39px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-1fe20e4c-7a00-4f56-8f4d-b718c558abb1:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-1fe20e4c-7a00-4f56-8f4d-b718c558abb1:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-1fe20e4c-7a00-4f56-8f4d-b718c558abb1 {
  display: none;
}
#s-1fe20e4c-7a00-4f56-8f4d-b718c558abb1, #wrap-s-1fe20e4c-7a00-4f56-8f4d-b718c558abb1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1fe20e4c-7a00-4f56-8f4d-b718c558abb1 {
  display: none;
}
#s-1fe20e4c-7a00-4f56-8f4d-b718c558abb1, #wrap-s-1fe20e4c-7a00-4f56-8f4d-b718c558abb1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1fe20e4c-7a00-4f56-8f4d-b718c558abb1 {
  
}
}@media (max-width: 767px){#s-1fe20e4c-7a00-4f56-8f4d-b718c558abb1 {
  
}
}


#s-1fe20e4c-7a00-4f56-8f4d-b718c558abb1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-455ac350-09b3-4e47-b8a2-d69686735502 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-455ac350-09b3-4e47-b8a2-d69686735502 {
  display: none;
}
#s-455ac350-09b3-4e47-b8a2-d69686735502, #wrap-s-455ac350-09b3-4e47-b8a2-d69686735502 { display:none !important; }}@media (max-width: 767px){#s-455ac350-09b3-4e47-b8a2-d69686735502 {
  display: none;
}
#s-455ac350-09b3-4e47-b8a2-d69686735502, #wrap-s-455ac350-09b3-4e47-b8a2-d69686735502 { display:none !important; }}







#s-455ac350-09b3-4e47-b8a2-d69686735502 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-455ac350-09b3-4e47-b8a2-d69686735502.shg-box.shg-c {
  justify-content: center;
}

#s-fd876c2e-722a-4e41-b834-c8687a4edaba {
  margin-left: 8%;
margin-right: 8%;
}
@media (min-width: 768px) and (max-width: 991px){#s-fd876c2e-722a-4e41-b834-c8687a4edaba {
  display: none;
}
#s-fd876c2e-722a-4e41-b834-c8687a4edaba, #wrap-s-fd876c2e-722a-4e41-b834-c8687a4edaba { display:none !important; }}@media (max-width: 767px){#s-fd876c2e-722a-4e41-b834-c8687a4edaba {
  display: none;
}
#s-fd876c2e-722a-4e41-b834-c8687a4edaba, #wrap-s-fd876c2e-722a-4e41-b834-c8687a4edaba { display:none !important; }}
@media (min-width: 0px) {
[id="s-fd876c2e-722a-4e41-b834-c8687a4edaba"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-fd876c2e-722a-4e41-b834-c8687a4edaba"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fd876c2e-722a-4e41-b834-c8687a4edaba"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-fd876c2e-722a-4e41-b834-c8687a4edaba"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-fd876c2e-722a-4e41-b834-c8687a4edaba"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-fd876c2e-722a-4e41-b834-c8687a4edaba"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-fd876c2e-722a-4e41-b834-c8687a4edaba"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-fd876c2e-722a-4e41-b834-c8687a4edaba"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-fd876c2e-722a-4e41-b834-c8687a4edaba"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-fd876c2e-722a-4e41-b834-c8687a4edaba"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-fd876c2e-722a-4e41-b834-c8687a4edaba"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-fd876c2e-722a-4e41-b834-c8687a4edaba"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-fd876c2e-722a-4e41-b834-c8687a4edaba"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-fd876c2e-722a-4e41-b834-c8687a4edaba"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-fd876c2e-722a-4e41-b834-c8687a4edaba"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-fd876c2e-722a-4e41-b834-c8687a4edaba"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-fd876c2e-722a-4e41-b834-c8687a4edaba"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-fd876c2e-722a-4e41-b834-c8687a4edaba"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-fd876c2e-722a-4e41-b834-c8687a4edaba"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-fd876c2e-722a-4e41-b834-c8687a4edaba"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-fd876c2e-722a-4e41-b834-c8687a4edaba"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-fd876c2e-722a-4e41-b834-c8687a4edaba"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-fd876c2e-722a-4e41-b834-c8687a4edaba"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-fd876c2e-722a-4e41-b834-c8687a4edaba"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-fd876c2e-722a-4e41-b834-c8687a4edaba"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-fd876c2e-722a-4e41-b834-c8687a4edaba"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-fd876c2e-722a-4e41-b834-c8687a4edaba"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-fd876c2e-722a-4e41-b834-c8687a4edaba"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-fd876c2e-722a-4e41-b834-c8687a4edaba"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-fd876c2e-722a-4e41-b834-c8687a4edaba"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-fd876c2e-722a-4e41-b834-c8687a4edaba"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-fd876c2e-722a-4e41-b834-c8687a4edaba"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-fd876c2e-722a-4e41-b834-c8687a4edaba"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-fd876c2e-722a-4e41-b834-c8687a4edaba"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-fd876c2e-722a-4e41-b834-c8687a4edaba"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-fd876c2e-722a-4e41-b834-c8687a4edaba"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-fd876c2e-722a-4e41-b834-c8687a4edaba"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-fd876c2e-722a-4e41-b834-c8687a4edaba"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-34b4b705-a4c1-414f-94e3-e1e968889883 {
  display: none;
}
#s-ff8915f5-0e7e-463d-8253-a18a50a101a2 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 0.17);
border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0.17);
border-style: solid;
text-align: center;
opacity: 1;
background-color: rgba(255, 255, 255, 1);
}


.shg-c#s-ff8915f5-0e7e-463d-8253-a18a50a101a2 {
  max-width: 100%;
}

.shg-c#s-ff8915f5-0e7e-463d-8253-a18a50a101a2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ff8915f5-0e7e-463d-8253-a18a50a101a2 .shg-image-zoom,
.shg-c#s-ff8915f5-0e7e-463d-8253-a18a50a101a2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ff8915f5-0e7e-463d-8253-a18a50a101a2 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-ff8915f5-0e7e-463d-8253-a18a50a101a2 {
  max-width: 100%;
}

.shg-c#s-ff8915f5-0e7e-463d-8253-a18a50a101a2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ff8915f5-0e7e-463d-8253-a18a50a101a2 .shg-image-zoom,
.shg-c#s-ff8915f5-0e7e-463d-8253-a18a50a101a2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ff8915f5-0e7e-463d-8253-a18a50a101a2 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ff8915f5-0e7e-463d-8253-a18a50a101a2 {
  max-width: 100%;
}

.shg-c#s-ff8915f5-0e7e-463d-8253-a18a50a101a2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ff8915f5-0e7e-463d-8253-a18a50a101a2 .shg-image-zoom,
.shg-c#s-ff8915f5-0e7e-463d-8253-a18a50a101a2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ff8915f5-0e7e-463d-8253-a18a50a101a2 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ff8915f5-0e7e-463d-8253-a18a50a101a2 {
  max-width: 100%;
}

.shg-c#s-ff8915f5-0e7e-463d-8253-a18a50a101a2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ff8915f5-0e7e-463d-8253-a18a50a101a2 .shg-image-zoom,
.shg-c#s-ff8915f5-0e7e-463d-8253-a18a50a101a2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ff8915f5-0e7e-463d-8253-a18a50a101a2 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-ff8915f5-0e7e-463d-8253-a18a50a101a2 {
  max-width: 100%;
}

.shg-c#s-ff8915f5-0e7e-463d-8253-a18a50a101a2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ff8915f5-0e7e-463d-8253-a18a50a101a2 .shg-image-zoom,
.shg-c#s-ff8915f5-0e7e-463d-8253-a18a50a101a2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ff8915f5-0e7e-463d-8253-a18a50a101a2 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-4d06d5ec-b7b0-4b24-a75a-8b28ecda9420 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-4d06d5ec-b7b0-4b24-a75a-8b28ecda9420 .shg-product-title-component h1 {
  color: rgba(10, 11, 53, 1);
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-842c4aee-8ca7-4878-b1de-90d3efaadbe0 {
  min-height: 50px;
text-align: center;
}

#s-842c4aee-8ca7-4878-b1de-90d3efaadbe0 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-842c4aee-8ca7-4878-b1de-90d3efaadbe0 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-842c4aee-8ca7-4878-b1de-90d3efaadbe0 .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-2ee20509-c6c0-40fc-8e1b-53be97ca4ab8 {
  display: none;
}
#s-1040bc16-3ae7-47c3-af96-b6f34faf2b19 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.17);
border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0.17);
border-style: solid;
text-align: center;
opacity: 1;
}


.shg-c#s-1040bc16-3ae7-47c3-af96-b6f34faf2b19 {
  max-width: 100%;
}

.shg-c#s-1040bc16-3ae7-47c3-af96-b6f34faf2b19 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1040bc16-3ae7-47c3-af96-b6f34faf2b19 .shg-image-zoom,
.shg-c#s-1040bc16-3ae7-47c3-af96-b6f34faf2b19 img.shogun-image {
  max-width:  !important;
  min-height: 0px !important;
}

.shg-c#s-1040bc16-3ae7-47c3-af96-b6f34faf2b19 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-1040bc16-3ae7-47c3-af96-b6f34faf2b19 {
  max-width: 100%;
}

.shg-c#s-1040bc16-3ae7-47c3-af96-b6f34faf2b19 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1040bc16-3ae7-47c3-af96-b6f34faf2b19 .shg-image-zoom,
.shg-c#s-1040bc16-3ae7-47c3-af96-b6f34faf2b19 img.shogun-image {
  max-width:  !important;
  min-height: 0px !important;
}

.shg-c#s-1040bc16-3ae7-47c3-af96-b6f34faf2b19 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1040bc16-3ae7-47c3-af96-b6f34faf2b19 {
  max-width: 100%;
}

.shg-c#s-1040bc16-3ae7-47c3-af96-b6f34faf2b19 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1040bc16-3ae7-47c3-af96-b6f34faf2b19 .shg-image-zoom,
.shg-c#s-1040bc16-3ae7-47c3-af96-b6f34faf2b19 img.shogun-image {
  max-width:  !important;
  min-height: 0px !important;
}

.shg-c#s-1040bc16-3ae7-47c3-af96-b6f34faf2b19 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1040bc16-3ae7-47c3-af96-b6f34faf2b19 {
  max-width: 100%;
}

.shg-c#s-1040bc16-3ae7-47c3-af96-b6f34faf2b19 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1040bc16-3ae7-47c3-af96-b6f34faf2b19 .shg-image-zoom,
.shg-c#s-1040bc16-3ae7-47c3-af96-b6f34faf2b19 img.shogun-image {
  max-width:  !important;
  min-height: 0px !important;
}

.shg-c#s-1040bc16-3ae7-47c3-af96-b6f34faf2b19 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-1040bc16-3ae7-47c3-af96-b6f34faf2b19 {
  max-width: 100%;
}

.shg-c#s-1040bc16-3ae7-47c3-af96-b6f34faf2b19 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1040bc16-3ae7-47c3-af96-b6f34faf2b19 .shg-image-zoom,
.shg-c#s-1040bc16-3ae7-47c3-af96-b6f34faf2b19 img.shogun-image {
  max-width:  !important;
  min-height: 0px !important;
}

.shg-c#s-1040bc16-3ae7-47c3-af96-b6f34faf2b19 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-3822de70-4549-48cf-a570-2ce12a16df15 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-3822de70-4549-48cf-a570-2ce12a16df15 .shg-product-title-component h1 {
  color: rgba(10, 11, 53, 1);
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-4573c2b5-832a-4c86-9740-d18ffcfff7ca {
  min-height: 50px;
text-align: center;
}

#s-4573c2b5-832a-4c86-9740-d18ffcfff7ca .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-4573c2b5-832a-4c86-9740-d18ffcfff7ca .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-4573c2b5-832a-4c86-9740-d18ffcfff7ca .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-d4ed8e71-8178-47c2-a19f-3da42ca64455 {
  display: none;
}
#s-74987361-9953-48c7-a3a8-4d195c4183da {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 0.17);
border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0.17);
border-style: solid;
text-align: center;
opacity: 1;
background-color: rgba(255, 255, 255, 1);
}


.shg-c#s-74987361-9953-48c7-a3a8-4d195c4183da {
  max-width: 100%;
}

.shg-c#s-74987361-9953-48c7-a3a8-4d195c4183da img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-74987361-9953-48c7-a3a8-4d195c4183da .shg-image-zoom,
.shg-c#s-74987361-9953-48c7-a3a8-4d195c4183da img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-74987361-9953-48c7-a3a8-4d195c4183da .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-74987361-9953-48c7-a3a8-4d195c4183da {
  max-width: 100%;
}

.shg-c#s-74987361-9953-48c7-a3a8-4d195c4183da img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-74987361-9953-48c7-a3a8-4d195c4183da .shg-image-zoom,
.shg-c#s-74987361-9953-48c7-a3a8-4d195c4183da img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-74987361-9953-48c7-a3a8-4d195c4183da .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-74987361-9953-48c7-a3a8-4d195c4183da {
  max-width: 100%;
}

.shg-c#s-74987361-9953-48c7-a3a8-4d195c4183da img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-74987361-9953-48c7-a3a8-4d195c4183da .shg-image-zoom,
.shg-c#s-74987361-9953-48c7-a3a8-4d195c4183da img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-74987361-9953-48c7-a3a8-4d195c4183da .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-74987361-9953-48c7-a3a8-4d195c4183da {
  max-width: 100%;
}

.shg-c#s-74987361-9953-48c7-a3a8-4d195c4183da img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-74987361-9953-48c7-a3a8-4d195c4183da .shg-image-zoom,
.shg-c#s-74987361-9953-48c7-a3a8-4d195c4183da img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-74987361-9953-48c7-a3a8-4d195c4183da .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-74987361-9953-48c7-a3a8-4d195c4183da {
  max-width: 100%;
}

.shg-c#s-74987361-9953-48c7-a3a8-4d195c4183da img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-74987361-9953-48c7-a3a8-4d195c4183da .shg-image-zoom,
.shg-c#s-74987361-9953-48c7-a3a8-4d195c4183da img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-74987361-9953-48c7-a3a8-4d195c4183da .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-aacb32da-d9b7-45e6-a481-94641e6ac761 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-aacb32da-d9b7-45e6-a481-94641e6ac761 .shg-product-title-component h1 {
  color: rgba(10, 11, 53, 1);
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-e95b4989-cbe1-4e6a-8067-cd57abefdedb {
  min-height: 50px;
text-align: center;
}

#s-e95b4989-cbe1-4e6a-8067-cd57abefdedb .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-e95b4989-cbe1-4e6a-8067-cd57abefdedb .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-e95b4989-cbe1-4e6a-8067-cd57abefdedb .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-4891f609-5b8e-42f3-9430-d825baba300c {
  display: none;
}
#s-fda1036b-4c31-49ae-b571-88bda992c145 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 0.17);
border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0.17);
border-style: solid;
text-align: center;
opacity: 1;
background-color: rgba(255, 255, 255, 1);
}


.shg-c#s-fda1036b-4c31-49ae-b571-88bda992c145 {
  max-width: 100%;
}

.shg-c#s-fda1036b-4c31-49ae-b571-88bda992c145 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fda1036b-4c31-49ae-b571-88bda992c145 .shg-image-zoom,
.shg-c#s-fda1036b-4c31-49ae-b571-88bda992c145 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fda1036b-4c31-49ae-b571-88bda992c145 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-fda1036b-4c31-49ae-b571-88bda992c145 {
  max-width: 100%;
}

.shg-c#s-fda1036b-4c31-49ae-b571-88bda992c145 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fda1036b-4c31-49ae-b571-88bda992c145 .shg-image-zoom,
.shg-c#s-fda1036b-4c31-49ae-b571-88bda992c145 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fda1036b-4c31-49ae-b571-88bda992c145 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-fda1036b-4c31-49ae-b571-88bda992c145 {
  max-width: 100%;
}

.shg-c#s-fda1036b-4c31-49ae-b571-88bda992c145 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fda1036b-4c31-49ae-b571-88bda992c145 .shg-image-zoom,
.shg-c#s-fda1036b-4c31-49ae-b571-88bda992c145 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fda1036b-4c31-49ae-b571-88bda992c145 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-fda1036b-4c31-49ae-b571-88bda992c145 {
  max-width: 100%;
}

.shg-c#s-fda1036b-4c31-49ae-b571-88bda992c145 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fda1036b-4c31-49ae-b571-88bda992c145 .shg-image-zoom,
.shg-c#s-fda1036b-4c31-49ae-b571-88bda992c145 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fda1036b-4c31-49ae-b571-88bda992c145 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-fda1036b-4c31-49ae-b571-88bda992c145 {
  max-width: 100%;
}

.shg-c#s-fda1036b-4c31-49ae-b571-88bda992c145 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fda1036b-4c31-49ae-b571-88bda992c145 .shg-image-zoom,
.shg-c#s-fda1036b-4c31-49ae-b571-88bda992c145 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fda1036b-4c31-49ae-b571-88bda992c145 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-0d462474-e93b-42b1-99f6-9160a502359f {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
text-align: center;
}

#s-0d462474-e93b-42b1-99f6-9160a502359f .shg-product-title-component h1 {
  color: rgba(10, 11, 53, 1);
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-cb422d28-8943-4bdc-b11a-46ccfe53134d {
  min-height: 50px;
text-align: center;
}

#s-cb422d28-8943-4bdc-b11a-46ccfe53134d .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-cb422d28-8943-4bdc-b11a-46ccfe53134d .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-cb422d28-8943-4bdc-b11a-46ccfe53134d .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-1511e57f-9f2c-4c07-8780-ec98eda23770 {
  border-style: solid;
margin-top: 35px;
margin-bottom: 35px;
padding-top: 14px;
padding-left: 28px;
padding-bottom: 14px;
padding-right: 28px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 2px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-1511e57f-9f2c-4c07-8780-ec98eda23770:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-1511e57f-9f2c-4c07-8780-ec98eda23770:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-1511e57f-9f2c-4c07-8780-ec98eda23770 {
  display: none;
}
#s-1511e57f-9f2c-4c07-8780-ec98eda23770, #wrap-s-1511e57f-9f2c-4c07-8780-ec98eda23770 { display:none !important; }}@media (max-width: 767px){#s-1511e57f-9f2c-4c07-8780-ec98eda23770 {
  display: none;
}
#s-1511e57f-9f2c-4c07-8780-ec98eda23770, #wrap-s-1511e57f-9f2c-4c07-8780-ec98eda23770 { display:none !important; }}


#s-1511e57f-9f2c-4c07-8780-ec98eda23770.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-7d813080-886b-4162-b092-20c5d5ae09b1 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 30px;
}








#s-7d813080-886b-4162-b092-20c5d5ae09b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7d813080-886b-4162-b092-20c5d5ae09b1.shg-box.shg-c {
  justify-content: center;
}

#s-3e16af0f-9bd6-42e9-bf16-b190cd4916d8 {
  text-align: center;
}
@media (min-width: 1200px){#s-3e16af0f-9bd6-42e9-bf16-b190cd4916d8 {
  display: none;
}
#s-3e16af0f-9bd6-42e9-bf16-b190cd4916d8, #wrap-s-3e16af0f-9bd6-42e9-bf16-b190cd4916d8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3e16af0f-9bd6-42e9-bf16-b190cd4916d8 {
  display: none;
}
#s-3e16af0f-9bd6-42e9-bf16-b190cd4916d8, #wrap-s-3e16af0f-9bd6-42e9-bf16-b190cd4916d8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3e16af0f-9bd6-42e9-bf16-b190cd4916d8 {
  
}
}@media (max-width: 767px){#s-3e16af0f-9bd6-42e9-bf16-b190cd4916d8 {
  
}
}



  #s-3e16af0f-9bd6-42e9-bf16-b190cd4916d8 img.shogun-image {
    
    width: px;
  }


#s-3e16af0f-9bd6-42e9-bf16-b190cd4916d8 .shogun-image-content {
  
    align-items: center;
  
}

#s-bd2ac1ce-1419-445a-8d38-fcbb98fdd3d0 {
  padding-top: 10px;
padding-left: 6%;
padding-bottom: 10px;
padding-right: 6%;
text-align: center;
}

#s-bd2ac1ce-1419-445a-8d38-fcbb98fdd3d0 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 35px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-2fb28dac-eca7-43ea-a271-97fcce8b0663 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-2fb28dac-eca7-43ea-a271-97fcce8b0663 {
  display: none;
}
#s-2fb28dac-eca7-43ea-a271-97fcce8b0663, #wrap-s-2fb28dac-eca7-43ea-a271-97fcce8b0663 { display:none !important; }}@media (max-width: 767px){#s-2fb28dac-eca7-43ea-a271-97fcce8b0663 {
  display: none;
}
#s-2fb28dac-eca7-43ea-a271-97fcce8b0663, #wrap-s-2fb28dac-eca7-43ea-a271-97fcce8b0663 { display:none !important; }}



  #s-2fb28dac-eca7-43ea-a271-97fcce8b0663 img.shogun-image {
    
    width: px;
  }


#s-2fb28dac-eca7-43ea-a271-97fcce8b0663 .shogun-image-content {
  
    align-items: center;
  
}

#s-6f9e46c5-e8da-4ebe-bb10-3cd3110e6238 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-6f9e46c5-e8da-4ebe-bb10-3cd3110e6238 {
  display: none;
}
#s-6f9e46c5-e8da-4ebe-bb10-3cd3110e6238, #wrap-s-6f9e46c5-e8da-4ebe-bb10-3cd3110e6238 { display:none !important; }}@media (max-width: 767px){#s-6f9e46c5-e8da-4ebe-bb10-3cd3110e6238 {
  display: none;
}
#s-6f9e46c5-e8da-4ebe-bb10-3cd3110e6238, #wrap-s-6f9e46c5-e8da-4ebe-bb10-3cd3110e6238 { display:none !important; }}
#s-6f9e46c5-e8da-4ebe-bb10-3cd3110e6238 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 43px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-933817eb-c150-4fc3-b401-eed6de33df72 {
  background-attachment: fixed;
margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-933817eb-c150-4fc3-b401-eed6de33df72 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-933817eb-c150-4fc3-b401-eed6de33df72.shg-box.shg-c {
  justify-content: center;
}

#s-c031cdc4-b406-443b-95df-636c4c3f666d {
  border-style: solid;
margin-top: 0px;
margin-left: 8%;
margin-bottom: 25px;
margin-right: 8%;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: dotted;
text-align: left;
}
@media (min-width: 1200px){#s-c031cdc4-b406-443b-95df-636c4c3f666d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c031cdc4-b406-443b-95df-636c4c3f666d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c031cdc4-b406-443b-95df-636c4c3f666d {
  
}
}@media (max-width: 767px){#s-c031cdc4-b406-443b-95df-636c4c3f666d {
  
}
}
#s-c031cdc4-b406-443b-95df-636c4c3f666d .shogun-heading-component h1 {
  color: rgba(241, 36, 186, 1);
  font-weight:  800 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 41px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}



#s-ade7aa16-86a3-45ab-b80f-cefe62e5defc {
  min-height: 50px;
}








#s-ade7aa16-86a3-45ab-b80f-cefe62e5defc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ade7aa16-86a3-45ab-b80f-cefe62e5defc.shg-box.shg-c {
  justify-content: center;
}

#s-06006f89-7984-46bb-a905-c6a6b57b02cc {
  margin-top: -23px;
margin-left: 8%;
margin-bottom: -23px;
margin-right: 8%;
}
@media (min-width: 768px) and (max-width: 991px){#s-06006f89-7984-46bb-a905-c6a6b57b02cc {
  
}
}@media (max-width: 767px){#s-06006f89-7984-46bb-a905-c6a6b57b02cc {
  
}
}
#s-c918c9f6-180d-4bf6-8873-b63417182378 {
  margin-top: 0px;
margin-left: 8%;
margin-bottom: 0px;
margin-right: 8%;
min-height: 51px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c918c9f6-180d-4bf6-8873-b63417182378 {
  display: none;
}
#s-c918c9f6-180d-4bf6-8873-b63417182378, #wrap-s-c918c9f6-180d-4bf6-8873-b63417182378 { display:none !important; }}@media (max-width: 767px){#s-c918c9f6-180d-4bf6-8873-b63417182378 {
  display: none;
}
#s-c918c9f6-180d-4bf6-8873-b63417182378, #wrap-s-c918c9f6-180d-4bf6-8873-b63417182378 { display:none !important; }}







#s-c918c9f6-180d-4bf6-8873-b63417182378 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c918c9f6-180d-4bf6-8873-b63417182378.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

#s-1f901eb9-470a-4260-8872-bf28058806dc {
  margin-top: 38px;
margin-bottom: 38px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-1f901eb9-470a-4260-8872-bf28058806dc {
  display: none;
}
#s-1f901eb9-470a-4260-8872-bf28058806dc, #wrap-s-1f901eb9-470a-4260-8872-bf28058806dc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1f901eb9-470a-4260-8872-bf28058806dc {
  display: none;
}
#s-1f901eb9-470a-4260-8872-bf28058806dc, #wrap-s-1f901eb9-470a-4260-8872-bf28058806dc { display:none !important; }}
#s-1f901eb9-470a-4260-8872-bf28058806dc .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-1f901eb9-470a-4260-8872-bf28058806dc .shg-sld-nav-button.shg-sld-left,
#s-1f901eb9-470a-4260-8872-bf28058806dc .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-6932e26c-f1a1-478d-8ce8-8827a091a549"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6932e26c-f1a1-478d-8ce8-8827a091a549"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6932e26c-f1a1-478d-8ce8-8827a091a549"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6932e26c-f1a1-478d-8ce8-8827a091a549"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6932e26c-f1a1-478d-8ce8-8827a091a549"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6932e26c-f1a1-478d-8ce8-8827a091a549"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6932e26c-f1a1-478d-8ce8-8827a091a549"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6932e26c-f1a1-478d-8ce8-8827a091a549"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6932e26c-f1a1-478d-8ce8-8827a091a549"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6932e26c-f1a1-478d-8ce8-8827a091a549"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6932e26c-f1a1-478d-8ce8-8827a091a549"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6932e26c-f1a1-478d-8ce8-8827a091a549"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-6932e26c-f1a1-478d-8ce8-8827a091a549"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6932e26c-f1a1-478d-8ce8-8827a091a549"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6932e26c-f1a1-478d-8ce8-8827a091a549"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6932e26c-f1a1-478d-8ce8-8827a091a549"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6932e26c-f1a1-478d-8ce8-8827a091a549"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6932e26c-f1a1-478d-8ce8-8827a091a549"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6932e26c-f1a1-478d-8ce8-8827a091a549"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6932e26c-f1a1-478d-8ce8-8827a091a549"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6932e26c-f1a1-478d-8ce8-8827a091a549"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6932e26c-f1a1-478d-8ce8-8827a091a549"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6932e26c-f1a1-478d-8ce8-8827a091a549"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6932e26c-f1a1-478d-8ce8-8827a091a549"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6932e26c-f1a1-478d-8ce8-8827a091a549"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6932e26c-f1a1-478d-8ce8-8827a091a549"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6932e26c-f1a1-478d-8ce8-8827a091a549"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6932e26c-f1a1-478d-8ce8-8827a091a549"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6932e26c-f1a1-478d-8ce8-8827a091a549"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6932e26c-f1a1-478d-8ce8-8827a091a549"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6932e26c-f1a1-478d-8ce8-8827a091a549"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6932e26c-f1a1-478d-8ce8-8827a091a549"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6932e26c-f1a1-478d-8ce8-8827a091a549"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6932e26c-f1a1-478d-8ce8-8827a091a549"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6932e26c-f1a1-478d-8ce8-8827a091a549"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6932e26c-f1a1-478d-8ce8-8827a091a549"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6932e26c-f1a1-478d-8ce8-8827a091a549"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6932e26c-f1a1-478d-8ce8-8827a091a549"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6932e26c-f1a1-478d-8ce8-8827a091a549"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6932e26c-f1a1-478d-8ce8-8827a091a549"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6932e26c-f1a1-478d-8ce8-8827a091a549"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6932e26c-f1a1-478d-8ce8-8827a091a549"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6932e26c-f1a1-478d-8ce8-8827a091a549"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6932e26c-f1a1-478d-8ce8-8827a091a549"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6932e26c-f1a1-478d-8ce8-8827a091a549"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6932e26c-f1a1-478d-8ce8-8827a091a549"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6932e26c-f1a1-478d-8ce8-8827a091a549"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6932e26c-f1a1-478d-8ce8-8827a091a549"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-c0773db9-1db0-4379-8103-5478c551a100 {
  display: none;
}
#s-38b35f03-8ced-4f52-8e40-44ffad69033e {
  text-align: left;
}


.shg-c#s-38b35f03-8ced-4f52-8e40-44ffad69033e {
  max-width: 100%;
}

.shg-c#s-38b35f03-8ced-4f52-8e40-44ffad69033e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-38b35f03-8ced-4f52-8e40-44ffad69033e .shg-image-zoom,
.shg-c#s-38b35f03-8ced-4f52-8e40-44ffad69033e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-38b35f03-8ced-4f52-8e40-44ffad69033e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-38b35f03-8ced-4f52-8e40-44ffad69033e {
  max-width: 100%;
}

.shg-c#s-38b35f03-8ced-4f52-8e40-44ffad69033e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-38b35f03-8ced-4f52-8e40-44ffad69033e .shg-image-zoom,
.shg-c#s-38b35f03-8ced-4f52-8e40-44ffad69033e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-38b35f03-8ced-4f52-8e40-44ffad69033e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-38b35f03-8ced-4f52-8e40-44ffad69033e {
  max-width: 100%;
}

.shg-c#s-38b35f03-8ced-4f52-8e40-44ffad69033e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-38b35f03-8ced-4f52-8e40-44ffad69033e .shg-image-zoom,
.shg-c#s-38b35f03-8ced-4f52-8e40-44ffad69033e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-38b35f03-8ced-4f52-8e40-44ffad69033e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-38b35f03-8ced-4f52-8e40-44ffad69033e {
  max-width: 100%;
}

.shg-c#s-38b35f03-8ced-4f52-8e40-44ffad69033e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-38b35f03-8ced-4f52-8e40-44ffad69033e .shg-image-zoom,
.shg-c#s-38b35f03-8ced-4f52-8e40-44ffad69033e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-38b35f03-8ced-4f52-8e40-44ffad69033e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-38b35f03-8ced-4f52-8e40-44ffad69033e {
  max-width: 100%;
}

.shg-c#s-38b35f03-8ced-4f52-8e40-44ffad69033e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-38b35f03-8ced-4f52-8e40-44ffad69033e .shg-image-zoom,
.shg-c#s-38b35f03-8ced-4f52-8e40-44ffad69033e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-38b35f03-8ced-4f52-8e40-44ffad69033e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-dad5125a-8941-49a1-bf9e-e4b52d863eda {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dad5125a-8941-49a1-bf9e-e4b52d863eda .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-5f5a2fef-0591-475c-8c94-0487aba794f4 {
  text-align: center;
}

#s-5f5a2fef-0591-475c-8c94-0487aba794f4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:  700 ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-5f5a2fef-0591-475c-8c94-0487aba794f4 .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 12px;
}

#s-5f5a2fef-0591-475c-8c94-0487aba794f4 .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-e3efdb2d-7005-499f-863a-55f3daf41ee4 {
  display: none;
}
#s-84629bc4-e07b-4ced-bfc0-587d4400df24 {
  text-align: left;
}


.shg-c#s-84629bc4-e07b-4ced-bfc0-587d4400df24 {
  max-width: 100%;
}

.shg-c#s-84629bc4-e07b-4ced-bfc0-587d4400df24 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-84629bc4-e07b-4ced-bfc0-587d4400df24 .shg-image-zoom,
.shg-c#s-84629bc4-e07b-4ced-bfc0-587d4400df24 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-84629bc4-e07b-4ced-bfc0-587d4400df24 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-84629bc4-e07b-4ced-bfc0-587d4400df24 {
  max-width: 100%;
}

.shg-c#s-84629bc4-e07b-4ced-bfc0-587d4400df24 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-84629bc4-e07b-4ced-bfc0-587d4400df24 .shg-image-zoom,
.shg-c#s-84629bc4-e07b-4ced-bfc0-587d4400df24 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-84629bc4-e07b-4ced-bfc0-587d4400df24 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-84629bc4-e07b-4ced-bfc0-587d4400df24 {
  max-width: 100%;
}

.shg-c#s-84629bc4-e07b-4ced-bfc0-587d4400df24 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-84629bc4-e07b-4ced-bfc0-587d4400df24 .shg-image-zoom,
.shg-c#s-84629bc4-e07b-4ced-bfc0-587d4400df24 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-84629bc4-e07b-4ced-bfc0-587d4400df24 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-84629bc4-e07b-4ced-bfc0-587d4400df24 {
  max-width: 100%;
}

.shg-c#s-84629bc4-e07b-4ced-bfc0-587d4400df24 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-84629bc4-e07b-4ced-bfc0-587d4400df24 .shg-image-zoom,
.shg-c#s-84629bc4-e07b-4ced-bfc0-587d4400df24 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-84629bc4-e07b-4ced-bfc0-587d4400df24 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-84629bc4-e07b-4ced-bfc0-587d4400df24 {
  max-width: 100%;
}

.shg-c#s-84629bc4-e07b-4ced-bfc0-587d4400df24 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-84629bc4-e07b-4ced-bfc0-587d4400df24 .shg-image-zoom,
.shg-c#s-84629bc4-e07b-4ced-bfc0-587d4400df24 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-84629bc4-e07b-4ced-bfc0-587d4400df24 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-888b4800-d151-4428-a4bc-33913058227d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-888b4800-d151-4428-a4bc-33913058227d .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-b8ff8a1e-549f-4968-b378-01730d6990bd {
  text-align: center;
}

#s-b8ff8a1e-549f-4968-b378-01730d6990bd .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:  700 ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-b8ff8a1e-549f-4968-b378-01730d6990bd .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 12px;
}

#s-b8ff8a1e-549f-4968-b378-01730d6990bd .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;
}

@media (min-width: 0px) {
[id="s-7934fe5a-528c-4e2a-a599-1bffcb9a1ce6"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7934fe5a-528c-4e2a-a599-1bffcb9a1ce6"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7934fe5a-528c-4e2a-a599-1bffcb9a1ce6"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7934fe5a-528c-4e2a-a599-1bffcb9a1ce6"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7934fe5a-528c-4e2a-a599-1bffcb9a1ce6"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7934fe5a-528c-4e2a-a599-1bffcb9a1ce6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7934fe5a-528c-4e2a-a599-1bffcb9a1ce6"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7934fe5a-528c-4e2a-a599-1bffcb9a1ce6"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7934fe5a-528c-4e2a-a599-1bffcb9a1ce6"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7934fe5a-528c-4e2a-a599-1bffcb9a1ce6"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7934fe5a-528c-4e2a-a599-1bffcb9a1ce6"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7934fe5a-528c-4e2a-a599-1bffcb9a1ce6"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-7934fe5a-528c-4e2a-a599-1bffcb9a1ce6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7934fe5a-528c-4e2a-a599-1bffcb9a1ce6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7934fe5a-528c-4e2a-a599-1bffcb9a1ce6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7934fe5a-528c-4e2a-a599-1bffcb9a1ce6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7934fe5a-528c-4e2a-a599-1bffcb9a1ce6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7934fe5a-528c-4e2a-a599-1bffcb9a1ce6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7934fe5a-528c-4e2a-a599-1bffcb9a1ce6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7934fe5a-528c-4e2a-a599-1bffcb9a1ce6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7934fe5a-528c-4e2a-a599-1bffcb9a1ce6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7934fe5a-528c-4e2a-a599-1bffcb9a1ce6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7934fe5a-528c-4e2a-a599-1bffcb9a1ce6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7934fe5a-528c-4e2a-a599-1bffcb9a1ce6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7934fe5a-528c-4e2a-a599-1bffcb9a1ce6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7934fe5a-528c-4e2a-a599-1bffcb9a1ce6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7934fe5a-528c-4e2a-a599-1bffcb9a1ce6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7934fe5a-528c-4e2a-a599-1bffcb9a1ce6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7934fe5a-528c-4e2a-a599-1bffcb9a1ce6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7934fe5a-528c-4e2a-a599-1bffcb9a1ce6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7934fe5a-528c-4e2a-a599-1bffcb9a1ce6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7934fe5a-528c-4e2a-a599-1bffcb9a1ce6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7934fe5a-528c-4e2a-a599-1bffcb9a1ce6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7934fe5a-528c-4e2a-a599-1bffcb9a1ce6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7934fe5a-528c-4e2a-a599-1bffcb9a1ce6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7934fe5a-528c-4e2a-a599-1bffcb9a1ce6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7934fe5a-528c-4e2a-a599-1bffcb9a1ce6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7934fe5a-528c-4e2a-a599-1bffcb9a1ce6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7934fe5a-528c-4e2a-a599-1bffcb9a1ce6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7934fe5a-528c-4e2a-a599-1bffcb9a1ce6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7934fe5a-528c-4e2a-a599-1bffcb9a1ce6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7934fe5a-528c-4e2a-a599-1bffcb9a1ce6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7934fe5a-528c-4e2a-a599-1bffcb9a1ce6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7934fe5a-528c-4e2a-a599-1bffcb9a1ce6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7934fe5a-528c-4e2a-a599-1bffcb9a1ce6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7934fe5a-528c-4e2a-a599-1bffcb9a1ce6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7934fe5a-528c-4e2a-a599-1bffcb9a1ce6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7934fe5a-528c-4e2a-a599-1bffcb9a1ce6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-a5a4aa0c-f65f-46d4-ac7c-8cb9918aac5f {
  display: none;
}
#s-35dd50a6-4cee-4075-ac3a-f6f14363d77e {
  text-align: left;
}


.shg-c#s-35dd50a6-4cee-4075-ac3a-f6f14363d77e {
  max-width: 100%;
}

.shg-c#s-35dd50a6-4cee-4075-ac3a-f6f14363d77e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-35dd50a6-4cee-4075-ac3a-f6f14363d77e .shg-image-zoom,
.shg-c#s-35dd50a6-4cee-4075-ac3a-f6f14363d77e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-35dd50a6-4cee-4075-ac3a-f6f14363d77e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-35dd50a6-4cee-4075-ac3a-f6f14363d77e {
  max-width: 100%;
}

.shg-c#s-35dd50a6-4cee-4075-ac3a-f6f14363d77e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-35dd50a6-4cee-4075-ac3a-f6f14363d77e .shg-image-zoom,
.shg-c#s-35dd50a6-4cee-4075-ac3a-f6f14363d77e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-35dd50a6-4cee-4075-ac3a-f6f14363d77e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-35dd50a6-4cee-4075-ac3a-f6f14363d77e {
  max-width: 100%;
}

.shg-c#s-35dd50a6-4cee-4075-ac3a-f6f14363d77e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-35dd50a6-4cee-4075-ac3a-f6f14363d77e .shg-image-zoom,
.shg-c#s-35dd50a6-4cee-4075-ac3a-f6f14363d77e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-35dd50a6-4cee-4075-ac3a-f6f14363d77e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-35dd50a6-4cee-4075-ac3a-f6f14363d77e {
  max-width: 100%;
}

.shg-c#s-35dd50a6-4cee-4075-ac3a-f6f14363d77e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-35dd50a6-4cee-4075-ac3a-f6f14363d77e .shg-image-zoom,
.shg-c#s-35dd50a6-4cee-4075-ac3a-f6f14363d77e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-35dd50a6-4cee-4075-ac3a-f6f14363d77e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-35dd50a6-4cee-4075-ac3a-f6f14363d77e {
  max-width: 100%;
}

.shg-c#s-35dd50a6-4cee-4075-ac3a-f6f14363d77e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-35dd50a6-4cee-4075-ac3a-f6f14363d77e .shg-image-zoom,
.shg-c#s-35dd50a6-4cee-4075-ac3a-f6f14363d77e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-35dd50a6-4cee-4075-ac3a-f6f14363d77e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-c7e916ce-84d0-4989-9f5a-1e1e84352fd1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c7e916ce-84d0-4989-9f5a-1e1e84352fd1 .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-d7bc47a4-0c3c-414f-923f-35b4d583daef {
  text-align: center;
}

#s-d7bc47a4-0c3c-414f-923f-35b4d583daef .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:  700 ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-d7bc47a4-0c3c-414f-923f-35b4d583daef .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 12px;
}

#s-d7bc47a4-0c3c-414f-923f-35b4d583daef .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-82c9ddc7-b147-49c6-9935-4a2cc06469dd {
  display: none;
}
#s-30aa64d2-5628-4281-a0e5-fa00f2b13aac {
  text-align: left;
}


.shg-c#s-30aa64d2-5628-4281-a0e5-fa00f2b13aac {
  max-width: 100%;
}

.shg-c#s-30aa64d2-5628-4281-a0e5-fa00f2b13aac img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-30aa64d2-5628-4281-a0e5-fa00f2b13aac .shg-image-zoom,
.shg-c#s-30aa64d2-5628-4281-a0e5-fa00f2b13aac img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-30aa64d2-5628-4281-a0e5-fa00f2b13aac .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-30aa64d2-5628-4281-a0e5-fa00f2b13aac {
  max-width: 100%;
}

.shg-c#s-30aa64d2-5628-4281-a0e5-fa00f2b13aac img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-30aa64d2-5628-4281-a0e5-fa00f2b13aac .shg-image-zoom,
.shg-c#s-30aa64d2-5628-4281-a0e5-fa00f2b13aac img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-30aa64d2-5628-4281-a0e5-fa00f2b13aac .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-30aa64d2-5628-4281-a0e5-fa00f2b13aac {
  max-width: 100%;
}

.shg-c#s-30aa64d2-5628-4281-a0e5-fa00f2b13aac img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-30aa64d2-5628-4281-a0e5-fa00f2b13aac .shg-image-zoom,
.shg-c#s-30aa64d2-5628-4281-a0e5-fa00f2b13aac img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-30aa64d2-5628-4281-a0e5-fa00f2b13aac .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-30aa64d2-5628-4281-a0e5-fa00f2b13aac {
  max-width: 100%;
}

.shg-c#s-30aa64d2-5628-4281-a0e5-fa00f2b13aac img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-30aa64d2-5628-4281-a0e5-fa00f2b13aac .shg-image-zoom,
.shg-c#s-30aa64d2-5628-4281-a0e5-fa00f2b13aac img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-30aa64d2-5628-4281-a0e5-fa00f2b13aac .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-30aa64d2-5628-4281-a0e5-fa00f2b13aac {
  max-width: 100%;
}

.shg-c#s-30aa64d2-5628-4281-a0e5-fa00f2b13aac img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-30aa64d2-5628-4281-a0e5-fa00f2b13aac .shg-image-zoom,
.shg-c#s-30aa64d2-5628-4281-a0e5-fa00f2b13aac img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-30aa64d2-5628-4281-a0e5-fa00f2b13aac .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-d1bacf77-371c-4951-b8e6-197adc34a299 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d1bacf77-371c-4951-b8e6-197adc34a299 .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-f6c2b508-9308-43d4-99a9-83b231491511 {
  text-align: center;
}

#s-f6c2b508-9308-43d4-99a9-83b231491511 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:  700 ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-f6c2b508-9308-43d4-99a9-83b231491511 .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 12px;
}

#s-f6c2b508-9308-43d4-99a9-83b231491511 .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;
}

@media (min-width: 0px) {
[id="s-13a3a713-275a-4967-aadb-5c46a7359ac4"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-13a3a713-275a-4967-aadb-5c46a7359ac4"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-13a3a713-275a-4967-aadb-5c46a7359ac4"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-13a3a713-275a-4967-aadb-5c46a7359ac4"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-13a3a713-275a-4967-aadb-5c46a7359ac4"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-13a3a713-275a-4967-aadb-5c46a7359ac4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-13a3a713-275a-4967-aadb-5c46a7359ac4"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-13a3a713-275a-4967-aadb-5c46a7359ac4"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-13a3a713-275a-4967-aadb-5c46a7359ac4"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-13a3a713-275a-4967-aadb-5c46a7359ac4"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-13a3a713-275a-4967-aadb-5c46a7359ac4"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-13a3a713-275a-4967-aadb-5c46a7359ac4"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-13a3a713-275a-4967-aadb-5c46a7359ac4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-13a3a713-275a-4967-aadb-5c46a7359ac4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-13a3a713-275a-4967-aadb-5c46a7359ac4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-13a3a713-275a-4967-aadb-5c46a7359ac4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-13a3a713-275a-4967-aadb-5c46a7359ac4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-13a3a713-275a-4967-aadb-5c46a7359ac4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-13a3a713-275a-4967-aadb-5c46a7359ac4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-13a3a713-275a-4967-aadb-5c46a7359ac4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-13a3a713-275a-4967-aadb-5c46a7359ac4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-13a3a713-275a-4967-aadb-5c46a7359ac4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-13a3a713-275a-4967-aadb-5c46a7359ac4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-13a3a713-275a-4967-aadb-5c46a7359ac4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-13a3a713-275a-4967-aadb-5c46a7359ac4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-13a3a713-275a-4967-aadb-5c46a7359ac4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-13a3a713-275a-4967-aadb-5c46a7359ac4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-13a3a713-275a-4967-aadb-5c46a7359ac4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-13a3a713-275a-4967-aadb-5c46a7359ac4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-13a3a713-275a-4967-aadb-5c46a7359ac4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-13a3a713-275a-4967-aadb-5c46a7359ac4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-13a3a713-275a-4967-aadb-5c46a7359ac4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-13a3a713-275a-4967-aadb-5c46a7359ac4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-13a3a713-275a-4967-aadb-5c46a7359ac4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-13a3a713-275a-4967-aadb-5c46a7359ac4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-13a3a713-275a-4967-aadb-5c46a7359ac4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-13a3a713-275a-4967-aadb-5c46a7359ac4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-13a3a713-275a-4967-aadb-5c46a7359ac4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-13a3a713-275a-4967-aadb-5c46a7359ac4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-13a3a713-275a-4967-aadb-5c46a7359ac4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-13a3a713-275a-4967-aadb-5c46a7359ac4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-13a3a713-275a-4967-aadb-5c46a7359ac4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-13a3a713-275a-4967-aadb-5c46a7359ac4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-13a3a713-275a-4967-aadb-5c46a7359ac4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-13a3a713-275a-4967-aadb-5c46a7359ac4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-13a3a713-275a-4967-aadb-5c46a7359ac4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-13a3a713-275a-4967-aadb-5c46a7359ac4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-13a3a713-275a-4967-aadb-5c46a7359ac4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-7433c094-d437-49af-bbf3-4225ca158210 {
  display: none;
}
#s-75b91263-b983-4004-9c77-b80f6a4367b2 {
  text-align: left;
}


.shg-c#s-75b91263-b983-4004-9c77-b80f6a4367b2 {
  max-width: 100%;
}

.shg-c#s-75b91263-b983-4004-9c77-b80f6a4367b2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-75b91263-b983-4004-9c77-b80f6a4367b2 .shg-image-zoom,
.shg-c#s-75b91263-b983-4004-9c77-b80f6a4367b2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-75b91263-b983-4004-9c77-b80f6a4367b2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-75b91263-b983-4004-9c77-b80f6a4367b2 {
  max-width: 100%;
}

.shg-c#s-75b91263-b983-4004-9c77-b80f6a4367b2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-75b91263-b983-4004-9c77-b80f6a4367b2 .shg-image-zoom,
.shg-c#s-75b91263-b983-4004-9c77-b80f6a4367b2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-75b91263-b983-4004-9c77-b80f6a4367b2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-75b91263-b983-4004-9c77-b80f6a4367b2 {
  max-width: 100%;
}

.shg-c#s-75b91263-b983-4004-9c77-b80f6a4367b2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-75b91263-b983-4004-9c77-b80f6a4367b2 .shg-image-zoom,
.shg-c#s-75b91263-b983-4004-9c77-b80f6a4367b2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-75b91263-b983-4004-9c77-b80f6a4367b2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-75b91263-b983-4004-9c77-b80f6a4367b2 {
  max-width: 100%;
}

.shg-c#s-75b91263-b983-4004-9c77-b80f6a4367b2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-75b91263-b983-4004-9c77-b80f6a4367b2 .shg-image-zoom,
.shg-c#s-75b91263-b983-4004-9c77-b80f6a4367b2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-75b91263-b983-4004-9c77-b80f6a4367b2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-75b91263-b983-4004-9c77-b80f6a4367b2 {
  max-width: 100%;
}

.shg-c#s-75b91263-b983-4004-9c77-b80f6a4367b2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-75b91263-b983-4004-9c77-b80f6a4367b2 .shg-image-zoom,
.shg-c#s-75b91263-b983-4004-9c77-b80f6a4367b2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-75b91263-b983-4004-9c77-b80f6a4367b2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-726b1ffc-8d01-4c74-9c03-900b7b535a30 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-726b1ffc-8d01-4c74-9c03-900b7b535a30 .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-76eb3b3f-d175-4f6b-9c9a-af88ec1425ae {
  text-align: center;
}

#s-76eb3b3f-d175-4f6b-9c9a-af88ec1425ae .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:  700 ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-76eb3b3f-d175-4f6b-9c9a-af88ec1425ae .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 12px;
}

#s-76eb3b3f-d175-4f6b-9c9a-af88ec1425ae .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-a7d97f1c-dd55-422f-8c26-0abb7d290c3e {
  display: none;
}
#s-401b832a-0047-4e06-9050-a53bed9fe057 {
  text-align: left;
}


.shg-c#s-401b832a-0047-4e06-9050-a53bed9fe057 {
  max-width: 100%;
}

.shg-c#s-401b832a-0047-4e06-9050-a53bed9fe057 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-401b832a-0047-4e06-9050-a53bed9fe057 .shg-image-zoom,
.shg-c#s-401b832a-0047-4e06-9050-a53bed9fe057 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-401b832a-0047-4e06-9050-a53bed9fe057 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-401b832a-0047-4e06-9050-a53bed9fe057 {
  max-width: 100%;
}

.shg-c#s-401b832a-0047-4e06-9050-a53bed9fe057 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-401b832a-0047-4e06-9050-a53bed9fe057 .shg-image-zoom,
.shg-c#s-401b832a-0047-4e06-9050-a53bed9fe057 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-401b832a-0047-4e06-9050-a53bed9fe057 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-401b832a-0047-4e06-9050-a53bed9fe057 {
  max-width: 100%;
}

.shg-c#s-401b832a-0047-4e06-9050-a53bed9fe057 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-401b832a-0047-4e06-9050-a53bed9fe057 .shg-image-zoom,
.shg-c#s-401b832a-0047-4e06-9050-a53bed9fe057 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-401b832a-0047-4e06-9050-a53bed9fe057 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-401b832a-0047-4e06-9050-a53bed9fe057 {
  max-width: 100%;
}

.shg-c#s-401b832a-0047-4e06-9050-a53bed9fe057 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-401b832a-0047-4e06-9050-a53bed9fe057 .shg-image-zoom,
.shg-c#s-401b832a-0047-4e06-9050-a53bed9fe057 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-401b832a-0047-4e06-9050-a53bed9fe057 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-401b832a-0047-4e06-9050-a53bed9fe057 {
  max-width: 100%;
}

.shg-c#s-401b832a-0047-4e06-9050-a53bed9fe057 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-401b832a-0047-4e06-9050-a53bed9fe057 .shg-image-zoom,
.shg-c#s-401b832a-0047-4e06-9050-a53bed9fe057 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-401b832a-0047-4e06-9050-a53bed9fe057 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-5f0ad7b3-99ee-4925-8765-ac2fc67ea2a5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5f0ad7b3-99ee-4925-8765-ac2fc67ea2a5 .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-249b6f1f-fb12-4ecf-bf42-f791a6c608e0 {
  text-align: center;
}

#s-249b6f1f-fb12-4ecf-bf42-f791a6c608e0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:  700 ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-249b6f1f-fb12-4ecf-bf42-f791a6c608e0 .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 12px;
}

#s-249b6f1f-fb12-4ecf-bf42-f791a6c608e0 .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-bf43ca3d-d3de-49b8-915c-e892974eb354 {
  margin-top: 36px;
margin-bottom: 36px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-bf43ca3d-d3de-49b8-915c-e892974eb354 {
  display: none;
}
#s-bf43ca3d-d3de-49b8-915c-e892974eb354, #wrap-s-bf43ca3d-d3de-49b8-915c-e892974eb354 { display:none !important; }}@media (max-width: 767px){#s-bf43ca3d-d3de-49b8-915c-e892974eb354 {
  display: none;
}
#s-bf43ca3d-d3de-49b8-915c-e892974eb354, #wrap-s-bf43ca3d-d3de-49b8-915c-e892974eb354 { display:none !important; }}
#s-bf43ca3d-d3de-49b8-915c-e892974eb354 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-bf43ca3d-d3de-49b8-915c-e892974eb354 .shg-sld-nav-button.shg-sld-left,
#s-bf43ca3d-d3de-49b8-915c-e892974eb354 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-5043fbf2-2271-4ab9-ab99-26b74bc2ddfa"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5043fbf2-2271-4ab9-ab99-26b74bc2ddfa"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5043fbf2-2271-4ab9-ab99-26b74bc2ddfa"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5043fbf2-2271-4ab9-ab99-26b74bc2ddfa"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5043fbf2-2271-4ab9-ab99-26b74bc2ddfa"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5043fbf2-2271-4ab9-ab99-26b74bc2ddfa"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5043fbf2-2271-4ab9-ab99-26b74bc2ddfa"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5043fbf2-2271-4ab9-ab99-26b74bc2ddfa"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5043fbf2-2271-4ab9-ab99-26b74bc2ddfa"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5043fbf2-2271-4ab9-ab99-26b74bc2ddfa"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5043fbf2-2271-4ab9-ab99-26b74bc2ddfa"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5043fbf2-2271-4ab9-ab99-26b74bc2ddfa"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-5043fbf2-2271-4ab9-ab99-26b74bc2ddfa"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5043fbf2-2271-4ab9-ab99-26b74bc2ddfa"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5043fbf2-2271-4ab9-ab99-26b74bc2ddfa"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5043fbf2-2271-4ab9-ab99-26b74bc2ddfa"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5043fbf2-2271-4ab9-ab99-26b74bc2ddfa"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5043fbf2-2271-4ab9-ab99-26b74bc2ddfa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5043fbf2-2271-4ab9-ab99-26b74bc2ddfa"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5043fbf2-2271-4ab9-ab99-26b74bc2ddfa"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5043fbf2-2271-4ab9-ab99-26b74bc2ddfa"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5043fbf2-2271-4ab9-ab99-26b74bc2ddfa"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5043fbf2-2271-4ab9-ab99-26b74bc2ddfa"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5043fbf2-2271-4ab9-ab99-26b74bc2ddfa"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5043fbf2-2271-4ab9-ab99-26b74bc2ddfa"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5043fbf2-2271-4ab9-ab99-26b74bc2ddfa"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5043fbf2-2271-4ab9-ab99-26b74bc2ddfa"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5043fbf2-2271-4ab9-ab99-26b74bc2ddfa"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5043fbf2-2271-4ab9-ab99-26b74bc2ddfa"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5043fbf2-2271-4ab9-ab99-26b74bc2ddfa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5043fbf2-2271-4ab9-ab99-26b74bc2ddfa"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5043fbf2-2271-4ab9-ab99-26b74bc2ddfa"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5043fbf2-2271-4ab9-ab99-26b74bc2ddfa"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5043fbf2-2271-4ab9-ab99-26b74bc2ddfa"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5043fbf2-2271-4ab9-ab99-26b74bc2ddfa"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5043fbf2-2271-4ab9-ab99-26b74bc2ddfa"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5043fbf2-2271-4ab9-ab99-26b74bc2ddfa"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5043fbf2-2271-4ab9-ab99-26b74bc2ddfa"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5043fbf2-2271-4ab9-ab99-26b74bc2ddfa"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5043fbf2-2271-4ab9-ab99-26b74bc2ddfa"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5043fbf2-2271-4ab9-ab99-26b74bc2ddfa"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5043fbf2-2271-4ab9-ab99-26b74bc2ddfa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5043fbf2-2271-4ab9-ab99-26b74bc2ddfa"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5043fbf2-2271-4ab9-ab99-26b74bc2ddfa"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5043fbf2-2271-4ab9-ab99-26b74bc2ddfa"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5043fbf2-2271-4ab9-ab99-26b74bc2ddfa"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5043fbf2-2271-4ab9-ab99-26b74bc2ddfa"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5043fbf2-2271-4ab9-ab99-26b74bc2ddfa"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-c89edb4b-8734-4a69-a9ab-2db51a17d86b {
  display: none;
}
#s-ee12dd6a-3013-428f-931a-06995b5c4556 {
  text-align: left;
}


.shg-c#s-ee12dd6a-3013-428f-931a-06995b5c4556 {
  max-width: 100%;
}

.shg-c#s-ee12dd6a-3013-428f-931a-06995b5c4556 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ee12dd6a-3013-428f-931a-06995b5c4556 .shg-image-zoom,
.shg-c#s-ee12dd6a-3013-428f-931a-06995b5c4556 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ee12dd6a-3013-428f-931a-06995b5c4556 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ee12dd6a-3013-428f-931a-06995b5c4556 {
  max-width: 100%;
}

.shg-c#s-ee12dd6a-3013-428f-931a-06995b5c4556 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ee12dd6a-3013-428f-931a-06995b5c4556 .shg-image-zoom,
.shg-c#s-ee12dd6a-3013-428f-931a-06995b5c4556 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ee12dd6a-3013-428f-931a-06995b5c4556 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ee12dd6a-3013-428f-931a-06995b5c4556 {
  max-width: 100%;
}

.shg-c#s-ee12dd6a-3013-428f-931a-06995b5c4556 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ee12dd6a-3013-428f-931a-06995b5c4556 .shg-image-zoom,
.shg-c#s-ee12dd6a-3013-428f-931a-06995b5c4556 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ee12dd6a-3013-428f-931a-06995b5c4556 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ee12dd6a-3013-428f-931a-06995b5c4556 {
  max-width: 100%;
}

.shg-c#s-ee12dd6a-3013-428f-931a-06995b5c4556 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ee12dd6a-3013-428f-931a-06995b5c4556 .shg-image-zoom,
.shg-c#s-ee12dd6a-3013-428f-931a-06995b5c4556 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ee12dd6a-3013-428f-931a-06995b5c4556 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ee12dd6a-3013-428f-931a-06995b5c4556 {
  max-width: 100%;
}

.shg-c#s-ee12dd6a-3013-428f-931a-06995b5c4556 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ee12dd6a-3013-428f-931a-06995b5c4556 .shg-image-zoom,
.shg-c#s-ee12dd6a-3013-428f-931a-06995b5c4556 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ee12dd6a-3013-428f-931a-06995b5c4556 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-322f1268-0833-428e-af13-376fcff54ac3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-322f1268-0833-428e-af13-376fcff54ac3 .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-1d693a6b-8aba-40da-9000-c52e4dd41f4e {
  text-align: center;
}

#s-1d693a6b-8aba-40da-9000-c52e4dd41f4e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:  700 ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-1d693a6b-8aba-40da-9000-c52e4dd41f4e .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 12px;
}

#s-1d693a6b-8aba-40da-9000-c52e4dd41f4e .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-87a6018a-04cf-4b26-ba52-160d5f76a307 {
  display: none;
}
#s-22a614d0-06c6-4a41-ab1a-edc14218900e {
  text-align: left;
}


.shg-c#s-22a614d0-06c6-4a41-ab1a-edc14218900e {
  max-width: 100%;
}

.shg-c#s-22a614d0-06c6-4a41-ab1a-edc14218900e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-22a614d0-06c6-4a41-ab1a-edc14218900e .shg-image-zoom,
.shg-c#s-22a614d0-06c6-4a41-ab1a-edc14218900e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-22a614d0-06c6-4a41-ab1a-edc14218900e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-22a614d0-06c6-4a41-ab1a-edc14218900e {
  max-width: 100%;
}

.shg-c#s-22a614d0-06c6-4a41-ab1a-edc14218900e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-22a614d0-06c6-4a41-ab1a-edc14218900e .shg-image-zoom,
.shg-c#s-22a614d0-06c6-4a41-ab1a-edc14218900e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-22a614d0-06c6-4a41-ab1a-edc14218900e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-22a614d0-06c6-4a41-ab1a-edc14218900e {
  max-width: 100%;
}

.shg-c#s-22a614d0-06c6-4a41-ab1a-edc14218900e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-22a614d0-06c6-4a41-ab1a-edc14218900e .shg-image-zoom,
.shg-c#s-22a614d0-06c6-4a41-ab1a-edc14218900e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-22a614d0-06c6-4a41-ab1a-edc14218900e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-22a614d0-06c6-4a41-ab1a-edc14218900e {
  max-width: 100%;
}

.shg-c#s-22a614d0-06c6-4a41-ab1a-edc14218900e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-22a614d0-06c6-4a41-ab1a-edc14218900e .shg-image-zoom,
.shg-c#s-22a614d0-06c6-4a41-ab1a-edc14218900e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-22a614d0-06c6-4a41-ab1a-edc14218900e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-22a614d0-06c6-4a41-ab1a-edc14218900e {
  max-width: 100%;
}

.shg-c#s-22a614d0-06c6-4a41-ab1a-edc14218900e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-22a614d0-06c6-4a41-ab1a-edc14218900e .shg-image-zoom,
.shg-c#s-22a614d0-06c6-4a41-ab1a-edc14218900e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-22a614d0-06c6-4a41-ab1a-edc14218900e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-48b2ecc8-48a2-4333-a80c-c488c37b0b74 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-48b2ecc8-48a2-4333-a80c-c488c37b0b74 .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-d0b74fff-d8b6-4b97-9cef-33be4e8879c5 {
  text-align: center;
}

#s-d0b74fff-d8b6-4b97-9cef-33be4e8879c5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:  700 ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-d0b74fff-d8b6-4b97-9cef-33be4e8879c5 .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 12px;
}

#s-d0b74fff-d8b6-4b97-9cef-33be4e8879c5 .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;
}

@media (min-width: 0px) {
[id="s-94ea59dc-69d8-4391-922d-8a373bd0dd65"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-94ea59dc-69d8-4391-922d-8a373bd0dd65"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-94ea59dc-69d8-4391-922d-8a373bd0dd65"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-94ea59dc-69d8-4391-922d-8a373bd0dd65"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-94ea59dc-69d8-4391-922d-8a373bd0dd65"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-94ea59dc-69d8-4391-922d-8a373bd0dd65"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-94ea59dc-69d8-4391-922d-8a373bd0dd65"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-94ea59dc-69d8-4391-922d-8a373bd0dd65"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-94ea59dc-69d8-4391-922d-8a373bd0dd65"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-94ea59dc-69d8-4391-922d-8a373bd0dd65"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-94ea59dc-69d8-4391-922d-8a373bd0dd65"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-94ea59dc-69d8-4391-922d-8a373bd0dd65"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-94ea59dc-69d8-4391-922d-8a373bd0dd65"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-94ea59dc-69d8-4391-922d-8a373bd0dd65"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-94ea59dc-69d8-4391-922d-8a373bd0dd65"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-94ea59dc-69d8-4391-922d-8a373bd0dd65"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-94ea59dc-69d8-4391-922d-8a373bd0dd65"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-94ea59dc-69d8-4391-922d-8a373bd0dd65"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-94ea59dc-69d8-4391-922d-8a373bd0dd65"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-94ea59dc-69d8-4391-922d-8a373bd0dd65"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-94ea59dc-69d8-4391-922d-8a373bd0dd65"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-94ea59dc-69d8-4391-922d-8a373bd0dd65"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-94ea59dc-69d8-4391-922d-8a373bd0dd65"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-94ea59dc-69d8-4391-922d-8a373bd0dd65"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-94ea59dc-69d8-4391-922d-8a373bd0dd65"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-94ea59dc-69d8-4391-922d-8a373bd0dd65"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-94ea59dc-69d8-4391-922d-8a373bd0dd65"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-94ea59dc-69d8-4391-922d-8a373bd0dd65"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-94ea59dc-69d8-4391-922d-8a373bd0dd65"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-94ea59dc-69d8-4391-922d-8a373bd0dd65"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-94ea59dc-69d8-4391-922d-8a373bd0dd65"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-94ea59dc-69d8-4391-922d-8a373bd0dd65"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-94ea59dc-69d8-4391-922d-8a373bd0dd65"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-94ea59dc-69d8-4391-922d-8a373bd0dd65"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-94ea59dc-69d8-4391-922d-8a373bd0dd65"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-94ea59dc-69d8-4391-922d-8a373bd0dd65"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-94ea59dc-69d8-4391-922d-8a373bd0dd65"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-94ea59dc-69d8-4391-922d-8a373bd0dd65"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-94ea59dc-69d8-4391-922d-8a373bd0dd65"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-94ea59dc-69d8-4391-922d-8a373bd0dd65"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-94ea59dc-69d8-4391-922d-8a373bd0dd65"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-94ea59dc-69d8-4391-922d-8a373bd0dd65"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-94ea59dc-69d8-4391-922d-8a373bd0dd65"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-94ea59dc-69d8-4391-922d-8a373bd0dd65"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-94ea59dc-69d8-4391-922d-8a373bd0dd65"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-94ea59dc-69d8-4391-922d-8a373bd0dd65"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-94ea59dc-69d8-4391-922d-8a373bd0dd65"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-94ea59dc-69d8-4391-922d-8a373bd0dd65"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-d70f4c37-50ee-44b5-b160-88f31d26a1aa {
  display: none;
}
#s-827f3540-088a-4f6c-9e1b-8ffc4a5d8570 {
  text-align: left;
}


.shg-c#s-827f3540-088a-4f6c-9e1b-8ffc4a5d8570 {
  max-width: 100%;
}

.shg-c#s-827f3540-088a-4f6c-9e1b-8ffc4a5d8570 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-827f3540-088a-4f6c-9e1b-8ffc4a5d8570 .shg-image-zoom,
.shg-c#s-827f3540-088a-4f6c-9e1b-8ffc4a5d8570 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-827f3540-088a-4f6c-9e1b-8ffc4a5d8570 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-827f3540-088a-4f6c-9e1b-8ffc4a5d8570 {
  max-width: 100%;
}

.shg-c#s-827f3540-088a-4f6c-9e1b-8ffc4a5d8570 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-827f3540-088a-4f6c-9e1b-8ffc4a5d8570 .shg-image-zoom,
.shg-c#s-827f3540-088a-4f6c-9e1b-8ffc4a5d8570 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-827f3540-088a-4f6c-9e1b-8ffc4a5d8570 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-827f3540-088a-4f6c-9e1b-8ffc4a5d8570 {
  max-width: 100%;
}

.shg-c#s-827f3540-088a-4f6c-9e1b-8ffc4a5d8570 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-827f3540-088a-4f6c-9e1b-8ffc4a5d8570 .shg-image-zoom,
.shg-c#s-827f3540-088a-4f6c-9e1b-8ffc4a5d8570 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-827f3540-088a-4f6c-9e1b-8ffc4a5d8570 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-827f3540-088a-4f6c-9e1b-8ffc4a5d8570 {
  max-width: 100%;
}

.shg-c#s-827f3540-088a-4f6c-9e1b-8ffc4a5d8570 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-827f3540-088a-4f6c-9e1b-8ffc4a5d8570 .shg-image-zoom,
.shg-c#s-827f3540-088a-4f6c-9e1b-8ffc4a5d8570 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-827f3540-088a-4f6c-9e1b-8ffc4a5d8570 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-827f3540-088a-4f6c-9e1b-8ffc4a5d8570 {
  max-width: 100%;
}

.shg-c#s-827f3540-088a-4f6c-9e1b-8ffc4a5d8570 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-827f3540-088a-4f6c-9e1b-8ffc4a5d8570 .shg-image-zoom,
.shg-c#s-827f3540-088a-4f6c-9e1b-8ffc4a5d8570 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-827f3540-088a-4f6c-9e1b-8ffc4a5d8570 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-bd835f01-c14f-4dca-9176-867315d1700d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bd835f01-c14f-4dca-9176-867315d1700d .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-5d17e666-9cb1-445e-bc16-72d5c7418673 {
  display: none;
}
#s-690d2a10-9264-49e4-be77-390943ca64fb {
  text-align: left;
}


.shg-c#s-690d2a10-9264-49e4-be77-390943ca64fb {
  max-width: 100%;
}

.shg-c#s-690d2a10-9264-49e4-be77-390943ca64fb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-690d2a10-9264-49e4-be77-390943ca64fb .shg-image-zoom,
.shg-c#s-690d2a10-9264-49e4-be77-390943ca64fb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-690d2a10-9264-49e4-be77-390943ca64fb .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-690d2a10-9264-49e4-be77-390943ca64fb {
  max-width: 100%;
}

.shg-c#s-690d2a10-9264-49e4-be77-390943ca64fb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-690d2a10-9264-49e4-be77-390943ca64fb .shg-image-zoom,
.shg-c#s-690d2a10-9264-49e4-be77-390943ca64fb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-690d2a10-9264-49e4-be77-390943ca64fb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-690d2a10-9264-49e4-be77-390943ca64fb {
  max-width: 100%;
}

.shg-c#s-690d2a10-9264-49e4-be77-390943ca64fb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-690d2a10-9264-49e4-be77-390943ca64fb .shg-image-zoom,
.shg-c#s-690d2a10-9264-49e4-be77-390943ca64fb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-690d2a10-9264-49e4-be77-390943ca64fb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-690d2a10-9264-49e4-be77-390943ca64fb {
  max-width: 100%;
}

.shg-c#s-690d2a10-9264-49e4-be77-390943ca64fb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-690d2a10-9264-49e4-be77-390943ca64fb .shg-image-zoom,
.shg-c#s-690d2a10-9264-49e4-be77-390943ca64fb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-690d2a10-9264-49e4-be77-390943ca64fb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-690d2a10-9264-49e4-be77-390943ca64fb {
  max-width: 100%;
}

.shg-c#s-690d2a10-9264-49e4-be77-390943ca64fb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-690d2a10-9264-49e4-be77-390943ca64fb .shg-image-zoom,
.shg-c#s-690d2a10-9264-49e4-be77-390943ca64fb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-690d2a10-9264-49e4-be77-390943ca64fb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-7b12ae01-0f19-4b55-9292-0150e0b40c09 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7b12ae01-0f19-4b55-9292-0150e0b40c09 .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-fd5499ea-ebef-421e-9eb3-ef4becb9aab2 {
  display: none;
}
#s-6ab6d38d-d47a-4491-bebb-5fa348a7c50e {
  text-align: left;
}


.shg-c#s-6ab6d38d-d47a-4491-bebb-5fa348a7c50e {
  max-width: 100%;
}

.shg-c#s-6ab6d38d-d47a-4491-bebb-5fa348a7c50e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6ab6d38d-d47a-4491-bebb-5fa348a7c50e .shg-image-zoom,
.shg-c#s-6ab6d38d-d47a-4491-bebb-5fa348a7c50e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6ab6d38d-d47a-4491-bebb-5fa348a7c50e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-6ab6d38d-d47a-4491-bebb-5fa348a7c50e {
  max-width: 100%;
}

.shg-c#s-6ab6d38d-d47a-4491-bebb-5fa348a7c50e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6ab6d38d-d47a-4491-bebb-5fa348a7c50e .shg-image-zoom,
.shg-c#s-6ab6d38d-d47a-4491-bebb-5fa348a7c50e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6ab6d38d-d47a-4491-bebb-5fa348a7c50e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6ab6d38d-d47a-4491-bebb-5fa348a7c50e {
  max-width: 100%;
}

.shg-c#s-6ab6d38d-d47a-4491-bebb-5fa348a7c50e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6ab6d38d-d47a-4491-bebb-5fa348a7c50e .shg-image-zoom,
.shg-c#s-6ab6d38d-d47a-4491-bebb-5fa348a7c50e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6ab6d38d-d47a-4491-bebb-5fa348a7c50e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6ab6d38d-d47a-4491-bebb-5fa348a7c50e {
  max-width: 100%;
}

.shg-c#s-6ab6d38d-d47a-4491-bebb-5fa348a7c50e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6ab6d38d-d47a-4491-bebb-5fa348a7c50e .shg-image-zoom,
.shg-c#s-6ab6d38d-d47a-4491-bebb-5fa348a7c50e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6ab6d38d-d47a-4491-bebb-5fa348a7c50e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-6ab6d38d-d47a-4491-bebb-5fa348a7c50e {
  max-width: 100%;
}

.shg-c#s-6ab6d38d-d47a-4491-bebb-5fa348a7c50e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6ab6d38d-d47a-4491-bebb-5fa348a7c50e .shg-image-zoom,
.shg-c#s-6ab6d38d-d47a-4491-bebb-5fa348a7c50e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6ab6d38d-d47a-4491-bebb-5fa348a7c50e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-8f2a935a-1a2d-4960-a72b-afb6badb63ad {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8f2a935a-1a2d-4960-a72b-afb6badb63ad .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-0b174bac-856f-40c3-b93a-81d41df21cdc {
  display: none;
}
#s-53641019-c949-4a63-8071-2f69930ae84c {
  text-align: left;
}


.shg-c#s-53641019-c949-4a63-8071-2f69930ae84c {
  max-width: 100%;
}

.shg-c#s-53641019-c949-4a63-8071-2f69930ae84c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-53641019-c949-4a63-8071-2f69930ae84c .shg-image-zoom,
.shg-c#s-53641019-c949-4a63-8071-2f69930ae84c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-53641019-c949-4a63-8071-2f69930ae84c .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-53641019-c949-4a63-8071-2f69930ae84c {
  max-width: 100%;
}

.shg-c#s-53641019-c949-4a63-8071-2f69930ae84c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-53641019-c949-4a63-8071-2f69930ae84c .shg-image-zoom,
.shg-c#s-53641019-c949-4a63-8071-2f69930ae84c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-53641019-c949-4a63-8071-2f69930ae84c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-53641019-c949-4a63-8071-2f69930ae84c {
  max-width: 100%;
}

.shg-c#s-53641019-c949-4a63-8071-2f69930ae84c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-53641019-c949-4a63-8071-2f69930ae84c .shg-image-zoom,
.shg-c#s-53641019-c949-4a63-8071-2f69930ae84c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-53641019-c949-4a63-8071-2f69930ae84c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-53641019-c949-4a63-8071-2f69930ae84c {
  max-width: 100%;
}

.shg-c#s-53641019-c949-4a63-8071-2f69930ae84c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-53641019-c949-4a63-8071-2f69930ae84c .shg-image-zoom,
.shg-c#s-53641019-c949-4a63-8071-2f69930ae84c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-53641019-c949-4a63-8071-2f69930ae84c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-53641019-c949-4a63-8071-2f69930ae84c {
  max-width: 100%;
}

.shg-c#s-53641019-c949-4a63-8071-2f69930ae84c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-53641019-c949-4a63-8071-2f69930ae84c .shg-image-zoom,
.shg-c#s-53641019-c949-4a63-8071-2f69930ae84c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-53641019-c949-4a63-8071-2f69930ae84c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-381b2b71-fccf-4d66-ba15-adee1f8f0060 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-381b2b71-fccf-4d66-ba15-adee1f8f0060 .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

@media (min-width: 0px) {
[id="s-1c7f097b-3f08-4b59-a272-d641f486ef55"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-1c7f097b-3f08-4b59-a272-d641f486ef55"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-1c7f097b-3f08-4b59-a272-d641f486ef55"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-1c7f097b-3f08-4b59-a272-d641f486ef55"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-1c7f097b-3f08-4b59-a272-d641f486ef55"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-1c7f097b-3f08-4b59-a272-d641f486ef55"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-1c7f097b-3f08-4b59-a272-d641f486ef55"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-1c7f097b-3f08-4b59-a272-d641f486ef55"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-1c7f097b-3f08-4b59-a272-d641f486ef55"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-1c7f097b-3f08-4b59-a272-d641f486ef55"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-1c7f097b-3f08-4b59-a272-d641f486ef55"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-1c7f097b-3f08-4b59-a272-d641f486ef55"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-1c7f097b-3f08-4b59-a272-d641f486ef55"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-1c7f097b-3f08-4b59-a272-d641f486ef55"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-1c7f097b-3f08-4b59-a272-d641f486ef55"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-1c7f097b-3f08-4b59-a272-d641f486ef55"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-1c7f097b-3f08-4b59-a272-d641f486ef55"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-1c7f097b-3f08-4b59-a272-d641f486ef55"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-1c7f097b-3f08-4b59-a272-d641f486ef55"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-1c7f097b-3f08-4b59-a272-d641f486ef55"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-1c7f097b-3f08-4b59-a272-d641f486ef55"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-1c7f097b-3f08-4b59-a272-d641f486ef55"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-1c7f097b-3f08-4b59-a272-d641f486ef55"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-1c7f097b-3f08-4b59-a272-d641f486ef55"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-1c7f097b-3f08-4b59-a272-d641f486ef55"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-1c7f097b-3f08-4b59-a272-d641f486ef55"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-1c7f097b-3f08-4b59-a272-d641f486ef55"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-1c7f097b-3f08-4b59-a272-d641f486ef55"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-1c7f097b-3f08-4b59-a272-d641f486ef55"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-1c7f097b-3f08-4b59-a272-d641f486ef55"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-1c7f097b-3f08-4b59-a272-d641f486ef55"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-1c7f097b-3f08-4b59-a272-d641f486ef55"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-1c7f097b-3f08-4b59-a272-d641f486ef55"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-1c7f097b-3f08-4b59-a272-d641f486ef55"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-1c7f097b-3f08-4b59-a272-d641f486ef55"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-1c7f097b-3f08-4b59-a272-d641f486ef55"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-1c7f097b-3f08-4b59-a272-d641f486ef55"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-1c7f097b-3f08-4b59-a272-d641f486ef55"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-1c7f097b-3f08-4b59-a272-d641f486ef55"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-1c7f097b-3f08-4b59-a272-d641f486ef55"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-1c7f097b-3f08-4b59-a272-d641f486ef55"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-1c7f097b-3f08-4b59-a272-d641f486ef55"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-1c7f097b-3f08-4b59-a272-d641f486ef55"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-1c7f097b-3f08-4b59-a272-d641f486ef55"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-1c7f097b-3f08-4b59-a272-d641f486ef55"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-1c7f097b-3f08-4b59-a272-d641f486ef55"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-1c7f097b-3f08-4b59-a272-d641f486ef55"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-1c7f097b-3f08-4b59-a272-d641f486ef55"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-917e1067-0e21-4f0c-94e5-e5e38d645de8 {
  display: none;
}
#s-2001e396-2746-4fdb-9dd9-2e2d74ca13af {
  text-align: left;
}


.shg-c#s-2001e396-2746-4fdb-9dd9-2e2d74ca13af {
  max-width: 100%;
}

.shg-c#s-2001e396-2746-4fdb-9dd9-2e2d74ca13af img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2001e396-2746-4fdb-9dd9-2e2d74ca13af .shg-image-zoom,
.shg-c#s-2001e396-2746-4fdb-9dd9-2e2d74ca13af img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2001e396-2746-4fdb-9dd9-2e2d74ca13af .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-2001e396-2746-4fdb-9dd9-2e2d74ca13af {
  max-width: 100%;
}

.shg-c#s-2001e396-2746-4fdb-9dd9-2e2d74ca13af img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2001e396-2746-4fdb-9dd9-2e2d74ca13af .shg-image-zoom,
.shg-c#s-2001e396-2746-4fdb-9dd9-2e2d74ca13af img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2001e396-2746-4fdb-9dd9-2e2d74ca13af .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2001e396-2746-4fdb-9dd9-2e2d74ca13af {
  max-width: 100%;
}

.shg-c#s-2001e396-2746-4fdb-9dd9-2e2d74ca13af img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2001e396-2746-4fdb-9dd9-2e2d74ca13af .shg-image-zoom,
.shg-c#s-2001e396-2746-4fdb-9dd9-2e2d74ca13af img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2001e396-2746-4fdb-9dd9-2e2d74ca13af .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2001e396-2746-4fdb-9dd9-2e2d74ca13af {
  max-width: 100%;
}

.shg-c#s-2001e396-2746-4fdb-9dd9-2e2d74ca13af img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2001e396-2746-4fdb-9dd9-2e2d74ca13af .shg-image-zoom,
.shg-c#s-2001e396-2746-4fdb-9dd9-2e2d74ca13af img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2001e396-2746-4fdb-9dd9-2e2d74ca13af .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-2001e396-2746-4fdb-9dd9-2e2d74ca13af {
  max-width: 100%;
}

.shg-c#s-2001e396-2746-4fdb-9dd9-2e2d74ca13af img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2001e396-2746-4fdb-9dd9-2e2d74ca13af .shg-image-zoom,
.shg-c#s-2001e396-2746-4fdb-9dd9-2e2d74ca13af img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2001e396-2746-4fdb-9dd9-2e2d74ca13af .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-22fa4cfa-570d-497a-956a-1613baed0dc9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-22fa4cfa-570d-497a-956a-1613baed0dc9 .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-2fd1712d-e6f8-488f-ba8f-83406c82747e {
  display: none;
}
#s-6363b8c0-50b8-4fd8-9b08-5dac4bf79a76 {
  display: none;
}
#s-e7db06c9-ff62-4eba-a6b2-054be4d65b5c {
  text-align: left;
}


.shg-c#s-e7db06c9-ff62-4eba-a6b2-054be4d65b5c {
  max-width: 100%;
}

.shg-c#s-e7db06c9-ff62-4eba-a6b2-054be4d65b5c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e7db06c9-ff62-4eba-a6b2-054be4d65b5c .shg-image-zoom,
.shg-c#s-e7db06c9-ff62-4eba-a6b2-054be4d65b5c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e7db06c9-ff62-4eba-a6b2-054be4d65b5c .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-e7db06c9-ff62-4eba-a6b2-054be4d65b5c {
  max-width: 100%;
}

.shg-c#s-e7db06c9-ff62-4eba-a6b2-054be4d65b5c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e7db06c9-ff62-4eba-a6b2-054be4d65b5c .shg-image-zoom,
.shg-c#s-e7db06c9-ff62-4eba-a6b2-054be4d65b5c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e7db06c9-ff62-4eba-a6b2-054be4d65b5c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e7db06c9-ff62-4eba-a6b2-054be4d65b5c {
  max-width: 100%;
}

.shg-c#s-e7db06c9-ff62-4eba-a6b2-054be4d65b5c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e7db06c9-ff62-4eba-a6b2-054be4d65b5c .shg-image-zoom,
.shg-c#s-e7db06c9-ff62-4eba-a6b2-054be4d65b5c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e7db06c9-ff62-4eba-a6b2-054be4d65b5c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e7db06c9-ff62-4eba-a6b2-054be4d65b5c {
  max-width: 100%;
}

.shg-c#s-e7db06c9-ff62-4eba-a6b2-054be4d65b5c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e7db06c9-ff62-4eba-a6b2-054be4d65b5c .shg-image-zoom,
.shg-c#s-e7db06c9-ff62-4eba-a6b2-054be4d65b5c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e7db06c9-ff62-4eba-a6b2-054be4d65b5c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-e7db06c9-ff62-4eba-a6b2-054be4d65b5c {
  max-width: 100%;
}

.shg-c#s-e7db06c9-ff62-4eba-a6b2-054be4d65b5c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e7db06c9-ff62-4eba-a6b2-054be4d65b5c .shg-image-zoom,
.shg-c#s-e7db06c9-ff62-4eba-a6b2-054be4d65b5c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e7db06c9-ff62-4eba-a6b2-054be4d65b5c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-dbeca21b-f253-4283-b26b-a9723bd30eb3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dbeca21b-f253-4283-b26b-a9723bd30eb3 .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-1b6eb3ad-23ad-49cc-b4fc-e7b1f1e9f410 {
  display: none;
}
#s-c98b8913-0317-4880-a8f4-2f860cd8173a {
  text-align: left;
}


.shg-c#s-c98b8913-0317-4880-a8f4-2f860cd8173a {
  max-width: 100%;
}

.shg-c#s-c98b8913-0317-4880-a8f4-2f860cd8173a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c98b8913-0317-4880-a8f4-2f860cd8173a .shg-image-zoom,
.shg-c#s-c98b8913-0317-4880-a8f4-2f860cd8173a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c98b8913-0317-4880-a8f4-2f860cd8173a .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-c98b8913-0317-4880-a8f4-2f860cd8173a {
  max-width: 100%;
}

.shg-c#s-c98b8913-0317-4880-a8f4-2f860cd8173a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c98b8913-0317-4880-a8f4-2f860cd8173a .shg-image-zoom,
.shg-c#s-c98b8913-0317-4880-a8f4-2f860cd8173a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c98b8913-0317-4880-a8f4-2f860cd8173a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c98b8913-0317-4880-a8f4-2f860cd8173a {
  max-width: 100%;
}

.shg-c#s-c98b8913-0317-4880-a8f4-2f860cd8173a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c98b8913-0317-4880-a8f4-2f860cd8173a .shg-image-zoom,
.shg-c#s-c98b8913-0317-4880-a8f4-2f860cd8173a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c98b8913-0317-4880-a8f4-2f860cd8173a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c98b8913-0317-4880-a8f4-2f860cd8173a {
  max-width: 100%;
}

.shg-c#s-c98b8913-0317-4880-a8f4-2f860cd8173a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c98b8913-0317-4880-a8f4-2f860cd8173a .shg-image-zoom,
.shg-c#s-c98b8913-0317-4880-a8f4-2f860cd8173a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c98b8913-0317-4880-a8f4-2f860cd8173a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-c98b8913-0317-4880-a8f4-2f860cd8173a {
  max-width: 100%;
}

.shg-c#s-c98b8913-0317-4880-a8f4-2f860cd8173a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c98b8913-0317-4880-a8f4-2f860cd8173a .shg-image-zoom,
.shg-c#s-c98b8913-0317-4880-a8f4-2f860cd8173a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c98b8913-0317-4880-a8f4-2f860cd8173a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-c73b9630-c9da-4ffd-8132-56f8fd7a4972 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c73b9630-c9da-4ffd-8132-56f8fd7a4972 .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-d0e4ad03-9c68-4fc1-a295-bdf43088d8a5 {
  display: none;
}
#s-9b707763-2ff1-4af9-8309-fd8b027ae939 {
  text-align: left;
}


.shg-c#s-9b707763-2ff1-4af9-8309-fd8b027ae939 {
  max-width: 100%;
}

.shg-c#s-9b707763-2ff1-4af9-8309-fd8b027ae939 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9b707763-2ff1-4af9-8309-fd8b027ae939 .shg-image-zoom,
.shg-c#s-9b707763-2ff1-4af9-8309-fd8b027ae939 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9b707763-2ff1-4af9-8309-fd8b027ae939 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-9b707763-2ff1-4af9-8309-fd8b027ae939 {
  max-width: 100%;
}

.shg-c#s-9b707763-2ff1-4af9-8309-fd8b027ae939 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9b707763-2ff1-4af9-8309-fd8b027ae939 .shg-image-zoom,
.shg-c#s-9b707763-2ff1-4af9-8309-fd8b027ae939 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9b707763-2ff1-4af9-8309-fd8b027ae939 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9b707763-2ff1-4af9-8309-fd8b027ae939 {
  max-width: 100%;
}

.shg-c#s-9b707763-2ff1-4af9-8309-fd8b027ae939 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9b707763-2ff1-4af9-8309-fd8b027ae939 .shg-image-zoom,
.shg-c#s-9b707763-2ff1-4af9-8309-fd8b027ae939 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9b707763-2ff1-4af9-8309-fd8b027ae939 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9b707763-2ff1-4af9-8309-fd8b027ae939 {
  max-width: 100%;
}

.shg-c#s-9b707763-2ff1-4af9-8309-fd8b027ae939 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9b707763-2ff1-4af9-8309-fd8b027ae939 .shg-image-zoom,
.shg-c#s-9b707763-2ff1-4af9-8309-fd8b027ae939 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9b707763-2ff1-4af9-8309-fd8b027ae939 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-9b707763-2ff1-4af9-8309-fd8b027ae939 {
  max-width: 100%;
}

.shg-c#s-9b707763-2ff1-4af9-8309-fd8b027ae939 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9b707763-2ff1-4af9-8309-fd8b027ae939 .shg-image-zoom,
.shg-c#s-9b707763-2ff1-4af9-8309-fd8b027ae939 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9b707763-2ff1-4af9-8309-fd8b027ae939 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-40c126be-8a01-43f0-ac11-60c9cd942bdd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-40c126be-8a01-43f0-ac11-60c9cd942bdd .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}

#s-cb9e1ecc-8a38-47d4-b610-b5d372146a8b {
  border-style: solid;
padding-top: 12px;
padding-left: 39px;
padding-bottom: 12px;
padding-right: 39px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 2px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-cb9e1ecc-8a38-47d4-b610-b5d372146a8b:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-cb9e1ecc-8a38-47d4-b610-b5d372146a8b:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-cb9e1ecc-8a38-47d4-b610-b5d372146a8b {
  display: none;
}
#s-cb9e1ecc-8a38-47d4-b610-b5d372146a8b, #wrap-s-cb9e1ecc-8a38-47d4-b610-b5d372146a8b { display:none !important; }}@media (max-width: 767px){#s-cb9e1ecc-8a38-47d4-b610-b5d372146a8b {
  display: none;
}
#s-cb9e1ecc-8a38-47d4-b610-b5d372146a8b, #wrap-s-cb9e1ecc-8a38-47d4-b610-b5d372146a8b { display:none !important; }}


#s-cb9e1ecc-8a38-47d4-b610-b5d372146a8b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-133702c0-8268-47ad-9784-31e26dfd6286 {
  border-style: solid;
padding-top: 12px;
padding-left: 39px;
padding-bottom: 12px;
padding-right: 39px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 2px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-133702c0-8268-47ad-9784-31e26dfd6286:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-133702c0-8268-47ad-9784-31e26dfd6286:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-133702c0-8268-47ad-9784-31e26dfd6286 {
  display: none;
}
#s-133702c0-8268-47ad-9784-31e26dfd6286, #wrap-s-133702c0-8268-47ad-9784-31e26dfd6286 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-133702c0-8268-47ad-9784-31e26dfd6286 {
  display: none;
}
#s-133702c0-8268-47ad-9784-31e26dfd6286, #wrap-s-133702c0-8268-47ad-9784-31e26dfd6286 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-133702c0-8268-47ad-9784-31e26dfd6286 {
  
}
}@media (max-width: 767px){#s-133702c0-8268-47ad-9784-31e26dfd6286 {
  
}
}


#s-133702c0-8268-47ad-9784-31e26dfd6286.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-b7726417-e463-4834-b429-c7b11f9973c4 {
  margin-top: 55px;
margin-bottom: 55px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-b7726417-e463-4834-b429-c7b11f9973c4 {
  display: none;
}
#s-b7726417-e463-4834-b429-c7b11f9973c4, #wrap-s-b7726417-e463-4834-b429-c7b11f9973c4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b7726417-e463-4834-b429-c7b11f9973c4 {
  display: none;
}
#s-b7726417-e463-4834-b429-c7b11f9973c4, #wrap-s-b7726417-e463-4834-b429-c7b11f9973c4 { display:none !important; }}
#s-b7726417-e463-4834-b429-c7b11f9973c4 .shg-sld-dot {
  background-color: rgba(0, 0, 0, 1);
}

#s-b7726417-e463-4834-b429-c7b11f9973c4 .shg-sld-nav-button.shg-sld-left,
#s-b7726417-e463-4834-b429-c7b11f9973c4 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(0, 0, 0, 1);
}

#s-ac046103-1da7-49c3-8816-8f2f811bb5ba {
  margin-left: 5%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-ac046103-1da7-49c3-8816-8f2f811bb5ba"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ac046103-1da7-49c3-8816-8f2f811bb5ba"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ac046103-1da7-49c3-8816-8f2f811bb5ba"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ac046103-1da7-49c3-8816-8f2f811bb5ba"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ac046103-1da7-49c3-8816-8f2f811bb5ba"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ac046103-1da7-49c3-8816-8f2f811bb5ba"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ac046103-1da7-49c3-8816-8f2f811bb5ba"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ac046103-1da7-49c3-8816-8f2f811bb5ba"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ac046103-1da7-49c3-8816-8f2f811bb5ba"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ac046103-1da7-49c3-8816-8f2f811bb5ba"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ac046103-1da7-49c3-8816-8f2f811bb5ba"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ac046103-1da7-49c3-8816-8f2f811bb5ba"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-ac046103-1da7-49c3-8816-8f2f811bb5ba"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ac046103-1da7-49c3-8816-8f2f811bb5ba"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ac046103-1da7-49c3-8816-8f2f811bb5ba"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ac046103-1da7-49c3-8816-8f2f811bb5ba"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ac046103-1da7-49c3-8816-8f2f811bb5ba"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ac046103-1da7-49c3-8816-8f2f811bb5ba"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ac046103-1da7-49c3-8816-8f2f811bb5ba"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ac046103-1da7-49c3-8816-8f2f811bb5ba"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ac046103-1da7-49c3-8816-8f2f811bb5ba"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ac046103-1da7-49c3-8816-8f2f811bb5ba"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ac046103-1da7-49c3-8816-8f2f811bb5ba"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ac046103-1da7-49c3-8816-8f2f811bb5ba"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ac046103-1da7-49c3-8816-8f2f811bb5ba"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ac046103-1da7-49c3-8816-8f2f811bb5ba"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ac046103-1da7-49c3-8816-8f2f811bb5ba"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ac046103-1da7-49c3-8816-8f2f811bb5ba"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ac046103-1da7-49c3-8816-8f2f811bb5ba"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ac046103-1da7-49c3-8816-8f2f811bb5ba"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ac046103-1da7-49c3-8816-8f2f811bb5ba"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ac046103-1da7-49c3-8816-8f2f811bb5ba"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ac046103-1da7-49c3-8816-8f2f811bb5ba"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ac046103-1da7-49c3-8816-8f2f811bb5ba"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ac046103-1da7-49c3-8816-8f2f811bb5ba"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ac046103-1da7-49c3-8816-8f2f811bb5ba"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ac046103-1da7-49c3-8816-8f2f811bb5ba"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ac046103-1da7-49c3-8816-8f2f811bb5ba"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ac046103-1da7-49c3-8816-8f2f811bb5ba"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ac046103-1da7-49c3-8816-8f2f811bb5ba"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ac046103-1da7-49c3-8816-8f2f811bb5ba"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ac046103-1da7-49c3-8816-8f2f811bb5ba"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ac046103-1da7-49c3-8816-8f2f811bb5ba"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ac046103-1da7-49c3-8816-8f2f811bb5ba"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ac046103-1da7-49c3-8816-8f2f811bb5ba"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ac046103-1da7-49c3-8816-8f2f811bb5ba"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ac046103-1da7-49c3-8816-8f2f811bb5ba"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ac046103-1da7-49c3-8816-8f2f811bb5ba"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-0639892c-a357-4d6a-a5cf-ee4b3147726f {
  display: none;
}
#s-6c52774d-b7d8-4cd7-94b4-70bcf0992e54 {
  text-align: left;
}


.shg-c#s-6c52774d-b7d8-4cd7-94b4-70bcf0992e54 {
  max-width: 100%;
}

.shg-c#s-6c52774d-b7d8-4cd7-94b4-70bcf0992e54 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6c52774d-b7d8-4cd7-94b4-70bcf0992e54 .shg-image-zoom,
.shg-c#s-6c52774d-b7d8-4cd7-94b4-70bcf0992e54 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6c52774d-b7d8-4cd7-94b4-70bcf0992e54 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-6c52774d-b7d8-4cd7-94b4-70bcf0992e54 {
  max-width: 100%;
}

.shg-c#s-6c52774d-b7d8-4cd7-94b4-70bcf0992e54 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6c52774d-b7d8-4cd7-94b4-70bcf0992e54 .shg-image-zoom,
.shg-c#s-6c52774d-b7d8-4cd7-94b4-70bcf0992e54 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6c52774d-b7d8-4cd7-94b4-70bcf0992e54 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6c52774d-b7d8-4cd7-94b4-70bcf0992e54 {
  max-width: 100%;
}

.shg-c#s-6c52774d-b7d8-4cd7-94b4-70bcf0992e54 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6c52774d-b7d8-4cd7-94b4-70bcf0992e54 .shg-image-zoom,
.shg-c#s-6c52774d-b7d8-4cd7-94b4-70bcf0992e54 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6c52774d-b7d8-4cd7-94b4-70bcf0992e54 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6c52774d-b7d8-4cd7-94b4-70bcf0992e54 {
  max-width: 100%;
}

.shg-c#s-6c52774d-b7d8-4cd7-94b4-70bcf0992e54 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6c52774d-b7d8-4cd7-94b4-70bcf0992e54 .shg-image-zoom,
.shg-c#s-6c52774d-b7d8-4cd7-94b4-70bcf0992e54 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6c52774d-b7d8-4cd7-94b4-70bcf0992e54 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-6c52774d-b7d8-4cd7-94b4-70bcf0992e54 {
  max-width: 100%;
}

.shg-c#s-6c52774d-b7d8-4cd7-94b4-70bcf0992e54 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6c52774d-b7d8-4cd7-94b4-70bcf0992e54 .shg-image-zoom,
.shg-c#s-6c52774d-b7d8-4cd7-94b4-70bcf0992e54 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6c52774d-b7d8-4cd7-94b4-70bcf0992e54 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-56baa718-3cd5-4793-90cf-a35fd26a6b8c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-56baa718-3cd5-4793-90cf-a35fd26a6b8c .shg-product-title-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-898a06d3-b679-47ab-bf8d-2a574039ca13 {
  display: none;
}
#s-a13d7e75-5a8e-4ceb-96df-16f0ab6e7ccf {
  text-align: left;
}


.shg-c#s-a13d7e75-5a8e-4ceb-96df-16f0ab6e7ccf {
  max-width: 100%;
}

.shg-c#s-a13d7e75-5a8e-4ceb-96df-16f0ab6e7ccf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a13d7e75-5a8e-4ceb-96df-16f0ab6e7ccf .shg-image-zoom,
.shg-c#s-a13d7e75-5a8e-4ceb-96df-16f0ab6e7ccf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a13d7e75-5a8e-4ceb-96df-16f0ab6e7ccf .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-a13d7e75-5a8e-4ceb-96df-16f0ab6e7ccf {
  max-width: 100%;
}

.shg-c#s-a13d7e75-5a8e-4ceb-96df-16f0ab6e7ccf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a13d7e75-5a8e-4ceb-96df-16f0ab6e7ccf .shg-image-zoom,
.shg-c#s-a13d7e75-5a8e-4ceb-96df-16f0ab6e7ccf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a13d7e75-5a8e-4ceb-96df-16f0ab6e7ccf .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a13d7e75-5a8e-4ceb-96df-16f0ab6e7ccf {
  max-width: 100%;
}

.shg-c#s-a13d7e75-5a8e-4ceb-96df-16f0ab6e7ccf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a13d7e75-5a8e-4ceb-96df-16f0ab6e7ccf .shg-image-zoom,
.shg-c#s-a13d7e75-5a8e-4ceb-96df-16f0ab6e7ccf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a13d7e75-5a8e-4ceb-96df-16f0ab6e7ccf .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a13d7e75-5a8e-4ceb-96df-16f0ab6e7ccf {
  max-width: 100%;
}

.shg-c#s-a13d7e75-5a8e-4ceb-96df-16f0ab6e7ccf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a13d7e75-5a8e-4ceb-96df-16f0ab6e7ccf .shg-image-zoom,
.shg-c#s-a13d7e75-5a8e-4ceb-96df-16f0ab6e7ccf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a13d7e75-5a8e-4ceb-96df-16f0ab6e7ccf .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-a13d7e75-5a8e-4ceb-96df-16f0ab6e7ccf {
  max-width: 100%;
}

.shg-c#s-a13d7e75-5a8e-4ceb-96df-16f0ab6e7ccf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a13d7e75-5a8e-4ceb-96df-16f0ab6e7ccf .shg-image-zoom,
.shg-c#s-a13d7e75-5a8e-4ceb-96df-16f0ab6e7ccf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a13d7e75-5a8e-4ceb-96df-16f0ab6e7ccf .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-ead8b8f4-3f6c-453f-baed-4bbaa04ce1c8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ead8b8f4-3f6c-453f-baed-4bbaa04ce1c8 .shg-product-title-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-1a746180-9d30-4dda-a755-481523963cd8 {
  margin-left: 5%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-1a746180-9d30-4dda-a755-481523963cd8"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1a746180-9d30-4dda-a755-481523963cd8"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1a746180-9d30-4dda-a755-481523963cd8"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1a746180-9d30-4dda-a755-481523963cd8"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1a746180-9d30-4dda-a755-481523963cd8"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1a746180-9d30-4dda-a755-481523963cd8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1a746180-9d30-4dda-a755-481523963cd8"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1a746180-9d30-4dda-a755-481523963cd8"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1a746180-9d30-4dda-a755-481523963cd8"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1a746180-9d30-4dda-a755-481523963cd8"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1a746180-9d30-4dda-a755-481523963cd8"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1a746180-9d30-4dda-a755-481523963cd8"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-1a746180-9d30-4dda-a755-481523963cd8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1a746180-9d30-4dda-a755-481523963cd8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1a746180-9d30-4dda-a755-481523963cd8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1a746180-9d30-4dda-a755-481523963cd8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1a746180-9d30-4dda-a755-481523963cd8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1a746180-9d30-4dda-a755-481523963cd8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1a746180-9d30-4dda-a755-481523963cd8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1a746180-9d30-4dda-a755-481523963cd8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1a746180-9d30-4dda-a755-481523963cd8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1a746180-9d30-4dda-a755-481523963cd8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1a746180-9d30-4dda-a755-481523963cd8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1a746180-9d30-4dda-a755-481523963cd8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1a746180-9d30-4dda-a755-481523963cd8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1a746180-9d30-4dda-a755-481523963cd8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1a746180-9d30-4dda-a755-481523963cd8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1a746180-9d30-4dda-a755-481523963cd8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1a746180-9d30-4dda-a755-481523963cd8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1a746180-9d30-4dda-a755-481523963cd8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1a746180-9d30-4dda-a755-481523963cd8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1a746180-9d30-4dda-a755-481523963cd8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1a746180-9d30-4dda-a755-481523963cd8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1a746180-9d30-4dda-a755-481523963cd8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1a746180-9d30-4dda-a755-481523963cd8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1a746180-9d30-4dda-a755-481523963cd8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1a746180-9d30-4dda-a755-481523963cd8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1a746180-9d30-4dda-a755-481523963cd8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1a746180-9d30-4dda-a755-481523963cd8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1a746180-9d30-4dda-a755-481523963cd8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1a746180-9d30-4dda-a755-481523963cd8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1a746180-9d30-4dda-a755-481523963cd8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1a746180-9d30-4dda-a755-481523963cd8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1a746180-9d30-4dda-a755-481523963cd8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1a746180-9d30-4dda-a755-481523963cd8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1a746180-9d30-4dda-a755-481523963cd8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1a746180-9d30-4dda-a755-481523963cd8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1a746180-9d30-4dda-a755-481523963cd8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-4ad7c24f-28c5-46b0-8462-e6211022e0a5 {
  display: none;
}
#s-77b3f5f8-b6b8-4a6b-abb9-3c8b4a7d9436 {
  text-align: left;
}


.shg-c#s-77b3f5f8-b6b8-4a6b-abb9-3c8b4a7d9436 {
  max-width: 100%;
}

.shg-c#s-77b3f5f8-b6b8-4a6b-abb9-3c8b4a7d9436 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-77b3f5f8-b6b8-4a6b-abb9-3c8b4a7d9436 .shg-image-zoom,
.shg-c#s-77b3f5f8-b6b8-4a6b-abb9-3c8b4a7d9436 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-77b3f5f8-b6b8-4a6b-abb9-3c8b4a7d9436 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-77b3f5f8-b6b8-4a6b-abb9-3c8b4a7d9436 {
  max-width: 100%;
}

.shg-c#s-77b3f5f8-b6b8-4a6b-abb9-3c8b4a7d9436 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-77b3f5f8-b6b8-4a6b-abb9-3c8b4a7d9436 .shg-image-zoom,
.shg-c#s-77b3f5f8-b6b8-4a6b-abb9-3c8b4a7d9436 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-77b3f5f8-b6b8-4a6b-abb9-3c8b4a7d9436 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-77b3f5f8-b6b8-4a6b-abb9-3c8b4a7d9436 {
  max-width: 100%;
}

.shg-c#s-77b3f5f8-b6b8-4a6b-abb9-3c8b4a7d9436 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-77b3f5f8-b6b8-4a6b-abb9-3c8b4a7d9436 .shg-image-zoom,
.shg-c#s-77b3f5f8-b6b8-4a6b-abb9-3c8b4a7d9436 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-77b3f5f8-b6b8-4a6b-abb9-3c8b4a7d9436 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-77b3f5f8-b6b8-4a6b-abb9-3c8b4a7d9436 {
  max-width: 100%;
}

.shg-c#s-77b3f5f8-b6b8-4a6b-abb9-3c8b4a7d9436 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-77b3f5f8-b6b8-4a6b-abb9-3c8b4a7d9436 .shg-image-zoom,
.shg-c#s-77b3f5f8-b6b8-4a6b-abb9-3c8b4a7d9436 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-77b3f5f8-b6b8-4a6b-abb9-3c8b4a7d9436 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-77b3f5f8-b6b8-4a6b-abb9-3c8b4a7d9436 {
  max-width: 100%;
}

.shg-c#s-77b3f5f8-b6b8-4a6b-abb9-3c8b4a7d9436 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-77b3f5f8-b6b8-4a6b-abb9-3c8b4a7d9436 .shg-image-zoom,
.shg-c#s-77b3f5f8-b6b8-4a6b-abb9-3c8b4a7d9436 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-77b3f5f8-b6b8-4a6b-abb9-3c8b4a7d9436 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-60519b28-60e3-46ed-8070-a1195849586f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-60519b28-60e3-46ed-8070-a1195849586f .shg-product-title-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 14px;
  line-height: 0.5em;
  letter-spacing: ;
}

#s-1e8cac0a-96c7-4250-95c6-e13cae32cbc0 {
  display: none;
}
#s-f4545e2d-b190-4b1b-aa82-617610793d16 {
  text-align: left;
}


.shg-c#s-f4545e2d-b190-4b1b-aa82-617610793d16 {
  max-width: 100%;
}

.shg-c#s-f4545e2d-b190-4b1b-aa82-617610793d16 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f4545e2d-b190-4b1b-aa82-617610793d16 .shg-image-zoom,
.shg-c#s-f4545e2d-b190-4b1b-aa82-617610793d16 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f4545e2d-b190-4b1b-aa82-617610793d16 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-f4545e2d-b190-4b1b-aa82-617610793d16 {
  max-width: 100%;
}

.shg-c#s-f4545e2d-b190-4b1b-aa82-617610793d16 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f4545e2d-b190-4b1b-aa82-617610793d16 .shg-image-zoom,
.shg-c#s-f4545e2d-b190-4b1b-aa82-617610793d16 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f4545e2d-b190-4b1b-aa82-617610793d16 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f4545e2d-b190-4b1b-aa82-617610793d16 {
  max-width: 100%;
}

.shg-c#s-f4545e2d-b190-4b1b-aa82-617610793d16 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f4545e2d-b190-4b1b-aa82-617610793d16 .shg-image-zoom,
.shg-c#s-f4545e2d-b190-4b1b-aa82-617610793d16 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f4545e2d-b190-4b1b-aa82-617610793d16 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f4545e2d-b190-4b1b-aa82-617610793d16 {
  max-width: 100%;
}

.shg-c#s-f4545e2d-b190-4b1b-aa82-617610793d16 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f4545e2d-b190-4b1b-aa82-617610793d16 .shg-image-zoom,
.shg-c#s-f4545e2d-b190-4b1b-aa82-617610793d16 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f4545e2d-b190-4b1b-aa82-617610793d16 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-f4545e2d-b190-4b1b-aa82-617610793d16 {
  max-width: 100%;
}

.shg-c#s-f4545e2d-b190-4b1b-aa82-617610793d16 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f4545e2d-b190-4b1b-aa82-617610793d16 .shg-image-zoom,
.shg-c#s-f4545e2d-b190-4b1b-aa82-617610793d16 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f4545e2d-b190-4b1b-aa82-617610793d16 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-ed3bb1fa-e4d1-4aae-bb67-29a1a928d629 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ed3bb1fa-e4d1-4aae-bb67-29a1a928d629 .shg-product-title-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-f389ef1f-f1a4-4fc2-814f-ed44ecf6890b {
  padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-f389ef1f-f1a4-4fc2-814f-ed44ecf6890b"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f389ef1f-f1a4-4fc2-814f-ed44ecf6890b"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f389ef1f-f1a4-4fc2-814f-ed44ecf6890b"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f389ef1f-f1a4-4fc2-814f-ed44ecf6890b"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f389ef1f-f1a4-4fc2-814f-ed44ecf6890b"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f389ef1f-f1a4-4fc2-814f-ed44ecf6890b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f389ef1f-f1a4-4fc2-814f-ed44ecf6890b"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f389ef1f-f1a4-4fc2-814f-ed44ecf6890b"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f389ef1f-f1a4-4fc2-814f-ed44ecf6890b"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f389ef1f-f1a4-4fc2-814f-ed44ecf6890b"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f389ef1f-f1a4-4fc2-814f-ed44ecf6890b"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f389ef1f-f1a4-4fc2-814f-ed44ecf6890b"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-f389ef1f-f1a4-4fc2-814f-ed44ecf6890b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f389ef1f-f1a4-4fc2-814f-ed44ecf6890b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f389ef1f-f1a4-4fc2-814f-ed44ecf6890b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f389ef1f-f1a4-4fc2-814f-ed44ecf6890b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f389ef1f-f1a4-4fc2-814f-ed44ecf6890b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f389ef1f-f1a4-4fc2-814f-ed44ecf6890b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f389ef1f-f1a4-4fc2-814f-ed44ecf6890b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f389ef1f-f1a4-4fc2-814f-ed44ecf6890b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f389ef1f-f1a4-4fc2-814f-ed44ecf6890b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f389ef1f-f1a4-4fc2-814f-ed44ecf6890b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f389ef1f-f1a4-4fc2-814f-ed44ecf6890b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f389ef1f-f1a4-4fc2-814f-ed44ecf6890b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f389ef1f-f1a4-4fc2-814f-ed44ecf6890b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f389ef1f-f1a4-4fc2-814f-ed44ecf6890b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f389ef1f-f1a4-4fc2-814f-ed44ecf6890b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f389ef1f-f1a4-4fc2-814f-ed44ecf6890b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f389ef1f-f1a4-4fc2-814f-ed44ecf6890b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f389ef1f-f1a4-4fc2-814f-ed44ecf6890b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f389ef1f-f1a4-4fc2-814f-ed44ecf6890b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f389ef1f-f1a4-4fc2-814f-ed44ecf6890b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f389ef1f-f1a4-4fc2-814f-ed44ecf6890b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f389ef1f-f1a4-4fc2-814f-ed44ecf6890b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f389ef1f-f1a4-4fc2-814f-ed44ecf6890b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f389ef1f-f1a4-4fc2-814f-ed44ecf6890b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f389ef1f-f1a4-4fc2-814f-ed44ecf6890b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f389ef1f-f1a4-4fc2-814f-ed44ecf6890b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f389ef1f-f1a4-4fc2-814f-ed44ecf6890b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f389ef1f-f1a4-4fc2-814f-ed44ecf6890b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f389ef1f-f1a4-4fc2-814f-ed44ecf6890b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f389ef1f-f1a4-4fc2-814f-ed44ecf6890b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f389ef1f-f1a4-4fc2-814f-ed44ecf6890b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f389ef1f-f1a4-4fc2-814f-ed44ecf6890b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f389ef1f-f1a4-4fc2-814f-ed44ecf6890b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f389ef1f-f1a4-4fc2-814f-ed44ecf6890b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f389ef1f-f1a4-4fc2-814f-ed44ecf6890b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f389ef1f-f1a4-4fc2-814f-ed44ecf6890b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-91bf024c-9f40-4a94-8920-e6b0a1756da7 {
  display: none;
}
#s-42bf0298-51f3-4936-92d5-a08df6de224d {
  text-align: left;
}


.shg-c#s-42bf0298-51f3-4936-92d5-a08df6de224d {
  max-width: 100%;
}

.shg-c#s-42bf0298-51f3-4936-92d5-a08df6de224d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-42bf0298-51f3-4936-92d5-a08df6de224d .shg-image-zoom,
.shg-c#s-42bf0298-51f3-4936-92d5-a08df6de224d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-42bf0298-51f3-4936-92d5-a08df6de224d .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-42bf0298-51f3-4936-92d5-a08df6de224d {
  max-width: 100%;
}

.shg-c#s-42bf0298-51f3-4936-92d5-a08df6de224d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-42bf0298-51f3-4936-92d5-a08df6de224d .shg-image-zoom,
.shg-c#s-42bf0298-51f3-4936-92d5-a08df6de224d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-42bf0298-51f3-4936-92d5-a08df6de224d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-42bf0298-51f3-4936-92d5-a08df6de224d {
  max-width: 100%;
}

.shg-c#s-42bf0298-51f3-4936-92d5-a08df6de224d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-42bf0298-51f3-4936-92d5-a08df6de224d .shg-image-zoom,
.shg-c#s-42bf0298-51f3-4936-92d5-a08df6de224d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-42bf0298-51f3-4936-92d5-a08df6de224d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-42bf0298-51f3-4936-92d5-a08df6de224d {
  max-width: 100%;
}

.shg-c#s-42bf0298-51f3-4936-92d5-a08df6de224d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-42bf0298-51f3-4936-92d5-a08df6de224d .shg-image-zoom,
.shg-c#s-42bf0298-51f3-4936-92d5-a08df6de224d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-42bf0298-51f3-4936-92d5-a08df6de224d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-42bf0298-51f3-4936-92d5-a08df6de224d {
  max-width: 100%;
}

.shg-c#s-42bf0298-51f3-4936-92d5-a08df6de224d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-42bf0298-51f3-4936-92d5-a08df6de224d .shg-image-zoom,
.shg-c#s-42bf0298-51f3-4936-92d5-a08df6de224d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-42bf0298-51f3-4936-92d5-a08df6de224d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-7ce5f607-b5bd-4e3c-8031-659914e35237 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7ce5f607-b5bd-4e3c-8031-659914e35237 .shg-product-title-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-0708268d-3530-4f59-9193-bf03c329dc65 {
  display: none;
}
#s-6341ed0f-dccd-47af-b2ef-73cb58684048 {
  text-align: left;
}


.shg-c#s-6341ed0f-dccd-47af-b2ef-73cb58684048 {
  max-width: 100%;
}

.shg-c#s-6341ed0f-dccd-47af-b2ef-73cb58684048 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6341ed0f-dccd-47af-b2ef-73cb58684048 .shg-image-zoom,
.shg-c#s-6341ed0f-dccd-47af-b2ef-73cb58684048 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6341ed0f-dccd-47af-b2ef-73cb58684048 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-6341ed0f-dccd-47af-b2ef-73cb58684048 {
  max-width: 100%;
}

.shg-c#s-6341ed0f-dccd-47af-b2ef-73cb58684048 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6341ed0f-dccd-47af-b2ef-73cb58684048 .shg-image-zoom,
.shg-c#s-6341ed0f-dccd-47af-b2ef-73cb58684048 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6341ed0f-dccd-47af-b2ef-73cb58684048 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6341ed0f-dccd-47af-b2ef-73cb58684048 {
  max-width: 100%;
}

.shg-c#s-6341ed0f-dccd-47af-b2ef-73cb58684048 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6341ed0f-dccd-47af-b2ef-73cb58684048 .shg-image-zoom,
.shg-c#s-6341ed0f-dccd-47af-b2ef-73cb58684048 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6341ed0f-dccd-47af-b2ef-73cb58684048 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6341ed0f-dccd-47af-b2ef-73cb58684048 {
  max-width: 100%;
}

.shg-c#s-6341ed0f-dccd-47af-b2ef-73cb58684048 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6341ed0f-dccd-47af-b2ef-73cb58684048 .shg-image-zoom,
.shg-c#s-6341ed0f-dccd-47af-b2ef-73cb58684048 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6341ed0f-dccd-47af-b2ef-73cb58684048 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-6341ed0f-dccd-47af-b2ef-73cb58684048 {
  max-width: 100%;
}

.shg-c#s-6341ed0f-dccd-47af-b2ef-73cb58684048 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6341ed0f-dccd-47af-b2ef-73cb58684048 .shg-image-zoom,
.shg-c#s-6341ed0f-dccd-47af-b2ef-73cb58684048 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6341ed0f-dccd-47af-b2ef-73cb58684048 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-39da12e0-cb26-4d56-a60f-31f75e637a22 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-39da12e0-cb26-4d56-a60f-31f75e637a22 .shg-product-title-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-60d137e8-fb34-42bb-84c0-4f5a09b337ab {
  border-style: solid;
padding-top: 12px;
padding-left: 39px;
padding-bottom: 12px;
padding-right: 39px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-60d137e8-fb34-42bb-84c0-4f5a09b337ab:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-60d137e8-fb34-42bb-84c0-4f5a09b337ab:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-60d137e8-fb34-42bb-84c0-4f5a09b337ab {
  display: none;
}
#s-60d137e8-fb34-42bb-84c0-4f5a09b337ab, #wrap-s-60d137e8-fb34-42bb-84c0-4f5a09b337ab { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-60d137e8-fb34-42bb-84c0-4f5a09b337ab {
  display: none;
}
#s-60d137e8-fb34-42bb-84c0-4f5a09b337ab, #wrap-s-60d137e8-fb34-42bb-84c0-4f5a09b337ab { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-60d137e8-fb34-42bb-84c0-4f5a09b337ab {
  
}
}@media (max-width: 767px){#s-60d137e8-fb34-42bb-84c0-4f5a09b337ab {
  
}
}


#s-60d137e8-fb34-42bb-84c0-4f5a09b337ab.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-9e0980e4-7ad8-40b6-b902-bfe38a259fe2 {
  min-height: 50px;
}








#s-9e0980e4-7ad8-40b6-b902-bfe38a259fe2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9e0980e4-7ad8-40b6-b902-bfe38a259fe2.shg-box.shg-c {
  justify-content: center;
}

#s-6fff92cc-62f3-4779-a517-14f68c1a9da6 {
  margin-left: 3%;
margin-right: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: right;
}
@media (min-width: 768px) and (max-width: 991px){#s-6fff92cc-62f3-4779-a517-14f68c1a9da6 {
  
}
}@media (max-width: 767px){#s-6fff92cc-62f3-4779-a517-14f68c1a9da6 {
  
}
}
#s-6fff92cc-62f3-4779-a517-14f68c1a9da6 .shogun-heading-component h1 {
  color: #000;
  font-weight:  800 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 42px;
  line-height: 1em;
  letter-spacing: ;
  text-align: right;
}



#s-8bad8a15-03d9-4c57-8d35-b7d13aaae63c {
  min-height: 1px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8bad8a15-03d9-4c57-8d35-b7d13aaae63c {
  display: none;
}
#s-8bad8a15-03d9-4c57-8d35-b7d13aaae63c, #wrap-s-8bad8a15-03d9-4c57-8d35-b7d13aaae63c { display:none !important; }}@media (max-width: 767px){#s-8bad8a15-03d9-4c57-8d35-b7d13aaae63c {
  display: none;
}
#s-8bad8a15-03d9-4c57-8d35-b7d13aaae63c, #wrap-s-8bad8a15-03d9-4c57-8d35-b7d13aaae63c { display:none !important; }}
@media (min-width: 0px) {
[id="s-8bad8a15-03d9-4c57-8d35-b7d13aaae63c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-8bad8a15-03d9-4c57-8d35-b7d13aaae63c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8bad8a15-03d9-4c57-8d35-b7d13aaae63c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-8bad8a15-03d9-4c57-8d35-b7d13aaae63c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-8bad8a15-03d9-4c57-8d35-b7d13aaae63c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-8bad8a15-03d9-4c57-8d35-b7d13aaae63c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-8bad8a15-03d9-4c57-8d35-b7d13aaae63c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-8bad8a15-03d9-4c57-8d35-b7d13aaae63c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-8bad8a15-03d9-4c57-8d35-b7d13aaae63c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-8bad8a15-03d9-4c57-8d35-b7d13aaae63c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-8bad8a15-03d9-4c57-8d35-b7d13aaae63c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-8bad8a15-03d9-4c57-8d35-b7d13aaae63c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-8bad8a15-03d9-4c57-8d35-b7d13aaae63c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-8bad8a15-03d9-4c57-8d35-b7d13aaae63c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-8bad8a15-03d9-4c57-8d35-b7d13aaae63c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-8bad8a15-03d9-4c57-8d35-b7d13aaae63c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-8bad8a15-03d9-4c57-8d35-b7d13aaae63c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-8bad8a15-03d9-4c57-8d35-b7d13aaae63c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-8bad8a15-03d9-4c57-8d35-b7d13aaae63c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-8bad8a15-03d9-4c57-8d35-b7d13aaae63c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-8bad8a15-03d9-4c57-8d35-b7d13aaae63c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-8bad8a15-03d9-4c57-8d35-b7d13aaae63c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-8bad8a15-03d9-4c57-8d35-b7d13aaae63c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-8bad8a15-03d9-4c57-8d35-b7d13aaae63c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-8bad8a15-03d9-4c57-8d35-b7d13aaae63c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-8bad8a15-03d9-4c57-8d35-b7d13aaae63c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-8bad8a15-03d9-4c57-8d35-b7d13aaae63c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-8bad8a15-03d9-4c57-8d35-b7d13aaae63c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-8bad8a15-03d9-4c57-8d35-b7d13aaae63c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-8bad8a15-03d9-4c57-8d35-b7d13aaae63c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-8bad8a15-03d9-4c57-8d35-b7d13aaae63c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-8bad8a15-03d9-4c57-8d35-b7d13aaae63c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-8bad8a15-03d9-4c57-8d35-b7d13aaae63c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-8bad8a15-03d9-4c57-8d35-b7d13aaae63c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-8bad8a15-03d9-4c57-8d35-b7d13aaae63c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-8bad8a15-03d9-4c57-8d35-b7d13aaae63c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-8bad8a15-03d9-4c57-8d35-b7d13aaae63c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-8bad8a15-03d9-4c57-8d35-b7d13aaae63c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-0feb73ce-fc47-4c07-a29b-fde8bc6e35e6 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-0feb73ce-fc47-4c07-a29b-fde8bc6e35e6 {
  display: none;
}
#s-0feb73ce-fc47-4c07-a29b-fde8bc6e35e6, #wrap-s-0feb73ce-fc47-4c07-a29b-fde8bc6e35e6 { display:none !important; }}@media (max-width: 767px){#s-0feb73ce-fc47-4c07-a29b-fde8bc6e35e6 {
  display: none;
}
#s-0feb73ce-fc47-4c07-a29b-fde8bc6e35e6, #wrap-s-0feb73ce-fc47-4c07-a29b-fde8bc6e35e6 { display:none !important; }}



  #s-0feb73ce-fc47-4c07-a29b-fde8bc6e35e6 img.shogun-image {
    
    width: px;
  }


#s-0feb73ce-fc47-4c07-a29b-fde8bc6e35e6 .shogun-image-content {
  
    align-items: center;
  
}

#s-4b2f5dd5-7ea3-4e54-bc67-e4e7cf6e71e4 {
  min-height: 50px;
}








#s-4b2f5dd5-7ea3-4e54-bc67-e4e7cf6e71e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4b2f5dd5-7ea3-4e54-bc67-e4e7cf6e71e4.shg-box.shg-c {
  justify-content: center;
}

#s-319c18a2-a2aa-4455-8419-6815dd3d4c3a {
  min-height: 50px;
}








#s-319c18a2-a2aa-4455-8419-6815dd3d4c3a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-319c18a2-a2aa-4455-8419-6815dd3d4c3a.shg-box.shg-c {
  justify-content: center;
}

#s-5aec9bad-447c-4fee-ad51-1e7a75af0952 {
  min-height: 50px;
}








#s-5aec9bad-447c-4fee-ad51-1e7a75af0952 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5aec9bad-447c-4fee-ad51-1e7a75af0952.shg-box.shg-c {
  justify-content: center;
}

#s-d02bc5db-e99a-41fd-9c88-751266dd7908 {
  min-height: 50px;
}








#s-d02bc5db-e99a-41fd-9c88-751266dd7908 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d02bc5db-e99a-41fd-9c88-751266dd7908.shg-box.shg-c {
  justify-content: center;
}

#s-360f86dc-fa15-4873-bf80-d5d518a5e85a {
  min-height: 50px;
}








#s-360f86dc-fa15-4873-bf80-d5d518a5e85a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-360f86dc-fa15-4873-bf80-d5d518a5e85a.shg-box.shg-c {
  justify-content: center;
}

#s-e659e99c-7098-4fe2-a84e-362be8c92dda {
  min-height: 50px;
}








#s-e659e99c-7098-4fe2-a84e-362be8c92dda > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e659e99c-7098-4fe2-a84e-362be8c92dda.shg-box.shg-c {
  justify-content: center;
}

#s-9c0ea17f-9dbe-42d9-b512-a455e11be571 {
  min-height: 50px;
}








#s-9c0ea17f-9dbe-42d9-b512-a455e11be571 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9c0ea17f-9dbe-42d9-b512-a455e11be571.shg-box.shg-c {
  justify-content: center;
}

#s-c5f915ed-f294-4e2a-adea-6d4f48476294 {
  min-height: 50px;
}








#s-c5f915ed-f294-4e2a-adea-6d4f48476294 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c5f915ed-f294-4e2a-adea-6d4f48476294.shg-box.shg-c {
  justify-content: center;
}

#s-7956d06a-ce31-4eaa-af08-7bdf69df708b {
  min-height: 50px;
}








#s-7956d06a-ce31-4eaa-af08-7bdf69df708b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7956d06a-ce31-4eaa-af08-7bdf69df708b.shg-box.shg-c {
  justify-content: center;
}

#s-34409b95-bdb0-469c-b3ce-bd43070b822b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-34409b95-bdb0-469c-b3ce-bd43070b822b .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 33px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-aba6d75c-c549-49e7-a138-82547b3476e6 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-aba6d75c-c549-49e7-a138-82547b3476e6 {
  display: none;
}
#s-aba6d75c-c549-49e7-a138-82547b3476e6, #wrap-s-aba6d75c-c549-49e7-a138-82547b3476e6 { display:none !important; }}@media (max-width: 767px){#s-aba6d75c-c549-49e7-a138-82547b3476e6 {
  display: none;
}
#s-aba6d75c-c549-49e7-a138-82547b3476e6, #wrap-s-aba6d75c-c549-49e7-a138-82547b3476e6 { display:none !important; }}



  #s-aba6d75c-c549-49e7-a138-82547b3476e6 img.shogun-image {
    
    width: px;
  }


#s-aba6d75c-c549-49e7-a138-82547b3476e6 .shogun-image-content {
  
    align-items: center;
  
}

#s-8b2760a2-4856-47af-a5c8-e21f661f081b {
  min-height: 50px;
}








#s-8b2760a2-4856-47af-a5c8-e21f661f081b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b2760a2-4856-47af-a5c8-e21f661f081b.shg-box.shg-c {
  justify-content: center;
}

#s-439e9109-9452-4d3c-8324-38d27b54c9b5 {
  min-height: 50px;
}








#s-439e9109-9452-4d3c-8324-38d27b54c9b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-439e9109-9452-4d3c-8324-38d27b54c9b5.shg-box.shg-c {
  justify-content: center;
}

#s-00bcf291-7f27-4200-8e45-5c887fc262c7 {
  min-height: 50px;
}








#s-00bcf291-7f27-4200-8e45-5c887fc262c7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-00bcf291-7f27-4200-8e45-5c887fc262c7.shg-box.shg-c {
  justify-content: center;
}

#s-978b3ce2-2e6d-4292-a532-1f17c43ccce3 {
  min-height: 50px;
}








#s-978b3ce2-2e6d-4292-a532-1f17c43ccce3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-978b3ce2-2e6d-4292-a532-1f17c43ccce3.shg-box.shg-c {
  justify-content: center;
}

#s-c44dcf86-6f3d-4767-96b9-b3a544542615 {
  min-height: 50px;
}








#s-c44dcf86-6f3d-4767-96b9-b3a544542615 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c44dcf86-6f3d-4767-96b9-b3a544542615.shg-box.shg-c {
  justify-content: center;
}

#s-398a7f52-c949-49a4-9e79-5077888aab31 {
  min-height: 50px;
}








#s-398a7f52-c949-49a4-9e79-5077888aab31 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-398a7f52-c949-49a4-9e79-5077888aab31.shg-box.shg-c {
  justify-content: center;
}

#s-34f57088-b433-4b06-830b-9d00b4199d43 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-34f57088-b433-4b06-830b-9d00b4199d43 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-cdfba36d-29d8-4b4a-a33d-2c6952f6f0e5 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-cdfba36d-29d8-4b4a-a33d-2c6952f6f0e5 {
  display: none;
}
#s-cdfba36d-29d8-4b4a-a33d-2c6952f6f0e5, #wrap-s-cdfba36d-29d8-4b4a-a33d-2c6952f6f0e5 { display:none !important; }}@media (max-width: 767px){#s-cdfba36d-29d8-4b4a-a33d-2c6952f6f0e5 {
  display: none;
}
#s-cdfba36d-29d8-4b4a-a33d-2c6952f6f0e5, #wrap-s-cdfba36d-29d8-4b4a-a33d-2c6952f6f0e5 { display:none !important; }}



  #s-cdfba36d-29d8-4b4a-a33d-2c6952f6f0e5 img.shogun-image {
    
    width: px;
  }


#s-cdfba36d-29d8-4b4a-a33d-2c6952f6f0e5 .shogun-image-content {
  
    align-items: center;
  
}

#s-f645325a-dfcb-4a83-9d83-aefe47627e31 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f645325a-dfcb-4a83-9d83-aefe47627e31 {
  display: none;
}
#s-f645325a-dfcb-4a83-9d83-aefe47627e31, #wrap-s-f645325a-dfcb-4a83-9d83-aefe47627e31 { display:none !important; }}@media (max-width: 767px){#s-f645325a-dfcb-4a83-9d83-aefe47627e31 {
  display: none;
}
#s-f645325a-dfcb-4a83-9d83-aefe47627e31, #wrap-s-f645325a-dfcb-4a83-9d83-aefe47627e31 { display:none !important; }}







#s-f645325a-dfcb-4a83-9d83-aefe47627e31 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f645325a-dfcb-4a83-9d83-aefe47627e31.shg-box.shg-c {
  justify-content: center;
}

#s-8eced96f-03ed-42b7-8441-aca321d90047 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8eced96f-03ed-42b7-8441-aca321d90047 {
  display: none;
}
#s-8eced96f-03ed-42b7-8441-aca321d90047, #wrap-s-8eced96f-03ed-42b7-8441-aca321d90047 { display:none !important; }}@media (max-width: 767px){#s-8eced96f-03ed-42b7-8441-aca321d90047 {
  display: none;
}
#s-8eced96f-03ed-42b7-8441-aca321d90047, #wrap-s-8eced96f-03ed-42b7-8441-aca321d90047 { display:none !important; }}







#s-8eced96f-03ed-42b7-8441-aca321d90047 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8eced96f-03ed-42b7-8441-aca321d90047.shg-box.shg-c {
  justify-content: center;
}

#s-bd318ac1-5813-4b29-bb16-c03c966c571f {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-bd318ac1-5813-4b29-bb16-c03c966c571f {
  display: none;
}
#s-bd318ac1-5813-4b29-bb16-c03c966c571f, #wrap-s-bd318ac1-5813-4b29-bb16-c03c966c571f { display:none !important; }}@media (max-width: 767px){#s-bd318ac1-5813-4b29-bb16-c03c966c571f {
  display: none;
}
#s-bd318ac1-5813-4b29-bb16-c03c966c571f, #wrap-s-bd318ac1-5813-4b29-bb16-c03c966c571f { display:none !important; }}







#s-bd318ac1-5813-4b29-bb16-c03c966c571f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bd318ac1-5813-4b29-bb16-c03c966c571f.shg-box.shg-c {
  justify-content: center;
}

#s-42195e01-fd48-46d3-9c68-2d5036d170a7 {
  min-height: 50px;
}








#s-42195e01-fd48-46d3-9c68-2d5036d170a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-42195e01-fd48-46d3-9c68-2d5036d170a7.shg-box.shg-c {
  justify-content: center;
}

#s-f3b61ec6-5617-4402-a175-5cc34549bef3 {
  min-height: 50px;
}








#s-f3b61ec6-5617-4402-a175-5cc34549bef3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f3b61ec6-5617-4402-a175-5cc34549bef3.shg-box.shg-c {
  justify-content: center;
}

#s-909d9cfb-7581-40b4-90aa-b2ae70f56f58 {
  min-height: 50px;
}








#s-909d9cfb-7581-40b4-90aa-b2ae70f56f58 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-909d9cfb-7581-40b4-90aa-b2ae70f56f58.shg-box.shg-c {
  justify-content: center;
}

#s-4f4aa5e5-1a29-459b-bfd9-31358c36764c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-4f4aa5e5-1a29-459b-bfd9-31358c36764c {
  display: none;
}
#s-4f4aa5e5-1a29-459b-bfd9-31358c36764c, #wrap-s-4f4aa5e5-1a29-459b-bfd9-31358c36764c { display:none !important; }}@media (max-width: 767px){#s-4f4aa5e5-1a29-459b-bfd9-31358c36764c {
  display: none;
}
#s-4f4aa5e5-1a29-459b-bfd9-31358c36764c, #wrap-s-4f4aa5e5-1a29-459b-bfd9-31358c36764c { display:none !important; }}
#s-4f4aa5e5-1a29-459b-bfd9-31358c36764c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 33px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-9b5e7949-b598-48cc-b179-78ad5268b72e {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-9b5e7949-b598-48cc-b179-78ad5268b72e {
  display: none;
}
#s-9b5e7949-b598-48cc-b179-78ad5268b72e, #wrap-s-9b5e7949-b598-48cc-b179-78ad5268b72e { display:none !important; }}@media (max-width: 767px){#s-9b5e7949-b598-48cc-b179-78ad5268b72e {
  display: none;
}
#s-9b5e7949-b598-48cc-b179-78ad5268b72e, #wrap-s-9b5e7949-b598-48cc-b179-78ad5268b72e { display:none !important; }}



  #s-9b5e7949-b598-48cc-b179-78ad5268b72e img.shogun-image {
    
    width: px;
  }


#s-9b5e7949-b598-48cc-b179-78ad5268b72e .shogun-image-content {
  
    align-items: center;
  
}

#s-ba09075a-2d2a-4f54-ae8e-13e1576c5487 {
  min-height: 50px;
}








#s-ba09075a-2d2a-4f54-ae8e-13e1576c5487 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ba09075a-2d2a-4f54-ae8e-13e1576c5487.shg-box.shg-c {
  justify-content: center;
}

#s-a6a4ce01-834d-47ff-b879-d1a23b8c27a4 {
  min-height: 50px;
}








#s-a6a4ce01-834d-47ff-b879-d1a23b8c27a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a6a4ce01-834d-47ff-b879-d1a23b8c27a4.shg-box.shg-c {
  justify-content: center;
}

#s-276ae817-40b6-457e-b8e3-c5eb9923711b {
  min-height: 50px;
}








#s-276ae817-40b6-457e-b8e3-c5eb9923711b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-276ae817-40b6-457e-b8e3-c5eb9923711b.shg-box.shg-c {
  justify-content: center;
}

#s-f68d6684-1ab1-4c56-a063-29da394adb34 {
  min-height: 50px;
}








#s-f68d6684-1ab1-4c56-a063-29da394adb34 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f68d6684-1ab1-4c56-a063-29da394adb34.shg-box.shg-c {
  justify-content: center;
}

#s-19e55f85-0e8d-4a15-ba5a-1b4a6a93d8eb {
  min-height: 50px;
}








#s-19e55f85-0e8d-4a15-ba5a-1b4a6a93d8eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-19e55f85-0e8d-4a15-ba5a-1b4a6a93d8eb.shg-box.shg-c {
  justify-content: center;
}

#s-4ee1bdbc-c8e2-40f2-a85f-cd616635fa8c {
  min-height: 50px;
}








#s-4ee1bdbc-c8e2-40f2-a85f-cd616635fa8c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4ee1bdbc-c8e2-40f2-a85f-cd616635fa8c.shg-box.shg-c {
  justify-content: center;
}

#s-f9dbaa43-450a-4ecc-99e3-80c37d621ffa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-f9dbaa43-450a-4ecc-99e3-80c37d621ffa {
  display: none;
}
#s-f9dbaa43-450a-4ecc-99e3-80c37d621ffa, #wrap-s-f9dbaa43-450a-4ecc-99e3-80c37d621ffa { display:none !important; }}@media (max-width: 767px){#s-f9dbaa43-450a-4ecc-99e3-80c37d621ffa {
  display: none;
}
#s-f9dbaa43-450a-4ecc-99e3-80c37d621ffa, #wrap-s-f9dbaa43-450a-4ecc-99e3-80c37d621ffa { display:none !important; }}
#s-f9dbaa43-450a-4ecc-99e3-80c37d621ffa .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 33px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 768px) and (max-width: 991px){#s-5af3ab24-e6b3-4924-88b0-090024ea549c {
  display: none;
}
#s-5af3ab24-e6b3-4924-88b0-090024ea549c, #wrap-s-5af3ab24-e6b3-4924-88b0-090024ea549c { display:none !important; }}@media (max-width: 767px){#s-5af3ab24-e6b3-4924-88b0-090024ea549c {
  display: none;
}
#s-5af3ab24-e6b3-4924-88b0-090024ea549c, #wrap-s-5af3ab24-e6b3-4924-88b0-090024ea549c { display:none !important; }}
#s-5af3ab24-e6b3-4924-88b0-090024ea549c hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-319717aa-5d0b-4ce0-a139-974f6d10c158 {
  min-height: 50px;
background-color: rgba(252, 152, 50, 0.3);
}
@media (min-width: 768px) and (max-width: 991px){#s-319717aa-5d0b-4ce0-a139-974f6d10c158 {
  display: none;
}
#s-319717aa-5d0b-4ce0-a139-974f6d10c158, #wrap-s-319717aa-5d0b-4ce0-a139-974f6d10c158 { display:none !important; }}@media (max-width: 767px){#s-319717aa-5d0b-4ce0-a139-974f6d10c158 {
  display: none;
}
#s-319717aa-5d0b-4ce0-a139-974f6d10c158, #wrap-s-319717aa-5d0b-4ce0-a139-974f6d10c158 { display:none !important; }}







#s-319717aa-5d0b-4ce0-a139-974f6d10c158 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-319717aa-5d0b-4ce0-a139-974f6d10c158.shg-box.shg-c {
  justify-content: center;
}

#s-e51dc7a9-12f2-40d1-82d5-9e71b6274689 {
  padding-left: 5%;
padding-right: 5%;
text-align: right;
background-color: rgba(252, 152, 50, 0.3);
}
@media (min-width: 768px) and (max-width: 991px){#s-e51dc7a9-12f2-40d1-82d5-9e71b6274689 {
  display: none;
}
#s-e51dc7a9-12f2-40d1-82d5-9e71b6274689, #wrap-s-e51dc7a9-12f2-40d1-82d5-9e71b6274689 { display:none !important; }}@media (max-width: 767px){#s-e51dc7a9-12f2-40d1-82d5-9e71b6274689 {
  display: none;
}
#s-e51dc7a9-12f2-40d1-82d5-9e71b6274689, #wrap-s-e51dc7a9-12f2-40d1-82d5-9e71b6274689 { display:none !important; }}
#s-e51dc7a9-12f2-40d1-82d5-9e71b6274689 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 42px;
  line-height: 1em;
  letter-spacing: ;
  text-align: right;
}



#s-1bb996c1-fc35-4890-9037-01cd3aff6a60 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 5%;
padding-right: 5%;
background-color: rgba(252, 152, 50, 0.3);
}
@media (min-width: 768px) and (max-width: 991px){#s-1bb996c1-fc35-4890-9037-01cd3aff6a60 {
  display: none;
}
#s-1bb996c1-fc35-4890-9037-01cd3aff6a60, #wrap-s-1bb996c1-fc35-4890-9037-01cd3aff6a60 { display:none !important; }}@media (max-width: 767px){#s-1bb996c1-fc35-4890-9037-01cd3aff6a60 {
  display: none;
}
#s-1bb996c1-fc35-4890-9037-01cd3aff6a60, #wrap-s-1bb996c1-fc35-4890-9037-01cd3aff6a60 { display:none !important; }}
#s-013ed03b-c6f3-4608-a21b-43991d798a54 {
  min-height: 50px;
background-color: rgba(252, 152, 50, 0.3);
}
@media (min-width: 768px) and (max-width: 991px){#s-013ed03b-c6f3-4608-a21b-43991d798a54 {
  display: none;
}
#s-013ed03b-c6f3-4608-a21b-43991d798a54, #wrap-s-013ed03b-c6f3-4608-a21b-43991d798a54 { display:none !important; }}@media (max-width: 767px){#s-013ed03b-c6f3-4608-a21b-43991d798a54 {
  display: none;
}
#s-013ed03b-c6f3-4608-a21b-43991d798a54, #wrap-s-013ed03b-c6f3-4608-a21b-43991d798a54 { display:none !important; }}







#s-013ed03b-c6f3-4608-a21b-43991d798a54 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-013ed03b-c6f3-4608-a21b-43991d798a54.shg-box.shg-c {
  justify-content: center;
}

#s-53091c56-1b0d-4e6d-9583-28a1e9717ed2 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-53091c56-1b0d-4e6d-9583-28a1e9717ed2 {
  display: none;
}
#s-53091c56-1b0d-4e6d-9583-28a1e9717ed2, #wrap-s-53091c56-1b0d-4e6d-9583-28a1e9717ed2 { display:none !important; }}@media (max-width: 767px){#s-53091c56-1b0d-4e6d-9583-28a1e9717ed2 {
  display: none;
}
#s-53091c56-1b0d-4e6d-9583-28a1e9717ed2, #wrap-s-53091c56-1b0d-4e6d-9583-28a1e9717ed2 { display:none !important; }}







#s-53091c56-1b0d-4e6d-9583-28a1e9717ed2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-53091c56-1b0d-4e6d-9583-28a1e9717ed2.shg-box.shg-c {
  justify-content: center;
}

#s-dc6e9f46-c0bf-4f95-ba9f-fedb7e4b9fc4 {
  margin-top: 25px;
margin-left: 8%;
margin-bottom: 25px;
margin-right: 8%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-dc6e9f46-c0bf-4f95-ba9f-fedb7e4b9fc4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dc6e9f46-c0bf-4f95-ba9f-fedb7e4b9fc4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-dc6e9f46-c0bf-4f95-ba9f-fedb7e4b9fc4 {
  display: none;
}
#s-dc6e9f46-c0bf-4f95-ba9f-fedb7e4b9fc4, #wrap-s-dc6e9f46-c0bf-4f95-ba9f-fedb7e4b9fc4 { display:none !important; }}@media (max-width: 767px){#s-dc6e9f46-c0bf-4f95-ba9f-fedb7e4b9fc4 {
  display: none;
}
#s-dc6e9f46-c0bf-4f95-ba9f-fedb7e4b9fc4, #wrap-s-dc6e9f46-c0bf-4f95-ba9f-fedb7e4b9fc4 { display:none !important; }}
#s-dc6e9f46-c0bf-4f95-ba9f-fedb7e4b9fc4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  800 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 42px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}



#s-7b35b3d8-dbef-49fe-a72f-7068192df84d {
  margin-top: -23px;
margin-left: 8%;
margin-bottom: -23px;
margin-right: 8%;
}
@media (min-width: 768px) and (max-width: 991px){#s-7b35b3d8-dbef-49fe-a72f-7068192df84d {
  display: none;
}
#s-7b35b3d8-dbef-49fe-a72f-7068192df84d, #wrap-s-7b35b3d8-dbef-49fe-a72f-7068192df84d { display:none !important; }}@media (max-width: 767px){#s-7b35b3d8-dbef-49fe-a72f-7068192df84d {
  display: none;
}
#s-7b35b3d8-dbef-49fe-a72f-7068192df84d, #wrap-s-7b35b3d8-dbef-49fe-a72f-7068192df84d { display:none !important; }}
#s-90c24692-eac6-4643-bf06-6cb8dd04f2fe {
  min-height: 50px;
}








#s-90c24692-eac6-4643-bf06-6cb8dd04f2fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-90c24692-eac6-4643-bf06-6cb8dd04f2fe.shg-box.shg-c {
  justify-content: center;
}

#s-7bfbe99c-69a7-4598-9800-73f79d4dc486 {
  margin-top: 25px;
margin-left: 5%;
margin-bottom: 25px;
margin-right: 5%;
}
@media (min-width: 1200px){#s-7bfbe99c-69a7-4598-9800-73f79d4dc486 {
  display: none;
}
#s-7bfbe99c-69a7-4598-9800-73f79d4dc486, #wrap-s-7bfbe99c-69a7-4598-9800-73f79d4dc486 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7bfbe99c-69a7-4598-9800-73f79d4dc486 {
  display: none;
}
#s-7bfbe99c-69a7-4598-9800-73f79d4dc486, #wrap-s-7bfbe99c-69a7-4598-9800-73f79d4dc486 { display:none !important; }}
@media (min-width: 0px) {
[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-6c085f86-af89-44b9-92e8-49946038b11b {
  text-align: center;
}




  #s-6c085f86-af89-44b9-92e8-49946038b11b img.shogun-image {
    
    width: px;
  }


#s-6c085f86-af89-44b9-92e8-49946038b11b .shogun-image-content {
  
    align-items: center;
  
}

#s-0e338e33-18cc-479d-a054-cc72c25a2e45 {
  min-height: 50px;
}








#s-0e338e33-18cc-479d-a054-cc72c25a2e45 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0e338e33-18cc-479d-a054-cc72c25a2e45.shg-box.shg-c {
  justify-content: center;
}

#s-e80070be-b5ea-43fc-a736-20a7a0911369 {
  min-height: 50px;
}








#s-e80070be-b5ea-43fc-a736-20a7a0911369 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e80070be-b5ea-43fc-a736-20a7a0911369.shg-box.shg-c {
  justify-content: center;
}

#s-accef70b-4bbb-4bbc-a0bc-861de5154222 {
  min-height: 50px;
}








#s-accef70b-4bbb-4bbc-a0bc-861de5154222 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-accef70b-4bbb-4bbc-a0bc-861de5154222.shg-box.shg-c {
  justify-content: center;
}

#s-f7f9925c-87f9-4ce9-adb1-8ef9cae5267a {
  min-height: 50px;
}








#s-f7f9925c-87f9-4ce9-adb1-8ef9cae5267a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f7f9925c-87f9-4ce9-adb1-8ef9cae5267a.shg-box.shg-c {
  justify-content: center;
}

#s-be20ecb7-0672-400a-b19b-8a809a4f9ef3 {
  text-align: center;
}

#s-be20ecb7-0672-400a-b19b-8a809a4f9ef3 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a5942456-593a-4c6c-9935-92de3fd0ffe4 {
  text-align: center;
}




  #s-a5942456-593a-4c6c-9935-92de3fd0ffe4 img.shogun-image {
    
    width: px;
  }


#s-a5942456-593a-4c6c-9935-92de3fd0ffe4 .shogun-image-content {
  
    align-items: center;
  
}

#s-d819d793-783c-438e-97c2-50855f0f270c {
  min-height: 50px;
}








#s-d819d793-783c-438e-97c2-50855f0f270c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d819d793-783c-438e-97c2-50855f0f270c.shg-box.shg-c {
  justify-content: center;
}

#s-f5cc10de-235b-465a-bde8-5587bdc192b9 {
  min-height: 50px;
}








#s-f5cc10de-235b-465a-bde8-5587bdc192b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f5cc10de-235b-465a-bde8-5587bdc192b9.shg-box.shg-c {
  justify-content: center;
}

#s-5d16b47f-4a71-4f24-a2d2-c2f1a133509b {
  min-height: 50px;
}








#s-5d16b47f-4a71-4f24-a2d2-c2f1a133509b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5d16b47f-4a71-4f24-a2d2-c2f1a133509b.shg-box.shg-c {
  justify-content: center;
}

#s-1c5b1de6-0534-4148-a2bc-b8f29c81b2ab {
  min-height: 50px;
}








#s-1c5b1de6-0534-4148-a2bc-b8f29c81b2ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1c5b1de6-0534-4148-a2bc-b8f29c81b2ab.shg-box.shg-c {
  justify-content: center;
}

#s-86c7b057-8c9d-4bac-9159-5691329ca3fa {
  text-align: center;
}

#s-86c7b057-8c9d-4bac-9159-5691329ca3fa .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347 {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347 {
  display: none;
}
#s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347, #wrap-s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347 {
  display: none;
}
#s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347, #wrap-s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347 { display:none !important; }}
@media (min-width: 0px) {
[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-a3910dd6-9a68-4292-b7f8-44a79aa6ef89 {
  text-align: center;
}
@media (min-width: 1200px){#s-a3910dd6-9a68-4292-b7f8-44a79aa6ef89 {
  display: none;
}
#s-a3910dd6-9a68-4292-b7f8-44a79aa6ef89, #wrap-s-a3910dd6-9a68-4292-b7f8-44a79aa6ef89 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a3910dd6-9a68-4292-b7f8-44a79aa6ef89 {
  display: none;
}
#s-a3910dd6-9a68-4292-b7f8-44a79aa6ef89, #wrap-s-a3910dd6-9a68-4292-b7f8-44a79aa6ef89 { display:none !important; }}



  #s-a3910dd6-9a68-4292-b7f8-44a79aa6ef89 img.shogun-image {
    
    width: px;
  }


#s-a3910dd6-9a68-4292-b7f8-44a79aa6ef89 .shogun-image-content {
  
    align-items: center;
  
}

#s-49329025-c727-4755-b2c0-80aa216463b0 {
  min-height: 50px;
}








#s-49329025-c727-4755-b2c0-80aa216463b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-49329025-c727-4755-b2c0-80aa216463b0.shg-box.shg-c {
  justify-content: center;
}

#s-956ef699-1136-4da3-b8be-b7485a88d400 {
  min-height: 50px;
}








#s-956ef699-1136-4da3-b8be-b7485a88d400 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-956ef699-1136-4da3-b8be-b7485a88d400.shg-box.shg-c {
  justify-content: center;
}

#s-5a86c4cc-ef75-44e4-9d0b-6eaa4ddf85a9 {
  min-height: 50px;
}








#s-5a86c4cc-ef75-44e4-9d0b-6eaa4ddf85a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5a86c4cc-ef75-44e4-9d0b-6eaa4ddf85a9.shg-box.shg-c {
  justify-content: center;
}

#s-f0c82e23-53d5-4021-9513-7131f13d8913 {
  min-height: 50px;
}








#s-f0c82e23-53d5-4021-9513-7131f13d8913 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f0c82e23-53d5-4021-9513-7131f13d8913.shg-box.shg-c {
  justify-content: center;
}

#s-67c1d90c-0bf8-406a-b66d-19905ad45c92 {
  text-align: center;
}

#s-67c1d90c-0bf8-406a-b66d-19905ad45c92 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-affab3d3-1d20-4653-ba12-dd5b63fe32af {
  text-align: center;
}
@media (min-width: 1200px){#s-affab3d3-1d20-4653-ba12-dd5b63fe32af {
  display: none;
}
#s-affab3d3-1d20-4653-ba12-dd5b63fe32af, #wrap-s-affab3d3-1d20-4653-ba12-dd5b63fe32af { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-affab3d3-1d20-4653-ba12-dd5b63fe32af {
  display: none;
}
#s-affab3d3-1d20-4653-ba12-dd5b63fe32af, #wrap-s-affab3d3-1d20-4653-ba12-dd5b63fe32af { display:none !important; }}



  #s-affab3d3-1d20-4653-ba12-dd5b63fe32af img.shogun-image {
    
    width: px;
  }


#s-affab3d3-1d20-4653-ba12-dd5b63fe32af .shogun-image-content {
  
    align-items: center;
  
}

#s-0cb1352f-5aef-4044-89cc-764503e84365 {
  min-height: 50px;
}








#s-0cb1352f-5aef-4044-89cc-764503e84365 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0cb1352f-5aef-4044-89cc-764503e84365.shg-box.shg-c {
  justify-content: center;
}

#s-373f699e-03e2-4198-85c6-05d268986190 {
  min-height: 50px;
}








#s-373f699e-03e2-4198-85c6-05d268986190 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-373f699e-03e2-4198-85c6-05d268986190.shg-box.shg-c {
  justify-content: center;
}

#s-32581644-11e4-4583-82a3-d08fc8ca07ee {
  min-height: 50px;
}








#s-32581644-11e4-4583-82a3-d08fc8ca07ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-32581644-11e4-4583-82a3-d08fc8ca07ee.shg-box.shg-c {
  justify-content: center;
}

#s-44a2a41f-43ad-4302-8bdb-3191de58d56f {
  min-height: 50px;
}








#s-44a2a41f-43ad-4302-8bdb-3191de58d56f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-44a2a41f-43ad-4302-8bdb-3191de58d56f.shg-box.shg-c {
  justify-content: center;
}

#s-f669b5b8-7bd2-419c-ba75-dd3da891cd03 {
  text-align: center;
}

#s-f669b5b8-7bd2-419c-ba75-dd3da891cd03 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-cf890781-7a82-4509-958b-f252114e13d4 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-cf890781-7a82-4509-958b-f252114e13d4 {
  display: none;
}
#s-cf890781-7a82-4509-958b-f252114e13d4, #wrap-s-cf890781-7a82-4509-958b-f252114e13d4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cf890781-7a82-4509-958b-f252114e13d4 {
  display: none;
}
#s-cf890781-7a82-4509-958b-f252114e13d4, #wrap-s-cf890781-7a82-4509-958b-f252114e13d4 { display:none !important; }}







#s-cf890781-7a82-4509-958b-f252114e13d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cf890781-7a82-4509-958b-f252114e13d4.shg-box.shg-c {
  justify-content: center;
}

#s-459d2957-1ffc-4f88-8f9d-19ce9d57085a {
  min-height: 50px;
background-color: rgba(252, 152, 50, 0.3);
}
@media (min-width: 1200px){#s-459d2957-1ffc-4f88-8f9d-19ce9d57085a {
  display: none;
}
#s-459d2957-1ffc-4f88-8f9d-19ce9d57085a, #wrap-s-459d2957-1ffc-4f88-8f9d-19ce9d57085a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-459d2957-1ffc-4f88-8f9d-19ce9d57085a {
  display: none;
}
#s-459d2957-1ffc-4f88-8f9d-19ce9d57085a, #wrap-s-459d2957-1ffc-4f88-8f9d-19ce9d57085a { display:none !important; }}







#s-459d2957-1ffc-4f88-8f9d-19ce9d57085a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-459d2957-1ffc-4f88-8f9d-19ce9d57085a.shg-box.shg-c {
  justify-content: center;
}

#s-20c41eb7-1c80-4dd7-bbde-8cf2448bb145 {
  padding-top: 10px;
padding-left: 4%;
padding-bottom: 10px;
padding-right: 4%;
text-align: right;
background-color: rgba(252, 152, 50, 0.3);
}
@media (min-width: 1200px){#s-20c41eb7-1c80-4dd7-bbde-8cf2448bb145 {
  display: none;
}
#s-20c41eb7-1c80-4dd7-bbde-8cf2448bb145, #wrap-s-20c41eb7-1c80-4dd7-bbde-8cf2448bb145 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-20c41eb7-1c80-4dd7-bbde-8cf2448bb145 {
  display: none;
}
#s-20c41eb7-1c80-4dd7-bbde-8cf2448bb145, #wrap-s-20c41eb7-1c80-4dd7-bbde-8cf2448bb145 { display:none !important; }}
#s-20c41eb7-1c80-4dd7-bbde-8cf2448bb145 .shogun-heading-component h1 {
  color: #000;
  font-weight:  800 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: right;
}



#s-46dac7a5-920e-4e29-b56f-75e384847fc7 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 25px;
padding-right: 5%;
background-color: rgba(252, 152, 50, 0.3);
}
@media (min-width: 1200px){#s-46dac7a5-920e-4e29-b56f-75e384847fc7 {
  display: none;
}
#s-46dac7a5-920e-4e29-b56f-75e384847fc7, #wrap-s-46dac7a5-920e-4e29-b56f-75e384847fc7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-46dac7a5-920e-4e29-b56f-75e384847fc7 {
  display: none;
}
#s-46dac7a5-920e-4e29-b56f-75e384847fc7, #wrap-s-46dac7a5-920e-4e29-b56f-75e384847fc7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-46dac7a5-920e-4e29-b56f-75e384847fc7 {
  
}
}@media (max-width: 767px){#s-46dac7a5-920e-4e29-b56f-75e384847fc7 {
  
}
}
#s-16ef97c4-1223-4e90-bc9e-72a56e111bdc {
  min-height: 50px;
background-color: rgba(252, 152, 50, 0.3);
}
@media (min-width: 1200px){#s-16ef97c4-1223-4e90-bc9e-72a56e111bdc {
  display: none;
}
#s-16ef97c4-1223-4e90-bc9e-72a56e111bdc, #wrap-s-16ef97c4-1223-4e90-bc9e-72a56e111bdc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-16ef97c4-1223-4e90-bc9e-72a56e111bdc {
  display: none;
}
#s-16ef97c4-1223-4e90-bc9e-72a56e111bdc, #wrap-s-16ef97c4-1223-4e90-bc9e-72a56e111bdc { display:none !important; }}







#s-16ef97c4-1223-4e90-bc9e-72a56e111bdc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-16ef97c4-1223-4e90-bc9e-72a56e111bdc.shg-box.shg-c {
  justify-content: center;
}

#s-4cbc834b-346a-44ce-865d-3a5013d32828 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-4cbc834b-346a-44ce-865d-3a5013d32828 {
  display: none;
}
#s-4cbc834b-346a-44ce-865d-3a5013d32828, #wrap-s-4cbc834b-346a-44ce-865d-3a5013d32828 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4cbc834b-346a-44ce-865d-3a5013d32828 {
  display: none;
}
#s-4cbc834b-346a-44ce-865d-3a5013d32828, #wrap-s-4cbc834b-346a-44ce-865d-3a5013d32828 { display:none !important; }}







#s-4cbc834b-346a-44ce-865d-3a5013d32828 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4cbc834b-346a-44ce-865d-3a5013d32828.shg-box.shg-c {
  justify-content: center;
}

#s-71062cac-7769-4de8-8a89-e224fc19df9c {
  margin-top: 25px;
margin-left: 5%;
margin-bottom: 25px;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-71062cac-7769-4de8-8a89-e224fc19df9c {
  display: none;
}
#s-71062cac-7769-4de8-8a89-e224fc19df9c, #wrap-s-71062cac-7769-4de8-8a89-e224fc19df9c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-71062cac-7769-4de8-8a89-e224fc19df9c {
  display: none;
}
#s-71062cac-7769-4de8-8a89-e224fc19df9c, #wrap-s-71062cac-7769-4de8-8a89-e224fc19df9c { display:none !important; }}
#s-71062cac-7769-4de8-8a89-e224fc19df9c .shogun-heading-component h1 {
  color: #000;
  font-weight:  800 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 42px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}



#s-7ab04320-7da8-4024-b33e-6dd823b3bd43 {
  margin-top: -23px;
margin-left: 5%;
margin-bottom: -23px;
margin-right: 5%;
}
@media (min-width: 1200px){#s-7ab04320-7da8-4024-b33e-6dd823b3bd43 {
  display: none;
}
#s-7ab04320-7da8-4024-b33e-6dd823b3bd43, #wrap-s-7ab04320-7da8-4024-b33e-6dd823b3bd43 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7ab04320-7da8-4024-b33e-6dd823b3bd43 {
  display: none;
}
#s-7ab04320-7da8-4024-b33e-6dd823b3bd43, #wrap-s-7ab04320-7da8-4024-b33e-6dd823b3bd43 { display:none !important; }}
#s-62f56487-1d3f-461a-a002-e7be227b6533 {
  margin-top: 25px;
margin-left: 5%;
margin-bottom: 25px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-62f56487-1d3f-461a-a002-e7be227b6533"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-62f56487-1d3f-461a-a002-e7be227b6533"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-62f56487-1d3f-461a-a002-e7be227b6533"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-62f56487-1d3f-461a-a002-e7be227b6533"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-62f56487-1d3f-461a-a002-e7be227b6533"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-62f56487-1d3f-461a-a002-e7be227b6533"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-62f56487-1d3f-461a-a002-e7be227b6533"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-62f56487-1d3f-461a-a002-e7be227b6533"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-62f56487-1d3f-461a-a002-e7be227b6533"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-62f56487-1d3f-461a-a002-e7be227b6533"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-62f56487-1d3f-461a-a002-e7be227b6533"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-62f56487-1d3f-461a-a002-e7be227b6533"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-62f56487-1d3f-461a-a002-e7be227b6533"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-62f56487-1d3f-461a-a002-e7be227b6533"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-62f56487-1d3f-461a-a002-e7be227b6533"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-62f56487-1d3f-461a-a002-e7be227b6533"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-62f56487-1d3f-461a-a002-e7be227b6533"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-62f56487-1d3f-461a-a002-e7be227b6533"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-62f56487-1d3f-461a-a002-e7be227b6533"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-62f56487-1d3f-461a-a002-e7be227b6533"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-62f56487-1d3f-461a-a002-e7be227b6533"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-62f56487-1d3f-461a-a002-e7be227b6533"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-62f56487-1d3f-461a-a002-e7be227b6533"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-62f56487-1d3f-461a-a002-e7be227b6533"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-62f56487-1d3f-461a-a002-e7be227b6533"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-62f56487-1d3f-461a-a002-e7be227b6533"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-62f56487-1d3f-461a-a002-e7be227b6533"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-62f56487-1d3f-461a-a002-e7be227b6533"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-62f56487-1d3f-461a-a002-e7be227b6533"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-62f56487-1d3f-461a-a002-e7be227b6533"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-62f56487-1d3f-461a-a002-e7be227b6533"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-62f56487-1d3f-461a-a002-e7be227b6533"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-62f56487-1d3f-461a-a002-e7be227b6533"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-62f56487-1d3f-461a-a002-e7be227b6533"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-62f56487-1d3f-461a-a002-e7be227b6533"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-62f56487-1d3f-461a-a002-e7be227b6533"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-62f56487-1d3f-461a-a002-e7be227b6533"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-62f56487-1d3f-461a-a002-e7be227b6533"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-696bf197-8e51-464c-843f-c0f6bf971e1a {
  display: none;
}
#s-0bd8db9a-5a1a-4ee7-8db6-3a92aa56dc9e {
  text-align: left;
}


.shg-c#s-0bd8db9a-5a1a-4ee7-8db6-3a92aa56dc9e {
  max-width: 100%;
}

.shg-c#s-0bd8db9a-5a1a-4ee7-8db6-3a92aa56dc9e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0bd8db9a-5a1a-4ee7-8db6-3a92aa56dc9e .shg-image-zoom,
.shg-c#s-0bd8db9a-5a1a-4ee7-8db6-3a92aa56dc9e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0bd8db9a-5a1a-4ee7-8db6-3a92aa56dc9e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-0bd8db9a-5a1a-4ee7-8db6-3a92aa56dc9e {
  max-width: 100%;
}

.shg-c#s-0bd8db9a-5a1a-4ee7-8db6-3a92aa56dc9e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0bd8db9a-5a1a-4ee7-8db6-3a92aa56dc9e .shg-image-zoom,
.shg-c#s-0bd8db9a-5a1a-4ee7-8db6-3a92aa56dc9e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0bd8db9a-5a1a-4ee7-8db6-3a92aa56dc9e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0bd8db9a-5a1a-4ee7-8db6-3a92aa56dc9e {
  max-width: 100%;
}

.shg-c#s-0bd8db9a-5a1a-4ee7-8db6-3a92aa56dc9e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0bd8db9a-5a1a-4ee7-8db6-3a92aa56dc9e .shg-image-zoom,
.shg-c#s-0bd8db9a-5a1a-4ee7-8db6-3a92aa56dc9e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0bd8db9a-5a1a-4ee7-8db6-3a92aa56dc9e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0bd8db9a-5a1a-4ee7-8db6-3a92aa56dc9e {
  max-width: 100%;
}

.shg-c#s-0bd8db9a-5a1a-4ee7-8db6-3a92aa56dc9e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0bd8db9a-5a1a-4ee7-8db6-3a92aa56dc9e .shg-image-zoom,
.shg-c#s-0bd8db9a-5a1a-4ee7-8db6-3a92aa56dc9e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0bd8db9a-5a1a-4ee7-8db6-3a92aa56dc9e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-0bd8db9a-5a1a-4ee7-8db6-3a92aa56dc9e {
  max-width: 100%;
}

.shg-c#s-0bd8db9a-5a1a-4ee7-8db6-3a92aa56dc9e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0bd8db9a-5a1a-4ee7-8db6-3a92aa56dc9e .shg-image-zoom,
.shg-c#s-0bd8db9a-5a1a-4ee7-8db6-3a92aa56dc9e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0bd8db9a-5a1a-4ee7-8db6-3a92aa56dc9e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-85c762e7-c69d-4096-bedb-1364683215bd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-85c762e7-c69d-4096-bedb-1364683215bd .shg-product-title-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-db8c6e6b-97a8-4032-9f95-2669b087ab29 {
  text-align: center;
}

#s-db8c6e6b-97a8-4032-9f95-2669b087ab29 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-db8c6e6b-97a8-4032-9f95-2669b087ab29 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-db8c6e6b-97a8-4032-9f95-2669b087ab29 .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-67d95e64-dd0d-4de8-bd7c-6b12a3f82618 {
  display: none;
}
#s-53efbf1d-d41e-49a2-af20-fe425a5fdf6d {
  text-align: left;
}


.shg-c#s-53efbf1d-d41e-49a2-af20-fe425a5fdf6d {
  max-width: 100%;
}

.shg-c#s-53efbf1d-d41e-49a2-af20-fe425a5fdf6d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-53efbf1d-d41e-49a2-af20-fe425a5fdf6d .shg-image-zoom,
.shg-c#s-53efbf1d-d41e-49a2-af20-fe425a5fdf6d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-53efbf1d-d41e-49a2-af20-fe425a5fdf6d .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-53efbf1d-d41e-49a2-af20-fe425a5fdf6d {
  max-width: 100%;
}

.shg-c#s-53efbf1d-d41e-49a2-af20-fe425a5fdf6d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-53efbf1d-d41e-49a2-af20-fe425a5fdf6d .shg-image-zoom,
.shg-c#s-53efbf1d-d41e-49a2-af20-fe425a5fdf6d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-53efbf1d-d41e-49a2-af20-fe425a5fdf6d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-53efbf1d-d41e-49a2-af20-fe425a5fdf6d {
  max-width: 100%;
}

.shg-c#s-53efbf1d-d41e-49a2-af20-fe425a5fdf6d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-53efbf1d-d41e-49a2-af20-fe425a5fdf6d .shg-image-zoom,
.shg-c#s-53efbf1d-d41e-49a2-af20-fe425a5fdf6d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-53efbf1d-d41e-49a2-af20-fe425a5fdf6d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-53efbf1d-d41e-49a2-af20-fe425a5fdf6d {
  max-width: 100%;
}

.shg-c#s-53efbf1d-d41e-49a2-af20-fe425a5fdf6d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-53efbf1d-d41e-49a2-af20-fe425a5fdf6d .shg-image-zoom,
.shg-c#s-53efbf1d-d41e-49a2-af20-fe425a5fdf6d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-53efbf1d-d41e-49a2-af20-fe425a5fdf6d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-53efbf1d-d41e-49a2-af20-fe425a5fdf6d {
  max-width: 100%;
}

.shg-c#s-53efbf1d-d41e-49a2-af20-fe425a5fdf6d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-53efbf1d-d41e-49a2-af20-fe425a5fdf6d .shg-image-zoom,
.shg-c#s-53efbf1d-d41e-49a2-af20-fe425a5fdf6d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-53efbf1d-d41e-49a2-af20-fe425a5fdf6d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-78391b75-50a4-42c3-97d8-eaff19b9a89e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-78391b75-50a4-42c3-97d8-eaff19b9a89e .shg-product-title-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-b92974a8-ca2b-4bd3-971c-8dc2565869ed {
  text-align: center;
}

#s-b92974a8-ca2b-4bd3-971c-8dc2565869ed .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-b92974a8-ca2b-4bd3-971c-8dc2565869ed .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-b92974a8-ca2b-4bd3-971c-8dc2565869ed .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-35442753-bfab-4276-b9bc-2efd4f644abe {
  display: none;
}
#s-6958d15e-fc31-462a-8b9f-67921a9d12b8 {
  text-align: left;
}


.shg-c#s-6958d15e-fc31-462a-8b9f-67921a9d12b8 {
  max-width: 100%;
}

.shg-c#s-6958d15e-fc31-462a-8b9f-67921a9d12b8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6958d15e-fc31-462a-8b9f-67921a9d12b8 .shg-image-zoom,
.shg-c#s-6958d15e-fc31-462a-8b9f-67921a9d12b8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6958d15e-fc31-462a-8b9f-67921a9d12b8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-6958d15e-fc31-462a-8b9f-67921a9d12b8 {
  max-width: 100%;
}

.shg-c#s-6958d15e-fc31-462a-8b9f-67921a9d12b8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6958d15e-fc31-462a-8b9f-67921a9d12b8 .shg-image-zoom,
.shg-c#s-6958d15e-fc31-462a-8b9f-67921a9d12b8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6958d15e-fc31-462a-8b9f-67921a9d12b8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6958d15e-fc31-462a-8b9f-67921a9d12b8 {
  max-width: 100%;
}

.shg-c#s-6958d15e-fc31-462a-8b9f-67921a9d12b8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6958d15e-fc31-462a-8b9f-67921a9d12b8 .shg-image-zoom,
.shg-c#s-6958d15e-fc31-462a-8b9f-67921a9d12b8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6958d15e-fc31-462a-8b9f-67921a9d12b8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6958d15e-fc31-462a-8b9f-67921a9d12b8 {
  max-width: 100%;
}

.shg-c#s-6958d15e-fc31-462a-8b9f-67921a9d12b8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6958d15e-fc31-462a-8b9f-67921a9d12b8 .shg-image-zoom,
.shg-c#s-6958d15e-fc31-462a-8b9f-67921a9d12b8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6958d15e-fc31-462a-8b9f-67921a9d12b8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-6958d15e-fc31-462a-8b9f-67921a9d12b8 {
  max-width: 100%;
}

.shg-c#s-6958d15e-fc31-462a-8b9f-67921a9d12b8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6958d15e-fc31-462a-8b9f-67921a9d12b8 .shg-image-zoom,
.shg-c#s-6958d15e-fc31-462a-8b9f-67921a9d12b8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6958d15e-fc31-462a-8b9f-67921a9d12b8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-ed4a33d2-ff45-4da8-9e8f-3235a9d3a710 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ed4a33d2-ff45-4da8-9e8f-3235a9d3a710 .shg-product-title-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-d05be243-f31e-4a2a-80cb-e3482012d0c9 {
  text-align: center;
}

#s-d05be243-f31e-4a2a-80cb-e3482012d0c9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-d05be243-f31e-4a2a-80cb-e3482012d0c9 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-d05be243-f31e-4a2a-80cb-e3482012d0c9 .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-93b9005f-0308-4495-8cad-4d7a2613847d {
  display: none;
}
#s-78538ead-f346-47ec-a72e-8b5077360397 {
  text-align: left;
}


.shg-c#s-78538ead-f346-47ec-a72e-8b5077360397 {
  max-width: 100%;
}

.shg-c#s-78538ead-f346-47ec-a72e-8b5077360397 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-78538ead-f346-47ec-a72e-8b5077360397 .shg-image-zoom,
.shg-c#s-78538ead-f346-47ec-a72e-8b5077360397 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-78538ead-f346-47ec-a72e-8b5077360397 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-78538ead-f346-47ec-a72e-8b5077360397 {
  max-width: 100%;
}

.shg-c#s-78538ead-f346-47ec-a72e-8b5077360397 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-78538ead-f346-47ec-a72e-8b5077360397 .shg-image-zoom,
.shg-c#s-78538ead-f346-47ec-a72e-8b5077360397 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-78538ead-f346-47ec-a72e-8b5077360397 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-78538ead-f346-47ec-a72e-8b5077360397 {
  max-width: 100%;
}

.shg-c#s-78538ead-f346-47ec-a72e-8b5077360397 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-78538ead-f346-47ec-a72e-8b5077360397 .shg-image-zoom,
.shg-c#s-78538ead-f346-47ec-a72e-8b5077360397 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-78538ead-f346-47ec-a72e-8b5077360397 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-78538ead-f346-47ec-a72e-8b5077360397 {
  max-width: 100%;
}

.shg-c#s-78538ead-f346-47ec-a72e-8b5077360397 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-78538ead-f346-47ec-a72e-8b5077360397 .shg-image-zoom,
.shg-c#s-78538ead-f346-47ec-a72e-8b5077360397 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-78538ead-f346-47ec-a72e-8b5077360397 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-78538ead-f346-47ec-a72e-8b5077360397 {
  max-width: 100%;
}

.shg-c#s-78538ead-f346-47ec-a72e-8b5077360397 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-78538ead-f346-47ec-a72e-8b5077360397 .shg-image-zoom,
.shg-c#s-78538ead-f346-47ec-a72e-8b5077360397 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-78538ead-f346-47ec-a72e-8b5077360397 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-ded3513a-d7ed-4c0a-8742-6909314333d6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ded3513a-d7ed-4c0a-8742-6909314333d6 .shg-product-title-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-bd2350b8-e8c4-4782-964e-dee8b1f3bb14 {
  text-align: center;
}

#s-bd2350b8-e8c4-4782-964e-dee8b1f3bb14 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-bd2350b8-e8c4-4782-964e-dee8b1f3bb14 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-bd2350b8-e8c4-4782-964e-dee8b1f3bb14 .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-b8b8aa1f-290c-466b-b021-0bdb02d1ad57 {
  border-style: solid;
padding-top: 12px;
padding-left: 39px;
padding-bottom: 12px;
padding-right: 39px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-b8b8aa1f-290c-466b-b021-0bdb02d1ad57:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-b8b8aa1f-290c-466b-b021-0bdb02d1ad57:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-b8b8aa1f-290c-466b-b021-0bdb02d1ad57 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b8b8aa1f-290c-466b-b021-0bdb02d1ad57 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b8b8aa1f-290c-466b-b021-0bdb02d1ad57 {
  
}
}@media (max-width: 767px){#s-b8b8aa1f-290c-466b-b021-0bdb02d1ad57 {
  
}
}


#s-b8b8aa1f-290c-466b-b021-0bdb02d1ad57.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-ae6839df-05b3-4c32-8c77-bdbd6b502a40 {
  margin-bottom: 0px;
min-height: 50px;
}








#s-ae6839df-05b3-4c32-8c77-bdbd6b502a40 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ae6839df-05b3-4c32-8c77-bdbd6b502a40.shg-box.shg-c {
  justify-content: center;
}

#s-893a8ebe-22b6-4371-a784-dd4b51500f7d {
  min-height: 50px;
}








#s-893a8ebe-22b6-4371-a784-dd4b51500f7d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-893a8ebe-22b6-4371-a784-dd4b51500f7d.shg-box.shg-c {
  justify-content: center;
}

#s-329d2a43-3670-4f39-a368-4ec8861d9973 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-329d2a43-3670-4f39-a368-4ec8861d9973 {
  display: none;
}
#s-329d2a43-3670-4f39-a368-4ec8861d9973, #wrap-s-329d2a43-3670-4f39-a368-4ec8861d9973 { display:none !important; }}@media (max-width: 767px){#s-329d2a43-3670-4f39-a368-4ec8861d9973 {
  display: none;
}
#s-329d2a43-3670-4f39-a368-4ec8861d9973, #wrap-s-329d2a43-3670-4f39-a368-4ec8861d9973 { display:none !important; }}







#s-329d2a43-3670-4f39-a368-4ec8861d9973 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-329d2a43-3670-4f39-a368-4ec8861d9973.shg-box.shg-c {
  justify-content: center;
}

#s-b9aafcbf-e8d1-4824-b4ed-586a7b77903f {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 12px;
padding-left: 3%;
padding-bottom: 12px;
padding-right: 3%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-b9aafcbf-e8d1-4824-b4ed-586a7b77903f {
  display: none;
}
#s-b9aafcbf-e8d1-4824-b4ed-586a7b77903f, #wrap-s-b9aafcbf-e8d1-4824-b4ed-586a7b77903f { display:none !important; }}@media (max-width: 767px){#s-b9aafcbf-e8d1-4824-b4ed-586a7b77903f {
  display: none;
}
#s-b9aafcbf-e8d1-4824-b4ed-586a7b77903f, #wrap-s-b9aafcbf-e8d1-4824-b4ed-586a7b77903f { display:none !important; }}



  #s-b9aafcbf-e8d1-4824-b4ed-586a7b77903f img.shogun-image {
    
    width: px;
  }


#s-b9aafcbf-e8d1-4824-b4ed-586a7b77903f .shogun-image-content {
  
    align-items: center;
  
}

#s-5ad0b037-1697-4920-aee0-894b22663ec2 {
  min-height: 50px;
}








#s-5ad0b037-1697-4920-aee0-894b22663ec2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ad0b037-1697-4920-aee0-894b22663ec2.shg-box.shg-c {
  justify-content: center;
}

#s-bf846b33-2469-4ee1-b14a-2b65e5368352 {
  min-height: 50px;
}








#s-bf846b33-2469-4ee1-b14a-2b65e5368352 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bf846b33-2469-4ee1-b14a-2b65e5368352.shg-box.shg-c {
  justify-content: center;
}

#s-f9f63fba-f05d-4fce-94d7-55c37b9aba5c {
  min-height: 50px;
}








#s-f9f63fba-f05d-4fce-94d7-55c37b9aba5c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f9f63fba-f05d-4fce-94d7-55c37b9aba5c.shg-box.shg-c {
  justify-content: center;
}

#s-96d6b2e7-9e5f-45b0-ae0a-8e24580e78a5 {
  min-height: 50px;
}








#s-96d6b2e7-9e5f-45b0-ae0a-8e24580e78a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-96d6b2e7-9e5f-45b0-ae0a-8e24580e78a5.shg-box.shg-c {
  justify-content: center;
}

#s-6a331146-43e8-4ead-bcd3-f42e2ef9bfba {
  min-height: 50px;
}








#s-6a331146-43e8-4ead-bcd3-f42e2ef9bfba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6a331146-43e8-4ead-bcd3-f42e2ef9bfba.shg-box.shg-c {
  justify-content: center;
}

#s-db7d5b50-94ff-41fb-9fcf-0810602d13c6 {
  min-height: 50px;
}








#s-db7d5b50-94ff-41fb-9fcf-0810602d13c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-db7d5b50-94ff-41fb-9fcf-0810602d13c6.shg-box.shg-c {
  justify-content: center;
}

#s-00a672b8-0f57-4d3c-a202-04043a2686ff {
  min-height: 50px;
}








#s-00a672b8-0f57-4d3c-a202-04043a2686ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-00a672b8-0f57-4d3c-a202-04043a2686ff.shg-box.shg-c {
  justify-content: center;
}

#s-3debcf49-3f11-4ca8-9889-2ded01b6483a {
  min-height: 50px;
}








#s-3debcf49-3f11-4ca8-9889-2ded01b6483a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3debcf49-3f11-4ca8-9889-2ded01b6483a.shg-box.shg-c {
  justify-content: center;
}

#s-64f9a844-ccd7-434a-87a8-286ab67bb974 {
  min-height: 50px;
}








#s-64f9a844-ccd7-434a-87a8-286ab67bb974 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-64f9a844-ccd7-434a-87a8-286ab67bb974.shg-box.shg-c {
  justify-content: center;
}

#s-75650096-18e2-4e7f-a2f3-1a4b7db533ba {
  min-height: 50px;
}








#s-75650096-18e2-4e7f-a2f3-1a4b7db533ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-75650096-18e2-4e7f-a2f3-1a4b7db533ba.shg-box.shg-c {
  justify-content: center;
}

#s-a11f628a-2a7a-40f3-ac8c-e3ce83046af3 {
  min-height: 50px;
}








#s-a11f628a-2a7a-40f3-ac8c-e3ce83046af3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a11f628a-2a7a-40f3-ac8c-e3ce83046af3.shg-box.shg-c {
  justify-content: center;
}

#s-199a2805-2e6e-4496-94f2-cf094ce9a102 {
  min-height: 50px;
}








#s-199a2805-2e6e-4496-94f2-cf094ce9a102 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-199a2805-2e6e-4496-94f2-cf094ce9a102.shg-box.shg-c {
  justify-content: center;
}

#s-598eb872-22e8-4672-b08e-a70a2ef16ce7 {
  border-style: solid;
margin-left: 0%;
margin-right: 0%;
padding-top: 12px;
padding-left: 39px;
padding-bottom: 12px;
padding-right: 39px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 1px;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-598eb872-22e8-4672-b08e-a70a2ef16ce7:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-598eb872-22e8-4672-b08e-a70a2ef16ce7:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}@media (min-width: 1200px){#s-598eb872-22e8-4672-b08e-a70a2ef16ce7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-598eb872-22e8-4672-b08e-a70a2ef16ce7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-598eb872-22e8-4672-b08e-a70a2ef16ce7 {
  
}
}@media (max-width: 767px){#s-598eb872-22e8-4672-b08e-a70a2ef16ce7 {
  
}
}


#s-598eb872-22e8-4672-b08e-a70a2ef16ce7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-d2db834b-b53e-4f16-b10f-7ed83e2dee06 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-d2db834b-b53e-4f16-b10f-7ed83e2dee06 {
  display: none;
}
#s-d2db834b-b53e-4f16-b10f-7ed83e2dee06, #wrap-s-d2db834b-b53e-4f16-b10f-7ed83e2dee06 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d2db834b-b53e-4f16-b10f-7ed83e2dee06 {
  display: none;
}
#s-d2db834b-b53e-4f16-b10f-7ed83e2dee06, #wrap-s-d2db834b-b53e-4f16-b10f-7ed83e2dee06 { display:none !important; }}







#s-d2db834b-b53e-4f16-b10f-7ed83e2dee06 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d2db834b-b53e-4f16-b10f-7ed83e2dee06.shg-box.shg-c {
  justify-content: center;
}

#s-88ae168b-acf8-4766-b4e9-06463d736f6f {
  text-align: center;
}
@media (min-width: 1200px){#s-88ae168b-acf8-4766-b4e9-06463d736f6f {
  display: none;
}
#s-88ae168b-acf8-4766-b4e9-06463d736f6f, #wrap-s-88ae168b-acf8-4766-b4e9-06463d736f6f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-88ae168b-acf8-4766-b4e9-06463d736f6f {
  display: none;
}
#s-88ae168b-acf8-4766-b4e9-06463d736f6f, #wrap-s-88ae168b-acf8-4766-b4e9-06463d736f6f { display:none !important; }}



  #s-88ae168b-acf8-4766-b4e9-06463d736f6f img.shogun-image {
    
    width: px;
  }


#s-88ae168b-acf8-4766-b4e9-06463d736f6f .shogun-image-content {
  
    align-items: center;
  
}

#s-0a69c7d7-2643-4221-a35f-d8cbd76c2134 {
  min-height: 50px;
}








#s-0a69c7d7-2643-4221-a35f-d8cbd76c2134 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0a69c7d7-2643-4221-a35f-d8cbd76c2134.shg-box.shg-c {
  justify-content: center;
}

#s-4c9f8eaa-c436-4c2a-a11e-92ad4d2c55d9 {
  min-height: 50px;
}








#s-4c9f8eaa-c436-4c2a-a11e-92ad4d2c55d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4c9f8eaa-c436-4c2a-a11e-92ad4d2c55d9.shg-box.shg-c {
  justify-content: center;
}

#s-4372229b-cf5a-4c42-b7b3-dbef1d665c4f {
  min-height: 50px;
}








#s-4372229b-cf5a-4c42-b7b3-dbef1d665c4f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4372229b-cf5a-4c42-b7b3-dbef1d665c4f.shg-box.shg-c {
  justify-content: center;
}

#s-9c99ec03-1170-4304-b4d8-734d3619f144 {
  min-height: 50px;
}








#s-9c99ec03-1170-4304-b4d8-734d3619f144 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9c99ec03-1170-4304-b4d8-734d3619f144.shg-box.shg-c {
  justify-content: center;
}

#s-745ef32a-b4b4-4d09-8a9a-26999452615c {
  min-height: 50px;
}








#s-745ef32a-b4b4-4d09-8a9a-26999452615c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-745ef32a-b4b4-4d09-8a9a-26999452615c.shg-box.shg-c {
  justify-content: center;
}

#s-79acb514-4644-450b-a9c3-b8981b163a16 {
  border-style: solid;
padding-top: 12px;
padding-left: 39px;
padding-bottom: 12px;
padding-right: 39px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 1px;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-79acb514-4644-450b-a9c3-b8981b163a16:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-79acb514-4644-450b-a9c3-b8981b163a16:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-79acb514-4644-450b-a9c3-b8981b163a16 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-79acb514-4644-450b-a9c3-b8981b163a16 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-79acb514-4644-450b-a9c3-b8981b163a16 {
  
}
}@media (max-width: 767px){#s-79acb514-4644-450b-a9c3-b8981b163a16 {
  
}
}


#s-79acb514-4644-450b-a9c3-b8981b163a16.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-0c6be162-4ceb-420e-a5c9-11cb0427a5d8 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-0c6be162-4ceb-420e-a5c9-11cb0427a5d8 {
  display: none;
}
#s-0c6be162-4ceb-420e-a5c9-11cb0427a5d8, #wrap-s-0c6be162-4ceb-420e-a5c9-11cb0427a5d8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0c6be162-4ceb-420e-a5c9-11cb0427a5d8 {
  display: none;
}
#s-0c6be162-4ceb-420e-a5c9-11cb0427a5d8, #wrap-s-0c6be162-4ceb-420e-a5c9-11cb0427a5d8 { display:none !important; }}







#s-0c6be162-4ceb-420e-a5c9-11cb0427a5d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0c6be162-4ceb-420e-a5c9-11cb0427a5d8.shg-box.shg-c {
  justify-content: center;
}

#s-98e0f2b7-77d0-43b6-8bb9-e2e5eb1d0c25 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-98e0f2b7-77d0-43b6-8bb9-e2e5eb1d0c25 {
  display: none;
}
#s-98e0f2b7-77d0-43b6-8bb9-e2e5eb1d0c25, #wrap-s-98e0f2b7-77d0-43b6-8bb9-e2e5eb1d0c25 { display:none !important; }}@media (max-width: 767px){#s-98e0f2b7-77d0-43b6-8bb9-e2e5eb1d0c25 {
  display: none;
}
#s-98e0f2b7-77d0-43b6-8bb9-e2e5eb1d0c25, #wrap-s-98e0f2b7-77d0-43b6-8bb9-e2e5eb1d0c25 { display:none !important; }}







#s-98e0f2b7-77d0-43b6-8bb9-e2e5eb1d0c25 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-98e0f2b7-77d0-43b6-8bb9-e2e5eb1d0c25.shg-box.shg-c {
  justify-content: center;
}

#s-93d9ba32-d4c8-425b-9c44-5c545fab2962 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: right;
}

#s-93d9ba32-d4c8-425b-9c44-5c545fab2962 .shogun-heading-component h1 {
  color: #000;
  font-weight:  800 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 42px;
  line-height: ;
  letter-spacing: ;
  text-align: right;
}



#s-61e4e537-e6e6-45b5-8c20-105de339609f {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-61e4e537-e6e6-45b5-8c20-105de339609f {
  display: none;
}
#s-61e4e537-e6e6-45b5-8c20-105de339609f, #wrap-s-61e4e537-e6e6-45b5-8c20-105de339609f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-61e4e537-e6e6-45b5-8c20-105de339609f {
  display: none;
}
#s-61e4e537-e6e6-45b5-8c20-105de339609f, #wrap-s-61e4e537-e6e6-45b5-8c20-105de339609f { display:none !important; }}
#s-0ab30402-84d5-4abe-a7c7-092fe101ebab {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 0px;
margin-right: 4%;
}
@media (min-width: 768px) and (max-width: 991px){#s-0ab30402-84d5-4abe-a7c7-092fe101ebab {
  display: none;
}
#s-0ab30402-84d5-4abe-a7c7-092fe101ebab, #wrap-s-0ab30402-84d5-4abe-a7c7-092fe101ebab { display:none !important; }}@media (max-width: 767px){#s-0ab30402-84d5-4abe-a7c7-092fe101ebab {
  display: none;
}
#s-0ab30402-84d5-4abe-a7c7-092fe101ebab, #wrap-s-0ab30402-84d5-4abe-a7c7-092fe101ebab { display:none !important; }}
/*
  $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;
}
